/* 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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
html {
  font-size: 100%;
  -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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
#theme-page img,
#mk-footer img,
.mk-page-section img,
.mk-inner-grid img,
.mk-header-logo img,
.mk-side-dashboard img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.mk-gmaps img {
  max-width: none !important;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  color: #777;
}
p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 30px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
strong,
th,
thead td {
  font-weight: 600;
}
cite,
em,
dfn {
  font-style: italic;
}
code,
pre {
  font-size: 12px;
  line-height: 20px;
  display: block;
  overflow: auto;
  margin: 10px 0 20px 0;
  padding: 20px 10px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  border: 1px solid #e8e8e8;
  background: #fff;
  background: url('../../images/pre_code.gif') repeat scroll 0 0 #f2f3f5;
}
del {
  text-decoration: line-through;
}
small,
sup,
sub {
  font-size: 85%;
}
abbr,
acronym {
  letter-spacing: .1em;
  text-transform: uppercase;
}
a abbr,
a acronym {
  border: none;
}
abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
p,
ul,
ol,
dl,
table,
fieldset,
blockquote,
pre,
code {
  margin-bottom: 20px;
}
a {
  text-decoration: none;
}
p,
a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0 none;
}
.floatleft,
.alignleft {
  float: left;
  text-align: left;
}
.floatright,
.alignright {
  float: right;
  text-align: right;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.clearboth {
  display: block;

  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}
.clearboth:after {
  font-size: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: ' ';
}
* html .clearboth {
  height: 1%;
}
ul {
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style-type: disc;
}
ul li {
  margin-left: .85em;
}
ul ul {
  list-style-type: square;
}
ul ul ul {
  list-style-type: circle;
}
ol {
  margin-bottom: 1em;
  margin-left: 2.35em;
  list-style-position: outside;
  list-style-type: decimal;
}
dt {
  font-size: 110%;
  font-weight: 600;
  margin-bottom: .2em;
}
dd {
  margin: 0;
  padding: 0 0 1em 15px;
}
ol ol,
ul ol {
  margin-left: 2.5em;
}
ul ol,
ol ul,
ol ol,
ul ul {
  margin-bottom: 0;
}
fieldset {
  padding: 1em;
  border: 1px solid #ddd;
}
legend {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0 .8em;
}
textarea,
input[type=text],
input[type=password],
input[type=email],
select {
  font-size: inherit;
  border: none;
  outline: none;
}
input,
select {
  cursor: pointer;
}
input[type=text],
input[type=password],
input[type=email] {
  cursor: text;
}
textarea {
  overflow: auto;
}
textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  font-size: 13px;
  padding: 12px 16px;
  letter-spacing: 1px;
  color: #666;
  border: 1px solid #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
}
input[type=submit] {
  padding: 12px 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}
#theme-page select {
  font-size: 12px;
  line-height: 14px;
  display: block;
  min-width: 240px;
  max-width: 100%;
  padding: 15px 14px 14px 14px;
  color: #4e4e4e;
  border: 1px solid #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url('../../images/selectbox-arrow.png') right center no-repeat;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#theme-page select option {
  padding: 0 4px;
}
select[multiple=multiple] {
  background: none !important;
  padding: 0px !important;
}
/* HEADEING STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 .8em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 {
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 36px;
}
h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 38px;
}
h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
h4 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}
h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}
.visuallyhidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* *** Isotope Filtering *** */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
}
/* *** Isotope CSS3 transitions *** */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/* *** disabling Isotope CSS3 transitions *** */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.mk-video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
}
.mk-video-container iframe,
.mk-video-container object,
.mk-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mk-video-wrapper {
  max-width: 100%;
}
.mk-background-stretch {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mk-relative {
  position: relative;
}
.no-margin-top {
  padding-top: 10px !important;
}
/* Makes the site print friendly... */
@media print {
  * {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    /* Images, vectors and such */
    -webkit-filter: grayscale(100%);
    /* Chrome + Safari 6 */
    -moz-filter: grayscale(100%);
    /* Future proof */
    -ms-filter: grayscale(100%);
    /* Future proof */
    -o-filter: grayscale(100%);
    /* Future proof */
  }
  a {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href="#"],
  a[href="javascript:"] {
    content: "";
  }
  #mk-header,
  #mk-sidebar,
  #mk-footer,
  .mk-go-top {
    display: none !important;
  }
  .theme-page-wrapper {
    width: 100% !important;
  }
}
.mk-loader {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #0cf;
  border-radius: 50%;
  border-top-color: transparent !important;
  -webkit-animation: spin 0.65s infinite linear;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.mk-loader::before,
.mk-loader::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}
.loader::after {
  display: block;
  left: -2px;
  top: -2px;
  border: inherit;
  transform: rotate(65deg);
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
input[type="text"],
textarea,
.mk-grid div,
#mk-header,
#mk-header div,
.mk-secondary-header,
.mk-secondary-header div,
[class*='mk-col-'],
*:after,
*:before,
.text-input,
.theme-page-wrapper,
.blog-masonry-inner,
#mk-page-introduce,
.mk-header-toolbar,
.mk-news-item,
.mk-employee-item,
#mk-notification-bar,
.blog-grid-entry,
.blog-masonry-entry,
.mk-fullwidth-boxed,
.mk-image-caption,
.mk-gallery-shortcode .gallery-inner,
.mk-grid-portfolio-item,
.shop_table_form,
.cart-collaterals,
.mk-checkout-payement,
.mk-side-dashboard,
#mk-sidebar,
.page-section-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*='mk-col-'] {
  float: left;
  padding-right: 25px;
}
[class*='mk-col-']:last-of-type {
  padding-right: 0px;
}
.mk-grid {
  width: 100%;
  min-width: 755px;
  margin: 0 auto;
}
.mk-inner-grid {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mk-grid:after {
  content: "";
  display: table;
  clear: both;
}
.mk-grid-pad {
  padding: 20px 0 0px 20px;
}
.mk-grid-pad > [class*='mk-col-']:last-of-type {
  padding-right: 20px;
}
.mk-push-right {
  float: right;
}
/* Content Columns */
.mk-col-1-1 {
  width: 100%;
}
.mk-col-2-3,
.mk-col-8-12 {
  width: 66.66%;
}
.mk-col-1-2,
.mk-col-6-12 {
  width: 50%;
}
.mk-col-1-3,
.mk-col-4-12 {
  width: 33.33%;
}
.mk-col-1-4,
.mk-col-3-12 {
  width: 25%;
}
.mk-col-1-5 {
  width: 20%;
}
.mk-col-1-6,
.mk-col-2-12 {
  width: 16.667%;
}
.mk-col-1-7 {
  width: 14.28%;
}
.mk-col-1-8 {
  width: 12.5%;
}
.mk-col-1-9 {
  width: 11.1%;
}
.mk-col-1-10 {
  width: 10%;
}
.mk-col-1-11 {
  width: 9.09%;
}
.mk-col-1-12 {
  width: 8.33%;
}
/* Layout Columns */
.mk-col-11-12 {
  width: 91.66%;
}
.mk-col-10-12 {
  width: 83.333%;
}
.mk-col-9-12 {
  width: 75%;
}
.mk-col-5-12 {
  width: 41.66%;
}
.mk-col-7-12 {
  width: 58.33%;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-grid {
    width: 100%;
  }
  .mk-padding-wrapper {
    padding: 0 15px;
  }
}
@media handheld, only screen and (max-width: 760px) {
  .mk-grid {
    width: 100%;
    min-width: 0;
  }
  [class*='mk-col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wpb_row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Grid with fluid columns */
.vc_row-fluid {
  width: 100%;
}
.vc_row-fluid:before,
.vc_row-fluid:after {
  display: table;
  content: "";
}
.vc_row-fluid:after {
  clear: both;
}
.vc_row-fluid [class*="vc_span"] {
  display: block;
  width: 100%;
  min-height: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
.vc_row-fluid [class*="vc_span"]:first-child {
  margin-left: 0;
}
.mk-fullwidth-true > [class*="vc_span"]:first-child {
  border-left: none !important;
}
.mk-fullwidth-true > [class*="vc_span"]:last-child {
  border-right: none !important;
}
.vc_row-fluid > [class*="vc_span"]:not(:last-child) {
  border-right: none !important;
}
.vc_row-fluid .vc_span12 {
  width: 100%;
}
.vc_row-fluid .vc_span11 {
  width: 91.45833333333334%;
}
.vc_row-fluid .vc_span10 {
  width: 82.91666666666667%;
}
.vc_row-fluid .vc_span9 {
  width: 74.375%;
}
.vc_row-fluid .vc_span8 {
  width: 65.83333333333334%;
}
.vc_row-fluid .vc_span7 {
  width: 57.29166666666667%;
}
.vc_row-fluid .vc_span6 {
  width: 48.75%;
}
.vc_row-fluid .vc_span5 {
  width: 40.208333333333336%;
}
.vc_row-fluid .vc_span4 {
  width: 31.666666666666668%;
}
.vc_row-fluid .vc_span3 {
  width: 23.125%;
}
.vc_row-fluid .vc_span2 {
  width: 14.583333333333334%;
}
.vc_row-fluid .vc_span1 {
  width: 6.041666666666667%;
}
.wpb_row.attched-true [class*="vc_span"] {
  margin-left: 0;
}
.wpb_row.attched-true .vc_span11 {
  width: 91.666666666667%;
}
.wpb_row.attched-true .vc_span10 {
  width: 83.333333333333%;
}
.wpb_row.attched-true .vc_span9 {
  width: 75%;
}
.wpb_row.attched-true .vc_span8 {
  width: 66.666666666667%;
}
.wpb_row.attched-true .vc_span7 {
  width: 58.333333333333%;
}
.wpb_row.attched-true .vc_span6 {
  width: 50%;
}
.wpb_row.attched-true .vc_span5 {
  width: 41.666666666667%;
}
.wpb_row.attched-true .vc_span4 {
  width: 33.333333333333%;
}
.wpb_row.attched-true .vc_span3 {
  width: 25%;
}
.wpb_row.attched-true .vc_span2 {
  width: 16.666666666667%;
}
.wpb_row.attched-true .vc_span1 {
  width: 8.333333333333%;
}
.add-padding-1 > [class*="vc_span"] {
  padding: 1%;
}
.add-padding-2 > [class*="vc_span"] {
  padding: 2%;
}
.add-padding-3 > [class*="vc_span"] {
  padding: 3%;
}
.add-padding-4 > [class*="vc_span"] {
  padding: 4%;
}
.add-padding-5 > [class*="vc_span"] {
  padding: 5%;
}
@media handheld, only screen and (max-width: 767px) {
  .vc_row-fluid [class*="vc_span"] {
    width: auto  !important;
    float: none  !important;
    margin-left: 0 !important;
  }
  .wpb_row.attched-true > [class*="vc_span"] {
    width: auto;
  }
}
.widget .mk-searchform .search-button,
.mk-lightbox,
.mk-pagination .mk-pagination-next a,
.mk-pagination .mk-pagination-previous a,
.mk-clients-shortcode .client-logo,
.mk-pricing-cols .mk-pricing-button a,
.widget_social_networks a,
.widget-sub-navigation ul li a,
.mk-social-network a,
.portfolio-similar-posts img,
.single-post-tags a,
a.jp-play,
a.jp-pause,
.mk-employeee-networks,
.image-overlay,
.process-detail,
.mk-font-icons a i,
.entry-meta a,
.single-share-trigger,
.blog-title a,
.blog-meta a,
.comment-reply a,
.thread-reply-toggle,
.swiper-arrows,
.slideshow-swiper-arrows,
.swiper-pagination,
.team-member-name,
.team-member-position,
.mk-gallery.grid-style .the-title,
.mk-loadmore-button,
.mk-love-holder i,
.blog-comments i,
.comment-count i,
.next-prev-top a,
.blog-similar-posts a,
.portfolio-widget-title,
.author-social li a,
.mk-isotop-filter a,
.ajax-controls a,
.mk-image-caption,
.mk-image-hover i,
.mk-employeee-networks li a,
.portfolio-meta,
.text-input,
.mk-textarea,
.mk-contact-form-wrapper .mk-form-row i,
.mk-flickr-feeds a:after,
.hover-plus-icon,
.post-type-icon,
.single-social-share a,
.mk-next-prev a,
.post-hover-icon,
.similar-post-type,
.portfolio-plus-icon i,
.portfolio-permalink,
.gallery-meta,
.gallery-meta i,
.mk-searchform .mk-icon-search,
.widget_tag_cloud li a,
.widget_categories li a,
.hover-plus-icon-small,
.comment-textarea textarea,
.comment-form-row i,
#mk-breadcrumbs a,
.header-searchform-input .ui-autocomplete li,
.header-searchform-input .ui-autocomplete .search-title,
.header-searchform-input .ui-autocomplete .search-date,
.add_to_cart_button,
.product-hover-items,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page table.cart .remove,
.button-icon-holder,
.woocommerce-pagination a,
.widget_tag_cloud a:hover,
.widget_categories a:hover,
.mini-cart-button,
.mini-cart-button i,
.product-category h4,
.product-category h4 span,
.header-searchform-input li i,
.header-searchform-input li img,
.mk-login-form input,
.mk-footer-social a,
.mk-edge-nav,
.mk-edge-nav i,
.res-nav-close,
.widget_product_tag_cloud a,
.product-single-lightbox,
.gform_wrapper .button,
.mk-login-form .form-row i,
.mk-box-text i,
.portfolio-entry-logo,
.gallery-thumb-lightbox,
.fancybox-nav span,
.fancybox-close,
.blog-scroller-arrows,
.blog-modern-entry .blog-modern-button,
.blog-modern-entry .blog-title,
.blog-teaser-side-item .blog-title {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-perspective: 1000;
}
.hover-overlay {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-perspective: 1000;
}
/* Viewport Animations */
.mk-animate-element {
  opacity: 0;
  -webkit-perspective: 1000;
}
.no-transform .mk-animate-element {
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.fade-in {
  -webkit-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.forthy-five-rotate {
  -webkit-animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.scale-up {
  -webkit-animation: mk_scale_up 0.5s ease;
  -moz-animation: mk_scale_up 0.5s ease;
  -o-animation: mk_scale_up 0.5s ease;
  animation: mk_scale_up 0.5s ease;
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.scale-down {
  -webkit-animation: mk_scale_down 0.5s 1 ease;
  -moz-animation: mk_scale_down 0.5s 1 ease;
  -o-animation: mk_scale_down 0.5s 1 ease;
  animation: mk_scale_down 0.5s 1 ease;
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.scale-half-up {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-animation: mk_half_scale 0.4s ease forwards;
  -moz-animation: mk_half_scale 0.4s ease forwards;
  animation: mk_half_scale 0.4s ease forwards;
}
.mk-animate-element.mk-in-viewport.right-to-left {
  -webkit-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.left-to-right {
  -webkit-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.top-to-bottom {
  -webkit-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.bottom-to-top {
  -webkit-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.flip-x {
  -webkit-animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.flip-y {
  -webkit-animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-float-vertical {
  -webkit-animation: mk_float 2s infinite linear;
  -moz-animation: mk_float 2s infinite linear;
  -ms-animation: mk_float 2s infinite linear;
  -o-animation: mk_float 2s infinite linear;
  position: relative;
}
.mk-float-horizontal {
  -webkit-animation: mk_floatx 2s infinite linear;
  -moz-animation: mk_floatx 2s infinite linear;
  -ms-animation: mk_floatx 2s infinite linear;
  -o-animation: mk_floatx 2s infinite linear;
  position: relative;
}
.mk-pulse {
  -webkit-animation: mk_pulse 2s infinite linear;
  -moz-animation: mk_pulse 2s infinite linear;
  -ms-animation: mk_pulse 2s infinite linear;
  -o-animation: mk_pulse 2s infinite linear;
}
.mk-tossing {
  -webkit-animation: mk_tossing 2s infinite linear;
  -moz-animation: mk_tossing 2s infinite linear;
  -ms-animation: mk_tossing 2s infinite linear;
  -o-animation: mk_tossing 2s infinite linear;
}
.mk-spin {
  -moz-animation: spin 4s infinite linear;
  -o-animation: spin 4s infinite linear;
  -webkit-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear;
}
.mk-flip-horizontal {
  -webkit-animation: mk_flip_horizontal 3s infinite linear;
  animation: mk_flip_horizontal 3s infinite linear;
  display: inline-block;
}
@keyframes mk_flip_horizontal {
  0% {
    transform: perspective(800px) rotateY(0deg);
  }
  100% {
    transform: perspective(800px) rotateY(360deg);
  }
}
@-webkit-keyframes mk_flip_horizontal {
  0% {
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(800px) rotateY(360deg);
  }
}
/* Floating */
@-webkit-keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@-moz-keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@-o-keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@-moz-keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@-o-keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes mk_tossing {
  0% {
    -webkit-transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
  }
}
@-moz-keyframes mk_tossing {
  0% {
    -moz-transform: rotate(-6deg);
  }
  50% {
    -moz-transform: rotate(6deg);
  }
  100% {
    -moz-transform: rotate(-6deg);
  }
}
@-o-keyframes mk_tossing {
  0% {
    -o-transform: rotate(-6deg);
  }
  50% {
    -o-transform: rotate(6deg);
  }
  100% {
    -o-transform: rotate(-6deg);
  }
}
@keyframes mk_tossing {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
@-webkit-keyframes mk_pulse {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
}
@-moz-keyframes mk_pulse {
  0% {
    -moz-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.9);
    opacity: 0.7;
  }
}
@-o-keyframes mk_pulse {
  0% {
    -o-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    -o-transform: scale(0.9);
    opacity: 0.7;
  }
}
@keyframes mk_pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
/* Fade In animation */
@-webkit-keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/* Rotate animation */
@-webkit-keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-moz-keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-o-keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
/* Scale Up animation */
@-webkit-keyframes mk_scale_up {
  0% {
    -webkit-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mk_scale_up {
  0% {
    -moz-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes mk_scale_up {
  0% {
    -o-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_scale_up {
  0% {
    transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Scale Up animation */
@-webkit-keyframes mk_scale_down {
  0% {
    -webkit-transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mk_scale_down {
  0% {
    -moz-transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes mk_scale_down {
  0% {
    -o-transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_scale_down {
  0% {
    transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Scale Up animation */
@-webkit-keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
/* Left to Right animation */
@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_left_to_right {
  0% {
    -moz-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_left_to_right {
  0% {
    -o-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_left_to_right {
  0% {
    transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Right To Left animation */
@-webkit-keyframes mk_right_to_left {
  0% {
    -webkit-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_right_to_left {
  0% {
    -moz-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_right_to_left {
  0% {
    -o-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Bottom to Top animation */
@-webkit-keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_bottom_to_top {
  0% {
    -moz-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_bottom_to_top {
  0% {
    -o-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Top to Bottom animation */
@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_top_to_bottom {
  0% {
    -moz-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_top_to_bottom {
  0% {
    -o-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Flip Horizontally */
@-webkit-keyframes mk_flip_x {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes mk_flip_x {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes mk_flip_x {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes mk_flip_x {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    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;
  }
}
@-moz-keyframes mk_flip_y {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes mk_flip_y {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes mk_flip_y {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
/* Woocommerce add to card animation */
@-webkit-keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
@-moz-keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
@-o-keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
@keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
}
.hover-plus-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 48px;
  margin: -24px 0 0 -24px;
  z-index: 12;
  opacity: 0;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}
.hover-plus-icon-small {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 32px;
  margin: -16px 0 0 -16px;
  z-index: 10;
  opacity: 0;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}
.mk-love-holder {
  cursor: pointer;
}
.featured-image {
  position: relative;
  overflow: hidden;
}
.featured-image .item-featured-image {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.featured-image .mk-lightbox {
  line-height: 4px;
}
.featured-image:hover .hover-overlay {
  opacity: 0.7;
}
.featured-image:hover .item-featured-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}
.featured-image:hover .hover-plus-icon,
.featured-image:hover .hover-plus-icon-small {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.mk-image-slideshow img {
  width: 100%;
}
.mk-preloader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  width: 101%;
  height: 100%;
  background-color: #fff;
}
#mk-header {
  position: relative;
  z-index: 60;
  width: 100%;
}
#mk-header.transparent-header {
  position: absolute;
  left: 0;
}
#mk-header.sticky-header,
#mk-header.transparent-header-sticky {
  position: fixed;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
#mk-header .mk-grid {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#mk-header.header-search-triggered #mk-main-navigation > ul > li {
  opacity: 0;
}
#mk-header .mk-light-logo {
  display: none;
}
#mk-header .mk-mobile-logo {
  display: none;
}
.transparent-header {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.transparent-header.header-offset-passed {
  opacity: 0;
  position: fixed;
  top: -200px;
}
.transparent-header.transparent-header-sticky {
  opacity: 1;
  left: auto !important;
}
.transparent-header #mk-main-navigation ul li .sub {
  border-top: none;
}
.transparent-header .mk-cart-link:hover,
.transparent-header .dashboard-trigger:hover,
.transparent-header .res-nav-active:hover,
.transparent-header #mk-main-navigation > ul > li.menu-item > a:hover,
.transparent-header .header-search-icon:hover {
  opacity: 0.7;
}
.transparent-header .header-searchform-input input[type=text] {
  background-color: transparent;
}
.transparent-header.light-header-skin .dashboard-trigger,
.transparent-header.light-header-skin .res-nav-active,
.transparent-header.light-header-skin #mk-main-navigation > ul > li.menu-item > a,
.transparent-header.light-header-skin #mk-main-navigation > ul > li.current-menu-item > a,
.transparent-header.light-header-skin #mk-main-navigation > ul > li.current-menu-ancestor > a,
.transparent-header.light-header-skin #mk-main-navigation > ul > li.menu-item:hover > a,
.transparent-header.light-header-skin #mk-main-navigation > ul > li.menu-item > a:hover,
.transparent-header.light-header-skin .dashboard-trigger:hover,
.transparent-header.light-header-skin .res-nav-active:hover,
.transparent-header.light-header-skin .header-searchform-input input[type=text],
.transparent-header.light-header-skin .dashboard-trigger,
.transparent-header.light-header-skin .header-search-icon,
.transparent-header.light-header-skin .header-search-close,
.transparent-header.light-header-skin .header-search-icon:hover,
.transparent-header.light-header-skin .mk-cart-link,
.transparent-header.light-header-skin .responsive-nav-link i {
  color: #fff !important;
}
.transparent-header.light-header-skin .mk-light-logo {
  display: block !important;
}
.transparent-header.light-header-skin .mk-dark-logo {
  display: none !important;
}
.transparent-header.light-header-skin.transparent-header-sticky .mk-light-logo {
  display: none !important;
}
.transparent-header.light-header-skin.transparent-header-sticky .mk-dark-logo {
  display: block !important;
}
.transparent-header.dark-header-skin .dashboard-trigger,
.transparent-header.dark-header-skin .res-nav-active,
.transparent-header.dark-header-skin #mk-main-navigation > ul > li.menu-item > a,
.transparent-header.dark-header-skin #mk-main-navigation > ul > li.current-menu-item > a,
.transparent-header.dark-header-skin #mk-main-navigation > ul > li.current-menu-ancestor > a,
.transparent-header.dark-header-skin #mk-main-navigation > ul > li.menu-item:hover > a,
.transparent-header.dark-header-skin #mk-main-navigation > ul > li.menu-item > a:hover,
.transparent-header.dark-header-skin .dashboard-trigger:hover,
.transparent-header.dark-header-skin .res-nav-active:hover,
.transparent-header.dark-header-skin .header-searchform-input input[type=text],
.transparent-header.dark-header-skin .dashboard-trigger,
.transparent-header.dark-header-skin .header-search-icon,
.transparent-header.dark-header-skin .header-search-close,
.transparent-header.dark-header-skin .header-search-icon:hover,
.transparent-header.dark-header-skin .mk-cart-link,
.transparent-header.dark-header-skin .responsive-nav-link i {
  color: #444 !important;
}
/* Secondary Header
-------------------------------------------------------------------- */
.mk-secondary-header {
  position: relative;
  z-index: 60;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
}
.mk-secondary-header .mk-grid {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.mk-secondary-header .sticky-trigger-header {
  position: relative;
}
.mk-secondary-header .mk-light-logo {
  display: none !important;
}
.mk-secondary-header .mk-mobile-logo {
  display: none;
}
.secondary-header-space {
  display: none;
}
.secondary-header-space.secondary-space-sticky {
  display: block;
}
.secondary-header-sticky {
  position: fixed;
  top: 0;
}
@media handheld, only screen and (max-width: 650px) {
  .mobile-menu-exists .mk-light-logo,
  .mobile-menu-exists .mk-dark-logo {
    display: none !important;
  }
  .mobile-menu-exists .mk-mobile-logo {
    display: block !important;
  }
}
/* Main Navigation
-------------------------------------------------------------------- */
#mk-main-navigation {
  /* Global */
  /* Top Level */
}
#mk-main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mk-main-navigation ul li.menu-item a i {
  font-size: 16px;
  text-transform: none !important;
  margin-right: 6px;
  color: #555;
}
#mk-main-navigation ul li.menu-item a,
#mk-main-navigation ul li.menu-item i {
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
#mk-main-navigation > ul {
  position: relative;
  display: block;
  text-align: right;
}
#mk-main-navigation > ul > li.menu-item {
  display: inline-block;
  margin: 0 1px 0 0;
  text-align: right;
}
#mk-main-navigation > ul > li.menu-item > a {
  display: block;
  padding-right: 17px;
  padding-left: 17px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.main-navigation-ul > li > .sub-menu,
.main-navigation-ul > li .sub {
  display: none;
}
.megamenu-title {
  margin: 0 0 8px 0;
  padding: 8px 15px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  opacity: 0.6;
}
.megamenu-title i {
  font-size: 16px;
  text-transform: none !important;
  opacity: 0.4;
  margin-right: 6px;
}
.main-navigation-ul li .sub-container {
  position: absolute;
  transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
}
.main-navigation-ul > li > .sub {
  display: none;
}
.main-navigation-ul li .sub .row {
  clear: both;
  overflow: hidden;
  width: 100%;
}
.main-navigation-ul li .sub li {
  display: block;
  float: none;
  margin: 0;
  list-style: none;
}
.mk_megamenu_columns_2 {
  width: 49.9%;
}
.mk_megamenu_columns_3 {
  width: 33.2%;
}
.mk_megamenu_columns_4 {
  width: 24.9%;
}
.mk_megamenu_columns_5 {
  width: 19.9%;
}
.mk_megamenu_columns_6 {
  width: 16.5%;
}
.sub-container.non-mega .sub li a {
  width: 210px;
}
.main-navigation-ul li .sub li.mega-hdr {
  float: left;
  margin: 0;
  padding: 20px 0 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.main-navigation-ul li .sub li.mega-hdr.last {
  border: none;
}
.main-navigation-ul li .sub a {
  position: relative;
  display: block;
  float: none;
  margin: 0;
  padding: 8px 15px;
  background-color: transparent !important;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 12px;
  line-height: 18px;
}
.main-navigation-ul li .sub a i {
  margin-right: 5px;
}
.main-navigation-ul li .sub a:hover {
  padding: 8px 5px 8px 25px;
}
.main-navigation-ul li .sub-container.non-mega .sub li {
  width: auto !important;
}
.main-navigation-ul li .sub-container.non-mega li {
  margin: 0;
  padding: 0;
  width: 160px;
}
.main-navigation-ul li .sub-container.non-mega li a {
  margin-bottom: 1px;
  padding: 9px 16px;
  font-weight: 600 !important;
  line-height: 18px;
}
.main-navigation-ul li .sub-container.non-mega li a:hover {
  padding: 9px 6px 9px 26px;
}
.main-navigation-ul li .sub-container.non-mega li ul {
  position: absolute;
}
.main-navigation-ul li .sub-container.non-mega > ul {
  padding: 5px 0 !important;
}
.main-navigation-ul li .sub-container.mega .mk_mega_menu {
  padding: 0;
}
.main-navigation-ul li .sub-container.mega > .sub-menu {
  padding: 0 !important;
}
.main-navigation-ul li .sub-container.mk-nested-sub > ul li {
  position: relative;
}
.main-navigation-ul li .sub-container.mk-nested-sub ul ul {
  position: absolute;
  top: -5px;
  display: none;
  padding: 5px 0;
}
.mk-mega-icon {
  position: absolute;
  top: 50% !important;
  right: 8px;
  display: block !important;
  margin-top: -8px !important;
  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
#mk-main-navigation > ul > li,
#mk-main-navigation > ul > li > a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
/* Responsive Navigation
-------------------------------------------------------------------- */
#mk-responsive-nav {
  margin: 0;
  padding: 0;
  z-index: 20;
  position: relative;
}
#mk-responsive-nav .mk-header-logo,
#mk-responsive-nav .responsive-nav-link,
#mk-responsive-nav .dashboard-trigger,
#mk-responsive-nav .mk-shopping-cart,
#mk-responsive-nav .mk-header-search {
  display: none !important;
}
#mk-responsive-nav li {
  display: block;
  margin: 0;
  width: 100%;
}
#mk-responsive-nav li .sub li a {
  width: auto !important;
}
#mk-responsive-nav li a {
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  display: block;
  font-size: 14px;
  padding: 15px 20px;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
}
#mk-responsive-nav li a > i {
  display: none !important;
}
#mk-responsive-nav li ul {
  margin: 0;
  padding: 0;
}
#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 30px;
  text-align: left;
  text-transform: none;
  font-weight: normal;
}
#mk-responsive-nav .sub-menu {
  left: auto;
  position: relative;
}
#mk-responsive-nav .megamenu-title {
  display: none !important;
}
#mk-responsive-nav .mk_mega_menu .row {
  width: auto;
}
#mk-responsive-nav .mk-mega-icon {
  display: none !important;
}
#mk-responsive-nav .mk-nav-arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  opacity: 0.7;
  width: 70px;
  height: 100%;
  line-height: 50px;
}
#mk-responsive-nav .mk-nav-arrow:hover {
  opacity: 1;
}
.responsive-nav-container {
  display: none;
}
#mk-responsive-nav > li > ul,
#mk-responsive-nav > li > div {
  display: none;
}
/* Header Logo
-------------------------------------------------------------------- */
.mk-header-logo {
  float: left !important;
  margin: 0;
}
.mk-header-logo a {
  padding-left: 0 !important;
}
.mk-header-logo img {
  height: 100% !important;
}
@media handheld, only screen and (max-width: 650px) {
  .mk-header-logo {
    float: none !important;
    text-align: center;
  }
}
/* Header Search Form
-------------------------------------------------------------------- */
.mk-header-search {
  float: right;
  margin: 0;
}
form.header-searchform-input {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
form.header-searchform-input input[type=submit] {
  display: none;
}
form.header-searchform-input input[type=text] {
  padding-right: 60px;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-weight: 300;
  font-size: 50px;
  transition: font-size 0.2s ease-in-out;
  -webkit-transition: font-size 0.2s ease-in-out;
  -moz-transition: font-size 0.2s ease-in-out;
  -ms-transition: font-size 0.2s ease-in-out;
  -o-transition: font-size 0.2s ease-in-out;
}
form.header-searchform-input .ui-autocomplete {
  overflow: auto;
  text-align: left;
  top: -2px !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
form.header-searchform-input .ui-autocomplete li {
  line-height: 16px;
  padding: 10px 25px;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}
form.header-searchform-input .ui-autocomplete li a {
  cursor: pointer;
}
form.header-searchform-input .ui-autocomplete li a:hover {
  color: #252525;
}
form.header-searchform-input .ui-autocomplete li .wp-post-image,
form.header-searchform-input .ui-autocomplete li i {
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  display: block;
  float: left;
  margin-right: 10px;
}
form.header-searchform-input .ui-autocomplete li i {
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  opacity: 0.45;
}
form.header-searchform-input .ui-autocomplete li .search-date {
  opacity: 0.6;
  font-size: 12px;
  font-weight: 600;
}
form.header-searchform-input .ui-autocomplete li .search-title {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  display: block;
  margin-top: 5px;
  font-weight: bold;
}
.sticky-trigger-header .header-searchform-input input[type=text] {
  font-size: 30px;
}
.header-search-close {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  margin-top: -18px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.header-search-close i {
  font-size: 32px;
}
.header-search-icon {
  display: block;
}
.header-search-icon i {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
}
.responsive-nav-link {
  position: relative;
  display: none;
  float: left;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.responsive-nav-link i {
  font-size: 16px;
}
/* Page title
-------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #mk-page-title {
    background-position: center !important;
    background-attachment: scroll !important;
    background-size: cover;
  }
}
#mk-page-title #mk-breadcrumbs {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
#mk-page-title #mk-breadcrumbs.dark-skin {
  color: #bfbfbf;
}
#mk-page-title #mk-breadcrumbs.dark-skin a {
  color: #444444;
}
#mk-page-title #mk-breadcrumbs.light-skin {
  color: #eee;
}
#mk-page-title #mk-breadcrumbs.light-skin a {
  color: #c1c1c1;
}
#mk-page-title.left-align .mk-page-heading {
  float: left;
  margin: 0 0 0 20px !important;
}
#mk-page-title.left-align #mk-breadcrumbs {
  float: right;
  margin-right: 20px;
}
#mk-page-title.center-align {
  text-align: center;
}
#mk-page-title.center-align .mk-page-heading {
  display: block;
  margin: 0 0 20px 0 !important;
}
#mk-page-title.center-align #mk-breadcrumbs {
  line-height: 16px !important;
}
#mk-page-title.right-align .mk-page-heading {
  float: right;
  margin: 0 20px 0 0 !important;
}
#mk-page-title.right-align #mk-breadcrumbs {
  float: left;
  margin-left: 20px;
}
/* Smaller than Tablets */
@media handheld, only screen and (max-width: 767px) {
  #mk-header .mk-grid,
  .mk-secondary-header .mk-grid {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .sticky-header-padding,
  .secondary-header-space {
    display: none !important;
  }
  #mk-page-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Smaller than mobiles */
@media handheld, only screen and (max-width: 500px) {
  #mk-breadcrumbs {
    display: none;
  }
}
.theme-main-wrapper {
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 10;
}
.theme-main-wrapper.dashboard-opened {
  -webkit-transform: translate3d(-280px, 0, 0);
  -moz-transform: translate3d(-280px, 0, 0);
  -ms-transform: translate3d(-280px, 0, 0);
  -o-transform: translate3d(-280px, 0, 0);
}
.mk-side-dashboard {
  position: fixed;
  right: -280px;
  top: 0px;
  padding: 30px 20px;
  width: 280px;
  height: 100%;
  z-index: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-side-dashboard.dashboard-opened {
  right: 0;
}
.mk-side-dashboard.wpadminbar-exists {
  top: 32px !important;
}
.dashboard-trigger {
  position: relative;
  display: inline-block;
  float: right;
  width: 22px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.dashboard-trigger i {
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
}
.dashboard-trigger.res-mode {
  display: none;
}
.dashboard-trigger.desktop-mode {
  position: absolute;
  right: 40px;
  top: 0;
  display: inline-block;
}
.mk-boxed-enabled .dashboard-trigger.desktop-mode {
  right: 20px !important;
}
#theme-page {
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 200px;
}
#theme-page .theme-page-wrapper {
  margin: 20px auto;
}
#theme-page .theme-page-wrapper.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}
#theme-page .theme-page-wrapper .theme-content {
  padding: 20px;
}
#theme-page .theme-page-wrapper .theme-content.no-padding {
  padding-bottom: 0;
  padding-top: 0;
}
#theme-page .theme-page-wrapper #mk-sidebar {
  position: relative;
}
#theme-page .theme-page-wrapper.right-layout #mk-sidebar {
  float: right;
}
#theme-page .theme-page-wrapper.left-layout #mk-sidebar {
  float: left;
}
#theme-page .theme-page-wrapper.right-layout .theme-content {
  float: left;
}
#theme-page .theme-page-wrapper.left-layout .theme-content {
  float: right;
}
#theme-page .theme-page-wrapper.right-layout .sidebar-wrapper {
  padding: 20px 10px 30px 30px;
}
#theme-page .theme-page-wrapper.left-layout .sidebar-wrapper {
  padding: 20px 30px 30px 10px;
}
.mk-boxed-enabled#mk-boxed-layout {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
}
.mk-boxed-enabled#mk-boxed-layout #mk-header.sticky-header {
  left: auto;
  right: auto;
}
* html #theme-page,
* html #mk-sidebar {
  display: inline;
}
.mk-body-loader-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2351;
  background-color: #fff;
}
.ie .mk-body-loader-overlay {
  display: none !important;
}
.qLlogo {
  text-align: center;
  position: absolute;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 20%;
}
@media handheld, only screen and (max-width: 767px) {
  .qLlogo {
    top: 5%;
  }
}
/* ---------------------------- */
@media handheld, only screen and (max-width: 767px) {
  #theme-page {
    padding: 0 !important;
  }
  .theme-page-wrapper {
    margin: 0 auto 0 !important;
  }
}
@media handheld, only screen and (max-width: 960px) {
  #mk-sidebar,
  .theme-content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sidebar-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#mk-footer {
  width: 100%;
  position: relative;
  padding: 70px 0 0;
}
#mk-footer .footer-wrapper {
  position: relative;
  min-height: 100px;
  margin-bottom: 20px;
}
#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 */
#sub-footer {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 30px 0;
}
.mk-footer-copyright {
  font-size: 13px;
  line-height: 16px;
  float: left;
  width: 60%;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-footer-copyright {
    float: none !important;
    display: block;
    text-align: center;
    width: auto;
  }
}
.mk-footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 40%;
}
.mk-footer-social li {
  margin: 0;
  display: inline-block;
  float: right;
}
.mk-footer-social li a {
  display: block;
  margin: 0 10px;
  line-height: 16px;
}
.mk-footer-social li i {
  font-size: 16px;
  line-height: 16px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-footer-social {
    float: none !important;
    display: block;
    margin: 20px 0 0 !important;
    text-align: center;
    width: 100%;
  }
  .mk-footer-social li {
    float: none;
  }
}
.mk-go-top {
  background-color: rgba(0, 0, 0, 0.3);
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: fixed;
  bottom: 84px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  display: block;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -moz-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -ms-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -o-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  transform: perspective(300px) rotateY(-120deg) translateZ(1px);
}
.mk-go-top.off {
  opacity: 0;
}
.mk-go-top.on {
  opacity: 1;
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transform: perspective(300px) rotateY(0deg);
  -moz-transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -o-transform: perspective(300px) rotateY(0deg);
  transform: rotateY(0deg);
}
.mk-go-top:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-go-top i {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  display: block;
}
/* Plugins Styles */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.mk-flexslider a:active,
.flex-container a:focus,
.mk-flexslider a:focus {
  outline: none;
}
.mk-flex-slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* mk-flexslider Necessary Styles
*********************************/
.mk-flexslider {
  margin: 0;
  padding: 0;
}
.mk-flexslider .mk-flex-slides > li,
.mk-flexslider .mk-banner-slides > li {
  display: none;
  margin: 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.mk-flexslider .mk-flex-slides img,
.mk-flexslider .mk-banner-slides img {
  display: block;
  width: 100%;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.mk-flex-slides:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
html[xmlns] .mk-flex-slides {
  display: block;
}
* html .mk-flex-slides {
  height: 1%;
}
.mk-flexslider .mk-banner-slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-flexslider .mk-banner-slides li {
  margin: 0;
}
/* flexslider Default Theme
*********************************/
.mk-flexslider {
  position: relative;
  margin: 0;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.loading .flex-viewport {
  max-height: 100px;
}
.mk-flexslider .mk-flex-slides,
.mk-flexslider .mk-banner-slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  position: absolute;
  z-index: 10;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.mk-flexslider:hover .flex-next:hover,
.mk-flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  margin: 0 6px;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  display: block;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  cursor: default;
}
div.jp-audio {
  width: 100%;
}
div.jp-interface {
  position: relative;
  width: 100%;
  padding: 20px 110px 20px 70px;
  border: 1px solid #eeeeee;
  background-color: #fafafa;
}
div.jp-controls-holder {
  clear: both;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
div.jp-interface ul.jp-controls li {
  margin: 0;
}
div.jp-audio ul.jp-controls {
  position: absolute;
  left: 20px;
  top: 19px;
}
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
}
div.jp-interface ul.jp-controls a {
  display: block;
}
a.jp-play,
a.jp-pause {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #fafafa;
  border: 1px solid #eee;
  line-height: 14px;
  color: #737373;
  text-align: center;
}
a.jp-play i,
a.jp-pause i {
  font-size: 16px;
  line-height: 32px;
}
div.jp-progress {
  border: 1px solid #eee;
  background-color: #fff;
}
div.jp-audio div.jp-progress {
  height: 31px;
  float: left;
  margin: 0;
}
div.jp-audio div.jp-type-single div.jp-progress {
  width: 100%;
}
div.jp-seek-bar {
  width: 0px;
  height: 100%;
  cursor: pointer;
}
div.jp-play-bar {
  width: 0px;
  height: 100%;
  position: relative;
}
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 18px;
  height: 15px;
  margin-top: 0px;
}
.js-volume-wrapper {
  padding: 13px 7px 8px;
  margin-top: 4px;
  border: 1px solid #eee;
  display: inline-block;
  width: 70px;
  position: absolute;
  right: 20px;
  top: 15px;
}
div.jp-volume-bar {
  z-index: 20;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.inner-value-adjust {
  background-color: #737373;
  width: 100%;
  height: 2px;
}
div.jp-volume-bar-value {
  width: 0px;
  height: 2px;
  transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  position: relative;
}
div.jp-volume-bar-value:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -5px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fafafa;
  border: 2px solid #737373;
}
@media handheld, only screen and (max-width: 600px) {
  .js-volume-wrapper {
    display: none !important;
  }
  div.jp-interface {
    padding-right: 22px !important;
  }
}
/* @end */
/* @group current time and duration */
div.jp-current-time,
div.jp-duration {
  display: inline-block;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  background-image: url(../../images/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../../images/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.fancybox-close i {
  font-size: 16px;
  line-height: 28px;
}
.fancybox-close:hover {
  color: #fff;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../../images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -16px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.fancybox-nav span i {
  font-size: 16px;
  line-height: 28px;
}
.fancybox-nav span:hover {
  color: #fff;
}
.fancybox-prev span {
  left: 20px;
}
.fancybox-next span {
  right: 20px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../../images/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  z-index: 8050;
  margin-right: 45px;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  z-index: 8050;
  margin-top: 10px;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #444;
  line-height: 24px;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/* * Swiper - Mobile Touch Slider CSS
* http://www.idangero.us/sliders/swiper
*
* Vladimir Kharlampidi,
The iDangero.us
* http://www.idangero.us/
*
* Copyright 2012-2013,
Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us
*
* Licensed under GPL & MIT
* */
/* ===============================================================
Basic Swiper Styles
================================================================ */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles,
here you need to specify container's and slide's
sizes,
pagination,
etc.
================================================================ */
.swiper-container {
  /* Specify Swiper's Size:  */
  /* width:200px;
	height: 100px;
	*/
}
.swiper-slide {
  /* Specify Slides's Size:  */
  /* width:100%;
	height: 100%;
	*/
}
.swiper-slide-active {
  /* Specific active slide styling:  */
}
.swiper-slide-visible {
  /* Specific visible slide styling:  */
}
/* ===============================================================
Pagination Styles
================================================================ */
.swiper-pagination-switch {
  /* Stylize pagination button:  */
}
.swiper-active-switch {
  /* Specific active button style:  */
}
.swiper-visible-switch {
  /* Specific visible button style:  */
}
.mk-edge-slider {
  position: relative;
}
.mk-edge-slider .mk-grid {
  position: relative;
  z-index: 14;
}
.mk-edge-slider .swiper-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.mk-edge-slider .swiper-slide .edge-slide-content {
  margin-top: 100px;
}
.mk-edge-slider .swiper-slide.left_top .edge-slide-content,
.mk-edge-slider .swiper-slide.center_top .edge-slide-content,
.mk-edge-slider .swiper-slide.right_top .edge-slide-content {
  margin-top: 80px;
}
.mk-edge-slider .swiper-slide.center_top .mk-edge-title,
.mk-edge-slider .swiper-slide.center_center .mk-edge-title,
.mk-edge-slider .swiper-slide.center_bottom .mk-edge-title,
.mk-edge-slider .swiper-slide.center_top .mk-edge-desc,
.mk-edge-slider .swiper-slide.center_center .mk-edge-desc,
.mk-edge-slider .swiper-slide.center_bottom .mk-edge-desc,
.mk-edge-slider .swiper-slide.center_top .edge-buttons,
.mk-edge-slider .swiper-slide.center_center .edge-buttons,
.mk-edge-slider .swiper-slide.center_bottom .edge-buttons {
  text-align: center;
}
.mk-edge-slider .swiper-slide.center_top .edge-slide-content,
.mk-edge-slider .swiper-slide.center_center .edge-slide-content,
.mk-edge-slider .swiper-slide.center_bottom .edge-slide-content {
  margin-right: auto;
  margin-left: auto;
}
.mk-edge-slider .swiper-slide.right_top,
.mk-edge-slider .swiper-slide.right_center,
.mk-edge-slider .swiper-slide.right_bottom {
  text-align: right;
}
.mk-edge-slider .swiper-slide.right_top .edge-slide-content,
.mk-edge-slider .swiper-slide.right_center .edge-slide-content,
.mk-edge-slider .swiper-slide.right_bottom .edge-slide-content {
  float: right;
}
.mk-edge-slider .edge-nav-bg {
  position: absolute;
  width: 80px;
  height: 100px;
  top: 0;
  display: block;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.5s;
  -moz-transition: -moz-transform 0.3s ease-in-out 0.5s;
  -ms-transition: -moz-transform 0.3s ease-in-out 0.5s;
  -o-transition: -o-transform 0.3s ease-in-out 0.5s;
  transition: transform 0.3s ease-in-out 0.3s;
}
.mk-edge-slider .mk-edge-next {
  right: 0px;
}
.mk-edge-slider .mk-edge-next .edge-nav-bg {
  right: 0;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -moz-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -ms-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -o-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  transform: perspective(300px) rotateY(-120deg) translateZ(1px);
}
.mk-edge-slider .mk-edge-prev {
  left: 0px;
}
.mk-edge-slider .mk-edge-prev .edge-nav-bg {
  left: 0;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  -moz-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  -ms-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  -o-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  transform: perspective(300px) rotateY(120deg) translateZ(1px);
}
.mk-edge-slider .prev-item-caption,
.mk-edge-slider .next-item-caption {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
  white-space: nowrap;
  display: block;
  height: 100px;
  line-height: 100px;
  position: relative;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.mk-edge-slider .prev-item-caption {
  float: right;
  right: 300%;
}
.mk-edge-slider .next-item-caption {
  float: left;
  left: 300%;
}
.mk-edge-slider .prev-item-caption,
.mk-edge-slider .next-item-caption {
  background-color: rgba(0, 0, 0, 0.8);
}
.mk-edge-slider .mk-edge-next,
.mk-edge-slider .mk-edge-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 100px;
  margin-top: -50px;
  text-align: center;
  cursor: pointer;
}
.mk-edge-slider .mk-edge-next i,
.mk-edge-slider .mk-edge-prev i {
  font-size: 32px;
  line-height: 100px;
  width: 80px;
  display: inline-block;
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
}
.mk-edge-slider .mk-edge-next:hover,
.mk-edge-slider .mk-edge-prev:hover {
  color: #000 !important;
}
.mk-edge-slider .mk-edge-next:hover .prev-item-caption,
.mk-edge-slider .mk-edge-prev:hover .prev-item-caption {
  right: 0;
}
.mk-edge-slider .mk-edge-next:hover .next-item-caption,
.mk-edge-slider .mk-edge-prev:hover .next-item-caption {
  left: 0;
}
.mk-edge-slider .mk-edge-next:hover .edge-nav-bg {
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transform: perspective(300px) rotateY(0deg);
  -moz-transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -o-transform: perspective(300px) rotateY(0deg);
  transform: rotateY(0deg);
}
.mk-edge-slider .mk-edge-prev:hover .edge-nav-bg {
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transform: perspective(300px) rotateY(0deg);
  -moz-transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -o-transform: perspective(300px) rotateY(0deg);
  transform: rotateY(0deg);
}
.mk-edge-slider .edge-slide-content.caption-light .mk-edge-title,
.mk-edge-slider .edge-slide-content.caption-light .mk-edge-desc {
  color: #fff !important;
}
.mk-edge-slider .edge-slide-content.caption-dark .mk-edge-title,
.mk-edge-slider .edge-slide-content.caption-dark .mk-edge-desc {
  color: #222 !important;
}
.mk-edge-slider .edge-fade-in,
.mk-edge-slider .edge-slide-top,
.mk-edge-slider .edge-slide-left,
.mk-edge-slider .edge-slide-bottom,
.mk-edge-slider .edge-slide-right,
.mk-edge-slider .edge-scale-down {
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -ms-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  opacity: 0;
}
.mk-edge-slider .mk-edge-title {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 50px;
  line-height: 110%;
}
.mk-edge-slider .mk-edge-desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
.mk-edge-slider .edge-buttons {
  margin-top: 30px;
}
.mk-edge-slider .swiper-slide-active .edge-fade-in {
  opacity: 1;
}
.mk-edge-slider .edge-slide-top {
  -webkit-transform: translate(0, -300%);
  -moz-transform: translate(0, -300%);
  -ms-transform: translate(0, -300%);
  -o-transform: translate(0, -300%);
}
.mk-edge-slider .swiper-slide-active .edge-slide-top {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-slider .edge-slide-left {
  -webkit-transform: translate(-300%, 0);
  -moz-transform: translate(-300%, 0);
  -ms-transform: translate(-300%, 0);
  -o-transform: translate(-300%, 0);
}
.mk-edge-slider .swiper-slide-active .edge-slide-left {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-slider .edge-slide-bottom {
  -webkit-transform: translate(0, 300%);
  -moz-transform: translate(0, 300%);
  -ms-transform: translate(0, 300%);
  -o-transform: translate(0, 300%);
}
.mk-edge-slider .swiper-slide-active .edge-slide-bottom {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-slider .edge-slide-right {
  -webkit-transform: translate(300%, 0);
  -moz-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  -o-transform: translate(300%, 0);
}
.mk-edge-slider .swiper-slide-active .edge-slide-right {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-slider .edge-scale-down {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.mk-edge-slider .swiper-slide-active .edge-scale-down {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-edge-slider .edge-flip-x,
.mk-edge-slider .edge-flip-y {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-perspective: 1000;
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.mk-edge-slider .swiper-slide-active .edge-flip-x {
  -webkit-animation-name: mk_flip_x;
  -moz-animation-name: mk_flip_x;
  -o-animation-name: mk_flip_x;
  animation-name: mk_flip_x;
  opacity: 1;
}
.mk-edge-slider .swiper-slide-active .edge-flip-y {
  -webkit-animation-name: mk_flip_y;
  -moz-animation-name: mk_flip_y;
  -o-animation-name: mk_flip_y;
  animation-name: mk_flip_y;
  opacity: 1;
}
.mk-edge-slider .edge-skip-slider {
  position: absolute;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
  z-index: 10;
  margin: -24px 0 0 -24px;
}
.mk-edge-slider .edge-skip-slider i {
  color: #fff;
  font-size: 48px;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-edge-slider .mk-grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .mk-edge-slider .mk-edge-title {
    font-weight: 600;
    font-size: 40px;
  }
  .mk-edge-slider .mk-edge-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
  }
  .mk-edge-slider .edge-slide-content {
    width: 80%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-edge-slider .mk-grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .mk-edge-slider .mk-edge-next,
  .mk-edge-slider .mk-edge-prev {
    display: none;
  }
  .mk-edge-slider .mk-edge-title {
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 130% !important;
  }
  .mk-edge-slider .mk-edge-desc {
    font-size: 14px;
    line-height: 22px !important;
  }
  .mk-edge-slider .edge-buttons .mk-button {
    padding: 10px 12px !important;
    font-size: 10px !important;
    margin-right: 15px !important;
  }
  .mk-edge-slider .mk-button-align.left,
  .mk-edge-slider .mk-button-align.center,
  .mk-edge-slider .mk-button-align.right {
    width: auto !important;
    margin-bottom: 6px;
  }
  .mk-edge-slider .edge-slide-content {
    width: 100% !important;
  }
}
.edge-slider-holder {
  z-index: 10;
}
.edge-slider-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  left: 0;
  top: 0;
}
.mk-edge-one-pager .mk-grid {
  position: relative;
  z-index: 14;
}
.mk-edge-one-pager .section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.mk-edge-one-pager .section .edge-slide-content {
  margin-top: 100px;
}
.mk-edge-one-pager .section.left_top .edge-slide-content,
.mk-edge-one-pager .section.center_top .edge-slide-content,
.mk-edge-one-pager .section.right_top .edge-slide-content {
  margin-top: 120px;
}
.mk-edge-one-pager .section.center_top .mk-edge-title,
.mk-edge-one-pager .section.center_center .mk-edge-title,
.mk-edge-one-pager .section.center_bottom .mk-edge-title,
.mk-edge-one-pager .section.center_top .mk-edge-desc,
.mk-edge-one-pager .section.center_center .mk-edge-desc,
.mk-edge-one-pager .section.center_bottom .mk-edge-desc,
.mk-edge-one-pager .section.center_top .edge-buttons,
.mk-edge-one-pager .section.center_center .edge-buttons,
.mk-edge-one-pager .section.center_bottom .edge-buttons {
  text-align: center;
}
.mk-edge-one-pager .section.center_top .edge-slide-content,
.mk-edge-one-pager .section.center_center .edge-slide-content,
.mk-edge-one-pager .section.center_bottom .edge-slide-content {
  margin-right: auto;
  margin-left: auto;
}
.mk-edge-one-pager .section.right_top,
.mk-edge-one-pager .section.right_center,
.mk-edge-one-pager .section.right_bottom {
  text-align: right;
}
.mk-edge-one-pager .section.right_top .edge-slide-content,
.mk-edge-one-pager .section.right_center .edge-slide-content,
.mk-edge-one-pager .section.right_bottom .edge-slide-content {
  float: right;
}
.mk-edge-one-pager .edge-slide-content.caption-light .mk-edge-title,
.mk-edge-one-pager .edge-slide-content.caption-light .mk-edge-desc {
  color: #fff !important;
}
.mk-edge-one-pager .edge-slide-content.caption-dark .mk-edge-title,
.mk-edge-one-pager .edge-slide-content.caption-dark .mk-edge-desc {
  color: #222 !important;
}
.mk-edge-one-pager .edge-fade-in,
.mk-edge-one-pager .edge-slide-top,
.mk-edge-one-pager .edge-slide-left,
.mk-edge-one-pager .edge-slide-bottom,
.mk-edge-one-pager .edge-slide-right,
.mk-edge-one-pager .edge-scale-down {
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -ms-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  opacity: 0;
}
.mk-edge-one-pager .mk-edge-title {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 50px;
  line-height: 110%;
}
.mk-edge-one-pager .mk-edge-desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
.mk-edge-one-pager .edge-buttons {
  margin-top: 30px;
}
.mk-edge-one-pager .active .edge-fade-in {
  opacity: 1;
}
.mk-edge-one-pager .edge-slide-top {
  -webkit-transform: translate(0, -300%);
  -moz-transform: translate(0, -300%);
  -ms-transform: translate(0, -300%);
  -o-transform: translate(0, -300%);
}
.mk-edge-one-pager .active .edge-slide-top {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-one-pager .edge-slide-left {
  -webkit-transform: translate(-300%, 0);
  -moz-transform: translate(-300%, 0);
  -ms-transform: translate(-300%, 0);
  -o-transform: translate(-300%, 0);
}
.mk-edge-one-pager .active .edge-slide-left {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-one-pager .edge-slide-bottom {
  -webkit-transform: translate(0, 300%);
  -moz-transform: translate(0, 300%);
  -ms-transform: translate(0, 300%);
  -o-transform: translate(0, 300%);
}
.mk-edge-one-pager .active .edge-slide-bottom {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-one-pager .edge-slide-right {
  -webkit-transform: translate(300%, 0);
  -moz-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  -o-transform: translate(300%, 0);
}
.mk-edge-one-pager .active .edge-slide-right {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-one-pager .edge-scale-down {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.mk-edge-one-pager .active .edge-scale-down {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-edge-one-pager .edge-flip-x,
.mk-edge-one-pager .edge-flip-y {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-perspective: 1000;
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.mk-edge-one-pager .active .edge-flip-x {
  -webkit-animation-name: mk_flip_x;
  -moz-animation-name: mk_flip_x;
  -o-animation-name: mk_flip_x;
  animation-name: mk_flip_x;
  opacity: 1;
}
.mk-edge-one-pager .active .edge-flip-y {
  -webkit-animation-name: mk_flip_y;
  -moz-animation-name: mk_flip_y;
  -o-animation-name: mk_flip_y;
  animation-name: mk_flip_y;
  opacity: 1;
}
.mk-edge-one-pager .edge-skip-slider {
  position: absolute;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
  z-index: 10;
  margin: -24px 0 0 -24px;
}
.mk-edge-one-pager .edge-skip-slider i {
  color: #fff;
  font-size: 48px;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-edge-one-pager .mk-grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .mk-edge-one-pager .mk-edge-title {
    font-weight: 600;
    font-size: 40px;
  }
  .mk-edge-one-pager .mk-edge-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
  }
  .mk-edge-one-pager .edge-slide-content {
    width: 80%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-edge-one-pager .mk-grid {
    padding: 0 15px;
  }
  .mk-edge-one-pager .mk-edge-title {
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 130% !important;
  }
  .mk-edge-one-pager .mk-edge-desc {
    font-size: 14px;
    line-height: 22px !important;
  }
  .mk-edge-one-pager .edge-buttons .mk-button {
    padding: 10px 12px !important;
    font-size: 10px !important;
    margin-right: 15px !important;
  }
  .mk-edge-one-pager .mk-button-align.left,
  .mk-edge-one-pager .mk-button-align.center,
  .mk-edge-one-pager .mk-button-align.right {
    width: auto !important;
    margin-bottom: 6px;
  }
  .mk-edge-one-pager .edge-slide-content {
    width: 100% !important;
  }
}
/*
html, body {
    margin: 0;
    padding: 0;
	overflow:hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}*/
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slide,
.slidesContainer {
  height: 100%;
  display: block;
}
.slides {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section.table,
.slide.table {
  display: table;
  width: 100%;
}
.tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.slidesContainer {
  float: left;
  position: relative;
}
.controlArrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}
.controlArrow.prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.scrollable {
  overflow: scroll;
}
.easing {
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
#fullPage-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#fullPage-nav.right {
  right: 17px;
}
#fullPage-nav.left {
  left: 17px;
}
.fullPage-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fullPage-slidesNav.bottom {
  bottom: 17px;
}
.fullPage-slidesNav.top {
  top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fullPage-slidesNav li {
  display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fullPage-nav.light-skin li .active span,
.fullPage-slidesNav.light-skin .active span {
  background: #fff;
}
#fullPage-nav.dark-skin li .active span,
.fullPage-slidesNav.dark-skin .active span {
  background: #444;
}
#fullPage-nav span,
.fullPage-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  position: absolute;
  z-index: 1;
}
#fullPage-nav.light-skin span,
.fullPage-slidesNav.light-skin span {
  border: 1px solid #fff;
}
#fullPage-nav.dark-skin span,
.fullPage-slidesNav.dark-skin span {
  border: 1px solid #444;
}
.fullPage-tooltip {
  display: none !important;
}
.fullPage-tooltip.right {
  right: 20px;
}
.fullPage-tooltip.left {
  left: 20px;
}
/* Blog Styles */
/*
*
*
*
*********************************************
Blog Classic Style
*********************************************
*/
.blog-classic-entry {
  display: block;
  overflow: hidden;
  margin-bottom: 90px;
  width: 100%;
  opacity: 0;
}
.blog-classic-entry .blog-entry-heading {
  position: relative;
  margin-bottom: 4px;
  padding: 0 6px;
}
.blog-classic-entry .blog-entry-heading .blog-title {
  margin: 0;
  padding-right: 100px;
  font-size: 22px !important;
  line-height: 28px;
  display: inline-block;
}
.blog-classic-entry .blog-entry-heading .blog-comments,
.blog-classic-entry .blog-entry-heading .mk-love-holder {
  display: inline-block;
  float: right;
  color: #d5d5d5;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  padding-left: 8px;
  line-height: 14px;
  margin-top: 6px;
}
.blog-classic-entry .blog-entry-heading .blog-comments .mk-love-count,
.blog-classic-entry .blog-entry-heading .mk-love-holder .mk-love-count {
  color: #d5d5d5;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.blog-classic-entry .blog-entry-heading .blog-comments i,
.blog-classic-entry .blog-entry-heading .mk-love-holder i {
  font-size: 16px;
  padding-right: 3px;
  color: #d7d7d7;
}
.blog-classic-entry .blog-entry-heading .mk-love-holder {
  padding-right: 8px;
  border-right: 1px solid #eee;
}
.blog-classic-entry .blog-gallery-type .mk-slideshow-shortcode {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.blog-classic-entry .mk-video-wrapper,
.blog-classic-entry .featured-image,
.blog-classic-entry .mk-audio,
.blog-classic-entry .blog-gallery-type {
  margin-bottom: 20px;
}
.blog-classic-entry .blog-excerpt {
  padding: 0 6px;
}
.blog-classic-entry .audio-iframe {
  margin-bottom: 15px;
}
@media handheld, only screen and (max-width: 600px) {
  .blog-classic-entry {
    margin-bottom: 30px !important;
  }
  .blog-classic-entry .blog-title {
    display: block !important;
    margin-bottom: 10px !important;
  }
  .blog-classic-entry .blog-comments,
  .blog-classic-entry .mk-love-holder {
    float: left !important;
    border: none !important;
    margin: 20px 5px 15px 0;
    font-size: 14px !important;
    line-height: 30px;
  }
  .blog-classic-entry .blog-meta {
    display: block;
    clear: both;
  }
}
.blog-meta {
  line-height: 12px;
  margin-bottom: 15px;
  padding: 0 8px;
}
.blog-meta time,
.blog-meta .blog-categories {
  float: left;
}
.blog-meta time {
  margin-right: 6px;
}
.blog-meta a {
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}
/*
*
*
*
*********************************************
Blog Masonry Style
*********************************************
*/
.blog-masonry-entry {
  overflow: hidden;
  display: block;
  opacity: 0;
  float: left;
}
.blog-masonry-entry .item-holder {
  margin: 0 15px 30px 30px;
  background-color: #fdfdfd;
  border: 1px solid #eee;
  padding-bottom: 20px;
}
.blog-masonry-entry .post-type-icon {
  position: absolute;
  left: 0;
  top: 25px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #eee;
  border-right: none;
  display: block;
  color: #e3e3e3;
}
.blog-masonry-entry .post-type-icon:hover {
  color: #fff;
}
.blog-masonry-entry .post-type-icon i {
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.blog-masonry-entry .blog-meta {
  display: block;
  clear: both;
  margin: 0;
  padding: 10px 20px 5px;
}
.blog-masonry-entry .blog-meta time {
  padding-bottom: 5px;
}
.blog-masonry-entry .blog-entry-heading {
  position: relative;
  margin-bottom: 4px;
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #fdfdfd;
}
.blog-masonry-entry .blog-entry-heading .blog-title {
  margin: 0;
  padding: 0 0 10px;
  line-height: 22px;
  display: block;
}
.blog-masonry-entry .blog-entry-heading .blog-title a {
  color: #666666;
}
.blog-masonry-entry .blog-entry-heading .blog-comments,
.blog-masonry-entry .blog-entry-heading .mk-love-holder {
  display: inline-block;
  color: #d5d5d5;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  padding-left: 8px;
  margin-top: 8px;
  line-height: 14px;
}
.blog-masonry-entry .blog-entry-heading .blog-comments .mk-love-count,
.blog-masonry-entry .blog-entry-heading .mk-love-holder .mk-love-count {
  color: #d5d5d5;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.blog-masonry-entry .blog-entry-heading .blog-comments i,
.blog-masonry-entry .blog-entry-heading .mk-love-holder i {
  font-size: 16px;
  padding-right: 3px;
  color: #d7d7d7;
}
.blog-masonry-entry .blog-entry-heading .mk-love-holder {
  margin-left: 8px;
  border-left: 1px solid #eee;
}
.blog-masonry-entry .mk-video-wrapper,
.blog-masonry-entry .featured-image,
.blog-masonry-entry .mk-audio,
.blog-masonry-entry .blog-gallery-type .mk-image-slideshow {
  margin-bottom: 0;
}
.blog-masonry-entry .blog-excerpt {
  padding: 0 20px;
}
.blog-masonry-entry .audio-iframe {
  padding: 10px;
}
.blog-masonry-entry .jp-interface {
  border: none !important;
  background-color: transparent !important;
  padding: 0px 90px 0px 50px !important;
}
.blog-masonry-entry .jp-interface .jp-controls {
  left: 10px;
  top: 0px;
}
.blog-masonry-entry .jp-interface .js-volume-wrapper {
  right: 10px;
  top: 0px;
  margin-top: 0;
}
.blog-masonry-entry.one-column {
  width: 100%;
}
.blog-masonry-entry.one-column .blog-title {
  font-size: 16px !important;
  font-weight: normal !important;
}
.blog-masonry-entry.two-column {
  width: 49.8%;
}
.blog-masonry-entry.two-column .blog-title {
  font-size: 16px !important;
  font-weight: normal !important;
}
.blog-masonry-entry.three-column {
  width: 33.1%;
}
.blog-masonry-entry.three-column .blog-title {
  font-size: 13px !important;
  line-height: 18px;
  font-weight: bold !important;
}
.blog-masonry-entry.four-column {
  width: 24.8%;
}
.blog-masonry-entry.four-column .item-holder {
  padding-bottom: 15px;
}
.blog-masonry-entry.four-column .blog-meta {
  padding-right: 15px;
  padding-left: 15px;
}
.blog-masonry-entry.four-column .blog-excerpt {
  padding: 0 15px;
}
.blog-masonry-entry.four-column .blog-title {
  margin: 0;
  padding: 0 10px 0 8px;
  font-size: 12px !important;
  line-height: 18px;
  font-weight: bold;
  display: block;
}
.blog-masonry-entry.four-column .blog-title a {
  color: #666666;
}
.blog-masonry-entry.four-column .jp-interface {
  padding: 0 10px 40px !important;
}
.blog-masonry-entry.four-column .jp-controls {
  top: 38px;
  left: 10px;
}
.blog-masonry-entry.four-column .js-volume-wrapper {
  top: 38px;
  right: 10px;
}
@media handheld, only screen and (max-width: 960px) {
  .blog-masonry-entry.three-column,
  .blog-masonry-entry.four-column {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 650px) {
  .blog-masonry-entry.three-column,
  .blog-masonry-entry.four-column,
  .blog-masonry-entry.two-column,
  .blog-masonry-entry.one-column {
    width: 100% !important;
  }
}
/*
*
*
*
*********************************************
Blog List Style
*********************************************
*/
.blog-list-entry {
  padding-bottom: 30px;
  width: 100%;
  *zoom: 1;
}
.blog-list-entry:before,
.blog-list-entry:after {
  content: " ";
  display: table;
}
.blog-list-entry:after {
  clear: both;
}
.blog-list-entry .the-title {
  font-size: 14px !important;
  font-weight: bold !important;
  margin-bottom: 3px;
}
.blog-list-entry .listtype-meta {
  margin-bottom: 5px;
}
.blog-list-entry .listtype-meta time a {
  color: #999999;
}
.blog-list-entry .listtype-meta time,
.blog-list-entry .listtype-meta a,
.blog-list-entry .listtype-meta span {
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}
.blog-list-entry .post-type-icon {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #999999;
  color: #999999;
  margin: 5px 0 10px;
}
.blog-list-entry .post-type-icon i {
  font-size: 16px;
  line-height: 40px;
  display: block;
}
.blog-list-entry .post-type-icon:hover {
  color: #fff;
}
.blog-list-entry .mk-pagination {
  padding-top: 40px;
  margin-top: 50px;
  border-top: 1px solid #eee;
}
.blog-list-entry .list-posttype-col {
  width: 70px;
  float: left;
}
.blog-list-entry .list-content-col {
  float: left;
  display: block;
  width: 80%;
  padding-top: 6px;
  *zoom: 1;
}
.blog-list-entry .list-content-col:before,
.blog-list-entry .list-content-col:after {
  content: " ";
  display: table;
}
.blog-list-entry .list-content-col:after {
  clear: both;
}
@media handheld, only screen and (max-width: 600px) {
  .blog-list-entry .list-posttype-col {
    display: none;
  }
  .blog-list-entry .list-content-col {
    width: 100%;
  }
}
/*
*
*
*
*********************************************
Blog Thumb Style
*********************************************
*/
.blog-thumb-entry {
  padding-bottom: 30px;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  *zoom: 1;
}
.blog-thumb-entry:before,
.blog-thumb-entry:after {
  content: " ";
  display: table;
}
.blog-thumb-entry:after {
  clear: both;
}
.blog-thumb-entry .featured-image {
  width: 15%;
  float: left;
}
.blog-thumb-entry .featured-image img {
  width: 100%;
}
.blog-thumb-entry .blog-thumb-content {
  width: 85%;
  float: left;
  padding: 0 5px 0 15px;
}
.blog-thumb-entry .blog-title {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600 !important;
}
.blog-thumb-entry time a {
  font-weight: bold;
  font-size: 11px;
  font-style: italic;
  display: inline-block;
  line-height: 14px;
}
.blog-thumb-entry time a {
  color: #999999;
}
@media handheld, only screen and (max-width: 550px) {
  .blog-thumb-entry .blog-thumb-content {
    width: 100%;
    float: none;
    padding: 5px 0 15px;
  }
  .blog-thumb-entry .featured-image {
    width: 100%;
    float: none;
  }
  .blog-thumb-entry .featured-image img {
    width: 100%;
  }
}
/*
*
*
*
*********************************************
Blog Scroller Style
*********************************************
*/
.blog-scroller-entry {
  position: relative;
  overflow: hidden;
}
.blog-scroller-entry .blog-title {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold !important;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.blog-scroller-entry .blog-title a {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.blog-scroller-entry .blog-title {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.blog-scroller-entry:hover .blog-title {
  bottom: -200px;
}
.blog-scroller-arrows {
  width: 34px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: center;
}
.blog-scroller-arrows i {
  color: #fff;
  line-height: 32px;
  font-size: 16px;
}
.blog-scroller-arrows.mk-swiper-prev {
  left: 15px;
}
.blog-scroller-arrows.mk-swiper-next {
  right: 15px;
}
/*
*
*
*
*********************************************
Blog Magazine Style
*********************************************
*/
.blog-magazine-entry {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mk-magazine-wrapper {
  margin-bottom: 20px;
  *zoom: 1;
}
.mk-magazine-wrapper:before,
.mk-magazine-wrapper:after {
  content: " ";
  display: table;
}
.mk-magazine-wrapper:after {
  clear: both;
}
.magazine-featured-post .magazine-posttype-icon {
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 16px;
}
.magazine-featured-post .blog-title {
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
  z-index: 15;
}
.magazine-featured-post .blog-title a {
  font-weight: bold;
  color: #fff;
}
.magazine-featured-post .blog-meta {
  background-color: #fafafa;
  padding: 12px;
}
.magazine-featured-post time a {
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}
.magazine-featured-post time {
  display: inline-block;
  margin-top: 3px;
}
.magazine-featured-post .blog-categories {
  margin: 3px 10px 0 0;
}
.magazine-featured-post .mk-love-holder,
.magazine-featured-post .blog-comments {
  display: inline-block;
  float: right;
  margin: 4px 0 4px 4px;
}
.magazine-featured-post .mk-love-holder i,
.magazine-featured-post .blog-comments i {
  font-size: 16px;
  color: #d7d7d7;
}
.magazine-featured-post .blog-comments {
  padding-left: 8px;
  border-left: 1px solid #eee;
}
.magazine-featured-post .blog-comments i {
  margin-right: 4px;
  font-size: 16px;
}
.magazine-thumb-post {
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #eee;
  *zoom: 1;
}
.magazine-thumb-post:before,
.magazine-thumb-post:after {
  content: " ";
  display: table;
}
.magazine-thumb-post:after {
  clear: both;
}
.magazine-thumb-post .blog-title {
  font-size: 13px;
  font-weight: 400 !important;
  margin: 5px 0;
}
.magazine-thumb-post time a,
.magazine-thumb-post .blog-cat a {
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  line-height: 14px;
}
.magazine-thumb-post time a {
  color: #999999;
}
.magazine-thumb-post .blog-cat {
  padding-left: 5px;
}
.magazine-thumb-post .featured-image {
  width: 12%;
  float: left;
}
.magazine-thumb-post .blog-thumb-content {
  width: 88%;
  float: left;
  padding: 5px 5px 0 20px;
}
.mag-one-column .magazine-featured-post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.mag-two-column-right .magazine-featured-post,
.mag-two-column-left .magazine-featured-post {
  width: 50%;
  float: right;
  position: relative;
}
.mag-two-column-right .magazine-featured-post:before,
.mag-two-column-left .magazine-featured-post:before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #eee;
}
.mag-two-column-right .magazine-thumb-post,
.mag-two-column-left .magazine-thumb-post {
  width: 50%;
}
.mag-two-column-right .magazine-featured-post {
  float: right;
  padding-left: 80px;
}
.mag-two-column-right .magazine-featured-post:before {
  left: 40px;
}
.mag-two-column-right .magazine-thumb-post {
  float: left;
}
.mag-two-column-left .magazine-featured-post {
  float: left;
  padding-right: 80px;
}
.mag-two-column-left .magazine-featured-post:before {
  right: 40px;
}
.mag-two-column-left .magazine-thumb-post {
  float: right;
}
@media handheld, only screen and (max-width: 680px) {
  .mag-two-column-right .magazine-featured-post,
  .mag-two-column-left .magazine-featured-post {
    width: 100%;
    float: none;
    padding: 0 0 30px;
  }
  .mag-two-column-right .magazine-featured-post:before,
  .mag-two-column-left .magazine-featured-post:before {
    display: none;
  }
  .mag-two-column-right .magazine-thumb-post,
  .mag-two-column-left .magazine-thumb-post {
    width: 100%;
  }
}
/*
*
*
*
*********************************************
Blog Tile Style
*********************************************
*/
.blog-tile-entry {
  overflow: hidden;
  display: block;
  opacity: 0;
  float: left;
}
.blog-tile-entry .item-holder {
  margin: 0 15px 50px 15px;
}
.blog-tile-entry .blog-meta {
  text-align: center;
  line-height: 13px;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.blog-tile-entry .blog-meta time,
.blog-tile-entry .blog-meta .blog-categories,
.blog-tile-entry .blog-meta .blog-comments,
.blog-tile-entry .blog-meta .mk-love-holder {
  float: none;
  display: inline-block;
  border-right: 1px solid #d2d2d2;
  padding: 0 6px;
  margin: 0;
}
.blog-tile-entry .blog-meta .mk-love-holder {
  margin-right: 7px;
  border: none;
}
.blog-tile-entry .blog-meta .mk-love-holder span {
  display: inline-block;
  font-size: 12px;
}
.blog-tile-entry .blog-meta .blog-comments i,
.blog-tile-entry .blog-meta .mk-love-holder i {
  font-size: 16px;
  color: #d7d7d7;
}
.blog-tile-entry .blog-gallery-type {
  position: relative;
  padding: 12px;
  border: 1px solid #efefef;
}
.blog-tile-entry .featured-image {
  position: relative;
  padding: 12px;
  border: 1px solid #efefef;
  z-index: 2;
  background-color: #fdfdfd;
}
.blog-tile-entry .featured-image img {
  width: 100%;
}
.blog-tile-entry .featured-image:hover .image-hover-overlay {
  opacity: 0.4;
}
.blog-tile-entry .grid-image-inner {
  position: relative;
  overflow: hidden;
}
.blog-tile-entry .blog-avatar {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
.blog-tile-entry .avatar {
  padding: 5px;
  border: 1px solid #efefef;
  margin: 0 auto;
  background-color: #fff;
}
.blog-tile-entry.image-post-type .blog-avatar,
.blog-tile-entry.portfolio-post-type .blog-avatar,
.blog-tile-entry.video-post-type .blog-avatar,
.blog-tile-entry.gallery-post-type .blog-avatar {
  margin-top: -55px;
}
.blog-tile-entry .mk-image-slideshow {
  margin-bottom: 0;
}
.blog-tile-entry .text-post-wrapper {
  padding: 15px;
  border: 1px solid #efefef;
  background: #fafafa;
}
.blog-tile-entry .mk-video-wrapper,
.blog-tile-entry .featured-image,
.blog-tile-entry .mk-audio,
.blog-tile-entry .blog-gallery-type {
  margin: 0 0 15px;
}
.blog-tile-entry .blog-gallery-type {
  background-color: #fdfdfd;
}
.blog-tile-entry .mk-video-wrapper {
  background-color: #fdfdfd;
  padding: 12px;
  border: 1px solid #efefef;
}
.blog-tile-entry .jp-audio {
  width: auto !important;
}
.blog-tile-entry.audio-post-type .blog-avatar {
  display: none;
}
.blog-tile-entry .blog-entry-heading {
  border: 1px solid #efefef;
  border-left: none;
  border-right: none;
  position: relative;
  padding: 6px 0 6px 15px;
  margin-bottom: 11px;
}
.blog-tile-entry .blog-entry-heading .blog-title {
  font-weight: 600 !important;
  line-height: 22px;
  padding-right: 40px;
  margin: 0;
}
.blog-tile-entry .blog-entry-heading i {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #d7d7d7;
  margin-top: -8px;
  text-align: center;
  font-size: 16px;
}
.blog-tile-entry .blog-excerpt {
  margin: 0 15px;
}
.blog-tile-entry.one-column {
  width: 100%;
  margin: 0 0 30px;
}
.blog-tile-entry.one-column .blog-title {
  font-size: 18px !important;
}
.blog-tile-entry.two-column {
  width: 50%;
}
.blog-tile-entry.two-column .blog-title {
  font-size: 18px !important;
}
.blog-tile-entry.three-column {
  width: 33%;
}
.blog-tile-entry.three-column .blog-title {
  font-size: 15px !important;
}
.blog-tile-entry.four-column {
  width: 25%;
}
.blog-tile-entry.four-column .blog-title {
  font-size: 13px !important;
}
.blog-tile-entry.four-column .blog-categories {
  border-right: none;
}
.blog-tile-entry.four-column .blog-avatar,
.blog-tile-entry.four-column .blog-comments,
.blog-tile-entry.four-column .mk-love-holder {
  display: none;
}
@media handheld, only screen and (max-width: 960px) {
  .blog-tile-entry.three-column,
  .blog-tile-entry.four-column {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 650px) {
  .blog-tile-entry.three-column,
  .blog-tile-entry.four-column,
  .blog-tile-entry.two-column,
  .blog-tile-entry.one-column {
    width: 100% !important;
  }
}
/*
*
*
*
*********************************************
Blog Modern Style
*********************************************
*/
.blog-modern-entry {
  position: relative;
  margin-bottom: 40px;
  opacity: 0;
  overflow: hidden;
}
.blog-modern-entry .hover-overlay {
  opacity: 0.3;
}
.blog-modern-entry:hover .hover-overlay {
  opacity: 0;
  top: -100%;
}
.blog-modern-entry:hover .blog-title {
  margin-top: -30px;
  opacity: 0;
}
.blog-modern-entry:hover .modern-featured-image img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.blog-modern-entry .blog-entry-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 14;
}
.blog-modern-entry .blog-title {
  font-size: 30px;
  font-weight: 300 !important;
  line-height: 36px;
  margin-bottom: 30px;
  display: block;
}
.blog-modern-entry .blog-title a {
  color: #fff;
}
.blog-modern-entry .blog-modern-button {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  line-height: 12px;
  padding: 14px 20px;
}
.blog-modern-entry .blog-modern-button:hover {
  color: #000;
  background-color: #fff;
}
.blog-modern-entry .blog-gallery-type .mk-image-slideshow {
  margin-bottom: 0;
}
.blog-modern-entry .slideshow-swiper-arrows {
  z-index: 15;
}
.blog-modern-entry .modern-featured-image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.blog-modern-entry .blog-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 30px;
  z-index: 14;
  margin: 0;
}
.blog-modern-entry time,
.blog-modern-entry .blog-categories,
.blog-modern-entry .post-type-icon {
  display: inline-block;
  float: left;
  font-weight: bold;
  font-style: italic;
}
.blog-modern-entry .post-type-icon {
  font-size: 16px;
  color: #fff;
  padding-right: 7px;
}
.blog-modern-entry time a {
  color: #fff;
}
.blog-modern-entry .blog-comments,
.blog-modern-entry .mk-love-holder {
  float: right;
  color: #fff;
  display: inline-block;
  padding-left: 6px;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}
.blog-modern-entry .blog-comments i,
.blog-modern-entry .mk-love-holder i {
  font-size: 16px;
}
@media handheld, only screen and (max-width: 767px) {
  .blog-modern-entry .blog-title {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .blog-modern-entry .blog-modern-button {
    display: none;
  }
  .blog-modern-entry .blog-meta {
    padding: 0 10px 10px;
  }
}
/*
*
*
*
*********************************************
Blog Slideshow Style
*********************************************
*/
.blog-slideshow-entry {
  position: relative;
}
.blog-slideshow-entry .blog-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.blog-slideshow-entry .post-type-icon,
.blog-slideshow-entry .blog-title {
  display: inline-block;
  float: left;
  font-weight: bold;
  font-style: italic;
}
.blog-slideshow-entry .blog-title {
  margin: 0;
  font-size: 14px;
  font-weight: bold !important;
}
.blog-slideshow-entry .blog-title a {
  color: #fff;
}
.blog-slideshow-entry .mk-love-holder {
  float: right;
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #eee;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}
.blog-slideshow-entry .mk-love-holder i {
  font-size: 16px;
}
.blog-slideshow-entry .post-type-icon {
  font-size: 16px;
  color: #fff;
  padding-right: 7px;
}
.blog-slideshow-entry time,
.blog-slideshow-entry .blog-categories {
  display: inline-block;
  float: right;
}
.blog-slideshow-entry time a {
  color: #fff;
}
@media handheld, only screen and (max-width: 767px) {
  .blog-slideshow-entry .blog-meta {
    display: none;
  }
}
/*
*
*
*
*********************************************
Blog Teaser Style
*********************************************
*/
.mk-blog-teaser .blog-slider-item {
  width: 66.667%;
  float: left;
}
.mk-blog-teaser .blog-teaser-side-item {
  overflow: hidden;
  float: left;
  position: relative;
}
.mk-blog-teaser .blog-teaser-side-item .item-holder {
  margin-left: 1px;
}
.mk-blog-teaser .blog-teaser-side-item.full-item {
  width: 33.33%;
}
.mk-blog-teaser .blog-teaser-side-item.half-item {
  width: 16.665%;
}
.mk-blog-teaser .blog-teaser-side-item.half-item .item-holder {
  margin-top: 1px;
}
.mk-blog-teaser .blog-teaser-side-item:hover .blog-title {
  bottom: -50px;
}
.mk-blog-teaser .blog-teaser-side-item .blog-title {
  position: absolute;
  left: 1px;
  bottom: 0;
  font-size: 13px;
  white-space: nowrap;
  margin: 0;
  padding: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.mk-blog-teaser .blog-teaser-side-item .blog-title a {
  color: #fff;
  font-weight: bold !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 98%;
  display: block;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-blog-teaser .blog-slider-item {
    width: 100%;
    float: none;
  }
  .mk-blog-teaser .blog-teaser-side-item .item-holder {
    margin-top: 1px;
  }
  .mk-blog-teaser .blog-teaser-side-item .item-featured-image {
    width: 100%;
  }
  .mk-blog-teaser .blog-teaser-side-item.full-item {
    width: 50%;
  }
  .mk-blog-teaser .blog-teaser-side-item.half-item {
    width: 25%;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-blog-teaser .blog-teaser-side-item.full-item {
    width: 100%;
    float: none;
  }
  .mk-blog-teaser .blog-teaser-side-item.half-item {
    width: 50%;
  }
}
/* * Pageination */
.mk-pagination {
  margin: 40px 0 0;
  text-align: left;
  position: relative;
}
.mk-pagination ul {
  margin: 0 50px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.mk-pagination ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.mk-pagination .page-number,
.mk-pagination .current-page {
  display: inline-block;
  text-align: left;
  font-size: 13px;
  margin: 0 2px;
  padding: 0 13px;
  color: #777;
  font-weight: bold;
  line-height: 32px;
}
.mk-pagination .current-page {
  background-color: #777777;
  color: #fff;
}
.mk-pagination .mk-pagination-next,
.mk-pagination .mk-pagination-previous {
  display: inline-block;
}
.mk-pagination .mk-pagination-previous {
  margin-right: -1px;
}
.mk-pagination .mk-pagination-next a,
.mk-pagination .mk-pagination-previous a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #777777;
  font-size: 16px;
  margin: 0;
  color: #777777;
  display: inline-block;
  position: relative;
}
.mk-pagination .mk-pagination-next a:before,
.mk-pagination .mk-pagination-previous a:before {
  font-size: 16px;
  display: block;
  line-height: 30px;
}
.mk-pagination .mk-pagination-next a:hover,
.mk-pagination .mk-pagination-previous a:hover {
  background-color: #777777;
  color: #fff;
}
.mk-pagination .mk-pagination-next a:before {
  content: "\e63c";
}
.mk-pagination .mk-pagination-previous a:before {
  content: "\e633";
}
.mk-page-links {
  margin: 10px 30px 20px 30px;
  color: #777;
  font-weight: bold;
}
.mk-page-links a {
  text-align: left;
  font-size: 13px;
  margin: 0 2px;
}
.mk-loadmore-button {
  margin: 40px auto;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  border-top: none;
  position: relative;
  color: #777777;
}
.mk-loadmore-button:before {
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #efefef;
  margin-left: -15px;
}
.mk-loadmore-button i {
  line-height: 30px;
}
.mk-loadmore-button:hover {
  background-color: #717171;
  color: #fff;
}
.mk-loadmore-button:hover i {
  color: #fff !important;
}
.mk-loadmore-button .mk-icon-refresh {
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  color: #b8b8b8;
  -moz-animation: spin 0.7s infinite linear;
  -o-animation: spin 0.7s infinite linear;
  -webkit-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
  display: none;
}
.mk-loadmore-button .mk-theme-icon-bottom-bigger {
  font-size: 16px;
  display: block;
}
.mk-loadmore-button .mk-icon-times {
  display: none;
  color: #b8b8b8;
  font-size: 16px;
}
.mk-loadmore-button.pagination-loading .mk-icon-refresh {
  display: block;
}
.mk-loadmore-button.pagination-loading .mk-theme-icon-bottom-bigger {
  display: none;
}
.mk-loadmore-button #infscr-loading {
  display: none !important;
}
.mk-loadmore-button.disable-pagination {
  cursor: default;
}
.mk-loadmore-button.disable-pagination .mk-icon-refresh,
.mk-loadmore-button.disable-pagination .mk-theme-icon-bottom-bigger {
  display: none;
}
.mk-loadmore-button.disable-pagination .mk-icon-times {
  display: block;
}
.small-preview,
.mk-post-nav .entry-info-wrap,
.mk-post-nav {
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mk-post-nav {
  position: fixed;
  height: 100px;
  top: 50%;
  background: #cccccc;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  margin-top: -55px;
  text-decoration: none;
  z-index: 200;
}
.mk-post-prev.mk-post-nav {
  padding-left: 30px;
}
.mk-post-next.mk-post-nav {
  padding-right: 30px;
}
.mk-post-nav:hover {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
}
.mk-post-nav .label {
  position: absolute;
  top: 50%;
  width: 12px;
  line-height: 22px;
  margin-top: -11px;
  font-size: 24px;
}
.mk-post-nav .entry-image {
  display: block;
}
.mk-post-nav .entry-image img {
  display: block;
  height: 100px;
  width: 100px;
}
.mk-post-prev {
  left: 0;
}
.mk-post-prev .label {
  left: 10px;
}
.mk-post-next {
  right: 0;
}
.mk-post-next .label {
  right: 10px;
}
.mk-post-next.with-image {
  text-align: right;
}
.mk-post-nav .entry-info {
  display: block;
  height: 80px;
  width: 248px;
  display: table;
}
.mk-post-next .entry-info {
  margin: 0 10px 0 1px;
}
.mk-post-prev .entry-info {
  margin: 0 1px 0 10px;
}
.mk-post-nav .entry-info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.65em;
}
.mk-post-nav .entry-info-wrap {
  width: 1px;
  overflow: hidden;
  display: block;
}
.mk-post-nav:hover .entry-info-wrap {
  width: 250px;
}
.mk-blog-single .post .mk-video-wrapper,
.mk-blog-single .post .featured-image,
.mk-blog-single .post .mk-audio,
.single-blog-gallery-type .mk-image-slideshow,
.mk-blog-single .post .audio-iframe {
  margin: 1px 30px 0;
}
.mk-blog-single .post .audio-iframe {
  margin-bottom: -5px;
}
.single-content {
  padding: 25px 40px 25px;
}
@media only screen and (max-width: 960px) {
  .single-content {
    padding: 15px 0px 20px;
  }
}
.entry-meta {
  position: relative;
}
.entry-meta .item-holder {
  background-color: #fafafa;
  background-color: rgba(0, 0, 0, 0.02);
  margin: 0 30px;
  padding: 15px 20px;
}
.entry-meta:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.06);
}
.entry-meta time,
.entry-meta .blog-categories {
  float: left;
}
.entry-meta time {
  margin-right: 6px;
}
.entry-meta a {
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}
.entry-meta .blog-comments,
.entry-meta .mk-love-holder {
  float: right;
  margin-left: 8px;
  color: #999999;
}
.entry-meta .single-type-icon {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -16px;
  text-align: center;
}
.entry-meta .single-type-icon i {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.mk-next-prev {
  float: right;
  margin-right: 40px;
  margin-bottom: -1px;
}
.mk-next-prev a {
  display: inline-block;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  text-align: center;
  color: #777777;
}
.mk-next-prev a i {
  font-size: 16px;
  line-height: 30px;
}
.mk-next-prev a:hover {
  color: #fff;
  background-color: #777777;
}
@media only screen and (max-width: 700px) {
  .mk-next-prev {
    float: none;
    margin: 15px auto;
    text-align: center;
  }
  .mk-next-prev a {
    border: 1px solid #eee;
  }
}
.single-post-tags {
  float: right;
  padding: 6px 15px 0 0;
}
.single-post-tags a {
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  padding: 0 3px;
}
@media only screen and (max-width: 700px) {
  .single-post-tags {
    float: none;
    padding: 0 0 20px;
    text-align: center;
  }
}
.single-social-share {
  float: left;
  padding: 0;
  margin: 0 0 0 40px;
}
.single-social-share li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0 8px;
  border-left: 1px solid #eee;
}
.single-social-share li:first-child {
  border: none;
}
.single-social-share li a {
  color: #d7d7d7;
  line-height: 12px;
}
.single-social-share li a i {
  font-size: 16px;
}
.single-social-share li a:hover {
  color: #545454;
}
.single-social-share li .mk-love-holder span {
  color: #d7d7d7;
}
@media only screen and (max-width: 700px) {
  .single-social-share {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
  .single-social-share a {
    margin-bottom: 10px !important;
  }
}
.about-author-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-left: none;
  border-right: none;
  margin-bottom: 40px;
}
.about-author-wrapper .item-holder {
  background-color: rgba(0, 0, 0, 0.02);
  margin: 0 30px;
}
.about-author-wrapper .avatar-box {
  float: left;
}
.about-author-wrapper .about-author-inner {
  margin-left: 160px;
  padding: 20px;
}
.about-author-wrapper .author-name {
  font-size: 13px;
  font-weight: bold;
  color: #555555;
}
.about-author-wrapper .author-desc {
  margin-top: 10px;
}
@media only screen and (max-width: 700px) {
  .about-author-wrapper {
    text-align: center;
  }
  .about-author-wrapper .avatar-box {
    float: none;
    margin: 0 auto;
  }
  .about-author-wrapper .about-author-inner {
    margin: 0;
    padding: 20px;
  }
}
/* Blog Similar posts */
.blog-similar-posts {
  margin-bottom: 70px;
}
.blog-similar-posts ul {
  margin: 0 30px;
  list-style: none;
  padding: 0;
}
.blog-similar-posts ul li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.blog-similar-posts ul li .item-holder {
  background-color: #fdfdfd;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid #efefef;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.blog-similar-posts ul li:last-child .item-holder {
  border: 1px solid #efefef;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.blog-similar-posts ul.three-column li {
  width: 33.33%;
}
.blog-similar-posts ul.four-column li {
  width: 25%;
}
@media only screen and (max-width: 960px) {
  .blog-similar-posts ul li {
    width: 50% !important;
  }
}
@media only screen and (max-width: 600px) {
  .blog-similar-posts ul li {
    width: 100% !important;
  }
}
.blog-similar-posts .mk-similiar-thumbnail {
  display: block;
  position: relative;
}
.blog-similar-posts .mk-similiar-thumbnail img {
  width: 100%;
}
.blog-similar-posts .mk-similiar-thumbnail .similar-post-type,
.blog-similar-posts .mk-similiar-thumbnail .post-hover-icon {
  z-index: 12;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.blog-similar-posts .mk-similiar-thumbnail .post-hover-icon {
  margin: -24px 0 0 -24px;
  font-size: 48px;
  opacity: 0;
}
.blog-similar-posts .mk-similiar-thumbnail .similar-post-type {
  margin: -8px 0 0 -8px;
  font-size: 16px;
}
.blog-similar-posts .mk-similiar-thumbnail:hover .hover-overlay {
  opacity: 0.9;
}
.blog-similar-posts .mk-similiar-thumbnail:hover .post-hover-icon {
  opacity: 1;
}
.blog-similar-posts .mk-similiar-thumbnail:hover .similar-post-type {
  opacity: 0;
}
.mk-similiar-title {
  padding: 14px 25px;
  line-height: 18px;
  font-size: 13px;
  color: #626262;
  display: block;
  text-align: left;
}
.single-post-fancy-title {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin: 50px 30px 40px;
  position: relative;
}
.single-post-fancy-title span {
  display: inline-block;
  position: relative;
  z-index: 3;
  padding-right: 10px;
}
.single-post-fancy-title:after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .single-post-fancy-title {
    display: block;
    text-align: center;
    margin: 30px 0 30px;
  }
  .single-post-fancy-title:after {
    display: none;
  }
}
.mk-commentlist {
  margin: 0 40px 40px 60px;
}
.mk-commentlist li {
  margin: 0 0 15px 40px;
  list-style: none;
}
.mk-commentlist li .mk-single-comment {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 70px 5px 20px;
  min-height: 60px;
  border: 1px solid #eee;
  background-color: #fafafa;
}
.mk-commentlist li .mk-single-comment:before {
  position: absolute;
  top: 50%;
  left: -7px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border: 1px solid #eee;
  border-right: none;
  border-top: none;
  background-color: #fafafa;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.mk-commentlist li .gravatar {
  position: absolute;
  top: 50%;
  left: -65px;
  display: inline-block;
  margin-top: -22px;
}
.mk-commentlist li .comment-meta {
  display: block;
  margin-bottom: 10px;
}
.mk-commentlist li .comment-author {
  float: left;
  margin: 6px 8px 0 0;
  color: #4c4c4c;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 13px;
}
.mk-commentlist li .comment-content {
  padding-top: 5px;
}
.mk-commentlist li .comment-time {
  display: inline-block;
  float: left;
  margin: 6px 16px 0 0;
  color: #9e9e9e;
  font-style: italic;
  font-size: 12px;
}
.mk-commentlist li .comment-reply a {
  right: 25px;
}
.mk-commentlist li .comment-reply a {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -16px;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  color: #bdbdbd;
  text-align: center;
  cursor: pointer;
}
.mk-commentlist li .comment-reply a i {
  line-height: 28px;
}
.mk-commentlist li .comment-reply a:hover {
  border-color: #efefef;
  background-color: #505050;
  color: #fff;
}
.mk-commentlist li .children {
  margin-bottom: 50px;
  margin-left: 80px;
}
.mk-commentlist #respond {
  margin: 0 0 30px 0 !important;
}
.mk-commentlist #respond .single-post-fancy-title {
  display: none;
}
#comments {
  padding-top: 10px;
}
.mk-commentlist li.pingback {
  position: relative;
  margin-bottom: 20px;
  padding: 15px !important;
  border: 1px solid #eee;
  background-color: #fafafa;
}
#cancel-comment-reply-link,
.logged-in-as {
  margin: 5px 0 !important;
  font-weight: 600 !important;
  font-style: italic !important;
  font-size: 12px !important;
}
#respond {
  margin: 0 30px 40px;
}
#respond .single-post-fancy-title {
  margin-right: 0;
  margin-left: 0;
}
form#commentform .comment-textarea {
  margin-bottom: 15px;
}
form#commentform .comment-textarea textarea {
  width: 100%;
  padding: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form#commentform .text-input::-webkit-input-placeholder,
form#commentform textarea::-webkit-input-placeholder {
  color: #666666;
}
form#commentform .text-input:-ms-input-placeholder,
form#commentform textarea:-ms-input-placeholder {
  color: #666666;
}
form#commentform .text-input:-moz-placeholder,
form#commentform textarea:-moz-placeholder {
  color: #666666;
}
.form-submit {
  text-align: center;
}
.form-submit #submit {
  margin: 0 auto;
  border: 1px solid #444;
  color: #444;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-submit #submit:hover {
  background-color: #444;
  color: #fff;
}
.comment-form-row {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding-right: 15px;
  width: 33%;
  position: relative;
}
.comment-form-row i {
  float: left;
  width: 43px !important;
  height: 43px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  z-index: 3;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  color: #666666;
}
.comment-form-row i.input-focused {
  color: #fff;
}
.comment-form-row input {
  padding: 12px 12px 12px 58px;
  width: 100%;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.comment-form-website {
  padding-right: 0;
}
@media only screen and (max-width: 960px) {
  .comment-form-row {
    margin-bottom: 7px;
    width: 100%;
  }
  form#commentform .comment-textarea textarea {
    margin-bottom: 6px;
    width: 100% !important;
  }
}
.bypostauthor {
  background-color: #fff;
}
.comment-reply-title {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 700px) {
  .mk-commentlist {
    margin: 0 20px;
  }
  .mk-commentlist .children {
    margin: 0 0 20px 0 !important;
  }
  .mk-commentlist .children .comment {
    margin-left: 0;
  }
  #respond {
    margin: 0 0 30px;
  }
}
/* Portfolio Styles */
.mk-portfolio-item .item-holder {
  margin: 0 1px 1px 0;
}
.mk-portfolio-item .portfolio-meta {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  text-align: center;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.mk-portfolio-item .portfolio-meta .portfolio-plus-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.mk-portfolio-item .portfolio-meta .portfolio-plus-icon i {
  font-size: 32px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  color: #fff;
  display: inline-block;
}
.mk-portfolio-item .the-title {
  margin: 10px auto 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
}
.mk-portfolio-item .the-title a,
.mk-portfolio-item .the-title span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
}
.mk-portfolio-item .portfolio-cats {
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  color: #fff;
}
.mk-portfolio-item .project-load {
  display: block;
}
.mk-portfolio-item .portfolio-entry-logo {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
}
.mk-portfolio-item .featured-image {
  line-height: 4px;
}
.mk-portfolio-item .featured-image:hover .portfolio-meta {
  opacity: 1;
}
.mk-portfolio-item .featured-image:hover .portfolio-plus-icon i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.mk-portfolio-item .featured-image:hover .portfolio-entry-logo {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  opacity: 0;
}
.mk-portfolio-item .portfolio-permalink {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  border: 1px solid #fff;
  color: #fff;
  -webkit-backface-visibility: hidden;
}
.mk-portfolio-item .portfolio-permalink:hover {
  background-color: #fff;
}
.mk-portfolio-item .portfolio-permalink i {
  font-size: 16px;
  line-height: 40px;
  display: block;
}
.mk-portfolio-item .masonry-border {
  position: absolute;
  z-index: 20;
}
.mk-portfolio-item .border-tb {
  width: 2px;
  height: 0;
  top: 0;
  left: 0;
}
.mk-portfolio-item .border-tr {
  width: 0;
  height: 2px;
  left: 0;
  top: 0;
}
.mk-portfolio-item .border-bt {
  width: 2px;
  height: 0;
  bottom: 0;
  right: 0;
}
.mk-portfolio-item .border-bl {
  height: 2px;
  width: 0;
  bottom: 0;
  right: 0;
}
.mk-portfolio-item.one-column {
  width: 100%;
}
.mk-portfolio-item.two-column {
  width: 49.94%;
}
.mk-portfolio-item.three-column {
  width: 33.3%;
}
.mk-portfolio-item.four-column {
  width: 24.94%;
}
.mk-portfolio-item.five-column {
  width: 19.98%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-portfolio-item.three-column,
  .mk-portfolio-item.four-column,
  .mk-portfolio-item.five-column {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 740px) {
  .mk-portfolio-item.three-column,
  .mk-portfolio-item.four-column,
  .mk-portfolio-item.two-column,
  .mk-portfolio-item.five-column {
    width: 100% !important;
  }
}
.masonry-portfolio-item {
  opacity: 0;
  position: relative;
}
.masonry-portfolio-item.regular-entry,
.masonry-portfolio-item.tall-entry {
  width: 24.98%;
}
.masonry-portfolio-item.wide-entry,
.masonry-portfolio-item.wide-tall-entry {
  width: 49.98%;
}
.masonry-portfolio-item .item-holder {
  margin: 0;
}
@media handheld, only screen and (max-width: 1300px) {
  .masonry-portfolio-item.wide-entry,
  .masonry-portfolio-item.wide-tall-entry {
    width: 100%;
  }
  .masonry-portfolio-item.regular-entry,
  .masonry-portfolio-item.tall-entry {
    width: 49.98%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .masonry-portfolio-item {
    width: 100% !important;
  }
}
.masonry-portfolio-item .featured-image {
  line-height: 4px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: none;
}
.masonry-portfolio-item .featured-image .item-featured-image {
  visibility: hidden;
  width: 100%;
}
.grid-portfolio-item {
  float: left;
  opacity: 0;
}
.standard-portfolio-item {
  float: left;
  opacity: 0;
}
.standard-portfolio-item .item-holder {
  margin: 0 8px 20px 8px;
  background-color: #fafafa;
  border: 1px solid #eee;
  padding-bottom: 15px;
}
.standard-portfolio-item .the-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #444;
  line-height: 20px;
  margin: 15px 15px 5px;
}
.standard-portfolio-item .portfolio-cats {
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  color: #666;
  margin: 0 15px;
}
.mk-isotop-filter {
  margin: 0 40px 40px;
}
.mk-isotop-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.mk-isotop-filter ul li {
  display: inline-block;
  margin: 0 5px 10px;
}
.mk-isotop-filter ul li a {
  padding: 14px 20px;
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  border: 1px solid #444;
  color: #444;
}
.mk-isotop-filter ul li a.current,
.mk-isotop-filter ul li a:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-isotop-filter li {
    display: block !important;
  }
}
.ajax-container {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.ajax-container .portfolio-ajax-gallery .mk-image-slideshow {
  padding: 0;
  margin: 0;
}
.portfolio-ajax-holder {
  margin: 36px 0 20px;
  border: 1px solid #eee;
  background-color: #fff;
  position: relative;
  *zoom: 1;
}
.portfolio-ajax-holder:before,
.portfolio-ajax-holder:after {
  content: " ";
  display: table;
}
.portfolio-ajax-holder:after {
  clear: both;
}
.portfolio-ajax-holder .alt-title span {
  background-color: #fff !important;
}
.ajax_project {
  padding: 30px;
  overflow: hidden;
}
.ajax-controls {
  position: absolute;
  right: 0;
  top: -32px;
  text-align: center;
  color: #777777;
}
.ajax-controls i {
  font-size: 16px;
  line-height: 30px;
}
.ajax-controls a {
  display: inline-block;
  margin: 0 -1px;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  text-align: center;
}
.ajax-controls a.close-ajax {
  background-color: #eeeeee;
}
.ajax-controls a.next-ajax {
  border-left: none;
  border-right: none;
  width: 32px;
}
.ajax-controls a:hover {
  background-color: #777777;
  color: #fff;
}
.project_content_section {
  width: 33%;
  float: right;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.project_preview_section {
  width: 66%;
  float: left;
}
.project_preview_section.no-ajax-content {
  width: 100% !important;
}
@media handheld, only screen and (max-width: 767px) {
  .project_content_section,
  .project_preview_section {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }
}
.portfolio-loader {
  position: absolute;
  z-index: 10000;
  top: 30%;
  left: 50%;
  margin: -40px 0 0 -40px;
  display: none;
  width: 80px;
  line-height: 80px;
  text-align: center;
  height: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}
.portfolio-loader div {
  position: relative;
  left: auto;
  top: auto;
  margin: 18px 0 0;
}
.ajax-portfolio-social-share {
  float: none;
  padding: 0;
  margin: 0 0 10px -5px;
  text-align: left;
}
.flip-portfolio-item {
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.flip-portfolio-item:hover .flip-wrapper {
  -webkit-transform: translateY(0%) rotateX(180deg);
  -moz-transform: translateY(0%) rotateX(180deg);
  -ms-transform: translateY(0%) rotateX(180deg);
  -o-transform: translateY(0%) rotateX(180deg);
}
.flip-portfolio-item .flip-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  position: relative;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  width: 100%;
  height: 100%;
}
.flip-portfolio-item figure {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  line-height: 4px;
  height: 100%;
  width: 100%;
}
.flip-portfolio-item figure.front {
  position: absolute;
  z-index: 2;
}
.flip-portfolio-item figure.back {
  z-index: 1;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
}
.flip-portfolio-item .flip-overlay {
  opacity: 0.6;
  background-color: #000 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.flip-portfolio-item .portfolio-meta {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  text-align: center;
  opacity: 1;
}
.flip-portfolio-item .the-title {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  line-height: 28px;
  margin-bottom: 10px;
  display: inline-block;
}
.flip-portfolio-item .cats {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  color: #fff;
}
.flip-portfolio-item.portfolio-four-column .the-title,
.flip-portfolio-item.portfolio-five-column .the-title {
  font-size: 20px;
}
@media handheld, only screen and (max-width: 1100px) {
  .flip-portfolio-item {
    width: 49.98%;
  }
}
.loop-main-wrapper {
  position: relative;
}
.portfolio-single-content {
  margin: 40px 30px;
}
.portfolio-single-content.no-padding {
  margin-bottom: 0;
  margin-top: 0;
}
.single-portfolio-slideshow .mk-slideshow-shortcode,
.portfolio-featured-image {
  margin-bottom: 24px;
}
.portfolio-social-share {
  float: right;
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
  z-index: 4;
}
@media handheld, only screen and (max-width: 600px) {
  .portfolio-social-share {
    float: none;
    display: block;
    margin: 40px auto 20px;
  }
}
.portfolio-similar-posts {
  margin-bottom: 40px;
}
.portfolio-similar-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.portfolio-similar-posts ul.three-column li {
  width: 33.33%;
}
.portfolio-similar-posts ul.four-column li {
  width: 25%;
}
.portfolio-similar-posts ul li {
  vertical-align: top;
  display: inline-block;
  margin: 0;
}
@media handheld, only screen and (max-width: 1000px) {
  .portfolio-similar-posts ul li {
    width: 50% !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .portfolio-similar-posts ul li {
    width: 100% !important;
  }
}
/* Modules */
/* * Shortcodes */
/* Shortcode:Drop Caps
-------------------------------------------------------------------- */
.mk-dropcaps {
  display: inline-block;
  float: left;
  margin: 5px 8px 0 0;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.mk-dropcaps.square-custom,
.mk-dropcaps.circle-custom {
  color: #fff !important;
}
.mk-dropcaps.circle-custom,
.mk-dropcaps.circle-default {
  margin-top: 3px;
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.mk-dropcaps.circle-default,
.mk-dropcaps.square-default {
  border: 1px solid #eee;
  background-color: #fafafa;
}
/* Shortcode:Highlight
-------------------------------------------------------------------- */
.mk-highlight {
  margin: 0 2px;
  padding: 1px 4px;
}
.mk-highlight.default-highlight {
  padding: 1px 6px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #ededed;
}
.mk-highlight.custom-highlight {
  color: #fff;
  font-weight: 600;
}
/* Shortcode: Skill Meter
-------------------------------------------------------------------- */
.mk-skill-meter {
  margin-bottom: 18px;
}
.mk-skill-meter .mk-skill-meter-title {
  display: block;
  margin-bottom: 5px;
  color: #777;
  line-height: 13px;
  font-weight: bold;
}
.mk-skill-meter .mk-progress-bar {
  position: relative;
  display: inline-block;
  height: 17px;
  border: 1px solid #eee;
  background-color: #fafafa;
  width: 100%;
}
.mk-skill-meter .mk-progress-bar .progress-outer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/* Shortcode : Animated Columns
-------------------------------------------------------------------- */
.mk-animated-columns {
  *zoom: 1;
}
.mk-animated-columns:before,
.mk-animated-columns:after {
  content: " ";
  display: table;
}
.mk-animated-columns:after {
  clear: both;
}
.mk-animated-columns.one-column .animated-column-item {
  width: 100%;
}
.mk-animated-columns.two-column .animated-column-item {
  width: 50%;
}
.mk-animated-columns.three-column .animated-column-item {
  width: 33.33%;
}
.mk-animated-columns.four-column .animated-column-item {
  width: 25%;
}
.mk-animated-columns.five-column .animated-column-item {
  width: 20%;
}
.mk-animated-columns.six-column .animated-column-item {
  width: 16.66%;
}
.mk-animated-columns.seven-column .animated-column-item {
  width: 14.28%;
}
.mk-animated-columns.eight-column .animated-column-item {
  width: 12.5%;
}
.mk-animated-columns.two-column .animated-column-item:nth-of-type(2n) {
  border-right-width: 1px;
}
.mk-animated-columns.three-column .animated-column-item:nth-of-type(3n) {
  border-right-width: 1px;
}
.mk-animated-columns.four-column .animated-column-item:nth-of-type(4n) {
  border-right-width: 1px;
}
.mk-animated-columns.five-column .animated-column-item:nth-of-type(5n) {
  border-right-width: 1px;
}
.mk-animated-columns.six-column .animated-column-item:nth-of-type(6n) {
  border-right-width: 1px;
}
.mk-animated-columns.seven-column .animated-column-item:nth-of-type(7n) {
  border-right-width: 1px;
}
.mk-animated-columns.eight-column .animated-column-item:nth-of-type(8n) {
  border-right-width: 1px;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-animated-columns.four-column .animated-column-item,
  .mk-animated-columns.five-column .animated-column-item,
  .mk-animated-columns.six-column .animated-column-item,
  .mk-animated-columns.seven-column .animated-column-item,
  .mk-animated-columns.eight-column .animated-column-item {
    width: 33.33% !important;
  }
  .mk-animated-columns.four-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.five-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.six-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.seven-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.eight-column .animated-column-item:nth-of-type(3n) {
    border-right-width: 1px;
  }
  .mk-animated-columns.four-column .animated-column-item:nth-of-type(4n),
  .mk-animated-columns.five-column .animated-column-item:nth-of-type(5n),
  .mk-animated-columns.six-column .animated-column-item:nth-of-type(6n),
  .mk-animated-columns.seven-column .animated-column-item:nth-of-type(7n),
  .mk-animated-columns.eight-column .animated-column-item:nth-of-type(8n) {
    border-right-width: 0;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-animated-columns.four-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.five-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.six-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.seven-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.eight-column .animated-column-item:nth-of-type(3n) {
    border-right-width: 0;
  }
  .mk-animated-columns.three-column .animated-column-item,
  .mk-animated-columns.four-column .animated-column-item,
  .mk-animated-columns.five-column .animated-column-item,
  .mk-animated-columns.six-column .animated-column-item,
  .mk-animated-columns.seven-column .animated-column-item,
  .mk-animated-columns.eight-column .animated-column-item {
    width: 100% !important;
    border-right-width: 1px !important;
  }
}
.mk-animated-columns .simple-style a {
  display: block;
  width: 100%;
  height: 100%;
}
.animated-column-item {
  float: left;
  display: table;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: background 0.2s ease-out 0;
  -moz-transition: background 0.2s ease-out 0s;
  -o-transition: background 0.2s ease-out 0;
  transition: background 0.2s ease-out 0;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animated-column-holder {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.full-style .animated-column-icon {
  padding-bottom: 30px;
  display: block;
}
.simple-style .animated-column-icon {
  display: block;
}
.simple-style .animated-column-title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: -100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.simple-style .animated-column-title span {
  display: block;
}
.animated-column-title {
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.full-style .animated-column-title {
  padding-bottom: 10px;
}
.animated-column-desc {
  line-height: 26px;
  font-size: 12px;
  position: relative;
  padding: 20px 30px;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animated-column-btn {
  position: absolute;
  top: 100%;
  text-align: center;
  width: 100%;
}
.animated-column-btn .mk-button {
  margin: 0 auto;
}
/* Shortcode:Milestone
-------------------------------------------------------------------- */
.mk-milestone {
  margin-bottom: 20px;
  text-align: center;
}
.mk-milestone .milestone-number {
  line-height: 50px;
  font-weight: 300;
  padding: 0 10px 15px;
  border-bottom: 1px solid #eee;
  display: inline-block;
}
.mk-milestone .milestone-number.content-none {
  border: none;
}
.mk-milestone .milestone-text {
  font-weight: bold;
  padding-top: 10px;
}
.mk-milestone i {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #eee;
  border-top: none;
  margin: 0 auto;
  display: block;
  font-size: 16px;
}
/* Charts
-------------------------------------------------------------------- */
.mk-chart {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.mk-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mk-chart i,
.mk-chart .chart-custom-text,
.mk-chart .chart-percent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  color: #444;
  text-align: center;
}
.mk-chart i {
  font-size: 48px;
}
.mk-chart .chart-custom-text {
  font-size: 18px;
}
.mk-chart .chart-percent {
  font-weight: 600;
  font-size: 16px;
}
.mk-chart-desc {
  display: block;
  text-align: center;
  font-size: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-chart {
    margin: 0 auto;
  }
}
/* Shortcode:Image
-------------------------------------------------------------------- */
.mk-image {
  position: relative;
  overflow: hidden;
  line-height: 4px;
}
.mk-image.align-left {
  text-align: left;
}
.mk-image.align-right {
  float: right;
}
.mk-image.align-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.mk-image img {
  position: relative;
  z-index: 6;
  line-height: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-image .mk-image-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  text-align: center;
}
.mk-image .mk-image-hover i {
  font-size: 32px;
  color: #fff;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  opacity: 0;
  display: inline-block;
}
.mk-image .mk-image-caption {
  line-height: 24px;
  font-size: 13px;
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff !important;
  position: relative;
  opacity: 0;
}
.mk-image:hover .hover-overlay {
  opacity: 0.7;
}
.mk-image:hover .mk-image-hover i,
.mk-image:hover .mk-image-caption {
  opacity: 1;
}
.mk-image:hover .mk-image-hover i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
/* Shortcode:Tables
-------------------------------------------------------------------- */
.mk-fancy-table {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px;
}
.mk-fancy-table table {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.mk-fancy-table th {
  padding: 18px 12px;
  background-color: #f7f7f7;
  color: #4b4b4b;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.mk-fancy-table tfoot td {
  padding: 8px;
}
.mk-fancy-table tfoot {
  background-color: #f3f3f3;
}
.mk-fancy-table tr {
  border-bottom: 1px dotted #dbdbdb;
}
.mk-fancy-table td {
  padding: 15px 12px;
  font-size: 13px;
  color: #4b4b4b;
  text-align: center;
}
/* Shortcode:List Styles
-------------------------------------------------------------------- */
.mk-list-styles ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-list-styles ul li {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px 0;
  padding: 0 0 0 30px;
  line-height: 20px;
}
.mk-list-styles ul li:before {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 16px;
  line-height: 24px;
}
/* Shortcode:List Styles
-------------------------------------------------------------------- */
.mk-image-box .image-box-title {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.mk-image-box .image-box-desc {
  font-size: 14px;
  line-height: 24px;
}
.mk-image-box .item-holder {
  padding: 30px;
}
.mk-image-box .featured-image {
  display: block;
}
/* Shortcode:Message Boxes
-------------------------------------------------------------------- */
.mk-message-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
  color: #fff;
}
.mk-message-box .mk-inner-grid {
  padding: 15px;
}
.mk-message-box .messagebox-content {
  display: block;
  margin: 16px 15px 16px 95px;
  padding: 12px 0 12px 20px;
  border-left: 1px solid #fff;
  font-size: 14px;
}
.mk-message-box .messagebox-content p {
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
}
.mk-message-box .messagebox-icon {
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 40px;
}
.mk-message-box.confirm-box {
  background-color: #a5de37;
}
.mk-message-box.love-box {
  background-color: #ff667a;
}
.mk-message-box.hint-box {
  background-color: #28cdfb;
}
.mk-message-box.solution-box {
  background-color: #f668ca;
}
.mk-message-box.alert-box {
  background-color: #ff4351;
}
.mk-message-box.warning-box {
  background-color: #fc880f;
}
.mk-message-box.star-box {
  background-color: #7b72e9;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-message-box .messagebox-content {
    padding: 60px 10px 10px 10px !important;
    text-align: center !important;
  }
  .mk-message-box .messagebox-icon {
    top: 15px !important;
    left: 50% !important;
    margin-top: 0 !important;
    margin-left: -20px !important;
  }
}
/* Shortcode:Button
-------------------------------------------------------------------- */
button.mk-button {
  outline: none;
  border: none;
  background: none;
  line-height: 100%;
}
.mk-button {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  zoom: 1;
  font-weight: bold;
  font-size: 12px;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.mk-button[type=submit],
.mk-button[type=button] {
  outline: none;
  border: none;
  font-weight: 600;
}
.mk-button.three-dimension-button:active {
  top: 2px !important;
}
.mk-button.outline-button {
  border: 1px solid #444;
  color: #444;
}
.mk-button.outline-button:hover {
  background-color: #444;
  color: #fff;
}
.mk-button.outline-button.light {
  border: 1px solid #fff;
  color: #fff;
}
.mk-button.outline-button.light:hover {
  background-color: #fff;
  color: #444;
}
.mk-button i {
  margin: 0px 10px 0 -10px;
  vertical-align: middle;
  border-right: 1px solid #fff;
  padding-right: 10px;
  line-height: 16px;
}
.mk-button.xxlarge {
  padding: 32px 60px;
  line-height: 100%;
  font-size: 15px;
}
.mk-button.xxlarge i {
  font-size: 16px;
}
.mk-button.xlarge {
  padding: 26px 50px;
  line-height: 100%;
  font-size: 13px;
}
.mk-button.xlarge i {
  font-size: 16px;
}
.mk-button.large {
  padding: 22px 42px;
  line-height: 100%;
}
.mk-button.large i {
  font-size: 16px;
}
.mk-button.medium {
  padding: 16px 25px;
  line-height: 100%;
}
.mk-button.medium i {
  font-size: 16px;
}
.mk-button.small {
  padding: 12px 22px;
  line-height: 100%;
}
.mk-button.small i {
  margin-top: -3px;
  font-size: 16px;
}
button.mk-button::-moz-focus-inner {
  border: none;
}
.mk-button-align {
  display: inline-block;
}
.mk-button-align.right {
  float: right;
}
.mk-button-align.center {
  display: block !important;
  text-align: center;
}
.mk-button-align.left {
  text-align: left;
}
@media handheld, only screen and (max-width: 770px) {
  .mk-button-align.left,
  .mk-button-align.center,
  .mk-button-align.right {
    width: 100%;
    text-align: center !important;
  }
  .mk-button-align.left .mk-button,
  .mk-button-align.center .mk-button,
  .mk-button-align.right .mk-button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px !important;
  }
}
/* Shortcode:Dividers
-------------------------------------------------------------------- */
.mk-divider {
  display: block;
  text-align: center;
}
.mk-divider.divider_one_half .divider-inner,
.mk-divider.divider_one_third .divider-inner,
.mk-divider.divider_one_fourth .divider-inner {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.mk-divider.divider_one_half .divider-inner {
  width: 50%;
}
.mk-divider.divider_one_third .divider-inner {
  width: 33.33%;
}
.mk-divider.divider_one_fourth .divider-inner {
  width: 25%;
}
.mk-divider.divider-single .divider-inner {
  height: 1px;
  border-bottom: 1px solid #dbdbdb;
}
.mk-divider.divider-dashed .divider-inner {
  height: 1px;
  border-bottom: 1px dashed #dbdbdb;
}
.mk-divider.divider-dotted .divider-inner {
  height: 1px;
  border-bottom: 1px dotted #dbdbdb;
}
.mk-divider.divider-thick .divider-inner {
  height: 5px;
  border-top: 3px solid #e4e4e4;
}
/* Shortcode:Full Width Box
-------------------------------------------------------------------- */
.mk-fullwidth-boxed {
  position: relative;
  display: block;
  padding: 30px;
}
/* Shortcode:Slideshow
-------------------------------------------------------------------- */
.mk-image-slideshow {
  position: relative;
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden;
}
.mk-image-slideshow img {
  margin: 0 auto;
}
.mk-image-slideshow .swiper-pagination {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.mk-image-slideshow .swiper-pagination-switch {
  display: inline-block;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  cursor: pointer;
}
.mk-image-slideshow .swiper-active-switch {
  background-color: #fff;
}
.mk-image-slideshow .swiper-container:hover .slideshow-swiper-arrows,
.mk-image-slideshow .swiper-container:hover .swiper-pagination {
  opacity: 1;
}
.mk-image-slideshow .swiper-container:hover .mk-swiper-next {
  right: 20px;
}
.mk-image-slideshow .swiper-container:hover .mk-swiper-prev {
  left: 20px;
}
.slideshow-swiper-arrows {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  opacity: 0;
}
.slideshow-swiper-arrows i {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.slideshow-swiper-arrows.mk-swiper-next {
  right: 30px;
}
.slideshow-swiper-arrows.mk-swiper-prev {
  left: 30px;
}
/* Shortcode:Content Slideshow
-------------------------------------------------------------------- */
/* Shortcode:Blockquotes
-------------------------------------------------------------------- */
blockquote {
  position: relative;
  margin: 15px 0;
  line-height: 24px;
  padding: 20px;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  font-style: italic;
}
.mk-blockquote {
  position: relative;
  margin: 15px 0;
  font-size: 16px;
  line-height: 24px;
  padding: 30px 45px;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  font-style: italic;
}
.mk-blockquote .mk-quote-left,
.mk-blockquote .mk-quote-right {
  position: absolute;
  font-size: 24px;
  color: #eee;
}
.mk-blockquote .mk-quote-left {
  top: 10px;
  left: 10px;
}
.mk-blockquote .mk-quote-right {
  bottom: 10px;
  right: 10px;
}
.mk-blockquote p {
  margin-bottom: 15px;
}
.mk-blockquote.align-left {
  text-align: left;
}
.mk-blockquote.align-right {
  text-align: right;
}
.mk-blockquote.align-center {
  text-align: center;
}
/* Shortcode:Testimanial Slider
-------------------------------------------------------------------- */
.mk-testimonial {
  margin: 3px 3px 20px;
}
.mk-testimonial .testimonial-author {
  display: block;
  color: #777;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
}
.mk-testimonial .swiper-slide {
  padding-right: 5px;
  padding-left: 5px;
}
.mk-testimonial .swiper-pagination {
  display: block;
  width: 100%;
  text-align: center;
}
.mk-testimonial .swiper-pagination-switch {
  display: inline-block;
  margin: 0 3px 6px;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(128, 128, 128, 0.2);
  cursor: pointer;
}
.mk-testimonial .swiper-active-switch {
  background-color: rgba(128, 128, 128, 0.1);
}
.mk-testimonial .testimonial-company {
  font-size: 12px;
  font-style: italic;
}
.mk-testimonial.boxed-style .swiper-slide {
  position: relative;
}
.mk-testimonial.boxed-style .testimonial-content {
  margin-left: 100px;
}
.mk-testimonial.boxed-style .testimonial-quote {
  margin-bottom: 8px;
  padding: 20px 25px;
  background-color: #fafafa;
  border: 1px solid #eee;
  position: relative;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
}
.mk-testimonial.boxed-style .testimonial-quote:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: -7px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #fafafa;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.mk-testimonial.boxed-style .testimonial-image {
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -35px;
}
.mk-testimonial.boxed-style .testimonial-author {
  margin-left: 25px;
}
.mk-testimonial.boxed-style .testimonial-company {
  margin-left: 25px;
}
.mk-testimonial.boxed-style .swiper-pagination {
  padding-left: 75px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-testimonial {
    text-align: center;
  }
  .mk-testimonial.boxed-style .testimonial-content {
    margin: 75px 0 0 !important;
  }
  .mk-testimonial.boxed-style .swiper-pagination {
    padding-left: 0 !important;
  }
  .mk-testimonial .testimonial-image {
    left: 50% !important;
    top: -75px !important;
    margin: 0 0 0 -25px !important;
  }
  .mk-testimonial.boxed-style .testimonial-quote:before {
    top: -7px !important;
    margin: 0 0 0 -7px !important;
    left: 50% !important;
    border: 1px solid #eee !important;
    border-right: none !important;
    border-bottom: none !important;
  }
  .mk-testimonial .testimonial-company,
  .mk-testimonial .testimonial-author {
    margin: 0 !important;
  }
}
.mk-testimonial.quote-style {
  text-align: center;
}
.mk-testimonial.quote-style .testimonial-quote {
  position: relative;
  display: block;
  padding: 20px 25px;
  border: 1px solid rgba(128, 128, 128, 0.15);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
  font-style: italic;
}
.mk-testimonial.quote-style .testimonial-quote:before {
  position: absolute;
  bottom: -8px;
  margin-left: -7px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(128, 128, 128, 0.15);
}
.mk-testimonial.quote-style .testimonial-footer-note {
  display: inline-block;
  padding: 5px 0;
  text-align: center;
}
.mk-testimonial.light-skin.quote-style .testimonial-quote {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.mk-testimonial.light-skin.quote-style .testimonial-quote:before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.mk-testimonial.light-skin.quote-style .testimonial-author {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
.mk-testimonial.light-skin.quote-style .swiper-pagination-switch {
  border-color: rgba(255, 255, 255, 0.2);
}
.mk-testimonial.light-skin.quote-style .swiper-active-switch {
  background-color: rgba(255, 255, 255, 0.3);
}
/* Shortcode:Tabs
-------------------------------------------------------------------- */
.mk-tabs {
  margin-bottom: 20px;
}
.mk-tabs .mk-tabs-tabs {
  position: relative;
  z-index: 10;
  padding: 0;
  list-style: none;
}
.mk-tabs .mk-tabs-tabs li {
  margin: 0;
  position: relative;
}
.mk-tabs .mk-tabs-tabs li.ui-state-active > a {
  cursor: default;
}
.mk-tabs .mk-tabs-tabs li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #919191;
  display: block;
  line-height: 100%;
}
.mk-tabs .mk-tabs-tabs li a i {
  font-size: 16px;
  padding-right: 5px;
}
.mk-tabs .mk-tabs-panes {
  position: relative;
  z-index: 1;
  margin: 0;
}
.mk-tabs .mk-tabs-panes .mk-tabs-pane .inner-box {
  padding: 30px;
  display: block;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs {
  margin: 0 0 -1px 0;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li {
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li a {
  padding: 14px 25px 15px;
  margin-top: 8px;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.tab-with-icon > a {
  padding: 14px 25px 12px;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-panes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-panes .mk-tabs-pane {
  padding-bottom: 20px;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs {
  padding: 40px 0;
  margin: 0;
  width: 231px;
  display: block;
  float: left;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li a {
  padding: 15px 10px 15px 20px;
  margin-left: 10px;
  line-height: 18px;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-panes {
  margin-left: 230px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
  padding: 0 20px 0 0;
  float: left;
  width: 100%;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs {
  margin: 0 0 -1px 0;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li {
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.015);
  white-space: nowrap;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li a {
  padding: 20px 25px 18px;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li.tab-with-icon > a {
  padding: 19px 25px 16px;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-panes {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs {
  padding: 0;
  margin: 0;
  width: 231px;
  display: block;
  float: left;
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.015);
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li a {
  padding: 18px 10px 18px 25px;
  line-height: 18px;
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-panes {
  margin-left: 230px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
  padding: 0;
  float: left;
  width: 100%;
}
.mk-tabs.style3-tabs {
  text-align: center;
}
.mk-tabs.style3-tabs .mk-tabs-tabs {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style3-tabs .mk-tabs-tabs li {
  display: inline-block;
  white-space: nowrap;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.ui-state-active {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.015);
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.ui-state-active:last-child {
  border-right: none;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.ui-state-active:first-child {
  border-left: none;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li a {
  padding: 20px 25px 18px;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.tab-with-icon > a {
  padding: 19px 25px 16px;
}
.mk-tabs.style3-tabs .mk-tabs-panes {
  padding: 0;
  text-align: left;
}
.mk-tabs.style3-tabs .mk-tabs-panes .inner-box {
  padding: 30px 0;
}
@media handheld, only screen and (max-width: 650px) {
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: -2px;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li {
    display: block;
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none !important;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:last-child {
    border-bottom: none;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.ui-state-active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li a {
    margin-top: 0;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:first-child a {
    border-left: none !important;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs {
    width: 100%;
    float: none;
    padding: 5px 0;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li a {
    margin: 0 10px;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-panes {
    margin-left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: none !important;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
    padding: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: -2px;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li {
    display: block;
    float: none;
    border-right: none !important;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none !important;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:last-child {
    border-bottom: none;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li a {
    margin-top: 0;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:first-child a {
    border-left: none !important;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs {
    width: 100%;
    float: none;
    padding: 0;
    margin-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li a {
    margin: 0;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-panes {
    margin-left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: none !important;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
    padding: 0 0 20px 0;
    float: none;
    width: 100%;
  }
}
/* Shortcode:Accordion
-------------------------------------------------------------------- */
.mk-accordion {
  margin-bottom: 20px;
}
.mk-accordion.boxed-style .mk-accordion-single {
  overflow: hidden;
  background-color: #fff;
}
.mk-accordion.boxed-style .mk-accordion-single:last-of-type .mk-accordion-tab {
  border-bottom: 1px solid #e5e5e5;
}
.mk-accordion.boxed-style .mk-accordion-single.current-item .mk-accordion-tab {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.mk-accordion.boxed-style .mk-accordion-single.current-item .mk-accordion-tab:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.mk-accordion.boxed-style .mk-accordion-tab {
  position: relative;
  padding: 11px 30px 11px 22px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background-color: #fafafa;
  color: #222;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.mk-accordion.boxed-style .mk-accordion-tab i {
  margin-right: 10px;
  color: #686868;
  vertical-align: middle;
  font-size: 16px;
}
.mk-accordion.boxed-style .mk-accordion-pane {
  position: relative;
}
.mk-accordion.boxed-style .mk-accordion-pane .inner-box {
  padding: 20px;
}
.mk-accordion.simple-style .mk-accordion-tab {
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 12px 20px;
  color: #777777;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-accordion.simple-style .mk-accordion-tab i {
  font-size: 16px;
  color: #777777;
  margin: 0 8px 0 4px;
}
.mk-accordion.simple-style .mk-accordion-pane {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.mk-accordion.simple-style .mk-accordion-pane .inner-box {
  padding: 20px;
  margin: 0 20px;
}
.mk-accordion.simple-style .current-item .mk-accordion-pane {
  border-top: none;
}
/* Shortcode:Accordion
-------------------------------------------------------------------- */
.mk-toggle {
  margin-bottom: 10px;
}
.mk-toggle .mk-toggle-title {
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 12px 20px;
  color: #777777;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-toggle .mk-toggle-title.active-toggle {
  border-bottom: none;
}
.mk-toggle .mk-toggle-title i {
  font-size: 16px;
  color: #777777;
  margin: 0 8px 0 4px;
}
.mk-toggle .mk-toggle-pane {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  display: none;
}
.mk-toggle .mk-toggle-pane .inner-box {
  padding: 20px;
  margin: 0 20px;
}
.wpb_content_element {
  margin-bottom: 20px;
}
/* Shortcode:Video Player
-------------------------------------------------------------------- */
.mk-video-player {
  padding: 12px;
  border: 1px solid #eee;
  background-color: #fdfdfd;
}
.mk-video-player .mk-video-title {
  margin-bottom: 12px;
  font-size: 14px;
}
.mk-video-player .video-container {
  margin-bottom: 0 !important;
}
.video-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Shortcode:Flickr Feeds
-------------------------------------------------------------------- */

.mk-flickr-feeds {
  margin-bottom: 20px;
}
.mk-flickr-feeds.one-column .featured-image {
  width: 100%;
}
.mk-flickr-feeds.two-column .featured-image {
  width: 49.5%;
}
.mk-flickr-feeds.three-column .featured-image {
  width: 33%;
}
.mk-flickr-feeds.four-column .featured-image {
  width: 24.6%;
}
.mk-flickr-feeds.five-column .featured-image {
  width: 19.6%;
}
.mk-flickr-feeds .featured-image {
  position: relative;
  display: inline-block !important;
  margin: 0 1px 1px 0;
}
.mk-flickr-feeds .featured-image img {
  position: relative;
  z-index: 1;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-flickr-feeds.five-column .featured-image,
  .mk-flickr-feeds.four-column .featured-image {
    width: 49% !important;
  }
}
/* Shortcode:Contact Form
-------------------------------------------------------------------- */
.mk-contact-form-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.mk-contact-form-wrapper.dark-skin .text-input,
.mk-contact-form-wrapper.dark-skin .mk-textarea {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.008);
  color: #444444;
}
.mk-contact-form-wrapper.dark-skin .mk-form-row i {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  color: #666666;
}
.mk-contact-form-wrapper.dark-skin .mk-button {
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #444;
}
.mk-contact-form-wrapper.dark-skin .mk-button:hover {
  background-color: #444;
  color: #fff;
}
.mk-contact-form-wrapper.dark-skin .text-input::-webkit-input-placeholder,
.mk-contact-form-wrapper.dark-skin .mk-textarea::-webkit-input-placeholder {
  color: #919191;
}
.mk-contact-form-wrapper.dark-skin .text-input:-ms-input-placeholder,
.mk-contact-form-wrapper.dark-skin .mk-textarea:-ms-input-placeholder {
  color: #919191;
}
.mk-contact-form-wrapper.dark-skin .text-input:-moz-placeholder,
.mk-contact-form-wrapper.dark-skin .mk-textarea:-moz-placeholder {
  color: #919191;
}
.mk-contact-form-wrapper.light-skin .text-input,
.mk-contact-form-wrapper.light-skin .mk-textarea {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.17);
  color: #fff;
}
.mk-contact-form-wrapper.light-skin .mk-form-row i {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.mk-contact-form-wrapper.light-skin .mk-button {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.mk-contact-form-wrapper.light-skin .mk-button:hover {
  background-color: #fff;
  color: #444;
}
.mk-contact-form-wrapper.light-skin .text-input::-webkit-input-placeholder,
.mk-contact-form-wrapper.light-skin .mk-textarea::-webkit-input-placeholder {
  color: #fafafa;
}
.mk-contact-form-wrapper.light-skin .text-input:-ms-input-placeholder,
.mk-contact-form-wrapper.light-skin .mk-textarea:-ms-input-placeholder {
  color: #fafafa;
}
.mk-contact-form-wrapper.light-skin .text-input:-moz-placeholder,
.mk-contact-form-wrapper.light-skin .mk-textarea:-moz-placeholder {
  color: #fafafa;
}
.mk-contact-form-wrapper .mk-form-row {
  margin-bottom: 10px;
  position: relative;
}
.mk-contact-form-wrapper .mk-form-row i {
  float: left;
  width: 42px !important;
  height: 42px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
.mk-contact-form-wrapper .mk-form-row i.input-focused {
  color: #fff;
}
.mk-contact-form-wrapper .text-input,
.mk-contact-form-wrapper .mk-textarea {
  width: 100%;
  font-size: 12px;
  font-weight: 500 !important;
}
.mk-contact-form-wrapper .text-input {
  padding: 12px;
  width: 100%;
  padding-left: 58px;
}
.mk-contact-form-wrapper .mk-textarea {
  padding: 15px;
  width: 100%;
  height: 200px;
  margin-bottom: 12px;
}
.mk-contact-form-wrapper .button-row {
  text-align: center;
}
.mk-contact-form-wrapper .mk-button {
  margin: 0 auto;
}
.widget .mk-contact-form-wrapper.light-skin .text-input,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea {
  border: 1px solid rgba(128, 128, 128, 0.2);
  background-color: rgba(128, 128, 128, 0.1);
}
.widget .mk-contact-form-wrapper.light-skin .mk-form-row i {
  border-right: 1px solid rgba(128, 128, 128, 0.2);
  color: #fff;
}
.widget .mk-contact-form-wrapper.light-skin .mk-button {
  border: 1px solid rgba(128, 128, 128, 0.4);
  color: #fff;
}
.widget .mk-contact-form-wrapper.light-skin .mk-button:hover {
  background-color: #fff;
  color: #444;
}
.widget .mk-contact-form-wrapper.light-skin .text-input::-webkit-input-placeholder,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea::-webkit-input-placeholder {
  color: #fafafa;
}
.widget .mk-contact-form-wrapper.light-skin .text-input:-ms-input-placeholder,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea:-ms-input-placeholder {
  color: #fafafa;
}
.widget .mk-contact-form-wrapper.light-skin .text-input:-moz-placeholder,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea:-moz-placeholder {
  color: #fafafa;
}
.mk-contact-loading {
  position: absolute;
  right: 15px;
  bottom: 20px;
  display: none;
  line-height: 1;
  color: rgba(128, 128, 128, 0.2);
  font-size: 16px;
  -moz-animation: spin 0.7s infinite linear;
  -o-animation: spin 0.7s infinite linear;
  -webkit-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
}
.mk-contact-success {
  position: absolute;
  right: 15px;
  bottom: 10px;
  display: none;
  color: #90b64d;
  font-size: 32px;
}
.mk-invalid {
  border: 1px solid #ff0000 !important;
}
/* Shortcode:Contact Info
-------------------------------------------------------------------- */
.mk-contactinfo-shortcode {
  margin-bottom: 20px;
}
/* Shortcode:Social Networks
-------------------------------------------------------------------- */
.mk-social-network {
  margin: 10px 0;
  padding: 0;
}
.mk-social-network.social-align-right {
  text-align: right;
}
.mk-social-network.social-align-center {
  text-align: center;
}
.mk-social-network.social-align-left {
  text-align: left;
}
.mk-social-network ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-social-network ul li {
  display: inline-block;
  margin: 0;
}
.mk-social-network ul li a i {
  vertical-align: middle;
  line-height: 32px;
}
/* Shortcode:Fancy Title
-------------------------------------------------------------------- */
.mk-fancy-title.stroke-title span {
  padding: 7px 11px;
}
.mk-fancy-title.standard-title:after,
.mk-fancy-title.standard-title:before {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  margin-top: -2px;
  vertical-align: middle;
  background-color: #444;
}
.mk-fancy-title.standard-title .fancy-title-span {
  display: inline-block;
}
.mk-fancy-title.standard-title.center-align .fancy-title-span {
  padding: 0 15px;
  border: 1px solid #444;
  border-top: none;
  border-bottom: none;
}
.mk-fancy-title.standard-title.left-align:before {
  display: none;
}
.mk-fancy-title.standard-title.left-align .fancy-title-span {
  padding-right: 15px;
  border-right: 1px solid #444;
}
.mk-fancy-title.standard-title.right-align:after {
  display: none;
}
.mk-fancy-title.standard-title.right-align .fancy-title-span {
  padding-left: 15px;
  border-left: 1px solid #444;
}
.mk-fancy-title.avantgarde-title:after,
.mk-fancy-title.avantgarde-title:before {
  display: inline-block;
  content: "";
  width: 70px;
  height: 2px;
  margin-top: -2px;
  vertical-align: middle;
  background-color: #444;
}
.mk-fancy-title.avantgarde-title .fancy-title-span {
  display: inline-block;
}
.mk-fancy-title.avantgarde-title.center-align .fancy-title-span {
  padding: 0 15px;
}
.mk-fancy-title.avantgarde-title.left-align:before {
  display: none;
}
.mk-fancy-title.avantgarde-title.left-align .fancy-title-span {
  padding-right: 15px;
}
.mk-fancy-title.avantgarde-title.right-align:after {
  display: none;
}
.mk-fancy-title.avantgarde-title.right-align .fancy-title-span {
  padding-left: 15px;
}
.mk-fancy-title.alt-title {
  position: relative;
}
.mk-fancy-title.alt-title .fancy-title-span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.mk-fancy-title.alt-title:after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
.mk-fancy-title.alt-title.center-align .fancy-title-span {
  padding: 0 10px;
}
.mk-fancy-title.alt-title.left-align .fancy-title-span {
  padding-right: 10px;
}
.mk-fancy-title.alt-title.right-align .fancy-title-span {
  padding-left: 10px;
}
.mk-fancy-title p {
  margin-bottom: 0 !important;
}
@media handheld, only screen and (max-width: 960px) {
  .vc_span6 .mk-fancy-title,
  .vc_span8 .mk-fancy-title,
  .vc_span3 .mk-fancy-title,
  .vc_span4 .mk-fancy-title {
    text-align: center !important;
  }
  .vc_span6 .mk-fancy-title .fancy-title-span,
  .vc_span8 .mk-fancy-title .fancy-title-span,
  .vc_span3 .mk-fancy-title .fancy-title-span,
  .vc_span4 .mk-fancy-title .fancy-title-span {
    border: none !important;
    padding: 0 !important;
  }
  .vc_span6 .mk-fancy-title:after,
  .vc_span6 .mk-fancy-title:before,
  .vc_span8 .mk-fancy-title:after,
  .vc_span8 .mk-fancy-title:before,
  .vc_span3 .mk-fancy-title:after,
  .vc_span3 .mk-fancy-title:before,
  .vc_span4 .mk-fancy-title:after,
  .vc_span4 .mk-fancy-title:before {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-fancy-title {
    text-align: center !important;
  }
  .mk-fancy-title .fancy-title-span {
    border: none !important;
    padding: 0 !important;
  }
  .mk-fancy-title:after,
  .mk-fancy-title:before {
    display: none !important;
  }
}
.mk-fancy-text {
  display: block;
  line-height: 100%;
}
.mk-fancy-text.title-box-right {
  float: right;
}
.mk-fancy-text.title-box-left {
  float: left;
}
.mk-fancy-text.title-box-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.mk-fancy-text p {
  margin: 0;
}
.mk-fancy-text span {
  padding: 4px 0;
}
/* Shortcode:Font Icons
-------------------------------------------------------------------- */
.mk-font-icons {
  display: inline-block;
}
.mk-font-icons.icon-align-right {
  float: right;
}
.mk-font-icons.icon-align-center {
  display: block;
  text-align: center;
}
.mk-font-icons.icon-align-left {
  float: left;
}
.mk-font-icons a:hover .default-font-icon {
  color: #fff !important;
}
.mk-font-icons .default-font-icon {
  border: 1px solid #e3e3e3;
  background-color: #fdfdfd;
}
.mk-font-icons .filled-font-icon {
  border-width: 1px;
  border-style: solid;
  color: #fff;
}
.mk-font-icons .custom-font-icon {
  border-width: 1px;
  border-style: solid;
}
.mk-font-icons i {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 600px;
  -moz-border-radius: 600px;
  border-radius: 600px;
}
.mk-font-icons i.mk-size-small {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
.mk-font-icons i.mk-size-medium {
  width: 100px;
  height: 100px;
  font-size: 32px;
  line-height: 100px;
}
.mk-font-icons i.mk-size-large {
  width: 150px;
  height: 150px;
  font-size: 48px;
  line-height: 150px;
}
.mk-font-icons i.mk-size-x-large {
  width: 186px;
  height: 186px;
  font-size: 64px;
  line-height: 186px;
}
.mk-font-icons i.mk-size-xx-large {
  width: 296px;
  height: 296px;
  font-size: 128px;
  line-height: 296px;
}
.mk-font-icons i.mk-size-xxx-large {
  width: 520px;
  height: 520px;
  font-size: 256px;
  line-height: 520px;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-font-icons i.mk-size-xxx-large {
    width: 296px;
    height: 296px;
    font-size: 128px;
    line-height: 296px;
  }
}
.mk-font-icons.remove-frame i {
  width: auto !important;
  height: auto !important;
  border: none !important;
  background-color: transparent !important;
  line-height: 100% !important;
}
/* Shortcode:Icon Text
-------------------------------------------------------------------- */
.mk-box-text {
  text-align: center;
  padding: 20px 0;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-box-text i {
  line-height: 100%;
  margin-bottom: 30px;
  display: block;
}
.mk-box-text .icon-txt-default {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.mk-box-text .icon-txt-hover {
  opacity: 0;
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-box-text.light-skin .icon-txt-default,
.mk-box-text.light-skin .icon-txt-hover,
.mk-box-text.light-skin i {
  color: #fff;
}
.mk-box-text.dark-skin .icon-txt-default,
.mk-box-text.dark-skin .icon-txt-hover,
.mk-box-text.dark-skin i {
  color: #444;
}
.mk-box-text:hover {
  padding: 10px 0 55px;
}
.mk-box-text:hover .icon-txt-default {
  opacity: 0;
}
.mk-box-text:hover .icon-txt-hover {
  opacity: 1;
  margin-top: -25px;
}
/* Shortcode:Clients Carousel
-------------------------------------------------------------------- */
.mk-clients-shortcode {
  position: relative;
}
.mk-clients-shortcode ul,
.mk-clients-shortcode li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-clients-shortcode li:last-child .flip-wrapper {
  border-right-width: 1px !important;
}
.mk-clients-shortcode.grid-style .client-item-wrapper {
  border: none !important;
  margin: 0 1px 1px;
}
@media handheld, only screen and (max-width: 500px) {
  .mk-clients-shortcode.grid-style .client-item {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
  }
}
.mk-clients-shortcode .client-item {
  float: left;
  position: relative;
}
.mk-clients-shortcode .client-item:hover .clients-info {
  opacity: 1;
}
.mk-clients-shortcode .client-item:last-of-type .client-item-wrapper {
  border-right-width: 1px;
}
.mk-clients-shortcode .client-item-wrapper {
  border-width: 1px;
  border-style: solid;
  border-right-width: 0;
  line-height: 4px;
  position: relative;
  z-index: 5;
}
.mk-clients-shortcode.column-style.one-column li {
  width: 100%;
}
.mk-clients-shortcode.column-style.two-column li {
  width: 50%;
}
.mk-clients-shortcode.column-style.three-column li {
  width: 33.3%;
}
.mk-clients-shortcode.column-style.four-column li {
  width: 25%;
}
.mk-clients-shortcode.column-style.five-column li {
  width: 20%;
}
.mk-clients-shortcode.column-style.six-column li {
  width: 16.6%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-clients-shortcode.column-style.three-column li,
  .mk-clients-shortcode.column-style.four-column li,
  .mk-clients-shortcode.column-style.five-column li,
  .mk-clients-shortcode.column-style.six-column li {
    width: 33.2% !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-clients-shortcode.column-style.three-column li,
  .mk-clients-shortcode.column-style.four-column li,
  .mk-clients-shortcode.column-style.five-column li,
  .mk-clients-shortcode.column-style.six-column li {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .mk-clients-shortcode.column-style.three-column li,
  .mk-clients-shortcode.column-style.four-column li,
  .mk-clients-shortcode.column-style.two-column li,
  .mk-clients-shortcode.column-style.five-column li,
  .mk-clients-shortcode.column-style.six-column li {
    width: 100% !important;
  }
}
.mk-clients-shortcode.column-style .client-logo {
  width: 100%;
}
.mk-clients-shortcode.column-style .client-item .client-item-wrapper {
  border-width: 1px !important;
  border-top: none !important;
  border-left: none !important;
}
.mk-clients-shortcode .client-logo {
  position: relative;
  display: inline-block;
  background-position: center center;
  background-position: center;
  background-repeat: no-repeat;
}
.mk-clients-shortcode.bg-cover-true .client-logo {
  background-size: cover;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.mk-clients-shortcode .clients-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 20px;
  z-index: 14;
  display: table;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
}
.mk-clients-shortcode .clients-info-holder {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.mk-clients-shortcode .client-company {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
/* Shortcode:Icon Box
-------------------------------------------------------------------- */
.mk-box-icon {
  position: relative;
  margin-bottom: 40px;
  /* Style 1 */
  /* Style 2 */
  /* Style 3 */
}
.mk-box-icon .icon-box-title {
  margin-bottom: 14px;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 19px;
}
.mk-box-icon .icon-box-desc {
  margin-bottom: 18px;
}
.mk-box-icon .icon-box-desc p {
  margin: 0;
  color: inherit;
}
.mk-box-icon .mk-button {
  margin: 0;
}
.mk-box-icon .box-ico,
.mk-box-icon .icon-box-container {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.mk-box-icon.style1-box {
  text-align: center;
}
.mk-box-icon.style1-box .box-ico {
  font-size: 32px;
  margin-bottom: 13px;
  display: block;
}
.mk-box-icon.style1-box .icon-box-title {
  font-size: 16px !important;
  font-weight: 600;
}
.mk-box-icon.style2-box {
  text-align: left;
}
.mk-box-icon.style2-box .icon-box-title {
  margin-bottom: 10px !important;
}
.mk-box-icon.style2-box.icon-left-align .icon-box-container {
  left: 0;
}
.mk-box-icon.style2-box.icon-left-align .icon-box-content {
  margin-left: 45px;
}
.mk-box-icon.style2-box.icon-right-align {
  text-align: right;
}
.mk-box-icon.style2-box.icon-right-align .icon-box-container {
  right: 0;
}
.mk-box-icon.style2-box.icon-right-align .icon-box-content {
  margin-right: 45px;
}
.mk-box-icon.style2-box .icon-box-container {
  position: absolute;
  top: 2px;
}
.mk-box-icon.style2-box .box-ico {
  font-size: 32px;
  display: block;
}
.mk-box-icon.style2-box .icon-box-title {
  color: #696969;
  padding-top: 5px;
}
.mk-box-icon.style3-box,
.mk-box-icon.style4-box,
.mk-box-icon.style5-box,
.mk-box-icon.style6-box {
  text-align: center;
}
.mk-box-icon.style3-box .icon-box-container,
.mk-box-icon.style4-box .icon-box-container,
.mk-box-icon.style5-box .icon-box-container,
.mk-box-icon.style6-box .icon-box-container {
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mk-box-icon.style3-box.icon-round-true .icon-box-container,
.mk-box-icon.style4-box.icon-round-true .icon-box-container,
.mk-box-icon.style5-box.icon-round-true .icon-box-container,
.mk-box-icon.style6-box.icon-round-true .icon-box-container {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.mk-box-icon.style3-box .box-ico,
.mk-box-icon.style4-box .box-ico,
.mk-box-icon.style5-box .box-ico,
.mk-box-icon.style6-box .box-ico {
  font-size: 32px;
  line-height: 86px;
}
.mk-box-icon.style3-box .icon-box-container,
.mk-box-icon.style4-box .icon-box-container {
  margin-bottom: 15px;
}
.mk-box-icon.style3-box .icon-box-container,
.mk-box-icon.style5-box .icon-box-container {
  background-color: #fafafa;
  border: 1px solid #eee;
}
.mk-box-icon.style4-box .box-ico,
.mk-box-icon.style6-box .box-ico {
  color: #fff;
}
.mk-box-icon.style4-box .icon-box-container,
.mk-box-icon.style6-box .icon-box-container {
  border: 1px solid #eee;
}
.mk-box-icon.style5-box .icon-box-container,
.mk-box-icon.style6-box .icon-box-container {
  margin-bottom: -43px;
  z-index: 10;
  position: relative;
}
.mk-box-icon.style5-box .icon-box-content,
.mk-box-icon.style6-box .icon-box-content {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 60px 42px 40px;
  position: relative;
  z-index: 2;
}
.mk-box-icon.style7-box {
  text-align: left;
}
.mk-box-icon.style7-box .icon-box-container {
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.mk-box-icon.style7-box.icon-round-true .icon-box-container {
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.mk-box-icon.style7-box .box-ico {
  font-size: 64px;
  line-height: 130px;
  color: #fff;
  display: block;
}
.mk-box-icon.style7-box.icon-frame-false .box-ico {
  font-size: 128px;
  vertical-align: top;
}
.mk-box-icon.style7-box .icon-box-title {
  margin-bottom: 10px !important;
}
.mk-box-icon.style7-box.icon-left-align .icon-box-container {
  left: 0;
}
.mk-box-icon.style7-box.icon-left-align .icon-box-content {
  margin-left: 150px;
}
.mk-box-icon.style7-box.icon-left-align.icon-frame-false .icon-box-content {
  margin-left: 140px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.icon-left-align .icon-box-container {
  position: absolute;
  top: 3px;
}
.mk-box-icon.style7-box.icon-right-align {
  text-align: right;
}
.mk-box-icon.style7-box.icon-right-align .icon-box-container {
  right: 0;
}
.mk-box-icon.style7-box.icon-right-align .icon-box-content {
  margin-right: 150px;
}
.mk-box-icon.style7-box.icon-right-align.icon-frame-false .icon-box-content {
  margin-right: 140px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.icon-right-align .icon-box-container {
  position: absolute;
  top: 3px;
}
.mk-box-icon.style7-box.icon-top-align {
  text-align: center;
}
.mk-box-icon.style7-box.icon-top-align .icon-box-container {
  margin-bottom: 10px;
}
.mk-box-icon.style7-box.size-small .box-ico {
  font-size: 32px;
  line-height: 62px;
}
.mk-box-icon.style7-box.size-small.icon-frame-false .box-ico {
  font-size: 48px;
  vertical-align: top;
}
.mk-box-icon.style7-box.size-small .icon-box-container {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.mk-box-icon.style7-box.size-small.icon-left-align .icon-box-content {
  margin-left: 75px;
}
.mk-box-icon.style7-box.size-small.icon-left-align.icon-frame-false .icon-box-content {
  margin-left: 75px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.size-small.icon-right-align .icon-box-content {
  margin-right: 75px;
}
.mk-box-icon.style7-box.size-small.icon-right-align.icon-frame-false .icon-box-content {
  margin-right: 75px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.size-medium .box-ico {
  font-size: 48px;
  line-height: 92px;
}
.mk-box-icon.style7-box.size-medium.icon-frame-false .box-ico {
  font-size: 64px;
  vertical-align: top;
}
.mk-box-icon.style7-box.size-medium .icon-box-container {
  width: 90px;
  height: 90px;
  line-height: 90px;
}
.mk-box-icon.style7-box.size-medium.icon-left-align .icon-box-content {
  margin-left: 105px;
}
.mk-box-icon.style7-box.size-medium.icon-left-align.icon-frame-false .icon-box-content {
  margin-left: 105px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.size-medium.icon-right-align .icon-box-content {
  margin-right: 105px;
}
.mk-box-icon.style7-box.size-medium.icon-right-align.icon-frame-false .icon-box-content {
  margin-right: 105px;
  padding-top: 10px;
}
.mk-box-icon.style7-box .icon-box-title {
  color: #696969;
  padding-top: 5px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-box-icon.style7-box .icon-box-container {
    position: relative !important;
    margin-bottom: 10px;
  }
  .mk-box-icon.style7-box .icon-box-content {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
  }
}
/* Shortcode:Mini Callout Box
-------------------------------------------------------------------- */
.mk-call-to-action {
  overflow: hidden;
  padding: 60px 45px;
  border: 1px solid #eee;
  background-color: #fafafa;
}
.mk-call-to-action p {
  display: inline;
  margin-bottom: 0;
}
.mk-call-to-action .callout-desc {
  display: table;
  min-height: 43px;
}
.mk-call-to-action .callout-desc-holder {
  display: table-cell;
  padding: 0 20px 0 8px;
  vertical-align: middle;
}
.mk-call-to-action .callout-title {
  font-size: 22px;
  line-height: 130%;
}
.mk-call-to-action .mk-button {
  margin-right: 0;
}
@media handheld, only screen and (max-width: 700px) {
  .mk-call-to-action .callout-desc {
    display: block !important;
    text-align: center;
  }
  .mk-call-to-action .callout-desc-holder {
    display: block !important;
    padding: 0 !important;
  }
  .mk-call-to-action .mk-button {
    display: block !important;
    margin: 0 0 20px !important;
  }
}
/* Shortcode:Full Width Slideshow
-------------------------------------------------------------------- */
.mk-fullwidth-slideshow {
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
/* Shortcode:Gallery
-------------------------------------------------------------------- */
.mk-gallery {
  margin: 0 auto;
}
.mk-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-gallery ul li {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.mk-gallery .featured-image {
  line-height: 4px;
}
.mk-gallery .featured-image:hover .hover-overlay {
  opacity: 0.9;
}
.mk-gallery .featured-image:hover .gallery-meta {
  opacity: 1;
}
.mk-gallery .featured-image:hover .gallery-meta i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.mk-gallery.one-column li {
  width: 100%;
}
.mk-gallery.two-column li {
  width: 50%;
}
.mk-gallery.three-column li {
  width: 33.3%;
}
.mk-gallery.four-column li {
  width: 25%;
}
.mk-gallery.five-column li {
  width: 20%;
}
.mk-gallery.six-column li {
  width: 16.6%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-gallery.three-column li,
  .mk-gallery.four-column li,
  .mk-gallery.five-column li,
  .mk-gallery.six-column li {
    width: 33.2% !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-gallery.three-column li,
  .mk-gallery.four-column li,
  .mk-gallery.five-column li,
  .mk-gallery.six-column li {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .mk-gallery.three-column li,
  .mk-gallery.four-column li,
  .mk-gallery.two-column li,
  .mk-gallery.five-column li,
  .mk-gallery.six-column li {
    width: 100% !important;
  }
}
.mk-gallery.grid-style .item-holder {
  margin: 0 1px 1px 0;
  position: relative;
}
.mk-gallery.grid-style .mk-lightbox {
  min-width: 100px;
  min-height: 100px;
}
.mk-gallery.grid-style .gallery-meta {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-align: center;
  min-width: 32px;
  opacity: 0;
}
.mk-gallery.grid-style .gallery-meta i {
  font-size: 32px;
  width: 32px;
  height: 32px;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  display: inline-block;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
}
.mk-gallery.grid-style .the-title {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}
.mk-gallery.thumb-style {
  text-align: center;
}
.mk-gallery.thumb-style .gallery-thumb-large {
  margin-bottom: 1px;
}
.mk-gallery.thumb-style:hover .slideshow-swiper-arrows,
.mk-gallery.thumb-style:hover .gallery-thumb-lightbox {
  opacity: 1;
}
.mk-gallery.thumb-style:hover .mk-swiper-next {
  right: 20px;
}
.mk-gallery.thumb-style:hover .mk-swiper-prev {
  left: 20px;
}
.mk-gallery.thumb-style .gallery-thumb-lightbox {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 16px;
  line-height: 30px;
  margin: -16px 0 0 -16px;
  z-index: 10;
  opacity: 0;
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
}
.mk-gallery .gallery-thumbs-small {
  display: inline-block;
  margin: 0 auto;
}
.mk-gallery .gallery-thumbs-small a {
  display: inline-block;
  padding-right: 1px;
  padding-bottom: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mk-gallery .gallery-thumbs-small a img {
  opacity: 0.7;
}
.mk-gallery .gallery-thumbs-small a.active-item img {
  opacity: 1;
}
/* Shortcode:Google Maps
-------------------------------------------------------------------- */
.wpb_map_wraper {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 4px;
}
.wpb_map_wraper.circle-map {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.mk-gmaps-parallax {
  overflow: hidden;
}
.mk-gmaps-parallax > div {
  margin-top: -100px;
}
/* Shortcode:Page Serction
-------------------------------------------------------------------- */
.mk-page-section {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.mk-page-section .vc_row-fluid {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .mk-page-section {
    background-position: center !important;
    background-attachment: scroll !important;
    background-size: cover;
  }
}
.mk-half-layout {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
}
.mk-half-layout.half_left_layout {
  left: 0;
}
.mk-half-layout.half_right_layout {
  right: 0;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-half-layout {
    width: 100%;
    height: 500px;
  }
}
.mk-section-mask,
.mk-section-color-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.mk-section-color-mask {
  opacity: 0.7;
}
.mk-section-mask {
  background: url(../../images/video-mask.png) center center repeat;
}
.mk-section-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
}
.mk-section-video video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
@supports (object-fit:cover) {
   > video {
    object-fit: cover;
  }
}
.mk-custom-boxed {
  margin-bottom: 20px;
}
.mk-custom-boxed.drop-outer-shadow {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
}
.mk-mouse-parallax {
  position: absolute;
  top: 0;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax-y-axis {
  width: 100%;
  height: 130%;
}
.parallax-x-axis {
  width: 130%;
  height: 100%;
}
.parallax-both-axis {
  width: 130%;
  height: 130%;
}
.mk-padding-wrapper,
.mk-half-layout-container {
  position: relative;
  z-index: 5;
  padding-left: 20px;
  padding-right: 20px;
}
.mk-half-layout-container {
  width: 40%;
  margin: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mk-half-layout-container.half_left_layout {
  float: right;
}
.mk-half-layout-container.half_right_layout {
  float: left;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-half-layout-container {
    width: auto !important;
    margin: 0;
    padding-top: 530px !important;
    padding-left: 20px;
    padding-right: 20px;
    float: none !important;
  }
}
.fullwidth-true .mk-padding-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.expandable-section-trigger {
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
}
.expandable-section-trigger .mk-grid {
  position: relative;
}
.expandable-section-trigger.active-toggle {
  background-color: transparent;
}
.expandable-section-trigger span {
  font-size: 20px;
  display: block;
  padding: 40px 40px 40px 20px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.expandable-section-trigger i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 32px;
  line-height: 32px;
  margin: -16px 0 0 -16px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.expandable-section-trigger:hover span {
  opacity: 0;
}
.expandable-section-trigger:hover i {
  opacity: 1;
}
.mk-expandable-wrapper {
  position: relative;
  z-index: 5;
}
.mk-video-section-touch {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-device-width: 320px) and (max-width: 1024px) {
  .mk-page-section {
    background-position: center !important;
    background-attachment: scroll !important;
  }
  .mk-section-video {
    display: none !important;
  }
  .mk-video-section-touch {
    display: block !important;
  }
}
/* Shortcode:Twitter Feed
-------------------------------------------------------------------- */
.mk-tweet-shortcode {
  margin: 0;
}
.mk-tweet-shortcode li {
  list-style: none;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mk-tweet-shortcode li .tweet-time {
  display: block;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.mk-tweet-shortcode li span a {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.mk-twitter-shortcode {
  margin-bottom: 20px;
}
/* Shortcode:Audio Player
-------------------------------------------------------------------- */
.mk-audio {
  margin-bottom: 10px;
  padding: 9px;
  position: relative;
}
.mk-audio.add-baloon .jp-interface:before {
  position: absolute;
  top: -7px;
  left: 50px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #fafafa;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.mk-audio .mk-audio-author {
  display: block;
  margin: 0 0 9px 30px;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 0;
}
.mk-audio.small-version-true .jp-interface {
  padding: 20px 20px 55px;
}
.mk-audio.small-version-true .jp-controls {
  top: 62px;
  left: 20px;
}
.mk-audio.small-version-true .js-volume-wrapper {
  top: 62px;
  right: 20px;
}
/* Shortcode:Moving Images
-------------------------------------------------------------------- */
.mk-moving-image img {
  display: inline-block !important;
  width: auto !important;
}
.mk-moving-image.align-center {
  text-align: center;
}
.mk-moving-image.align-center img {
  margin: 0 auto;
}
.mk-moving-image.align-right {
  text-align: right;
}
.mk-moving-image.align-left {
  text-align: left;
}
/* Shortcode:Highlight
-------------------------------------------------------------------- */
.mk-process-steps {
  position: relative;
}
.mk-process-steps .step-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
}
.mk-process-steps .step-desc {
  font-size: 13px;
  font-weight: 600;
}
.mk-process-steps .step-icon {
  width: 95px;
  height: 95px;
  display: block;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  font-size: 32px;
  text-align: center;
  line-height: 95px;
  -webkit-backface-visibility: hidden;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  position: relative;
  z-index: 10;
}
.mk-process-steps .step-icon i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 95px;
  text-align: center;
  width: 95px;
  opacity: 0;
  color: #fff;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.mk-process-steps.dark-skin .step-title {
  color: #444 !important;
}
.mk-process-steps.dark-skin .step-desc {
  color: #939393;
}
.mk-process-steps.dark-skin .step-icon {
  background-color: #fff;
  border: 1px solid #eee;
}
.mk-process-steps.dark-skin .active-step-item .step-icon,
.mk-process-steps.dark-skin li:hover .step-icon,
.mk-process-steps.dark-skin .mk-step:hover .step-icon {
  color: #fff;
}
.mk-process-steps.dark-skin.vertical .step-items:before {
  border-left: 1px dashed #eee;
}
.mk-process-steps.dark-skin.vertical .mk-step:nth-child(odd) .step-holder:before {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.mk-process-steps.dark-skin.vertical .mk-step:nth-child(even) .step-holder:before {
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
.mk-process-steps.dark-skin.vertical .step-holder {
  background: #fff;
  border: 1px solid #eee;
}
.mk-process-steps.dark-skin.vertical .step-holder:before {
  background-color: #fff;
}
.mk-process-steps.light-skin .step-title {
  color: #fff !important;
}
.mk-process-steps.light-skin .step-desc {
  color: #eee;
}
.mk-process-steps.light-skin .step-icon {
  border: 1px solid #fff;
  color: #fff;
}
.mk-process-steps.light-skin .active-step-item .step-icon,
.mk-process-steps.light-skin li:hover .step-icon,
.mk-process-steps.light-skin .mk-step:hover .step-icon {
  background-color: #fff;
}
.mk-process-steps.light-skin.vertical .step-items:before {
  border-left: 1px dashed rgba(128, 128, 128, 0.5);
}
.mk-process-steps.light-skin.vertical .mk-step:nth-child(odd) .step-holder:before {
  border-left: 1px solid rgba(128, 128, 128, 0.5);
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}
.mk-process-steps.light-skin.vertical .mk-step:nth-child(even) .step-holder:before {
  border-right: 1px solid rgba(128, 128, 128, 0.5);
  border-top: 1px solid rgba(128, 128, 128, 0.5);
}
.mk-process-steps.light-skin.vertical .step-holder {
  background: #222;
  border: 1px solid rgba(128, 128, 128, 0.5);
}
.mk-process-steps.light-skin.vertical .step-holder:before {
  background-color: #222;
}
.mk-process-steps.vertical {
  margin-bottom: 30px;
}
.mk-process-steps.vertical .step-items {
  padding-top: 50px;
}
.mk-process-steps.vertical .step-items:before {
  content: "";
  display: block;
  height: 100%;
  width: 0px;
  position: absolute;
  top: 0;
  left: 50%;
}
.mk-process-steps.vertical .mk-step {
  display: block;
  padding: 70px 0;
  position: relative;
  *zoom: 1;
}
.mk-process-steps.vertical .mk-step:before,
.mk-process-steps.vertical .mk-step:after {
  content: " ";
  display: table;
}
.mk-process-steps.vertical .mk-step:after {
  clear: both;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) {
  margin-left: 50%;
  text-align: left;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) .step-icon {
  left: -47px;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder {
  margin: 0 30px 0 80px;
  right: -30px;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder:before {
  left: -7px;
}
.mk-process-steps.vertical .mk-step:nth-child(odd):hover .step-holder {
  opacity: 1;
  right: 0px;
}
.mk-process-steps.vertical .mk-step:nth-child(even) {
  margin-right: 50%;
  text-align: right;
}
.mk-process-steps.vertical .mk-step:nth-child(even) .step-icon {
  right: -47px;
}
.mk-process-steps.vertical .mk-step:nth-child(even) .step-holder {
  margin: 0 80px 0 30px;
  left: -30px;
}
.mk-process-steps.vertical .mk-step:nth-child(even) .step-holder:before {
  right: -7px;
}
.mk-process-steps.vertical .mk-step:nth-child(even):hover .step-holder {
  opacity: 1;
  left: 0;
}
.mk-process-steps.vertical .step-icon {
  position: absolute;
  top: 50%;
  margin-top: -47px;
}
.mk-process-steps.vertical .step-holder {
  position: relative;
  display: inline-block;
  padding: 16px 20px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-process-steps.vertical .step-holder:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
@media handheld, only screen and (max-width: 767px) {
  .mk-process-steps.vertical .mk-step:nth-child(odd) {
    margin-left: 0;
  }
  .mk-process-steps.vertical .mk-step:nth-child(odd) .step-icon {
    left: 0;
  }
  .mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder {
    margin: 0 0 0 110px !important;
    right: 0 !important;
    opacity: 1 !important;
  }
  .mk-process-steps.vertical .mk-step:nth-child(even) {
    margin-right: 0;
  }
  .mk-process-steps.vertical .mk-step:nth-child(even) .step-icon {
    right: 0;
  }
  .mk-process-steps.vertical .mk-step:nth-child(even) .step-holder {
    margin: 0 110px 0 0 !important;
    left: 0 !important;
    opacity: 1 !important;
  }
}
.mk-process-steps.horizontal .step-panes .step-icon {
  display: none;
}
.mk-process-steps.horizontal .step-items {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.mk-process-steps.horizontal .step-items li {
  margin: 0 30px;
  display: inline-block;
}
.mk-process-steps.horizontal .step-panes {
  min-height: 50px;
  padding-bottom: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.mk-process-steps.horizontal .step-panes .mk-step {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 0;
  top: 30px;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
}
.mk-process-steps.horizontal .step-panes .mk-step.active-step {
  opacity: 1;
  top: 0;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-process-steps.horizontal .step-items {
    text-align: center;
  }
  .mk-process-steps.horizontal .step-items:before {
    display: none;
  }
  .mk-process-steps.horizontal .step-items li {
    margin: 15px;
  }
}
.mk-advanced-gmaps img {
  max-width: none !important;
}
/* Shortcode:-------------------------------------------------------------------- */
.mk-window-scroller {
  margin: 0 0 20px 14px;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.08);
  cursor: ns-resize;
}
.mk-window-scroller .window-top-bar {
  position: relative;
  background-color: #eeeeee;
  border-bottom: 1px solid #fff;
  height: 30px;
}
.mk-window-scroller .window-top-bar:before,
.mk-window-scroller .window-top-bar:after,
.mk-window-scroller .window-top-bar span {
  display: block;
  height: 10px;
  width: 10px;
  content: "";
  position: absolute;
  top: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.mk-window-scroller .window-top-bar:before {
  background-color: #ff4351;
  left: 12px;
}
.mk-window-scroller .window-top-bar:after {
  background-color: #ffc600;
  left: 27px;
}
.mk-window-scroller .window-top-bar span {
  background-color: #71b93f;
  left: 43px;
}
.mk-window-scroller .image-holder {
  overflow: hidden;
  position: relative;
}
.mk-window-scroller .image-holder img {
  position: absolute;
  top: 0;
}
/* Shortcode:Count Down
-------------------------------------------------------------- */
.mk-event-countdown {
  margin-bottom: 30px;
}
.mk-event-countdown ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.mk-event-countdown ul li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 35px 0 30px 0;
  width: 110px;
  border: 1px solid #eaeaea;
}
.mk-event-countdown ul li:first-child {
  margin-left: 0;
}
.mk-event-countdown ul li:first-child:before {
  display: none !important;
}
.mk-event-countdown ul li:before {
  position: absolute;
  top: 50%;
  left: -16px;
  display: block;
  width: 16px;
  height: 1px;
  content: "";
}
.mk-event-countdown ul .countdown-timer {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 40px;
}
.mk-event-countdown ul .countdown-text {
  display: block;
  color: #545454;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 13px;
  opacity: 0.5;
}
.mk-event-countdown.dark-skin li:before {
  background-color: #eee;
}
.mk-event-countdown.dark-skin li {
  border-color: #eee;
  background-color: #fafafa;
}
.mk-event-countdown.light-skin li:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.mk-event-countdown.light-skin li {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
}
.mk-event-countdown.light-skin .countdown-text {
  color: #fff;
}
.mk-event-countdown.light-skin .countdown-timer {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .mk-event-countdown li {
    width: 40px !important;
    padding: 10px 0 10px 0 !important;
  }
  .mk-event-countdown li .countdown-timer {
    font-size: 14px !important;
  }
  .mk-event-countdown li .countdown-text {
    display: none;
  }
}
/* Shortcode:Laptop Slideshow
-------------------------------------------------------------------- */
.mk-tablet-slideshow {
  margin: 0 auto 40px;
  width: 100%;
  text-align: center;
}
.mk-tablet-slideshow .mk-flex-slides {
  margin: 0 auto !important;
  padding: 60px  0px 60px 0px;
}
@media handheld, only screen and (max-width: 500px) {
  .mk-tablet-slideshow .mk-flex-slides {
    padding: 50px  20px 40px 20px !important;
  }
}
.mk-tablet-slideshow .flex-direction-nav a {
  margin-top: -16px;
}
.mk-tablet-slideshow .flex-direction-nav a .mk-icon-chevron-left:before,
.mk-tablet-slideshow .flex-direction-nav a .mk-icon-chevron-right:before {
  font-size: 32px;
}
.mk-tablet-slideshow:hover .flex-direction-nav a {
  opacity: 1;
}
.mk-tablet-slideshow:hover .flex-prev {
  left: 60px;
}
.mk-tablet-slideshow:hover .flex-next {
  right: 60px;
}
.mk-tablet-slideshow .mk-flex-slides {
  text-align: center;
}
.mk-tablet-slideshow .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 60;
  margin-top: -16px;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  opacity: 0;
}
.mk-tablet-slideshow .flex-direction-nav a i {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
.mk-tablet-slideshow .flex-prev {
  left: 30px;
}
.mk-tablet-slideshow .flex-next {
  right: 30px;
}
.mk-tablet-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
.vc_span4 > .mk-tablet-slideshow .mk-flex-slides {
  padding: 35px 10px 20px 10px;
}
.vc_span4 > .mk-tablet-slideshow:hover .flex-prev {
  left: 40px;
}
.vc_span4 > .mk-tablet-slideshow:hover .flex-next {
  right: 40px;
}
.vc_span3 > .mk-tablet-slideshow .mk-flex-slides {
  padding: 25px 10px 20px 10px;
}
.vc_span3 > .mk-tablet-slideshow .flex-prev,
.vc_span3 > .mk-tablet-slideshow .flex-next {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.vc_span3 > .mk-tablet-slideshow:hover .flex-prev {
  left: 30px;
}
.vc_span3 > .mk-tablet-slideshow:hover .flex-next {
  right: 30px;
}
.vc_span2 > .mk-tablet-slideshow .mk-flex-slides {
  padding: 10px 5px 10px 5px;
}
.vc_span2 > .mk-tablet-slideshow .flex-prev,
.vc_span2 > .mk-tablet-slideshow .flex-next {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.vc_span2 > .mk-tablet-slideshow:hover .flex-prev {
  left: 20px;
}
.vc_span2 > .mk-tablet-slideshow:hover .flex-next {
  right: 20px;
}
/* Shortcode:Mobile Slideshow
-------------------------------------------------------------------- */
.mk-mobile-slideshow {
  margin: 0 auto 40px;
  width: 100%;
  text-align: center;
}
.mk-mobile-slideshow:hover .flex-direction-nav a {
  opacity: 0.7;
}
.mk-mobile-slideshow.landscape-style .mk-flex-slides {
  margin: 0 auto !important;
  padding: 40px  20px 20px 20px;
}
@media handheld, only screen and (max-width: 900px) {
  .mk-mobile-slideshow.landscape-style .mk-flex-slides {
    padding: 30px  90px 20px 90px !important;
  }
}
@media handheld, only screen and (max-width: 700px) {
  .mk-mobile-slideshow.landscape-style .mk-flex-slides {
    padding: 20px  70px 20px 70px !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-mobile-slideshow.landscape-style .mk-flex-slides {
    padding: 15px  50px 20px 50px !important;
  }
}
@media handheld, only screen and (max-width: 400px) {
  .mk-mobile-slideshow.landscape-style .mk-flex-slides {
    padding: 15px  40px 20px 40px !important;
  }
}
.mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 155px;
}
.mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 140px;
}
@media handheld, only screen and (max-width: 700px) {
  .mk-mobile-slideshow.landscape-style:hover .flex-prev {
    left: 105px !important;
  }
  .mk-mobile-slideshow.landscape-style:hover .flex-next {
    right: 95px !important;
  }
}
.mk-mobile-slideshow.portrait-style .mk-flex-slides {
  margin: 0 auto !important;
  padding: 90px  20px 90px 20px;
}
@media handheld, only screen and (max-width: 400px) {
  .mk-mobile-slideshow.portrait-style .mk-flex-slides {
    padding: 90px  10px 70px 10px !important;
  }
}
.mk-mobile-slideshow.portrait-style:hover .flex-prev {
  left: 50px;
}
.mk-mobile-slideshow.portrait-style:hover .flex-next {
  right: 60px;
}
.mk-mobile-slideshow .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 60;
  margin-top: -16px;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  opacity: 0;
}
.mk-mobile-slideshow .flex-direction-nav a i {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
.mk-mobile-slideshow .flex-prev {
  left: 30px;
}
.mk-mobile-slideshow .flex-next {
  right: 30px;
}
.mk-mobile-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.vc_span6 > .mk-mobile-slideshow.landscape-style .mk-flex-slides {
  padding: 20px 60px 10px 60px;
}
.vc_span4 > .mk-mobile-slideshow.landscape-style .mk-flex-slides {
  padding: 10px 40px 10px 40px;
}
.vc_span4 > .mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 70px;
}
.vc_span4 > .mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 70px;
}
.vc_span3 > .mk-mobile-slideshow.landscape-style .mk-flex-slides {
  padding: 10px 30px 10px 30px;
}
.vc_span3 > .mk-mobile-slideshow.landscape-style .flex-prev,
.vc_span3 > .mk-mobile-slideshow.landscape-style .flex-next {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.vc_span3 > .mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 40px;
}
.vc_span3 > .mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 40px;
}
.vc_span3 > .mk-mobile-slideshow.portrait-style .mk-flex-slides {
  padding: 75px  20px 90px 20px;
}
.vc_span3 > .mk-mobile-slideshow.portrait-style .flex-prev,
.vc_span3 > .mk-mobile-slideshow.portrait-style .flex-next {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.vc_span3 > .mk-mobile-slideshow.portrait-style:hover .flex-prev {
  left: 30px;
}
.vc_span3 > .mk-mobile-slideshow.portrait-style:hover .flex-next {
  right: 30px;
}
.vc_span2 > .mk-mobile-slideshow.portrait-style .mk-flex-slides {
  padding: 40px 10px 10px 10px;
}
.vc_span2 > .mk-mobile-slideshow.portrait-style .flex-prev,
.vc_span2 > .mk-mobile-slideshow.portrait-style .flex-next {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}
.vc_span2 > .mk-mobile-slideshow.portrait-style:hover .flex-prev {
  left: 20px;
}
.vc_span2 > .mk-mobile-slideshow.portrait-style:hover .flex-next {
  right: 20px;
}
.vc_span2 > .mk-mobile-slideshow.landscape-style .mk-flex-slides {
  padding: 5px 20px 0px 20px;
}
.vc_span2 > .mk-mobile-slideshow.landscape-style .flex-prev,
.vc_span2 > .mk-mobile-slideshow.landscape-style .flex-next {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.vc_span2 > .mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 20px;
}
.vc_span2 > .mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 20px;
}
/* Gravity forms Styling
-------------------------------------------------------------- */
.gform_wrapper select {
  padding: 12px 14px 12px 20px !important;
}
.gform_wrapper select[multiple=multiple] {
  padding: 8px !important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
  font-size: 13px !important;
  color: #767676 !important;
  padding: 10px !important;
}
.gform_wrapper .button {
  margin-right: 10px !important;
  border: 1px solid #eee !important;
  outline: none !important;
  color: #666 !important;
  font-size: 13px;
  line-height: 13px !important;
  padding: 12px 25px !important;
  vertical-align: top;
  background-image: none !important;
  letter-spacing: 1px;
  display: inline-block;
  background-color: transparent;
}
.gform_wrapper .button:hover {
  color: #fff !important;
}
.gform_wrapper .gf_progressbar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
}
.gform_wrapper .percentbar_blue {
  background-image: none !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-left: 2px;
}
.gform_wrapper li,
.gform_wrapper form li {
  padding-bottom: 10px;
}
.gform_wrapper .top_label .gfield_label {
  margin-bottom: 6px !important;
}
@media only screen and (max-width: 550px) {
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half,
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right,
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: 99% !important;
    margin-top: 10px;
    float: none !important;
  }
}
/* Device visbility media queries
-------------------------------------------------------------------- */
.visible-sm,
.visible-tl,
.visible-dt {
  display: none;
}
/* Only mobiles */
@media screen and (max-width: 765px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}
/* only tables */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .hidden-tl {
    display: none !important;
  }
  .visible-tl {
    display: block !important;
  }
}
/* Only Desktops */
@media only screen and (min-width: 1224px) {
  .hidden-dt {
    display: none !important;
  }
  .visible-dt {
    display: block !important;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .no-smartphone {
    display: none !important;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .no-ipad {
    display: none !important;
  }
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-iphone {
    display: none !important;
  }
}

/* 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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
html {
  font-size: 100%;
  -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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
#theme-page img,
#mk-footer img,
.mk-page-section img,
.mk-inner-grid img,
.mk-header-logo img,
.mk-side-dashboard img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.mk-gmaps img {
  max-width: none !important;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  color: #777;
}
p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 30px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
strong,
th,
thead td {
  font-weight: 600;
}
cite,
em,
dfn {
  font-style: italic;
}
code,
pre {
  font-size: 12px;
  line-height: 20px;
  display: block;
  overflow: auto;
  margin: 10px 0 20px 0;
  padding: 20px 10px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  border: 1px solid #e8e8e8;
  background: #fff;
  background: url('../../images/pre_code.gif') repeat scroll 0 0 #f2f3f5;
}
del {
  text-decoration: line-through;
}
small,
sup,
sub {
  font-size: 85%;
}
abbr,
acronym {
  letter-spacing: .1em;
  text-transform: uppercase;
}
a abbr,
a acronym {
  border: none;
}
abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
p,
ul,
ol,
dl,
table,
fieldset,
blockquote,
pre,
code {
  margin-bottom: 20px;
}
a {
  text-decoration: none;
}
p,
a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0 none;
}
.floatleft,
.alignleft {
  float: left;
  text-align: left;
}
.floatright,
.alignright {
  float: right;
  text-align: right;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.clearboth {
  display: block;

  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}
.clearboth:after {
  font-size: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: ' ';
}
* html .clearboth {
  height: 1%;
}
ul {
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style-type: disc;
}
ul li {
  margin-left: .85em;
}
ul ul {
  list-style-type: square;
}
ul ul ul {
  list-style-type: circle;
}
ol {
  margin-bottom: 1em;
  margin-left: 2.35em;
  list-style-position: outside;
  list-style-type: decimal;
}
dt {
  font-size: 110%;
  font-weight: 600;
  margin-bottom: .2em;
}
dd {
  margin: 0;
  padding: 0 0 1em 15px;
}
ol ol,
ul ol {
  margin-left: 2.5em;
}
ul ol,
ol ul,
ol ol,
ul ul {
  margin-bottom: 0;
}
fieldset {
  padding: 1em;
  border: 1px solid #ddd;
}
legend {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0 .8em;
}
textarea,
input[type=text],
input[type=password],
input[type=email],
select {
  font-size: inherit;
  border: none;
  outline: none;
}
input,
select {
  cursor: pointer;
}
input[type=text],
input[type=password],
input[type=email] {
  cursor: text;
}
textarea {
  overflow: auto;
}
textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  font-size: 13px;
  padding: 12px 16px;
  letter-spacing: 1px;
  color: #666;
  border: 1px solid #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
}
input[type=submit] {
  padding: 12px 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}
#theme-page select {
  font-size: 12px;
  line-height: 14px;
  display: block;
  min-width: 240px;
  max-width: 100%;
  padding: 15px 14px 14px 14px;
  color: #4e4e4e;
  border: 1px solid #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url('../../images/selectbox-arrow.png') right center no-repeat;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#theme-page select option {
  padding: 0 4px;
}
select[multiple=multiple] {
  background: none !important;
  padding: 0px !important;
}
/* HEADEING STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 .8em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 {
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 36px;
}
h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 38px;
}
h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
h4 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}
h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}
.visuallyhidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* *** Isotope Filtering *** */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
}
/* *** Isotope CSS3 transitions *** */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/* *** disabling Isotope CSS3 transitions *** */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.mk-video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
}
.mk-video-container iframe,
.mk-video-container object,
.mk-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mk-video-wrapper {
  max-width: 100%;
}
.mk-background-stretch {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mk-relative {
  position: relative;
}
.no-margin-top {
  padding-top: 10px !important;
}
/* Makes the site print friendly... */
@media print {
  * {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    /* Images, vectors and such */
    -webkit-filter: grayscale(100%);
    /* Chrome + Safari 6 */
    -moz-filter: grayscale(100%);
    /* Future proof */
    -ms-filter: grayscale(100%);
    /* Future proof */
    -o-filter: grayscale(100%);
    /* Future proof */
  }
  a {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href="#"],
  a[href="javascript:"] {
    content: "";
  }
  #mk-header,
  #mk-sidebar,
  #mk-footer,
  .mk-go-top {
    display: none !important;
  }
  .theme-page-wrapper {
    width: 100% !important;
  }
}
.mk-loader {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #0cf;
  border-radius: 50%;
  border-top-color: transparent !important;
  -webkit-animation: spin 0.65s infinite linear;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.mk-loader::before,
.mk-loader::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}
.loader::after {
  display: block;
  left: -2px;
  top: -2px;
  border: inherit;
  transform: rotate(65deg);
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
input[type="text"],
textarea,
.mk-grid div,
#mk-header,
#mk-header div,
.mk-secondary-header,
.mk-secondary-header div,
[class*='mk-col-'],
*:after,
*:before,
.text-input,
.theme-page-wrapper,
.blog-masonry-inner,
#mk-page-introduce,
.mk-header-toolbar,
.mk-news-item,
.mk-employee-item,
#mk-notification-bar,
.blog-grid-entry,
.blog-masonry-entry,
.mk-fullwidth-boxed,
.mk-image-caption,
.mk-gallery-shortcode .gallery-inner,
.mk-grid-portfolio-item,
.shop_table_form,
.cart-collaterals,
.mk-checkout-payement,
.mk-side-dashboard,
#mk-sidebar,
.page-section-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*='mk-col-'] {
  float: left;
  padding-right: 25px;
}
[class*='mk-col-']:last-of-type {
  padding-right: 0px;
}
.mk-grid {
  width: 100%;
  min-width: 755px;
  margin: 0 auto;
}
.mk-inner-grid {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mk-grid:after {
  content: "";
  display: table;
  clear: both;
}
.mk-grid-pad {
  padding: 20px 0 0px 20px;
}
.mk-grid-pad > [class*='mk-col-']:last-of-type {
  padding-right: 20px;
}
.mk-push-right {
  float: right;
}
/* Content Columns */
.mk-col-1-1 {
  width: 100%;
}
.mk-col-2-3,
.mk-col-8-12 {
  width: 66.66%;
}
.mk-col-1-2,
.mk-col-6-12 {
  width: 50%;
}
.mk-col-1-3,
.mk-col-4-12 {
  width: 33.33%;
}
.mk-col-1-4,
.mk-col-3-12 {
  width: 25%;
}
.mk-col-1-5 {
  width: 20%;
}
.mk-col-1-6,
.mk-col-2-12 {
  width: 16.667%;
}
.mk-col-1-7 {
  width: 14.28%;
}
.mk-col-1-8 {
  width: 12.5%;
}
.mk-col-1-9 {
  width: 11.1%;
}
.mk-col-1-10 {
  width: 10%;
}
.mk-col-1-11 {
  width: 9.09%;
}
.mk-col-1-12 {
  width: 8.33%;
}
/* Layout Columns */
.mk-col-11-12 {
  width: 91.66%;
}
.mk-col-10-12 {
  width: 83.333%;
}
.mk-col-9-12 {
  width: 75%;
}
.mk-col-5-12 {
  width: 41.66%;
}
.mk-col-7-12 {
  width: 58.33%;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-grid {
    width: 100%;
  }
  .mk-padding-wrapper {
    padding: 0 15px;
  }
}
@media handheld, only screen and (max-width: 760px) {
  .mk-grid {
    width: 100%;
    min-width: 0;
  }
  [class*='mk-col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wpb_row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Grid with fluid columns */
.vc_row-fluid {
  width: 100%;
}
.vc_row-fluid:before,
.vc_row-fluid:after {
  display: table;
  content: "";
}
.vc_row-fluid:after {
  clear: both;
}
.vc_row-fluid [class*="vc_span"] {
  display: block;
  width: 100%;
  min-height: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
.vc_row-fluid [class*="vc_span"]:first-child {
  margin-left: 0;
}
.mk-fullwidth-true > [class*="vc_span"]:first-child {
  border-left: none !important;
}
.mk-fullwidth-true > [class*="vc_span"]:last-child {
  border-right: none !important;
}
.vc_row-fluid > [class*="vc_span"]:not(:last-child) {
  border-right: none !important;
}
.vc_row-fluid .vc_span12 {
  width: 100%;
}
.vc_row-fluid .vc_span11 {
  width: 91.45833333333334%;
}
.vc_row-fluid .vc_span10 {
  width: 82.91666666666667%;
}
.vc_row-fluid .vc_span9 {
  width: 74.375%;
}
.vc_row-fluid .vc_span8 {
  width: 65.83333333333334%;
}
.vc_row-fluid .vc_span7 {
  width: 57.29166666666667%;
}
.vc_row-fluid .vc_span6 {
  width: 48.75%;
}
.vc_row-fluid .vc_span5 {
  width: 40.208333333333336%;
}
.vc_row-fluid .vc_span4 {
  width: 31.666666666666668%;
}
.vc_row-fluid .vc_span3 {
  width: 23.125%;
}
.vc_row-fluid .vc_span2 {
  width: 14.583333333333334%;
}
.vc_row-fluid .vc_span1 {
  width: 6.041666666666667%;
}
.wpb_row.attched-true [class*="vc_span"] {
  margin-left: 0;
}
.wpb_row.attched-true .vc_span11 {
  width: 91.666666666667%;
}
.wpb_row.attched-true .vc_span10 {
  width: 83.333333333333%;
}
.wpb_row.attched-true .vc_span9 {
  width: 75%;
}
.wpb_row.attched-true .vc_span8 {
  width: 66.666666666667%;
}
.wpb_row.attched-true .vc_span7 {
  width: 58.333333333333%;
}
.wpb_row.attched-true .vc_span6 {
  width: 50%;
}
.wpb_row.attched-true .vc_span5 {
  width: 41.666666666667%;
}
.wpb_row.attched-true .vc_span4 {
  width: 33.333333333333%;
}
.wpb_row.attched-true .vc_span3 {
  width: 25%;
}
.wpb_row.attched-true .vc_span2 {
  width: 16.666666666667%;
}
.wpb_row.attched-true .vc_span1 {
  width: 8.333333333333%;
}
.add-padding-1 > [class*="vc_span"] {
  padding: 1%;
}
.add-padding-2 > [class*="vc_span"] {
  padding: 2%;
}
.add-padding-3 > [class*="vc_span"] {
  padding: 3%;
}
.add-padding-4 > [class*="vc_span"] {
  padding: 4%;
}
.add-padding-5 > [class*="vc_span"] {
  padding: 5%;
}
@media handheld, only screen and (max-width: 767px) {
  .vc_row-fluid [class*="vc_span"] {
    width: auto  !important;
    float: none  !important;
    margin-left: 0 !important;
  }
  .wpb_row.attched-true > [class*="vc_span"] {
    width: auto;
  }
}
.widget .mk-searchform .search-button,
.mk-lightbox,
.mk-pagination .mk-pagination-next a,
.mk-pagination .mk-pagination-previous a,
.mk-clients-shortcode .client-logo,
.mk-pricing-cols .mk-pricing-button a,
.widget_social_networks a,
.widget-sub-navigation ul li a,
.mk-social-network a,
.portfolio-similar-posts img,
.single-post-tags a,
a.jp-play,
a.jp-pause,
.mk-employeee-networks,
.image-overlay,
.process-detail,
.mk-font-icons a i,
.entry-meta a,
.single-share-trigger,
.blog-title a,
.blog-meta a,
.comment-reply a,
.thread-reply-toggle,
.swiper-arrows,
.slideshow-swiper-arrows,
.swiper-pagination,
.team-member-name,
.team-member-position,
.mk-gallery.grid-style .the-title,
.mk-loadmore-button,
.mk-love-holder i,
.blog-comments i,
.comment-count i,
.next-prev-top a,
.blog-similar-posts a,
.portfolio-widget-title,
.author-social li a,
.mk-isotop-filter a,
.ajax-controls a,
.mk-image-caption,
.mk-image-hover i,
.mk-employeee-networks li a,
.portfolio-meta,
.text-input,
.mk-textarea,
.mk-contact-form-wrapper .mk-form-row i,
.mk-flickr-feeds a:after,
.hover-plus-icon,
.post-type-icon,
.single-social-share a,
.mk-next-prev a,
.post-hover-icon,
.similar-post-type,
.portfolio-plus-icon i,
.portfolio-permalink,
.gallery-meta,
.gallery-meta i,
.mk-searchform .mk-icon-search,
.widget_tag_cloud li a,
.widget_categories li a,
.hover-plus-icon-small,
.comment-textarea textarea,
.comment-form-row i,
#mk-breadcrumbs a,
.header-searchform-input .ui-autocomplete li,
.header-searchform-input .ui-autocomplete .search-title,
.header-searchform-input .ui-autocomplete .search-date,
.add_to_cart_button,
.product-hover-items,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page table.cart .remove,
.button-icon-holder,
.woocommerce-pagination a,
.widget_tag_cloud a:hover,
.widget_categories a:hover,
.mini-cart-button,
.mini-cart-button i,
.product-category h4,
.product-category h4 span,
.header-searchform-input li i,
.header-searchform-input li img,
.mk-login-form input,
.mk-footer-social a,
.mk-edge-nav,
.mk-edge-nav i,
.res-nav-close,
.widget_product_tag_cloud a,
.product-single-lightbox,
.gform_wrapper .button,
.mk-login-form .form-row i,
.mk-box-text i,
.portfolio-entry-logo,
.gallery-thumb-lightbox,
.fancybox-nav span,
.fancybox-close,
.blog-scroller-arrows,
.blog-modern-entry .blog-modern-button,
.blog-modern-entry .blog-title,
.blog-teaser-side-item .blog-title {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-perspective: 1000;
}
.hover-overlay {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-perspective: 1000;
}
/* Viewport Animations */
.mk-animate-element {
  opacity: 0;
  -webkit-perspective: 1000;
}
.no-transform .mk-animate-element {
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.fade-in {
  -webkit-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.forthy-five-rotate {
  -webkit-animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.scale-up {
  -webkit-animation: mk_scale_up 0.5s ease;
  -moz-animation: mk_scale_up 0.5s ease;
  -o-animation: mk_scale_up 0.5s ease;
  animation: mk_scale_up 0.5s ease;
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.scale-down {
  -webkit-animation: mk_scale_down 0.5s 1 ease;
  -moz-animation: mk_scale_down 0.5s 1 ease;
  -o-animation: mk_scale_down 0.5s 1 ease;
  animation: mk_scale_down 0.5s 1 ease;
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.scale-half-up {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-animation: mk_half_scale 0.4s ease forwards;
  -moz-animation: mk_half_scale 0.4s ease forwards;
  animation: mk_half_scale 0.4s ease forwards;
}
.mk-animate-element.mk-in-viewport.right-to-left {
  -webkit-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.left-to-right {
  -webkit-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.top-to-bottom {
  -webkit-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.bottom-to-top {
  -webkit-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.flip-x {
  -webkit-animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.flip-y {
  -webkit-animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-float-vertical {
  -webkit-animation: mk_float 2s infinite linear;
  -moz-animation: mk_float 2s infinite linear;
  -ms-animation: mk_float 2s infinite linear;
  -o-animation: mk_float 2s infinite linear;
  position: relative;
}
.mk-float-horizontal {
  -webkit-animation: mk_floatx 2s infinite linear;
  -moz-animation: mk_floatx 2s infinite linear;
  -ms-animation: mk_floatx 2s infinite linear;
  -o-animation: mk_floatx 2s infinite linear;
  position: relative;
}
.mk-pulse {
  -webkit-animation: mk_pulse 2s infinite linear;
  -moz-animation: mk_pulse 2s infinite linear;
  -ms-animation: mk_pulse 2s infinite linear;
  -o-animation: mk_pulse 2s infinite linear;
}
.mk-tossing {
  -webkit-animation: mk_tossing 2s infinite linear;
  -moz-animation: mk_tossing 2s infinite linear;
  -ms-animation: mk_tossing 2s infinite linear;
  -o-animation: mk_tossing 2s infinite linear;
}
.mk-spin {
  -moz-animation: spin 4s infinite linear;
  -o-animation: spin 4s infinite linear;
  -webkit-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear;
}
.mk-flip-horizontal {
  -webkit-animation: mk_flip_horizontal 3s infinite linear;
  animation: mk_flip_horizontal 3s infinite linear;
  display: inline-block;
}
@keyframes mk_flip_horizontal {
  0% {
    transform: perspective(800px) rotateY(0deg);
  }
  100% {
    transform: perspective(800px) rotateY(360deg);
  }
}
@-webkit-keyframes mk_flip_horizontal {
  0% {
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(800px) rotateY(360deg);
  }
}
/* Floating */
@-webkit-keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@-moz-keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@-o-keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@-moz-keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@-o-keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes mk_tossing {
  0% {
    -webkit-transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
  }
}
@-moz-keyframes mk_tossing {
  0% {
    -moz-transform: rotate(-6deg);
  }
  50% {
    -moz-transform: rotate(6deg);
  }
  100% {
    -moz-transform: rotate(-6deg);
  }
}
@-o-keyframes mk_tossing {
  0% {
    -o-transform: rotate(-6deg);
  }
  50% {
    -o-transform: rotate(6deg);
  }
  100% {
    -o-transform: rotate(-6deg);
  }
}
@keyframes mk_tossing {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
@-webkit-keyframes mk_pulse {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
}
@-moz-keyframes mk_pulse {
  0% {
    -moz-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.9);
    opacity: 0.7;
  }
}
@-o-keyframes mk_pulse {
  0% {
    -o-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    -o-transform: scale(0.9);
    opacity: 0.7;
  }
}
@keyframes mk_pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
/* Fade In animation */
@-webkit-keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/* Rotate animation */
@-webkit-keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-moz-keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-o-keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
/* Scale Up animation */
@-webkit-keyframes mk_scale_up {
  0% {
    -webkit-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mk_scale_up {
  0% {
    -moz-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes mk_scale_up {
  0% {
    -o-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_scale_up {
  0% {
    transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Scale Up animation */
@-webkit-keyframes mk_scale_down {
  0% {
    -webkit-transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mk_scale_down {
  0% {
    -moz-transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes mk_scale_down {
  0% {
    -o-transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_scale_down {
  0% {
    transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Scale Up animation */
@-webkit-keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
/* Left to Right animation */
@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_left_to_right {
  0% {
    -moz-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_left_to_right {
  0% {
    -o-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_left_to_right {
  0% {
    transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Right To Left animation */
@-webkit-keyframes mk_right_to_left {
  0% {
    -webkit-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_right_to_left {
  0% {
    -moz-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_right_to_left {
  0% {
    -o-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Bottom to Top animation */
@-webkit-keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_bottom_to_top {
  0% {
    -moz-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_bottom_to_top {
  0% {
    -o-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Top to Bottom animation */
@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_top_to_bottom {
  0% {
    -moz-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_top_to_bottom {
  0% {
    -o-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Flip Horizontally */
@-webkit-keyframes mk_flip_x {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes mk_flip_x {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes mk_flip_x {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes mk_flip_x {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    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;
  }
}
@-moz-keyframes mk_flip_y {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes mk_flip_y {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes mk_flip_y {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
/* Woocommerce add to card animation */
@-webkit-keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
@-moz-keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
@-o-keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
@keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
}
.hover-plus-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 48px;
  margin: -24px 0 0 -24px;
  z-index: 12;
  opacity: 0;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}
.hover-plus-icon-small {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 32px;
  margin: -16px 0 0 -16px;
  z-index: 10;
  opacity: 0;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}
.mk-love-holder {
  cursor: pointer;
}
.featured-image {
  position: relative;
  overflow: hidden;
}
.featured-image .item-featured-image {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.featured-image .mk-lightbox {
  line-height: 4px;
}
.featured-image:hover .hover-overlay {
  opacity: 0.7;
}
.featured-image:hover .item-featured-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}
.featured-image:hover .hover-plus-icon,
.featured-image:hover .hover-plus-icon-small {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.mk-image-slideshow img {
  width: 100%;
}
.mk-preloader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  width: 101%;
  height: 100%;
  background-color: #fff;
}
#mk-header {
  position: relative;
  z-index: 60;
  width: 100%;
}
#mk-header.transparent-header {
  position: absolute;
  left: 0;
}
#mk-header.sticky-header,
#mk-header.transparent-header-sticky {
  position: fixed;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
#mk-header .mk-grid {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#mk-header.header-search-triggered #mk-main-navigation > ul > li {
  opacity: 0;
}
#mk-header .mk-light-logo {
  display: none;
}
#mk-header .mk-mobile-logo {
  display: none;
}
.transparent-header {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.transparent-header.header-offset-passed {
  opacity: 0;
  position: fixed;
  top: -200px;
}
.transparent-header.transparent-header-sticky {
  opacity: 1;
  left: auto !important;
}
.transparent-header #mk-main-navigation ul li .sub {
  border-top: none;
}
.transparent-header .mk-cart-link:hover,
.transparent-header .dashboard-trigger:hover,
.transparent-header .res-nav-active:hover,
.transparent-header #mk-main-navigation > ul > li.menu-item > a:hover,
.transparent-header .header-search-icon:hover {
  opacity: 0.7;
}
.transparent-header .header-searchform-input input[type=text] {
  background-color: transparent;
}
.transparent-header.light-header-skin .dashboard-trigger,
.transparent-header.light-header-skin .res-nav-active,
.transparent-header.light-header-skin #mk-main-navigation > ul > li.menu-item > a,
.transparent-header.light-header-skin #mk-main-navigation > ul > li.current-menu-item > a,
.transparent-header.light-header-skin #mk-main-navigation > ul > li.current-menu-ancestor > a,
.transparent-header.light-header-skin #mk-main-navigation > ul > li.menu-item:hover > a,
.transparent-header.light-header-skin #mk-main-navigation > ul > li.menu-item > a:hover,
.transparent-header.light-header-skin .dashboard-trigger:hover,
.transparent-header.light-header-skin .res-nav-active:hover,
.transparent-header.light-header-skin .header-searchform-input input[type=text],
.transparent-header.light-header-skin .dashboard-trigger,
.transparent-header.light-header-skin .header-search-icon,
.transparent-header.light-header-skin .header-search-close,
.transparent-header.light-header-skin .header-search-icon:hover,
.transparent-header.light-header-skin .mk-cart-link,
.transparent-header.light-header-skin .responsive-nav-link i {
  color: #fff !important;
}
.transparent-header.light-header-skin .mk-light-logo {
  display: block !important;
}
.transparent-header.light-header-skin .mk-dark-logo {
  display: none !important;
}
.transparent-header.light-header-skin.transparent-header-sticky .mk-light-logo {
  display: none !important;
}
.transparent-header.light-header-skin.transparent-header-sticky .mk-dark-logo {
  display: block !important;
}
.transparent-header.dark-header-skin .dashboard-trigger,
.transparent-header.dark-header-skin .res-nav-active,
.transparent-header.dark-header-skin #mk-main-navigation > ul > li.menu-item > a,
.transparent-header.dark-header-skin #mk-main-navigation > ul > li.current-menu-item > a,
.transparent-header.dark-header-skin #mk-main-navigation > ul > li.current-menu-ancestor > a,
.transparent-header.dark-header-skin #mk-main-navigation > ul > li.menu-item:hover > a,
.transparent-header.dark-header-skin #mk-main-navigation > ul > li.menu-item > a:hover,
.transparent-header.dark-header-skin .dashboard-trigger:hover,
.transparent-header.dark-header-skin .res-nav-active:hover,
.transparent-header.dark-header-skin .header-searchform-input input[type=text],
.transparent-header.dark-header-skin .dashboard-trigger,
.transparent-header.dark-header-skin .header-search-icon,
.transparent-header.dark-header-skin .header-search-close,
.transparent-header.dark-header-skin .header-search-icon:hover,
.transparent-header.dark-header-skin .mk-cart-link,
.transparent-header.dark-header-skin .responsive-nav-link i {
  color: #444 !important;
}
/* Secondary Header
-------------------------------------------------------------------- */
.mk-secondary-header {
  position: relative;
  z-index: 60;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
}
.mk-secondary-header .mk-grid {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.mk-secondary-header .sticky-trigger-header {
  position: relative;
}
.mk-secondary-header .mk-light-logo {
  display: none !important;
}
.mk-secondary-header .mk-mobile-logo {
  display: none;
}
.secondary-header-space {
  display: none;
}
.secondary-header-space.secondary-space-sticky {
  display: block;
}
.secondary-header-sticky {
  position: fixed;
  top: 0;
}
@media handheld, only screen and (max-width: 650px) {
  .mobile-menu-exists .mk-light-logo,
  .mobile-menu-exists .mk-dark-logo {
    display: none !important;
  }
  .mobile-menu-exists .mk-mobile-logo {
    display: block !important;
  }
}
/* Main Navigation
-------------------------------------------------------------------- */
#mk-main-navigation {
  /* Global */
  /* Top Level */
}
#mk-main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mk-main-navigation ul li.menu-item a i {
  font-size: 16px;
  text-transform: none !important;
  margin-right: 6px;
  color: #555;
}
#mk-main-navigation ul li.menu-item a,
#mk-main-navigation ul li.menu-item i {
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
#mk-main-navigation > ul {
  position: relative;
  display: block;
  text-align: right;
}
#mk-main-navigation > ul > li.menu-item {
  display: inline-block;
  margin: 0 1px 0 0;
  text-align: right;
}
#mk-main-navigation > ul > li.menu-item > a {
  display: block;
  padding-right: 17px;
  padding-left: 17px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.main-navigation-ul > li > .sub-menu,
.main-navigation-ul > li .sub {
  display: none;
}
.megamenu-title {
  margin: 0 0 8px 0;
  padding: 8px 15px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  opacity: 0.6;
}
.megamenu-title i {
  font-size: 16px;
  text-transform: none !important;
  opacity: 0.4;
  margin-right: 6px;
}
.main-navigation-ul li .sub-container {
  position: absolute;
  transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
}
.main-navigation-ul > li > .sub {
  display: none;
}
.main-navigation-ul li .sub .row {
  clear: both;
  overflow: hidden;
  width: 100%;
}
.main-navigation-ul li .sub li {
  display: block;
  float: none;
  margin: 0;
  list-style: none;
}
.mk_megamenu_columns_2 {
  width: 49.9%;
}
.mk_megamenu_columns_3 {
  width: 33.2%;
}
.mk_megamenu_columns_4 {
  width: 24.9%;
}
.mk_megamenu_columns_5 {
  width: 19.9%;
}
.mk_megamenu_columns_6 {
  width: 16.5%;
}
.sub-container.non-mega .sub li a {
  width: 210px;
}
.main-navigation-ul li .sub li.mega-hdr {
  float: left;
  margin: 0;
  padding: 20px 0 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.main-navigation-ul li .sub li.mega-hdr.last {
  border: none;
}
.main-navigation-ul li .sub a {
  position: relative;
  display: block;
  float: none;
  margin: 0;
  padding: 8px 15px;
  background-color: transparent !important;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 12px;
  line-height: 18px;
}
.main-navigation-ul li .sub a i {
  margin-right: 5px;
}
.main-navigation-ul li .sub a:hover {
  padding: 8px 5px 8px 25px;
}
.main-navigation-ul li .sub-container.non-mega .sub li {
  width: auto !important;
}
.main-navigation-ul li .sub-container.non-mega li {
  margin: 0;
  padding: 0;
  width: 160px;
}
.main-navigation-ul li .sub-container.non-mega li a {
  margin-bottom: 1px;
  padding: 9px 16px;
  font-weight: 600 !important;
  line-height: 18px;
}
.main-navigation-ul li .sub-container.non-mega li a:hover {
  padding: 9px 6px 9px 26px;
}
.main-navigation-ul li .sub-container.non-mega li ul {
  position: absolute;
}
.main-navigation-ul li .sub-container.non-mega > ul {
  padding: 5px 0 !important;
}
.main-navigation-ul li .sub-container.mega .mk_mega_menu {
  padding: 0;
}
.main-navigation-ul li .sub-container.mega > .sub-menu {
  padding: 0 !important;
}
.main-navigation-ul li .sub-container.mk-nested-sub > ul li {
  position: relative;
}
.main-navigation-ul li .sub-container.mk-nested-sub ul ul {
  position: absolute;
  top: -5px;
  display: none;
  padding: 5px 0;
}
.mk-mega-icon {
  position: absolute;
  top: 50% !important;
  right: 8px;
  display: block !important;
  margin-top: -8px !important;
  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
#mk-main-navigation > ul > li,
#mk-main-navigation > ul > li > a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
/* Responsive Navigation
-------------------------------------------------------------------- */
#mk-responsive-nav {
  margin: 0;
  padding: 0;
  z-index: 20;
  position: relative;
}
#mk-responsive-nav .mk-header-logo,
#mk-responsive-nav .responsive-nav-link,
#mk-responsive-nav .dashboard-trigger,
#mk-responsive-nav .mk-shopping-cart,
#mk-responsive-nav .mk-header-search {
  display: none !important;
}
#mk-responsive-nav li {
  display: block;
  margin: 0;
  width: 100%;
}
#mk-responsive-nav li .sub li a {
  width: auto !important;
}
#mk-responsive-nav li a {
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  display: block;
  font-size: 14px;
  padding: 15px 20px;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
}
#mk-responsive-nav li a > i {
  display: none !important;
}
#mk-responsive-nav li ul {
  margin: 0;
  padding: 0;
}
#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 30px;
  text-align: left;
  text-transform: none;
  font-weight: normal;
}
#mk-responsive-nav .sub-menu {
  left: auto;
  position: relative;
}
#mk-responsive-nav .megamenu-title {
  display: none !important;
}
#mk-responsive-nav .mk_mega_menu .row {
  width: auto;
}
#mk-responsive-nav .mk-mega-icon {
  display: none !important;
}
#mk-responsive-nav .mk-nav-arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  opacity: 0.7;
  width: 70px;
  height: 100%;
  line-height: 50px;
}
#mk-responsive-nav .mk-nav-arrow:hover {
  opacity: 1;
}
.responsive-nav-container {
  display: none;
}
#mk-responsive-nav > li > ul,
#mk-responsive-nav > li > div {
  display: none;
}
/* Header Logo
-------------------------------------------------------------------- */
.mk-header-logo {
  float: left !important;
  margin: 0;
}
.mk-header-logo a {
  padding-left: 0 !important;
}
.mk-header-logo img {
  height: 100% !important;
}
@media handheld, only screen and (max-width: 650px) {
  .mk-header-logo {
    float: none !important;
    text-align: center;
  }
}
/* Header Search Form
-------------------------------------------------------------------- */
.mk-header-search {
  float: right;
  margin: 0;
}
form.header-searchform-input {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
form.header-searchform-input input[type=submit] {
  display: none;
}
form.header-searchform-input input[type=text] {
  padding-right: 60px;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-weight: 300;
  font-size: 50px;
  transition: font-size 0.2s ease-in-out;
  -webkit-transition: font-size 0.2s ease-in-out;
  -moz-transition: font-size 0.2s ease-in-out;
  -ms-transition: font-size 0.2s ease-in-out;
  -o-transition: font-size 0.2s ease-in-out;
}
form.header-searchform-input .ui-autocomplete {
  overflow: auto;
  text-align: left;
  top: -2px !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
form.header-searchform-input .ui-autocomplete li {
  line-height: 16px;
  padding: 10px 25px;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}
form.header-searchform-input .ui-autocomplete li a {
  cursor: pointer;
}
form.header-searchform-input .ui-autocomplete li a:hover {
  color: #252525;
}
form.header-searchform-input .ui-autocomplete li .wp-post-image,
form.header-searchform-input .ui-autocomplete li i {
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  display: block;
  float: left;
  margin-right: 10px;
}
form.header-searchform-input .ui-autocomplete li i {
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  opacity: 0.45;
}
form.header-searchform-input .ui-autocomplete li .search-date {
  opacity: 0.6;
  font-size: 12px;
  font-weight: 600;
}
form.header-searchform-input .ui-autocomplete li .search-title {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  display: block;
  margin-top: 5px;
  font-weight: bold;
}
.sticky-trigger-header .header-searchform-input input[type=text] {
  font-size: 30px;
}
.header-search-close {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  margin-top: -18px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.header-search-close i {
  font-size: 32px;
}
.header-search-icon {
  display: block;
}
.header-search-icon i {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
}
.responsive-nav-link {
  position: relative;
  display: none;
  float: left;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.responsive-nav-link i {
  font-size: 16px;
}
/* Page title
-------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #mk-page-title {
    background-position: center !important;
    background-attachment: scroll !important;
    background-size: cover;
  }
}
#mk-page-title #mk-breadcrumbs {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
#mk-page-title #mk-breadcrumbs.dark-skin {
  color: #bfbfbf;
}
#mk-page-title #mk-breadcrumbs.dark-skin a {
  color: #444444;
}
#mk-page-title #mk-breadcrumbs.light-skin {
  color: #eee;
}
#mk-page-title #mk-breadcrumbs.light-skin a {
  color: #c1c1c1;
}
#mk-page-title.left-align .mk-page-heading {
  float: left;
  margin: 0 0 0 20px !important;
}
#mk-page-title.left-align #mk-breadcrumbs {
  float: right;
  margin-right: 20px;
}
#mk-page-title.center-align {
  text-align: center;
}
#mk-page-title.center-align .mk-page-heading {
  display: block;
  margin: 0 0 20px 0 !important;
}
#mk-page-title.center-align #mk-breadcrumbs {
  line-height: 16px !important;
}
#mk-page-title.right-align .mk-page-heading {
  float: right;
  margin: 0 20px 0 0 !important;
}
#mk-page-title.right-align #mk-breadcrumbs {
  float: left;
  margin-left: 20px;
}
/* Smaller than Tablets */
@media handheld, only screen and (max-width: 767px) {
  #mk-header .mk-grid,
  .mk-secondary-header .mk-grid {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .sticky-header-padding,
  .secondary-header-space {
    display: none !important;
  }
  #mk-page-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Smaller than mobiles */
@media handheld, only screen and (max-width: 500px) {
  #mk-breadcrumbs {
    display: none;
  }
}
.theme-main-wrapper {
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 10;
}
.theme-main-wrapper.dashboard-opened {
  -webkit-transform: translate3d(-280px, 0, 0);
  -moz-transform: translate3d(-280px, 0, 0);
  -ms-transform: translate3d(-280px, 0, 0);
  -o-transform: translate3d(-280px, 0, 0);
}
.mk-side-dashboard {
  position: fixed;
  right: -280px;
  top: 0px;
  padding: 30px 20px;
  width: 280px;
  height: 100%;
  z-index: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-side-dashboard.dashboard-opened {
  right: 0;
}
.mk-side-dashboard.wpadminbar-exists {
  top: 32px !important;
}
.dashboard-trigger {
  position: relative;
  display: inline-block;
  float: right;
  width: 22px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.dashboard-trigger i {
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
}
.dashboard-trigger.res-mode {
  display: none;
}
.dashboard-trigger.desktop-mode {
  position: absolute;
  right: 40px;
  top: 0;
  display: inline-block;
}
.mk-boxed-enabled .dashboard-trigger.desktop-mode {
  right: 20px !important;
}
#theme-page {
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 200px;
}
#theme-page .theme-page-wrapper {
  margin: 20px auto;
}
#theme-page .theme-page-wrapper.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}
#theme-page .theme-page-wrapper .theme-content {
  padding: 20px;
}
#theme-page .theme-page-wrapper .theme-content.no-padding {
  padding-bottom: 0;
  padding-top: 0;
}
#theme-page .theme-page-wrapper #mk-sidebar {
  position: relative;
}
#theme-page .theme-page-wrapper.right-layout #mk-sidebar {
  float: right;
}
#theme-page .theme-page-wrapper.left-layout #mk-sidebar {
  float: left;
}
#theme-page .theme-page-wrapper.right-layout .theme-content {
  float: left;
}
#theme-page .theme-page-wrapper.left-layout .theme-content {
  float: right;
}
#theme-page .theme-page-wrapper.right-layout .sidebar-wrapper {
  padding: 20px 10px 30px 30px;
}
#theme-page .theme-page-wrapper.left-layout .sidebar-wrapper {
  padding: 20px 30px 30px 10px;
}
.mk-boxed-enabled#mk-boxed-layout {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
}
.mk-boxed-enabled#mk-boxed-layout #mk-header.sticky-header {
  left: auto;
  right: auto;
}
* html #theme-page,
* html #mk-sidebar {
  display: inline;
}
.mk-body-loader-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2351;
  background-color: #fff;
}
.ie .mk-body-loader-overlay {
  display: none !important;
}
.qLlogo {
  text-align: center;
  position: absolute;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 20%;
}
@media handheld, only screen and (max-width: 767px) {
  .qLlogo {
    top: 5%;
  }
}
/* ---------------------------- */
@media handheld, only screen and (max-width: 767px) {
  #theme-page {
    padding: 0 !important;
  }
  .theme-page-wrapper {
    margin: 0 auto 0 !important;
  }
}
@media handheld, only screen and (max-width: 960px) {
  #mk-sidebar,
  .theme-content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sidebar-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#mk-footer {
  width: 100%;
  position: relative;
  padding: 70px 0 0;
}
#mk-footer .footer-wrapper {
  position: relative;
  min-height: 100px;
  margin-bottom: 20px;
}
#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 */
#sub-footer {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 30px 0;
}
.mk-footer-copyright {
  font-size: 13px;
  line-height: 16px;
  float: left;
  width: 60%;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-footer-copyright {
    float: none !important;
    display: block;
    text-align: center;
    width: auto;
  }
}
.mk-footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 40%;
}
.mk-footer-social li {
  margin: 0;
  display: inline-block;
  float: right;
}
.mk-footer-social li a {
  display: block;
  margin: 0 10px;
  line-height: 16px;
}
.mk-footer-social li i {
  font-size: 16px;
  line-height: 16px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-footer-social {
    float: none !important;
    display: block;
    margin: 20px 0 0 !important;
    text-align: center;
    width: 100%;
  }
  .mk-footer-social li {
    float: none;
  }
}
.mk-go-top {
  background-color: rgba(0, 0, 0, 0.3);
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: fixed;
  bottom: 84px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  display: block;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -moz-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -ms-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -o-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  transform: perspective(300px) rotateY(-120deg) translateZ(1px);
}
.mk-go-top.off {
  opacity: 0;
}
.mk-go-top.on {
  opacity: 1;
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transform: perspective(300px) rotateY(0deg);
  -moz-transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -o-transform: perspective(300px) rotateY(0deg);
  transform: rotateY(0deg);
}
.mk-go-top:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-go-top i {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  display: block;
}
/* Plugins Styles */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.mk-flexslider a:active,
.flex-container a:focus,
.mk-flexslider a:focus {
  outline: none;
}
.mk-flex-slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* mk-flexslider Necessary Styles
*********************************/
.mk-flexslider {
  margin: 0;
  padding: 0;
}
.mk-flexslider .mk-flex-slides > li,
.mk-flexslider .mk-banner-slides > li {
  display: none;
  margin: 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.mk-flexslider .mk-flex-slides img,
.mk-flexslider .mk-banner-slides img {
  display: block;
  width: 100%;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.mk-flex-slides:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
html[xmlns] .mk-flex-slides {
  display: block;
}
* html .mk-flex-slides {
  height: 1%;
}
.mk-flexslider .mk-banner-slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-flexslider .mk-banner-slides li {
  margin: 0;
}
/* flexslider Default Theme
*********************************/
.mk-flexslider {
  position: relative;
  margin: 0;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.loading .flex-viewport {
  max-height: 100px;
}
.mk-flexslider .mk-flex-slides,
.mk-flexslider .mk-banner-slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  position: absolute;
  z-index: 10;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.mk-flexslider:hover .flex-next:hover,
.mk-flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  margin: 0 6px;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  display: block;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  cursor: default;
}
div.jp-audio {
  width: 100%;
}
div.jp-interface {
  position: relative;
  width: 100%;
  padding: 20px 110px 20px 70px;
  border: 1px solid #eeeeee;
  background-color: #fafafa;
}
div.jp-controls-holder {
  clear: both;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
div.jp-interface ul.jp-controls li {
  margin: 0;
}
div.jp-audio ul.jp-controls {
  position: absolute;
  left: 20px;
  top: 19px;
}
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
}
div.jp-interface ul.jp-controls a {
  display: block;
}
a.jp-play,
a.jp-pause {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #fafafa;
  border: 1px solid #eee;
  line-height: 14px;
  color: #737373;
  text-align: center;
}
a.jp-play i,
a.jp-pause i {
  font-size: 16px;
  line-height: 32px;
}
div.jp-progress {
  border: 1px solid #eee;
  background-color: #fff;
}
div.jp-audio div.jp-progress {
  height: 31px;
  float: left;
  margin: 0;
}
div.jp-audio div.jp-type-single div.jp-progress {
  width: 100%;
}
div.jp-seek-bar {
  width: 0px;
  height: 100%;
  cursor: pointer;
}
div.jp-play-bar {
  width: 0px;
  height: 100%;
  position: relative;
}
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 18px;
  height: 15px;
  margin-top: 0px;
}
.js-volume-wrapper {
  padding: 13px 7px 8px;
  margin-top: 4px;
  border: 1px solid #eee;
  display: inline-block;
  width: 70px;
  position: absolute;
  right: 20px;
  top: 15px;
}
div.jp-volume-bar {
  z-index: 20;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.inner-value-adjust {
  background-color: #737373;
  width: 100%;
  height: 2px;
}
div.jp-volume-bar-value {
  width: 0px;
  height: 2px;
  transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  position: relative;
}
div.jp-volume-bar-value:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -5px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fafafa;
  border: 2px solid #737373;
}
@media handheld, only screen and (max-width: 600px) {
  .js-volume-wrapper {
    display: none !important;
  }
  div.jp-interface {
    padding-right: 22px !important;
  }
}
/* @end */
/* @group current time and duration */
div.jp-current-time,
div.jp-duration {
  display: inline-block;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  background-image: url(../../images/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../../images/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.fancybox-close i {
  font-size: 16px;
  line-height: 28px;
}
.fancybox-close:hover {
  color: #fff;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../../images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -16px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.fancybox-nav span i {
  font-size: 16px;
  line-height: 28px;
}
.fancybox-nav span:hover {
  color: #fff;
}
.fancybox-prev span {
  left: 20px;
}
.fancybox-next span {
  right: 20px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../../images/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  z-index: 8050;
  margin-right: 45px;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  z-index: 8050;
  margin-top: 10px;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #444;
  line-height: 24px;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/* * Swiper - Mobile Touch Slider CSS
* http://www.idangero.us/sliders/swiper
*
* Vladimir Kharlampidi,
The iDangero.us
* http://www.idangero.us/
*
* Copyright 2012-2013,
Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us
*
* Licensed under GPL & MIT
* */
/* ===============================================================
Basic Swiper Styles
================================================================ */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles,
here you need to specify container's and slide's
sizes,
pagination,
etc.
================================================================ */
.swiper-container {
  /* Specify Swiper's Size:  */
  /* width:200px;
	height: 100px;
	*/
}
.swiper-slide {
  /* Specify Slides's Size:  */
  /* width:100%;
	height: 100%;
	*/
}
.swiper-slide-active {
  /* Specific active slide styling:  */
}
.swiper-slide-visible {
  /* Specific visible slide styling:  */
}
/* ===============================================================
Pagination Styles
================================================================ */
.swiper-pagination-switch {
  /* Stylize pagination button:  */
}
.swiper-active-switch {
  /* Specific active button style:  */
}
.swiper-visible-switch {
  /* Specific visible button style:  */
}
.mk-edge-slider {
  position: relative;
}
.mk-edge-slider .mk-grid {
  position: relative;
  z-index: 14;
}
.mk-edge-slider .swiper-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.mk-edge-slider .swiper-slide .edge-slide-content {
  margin-top: 100px;
}
.mk-edge-slider .swiper-slide.left_top .edge-slide-content,
.mk-edge-slider .swiper-slide.center_top .edge-slide-content,
.mk-edge-slider .swiper-slide.right_top .edge-slide-content {
  margin-top: 80px;
}
.mk-edge-slider .swiper-slide.center_top .mk-edge-title,
.mk-edge-slider .swiper-slide.center_center .mk-edge-title,
.mk-edge-slider .swiper-slide.center_bottom .mk-edge-title,
.mk-edge-slider .swiper-slide.center_top .mk-edge-desc,
.mk-edge-slider .swiper-slide.center_center .mk-edge-desc,
.mk-edge-slider .swiper-slide.center_bottom .mk-edge-desc,
.mk-edge-slider .swiper-slide.center_top .edge-buttons,
.mk-edge-slider .swiper-slide.center_center .edge-buttons,
.mk-edge-slider .swiper-slide.center_bottom .edge-buttons {
  text-align: center;
}
.mk-edge-slider .swiper-slide.center_top .edge-slide-content,
.mk-edge-slider .swiper-slide.center_center .edge-slide-content,
.mk-edge-slider .swiper-slide.center_bottom .edge-slide-content {
  margin-right: auto;
  margin-left: auto;
}
.mk-edge-slider .swiper-slide.right_top,
.mk-edge-slider .swiper-slide.right_center,
.mk-edge-slider .swiper-slide.right_bottom {
  text-align: right;
}
.mk-edge-slider .swiper-slide.right_top .edge-slide-content,
.mk-edge-slider .swiper-slide.right_center .edge-slide-content,
.mk-edge-slider .swiper-slide.right_bottom .edge-slide-content {
  float: right;
}
.mk-edge-slider .edge-nav-bg {
  position: absolute;
  width: 80px;
  height: 100px;
  top: 0;
  display: block;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.5s;
  -moz-transition: -moz-transform 0.3s ease-in-out 0.5s;
  -ms-transition: -moz-transform 0.3s ease-in-out 0.5s;
  -o-transition: -o-transform 0.3s ease-in-out 0.5s;
  transition: transform 0.3s ease-in-out 0.3s;
}
.mk-edge-slider .mk-edge-next {
  right: 0px;
}
.mk-edge-slider .mk-edge-next .edge-nav-bg {
  right: 0;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -moz-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -ms-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -o-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  transform: perspective(300px) rotateY(-120deg) translateZ(1px);
}
.mk-edge-slider .mk-edge-prev {
  left: 0px;
}
.mk-edge-slider .mk-edge-prev .edge-nav-bg {
  left: 0;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  -moz-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  -ms-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  -o-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  transform: perspective(300px) rotateY(120deg) translateZ(1px);
}
.mk-edge-slider .prev-item-caption,
.mk-edge-slider .next-item-caption {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
  white-space: nowrap;
  display: block;
  height: 100px;
  line-height: 100px;
  position: relative;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.mk-edge-slider .prev-item-caption {
  float: right;
  right: 300%;
}
.mk-edge-slider .next-item-caption {
  float: left;
  left: 300%;
}
.mk-edge-slider .prev-item-caption,
.mk-edge-slider .next-item-caption {
  background-color: rgba(0, 0, 0, 0.8);
}
.mk-edge-slider .mk-edge-next,
.mk-edge-slider .mk-edge-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 100px;
  margin-top: -50px;
  text-align: center;
  cursor: pointer;
}
.mk-edge-slider .mk-edge-next i,
.mk-edge-slider .mk-edge-prev i {
  font-size: 32px;
  line-height: 100px;
  width: 80px;
  display: inline-block;
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
}
.mk-edge-slider .mk-edge-next:hover,
.mk-edge-slider .mk-edge-prev:hover {
  color: #000 !important;
}
.mk-edge-slider .mk-edge-next:hover .prev-item-caption,
.mk-edge-slider .mk-edge-prev:hover .prev-item-caption {
  right: 0;
}
.mk-edge-slider .mk-edge-next:hover .next-item-caption,
.mk-edge-slider .mk-edge-prev:hover .next-item-caption {
  left: 0;
}
.mk-edge-slider .mk-edge-next:hover .edge-nav-bg {
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transform: perspective(300px) rotateY(0deg);
  -moz-transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -o-transform: perspective(300px) rotateY(0deg);
  transform: rotateY(0deg);
}
.mk-edge-slider .mk-edge-prev:hover .edge-nav-bg {
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transform: perspective(300px) rotateY(0deg);
  -moz-transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -o-transform: perspective(300px) rotateY(0deg);
  transform: rotateY(0deg);
}
.mk-edge-slider .edge-slide-content.caption-light .mk-edge-title,
.mk-edge-slider .edge-slide-content.caption-light .mk-edge-desc {
  color: #fff !important;
}
.mk-edge-slider .edge-slide-content.caption-dark .mk-edge-title,
.mk-edge-slider .edge-slide-content.caption-dark .mk-edge-desc {
  color: #222 !important;
}
.mk-edge-slider .edge-fade-in,
.mk-edge-slider .edge-slide-top,
.mk-edge-slider .edge-slide-left,
.mk-edge-slider .edge-slide-bottom,
.mk-edge-slider .edge-slide-right,
.mk-edge-slider .edge-scale-down {
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -ms-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  opacity: 0;
}
.mk-edge-slider .mk-edge-title {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 50px;
  line-height: 110%;
}
.mk-edge-slider .mk-edge-desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
.mk-edge-slider .edge-buttons {
  margin-top: 30px;
}
.mk-edge-slider .swiper-slide-active .edge-fade-in {
  opacity: 1;
}
.mk-edge-slider .edge-slide-top {
  -webkit-transform: translate(0, -300%);
  -moz-transform: translate(0, -300%);
  -ms-transform: translate(0, -300%);
  -o-transform: translate(0, -300%);
}
.mk-edge-slider .swiper-slide-active .edge-slide-top {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-slider .edge-slide-left {
  -webkit-transform: translate(-300%, 0);
  -moz-transform: translate(-300%, 0);
  -ms-transform: translate(-300%, 0);
  -o-transform: translate(-300%, 0);
}
.mk-edge-slider .swiper-slide-active .edge-slide-left {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-slider .edge-slide-bottom {
  -webkit-transform: translate(0, 300%);
  -moz-transform: translate(0, 300%);
  -ms-transform: translate(0, 300%);
  -o-transform: translate(0, 300%);
}
.mk-edge-slider .swiper-slide-active .edge-slide-bottom {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-slider .edge-slide-right {
  -webkit-transform: translate(300%, 0);
  -moz-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  -o-transform: translate(300%, 0);
}
.mk-edge-slider .swiper-slide-active .edge-slide-right {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-slider .edge-scale-down {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.mk-edge-slider .swiper-slide-active .edge-scale-down {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-edge-slider .edge-flip-x,
.mk-edge-slider .edge-flip-y {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-perspective: 1000;
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.mk-edge-slider .swiper-slide-active .edge-flip-x {
  -webkit-animation-name: mk_flip_x;
  -moz-animation-name: mk_flip_x;
  -o-animation-name: mk_flip_x;
  animation-name: mk_flip_x;
  opacity: 1;
}
.mk-edge-slider .swiper-slide-active .edge-flip-y {
  -webkit-animation-name: mk_flip_y;
  -moz-animation-name: mk_flip_y;
  -o-animation-name: mk_flip_y;
  animation-name: mk_flip_y;
  opacity: 1;
}
.mk-edge-slider .edge-skip-slider {
  position: absolute;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
  z-index: 10;
  margin: -24px 0 0 -24px;
}
.mk-edge-slider .edge-skip-slider i {
  color: #fff;
  font-size: 48px;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-edge-slider .mk-grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .mk-edge-slider .mk-edge-title {
    font-weight: 600;
    font-size: 40px;
  }
  .mk-edge-slider .mk-edge-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
  }
  .mk-edge-slider .edge-slide-content {
    width: 80%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-edge-slider .mk-grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .mk-edge-slider .mk-edge-next,
  .mk-edge-slider .mk-edge-prev {
    display: none;
  }
  .mk-edge-slider .mk-edge-title {
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 130% !important;
  }
  .mk-edge-slider .mk-edge-desc {
    font-size: 14px;
    line-height: 22px !important;
  }
  .mk-edge-slider .edge-buttons .mk-button {
    padding: 10px 12px !important;
    font-size: 10px !important;
    margin-right: 15px !important;
  }
  .mk-edge-slider .mk-button-align.left,
  .mk-edge-slider .mk-button-align.center,
  .mk-edge-slider .mk-button-align.right {
    width: auto !important;
    margin-bottom: 6px;
  }
  .mk-edge-slider .edge-slide-content {
    width: 100% !important;
  }
}
.edge-slider-holder {
  z-index: 10;
}
.edge-slider-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  left: 0;
  top: 0;
}
.mk-edge-one-pager .mk-grid {
  position: relative;
  z-index: 14;
}
.mk-edge-one-pager .section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.mk-edge-one-pager .section .edge-slide-content {
  margin-top: 100px;
}
.mk-edge-one-pager .section.left_top .edge-slide-content,
.mk-edge-one-pager .section.center_top .edge-slide-content,
.mk-edge-one-pager .section.right_top .edge-slide-content {
  margin-top: 120px;
}
.mk-edge-one-pager .section.center_top .mk-edge-title,
.mk-edge-one-pager .section.center_center .mk-edge-title,
.mk-edge-one-pager .section.center_bottom .mk-edge-title,
.mk-edge-one-pager .section.center_top .mk-edge-desc,
.mk-edge-one-pager .section.center_center .mk-edge-desc,
.mk-edge-one-pager .section.center_bottom .mk-edge-desc,
.mk-edge-one-pager .section.center_top .edge-buttons,
.mk-edge-one-pager .section.center_center .edge-buttons,
.mk-edge-one-pager .section.center_bottom .edge-buttons {
  text-align: center;
}
.mk-edge-one-pager .section.center_top .edge-slide-content,
.mk-edge-one-pager .section.center_center .edge-slide-content,
.mk-edge-one-pager .section.center_bottom .edge-slide-content {
  margin-right: auto;
  margin-left: auto;
}
.mk-edge-one-pager .section.right_top,
.mk-edge-one-pager .section.right_center,
.mk-edge-one-pager .section.right_bottom {
  text-align: right;
}
.mk-edge-one-pager .section.right_top .edge-slide-content,
.mk-edge-one-pager .section.right_center .edge-slide-content,
.mk-edge-one-pager .section.right_bottom .edge-slide-content {
  float: right;
}
.mk-edge-one-pager .edge-slide-content.caption-light .mk-edge-title,
.mk-edge-one-pager .edge-slide-content.caption-light .mk-edge-desc {
  color: #fff !important;
}
.mk-edge-one-pager .edge-slide-content.caption-dark .mk-edge-title,
.mk-edge-one-pager .edge-slide-content.caption-dark .mk-edge-desc {
  color: #222 !important;
}
.mk-edge-one-pager .edge-fade-in,
.mk-edge-one-pager .edge-slide-top,
.mk-edge-one-pager .edge-slide-left,
.mk-edge-one-pager .edge-slide-bottom,
.mk-edge-one-pager .edge-slide-right,
.mk-edge-one-pager .edge-scale-down {
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -ms-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  opacity: 0;
}
.mk-edge-one-pager .mk-edge-title {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 50px;
  line-height: 110%;
}
.mk-edge-one-pager .mk-edge-desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
.mk-edge-one-pager .edge-buttons {
  margin-top: 30px;
}
.mk-edge-one-pager .active .edge-fade-in {
  opacity: 1;
}
.mk-edge-one-pager .edge-slide-top {
  -webkit-transform: translate(0, -300%);
  -moz-transform: translate(0, -300%);
  -ms-transform: translate(0, -300%);
  -o-transform: translate(0, -300%);
}
.mk-edge-one-pager .active .edge-slide-top {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-one-pager .edge-slide-left {
  -webkit-transform: translate(-300%, 0);
  -moz-transform: translate(-300%, 0);
  -ms-transform: translate(-300%, 0);
  -o-transform: translate(-300%, 0);
}
.mk-edge-one-pager .active .edge-slide-left {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-one-pager .edge-slide-bottom {
  -webkit-transform: translate(0, 300%);
  -moz-transform: translate(0, 300%);
  -ms-transform: translate(0, 300%);
  -o-transform: translate(0, 300%);
}
.mk-edge-one-pager .active .edge-slide-bottom {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-one-pager .edge-slide-right {
  -webkit-transform: translate(300%, 0);
  -moz-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  -o-transform: translate(300%, 0);
}
.mk-edge-one-pager .active .edge-slide-right {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-one-pager .edge-scale-down {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.mk-edge-one-pager .active .edge-scale-down {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-edge-one-pager .edge-flip-x,
.mk-edge-one-pager .edge-flip-y {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-perspective: 1000;
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.mk-edge-one-pager .active .edge-flip-x {
  -webkit-animation-name: mk_flip_x;
  -moz-animation-name: mk_flip_x;
  -o-animation-name: mk_flip_x;
  animation-name: mk_flip_x;
  opacity: 1;
}
.mk-edge-one-pager .active .edge-flip-y {
  -webkit-animation-name: mk_flip_y;
  -moz-animation-name: mk_flip_y;
  -o-animation-name: mk_flip_y;
  animation-name: mk_flip_y;
  opacity: 1;
}
.mk-edge-one-pager .edge-skip-slider {
  position: absolute;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
  z-index: 10;
  margin: -24px 0 0 -24px;
}
.mk-edge-one-pager .edge-skip-slider i {
  color: #fff;
  font-size: 48px;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-edge-one-pager .mk-grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .mk-edge-one-pager .mk-edge-title {
    font-weight: 600;
    font-size: 40px;
  }
  .mk-edge-one-pager .mk-edge-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
  }
  .mk-edge-one-pager .edge-slide-content {
    width: 80%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-edge-one-pager .mk-grid {
    padding: 0 15px;
  }
  .mk-edge-one-pager .mk-edge-title {
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 130% !important;
  }
  .mk-edge-one-pager .mk-edge-desc {
    font-size: 14px;
    line-height: 22px !important;
  }
  .mk-edge-one-pager .edge-buttons .mk-button {
    padding: 10px 12px !important;
    font-size: 10px !important;
    margin-right: 15px !important;
  }
  .mk-edge-one-pager .mk-button-align.left,
  .mk-edge-one-pager .mk-button-align.center,
  .mk-edge-one-pager .mk-button-align.right {
    width: auto !important;
    margin-bottom: 6px;
  }
  .mk-edge-one-pager .edge-slide-content {
    width: 100% !important;
  }
}
/*
html, body {
    margin: 0;
    padding: 0;
	overflow:hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}*/
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slide,
.slidesContainer {
  height: 100%;
  display: block;
}
.slides {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section.table,
.slide.table {
  display: table;
  width: 100%;
}
.tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.slidesContainer {
  float: left;
  position: relative;
}
.controlArrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}
.controlArrow.prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.scrollable {
  overflow: scroll;
}
.easing {
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
#fullPage-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#fullPage-nav.right {
  right: 17px;
}
#fullPage-nav.left {
  left: 17px;
}
.fullPage-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fullPage-slidesNav.bottom {
  bottom: 17px;
}
.fullPage-slidesNav.top {
  top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fullPage-slidesNav li {
  display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fullPage-nav.light-skin li .active span,
.fullPage-slidesNav.light-skin .active span {
  background: #fff;
}
#fullPage-nav.dark-skin li .active span,
.fullPage-slidesNav.dark-skin .active span {
  background: #444;
}
#fullPage-nav span,
.fullPage-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  position: absolute;
  z-index: 1;
}
#fullPage-nav.light-skin span,
.fullPage-slidesNav.light-skin span {
  border: 1px solid #fff;
}
#fullPage-nav.dark-skin span,
.fullPage-slidesNav.dark-skin span {
  border: 1px solid #444;
}
.fullPage-tooltip {
  display: none !important;
}
.fullPage-tooltip.right {
  right: 20px;
}
.fullPage-tooltip.left {
  left: 20px;
}
/* Blog Styles */
/*
*
*
*
*********************************************
Blog Classic Style
*********************************************
*/
.blog-classic-entry {
  display: block;
  overflow: hidden;
  margin-bottom: 90px;
  width: 100%;
  opacity: 0;
}
.blog-classic-entry .blog-entry-heading {
  position: relative;
  margin-bottom: 4px;
  padding: 0 6px;
}
.blog-classic-entry .blog-entry-heading .blog-title {
  margin: 0;
  padding-right: 100px;
  font-size: 22px !important;
  line-height: 28px;
  display: inline-block;
}
.blog-classic-entry .blog-entry-heading .blog-comments,
.blog-classic-entry .blog-entry-heading .mk-love-holder {
  display: inline-block;
  float: right;
  color: #d5d5d5;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  padding-left: 8px;
  line-height: 14px;
  margin-top: 6px;
}
.blog-classic-entry .blog-entry-heading .blog-comments .mk-love-count,
.blog-classic-entry .blog-entry-heading .mk-love-holder .mk-love-count {
  color: #d5d5d5;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.blog-classic-entry .blog-entry-heading .blog-comments i,
.blog-classic-entry .blog-entry-heading .mk-love-holder i {
  font-size: 16px;
  padding-right: 3px;
  color: #d7d7d7;
}
.blog-classic-entry .blog-entry-heading .mk-love-holder {
  padding-right: 8px;
  border-right: 1px solid #eee;
}
.blog-classic-entry .blog-gallery-type .mk-slideshow-shortcode {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.blog-classic-entry .mk-video-wrapper,
.blog-classic-entry .featured-image,
.blog-classic-entry .mk-audio,
.blog-classic-entry .blog-gallery-type {
  margin-bottom: 20px;
}
.blog-classic-entry .blog-excerpt {
  padding: 0 6px;
}
.blog-classic-entry .audio-iframe {
  margin-bottom: 15px;
}
@media handheld, only screen and (max-width: 600px) {
  .blog-classic-entry {
    margin-bottom: 30px !important;
  }
  .blog-classic-entry .blog-title {
    display: block !important;
    margin-bottom: 10px !important;
  }
  .blog-classic-entry .blog-comments,
  .blog-classic-entry .mk-love-holder {
    float: left !important;
    border: none !important;
    margin: 20px 5px 15px 0;
    font-size: 14px !important;
    line-height: 30px;
  }
  .blog-classic-entry .blog-meta {
    display: block;
    clear: both;
  }
}
.blog-meta {
  line-height: 12px;
  margin-bottom: 15px;
  padding: 0 8px;
}
.blog-meta time,
.blog-meta .blog-categories {
  float: left;
}
.blog-meta time {
  margin-right: 6px;
}
.blog-meta a {
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}
/*
*
*
*
*********************************************
Blog Masonry Style
*********************************************
*/
.blog-masonry-entry {
  overflow: hidden;
  display: block;
  opacity: 0;
  float: left;
}
.blog-masonry-entry .item-holder {
  margin: 0 15px 30px 30px;
  background-color: #fdfdfd;
  border: 1px solid #eee;
  padding-bottom: 20px;
}
.blog-masonry-entry .post-type-icon {
  position: absolute;
  left: 0;
  top: 25px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #eee;
  border-right: none;
  display: block;
  color: #e3e3e3;
}
.blog-masonry-entry .post-type-icon:hover {
  color: #fff;
}
.blog-masonry-entry .post-type-icon i {
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.blog-masonry-entry .blog-meta {
  display: block;
  clear: both;
  margin: 0;
  padding: 10px 20px 5px;
}
.blog-masonry-entry .blog-meta time {
  padding-bottom: 5px;
}
.blog-masonry-entry .blog-entry-heading {
  position: relative;
  margin-bottom: 4px;
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #fdfdfd;
}
.blog-masonry-entry .blog-entry-heading .blog-title {
  margin: 0;
  padding: 0 0 10px;
  line-height: 22px;
  display: block;
}
.blog-masonry-entry .blog-entry-heading .blog-title a {
  color: #666666;
}
.blog-masonry-entry .blog-entry-heading .blog-comments,
.blog-masonry-entry .blog-entry-heading .mk-love-holder {
  display: inline-block;
  color: #d5d5d5;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  padding-left: 8px;
  margin-top: 8px;
  line-height: 14px;
}
.blog-masonry-entry .blog-entry-heading .blog-comments .mk-love-count,
.blog-masonry-entry .blog-entry-heading .mk-love-holder .mk-love-count {
  color: #d5d5d5;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.blog-masonry-entry .blog-entry-heading .blog-comments i,
.blog-masonry-entry .blog-entry-heading .mk-love-holder i {
  font-size: 16px;
  padding-right: 3px;
  color: #d7d7d7;
}
.blog-masonry-entry .blog-entry-heading .mk-love-holder {
  margin-left: 8px;
  border-left: 1px solid #eee;
}
.blog-masonry-entry .mk-video-wrapper,
.blog-masonry-entry .featured-image,
.blog-masonry-entry .mk-audio,
.blog-masonry-entry .blog-gallery-type .mk-image-slideshow {
  margin-bottom: 0;
}
.blog-masonry-entry .blog-excerpt {
  padding: 0 20px;
}
.blog-masonry-entry .audio-iframe {
  padding: 10px;
}
.blog-masonry-entry .jp-interface {
  border: none !important;
  background-color: transparent !important;
  padding: 0px 90px 0px 50px !important;
}
.blog-masonry-entry .jp-interface .jp-controls {
  left: 10px;
  top: 0px;
}
.blog-masonry-entry .jp-interface .js-volume-wrapper {
  right: 10px;
  top: 0px;
  margin-top: 0;
}
.blog-masonry-entry.one-column {
  width: 100%;
}
.blog-masonry-entry.one-column .blog-title {
  font-size: 16px !important;
  font-weight: normal !important;
}
.blog-masonry-entry.two-column {
  width: 49.8%;
}
.blog-masonry-entry.two-column .blog-title {
  font-size: 16px !important;
  font-weight: normal !important;
}
.blog-masonry-entry.three-column {
  width: 33.1%;
}
.blog-masonry-entry.three-column .blog-title {
  font-size: 13px !important;
  line-height: 18px;
  font-weight: bold !important;
}
.blog-masonry-entry.four-column {
  width: 24.8%;
}
.blog-masonry-entry.four-column .item-holder {
  padding-bottom: 15px;
}
.blog-masonry-entry.four-column .blog-meta {
  padding-right: 15px;
  padding-left: 15px;
}
.blog-masonry-entry.four-column .blog-excerpt {
  padding: 0 15px;
}
.blog-masonry-entry.four-column .blog-title {
  margin: 0;
  padding: 0 10px 0 8px;
  font-size: 12px !important;
  line-height: 18px;
  font-weight: bold;
  display: block;
}
.blog-masonry-entry.four-column .blog-title a {
  color: #666666;
}
.blog-masonry-entry.four-column .jp-interface {
  padding: 0 10px 40px !important;
}
.blog-masonry-entry.four-column .jp-controls {
  top: 38px;
  left: 10px;
}
.blog-masonry-entry.four-column .js-volume-wrapper {
  top: 38px;
  right: 10px;
}
@media handheld, only screen and (max-width: 960px) {
  .blog-masonry-entry.three-column,
  .blog-masonry-entry.four-column {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 650px) {
  .blog-masonry-entry.three-column,
  .blog-masonry-entry.four-column,
  .blog-masonry-entry.two-column,
  .blog-masonry-entry.one-column {
    width: 100% !important;
  }
}
/*
*
*
*
*********************************************
Blog List Style
*********************************************
*/
.blog-list-entry {
  padding-bottom: 30px;
  width: 100%;
  *zoom: 1;
}
.blog-list-entry:before,
.blog-list-entry:after {
  content: " ";
  display: table;
}
.blog-list-entry:after {
  clear: both;
}
.blog-list-entry .the-title {
  font-size: 14px !important;
  font-weight: bold !important;
  margin-bottom: 3px;
}
.blog-list-entry .listtype-meta {
  margin-bottom: 5px;
}
.blog-list-entry .listtype-meta time a {
  color: #999999;
}
.blog-list-entry .listtype-meta time,
.blog-list-entry .listtype-meta a,
.blog-list-entry .listtype-meta span {
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}
.blog-list-entry .post-type-icon {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #999999;
  color: #999999;
  margin: 5px 0 10px;
}
.blog-list-entry .post-type-icon i {
  font-size: 16px;
  line-height: 40px;
  display: block;
}
.blog-list-entry .post-type-icon:hover {
  color: #fff;
}
.blog-list-entry .mk-pagination {
  padding-top: 40px;
  margin-top: 50px;
  border-top: 1px solid #eee;
}
.blog-list-entry .list-posttype-col {
  width: 70px;
  float: left;
}
.blog-list-entry .list-content-col {
  float: left;
  display: block;
  width: 80%;
  padding-top: 6px;
  *zoom: 1;
}
.blog-list-entry .list-content-col:before,
.blog-list-entry .list-content-col:after {
  content: " ";
  display: table;
}
.blog-list-entry .list-content-col:after {
  clear: both;
}
@media handheld, only screen and (max-width: 600px) {
  .blog-list-entry .list-posttype-col {
    display: none;
  }
  .blog-list-entry .list-content-col {
    width: 100%;
  }
}
/*
*
*
*
*********************************************
Blog Thumb Style
*********************************************
*/
.blog-thumb-entry {
  padding-bottom: 30px;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  *zoom: 1;
}
.blog-thumb-entry:before,
.blog-thumb-entry:after {
  content: " ";
  display: table;
}
.blog-thumb-entry:after {
  clear: both;
}
.blog-thumb-entry .featured-image {
  width: 15%;
  float: left;
}
.blog-thumb-entry .featured-image img {
  width: 100%;
}
.blog-thumb-entry .blog-thumb-content {
  width: 85%;
  float: left;
  padding: 0 5px 0 15px;
}
.blog-thumb-entry .blog-title {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600 !important;
}
.blog-thumb-entry time a {
  font-weight: bold;
  font-size: 11px;
  font-style: italic;
  display: inline-block;
  line-height: 14px;
}
.blog-thumb-entry time a {
  color: #999999;
}
@media handheld, only screen and (max-width: 550px) {
  .blog-thumb-entry .blog-thumb-content {
    width: 100%;
    float: none;
    padding: 5px 0 15px;
  }
  .blog-thumb-entry .featured-image {
    width: 100%;
    float: none;
  }
  .blog-thumb-entry .featured-image img {
    width: 100%;
  }
}
/*
*
*
*
*********************************************
Blog Scroller Style
*********************************************
*/
.blog-scroller-entry {
  position: relative;
  overflow: hidden;
}
.blog-scroller-entry .blog-title {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold !important;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.blog-scroller-entry .blog-title a {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.blog-scroller-entry .blog-title {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.blog-scroller-entry:hover .blog-title {
  bottom: -200px;
}
.blog-scroller-arrows {
  width: 34px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: center;
}
.blog-scroller-arrows i {
  color: #fff;
  line-height: 32px;
  font-size: 16px;
}
.blog-scroller-arrows.mk-swiper-prev {
  left: 15px;
}
.blog-scroller-arrows.mk-swiper-next {
  right: 15px;
}
/*
*
*
*
*********************************************
Blog Magazine Style
*********************************************
*/
.blog-magazine-entry {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mk-magazine-wrapper {
  margin-bottom: 20px;
  *zoom: 1;
}
.mk-magazine-wrapper:before,
.mk-magazine-wrapper:after {
  content: " ";
  display: table;
}
.mk-magazine-wrapper:after {
  clear: both;
}
.magazine-featured-post .magazine-posttype-icon {
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 16px;
}
.magazine-featured-post .blog-title {
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
  z-index: 15;
}
.magazine-featured-post .blog-title a {
  font-weight: bold;
  color: #fff;
}
.magazine-featured-post .blog-meta {
  background-color: #fafafa;
  padding: 12px;
}
.magazine-featured-post time a {
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}
.magazine-featured-post time {
  display: inline-block;
  margin-top: 3px;
}
.magazine-featured-post .blog-categories {
  margin: 3px 10px 0 0;
}
.magazine-featured-post .mk-love-holder,
.magazine-featured-post .blog-comments {
  display: inline-block;
  float: right;
  margin: 4px 0 4px 4px;
}
.magazine-featured-post .mk-love-holder i,
.magazine-featured-post .blog-comments i {
  font-size: 16px;
  color: #d7d7d7;
}
.magazine-featured-post .blog-comments {
  padding-left: 8px;
  border-left: 1px solid #eee;
}
.magazine-featured-post .blog-comments i {
  margin-right: 4px;
  font-size: 16px;
}
.magazine-thumb-post {
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #eee;
  *zoom: 1;
}
.magazine-thumb-post:before,
.magazine-thumb-post:after {
  content: " ";
  display: table;
}
.magazine-thumb-post:after {
  clear: both;
}
.magazine-thumb-post .blog-title {
  font-size: 13px;
  font-weight: 400 !important;
  margin: 5px 0;
}
.magazine-thumb-post time a,
.magazine-thumb-post .blog-cat a {
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  line-height: 14px;
}
.magazine-thumb-post time a {
  color: #999999;
}
.magazine-thumb-post .blog-cat {
  padding-left: 5px;
}
.magazine-thumb-post .featured-image {
  width: 12%;
  float: left;
}
.magazine-thumb-post .blog-thumb-content {
  width: 88%;
  float: left;
  padding: 5px 5px 0 20px;
}
.mag-one-column .magazine-featured-post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.mag-two-column-right .magazine-featured-post,
.mag-two-column-left .magazine-featured-post {
  width: 50%;
  float: right;
  position: relative;
}
.mag-two-column-right .magazine-featured-post:before,
.mag-two-column-left .magazine-featured-post:before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #eee;
}
.mag-two-column-right .magazine-thumb-post,
.mag-two-column-left .magazine-thumb-post {
  width: 50%;
}
.mag-two-column-right .magazine-featured-post {
  float: right;
  padding-left: 80px;
}
.mag-two-column-right .magazine-featured-post:before {
  left: 40px;
}
.mag-two-column-right .magazine-thumb-post {
  float: left;
}
.mag-two-column-left .magazine-featured-post {
  float: left;
  padding-right: 80px;
}
.mag-two-column-left .magazine-featured-post:before {
  right: 40px;
}
.mag-two-column-left .magazine-thumb-post {
  float: right;
}
@media handheld, only screen and (max-width: 680px) {
  .mag-two-column-right .magazine-featured-post,
  .mag-two-column-left .magazine-featured-post {
    width: 100%;
    float: none;
    padding: 0 0 30px;
  }
  .mag-two-column-right .magazine-featured-post:before,
  .mag-two-column-left .magazine-featured-post:before {
    display: none;
  }
  .mag-two-column-right .magazine-thumb-post,
  .mag-two-column-left .magazine-thumb-post {
    width: 100%;
  }
}
/*
*
*
*
*********************************************
Blog Tile Style
*********************************************
*/
.blog-tile-entry {
  overflow: hidden;
  display: block;
  opacity: 0;
  float: left;
}
.blog-tile-entry .item-holder {
  margin: 0 15px 50px 15px;
}
.blog-tile-entry .blog-meta {
  text-align: center;
  line-height: 13px;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.blog-tile-entry .blog-meta time,
.blog-tile-entry .blog-meta .blog-categories,
.blog-tile-entry .blog-meta .blog-comments,
.blog-tile-entry .blog-meta .mk-love-holder {
  float: none;
  display: inline-block;
  border-right: 1px solid #d2d2d2;
  padding: 0 6px;
  margin: 0;
}
.blog-tile-entry .blog-meta .mk-love-holder {
  margin-right: 7px;
  border: none;
}
.blog-tile-entry .blog-meta .mk-love-holder span {
  display: inline-block;
  font-size: 12px;
}
.blog-tile-entry .blog-meta .blog-comments i,
.blog-tile-entry .blog-meta .mk-love-holder i {
  font-size: 16px;
  color: #d7d7d7;
}
.blog-tile-entry .blog-gallery-type {
  position: relative;
  padding: 12px;
  border: 1px solid #efefef;
}
.blog-tile-entry .featured-image {
  position: relative;
  padding: 12px;
  border: 1px solid #efefef;
  z-index: 2;
  background-color: #fdfdfd;
}
.blog-tile-entry .featured-image img {
  width: 100%;
}
.blog-tile-entry .featured-image:hover .image-hover-overlay {
  opacity: 0.4;
}
.blog-tile-entry .grid-image-inner {
  position: relative;
  overflow: hidden;
}
.blog-tile-entry .blog-avatar {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
.blog-tile-entry .avatar {
  padding: 5px;
  border: 1px solid #efefef;
  margin: 0 auto;
  background-color: #fff;
}
.blog-tile-entry.image-post-type .blog-avatar,
.blog-tile-entry.portfolio-post-type .blog-avatar,
.blog-tile-entry.video-post-type .blog-avatar,
.blog-tile-entry.gallery-post-type .blog-avatar {
  margin-top: -55px;
}
.blog-tile-entry .mk-image-slideshow {
  margin-bottom: 0;
}
.blog-tile-entry .text-post-wrapper {
  padding: 15px;
  border: 1px solid #efefef;
  background: #fafafa;
}
.blog-tile-entry .mk-video-wrapper,
.blog-tile-entry .featured-image,
.blog-tile-entry .mk-audio,
.blog-tile-entry .blog-gallery-type {
  margin: 0 0 15px;
}
.blog-tile-entry .blog-gallery-type {
  background-color: #fdfdfd;
}
.blog-tile-entry .mk-video-wrapper {
  background-color: #fdfdfd;
  padding: 12px;
  border: 1px solid #efefef;
}
.blog-tile-entry .jp-audio {
  width: auto !important;
}
.blog-tile-entry.audio-post-type .blog-avatar {
  display: none;
}
.blog-tile-entry .blog-entry-heading {
  border: 1px solid #efefef;
  border-left: none;
  border-right: none;
  position: relative;
  padding: 6px 0 6px 15px;
  margin-bottom: 11px;
}
.blog-tile-entry .blog-entry-heading .blog-title {
  font-weight: 600 !important;
  line-height: 22px;
  padding-right: 40px;
  margin: 0;
}
.blog-tile-entry .blog-entry-heading i {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #d7d7d7;
  margin-top: -8px;
  text-align: center;
  font-size: 16px;
}
.blog-tile-entry .blog-excerpt {
  margin: 0 15px;
}
.blog-tile-entry.one-column {
  width: 100%;
  margin: 0 0 30px;
}
.blog-tile-entry.one-column .blog-title {
  font-size: 18px !important;
}
.blog-tile-entry.two-column {
  width: 50%;
}
.blog-tile-entry.two-column .blog-title {
  font-size: 18px !important;
}
.blog-tile-entry.three-column {
  width: 33%;
}
.blog-tile-entry.three-column .blog-title {
  font-size: 15px !important;
}
.blog-tile-entry.four-column {
  width: 25%;
}
.blog-tile-entry.four-column .blog-title {
  font-size: 13px !important;
}
.blog-tile-entry.four-column .blog-categories {
  border-right: none;
}
.blog-tile-entry.four-column .blog-avatar,
.blog-tile-entry.four-column .blog-comments,
.blog-tile-entry.four-column .mk-love-holder {
  display: none;
}
@media handheld, only screen and (max-width: 960px) {
  .blog-tile-entry.three-column,
  .blog-tile-entry.four-column {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 650px) {
  .blog-tile-entry.three-column,
  .blog-tile-entry.four-column,
  .blog-tile-entry.two-column,
  .blog-tile-entry.one-column {
    width: 100% !important;
  }
}
/*
*
*
*
*********************************************
Blog Modern Style
*********************************************
*/
.blog-modern-entry {
  position: relative;
  margin-bottom: 40px;
  opacity: 0;
  overflow: hidden;
}
.blog-modern-entry .hover-overlay {
  opacity: 0.3;
}
.blog-modern-entry:hover .hover-overlay {
  opacity: 0;
  top: -100%;
}
.blog-modern-entry:hover .blog-title {
  margin-top: -30px;
  opacity: 0;
}
.blog-modern-entry:hover .modern-featured-image img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.blog-modern-entry .blog-entry-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 14;
}
.blog-modern-entry .blog-title {
  font-size: 30px;
  font-weight: 300 !important;
  line-height: 36px;
  margin-bottom: 30px;
  display: block;
}
.blog-modern-entry .blog-title a {
  color: #fff;
}
.blog-modern-entry .blog-modern-button {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  line-height: 12px;
  padding: 14px 20px;
}
.blog-modern-entry .blog-modern-button:hover {
  color: #000;
  background-color: #fff;
}
.blog-modern-entry .blog-gallery-type .mk-image-slideshow {
  margin-bottom: 0;
}
.blog-modern-entry .slideshow-swiper-arrows {
  z-index: 15;
}
.blog-modern-entry .modern-featured-image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.blog-modern-entry .blog-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 30px;
  z-index: 14;
  margin: 0;
}
.blog-modern-entry time,
.blog-modern-entry .blog-categories,
.blog-modern-entry .post-type-icon {
  display: inline-block;
  float: left;
  font-weight: bold;
  font-style: italic;
}
.blog-modern-entry .post-type-icon {
  font-size: 16px;
  color: #fff;
  padding-right: 7px;
}
.blog-modern-entry time a {
  color: #fff;
}
.blog-modern-entry .blog-comments,
.blog-modern-entry .mk-love-holder {
  float: right;
  color: #fff;
  display: inline-block;
  padding-left: 6px;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}
.blog-modern-entry .blog-comments i,
.blog-modern-entry .mk-love-holder i {
  font-size: 16px;
}
@media handheld, only screen and (max-width: 767px) {
  .blog-modern-entry .blog-title {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .blog-modern-entry .blog-modern-button {
    display: none;
  }
  .blog-modern-entry .blog-meta {
    padding: 0 10px 10px;
  }
}
/*
*
*
*
*********************************************
Blog Slideshow Style
*********************************************
*/
.blog-slideshow-entry {
  position: relative;
}
.blog-slideshow-entry .blog-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.blog-slideshow-entry .post-type-icon,
.blog-slideshow-entry .blog-title {
  display: inline-block;
  float: left;
  font-weight: bold;
  font-style: italic;
}
.blog-slideshow-entry .blog-title {
  margin: 0;
  font-size: 14px;
  font-weight: bold !important;
}
.blog-slideshow-entry .blog-title a {
  color: #fff;
}
.blog-slideshow-entry .mk-love-holder {
  float: right;
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #eee;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}
.blog-slideshow-entry .mk-love-holder i {
  font-size: 16px;
}
.blog-slideshow-entry .post-type-icon {
  font-size: 16px;
  color: #fff;
  padding-right: 7px;
}
.blog-slideshow-entry time,
.blog-slideshow-entry .blog-categories {
  display: inline-block;
  float: right;
}
.blog-slideshow-entry time a {
  color: #fff;
}
@media handheld, only screen and (max-width: 767px) {
  .blog-slideshow-entry .blog-meta {
    display: none;
  }
}
/*
*
*
*
*********************************************
Blog Teaser Style
*********************************************
*/
.mk-blog-teaser .blog-slider-item {
  width: 66.667%;
  float: left;
}
.mk-blog-teaser .blog-teaser-side-item {
  overflow: hidden;
  float: left;
  position: relative;
}
.mk-blog-teaser .blog-teaser-side-item .item-holder {
  margin-left: 1px;
}
.mk-blog-teaser .blog-teaser-side-item.full-item {
  width: 33.33%;
}
.mk-blog-teaser .blog-teaser-side-item.half-item {
  width: 16.665%;
}
.mk-blog-teaser .blog-teaser-side-item.half-item .item-holder {
  margin-top: 1px;
}
.mk-blog-teaser .blog-teaser-side-item:hover .blog-title {
  bottom: -50px;
}
.mk-blog-teaser .blog-teaser-side-item .blog-title {
  position: absolute;
  left: 1px;
  bottom: 0;
  font-size: 13px;
  white-space: nowrap;
  margin: 0;
  padding: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.mk-blog-teaser .blog-teaser-side-item .blog-title a {
  color: #fff;
  font-weight: bold !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 98%;
  display: block;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-blog-teaser .blog-slider-item {
    width: 100%;
    float: none;
  }
  .mk-blog-teaser .blog-teaser-side-item .item-holder {
    margin-top: 1px;
  }
  .mk-blog-teaser .blog-teaser-side-item .item-featured-image {
    width: 100%;
  }
  .mk-blog-teaser .blog-teaser-side-item.full-item {
    width: 50%;
  }
  .mk-blog-teaser .blog-teaser-side-item.half-item {
    width: 25%;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-blog-teaser .blog-teaser-side-item.full-item {
    width: 100%;
    float: none;
  }
  .mk-blog-teaser .blog-teaser-side-item.half-item {
    width: 50%;
  }
}
/* * Pageination */
.mk-pagination {
  margin: 40px 0 0;
  text-align: left;
  position: relative;
}
.mk-pagination ul {
  margin: 0 50px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.mk-pagination ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.mk-pagination .page-number,
.mk-pagination .current-page {
  display: inline-block;
  text-align: left;
  font-size: 13px;
  margin: 0 2px;
  padding: 0 13px;
  color: #777;
  font-weight: bold;
  line-height: 32px;
}
.mk-pagination .current-page {
  background-color: #777777;
  color: #fff;
}
.mk-pagination .mk-pagination-next,
.mk-pagination .mk-pagination-previous {
  display: inline-block;
}
.mk-pagination .mk-pagination-previous {
  margin-right: -1px;
}
.mk-pagination .mk-pagination-next a,
.mk-pagination .mk-pagination-previous a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #777777;
  font-size: 16px;
  margin: 0;
  color: #777777;
  display: inline-block;
  position: relative;
}
.mk-pagination .mk-pagination-next a:before,
.mk-pagination .mk-pagination-previous a:before {
  font-size: 16px;
  display: block;
  line-height: 30px;
}
.mk-pagination .mk-pagination-next a:hover,
.mk-pagination .mk-pagination-previous a:hover {
  background-color: #777777;
  color: #fff;
}
.mk-pagination .mk-pagination-next a:before {
  content: "\e63c";
}
.mk-pagination .mk-pagination-previous a:before {
  content: "\e633";
}
.mk-page-links {
  margin: 10px 30px 20px 30px;
  color: #777;
  font-weight: bold;
}
.mk-page-links a {
  text-align: left;
  font-size: 13px;
  margin: 0 2px;
}
.mk-loadmore-button {
  margin: 40px auto;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  border-top: none;
  position: relative;
  color: #777777;
}
.mk-loadmore-button:before {
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #efefef;
  margin-left: -15px;
}
.mk-loadmore-button i {
  line-height: 30px;
}
.mk-loadmore-button:hover {
  background-color: #717171;
  color: #fff;
}
.mk-loadmore-button:hover i {
  color: #fff !important;
}
.mk-loadmore-button .mk-icon-refresh {
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  color: #b8b8b8;
  -moz-animation: spin 0.7s infinite linear;
  -o-animation: spin 0.7s infinite linear;
  -webkit-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
  display: none;
}
.mk-loadmore-button .mk-theme-icon-bottom-bigger {
  font-size: 16px;
  display: block;
}
.mk-loadmore-button .mk-icon-times {
  display: none;
  color: #b8b8b8;
  font-size: 16px;
}
.mk-loadmore-button.pagination-loading .mk-icon-refresh {
  display: block;
}
.mk-loadmore-button.pagination-loading .mk-theme-icon-bottom-bigger {
  display: none;
}
.mk-loadmore-button #infscr-loading {
  display: none !important;
}
.mk-loadmore-button.disable-pagination {
  cursor: default;
}
.mk-loadmore-button.disable-pagination .mk-icon-refresh,
.mk-loadmore-button.disable-pagination .mk-theme-icon-bottom-bigger {
  display: none;
}
.mk-loadmore-button.disable-pagination .mk-icon-times {
  display: block;
}
.small-preview,
.mk-post-nav .entry-info-wrap,
.mk-post-nav {
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mk-post-nav {
  position: fixed;
  height: 100px;
  top: 50%;
  background: #cccccc;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  margin-top: -55px;
  text-decoration: none;
  z-index: 200;
}
.mk-post-prev.mk-post-nav {
  padding-left: 30px;
}
.mk-post-next.mk-post-nav {
  padding-right: 30px;
}
.mk-post-nav:hover {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
}
.mk-post-nav .label {
  position: absolute;
  top: 50%;
  width: 12px;
  line-height: 22px;
  margin-top: -11px;
  font-size: 24px;
}
.mk-post-nav .entry-image {
  display: block;
}
.mk-post-nav .entry-image img {
  display: block;
  height: 100px;
  width: 100px;
}
.mk-post-prev {
  left: 0;
}
.mk-post-prev .label {
  left: 10px;
}
.mk-post-next {
  right: 0;
}
.mk-post-next .label {
  right: 10px;
}
.mk-post-next.with-image {
  text-align: right;
}
.mk-post-nav .entry-info {
  display: block;
  height: 80px;
  width: 248px;
  display: table;
}
.mk-post-next .entry-info {
  margin: 0 10px 0 1px;
}
.mk-post-prev .entry-info {
  margin: 0 1px 0 10px;
}
.mk-post-nav .entry-info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.65em;
}
.mk-post-nav .entry-info-wrap {
  width: 1px;
  overflow: hidden;
  display: block;
}
.mk-post-nav:hover .entry-info-wrap {
  width: 250px;
}
.mk-blog-single .post .mk-video-wrapper,
.mk-blog-single .post .featured-image,
.mk-blog-single .post .mk-audio,
.single-blog-gallery-type .mk-image-slideshow,
.mk-blog-single .post .audio-iframe {
  margin: 1px 30px 0;
}
.mk-blog-single .post .audio-iframe {
  margin-bottom: -5px;
}
.single-content {
  padding: 25px 40px 25px;
}
@media only screen and (max-width: 960px) {
  .single-content {
    padding: 15px 0px 20px;
  }
}
.entry-meta {
  position: relative;
}
.entry-meta .item-holder {
  background-color: #fafafa;
  background-color: rgba(0, 0, 0, 0.02);
  margin: 0 30px;
  padding: 15px 20px;
}
.entry-meta:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.06);
}
.entry-meta time,
.entry-meta .blog-categories {
  float: left;
}
.entry-meta time {
  margin-right: 6px;
}
.entry-meta a {
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}
.entry-meta .blog-comments,
.entry-meta .mk-love-holder {
  float: right;
  margin-left: 8px;
  color: #999999;
}
.entry-meta .single-type-icon {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -16px;
  text-align: center;
}
.entry-meta .single-type-icon i {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.mk-next-prev {
  float: right;
  margin-right: 40px;
  margin-bottom: -1px;
}
.mk-next-prev a {
  display: inline-block;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  text-align: center;
  color: #777777;
}
.mk-next-prev a i {
  font-size: 16px;
  line-height: 30px;
}
.mk-next-prev a:hover {
  color: #fff;
  background-color: #777777;
}
@media only screen and (max-width: 700px) {
  .mk-next-prev {
    float: none;
    margin: 15px auto;
    text-align: center;
  }
  .mk-next-prev a {
    border: 1px solid #eee;
  }
}
.single-post-tags {
  float: right;
  padding: 6px 15px 0 0;
}
.single-post-tags a {
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  padding: 0 3px;
}
@media only screen and (max-width: 700px) {
  .single-post-tags {
    float: none;
    padding: 0 0 20px;
    text-align: center;
  }
}
.single-social-share {
  float: left;
  padding: 0;
  margin: 0 0 0 40px;
}
.single-social-share li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0 8px;
  border-left: 1px solid #eee;
}
.single-social-share li:first-child {
  border: none;
}
.single-social-share li a {
  color: #d7d7d7;
  line-height: 12px;
}
.single-social-share li a i {
  font-size: 16px;
}
.single-social-share li a:hover {
  color: #545454;
}
.single-social-share li .mk-love-holder span {
  color: #d7d7d7;
}
@media only screen and (max-width: 700px) {
  .single-social-share {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
  .single-social-share a {
    margin-bottom: 10px !important;
  }
}
.about-author-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-left: none;
  border-right: none;
  margin-bottom: 40px;
}
.about-author-wrapper .item-holder {
  background-color: rgba(0, 0, 0, 0.02);
  margin: 0 30px;
}
.about-author-wrapper .avatar-box {
  float: left;
}
.about-author-wrapper .about-author-inner {
  margin-left: 160px;
  padding: 20px;
}
.about-author-wrapper .author-name {
  font-size: 13px;
  font-weight: bold;
  color: #555555;
}
.about-author-wrapper .author-desc {
  margin-top: 10px;
}
@media only screen and (max-width: 700px) {
  .about-author-wrapper {
    text-align: center;
  }
  .about-author-wrapper .avatar-box {
    float: none;
    margin: 0 auto;
  }
  .about-author-wrapper .about-author-inner {
    margin: 0;
    padding: 20px;
  }
}
/* Blog Similar posts */
.blog-similar-posts {
  margin-bottom: 70px;
}
.blog-similar-posts ul {
  margin: 0 30px;
  list-style: none;
  padding: 0;
}
.blog-similar-posts ul li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.blog-similar-posts ul li .item-holder {
  background-color: #fdfdfd;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid #efefef;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.blog-similar-posts ul li:last-child .item-holder {
  border: 1px solid #efefef;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.blog-similar-posts ul.three-column li {
  width: 33.33%;
}
.blog-similar-posts ul.four-column li {
  width: 25%;
}
@media only screen and (max-width: 960px) {
  .blog-similar-posts ul li {
    width: 50% !important;
  }
}
@media only screen and (max-width: 600px) {
  .blog-similar-posts ul li {
    width: 100% !important;
  }
}
.blog-similar-posts .mk-similiar-thumbnail {
  display: block;
  position: relative;
}
.blog-similar-posts .mk-similiar-thumbnail img {
  width: 100%;
}
.blog-similar-posts .mk-similiar-thumbnail .similar-post-type,
.blog-similar-posts .mk-similiar-thumbnail .post-hover-icon {
  z-index: 12;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.blog-similar-posts .mk-similiar-thumbnail .post-hover-icon {
  margin: -24px 0 0 -24px;
  font-size: 48px;
  opacity: 0;
}
.blog-similar-posts .mk-similiar-thumbnail .similar-post-type {
  margin: -8px 0 0 -8px;
  font-size: 16px;
}
.blog-similar-posts .mk-similiar-thumbnail:hover .hover-overlay {
  opacity: 0.9;
}
.blog-similar-posts .mk-similiar-thumbnail:hover .post-hover-icon {
  opacity: 1;
}
.blog-similar-posts .mk-similiar-thumbnail:hover .similar-post-type {
  opacity: 0;
}
.mk-similiar-title {
  padding: 14px 25px;
  line-height: 18px;
  font-size: 13px;
  color: #626262;
  display: block;
  text-align: left;
}
.single-post-fancy-title {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin: 50px 30px 40px;
  position: relative;
}
.single-post-fancy-title span {
  display: inline-block;
  position: relative;
  z-index: 3;
  padding-right: 10px;
}
.single-post-fancy-title:after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .single-post-fancy-title {
    display: block;
    text-align: center;
    margin: 30px 0 30px;
  }
  .single-post-fancy-title:after {
    display: none;
  }
}
.mk-commentlist {
  margin: 0 40px 40px 60px;
}
.mk-commentlist li {
  margin: 0 0 15px 40px;
  list-style: none;
}
.mk-commentlist li .mk-single-comment {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 70px 5px 20px;
  min-height: 60px;
  border: 1px solid #eee;
  background-color: #fafafa;
}
.mk-commentlist li .mk-single-comment:before {
  position: absolute;
  top: 50%;
  left: -7px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border: 1px solid #eee;
  border-right: none;
  border-top: none;
  background-color: #fafafa;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.mk-commentlist li .gravatar {
  position: absolute;
  top: 50%;
  left: -65px;
  display: inline-block;
  margin-top: -22px;
}
.mk-commentlist li .comment-meta {
  display: block;
  margin-bottom: 10px;
}
.mk-commentlist li .comment-author {
  float: left;
  margin: 6px 8px 0 0;
  color: #4c4c4c;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 13px;
}
.mk-commentlist li .comment-content {
  padding-top: 5px;
}
.mk-commentlist li .comment-time {
  display: inline-block;
  float: left;
  margin: 6px 16px 0 0;
  color: #9e9e9e;
  font-style: italic;
  font-size: 12px;
}
.mk-commentlist li .comment-reply a {
  right: 25px;
}
.mk-commentlist li .comment-reply a {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -16px;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  color: #bdbdbd;
  text-align: center;
  cursor: pointer;
}
.mk-commentlist li .comment-reply a i {
  line-height: 28px;
}
.mk-commentlist li .comment-reply a:hover {
  border-color: #efefef;
  background-color: #505050;
  color: #fff;
}
.mk-commentlist li .children {
  margin-bottom: 50px;
  margin-left: 80px;
}
.mk-commentlist #respond {
  margin: 0 0 30px 0 !important;
}
.mk-commentlist #respond .single-post-fancy-title {
  display: none;
}
#comments {
  padding-top: 10px;
}
.mk-commentlist li.pingback {
  position: relative;
  margin-bottom: 20px;
  padding: 15px !important;
  border: 1px solid #eee;
  background-color: #fafafa;
}
#cancel-comment-reply-link,
.logged-in-as {
  margin: 5px 0 !important;
  font-weight: 600 !important;
  font-style: italic !important;
  font-size: 12px !important;
}
#respond {
  margin: 0 30px 40px;
}
#respond .single-post-fancy-title {
  margin-right: 0;
  margin-left: 0;
}
form#commentform .comment-textarea {
  margin-bottom: 15px;
}
form#commentform .comment-textarea textarea {
  width: 100%;
  padding: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form#commentform .text-input::-webkit-input-placeholder,
form#commentform textarea::-webkit-input-placeholder {
  color: #666666;
}
form#commentform .text-input:-ms-input-placeholder,
form#commentform textarea:-ms-input-placeholder {
  color: #666666;
}
form#commentform .text-input:-moz-placeholder,
form#commentform textarea:-moz-placeholder {
  color: #666666;
}
.form-submit {
  text-align: center;
}
.form-submit #submit {
  margin: 0 auto;
  border: 1px solid #444;
  color: #444;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-submit #submit:hover {
  background-color: #444;
  color: #fff;
}
.comment-form-row {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding-right: 15px;
  width: 33%;
  position: relative;
}
.comment-form-row i {
  float: left;
  width: 43px !important;
  height: 43px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  z-index: 3;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  color: #666666;
}
.comment-form-row i.input-focused {
  color: #fff;
}
.comment-form-row input {
  padding: 12px 12px 12px 58px;
  width: 100%;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.comment-form-website {
  padding-right: 0;
}
@media only screen and (max-width: 960px) {
  .comment-form-row {
    margin-bottom: 7px;
    width: 100%;
  }
  form#commentform .comment-textarea textarea {
    margin-bottom: 6px;
    width: 100% !important;
  }
}
.bypostauthor {
  background-color: #fff;
}
.comment-reply-title {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 700px) {
  .mk-commentlist {
    margin: 0 20px;
  }
  .mk-commentlist .children {
    margin: 0 0 20px 0 !important;
  }
  .mk-commentlist .children .comment {
    margin-left: 0;
  }
  #respond {
    margin: 0 0 30px;
  }
}
/* Portfolio Styles */
.mk-portfolio-item .item-holder {
  margin: 0 1px 1px 0;
}
.mk-portfolio-item .portfolio-meta {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  text-align: center;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.mk-portfolio-item .portfolio-meta .portfolio-plus-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.mk-portfolio-item .portfolio-meta .portfolio-plus-icon i {
  font-size: 32px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  color: #fff;
  display: inline-block;
}
.mk-portfolio-item .the-title {
  margin: 10px auto 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
}
.mk-portfolio-item .the-title a,
.mk-portfolio-item .the-title span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
}
.mk-portfolio-item .portfolio-cats {
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  color: #fff;
}
.mk-portfolio-item .project-load {
  display: block;
}
.mk-portfolio-item .portfolio-entry-logo {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
}
.mk-portfolio-item .featured-image {
  line-height: 4px;
}
.mk-portfolio-item .featured-image:hover .portfolio-meta {
  opacity: 1;
}
.mk-portfolio-item .featured-image:hover .portfolio-plus-icon i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.mk-portfolio-item .featured-image:hover .portfolio-entry-logo {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  opacity: 0;
}
.mk-portfolio-item .portfolio-permalink {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  border: 1px solid #fff;
  color: #fff;
  -webkit-backface-visibility: hidden;
}
.mk-portfolio-item .portfolio-permalink:hover {
  background-color: #fff;
}
.mk-portfolio-item .portfolio-permalink i {
  font-size: 16px;
  line-height: 40px;
  display: block;
}
.mk-portfolio-item .masonry-border {
  position: absolute;
  z-index: 20;
}
.mk-portfolio-item .border-tb {
  width: 2px;
  height: 0;
  top: 0;
  left: 0;
}
.mk-portfolio-item .border-tr {
  width: 0;
  height: 2px;
  left: 0;
  top: 0;
}
.mk-portfolio-item .border-bt {
  width: 2px;
  height: 0;
  bottom: 0;
  right: 0;
}
.mk-portfolio-item .border-bl {
  height: 2px;
  width: 0;
  bottom: 0;
  right: 0;
}
.mk-portfolio-item.one-column {
  width: 100%;
}
.mk-portfolio-item.two-column {
  width: 49.94%;
}
.mk-portfolio-item.three-column {
  width: 33.3%;
}
.mk-portfolio-item.four-column {
  width: 24.94%;
}
.mk-portfolio-item.five-column {
  width: 19.98%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-portfolio-item.three-column,
  .mk-portfolio-item.four-column,
  .mk-portfolio-item.five-column {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 740px) {
  .mk-portfolio-item.three-column,
  .mk-portfolio-item.four-column,
  .mk-portfolio-item.two-column,
  .mk-portfolio-item.five-column {
    width: 100% !important;
  }
}
.masonry-portfolio-item {
  opacity: 0;
  position: relative;
}
.masonry-portfolio-item.regular-entry,
.masonry-portfolio-item.tall-entry {
  width: 24.98%;
}
.masonry-portfolio-item.wide-entry,
.masonry-portfolio-item.wide-tall-entry {
  width: 49.98%;
}
.masonry-portfolio-item .item-holder {
  margin: 0;
}
@media handheld, only screen and (max-width: 1300px) {
  .masonry-portfolio-item.wide-entry,
  .masonry-portfolio-item.wide-tall-entry {
    width: 100%;
  }
  .masonry-portfolio-item.regular-entry,
  .masonry-portfolio-item.tall-entry {
    width: 49.98%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .masonry-portfolio-item {
    width: 100% !important;
  }
}
.masonry-portfolio-item .featured-image {
  line-height: 4px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: none;
}
.masonry-portfolio-item .featured-image .item-featured-image {
  visibility: hidden;
  width: 100%;
}
.grid-portfolio-item {
  float: left;
  opacity: 0;
}
.standard-portfolio-item {
  float: left;
  opacity: 0;
}
.standard-portfolio-item .item-holder {
  margin: 0 8px 20px 8px;
  background-color: #fafafa;
  border: 1px solid #eee;
  padding-bottom: 15px;
}
.standard-portfolio-item .the-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #444;
  line-height: 20px;
  margin: 15px 15px 5px;
}
.standard-portfolio-item .portfolio-cats {
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  color: #666;
  margin: 0 15px;
}
.mk-isotop-filter {
  margin: 0 40px 40px;
}
.mk-isotop-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.mk-isotop-filter ul li {
  display: inline-block;
  margin: 0 5px 10px;
}
.mk-isotop-filter ul li a {
  padding: 14px 20px;
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  border: 1px solid #444;
  color: #444;
}
.mk-isotop-filter ul li a.current,
.mk-isotop-filter ul li a:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-isotop-filter li {
    display: block !important;
  }
}
.ajax-container {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.ajax-container .portfolio-ajax-gallery .mk-image-slideshow {
  padding: 0;
  margin: 0;
}
.portfolio-ajax-holder {
  margin: 36px 0 20px;
  border: 1px solid #eee;
  background-color: #fff;
  position: relative;
  *zoom: 1;
}
.portfolio-ajax-holder:before,
.portfolio-ajax-holder:after {
  content: " ";
  display: table;
}
.portfolio-ajax-holder:after {
  clear: both;
}
.portfolio-ajax-holder .alt-title span {
  background-color: #fff !important;
}
.ajax_project {
  padding: 30px;
  overflow: hidden;
}
.ajax-controls {
  position: absolute;
  right: 0;
  top: -32px;
  text-align: center;
  color: #777777;
}
.ajax-controls i {
  font-size: 16px;
  line-height: 30px;
}
.ajax-controls a {
  display: inline-block;
  margin: 0 -1px;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  text-align: center;
}
.ajax-controls a.close-ajax {
  background-color: #eeeeee;
}
.ajax-controls a.next-ajax {
  border-left: none;
  border-right: none;
  width: 32px;
}
.ajax-controls a:hover {
  background-color: #777777;
  color: #fff;
}
.project_content_section {
  width: 33%;
  float: right;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.project_preview_section {
  width: 66%;
  float: left;
}
.project_preview_section.no-ajax-content {
  width: 100% !important;
}
@media handheld, only screen and (max-width: 767px) {
  .project_content_section,
  .project_preview_section {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }
}
.portfolio-loader {
  position: absolute;
  z-index: 10000;
  top: 30%;
  left: 50%;
  margin: -40px 0 0 -40px;
  display: none;
  width: 80px;
  line-height: 80px;
  text-align: center;
  height: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}
.portfolio-loader div {
  position: relative;
  left: auto;
  top: auto;
  margin: 18px 0 0;
}
.ajax-portfolio-social-share {
  float: none;
  padding: 0;
  margin: 0 0 10px -5px;
  text-align: left;
}
.flip-portfolio-item {
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.flip-portfolio-item:hover .flip-wrapper {
  -webkit-transform: translateY(0%) rotateX(180deg);
  -moz-transform: translateY(0%) rotateX(180deg);
  -ms-transform: translateY(0%) rotateX(180deg);
  -o-transform: translateY(0%) rotateX(180deg);
}
.flip-portfolio-item .flip-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  position: relative;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  width: 100%;
  height: 100%;
}
.flip-portfolio-item figure {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  line-height: 4px;
  height: 100%;
  width: 100%;
}
.flip-portfolio-item figure.front {
  position: absolute;
  z-index: 2;
}
.flip-portfolio-item figure.back {
  z-index: 1;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
}
.flip-portfolio-item .flip-overlay {
  opacity: 0.6;
  background-color: #000 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.flip-portfolio-item .portfolio-meta {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  text-align: center;
  opacity: 1;
}
.flip-portfolio-item .the-title {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  line-height: 28px;
  margin-bottom: 10px;
  display: inline-block;
}
.flip-portfolio-item .cats {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  color: #fff;
}
.flip-portfolio-item.portfolio-four-column .the-title,
.flip-portfolio-item.portfolio-five-column .the-title {
  font-size: 20px;
}
@media handheld, only screen and (max-width: 1100px) {
  .flip-portfolio-item {
    width: 49.98%;
  }
}
.loop-main-wrapper {
  position: relative;
}
.portfolio-single-content {
  margin: 40px 30px;
}
.portfolio-single-content.no-padding {
  margin-bottom: 0;
  margin-top: 0;
}
.single-portfolio-slideshow .mk-slideshow-shortcode,
.portfolio-featured-image {
  margin-bottom: 24px;
}
.portfolio-social-share {
  float: right;
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
  z-index: 4;
}
@media handheld, only screen and (max-width: 600px) {
  .portfolio-social-share {
    float: none;
    display: block;
    margin: 40px auto 20px;
  }
}
.portfolio-similar-posts {
  margin-bottom: 40px;
}
.portfolio-similar-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.portfolio-similar-posts ul.three-column li {
  width: 33.33%;
}
.portfolio-similar-posts ul.four-column li {
  width: 25%;
}
.portfolio-similar-posts ul li {
  vertical-align: top;
  display: inline-block;
  margin: 0;
}
@media handheld, only screen and (max-width: 1000px) {
  .portfolio-similar-posts ul li {
    width: 50% !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .portfolio-similar-posts ul li {
    width: 100% !important;
  }
}
/* Modules */
/* * Shortcodes */
/* Shortcode:Drop Caps
-------------------------------------------------------------------- */
.mk-dropcaps {
  display: inline-block;
  float: left;
  margin: 5px 8px 0 0;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.mk-dropcaps.square-custom,
.mk-dropcaps.circle-custom {
  color: #fff !important;
}
.mk-dropcaps.circle-custom,
.mk-dropcaps.circle-default {
  margin-top: 3px;
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.mk-dropcaps.circle-default,
.mk-dropcaps.square-default {
  border: 1px solid #eee;
  background-color: #fafafa;
}
/* Shortcode:Highlight
-------------------------------------------------------------------- */
.mk-highlight {
  margin: 0 2px;
  padding: 1px 4px;
}
.mk-highlight.default-highlight {
  padding: 1px 6px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #ededed;
}
.mk-highlight.custom-highlight {
  color: #fff;
  font-weight: 600;
}
/* Shortcode: Skill Meter
-------------------------------------------------------------------- */
.mk-skill-meter {
  margin-bottom: 18px;
}
.mk-skill-meter .mk-skill-meter-title {
  display: block;
  margin-bottom: 5px;
  color: #777;
  line-height: 13px;
  font-weight: bold;
}
.mk-skill-meter .mk-progress-bar {
  position: relative;
  display: inline-block;
  height: 17px;
  border: 1px solid #eee;
  background-color: #fafafa;
  width: 100%;
}
.mk-skill-meter .mk-progress-bar .progress-outer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/* Shortcode : Animated Columns
-------------------------------------------------------------------- */
.mk-animated-columns {
  *zoom: 1;
}
.mk-animated-columns:before,
.mk-animated-columns:after {
  content: " ";
  display: table;
}
.mk-animated-columns:after {
  clear: both;
}
.mk-animated-columns.one-column .animated-column-item {
  width: 100%;
}
.mk-animated-columns.two-column .animated-column-item {
  width: 50%;
}
.mk-animated-columns.three-column .animated-column-item {
  width: 33.33%;
}
.mk-animated-columns.four-column .animated-column-item {
  width: 25%;
}
.mk-animated-columns.five-column .animated-column-item {
  width: 20%;
}
.mk-animated-columns.six-column .animated-column-item {
  width: 16.66%;
}
.mk-animated-columns.seven-column .animated-column-item {
  width: 14.28%;
}
.mk-animated-columns.eight-column .animated-column-item {
  width: 12.5%;
}
.mk-animated-columns.two-column .animated-column-item:nth-of-type(2n) {
  border-right-width: 1px;
}
.mk-animated-columns.three-column .animated-column-item:nth-of-type(3n) {
  border-right-width: 1px;
}
.mk-animated-columns.four-column .animated-column-item:nth-of-type(4n) {
  border-right-width: 1px;
}
.mk-animated-columns.five-column .animated-column-item:nth-of-type(5n) {
  border-right-width: 1px;
}
.mk-animated-columns.six-column .animated-column-item:nth-of-type(6n) {
  border-right-width: 1px;
}
.mk-animated-columns.seven-column .animated-column-item:nth-of-type(7n) {
  border-right-width: 1px;
}
.mk-animated-columns.eight-column .animated-column-item:nth-of-type(8n) {
  border-right-width: 1px;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-animated-columns.four-column .animated-column-item,
  .mk-animated-columns.five-column .animated-column-item,
  .mk-animated-columns.six-column .animated-column-item,
  .mk-animated-columns.seven-column .animated-column-item,
  .mk-animated-columns.eight-column .animated-column-item {
    width: 33.33% !important;
  }
  .mk-animated-columns.four-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.five-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.six-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.seven-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.eight-column .animated-column-item:nth-of-type(3n) {
    border-right-width: 1px;
  }
  .mk-animated-columns.four-column .animated-column-item:nth-of-type(4n),
  .mk-animated-columns.five-column .animated-column-item:nth-of-type(5n),
  .mk-animated-columns.six-column .animated-column-item:nth-of-type(6n),
  .mk-animated-columns.seven-column .animated-column-item:nth-of-type(7n),
  .mk-animated-columns.eight-column .animated-column-item:nth-of-type(8n) {
    border-right-width: 0;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-animated-columns.four-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.five-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.six-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.seven-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.eight-column .animated-column-item:nth-of-type(3n) {
    border-right-width: 0;
  }
  .mk-animated-columns.three-column .animated-column-item,
  .mk-animated-columns.four-column .animated-column-item,
  .mk-animated-columns.five-column .animated-column-item,
  .mk-animated-columns.six-column .animated-column-item,
  .mk-animated-columns.seven-column .animated-column-item,
  .mk-animated-columns.eight-column .animated-column-item {
    width: 100% !important;
    border-right-width: 1px !important;
  }
}
.mk-animated-columns .simple-style a {
  display: block;
  width: 100%;
  height: 100%;
}
.animated-column-item {
  float: left;
  display: table;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: background 0.2s ease-out 0;
  -moz-transition: background 0.2s ease-out 0s;
  -o-transition: background 0.2s ease-out 0;
  transition: background 0.2s ease-out 0;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animated-column-holder {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.full-style .animated-column-icon {
  padding-bottom: 30px;
  display: block;
}
.simple-style .animated-column-icon {
  display: block;
}
.simple-style .animated-column-title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: -100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.simple-style .animated-column-title span {
  display: block;
}
.animated-column-title {
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.full-style .animated-column-title {
  padding-bottom: 10px;
}
.animated-column-desc {
  line-height: 26px;
  font-size: 12px;
  position: relative;
  padding: 20px 30px;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animated-column-btn {
  position: absolute;
  top: 100%;
  text-align: center;
  width: 100%;
}
.animated-column-btn .mk-button {
  margin: 0 auto;
}
/* Shortcode:Milestone
-------------------------------------------------------------------- */
.mk-milestone {
  margin-bottom: 20px;
  text-align: center;
}
.mk-milestone .milestone-number {
  line-height: 50px;
  font-weight: 300;
  padding: 0 10px 15px;
  border-bottom: 1px solid #eee;
  display: inline-block;
}
.mk-milestone .milestone-number.content-none {
  border: none;
}
.mk-milestone .milestone-text {
  font-weight: bold;
  padding-top: 10px;
}
.mk-milestone i {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #eee;
  border-top: none;
  margin: 0 auto;
  display: block;
  font-size: 16px;
}
/* Charts
-------------------------------------------------------------------- */
.mk-chart {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.mk-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mk-chart i,
.mk-chart .chart-custom-text,
.mk-chart .chart-percent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  color: #444;
  text-align: center;
}
.mk-chart i {
  font-size: 48px;
}
.mk-chart .chart-custom-text {
  font-size: 18px;
}
.mk-chart .chart-percent {
  font-weight: 600;
  font-size: 16px;
}
.mk-chart-desc {
  display: block;
  text-align: center;
  font-size: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-chart {
    margin: 0 auto;
  }
}
/* Shortcode:Image
-------------------------------------------------------------------- */
.mk-image {
  position: relative;
  overflow: hidden;
  line-height: 4px;
}
.mk-image.align-left {
  text-align: left;
}
.mk-image.align-right {
  float: right;
}
.mk-image.align-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.mk-image img {
  position: relative;
  z-index: 6;
  line-height: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-image .mk-image-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  text-align: center;
}
.mk-image .mk-image-hover i {
  font-size: 32px;
  color: #fff;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  opacity: 0;
  display: inline-block;
}
.mk-image .mk-image-caption {
  line-height: 24px;
  font-size: 13px;
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff !important;
  position: relative;
  opacity: 0;
}
.mk-image:hover .hover-overlay {
  opacity: 0.7;
}
.mk-image:hover .mk-image-hover i,
.mk-image:hover .mk-image-caption {
  opacity: 1;
}
.mk-image:hover .mk-image-hover i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
/* Shortcode:Tables
-------------------------------------------------------------------- */
.mk-fancy-table {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px;
}
.mk-fancy-table table {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.mk-fancy-table th {
  padding: 18px 12px;
  background-color: #f7f7f7;
  color: #4b4b4b;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.mk-fancy-table tfoot td {
  padding: 8px;
}
.mk-fancy-table tfoot {
  background-color: #f3f3f3;
}
.mk-fancy-table tr {
  border-bottom: 1px dotted #dbdbdb;
}
.mk-fancy-table td {
  padding: 15px 12px;
  font-size: 13px;
  color: #4b4b4b;
  text-align: center;
}
/* Shortcode:List Styles
-------------------------------------------------------------------- */
.mk-list-styles ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-list-styles ul li {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px 0;
  padding: 0 0 0 30px;
  line-height: 20px;
}
.mk-list-styles ul li:before {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 16px;
  line-height: 24px;
}
/* Shortcode:List Styles
-------------------------------------------------------------------- */
.mk-image-box .image-box-title {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.mk-image-box .image-box-desc {
  font-size: 14px;
  line-height: 24px;
}
.mk-image-box .item-holder {
  padding: 30px;
}
.mk-image-box .featured-image {
  display: block;
}
/* Shortcode:Message Boxes
-------------------------------------------------------------------- */
.mk-message-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
  color: #fff;
}
.mk-message-box .mk-inner-grid {
  padding: 15px;
}
.mk-message-box .messagebox-content {
  display: block;
  margin: 16px 15px 16px 95px;
  padding: 12px 0 12px 20px;
  border-left: 1px solid #fff;
  font-size: 14px;
}
.mk-message-box .messagebox-content p {
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
}
.mk-message-box .messagebox-icon {
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 40px;
}
.mk-message-box.confirm-box {
  background-color: #a5de37;
}
.mk-message-box.love-box {
  background-color: #ff667a;
}
.mk-message-box.hint-box {
  background-color: #28cdfb;
}
.mk-message-box.solution-box {
  background-color: #f668ca;
}
.mk-message-box.alert-box {
  background-color: #ff4351;
}
.mk-message-box.warning-box {
  background-color: #fc880f;
}
.mk-message-box.star-box {
  background-color: #7b72e9;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-message-box .messagebox-content {
    padding: 60px 10px 10px 10px !important;
    text-align: center !important;
  }
  .mk-message-box .messagebox-icon {
    top: 15px !important;
    left: 50% !important;
    margin-top: 0 !important;
    margin-left: -20px !important;
  }
}
/* Shortcode:Button
-------------------------------------------------------------------- */
button.mk-button {
  outline: none;
  border: none;
  background: none;
  line-height: 100%;
}
.mk-button {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  zoom: 1;
  font-weight: bold;
  font-size: 12px;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.mk-button[type=submit],
.mk-button[type=button] {
  outline: none;
  border: none;
  font-weight: 600;
}
.mk-button.three-dimension-button:active {
  top: 2px !important;
}
.mk-button.outline-button {
  border: 1px solid #444;
  color: #444;
}
.mk-button.outline-button:hover {
  background-color: #444;
  color: #fff;
}
.mk-button.outline-button.light {
  border: 1px solid #fff;
  color: #fff;
}
.mk-button.outline-button.light:hover {
  background-color: #fff;
  color: #444;
}
.mk-button i {
  margin: 0px 10px 0 -10px;
  vertical-align: middle;
  border-right: 1px solid #fff;
  padding-right: 10px;
  line-height: 16px;
}
.mk-button.xxlarge {
  padding: 32px 60px;
  line-height: 100%;
  font-size: 15px;
}
.mk-button.xxlarge i {
  font-size: 16px;
}
.mk-button.xlarge {
  padding: 26px 50px;
  line-height: 100%;
  font-size: 13px;
}
.mk-button.xlarge i {
  font-size: 16px;
}
.mk-button.large {
  padding: 22px 42px;
  line-height: 100%;
}
.mk-button.large i {
  font-size: 16px;
}
.mk-button.medium {
  padding: 16px 25px;
  line-height: 100%;
}
.mk-button.medium i {
  font-size: 16px;
}
.mk-button.small {
  padding: 12px 22px;
  line-height: 100%;
}
.mk-button.small i {
  margin-top: -3px;
  font-size: 16px;
}
button.mk-button::-moz-focus-inner {
  border: none;
}
.mk-button-align {
  display: inline-block;
}
.mk-button-align.right {
  float: right;
}
.mk-button-align.center {
  display: block !important;
  text-align: center;
}
.mk-button-align.left {
  text-align: left;
}
@media handheld, only screen and (max-width: 770px) {
  .mk-button-align.left,
  .mk-button-align.center,
  .mk-button-align.right {
    width: 100%;
    text-align: center !important;
  }
  .mk-button-align.left .mk-button,
  .mk-button-align.center .mk-button,
  .mk-button-align.right .mk-button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px !important;
  }
}
/* Shortcode:Dividers
-------------------------------------------------------------------- */
.mk-divider {
  display: block;
  text-align: center;
}
.mk-divider.divider_one_half .divider-inner,
.mk-divider.divider_one_third .divider-inner,
.mk-divider.divider_one_fourth .divider-inner {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.mk-divider.divider_one_half .divider-inner {
  width: 50%;
}
.mk-divider.divider_one_third .divider-inner {
  width: 33.33%;
}
.mk-divider.divider_one_fourth .divider-inner {
  width: 25%;
}
.mk-divider.divider-single .divider-inner {
  height: 1px;
  border-bottom: 1px solid #dbdbdb;
}
.mk-divider.divider-dashed .divider-inner {
  height: 1px;
  border-bottom: 1px dashed #dbdbdb;
}
.mk-divider.divider-dotted .divider-inner {
  height: 1px;
  border-bottom: 1px dotted #dbdbdb;
}
.mk-divider.divider-thick .divider-inner {
  height: 5px;
  border-top: 3px solid #e4e4e4;
}
/* Shortcode:Full Width Box
-------------------------------------------------------------------- */
.mk-fullwidth-boxed {
  position: relative;
  display: block;
  padding: 30px;
}
/* Shortcode:Slideshow
-------------------------------------------------------------------- */
.mk-image-slideshow {
  position: relative;
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden;
}
.mk-image-slideshow img {
  margin: 0 auto;
}
.mk-image-slideshow .swiper-pagination {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.mk-image-slideshow .swiper-pagination-switch {
  display: inline-block;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  cursor: pointer;
}
.mk-image-slideshow .swiper-active-switch {
  background-color: #fff;
}
.mk-image-slideshow .swiper-container:hover .slideshow-swiper-arrows,
.mk-image-slideshow .swiper-container:hover .swiper-pagination {
  opacity: 1;
}
.mk-image-slideshow .swiper-container:hover .mk-swiper-next {
  right: 20px;
}
.mk-image-slideshow .swiper-container:hover .mk-swiper-prev {
  left: 20px;
}
.slideshow-swiper-arrows {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  opacity: 0;
}
.slideshow-swiper-arrows i {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.slideshow-swiper-arrows.mk-swiper-next {
  right: 30px;
}
.slideshow-swiper-arrows.mk-swiper-prev {
  left: 30px;
}
/* Shortcode:Content Slideshow
-------------------------------------------------------------------- */
/* Shortcode:Blockquotes
-------------------------------------------------------------------- */
blockquote {
  position: relative;
  margin: 15px 0;
  line-height: 24px;
  padding: 20px;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  font-style: italic;
}
.mk-blockquote {
  position: relative;
  margin: 15px 0;
  font-size: 16px;
  line-height: 24px;
  padding: 30px 45px;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  font-style: italic;
}
.mk-blockquote .mk-quote-left,
.mk-blockquote .mk-quote-right {
  position: absolute;
  font-size: 24px;
  color: #eee;
}
.mk-blockquote .mk-quote-left {
  top: 10px;
  left: 10px;
}
.mk-blockquote .mk-quote-right {
  bottom: 10px;
  right: 10px;
}
.mk-blockquote p {
  margin-bottom: 15px;
}
.mk-blockquote.align-left {
  text-align: left;
}
.mk-blockquote.align-right {
  text-align: right;
}
.mk-blockquote.align-center {
  text-align: center;
}
/* Shortcode:Testimanial Slider
-------------------------------------------------------------------- */
.mk-testimonial {
  margin: 3px 3px 20px;
}
.mk-testimonial .testimonial-author {
  display: block;
  color: #777;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
}
.mk-testimonial .swiper-slide {
  padding-right: 5px;
  padding-left: 5px;
}
.mk-testimonial .swiper-pagination {
  display: block;
  width: 100%;
  text-align: center;
}
.mk-testimonial .swiper-pagination-switch {
  display: inline-block;
  margin: 0 3px 6px;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(128, 128, 128, 0.2);
  cursor: pointer;
}
.mk-testimonial .swiper-active-switch {
  background-color: rgba(128, 128, 128, 0.1);
}
.mk-testimonial .testimonial-company {
  font-size: 12px;
  font-style: italic;
}
.mk-testimonial.boxed-style .swiper-slide {
  position: relative;
}
.mk-testimonial.boxed-style .testimonial-content {
  margin-left: 100px;
}
.mk-testimonial.boxed-style .testimonial-quote {
  margin-bottom: 8px;
  padding: 20px 25px;
  background-color: #fafafa;
  border: 1px solid #eee;
  position: relative;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
}
.mk-testimonial.boxed-style .testimonial-quote:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: -7px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #fafafa;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.mk-testimonial.boxed-style .testimonial-image {
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -35px;
}
.mk-testimonial.boxed-style .testimonial-author {
  margin-left: 25px;
}
.mk-testimonial.boxed-style .testimonial-company {
  margin-left: 25px;
}
.mk-testimonial.boxed-style .swiper-pagination {
  padding-left: 75px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-testimonial {
    text-align: center;
  }
  .mk-testimonial.boxed-style .testimonial-content {
    margin: 75px 0 0 !important;
  }
  .mk-testimonial.boxed-style .swiper-pagination {
    padding-left: 0 !important;
  }
  .mk-testimonial .testimonial-image {
    left: 50% !important;
    top: -75px !important;
    margin: 0 0 0 -25px !important;
  }
  .mk-testimonial.boxed-style .testimonial-quote:before {
    top: -7px !important;
    margin: 0 0 0 -7px !important;
    left: 50% !important;
    border: 1px solid #eee !important;
    border-right: none !important;
    border-bottom: none !important;
  }
  .mk-testimonial .testimonial-company,
  .mk-testimonial .testimonial-author {
    margin: 0 !important;
  }
}
.mk-testimonial.quote-style {
  text-align: center;
}
.mk-testimonial.quote-style .testimonial-quote {
  position: relative;
  display: block;
  padding: 20px 25px;
  border: 1px solid rgba(128, 128, 128, 0.15);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
  font-style: italic;
}
.mk-testimonial.quote-style .testimonial-quote:before {
  position: absolute;
  bottom: -8px;
  margin-left: -7px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(128, 128, 128, 0.15);
}
.mk-testimonial.quote-style .testimonial-footer-note {
  display: inline-block;
  padding: 5px 0;
  text-align: center;
}
.mk-testimonial.light-skin.quote-style .testimonial-quote {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.mk-testimonial.light-skin.quote-style .testimonial-quote:before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.mk-testimonial.light-skin.quote-style .testimonial-author {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
.mk-testimonial.light-skin.quote-style .swiper-pagination-switch {
  border-color: rgba(255, 255, 255, 0.2);
}
.mk-testimonial.light-skin.quote-style .swiper-active-switch {
  background-color: rgba(255, 255, 255, 0.3);
}
/* Shortcode:Tabs
-------------------------------------------------------------------- */
.mk-tabs {
  margin-bottom: 20px;
}
.mk-tabs .mk-tabs-tabs {
  position: relative;
  z-index: 10;
  padding: 0;
  list-style: none;
}
.mk-tabs .mk-tabs-tabs li {
  margin: 0;
  position: relative;
}
.mk-tabs .mk-tabs-tabs li.ui-state-active > a {
  cursor: default;
}
.mk-tabs .mk-tabs-tabs li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #919191;
  display: block;
  line-height: 100%;
}
.mk-tabs .mk-tabs-tabs li a i {
  font-size: 16px;
  padding-right: 5px;
}
.mk-tabs .mk-tabs-panes {
  position: relative;
  z-index: 1;
  margin: 0;
}
.mk-tabs .mk-tabs-panes .mk-tabs-pane .inner-box {
  padding: 30px;
  display: block;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs {
  margin: 0 0 -1px 0;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li {
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li a {
  padding: 14px 25px 15px;
  margin-top: 8px;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.tab-with-icon > a {
  padding: 14px 25px 12px;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-panes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-panes .mk-tabs-pane {
  padding-bottom: 20px;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs {
  padding: 40px 0;
  margin: 0;
  width: 231px;
  display: block;
  float: left;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li a {
  padding: 15px 10px 15px 20px;
  margin-left: 10px;
  line-height: 18px;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-panes {
  margin-left: 230px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
  padding: 0 20px 0 0;
  float: left;
  width: 100%;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs {
  margin: 0 0 -1px 0;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li {
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.015);
  white-space: nowrap;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li a {
  padding: 20px 25px 18px;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li.tab-with-icon > a {
  padding: 19px 25px 16px;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-panes {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs {
  padding: 0;
  margin: 0;
  width: 231px;
  display: block;
  float: left;
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.015);
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li a {
  padding: 18px 10px 18px 25px;
  line-height: 18px;
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-panes {
  margin-left: 230px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
  padding: 0;
  float: left;
  width: 100%;
}
.mk-tabs.style3-tabs {
  text-align: center;
}
.mk-tabs.style3-tabs .mk-tabs-tabs {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style3-tabs .mk-tabs-tabs li {
  display: inline-block;
  white-space: nowrap;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.ui-state-active {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.015);
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.ui-state-active:last-child {
  border-right: none;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.ui-state-active:first-child {
  border-left: none;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li a {
  padding: 20px 25px 18px;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.tab-with-icon > a {
  padding: 19px 25px 16px;
}
.mk-tabs.style3-tabs .mk-tabs-panes {
  padding: 0;
  text-align: left;
}
.mk-tabs.style3-tabs .mk-tabs-panes .inner-box {
  padding: 30px 0;
}
@media handheld, only screen and (max-width: 650px) {
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: -2px;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li {
    display: block;
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none !important;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:last-child {
    border-bottom: none;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.ui-state-active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li a {
    margin-top: 0;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:first-child a {
    border-left: none !important;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs {
    width: 100%;
    float: none;
    padding: 5px 0;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li a {
    margin: 0 10px;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-panes {
    margin-left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: none !important;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
    padding: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: -2px;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li {
    display: block;
    float: none;
    border-right: none !important;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none !important;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:last-child {
    border-bottom: none;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li a {
    margin-top: 0;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:first-child a {
    border-left: none !important;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs {
    width: 100%;
    float: none;
    padding: 0;
    margin-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li a {
    margin: 0;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-panes {
    margin-left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: none !important;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
    padding: 0 0 20px 0;
    float: none;
    width: 100%;
  }
}
/* Shortcode:Accordion
-------------------------------------------------------------------- */
.mk-accordion {
  margin-bottom: 20px;
}
.mk-accordion.boxed-style .mk-accordion-single {
  overflow: hidden;
  background-color: #fff;
}
.mk-accordion.boxed-style .mk-accordion-single:last-of-type .mk-accordion-tab {
  border-bottom: 1px solid #e5e5e5;
}
.mk-accordion.boxed-style .mk-accordion-single.current-item .mk-accordion-tab {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.mk-accordion.boxed-style .mk-accordion-single.current-item .mk-accordion-tab:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.mk-accordion.boxed-style .mk-accordion-tab {
  position: relative;
  padding: 11px 30px 11px 22px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background-color: #fafafa;
  color: #222;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.mk-accordion.boxed-style .mk-accordion-tab i {
  margin-right: 10px;
  color: #686868;
  vertical-align: middle;
  font-size: 16px;
}
.mk-accordion.boxed-style .mk-accordion-pane {
  position: relative;
}
.mk-accordion.boxed-style .mk-accordion-pane .inner-box {
  padding: 20px;
}
.mk-accordion.simple-style .mk-accordion-tab {
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 12px 20px;
  color: #777777;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-accordion.simple-style .mk-accordion-tab i {
  font-size: 16px;
  color: #777777;
  margin: 0 8px 0 4px;
}
.mk-accordion.simple-style .mk-accordion-pane {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.mk-accordion.simple-style .mk-accordion-pane .inner-box {
  padding: 20px;
  margin: 0 20px;
}
.mk-accordion.simple-style .current-item .mk-accordion-pane {
  border-top: none;
}
/* Shortcode:Accordion
-------------------------------------------------------------------- */
.mk-toggle {
  margin-bottom: 10px;
}
.mk-toggle .mk-toggle-title {
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 12px 20px;
  color: #777777;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-toggle .mk-toggle-title.active-toggle {
  border-bottom: none;
}
.mk-toggle .mk-toggle-title i {
  font-size: 16px;
  color: #777777;
  margin: 0 8px 0 4px;
}
.mk-toggle .mk-toggle-pane {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  display: none;
}
.mk-toggle .mk-toggle-pane .inner-box {
  padding: 20px;
  margin: 0 20px;
}
.wpb_content_element {
  margin-bottom: 20px;
}
/* Shortcode:Video Player
-------------------------------------------------------------------- */
.mk-video-player {
  padding: 12px;
  border: 1px solid #eee;
  background-color: #fdfdfd;
}
.mk-video-player .mk-video-title {
  margin-bottom: 12px;
  font-size: 14px;
}
.mk-video-player .video-container {
  margin-bottom: 0 !important;
}
.video-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Shortcode:Flickr Feeds
-------------------------------------------------------------------- */

.mk-flickr-feeds {
  margin-bottom: 20px;
}
.mk-flickr-feeds.one-column .featured-image {
  width: 100%;
}
.mk-flickr-feeds.two-column .featured-image {
  width: 49.5%;
}
.mk-flickr-feeds.three-column .featured-image {
  width: 33%;
}
.mk-flickr-feeds.four-column .featured-image {
  width: 24.6%;
}
.mk-flickr-feeds.five-column .featured-image {
  width: 19.6%;
}
.mk-flickr-feeds .featured-image {
  position: relative;
  display: inline-block !important;
  margin: 0 1px 1px 0;
}
.mk-flickr-feeds .featured-image img {
  position: relative;
  z-index: 1;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-flickr-feeds.five-column .featured-image,
  .mk-flickr-feeds.four-column .featured-image {
    width: 49% !important;
  }
}
/* Shortcode:Contact Form
-------------------------------------------------------------------- */
.mk-contact-form-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.mk-contact-form-wrapper.dark-skin .text-input,
.mk-contact-form-wrapper.dark-skin .mk-textarea {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.008);
  color: #444444;
}
.mk-contact-form-wrapper.dark-skin .mk-form-row i {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  color: #666666;
}
.mk-contact-form-wrapper.dark-skin .mk-button {
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #444;
}
.mk-contact-form-wrapper.dark-skin .mk-button:hover {
  background-color: #444;
  color: #fff;
}
.mk-contact-form-wrapper.dark-skin .text-input::-webkit-input-placeholder,
.mk-contact-form-wrapper.dark-skin .mk-textarea::-webkit-input-placeholder {
  color: #919191;
}
.mk-contact-form-wrapper.dark-skin .text-input:-ms-input-placeholder,
.mk-contact-form-wrapper.dark-skin .mk-textarea:-ms-input-placeholder {
  color: #919191;
}
.mk-contact-form-wrapper.dark-skin .text-input:-moz-placeholder,
.mk-contact-form-wrapper.dark-skin .mk-textarea:-moz-placeholder {
  color: #919191;
}
.mk-contact-form-wrapper.light-skin .text-input,
.mk-contact-form-wrapper.light-skin .mk-textarea {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.17);
  color: #fff;
}
.mk-contact-form-wrapper.light-skin .mk-form-row i {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.mk-contact-form-wrapper.light-skin .mk-button {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.mk-contact-form-wrapper.light-skin .mk-button:hover {
  background-color: #fff;
  color: #444;
}
.mk-contact-form-wrapper.light-skin .text-input::-webkit-input-placeholder,
.mk-contact-form-wrapper.light-skin .mk-textarea::-webkit-input-placeholder {
  color: #fafafa;
}
.mk-contact-form-wrapper.light-skin .text-input:-ms-input-placeholder,
.mk-contact-form-wrapper.light-skin .mk-textarea:-ms-input-placeholder {
  color: #fafafa;
}
.mk-contact-form-wrapper.light-skin .text-input:-moz-placeholder,
.mk-contact-form-wrapper.light-skin .mk-textarea:-moz-placeholder {
  color: #fafafa;
}
.mk-contact-form-wrapper .mk-form-row {
  margin-bottom: 10px;
  position: relative;
}
.mk-contact-form-wrapper .mk-form-row i {
  float: left;
  width: 42px !important;
  height: 42px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
.mk-contact-form-wrapper .mk-form-row i.input-focused {
  color: #fff;
}
.mk-contact-form-wrapper .text-input,
.mk-contact-form-wrapper .mk-textarea {
  width: 100%;
  font-size: 12px;
  font-weight: 500 !important;
}
.mk-contact-form-wrapper .text-input {
  padding: 12px;
  width: 100%;
  padding-left: 58px;
}
.mk-contact-form-wrapper .mk-textarea {
  padding: 15px;
  width: 100%;
  height: 200px;
  margin-bottom: 12px;
}
.mk-contact-form-wrapper .button-row {
  text-align: center;
}
.mk-contact-form-wrapper .mk-button {
  margin: 0 auto;
}
.widget .mk-contact-form-wrapper.light-skin .text-input,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea {
  border: 1px solid rgba(128, 128, 128, 0.2);
  background-color: rgba(128, 128, 128, 0.1);
}
.widget .mk-contact-form-wrapper.light-skin .mk-form-row i {
  border-right: 1px solid rgba(128, 128, 128, 0.2);
  color: #fff;
}
.widget .mk-contact-form-wrapper.light-skin .mk-button {
  border: 1px solid rgba(128, 128, 128, 0.4);
  color: #fff;
}
.widget .mk-contact-form-wrapper.light-skin .mk-button:hover {
  background-color: #fff;
  color: #444;
}
.widget .mk-contact-form-wrapper.light-skin .text-input::-webkit-input-placeholder,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea::-webkit-input-placeholder {
  color: #fafafa;
}
.widget .mk-contact-form-wrapper.light-skin .text-input:-ms-input-placeholder,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea:-ms-input-placeholder {
  color: #fafafa;
}
.widget .mk-contact-form-wrapper.light-skin .text-input:-moz-placeholder,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea:-moz-placeholder {
  color: #fafafa;
}
.mk-contact-loading {
  position: absolute;
  right: 15px;
  bottom: 20px;
  display: none;
  line-height: 1;
  color: rgba(128, 128, 128, 0.2);
  font-size: 16px;
  -moz-animation: spin 0.7s infinite linear;
  -o-animation: spin 0.7s infinite linear;
  -webkit-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
}
.mk-contact-success {
  position: absolute;
  right: 15px;
  bottom: 10px;
  display: none;
  color: #90b64d;
  font-size: 32px;
}
.mk-invalid {
  border: 1px solid #ff0000 !important;
}
/* Shortcode:Contact Info
-------------------------------------------------------------------- */
.mk-contactinfo-shortcode {
  margin-bottom: 20px;
}
/* Shortcode:Social Networks
-------------------------------------------------------------------- */
.mk-social-network {
  margin: 10px 0;
  padding: 0;
}
.mk-social-network.social-align-right {
  text-align: right;
}
.mk-social-network.social-align-center {
  text-align: center;
}
.mk-social-network.social-align-left {
  text-align: left;
}
.mk-social-network ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-social-network ul li {
  display: inline-block;
  margin: 0;
}
.mk-social-network ul li a i {
  vertical-align: middle;
  line-height: 32px;
}
/* Shortcode:Fancy Title
-------------------------------------------------------------------- */
.mk-fancy-title.stroke-title span {
  padding: 7px 11px;
}
.mk-fancy-title.standard-title:after,
.mk-fancy-title.standard-title:before {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  margin-top: -2px;
  vertical-align: middle;
  background-color: #444;
}
.mk-fancy-title.standard-title .fancy-title-span {
  display: inline-block;
}
.mk-fancy-title.standard-title.center-align .fancy-title-span {
  padding: 0 15px;
  border: 1px solid #444;
  border-top: none;
  border-bottom: none;
}
.mk-fancy-title.standard-title.left-align:before {
  display: none;
}
.mk-fancy-title.standard-title.left-align .fancy-title-span {
  padding-right: 15px;
  border-right: 1px solid #444;
}
.mk-fancy-title.standard-title.right-align:after {
  display: none;
}
.mk-fancy-title.standard-title.right-align .fancy-title-span {
  padding-left: 15px;
  border-left: 1px solid #444;
}
.mk-fancy-title.avantgarde-title:after,
.mk-fancy-title.avantgarde-title:before {
  display: inline-block;
  content: "";
  width: 70px;
  height: 2px;
  margin-top: -2px;
  vertical-align: middle;
  background-color: #444;
}
.mk-fancy-title.avantgarde-title .fancy-title-span {
  display: inline-block;
}
.mk-fancy-title.avantgarde-title.center-align .fancy-title-span {
  padding: 0 15px;
}
.mk-fancy-title.avantgarde-title.left-align:before {
  display: none;
}
.mk-fancy-title.avantgarde-title.left-align .fancy-title-span {
  padding-right: 15px;
}
.mk-fancy-title.avantgarde-title.right-align:after {
  display: none;
}
.mk-fancy-title.avantgarde-title.right-align .fancy-title-span {
  padding-left: 15px;
}
.mk-fancy-title.alt-title {
  position: relative;
}
.mk-fancy-title.alt-title .fancy-title-span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.mk-fancy-title.alt-title:after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
.mk-fancy-title.alt-title.center-align .fancy-title-span {
  padding: 0 10px;
}
.mk-fancy-title.alt-title.left-align .fancy-title-span {
  padding-right: 10px;
}
.mk-fancy-title.alt-title.right-align .fancy-title-span {
  padding-left: 10px;
}
.mk-fancy-title p {
  margin-bottom: 0 !important;
}
@media handheld, only screen and (max-width: 960px) {
  .vc_span6 .mk-fancy-title,
  .vc_span8 .mk-fancy-title,
  .vc_span3 .mk-fancy-title,
  .vc_span4 .mk-fancy-title {
    text-align: center !important;
  }
  .vc_span6 .mk-fancy-title .fancy-title-span,
  .vc_span8 .mk-fancy-title .fancy-title-span,
  .vc_span3 .mk-fancy-title .fancy-title-span,
  .vc_span4 .mk-fancy-title .fancy-title-span {
    border: none !important;
    padding: 0 !important;
  }
  .vc_span6 .mk-fancy-title:after,
  .vc_span6 .mk-fancy-title:before,
  .vc_span8 .mk-fancy-title:after,
  .vc_span8 .mk-fancy-title:before,
  .vc_span3 .mk-fancy-title:after,
  .vc_span3 .mk-fancy-title:before,
  .vc_span4 .mk-fancy-title:after,
  .vc_span4 .mk-fancy-title:before {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-fancy-title {
    text-align: center !important;
  }
  .mk-fancy-title .fancy-title-span {
    border: none !important;
    padding: 0 !important;
  }
  .mk-fancy-title:after,
  .mk-fancy-title:before {
    display: none !important;
  }
}
.mk-fancy-text {
  display: block;
  line-height: 100%;
}
.mk-fancy-text.title-box-right {
  float: right;
}
.mk-fancy-text.title-box-left {
  float: left;
}
.mk-fancy-text.title-box-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.mk-fancy-text p {
  margin: 0;
}
.mk-fancy-text span {
  padding: 4px 0;
}
/* Shortcode:Font Icons
-------------------------------------------------------------------- */
.mk-font-icons {
  display: inline-block;
}
.mk-font-icons.icon-align-right {
  float: right;
}
.mk-font-icons.icon-align-center {
  display: block;
  text-align: center;
}
.mk-font-icons.icon-align-left {
  float: left;
}
.mk-font-icons a:hover .default-font-icon {
  color: #fff !important;
}
.mk-font-icons .default-font-icon {
  border: 1px solid #e3e3e3;
  background-color: #fdfdfd;
}
.mk-font-icons .filled-font-icon {
  border-width: 1px;
  border-style: solid;
  color: #fff;
}
.mk-font-icons .custom-font-icon {
  border-width: 1px;
  border-style: solid;
}
.mk-font-icons i {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 600px;
  -moz-border-radius: 600px;
  border-radius: 600px;
}
.mk-font-icons i.mk-size-small {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
.mk-font-icons i.mk-size-medium {
  width: 100px;
  height: 100px;
  font-size: 32px;
  line-height: 100px;
}
.mk-font-icons i.mk-size-large {
  width: 150px;
  height: 150px;
  font-size: 48px;
  line-height: 150px;
}
.mk-font-icons i.mk-size-x-large {
  width: 186px;
  height: 186px;
  font-size: 64px;
  line-height: 186px;
}
.mk-font-icons i.mk-size-xx-large {
  width: 296px;
  height: 296px;
  font-size: 128px;
  line-height: 296px;
}
.mk-font-icons i.mk-size-xxx-large {
  width: 520px;
  height: 520px;
  font-size: 256px;
  line-height: 520px;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-font-icons i.mk-size-xxx-large {
    width: 296px;
    height: 296px;
    font-size: 128px;
    line-height: 296px;
  }
}
.mk-font-icons.remove-frame i {
  width: auto !important;
  height: auto !important;
  border: none !important;
  background-color: transparent !important;
  line-height: 100% !important;
}
/* Shortcode:Icon Text
-------------------------------------------------------------------- */
.mk-box-text {
  text-align: center;
  padding: 20px 0;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-box-text i {
  line-height: 100%;
  margin-bottom: 30px;
  display: block;
}
.mk-box-text .icon-txt-default {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.mk-box-text .icon-txt-hover {
  opacity: 0;
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-box-text.light-skin .icon-txt-default,
.mk-box-text.light-skin .icon-txt-hover,
.mk-box-text.light-skin i {
  color: #fff;
}
.mk-box-text.dark-skin .icon-txt-default,
.mk-box-text.dark-skin .icon-txt-hover,
.mk-box-text.dark-skin i {
  color: #444;
}
.mk-box-text:hover {
  padding: 10px 0 55px;
}
.mk-box-text:hover .icon-txt-default {
  opacity: 0;
}
.mk-box-text:hover .icon-txt-hover {
  opacity: 1;
  margin-top: -25px;
}
/* Shortcode:Clients Carousel
-------------------------------------------------------------------- */
.mk-clients-shortcode {
  position: relative;
}
.mk-clients-shortcode ul,
.mk-clients-shortcode li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-clients-shortcode li:last-child .flip-wrapper {
  border-right-width: 1px !important;
}
.mk-clients-shortcode.grid-style .client-item-wrapper {
  border: none !important;
  margin: 0 1px 1px;
}
@media handheld, only screen and (max-width: 500px) {
  .mk-clients-shortcode.grid-style .client-item {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
  }
}
.mk-clients-shortcode .client-item {
  float: left;
  position: relative;
}
.mk-clients-shortcode .client-item:hover .clients-info {
  opacity: 1;
}
.mk-clients-shortcode .client-item:last-of-type .client-item-wrapper {
  border-right-width: 1px;
}
.mk-clients-shortcode .client-item-wrapper {
  border-width: 1px;
  border-style: solid;
  border-right-width: 0;
  line-height: 4px;
  position: relative;
  z-index: 5;
}
.mk-clients-shortcode.column-style.one-column li {
  width: 100%;
}
.mk-clients-shortcode.column-style.two-column li {
  width: 50%;
}
.mk-clients-shortcode.column-style.three-column li {
  width: 33.3%;
}
.mk-clients-shortcode.column-style.four-column li {
  width: 25%;
}
.mk-clients-shortcode.column-style.five-column li {
  width: 20%;
}
.mk-clients-shortcode.column-style.six-column li {
  width: 16.6%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-clients-shortcode.column-style.three-column li,
  .mk-clients-shortcode.column-style.four-column li,
  .mk-clients-shortcode.column-style.five-column li,
  .mk-clients-shortcode.column-style.six-column li {
    width: 33.2% !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-clients-shortcode.column-style.three-column li,
  .mk-clients-shortcode.column-style.four-column li,
  .mk-clients-shortcode.column-style.five-column li,
  .mk-clients-shortcode.column-style.six-column li {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .mk-clients-shortcode.column-style.three-column li,
  .mk-clients-shortcode.column-style.four-column li,
  .mk-clients-shortcode.column-style.two-column li,
  .mk-clients-shortcode.column-style.five-column li,
  .mk-clients-shortcode.column-style.six-column li {
    width: 100% !important;
  }
}
.mk-clients-shortcode.column-style .client-logo {
  width: 100%;
}
.mk-clients-shortcode.column-style .client-item .client-item-wrapper {
  border-width: 1px !important;
  border-top: none !important;
  border-left: none !important;
}
.mk-clients-shortcode .client-logo {
  position: relative;
  display: inline-block;
  background-position: center center;
  background-position: center;
  background-repeat: no-repeat;
}
.mk-clients-shortcode.bg-cover-true .client-logo {
  background-size: cover;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.mk-clients-shortcode .clients-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 20px;
  z-index: 14;
  display: table;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
}
.mk-clients-shortcode .clients-info-holder {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.mk-clients-shortcode .client-company {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
/* Shortcode:Icon Box
-------------------------------------------------------------------- */
.mk-box-icon {
  position: relative;
  margin-bottom: 40px;
  /* Style 1 */
  /* Style 2 */
  /* Style 3 */
}
.mk-box-icon .icon-box-title {
  margin-bottom: 14px;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 19px;
}
.mk-box-icon .icon-box-desc {
  margin-bottom: 18px;
}
.mk-box-icon .icon-box-desc p {
  margin: 0;
  color: inherit;
}
.mk-box-icon .mk-button {
  margin: 0;
}
.mk-box-icon .box-ico,
.mk-box-icon .icon-box-container {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.mk-box-icon.style1-box {
  text-align: center;
}
.mk-box-icon.style1-box .box-ico {
  font-size: 32px;
  margin-bottom: 13px;
  display: block;
}
.mk-box-icon.style1-box .icon-box-title {
  font-size: 16px !important;
  font-weight: 600;
}
.mk-box-icon.style2-box {
  text-align: left;
}
.mk-box-icon.style2-box .icon-box-title {
  margin-bottom: 10px !important;
}
.mk-box-icon.style2-box.icon-left-align .icon-box-container {
  left: 0;
}
.mk-box-icon.style2-box.icon-left-align .icon-box-content {
  margin-left: 45px;
}
.mk-box-icon.style2-box.icon-right-align {
  text-align: right;
}
.mk-box-icon.style2-box.icon-right-align .icon-box-container {
  right: 0;
}
.mk-box-icon.style2-box.icon-right-align .icon-box-content {
  margin-right: 45px;
}
.mk-box-icon.style2-box .icon-box-container {
  position: absolute;
  top: 2px;
}
.mk-box-icon.style2-box .box-ico {
  font-size: 32px;
  display: block;
}
.mk-box-icon.style2-box .icon-box-title {
  color: #696969;
  padding-top: 5px;
}
.mk-box-icon.style3-box,
.mk-box-icon.style4-box,
.mk-box-icon.style5-box,
.mk-box-icon.style6-box {
  text-align: center;
}
.mk-box-icon.style3-box .icon-box-container,
.mk-box-icon.style4-box .icon-box-container,
.mk-box-icon.style5-box .icon-box-container,
.mk-box-icon.style6-box .icon-box-container {
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mk-box-icon.style3-box.icon-round-true .icon-box-container,
.mk-box-icon.style4-box.icon-round-true .icon-box-container,
.mk-box-icon.style5-box.icon-round-true .icon-box-container,
.mk-box-icon.style6-box.icon-round-true .icon-box-container {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.mk-box-icon.style3-box .box-ico,
.mk-box-icon.style4-box .box-ico,
.mk-box-icon.style5-box .box-ico,
.mk-box-icon.style6-box .box-ico {
  font-size: 32px;
  line-height: 86px;
}
.mk-box-icon.style3-box .icon-box-container,
.mk-box-icon.style4-box .icon-box-container {
  margin-bottom: 15px;
}
.mk-box-icon.style3-box .icon-box-container,
.mk-box-icon.style5-box .icon-box-container {
  background-color: #fafafa;
  border: 1px solid #eee;
}
.mk-box-icon.style4-box .box-ico,
.mk-box-icon.style6-box .box-ico {
  color: #fff;
}
.mk-box-icon.style4-box .icon-box-container,
.mk-box-icon.style6-box .icon-box-container {
  border: 1px solid #eee;
}
.mk-box-icon.style5-box .icon-box-container,
.mk-box-icon.style6-box .icon-box-container {
  margin-bottom: -43px;
  z-index: 10;
  position: relative;
}
.mk-box-icon.style5-box .icon-box-content,
.mk-box-icon.style6-box .icon-box-content {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 60px 42px 40px;
  position: relative;
  z-index: 2;
}
.mk-box-icon.style7-box {
  text-align: left;
}
.mk-box-icon.style7-box .icon-box-container {
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.mk-box-icon.style7-box.icon-round-true .icon-box-container {
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.mk-box-icon.style7-box .box-ico {
  font-size: 64px;
  line-height: 130px;
  color: #fff;
  display: block;
}
.mk-box-icon.style7-box.icon-frame-false .box-ico {
  font-size: 128px;
  vertical-align: top;
}
.mk-box-icon.style7-box .icon-box-title {
  margin-bottom: 10px !important;
}
.mk-box-icon.style7-box.icon-left-align .icon-box-container {
  left: 0;
}
.mk-box-icon.style7-box.icon-left-align .icon-box-content {
  margin-left: 150px;
}
.mk-box-icon.style7-box.icon-left-align.icon-frame-false .icon-box-content {
  margin-left: 140px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.icon-left-align .icon-box-container {
  position: absolute;
  top: 3px;
}
.mk-box-icon.style7-box.icon-right-align {
  text-align: right;
}
.mk-box-icon.style7-box.icon-right-align .icon-box-container {
  right: 0;
}
.mk-box-icon.style7-box.icon-right-align .icon-box-content {
  margin-right: 150px;
}
.mk-box-icon.style7-box.icon-right-align.icon-frame-false .icon-box-content {
  margin-right: 140px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.icon-right-align .icon-box-container {
  position: absolute;
  top: 3px;
}
.mk-box-icon.style7-box.icon-top-align {
  text-align: center;
}
.mk-box-icon.style7-box.icon-top-align .icon-box-container {
  margin-bottom: 10px;
}
.mk-box-icon.style7-box.size-small .box-ico {
  font-size: 32px;
  line-height: 62px;
}
.mk-box-icon.style7-box.size-small.icon-frame-false .box-ico {
  font-size: 48px;
  vertical-align: top;
}
.mk-box-icon.style7-box.size-small .icon-box-container {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.mk-box-icon.style7-box.size-small.icon-left-align .icon-box-content {
  margin-left: 75px;
}
.mk-box-icon.style7-box.size-small.icon-left-align.icon-frame-false .icon-box-content {
  margin-left: 75px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.size-small.icon-right-align .icon-box-content {
  margin-right: 75px;
}
.mk-box-icon.style7-box.size-small.icon-right-align.icon-frame-false .icon-box-content {
  margin-right: 75px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.size-medium .box-ico {
  font-size: 48px;
  line-height: 92px;
}
.mk-box-icon.style7-box.size-medium.icon-frame-false .box-ico {
  font-size: 64px;
  vertical-align: top;
}
.mk-box-icon.style7-box.size-medium .icon-box-container {
  width: 90px;
  height: 90px;
  line-height: 90px;
}
.mk-box-icon.style7-box.size-medium.icon-left-align .icon-box-content {
  margin-left: 105px;
}
.mk-box-icon.style7-box.size-medium.icon-left-align.icon-frame-false .icon-box-content {
  margin-left: 105px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.size-medium.icon-right-align .icon-box-content {
  margin-right: 105px;
}
.mk-box-icon.style7-box.size-medium.icon-right-align.icon-frame-false .icon-box-content {
  margin-right: 105px;
  padding-top: 10px;
}
.mk-box-icon.style7-box .icon-box-title {
  color: #696969;
  padding-top: 5px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-box-icon.style7-box .icon-box-container {
    position: relative !important;
    margin-bottom: 10px;
  }
  .mk-box-icon.style7-box .icon-box-content {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
  }
}
/* Shortcode:Mini Callout Box
-------------------------------------------------------------------- */
.mk-call-to-action {
  overflow: hidden;
  padding: 60px 45px;
  border: 1px solid #eee;
  background-color: #fafafa;
}
.mk-call-to-action p {
  display: inline;
  margin-bottom: 0;
}
.mk-call-to-action .callout-desc {
  display: table;
  min-height: 43px;
}
.mk-call-to-action .callout-desc-holder {
  display: table-cell;
  padding: 0 20px 0 8px;
  vertical-align: middle;
}
.mk-call-to-action .callout-title {
  font-size: 22px;
  line-height: 130%;
}
.mk-call-to-action .mk-button {
  margin-right: 0;
}
@media handheld, only screen and (max-width: 700px) {
  .mk-call-to-action .callout-desc {
    display: block !important;
    text-align: center;
  }
  .mk-call-to-action .callout-desc-holder {
    display: block !important;
    padding: 0 !important;
  }
  .mk-call-to-action .mk-button {
    display: block !important;
    margin: 0 0 20px !important;
  }
}
/* Shortcode:Full Width Slideshow
-------------------------------------------------------------------- */
.mk-fullwidth-slideshow {
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
/* Shortcode:Gallery
-------------------------------------------------------------------- */
.mk-gallery {
  margin: 0 auto;
}
.mk-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-gallery ul li {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.mk-gallery .featured-image {
  line-height: 4px;
}
.mk-gallery .featured-image:hover .hover-overlay {
  opacity: 0.9;
}
.mk-gallery .featured-image:hover .gallery-meta {
  opacity: 1;
}
.mk-gallery .featured-image:hover .gallery-meta i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.mk-gallery.one-column li {
  width: 100%;
}
.mk-gallery.two-column li {
  width: 50%;
}
.mk-gallery.three-column li {
  width: 33.3%;
}
.mk-gallery.four-column li {
  width: 25%;
}
.mk-gallery.five-column li {
  width: 20%;
}
.mk-gallery.six-column li {
  width: 16.6%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-gallery.three-column li,
  .mk-gallery.four-column li,
  .mk-gallery.five-column li,
  .mk-gallery.six-column li {
    width: 33.2% !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-gallery.three-column li,
  .mk-gallery.four-column li,
  .mk-gallery.five-column li,
  .mk-gallery.six-column li {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .mk-gallery.three-column li,
  .mk-gallery.four-column li,
  .mk-gallery.two-column li,
  .mk-gallery.five-column li,
  .mk-gallery.six-column li {
    width: 100% !important;
  }
}
.mk-gallery.grid-style .item-holder {
  margin: 0 1px 1px 0;
  position: relative;
}
.mk-gallery.grid-style .mk-lightbox {
  min-width: 100px;
  min-height: 100px;
}
.mk-gallery.grid-style .gallery-meta {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-align: center;
  min-width: 32px;
  opacity: 0;
}
.mk-gallery.grid-style .gallery-meta i {
  font-size: 32px;
  width: 32px;
  height: 32px;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  display: inline-block;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
}
.mk-gallery.grid-style .the-title {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}
.mk-gallery.thumb-style {
  text-align: center;
}
.mk-gallery.thumb-style .gallery-thumb-large {
  margin-bottom: 1px;
}
.mk-gallery.thumb-style:hover .slideshow-swiper-arrows,
.mk-gallery.thumb-style:hover .gallery-thumb-lightbox {
  opacity: 1;
}
.mk-gallery.thumb-style:hover .mk-swiper-next {
  right: 20px;
}
.mk-gallery.thumb-style:hover .mk-swiper-prev {
  left: 20px;
}
.mk-gallery.thumb-style .gallery-thumb-lightbox {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 16px;
  line-height: 30px;
  margin: -16px 0 0 -16px;
  z-index: 10;
  opacity: 0;
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
}
.mk-gallery .gallery-thumbs-small {
  display: inline-block;
  margin: 0 auto;
}
.mk-gallery .gallery-thumbs-small a {
  display: inline-block;
  padding-right: 1px;
  padding-bottom: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mk-gallery .gallery-thumbs-small a img {
  opacity: 0.7;
}
.mk-gallery .gallery-thumbs-small a.active-item img {
  opacity: 1;
}
/* Shortcode:Google Maps
-------------------------------------------------------------------- */
.wpb_map_wraper {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 4px;
}
.wpb_map_wraper.circle-map {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.mk-gmaps-parallax {
  overflow: hidden;
}
.mk-gmaps-parallax > div {
  margin-top: -100px;
}
/* Shortcode:Page Serction
-------------------------------------------------------------------- */
.mk-page-section {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.mk-page-section .vc_row-fluid {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .mk-page-section {
    background-position: center !important;
    background-attachment: scroll !important;
    background-size: cover;
  }
}
.mk-half-layout {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
}
.mk-half-layout.half_left_layout {
  left: 0;
}
.mk-half-layout.half_right_layout {
  right: 0;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-half-layout {
    width: 100%;
    height: 500px;
  }
}
.mk-section-mask,
.mk-section-color-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.mk-section-color-mask {
  opacity: 0.7;
}
.mk-section-mask {
  background: url(../../images/video-mask.png) center center repeat;
}
.mk-section-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
}
.mk-section-video video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
@supports (object-fit:cover) {
   > video {
    object-fit: cover;
  }
}
.mk-custom-boxed {
  margin-bottom: 20px;
}
.mk-custom-boxed.drop-outer-shadow {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
}
.mk-mouse-parallax {
  position: absolute;
  top: 0;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax-y-axis {
  width: 100%;
  height: 130%;
}
.parallax-x-axis {
  width: 130%;
  height: 100%;
}
.parallax-both-axis {
  width: 130%;
  height: 130%;
}
.mk-padding-wrapper,
.mk-half-layout-container {
  position: relative;
  z-index: 5;
  padding-left: 20px;
  padding-right: 20px;
}
.mk-half-layout-container {
  width: 40%;
  margin: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mk-half-layout-container.half_left_layout {
  float: right;
}
.mk-half-layout-container.half_right_layout {
  float: left;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-half-layout-container {
    width: auto !important;
    margin: 0;
    padding-top: 530px !important;
    padding-left: 20px;
    padding-right: 20px;
    float: none !important;
  }
}
.fullwidth-true .mk-padding-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.expandable-section-trigger {
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
}
.expandable-section-trigger .mk-grid {
  position: relative;
}
.expandable-section-trigger.active-toggle {
  background-color: transparent;
}
.expandable-section-trigger span {
  font-size: 20px;
  display: block;
  padding: 40px 40px 40px 20px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.expandable-section-trigger i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 32px;
  line-height: 32px;
  margin: -16px 0 0 -16px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.expandable-section-trigger:hover span {
  opacity: 0;
}
.expandable-section-trigger:hover i {
  opacity: 1;
}
.mk-expandable-wrapper {
  position: relative;
  z-index: 5;
}
.mk-video-section-touch {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-device-width: 320px) and (max-width: 1024px) {
  .mk-page-section {
    background-position: center !important;
    background-attachment: scroll !important;
  }
  .mk-section-video {
    display: none !important;
  }
  .mk-video-section-touch {
    display: block !important;
  }
}
/* Shortcode:Twitter Feed
-------------------------------------------------------------------- */
.mk-tweet-shortcode {
  margin: 0;
}
.mk-tweet-shortcode li {
  list-style: none;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mk-tweet-shortcode li .tweet-time {
  display: block;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.mk-tweet-shortcode li span a {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.mk-twitter-shortcode {
  margin-bottom: 20px;
}
/* Shortcode:Audio Player
-------------------------------------------------------------------- */
.mk-audio {
  margin-bottom: 10px;
  padding: 9px;
  position: relative;
}
.mk-audio.add-baloon .jp-interface:before {
  position: absolute;
  top: -7px;
  left: 50px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #fafafa;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.mk-audio .mk-audio-author {
  display: block;
  margin: 0 0 9px 30px;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 0;
}
.mk-audio.small-version-true .jp-interface {
  padding: 20px 20px 55px;
}
.mk-audio.small-version-true .jp-controls {
  top: 62px;
  left: 20px;
}
.mk-audio.small-version-true .js-volume-wrapper {
  top: 62px;
  right: 20px;
}
/* Shortcode:Moving Images
-------------------------------------------------------------------- */
.mk-moving-image img {
  display: inline-block !important;
  width: auto !important;
}
.mk-moving-image.align-center {
  text-align: center;
}
.mk-moving-image.align-center img {
  margin: 0 auto;
}
.mk-moving-image.align-right {
  text-align: right;
}
.mk-moving-image.align-left {
  text-align: left;
}
/* Shortcode:Highlight
-------------------------------------------------------------------- */
.mk-process-steps {
  position: relative;
}
.mk-process-steps .step-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
}
.mk-process-steps .step-desc {
  font-size: 13px;
  font-weight: 600;
}
.mk-process-steps .step-icon {
  width: 95px;
  height: 95px;
  display: block;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  font-size: 32px;
  text-align: center;
  line-height: 95px;
  -webkit-backface-visibility: hidden;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  position: relative;
  z-index: 10;
}
.mk-process-steps .step-icon i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 95px;
  text-align: center;
  width: 95px;
  opacity: 0;
  color: #fff;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.mk-process-steps.dark-skin .step-title {
  color: #444 !important;
}
.mk-process-steps.dark-skin .step-desc {
  color: #939393;
}
.mk-process-steps.dark-skin .step-icon {
  background-color: #fff;
  border: 1px solid #eee;
}
.mk-process-steps.dark-skin .active-step-item .step-icon,
.mk-process-steps.dark-skin li:hover .step-icon,
.mk-process-steps.dark-skin .mk-step:hover .step-icon {
  color: #fff;
}
.mk-process-steps.dark-skin.vertical .step-items:before {
  border-left: 1px dashed #eee;
}
.mk-process-steps.dark-skin.vertical .mk-step:nth-child(odd) .step-holder:before {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.mk-process-steps.dark-skin.vertical .mk-step:nth-child(even) .step-holder:before {
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
.mk-process-steps.dark-skin.vertical .step-holder {
  background: #fff;
  border: 1px solid #eee;
}
.mk-process-steps.dark-skin.vertical .step-holder:before {
  background-color: #fff;
}
.mk-process-steps.light-skin .step-title {
  color: #fff !important;
}
.mk-process-steps.light-skin .step-desc {
  color: #eee;
}
.mk-process-steps.light-skin .step-icon {
  border: 1px solid #fff;
  color: #fff;
}
.mk-process-steps.light-skin .active-step-item .step-icon,
.mk-process-steps.light-skin li:hover .step-icon,
.mk-process-steps.light-skin .mk-step:hover .step-icon {
  background-color: #fff;
}
.mk-process-steps.light-skin.vertical .step-items:before {
  border-left: 1px dashed rgba(128, 128, 128, 0.5);
}
.mk-process-steps.light-skin.vertical .mk-step:nth-child(odd) .step-holder:before {
  border-left: 1px solid rgba(128, 128, 128, 0.5);
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}
.mk-process-steps.light-skin.vertical .mk-step:nth-child(even) .step-holder:before {
  border-right: 1px solid rgba(128, 128, 128, 0.5);
  border-top: 1px solid rgba(128, 128, 128, 0.5);
}
.mk-process-steps.light-skin.vertical .step-holder {
  background: #222;
  border: 1px solid rgba(128, 128, 128, 0.5);
}
.mk-process-steps.light-skin.vertical .step-holder:before {
  background-color: #222;
}
.mk-process-steps.vertical {
  margin-bottom: 30px;
}
.mk-process-steps.vertical .step-items {
  padding-top: 50px;
}
.mk-process-steps.vertical .step-items:before {
  content: "";
  display: block;
  height: 100%;
  width: 0px;
  position: absolute;
  top: 0;
  left: 50%;
}
.mk-process-steps.vertical .mk-step {
  display: block;
  padding: 70px 0;
  position: relative;
  *zoom: 1;
}
.mk-process-steps.vertical .mk-step:before,
.mk-process-steps.vertical .mk-step:after {
  content: " ";
  display: table;
}
.mk-process-steps.vertical .mk-step:after {
  clear: both;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) {
  margin-left: 50%;
  text-align: left;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) .step-icon {
  left: -47px;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder {
  margin: 0 30px 0 80px;
  right: -30px;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder:before {
  left: -7px;
}
.mk-process-steps.vertical .mk-step:nth-child(odd):hover .step-holder {
  opacity: 1;
  right: 0px;
}
.mk-process-steps.vertical .mk-step:nth-child(even) {
  margin-right: 50%;
  text-align: right;
}
.mk-process-steps.vertical .mk-step:nth-child(even) .step-icon {
  right: -47px;
}
.mk-process-steps.vertical .mk-step:nth-child(even) .step-holder {
  margin: 0 80px 0 30px;
  left: -30px;
}
.mk-process-steps.vertical .mk-step:nth-child(even) .step-holder:before {
  right: -7px;
}
.mk-process-steps.vertical .mk-step:nth-child(even):hover .step-holder {
  opacity: 1;
  left: 0;
}
.mk-process-steps.vertical .step-icon {
  position: absolute;
  top: 50%;
  margin-top: -47px;
}
.mk-process-steps.vertical .step-holder {
  position: relative;
  display: inline-block;
  padding: 16px 20px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-process-steps.vertical .step-holder:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
@media handheld, only screen and (max-width: 767px) {
  .mk-process-steps.vertical .mk-step:nth-child(odd) {
    margin-left: 0;
  }
  .mk-process-steps.vertical .mk-step:nth-child(odd) .step-icon {
    left: 0;
  }
  .mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder {
    margin: 0 0 0 110px !important;
    right: 0 !important;
    opacity: 1 !important;
  }
  .mk-process-steps.vertical .mk-step:nth-child(even) {
    margin-right: 0;
  }
  .mk-process-steps.vertical .mk-step:nth-child(even) .step-icon {
    right: 0;
  }
  .mk-process-steps.vertical .mk-step:nth-child(even) .step-holder {
    margin: 0 110px 0 0 !important;
    left: 0 !important;
    opacity: 1 !important;
  }
}
.mk-process-steps.horizontal .step-panes .step-icon {
  display: none;
}
.mk-process-steps.horizontal .step-items {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.mk-process-steps.horizontal .step-items li {
  margin: 0 30px;
  display: inline-block;
}
.mk-process-steps.horizontal .step-panes {
  min-height: 50px;
  padding-bottom: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.mk-process-steps.horizontal .step-panes .mk-step {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 0;
  top: 30px;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
}
.mk-process-steps.horizontal .step-panes .mk-step.active-step {
  opacity: 1;
  top: 0;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-process-steps.horizontal .step-items {
    text-align: center;
  }
  .mk-process-steps.horizontal .step-items:before {
    display: none;
  }
  .mk-process-steps.horizontal .step-items li {
    margin: 15px;
  }
}
.mk-advanced-gmaps img {
  max-width: none !important;
}
/* Shortcode:-------------------------------------------------------------------- */
.mk-window-scroller {
  margin: 0 0 20px 14px;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.08);
  cursor: ns-resize;
}
.mk-window-scroller .window-top-bar {
  position: relative;
  background-color: #eeeeee;
  border-bottom: 1px solid #fff;
  height: 30px;
}
.mk-window-scroller .window-top-bar:before,
.mk-window-scroller .window-top-bar:after,
.mk-window-scroller .window-top-bar span {
  display: block;
  height: 10px;
  width: 10px;
  content: "";
  position: absolute;
  top: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.mk-window-scroller .window-top-bar:before {
  background-color: #ff4351;
  left: 12px;
}
.mk-window-scroller .window-top-bar:after {
  background-color: #ffc600;
  left: 27px;
}
.mk-window-scroller .window-top-bar span {
  background-color: #71b93f;
  left: 43px;
}
.mk-window-scroller .image-holder {
  overflow: hidden;
  position: relative;
}
.mk-window-scroller .image-holder img {
  position: absolute;
  top: 0;
}
/* Shortcode:Count Down
-------------------------------------------------------------- */
.mk-event-countdown {
  margin-bottom: 30px;
}
.mk-event-countdown ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.mk-event-countdown ul li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 35px 0 30px 0;
  width: 110px;
  border: 1px solid #eaeaea;
}
.mk-event-countdown ul li:first-child {
  margin-left: 0;
}
.mk-event-countdown ul li:first-child:before {
  display: none !important;
}
.mk-event-countdown ul li:before {
  position: absolute;
  top: 50%;
  left: -16px;
  display: block;
  width: 16px;
  height: 1px;
  content: "";
}
.mk-event-countdown ul .countdown-timer {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 40px;
}
.mk-event-countdown ul .countdown-text {
  display: block;
  color: #545454;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 13px;
  opacity: 0.5;
}
.mk-event-countdown.dark-skin li:before {
  background-color: #eee;
}
.mk-event-countdown.dark-skin li {
  border-color: #eee;
  background-color: #fafafa;
}
.mk-event-countdown.light-skin li:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.mk-event-countdown.light-skin li {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
}
.mk-event-countdown.light-skin .countdown-text {
  color: #fff;
}
.mk-event-countdown.light-skin .countdown-timer {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .mk-event-countdown li {
    width: 40px !important;
    padding: 10px 0 10px 0 !important;
  }
  .mk-event-countdown li .countdown-timer {
    font-size: 14px !important;
  }
  .mk-event-countdown li .countdown-text {
    display: none;
  }
}
/* Shortcode:Laptop Slideshow
-------------------------------------------------------------------- */
.mk-tablet-slideshow {
  margin: 0 auto 40px;
  width: 100%;
  text-align: center;
}
.mk-tablet-slideshow .mk-flex-slides {
  margin: 0 auto !important;
  padding: 60px  0px 60px 0px;
}
@media handheld, only screen and (max-width: 500px) {
  .mk-tablet-slideshow .mk-flex-slides {
    padding: 50px  20px 40px 20px !important;
  }
}
.mk-tablet-slideshow .flex-direction-nav a {
  margin-top: -16px;
}
.mk-tablet-slideshow .flex-direction-nav a .mk-icon-chevron-left:before,
.mk-tablet-slideshow .flex-direction-nav a .mk-icon-chevron-right:before {
  font-size: 32px;
}
.mk-tablet-slideshow:hover .flex-direction-nav a {
  opacity: 1;
}
.mk-tablet-slideshow:hover .flex-prev {
  left: 60px;
}
.mk-tablet-slideshow:hover .flex-next {
  right: 60px;
}
.mk-tablet-slideshow .mk-flex-slides {
  text-align: center;
}
.mk-tablet-slideshow .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 60;
  margin-top: -16px;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  opacity: 0;
}
.mk-tablet-slideshow .flex-direction-nav a i {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
.mk-tablet-slideshow .flex-prev {
  left: 30px;
}
.mk-tablet-slideshow .flex-next {
  right: 30px;
}
.mk-tablet-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
.vc_span4 > .mk-tablet-slideshow .mk-flex-slides {
  padding: 35px 10px 20px 10px;
}
.vc_span4 > .mk-tablet-slideshow:hover .flex-prev {
  left: 40px;
}
.vc_span4 > .mk-tablet-slideshow:hover .flex-next {
  right: 40px;
}
.vc_span3 > .mk-tablet-slideshow .mk-flex-slides {
  padding: 25px 10px 20px 10px;
}
.vc_span3 > .mk-tablet-slideshow .flex-prev,
.vc_span3 > .mk-tablet-slideshow .flex-next {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.vc_span3 > .mk-tablet-slideshow:hover .flex-prev {
  left: 30px;
}
.vc_span3 > .mk-tablet-slideshow:hover .flex-next {
  right: 30px;
}
.vc_span2 > .mk-tablet-slideshow .mk-flex-slides {
  padding: 10px 5px 10px 5px;
}
.vc_span2 > .mk-tablet-slideshow .flex-prev,
.vc_span2 > .mk-tablet-slideshow .flex-next {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.vc_span2 > .mk-tablet-slideshow:hover .flex-prev {
  left: 20px;
}
.vc_span2 > .mk-tablet-slideshow:hover .flex-next {
  right: 20px;
}
/* Shortcode:Mobile Slideshow
-------------------------------------------------------------------- */
.mk-mobile-slideshow {
  margin: 0 auto 40px;
  width: 100%;
  text-align: center;
}
.mk-mobile-slideshow:hover .flex-direction-nav a {
  opacity: 0.7;
}
.mk-mobile-slideshow.landscape-style .mk-flex-slides {
  margin: 0 auto !important;
  padding: 40px  20px 20px 20px;
}
@media handheld, only screen and (max-width: 900px) {
  .mk-mobile-slideshow.landscape-style .mk-flex-slides {
    padding: 30px  90px 20px 90px !important;
  }
}
@media handheld, only screen and (max-width: 700px) {
  .mk-mobile-slideshow.landscape-style .mk-flex-slides {
    padding: 20px  70px 20px 70px !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-mobile-slideshow.landscape-style .mk-flex-slides {
    padding: 15px  50px 20px 50px !important;
  }
}
@media handheld, only screen and (max-width: 400px) {
  .mk-mobile-slideshow.landscape-style .mk-flex-slides {
    padding: 15px  40px 20px 40px !important;
  }
}
.mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 155px;
}
.mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 140px;
}
@media handheld, only screen and (max-width: 700px) {
  .mk-mobile-slideshow.landscape-style:hover .flex-prev {
    left: 105px !important;
  }
  .mk-mobile-slideshow.landscape-style:hover .flex-next {
    right: 95px !important;
  }
}
.mk-mobile-slideshow.portrait-style .mk-flex-slides {
  margin: 0 auto !important;
  padding: 90px  20px 90px 20px;
}
@media handheld, only screen and (max-width: 400px) {
  .mk-mobile-slideshow.portrait-style .mk-flex-slides {
    padding: 90px  10px 70px 10px !important;
  }
}
.mk-mobile-slideshow.portrait-style:hover .flex-prev {
  left: 50px;
}
.mk-mobile-slideshow.portrait-style:hover .flex-next {
  right: 60px;
}
.mk-mobile-slideshow .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 60;
  margin-top: -16px;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  opacity: 0;
}
.mk-mobile-slideshow .flex-direction-nav a i {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
.mk-mobile-slideshow .flex-prev {
  left: 30px;
}
.mk-mobile-slideshow .flex-next {
  right: 30px;
}
.mk-mobile-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.vc_span6 > .mk-mobile-slideshow.landscape-style .mk-flex-slides {
  padding: 20px 60px 10px 60px;
}
.vc_span4 > .mk-mobile-slideshow.landscape-style .mk-flex-slides {
  padding: 10px 40px 10px 40px;
}
.vc_span4 > .mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 70px;
}
.vc_span4 > .mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 70px;
}
.vc_span3 > .mk-mobile-slideshow.landscape-style .mk-flex-slides {
  padding: 10px 30px 10px 30px;
}
.vc_span3 > .mk-mobile-slideshow.landscape-style .flex-prev,
.vc_span3 > .mk-mobile-slideshow.landscape-style .flex-next {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.vc_span3 > .mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 40px;
}
.vc_span3 > .mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 40px;
}
.vc_span3 > .mk-mobile-slideshow.portrait-style .mk-flex-slides {
  padding: 75px  20px 90px 20px;
}
.vc_span3 > .mk-mobile-slideshow.portrait-style .flex-prev,
.vc_span3 > .mk-mobile-slideshow.portrait-style .flex-next {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.vc_span3 > .mk-mobile-slideshow.portrait-style:hover .flex-prev {
  left: 30px;
}
.vc_span3 > .mk-mobile-slideshow.portrait-style:hover .flex-next {
  right: 30px;
}
.vc_span2 > .mk-mobile-slideshow.portrait-style .mk-flex-slides {
  padding: 40px 10px 10px 10px;
}
.vc_span2 > .mk-mobile-slideshow.portrait-style .flex-prev,
.vc_span2 > .mk-mobile-slideshow.portrait-style .flex-next {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}
.vc_span2 > .mk-mobile-slideshow.portrait-style:hover .flex-prev {
  left: 20px;
}
.vc_span2 > .mk-mobile-slideshow.portrait-style:hover .flex-next {
  right: 20px;
}
.vc_span2 > .mk-mobile-slideshow.landscape-style .mk-flex-slides {
  padding: 5px 20px 0px 20px;
}
.vc_span2 > .mk-mobile-slideshow.landscape-style .flex-prev,
.vc_span2 > .mk-mobile-slideshow.landscape-style .flex-next {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.vc_span2 > .mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 20px;
}
.vc_span2 > .mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 20px;
}
/* Gravity forms Styling
-------------------------------------------------------------- */
.gform_wrapper select {
  padding: 12px 14px 12px 20px !important;
}
.gform_wrapper select[multiple=multiple] {
  padding: 8px !important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
  font-size: 13px !important;
  color: #767676 !important;
  padding: 10px !important;
}
.gform_wrapper .button {
  margin-right: 10px !important;
  border: 1px solid #eee !important;
  outline: none !important;
  color: #666 !important;
  font-size: 13px;
  line-height: 13px !important;
  padding: 12px 25px !important;
  vertical-align: top;
  background-image: none !important;
  letter-spacing: 1px;
  display: inline-block;
  background-color: transparent;
}
.gform_wrapper .button:hover {
  color: #fff !important;
}
.gform_wrapper .gf_progressbar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
}
.gform_wrapper .percentbar_blue {
  background-image: none !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-left: 2px;
}
.gform_wrapper li,
.gform_wrapper form li {
  padding-bottom: 10px;
}
.gform_wrapper .top_label .gfield_label {
  margin-bottom: 6px !important;
}
@media only screen and (max-width: 550px) {
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half,
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right,
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: 99% !important;
    margin-top: 10px;
    float: none !important;
  }
}
/* Device visbility media queries
-------------------------------------------------------------------- */
.visible-sm,
.visible-tl,
.visible-dt {
  display: none;
}
/* Only mobiles */
@media screen and (max-width: 765px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}
/* only tables */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .hidden-tl {
    display: none !important;
  }
  .visible-tl {
    display: block !important;
  }
}
/* Only Desktops */
@media only screen and (min-width: 1224px) {
  .hidden-dt {
    display: none !important;
  }
  .visible-dt {
    display: block !important;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .no-smartphone {
    display: none !important;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .no-ipad {
    display: none !important;
  }
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-iphone {
    display: none !important;
  }
}
/* Inherit P tags inside shortcodes */
.mk-fancy-title p,
.mk-blockquote p,
.pricing-offer-grid p,
.mk-title-box p {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.mk-employees > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-employees.column_rounded-style .mk-employee-item {
  float: left;
  margin: 0;
  text-align: center;
}
.mk-employees.column_rounded-style .team-member-name {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 6px;
}
.mk-employees.column_rounded-style .team-member-position {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 12px;
}
.mk-employees.column_rounded-style .team-member-desc {
  display: block;
  padding: 0 0 10px;
}
.mk-employees.column_rounded-style .team-thumbnail,
.mk-employees.column_rounded-style .team-thumbnail img,
.mk-employees.column_rounded-style .hover-overlay {
  -webkit-border-radius: 1500px;
  -moz-border-radius: 1500px;
  border-radius: 1500px;
}
.mk-employees.column_rounded-style .team-thumbnail {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.mk-employees.column_rounded-style .team-thumbnail img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.mk-employees.column_rounded-style .team-thumbnail:hover .mk-employeee-networks a {
  opacity: 1;
}
.mk-employees.column_rounded-style .team-thumbnail:hover .hover-overlay {
  opacity: 0.3;
}
.mk-employees.column_rounded-style.one-column .mk-employee-item {
  padding: 0 0 50px;
  width: 100%;
}
.mk-employees.column_rounded-style.one-column .mk-employee-item .team-thumbnail {
  float: left;
  width: 50%;
}
.mk-employees.column_rounded-style.one-column .mk-employee-item .team-info-wrapper {
  float: left;
  padding: 10px 30px;
  width: 50%;
}
.mk-employees.column_rounded-style.two-column .mk-employee-item {
  padding: 0 20px 50px;
  width: 49.8%;
}
.mk-employees.column_rounded-style.three-column .mk-employee-item {
  padding: 0 20px 40px;
  width: 33.3%;
}
.mk-employees.column_rounded-style.four-column .mk-employee-item {
  padding: 0 10px 30px;
  width: 24.8%;
}
.mk-employees.column_rounded-style.five-column .mk-employee-item {
  padding: 0 10px 20px;
  width: 19.8%;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-employees.column_rounded-style.three-column .mk-employee-item,
  .mk-employees.column_rounded-style.four-column .mk-employee-item,
  .mk-employees.column_rounded-style.five-column .mk-employee-item {
    padding: 0 20px 50px;
    width: 50%;
  }
  .mk-employees.column_rounded-style .clearboth {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-employees.column_rounded-style .mk-employee-item {
    padding: 0 0 40px !important;
    width: 100% !important;
  }
}
.mk-employees.column-style .mk-employee-item {
  float: left;
  margin: 0;
}
.mk-employees.column-style .team-member-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.mk-employees.column-style .team-member-position {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 12px;
}
.mk-employees.column-style .team-member-desc {
  display: block;
  padding: 0 0 10px;
}
.mk-employees.column-style .team-thumbnail {
  margin-bottom: 15px;
  position: relative;
}
.mk-employees.column-style .team-thumbnail img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.mk-employees.column-style .team-thumbnail:hover .mk-employeee-networks a {
  opacity: 1;
}
.mk-employees.column-style .team-thumbnail:hover .hover-overlay {
  opacity: 0.8;
}
.mk-employees.column-style.one-column .mk-employee-item {
  padding: 0 0 50px;
  width: 100%;
}
.mk-employees.column-style.one-column .mk-employee-item .team-thumbnail {
  float: left;
  width: 50%;
}
.mk-employees.column-style.one-column .mk-employee-item .team-info-wrapper {
  float: left;
  padding: 10px 30px;
  width: 50%;
}
.mk-employees.column-style.two-column .mk-employee-item {
  padding: 0 20px 50px;
  width: 49.8%;
}
.mk-employees.column-style.three-column .mk-employee-item {
  padding: 0 20px 30px;
  width: 33.3%;
}
.mk-employees.column-style.four-column .mk-employee-item {
  padding: 0 10px 20px;
  width: 24.8%;
}
.mk-employees.column-style.five-column .mk-employee-item {
  padding: 0 10px 12px;
  width: 19.8%;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-employees.column-style.three-column .mk-employee-item,
  .mk-employees.column-style.four-column .mk-employee-item,
  .mk-employees.column-style.five-column .mk-employee-item {
    padding: 0 20px 50px;
    width: 50%;
  }
  .mk-employees.column-style .clearboth {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-employees.column-style .mk-employee-item {
    padding: 0 0 40px !important;
    width: 100% !important;
  }
}
.mk-employees.grid-style {
  text-align: center;
  margin: 0 auto;
}
.mk-employees.grid-style .mk-employee-item {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
  border-right: none;
  line-height: 4px;
  display: inline-block;
  border: 1px solid transparent;
  border-top: none;
  border-left: none;
}
.mk-employees.grid-style .mk-employee-item:hover .mk-employeee-networks a {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  -o-transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
.mk-employees.grid-style .mk-employee-item:hover .hover-overlay {
  opacity: 0.7;
}
.mk-employees.grid-style .mk-employee-item:hover .team-member-name,
.mk-employees.grid-style .mk-employee-item:hover .team-member-position {
  opacity: 1;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-employees.grid-style .mk-employee-item img {
    width: 100%;
  }
}
.mk-employees.grid-style .team-info-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 215px;
  width: 100%;
  display: table;
  z-index: 8;
  line-height: 20px;
}
.mk-employees.grid-style .team-info-holder {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
}
.mk-employees.grid-style .team-member-name {
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: bold;
  opacity: 0;
}
.mk-employees.grid-style .team-member-position {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: block;
  opacity: 0;
}
.mk-employees.grid-style .mk-employeee-networks {
  position: relative !important;
  margin: 10px 0 0 !important;
  top: auto !important;
  left: auto !important;
}
.mk-employees .hover-overlay {
  z-index: 8;
}
.mk-employeee-networks {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -25px 0 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}
.mk-employeee-networks li {
  display: inline-block;
  float: none !important;
  margin: 0;
}
.mk-employeee-networks li a {
  display: block;
  margin: 3px;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.mk-employeee-networks li a i {
  line-height: 32px;
  font-size: 16px;
}
.mk-employeee-networks li a:hover {
  background-color: #fff;
}
.mk-pricing-table {
  margin-bottom: 30px;
  text-align: left;
}
.mk-pricing-offer-grid {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-top: 188px;
  padding-right: 1px;
}
.mk-pricing-offer-grid .mk-offers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.mk-pricing-offer-grid .mk-offers ul li {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  padding: 15px 0;
  display: block;
  width: auto;
  font-weight: bold;
}
.has-pricing-offer .mk-pricing-cols {
  width: 80% !important;
  text-align: left;
}
/* Pricing Columns */
.mk-pricing-cols {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.mk-pricing-cols li {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  max-width: 265px;
  position: relative;
  z-index: 10;
}
.mk-pricing-cols li.four-table {
  width: 25%;
}
.mk-pricing-cols li.three-table {
  width: 33.3333333%;
}
.mk-pricing-cols li.two-table {
  width: 50%;
}
.mk-pricing-cols li.one-table {
  width: 100%;
}
.mk-pricing-cols li:nth-child(odd) .mk-pricing-plan {
  background-color: rgba(0, 0, 0, 0.6);
}
.mk-pricing-cols li:nth-child(odd) .mk-pricing-price,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-features,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-button {
  position: relative;
}
.mk-pricing-cols li:nth-child(odd) .mk-pricing-price:before,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-features:before,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-button:before {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.04);
  content: "";
  z-index: 1;
}
.mk-pricing-cols > li {
  margin-top: 30px;
}
.mk-pricing-cols .mk-pricing-plan {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 7px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mk-pricing-cols .mk-pricing-price {
  height: 130px;
  width: 100%;
}
.mk-pricing-cols .mk-pricing-price span {
  font-size: 50px;
  line-height: 130px;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 10;
}
.mk-pricing-cols .mk-pricing-features ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
}
.mk-pricing-cols .mk-pricing-features ul li {
  font-size: 13px;
  line-height: 16px;
  padding: 15px 0;
  display: block;
  width: auto;
  background-color: rgba(0, 0, 0, 0.005);
}
.mk-pricing-cols .mk-pricing-features ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.01);
}
.mk-pricing-cols .mk-pricing-features i {
  font-size: 16px;
}
.mk-pricing-cols .mk-pricing-features .mk-icon-check {
  color: #00c360;
}
.mk-pricing-cols .mk-pricing-features .mk-icon-times {
  color: #ff0048;
}
.mk-pricing-cols .mk-pricing-features .mk-icon-star {
  margin-left: 3px;
}
.mk-pricing-cols .mk-pricing-features .mk-icon-star.empty {
  color: #b0b0b0;
}
.mk-pricing-cols .mk-pricing-button {
  padding: 20px 0 30px;
  background-color: rgba(0, 0, 0, 0.01);
}
.mk-pricing-cols .mk-pricing-button a {
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}
.featured-plan {
  margin: 1px -1px 0 -1px !important;
  border: 1px solid rgba(0, 0, 0, 0.6);
  z-index: 30 !important;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.24);
}
.featured-plan .mk-pricing-price {
  height: 158px;
}
.featured-plan .mk-pricing-button {
  padding: 30px 0 50px;
}
.mk-pricing-table.light .mk-pricing-features li {
  border-bottom: 1px dotted #d9d9d9;
}
.mk-pricing-table.light .mk-offers ul li {
  background-color: rgba(0, 0, 0, 0.005);
  border-bottom: 1px dotted #d9d9d9;
}
.mk-pricing-table.light .mk-offers ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.01);
}
/* Dark Skin */
.mk-pricing-table.dark {
  color: #fff;
}
.mk-pricing-table.dark .mk-offers ul li {
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-pricing-table.dark .mk-offers ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.45);
}
.mk-pricing-table.dark .mk-pricing-features ul li {
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-pricing-table.dark .mk-pricing-features ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.45);
}
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-plan {
  background-color: rgba(0, 0, 0, 0.6);
}
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-price:before,
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-features:before,
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-button:before {
  background-color: rgba(0, 0, 0, 0.15);
}
.mk-pricing-table.dark .mk-pricing-button {
  background-color: rgba(0, 0, 0, 0.4);
}
@media handheld, only screen and (max-width: 960px) {
  .mk-pricing-offer-grid {
    display: none;
  }
  .mk-pricing-cols,
  .has-pricing-offer .mk-pricing-cols {
    width: 100% !important;
    text-align: center;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-pricing-cols .mk-pricing-col {
    width: 100% !important;
    margin-bottom: 30px;
    display: block;
    max-width: none !important;
  }
  .mk-pricing-cols .mk-pricing-col li {
    max-width: none !important;
  }
}
/* *
*
-------------------------- WIDGETS SECTION -----------------------------
*
* */
.widget {
  overflow: hidden;
  margin-bottom: 40px;
}
.widgettitle {
  position: relative;
  display: block;
  margin-bottom: 20px;
  line-height: 100%;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
.widgettitle:after {
  display: block;
  content: "";
  width: 70px;
  height: 5px;
  background-color: rgba(128, 128, 128, 0.15);
  margin: 10px 0;
}
.mk-side-dashboard .widgettitle {
  margin-bottom: 10px;
}
.mk-side-dashboard .widget {
  margin-bottom: 20px;
}
#mk-sidebar ul,
#mk-footer ul,
.mk-side-dashboard ul {
  margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_authors li,
.widget_contact_info li,
.widget_popular_posts li,
.widget_text li,
.widget_recent_posts li,
.widget_twitter li,
.widget_pages li,
.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li,
.widget_product_categories li,
.widget_display_topics li,
.widget_display_forums li,
.widget_display_views li {
  margin: 0;
  list-style: none;
}
.widget_archive li a,
.widget_recent_comments .recentcomments,
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_contact_info li a,
.widget_pages li a,
.widget_text li a,
.widget_recent_entries li a,
.widget_product_categories li a,
.widget_display_topics li a,
.widget_display_forums li a,
.widget_display_views li a {
  display: inline-block;
  margin: 0 0 12px 0;
  text-decoration: none;
  line-height: 18px;
}
.widget_archive li a,
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_product_categories li a,
.widget_display_topics li a,
.widget_display_forums li a,
.widget_display_views li a {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  display: block;
  padding-bottom: 12px;
}
.widget_pages li {
  margin: 0;
  padding: 0;
}
.widget_pages li a {
  padding: 10px 10px;
  margin: 0;
  display: block;
}
.widget_pages li:nth-child(odd) a {
  background-color: rgba(128, 128, 128, 0.1);
}
.widget_pages .page_item_has_children li:nth-child(odd) a {
  background-color: transparent;
  padding: 5px 10px 5px 20px;
}
/* Widgets:Recent Comments
-------------------------------------------------------------------- */
.mk-recent-comments .recentcomments {
  position: relative;
  padding-left: 68px;
  margin-bottom: 16px;
  display: block;
}
.mk-recent-comments .recentcomments .comment-detail {
  position: relative;
  min-height: 60px;
  padding: 16px;
  background-color: rgba(128, 128, 128, 0.1);
  display: block;
}
.mk-recent-comments .recentcomments .comment-detail p {
  margin: 0;
  line-height: 18px;
}
.mk-recent-comments .recentcomments .comment-detail:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid rgba(128, 128, 128, 0.1);
  left: -8px;
  top: 50%;
  margin-top: -4px;
}
.mk-recent-comments .comment-avatar {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.mk-recent-comments .comment-author {
  font-weight: bold;
  margin-bottom: 2px;
  color: #4c4c4c;
}
/* Widget:RSS
-------------------------------------------------------------------- */
.widget_rss li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.widget_rss .rsswidget {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
}
.widget_rss .rss-date {
  display: block;
  padding-top: 5px;
  font-size: 11px;
}
.widget_rss cite {
  font-size: 11px;
}
.widget_rss .rssSummary {
  padding: 6px 0;
}
/* Widget:Sub Navigation
-------------------------------------------------------------------- */
.widget-sub-navigation ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-sub-navigation ul li {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 8px 25px;
}
.widget-sub-navigation ul li:last-child {
  border-bottom: none !important;
  padding-bottom: 16px !important;
}
.widget-sub-navigation ul li:first-child {
  padding-top: 16px !important;
}
.widget-sub-navigation ul li a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.widget-sub-navigation ul li.current_page_item {
  font-weight: 600;
}
.right-layout .widget-sub-navigation {
  text-align: left;
}
.right-layout .widget-sub-navigation li {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.right-layout .widget-sub-navigation li.current_page_item {
  border-left: none;
}
.left-layout .widget-sub-navigation li {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  text-align: right;
}
.left-layout .widget-sub-navigation li.current_page_item {
  border-right: none;
}
.widget_tag_cloud li,
.widget_categories li,
.widget_product_tag_cloud li {
  display: inline-block;
}
.widget_tag_cloud a,
.widget_categories a,
.widget_product_tag_cloud a {
  display: inline-block;
  margin: 8px 3px 0 0;
  padding: 8px 10px;
  text-transform: capitalize;
  font-size: 12px !important;
  line-height: 100%;
  background-color: rgba(128, 128, 128, 0.1);
}
.widget_tag_cloud a:hover,
.widget_categories a:hover,
.widget_product_tag_cloud a:hover {
  color: #fff !important;
}
/* Widgets:CONTACT INFO
-------------------------------------------------------------------- */
.widget_contact_info ul {
  padding: 0;
}
.widget_contact_info ul li {
  position: relative;
  display: block;
  margin: 0 0 9px 0;
  padding: 0 0 0 46px;
  line-height: 30px;
}
.widget_contact_info ul li span {
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
}
.widget_contact_info ul li a {
  margin: 0;
}
.widget_contact_info ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 28px;
  font-size: 16px;
  height: 28px;
  width: 28px;
  display: block;
  text-align: left;
  border-right: 1px solid rgba(128, 128, 128, 0.2);
}
.widget_contact_info.dark-skin li i {
  border-right: 1px solid #eee;
  color: #737373;
}
.widget_contact_info.light-skin li span,
.widget_contact_info.light-skin li a {
  color: #fff;
}
.widget_contact_info.light-skin li i {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
/* Widgets:Video
-------------------------------------------------------------------- */
.widget_video .mk-frame {
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(128, 128, 128, 0.05);
  padding: 25px 12px 12px;
  margin: 30px 3px 3px 0;
}
.widget_video .mk-frame .video-title {
  font-weight: 600;
  padding: 0 10px;
  font-size: 14px;
  margin-top: 14px;
}
.widget_video .mk-frame .video-desc {
  padding: 0 10px;
}
/* Widgets:INSTAGRAM FEEDS
-------------------------------------------------------------------- */
.mk-instagram-feeds .item-holder {
  margin: 0 1px 1px 0;
  position: relative;
}
.mk-instagram-feeds a {
  line-height: 4px;
  float: left;
}
.mk-instagram-feeds .one-columns {
  width: 100%;
}
.mk-instagram-feeds .two-columns {
  width: 49.8%;
}
.mk-instagram-feeds .three-columns {
  width: 33.2%;
}
.mk-instagram-feeds .four-columns {
  width: 24.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 25px;
  padding: 0;
  list-style: none;
}
.widget_posts_lists ul li .featured-image {
  float: left;
  overflow: hidden;
  margin: 0;
  display: block;
}
.widget_posts_lists ul li .post-list-info {
  margin: 0 0 0 100px;
}
.widget_posts_lists ul li .post-list-info.posts-no-thumb {
  margin-left: 0;
}
.widget_posts_lists ul li .post-list-title {
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
}
.widget_posts_lists ul li .post-list-title:after {
  margin-top: 8px;
  display: block;
  width: 70px;
  height: 1px;
  content: "";
  background-color: rgba(128, 128, 128, 0.2);
}
.widget_posts_lists ul li .post-list-meta {
  display: block;
}
.widget_posts_lists ul li .post-list-meta time {
  color: #999999;
}
.widget_posts_lists ul li .post-list-meta time,
.widget_posts_lists ul li .post-list-meta a {
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  font-style: italic;
}
/* Widgets:Blog Posts Tabs : Popular + Recent + comments
-------------------------------------------------------------------- */
.widget_posts_tabs .mk-tabs-pane li {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 0 20px;
  list-style: none;
  border-bottom: 1px solid #eee;
}
.widget_posts_tabs .mk-tabs-pane li .featured-image {
  float: left;
  overflow: hidden;
  margin: 0;
  display: block;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-info {
  margin: 0 0 0 80px;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-info.posts-no-thumb {
  margin-left: 0;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-title {
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta {
  display: block;
  line-height: 18px;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta time,
.widget_posts_tabs .mk-tabs-pane li .post-list-meta .cats {
  display: inline-block;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta time {
  font-size: 11px;
  font-weight: bold;
  color: #444444;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta .cats a {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.widget_posts_tabs .mk-tabs-pane li .blog-comments,
.widget_posts_tabs .mk-tabs-pane li .mk-love-holder {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #999999 !important;
  padding-right: 8px;
}
.widget_posts_tabs .mk-tabs-pane li .blog-comments i,
.widget_posts_tabs .mk-tabs-pane li .mk-love-holder i {
  color: #eeeeee;
  font-size: 16px;
}
.widget_posts_tabs .mk-tabs-tabs {
  border-bottom: 3px solid #eeeeee;
}
.widget_posts_tabs .mk-tabs-tabs li {
  display: inline-block;
  padding: 10px 12px 6px;
}
.widget_posts_tabs .mk-tabs-tabs li a {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  color: #999999 !important;
}
.widget_posts_tabs .mk-tabs-tabs li.ui-state-active {
  background-color: #eeeeee;
}
.widget_posts_tabs .mk-tabs-tabs li.ui-state-active a {
  color: #454545 !important;
}
.widget_posts_tabs .mk-tabs-panes {
  padding-top: 20px;
}
/* Widgets:SOCIAL NETWORKS
-------------------------------------------------------------------- */
.widget_social_networks a,
.mk-social-network a {
  position: relative;
  display: inline-block;
  float: left;
  margin: 4px;
  line-height: 100%;
  font-size: 16px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
}
.widget_social_networks a.dark,
.mk-social-network a.dark {
  color: #737373 !important;
  border: 1px solid #eee;
}
.widget_social_networks a.dark:hover,
.mk-social-network a.dark:hover {
  color: #fff !important;
}
.widget_social_networks a.light,
.mk-social-network a.light {
  border-style: solid;
  border-width: 1px;
}
.widget_social_networks a.light:hover,
.mk-social-network a.light:hover {
  color: #000 !important;
}
/* Widgets:TESTIMONIAL SLIDER
-------------------------------------------------------------------- */
.widget_testimonials .testimonial-slider {
  position: relative;
}
.widget_testimonials .testimonial-slider li {
  margin: 0;
}
.widget_testimonials .testimonial-slider .testimonial-quote {
  position: relative;
  padding: 15px 20px;
  background-color: rgba(128, 128, 128, 0.1);
}
.widget_testimonials .testimonial-slider .testimonial-quote:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(128, 128, 128, 0.1);
  left: 50%;
  bottom: -8px;
  margin-left: -4px;
}
.widget_testimonials .testimonial-slider .testimonial-details {
  margin-top: 15px;
  text-align: center;
}
.widget_testimonials .testimonial-slider .testimonial-author {
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.widget_testimonials .testimonial-slider .testimonial-position {
  display: block;
  font-size: 12px;
  line-height: 12px;
}
/* Widgets:RECENT PORTFOLIOS
-------------------------------------------------------------------- */
.widget_recent_portfolio {
  overflow: visible;
}
.widget_recent_portfolio ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_recent_portfolio ul li {
  position: relative;
  margin: 0;
  float: left;
  padding: 0;
  display: block;
  width: 50%;
}
.widget_recent_portfolio .item-holder {
  margin: 0 1px 1px 0;
}
.widget_recent_portfolio .portfolio-permalink {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  border: 1px solid #fff;
}
.widget_recent_portfolio .portfolio-permalink:hover {
  background-color: #fff;
}
.widget_recent_portfolio .portfolio-permalink i {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  display: block;
}
.widget_recent_portfolio .portfolio-meta {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
.widget_recent_portfolio .portfolio-meta .portfolio-plus-icon i {
  font-size: 32px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  color: #fff;
  display: block;
}
.widget_recent_portfolio .featured-image {
  line-height: 4px;
}
.widget_recent_portfolio .featured-image:hover .portfolio-meta {
  opacity: 1;
}
.widget_recent_portfolio .featured-image:hover .portfolio-plus-icon i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
@media handheld, only screen and (max-width: 767px) {
  .widget_recent_portfolio .featured-image img {
    width: 100%;
  }
}
/* Widgets:TWITTER FEEDS
-------------------------------------------------------------------- */
.mk-tweet-list {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.mk-tweet-list li {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
.mk-tweet-list li .tweet-text {
  display: block;
}
.mk-tweet-list li .tweet-text a {
  color: #22b7df !important;
}
.mk-tweet-list li .tweet-time {
  display: block;
  font-weight: bold;
}
/* Widgets:SEARCH FORM
-------------------------------------------------------------------- */
.mk-searchform {
  position: relative;
  max-width: 320px;
}
.mk-searchform .text-input {
  margin: 0 3px 3px 0;
  padding: 12px 28px 12px 12px;
  width: 100%;
  color: #808080;
  border: 1px solid rgba(128, 128, 128, 0.2);
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
}
.mk-searchform .text-input::-webkit-input-placeholder,
.mk-searchform .text-input .mk-textarea::-webkit-input-placeholder {
  color: #808080;
}
.mk-searchform .text-input:-ms-input-placeholder,
.mk-searchform .text-input .mk-textarea:-ms-input-placeholder {
  color: #808080;
}
.mk-searchform .text-input:-moz-placeholder,
.mk-searchform .text-input .mk-textarea:-moz-placeholder {
  color: #808080;
}
.mk-searchform .mk-icon-search {
  position: absolute;
  top: 50%;
  right: -1px;
  margin-top: -23px;
  font-size: 16px;
  display: block;
  width: 43px;
  height: 43px;
  line-height: 42px;
  text-align: center;
  color: rgba(128, 128, 128, 0.6);
  border-left: 1px solid rgba(128, 128, 128, 0.2);
}
.mk-searchform .mk-icon-search:hover {
  background-color: rgba(128, 128, 128, 0.1);
}
.mk-searchform .search-button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: none;
}
.tiny_slider_widget .mk-image-slideshow {
  margin: 0 auto;
}
/* Widgets:CALENDAR
-------------------------------------------------------------------- */
#calendar_wrap {
  position: relative;
  margin: 5px;
  padding: 0;
  background: rgba(128, 128, 128, 0.1);
  text-align: center;
}
#wp-calendar {
  margin: 0 !important;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: none;
  overflow: visible;
}
#wp-calendar thead {
  background-color: #5c5c5c;
  border: none;
}
#wp-calendar thead th {
  color: #fff !important;
  font-size: 12px;
}
#wp-calendar caption {
  padding: 12px;
  background-color: rgba(128, 128, 128, 0.2);
  color: #4e4e4e;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  border-bottom: none;
}
#wp-calendar th,
#wp-calendar th {
  padding: 10px 5px;
  color: #787573;
}
#wp-calendar tbody td {
  padding: 12px 2px;
  background-color: rgba(128, 128, 128, 0.1);
  color: #939393;
  border: 1px solid rgba(128, 128, 128, 0.12);
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
}
#wp-calendar td#today {
  color: #fff;
}
#wp-calendar a {
  color: #666666;
}
#wp-calendar #next,
#wp-calendar #prev {
  position: absolute;
  top: 8px;
  display: block;
  margin: 0;
  padding: 0;
  background: 0;
}
#wp-calendar #next a,
#wp-calendar #prev a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -9999px;
}
#wp-calendar #prev {
  left: 5px;
  width: 18px;
  height: 18px;
  border: 0;
}
#wp-calendar #prev:before {
  content: "\f053";
  font-size: 16px;
}
#wp-calendar #next {
  right: 5px;
  width: 18px;
  height: 18px;
  border: 0;
}
#wp-calendar #next:before {
  content: "\f054";
  font-size: 16px;
}
#wp-calendar tfoot .pad {
  display: none;
}
@media handheld, only screen and (max-width: 960px) {
  #calendar_wrap {
    width: 300px;
  }
}
/* Widgets:Login Form
-------------------------------------------------------------------- */
.mk-login-form {
  margin: 0 7px;
}
.mk-login-form .form-row {
  position: relative;
  margin-bottom: 6px;
}
.mk-login-form .form-row i {
  float: left;
  width: 42px !important;
  height: 42px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 16px;
  border-right: 1px solid rgba(128, 128, 128, 0.2);
}
.mk-login-form .form-row i.input-focused {
  color: #fff;
}
.mk-login-form .form-row input {
  padding: 12px 12px 12px 58px !important;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid rgba(128, 128, 128, 0.2);
}
.mk-login-form .submit_button {
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
}
.mk-login-form .mk-login-status {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.mk-login-form.dark-skin .submit_button {
  color: #444;
  border-color: rgba(128, 128, 128, 0.2) !important;
}
.mk-login-form.dark-skin .submit_button:hover {
  color: #fff;
  background: #444;
}
.mk-login-form.light-skin .form-row i {
  color: #fff;
  opacity: 0.5;
}
.mk-login-form.light-skin .form-row input {
  color: #eee;
  background: transparent;
}
.mk-login-form.light-skin .form-row input::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 0.3);
}
.mk-login-form.light-skin .form-row input:-ms-input-placeholder {
  color: rgba(128, 128, 128, 0.3);
}
.mk-login-form.light-skin .form-row input:-moz-placeholder {
  color: rgba(128, 128, 128, 0.3);
}
.mk-login-form.light-skin .submit_button {
  color: #fff;
  border-color: rgba(128, 128, 128, 0.2) !important;
  background: transparent;
}
.mk-login-form.light-skin .submit_button:hover {
  background: rgba(128, 128, 128, 0.2);
}
/* --------------------------------------------------------------
   
Basic WordPress Blog Styles
     
-------------------------------------------------------------- */
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 10px;
}
.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}
.gallery {
  margin: 0 auto 20px;
  text-align: center;
}
.gallery .gallery-item {
  margin-top: 0;
  text-align: center;
  width: 33%;
  border: 1px solid #eee !important;
  background-color: #fafafa;
}
.gallery .gallery-item img {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 24.6% !important;
}
.gallery img {
  border: none !important;
}
.gallery img:hover {
  opacity: 0.7;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  font-size: 13px;
  padding: 20px;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery br + br {
  display: none;
}
/* Tables
-------------------------------------------------------------- */
table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
table th {
  text-align: center;
  padding: 18px 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
table tfoot td {
  padding: 6px;
}
table td {
  text-align: center;
  padding: 12px;
}
/* WP3.8 temporary fix
-------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
/* Inherit P tags inside shortcodes */
.mk-fancy-title p,
.mk-blockquote p,
.pricing-offer-grid p,
.mk-title-box p {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.mk-employees > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-employees.column_rounded-style .mk-employee-item {
  float: left;
  margin: 0;
  text-align: center;
}
.mk-employees.column_rounded-style .team-member-name {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 6px;
}
.mk-employees.column_rounded-style .team-member-position {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 12px;
}
.mk-employees.column_rounded-style .team-member-desc {
  display: block;
  padding: 0 0 10px;
}
.mk-employees.column_rounded-style .team-thumbnail,
.mk-employees.column_rounded-style .team-thumbnail img,
.mk-employees.column_rounded-style .hover-overlay {
  -webkit-border-radius: 1500px;
  -moz-border-radius: 1500px;
  border-radius: 1500px;
}
.mk-employees.column_rounded-style .team-thumbnail {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.mk-employees.column_rounded-style .team-thumbnail img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.mk-employees.column_rounded-style .team-thumbnail:hover .mk-employeee-networks a {
  opacity: 1;
}
.mk-employees.column_rounded-style .team-thumbnail:hover .hover-overlay {
  opacity: 0.3;
}
.mk-employees.column_rounded-style.one-column .mk-employee-item {
  padding: 0 0 50px;
  width: 100%;
}
.mk-employees.column_rounded-style.one-column .mk-employee-item .team-thumbnail {
  float: left;
  width: 50%;
}
.mk-employees.column_rounded-style.one-column .mk-employee-item .team-info-wrapper {
  float: left;
  padding: 10px 30px;
  width: 50%;
}
.mk-employees.column_rounded-style.two-column .mk-employee-item {
  padding: 0 20px 50px;
  width: 49.8%;
}
.mk-employees.column_rounded-style.three-column .mk-employee-item {
  padding: 0 20px 40px;
  width: 33.3%;
}
.mk-employees.column_rounded-style.four-column .mk-employee-item {
  padding: 0 10px 30px;
  width: 24.8%;
}
.mk-employees.column_rounded-style.five-column .mk-employee-item {
  padding: 0 10px 20px;
  width: 19.8%;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-employees.column_rounded-style.three-column .mk-employee-item,
  .mk-employees.column_rounded-style.four-column .mk-employee-item,
  .mk-employees.column_rounded-style.five-column .mk-employee-item {
    padding: 0 20px 50px;
    width: 50%;
  }
  .mk-employees.column_rounded-style .clearboth {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-employees.column_rounded-style .mk-employee-item {
    padding: 0 0 40px !important;
    width: 100% !important;
  }
}
.mk-employees.column-style .mk-employee-item {
  float: left;
  margin: 0;
}
.mk-employees.column-style .team-member-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.mk-employees.column-style .team-member-position {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 12px;
}
.mk-employees.column-style .team-member-desc {
  display: block;
  padding: 0 0 10px;
}
.mk-employees.column-style .team-thumbnail {
  margin-bottom: 15px;
  position: relative;
}
.mk-employees.column-style .team-thumbnail img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.mk-employees.column-style .team-thumbnail:hover .mk-employeee-networks a {
  opacity: 1;
}
.mk-employees.column-style .team-thumbnail:hover .hover-overlay {
  opacity: 0.8;
}
.mk-employees.column-style.one-column .mk-employee-item {
  padding: 0 0 50px;
  width: 100%;
}
.mk-employees.column-style.one-column .mk-employee-item .team-thumbnail {
  float: left;
  width: 50%;
}
.mk-employees.column-style.one-column .mk-employee-item .team-info-wrapper {
  float: left;
  padding: 10px 30px;
  width: 50%;
}
.mk-employees.column-style.two-column .mk-employee-item {
  padding: 0 20px 50px;
  width: 49.8%;
}
.mk-employees.column-style.three-column .mk-employee-item {
  padding: 0 20px 30px;
  width: 33.3%;
}
.mk-employees.column-style.four-column .mk-employee-item {
  padding: 0 10px 20px;
  width: 24.8%;
}
.mk-employees.column-style.five-column .mk-employee-item {
  padding: 0 10px 12px;
  width: 19.8%;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-employees.column-style.three-column .mk-employee-item,
  .mk-employees.column-style.four-column .mk-employee-item,
  .mk-employees.column-style.five-column .mk-employee-item {
    padding: 0 20px 50px;
    width: 50%;
  }
  .mk-employees.column-style .clearboth {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-employees.column-style .mk-employee-item {
    padding: 0 0 40px !important;
    width: 100% !important;
  }
}
.mk-employees.grid-style {
  text-align: center;
  margin: 0 auto;
}
.mk-employees.grid-style .mk-employee-item {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
  border-right: none;
  line-height: 4px;
  display: inline-block;
  border: 1px solid transparent;
  border-top: none;
  border-left: none;
}
.mk-employees.grid-style .mk-employee-item:hover .mk-employeee-networks a {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  -o-transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
.mk-employees.grid-style .mk-employee-item:hover .hover-overlay {
  opacity: 0.7;
}
.mk-employees.grid-style .mk-employee-item:hover .team-member-name,
.mk-employees.grid-style .mk-employee-item:hover .team-member-position {
  opacity: 1;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-employees.grid-style .mk-employee-item img {
    width: 100%;
  }
}
.mk-employees.grid-style .team-info-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 215px;
  width: 100%;
  display: table;
  z-index: 8;
  line-height: 20px;
}
.mk-employees.grid-style .team-info-holder {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
}
.mk-employees.grid-style .team-member-name {
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: bold;
  opacity: 0;
}
.mk-employees.grid-style .team-member-position {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: block;
  opacity: 0;
}
.mk-employees.grid-style .mk-employeee-networks {
  position: relative !important;
  margin: 10px 0 0 !important;
  top: auto !important;
  left: auto !important;
}
.mk-employees .hover-overlay {
  z-index: 8;
}
.mk-employeee-networks {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -25px 0 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}
.mk-employeee-networks li {
  display: inline-block;
  float: none !important;
  margin: 0;
}
.mk-employeee-networks li a {
  display: block;
  margin: 3px;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.mk-employeee-networks li a i {
  line-height: 32px;
  font-size: 16px;
}
.mk-employeee-networks li a:hover {
  background-color: #fff;
}
.mk-pricing-table {
  margin-bottom: 30px;
  text-align: left;
}
.mk-pricing-offer-grid {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-top: 188px;
  padding-right: 1px;
}
.mk-pricing-offer-grid .mk-offers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.mk-pricing-offer-grid .mk-offers ul li {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  padding: 15px 0;
  display: block;
  width: auto;
  font-weight: bold;
}
.has-pricing-offer .mk-pricing-cols {
  width: 80% !important;
  text-align: left;
}
/* Pricing Columns */
.mk-pricing-cols {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.mk-pricing-cols li {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  max-width: 265px;
  position: relative;
  z-index: 10;
}
.mk-pricing-cols li.four-table {
  width: 25%;
}
.mk-pricing-cols li.three-table {
  width: 33.3333333%;
}
.mk-pricing-cols li.two-table {
  width: 50%;
}
.mk-pricing-cols li.one-table {
  width: 100%;
}
.mk-pricing-cols li:nth-child(odd) .mk-pricing-plan {
  background-color: rgba(0, 0, 0, 0.6);
}
.mk-pricing-cols li:nth-child(odd) .mk-pricing-price,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-features,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-button {
  position: relative;
}
.mk-pricing-cols li:nth-child(odd) .mk-pricing-price:before,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-features:before,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-button:before {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.04);
  content: "";
  z-index: 1;
}
.mk-pricing-cols > li {
  margin-top: 30px;
}
.mk-pricing-cols .mk-pricing-plan {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 7px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mk-pricing-cols .mk-pricing-price {
  height: 130px;
  width: 100%;
}
.mk-pricing-cols .mk-pricing-price span {
  font-size: 50px;
  line-height: 130px;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 10;
}
.mk-pricing-cols .mk-pricing-features ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
}
.mk-pricing-cols .mk-pricing-features ul li {
  font-size: 13px;
  line-height: 16px;
  padding: 15px 0;
  display: block;
  width: auto;
  background-color: rgba(0, 0, 0, 0.005);
}
.mk-pricing-cols .mk-pricing-features ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.01);
}
.mk-pricing-cols .mk-pricing-features i {
  font-size: 16px;
}
.mk-pricing-cols .mk-pricing-features .mk-icon-check {
  color: #00c360;
}
.mk-pricing-cols .mk-pricing-features .mk-icon-times {
  color: #ff0048;
}
.mk-pricing-cols .mk-pricing-features .mk-icon-star {
  margin-left: 3px;
}
.mk-pricing-cols .mk-pricing-features .mk-icon-star.empty {
  color: #b0b0b0;
}
.mk-pricing-cols .mk-pricing-button {
  padding: 20px 0 30px;
  background-color: rgba(0, 0, 0, 0.01);
}
.mk-pricing-cols .mk-pricing-button a {
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}
.featured-plan {
  margin: 1px -1px 0 -1px !important;
  border: 1px solid rgba(0, 0, 0, 0.6);
  z-index: 30 !important;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.24);
}
.featured-plan .mk-pricing-price {
  height: 158px;
}
.featured-plan .mk-pricing-button {
  padding: 30px 0 50px;
}
.mk-pricing-table.light .mk-pricing-features li {
  border-bottom: 1px dotted #d9d9d9;
}
.mk-pricing-table.light .mk-offers ul li {
  background-color: rgba(0, 0, 0, 0.005);
  border-bottom: 1px dotted #d9d9d9;
}
.mk-pricing-table.light .mk-offers ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.01);
}
/* Dark Skin */
.mk-pricing-table.dark {
  color: #fff;
}
.mk-pricing-table.dark .mk-offers ul li {
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-pricing-table.dark .mk-offers ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.45);
}
.mk-pricing-table.dark .mk-pricing-features ul li {
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-pricing-table.dark .mk-pricing-features ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.45);
}
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-plan {
  background-color: rgba(0, 0, 0, 0.6);
}
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-price:before,
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-features:before,
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-button:before {
  background-color: rgba(0, 0, 0, 0.15);
}
.mk-pricing-table.dark .mk-pricing-button {
  background-color: rgba(0, 0, 0, 0.4);
}
@media handheld, only screen and (max-width: 960px) {
  .mk-pricing-offer-grid {
    display: none;
  }
  .mk-pricing-cols,
  .has-pricing-offer .mk-pricing-cols {
    width: 100% !important;
    text-align: center;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-pricing-cols .mk-pricing-col {
    width: 100% !important;
    margin-bottom: 30px;
    display: block;
    max-width: none !important;
  }
  .mk-pricing-cols .mk-pricing-col li {
    max-width: none !important;
  }
}
/* *
*
-------------------------- WIDGETS SECTION -----------------------------
*
* */
.widget {
  overflow: hidden;
  margin-bottom: 40px;
}
.widgettitle {
  position: relative;
  display: block;
  margin-bottom: 20px;
  line-height: 100%;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
.widgettitle:after {
  display: block;
  content: "";
  width: 70px;
  height: 5px;
  background-color: rgba(128, 128, 128, 0.15);
  margin: 10px 0;
}
.mk-side-dashboard .widgettitle {
  margin-bottom: 10px;
}
.mk-side-dashboard .widget {
  margin-bottom: 20px;
}
#mk-sidebar ul,
#mk-footer ul,
.mk-side-dashboard ul {
  margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_authors li,
.widget_contact_info li,
.widget_popular_posts li,
.widget_text li,
.widget_recent_posts li,
.widget_twitter li,
.widget_pages li,
.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li,
.widget_product_categories li,
.widget_display_topics li,
.widget_display_forums li,
.widget_display_views li {
  margin: 0;
  list-style: none;
}
.widget_archive li a,
.widget_recent_comments .recentcomments,
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_contact_info li a,
.widget_pages li a,
.widget_text li a,
.widget_recent_entries li a,
.widget_product_categories li a,
.widget_display_topics li a,
.widget_display_forums li a,
.widget_display_views li a {
  display: inline-block;
  margin: 0 0 12px 0;
  text-decoration: none;
  line-height: 18px;
}
.widget_archive li a,
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_product_categories li a,
.widget_display_topics li a,
.widget_display_forums li a,
.widget_display_views li a {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  display: block;
  padding-bottom: 12px;
}
.widget_pages li {
  margin: 0;
  padding: 0;
}
.widget_pages li a {
  padding: 10px 10px;
  margin: 0;
  display: block;
}
.widget_pages li:nth-child(odd) a {
  background-color: rgba(128, 128, 128, 0.1);
}
.widget_pages .page_item_has_children li:nth-child(odd) a {
  background-color: transparent;
  padding: 5px 10px 5px 20px;
}
/* Widgets:Recent Comments
-------------------------------------------------------------------- */
.mk-recent-comments .recentcomments {
  position: relative;
  padding-left: 68px;
  margin-bottom: 16px;
  display: block;
}
.mk-recent-comments .recentcomments .comment-detail {
  position: relative;
  min-height: 60px;
  padding: 16px;
  background-color: rgba(128, 128, 128, 0.1);
  display: block;
}
.mk-recent-comments .recentcomments .comment-detail p {
  margin: 0;
  line-height: 18px;
}
.mk-recent-comments .recentcomments .comment-detail:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid rgba(128, 128, 128, 0.1);
  left: -8px;
  top: 50%;
  margin-top: -4px;
}
.mk-recent-comments .comment-avatar {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.mk-recent-comments .comment-author {
  font-weight: bold;
  margin-bottom: 2px;
  color: #4c4c4c;
}
/* Widget:RSS
-------------------------------------------------------------------- */
.widget_rss li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.widget_rss .rsswidget {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
}
.widget_rss .rss-date {
  display: block;
  padding-top: 5px;
  font-size: 11px;
}
.widget_rss cite {
  font-size: 11px;
}
.widget_rss .rssSummary {
  padding: 6px 0;
}
/* Widget:Sub Navigation
-------------------------------------------------------------------- */
.widget-sub-navigation ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-sub-navigation ul li {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 8px 25px;
}
.widget-sub-navigation ul li:last-child {
  border-bottom: none !important;
  padding-bottom: 16px !important;
}
.widget-sub-navigation ul li:first-child {
  padding-top: 16px !important;
}
.widget-sub-navigation ul li a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.widget-sub-navigation ul li.current_page_item {
  font-weight: 600;
}
.right-layout .widget-sub-navigation {
  text-align: left;
}
.right-layout .widget-sub-navigation li {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.right-layout .widget-sub-navigation li.current_page_item {
  border-left: none;
}
.left-layout .widget-sub-navigation li {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  text-align: right;
}
.left-layout .widget-sub-navigation li.current_page_item {
  border-right: none;
}
.widget_tag_cloud li,
.widget_categories li,
.widget_product_tag_cloud li {
  display: inline-block;
}
.widget_tag_cloud a,
.widget_categories a,
.widget_product_tag_cloud a {
  display: inline-block;
  margin: 8px 3px 0 0;
  padding: 8px 10px;
  text-transform: capitalize;
  font-size: 12px !important;
  line-height: 100%;
  background-color: rgba(128, 128, 128, 0.1);
}
.widget_tag_cloud a:hover,
.widget_categories a:hover,
.widget_product_tag_cloud a:hover {
  color: #fff !important;
}
/* Widgets:CONTACT INFO
-------------------------------------------------------------------- */
.widget_contact_info ul {
  padding: 0;
}
.widget_contact_info ul li {
  position: relative;
  display: block;
  margin: 0 0 9px 0;
  padding: 0 0 0 46px;
  line-height: 30px;
}
.widget_contact_info ul li span {
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
}
.widget_contact_info ul li a {
  margin: 0;
}
.widget_contact_info ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 28px;
  font-size: 16px;
  height: 28px;
  width: 28px;
  display: block;
  text-align: left;
  border-right: 1px solid rgba(128, 128, 128, 0.2);
}
.widget_contact_info.dark-skin li i {
  border-right: 1px solid #eee;
  color: #737373;
}
.widget_contact_info.light-skin li span,
.widget_contact_info.light-skin li a {
  color: #fff;
}
.widget_contact_info.light-skin li i {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
/* Widgets:Video
-------------------------------------------------------------------- */
.widget_video .mk-frame {
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(128, 128, 128, 0.05);
  padding: 25px 12px 12px;
  margin: 30px 3px 3px 0;
}
.widget_video .mk-frame .video-title {
  font-weight: 600;
  padding: 0 10px;
  font-size: 14px;
  margin-top: 14px;
}
.widget_video .mk-frame .video-desc {
  padding: 0 10px;
}
/* Widgets:INSTAGRAM FEEDS
-------------------------------------------------------------------- */
.mk-instagram-feeds .item-holder {
  margin: 0 1px 1px 0;
  position: relative;
}
.mk-instagram-feeds a {
  line-height: 4px;
  float: left;
}
.mk-instagram-feeds .one-columns {
  width: 100%;
}
.mk-instagram-feeds .two-columns {
  width: 49.8%;
}
.mk-instagram-feeds .three-columns {
  width: 33.2%;
}
.mk-instagram-feeds .four-columns {
  width: 24.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 25px;
  padding: 0;
  list-style: none;
}
.widget_posts_lists ul li .featured-image {
  float: left;
  overflow: hidden;
  margin: 0;
  display: block;
}
.widget_posts_lists ul li .post-list-info {
  margin: 0 0 0 100px;
}
.widget_posts_lists ul li .post-list-info.posts-no-thumb {
  margin-left: 0;
}
.widget_posts_lists ul li .post-list-title {
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
}
.widget_posts_lists ul li .post-list-title:after {
  margin-top: 8px;
  display: block;
  width: 70px;
  height: 1px;
  content: "";
  background-color: rgba(128, 128, 128, 0.2);
}
.widget_posts_lists ul li .post-list-meta {
  display: block;
}
.widget_posts_lists ul li .post-list-meta time {
  color: #999999;
}
.widget_posts_lists ul li .post-list-meta time,
.widget_posts_lists ul li .post-list-meta a {
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  font-style: italic;
}
/* Widgets:Blog Posts Tabs : Popular + Recent + comments
-------------------------------------------------------------------- */
.widget_posts_tabs .mk-tabs-pane li {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 0 20px;
  list-style: none;
  border-bottom: 1px solid #eee;
}
.widget_posts_tabs .mk-tabs-pane li .featured-image {
  float: left;
  overflow: hidden;
  margin: 0;
  display: block;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-info {
  margin: 0 0 0 80px;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-info.posts-no-thumb {
  margin-left: 0;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-title {
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta {
  display: block;
  line-height: 18px;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta time,
.widget_posts_tabs .mk-tabs-pane li .post-list-meta .cats {
  display: inline-block;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta time {
  font-size: 11px;
  font-weight: bold;
  color: #444444;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta .cats a {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.widget_posts_tabs .mk-tabs-pane li .blog-comments,
.widget_posts_tabs .mk-tabs-pane li .mk-love-holder {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #999999 !important;
  padding-right: 8px;
}
.widget_posts_tabs .mk-tabs-pane li .blog-comments i,
.widget_posts_tabs .mk-tabs-pane li .mk-love-holder i {
  color: #eeeeee;
  font-size: 16px;
}
.widget_posts_tabs .mk-tabs-tabs {
  border-bottom: 3px solid #eeeeee;
}
.widget_posts_tabs .mk-tabs-tabs li {
  display: inline-block;
  padding: 10px 12px 6px;
}
.widget_posts_tabs .mk-tabs-tabs li a {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  color: #999999 !important;
}
.widget_posts_tabs .mk-tabs-tabs li.ui-state-active {
  background-color: #eeeeee;
}
.widget_posts_tabs .mk-tabs-tabs li.ui-state-active a {
  color: #454545 !important;
}
.widget_posts_tabs .mk-tabs-panes {
  padding-top: 20px;
}
/* Widgets:SOCIAL NETWORKS
-------------------------------------------------------------------- */
.widget_social_networks a,
.mk-social-network a {
  position: relative;
  display: inline-block;
  float: left;
  margin: 4px;
  line-height: 100%;
  font-size: 16px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
}
.widget_social_networks a.dark,
.mk-social-network a.dark {
  color: #737373 !important;
  border: 1px solid #eee;
}
.widget_social_networks a.dark:hover,
.mk-social-network a.dark:hover {
  color: #fff !important;
}
.widget_social_networks a.light,
.mk-social-network a.light {
  border-style: solid;
  border-width: 1px;
}
.widget_social_networks a.light:hover,
.mk-social-network a.light:hover {
  color: #000 !important;
}
/* Widgets:TESTIMONIAL SLIDER
-------------------------------------------------------------------- */
.widget_testimonials .testimonial-slider {
  position: relative;
}
.widget_testimonials .testimonial-slider li {
  margin: 0;
}
.widget_testimonials .testimonial-slider .testimonial-quote {
  position: relative;
  padding: 15px 20px;
  background-color: rgba(128, 128, 128, 0.1);
}
.widget_testimonials .testimonial-slider .testimonial-quote:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(128, 128, 128, 0.1);
  left: 50%;
  bottom: -8px;
  margin-left: -4px;
}
.widget_testimonials .testimonial-slider .testimonial-details {
  margin-top: 15px;
  text-align: center;
}
.widget_testimonials .testimonial-slider .testimonial-author {
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.widget_testimonials .testimonial-slider .testimonial-position {
  display: block;
  font-size: 12px;
  line-height: 12px;
}
/* Widgets:RECENT PORTFOLIOS
-------------------------------------------------------------------- */
.widget_recent_portfolio {
  overflow: visible;
}
.widget_recent_portfolio ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_recent_portfolio ul li {
  position: relative;
  margin: 0;
  float: left;
  padding: 0;
  display: block;
  width: 50%;
}
.widget_recent_portfolio .item-holder {
  margin: 0 1px 1px 0;
}
.widget_recent_portfolio .portfolio-permalink {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  border: 1px solid #fff;
}
.widget_recent_portfolio .portfolio-permalink:hover {
  background-color: #fff;
}
.widget_recent_portfolio .portfolio-permalink i {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  display: block;
}
.widget_recent_portfolio .portfolio-meta {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
.widget_recent_portfolio .portfolio-meta .portfolio-plus-icon i {
  font-size: 32px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  color: #fff;
  display: block;
}
.widget_recent_portfolio .featured-image {
  line-height: 4px;
}
.widget_recent_portfolio .featured-image:hover .portfolio-meta {
  opacity: 1;
}
.widget_recent_portfolio .featured-image:hover .portfolio-plus-icon i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
@media handheld, only screen and (max-width: 767px) {
  .widget_recent_portfolio .featured-image img {
    width: 100%;
  }
}
/* Widgets:TWITTER FEEDS
-------------------------------------------------------------------- */
.mk-tweet-list {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.mk-tweet-list li {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
.mk-tweet-list li .tweet-text {
  display: block;
}
.mk-tweet-list li .tweet-text a {
  color: #22b7df !important;
}
.mk-tweet-list li .tweet-time {
  display: block;
  font-weight: bold;
}
/* Widgets:SEARCH FORM
-------------------------------------------------------------------- */
.mk-searchform {
  position: relative;
  max-width: 320px;
}
.mk-searchform .text-input {
  margin: 0 3px 3px 0;
  padding: 12px 28px 12px 12px;
  width: 100%;
  color: #808080;
  border: 1px solid rgba(128, 128, 128, 0.2);
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
}
.mk-searchform .text-input::-webkit-input-placeholder,
.mk-searchform .text-input .mk-textarea::-webkit-input-placeholder {
  color: #808080;
}
.mk-searchform .text-input:-ms-input-placeholder,
.mk-searchform .text-input .mk-textarea:-ms-input-placeholder {
  color: #808080;
}
.mk-searchform .text-input:-moz-placeholder,
.mk-searchform .text-input .mk-textarea:-moz-placeholder {
  color: #808080;
}
.mk-searchform .mk-icon-search {
  position: absolute;
  top: 50%;
  right: -1px;
  margin-top: -23px;
  font-size: 16px;
  display: block;
  width: 43px;
  height: 43px;
  line-height: 42px;
  text-align: center;
  color: rgba(128, 128, 128, 0.6);
  border-left: 1px solid rgba(128, 128, 128, 0.2);
}
.mk-searchform .mk-icon-search:hover {
  background-color: rgba(128, 128, 128, 0.1);
}
.mk-searchform .search-button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: none;
}
.tiny_slider_widget .mk-image-slideshow {
  margin: 0 auto;
}
/* Widgets:CALENDAR
-------------------------------------------------------------------- */
#calendar_wrap {
  position: relative;
  margin: 5px;
  padding: 0;
  background: rgba(128, 128, 128, 0.1);
  text-align: center;
}
#wp-calendar {
  margin: 0 !important;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: none;
  overflow: visible;
}
#wp-calendar thead {
  background-color: #5c5c5c;
  border: none;
}
#wp-calendar thead th {
  color: #fff !important;
  font-size: 12px;
}
#wp-calendar caption {
  padding: 12px;
  background-color: rgba(128, 128, 128, 0.2);
  color: #4e4e4e;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  border-bottom: none;
}
#wp-calendar th,
#wp-calendar th {
  padding: 10px 5px;
  color: #787573;
}
#wp-calendar tbody td {
  padding: 12px 2px;
  background-color: rgba(128, 128, 128, 0.1);
  color: #939393;
  border: 1px solid rgba(128, 128, 128, 0.12);
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
}
#wp-calendar td#today {
  color: #fff;
}
#wp-calendar a {
  color: #666666;
}
#wp-calendar #next,
#wp-calendar #prev {
  position: absolute;
  top: 8px;
  display: block;
  margin: 0;
  padding: 0;
  background: 0;
}
#wp-calendar #next a,
#wp-calendar #prev a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -9999px;
}
#wp-calendar #prev {
  left: 5px;
  width: 18px;
  height: 18px;
  border: 0;
}
#wp-calendar #prev:before {
  content: "\f053";
  font-size: 16px;
}
#wp-calendar #next {
  right: 5px;
  width: 18px;
  height: 18px;
  border: 0;
}
#wp-calendar #next:before {
  content: "\f054";
  font-size: 16px;
}
#wp-calendar tfoot .pad {
  display: none;
}
@media handheld, only screen and (max-width: 960px) {
  #calendar_wrap {
    width: 300px;
  }
}
/* Widgets:Login Form
-------------------------------------------------------------------- */
.mk-login-form {
  margin: 0 7px;
}
.mk-login-form .form-row {
  position: relative;
  margin-bottom: 6px;
}
.mk-login-form .form-row i {
  float: left;
  width: 42px !important;
  height: 42px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 16px;
  border-right: 1px solid rgba(128, 128, 128, 0.2);
}
.mk-login-form .form-row i.input-focused {
  color: #fff;
}
.mk-login-form .form-row input {
  padding: 12px 12px 12px 58px !important;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid rgba(128, 128, 128, 0.2);
}
.mk-login-form .submit_button {
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
}
.mk-login-form .mk-login-status {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.mk-login-form.dark-skin .submit_button {
  color: #444;
  border-color: rgba(128, 128, 128, 0.2) !important;
}
.mk-login-form.dark-skin .submit_button:hover {
  color: #fff;
  background: #444;
}
.mk-login-form.light-skin .form-row i {
  color: #fff;
  opacity: 0.5;
}
.mk-login-form.light-skin .form-row input {
  color: #eee;
  background: transparent;
}
.mk-login-form.light-skin .form-row input::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 0.3);
}
.mk-login-form.light-skin .form-row input:-ms-input-placeholder {
  color: rgba(128, 128, 128, 0.3);
}
.mk-login-form.light-skin .form-row input:-moz-placeholder {
  color: rgba(128, 128, 128, 0.3);
}
.mk-login-form.light-skin .submit_button {
  color: #fff;
  border-color: rgba(128, 128, 128, 0.2) !important;
  background: transparent;
}
.mk-login-form.light-skin .submit_button:hover {
  background: rgba(128, 128, 128, 0.2);
}
/* --------------------------------------------------------------
   
Basic WordPress Blog Styles
     
-------------------------------------------------------------- */
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 10px;
}
.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}
.gallery {
  margin: 0 auto 20px;
  text-align: center;
}
.gallery .gallery-item {
  margin-top: 0;
  text-align: center;
  width: 33%;
  border: 1px solid #eee !important;
  background-color: #fafafa;
}
.gallery .gallery-item img {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 24.6% !important;
}
.gallery img {
  border: none !important;
}
.gallery img:hover {
  opacity: 0.7;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  font-size: 13px;
  padding: 20px;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery br + br {
  display: none;
}
/* Tables
-------------------------------------------------------------- */
table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
table th {
  text-align: center;
  padding: 18px 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
table tfoot td {
  padding: 6px;
}
table td {
  text-align: center;
  padding: 12px;
}
/* WP3.8 temporary fix
-------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,theme-main-wrapper
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
audio,
canvas,
video {
    display: inline;
    zoom: 1
}
html {
    font-size: 100%;
    -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:active,
a:hover {
    -webkit-tap-highlight-color: transparent
}
sub,
sup {
    line-height: 0;
    position: relative
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
#mk-footer img,
#theme-page img,
.mk-header-logo img,
.mk-inner-grid img,
.mk-page-section img,
.mk-side-dashboard img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0
}
.mk-header-logo img {
    max-height: 100%
}
.mk-gmaps img {
    max-width: none!important
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle
}
button,
input {
    line-height: normal;
    overflow: visible
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}
input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
textarea {
    vertical-align: top
}
a {
    color: #777
}
p {
    font-size: 13px;
    line-height: 1.66em
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}
table {
    border-spacing: 0
}
strong,
th,
thead td {
    font-weight: 600
}
cite,
dfn,
em {
    font-style: italic
}
code,
pre {
    font-size: 12px;
    line-height: 20px;
    display: block;
    overflow: auto;
    margin: 10px 0 20px;
    padding: 20px 10px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap!important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    border: 2px solid #e8e8e8;
    background: url(../../images/pre_code.gif) #f2f3f5
}
del {
    text-decoration: line-through
}
small,
sub,
sup {
    font-size: 85%
}
abbr,
acronym {
    letter-spacing: .1em;
    text-transform: uppercase
}
a abbr,
a acronym {
    border: none
}
abbr[title],
acronym[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted #ccc
}
sup {
    vertical-align: super
}
sub {
    vertical-align: sub
}
blockquote,
code,
dl,
fieldset,
ol,
p,
pre,
table,
ul {
    margin-bottom: 20px
}
a {
    text-decoration: none
}
a,
p {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0
}
.alignleft,
.floatleft {
    float: left;
    text-align: left
}
.alignright,
.floatright {
    float: right;
    text-align: right
}
.aligncenter {
    text-align: center
}
.clearboth {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0
}
.clearboth:after {
    font-size: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    content: ' '
}
* html .clearboth {
    height: 1%
}
ul {
    margin-bottom: 1em;
    margin-left: 1.5em;
    list-style-type: disc
}
ul li {
    margin-left: .85em
}
ul ul {
    list-style-type: square
}
ul ul ul {
    list-style-type: circle
}
ol {
    margin-bottom: 1em;
    margin-left: 2.35em;
    list-style-position: outside;
    list-style-type: decimal
}
dt {
    font-size: 110%;
    font-weight: 600;
    margin-bottom: .2em
}
dd {
    margin: 0;
    padding: 0 0 1em 15px
}
ol ol,
ul ol {
    margin-left: 2.5em
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}
fieldset {
    padding: 1em;
    border: 2px solid #ddd
}
legend {
    font-size: 1.2em;
    font-weight: 600;
    padding: 0 .8em
}
input[type=email],
input[type=password],
input[type=text],
select,
textarea {
    font-size: inherit;
    border: none;
    outline: 0
}
input,
select {
    cursor: pointer
}
input[type=email],
input[type=password],
input[type=text] {
    cursor: text
}
textarea {
    overflow: auto
}
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
    font-size: 13px;
    padding: 12px 16px;
    letter-spacing: 1px;
    color: #666;
    border: 2px solid #eee;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none
}
input[type=submit] {
    padding: 12px 20px;
    border: 2px solid #ccc;
    background-color: #fff
}
input[type=text]::-ms-clear {
    display: none
}
#theme-page select {
    font-size: 12px;
    line-height: 14px;
    display: block;
    min-width: 240px;
    max-width: 100%;
    padding: 15px 14px 14px;
    color: #4e4e4e;
    border: 2px solid #eee;
    background: url(../../images/selectbox-arrow.png) right center no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important
}
#theme-page select option {
    padding: 0 4px
}
select[multiple=multiple] {
    background: none!important;
    padding: 0!important
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
    margin: 0 0 .8em;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}
h1 {
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 36px
}
h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 38px
}
h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px
}
h4 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px
}
h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px
}
h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px
}
.visuallyhidden {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}
.isotope-item {
    z-index: 2
}
.isotope-hidden.isotope-item {
    z-index: 1
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity
}
.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}
.mk-video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%
}
.mk-video-container embed,
.mk-video-container iframe,
.mk-video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.mk-video-wrapper {
    max-width: 100%
}
.mk-background-stretch {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.mk-relative {
    position: relative
}
.no-margin-top {
    padding-top: 10px!important
}
@media print {
    * {
        background: none!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%)
    }
    a {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    a[href="#"],
    a[href="javascript:"] {
        content: ""
    }
    #mk-footer,
    #mk-header,
    #mk-sidebar,
    .mk-go-top {
        display: none!important
    }
    .theme-page-wrapper {
        width: 100%!important
    }
}
.mk-loader {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #0cf;
    border-radius: 50%;
    border-top-color: transparent!important;
    -webkit-animation: spin .65s infinite linear;
    -moz-animation: spin .65s infinite linear;
    -o-animation: spin .65s infinite linear;
    animation: spin .65s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px
}
.mk-loader::after,
.mk-loader::before {
    left: -2px;
    top: -2px;
    display: none;
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit
}
.loader::after {
    display: block;
    left: -2px;
    top: -2px;
    border: inherit;
    transform: rotate(65deg)
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}
#mk-header,
#mk-header div,
#mk-notification-bar,
#mk-page-introduce,
#mk-sidebar,
.blog-grid-entry,
.blog-masonry-entry,
.blog-masonry-inner,
.cart-collaterals,
.mk-checkout-payement,
.mk-employee-item,
.mk-fullwidth-boxed,
.mk-gallery-shortcode .gallery-inner,
.mk-grid div,
.mk-grid-portfolio-item,
.mk-header-toolbar,
.mk-image-caption,
.mk-news-item,
.mk-secondary-header,
.mk-secondary-header div,
.mk-side-dashboard,
.page-section-content,
.shop_table_form,
.text-input,
.theme-page-wrapper,
:after,
:before,
[class*=mk-col-],
input[type=text],
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
[class*=mk-col-] {
    float: left;
    padding-right: 25px;
    min-height: 1px
}
[class*=mk-col-]:last-of-type {
    padding-right: 0
}
.mk-grid {
    width: 100%;
    min-width: 755px;
    margin: 0 auto
}
.mk-inner-grid {
    width: 100%;
    margin: 0 auto;
    position: relative
}
.mk-grid:after,
.mk-inner-grid:after {
    content: "";
    display: table;
    clear: both
}
.mk-grid-pad {
    padding: 20px 0 0 20px
}
.mk-grid-pad>[class*=mk-col-]:last-of-type {
    padding-right: 20px
}
.mk-push-right {
    float: right
}
.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%
}
.mk-col-11-12 {
    width: 91.66%
}
.mk-col-10-12 {
    width: 83.333%
}
.mk-col-9-12 {
    width: 75%
}
.mk-col-5-12 {
    width: 41.66%
}
.mk-col-7-12 {
    width: 58.33%
}
@media handheld,
only screen and (max-width: 1140px) {
    .mk-grid {
        width: 100%
    }
    .mk-padding-wrapper {
        padding: 0 15px
    }
}
@media handheld,
only screen and (max-width: 760px) {
    .mk-grid {
        width: 100%;
        min-width: 0
    }
    [class*=mk-col-] {
        width: auto;
        float: none;
        margin: 10px 0;
        padding-left: 10px;
        padding-right: 10px
    }
}
.wpb_row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.attched-true.vc_row {
    margin-left: 0!important;
    margin-right: 0!important
}
.add-padding-0>[class*=vc_col] {
    padding: 0
}
.add-padding-1>[class*=vc_col] {
    padding: 1%
}
.add-padding-2>[class*=vc_col] {
    padding: 2%
}
.add-padding-3>[class*=vc_col] {
    padding: 3%
}
.add-padding-4>[class*=vc_col] {
    padding: 4%
}
.add-padding-5>[class*=vc_col] {
    padding: 5%
}
@media handheld,
only screen and (max-width: 767px) {
    .vc_row-fluid [class*=vc_span] {
        width: auto;
        float: none;
        margin-left: 0!important
    }
    .wpb_row.attched-true>[class*=vc_span] {
        width: auto
    }
}
#mk-breadcrumbs a,
.add_to_cart_button,
.ajax-controls a,
.author-social li a,
.blog-comments i,
.blog-meta a,
.blog-modern-entry .blog-modern-button,
.blog-modern-entry .blog-title,
.blog-scroller-arrows,
.blog-similar-posts a,
.blog-teaser-side-item .blog-title,
.blog-title a,
.button-icon-holder,
.comment-count i,
.comment-form-row i,
.comment-reply a,
.comment-textarea textarea,
.entry-meta a,
.fancybox-close,
.fancybox-nav span,
.gallery-meta,
.gallery-meta i,
.gallery-thumb-lightbox,
.gform_wrapper .button,
.header-searchform-input .ui-autocomplete .search-date,
.header-searchform-input .ui-autocomplete .search-title,
.header-searchform-input .ui-autocomplete li,
.header-searchform-input li i,
.header-searchform-input li img,
.hover-plus-icon,
.hover-plus-icon-small,
.image-overlay,
.mini-cart-button,
.mini-cart-button i,
.mini-cart-remove,
.mk-box-text i,
.mk-clients-shortcode .client-logo,
.mk-contact-form-wrapper .mk-form-row i,
.mk-edge-nav,
.mk-edge-nav i,
.mk-employeee-networks,
.mk-employeee-networks li a,
.mk-flickr-feeds a:after,
.mk-font-icons a i,
.mk-footer-social a,
.mk-gallery.grid-style .the-title,
.mk-image-caption,
.mk-image-hover i,
.mk-isotop-filter a,
.mk-lightbox,
.mk-loadmore-button,
.mk-login-form .form-row i,
.mk-login-form input,
.mk-love-holder i,
.mk-next-prev a,
.mk-pagination .mk-pagination-next a,
.mk-pagination .mk-pagination-previous a,
.mk-pricing-cols .mk-pricing-button a,
.mk-searchform .mk-icon-search,
.mk-social-network a,
.mk-subfooter-logos a,
.mk-textarea,
.next-prev-top a,
.portfolio-entry-logo,
.portfolio-meta,
.portfolio-permalink,
.portfolio-plus-icon i,
.portfolio-similar-posts img,
.portfolio-widget-title,
.post-hover-icon,
.post-type-icon,
.process-detail,
.product-category h4,
.product-category h4 span,
.product-hover-items,
.product-single-lightbox,
.res-nav-close,
.similar-post-type,
.single-post-tags a,
.single-share-trigger,
.single-social-share a,
.slideshow-swiper-arrows,
.swiper-arrows,
.swiper-pagination,
.team-member-name,
.team-member-position,
.text-input,
.thread-reply-toggle,
.widget .mk-searchform .search-button,
.widget-sub-navigation ul li a,
.widget_categories a:hover,
.widget_categories li a,
.widget_product_tag_cloud a,
.widget_social_networks a,
.widget_tag_cloud a:hover,
.widget_tag_cloud li a,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page table.cart .remove,
.woocommerce-pagination a,
a.jp-pause,
a.jp-play {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-perspective: 1000
}
.hover-overlay {
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -webkit-perspective: 1000
}
.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 .7s 1 cubic-bezier(0.445, .05, .55, .95);
    -moz-animation: mk_fade .7s 1 cubic-bezier(0.445, .05, .55, .95);
    -o-animation: mk_fade .7s 1 cubic-bezier(0.445, .05, .55, .95);
    animation: mk_fade .7s 1 cubic-bezier(0.445, .05, .55, .95);
    opacity: 1
}
.mk-animate-element.mk-in-viewport.forthy-five-rotate {
    -webkit-animation: mk_rotate .7s 1 cubic-bezier(0.445, .05, .55, .95);
    -moz-animation: mk_rotate .7s 1 cubic-bezier(0.445, .05, .55, .95);
    -o-animation: mk_rotate .7s 1 cubic-bezier(0.445, .05, .55, .95);
    animation: mk_rotate .7s 1 cubic-bezier(0.445, .05, .55, .95);
    opacity: 1
}
.mk-animate-element.mk-in-viewport.scale-up {
    -webkit-animation: mk_scale_up .5s ease;
    -moz-animation: mk_scale_up .5s ease;
    -o-animation: mk_scale_up .5s ease;
    animation: mk_scale_up .5s ease;
    opacity: 1
}
.mk-animate-element.mk-in-viewport.scale-down {
    -webkit-animation: mk_scale_down .5s 1 ease;
    -moz-animation: mk_scale_down .5s 1 ease;
    -o-animation: mk_scale_down .5s 1 ease;
    animation: mk_scale_down .5s 1 ease;
    opacity: 1
}
.mk-animate-element.mk-in-viewport.scale-half-up {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: mk_half_scale .4s ease forwards;
    -moz-animation: mk_half_scale .4s ease forwards;
    animation: mk_half_scale .4s ease forwards
}
.mk-animate-element.mk-in-viewport.right-to-left {
    -webkit-animation: mk_right_to_left .6s 1 cubic-bezier(0.77, 0, .175, 1);
    -moz-animation: mk_right_to_left .6s 1 cubic-bezier(0.77, 0, .175, 1);
    -o-animation: mk_right_to_left .6s 1 cubic-bezier(0.77, 0, .175, 1);
    animation: mk_right_to_left .6s 1 cubic-bezier(0.77, 0, .175, 1);
    opacity: 1
}
.mk-animate-element.mk-in-viewport.left-to-right {
    -webkit-animation: mk_left_to_right .6s 1 cubic-bezier(0.77, 0, .175, 1);
    -moz-animation: mk_left_to_right .6s 1 cubic-bezier(0.77, 0, .175, 1);
    -o-animation: mk_left_to_right .6s 1 cubic-bezier(0.77, 0, .175, 1);
    animation: mk_left_to_right .6s 1 cubic-bezier(0.77, 0, .175, 1);
    opacity: 1
}
.mk-animate-element.mk-in-viewport.top-to-bottom {
    -webkit-animation: mk_top_to_bottom .6s 1 cubic-bezier(0.77, 0, .175, 1);
    -moz-animation: mk_top_to_bottom .6s 1 cubic-bezier(0.77, 0, .175, 1);
    -o-animation: mk_top_to_bottom .6s 1 cubic-bezier(0.77, 0, .175, 1);
    animation: mk_top_to_bottom .6s 1 cubic-bezier(0.77, 0, .175, 1);
    opacity: 1
}
.mk-animate-element.mk-in-viewport.bottom-to-top {
    -webkit-animation: mk_bottom_to_top .6s 1 cubic-bezier(0.77, 0, .175, 1);
    -moz-animation: mk_bottom_to_top .6s 1 cubic-bezier(0.77, 0, .175, 1);
    -o-animation: mk_bottom_to_top .6s 1 cubic-bezier(0.77, 0, .175, 1);
    animation: mk_bottom_to_top .6s 1 cubic-bezier(0.77, 0, .175, 1);
    opacity: 1
}
.mk-animate-element.mk-in-viewport.flip-x {
    -webkit-animation: mk_flip_x .6s 1 cubic-bezier(0.77, 0, .175, 1);
    -moz-animation: mk_flip_x .6s 1 cubic-bezier(0.77, 0, .175, 1);
    -o-animation: mk_flip_x .6s 1 cubic-bezier(0.77, 0, .175, 1);
    animation: mk_flip_x .6s 1 cubic-bezier(0.77, 0, .175, 1);
    opacity: 1
}
.mk-animate-element.mk-in-viewport.flip-y {
    -webkit-animation: mk_flip_y .6s 1 cubic-bezier(0.77, 0, .175, 1);
    -moz-animation: mk_flip_y .6s 1 cubic-bezier(0.77, 0, .175, 1);
    -o-animation: mk_flip_y .6s 1 cubic-bezier(0.77, 0, .175, 1);
    animation: mk_flip_y .6s 1 cubic-bezier(0.77, 0, .175, 1);
    opacity: 1
}
.mk-float-vertical {
    -webkit-animation: mk_float 2s infinite linear;
    -moz-animation: mk_float 2s infinite linear;
    -ms-animation: mk_float 2s infinite linear;
    -o-animation: mk_float 2s infinite linear;
    position: relative
}
.mk-float-horizontal {
    -webkit-animation: mk_floatx 2s infinite linear;
    -moz-animation: mk_floatx 2s infinite linear;
    -ms-animation: mk_floatx 2s infinite linear;
    -o-animation: mk_floatx 2s infinite linear;
    position: relative
}
.mk-pulse {
    -webkit-animation: mk_pulse 2s infinite linear;
    -moz-animation: mk_pulse 2s infinite linear;
    -ms-animation: mk_pulse 2s infinite linear;
    -o-animation: mk_pulse 2s infinite linear
}
.mk-tossing {
    -webkit-animation: mk_tossing 2s infinite linear;
    -moz-animation: mk_tossing 2s infinite linear;
    -ms-animation: mk_tossing 2s infinite linear;
    -o-animation: mk_tossing 2s infinite linear
}
.mk-spin {
    -moz-animation: spin 4s infinite linear;
    -o-animation: spin 4s infinite linear;
    -webkit-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear
}
.mk-flip-horizontal {
    -webkit-animation: mk_flip_horizontal 3s infinite linear;
    animation: mk_flip_horizontal 3s infinite linear;
    display: inline-block
}
@keyframes mk_flip_horizontal {
    0% {
        transform: perspective(800px) rotateY(0deg)
    }
    100% {
        transform: perspective(800px) rotateY(360deg)
    }
}
@-webkit-keyframes mk_flip_horizontal {
    0% {
        -webkit-transform: perspective(800px) rotateY(0deg)
    }
    100% {
        -webkit-transform: perspective(800px) rotateY(360deg)
    }
}
@-webkit-keyframes mk_float {
    0% {
        top: 0
    }
    50% {
        top: 15px
    }
    100% {
        top: 0
    }
}
@-moz-keyframes mk_float {
    0% {
        top: 0
    }
    50% {
        top: 15px
    }
    100% {
        top: 0
    }
}
@-o-keyframes mk_float {
    0% {
        top: 0
    }
    50% {
        top: 15px
    }
    100% {
        top: 0
    }
}
@keyframes mk_float {
    0% {
        top: 0
    }
    50% {
        top: 15px
    }
    100% {
        top: 0
    }
}
@-webkit-keyframes mk_floatx {
    0% {
        left: 0
    }
    50% {
        left: 15px
    }
    100% {
        left: 0
    }
}
@-moz-keyframes mk_floatx {
    0% {
        left: 0
    }
    50% {
        left: 15px
    }
    100% {
        left: 0
    }
}
@-o-keyframes mk_floatx {
    0% {
        left: 0
    }
    50% {
        left: 15px
    }
    100% {
        left: 0
    }
}
@keyframes mk_floatx {
    0% {
        left: 0
    }
    50% {
        left: 15px
    }
    100% {
        left: 0
    }
}
@-webkit-keyframes mk_tossing {
    0% {
        -webkit-transform: rotate(-6deg)
    }
    50% {
        -webkit-transform: rotate(6deg)
    }
    100% {
        -webkit-transform: rotate(-6deg)
    }
}
@-moz-keyframes mk_tossing {
    0% {
        -moz-transform: rotate(-6deg)
    }
    50% {
        -moz-transform: rotate(6deg)
    }
    100% {
        -moz-transform: rotate(-6deg)
    }
}
@-o-keyframes mk_tossing {
    0% {
        -o-transform: rotate(-6deg)
    }
    50% {
        -o-transform: rotate(6deg)
    }
    100% {
        -o-transform: rotate(-6deg)
    }
}
@keyframes mk_tossing {
    0% {
        transform: rotate(-6deg)
    }
    50% {
        transform: rotate(6deg)
    }
    100% {
        transform: rotate(-6deg)
    }
}
@-webkit-keyframes mk_pulse {
    0% {
        -webkit-transform: scale(0.9);
        opacity: .7
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(0.9);
        opacity: .7
    }
}
@-moz-keyframes mk_pulse {
    0% {
        -moz-transform: scale(0.9);
        opacity: .7
    }
    50% {
        -moz-transform: scale(1);
        opacity: 1
    }
    100% {
        -moz-transform: scale(0.9);
        opacity: .7
    }
}
@-o-keyframes mk_pulse {
    0% {
        -o-transform: scale(0.9);
        opacity: .7
    }
    50% {
        -o-transform: scale(1);
        opacity: 1
    }
    100% {
        -o-transform: scale(0.9);
        opacity: .7
    }
}
@keyframes mk_pulse {
    0% {
        transform: scale(0.9);
        opacity: .7
    }
    50% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(0.9);
        opacity: .7
    }
}
@-webkit-keyframes mk_fade {
    0% {
        opacity: .1
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes mk_fade {
    0% {
        opacity: .1
    }
    100% {
        opacity: 1
    }
}
@-o-keyframes mk_fade {
    0% {
        opacity: .1
    }
    100% {
        opacity: 1
    }
}
@keyframes mk_fade {
    0% {
        opacity: .1
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes mk_rotate {
    0% {
        opacity: .1;
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
}
@-moz-keyframes mk_rotate {
    0% {
        opacity: .1;
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
}
@-o-keyframes mk_rotate {
    0% {
        opacity: .1;
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
}
@keyframes mk_rotate {
    0% {
        opacity: .1;
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
}
@-webkit-keyframes mk_scale_up {
    0% {
        -webkit-transform: scale(0.3);
        opacity: .1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}
@-moz-keyframes mk_scale_up {
    0% {
        -moz-transform: scale(0.3);
        opacity: .1
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}
@-o-keyframes mk_scale_up {
    0% {
        -o-transform: scale(0.3);
        opacity: .1
    }
    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}
@keyframes mk_scale_up {
    0% {
        transform: scale(0.3);
        opacity: .1
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}
@-webkit-keyframes mk_scale_down {
    0% {
        -webkit-transform: scale(1.3);
        opacity: .1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}
@-moz-keyframes mk_scale_down {
    0% {
        -moz-transform: scale(1.3);
        opacity: .1
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}
@-o-keyframes mk_scale_down {
    0% {
        -o-transform: scale(1.3);
        opacity: .1
    }
    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}
@keyframes mk_scale_down {
    0% {
        transform: scale(1.3);
        opacity: .1
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}
@-webkit-keyframes mk_half_scale {
    to {
        -webkit-transform: scale(1);
        opacity: 1
    }
}
@-moz-keyframes mk_half_scale {
    to {
        -webkit-transform: scale(1);
        opacity: 1
    }
}
@-o-keyframes mk_half_scale {
    to {
        -webkit-transform: scale(1);
        opacity: 1
    }
}
@keyframes mk_half_scale {
    to {
        -webkit-transform: scale(1);
        opacity: 1
    }
}
@-webkit-keyframes mk_left_to_right {
    0% {
        -webkit-transform: translate(-15%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}
@-moz-keyframes mk_left_to_right {
    0% {
        -moz-transform: translate(-15%, 0);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}
@-o-keyframes mk_left_to_right {
    0% {
        -o-transform: translate(-15%, 0);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes mk_left_to_right {
    0% {
        transform: translate(-15%, 0);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes mk_right_to_left {
    0% {
        -webkit-transform: translate(15%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}
@-moz-keyframes mk_right_to_left {
    0% {
        -moz-transform: translate(15%, 0);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}
@-o-keyframes mk_right_to_left {
    0% {
        -o-transform: translate(15%, 0);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes mk_right_to_left {
    0% {
        transform: translate(15%, 0);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes mk_bottom_to_top {
    0% {
        -webkit-transform: translate(0, 60%);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}
@-moz-keyframes mk_bottom_to_top {
    0% {
        -moz-transform: translate(0, 60%);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}
@-o-keyframes mk_bottom_to_top {
    0% {
        -o-transform: translate(0, 60%);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes mk_bottom_to_top {
    0% {
        transform: translate(0, 60%);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes mk_top_to_bottom {
    0% {
        -webkit-transform: translate(0, -20%);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}
@-moz-keyframes mk_top_to_bottom {
    0% {
        -moz-transform: translate(0, -20%);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}
@-o-keyframes mk_top_to_bottom {
    0% {
        -o-transform: translate(0, -20%);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes mk_top_to_bottom {
    0% {
        transform: translate(0, -20%);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes mk_flip_x {
    0% {
        -webkit-transform: perspective(400px) rotateX(45deg);
        opacity: 0
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}
@-moz-keyframes mk_flip_x {
    0% {
        -moz-transform: perspective(400px) rotateX(45deg);
        opacity: 0
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}
@-o-keyframes mk_flip_x {
    0% {
        -o-transform: perspective(400px) rotateX(45deg);
        opacity: 0
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}
@keyframes mk_flip_x {
    0% {
        transform: perspective(400px) rotateX(45deg);
        opacity: 0
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}
@-webkit-keyframes mk_flip_y {
    0% {
        -webkit-transform: perspective(400px) rotateY(45deg);
        opacity: 0
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}
@-moz-keyframes mk_flip_y {
    0% {
        -moz-transform: perspective(400px) rotateY(45deg);
        opacity: 0
    }
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}
@-o-keyframes mk_flip_y {
    0% {
        -o-transform: perspective(400px) rotateY(45deg);
        opacity: 0
    }
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}
@keyframes mk_flip_y {
    0% {
        transform: perspective(400px) rotateY(45deg);
        opacity: 0
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}
@-webkit-keyframes added_to_card_anim {
    0% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2)
    }
}
@-moz-keyframes added_to_card_anim {
    0% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2)
    }
}
@-o-keyframes added_to_card_anim {
    0% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2)
    }
}
@keyframes added_to_card_anim {
    0% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2)
    }
}
.mk-animate-element,
.mk-portfolio-item .portfolio-meta .portfolio-plus-icon i {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}
.mk-dynamic-styles {
    display: none
}
.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    background-color: #000!important
}
.hover-plus-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 48px;
    margin: -24px 0 0 -24px;
    z-index: 12;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    display: block;
    width: 48px;
    height: 48px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-backface-visibility: hidden
}
.hover-plus-icon-small {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 32px;
    margin: -16px 0 0 -16px;
    z-index: 10;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    display: block;
    width: 32px;
    height: 32px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-backface-visibility: hidden;
    text-align: center
}
.hover-plus-icon-xsmall {
    position: absolute;
    left: 50%;
    top: 60%;
    color: #fff;
    font-size: 16px;
    margin: -16px 0 0 -16px;
    z-index: 10;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    text-align: center;
    line-height: 27px!important;
    display: block;
    width: 27px;
    height: 27px;
    -webkit-backface-visibility: hidden;
    border: 3px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s
}
.hover-plus-icon-xsmall:hover {
    background-color: #fff;
    color: #000
}
.mk-love-holder {
    cursor: pointer
}
.featured-image {
    position: relative;
    overflow: hidden
}
.featured-image .item-featured-image {
    width: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}
.featured-image .mk-lightbox {
    line-height: 4px
}
.featured-image:hover .hover-overlay {
    opacity: .6;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.featured-image:hover .item-featured-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}
.featured-image:hover .hover-plus-icon,
.featured-image:hover .hover-plus-icon-small {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
}
.featured-image:hover .hover-plus-icon-xsmall {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
    top: 50%
}
.mk-image-slideshow img {
    width: 100%
}
.mk-preloader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 13;
    width: 101%;
    height: 100%;
    background-color: #fff
}
#mk-header {
    position: relative;
    z-index: 60;
    width: 100%;

	/*paul not here*/
}
#mk-header.sticky-header,
#mk-header.transparent-header-sticky {
    position: fixed!important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px)
}
#mk-header .mk-grid {
    position: relative;
    padding-left: 20px;
    padding-right: 20px
}
#mk-header.header-search-triggered .mk-margin-header-burger,
#mk-header.header-search-triggered>#mk-main-navigation>ul>li,
#mk-header.header-search-triggered>.mk-grid>#mk-main-navigation>ul>li {
    opacity: 0
}
#mk-header .mk-light-logo,
#mk-header .mk-mobile-logo {
    display: none
}
#mk-header:after,
#mk-header:before {
    content: " ";
    display: table
}
#mk-header:after {
    clear: both
}
.add-corner-margin #mk-header.sticky-header,
.add-corner-margin #mk-header.transparent-header-sticky {
    left: 20px!important;
    right: 20px!important;
    width: auto!important
}
.add-corner-margin .mk-boxed-enabled #mk-header.sticky-header,
.add-corner-margin .mk-boxed-enabled #mk-header.transparent-header-sticky {
    left: inherit!important;
    right: inherit!important;
    width: 100%!important
}
#mk-header:not(.header-structure-vertical).theme-main-header.put-header-top.header-offset-passed {
    top: -300px
}
#mk-header:not(.header-structure-vertical).theme-main-header.put-header-top.sticky-trigger-header {
    top: 0
}
.admin-bar #mk-header:not(.header-structure-vertical).theme-main-header.put-header-top.sticky-trigger-header {
    top: 32px
}
#mk-header:not(.header-structure-vertical).put-header-bottom,
#mk-header:not(.header-structure-vertical).put-header-bottom.header-offset-passed,
#mk-header:not(.header-structure-vertical).put-header-bottom.sticky-trigger-header,
.admin-bar #mk-header:not(.header-structure-vertical).put-header-bottom.sticky-trigger-header {
    bottom: 0;
    transition: all .4s cubic-bezier(0.77, 0, .175, 1);
    -webkit-transition: all .4s cubic-bezier(0.77, 0, .175, 1);
    -moz-transition: all .4s cubic-bezier(0.77, 0, .175, 1);
    -ms-transition: all .4s cubic-bezier(0.77, 0, .175, 1);
    -o-transition: all .4s cubic-bezier(0.77, 0, .175, 1);
    position: fixed
}
.add-corner-margin #mk-header:not(.header-structure-vertical).header-offset-passed {
    top: -300px
}
.add-corner-margin #mk-header:not(.header-structure-vertical).sticky-trigger-header {
    top: 20px
}
.admin-bar .add-corner-margin #mk-header:not(.header-structure-vertical).sticky-trigger-header {
    top: 52px
}
.add-corner-margin #mk-header {
    border-top: none!important
}
.add-corner-margin.dashboard-opened {
    margin-right: 0!important
}
#mk-header.full-header #mk-main-navigation {
    padding: 0 45px
}
#mk-header.full-header .dashboard-trigger.desktop-mode {
    display: none!important
}
#mk-header.full-header .dashboard-trigger.res-mode {
    display: block!important;
    margin-left: 15px
}
.header-align-right .mk-header-logo {
    float: right!important
}
.header-align-right #mk-main-navigation>ul>li.menu-item {
    float: left
}
.header-align-right .main-navigation-ul li.has-mega-menu>ul.sub-menu {
    top: auto!important
}
.header-align-right .mk-header-search,
.header-align-right .mk-shopping-cart {
    float: left
}
.header-align-right .mk-shopping-box {
    top: auto
}
.header-align-right .mk-header-social.inside-grid {
    float: left;
    margin-right: 20px
}
.header-align-left .mk-header-logo {
    float: left!important
}
.header-align-left .mk-header-social.inside-grid {
    float: right;
    margin-left: 30px
}
.header-align-center .mk-header-logo {
    margin-top: 10!important;
    margin-bottom: 0!important;
    display: inline;
}
.header-align-center .mk-header-logo-center {
    display: inline-block;
    margin: 0
}
.header-align-center .mk-header-logo-center a {
    display: inline-block
}
.header-align-center .mk-header-logo-center img {
    height: 100%!important
}
.header-align-center #mk-main-navigation>ul {
    text-align: center
}
.header-align-center .mk-header-social.inside-grid {
    float: right;
    margin-left: 30px
}
.mk-header-social a {
    padding: 0 9px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px
}
.mk-header-social a:hover {
    opacity: .8
}
.mk-header-social a i {
    font-size: 18px;
    vertical-align: middle
}
#mk-header.full-header .mk-header-social.inside-grid {
    display: inline-block
}
#mk-header.boxed-header .mk-header-social.outside-grid,
#mk-header.full-header .mk-header-social.outside-grid {
    display: none!important
}
#mk-header.boxed-header .mk-header-social.outside-grid {
    display: inline-block;
    position: absolute;
    right: 80px;
    top: 0
}
@media handheld,
only screen and (max-width: 1560px) {
    .mk-header-social.outside-grid {
        display: none!important
    }
    .mk-header-social.inside-grid {
        display: inline-block!important
    }
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-header-social.inside-grid,
    .mk-header-social.outside-grid {
        display: none!important
    }
}
.header-structure-margin #mk-main-navigation>ul>li.menu-item {
    opacity: 0
}
.header-structure-margin #mk-main-navigation.show-menu>ul>li.menu-item {
    opacity: 1
}
.mk-margin-header-burger {
    display: inline-block;
    float: left;
    position: relative;
    width: 30px;
    margin-right: 40px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}
.responsive-nav-link {
    display: none;
    float: left;
    position: relative;
    width: 30px;
    margin: 0 10px 0 0
}
.mk-burger-icon {
    width: 28px;
    height: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -45%);
    -moz-transform: translate(0, -45%);
    -ms-transform: translate(0, -45%);
    -o-transform: translate(0, -45%);
    cursor: pointer
}
.mk-burger-icon div {
    height: 2px;
    margin-bottom: 5px;
    display: block;
    position: relative
}
.burger-icon-2 {
    transition: opacity .1s ease;
    -webkit-transition: opacity .1s ease;
    -moz-transition: opacity .1s ease;
    -ms-transition: opacity .1s ease;
    -o-transition: opacity .1s ease
}
.burger-icon-1,
.burger-icon-3 {
    transition: transform .2s ease;
    -webkit-transition: -webkit-transform .2s ease;
    -moz-transition: -moz-transform .2s ease;
    -ms-transition: -ms-transform .2s ease;
    -o-transition: -o-transform .2s ease
}
.active-burger .burger-icon-2 {
    opacity: 0
}
.active-burger .burger-icon-1 {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    top: 8px
}
.active-burger .burger-icon-3 {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    top: -6px
}
.mk-secondary-header {
    position: relative;
    z-index: 60;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}
.mk-secondary-header.show-cart-false .mk-shopping-cart,
.mk-secondary-header.show-logo-false .mk-header-logo,
.mk-secondary-header.show-search-false .header-search-icon,
.mk-secondary-header.show-wpml-false .header-wpml-icon {
    display: none!important
}
.mk-secondary-header.show-border-false {
    border-top: none!important
}
.mk-secondary-header .mk-grid {
    position: relative;
    padding-left: 20px;
    padding-right: 20px
}
.mk-secondary-header.sticky-trigger-header {
    position: relative
}
.mk-secondary-header .mk-light-logo {
    display: none!important
}
.mk-secondary-header .mk-mobile-logo,
.secondary-header-space {
    display: none
}
.secondary-header-space.secondary-space-sticky {
    display: block
}
.secondary-header-sticky {
    position: fixed!important;
    top: 0;
    left: 0
}
@media handheld,
only screen and (max-width: 650px) {
    .mobile-menu-exists .mk-dark-logo,
    .mobile-menu-exists .mk-light-logo {
        display: none!important
    }
    .mobile-menu-exists .mk-mobile-logo {
        display: block!important
    }
}
.main-navigation-ul>li .sub,
.main-navigation-ul>li>.sub-menu {
    display: none
}
.main-navigation-ul>li:hover>.sub-menu {
    display: block
	
}
#mk-header.full-header .mk-header-social,
#mk-main-navigation>ul>li.menu-item,
#mk-main-navigation>ul>li.menu-item a.menu-item-link i,
#mk-main-navigation>ul>li.mk-header-logo,
#mk-main-navigation>ul>li.mk-header-logo a,
#mk-main-navigation>ul>li.mk-header-search,
#mk-main-navigation>ul>li.mk-header-search a.header-search-icon,
#mk-main-navigation>ul>li.mk-shopping-cart,
#mk-main-navigation>ul>li.mk-shopping-cart a.mk-cart-link,
#mk-main-navigation>ul>li>a.menu-item-link {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}
.main-navigation-ul>.menu-item>.menu-item-link {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}
.main-navigation-ul:hover>.menu-item>.menu-item-link {
    opacity: .7;
    -ms-filter: 'alpha(Opacity=@opacity)'

}
.main-navigation-ul:hover>.menu-item>.menu-item-link:hover {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
	
}
#mk-main-navigation>ul {
    margin: 0;
    padding: 0;
    list-style: none;

}
#mk-main-navigation>ul li.menu-item a.menu-item-link i {
    font-size: 16px;
    text-transform: none!important;
    margin-right: 6px;
    color:555
}
#mk-main-navigation>ul {
    position: relative;
    display: block;
    text-align: right
}
#mk-main-navigation>ul>li.menu-item {
    display: inline-block;
    margin: 0 1px 0 0;
    text-align: right
}
#mk-main-navigation>ul>li.menu-item>a.menu-item-link {
    display: block
}
.main-navigation-ul,
.main-navigation-ul li.menu-item,
.main-navigation-ul ul.sub-menu {
    margin: 0;
    padding: 0
}
.main-navigation-ul li.no-mega-menu ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 25px 0;
    width: 230px
}
.main-navigation-ul li.has-mega-menu>ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0!important
}
#mk-header:not(.header-structure-vertical).put-header-top .main-navigation-ul li.has-mega-menu>ul.sub-menu,
#mk-header:not(.header-structure-vertical).put-header-top .main-navigation-ul li.no-mega-menu ul.sub-menu {
    top: 100%
}
#mk-header:not(.header-structure-vertical).put-header-bottom .main-navigation-ul li.has-mega-menu>ul.sub-menu,
#mk-header:not(.header-structure-vertical).put-header-bottom .main-navigation-ul li.no-mega-menu>ul.sub-menu {
    bottom: 100%
}
.main-navigation-ul>li.menu-item>a.menu-item-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.main-navigation-ul>li.menu-item .sub-menu a.menu-item-link {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}
.main-navigation-ul>li ul.sub-menu li.menu-item a.menu-item-link {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 8px 25px;
    background-color: transparent!important;  /*phil hover did not work*/
    text-align: left;
    line-height: 18px
}
.main-navigation-ul>li ul.sub-menu li.menu-item a.menu-item-link i {
    margin-right: 5px;
    font-size: 16px
}
.main-navigation-ul>li.has-mega-menu>ul.sub-menu,
.main-navigation-ul>li.no-mega-menu>ul {
    margin-top: 1px
}
.main-navigation-ul>li.menu-item ul.sub-menu:after {
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}
.main-navigation-ul li.no-mega-menu ul.sub-menu ul.sub-menu {
    top: -25px!important;
    left: 100%;
    right: auto
}
.main-navigation-ul li .dropdownRightToLeft>ul.sub-menu {
    left: auto!important;
    right: 100%!important
}
.main-navigation-ul li.menu-item {
    position: relative;
    display: block;
    list-style-type: none
}
.main-navigation-ul>li.menu-item {
    display: inline-block
}
.main-navigation-ul a.menu-item-link {
    display: block;
    text-decoration: none;
    white-space: normal
}
.main-navigation-ul:not(.dropdownJavascript) li.menu-item:hover>ul.sub-menu {
    display: block;
    z-index: 10
}
.dropdownJavascript li.has-mega-menu:hover>ul.sub-menu,
.dropdownJavascript li.no-mega-menu:hover>ul.sub-menu {
    display: none
}
.dropdownJavascript li.dropdownOpen>ul.sub-menu {
    display: block!important;
    z-index: 100
}
.main-navigation-ul li.with-menu>a:before {
    font-family: ArtbeesWPTokens;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "\e63a";
    position: absolute;
    top: 50%!important;
    right: 8px;
    display: block!important;
    margin-top: -8px!important;
    width: 16px!important;
    height: 16px!important;
    font-size: 16px!important;
    line-height: 16px!important
}
.main-navigation-ul li.menu-item.has-mega-menu {
    position: static
}
.main-navigation-ul .has-mega-menu>ul.sub-menu {
    width: 100%;
    position: absolute;
    left: 0;
    padding: 20px 0
}
.main-navigation-ul .has-mega-menu>ul.sub-menu>ul.sub-menu {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    z-index: auto
}
.main-navigation-ul .has-mega-menu>ul.sub-menu>li.menu-item {
    display: block;
    left: 0;
    position: relative;
    float: left;
    width: 23%;
    border: 0;
    background-color: transparent;
    box-shadow: none
}
.megamenu-title {
    margin: 0 0 8px;
    padding: 8px 25px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #474747!important
}
.megamenu-title i {
    font-size: 16px;
    text-transform: none!important;
    opacity: .4;
    margin-right: 6px
}
.main-navigation-ul .has-mega-menu>ul.sub-menu>li.menu-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0;
    border-right: 1px solid rgba(255, 255, 255, .2)
}
.main-navigation-ul .has-mega-menu>ul.sub-menu>li.menu-item:last-child {
    border-right: none
}
.main-navigation-ul .has-mega-menu>ul.sub-menu>li.mega_col_1 {
    width: 100%;
    height: 100%
}
.main-navigation-ul .has-mega-menu>ul.sub-menu>li.mega_col_2 {
    width: 49.5%;
    height: 100%
}
.main-navigation-ul .has-mega-menu>ul.sub-menu>li.mega_col_3 {
    width: 33.25%;
    height: 100%
}
.main-navigation-ul .has-mega-menu>ul.sub-menu>li.mega_col_4 {
    width: 24.9%;
    height: 100%
}
.main-navigation-ul .has-mega-menu>ul.sub-menu>li.mega_col_5 {
    width: 19.8%;
    height: 100%
}
.main-navigation-ul .has-mega-menu>ul.sub-menu>li.mega_col_6 {
    width: 16.5%;
    height: 100%
}
.main-navigation-ul .has-mega-menu>ul.sub-menu>li>ul.sub-menu {
    display: block
}
.main-navigation-ul .has-mega-menu>ul.sub-menu>li>ul.sub-menu li.menu-item a.menu-item-link {
    display: block;
    position: relative;
    text-align: left;
    float: none;
    background-color: transparent!important; /*phil hover did not work*/
    margin: 0;
    padding: 10px 25px;
    line-height: 18px
}
.main-navigation-ul .has-mega-menu>ul.sub-menu>li>ul.sub-menu li.menu-item a.menu-item-link i {
    margin-right: 8px;
    font-size: 16px
}
.vertical li.dropdownBottomToTop>ul.sub-menu {
    bottom: 0
}
.vertical li.dropdownBottomToTop {
    position: static!important
}
.vertical li.has-mega-menu {
    position: relative
}
.vertical .has-mega-menu>ul.sub-menu {
    left: 100%;
    width: auto
}
.vertical .has-mega-menu>ul.sub-menu li.menu-item {
    float: none;
    display: table-cell
}
.megamenu-widgets-container {
    text-align: left;
    padding: 10px;
    line-height: 22px
}
.megamenu-widgets-container ul {
    list-style: none;
    margin: 0
}
.megamenu-widgets-container .widget {
    margin-bottom: 15px;
    overflow: visible
}
.mk-opened-nav {
    overflow: hidden!important;
    overflow: -moz-scrollbars-none!important;
    -ms-overflow-style: none!important;
    height: 100%;
    width: 100%;
    position: fixed
}
.mk-opened-nav::-webkit-scrollbar {
    width: 0!important
}
#mk-responsive-wrap {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    z-index: 300
}
#mk-responsive-wrap .dashboard-trigger,
#mk-responsive-wrap .mk-responsive-shopping-cart,
#mk-responsive-wrap .mk-vertical-header-burger,
#mk-responsive-wrap .responsive-nav-link {
    display: none!important
}
.responsive-nav-container {
    display: none;
    width: 100%
}
.mk-nav-responsive-link {
    display: none;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -8px;
    z-index: 12;
    line-height: 8px;
    cursor: pointer
}
.mk-nav-responsive-link i {
    font-size: 16px
}
.mk-responsive-nav>li>ul {
    display: none;
    border-top: 1px solid rgba(128, 128, 128, .2)
}
.mk-responsive-nav>li {
    border-bottom: 1px solid rgba(128, 128, 128, .2)
}
.mk-responsive-nav .mk-nav-arrow {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    opacity: .7;
    -ms-filter: 'alpha(Opacity=@opacity)';
    width: 70px;
    height: 100%;
    line-height: 50px
}
.mk-responsive-nav .mk-nav-arrow:hover {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.menu-html-content {
    line-height: 22px!important;
    text-align: left
}
.mk-responsive-nav {
    position: relative;
    width: 100%;
    display: none;
    margin: 0;
    padding: 0;
    z-index: 20
}
.mk-responsive-nav .dashboard-trigger,
.mk-responsive-nav .mk-header-logo,
.mk-responsive-nav .mk-header-search,
.mk-responsive-nav .mk-shopping-cart,
.mk-responsive-nav .responsive-nav-link {
    display: none!important
}
.mk-responsive-nav li {
    display: block;
    margin: 0
}
.mk-responsive-nav li a {
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: block;
    padding: 15px 20px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    position: relative
}
.mk-responsive-nav li a>i {
    display: none
}
.mk-responsive-nav li a .sub-menu {
    left: auto;
    position: relative;
    display: block
}
.mk-responsive-nav li a .megamenu-title {
    background-color: rgba(0, 0, 0, .03);
    font-size: 14px;
    font-weight: 700
}
.mk-responsive-nav li ul {
    margin: 0;
    padding: 0
}
.mk-responsive-nav li ul .megamenu-widgets-container {
    display: none!important
}
.mk-responsive-nav li ul li .megamenu-title,
.mk-responsive-nav li ul li a {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 12px 15px 12px 25px;
    text-align: left;
    text-transform: none;
    font-weight: 400
}
.mk-responsive-nav li .megamenu-title {
    font-weight: 700!important;
    font-size: 14px!important
}
.mk-responsive-nav .mk-header-social.inside-grid {
    display: none!important
}
.responsive-shopping-box {
    display: none;
    width: 100%
}
.responsive-shopping-box:after,
.responsive-shopping-box:before {
    content: " ";
    display: table
}
.responsive-shopping-box:after {
    clear: both
}
.mk-header-logo {
    margin: 0
}
.mk-header-logo a {
    padding-left: 0!important
}
@media handheld,
only screen and (max-width: 650px) {
    .mk-header-logo {
    }
}
#mk-header:not(.header-structure-vertical) .mk-header-logo img {
    height: 100%!important
}
.mk-header-search {

    float: right;
    margin: 0
}
.mk-header-search.align-left {
    float: left
}
form.header-searchform-input {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%
}
form.header-searchform-input input[type=submit] {
    display: none
}
form.header-searchform-input input[type=text] {
    padding-right: 70px;
    padding-left: 30px;
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    font-weight: 300;
    font-size: 50px;
    transition: font-size .2s ease-in-out;
    -webkit-transition: font-size .2s ease-in-out;
    -moz-transition: font-size .2s ease-in-out;
    -ms-transition: font-size .2s ease-in-out;
    -o-transition: font-size .2s ease-in-out
}
form.header-searchform-input .ui-autocomplete {
    overflow: auto;
    text-align: left;
    top: -2px!important;
    list-style: none;
    margin: 0;
    padding: 0
}
form.header-searchform-input .ui-autocomplete li {
    line-height: 16px;
    padding: 10px 25px;
    margin: 0;
    overflow: hidden;
    cursor: pointer
}
form.header-searchform-input .ui-autocomplete li a {
    cursor: pointer
}
form.header-searchform-input .ui-autocomplete li a:hover {
    color: #252525
}
form.header-searchform-input .ui-autocomplete li .wp-post-image,
form.header-searchform-input .ui-autocomplete li i {
    width: 40px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    display: block;
    float: left;
    margin-right: 10px
}
form.header-searchform-input .ui-autocomplete li i {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    opacity: .45;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
form.header-searchform-input .ui-autocomplete li .search-date {
    opacity: .6;
    -ms-filter: 'alpha(Opacity=@opacity)';
    font-size: 12px;
    font-weight: 600
}
form.header-searchform-input .ui-autocomplete li .search-title {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    display: block;
    margin-top: 5px;
    font-weight: 700
}
.mk-header-wpml-ls {
    float: right;
    margin: 0;
    position: relative
}
.mk-header-wpml-ls .header-wpml-icon {
    text-align: center;
    padding: 0 5px
}
.mk-header-wpml-ls .header-wpml-icon i {
    font-size: 20px
}
.mk-header-wpml-ls ul {
    position: absolute;
    right: 0;
    padding: 25px 0;
    width: 230px;
    margin: -1px 0 0;
    display: none
}
.mk-header-wpml-ls ul li {
    list-style: none;
    height: auto!important;
    line-height: normal!important;
    display: block;
    margin-left: 0
}
.mk-header-wpml-ls ul li a {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 8px 25px;
    background-color: transparent!important;
    text-align: left;
    height: auto!important;
    line-height: normal!important
}
.sticky-trigger-header .header-searchform-input input[type=text] {
    font-size: 30px
}
.header-search-close {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    line-height: 16px
}
.header-search-close i {
    font-size: 16px
}
.header-search-icon {
    display: block
}
.header-search-icon i {
    margin-left: 15px;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle
}
.header-structure-vertical {
    position: fixed!important;
    height: 100%!important
}
@media handheld,
only screen and (max-width: 768px) {
    .header-structure-vertical {
        height: auto!important
    }
    #menu-main-navigation .mk-header-logo {
    }
}
.header-structure-vertical.sticky-header,
.header-structure-vertical.transparent-header-sticky {
    -webkit-box-shadow: 1px 0 7px rgba(0, 0, 0, .03);
    -moz-box-shadow: 1px 0 7px rgba(0, 0, 0, .03);
    box-shadow: 1px 0 7px rgba(0, 0, 0, .03);
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: none
}
.header-structure-vertical .header-align-right .mk-header-logo,
.header-structure-vertical .header-align-right .mk-header-search,
.header-structure-vertical .header-align-right .mk-shopping-cart {
    float: none!important
}
.header-structure-vertical .header-align-right .mk-shopping-box {
    top: auto
}
.header-structure-vertical .header-align-right .mk-header-social.inside-grid {
    float: none!important;
    margin-right: 0!important
}
.header-structure-vertical .mk-vertical-menu {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}
.header-structure-vertical .mk-vertical-menu>.menu-item {
    margin: 0
}
.header-structure-vertical .mk-vertical-menu>.menu-item>.sub-menu {
    margin: 0;
    padding: 0 20px
}
.header-structure-vertical .mk-vertical-menu>.menu-item>.sub-menu>li {
    margin: 0
}
.header-structure-vertical .mk-vertical-menu>.menu-item>.sub-menu>li>.sub-menu {
    padding: 15px 10px;
    margin: 0
}
.header-structure-vertical .mk-vertical-menu>.menu-item a {
    display: block;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}
.header-structure-vertical .mk-vertical-menu .mk-header-logo {
    float: none;
    display: block;
    padding: 0 25px
}
.header-structure-vertical .mk-vertical-menu .sub-menu {
    list-style: none;
    display: none
}
.header-structure-vertical .mk-vertical-menu .sub-menu>.menu-item>.sub-menu>.menu-item {
    margin-left: 0
}
.header-structure-vertical .mk-vertical-menu:hover>.menu-item a {
    opacity: .7;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.header-structure-vertical .mk-vertical-menu:hover>.menu-item a:hover {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.header-structure-vertical .mk-header-search,
.header-structure-vertical .mk-header-wpml-ls,
.header-structure-vertical .mk-shopping-cart {
    display: none!important
}
.header-structure-vertical .mk-cart-link {
    padding-left: 12px!important
}
.header-structure-vertical .mk-header-social.inside-grid {
    position: absolute;
    padding: 25px;
    text-align: center;
    margin-left: 0;
    width: 100%;
    bottom: 30px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.theme-main-wrapper.vertical-condensed-state #mk-footer,
.theme-main-wrapper.vertical-condensed-state #mk-page-title,
.theme-main-wrapper.vertical-condensed-state #theme-page>.mk-main-wrapper-holder,
.theme-main-wrapper.vertical-condensed-state #theme-page>.mk-page-section,
.theme-main-wrapper.vertical-condensed-state #theme-page>.wpb_row {
    padding-left: 130px;
    transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -webkit-transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -moz-transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -ms-transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -o-transition: all .6s cubic-bezier(0.77, 0, .175, 1)
}
.theme-main-wrapper.vertical-condensed-state #mk-footer {
    width: auto!important
}
.mk-vertical-header-burger {
    margin: 0 auto;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    text-align: center
}
.mk-vertical-header-burger>div {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    margin: 0 auto
}
@media handheld,
only screen and (max-width: 768px) {
    .mk-vertical-header-burger {
        -webkit-transform: translate(0, -200px);
        -moz-transform: translate(0, -200px);
        -ms-transform: translate(0, -200px);
        -o-transform: translate(0, -200px)
    }
}
.vertical-condensed-state .header-structure-vertical {
    width: 130px!important;
    transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -webkit-transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -moz-transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -ms-transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -o-transition: all .6s cubic-bezier(0.77, 0, .175, 1)
}
.vertical-condensed-state .header-structure-vertical .mk-header-social.inside-grid {
    text-align: center
}
.vertical-condensed-state .header-structure-vertical .mk-header-social.inside-grid a {
    margin-top: 10px
}
.vertical-condensed-state .header-structure-vertical .mk-vertical-menu>li.mk-vertical-header-burger {
    margin: 0;
    display: block;
    text-align: left;
    width: 65px;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    opacity: 1;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out
}
.vertical-condensed-state .header-structure-vertical .mk-vertical-menu>li.menu-item,
.vertical-condensed-state .header-structure-vertical .mk-vertical-menu>li.mk-header-logo {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -webkit-transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -moz-transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -ms-transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -o-transition: all .6s cubic-bezier(0.77, 0, .175, 1)
}
.vertical-condensed-state .header-structure-vertical:hover .mk-vertical-menu>li.mk-vertical-header-burger {
    opacity: 0
}
.vertical-condensed-state .header-structure-vertical:hover .mk-vertical-menu>li.menu-item,
.vertical-condensed-state .header-structure-vertical:hover .mk-vertical-menu>li.mk-header-logo {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}
.mk-header-toolbar {
    width: 100%;
    padding: 0 45px;
    height: 35px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    line-height: 35px
}
.mk-header-toolbar:after,
.mk-header-toolbar:before {
    content: " ";
    display: table
}
.mk-header-toolbar:after {
    clear: both
}
.mk-header-toolbar .header-toolbar-contact {
    margin-right: 10px;
    line-height: 35px;
    display: inline-block;
    float: left
}
.mk-header-toolbar .header-toolbar-contact i {
    margin-right: 5px;
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    float: left
}
.mk-header-toolbar .header-toolbar-contact a {
    line-height: 35px;
    float: left
}
.mk-header-toolbar .toolbar-nav {
    display: inline-block;
    float: right
}
.mk-header-toolbar .toolbar-nav ul {
    display: block;
    list-style: none;
    margin: 0
}
.mk-header-toolbar .toolbar-nav ul:after,
.mk-header-toolbar .toolbar-nav ul:before {
    content: " ";
    display: table
}
.mk-header-toolbar .toolbar-nav ul:after {
    clear: both
}
.mk-header-toolbar .toolbar-nav ul li {
    display: inline-block;
    float: left;
    margin-left: 0
}
.mk-header-toolbar .toolbar-nav ul li .sub-menu {
    display: none
}
.mk-header-toolbar .toolbar-nav ul li a {
    line-height: 35px;
    margin: 0 5px;
    display: block
}
.mk-header-toolbar .mk-header-toolbar-social {
    display: inline-block;
    float: right;
    list-style: none;
    margin: 0 0 0 30px
}
.mk-header-toolbar .mk-header-toolbar-social:after,
.mk-header-toolbar .mk-header-toolbar-social:before {
    content: " ";
    display: table
}
.mk-header-toolbar .mk-header-toolbar-social:after {
    clear: both
}
.mk-header-toolbar .mk-header-toolbar-social li {
    margin-left: 0;
    height: 35px
}
.mk-header-toolbar .mk-header-toolbar-social li a {
    line-height: 35px;
    margin: 0 14px;
    display: inline-block;
    font-size: 16px
}
.mk-header-toolbar .mk-header-toolbar-social li a:first-child {
    margin-left: 0
}
.mk-header-toolbar .mk-header-toolbar-social li a:last-child {
    margin-right: 0
}
.mk-responsive-header-toolbar {
    text-align: center;
    display: none
}
.mk-responsive-header-toolbar a {
    display: inline-block
}
@media handheld,
only screen and (max-width: 780px) {
    .mk-header-toolbar {
        padding: 10px 20px;
        display: none;
        height: auto;
        line-height: auto;
        border-width: 0
    }
    .mk-header-toolbar .mk-grid {
        padding: 0!important
    }
    .mk-toolbar-responsive-icon {
        display: block
    }
    .header-toolbar-contact,
    .mk-header-toolbar-social,
    .toolbar-nav {
        width: 100%!important;
        display: block!important;
        margin: 0!important;
        padding: 0
    }
    .mk-responsive-header-toolbar {
        display: block
    }
    .mk-responsive-header-toolbar .mk-toolbar-responsive-icon {
        font-size: 16px
    }
    .mk-responsive-header-toolbar .mk-toolbar-responsive-icon.active-header-toolbar i:before {
        content: "\f077"!important
    }
}
#mk-page-title {
    width: 100%
}
@media only screen and (max-width: 767px) {
    #mk-page-title {
        background-position: center!important;
        background-attachment: scroll!important;
        background-size: cover
    }
}
#mk-page-title #mk-breadcrumbs {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px
}
#mk-page-title #mk-breadcrumbs .dark-skin {
    color: #5e5e5e
}
#mk-page-title #mk-breadcrumbs .dark-skin a {
    color: gray;
    color: rgba(94, 94, 94, .5)
}
#mk-page-title #mk-breadcrumbs .light-skin {
    color: #fff
}
#mk-page-title #mk-breadcrumbs .light-skin a {
    color: #bfbfbf;
    color: rgba(255, 255, 255, .5)
}
#mk-page-title.left-align .mk-page-heading {
    float: left;
    margin: 0 0 0 20px!important
}
#mk-page-title.left-align #mk-breadcrumbs {
    float: right;
    margin-right: 20px
}
#mk-page-title.center-align {
    text-align: center
}
#mk-page-title.center-align .mk-page-heading {
    display: block;
    margin: 0 0 5px!important
}
#mk-page-title.center-align #mk-breadcrumbs {
    line-height: 16px!important
}
#mk-page-title.right-align .mk-page-heading {
    float: right;
    margin: 0 20px 0 0!important
}
#mk-page-title.right-align #mk-breadcrumbs {
    float: left;
    margin-left: 20px
}
@media handheld,
only screen and (max-width: 767px) {
    #mk-header .mk-grid,
    .mk-secondary-header .mk-grid {
        padding-left: 5px!important;
        padding-right: 5px!important
    }
    .secondary-header-space,
    .sticky-header-padding {
        display: none!important
    }
    #mk-page-title {
        padding-left: 0!important;
        padding-right: 0!important
    }
}
@media handheld,
only screen and (max-width: 500px) {
    #mk-breadcrumbs {
        display: none
    }
}
#wpadminbar {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px)
}
@media handheld,
only screen and (max-width: 1140px) {
    .show-logo-false .mk-header-logo {
        display: none!important
    }
}
.theme-main-wrapper {
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    z-index: 10;
    right: 0
}
.theme-main-wrapper.dashboard-opened {
    right: 280px
}
.mk-side-dashboard {
    position: fixed;
    top: 0;
    right: -280px;
    padding: 30px 20px;
    width: 280px;
    height: 100%;
    z-index: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}
.mk-side-dashboard.dashboard-opened {
    right: 0
}
.admin-bar .mk-side-dashboard {
    top: 32px!important
}
.header-margin-style.mk-side-dashboard {
    width: 270px!important;
    right: 20px!important
}
.header-margin-style.mk-side-dashboard.dashboard-opened {
    right: 20px!important
}
@media handheld,
only screen and (max-width: 767px) {
    .header-margin-style.mk-side-dashboard {
        width: 280px!important
    }
    .header-margin-style.mk-side-dashboard,
    .header-margin-style.mk-side-dashboard.dashboard-opened {
        right: 0!important
    }
}
.dashboard-trigger {
    position: relative;
    display: inline-block;
    float: right;
    width: 22px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}
.dashboard-trigger i {
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle
}
.dashboard-trigger.res-mode {
    display: none
}
.dashboard-trigger.desktop-mode {
    position: absolute;
    right: 40px;
    top: 0;
    display: inline-block
}
.mk-boxed-enabled .dashboard-trigger.desktop-mode {
    right: 20px!important
}
.mk-bottom-corner,
.mk-left-corner,
.mk-right-corner,
.mk-top-corner {
    position: fixed;
    background-color: #fff;
    z-index: 999
}
.mk-bottom-corner,
.mk-top-corner {
    width: 100%;
    height: 20px;
    left: 0
}
.mk-top-corner {
    top: 0
}
.admin-bar .mk-top-corner {
    top: 32px
}
.mk-bottom-corner {
    bottom: 0
}
.mk-left-corner,
.mk-right-corner {
    width: 20px;
    height: 100%;
    top: 0
}
.mk-right-corner {
    right: 0
}
.mk-left-corner {
    left: 0
}
.add-corner-margin {
    margin: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
@media handheld,
only screen and (max-width: 767px) {
    .add-corner-margin {
        margin: 0!important
    }
    .mk-bottom-corner,
    .mk-left-corner,
    .mk-right-corner,
    .mk-top-corner {
        display: none
    }
}


#theme-page {

    overflow: hidden;
    padding: 0;
    margin: 0;
    min-height: 200px;
	/*phil hide top line*/
	  padding-top:0px;
}
#theme-page .theme-page-wrapper {
    margin: 20px auto;
	/* phil */
  background-color: #000;
  border-radius: 15px;

}
#theme-page .theme-page-wrapper.no-padding {
    margin-top: 0;
    margin-bottom: 0
}
#theme-page .theme-page-wrapper .theme-content {
    padding: 20px
}
#theme-page .theme-page-wrapper .theme-content.no-padding {
    padding-bottom: 0;
    padding-top: 0
}
#theme-page .theme-page-wrapper #mk-sidebar {
    position: relative
}
#theme-page .theme-page-wrapper.right-layout #mk-sidebar {
    float: right
}
#theme-page .theme-page-wrapper.left-layout #mk-sidebar,
#theme-page .theme-page-wrapper.right-layout .theme-content {
    float: left
}
#theme-page .theme-page-wrapper.left-layout .theme-content {
    float: right
}
#theme-page .theme-page-wrapper.right-layout .sidebar-wrapper {
    padding: 20px 10px 30px 30px
}
#theme-page .theme-page-wrapper.left-layout .sidebar-wrapper {
    padding: 20px 30px 30px 10px
}
.mk-boxed-enabled#mk-boxed-layout {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .13);
    box-shadow: 0 0 15px rgba(0, 0, 0, .13);


}
.mk-boxed-enabled#mk-boxed-layout #mk-header.sticky-header {
    left: auto;
    right: auto
}
* html #mk-sidebar,
* html #theme-page {
    display: inline
}
.mk-body-loader-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2351;
    background-color: #fff
}
.ie .mk-body-loader-overlay {
    display: none!important
}
.qLlogo {
    text-align: center;
    position: relative;
    width: 100%;
    height: 50%;
    border-bottom: 100px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.qLlogo img {
    max-width: 400px;
    max-height: 100%;
    position: absolute;
    bottom: 0
}
@media handheld,
only screen and (max-width: 767px) {
    #theme-page {
        padding: 0!important
    }
    .theme-page-wrapper {
        margin: 0 auto!important
    }
}
@media handheld,
only screen and (max-width: 960px) {
    #mk-sidebar,
    .theme-content {
        width: 100%!important;
        margin-left: 0!important;
        margin-right: 0!important;
        padding-left: 20px!important;
        padding-right: 20px!important
    }
    .sidebar-wrapper {
        padding-left: 0!important;
        padding-right: 0!important
    }
}
@media handheld,
only screen and (max-width: 600px) {
    .qLogo img {
        max-width: 400px
    }
}
#mk-footer {
    width: 100%;
    position: relative;
    padding: 70px 0 0
}
#mk-footer .footer-wrapper {
    position: relative;
    margin-bottom: 20px
}
#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 {
    padding: 30px 0
}
.mk-footer-copyright {
    font-size: 13px;
    line-height: 16px;
    float: left;
    width: 60%
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-footer-copyright {
        float: none!important;
        display: block;
        text-align: center;
        width: auto
    }
}
.mk-footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    width: 40%
}
.mk-footer-social li {
    margin: 0;
    display: inline-block;
    float: right
}
.mk-footer-social li a {
    display: block;
    margin: 0 10px;
    line-height: 16px
}
.mk-footer-social li i {
    font-size: 16px;
    line-height: 16px
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-footer-social {
        float: none!important;
        display: block;
        margin: 20px 0 0!important;
        text-align: center;
        width: 100%
    }
    .mk-footer-social li {
        float: none
    }
}
.mk-subfooter-logos a {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    width: 40%;
    opacity: .8
}
.mk-subfooter-logos a:hover {
    opacity: 1
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-subfooter-logos a {
        float: none!important;
        display: block;
        margin: 0 auto!important;
        text-align: center;
        width: 100%
    }
}
.mk-go-top {
    background-color: rgba(0, 0, 0, .4);
    width: 42px;
    height: 42px;
    line-height: 42px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: block;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}
.mk-go-top.off {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}
.mk-go-top.on {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit
}
.mk-go-top:hover {
    background-color: rgba(0, 0, 0, .6)
}
.mk-go-top i {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    display: block
}
.flex-container a:active,
.flex-container a:focus,
.mk-flexslider a:active,
.mk-flexslider a:focus {
    outline: 0
}
.flex-control-nav,
.flex-direction-nav,
.mk-flex-slides {
    margin: 0;
    padding: 0;
    list-style: none
}
.mk-flexslider {
    padding: 0
}
.mk-flexslider .mk-banner-slides>li,
.mk-flexslider .mk-flex-slides>li {
    display: none;
    margin: 0;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}
.mk-flexslider .mk-banner-slides img,
.mk-flexslider .mk-flex-slides img {
    display: block;
    width: 100%
}
.flex-pauseplay span {
    text-transform: capitalize
}
.mk-flex-slides:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0
}
html[xmlns] .mk-flex-slides {
    display: block
}
* html .mk-flex-slides {
    height: 1%
}
.mk-flexslider .mk-banner-slides {
    margin: 0;
    padding: 0;
    list-style: none
}
.mk-flexslider .mk-banner-slides li {
    margin: 0
}
.mk-flexslider {
    position: relative;
    margin: 0;
    zoom: 1
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}
.loading .flex-viewport {
    max-height: 100px
}
.mk-flexslider .mk-banner-slides,
.mk-flexslider .mk-flex-slides {
    zoom: 1
}
.carousel li {
    margin-right: 5px
}
.flex-direction-nav a {
    position: absolute;
    z-index: 10;
    display: block;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-flexslider:hover .flex-next:hover,
.mk-flexslider:hover .flex-prev:hover {
    opacity: 1
}
.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default
}
.flex-control-nav {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
    zoom: 1
}
.flex-control-paging li a {
    display: block;
    cursor: pointer
}
.flex-control-paging li a.flex-active {
    cursor: default
}
div.jp-audio {
    width: 100%
}
div.jp-interface {
    position: relative;
    width: 100%;
    padding: 20px 110px 20px 70px;
    border: 2px solid #eee;
    background-color: #fff
}
div.jp-controls-holder {
    clear: both;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}
div.jp-interface ul.jp-controls {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left
}
div.jp-interface ul.jp-controls li {
    margin: 0
}
div.jp-audio ul.jp-controls {
    position: absolute;
    left: 20px;
    top: 23px
}
div.jp-interface ul.jp-controls li {
    display: inline;
    float: left
}
div.jp-interface ul.jp-controls a {
    display: block
}
a.jp-pause,
a.jp-play {
    width: 25px;
    height: 25px;
    display: block;
    background-color: #fff;
    border: 3px solid #eee;
    line-height: 14px;
    color: #737373;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center
}
a.jp-pause i,
a.jp-play i {
    font-size: 16px;
    line-height: 25px;
    color: #737373
}
div.jp-progress {
    background-color: #eee;
    position: relative;
    top: 3px
}
div.jp-audio div.jp-progress {
    height: 31px;
    float: left;
    margin: 0
}
div.jp-audio div.jp-type-single div.jp-progress {
    width: 100%
}
div.jp-seek-bar {
    width: 0;
    height: 100%;
    cursor: pointer
}
div.jp-play-bar {
    width: 0;
    height: 100%;
    position: relative
}
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
    width: 18px;
    height: 15px;
    margin-top: 0
}
.js-volume-wrapper {
    padding: 11px 7px 6px;
    margin-top: 7px;
    border: 3px solid #eee;
    display: inline-block;
    width: 70px;
    position: absolute;
    right: 20px;
    top: 15px
}
div.jp-volume-bar {
    z-index: 20;
    width: 100%;
    height: 8px;
    cursor: pointer
}
.inner-value-adjust {
    background-color: #737373;
    width: 100%;
    height: 3px
}
div.jp-volume-bar-value {
    width: 0;
    height: 3px;
    transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    position: relative
}
div.jp-volume-bar-value:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fafafa;
    border: 3px solid #737373
}
@media handheld,
only screen and (max-width: 600px) {
    .js-volume-wrapper {
        display: none!important
    }
    div.jp-interface {
        padding-right: 22px!important
    }
}
div.jp-current-time,
div.jp-duration {
    display: inline-block
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none
}
.fancybox-opened {
    z-index: 8030
}
.fancybox-inner,
.fancybox-outer {
    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-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%
}
#fancybox-loading {
    background-image: url(../../images/fancybox/fancybox_sprite.png);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}
#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;
    z-index: 8040;
    border: 3px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    text-align: center
}
.fancybox-close i {
    font-size: 16px;
    line-height: 30px
}
.fancybox-close:hover {
    color: #fff
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: url(../../images/fancybox/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}
.fancybox-prev {
    left: 0
}
.fancybox-next {
    right: 0
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -16px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
    border: 3px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    text-align: center
}
.fancybox-nav span i {
    font-size: 16px;
    line-height: 30px
}
.fancybox-nav span:hover {
    color: #fff
}
.fancybox-prev span {
    left: 20px
}
.fancybox-next span {
    right: 20px
}
.fancybox-nav:hover span {
    visibility: visible
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}
.fancybox-lock {
    overflow: visible!important;
    width: auto
}
.fancybox-lock body {
    overflow: hidden!important
}
.fancybox-lock-test {
    overflow-y: hidden!important
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../../images/fancybox/fancybox_overlay.png)
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}
.fancybox-title {
    visibility: hidden;
    position: relative;
    z-index: 8050;
    margin-right: 45px
}
.fancybox-opened .fancybox-title {
    visibility: visible
}
.fancybox-title-float-wrap {
    z-index: 8050;
    margin-top: 10px
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
    line-height: 24px
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}
.fancybox-title-inside-wrap {
    padding-top: 10px
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}
.mk-swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    direction: ltr
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .mk-swiper-container {
        overflow: auto;
        -ms-overflow-style: none
    }
}
.mk-swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}
.swiper-free-mode>.mk-swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    float: left
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}
.mk-edge-slider,
.mk-tab-slider {
    position: relative
}
.mk-edge-slider .mk-grid,
.mk-tab-slider .mk-grid {
    position: relative;
    z-index: 14
}
.mk-edge-slider .swiper-slide,
.mk-tab-slider .swiper-slide {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden
}
.mk-edge-slider .swiper-slide .edge-content-holder,
.mk-tab-slider .swiper-slide .edge-content-holder {
    margin-top: 100px
}
.mk-edge-slider .swiper-slide.center_top .edge-content-holder,
.mk-edge-slider .swiper-slide.left_top .edge-content-holder,
.mk-edge-slider .swiper-slide.right_top .edge-content-holder,
.mk-tab-slider .swiper-slide.center_top .edge-content-holder,
.mk-tab-slider .swiper-slide.left_top .edge-content-holder,
.mk-tab-slider .swiper-slide.right_top .edge-content-holder {
    margin-top: 80px
}
.mk-edge-slider .swiper-slide.center_bottom .edge-buttons,
.mk-edge-slider .swiper-slide.center_bottom .mk-edge-desc,
.mk-edge-slider .swiper-slide.center_bottom .mk-edge-title,
.mk-edge-slider .swiper-slide.center_center .edge-buttons,
.mk-edge-slider .swiper-slide.center_center .mk-edge-desc,
.mk-edge-slider .swiper-slide.center_center .mk-edge-title,
.mk-edge-slider .swiper-slide.center_top .edge-buttons,
.mk-edge-slider .swiper-slide.center_top .mk-edge-desc,
.mk-edge-slider .swiper-slide.center_top .mk-edge-title,
.mk-tab-slider .swiper-slide.center_bottom .edge-buttons,
.mk-tab-slider .swiper-slide.center_bottom .mk-edge-desc,
.mk-tab-slider .swiper-slide.center_bottom .mk-edge-title,
.mk-tab-slider .swiper-slide.center_center .edge-buttons,
.mk-tab-slider .swiper-slide.center_center .mk-edge-desc,
.mk-tab-slider .swiper-slide.center_center .mk-edge-title,
.mk-tab-slider .swiper-slide.center_top .edge-buttons,
.mk-tab-slider .swiper-slide.center_top .mk-edge-desc,
.mk-tab-slider .swiper-slide.center_top .mk-edge-title {
    text-align: center
}
.mk-edge-slider .swiper-slide.center_bottom .edge-slide-content,
.mk-edge-slider .swiper-slide.center_center .edge-slide-content,
.mk-edge-slider .swiper-slide.center_top .edge-slide-content,
.mk-tab-slider .swiper-slide.center_bottom .edge-slide-content,
.mk-tab-slider .swiper-slide.center_center .edge-slide-content,
.mk-tab-slider .swiper-slide.center_top .edge-slide-content {
    margin-right: auto;
    margin-left: auto
}
.mk-edge-slider .swiper-slide.right_bottom,
.mk-edge-slider .swiper-slide.right_center,
.mk-edge-slider .swiper-slide.right_top,
.mk-tab-slider .swiper-slide.right_bottom,
.mk-tab-slider .swiper-slide.right_center,
.mk-tab-slider .swiper-slide.right_top {
    text-align: right
}
.mk-edge-slider .swiper-slide.right_bottom .edge-slide-content,
.mk-edge-slider .swiper-slide.right_center .edge-slide-content,
.mk-edge-slider .swiper-slide.right_top .edge-slide-content,
.mk-tab-slider .swiper-slide.right_bottom .edge-slide-content,
.mk-tab-slider .swiper-slide.right_center .edge-slide-content,
.mk-tab-slider .swiper-slide.right_top .edge-slide-content {
    float: right
}
.mk-edge-slider .edge-slide-content.caption-light .mk-edge-desc,
.mk-edge-slider .edge-slide-content.caption-light .mk-edge-title,
.mk-tab-slider .edge-slide-content.caption-light .mk-edge-desc,
.mk-tab-slider .edge-slide-content.caption-light .mk-edge-title {
    color: #fff!important
}
.mk-edge-slider .edge-slide-content.caption-dark .mk-edge-desc,
.mk-edge-slider .edge-slide-content.caption-dark .mk-edge-title,
.mk-tab-slider .edge-slide-content.caption-dark .mk-edge-desc,
.mk-tab-slider .edge-slide-content.caption-dark .mk-edge-title {
    color: #222!important
}
.mk-edge-slider .edge-fade-in,
.mk-edge-slider .edge-scale-down,
.mk-edge-slider .edge-slide-bottom,
.mk-edge-slider .edge-slide-left,
.mk-edge-slider .edge-slide-right,
.mk-edge-slider .edge-slide-top,
.mk-tab-slider .edge-fade-in,
.mk-tab-slider .edge-scale-down,
.mk-tab-slider .edge-slide-bottom,
.mk-tab-slider .edge-slide-left,
.mk-tab-slider .edge-slide-right,
.mk-tab-slider .edge-slide-top {
    transition: all .8s cubic-bezier(0.77, 0, .175, 1) .7s;
    -webkit-transition: all .8s cubic-bezier(0.77, 0, .175, 1) .7s;
    -moz-transition: all .8s cubic-bezier(0.77, 0, .175, 1) .7s;
    -ms-transition: all .8s cubic-bezier(0.77, 0, .175, 1) .7s;
    -o-transition: all .8s cubic-bezier(0.77, 0, .175, 1) .7s;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-edge-slider .mk-edge-title,
.mk-tab-slider .mk-edge-title {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 50px;
    line-height: 110%
}
.mk-edge-slider .mk-edge-desc,
.mk-tab-slider .mk-edge-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px
}
.mk-edge-slider .edge-buttons,
.mk-tab-slider .edge-buttons {
    margin-top: 30px
}
.mk-edge-slider .swiper-slide-active .edge-fade-in,
.mk-tab-slider .swiper-slide-active .edge-fade-in {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-edge-slider .edge-slide-top,
.mk-tab-slider .edge-slide-top {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}
.mk-edge-slider .swiper-slide-active .edge-slide-top,
.mk-tab-slider .swiper-slide-active .edge-slide-top {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-edge-slider .edge-slide-left,
.mk-tab-slider .edge-slide-left {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0)
}
.mk-edge-slider .swiper-slide-active .edge-slide-left,
.mk-tab-slider .swiper-slide-active .edge-slide-left {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-edge-slider .edge-slide-bottom,
.mk-tab-slider .edge-slide-bottom {
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%)
}
.mk-edge-slider .swiper-slide-active .edge-slide-bottom,
.mk-tab-slider .swiper-slide-active .edge-slide-bottom {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-edge-slider .edge-slide-right,
.mk-tab-slider .edge-slide-right {
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0)
}
.mk-edge-slider .swiper-slide-active .edge-slide-right,
.mk-tab-slider .swiper-slide-active .edge-slide-right {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-edge-slider .edge-scale-down,
.mk-tab-slider .edge-scale-down {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3)
}
.mk-edge-slider .swiper-slide-active .edge-scale-down,
.mk-tab-slider .swiper-slide-active .edge-scale-down {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}
.mk-edge-slider .edge-flip-x,
.mk-edge-slider .edge-flip-y,
.mk-tab-slider .edge-flip-x,
.mk-tab-slider .edge-flip-y {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-perspective: 1000;
    opacity: 0;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1;
    -o-animation-delay: 1s;
    animation-delay: 1s
}
.mk-edge-slider .swiper-slide-active .edge-flip-x,
.mk-tab-slider .swiper-slide-active .edge-flip-x {
    -webkit-animation-name: mk_flip_x;
    -moz-animation-name: mk_flip_x;
    -o-animation-name: mk_flip_x;
    animation-name: mk_flip_x;
    opacity: 1
}
.mk-edge-slider .swiper-slide-active .edge-flip-y,
.mk-tab-slider .swiper-slide-active .edge-flip-y {
    -webkit-animation-name: mk_flip_y;
    -moz-animation-name: mk_flip_y;
    -o-animation-name: mk_flip_y;
    animation-name: mk_flip_y;
    opacity: 1
}
.mk-edge-slider .edge-skip-slider,
.mk-tab-slider .edge-skip-slider {
    position: absolute;
    left: 50%;
    bottom: 20px;
    cursor: pointer;
    z-index: 10;
    margin: -24px 0 0 -24px
}
.mk-edge-slider .edge-skip-slider i,
.mk-tab-slider .edge-skip-slider i {
    color: #fff;
    font-size: 48px
}
.mk-edge-slider[data-animation=horizontal_curtain] .mk-swiper-wrapper,
.mk-tab-slider[data-animation=horizontal_curtain] .mk-swiper-wrapper {
    transition-timing-function: ease
}
.mk-edge-slider[data-animation=perspective_flip],
.mk-tab-slider[data-animation=perspective_flip] {
    perspective: 1000px
}
.mk-edge-slider[data-animation=perspective_flip] .edge-slider-holder,
.mk-tab-slider[data-animation=perspective_flip] .edge-slider-holder {
    transform-style: preserve-3d
}
.mk-edge-slider[data-animation=perspective_flip] .swiper-slide,
.mk-tab-slider[data-animation=perspective_flip] .swiper-slide {
    transform-origin: top center;
    bacface-visiblity: hidden
}
@media handheld,
only screen and (max-width: 1140px) {
    .mk-edge-slider .mk-grid,
    .mk-tab-slider .mk-grid {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px
    }
    .mk-edge-slider .mk-edge-title,
    .mk-tab-slider .mk-edge-title {
        font-weight: 600;
        font-size: 40px
    }
    .mk-edge-slider .mk-edge-desc,
    .mk-tab-slider .mk-edge-desc {
        font-weight: 400;
        font-size: 20px;
        line-height: 34px
    }
    .mk-edge-slider .edge-slide-content,
    .mk-tab-slider .edge-slide-content {
        width: 80%
    }
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-edge-slider .mk-grid,
    .mk-tab-slider .mk-grid {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px
    }
    .mk-edge-slider .mk-edge-next,
    .mk-edge-slider .mk-edge-prev,
    .mk-tab-slider .mk-edge-next,
    .mk-tab-slider .mk-edge-prev {
        display: none
    }
    .mk-edge-slider .mk-edge-title,
    .mk-tab-slider .mk-edge-title {
        font-weight: 700!important;
        font-size: 22px!important;
        line-height: 130%!important
    }
    .mk-edge-slider .mk-edge-desc,
    .mk-tab-slider .mk-edge-desc {
        font-size: 14px;
        line-height: 22px!important
    }
    .mk-edge-slider .edge-buttons .mk-button,
    .mk-tab-slider .edge-buttons .mk-button {
        padding: 10px 12px!important;
        font-size: 10px!important;
        margin-right: 15px!important
    }
    .mk-edge-slider .mk-button-align.center,
    .mk-edge-slider .mk-button-align.left,
    .mk-edge-slider .mk-button-align.right,
    .mk-tab-slider .mk-button-align.center,
    .mk-tab-slider .mk-button-align.left,
    .mk-tab-slider .mk-button-align.right {
        width: auto!important;
        margin-bottom: 6px
    }
    .mk-edge-slider .edge-slide-content,
    .mk-tab-slider .edge-slide-content {
        width: 100%!important
    }
}
.edge-slider-holder {
    z-index: 10
}
.edge-slider-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    left: 0;
    top: 0
}
.mk-parallax {
    overflow: hidden
}
.mk-edge-slider .mk-edge-next,
.mk-edge-slider .mk-edge-prev {
    opacity: 0
}
.mk-edge-slider:hover .mk-edge-next,
.mk-edge-slider:hover .mk-edge-prev {
    opacity: 1
}
.mk-edge-nav a {
    position: absolute;
    top: 50%;
    display: block;
    outline: 0;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer
}
.mk-edge-nav a .slides-count {
    display: none
}
.mk-edge-nav a.mk-edge-prev {
    left: 0
}
.mk-edge-nav a.mk-edge-next {
    right: 0
}
.mk-edge-next i,
.mk-edge-prev i {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 16px
}
.nav-item-caption {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}
.nav-bar a {
    margin: 0;
    width: 150px;
    height: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    overflow: hidden;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding: 0
}
.nav-bar .nav-item-caption,
.nav-bar i {
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s
}
.nav-bar .mk-edge-icon-wrap {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    display: block;
    width: 100px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}
.nav-bar .mk-edge-nav {
    position: absolute;
    top: 50%;
    margin: -50px 25px 0;
    display: block
}
.nav-bar .edge-nav-bg {
    display: block;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}
.nav-bar a.mk-edge-prev {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}
.nav-bar a.mk-edge-prev .mk-edge-icon-wrap {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    left: 0
}
.nav-bar a.mk-edge-prev .edge-nav-bg {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    left: 0
}
.nav-bar a.mk-edge-prev:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.nav-bar a.mk-edge-prev:hover .mk-edge-icon-wrap {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0
}
.nav-bar a.mk-edge-prev:hover .edge-nav-bg {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}
.nav-bar a.mk-edge-next {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px)
}
.nav-bar a.mk-edge-next .mk-edge-icon-wrap {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    right: 0
}
.nav-bar a.mk-edge-next .edge-nav-bg {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    left: 0
}
.nav-bar a.mk-edge-next:hover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0)
}
.nav-bar a.mk-edge-next:hover .mk-edge-icon-wrap {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    opacity: 0
}
.nav-bar a.mk-edge-next:hover .edge-nav-bg {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1
}
.nav-bar .nav-item-caption {
    font-weight: 700;
    font-size: 12px;
    display: block;
    width: 100px;
    height: 100px;
    margin: 10px 0;
    opacity: 0;
    line-height: 14px;
    word-wrap: break-word;
    white-space: normal;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.nav-bar a.mk-edge-prev .nav-item-caption {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    text-align: right
}
.nav-bar a.mk-edge-next .nav-item-caption {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    text-align: left
}
.nav-bar a:hover {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.nav-bar a:hover .nav-item-caption {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.nav-bar a[data-skin=dark] {
    background: 0 0
}
.nav-bar a[data-skin=dark] .nav-item-caption,
.nav-bar a[data-skin=dark] i {
    color: #fff
}
.nav-bar a[data-skin=dark]:hover {
    background: rgba(0, 0, 0, .2)
}
.nav-bar a[data-skin=light] {
    background: rgba(255, 255, 255, 0)
}
.nav-bar a[data-skin=light] .nav-item-caption,
.nav-bar a[data-skin=light] i {
    color: #333
}
.nav-bar a[data-skin=light]:hover {
    background: rgba(255, 255, 255, .2)
}
.nav-round a {
    margin: 0 20px;
    width: 67px;
    height: 67px;
    border-radius: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}
.nav-round .nav-item-caption,
.nav-round i {
    -webkit-transition: color .3s;
    transition: color .3s
}
.nav-round .mk-edge-icon-wrap {
    position: absolute;
    padding: 26px 27px
}
.nav-round a.mk-edge-prev .mk-edge-icon-wrap {
    left: 0
}
.nav-round a.mk-edge-next .mk-edge-icon-wrap {
    right: 0
}
.nav-round .nav-item-caption {
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    padding: 25px 10px;
    width: 130px;
    top: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.nav-round a.mk-edge-prev .nav-item-caption {
    right: 10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}
.nav-round a.mk-edge-next .nav-item-caption {
    left: 10px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
.nav-round a:hover {
    width: 200px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.nav-round a:hover .nav-item-caption {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.nav-round a[data-skin=light] {
    background: rgba(0, 0, 0, .1)
}
.nav-round a[data-skin=light] .nav-item-caption,
.nav-round a[data-skin=light] i {
    color: #fff
}
.nav-round a[data-skin=light]:hover {
    background: rgba(0, 0, 0, .4)
}
.nav-round a[data-skin=dark] {
    background: rgba(255, 255, 255, .1)
}
.nav-round a[data-skin=dark] .nav-item-caption,
.nav-round a[data-skin=dark] i {
    color: #333
}
.nav-round a[data-skin=dark]:hover {
    background: rgba(255, 255, 255, .4)
}
.nav-flip a {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.nav-flip .slides-count {
    display: block!important;
    position: absolute;
    top: 50%;
    left: 0;
    line-height: 1;
    opacity: 0;
    transition: opacity .3s ease
}
.nav-flip .slide-next-nr,
.nav-flip .slide-prev-nr {
    position: relative;
    top: -14px;
    font-size: 12px;
    text-align: right
}
.nav-flip .slide-next-nr:after,
.nav-flip .slide-prev-nr:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    right: -13px
}
.nav-flip .slides-all {
    text-align: left
}
.nav-flip .slide-next-nr,
.nav-flip .slide-prev-nr,
.nav-flip .slides-all {
    display: block;
    width: 20px;
    float: left;
    padding: 0 2.5px
}
.nav-flip .nav-item-caption {
    display: none!important
}
.nav-flip a.mk-edge-prev {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%
}
.nav-flip a.mk-edge-next {
    -webkit-perspective-origin: 0 50%;
    perspective-origin: 0 50%
}
.nav-flip i {
    line-height: 130px;
    color: #fff;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all .3s ease
}
.nav-flip a:hover .slides-count {
    opacity: 1
}
.nav-flip div.mk-edge-nav {
    position: absolute;
    top: 0
}
.nav-flip .edge-nav-bg {
    position: absolute;
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .15s ease-out, opacity .15s ease-out;
    transition: transform .15s ease-out, opacity .15s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0
}
.nav-flip a.mk-edge-prev .edge-nav-bg {
    left: 50px;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}
.nav-flip a.mk-edge-next .edge-nav-bg {
    right: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}
.nav-flip a:hover .edge-nav-bg {
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1
}
.nav-flip a.mk-edge-next:hover i,
.nav-flip a.mk-edge-prev:hover i {
    opacity: 0
}
.nav-flip .mk-edge-icon-wrap {
    transition: background-color .3s ease-out;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    display: block;
    width: 50px;
    height: 130px;
    text-align: center;
    overflow: hidden;
    color: #fff
}
.nav-flip a[data-skin=dark] .mk-edge-icon-wrap,
.nav-flip a[data-skin=dark] div {
    background: rgba(255, 255, 255, .3)
}
.nav-flip a[data-skin=dark] .slides-count,
.nav-flip a[data-skin=dark] i {
    color: #000
}
.nav-flip a[data-skin=dark] .slide-next-nr:after,
.nav-flip a[data-skin=dark] .slide-prev-nr:after {
    background: #000
}
.nav-flip a[data-skin=dark]:hover .mk-edge-icon-wrap {
    background: #fff
}
.nav-flip a[data-skin=light] .mk-edge-icon-wrap,
.nav-flip a[data-skin=light] div {
    background: rgba(51, 51, 51, .3)
}
.nav-flip a[data-skin=light] .slide-next-nr:after,
.nav-flip a[data-skin=light] .slides-count,
.nav-flip a[data-skin=light] i {
    color: #fff
}
.nav-flip a[data-skin=light] .slide-next-nr:after,
.nav-flip a[data-skin=light] .slide-prev-nr:after {
    background: #fff
}
.nav-flip a[data-skin=light]:hover .mk-edge-icon-wrap {
    background: #333
}
.nav-classic .edge-nav-bg {
    position: absolute;
    width: 80px;
    height: 100px;
    top: 0;
    display: block;
    z-index: 3;
    -webkit-transition: -webkit-transform .3s ease-in-out .5s;
    -moz-transition: -moz-transform .3s ease-in-out .5s;
    -ms-transition: -moz-transform .3s ease-in-out .5s;
    -o-transition: -o-transform .3s ease-in-out .5s;
    transition: transform .3s ease-in-out .3s;
    background-image: none!important
}
.nav-classic .mk-edge-next {
    right: 0
}
.nav-classic .mk-edge-next .edge-nav-bg {
    right: 0;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
    -moz-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
    -ms-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
    -o-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
    transform: perspective(300px) rotateY(-120deg) translateZ(1px)
}
.nav-classic .mk-edge-prev {
    left: 0
}
.nav-classic .mk-edge-prev .edge-nav-bg {
    left: 0;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(300px) rotateY(120deg) translateZ(1px);
    -moz-transform: perspective(300px) rotateY(120deg) translateZ(1px);
    -ms-transform: perspective(300px) rotateY(120deg) translateZ(1px);
    -o-transform: perspective(300px) rotateY(120deg) translateZ(1px);
    transform: perspective(300px) rotateY(120deg) translateZ(1px)
}
.nav-classic .next-item-caption,
.nav-classic .prev-item-caption {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 20px;
    white-space: nowrap;
    display: block;
    height: 100px;
    line-height: 100px;
    position: relative;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out
}
.nav-classic .prev-item-caption {
    float: right;
    right: 300%
}
.nav-classic .next-item-caption {
    float: left;
    left: 300%
}
.nav-classic .next-item-caption,
.nav-classic .prev-item-caption {
    background-color: rgba(0, 0, 0, .8)
}
.nav-classic .mk-edge-next,
.nav-classic .mk-edge-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    height: 100px;
    margin-top: -50px;
    text-align: center;
    cursor: pointer
}
.nav-classic .mk-edge-next i,
.nav-classic .mk-edge-prev i {
    font-size: 16px;
    line-height: 100px;
    width: 80px;
    display: inline-block;
    position: relative;
    z-index: 10;
    background-color: rgba(0, 0, 0, .2)
}
.nav-classic .mk-edge-next:hover,
.nav-classic .mk-edge-prev:hover {
    color: #000!important
}
.nav-classic .mk-edge-next:hover .prev-item-caption,
.nav-classic .mk-edge-prev:hover .prev-item-caption {
    right: 0
}
.nav-classic .mk-edge-next:hover .next-item-caption,
.nav-classic .mk-edge-prev:hover .next-item-caption {
    left: 0
}
.nav-classic .mk-edge-next:hover .edge-nav-bg,
.nav-classic .mk-edge-prev:hover .edge-nav-bg {
    -webkit-transition-delay: 0s!important;
    -moz-transition-delay: 0s!important;
    -ms-transition-delay: 0s!important;
    -o-transition-delay: 0s!important;
    transition-delay: 0s!important;
    -webkit-transform: perspective(300px) rotateY(0deg);
    -moz-transform: perspective(300px) rotateY(0deg);
    -ms-transform: perspective(300px) rotateY(0deg);
    -o-transform: perspective(300px) rotateY(0deg);
    transform: rotateY(0deg)
}
.mk-fullwidth-false .mk-edge-slider .swiper-slide.left_bottom .edge-slide-content,
.mk-fullwidth-false .mk-edge-slider .swiper-slide.left_center .edge-slide-content,
.mk-fullwidth-false .mk-edge-slider .swiper-slide.left_top .edge-slide-content,
.mk-fullwidth-false .mk-edge-slider .swiper-slide.right_bottom .edge-slide-content,
.mk-fullwidth-false .mk-edge-slider .swiper-slide.right_center .edge-slide-content,
.mk-fullwidth-false .mk-edge-slider .swiper-slide.right_top .edge-slide-content {
    margin-left: 25px;
    margin-right: 25px
}
.swiper-pagination {
    position: absolute;
    margin: 0;
    padding: 0;
    cursor: default;
    width: 100%;
    bottom: 6%;
    z-index: 10;
    text-align: center;
    left: 5px
}
.fullPage-nav span,
.swiper-pagination span {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    width: 10px;
    height: 10px;
    cursor: pointer
}
.fullPage-nav span a,
.swiper-pagination span a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border-radius: 50%;
    cursor: pointer;
    position: absolute
}
.fullPage-nav[data-skin=dark] a,
.swiper-pagination[data-skin=dark] a {
    background-color: #000
}
.fullPage-nav[data-skin=light] a,
.swiper-pagination[data-skin=light] a {
    background-color: #fff
}
.pagination-small_stroke span {
    width: 9px;
    height: 9px;
    margin: 0 5.5px
}
.pagination-small_stroke span a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .3;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.pagination-small_stroke span a:hover {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.pagination-small_stroke[data-skin=dark] a {
    box-shadow: none;
    border: 0 solid #000;
    border: 0 solid transparent
}
.pagination-small_stroke[data-skin=dark] span a:focus,
.pagination-small_stroke[data-skin=dark] span a:hover {
    background-color: #333
}
.pagination-small_stroke[data-skin=dark] span.swiper-active-switch a {
    background-color: transparent;
    border: 2px solid #000;
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.pagination-small_stroke[data-skin=light] a {
    box-shadow: none;
    border: 0 solid #fff;
    border: 0 solid rgba(255, 255, 255, 0)
}
.pagination-small_stroke[data-skin=light] span a:focus,
.pagination-small_stroke[data-skin=light] span a:hover {
    background-color: #fff
}
.pagination-small_stroke[data-skin=light] span.swiper-active-switch a {
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.pagination-rounded span {
    width: 18px;
    height: 7px;
    margin: 0 4px
}
.pagination-rounded span a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3.5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .3;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.pagination-rounded span a:hover {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.pagination-rounded[data-skin=dark] a {
    box-shadow: none;
    border: 0 solid #000;
    border: 0 solid transparent
}
.pagination-rounded[data-skin=dark] span a:focus,
.pagination-rounded[data-skin=dark] span a:hover {
    background-color: #333
}
.pagination-rounded[data-skin=dark] span.swiper-active-switch a {
    background-color: transparent;
    border: 2px solid #000;
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.pagination-rounded[data-skin=light] a {
    box-shadow: none;
    border: 0 solid #fff;
    border: 0 solid rgba(255, 255, 255, 0)
}
.pagination-rounded[data-skin=light] span a:focus,
.pagination-rounded[data-skin=light] span a:hover {
    background-color: #fff
}
.pagination-rounded[data-skin=light] span.swiper-active-switch a {
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.pagination-underline span {
    width: 55px;
    height: 2px;
    margin: 0 3.5px
}
.pagination-underline span a {
    border-radius: 0;
    background-clip: content-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .3;
    -ms-filter: 'alpha(Opacity=@opacity)';
    border-width: 5px 0;
    border-color: transparent;
    border-style: solid
}
.pagination-underline span a:hover {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.pagination-underline[data-skin=dark] a {
    box-shadow: none
}
.pagination-underline[data-skin=dark] span a:focus,
.pagination-underline[data-skin=dark] span a:hover,
.pagination-underline[data-skin=dark] span.swiper-active-switch a {
    background-color: #333;
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.pagination-underline[data-skin=light] a {
    box-shadow: none
}
.pagination-underline[data-skin=light] span a:focus,
.pagination-underline[data-skin=light] span a:hover,
.pagination-underline[data-skin=light] span.swiper-active-switch a {
    background-color: #fff;
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.pagination-square span {
    margin: 0 5.5px;
    width: 9px;
    height: 9px
}
.pagination-square span a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all .3s ease;
    border-radius: 0;
    transition: all .3s ease;
    opacity: .3;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.pagination-square span a:hover {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.pagination-square[data-skin=dark] a {
    box-shadow: none;
    border: 0 solid #000;
    border: 0 solid transparent
}
.pagination-square[data-skin=dark] span a:focus,
.pagination-square[data-skin=dark] span a:hover {
    background-color: #333
}
.pagination-square[data-skin=dark] span.swiper-active-switch a {
    background-color: transparent;
    border: 2px solid #000;
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.pagination-square[data-skin=light] a {
    box-shadow: none;
    border: 0 solid #fff;
    border: 0 solid rgba(255, 255, 255, 0)
}
.pagination-square[data-skin=light] span a:focus,
.pagination-square[data-skin=light] span a:hover {
    background-color: #fff
}
.pagination-square[data-skin=light] span.swiper-active-switch a {
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-tab-slider .mk-video-holder {
    height: 100%
}
.mk-tab-slider .mk-half-layout {
    position: relative;
    float: left
}
.mk-tab-slider .mk-tab-slider-content {
    padding: 0 50px;
    height: 100%
}
.mk-tab-slider .mk-tab-slider-content:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}
.mk-tab-slider .mk-tab-slider-content .mk-grid {
    min-width: 0;
    display: inline-block;
    vertical-align: middle
}
.mk-tab-slider .mk-tab-slider-pagination {
    position: absolute;
    width: 50%;
    bottom: 90px;
    left: 0;
    z-index: 10;
    text-align: center
}
.mk-tab-slider .mk-tab-slider-pagination .swiper-pagination {
    position: static;
    text-align: center;
    display: inline
}
.mk-tab-slider .mk-tab-slider-pagination .swiper-pagination[data-skin=light] a {
    background-color: #fff
}
.mk-tab-slider .mk-tab-slider-pagination .swiper-pagination[data-skin=dark] a {
    background-color: #000
}
.mk-tab-slider .mk-tab-slider-pagination i {
    margin-right: 20px;
    position: relative;
    top: -1px;
    font-size: 20px
}
.mk-tab-slider .swiper-slide {
    height: 100%
}
@media handheld,
only screen and (max-width: 1200px) {
    .mk-tab-slider .mk-tab-slider-content,
    .mk-tab-slider .wpb_row>div {
        width: 100%
    }
}
@media handheld,
only screen and (max-width: 960px) {
    .mk-tab-slider .mk-half-layout {
        width: 100%;
        height: 500px
    }
    .mk-tab-slider .mk-half-layout-right {
        height: auto
    }
    .mk-tab-slider .mk-tab-slider-content {
        padding: 80px 15px 30px
    }
    .mk-tab-slider .mk-tab-slider-pagination {
        bottom: auto;
        top: 400px;
        margin-bottom: 90px;
        width: 100%
    }
}
.mk-tab-slider.force-responsive .mk-half-layout {
    width: 100%;
    height: 500px
}
.mk-tab-slider.force-responsive .mk-half-layout-right {
    height: auto
}
.mk-tab-slider.force-responsive .mk-tab-slider-content {
    padding: 80px 15px 30px
}
.mk-tab-slider.force-responsive .mk-tab-slider-pagination {
    bottom: auto;
    top: 400px;
    margin-bottom: 90px;
    width: 100%
}
.mk-edge-one-pager .mk-grid {
    position: relative;
    z-index: 14
}
.mk-edge-one-pager .section {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden
}
.mk-edge-one-pager .section .edge-slide-content {
    margin-top: 100px
}
.mk-edge-one-pager .section .mk-isotop-item {
    float: left
}
.mk-edge-one-pager .section.center_top .edge-slide-content,
.mk-edge-one-pager .section.left_top .edge-slide-content,
.mk-edge-one-pager .section.right_top .edge-slide-content {
    margin-top: 120px
}
.mk-edge-one-pager .section.center_bottom .edge-buttons,
.mk-edge-one-pager .section.center_bottom .mk-edge-desc,
.mk-edge-one-pager .section.center_bottom .mk-edge-title,
.mk-edge-one-pager .section.center_center .edge-buttons,
.mk-edge-one-pager .section.center_center .mk-edge-desc,
.mk-edge-one-pager .section.center_center .mk-edge-title,
.mk-edge-one-pager .section.center_top .edge-buttons,
.mk-edge-one-pager .section.center_top .mk-edge-desc,
.mk-edge-one-pager .section.center_top .mk-edge-title {
    text-align: center
}
.mk-edge-one-pager .section.center_bottom .edge-slide-content,
.mk-edge-one-pager .section.center_center .edge-slide-content,
.mk-edge-one-pager .section.center_top .edge-slide-content {
    margin-right: auto;
    margin-left: auto
}
.mk-edge-one-pager .section.right_bottom,
.mk-edge-one-pager .section.right_center,
.mk-edge-one-pager .section.right_top {
    text-align: right
}
.mk-edge-one-pager .section.right_bottom .edge-slide-content,
.mk-edge-one-pager .section.right_center .edge-slide-content,
.mk-edge-one-pager .section.right_top .edge-slide-content {
    float: right
}
.mk-edge-one-pager .edge-slide-content.caption-light .mk-edge-desc,
.mk-edge-one-pager .edge-slide-content.caption-light .mk-edge-title {
    color: #fff!important
}
.mk-edge-one-pager .edge-slide-content.caption-dark .mk-edge-desc,
.mk-edge-one-pager .edge-slide-content.caption-dark .mk-edge-title {
    color: #222!important
}
.mk-edge-one-pager .edge-fade-in,
.mk-edge-one-pager .edge-scale-down,
.mk-edge-one-pager .edge-slide-bottom,
.mk-edge-one-pager .edge-slide-left,
.mk-edge-one-pager .edge-slide-right,
.mk-edge-one-pager .edge-slide-top {
    transition: all .8s cubic-bezier(0.77, 0, .175, 1) .7s;
    -webkit-transition: all .8s cubic-bezier(0.77, 0, .175, 1) .7s;
    -moz-transition: all .8s cubic-bezier(0.77, 0, .175, 1) .7s;
    -ms-transition: all .8s cubic-bezier(0.77, 0, .175, 1) .7s;
    -o-transition: all .8s cubic-bezier(0.77, 0, .175, 1) .7s;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-edge-one-pager .mk-edge-title {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 50px;
    line-height: 110%
}
.mk-edge-one-pager .mk-edge-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px
}
.mk-edge-one-pager .edge-buttons {
    margin-top: 30px
}
.mk-edge-one-pager .active .edge-fade-in {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-edge-one-pager .edge-slide-top {
    -webkit-transform: translate(0, -300%);
    -moz-transform: translate(0, -300%);
    -ms-transform: translate(0, -300%);
    -o-transform: translate(0, -300%)
}
.mk-edge-one-pager .active .edge-slide-top {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-edge-one-pager .edge-slide-left {
    -webkit-transform: translate(-300%, 0);
    -moz-transform: translate(-300%, 0);
    -ms-transform: translate(-300%, 0);
    -o-transform: translate(-300%, 0)
}
.mk-edge-one-pager .active .edge-slide-left {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-edge-one-pager .edge-slide-bottom {
    -webkit-transform: translate(0, 300%);
    -moz-transform: translate(0, 300%);
    -ms-transform: translate(0, 300%);
    -o-transform: translate(0, 300%)
}
.mk-edge-one-pager .active .edge-slide-bottom {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-edge-one-pager .edge-slide-right {
    -webkit-transform: translate(300%, 0);
    -moz-transform: translate(300%, 0);
    -ms-transform: translate(300%, 0);
    -o-transform: translate(300%, 0)
}
.mk-edge-one-pager .active .edge-slide-right {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-edge-one-pager .edge-scale-down {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3)
}
.mk-edge-one-pager .active .edge-scale-down {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}
.mk-edge-one-pager .edge-flip-x,
.mk-edge-one-pager .edge-flip-y {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-perspective: 1000;
    opacity: 0;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1;
    -o-animation-delay: 1s;
    animation-delay: 1s
}
.mk-edge-one-pager .active .edge-flip-x {
    -webkit-animation-name: mk_flip_x;
    -moz-animation-name: mk_flip_x;
    -o-animation-name: mk_flip_x;
    animation-name: mk_flip_x;
    opacity: 1
}
.mk-edge-one-pager .active .edge-flip-y {
    -webkit-animation-name: mk_flip_y;
    -moz-animation-name: mk_flip_y;
    -o-animation-name: mk_flip_y;
    animation-name: mk_flip_y;
    opacity: 1
}
.mk-edge-one-pager .edge-skip-slider {
    position: absolute;
    left: 50%;
    bottom: 20px;
    cursor: pointer;
    z-index: 10;
    margin: -24px 0 0 -24px
}
.mk-edge-one-pager .edge-skip-slider i {
    color: #fff;
    font-size: 48px
}
@media handheld,
only screen and (max-width: 1140px) {
    .mk-edge-one-pager .mk-grid {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px
    }
    .mk-edge-one-pager .mk-edge-title {
        font-weight: 600;
        font-size: 40px
    }
    .mk-edge-one-pager .mk-edge-desc {
        font-weight: 400;
        font-size: 20px;
        line-height: 34px
    }
    .mk-edge-one-pager .edge-slide-content {
        width: 80%
    }
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-edge-one-pager .mk-grid {
        padding: 0 15px
    }
    .mk-edge-one-pager .mk-edge-title {
        font-weight: 700!important;
        font-size: 22px!important;
        line-height: 130%!important
    }
    .mk-edge-one-pager .mk-edge-desc {
        font-size: 14px;
        line-height: 22px!important
    }
    .mk-edge-one-pager .edge-buttons .mk-button {
        padding: 10px 12px!important;
        font-size: 10px!important;
        margin-right: 15px!important
    }
    .mk-edge-one-pager .mk-button-align.center,
    .mk-edge-one-pager .mk-button-align.left,
    .mk-edge-one-pager .mk-button-align.right {
        width: auto!important;
        margin-bottom: 6px
    }
    .mk-edge-one-pager .edge-slide-content {
        width: 100%!important
    }
}
#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.slide,
.slidesContainer {
    height: 100%;
    display: block
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.section.table,
.slide.table {
    display: table;
    width: 100%
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}
.slidesContainer {
    float: left;
    position: relative
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}
.scrollable {
    overflow: scroll
}
.easing {
    -webkit-transition: all 500ms cubic-bezier(0.77, 0, .175, 1);
    -moz-transition: all 500ms cubic-bezier(0.77, 0, .175, 1);
    -o-transition: all 500ms cubic-bezier(0.77, 0, .175, 1);
    transition: all 500ms cubic-bezier(0.77, 0, .175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, .175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, .175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, .175, 1)
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1
}
#fullPage-nav.right {
    right: 17px;
    -webkit-transform: translateX(50%) rotate(90deg);
    -moz-transform: translateX(50%) rotate(90deg);
    -ms-transform: translateX(50%) rotate(90deg);
    -o-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%
}
#fullPage-nav.left {
    left: 17px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1
}
.fullPage-slidesNav.bottom {
    bottom: 17px
}
.fullPage-slidesNav.top {
    top: 17px
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
    margin: 0;
    padding: 0
}
.fullPage-slidesNav li {
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
    display: inline-block
}
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}
.fullPage-slidesNav.light-skin .active span {
    background: #fff
}
.fullPage-slidesNav.dark-skin .active span {
    background: #444
}
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: 1
}
.fullPage-slidesNav.light-skin span {
    border: 1px solid #fff
}
.fullPage-slidesNav.dark-skin span {
    border: 1px solid #444
}
.fullPage-tooltip {
    display: none!important
}
.fullPage-tooltip.right {
    right: 20px
}
.fullPage-tooltip.left {
    left: 20px
}
.blog-classic-entry {
    display: block;
    overflow: hidden;
    margin-bottom: 90px;
    width: 100%;
    opacity: 0
}
.blog-classic-entry .hover-overlay {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background-color: transparent!important;
    transition: transform .35s;
    -webkit-transition: transform .35s;
    -moz-transition: transform .35s;
    -ms-transition: transform .35s;
    -o-transition: transform .35s;
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -o-transform: translate3d(0, 50%, 0)
}
.blog-classic-entry .hover-plus-icon {
    width: 27px;
    height: 27px;
    display: block;
    line-height: 27px;
    text-align: center;
    border: 3px solid #fff;
    color: #fff;
    font-size: 16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -o-transform: translate3d(0, 50%, 0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    pointer-events: none
}
.blog-classic-entry .hover-plus-icon:hover {
    background-color: #fff;
    color: #000
}
.blog-classic-entry .featured-image:hover .hover-overlay {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}
.blog-classic-entry .featured-image:hover .item-featured-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    filter: grayscale(0)!important;
    -moz-filter: grayscale(0)!important;
    -ms-filter: grayscale(0)!important;
    -o-filter: grayscale(0)!important;
    -webkit-filter: grayscale(0)!important
}
.blog-classic-entry .featured-image:hover .hover-plus-icon {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
    pointer-events: auto
}
.blog-classic-entry .blog-entry-heading {
    position: relative;
    margin-bottom: 4px;
    padding: 0 6px
}
.blog-classic-entry .blog-entry-heading:after,
.blog-classic-entry .blog-entry-heading:before {
    content: " ";
    display: table
}
.blog-classic-entry .blog-entry-heading:after {
    clear: both
}
.blog-classic-entry .blog-entry-heading .post-type-icon {
    font-size: 16px;
    float: left;
    line-height: 28px;
    margin-right: 20px
}
.blog-classic-entry .blog-entry-heading .blog-title {
    margin: 0;
    padding-right: 100px;
    font-size: 20px!important;
    line-height: 28px;
    display: inline-block;
    float: left
}
.blog-classic-entry .blog-entry-heading .blog-comments,
.blog-classic-entry .blog-entry-heading .mk-love-holder {
    display: inline-block;
    float: right;
    color: #d5d5d5;
    font-size: 12px;
    font-weight: 700;
    padding-left: 8px;
    line-height: 14px;
    margin-top: 6px
}
.blog-classic-entry .blog-entry-heading .blog-comments .mk-love-count,
.blog-classic-entry .blog-entry-heading .mk-love-holder .mk-love-count {
    color: #d5d5d5;
    font-size: 12px;
    font-weight: 700
}
.blog-classic-entry .blog-entry-heading .blog-comments i,
.blog-classic-entry .blog-entry-heading .mk-love-holder i {
    font-size: 16px;
    padding-right: 3px;
    color: #d7d7d7
}
.blog-classic-entry .blog-entry-heading .mk-love-holder {
    padding-right: 8px;
    border-right: 2px solid #eee
}
.blog-classic-entry .blog-gallery-type .mk-slideshow-shortcode {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent
}
.blog-classic-entry .blog-gallery-type,
.blog-classic-entry .featured-image,
.blog-classic-entry .mk-audio,
.blog-classic-entry .mk-video-wrapper {
    margin-bottom: 20px
}
.blog-classic-entry .blog-excerpt {
    padding: 0 6px;
    line-height: 26px
}
.blog-classic-entry .audio-iframe {
    margin-bottom: 15px
}
@media handheld,
only screen and (max-width: 600px) {
    .blog-classic-entry {
        margin-bottom: 30px!important
    }
    .blog-classic-entry .blog-title {
        display: block!important;
        margin-bottom: 10px!important
    }
    .blog-classic-entry .blog-comments,
    .blog-classic-entry .mk-love-holder {
        float: left!important;
        border: none!important;
        margin: 20px 5px 15px 0;
        font-size: 14px!important;
        line-height: 30px
    }
    .blog-classic-entry .blog-meta {
        display: block;
        clear: both
    }
}
.blog-meta {
    line-height: 12px;
    margin-bottom: 15px;
    padding: 0 8px
}
.blog-meta .blog-categories,
.blog-meta time {
    float: left
}
.blog-meta time {
    margin-right: 6px
}
.blog-meta a {
    color: #999;
    font-size: 12px
}
.blog-masonry-entry {
    overflow: hidden;
    display: block;
    opacity: 0;
    float: left
}
.blog-masonry-entry .item-holder {
    margin: 0 15px 30px 30px;
    background-color: #fdfdfd;
    border: 2px solid #eee;
    padding-bottom: 10px
}
.blog-masonry-entry .item-holder .featured-image .hover-overlay {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background-color: transparent!important
}
.blog-masonry-entry .post-type-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #eee;
    background-color: #eee;
    border-right: none;
    display: block;
    color: #5b5b5b
}
.blog-masonry-entry .post-type-icon:hover {
    color: #666;
    background-color: #eee!important
}
.blog-masonry-entry .post-type-icon i {
    font-size: 16px;
    line-height: 30px;
    display: block
}
.blog-masonry-entry .blog-meta {
    display: block;
    clear: both;
    margin: 0;
    padding: 10px 25px
}
.blog-masonry-entry .blog-meta time {
    padding-bottom: 5px
}
.blog-masonry-entry .blog-entry-heading {
    position: relative;
    margin-bottom: 4px;
    padding: 15px 25px;
    background-color: #f7f7f7
}
.blog-masonry-entry .blog-entry-heading:after,
.blog-masonry-entry .blog-entry-heading:before {
    content: " ";
    display: table
}
.blog-masonry-entry .blog-entry-heading:after {
    clear: both
}
.blog-masonry-entry .blog-entry-heading .blog-title {
    margin: 0;
    padding: 0;
    line-height: 22px;
    display: inline-block
}
.blog-masonry-entry .blog-entry-heading .blog-title a {
    color: #666
}
.blog-masonry-entry .blog-entry-heading .blog-comments,
.blog-masonry-entry .blog-entry-heading .mk-love-holder {
    display: inline-block;
    color: #d5d5d5;
    font-size: 12px;
    padding-left: 8px;
    line-height: 14px;
    float: right
}
.blog-masonry-entry .blog-entry-heading .blog-comments .mk-love-count,
.blog-masonry-entry .blog-entry-heading .mk-love-holder .mk-love-count {
    color: #d5d5d5;
    font-size: 12px
}
.blog-masonry-entry .blog-entry-heading .blog-comments i,
.blog-masonry-entry .blog-entry-heading .mk-love-holder i {
    font-size: 16px;
    padding-right: 3px;
    color: #d7d7d7
}
.blog-masonry-entry .blog-entry-heading .mk-love-holder {
    padding-right: 8px;
    border-right: 2px solid #eee
}
.blog-masonry-entry .blog-entry-heading .mk-love-holder .mk-icon-heart {
    position: relative;
    top: 1px
}
.blog-masonry-entry .blog-gallery-type .mk-image-slideshow,
.blog-masonry-entry .featured-image,
.blog-masonry-entry .mk-audio,
.blog-masonry-entry .mk-video-wrapper {
    margin-bottom: 0
}
.blog-masonry-entry .blog-excerpt {
    padding: 0 25px 15px;
    line-height: 26px
}
.blog-masonry-entry .audio-iframe {
    padding: 25px 25px 15px
}
.blog-masonry-entry .jp-interface {
    border: none!important;
    background-color: transparent!important;
    padding: 0 90px 0 50px!important
}
.blog-masonry-entry .jp-interface .jp-controls {
    left: 10px;
    top: 0
}
.blog-masonry-entry .jp-interface .js-volume-wrapper {
    right: 10px;
    top: 0;
    margin-top: 0
}
.blog-masonry-entry.one-column {
    width: 100%
}
.blog-masonry-entry.one-column .blog-title {
    font-size: 16px!important;
    font-weight: 400!important
}
.blog-masonry-entry.one-column .jp-interface {
    padding: 10px 90px 10px 50px!important
}
.blog-masonry-entry.one-column .jp-interface .jp-controls {
    top: 10px!important
}
.blog-masonry-entry.one-column .jp-interface .jp-progress {
    top: 0!important
}
.blog-masonry-entry.one-column .jp-interface .js-volume-wrapper {
    top: 10px!important
}
.blog-masonry-entry.two-column {
    width: 49.8%
}
.blog-masonry-entry.two-column .blog-title {
    font-size: 16px!important;
    font-weight: 400!important
}
.blog-masonry-entry.two-column .blog-entry-heading,
.blog-masonry-entry.two-column .blog-gallery-type {
    border: 0!important
}
.blog-masonry-entry.two-column .jp-interface {
    padding: 10px 90px 10px 50px!important
}
.blog-masonry-entry.two-column .jp-interface .jp-controls {
    top: 10px!important
}
.blog-masonry-entry.two-column .jp-interface .jp-progress {
    top: 0!important
}
.blog-masonry-entry.two-column .jp-interface .js-volume-wrapper {
    top: 10px!important
}
.blog-masonry-entry.three-column {
    width: 33.1%
}
.blog-masonry-entry.three-column .blog-title {
    font-size: 13px!important;
    line-height: 18px;
    font-weight: 400!important
}
.blog-masonry-entry.three-column .jp-interface {
    padding: 10px 90px 10px 50px!important
}
.blog-masonry-entry.three-column .jp-interface .jp-controls {
    top: 10px!important
}
.blog-masonry-entry.three-column .jp-interface .jp-progress {
    top: 0!important
}
.blog-masonry-entry.three-column .jp-interface .js-volume-wrapper {
    top: 10px!important
}
.blog-masonry-entry.three-column .blog-comments {
    display: none
}
.blog-masonry-entry.three-column .mk-love-holder {
    border-right: 0;
    position: relative;
    top: 2px
}
.blog-masonry-entry.four-column {
    width: 24.8%
}
.blog-masonry-entry.four-column .item-holder {
    padding-bottom: 15px
}
.blog-masonry-entry.four-column .blog-meta {
    padding-right: 15px;
    padding-left: 15px
}
.blog-masonry-entry.four-column .blog-excerpt {
    padding: 0 15px
}
.blog-masonry-entry.four-column .blog-entry-heading {
    padding: 10px 10px 10px 8px
}
.blog-masonry-entry.four-column .blog-title {
    margin: 0;
    padding: 0 10px 0 8px;
    font-size: 12px!important;
    line-height: 18px;
    font-weight: 400;
    display: block
}
.blog-masonry-entry.four-column .blog-title a {
    color: #666
}
.blog-masonry-entry.four-column .jp-interface {
    padding: 0 10px 40px!important
}
.blog-masonry-entry.four-column .jp-controls {
    top: 38px;
    left: 10px
}
.blog-masonry-entry.four-column .js-volume-wrapper {
    top: 38px;
    left: 50px
}
.blog-masonry-entry.four-column .blog-comments {
    display: none
}
.blog-masonry-entry.four-column .mk-love-holder {
    border-right: 0
}
@media handheld,
only screen and (max-width: 960px) {
    .blog-masonry-entry.four-column,
    .blog-masonry-entry.three-column {
        width: 49.8%!important
    }
}
@media handheld,
only screen and (max-width: 650px) {
    .blog-masonry-entry.four-column,
    .blog-masonry-entry.one-column,
    .blog-masonry-entry.three-column,
    .blog-masonry-entry.two-column {
        width: 100%!important
    }
}
.blog-list-entry {
    padding-bottom: 30px;
    width: 100%
}
.blog-list-entry:after,
.blog-list-entry:before {
    content: " ";
    display: table
}
.blog-list-entry:after {
    clear: both
}
.blog-list-entry .the-title {
    font-size: 13px!important;
    font-weight: 400!important;
    padding: 5px 0;
    margin: 5px 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee
}
.blog-list-entry .listtype-meta time a {
    color: #444
}
.blog-list-entry .listtype-meta a,
.blog-list-entry .listtype-meta span,
.blog-list-entry .listtype-meta time {
    font-size: 11px
}
.blog-list-entry .listtype-meta span a {
    color: #9f9f9f
}
.blog-list-entry .post-type-icon {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    border: 2px solid #999;
    color: #999;
    margin: 5px 0 10px
}
.blog-list-entry .post-type-icon i {
    font-size: 16px;
    line-height: 40px;
    display: block
}
.blog-list-entry .post-type-icon:hover {
    color: #fff
}
.blog-list-entry .mk-pagination {
    padding-top: 40px;
    margin-top: 50px;
    border-top: 1px solid #eee
}
.blog-list-entry .list-posttype-col {
    width: 70px;
    float: left
}
.blog-list-entry .list-content-col {
    float: left;
    display: block;
    width: 80%
}
.blog-list-entry .list-content-col:after,
.blog-list-entry .list-content-col:before {
    content: " ";
    display: table
}
.blog-list-entry .list-content-col:after {
    clear: both
}
@media handheld,
only screen and (max-width: 600px) {
    .blog-list-entry .list-posttype-col {
        display: none
    }
    .blog-list-entry .list-content-col {
        width: 100%
    }
}
.blog-thumb-entry {
    padding-bottom: 30px;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee
}
.blog-thumb-entry:after,
.blog-thumb-entry:before {
    content: " ";
    display: table
}
.blog-thumb-entry:after {
    clear: both
}
.blog-thumb-entry .featured-image {
    width: 15%;
    float: left
}
.blog-thumb-entry .featured-image img {
    width: 100%
}
.blog-thumb-entry .blog-thumb-content {
    width: 85%;
    float: left;
    padding: 0 5px 0 15px
}
.blog-thumb-entry .blog-title {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 600!important
}
.blog-thumb-entry time a {
    font-weight: 700;
    font-size: 11px;
    display: inline-block;
    line-height: 14px;
    color: #999
}
@media handheld,
only screen and (max-width: 550px) {
    .blog-thumb-entry .blog-thumb-content {
        width: 100%;
        float: none;
        padding: 5px 0 15px
    }
    .blog-thumb-entry .featured-image {
        width: 100%;
        float: none
    }
    .blog-thumb-entry .featured-image img {
        width: 100%
    }
}
.blog-scroller-entry {
    position: relative;
    overflow: hidden
}
.blog-scroller-entry .blog-title {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700!important;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, .5);
    border-top: 2px solid rgba(255, 255, 255, .5)
}
.blog-scroller-entry .blog-title a {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: block
}
.blog-scroller-entry .blog-title {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
.blog-scroller-entry:hover .blog-title {
    bottom: -200px
}
.blog-scroller-arrows {
    width: 34px;
    height: 34px;
    background-color: rgba(0, 0, 0, .2);
    border: 2px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-align: center
}
.blog-scroller-arrows i {
    color: #fff;
    line-height: 32px;
    font-size: 16px
}
.blog-scroller-arrows.mk-swiper-prev {
    left: 15px
}
.blog-scroller-arrows.mk-swiper-next {
    right: 15px
}
.blog-scroller-arrows:hover {
    background-color: #fff!important
}
.blog-scroller-arrows:hover i {
    color: #000!important
}
.blog-magazine-entry {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.mk-magazine-wrapper {
    margin-bottom: 20px
}
.mk-magazine-wrapper:after,
.mk-magazine-wrapper:before {
    content: " ";
    display: table
}
.mk-magazine-wrapper:after {
    clear: both
}
.magazine-featured-post .magazine-posttype-icon {
    color: #fff;
    position: absolute;
    bottom: 12px;
    left: 12px;
    font-size: 16px
}
.magazine-featured-post .blog-title {
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px;
    background-color: rgba(0, 0, 0, .5);
    border-top: 2px solid rgba(255, 255, 255, .5);
    margin: 0;
    z-index: 15
}
.magazine-featured-post .blog-title a {
    color: #fff
}
.magazine-featured-post .blog-meta {
    background-color: #fafafa;
    padding: 12px
}
.magazine-featured-post time a {
    color: #999;
    font-size: 12px
}
.magazine-featured-post time {
    display: inline-block;
    margin-top: 3px
}
.magazine-featured-post .blog-excerpt {
    line-height: 26px
}
.magazine-featured-post .blog-categories {
    margin: 3px 10px 0 0
}
.magazine-featured-post .blog-comments,
.magazine-featured-post .mk-love-holder {
    display: inline-block;
    float: right;
    margin: 4px 0 4px 4px
}
.magazine-featured-post .blog-comments i,
.magazine-featured-post .mk-love-holder i {
    font-size: 16px;
    color: #d7d7d7
}
.magazine-featured-post .blog-comments {
    padding-left: 8px;
    border-left: 2px solid #eee
}
.magazine-featured-post .blog-comments i {
    margin-right: 4px;
    font-size: 16px
}
.magazine-thumb-post {
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 2px solid #eee
}
.magazine-thumb-post:after,
.magazine-thumb-post:before {
    content: " ";
    display: table
}
.magazine-thumb-post:after {
    clear: both
}
.magazine-thumb-post .blog-title {
    font-size: 13px;
    font-weight: 400!important;
    margin: 5px 0
}
.magazine-thumb-post .blog-cat a,
.magazine-thumb-post time a {
    font-size: 11px;
    display: inline-block;
    line-height: 14px
}
.magazine-thumb-post time a {
    color: #444
}
.magazine-thumb-post .blog-cat {
    padding-left: 5px
}
.magazine-thumb-post .blog-cat a {
    color: #9f9f9f
}
.magazine-thumb-post .featured-image {
    width: 12%;
    float: left
}
.magazine-thumb-post .blog-thumb-content {
    width: 88%;
    float: left;
    padding: 5px 5px 0 20px
}
.mag-one-column .magazine-featured-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #eee
}
.mag-two-column-left .magazine-featured-post,
.mag-two-column-right .magazine-featured-post {
    width: 50%;
    position: relative
}
.mag-two-column-left .magazine-featured-post:before,
.mag-two-column-right .magazine-featured-post:before {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #eee
}
.mag-two-column-left .magazine-thumb-post,
.mag-two-column-right .magazine-thumb-post {
    width: 50%
}
.mag-two-column-right .magazine-featured-post {
    float: right;
    padding-left: 80px
}
.mag-two-column-right .magazine-featured-post:before {
    left: 40px
}
.mag-two-column-right .magazine-thumb-post {
    float: left
}
.mag-two-column-left .magazine-featured-post {
    float: left;
    padding-right: 80px
}
.mag-two-column-left .magazine-featured-post:before {
    right: 40px
}
.mag-two-column-left .magazine-thumb-post {
    float: right
}
@media handheld,
only screen and (max-width: 680px) {
    .mag-two-column-left .magazine-featured-post,
    .mag-two-column-right .magazine-featured-post {
        width: 100%;
        float: none;
        padding: 0 0 30px
    }
    .mag-two-column-left .magazine-featured-post:before,
    .mag-two-column-right .magazine-featured-post:before {
        display: none
    }
    .mag-two-column-left .magazine-thumb-post,
    .mag-two-column-right .magazine-thumb-post {
        width: 100%
    }
}
.blog-tile-entry {
    overflow: hidden;
    display: block;
    opacity: 0;
    float: left
}
.blog-tile-entry .item-holder {
    margin: 0 15px 50px
}
.blog-tile-entry .blog-meta {
    text-align: center;
    line-height: 13px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    color: #999
}
.blog-tile-entry .blog-meta .blog-categories,
.blog-tile-entry .blog-meta .blog-comments,
.blog-tile-entry .blog-meta .mk-love-holder,
.blog-tile-entry .blog-meta time {
    float: none;
    display: inline-block;
    border-right: 2px solid #d2d2d2;
    padding: 0 6px;
    margin: 0
}
.blog-tile-entry .blog-meta .blog-categories a {
    color: #999
}
.blog-tile-entry .blog-meta .mk-love-holder {
    margin-right: 7px;
    border: none
}
.blog-tile-entry .blog-meta .mk-love-holder span {
    display: inline-block;
    font-size: 12px
}
.blog-tile-entry .blog-meta .blog-comments,
.blog-tile-entry .blog-meta .mk-love-holder {
    color: #999
}
.blog-tile-entry .blog-meta .blog-comments i,
.blog-tile-entry .blog-meta .mk-love-holder i {
    font-size: 16px;
    color: #999
}
.blog-tile-entry .blog-gallery-type {
    position: relative;
    padding: 12px;
    border: 2px solid #efefef
}
.blog-tile-entry .featured-image {
    position: relative;
    padding: 12px;
    border: 2px solid #efefef;
    z-index: 2;
    background-color: #fdfdfd
}
.blog-tile-entry .featured-image img {
    width: 100%
}
.blog-tile-entry .featured-image:hover .image-hover-overlay {
    opacity: .4;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.blog-tile-entry .grid-image-inner {
    position: relative;
    overflow: hidden
}
.blog-tile-entry .blog-avatar {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 3
}
.blog-tile-entry .avatar {
    padding: 5px;
    border: 2px solid #efefef;
    margin: 0 auto;
    background-color: #fff
}
.blog-tile-entry.gallery-post-type .blog-avatar,
.blog-tile-entry.image-post-type .blog-avatar,
.blog-tile-entry.portfolio-post-type .blog-avatar,
.blog-tile-entry.video-post-type .blog-avatar {
    margin-top: -55px
}
.blog-tile-entry .mk-image-slideshow {
    margin-bottom: 0
}
.blog-tile-entry .text-post-wrapper {
    padding: 15px;
    border: 2px solid #efefef;
    background: #fafafa
}
.blog-tile-entry .blog-gallery-type,
.blog-tile-entry .featured-image,
.blog-tile-entry .mk-audio,
.blog-tile-entry .mk-video-wrapper {
    margin: 0 0 15px
}
.blog-tile-entry .blog-gallery-type {
    background-color: #fdfdfd
}
.blog-tile-entry .mk-video-wrapper {
    background-color: #fdfdfd;
    padding: 12px;
    border: 2px solid #efefef
}
.blog-tile-entry .jp-audio {
    width: auto!important
}
.blog-tile-entry.audio-post-type .blog-avatar {
    display: none
}
.blog-tile-entry .blog-entry-heading {
    border: 2px solid #efefef;
    border-left: none;
    border-right: none;
    position: relative;
    padding: 6px 0 6px 15px;
    margin-bottom: 11px
}
.blog-tile-entry .blog-entry-heading .blog-title {
    font-weight: 600!important;
    line-height: 22px;
    padding-right: 40px;
    margin: 0
}
.blog-tile-entry .blog-entry-heading i {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #d7d7d7;
    margin-top: -8px;
    text-align: center;
    font-size: 16px
}
.blog-tile-entry .blog-excerpt {
    margin: 0 15px;
    line-height: 26px
}
.blog-tile-entry.one-column {
    width: 100%;
    margin: 0 0 30px
}
.blog-tile-entry.one-column .blog-title {
    font-size: 18px!important
}
.blog-tile-entry.two-column {
    width: 49.6%
}
.blog-tile-entry.two-column .blog-title {
    font-size: 18px!important
}
.blog-tile-entry.three-column {
    width: 33%
}
.blog-tile-entry.three-column .blog-title {
    font-size: 15px!important
}
.blog-tile-entry.four-column {
    width: 24.8%
}
.blog-tile-entry.four-column .blog-title {
    font-size: 13px!important
}
.blog-tile-entry.four-column .blog-categories {
    border-right: none
}
.blog-tile-entry.four-column .blog-avatar,
.blog-tile-entry.four-column .blog-comments,
.blog-tile-entry.four-column .mk-love-holder {
    display: none
}
@media handheld,
only screen and (max-width: 960px) {
    .blog-tile-entry.four-column,
    .blog-tile-entry.three-column {
        width: 49.8%!important
    }
}
@media handheld,
only screen and (max-width: 650px) {
    .blog-tile-entry.four-column,
    .blog-tile-entry.one-column,
    .blog-tile-entry.three-column,
    .blog-tile-entry.two-column {
        width: 100%!important
    }
}
.blog-modern-entry {
    position: relative;
    margin-bottom: 40px;
    opacity: 0;
    width: 100%
}
.blog-modern-entry .hover-overlay {
    background-color: #000;
    opacity: .6
}
.blog-modern-entry:hover .hover-overlay {
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    bottom: -100%
}
.blog-modern-entry:hover .blog-title {
    margin-top: -30px;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.blog-modern-entry:hover .blog-meta {
    margin-bottom: -30px;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.blog-modern-entry:hover .blog-modern-button {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
    visibility: visible;
    pointer-events: inherit
}
.blog-modern-entry:hover .blog-gallery-type img,
.blog-modern-entry:hover .modern-featured-image img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}
.blog-modern-entry .blog-entry-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 10
}
.blog-modern-entry .blog-title {
    font-size: 30px;
    font-weight: 300!important;
    line-height: 36px;
    margin-bottom: 30px;
    display: block
}
.blog-modern-entry .blog-title a {
    color: #fff
}
.blog-modern-entry .blog-modern-button {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #fff;
    line-height: 12px;
    padding: 14px 20px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.blog-modern-entry .blog-modern-button:hover {
    color: #000;
    background-color: #fff
}
.blog-modern-entry .blog-gallery-type .mk-image-slideshow {
    margin-bottom: 0;
    width: 100%!important;
    position: relative;
    z-index: 10
}
.blog-modern-entry .slideshow-swiper-arrows {
    z-index: 15
}
.blog-modern-entry .modern-featured-image {
    overflow: hidden
}
.blog-modern-entry .blog-gallery-type img,
.blog-modern-entry .modern-featured-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
.blog-modern-entry .blog-gallery-type .swiper-slide {
    overflow: hidden
}
.blog-modern-entry .blog-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30px 30px;
    z-index: 14;
    margin: 0;
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s
}
@media handheld,
only screen and (max-width: 767px) {
    .blog-modern-entry:hover .blog-title {
        margin-top: 0!important;
        opacity: 1;
        -ms-filter: 'alpha(Opacity=@opacity)'
    }
    .blog-modern-entry:hover .blog-meta {
        margin-bottom: 0!important;
        opacity: 1;
        -ms-filter: 'alpha(Opacity=@opacity)'
    }
    .blog-modern-entry .hover-overlay,
    .blog-modern-entry:hover .blog-modern-button {
        display: none!important
    }
    .blog-modern-entry .blog-entry-heading {
        position: relative!important;
        width: 100%!important;
        text-align: left!important;
        margin-top: 10px!important;
        margin-left: 0!important;
        padding: 0 10px;
        left: 0!important;
        color: #393836
    }
    .blog-modern-entry .blog-entry-heading .blog-title a {
        color: #393836!important
    }
    .blog-modern-entry .blog-meta {
        position: relative;
        margin-top: 10px;
        color: #eee
    }
    .blog-modern-entry .blog-meta .blog-categories,
    .blog-modern-entry .blog-meta .mk-love-this,
    .blog-modern-entry .blog-meta .post-type-icon,
    .blog-modern-entry .blog-meta a {
        color: #696969
    }
    .blog-modern-entry .blog-meta .blog-comments,
    .blog-modern-entry .blog-meta .mk-love-holder {
        margin-top: 5px
    }
}
.blog-modern-entry .blog-categories,
.blog-modern-entry .post-type-icon,
.blog-modern-entry time {
    display: inline-block;
    float: left;
    font-weight: 700
}
.blog-modern-entry .post-type-icon {
    font-size: 16px;
    color: #fff;
    padding-right: 7px
}
.blog-modern-entry time a {
    color: #fff
}
.blog-modern-entry .blog-comments,
.blog-modern-entry .mk-love-holder {
    float: right;
    color: #fff;
    display: inline-block;
    padding-left: 6px;
    font-weight: 700;
    font-size: 12px
}
.blog-modern-entry .blog-comments i,
.blog-modern-entry .mk-love-holder i {
    font-size: 16px
}
@media handheld,
only screen and (max-width: 767px) {
    .blog-modern-entry .blog-title {
        font-size: 14px;
        font-weight: 400!important;
        line-height: 22px;
        margin-bottom: 0
    }
    .blog-modern-entry .blog-modern-button {
        display: none
    }
    .blog-modern-entry .blog-meta {
        padding: 0 10px 10px
    }
}
.IE .blog-modern-entry:hover .blog-gallery-type img,
.IE .blog-modern-entry:hover .modern-featured-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}
.blog-slideshow-entry {
    position: relative
}
.blog-slideshow-entry .blog-meta {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    padding: 25px;
    background-color: rgba(0, 0, 0, .5);
    border-top: 2px solid rgba(255, 255, 255, .5)
}
.blog-slideshow-entry .blog-title,
.blog-slideshow-entry .post-type-icon {
    display: inline-block;
    float: left;
    font-weight: 700
}
.blog-slideshow-entry .blog-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700!important
}
.blog-slideshow-entry .blog-title a {
    color: #fff
}
.blog-slideshow-entry .mk-love-holder {
    float: right;
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px solid #eee;
    font-weight: 700;
    font-size: 12px
}
.blog-slideshow-entry .mk-love-holder i {
    font-size: 16px
}
.blog-slideshow-entry .post-type-icon {
    font-size: 16px;
    color: #fff;
    padding-right: 7px
}
.blog-slideshow-entry .blog-categories,
.blog-slideshow-entry time {
    display: inline-block;
    float: right
}
.blog-slideshow-entry time a {
    color: #fff
}
@media handheld,
only screen and (max-width: 767px) {
    .blog-slideshow-entry .blog-meta {
        display: none
    }
}
.mk-blog-teaser .blog-slider-item {
    width: 66.667%;
    float: left
}
.mk-blog-teaser .blog-teaser-side-item {
    overflow: hidden;
    float: left;
    position: relative
}
.mk-blog-teaser .blog-teaser-side-item .item-holder {
    margin-left: 1px
}
.mk-blog-teaser .blog-teaser-side-item.full-item {
    width: 33.33%
}
.mk-blog-teaser .blog-teaser-side-item.half-item {
    width: 16.665%
}
.mk-blog-teaser .blog-teaser-side-item.half-item .item-holder {
    margin-top: 1px
}
.mk-blog-teaser .blog-teaser-side-item:hover .blog-title {
    bottom: -50px
}
.mk-blog-teaser .blog-teaser-side-item .blog-title {
    position: absolute;
    left: 1px;
    bottom: 0;
    font-size: 13px;
    white-space: nowrap;
    margin: 0;
    padding: 12px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .5);
    border-top: 2px solid rgba(255, 255, 255, .3)
}
.mk-blog-teaser .blog-teaser-side-item .blog-title a {
    color: #fff;
    font-weight: 700!important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 98%;
    display: block
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-blog-teaser .blog-slider-item {
        width: 100%;
        float: none
    }
    .mk-blog-teaser .blog-teaser-side-item .item-holder {
        margin-top: 1px
    }
    .mk-blog-teaser .blog-teaser-side-item .item-featured-image {
        width: 100%
    }
    .mk-blog-teaser .blog-teaser-side-item.full-item {
        width: 50%
    }
    .mk-blog-teaser .blog-teaser-side-item.half-item {
        width: 25%
    }
}
@media handheld,
only screen and (max-width: 600px) {
    .mk-blog-teaser .blog-teaser-side-item.full-item {
        width: 100%;
        float: none
    }
    .mk-blog-teaser .blog-teaser-side-item.half-item {
        width: 50%
    }
}
.blog-gallery-type .mk-image-slideshow .mk-swiper-container:hover .slideshow-swiper-arrows {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.blog-gallery-type .mk-image-slideshow .mk-swiper-container:hover .slideshow-swiper-arrows:hover {
    background-color: #fff!important
}
.blog-gallery-type .mk-image-slideshow .mk-swiper-container:hover .slideshow-swiper-arrows:hover i {
    color: #000!important
}
.mk-pagination {
    margin: 40px 0 0;
    text-align: left;
    position: relative
}
.mk-pagination:after,
.mk-pagination:before {
    content: " ";
    display: table
}
.mk-pagination:after {
    clear: both
}
.mk-pagination ul {
    margin: 0 50px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: left
}
.mk-pagination ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative
}
.mk-pagination .current-page,
.mk-pagination .page-number {
    display: inline-block;
    text-align: left;
    font-size: 13px;
    margin: 0 2px;
    padding: 0 13px;
    color: #777;
    font-weight: 700;
    line-height: 34px
}
.mk-pagination .current-page,
.mk-pagination .current-page:hover,
.mk-pagination .page-number:hover {
    background-color: #777;
    color: #fff
}
.mk-pagination .mk-pagination-next,
.mk-pagination .mk-pagination-previous {
    display: inline-block;
    float: left;
    margin: 0 10px
}
.mk-pagination .mk-pagination-previous {
    margin-right: -1px
}
.mk-pagination .mk-pagination-next a,
.mk-pagination .mk-pagination-previous a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 3px solid #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    margin: 0;
    color: #777;
    display: inline-block;
    position: relative
}
.mk-pagination .mk-pagination-next a:before,
.mk-pagination .mk-pagination-previous a:before {
    font-size: 16px;
    display: block;
    line-height: 28px
}
.mk-pagination .mk-pagination-next a:hover,
.mk-pagination .mk-pagination-previous a:hover {
    background-color: #777;
    color: #fff
}
.mk-pagination .mk-pagination-next a:before {
    content: "\e674"
}
.mk-pagination .mk-pagination-previous a:before {
    content: "\e675"
}
.mk-page-links {
    margin: 10px 30px 20px;
    color: #777;
    font-weight: 700
}
.mk-page-links a {
    text-align: left;
    font-size: 13px;
    margin: 0 2px
}
.mk-loadmore-button {
    margin: 40px auto;
    text-align: center;
    width: 175px;
    height: 30px;
    border: 3px solid #eee;
    position: relative;
    color: #777;
    line-height: 30px;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.mk-loadmore-button i {
    line-height: 30px
}
.mk-loadmore-button:hover {
    background-color: #777;
    border-color: #777;
    color: #fff
}
.mk-loadmore-button:hover i {
    color: #fff!important
}
.mk-loadmore-button .mk-icon-circle-o-notch {
    font-size: 16px;
    color: #b8b8b8;
    display: none;
    -moz-animation: fa-spin 1.2s infinite linear;
    -o-animation: fa-spin 1.2s infinite linear;
    -webkit-animation: fa-spin 1.2s infinite linear;
    animation: fa-spin 1.2s infinite linear
}
.mk-loadmore-button .mk-icon-chevron-down {
    font-size: 16px;
    display: block
}
.mk-loadmore-button.pagination-loading .mk-icon-circle-o-notch {
    display: block;
    margin: 0 auto
}
.mk-loadmore-button.pagination-loading .mk-icon-chevron-down {
    display: none
}
.mk-loadmore-button #infscr-loading {
    display: none!important
}
.mk-loadmore-button.disable-pagination {
    cursor: default
}
.mk-loadmore-button.disable-pagination .mk-icon-chevron-down,
.mk-loadmore-button.disable-pagination .mk-icon-circle-o-notch {
    display: none
}
.mk-post-nav,
.mk-post-nav .entry-info-wrap,
.small-preview {
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.mk-post-nav {
    position: fixed;
    top: 50%;
    margin-top: -115px;
    text-decoration: none;
    z-index: 200;
    width: 60px;
    transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -webkit-transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -moz-transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -ms-transition: all .6s cubic-bezier(0.77, 0, .175, 1);
    -o-transition: all .6s cubic-bezier(0.77, 0, .175, 1)
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-post-nav {
        display: none
    }
}
.pagnav-wrapper .pagenav-top {
    height: 130px;
    display: block;
    position: relative;
    z-index: 201;
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.pagnav-wrapper .pagenav-top .pagenav-image {
    position: absolute;
    display: block;
    height: 130px;
    opacity: 0;
    transition: all .15s ease-out .2s;
    -webkit-transition: all .15s ease-out .2s;
    -moz-transition: all .15s ease-out .2s;
    -ms-transition: all .15s ease-out .2s;
    -o-transition: all .15s ease-out .2s
}
.pagnav-wrapper .pagenav-top .pagenav-image img {
    height: 130px;
    width: 125px;
    line-height: 4px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.pagnav-wrapper .pagenav-top .mk-pavnav-icon {
    position: absolute;
    width: 60px;
    height: 130px;
    display: table;
    text-align: center;
    background-color: #dfdfdf;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    transition: background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    -ms-transition: background .3s ease-out;
    -o-transition: background .3s ease-out
}
.pagnav-wrapper .pagenav-top .mk-pavnav-icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in
}
.pagnav-wrapper .nav-info-container {
    position: absolute;
    width: 185px;
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.pagnav-wrapper .pagenav-bottom {
    display: block;
    height: inherit;
    background-color: #16a085;
    width: inherit;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 20px 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.pagnav-wrapper .pagenav-title {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase
}
.pagnav-wrapper .pagenav-category {
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    display: block;
    color: rgba(255, 255, 255, .5);
    letter-spacing: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.mk-post-next {
    right: 0
}
.mk-post-next .pagenav-image {
    right: 60px;
    -webkit-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}
.mk-post-next .mk-pavnav-icon {
    left: 0
}
.mk-post-next .pagenav-bottom {
    transition: all .2s ease-out 0;
    -webkit-transition: all .2s ease-out 0;
    -moz-transition: all .2s ease-out 0;
    -ms-transition: all .2s ease-out 0;
    -o-transition: all .2s ease-out 0
}
.mk-post-next .nav-info-container {
    right: 0
}
.mk-post-prev {
    left: 0
}
.mk-post-prev .pagenav-image {
    left: 60px;
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}
.mk-post-prev .mk-pavnav-icon {
    right: 0
}
.mk-post-prev .pagenav-bottom {
    transition: all .2s ease-in 0;
    -webkit-transition: all .2s ease-in 0;
    -moz-transition: all .2s ease-in 0;
    -ms-transition: all .2s ease-in 0;
    -o-transition: all .2s ease-in 0
}
.mk-post-prev .nav-info-container {
    left: 0
}
.mk-post-nav:hover .mk-pavnav-icon {
    background-color: #252525
}
.mk-post-nav:hover .pagenav-image {
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1
}
.mk-post-nav:hover .pagenav-bottom {
    transition: all .15s ease-in .15s;
    -webkit-transition: all .15s ease-in .15s;
    -moz-transition: all .15s ease-in .15s;
    -ms-transition: all .15s ease-in .15s;
    -o-transition: all .15s ease-in .15s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.mk-blog-single .audio-iframe,
.mk-blog-single .featured-image,
.mk-blog-single .mk-audio,
.mk-blog-single .mk-video-wrapper,
.single-blog-gallery-type .mk-image-slideshow {
    margin: 1px 30px 0
}
.mk-blog-single .post .audio-iframe {
    margin-bottom: -5px
}
.single-content {
    padding: 25px 40px
}
.single-content:after,
.single-content:before {
    content: " ";
    display: table
}
.single-content:after {
    clear: both
}
.single-content .mk-text-block {
    line-height: 26px
}
@media only screen and (max-width: 960px) {
    .single-content {
        padding: 15px 0 20px
    }
}
.entry-meta {
    position: relative
}
.entry-meta .item-holder {
    margin: 0 30px;
    padding: 15px 20px
}
.entry-meta:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #eee;
    background-color: rgba(0, 0, 0, .06)
}
.entry-meta .blog-categories,
.entry-meta time {
    float: left
}
.entry-meta time {
    margin-right: 6px
}
.entry-meta a {
    color: #999;
    font-size: 12px
}
.entry-meta .blog-comments,
.entry-meta .mk-love-holder {
    float: right;
    margin-left: 8px;
    color: #999
}
.entry-meta .blog-comments i,
.entry-meta .mk-love-holder i {
    font-size: 16px
}
.entry-meta .single-type-icon {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    text-align: center
}
.entry-meta .single-type-icon i {
    font-size: 16px;
    line-height: 30px;
    color: #fff
}
.mk-next-prev {
    float: right;
    margin-right: 40px;
    margin-bottom: -1px
}
.mk-next-prev:after,
.mk-next-prev:before {
    content: " ";
    display: table
}
.mk-next-prev:after {
    clear: both
}
.mk-next-prev a {
    display: inline-block;
    width: 27px;
    height: 27px;
    text-align: center;
    color: #777;
    float: left
}
.mk-next-prev a i {
    font-size: 16px;
    line-height: 27px
}
.mk-next-prev a[rel=prev] {
    border: 3px solid #eee;
    border-bottom: 0;
    -webkit-border-radius: 3px 0 0;
    border-radius: 3px 0 0;
    background-clip: padding-box;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box
}
.mk-next-prev a[rel=next] {
    border: 3px solid #eee;
    border-bottom: 0;
    border-left: 0;
    -webkit-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    background-clip: padding-box;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box
}
.mk-next-prev a:hover {
    color: #fff;
    background-color: #777;
    border-color: #777
}
@media only screen and (max-width: 700px) {
    .mk-next-prev {
        float: none;
        margin: 15px auto;
        text-align: center
    }
    .mk-next-prev a {
        border: 1px solid #eee
    }
}
.single-post-tags {
    float: right;
    padding: 6px 15px 0 0
}
.single-post-tags a {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    padding: 0 3px
}
@media only screen and (max-width: 700px) {
    .single-post-tags {
        float: none;
        padding: 0 0 20px;
        text-align: center
    }
}
.single-social-share {
    float: left;
    padding: 0;
    margin: 0 0 0 40px
}
.single-social-share li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 0 8px;
    border-left: 2px solid #eee
}
.single-social-share li:first-child {
    border: none
}
.single-social-share li a {
    color: #d7d7d7;
    line-height: 12px
}
.single-social-share li a i {
    font-size: 16px
}
.single-social-share li a:hover {
    color: #545454
}
.single-social-share li .mk-love-holder span {
    color: #d7d7d7
}
@media only screen and (max-width: 700px) {
    .single-social-share {
        float: none;
        margin: 0 0 20px;
        text-align: center
    }
    .single-social-share a {
        margin-bottom: 10px!important
    }
}
.about-author-wrapper {
    border: 2px solid #eee;
    border-left: none;
    border-right: none;
    margin-bottom: 40px
}
.about-author-wrapper .item-holder {
    background-color: #fafafa;
    margin: 0 30px
}
.about-author-wrapper .avatar-box {
    float: left
}
.about-author-wrapper .about-author-inner {
    margin-left: 160px;
    padding: 20px
}
.about-author-wrapper .author-name {
    font-size: 13px;
    color: #555
}
.about-author-wrapper .author-desc {
    margin-top: 10px
}
@media only screen and (max-width: 700px) {
    .about-author-wrapper {
        text-align: center
    }
    .about-author-wrapper .avatar-box {
        float: none;
        margin: 0 auto
    }
    .about-author-wrapper .about-author-inner {
        margin: 0;
        padding: 20px
    }
}
.blog-similar-posts {
    margin-bottom: 70px
}
.blog-similar-posts ul {
    margin: 0 30px;
    list-style: none;
    padding: 0
}
.blog-similar-posts ul li {
    margin: 0;
    display: inline-block;
    vertical-align: top
}
.blog-similar-posts ul li .item-holder {
    background-color: #fdfdfd;
    background-color: rgba(0, 0, 0, .03);
    border: 2px solid #eee;
    border: 2px solid rgba(0, 0, 0, .04)
}
.blog-similar-posts ul li:last-child .item-holder {
    border: 2px solid #eee;
    border: 2px solid rgba(0, 0, 0, .04)
}
.blog-similar-posts ul.three-column li {
    width: 33.33%
}
.blog-similar-posts ul.four-column li {
    width: 25%
}
@media only screen and (max-width: 960px) {
    .blog-similar-posts ul li {
        width: 50%!important
    }
}
@media only screen and (max-width: 600px) {
    .blog-similar-posts ul li {
        width: 100%!important
    }
}
.blog-similar-posts .mk-similiar-thumbnail {
    display: block;
    position: relative;
    overflow: hidden
}
.blog-similar-posts .mk-similiar-thumbnail img {
    width: 100%
}
.blog-similar-posts .mk-similiar-thumbnail .hover-overlay {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background-color: transparent!important;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -o-transform: translate3d(0, 50%, 0)
}
.blog-similar-posts .mk-similiar-thumbnail .post-hover-icon,
.blog-similar-posts .mk-similiar-thumbnail .similar-post-type {
    z-index: 12;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -o-transform: translate3d(0, 50%, 0)
}
.blog-similar-posts .mk-similiar-thumbnail .post-hover-icon {
    margin: -16px 0 0 -16px;
    font-size: 32px;
    opacity: 0
}
.blog-similar-posts .mk-similiar-thumbnail .similar-post-type {
    margin: -8px 0 0 -8px;
    font-size: 16px
}
.blog-similar-posts .mk-similiar-thumbnail:hover .hover-overlay,
.blog-similar-posts .mk-similiar-thumbnail:hover .post-hover-icon {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}
.blog-similar-posts .mk-similiar-thumbnail:hover .similar-post-type {
    opacity: 0
}
.mk-similiar-title {
    padding: 14px 25px;
    line-height: 18px;
    font-size: 13px;
    color: #626262;
    display: block;
    text-align: left
}
.single-post-fancy-title {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin: 50px 30px 40px;
    position: relative
}
.single-post-fancy-title span {
    display: inline-block;
    position: relative;
    z-index: 3;
    padding-right: 10px
}
.single-post-fancy-title:after {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    margin-top: -1px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    background-color: #eee
}
@media only screen and (max-width: 767px) {
    .single-post-fancy-title {
        display: block;
        text-align: center;
        margin: 30px 0
    }
    .single-post-fancy-title:after {
        display: none
    }
}
.mk-commentlist {
    margin: 0 40px 40px 60px
}
.mk-commentlist li {
    margin: 0 0 15px 40px;
    list-style: none
}
.mk-commentlist li .mk-single-comment {
    position: relative;
    margin-bottom: 20px;
    padding: 5px 70px 5px 20px;
    min-height: 60px;
    border: 2px solid #eee;
    background-color: #fafafa
}
.mk-commentlist li .mk-single-comment:before {
    position: absolute;
    top: 50%;
    left: -7px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border: 2px solid #eee;
    border-right: none;
    border-top: none;
    background-color: #fafafa;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}
.mk-commentlist li .gravatar {
    position: absolute;
    top: 50%;
    left: -65px;
    display: inline-block;
    margin-top: -22px
}
.mk-commentlist li .comment-meta {
    display: block;
    margin-bottom: 10px
}
.mk-commentlist li .comment-author {
    float: left;
    margin: 6px 8px 0 0;
    color: #4c4c4c;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 13px
}
.mk-commentlist li .comment-content {
    padding-top: 5px
}
.mk-commentlist li .comment-time {
    display: inline-block;
    float: left;
    margin: 6px 16px 0 0;
    color: #9e9e9e;
    font-style: italic;
    font-size: 12px
}
.mk-commentlist li .comment-reply a {
    right: 25px;
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -16px;
    width: 30px;
    height: 30px;
    border: 2px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #bdbdbd;
    text-align: center;
    cursor: pointer
}
.mk-commentlist li .comment-reply a i {
    line-height: 28px
}
.mk-commentlist li .comment-reply a:hover {
    border-color: #505050;
    background-color: #505050;
    color: #fff
}
.mk-commentlist li .children {
    margin-bottom: 50px;
    margin-left: 80px
}
.mk-commentlist #respond {
    margin: 0 0 30px!important
}
.mk-commentlist #respond .single-post-fancy-title {
    display: none
}
#comments {
    padding-top: 10px
}
.mk-commentlist li.pingback {
    position: relative;
    margin-bottom: 20px;
    padding: 15px!important;
    border: 1px solid #eee;
    background-color: #fafafa
}
#cancel-comment-reply-link,
.logged-in-as {
    margin: 5px 0!important;
    font-weight: 600!important;
    font-style: italic!important;
    font-size: 12px!important
}
#respond {
    margin: 0 30px 40px
}
#respond .single-post-fancy-title {
    margin-right: 0;
    margin-left: 0
}
form#commentform:after,
form#commentform:before {
    content: " ";
    display: table
}
form#commentform:after {
    clear: both
}
form#commentform .comment-textarea {
    margin-bottom: 15px
}
form#commentform .comment-textarea textarea {
    width: 100%;
    padding: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
form#commentform .text-input,
form#commentform textarea {
    border: 2px solid #eee;
    font-size: 12px!important
}
form#commentform .text-input::-webkit-input-placeholder,
form#commentform textarea::-webkit-input-placeholder {
    color: #666
}
form#commentform .text-input:-moz-placeholder,
form#commentform textarea:-moz-placeholder {
    color: #666
}
form#commentform .text-input::-moz-placeholder,
form#commentform textarea::-moz-placeholder {
    color: #666
}
form#commentform .text-input:-ms-input-placeholder,
form#commentform textarea:-ms-input-placeholder {
    color: #666
}
.form-submit #submit {
    border: 2px solid #eee;
    color: #444;
    font-size: 12px!important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}
.form-submit #submit:hover {
    background-color: #444;
    border-color: #444;
    color: #fff
}
.comment-form-row {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding-right: 15px;
    width: 33.3%;
    position: relative
}
.comment-form-row i {
    float: left;
    width: 43px!important;
    height: 43px;
    line-height: 43px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    z-index: 3;
    border-right: 2px solid #eee;
    color: #666
}
.comment-form-row i.input-focused {
    color: #fff
}
.comment-form-row input {
    padding: 12px 12px 12px 58px;
    width: 100%;
    font-weight: 700;
    position: relative;
    z-index: 2
}
.comment-form-email,
.comment-form-name,
.comment-form-website {
    float: left
}
.comment-form-website {
    padding-right: 0
}
@media only screen and (max-width: 960px) {
    .comment-form-row {
        margin-bottom: 7px;
        width: 100%
    }
    form#commentform .comment-textarea textarea {
        margin-bottom: 6px;
        width: 100%!important
    }
}
.bypostauthor {
    background-color: #fff
}
.comment-reply-title {
    margin: 0;
    padding: 0
}
@media only screen and (max-width: 700px) {
    .mk-commentlist {
        margin: 0 20px
    }
    .mk-commentlist .children {
        margin: 0 0 20px!important
    }
    .mk-commentlist .children .comment {
        margin-left: 0
    }
    #respond {
        margin: 0 0 30px
    }
}
.mk-portfolio-item {
    overflow: hidden
}
.mk-portfolio-item .item-holder {
    margin: 0 1px 1px 0
}
.mk-portfolio-item .portfolio-meta {
    z-index: 10;
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d
}
.mk-portfolio-item .the-title {
    color: #fff;
    font-size: 23px;
    display: block;
    line-height: 1.2;
    text-transform: uppercase
}
.mk-portfolio-item .the-title a {
    color: #fff
}
.mk-portfolio-item .the-title span {
    display: block;
    text-transform: uppercase
}
.mk-portfolio-item .portfolio-button {
    text-align: center;
    display: block
}
.mk-portfolio-item .portfolio-button:after,
.mk-portfolio-item .portfolio-button:before {
    content: " ";
    display: table
}
.mk-portfolio-item .portfolio-button:after {
    clear: both
}
.mk-portfolio-item .portfolio-cats {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: initial
}
.mk-portfolio-item .portfolio-permalink,
.mk-portfolio-item .portfolio-plus-icon {
    text-align: center;
    display: inline-block;
    color: #fff;
    -webkit-backface-visibility: hidden;
    width: 27px;
    height: 27px;
    border: 3px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 5px;
    pointer-events: none
}
.mk-portfolio-item .portfolio-permalink:hover,
.mk-portfolio-item .portfolio-plus-icon:hover {
    background: #fff;
    color: #000
}
.mk-portfolio-item .portfolio-permalink:hover i,
.mk-portfolio-item .portfolio-plus-icon:hover i {
    color: #000!important
}
.mk-portfolio-item .portfolio-permalink i,
.mk-portfolio-item .portfolio-plus-icon i {
    font-size: 16px;
    line-height: 27px;
    display: inline-block;
    color: #fff
}
.mk-portfolio-item .portfolio-plus-icon {
    margin-bottom: 15px!important
}
.mk-portfolio-item .portfolio-permalink:hover i {
    color: #fff
}
.mk-portfolio-item .featured-image:after,
.mk-portfolio-item .featured-image:before {
    content: " ";
    display: table
}
.mk-portfolio-item .featured-image:after {
    clear: both
}
.mk-portfolio-item .featured-image:hover .portfolio-permalink,
.mk-portfolio-item .featured-image:hover .portfolio-plus-icon {
    pointer-events: auto
}
.mk-portfolio-item.classic-hover .portfolio-meta {
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-portfolio-item.classic-hover .the-title a,
.mk-portfolio-item.classic-hover .the-title span {
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 10px;
    text-transform: uppercase
}
.mk-portfolio-item.classic-hover .portfolio-cats {
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    opacity: .6;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-portfolio-item.classic-hover .portfolio-permalink,
.mk-portfolio-item.classic-hover .portfolio-plus-icon {
    display: block;
    margin: 30px auto 0
}
.mk-portfolio-item.classic-hover .portfolio-permalink:hover,
.mk-portfolio-item.classic-hover .portfolio-plus-icon:hover {
    background-color: #fff
}
.mk-portfolio-item.classic-hover .portfolio-permalink:hover i,
.mk-portfolio-item.classic-hover .portfolio-plus-icon:hover i {
    color: #000!important
}
.mk-portfolio-item.classic-hover .portfolio-permalink i,
.mk-portfolio-item.classic-hover .portfolio-plus-icon i {
    font-size: 16px;
    line-height: 29px;
    display: block
}
.mk-portfolio-item.classic-hover .featured-image:hover .portfolio-meta {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-portfolio-item.classic-hover .featured-image:hover .portfolio-plus-icon i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
}
.mk-portfolio-item.classic-hover .featured-image:hover .portfolio-entry-logo {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    opacity: 0
}
.mk-portfolio-item.classic-hover .featured-image:hover .hover-overlay {
    opacity: .7;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-portfolio-item.classic-hover .featured-image:hover .item-featured-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1)
}
.mk-portfolio-item.gradient-hover .featured-image {
    position: relative
}
.mk-portfolio-item.gradient-hover .featured-image .item-featured-image {
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
    -moz-transform: scale(1.1) translate3d(0, 0, 0);
    -ms-transform: scale(1.1) translate3d(0, 0, 0);
    -o-transform: scale(1.1) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .35s;
    transition: transform .5s;
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: none;
    -webkit-filter: grayscale(0)
}
.mk-portfolio-item.gradient-hover .featured-image .hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -o-transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background-color: transparent!important
}
.mk-portfolio-item.gradient-hover .featured-image .the-title {
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -o-transform: translate3d(0, 50%, 0);
    opacity: 0;
    margin-bottom: 2px;
    font-size: 20px
}
.mk-portfolio-item.gradient-hover .featured-image .portfolio-cats {
    margin-bottom: 25px;
    transition: opacity .45s, transform .45s;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    opacity: 0;
    font-size: 11px
}
.mk-portfolio-item.gradient-hover .featured-image .portfolio-permalink,
.mk-portfolio-item.gradient-hover .featured-image .portfolio-plus-icon {
    transition: opacity .5s, transform .5s;
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -o-transform: translate3d(0, 50%, 0);
    opacity: 0
}
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-meta {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-portfolio-item.gradient-hover .featured-image:hover .hover-overlay {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-entry-logo {
    -webkit-transform: translate3d(0, -20%, 0);
    -moz-transform: translate3d(0, -20%, 0);
    -ms-transform: translate3d(0, -20%, 0);
    -o-transform: translate3d(0, -20%, 0);
    opacity: 0
}
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-cats,
.mk-portfolio-item.gradient-hover .featured-image:hover .the-title {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}
.mk-portfolio-item.gradient-hover .featured-image:hover .the-title {
    opacity: 1
}
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-cats,
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-permalink,
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-plus-icon {
    opacity: .6
}
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-permalink:hover,
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-plus-icon:hover {
    opacity: 1
}
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-permalink,
.mk-portfolio-item.gradient-hover .featured-image:hover .portfolio-plus-icon {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}
.mk-portfolio-item.gradient-hover .featured-image:hover .item-featured-image {
    -webkit-transform: scale(1.1) translate3d(0, -3%, 0);
    -moz-transform: scale(1.1) translate3d(0, -3%, 0);
    -ms-transform: scale(1.1) translate3d(0, -3%, 0);
    -o-transform: scale(1.1) translate3d(0, -3%, 0)
}
.mk-portfolio-item.zoom-in-hover .featured-image {
    position: relative
}
.mk-portfolio-item.zoom-in-hover .featured-image .hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -o-transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    background-color: transparent!important
}
.mk-portfolio-item.zoom-in-hover .featured-image .the-title {
    margin-bottom: 5px
}
.mk-portfolio-item.zoom-in-hover .featured-image .portfolio-cats,
.mk-portfolio-item.zoom-in-hover .featured-image .the-title {
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    opacity: 0
}
.mk-portfolio-item.zoom-in-hover .featured-image .portfolio-cats {
    margin-bottom: 45px
}
.mk-portfolio-item.zoom-in-hover .featured-image .portfolio-permalink,
.mk-portfolio-item.zoom-in-hover .featured-image .portfolio-plus-icon {
    transition: opacity .5s, transform .5s;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8)
}
.mk-portfolio-item.zoom-in-hover .featured-image .item-featured-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-meta {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .hover-overlay {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-entry-logo {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    opacity: 0
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-cats,
.mk-portfolio-item.zoom-in-hover .featured-image:hover .the-title {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .the-title {
    opacity: 1
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-cats,
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-permalink,
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-plus-icon {
    opacity: .6
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-permalink:hover,
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-plus-icon:hover {
    opacity: 1
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-permalink,
.mk-portfolio-item.zoom-in-hover .featured-image:hover .portfolio-plus-icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}
.mk-portfolio-item.zoom-in-hover .featured-image:hover .item-featured-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}
.mk-portfolio-item.zoom-out-hover .portfolio-meta {
    width: auto;
    left: 50%!important
}
.mk-portfolio-item.zoom-out-hover .featured-image {
    position: relative
}
.mk-portfolio-item.zoom-out-hover .featured-image .hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}
.mk-portfolio-item.zoom-out-hover .featured-image .the-title {
    margin-bottom: 20px
}
.mk-portfolio-item.zoom-out-hover .featured-image .the-title:after {
    height: 4px;
    width: 0;
    background: #fff;
    margin: 0 auto;
    display: block;
    position: relative;
    bottom: -10px;
    content: '';
    opacity: 0;
    -webkit-transition: width .35s, opacity .35s;
    transition: width .35s, opacity .35s
}
.mk-portfolio-item.zoom-out-hover .featured-image .portfolio-cats,
.mk-portfolio-item.zoom-out-hover .featured-image .the-title {
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0
}
.mk-portfolio-item.zoom-out-hover .featured-image .portfolio-cats {
    margin-bottom: 45px
}
.mk-portfolio-item.zoom-out-hover .featured-image .portfolio-permalink,
.mk-portfolio-item.zoom-out-hover .featured-image .portfolio-plus-icon {
    transition: opacity .35s, transform .35s;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}
.mk-portfolio-item.zoom-out-hover .featured-image .item-featured-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-meta {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .hover-overlay {
    opacity: .6;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-entry-logo {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    opacity: 0
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-cats,
.mk-portfolio-item.zoom-out-hover .featured-image:hover .the-title {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .the-title {
    opacity: 1
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-cats {
    opacity: .6
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .the-title:after {
    width: 100%;
    opacity: 1
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-permalink,
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-plus-icon {
    opacity: .6
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-permalink:hover,
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-plus-icon:hover {
    opacity: 1
}
.mk-portfolio-item.zoom-out-hover .featured-image:hover .item-featured-image,
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-permalink,
.mk-portfolio-item.zoom-out-hover .featured-image:hover .portfolio-plus-icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}
.mk-portfolio-item.stroke-hover.standard-portfolio-item .featured-image .portfolio-permalink,
.mk-portfolio-item.stroke-hover.standard-portfolio-item .featured-image .portfolio-plus-icon {
    display: inline-block;
    transition: opacity .25s, transform .25s;
    opacity: 0
}
.mk-portfolio-item.stroke-hover.standard-portfolio-item .featured-image:hover .portfolio-permalink,
.mk-portfolio-item.stroke-hover.standard-portfolio-item .featured-image:hover .portfolio-plus-icon {
    opacity: .6;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}
.mk-portfolio-item.stroke-hover.standard-portfolio-item .featured-image:hover .portfolio-permalink:hover,
.mk-portfolio-item.stroke-hover.standard-portfolio-item .featured-image:hover .portfolio-plus-icon:hover {
    opacity: 1
}
.mk-portfolio-item.stroke-hover .featured-image {
    position: relative
}
.mk-portfolio-item.stroke-hover .featured-image .portfolio-meta {
    opacity: .5;
    width: auto;
    display: inline-block
}
.mk-portfolio-item.stroke-hover .featured-image .hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}
.mk-portfolio-item.stroke-hover .featured-image .the-title {
    margin-bottom: 10px;
    opacity: .7;
    -ms-filter: 'alpha(Opacity=@opacity)';
    position: relative;
    transition: opacity .35s;
    padding: 14px 12px;
    font-weight: 700
}
.mk-portfolio-item.stroke-hover .featured-image .the-title:before {
    position: absolute;
    width: 0;
    height: 0;
    transition: height .5s, width .5s, opacity .5s;
    left: 0;
    top: 0;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
    content: '';
    border-radius: 3px;
    opacity: 0
}
.mk-portfolio-item.stroke-hover .featured-image .the-title:after {
    position: absolute;
    width: 0;
    height: 0;
    transition: height .25s, width .25s, opacity .25s;
    right: 0;
    bottom: 0;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    content: '';
    border-radius: 3px;
    opacity: 0
}
.mk-portfolio-item.stroke-hover .featured-image .portfolio-cats {
    opacity: 0;
    transition: opacity .35s
}
.mk-portfolio-item.stroke-hover .featured-image .portfolio-permalink,
.mk-portfolio-item.stroke-hover .featured-image .portfolio-plus-icon {
    display: none
}
.mk-portfolio-item.stroke-hover .featured-image .item-featured-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: -webkit-transform .7s;
    transition: transform .7s
}
.mk-portfolio-item.stroke-hover .featured-image:hover .portfolio-meta {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-portfolio-item.stroke-hover .featured-image:hover .hover-overlay {
    opacity: .6;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}
.mk-portfolio-item.stroke-hover .featured-image:hover .portfolio-entry-logo {
    opacity: 0
}
.mk-portfolio-item.stroke-hover .featured-image:hover .the-title {
    opacity: 1
}
.mk-portfolio-item.stroke-hover .featured-image:hover .the-title:after,
.mk-portfolio-item.stroke-hover .featured-image:hover .the-title:before {
    opacity: 1;
    width: 100%;
    height: 100%
}
.mk-portfolio-item.stroke-hover .featured-image:hover .portfolio-cats {
    opacity: 1
}
.mk-portfolio-item.stroke-hover .featured-image:hover .item-featured-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}
.mk-portfolio-item.parallax-hover {
    position: relative;
    overflow: hidden
}
.mk-portfolio-item.parallax-hover .featured-image {
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}
.mk-portfolio-item.parallax-hover .featured-image .item-featured-image {
    transition: none
}
.mk-portfolio-item.parallax-hover .featured-image .portfolio-meta {
    opacity: 0
}
.mk-portfolio-item.parallax-hover .featured-image .hover-overlay,
.mk-portfolio-item.parallax-hover .featured-image .the-title {
    display: none
}
.mk-portfolio-item.parallax-hover .featured-image .portfolio-entry-logo {
    opacity: 0
}
.mk-portfolio-item.parallax-hover .featured-image .portfolio-cats {
    display: none
}
.mk-portfolio-item.parallax-hover .featured-image .portfolio-permalink,
.mk-portfolio-item.parallax-hover .featured-image .portfolio-plus-icon {
    transition: opacity .25s;
    opacity: .5
}
.mk-portfolio-item.parallax-hover .featured-image:hover .portfolio-meta {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-portfolio-item.parallax-hover .featured-image:hover .portfolio-entry-logo {
    opacity: 0
}
.mk-portfolio-item.parallax-hover .featured-image:hover .portfolio-permalink,
.mk-portfolio-item.parallax-hover .featured-image:hover .portfolio-plus-icon {
    opacity: 1
}
.mk-portfolio-item.parallax-hover .featured-image:hover .portfolio-plus-icon:hover {
    background-color: #fff
}
.mk-portfolio-item.parallax-hover .featured-image:hover .portfolio-plus-icon:hover i {
    color: #000!important
}
.mk-portfolio-item.parallax-hover .featured-image:hover .item-featured-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}
.mk-portfolio-item.gradient-hover:hover .item-featured-image,
.mk-portfolio-item.parallax-hover:hover .item-featured-image,
.mk-portfolio-item.stroke-hover:hover .item-featured-image,
.mk-portfolio-item.zoom-in-hover:hover .item-featured-image,
.mk-portfolio-item.zoom-out-hover:hover .item-featured-image {
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: none;
    -webkit-filter: grayscale(0)
}
.mk-portfolio-item .portfolio-entry-logo {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 8
}
.mk-portfolio-item .masonry-border {
    position: absolute;
    z-index: 20;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}
.mk-portfolio-item .border-tb {
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0
}
.mk-portfolio-item .border-tr {
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0
}
.mk-portfolio-item .border-bt {
    width: 2px;
    height: 100%;
    bottom: 0;
    right: 0;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%
}
.mk-portfolio-item .border-bl {
    height: 2px;
    width: 100%;
    bottom: 0;
    right: 0;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0
}
.mk-portfolio-item.one-column {
    width: 100%
}
.mk-portfolio-item.two-column {
    width: 49.9%
}
.mk-portfolio-item.three-column {
    width: 33.3%
}
.mk-portfolio-item.four-column {
    width: 24.9%
}
.mk-portfolio-item.five-column {
    width: 19.9%
}
@media handheld,
only screen and (max-width: 960px) {
    .mk-portfolio-item.five-column,
    .mk-portfolio-item.four-column,
    .mk-portfolio-item.three-column {
        width: 49.8%!important
    }
}
@media handheld,
only screen and (max-width: 740px) {
    .mk-portfolio-item.five-column,
    .mk-portfolio-item.four-column,
    .mk-portfolio-item.three-column,
    .mk-portfolio-item.two-column {
        width: 100%!important
    }
}
.masonry-portfolio-item {
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    width: 12.44%;
    position: relative
}
.masonry-portfolio-item.size_two_x_four_x,
.masonry-portfolio-item.size_two_x_two_x,
.masonry-portfolio-item.size_two_x_x {
    width: 24.88%
}
.masonry-portfolio-item.size_three_x_two_x,
.masonry-portfolio-item.size_three_x_x {
    width: 37.32%
}
.masonry-portfolio-item.size_four_x_four_x,
.masonry-portfolio-item.size_four_x_two_x,
.masonry-portfolio-item.size_four_x_x {
    width: 49.76%
}
@media handheld,
only screen and (max-width: 1280px) {
    .masonry-portfolio-item.size_three_x_two_x,
    .masonry-portfolio-item.size_three_x_x,
    .masonry-portfolio-item.size_two_x_two_x,
    .masonry-portfolio-item.size_two_x_x,
    .masonry-portfolio-item.size_x_two_x,
    .masonry-portfolio-item.size_x_x {
        width: 24.88%
    }
    .masonry-portfolio-item.size_four_x_four_x,
    .masonry-portfolio-item.size_four_x_two_x,
    .masonry-portfolio-item.size_four_x_x,
    .masonry-portfolio-item.size_two_x_four_x,
    .masonry-portfolio-item.size_two_x_two_x,
    .masonry-portfolio-item.size_two_x_x {
        width: 49.76%
    }
}
@media handheld,
only screen and (max-width: 1140px) {
    .masonry-portfolio-item.size_three_x_two_x,
    .masonry-portfolio-item.size_three_x_x,
    .masonry-portfolio-item.size_two_x_two_x,
    .masonry-portfolio-item.size_two_x_x,
    .masonry-portfolio-item.size_x_two_x,
    .masonry-portfolio-item.size_x_x {
        width: 49.76%
    }
    .masonry-portfolio-item.size_four_x_four_x,
    .masonry-portfolio-item.size_four_x_two_x,
    .masonry-portfolio-item.size_four_x_x,
    .masonry-portfolio-item.size_two_x_four_x {
        width: 100%
    }
}
@media handheld,
only screen and (max-width: 850px) {
    .masonry-portfolio-item.size_x_two_x,
    .masonry-portfolio-item.size_x_x {
        width: 50%
    }
    .masonry-portfolio-item.size_four_x_two_x,
    .masonry-portfolio-item.size_four_x_x,
    .masonry-portfolio-item.size_three_x_two_x,
    .masonry-portfolio-item.size_three_x_x,
    .masonry-portfolio-item.size_two_x_two_x,
    .masonry-portfolio-item.size_two_x_x {
        width: 100%
    }
}
.masonry-portfolio-item.regular-entry,
.masonry-portfolio-item.tall-entry {
    width: 24.9%
}
.masonry-portfolio-item.wide-entry,
.masonry-portfolio-item.wide-tall-entry {
    width: 49.8%
}
.masonry-portfolio-item .item-holder {
    margin: 0
}
@media handheld,
only screen and (max-width: 1300px) {
    .masonry-portfolio-item.wide-entry,
    .masonry-portfolio-item.wide-tall-entry {
        width: 100%
    }
    .masonry-portfolio-item.regular-entry,
    .masonry-portfolio-item.tall-entry {
        width: 49.8%
    }
}
@media handheld,
only screen and (max-width: 767px) {
    .masonry-portfolio-item {
        width: 100%!important
    }
}
.masonry-portfolio-item .featured-image {
    line-height: 4px;
    position: relative
}
.masonry-portfolio-item .featured-image .item-featured-image {
    width: 100.7%;
    max-width: 100.7%
}
.grid-portfolio-item,
.standard-portfolio-item {
    float: left;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.standard-portfolio-item .item-holder {
    margin: 0 8px 20px;
    background-color: #fafafa;
    border: 1px solid #eee;
    padding-bottom: 15px
}
.standard-portfolio-item .the-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    line-height: 20px;
    margin: 15px 15px 5px
}
.standard-portfolio-item .portfolio-cats {
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    color: #666;
    margin: 0 15px
}
.mk-isotop-filter {
    margin: 0 40px 40px
}
.mk-isotop-filter ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.mk-isotop-filter ul.align-left {
    text-align: left
}
.mk-isotop-filter ul.align-center {
    text-align: center
}
.mk-isotop-filter ul.align-right {
    text-align: right
}
.mk-isotop-filter ul li {
    display: inline-block;
    margin: 0 5px 10px
}
.mk-isotop-filter ul li a {
    padding: 14px 20px;
    line-height: 12px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    color: gray;
    background-color: #f2f2f2
}
.mk-isotop-filter ul li a.current,
.mk-isotop-filter ul li a:hover {
    color: #fff
}
@media handheld,
only screen and (max-width: 600px) {
    .mk-isotop-filter li {
        display: block!important
    }
}
.ajax-container {
    overflow: hidden;
    height: 0;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.ajax-container .portfolio-ajax-gallery .mk-image-slideshow {
    padding: 0;
    margin: 0
}
.portfolio-ajax-holder {
    margin: 36px 0 20px;
    border: 2px solid #eee;
    background-color: #fff;
    position: relative
}
.portfolio-ajax-holder:after,
.portfolio-ajax-holder:before {
    content: " ";
    display: table
}
.portfolio-ajax-holder:after {
    clear: both
}
.portfolio-ajax-holder .alt-title span {
    background-color: #fff!important
}
.ajax_project {
    padding: 30px;
    overflow: hidden
}
.ajax-controls {
    position: absolute;
    right: -1px;
    top: -34px;
    text-align: center;
    color: #c9c9c9
}
.ajax-controls i {
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    display: inline-block
}
.ajax-controls a {
    display: inline-block;
    margin: 0 -1px;
    width: 30px;
    height: 30px;
    border: 2px solid #eee;
    text-align: center
}
.ajax-controls a.close-ajax {
    background-color: #eee;
    color: #909090
}
.ajax-controls a.next-ajax {
    border-left: none;
    border-right: none;
    width: 32px
}
.ajax-controls a.next-ajax:hover,
.ajax-controls a.prev-ajax:hover {
    background-color: transparent;
    border-color: #eee;
    color: #333
}
.ajax-controls a:hover {
    background-color: #909090;
    color: #fff;
    border-color: #909090
}
.ajax-controls a:hover.prev-ajax {
    border-right-color: #eee
}
.project_content_section {
    width: 33%;
    float: right;
    padding: 0 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.project_preview_section {
    width: 66%;
    float: left
}
.project_preview_section.no-ajax-content {
    width: 100%!important
}
@media handheld,
only screen and (max-width: 767px) {
    .project_content_section,
    .project_preview_section {
        float: none;
        width: 100%;
        padding: 0 0 20px
    }
}
.portfolio-loader {
    position: absolute;
    z-index: 10000;
    top: 30%;
    left: 50%;
    margin: -40px 0 0 -40px;
    display: none;
    width: 80px;
    line-height: 80px;
    text-align: center;
    height: 80px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, .5)
}
.portfolio-loader div {
    position: relative;
    left: auto;
    top: auto;
    margin: 18px 0 0
}
.ajax-portfolio-social-share {
    float: none;
    padding: 0;
    margin: 0 0 10px -5px;
    text-align: left
}
.ajax-portfolio-social-share li {
    border-width: 2px!important
}
.flip-portfolio-item {
    margin: 0;
    padding: 0;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.flip-portfolio-item:hover figure.back {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    ms-transform: rotateX(0deg)
}
.flip-portfolio-item:hover figure.front {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    ms-transform: rotateX(-180deg)
}
.flip-portfolio-item .flip-wrapper {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%
}
.flip-portfolio-item figure {
    display: block;
    line-height: 4px;
    height: 100%;
    width: 100%;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}
.flip-portfolio-item figure img {
    width: 100%
}
.flip-portfolio-item figure.front {
    position: absolute;
    z-index: 2;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    ms-transform: rotateX(0deg)
}
.flip-portfolio-item figure.back {
    position: relative;
    z-index: 1;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    ms-transform: rotateX(180deg)
}
.flip-portfolio-item .flip-overlay {
    opacity: .6;
    -ms-filter: 'alpha(Opacity=@opacity)';
    background-color: #000!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}
.flip-portfolio-item .portfolio-meta {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    opacity: 1
}
.flip-portfolio-item .the-title {
    font-size: 25px;
    font-weight: 300;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    line-height: 28px;
    margin-bottom: 10px;
    display: inline-block
}
.flip-portfolio-item .cats {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff
}
.flip-portfolio-item.portfolio-five-column .the-title,
.flip-portfolio-item.portfolio-four-column .the-title {
    font-size: 20px
}
@media handheld,
only screen and (max-width: 1100px) {
    .flip-portfolio-item {
        width: 49.98%
    }
}
.loop-main-wrapper {
    position: relative
}
.mk-gallery-shortcode,
.mk-portfolio-grid,
.mk-portfolio-masonry,
.mk-spotlight-wrapper {
    width: 100.5%
}
.mk-portfolio-scroller.scroller-disabled .mk-portfolio-item {
    max-width: 50%
}
.portfolio-single-content {
    margin: 40px 30px
}
.portfolio-single-content .mk-text-block {
    line-height: 26px!important
}
.portfolio-single-content.no-padding {
    margin-bottom: 0;
    margin-top: 0
}
.portfolio-featured-image,
.single-portfolio-slideshow .mk-slideshow-shortcode {
    margin-bottom: 24px
}
.portfolio-social-share {
    float: right;
    margin: 0;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 4
}
@media handheld,
only screen and (max-width: 600px) {
    .portfolio-social-share {
        float: none;
        display: block;
        margin: 40px auto 20px
    }
}
.portfolio-similar-posts {
    margin-bottom: 40px
}
.portfolio-similar-posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}
.portfolio-similar-posts ul.three-column li {
    width: 33.33%
}
.portfolio-similar-posts ul.four-column li {
    width: 25%
}
.portfolio-similar-posts ul li {
    vertical-align: top;
    display: inline-block;
    margin: 0
}
.portfolio-similar-posts ul li .featured-image:hover .portfolio-meta {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.portfolio-similar-posts ul li .featured-image:hover .portfolio-meta .mk-lightbox,
.portfolio-similar-posts ul li .featured-image:hover .portfolio-meta .portfolio-permalink {
    pointer-events: auto
}
.portfolio-similar-posts ul li .featured-image .portfolio-meta .mk-lightbox,
.portfolio-similar-posts ul li .featured-image .portfolio-meta .portfolio-permalink {
    pointer-events: none
}
@media handheld,
only screen and (max-width: 1000px) {
    .portfolio-similar-posts ul li {
        width: 50%!important
    }
}
@media handheld,
only screen and (max-width: 600px) {
    .portfolio-similar-posts ul li {
        width: 100%!important
    }
}
.portfolio-similar-posts .portfolio-meta {
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.portfolio-similar-posts .portfolio-meta .portfolio-plus-icon {
    border-width: 0!important;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 16px
}
.portfolio-similar-posts .portfolio-meta .portfolio-cats {
    display: none
}
.portfolio-similar-posts .portfolio-meta .the-title {
    margin-bottom: 30px;
    font-size: 11px
}
.portfolio-similar-posts .portfolio-meta .portfolio-permalink:hover {
    background-color: #fff;
    color: #000!important
}
.portfolio-similar-posts .portfolio-meta .portfolio-permalink:hover i {
    color: #000!important
}
.mk-dropcaps {
    display: inline-block;
    float: left;
    margin: 5px 8px 0 0;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px
}
.mk-dropcaps.circle-custom,
.mk-dropcaps.square-custom {
    color: #fff!important
}
.mk-dropcaps.circle-custom,
.mk-dropcaps.circle-default {
    margin-top: 3px;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}
.mk-dropcaps.circle-default,
.mk-dropcaps.square-default {
    border: 2px solid #eee;
    background-color: #fafafa
}
.mk-highlight {
    display: inline-block;
    margin: 1px 2px
}
.mk-highlight.default-highlight {
    padding: 5px 10px;
    background-color: #ededed
}
.mk-highlight.custom-highlight {
    color: #fff;
    padding: 5px
}
.mk-skill-meter {
    margin-bottom: 18px
}
.mk-skill-meter .mk-skill-meter-title {
    display: block;
    margin-bottom: 10px;
    color: #777;
    line-height: 13px;
    font-weight: 700
}
.mk-skill-meter .mk-progress-bar {
    position: relative;
    display: block;
    background-color: #eee;
    width: 100%;
    border-color: #eee;
    border-style: solid
}
.mk-skill-meter .mk-progress-bar .progress-outer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}
.mk-animated-columns {
    overflow: hidden
}
.mk-animated-columns:after,
.mk-animated-columns:before {
    content: " ";
    display: table
}
.mk-animated-columns:after {
    clear: both
}
.mk-animated-columns.one-column .animated-column-item {
    width: 100%
}
.mk-animated-columns.two-column .animated-column-item {
    width: 50%
}
.mk-animated-columns.three-column .animated-column-item {
    width: 33.33%
}
.mk-animated-columns.four-column .animated-column-item {
    width: 25%
}
.mk-animated-columns.five-column .animated-column-item {
    width: 20%
}
.mk-animated-columns.six-column .animated-column-item {
    width: 16.66%
}
.mk-animated-columns.seven-column .animated-column-item {
    width: 14.28%
}
.mk-animated-columns.eight-column .animated-column-item {
    width: 12.5%
}
.mk-animated-columns.eight-column .animated-column-item:nth-of-type(8n),
.mk-animated-columns.five-column .animated-column-item:nth-of-type(5n),
.mk-animated-columns.four-column .animated-column-item:nth-of-type(4n),
.mk-animated-columns.seven-column .animated-column-item:nth-of-type(7n),
.mk-animated-columns.six-column .animated-column-item:nth-of-type(6n),
.mk-animated-columns.three-column .animated-column-item:nth-of-type(3n),
.mk-animated-columns.two-column .animated-column-item:nth-of-type(2n) {
    border-right-width: 1px
}
@media handheld,
only screen and (max-width: 960px) {
    .mk-animated-columns.eight-column .animated-column-item,
    .mk-animated-columns.five-column .animated-column-item,
    .mk-animated-columns.four-column .animated-column-item,
    .mk-animated-columns.seven-column .animated-column-item,
    .mk-animated-columns.six-column .animated-column-item {
        width: 33.33%!important
    }
    .mk-animated-columns.eight-column .animated-column-item:nth-of-type(3n),
    .mk-animated-columns.five-column .animated-column-item:nth-of-type(3n),
    .mk-animated-columns.four-column .animated-column-item:nth-of-type(3n),
    .mk-animated-columns.seven-column .animated-column-item:nth-of-type(3n),
    .mk-animated-columns.six-column .animated-column-item:nth-of-type(3n) {
        border-right-width: 1px
    }
    .mk-animated-columns.eight-column .animated-column-item:nth-of-type(8n),
    .mk-animated-columns.five-column .animated-column-item:nth-of-type(5n),
    .mk-animated-columns.four-column .animated-column-item:nth-of-type(4n),
    .mk-animated-columns.seven-column .animated-column-item:nth-of-type(7n),
    .mk-animated-columns.six-column .animated-column-item:nth-of-type(6n) {
        border-right-width: 0
    }
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-animated-columns.eight-column .animated-column-item:nth-of-type(3n),
    .mk-animated-columns.five-column .animated-column-item:nth-of-type(3n),
    .mk-animated-columns.four-column .animated-column-item:nth-of-type(3n),
    .mk-animated-columns.seven-column .animated-column-item:nth-of-type(3n),
    .mk-animated-columns.six-column .animated-column-item:nth-of-type(3n) {
        border-right-width: 0
    }
    .mk-animated-columns.eight-column .animated-column-item,
    .mk-animated-columns.five-column .animated-column-item,
    .mk-animated-columns.four-column .animated-column-item,
    .mk-animated-columns.seven-column .animated-column-item,
    .mk-animated-columns.six-column .animated-column-item,
    .mk-animated-columns.three-column .animated-column-item {
        width: 100%!important;
        border-right-width: 1px!important
    }
}
.mk-animated-columns .simple-style a {
    display: block;
    width: 100%;
    height: 100%
}
.animated-column-item {
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
    -webkit-transition: background .2s ease-out 0;
    -moz-transition: background .2s ease-out 0s;
    -o-transition: background .2s ease-out 0;
    transition: background .2s ease-out 0;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 0;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.animated-column-holder {
    top: 0;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px
}
.full-style .animated-column-icon {
    padding-bottom: 30px;
    display: block
}
.simple-style .animated-column-icon,
.simple_text-style .animated-column-icon {
    display: block
}
.simple-style .animated-column-title,
.simple_text-style .animated-column-title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: -100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.simple-style .animated-column-title span,
.simple_text-style .animated-column-title span {
    display: block
}
.animated-column-title {
    font-size: 14px;
    font-weight: bolder;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.full-style .animated-column-title {
    padding-bottom: 10px
}
.animated-column-desc {
    line-height: 26px;
    font-size: 12px;
    position: relative;
    padding: 20px 30px 50px;
    top: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.animated-column-btn {
    position: relative;
    top: 100%;
    text-align: center;
    width: 100%
}
.animated-column-btn .mk-button {
    margin: 0 auto
}
.mk-milestone {
    margin-bottom: 20px;
    text-align: center
}
.mk-milestone.classic-style .milestone-number {
    padding: 0 10px 15px;
    display: inline-block
}
.mk-milestone.classic-style .milestone-number.content-none {
    border: none
}
.mk-milestone.classic-style i {
    text-align: center;
    border-top: none;
    margin: 0 auto;
    display: block
}
.mk-milestone.modern-style .milestone-number {
    margin: 10px 0;
    padding: 0 10px;
    display: inline-block
}
.mk-milestone.modern-style i {
    font-size: 48px;
    text-align: center;
    border-top: none;
    margin: 0 auto;
    display: block
}
.mk-milestone .milestone-text {
    padding-top: 10px
}
.mk-chart {
    position: relative;
    margin: 0 auto;
    text-align: center
}
.mk-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}
.mk-chart .chart-custom-text,
.mk-chart .chart-percent,
.mk-chart i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    color: #444;
    text-align: center
}
.mk-chart i {
    font-size: 48px
}
.mk-chart .chart-custom-text {
    font-size: 18px
}
.mk-chart .chart-percent {
    font-weight: 600;
    font-size: 16px
}
.mk-chart-desc {
    display: block;
    text-align: center;
    font-size: 12px
}
@media handheld,
only screen and (max-width: 600px) {
    .mk-chart {
        margin: 0 auto
    }
}
.mk-image {
    position: relative;
    overflow: hidden;
    line-height: 4px
}
.mk-image a {
    display: block
}
.mk-image.circular-true,
.mk-image.circular-true .hover-overlay,
.mk-image.circular-true img {
    border-radius: 50%
}
.mk-image.align-left {
    text-align: left
}
.mk-image.align-right {
    float: right
}
.mk-image.align-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center
}
.mk-image img {
    position: relative;
    z-index: 6;
    line-height: 4px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}
.mk-image.style1-image .hover-overlay {
    background-color: #000!important
}
.mk-image.style1-image:hover .hover-overlay {
    opacity: .6;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-image.style1-image:hover .mk-image-caption,
.mk-image.style1-image:hover .mk-image-hover i {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-image.style2-image .hover-overlay {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background-color: inherit!important
}
.mk-image.style2-image:hover .hover-overlay,
.mk-image.style2-image:hover .mk-image-caption,
.mk-image.style2-image:hover .mk-image-hover i {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-image.style2-image:hover .mk-image-hover {
    pointer-events: auto
}
.mk-image .mk-image-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 12;
    text-align: center;
    display: block
}
.mk-image .mk-image-hover i {
    font-size: 16px;
    color: #fff;
    position: relative;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    width: 27px;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    border: 3px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.mk-image .mk-image-hover i:hover {
    background-color: #fff;
    color: #000
}
.mk-image .mk-image-caption {
    line-height: 24px;
    font-size: 13px;
    margin-top: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff!important;
    position: relative;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-fancy-table {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #eee
}
.mk-fancy-table table {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    text-align: left
}
.mk-fancy-table th {
    padding: 18px 12px;
    background-color: #f7f7f7;
    color: #4b4b4b;
    text-align: center;
    font-weight: 700;
    font-size: 13px
}
.mk-fancy-table tfoot td {
    padding: 8px
}
.mk-fancy-table tfoot {
    background-color: #f3f3f3
}
.mk-fancy-table tr:nth-child(even) {
    background-color: #f7f7f7
}
.mk-fancy-table td {
    padding: 15px 12px;
    font-size: 13px;
    color: #4b4b4b;
    text-align: center
}
.mk-list-styles ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 32px
}
.mk-list-styles ul li {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #666
}
.mk-list-styles ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px
}
.mk-image-box {
    overflow: hidden
}
.mk-image-box.rounded-true {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}
.mk-image-box.rounded-true .mk-image-box-media {
    border-radius: 9px 9px 0 0;
    -webkit-border-radius: 9px 9px 0 0;
    background-clip: padding-box;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 9px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000)
}
.mk-image-box.rounded-true .featured-image {
    border-radius: 9px 9px 0 0;
    -webkit-border-radius: 9px 9px 0 0;
    background-clip: padding-box;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 9px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    position: relative;
    z-index: 1
}
.mk-image-box.rounded-true .featured-image img {
    border-radius: 9px 9px 0 0;
    -webkit-border-radius: 9px 9px 0 0;
    background-clip: padding-box;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 9px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    vertical-align: middle
}
.mk-image-box.align-left .item-holder {
    text-align: left
}
.mk-image-box.align-center .item-holder {
    text-align: center
}
.mk-image-box.align-right .item-holder {
    text-align: right
}
.mk-image-box .gallery-meta {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    text-align: center;
    min-width: 32px;
    margin: -17px 0 0 -17px
}
.mk-image-box .gallery-meta i {
    font-size: 16px;
    width: 27px;
    height: 27px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    border: 3px solid #fff;
    display: inline-block;
    margin: 0 auto;
    -webkit-backface-visibility: hidden
}
.mk-image-box .gallery-meta i:before {
    height: 28px;
    line-height: 28px
}
.mk-image-box .gallery-meta i:hover {
    background-color: #fff;
    color: #000
}
.mk-image-box .image-box-title {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px
}
.mk-image-box .image-box-desc {
    font-size: 14px;
    line-height: 24px
}
.mk-image-box .item-holder {
    padding: 30px
}
.mk-image-box .featured-image {
    display: block;
    overflow: hidden
}
.mk-image-box .featured-image img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out
}
.mk-image-box .featured-image i {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, -webkit-transform .25s ease-in-out, visibility .25s, background-color .25s, color .25s;
    transition: opacity .25s, transform .25s ease-in-out, visibility .25s, background-color .25s, color .25s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}
.mk-image-box .featured-image i:hover {
    background-color: #fff;
    color: #000
}
.mk-image-box .featured-image:hover img {
    -webkit-transform: translate3d(0, -2.5%, 0) scale(1.05);
    transform: translate3d(0, -2.5%, 0) scale(1.05)
}
.mk-image-box .featured-image:hover i {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mk-image-box .mk-image-box-media {
    overflow: hidden;
    position: relative
}
.mk-image-box .mk-imagebox-video-preview {
    display: none
}
.mk-image-box .mk-video-container {
    padding-top: 0
}
.mk-image-box .mk-imagebox-video {
    display: block;
    width: 100%
}
.mk-image-box .mk-imagebox-video video {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}
@media handheld,
only screen and (max-width: 600px) {
    .mk-image-box .mk-video-container {
        display: none!important
    }
    .mk-image-box .mk-imagebox-video-preview {
        display: block
    }
}
.mk-message-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
    color: #fff
}
.mk-message-box.rounded-style {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.mk-message-box .mk-inner-grid {
    padding: 15px
}
.mk-message-box .messagebox-content {
    display: block;
    margin: 16px 15px 16px 95px;
    padding: 12px 0 12px 20px;
    border-left: 2px solid rgba(255, 255, 255, .5);
    font-size: 15px
}
.mk-message-box .messagebox-content p {
    margin-bottom: 0;
    color: inherit;
    font-size: inherit
}
.mk-message-box .messagebox-icon {
    position: absolute;
    top: 50%;
    left: 60px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    font-size: 32px;
    line-height: 40px
}
.mk-message-box .box-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: #fff;
    z-index: 5;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: .6
}
.mk-message-box .box-close-btn:hover {
    opacity: 1
}
.mk-message-box.confirm-box {
    background-color: #a5de37
}
.mk-message-box.love-box {
    background-color: #ff667a
}
.mk-message-box.hint-box {
    background-color: #28cdfb
}
.mk-message-box.solution-box {
    background-color: #f668ca
}
.mk-message-box.alert-box {
    background-color: #ff4351
}
.mk-message-box.warning-box {
    background-color: #fc880f
}
.mk-message-box.star-box {
    background-color: #7b72e9
}
@media handheld,
only screen and (max-width: 600px) {
    .mk-message-box .messagebox-content {
        padding: 60px 10px 10px!important;
        margin: 0!important;
        border: 0!important;
        text-align: center!important
    }
    .mk-message-box .messagebox-icon {
        top: 15px!important;
        left: 50%!important;
        margin-top: 0!important;
        margin-left: -20px!important
    }
}
button.mk-button {
    outline: 0;
    border: none;
    background: 0 0;
    line-height: 100%
}
.mk-button {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    zoom: 1;
    font-weight: 700;
    font-size: 12px;
    -webkit-transform: translateZ(0);
    -webkit-transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
    -ms-transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
    transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out
}
.mk-button[type=button],
.mk-button[type=submit] {
    outline: 0;
    border: none;
    font-weight: 600
}
.mk-button span {
    display: inline-block
}
.mk-button.full_rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}
.mk-button.rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.mk-button.pointed {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.mk-button.nudge-button.rounded:after {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.mk-button.nudge-button.full_rounded:after {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}
.mk-button.three-dimension-button:active {
    top: 2px!important
}
.mk-button.outline-button {
    border-color: #444;
    border-style: solid;
    color: #444
}
.mk-button.outline-button:hover {
    background-color: #444;
    color: #fff
}
.mk-button.outline-button.light {
    border-color: #fff;
    border-style: solid;
    color: #fff
}
.mk-button.outline-button.light:hover {
    background-color: #fff;
    color: #444
}
.mk-button.line-button:after,
.mk-button.line-button:before {
    width: 2px;
    height: 100%;
    background: #444;
    position: absolute;
    top: 0;
    content: ''
}
.mk-button.line-button:after {
    left: -3px;
    transition: all .2s ease-out
}
.mk-button.line-button:before {
    right: -3px;
    transition: all .2s ease-out
}
.mk-button.line-button:hover:after {
    left: 0
}
.mk-button.line-button:hover:before {
    right: 0
}
.mk-button.fill-button {
    position: relative;
    overflow: hidden
}
.mk-button.fill-button.rounded {
    overflow: auto!important
}
.mk-button.fill-button span {
    position: relative
}
.mk-button.fill-button:before {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
    transition: width .25s ease-out
}
.mk-button.fill-button i {
    position: relative;
    z-index: 2
}
.mk-button.fill-button:hover:before {
    width: 100%
}
.mk-button.nudge-button:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transition: all .4s cubic-bezier(0.16, .53, .15, .99) 0s;
    -o-transition: all .4s cubic-bezier(0.16, .53, .15, .99) 0s;
    -moz-transition: all .4s cubic-bezier(0.16, .53, .15, .99) 0s;
    transition: all .4s cubic-bezier(0.16, .53, .15, .99) 0s
}
.mk-button.nudge-button:hover:after {
    -webkit-transform: translateX(4%);
    -moz-transform: translateX(4%);
    -ms-transform: translateX(4%);
    -o-transform: translateX(4%)
}
.mk-button.radius-button {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0
}
.mk-button.radius-button.xxlarge:hover {
    border-radius: 60px
}
.mk-button.radius-button.xlarge:hover {
    border-radius: 50px
}
.mk-button.radius-button.large:hover {
    border-radius: 40px
}
.mk-button.radius-button.medium:hover,
.mk-button.radius-button.small:hover {
    border-radius: 30px
}
.mk-button.fancy_link-button {
    border-radius: 0;
    position: relative;
    text-align: left
}
.mk-button.fancy_link-button .line {
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    transition: all .3s ease;
    width: 0
}
.mk-button.fancy_link-button:before {
    position: absolute;
    content: '';
    height: 2px;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%
}
.mk-button.fancy_link-button i {
    margin-left: 0
}
.mk-button.fancy_link-button:before {
    opacity: .3
}
.mk-button.fancy_link-button.xxlarge {
    padding: 32px 0;
    line-height: 100%;
    font-size: 30px
}
.mk-button.fancy_link-button.xlarge {
    padding: 26px 0;
    line-height: 100%;
    font-size: 25px
}
.mk-button.fancy_link-button.large {
    padding: 22px 0;
    line-height: 100%;
    font-size: 20px
}
.mk-button.fancy_link-button.medium {
    padding: 16px 0;
    line-height: 100%;
    font-size: 15px
}
.mk-button.fancy_link-button.small {
    padding: 12px 0;
    line-height: 100%;
    font-size: 12px
}
.mk-button.fancy_link-button:hover:after {
    transition: all .5s ease
}
.mk-button i {
    margin: 0 5px 0 -10px;
    vertical-align: middle;
    padding-right: 10px;
    line-height: 16px
}
.mk-button.xxlarge {
    padding: 32px 60px;
    line-height: 100%;
    font-size: 15px
}
.mk-button.xxlarge i {
    font-size: 16px
}
.mk-button.xlarge {
    padding: 26px 50px;
    line-height: 100%;
    font-size: 13px
}
.mk-button.xlarge i {
    font-size: 16px
}
.mk-button.large {
    padding: 22px 42px;
    line-height: 100%
}
.mk-button.large i {
    font-size: 16px
}
.mk-button.medium {
    padding: 16px 25px;
    line-height: 100%
}
.mk-button.medium i {
    font-size: 16px
}
.mk-button.small {
    padding: 12px 22px;
    line-height: 100%
}
.mk-button.small i {
    margin-top: -3px;
    font-size: 16px
}
button.mk-button::-moz-focus-inner {
    border: none
}
.mk-button-align {
    display: inline-block
}
.mk-button-align.right {
    float: right
}
.mk-button-align.center {
    display: block!important;
    text-align: center
}
.mk-button-align.center .mk-button {
    margin-right: 0
}
.mk-button-align.left {
    text-align: left
}
@media handheld,
only screen and (max-width: 770px) {
    .mk-button-align.center,
    .mk-button-align.left,
    .mk-button-align.right {
        width: 100%;
        text-align: center!important
    }
}
.mk-divider {
    display: block;
    text-align: center
}
.mk-divider.divider_one_fourth .divider-inner,
.mk-divider.divider_one_half .divider-inner,
.mk-divider.divider_one_third .divider-inner {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}
.mk-divider.divider_one_half .divider-inner {
    width: 50%
}
.mk-divider.divider_one_third .divider-inner {
    width: 33.33%
}
.mk-divider.divider_one_fourth .divider-inner {
    width: 25%
}
.mk-divider.divider-single .divider-inner {
    height: 1px;
    border-bottom: 1px solid #dbdbdb
}
.mk-divider.divider-dashed .divider-inner {
    height: 2px;
    border-bottom: 2px dashed #dbdbdb
}
.mk-divider.divider-dotted .divider-inner {
    height: 1px;
    border-bottom: 1px dotted #dbdbdb
}
.mk-divider.divider-thick .divider-inner {
    height: 5px;
    border-top: 3px solid #e4e4e4
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-divider .divider-inner {
        margin-left: auto!important;
        margin-right: auto!important
    }
}
.mk-fullwidth-boxed {
    position: relative;
    display: block;
    padding: 30px
}
.mk-image-slideshow {
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
    overflow: hidden
}
.mk-image-slideshow img {
    margin: 0 auto
}
.mk-image-slideshow .swiper-pagination {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    text-align: center;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-image-slideshow .swiper-pagination-switch {
    display: inline-block;
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border: 2px solid #eee;
    cursor: pointer
}
.mk-image-slideshow .swiper-active-switch {
    background-color: #eee
}
.mk-image-slideshow .mk-swiper-container:hover .slideshow-swiper-arrows,
.mk-image-slideshow .mk-swiper-container:hover .swiper-pagination {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-image-slideshow .mk-swiper-container:hover .slideshow-swiper-arrows:hover {
    background-color: #fff!important
}
.mk-image-slideshow .mk-swiper-container:hover .slideshow-swiper-arrows:hover i {
    color: #000!important
}
.mk-image-slideshow .mk-swiper-container:hover .mk-swiper-next {
    right: 40px
}
.mk-image-slideshow .mk-swiper-container:hover .mk-swiper-prev {
    left: 40px
}
.slideshow-swiper-arrows {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -15px;
    width: 28px;
    height: 28px;
    border: 3px solid #fff;
    text-align: center;
    cursor: pointer;
    z-index: 15;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.slideshow-swiper-arrows i {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    display: block
}
.slideshow-swiper-arrows.mk-swiper-next {
    right: 50px
}
.slideshow-swiper-arrows.mk-swiper-prev {
    left: 50px
}
@media handheld,
only screen and (max-width: 768px) {
    .slideshow-swiper-arrows,
    .swiper-pagination {
        opacity: 1;
        -ms-filter: 'alpha(Opacity=@opacity)'
    }
    .mk-swiper-next {
        right: 15px
    }
    .mk-swiper-prev {
        left: 15px
    }
}
blockquote {
    position: relative;
    margin: 15px 0;
    line-height: 24px;
    padding: 20px;
    background-color: #fafafa;
    border: 2px solid #eee;
    font-style: italic
}
.mk-blockquote {
    position: relative;
    margin: 15px 0;
    font-size: 14px;
    line-height: 26px
}
.mk-blockquote .mk-blockquote-content {
    padding: 30px 45px;
    background-color: #fafafa;
    border: 2px solid #eee
}
.mk-blockquote.classic-style {
    font-style: italic
}
.mk-blockquote.classic-style .mk-blockquote-content {
    padding: 30px 45px
}
.mk-blockquote.classic-style .mk-quote-left,
.mk-blockquote.classic-style .mk-quote-right {
    position: absolute;
    font-size: 24px;
    color: #eee
}
.mk-blockquote.classic-style .mk-quote-left {
    top: 10px;
    left: 10px
}
.mk-blockquote.classic-style .mk-quote-right {
    bottom: 10px;
    right: 10px
}
.mk-blockquote.modern-style {
    color: #666;
    font-style: normal
}
.mk-blockquote.modern-style .mk-blockquote-content {
    padding: 25px 40px
}
.mk-blockquote.modern-style:before {
    width: 7px;
    display: block;
    position: absolute;
    background-color: #919191;
    height: 100%;
    top: 0;
    left: 0;
    content: ''
}
.mk-blockquote.modern-style .mk-quote-left,
.mk-blockquote.modern-style .mk-quote-right {
    display: none
}
.mk-blockquote p {
    margin-bottom: 15px
}
.mk-blockquote.align-left {
    text-align: left
}
.mk-blockquote.align-right {
    text-align: right
}
.mk-blockquote.align-center {
    text-align: center
}
.mk-testimonial {
    margin: 3px 3px 20px
}
.mk-testimonial .testimonial-author {
    display: block;
    color: #777;
    font-size: 13px;
    line-height: 14px
}
.mk-testimonial .swiper-slide {
    padding-right: 5px;
    padding-left: 5px;
    position: relative
}
.mk-testimonial .swiper-pagination {
    display: block;
    width: 100%;
    text-align: center
}
.mk-testimonial .swiper-pagination-switch {
    display: inline-block;
    margin: 0 3px 6px;
    width: 5px;
    height: 5px;
    border: 2px solid #eee;
    cursor: pointer
}
.mk-testimonial .swiper-active-switch {
    background-color: #777;
    border-color: #777
}
.mk-testimonial .testimonial-company {
    font-size: 12px
}
.mk-testimonial .testimonial-image {
    border-radius: 50%
}
.mk-testimonial .testimonial-quote {
    font-size: 14px;
    line-height: 26px
}
.mk-testimonial.boxed-style .mk-swiper-wrapper {
    padding-top: 20px
}
.mk-testimonial.boxed-style .swiper-slide {
    position: relative
}
.mk-testimonial.boxed-style .testimonial-content {
    margin-left: 100px
}
.mk-testimonial.boxed-style .testimonial-quote {
    margin-bottom: 8px;
    padding: 20px 25px;
    background-color: #fafafa;
    border: 2px solid #eee;
    position: relative
}
.mk-testimonial.boxed-style .testimonial-quote:before {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: -7px;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background-color: #fafafa;
    border-left: 2px solid #eee;
    border-bottom: 2px solid #eee
}
.mk-testimonial.boxed-style .testimonial-image {
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -35px
}
.mk-testimonial.boxed-style .testimonial-author,
.mk-testimonial.boxed-style .testimonial-company {
    margin-left: 25px
}
.mk-testimonial.boxed-style .swiper-pagination {
    text-align: left!important;
    padding-left: 138px;
    left: 0!important;
    top: 0!important;
    bottom: auto!important
}
.mk-testimonial.quote-style {
    text-align: center
}
.mk-testimonial.quote-style .testimonial-quote {
    position: relative;
    display: block;
    padding: 20px 25px;
    border: 2px solid #eee;
    margin-bottom: 12px
}
.mk-testimonial.quote-style .testimonial-quote:before {
    position: absolute;
    bottom: -16px;
    margin-left: -16px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #eee
}
.mk-testimonial.quote-style .testimonial-footer-note {
    display: inline-block;
    padding: 5px 0;
    text-align: center
}
.mk-testimonial.quote-style .mk-swiper-wrapper {
    padding-top: 20px
}
.mk-testimonial.quote-style .swiper-pagination {
    left: 0!important;
    top: 0!important;
    bottom: auto!important
}
.mk-testimonial.modern-style .mk-swiper-wrapper {
    padding-top: 20px
}
.mk-testimonial.modern-style .testimonial-content {
    text-align: center
}
.mk-testimonial.modern-style .swiper-pagination {
    left: 0!important;
    top: 0!important;
    bottom: auto!important
}
.mk-testimonial.modern-style .testimonial-quote {
    padding-top: 25px!important
}
.mk-testimonial.modern-style .testimonial-footer-note {
    text-align: center!important
}
.mk-testimonial.modern-style .testimonial-image {
    display: block;
    margin: 35px auto 25px
}
.mk-testimonial.light-skin.quote-style .testimonial-quote {
    border-color: rgba(255, 255, 255, .2);
    color: #fff;
    color: rgba(255, 255, 255, .9)
}
.mk-testimonial.light-skin.quote-style .testimonial-quote:before {
    border-top-color: rgba(255, 255, 255, .2)
}
.mk-testimonial.light-skin.quote-style .testimonial-author {
    color: #fff;
    color: rgba(255, 255, 255, .5)
}
.mk-testimonial.light-skin.quote-style .swiper-pagination-switch {
    border-color: rgba(255, 255, 255, .2)
}
.mk-testimonial.light-skin.quote-style .swiper-active-switch {
    background-color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .1)
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-testimonial {
        text-align: center
    }
    .mk-testimonial.boxed-style .testimonial-content {
        margin: 75px 0 0!important;
        padding-bottom: 30px
    }
    .mk-testimonial.boxed-style .swiper-pagination {
        padding-left: 0!important;
        left: 0!important;
        top: auto!important;
        bottom: 0!important;
        margin-bottom: 0!important;
        text-align: center!important
    }
    .mk-testimonial.boxed-style .testimonial-image {
        left: 50%!important;
        top: -85px!important;
        margin: 0 0 0 -35px!important
    }
    .mk-testimonial.boxed-style .testimonial-quote:before {
        top: -7px!important;
        margin: 0 0 0 -7px!important;
        left: 50%!important;
        border: 1px solid #eee!important;
        border-right: none!important;
        border-bottom: none!important
    }
    .mk-testimonial .testimonial-author,
    .mk-testimonial .testimonial-company {
        margin: 0!important
    }
}
.mk-fade-txt-box .swiper-slide {
    line-height: 1;
    text-align: center
}
.mk-tabs {
    margin-bottom: 20px
}
.mk-tabs .mk-tabs-tabs {
    position: relative;
    z-index: 10;
    padding: 0;
    list-style: none
}
.mk-tabs .mk-tabs-tabs li {
    margin: 0;
    position: relative;
    border-top: 0;
    border-bottom: 0
}
.mk-tabs .mk-tabs-tabs li.ui-state-active>a {
    cursor: default
}
.mk-tabs .mk-tabs-tabs li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #919191;
    display: block;
    line-height: 100%;
    font-size: 12px!important
}
.mk-tabs .mk-tabs-tabs li a i {
    font-size: 16px;
    padding-right: 5px
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-tabs .mk-tabs-tabs {
        display: none!important
    }
}
.mk-tabs .mk-tabs-panes {
    position: relative;
    z-index: 1;
    margin: 0
}
.mk-tabs .mk-tabs-panes .title-mobile {
    display: none;
    color: #444;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, .05);
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    padding: 5px 10px
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-tabs .mk-tabs-panes .title-mobile {
        display: block
    }
}
.mk-tabs .mk-tabs-panes .mk-tabs-pane .inner-box {
    padding: 30px;
    display: block
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs {
    margin: 0 0 -1px
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li {
    display: inline-block;
    border-left: 2px solid #efefef;
    white-space: nowrap
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:last-child {
    border-right: 2px solid #efefef
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li a {
    padding: 14px 20px 15px;
    margin-top: 15px
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.tab-with-icon>a {
    padding: 14px 20px 12px
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.ui-state-active a {
    position: relative;
    bottom: -2px
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-panes {
    border: 2px solid #efefef;
    border-bottom: none
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-panes .mk-tabs-pane {
    padding-bottom: 20px
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-panes .mk-tabs-pane {
        padding-bottom: 0!important
    }
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs {
    padding: 40px 0;
    margin: 0;
    width: 231px;
    display: block;
    float: left
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li {
    display: block;
    border-top: 2px solid #efefef
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li:last-child {
    border-bottom: 2px solid #efefef
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li a {
    padding: 15px 10px 15px 20px;
    margin-left: 15px;
    line-height: 18px
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li.ui-state-active a {
    position: relative;
    right: -2px
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-panes {
    margin-left: 231px;
    display: block;
    border: 2px solid #efefef;
    border-right: none
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
    padding: 0 20px 0 0;
    float: left;
    width: 100%
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-tabs.style1-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
        padding-bottom: 0!important
    }
}
.mk-tabs.style1-tabs .inner-box .mk-text-block {
    font-size: 14px;
    line-height: 26px
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs {
    margin: 0
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li {
    display: inline-block;
    border-left: 2px solid #efefef;
    border-top: 2px solid #efefef;
    white-space: nowrap
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:last-child {
    border-right: 2px solid #efefef;
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
    background-clip: padding-box;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:first-child {
    border-radius: 4px 0 0;
    -webkit-border-radius: 4px 0 0;
    background-clip: padding-box;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li a {
    background-color: #fafafa;
    padding: 20px 15px 18px;
    font-size: 12px
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li.tab-with-icon>a {
    padding: 19px 11px 16px;
    font-size: 12px
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li.ui-state-active a {
    position: relative;
    bottom: -2px
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-panes {
    border: 2px solid #efefef;
    -webkit-border-radius: 0 4px 4px;
    border-radius: 0 4px 4px;
    background-clip: padding-box;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs {
    padding: 0;
    margin: 0;
    width: 231px;
    display: block;
    float: left
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li {
    display: block;
    border-top: 2px solid #efefef;
    border-left: 2px solid #efefef
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li:last-child {
    border-bottom: 2px solid #efefef;
    -webkit-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    background-clip: padding-box;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li:first-child {
    border-radius: 4px 0 0;
    -webkit-border-radius: 4px 0 0;
    background-clip: padding-box;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li a {
    padding: 18px 10px 18px 25px;
    line-height: 18px;
    background-color: #fafafa
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li.ui-state-active a {
    position: relative;
    right: -2px
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-panes {
    margin-left: 231px;
    display: block;
    border: 2px solid #efefef;
    -webkit-border-radius: 0 4px 4px;
    border-radius: 0 4px 4px;
    background-clip: padding-box;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
    padding: 0;
    float: left;
    width: 100%
}
.mk-tabs.style3-tabs {
    text-align: center
}
.mk-tabs.style3-tabs .mk-tabs-tabs {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    border: 2px solid #e3e3e3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.mk-tabs.style3-tabs .mk-tabs-tabs li {
    display: inline-block;
    white-space: nowrap;
    height: 100%;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent
}
.mk-tabs.style3-tabs .mk-tabs-tabs li:first-child {
    border-left-width: 0
}
.mk-tabs.style3-tabs .mk-tabs-tabs li:last-child {
    border-right-width: 0
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.ui-state-active {
    border-left: 2px solid #e3e3e3;
    border-right: 2px solid #e3e3e3;
    background-color: #fafafa
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.ui-state-active:last-child {
    border-right: none;
    -webkit-border-radius: 0 9px 9px 0;
    border-radius: 0 9px 9px 0;
    background-clip: padding-box;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.ui-state-active:first-child {
    border-left: none;
    -webkit-border-radius: 9px 0 0 9px;
    border-radius: 9px 0 0 9px;
    background-clip: padding-box;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box
}
.mk-tabs.style3-tabs .mk-tabs-tabs li a {
    height: 100%;
    padding: 25px;
    font-weight: 400!important;
    color: #3f3f3f;
    font-size: 13px
}
.mk-tabs.style3-tabs .mk-tabs-tabs li a i[class*=mk-li-] {
    margin-top: -1px
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.tab-with-icon>a {
    padding: 25px 20px
}
.mk-tabs.style3-tabs .mk-tabs-panes {
    padding: 0;
    text-align: left
}
.mk-tabs.style3-tabs .mk-tabs-panes .inner-box {
    padding: 30px 0
}
.mk-tabs.style1-tabs .mk-tabs-panes .inner-box,
.mk-tabs.style2-tabs .mk-tabs-panes .inner-box,
.mk-tabs.style3-tabs .mk-tabs-panes .inner-box {
    color: #666!important;
    font-size: 14px!important;
    line-height: 26px!important
}
@media handheld,
only screen and (max-width: 650px) {
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs {
        border-right: 2px solid #efefef;
        margin-bottom: -2px
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li {
        display: block;
        float: none;
        border-bottom: 2px solid #efefef;
        border-right: none!important
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:first-child {
        border-top: 2px solid #efefef
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:last-child {
        border-bottom: none
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.ui-state-active {
        border-bottom: 2px solid #efefef
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li a {
        margin-top: 0
    }
    .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:first-child a {
        border-left: none!important
    }
    .mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs {
        width: 100%;
        float: none;
        padding: 5px 0
    }
    .mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li a {
        margin: 0 10px
    }
    .mk-tabs.style1-tabs.vertical-style .mk-tabs-panes {
        margin-left: 0;
        border: 2px solid #efefef!important
    }
    .mk-tabs.style1-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
        padding: 0 0 20px;
        float: none;
        width: 100%
    }
    .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs {
        border-right: 1px solid rgba(0, 0, 0, .1);
        margin-bottom: -2px
    }
    .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li {
        display: block;
        float: none;
        border-right: none!important
    }
    .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:first-child {
        border-top: 1px solid rgba(0, 0, 0, .1);
        border-bottom: none!important
    }
    .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:last-child {
        border-bottom: none
    }
    .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li a {
        margin-top: 0
    }
    .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:first-child a {
        border-left: none!important
    }
    .mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs {
        width: 100%;
        float: none;
        padding: 0;
        margin-left: 0;
        border-right: 1px solid rgba(0, 0, 0, .1)!important
    }
    .mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li a {
        margin: 0
    }
    .mk-tabs.style2-tabs.vertical-style .mk-tabs-panes {
        margin-left: 0;
        border: 1px solid rgba(0, 0, 0, .1)!important;
        border-top: none!important
    }
    .mk-tabs.style2-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
        padding: 0 0 20px;
        float: none;
        width: 100%
    }
}
.mk-accordion {
    margin-bottom: 20px
}
.mk-accordion.boxed-style .mk-accordion-single {
    overflow: hidden;
    background-color: #fafafa
}
.mk-accordion.boxed-style .mk-accordion-single:last-of-type .mk-accordion-tab {
    border-bottom: 2px solid #eee
}
.mk-accordion.boxed-style .mk-accordion-single.current-item .mk-accordion-tab {
    border-bottom: 2px solid #eee;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04)
}
.mk-accordion.boxed-style .mk-accordion-single.current-item .mk-accordion-tab:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}
.mk-accordion.boxed-style .mk-accordion-tab {
    position: relative;
    padding: 11px 30px 11px 22px;
    border: 2px solid #eee;
    border-bottom: none;
    background-color: #fafafa;
    color: #222;
    font-size: 13px;
    line-height: 22px;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-accordion.boxed-style .mk-accordion-tab {
        border-bottom: 2px solid #eee
    }
}
.mk-accordion.boxed-style .mk-accordion-tab i {
    margin-right: 10px;
    color: #686868;
    vertical-align: middle;
    font-size: 16px
}
.mk-accordion.boxed-style .mk-accordion-pane .inner-box {
    padding: 25px
}
.mk-accordion.simple-style .mk-accordion-tab {
    font-size: 13px;
    font-weight: 700;
    padding: 12px 0 12px 20px;
    color: #777;
    cursor: pointer;
    border-bottom: 2px solid #eee
}
.mk-accordion.simple-style .mk-accordion-tab i {
    font-size: 16px;
    color: #777;
    margin: 0 8px 0 4px
}
.mk-accordion.simple-style .mk-accordion-pane {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee
}
.mk-accordion.simple-style .mk-accordion-pane .inner-box {
    padding: 25px;
    margin: 0 20px
}
.mk-accordion.simple-style .current-item .mk-accordion-pane {
    border-top: none
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-accordion.simple-style .mk-accordion-pane {
        border-top: none;
        border-bottom: none
    }
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-accordion.boxed-style .mk-accordion-single,
    .mk-accordion.simple-style .mk-accordion-single {
        margin-bottom: 15px
    }
}
.mk-accordion.boxed-style .mk-accordion-pane,
.mk-accordion.simple-style .mk-accordion-pane {
    font-size: 14px;
    color: #666;
    position: relative;
    line-height: 26px
}
.mk-toggle {
    margin-bottom: 10px
}
.mk-toggle .mk-toggle-title {
    font-size: 13px;
    font-weight: 700;
    padding: 12px 0 12px 20px;
    color: #777;
    cursor: pointer;
    border-bottom: 2px solid rgba(0, 0, 0, .1)
}
.mk-toggle .mk-toggle-title.active-toggle {
    border-bottom: none
}
.mk-toggle .mk-toggle-title i {
    font-size: 16px;
    color: #777;
    margin: 0 8px 0 4px
}
.mk-toggle .mk-toggle-pane {
    border-top: 2px solid rgba(0, 0, 0, .1);
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    font-size: 14px;
    color: #666;
    position: relative;
    line-height: 26px;
    display: none
}
.mk-toggle .mk-toggle-pane .inner-box {
    padding: 25px;
    margin: 0 20px
}
.wpb_content_element {
    margin-bottom: 20px
}
.mk-video-player {
    padding: 12px;
    border: 2px solid #eee
}
.mk-video-player .mk-video-title {
    margin-bottom: 12px;
    font-size: 14px
}
.mk-video-player .video-container {
    margin-bottom: 0!important
}
.video-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    height: 0
}
.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.mk-flickr-feeds {
    margin-bottom: 20px
}
.mk-flickr-feeds.one-column .featured-image {
    width: 100%
}
.mk-flickr-feeds.two-column .featured-image {
    width: 49.9%
}
.mk-flickr-feeds.three-column .featured-image {
    width: 33.2%
}
.mk-flickr-feeds.four-column .featured-image {
    width: 24.9%
}
.mk-flickr-feeds.five-column .featured-image {
    width: 19.8%
}
.mk-flickr-feeds.six-column .featured-image {
    width: 16.5%
}
.mk-flickr-feeds.seven-column .featured-image {
    width: 14.1%
}
.mk-flickr-feeds.eight-column .featured-image {
    width: 12.4%
}
.mk-flickr-feeds .featured-image {
    position: relative;
    display: inline-block!important;
    margin: 0 1px 1px 0;
    float: left
}
.mk-flickr-feeds .featured-image img {
    position: relative;
    z-index: 1;
    width: 100%
}
@media handheld,
only screen and (max-width: 960px) {
    .mk-flickr-feeds.eight-column .featured-image,
    .mk-flickr-feeds.five-column .featured-image,
    .mk-flickr-feeds.four-column .featured-image,
    .mk-flickr-feeds.seven-column .featured-image,
    .mk-flickr-feeds.six-column .featured-image {
        width: 33%!important
    }
}
@media handheld,
only screen and (max-width: 600px) {
    .mk-flickr-feeds.eight-column .featured-image,
    .mk-flickr-feeds.five-column .featured-image,
    .mk-flickr-feeds.four-column .featured-image,
    .mk-flickr-feeds.seven-column .featured-image,
    .mk-flickr-feeds.six-column .featured-image {
        width: 49%!important
    }
}
.contact-captcha-invalid::-webkit-input-placeholder {
    color: red!important;
    letter-spacing: 0!important
}
.contact-captcha-invalid:-moz-placeholder {
    color: red!important;
    letter-spacing: 0!important
}
.contact-captcha-invalid::-moz-placeholder {
    color: red!important;
    letter-spacing: 0!important
}
.contact-captcha-invalid:-ms-input-placeholder {
    color: red!important;
    letter-spacing: 0!important
}
.contact-captcha-valid::-webkit-input-placeholder {
    color: #008200!important;
    letter-spacing: 0!important
}
.contact-captcha-valid:-moz-placeholder {
    color: #008200!important;
    letter-spacing: 0!important
}
.contact-captcha-valid::-moz-placeholder {
    color: #008200!important;
    letter-spacing: 0!important
}
.contact-captcha-valid:-ms-input-placeholder {
    color: #008200!important;
    letter-spacing: 0!important
}
.mk-contact-form-wrapper {
    position: relative;
    margin-bottom: 20px
}
.mk-contact-form-wrapper .captcha-image {
    max-width: 50%!important
}
.mk-contact-form-wrapper.classic-style .captcha-image {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 45px
}
.mk-contact-form-wrapper.classic-style .captcha-change-image {
    display: block;
    text-align: center;
    margin: 10px auto;
    font-size: 10px
}
.mk-contact-form-wrapper.classic-style.dark-skin .captcha-change-image {
    color: #444
}
.mk-contact-form-wrapper.classic-style.dark-skin .mk-textarea,
.mk-contact-form-wrapper.classic-style.dark-skin .text-input {
    border: 3px solid rgba(0, 0, 0, .1);
    color: #444;
    background-color: transparent!important
}
.mk-contact-form-wrapper.classic-style.dark-skin .mk-form-row i {
    border-right: 3px solid rgba(0, 0, 0, .1);
    color: #666;
    z-index: 6
}
.mk-contact-form-wrapper.classic-style.dark-skin .mk-button {
    border: 3px solid rgba(0, 0, 0, .1);
    color: #444
}
.mk-contact-form-wrapper.classic-style.dark-skin .mk-button:hover {
    background-color: #444;
    color: #fff
}
.mk-contact-form-wrapper.classic-style.dark-skin .mk-textarea::-webkit-input-placeholder,
.mk-contact-form-wrapper.classic-style.dark-skin .text-input::-webkit-input-placeholder {
    color: #919191
}
.mk-contact-form-wrapper.classic-style.dark-skin .mk-textarea:-moz-placeholder,
.mk-contact-form-wrapper.classic-style.dark-skin .text-input:-moz-placeholder {
    color: #919191
}
.mk-contact-form-wrapper.classic-style.dark-skin .mk-textarea::-moz-placeholder,
.mk-contact-form-wrapper.classic-style.dark-skin .text-input::-moz-placeholder {
    color: #919191
}
.mk-contact-form-wrapper.classic-style.dark-skin .mk-textarea:-ms-input-placeholder,
.mk-contact-form-wrapper.classic-style.dark-skin .text-input:-ms-input-placeholder {
    color: #919191
}
.mk-contact-form-wrapper.classic-style.light-skin .captcha-change-image {
    color: #fff
}
.mk-contact-form-wrapper.classic-style.light-skin .mk-textarea,
.mk-contact-form-wrapper.classic-style.light-skin .text-input {
    border: 3px solid #fff;
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}
.mk-contact-form-wrapper.classic-style.light-skin .mk-form-row i {
    border-right: 3px solid #fff;
    color: #fff;
    z-index: 6
}
.mk-contact-form-wrapper.classic-style.light-skin .mk-button {
    border: 3px solid #fff;
    color: #fff
}
.mk-contact-form-wrapper.classic-style.light-skin .mk-button:hover {
    background-color: #fff;
    color: #444
}
.mk-contact-form-wrapper.classic-style.light-skin .mk-textarea::-webkit-input-placeholder,
.mk-contact-form-wrapper.classic-style.light-skin .text-input::-webkit-input-placeholder {
    color: #fafafa
}
.mk-contact-form-wrapper.classic-style.light-skin .mk-textarea:-moz-placeholder,
.mk-contact-form-wrapper.classic-style.light-skin .text-input:-moz-placeholder {
    color: #fafafa
}
.mk-contact-form-wrapper.classic-style.light-skin .mk-textarea::-moz-placeholder,
.mk-contact-form-wrapper.classic-style.light-skin .text-input::-moz-placeholder {
    color: #fafafa
}
.mk-contact-form-wrapper.classic-style.light-skin .mk-textarea:-ms-input-placeholder,
.mk-contact-form-wrapper.classic-style.light-skin .text-input:-ms-input-placeholder {
    color: #fafafa
}
.mk-contact-form-wrapper.classic-style .mk-invalid {
    border: 3px solid red!important
}
.mk-contact-form-wrapper.modern-style .mk-button,
.mk-contact-form-wrapper.modern-style .mk-textarea,
.mk-contact-form-wrapper.modern-style .text-input {
    font-size: 15px!important
}
.mk-contact-form-wrapper.modern-style .captcha-image {
    position: absolute;
    right: 0;
    top: -20px
}
.mk-contact-form-wrapper.modern-style .captcha-change-image {
    display: block;
    text-align: center;
    margin: 10px auto;
    font-size: 10px
}
.mk-contact-form-wrapper.modern-style.dark-skin .mk-textarea,
.mk-contact-form-wrapper.modern-style.dark-skin .text-input {
    border: 0;
    color: #000;
    background-color: transparent
}
.mk-contact-form-wrapper.modern-style.dark-skin .mk-textarea::-webkit-input-placeholder,
.mk-contact-form-wrapper.modern-style.dark-skin .text-input::-webkit-input-placeholder {
    color: #000
}
.mk-contact-form-wrapper.modern-style.dark-skin .mk-textarea:-moz-placeholder,
.mk-contact-form-wrapper.modern-style.dark-skin .text-input:-moz-placeholder {
    color: #000
}
.mk-contact-form-wrapper.modern-style.dark-skin .mk-textarea::-moz-placeholder,
.mk-contact-form-wrapper.modern-style.dark-skin .text-input::-moz-placeholder {
    color: #000
}
.mk-contact-form-wrapper.modern-style.dark-skin .mk-textarea:-ms-input-placeholder,
.mk-contact-form-wrapper.modern-style.dark-skin .text-input:-ms-input-placeholder {
    color: #000
}
.mk-contact-form-wrapper.modern-style.dark-skin .text-input {
    border-bottom: 3px solid #000
}
.mk-contact-form-wrapper.modern-style.dark-skin .mk-textarea {
    border: 3px solid #000
}
.mk-contact-form-wrapper.modern-style.dark-skin .mk-button {
    border: 3px solid #000;
    color: #000
}
.mk-contact-form-wrapper.modern-style.dark-skin .mk-button:hover {
    background-color: #000;
    color: #fff
}
.mk-contact-form-wrapper.modern-style.light-skin .mk-textarea,
.mk-contact-form-wrapper.modern-style.light-skin .text-input {
    border: 0;
    color: #fff;
    background-color: transparent
}
.mk-contact-form-wrapper.modern-style.light-skin .mk-textarea::-webkit-input-placeholder,
.mk-contact-form-wrapper.modern-style.light-skin .text-input::-webkit-input-placeholder {
    color: #fff
}
.mk-contact-form-wrapper.modern-style.light-skin .mk-textarea:-moz-placeholder,
.mk-contact-form-wrapper.modern-style.light-skin .text-input:-moz-placeholder {
    color: #fff
}
.mk-contact-form-wrapper.modern-style.light-skin .mk-textarea::-moz-placeholder,
.mk-contact-form-wrapper.modern-style.light-skin .text-input::-moz-placeholder {
    color: #fff
}
.mk-contact-form-wrapper.modern-style.light-skin .mk-textarea:-ms-input-placeholder,
.mk-contact-form-wrapper.modern-style.light-skin .text-input:-ms-input-placeholder {
    color: #fff
}
.mk-contact-form-wrapper.modern-style.light-skin .text-input {
    border-bottom: 3px solid #fff
}
.mk-contact-form-wrapper.modern-style.light-skin .mk-textarea {
    border: 3px solid #fff
}
.mk-contact-form-wrapper.modern-style.light-skin .mk-button {
    border: 3px solid #fff;
    color: #fff
}
.mk-contact-form-wrapper.modern-style.light-skin .mk-button:hover {
    background-color: #fff;
    color: #000
}
.mk-contact-form-wrapper.modern-style .text-input {
    padding-left: 12px;
    border: none;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    background-color: transparent
}
.mk-contact-form-wrapper.modern-style .text-input.mk-invalid {
    border: 0!important;
    border-bottom: 3px solid red!important
}
.mk-contact-form-wrapper.modern-style .mk-textarea {
    margin-top: 28px;
    margin-bottom: 45px!important;
    border-width: 3px;
    border-style: solid;
    background-color: transparent
}
.mk-contact-form-wrapper.modern-style .mk-textarea.mk-invalid {
    border: 3px solid red!important
}
.mk-contact-form-wrapper.modern-style .mk-form-row {
    margin-bottom: 25px!important
}
.mk-contact-form-wrapper.modern-style .mk-button,
.mk-contact-form-wrapper.modern-style .mk-textarea,
.mk-contact-form-wrapper.modern-style .text-input {
    font-weight: 400!important
}
.mk-contact-form-wrapper.modern-style .mk-button {
    margin-bottom: 45px!important;
    border-width: 3px
}
.mk-contact-form-wrapper.modern-style .mk-button:hover {
    color: #fff
}
.mk-contact-form-wrapper .mk-form-row {
    margin-bottom: 10px;
    position: relative
}
.mk-contact-form-wrapper .mk-form-row i {
    float: left;
    width: 39px!important;
    height: 41px;
    line-height: 41px;
    text-align: center;
    position: absolute;
    left: 3px;
    top: 3px;
    font-size: 16px
}
.mk-contact-form-wrapper .mk-form-row i.input-focused {
    color: #fff!important;
    border-right-width: 1px;
    border-right-style: solid
}
.mk-contact-form-wrapper .mk-textarea,
.mk-contact-form-wrapper .text-input {
    font-size: 12px;
    font-weight: 400!important
}
.mk-contact-form-wrapper .text-input {
    padding: 12px 12px 12px 58px;
    width: 100%
}
.mk-contact-form-wrapper .mk-textarea {
    padding: 15px;
    width: 100%;
    height: 200px;
    margin-bottom: 12px
}
.mk-contact-form-wrapper .button-row {
    text-align: center
}
.mk-contact-form-wrapper .mk-button {
    margin: 0 auto
}
.widget .mk-contact-form-wrapper .captcha-image {
    max-width: 100%!important
}
.widget .mk-contact-form-wrapper.light-skin .mk-textarea,
.widget .mk-contact-form-wrapper.light-skin .text-input {
    border: 2px solid #eee;
    background-color: rgba(238, 238, 238, .1)
}
.widget .mk-contact-form-wrapper.light-skin .mk-form-row i {
    top: 2px;
    left: 2px;
    border-right: 2px solid #eee;
    color: #666
}
.widget .mk-contact-form-wrapper.light-skin .mk-form-row i.input-focused {
    color: #fff;
    border-right: 0
}
.widget .mk-contact-form-wrapper.light-skin .mk-button {
    border: 2px solid #eee;
    color: #444
}
.widget .mk-contact-form-wrapper.light-skin .mk-button:hover {
    background-color: #444;
    border-color: #444;
    color: #fff
}
.widget .mk-contact-form-wrapper.light-skin .mk-textarea::-webkit-input-placeholder,
.widget .mk-contact-form-wrapper.light-skin .text-input::-webkit-input-placeholder {
    color: #666
}
.widget .mk-contact-form-wrapper.light-skin .mk-textarea:-moz-placeholder,
.widget .mk-contact-form-wrapper.light-skin .text-input:-moz-placeholder {
    color: #666
}
.widget .mk-contact-form-wrapper.light-skin .mk-textarea::-moz-placeholder,
.widget .mk-contact-form-wrapper.light-skin .text-input::-moz-placeholder {
    color: #666
}
.widget .mk-contact-form-wrapper.light-skin .mk-textarea:-ms-input-placeholder,
.widget .mk-contact-form-wrapper.light-skin .text-input:-ms-input-placeholder {
    color: #666
}
.widget .mk-contact-form-wrapper.dark-skin .mk-textarea,
.widget .mk-contact-form-wrapper.dark-skin .text-input {
    border: 2px solid rgba(128, 128, 128, .5);
    background-color: rgba(128, 128, 128, .1)
}
.widget .mk-contact-form-wrapper.dark-skin .mk-form-row i {
    top: 2px;
    left: 2px;
    border-right: 2px solid rgba(128, 128, 128, .5);
    color: #666
}
.widget .mk-contact-form-wrapper.dark-skin .mk-form-row i.input-focused {
    color: #fff;
    border-right: 0
}
.widget .mk-contact-form-wrapper.dark-skin .mk-button {
    border: 2px solid rgba(128, 128, 128, .5);
    color: rgba(128, 128, 128, .5)
}
.widget .mk-contact-form-wrapper.dark-skin .mk-button:hover {
    background-color: #eee;
    border-color: #eee;
    color: #444
}
.widget .mk-contact-form-wrapper.dark-skin .mk-textarea::-webkit-input-placeholder,
.widget .mk-contact-form-wrapper.dark-skin .text-input::-webkit-input-placeholder {
    color: #666
}
.widget .mk-contact-form-wrapper.dark-skin .mk-textarea:-moz-placeholder,
.widget .mk-contact-form-wrapper.dark-skin .text-input:-moz-placeholder {
    color: #666
}
.widget .mk-contact-form-wrapper.dark-skin .mk-textarea::-moz-placeholder,
.widget .mk-contact-form-wrapper.dark-skin .text-input::-moz-placeholder {
    color: #666
}
.widget .mk-contact-form-wrapper.dark-skin .mk-textarea:-ms-input-placeholder,
.widget .mk-contact-form-wrapper.dark-skin .text-input:-ms-input-placeholder {
    color: #666
}
.mk-contact-loading {
    position: absolute;
    right: 15px;
    bottom: 20px;
    display: none;
    line-height: 1;
    color: rgba(128, 128, 128, .2);
    font-size: 16px;
    -moz-animation: spin .7s infinite linear;
    -o-animation: spin .7s infinite linear;
    -webkit-animation: spin .7s infinite linear;
    animation: spin .7s infinite linear
}
.mk-contact-success {
    position: absolute;
    right: 15px;
    bottom: 10px;
    display: none;
    color: #90b64d;
    font-size: 32px
}
.quick-button-container {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}
.quick-button-container.go-right {
    right: 25px
}
.quick-button-container.go-left {
    right: 70px
}
.quick-button-container .mk-quick-contact-link {
    display: block;
    width: 42px;
    height: 42px;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, .4);
    text-align: center;
    transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out
}
.quick-button-container .mk-quick-contact-link i {
    color: #fff;
    font-size: 24px;
    line-height: 42px
}
.quick-button-container .mk-quick-contact-link:hover {
    background-color: rgba(0, 0, 0, .6)
}
@media handheld,
only screen and (max-width: 767px) {
    .quick-button-container .mk-quick-contact-link {
        display: none
    }
}
.mk-quick-contact-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 400;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility 0s .3s;
    transition: opacity .3s, visibility 0s .3s
}
.mk-quick-contact-overlay.light-skin {
    background: #fff;
    background: rgba(255, 255, 255, .8)
}
.mk-quick-contact-overlay.light-skin .mk-quick-contact-close {
    color: #000
}
.mk-quick-contact-overlay.dark-skin {
    background: #000;
    background: rgba(0, 0, 0, .8)
}
.mk-quick-contact-overlay.dark-skin .mk-quick-contact-close {
    color: #fff
}
.mk-quick-contact-overlay .mk-quick-contact-wrapper {
    -webkit-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important
}
.mk-quick-contact-overlay .mk-quick-contact-wrapper .captcha-change-image {
    color: #969696
}
.mk-quick-contact-overlay .mk-quick-contact-inset {
    width: 800px;
    margin: 0 auto;
    opacity: .4;
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
    -webkit-transition: -webkit-transform .5s, opacity .3s;
    transition: transform .5s, opacity .3s
}
.mk-quick-contact-overlay .mk-quick-contact-close {
    position: absolute;
    top: 50px;
    right: 50px
}
.mk-quick-contact-overlay .mk-quick-contact-close i {
    line-height: 25px;
    font-size: 32px;
    display: inline-block;
    transition: transform .25s ease-in-out;
    -webkit-transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
}
.mk-quick-contact-overlay .mk-quick-contact-close:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}
.mk-quick-contact-overlay.mk-quick-contact-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}
.mk-quick-contact-overlay.mk-quick-contact-visible .mk-quick-contact-inset {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0deg);
    -ms-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg)
}
.mk-progress-button {
    position: relative;
    display: inline-block;
    text-transform: uppercase
}
.mk-progress-button i {
    border-right: none!important
}
.mk-progress-button[disabled],
.mk-progress-button[disabled].state-loading {
    cursor: default
}
.mk-progress-button .mk-progress-button-content {
    position: relative;
    display: block
}
.mk-progress-button .state-error,
.mk-progress-button .state-success {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -8px;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0
}
.mk-progress-button.medium .state-error,
.mk-progress-button.medium .state-success {
    font-size: 14px
}
.notransition {
    transition: none!important
}
.mk-progress-button .mk-progress-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 0;
    transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -webkit-transform-origin: bottom left
}
.mk-contact-form-wrapper.dark-skin .outline-button .mk-progress-inner,
.mk-contact-form-wrapper.light-skin .outline-button:hover .mk-progress-inner {
    background: rgba(0, 0, 0, .5)
}
.mk-contact-form-wrapper.dark-skin .outline-button:hover .mk-progress-inner,
.mk-contact-form-wrapper.light-skin .outline-button .mk-progress-inner {
    background: rgba(255, 255, 255, .5)
}
.mk-progress-button[data-horizontal] .mk-progress-inner {
    bottom: 0;
    width: 0;
    height: 5px;
    transition: width .3s, opacity .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 .3s, opacity .3s
}
.mk-progress-button[data-style=move-up] {
    overflow: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.mk-progress-button[data-style=move-up] .mk-progress-button-content {
    z-index: 10;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s
}
.mk-progress-button[data-style=move-up] .mk-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.mk-progress-button[data-style=move-up].state-loading .mk-progress-button-content {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}
.mk-contactinfo-shortcode {
    margin-bottom: 20px
}
.mk-social-network {
    margin: 10px 0;
    padding: 0
}
.mk-social-network.social-align-right {
    text-align: right
}
.mk-social-network.social-align-center {
    text-align: center
}
.mk-social-network.social-align-left {
    text-align: left
}
.mk-social-network ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.mk-social-network ul li {
    display: inline-block;
    margin: 0
}
.mk-social-network ul li a {
    position: relative;
    display: inline-block;
    float: left;
    margin: 4px;
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center
}
.mk-social-network ul li a.dark {
    border-color: #737373;
    color: #737373
}
.mk-social-network ul li a.dark:hover {
    color: #fff;
    background-color: #737373
}
.mk-social-network ul li a.light {
    border-color: #fff;
    color: #fff
}
.mk-social-network ul li a.light:hover {
    background-color: #fff;
    color: #000
}
.mk-social-network ul li a i {
    vertical-align: middle;
    line-height: 32px
}
.mk-social-network.circle-style a,
.mk-social-network.square-style a {
    border-style: solid;
    border-width: 3px
}
.mk-social-network.square-style a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.mk-social-network.circle-style a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.mk-social-network.simple-style a {
    border-color: transparent!important
}
.mk-social-network.simple-style a i {
    transition: color .3s ease
}
.mk-social-network.simple-style a.custom,
.mk-social-network.simple-style a:hover {
    background-color: transparent!important
}
.mk-social-network.simple-style a.dark:hover {
    color: inherit!important
}
.mk-social-network.simple-style a.light:hover {
    color: #fff!important
}
@media handheld,
only screen and (max-width: 650px) {
    .mk-social-network.social-align-left,
    .mk-social-network.social-align-right {
        text-align: center
    }
}
.mk-fancy-title.stroke-title span {
    padding: 7px 11px
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-fancy-title.stroke-title .fancy-title-span {
        border: none!important
    }
}
.mk-fancy-title.standard-title:after,
.mk-fancy-title.standard-title:before {
    display: inline-block;
    content: "";
    width: 70px;
    height: 3px;
    margin-top: -2px;
    vertical-align: middle;
    background-color: #444
}
.mk-fancy-title.standard-title .fancy-title-span {
    display: inline-block
}
.mk-fancy-title.standard-title.center-align .fancy-title-span {
    padding: 0 15px;
    border: 3px solid #444;
    border-top: none;
    border-bottom: none
}
.mk-fancy-title.standard-title.left-align:before {
    display: none
}
.mk-fancy-title.standard-title.left-align .fancy-title-span {
    padding-right: 15px;
    border-right: 3px solid #444
}
.mk-fancy-title.standard-title.right-align:after {
    display: none
}
.mk-fancy-title.standard-title.right-align .fancy-title-span {
    padding-left: 15px;
    border-left: 3px solid #444
}
.mk-fancy-title.avantgarde-title:after,
.mk-fancy-title.avantgarde-title:before {
    display: inline-block;
    content: "";
    width: 70px;
    height: 3px;
    margin-top: -2px;
    vertical-align: middle;
    background-color: #444
}
.mk-fancy-title.avantgarde-title .fancy-title-span {
    display: inline-block
}
.mk-fancy-title.avantgarde-title.center-align .fancy-title-span {
    padding: 0 15px
}
.mk-fancy-title.avantgarde-title.left-align:before {
    display: none
}
.mk-fancy-title.avantgarde-title.left-align .fancy-title-span {
    padding-right: 15px
}
.mk-fancy-title.avantgarde-title.right-align:after {
    display: none
}
.mk-fancy-title.avantgarde-title.right-align .fancy-title-span {
    padding-left: 15px
}
.mk-fancy-title.alt-title {
    position: relative
}
.mk-fancy-title.alt-title .fancy-title-span {
    display: inline-block;
    position: relative;
    z-index: 3
}
.mk-fancy-title.alt-title:after {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    margin-top: -1px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1
}
.mk-fancy-title.alt-title.center-align .fancy-title-span {
    padding: 0 10px
}
.mk-fancy-title.alt-title.left-align .fancy-title-span {
    padding-right: 10px
}
.mk-fancy-title.alt-title.right-align .fancy-title-span {
    padding-left: 10px
}
.mk-fancy-title.underline-title span {
    display: inline-block
}
.mk-fancy-title.underline-title span:after {
    content: '';
    display: block;
    width: 100%
}
.mk-fancy-title p {
    margin-bottom: 0!important
}
@media handheld,
only screen and (max-width: 960px) {
    .vc_span3 .mk-fancy-title,
    .vc_span4 .mk-fancy-title,
    .vc_span6 .mk-fancy-title,
    .vc_span8 .mk-fancy-title {
        text-align: center!important
    }
    .vc_span3 .mk-fancy-title .fancy-title-span,
    .vc_span4 .mk-fancy-title .fancy-title-span,
    .vc_span6 .mk-fancy-title .fancy-title-span,
    .vc_span8 .mk-fancy-title .fancy-title-span {
        border: none!important;
        padding: 0!important
    }
    .vc_span3 .mk-fancy-title:after,
    .vc_span3 .mk-fancy-title:before,
    .vc_span4 .mk-fancy-title:after,
    .vc_span4 .mk-fancy-title:before,
    .vc_span6 .mk-fancy-title:after,
    .vc_span6 .mk-fancy-title:before,
    .vc_span8 .mk-fancy-title:after,
    .vc_span8 .mk-fancy-title:before {
        display: none!important
    }
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-fancy-title .fancy-title-span {
        border: none!important;
        padding: 0!important
    }
    .mk-fancy-title:after,
    .mk-fancy-title:before {
        display: none!important
    }
    .fancy-title-responsive-title {
        font-size: 36px!important
    }
}
.mk-fancy-text {
    display: block;
    line-height: 100%
}
.mk-fancy-text.title-box-right {
    float: right;
    text-align: right
}
.mk-fancy-text.title-box-left {
    float: left
}
.mk-fancy-text.title-box-justify {
    text-align: justify
}
.mk-fancy-text.title-box-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center
}
.mk-fancy-text p {
    margin: 0
}
.mk-fancy-text span {
    padding: 4px 0;
    box-decoration-break: clone
}
.mk-font-icons {
    display: inline-block
}
.mk-font-icons.icon-align-right {
    float: right
}
.mk-font-icons.icon-align-center {
    display: block;
    text-align: center
}
.mk-font-icons.icon-align-left {
    float: left
}
.mk-font-icons a:hover .default-font-icon {
    color: #fff!important
}
.mk-font-icons .default-font-icon {
    border: 3px solid #777
}
.mk-font-icons .filled-font-icon {
    color: #fff
}
.mk-font-icons .custom-font-icon {
    border-width: 3px;
    border-style: solid
}
.mk-font-icons i {
    display: inline-block;
    text-align: center;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    -webkit-border-radius: 600px;
    -moz-border-radius: 600px;
    border-radius: 600px
}
.mk-font-icons i.mk-size-small {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px
}
.mk-font-icons i.mk-size-medium {
    width: 100px;
    height: 100px;
    font-size: 32px;
    line-height: 100px
}
.mk-font-icons i.mk-size-large {
    width: 150px;
    height: 150px;
    font-size: 48px;
    line-height: 150px
}
.mk-font-icons i.mk-size-x-large {
    width: 186px;
    height: 186px;
    font-size: 64px;
    line-height: 186px
}
.mk-font-icons i.mk-size-xx-large {
    width: 296px;
    height: 296px;
    font-size: 128px;
    line-height: 296px
}
.mk-font-icons i.mk-size-xxx-large {
    width: 520px;
    height: 520px;
    font-size: 256px;
    line-height: 520px
}
@media handheld,
only screen and (max-width: 600px) {
    .mk-font-icons i.mk-size-xxx-large {
        width: 296px;
        height: 296px;
        font-size: 128px;
        line-height: 296px
    }
}
.mk-font-icons.remove-frame i {
    width: auto!important;
    height: auto!important;
    border: none!important;
    background-color: transparent!important;
    line-height: 100%!important
}
.mk-box-text {
    text-align: center;
    padding: 20px 0;
    display: block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}
.mk-box-text i {
    line-height: 100%;
    display: block
}
.mk-box-text.large i {
    margin-bottom: 30px
}
.mk-box-text.medium i {
    margin-bottom: 20px
}
.mk-box-text.small i {
    margin-bottom: 10px
}
.mk-box-text .icon-txt-default {
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    position: relative;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}
.mk-box-text .icon-txt-hover {
    opacity: 0;
    text-transform: uppercase;
    position: relative;
    display: block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}
.mk-box-text.light-skin .icon-txt-default,
.mk-box-text.light-skin .icon-txt-hover,
.mk-box-text.light-skin i {
    color: #fff
}
.mk-box-text.dark-skin .icon-txt-default,
.mk-box-text.dark-skin .icon-txt-hover,
.mk-box-text.dark-skin i {
    color: #444
}
.mk-box-text:hover {
    padding: 10px 0 55px
}
.mk-box-text:hover .icon-txt-default {
    opacity: 0
}
.mk-box-text:hover .icon-txt-hover {
    opacity: 1;
    margin-top: -25px
}
.mk-clients-shortcode {
    position: relative
}
.mk-clients-shortcode ul:after,
.mk-clients-shortcode ul:before {
    content: " ";
    display: table
}
.mk-clients-shortcode ul:after {
    clear: both
}
.mk-clients-shortcode li,
.mk-clients-shortcode ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.mk-clients-shortcode.grid-style .client-item-wrapper {
    border: none!important;
    margin: 0 1px 1px
}
@media handheld,
only screen and (max-width: 500px) {
    .mk-clients-shortcode.grid-style .client-item {
        float: none!important;
        margin: 0 auto!important;
        text-align: center
    }
}
.mk-clients-shortcode .client-item {
    float: left;
    position: relative
}
.mk-clients-shortcode .client-item:hover .clients-info {
    opacity: 1
}
.mk-clients-shortcode .client-item:last-of-type .client-item-wrapper {
    border-right-width: 5px
}
.mk-clients-shortcode .client-item-wrapper {
    border-style: solid;
    border-right-width: 0;
    line-height: 4px;
    position: relative;
    z-index: 5
}
.mk-clients-shortcode.column-style.one-column li {
    width: 100%
}
.mk-clients-shortcode.column-style.two-column li {
    width: 50%
}
.mk-clients-shortcode.column-style.three-column li {
    width: 33.33%
}
.mk-clients-shortcode.column-style.four-column li {
    width: 25%
}
.mk-clients-shortcode.column-style.five-column li {
    width: 20%
}
.mk-clients-shortcode.column-style.six-column li {
    width: 16.66%
}
@media handheld,
only screen and (max-width: 960px) {
    .mk-clients-shortcode.column-style.five-column li,
    .mk-clients-shortcode.column-style.four-column li,
    .mk-clients-shortcode.column-style.six-column li,
    .mk-clients-shortcode.column-style.three-column li {
        width: 33.2%!important
    }
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-clients-shortcode.column-style.five-column li,
    .mk-clients-shortcode.column-style.four-column li,
    .mk-clients-shortcode.column-style.six-column li,
    .mk-clients-shortcode.column-style.three-column li {
        width: 49.8%!important
    }
}
@media handheld,
only screen and (max-width: 550px) {
    .mk-clients-shortcode.column-style.five-column li,
    .mk-clients-shortcode.column-style.four-column li,
    .mk-clients-shortcode.column-style.six-column li,
    .mk-clients-shortcode.column-style.three-column li,
    .mk-clients-shortcode.column-style.two-column li {
        width: 100%!important
    }
}
.mk-clients-shortcode.column-style .client-logo {
    width: 100%
}
.mk-clients-shortcode.column-style .client-item .client-item-wrapper {
    border-top: none!important;
    border-left: none!important
}
.mk-clients-shortcode .client-logo {
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat
}
.mk-clients-shortcode.bg-cover-true .client-logo {
    background-size: cover;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover
}
.mk-clients-shortcode .clients-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1%;
    height: 100%;
    line-height: 20px;
    z-index: 14;
    display: table;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    background-color: #222!important
}
.mk-clients-shortcode .clients-info-holder {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle
}
.mk-clients-shortcode .client-company {
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    padding: 0 5%
}
.mk-box-icon {
    position: relative;
    margin-bottom: 40px
}
.mk-box-icon .icon-box-title {
    margin-bottom: 14px;
    font-size: 16px!important;
    font-weight: 400!important;
    color: #696969
}
.mk-box-icon .icon-box-desc {
    margin-bottom: 18px;
    font-size: 14px!important;
    line-height: 26px!important
}
.mk-box-icon .icon-box-desc p {
    margin: 0;
    color: inherit
}
.mk-box-icon .mk-button {
    margin: 0
}
.mk-box-icon .box-ico,
.mk-box-icon .icon-box-container {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    vertical-align: middle
}
.mk-box-icon .box-image {
    display: block;
    margin: 0 auto
}
.mk-box-icon.style1-box {
    text-align: center
}
.mk-box-icon.style1-box .box-ico {
    font-size: 32px;
    margin-bottom: 13px;
    display: block
}
.mk-box-icon.style1-box .icon-box-title {
    text-align: center
}
.mk-box-icon.style1-box .box-image {
    margin-bottom: 15px
}
.mk-box-icon.style1-box .icon-box-title {
    font-size: 16px!important;
    font-weight: 600
}
.mk-box-icon.style2-box {
    text-align: left
}
.mk-box-icon.style2-box .icon-box-title {
    margin-bottom: 10px!important
}
.mk-box-icon.style2-box.icon-left-align .icon-box-container {
    left: 0
}
.mk-box-icon.style2-box.icon-left-align .icon-box-content {
    margin-left: 45px
}
.mk-box-icon.style2-box.icon-left-align .icon-box-title {
    text-align: left
}
.mk-box-icon.style2-box.icon-left-align.type-image .icon-box-content {
    margin-left: 100px
}
.mk-box-icon.style2-box.icon-right-align {
    text-align: right
}
.mk-box-icon.style2-box.icon-right-align .icon-box-container {
    right: 0
}
.mk-box-icon.style2-box.icon-right-align .icon-box-content {
    margin-right: 45px
}
.mk-box-icon.style2-box.icon-right-align .icon-box-title {
    text-align: right
}
.mk-box-icon.style2-box.icon-right-align.type-image .icon-box-content {
    margin-right: 100px
}
.mk-box-icon.style2-box .icon-box-container {
    position: absolute;
    top: 2px
}
.mk-box-icon.style2-box .box-ico {
    font-size: 32px;
    display: block
}
.mk-box-icon.style2-box .icon-box-title {
    color: #696969;
    padding-top: 5px
}
.mk-box-icon.style3-box,
.mk-box-icon.style4-box,
.mk-box-icon.style5-box,
.mk-box-icon.style6-box {
    text-align: center
}
.mk-box-icon.style3-box .icon-box-container,
.mk-box-icon.style4-box .icon-box-container,
.mk-box-icon.style5-box .icon-box-container,
.mk-box-icon.style6-box .icon-box-container {
    width: 86px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}
.mk-box-icon.style3-box.icon-round-true .icon-box-container,
.mk-box-icon.style4-box.icon-round-true .icon-box-container,
.mk-box-icon.style5-box.icon-round-true .icon-box-container,
.mk-box-icon.style6-box.icon-round-true .icon-box-container {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px
}
.mk-box-icon.style3-box .box-ico,
.mk-box-icon.style4-box .box-ico,
.mk-box-icon.style5-box .box-ico,
.mk-box-icon.style6-box .box-ico {
    font-size: 32px;
    line-height: 82px
}
.mk-box-icon.style3-box .box-image,
.mk-box-icon.style4-box .box-image,
.mk-box-icon.style5-box .box-image,
.mk-box-icon.style6-box .box-image {
    margin-bottom: 20px
}
.mk-box-icon.style3-box .icon-box-container,
.mk-box-icon.style4-box .icon-box-container {
    margin-bottom: 15px
}
.mk-box-icon.style3-box .icon-box-container,
.mk-box-icon.style5-box .icon-box-container {
    background-color: #fff;
    border: 2px solid #eee
}
.mk-box-icon.style4-box .box-ico,
.mk-box-icon.style6-box .box-ico {
    color: #fff
}
.mk-box-icon.style4-box .icon-box-container,
.mk-box-icon.style6-box .icon-box-container {
    border: 2px solid #eee
}
.mk-box-icon.style5-box .icon-box-container,
.mk-box-icon.style6-box .icon-box-container {
    margin-bottom: -43px;
    z-index: 10;
    position: relative
}
.mk-box-icon.style5-box .icon-box-content,
.mk-box-icon.style6-box .icon-box-content {
    background-color: #fff;
    border: 2px solid #eee;
    padding: 60px 42px 40px;
    position: relative;
    z-index: 2
}
.mk-box-icon.style7-box {
    text-align: left
}
.mk-box-icon.style7-box .icon-box-container {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}
.mk-box-icon.style7-box .icon-box-container.icon-type-holder {
    width: 130px;
    height: 130px;
    line-height: 130px
}
.mk-box-icon.style7-box.icon-round-true .icon-box-container.icon-type-holder {
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px
}
.mk-box-icon.style7-box .box-ico {
    font-size: 64px;
    line-height: 130px;
    color: #fff;
    display: block
}
.mk-box-icon.style7-box.icon-frame-false .box-ico {
    font-size: 128px;
    vertical-align: top
}
.mk-box-icon.style7-box .icon-box-title {
    margin-bottom: 10px!important
}
@media handheld,
only screen and (max-width: 600px) {
    .mk-box-icon.style7-box .icon-box-title {
        text-align: center!important
    }
}
.mk-box-icon.style7-box.icon-left-align .icon-box-container {
    left: 0
}
.mk-box-icon.style7-box.icon-left-align .icon-box-content {
    margin-left: 150px
}
.mk-box-icon.style7-box.icon-left-align.icon-frame-false .icon-box-content {
    margin-left: 140px;
    padding-top: 10px
}
.mk-box-icon.style7-box.icon-left-align .icon-box-title {
    text-align: left
}
.mk-box-icon.style7-box.icon-left-align .icon-box-container {
    position: absolute;
    top: 3px
}
.mk-box-icon.style7-box.icon-right-align {
    text-align: right
}
.mk-box-icon.style7-box.icon-right-align .icon-box-container {
    right: 0
}
.mk-box-icon.style7-box.icon-right-align .icon-box-content {
    margin-right: 150px
}
.mk-box-icon.style7-box.icon-right-align.icon-frame-false .icon-box-content {
    margin-right: 140px;
    padding-top: 10px
}
.mk-box-icon.style7-box.icon-right-align .icon-box-container {
    position: absolute;
    top: 3px
}
.mk-box-icon.style7-box.icon-top-align {
    text-align: center
}
.mk-box-icon.style7-box.icon-top-align .icon-box-container {
    margin-bottom: 10px
}
.mk-box-icon.style7-box.icon-top-align .icon-box-title {
    text-align: center
}
.mk-box-icon.style7-box.size-small .box-ico {
    font-size: 32px;
    line-height: 62px
}
.mk-box-icon.style7-box.size-small.icon-frame-false .box-ico {
    font-size: 48px;
    vertical-align: top
}
.mk-box-icon.style7-box.size-small .icon-box-container.icon-type-holder {
    width: 60px;
    height: 60px;
    line-height: 60px
}
.mk-box-icon.style7-box.size-small.icon-left-align .icon-box-content {
    margin-left: 75px
}
.mk-box-icon.style7-box.size-small.icon-left-align.icon-frame-false .icon-box-content {
    margin-left: 75px;
    padding-top: 10px
}
.mk-box-icon.style7-box.size-small.icon-right-align .icon-box-content {
    margin-right: 75px
}
.mk-box-icon.style7-box.size-small.icon-right-align.icon-frame-false .icon-box-content {
    margin-right: 75px;
    padding-top: 10px
}
.mk-box-icon.style7-box.size-medium .box-ico {
    font-size: 48px;
    line-height: 92px
}
.mk-box-icon.style7-box.size-medium.icon-frame-false .box-ico {
    font-size: 64px;
    vertical-align: top
}
.mk-box-icon.style7-box.size-medium .icon-box-container.icon-type-holder {
    width: 90px;
    height: 90px;
    line-height: 90px
}
.mk-box-icon.style7-box.size-medium.icon-left-align .icon-box-content {
    margin-left: 105px
}
.mk-box-icon.style7-box.size-medium.icon-left-align.icon-frame-false .icon-box-content {
    margin-left: 105px;
    padding-top: 10px
}
.mk-box-icon.style7-box.size-medium.icon-right-align .icon-box-content {
    margin-right: 105px
}
.mk-box-icon.style7-box.size-medium.icon-right-align.icon-frame-false .icon-box-content {
    margin-right: 105px;
    padding-top: 10px
}
.mk-box-icon.style7-box .icon-box-title {
    color: #696969;
    padding-top: 5px
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-box-icon.style7-box .icon-box-container {
        position: relative!important;
        margin-bottom: 10px
    }
    .mk-box-icon.style7-box .icon-box-content {
        padding: 0!important;
        margin: 0!important;
        text-align: center!important
    }
}
.mk-call-to-action {
    overflow: hidden;
    padding: 60px 45px;
    border: 2px solid #eee;
    background-color: #fafafa
}
.mk-call-to-action p {
    display: inline;
    margin-bottom: 0
}
.mk-call-to-action .callout-desc {
    display: table;
    min-height: 43px
}
.mk-call-to-action .callout-desc-holder {
    display: table-cell;
    padding: 0 20px 0 8px;
    vertical-align: middle
}
.mk-call-to-action .callout-desc-holder h4 {
    margin-bottom: 0
}
.mk-call-to-action .callout-title {
    font-size: 20px;
    line-height: 130%
}
.mk-call-to-action .mk-button {
    margin-right: 0
}
@media handheld,
only screen and (max-width: 700px) {
    .mk-call-to-action .callout-desc {
        display: block!important;
        text-align: center
    }
    .mk-call-to-action .callout-desc-holder {
        display: block!important;
        padding: 0!important
    }
    .mk-call-to-action .mk-button {
        display: block!important;
        margin: 0 0 20px!important
    }
}
.mk-fullwidth-slideshow {
    padding: 30px 0;
    width: 100%;
    text-align: center
}
.mk-gallery {
    margin: 0 auto
}
.mk-gallery ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.mk-gallery ul li {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0
}
.mk-gallery .featured-image {
    line-height: 4px
}
.mk-gallery.one-column li {
    width: 100%
}
.mk-gallery.two-column li {
    width: 50%
}
.mk-gallery.three-column li {
    width: 33.3%
}
.mk-gallery.four-column li {
    width: 25%
}
.mk-gallery.five-column li {
    width: 20%
}
.mk-gallery.six-column li {
    width: 16.6%
}
@media handheld,
only screen and (max-width: 960px) {
    .mk-gallery.five-column li,
    .mk-gallery.four-column li,
    .mk-gallery.six-column li,
    .mk-gallery.three-column li {
        width: 33.2%!important
    }
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-gallery.five-column li,
    .mk-gallery.four-column li,
    .mk-gallery.six-column li,
    .mk-gallery.three-column li {
        width: 49.8%!important
    }
}
@media handheld,
only screen and (max-width: 550px) {
    .mk-gallery.five-column li,
    .mk-gallery.four-column li,
    .mk-gallery.six-column li,
    .mk-gallery.three-column li,
    .mk-gallery.two-column li {
        width: 100%!important
    }
}
.mk-gallery.grid-style .item-holder {
    margin: 0 1px 1px 0;
    position: relative
}
.mk-gallery.grid-style .item-holder img {
    width: 100%
}
.mk-gallery.grid-style .mk-lightbox {
    min-width: 100px;
    min-height: 100px
}
.mk-gallery.grid-style .the-title {
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase
}
.mk-gallery.thumb-style {
    text-align: center
}
.mk-gallery.thumb-style .gallery-thumb-large {
    margin-bottom: 1px
}
.mk-gallery.thumb-style:hover .gallery-thumb-lightbox,
.mk-gallery.thumb-style:hover .slideshow-swiper-arrows {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-gallery.thumb-style:hover .mk-swiper-next {
    right: 20px
}
.mk-gallery.thumb-style:hover .mk-swiper-prev {
    left: 20px
}
.mk-gallery.thumb-style .gallery-thumb-lightbox {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 16px;
    line-height: 30px;
    margin: -16px 0 0 -16px;
    z-index: 10;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    display: block;
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: rgba(0, 0, 0, .05);
    border: 2px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.mk-gallery .gallery-thumbs-small {
    display: inline-block;
    margin: 0 auto
}
.mk-gallery .gallery-thumbs-small a {
    display: inline-block;
    padding-right: 1px;
    padding-bottom: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.mk-gallery .gallery-thumbs-small a img {
    opacity: .7;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-gallery .gallery-thumbs-small a.active-item img {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-gallery.masonry-style .mk-gallery-item {
    width: 24.95%
}
.mk-gallery.masonry-style .gallery-mansory-large {
    width: 49.95%
}
.mk-gallery.masonry-style .mk-lightbox {
    min-width: 100px;
    min-height: 100px
}
.mk-gallery.masonry-style .the-title {
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    text-transform: uppercase
}
@media handheld,
only screen and (max-width: 1140px) {
    .mk-gallery.masonry-style .mk-gallery-item {
        width: 24.9%
    }
    .mk-gallery.masonry-style .gallery-mansory-large {
        width: 49.9%
    }
}
@media handheld,
only screen and (max-width: 960px) {
    .mk-gallery.masonry-style .gallery-mansory-large,
    .mk-gallery.masonry-style .mk-gallery-item {
        width: 49.9%
    }
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-gallery.masonry-style .gallery-mansory-large,
    .mk-gallery.masonry-style .mk-gallery-item {
        width: 100%
    }
}
.mk-gallery.grid-style .featured-image.overlay-hover .hover-overlay,
.mk-gallery.masonry-style .featured-image.overlay-hover .hover-overlay {
    background-color: rgba(0, 0, 0, .6)!important
}
.mk-gallery.grid-style .featured-image.overlay-hover img,
.mk-gallery.masonry-style .featured-image.overlay-hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out
}
.mk-gallery.grid-style .featured-image.overlay-hover i,
.mk-gallery.masonry-style .featured-image.overlay-hover i {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, -webkit-transform .25s ease-in-out, visibility .25s, background-color .25s, color .25s;
    transition: opacity .25s, transform .25s ease-in-out, visibility .25s, background-color .25s, color .25s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}
.mk-gallery.grid-style .featured-image.overlay-hover i:hover,
.mk-gallery.masonry-style .featured-image.overlay-hover i:hover {
    background-color: #fff;
    color: #000
}
.mk-gallery.grid-style .featured-image.overlay-hover .the-title,
.mk-gallery.masonry-style .featured-image.overlay-hover .the-title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, -webkit-transform .25s ease-in-out, visibility .25s;
    transition: opacity .25s, transform .25s ease-in-out, visibility .25s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}
.mk-gallery.grid-style .featured-image.overlay-hover:hover img,
.mk-gallery.masonry-style .featured-image.overlay-hover:hover img {
    -webkit-transform: translate3d(0, -2.5%, 0) scale(1.05);
    transform: translate3d(0, -2.5%, 0) scale(1.05)
}
.mk-gallery.grid-style .featured-image.overlay-hover:hover .the-title,
.mk-gallery.grid-style .featured-image.overlay-hover:hover i,
.mk-gallery.masonry-style .featured-image.overlay-hover:hover .the-title,
.mk-gallery.masonry-style .featured-image.overlay-hover:hover i {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mk-gallery.grid-style .featured-image.gradient-hover .hover-overlay,
.mk-gallery.masonry-style .featured-image.gradient-hover .hover-overlay {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%)!important;
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%)!important;
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%)!important;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
}
.mk-gallery.grid-style .featured-image.gradient-hover img,
.mk-gallery.masonry-style .featured-image.gradient-hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out
}
.mk-gallery.grid-style .featured-image.gradient-hover .the-title,
.mk-gallery.grid-style .featured-image.gradient-hover i,
.mk-gallery.masonry-style .featured-image.gradient-hover .the-title,
.mk-gallery.masonry-style .featured-image.gradient-hover i {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, -webkit-transform .25s ease-in-out, visibility .25s, background-color .25s, color .25s;
    transition: opacity .25s, transform .25s ease-in-out, visibility .25s, background-color .25s, color .25s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}
.mk-gallery.grid-style .featured-image.gradient-hover i:hover,
.mk-gallery.masonry-style .featured-image.gradient-hover i:hover {
    background-color: #fff;
    color: #000
}
.mk-gallery.grid-style .featured-image.gradient-hover:hover .hover-overlay,
.mk-gallery.masonry-style .featured-image.gradient-hover:hover .hover-overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mk-gallery.grid-style .featured-image.gradient-hover:hover img,
.mk-gallery.masonry-style .featured-image.gradient-hover:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.mk-gallery.grid-style .featured-image.gradient-hover:hover .the-title,
.mk-gallery.grid-style .featured-image.gradient-hover:hover i,
.mk-gallery.masonry-style .featured-image.gradient-hover:hover .the-title,
.mk-gallery.masonry-style .featured-image.gradient-hover:hover i {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.mk-gallery.grid-style .gallery-meta,
.mk-gallery.masonry-style .gallery-meta {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 10;
    text-align: center;
    min-width: 32px
}
.mk-gallery.grid-style .gallery-meta i,
.mk-gallery.masonry-style .gallery-meta i {
    font-size: 16px;
    width: 27px;
    height: 27px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    border: 3px solid #fff;
    display: inline-block;
    margin: 0 auto;
    -webkit-backface-visibility: hidden
}
.mk-gallery.grid-style .gallery-meta i:before,
.mk-gallery.masonry-style .gallery-meta i:before {
    height: 27px;
    line-height: 27px
}
.wpb_map_wraper {
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 4px
}
.wpb_map_wraper.circle-map {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px
}
.mk-gmaps-parallax {
    overflow: hidden
}
.mk-gmaps-parallax>div {
    margin-top: -100px
}
.mk-page-section {
    position: relative;
    overflow: hidden;
    min-height: 100px
}
.mk-page-section .vc_row-fluid {
    position: relative;
    z-index: 10
}
@media only screen and (max-width: 767px) {
    .mk-page-section {
        background-position: center!important;
        background-attachment: scroll!important;
        background-size: cover
    }
}
.mk-page-section .page-section-fullwidth {
    margin-left: -15px;
    margin-right: -15px
}
.mk-half-layout {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover
}
.mk-half-layout.half_left_layout {
    left: 0
}
.mk-half-layout.half_right_layout {
    right: 0
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-half-layout {
        width: 100%;
        height: 500px
    }
}
.mk-section-color-mask,
.mk-section-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out
}
.mk-section-color-mask {
    opacity: .7;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-section-mask {
    background: url(../../images/video-mask.png) center center
}
.mk-section-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%
}
.mk-section-video video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%
}
.mk-custom-boxed {
    margin-bottom: 20px
}
.mk-custom-boxed.drop-outer-shadow {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .05)
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-custom-boxed {
        padding-left: 25px!important;
        padding-right: 25px!important
    }
}
.mk-mouse-parallax {
    position: absolute;
    top: 0;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}
.parallax-y-axis {
    width: 100%;
    height: 130%
}
.parallax-x-axis {
    width: 130%;
    height: 100%
}
.parallax-both-axis {
    width: 130%;
    height: 130%
}
.mk-half-layout-container,
.mk-padding-wrapper {
    position: relative;
    z-index: 5;
    padding-left: 20px;
    padding-right: 20px
}
.mk-half-layout-container {
    width: 40%;
    margin: 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.mk-half-layout-container.half_left_layout {
    float: right
}
.mk-half-layout-container.half_right_layout {
    float: left
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-half-layout-container {
        width: auto!important;
        margin: 0;
        padding-top: 530px!important;
        padding-left: 20px;
        padding-right: 20px;
        float: none!important
    }
}
.fullwidth-true .mk-padding-wrapper {
    padding-left: 0;
    padding-right: 0
}
.expandable-section-trigger {
    width: 100%;
    min-height: 100px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}
.expandable-section-trigger .align-left {
    text-align: left
}
.expandable-section-trigger .align-center {
    text-align: center
}
.expandable-section-trigger .align-right {
    text-align: right
}
.expandable-section-trigger .mk-grid {
    position: relative;
    text-align: center
}
.expandable-section-trigger.active-toggle {
    background-color: transparent
}
.expandable-section-trigger .mk-expandable-wrapper {
    display: inline-block;
    margin: 25px auto;
    width: 100%
}
.expandable-section-trigger span {
    position: relative;
    font-size: 16px;
    display: block;
    line-height: 130%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    text-transform: uppercase;
    z-index: 2
}
.expandable-section-trigger .expandable-section-image,
.expandable-section-trigger i {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    opacity: 0;
    display: inline-block;
    z-index: 1;
    top: 50%;
    position: absolute;
    left: 50%
}
.expandable-section-trigger .expandable-section-image {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}
.mk-expandable-wrapper {
    position: relative;
    z-index: 5
}
.section-expandable-true {
    cursor: pointer
}
.section-expandable-true .mk-padding-wrapper {
    display: none
}
.section-expandable-true.active-toggle {
    cursor: default
}
.section-expandable-true.active-toggle .expandable-section-trigger,
.section-expandable-true:hover .mk-expandable-wrapper span {
    opacity: 0
}
.section-expandable-true:hover .mk-expandable-wrapper .expandable-section-image,
.section-expandable-true:hover .mk-expandable-wrapper i {
    opacity: 1
}
.mk-video-section-touch {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
@media only screen and (min-device-width: 320px) and (max-width: 1024px) {
    .mk-page-section {
        background-position: center!important;
        background-attachment: scroll!important
    }
    .mk-section-video {
        display: none!important
    }
    .mk-video-section-touch {
        display: block!important
    }
}
.mk-tweet-shortcode {
    margin: 0
}
.mk-tweet-shortcode li {
    list-style: none;
    margin: 0;
    padding: 14px 0;
    border-bottom: 2px solid rgba(0, 0, 0, .08)
}
.mk-tweet-shortcode li .tweet-time {
    display: block;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase
}
.mk-tweet-shortcode li span a {
    font-size: 12px;
    font-weight: 700;
    font-style: italic
}
.mk-twitter-shortcode {
    margin-bottom: 20px
}
.mk-audio {
    margin-bottom: 10px;
    padding: 9px;
    position: relative
}
.mk-audio.add-baloon .jp-interface:before {
    position: absolute;
    top: -8px;
    left: 50px;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background-color: #fff;
    border-left: 2px solid #eee;
    border-top: 2px solid #eee
}
.mk-audio .mk-audio-author {
    display: block;
    margin: 0 0 9px 30px;
    font-weight: 700;
    font-size: 13px;
    padding: 6px 0
}
.mk-audio.small-version-true .jp-interface {
    padding: 20px 20px 55px
}
.mk-audio.small-version-true .jp-controls {
    top: 62px;
    left: 20px
}
.mk-audio.small-version-true .js-volume-wrapper {
    top: 62px;
    right: 20px
}
.mk-moving-image img {
    display: inline-block!important;
    width: auto!important
}
.mk-moving-image.align-center {
    text-align: center
}
.mk-moving-image.align-center img {
    margin: 0 auto
}
.mk-moving-image.align-right {
    text-align: right
}
.mk-moving-image.align-left {
    text-align: left
}
.mk-process-steps {
    position: relative
}
.mk-process-steps .step-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px
}
.mk-process-steps .step-desc {
    font-size: 13px;
    font-weight: 600
}
.mk-process-steps .step-icon {
    width: 95px;
    height: 95px;
    display: block;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    font-size: 32px;
    text-align: center;
    line-height: 95px;
    -webkit-backface-visibility: hidden;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    position: relative;
    z-index: 10
}
.mk-process-steps .step-icon i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 95px;
    text-align: center;
    width: 95px;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    color: #fff;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out
}
.mk-process-steps.dark-skin .step-title {
    color: #444!important
}
.mk-process-steps.dark-skin .step-desc {
    color: #939393
}
.mk-process-steps.dark-skin .step-icon {
    background-color: #fff;
    border: 2px solid #666
}
.mk-process-steps.dark-skin .active-step-item .step-icon,
.mk-process-steps.dark-skin .mk-step:hover .step-icon,
.mk-process-steps.dark-skin li:hover .step-icon {
    color: #fff
}
.mk-process-steps.dark-skin.vertical .step-items:before {
    border-left: 2px solid #666
}
.mk-process-steps.dark-skin.vertical .mk-step:nth-child(odd) .step-holder:before {
    border-left: 2px solid #666;
    border-bottom: 2px solid #666
}
.mk-process-steps.dark-skin.vertical .mk-step:nth-child(even) .step-holder:before {
    border-right: 2px solid #666;
    border-top: 2px solid #666
}
.mk-process-steps.dark-skin.vertical .step-holder {
    background: #fff;
    border: 2px solid #666
}
.mk-process-steps.dark-skin.vertical .step-holder:before {
    background-color: #fff
}
.mk-process-steps.light-skin .step-title {
    color: #fff!important
}
.mk-process-steps.light-skin .step-desc {
    color: #eee
}
.mk-process-steps.light-skin .step-icon {
    border: 2px solid #eee;
    color: #eee
}
.mk-process-steps.light-skin .active-step-item .step-icon,
.mk-process-steps.light-skin .mk-step:hover .step-icon,
.mk-process-steps.light-skin li:hover .step-icon {
    background-color: #fff
}
.mk-process-steps.light-skin.vertical .step-items:before {
    border-left: 2px solid #eee
}
.mk-process-steps.light-skin.vertical .mk-step:nth-child(odd) .step-holder:before {
    border-left: 2px solid #eee;
    border-bottom: 2px solid #eee
}
.mk-process-steps.light-skin.vertical .mk-step:nth-child(even) .step-holder:before {
    border-right: 2px solid #eee;
    border-top: 2px solid #eee
}
.mk-process-steps.light-skin.vertical .step-holder {
    background: #222;
    border: 2px solid #eee
}
.mk-process-steps.light-skin.vertical .step-holder:before {
    background-color: #222
}
.mk-process-steps.custom-skin.vertical .step-items:before {
    border-left-width: 2px;
    border-left-style: solid
}
.mk-process-steps.custom-skin.vertical .mk-step:nth-child(odd) .step-holder:before {
    border-left-width: 2px;
    border-left-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid
}
.mk-process-steps.custom-skin.vertical .mk-step:nth-child(even) .step-holder:before {
    border-right-width: 2px;
    border-right-style: solid;
    border-top-width: 2px;
    border-top-style: solid
}
.mk-process-steps.custom-skin.vertical .step-holder {
    border-width: 2px;
    border-style: solid
}
.mk-process-steps.vertical {
    margin-bottom: 30px
}
.mk-process-steps.vertical .step-items {
    padding-top: 50px
}
.mk-process-steps.vertical .step-items:before {
    content: "";
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 50%
}
.mk-process-steps.vertical .mk-step {
    display: block;
    padding: 70px 0;
    position: relative
}
.mk-process-steps.vertical .mk-step:after,
.mk-process-steps.vertical .mk-step:before {
    content: " ";
    display: table
}
.mk-process-steps.vertical .mk-step:after {
    clear: both
}
.mk-process-steps.vertical .mk-step:nth-child(odd) {
    margin-left: 50%;
    text-align: left
}
.mk-process-steps.vertical .mk-step:nth-child(odd) .step-icon {
    left: -49px
}
.mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder {
    margin: 0 30px 0 80px;
    right: -30px
}
.mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder:before {
    left: -9px
}
.mk-process-steps.vertical .mk-step:nth-child(odd):hover .step-holder {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
    right: 0
}
.mk-process-steps.vertical .mk-step:nth-child(even) {
    margin-right: 50%;
    text-align: right
}
.mk-process-steps.vertical .mk-step:nth-child(even) .step-icon {
    right: -49px
}
.mk-process-steps.vertical .mk-step:nth-child(even) .step-holder {
    margin: 0 80px 0 30px;
    left: -30px
}
.mk-process-steps.vertical .mk-step:nth-child(even) .step-holder:before {
    right: -9px
}
.mk-process-steps.vertical .mk-step:nth-child(even):hover .step-holder {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
    left: 0
}
.mk-process-steps.vertical .step-icon {
    position: absolute;
    top: 50%;
    margin-top: -47px
}
.mk-process-steps.vertical .step-holder {
    position: relative;
    display: inline-block;
    padding: 16px 20px;
    opacity: .6;
    -ms-filter: 'alpha(Opacity=@opacity)';
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}
.mk-process-steps.vertical .step-holder:before {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-process-steps.vertical .mk-step:nth-child(even),
    .mk-process-steps.vertical .mk-step:nth-child(odd) {
        margin: 0;
        text-align: center
    }
    .mk-process-steps.vertical .mk-step:nth-child(even) .step-icon,
    .mk-process-steps.vertical .mk-step:nth-child(odd) .step-icon {
        left: 50%;
        margin-left: -50px;
        right: 0;
        bottom: 30px;
        position: relative
    }
    .mk-process-steps.vertical .mk-step:nth-child(even) .step-holder,
    .mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder {
        position: relative;
        margin: 0!important;
        right: 0!important;
        left: 0!important;
        opacity: 1!important
    }
    .mk-process-steps.vertical .mk-step:nth-child(even) .step-holder:before,
    .mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder:before {
        position: absolute;
        top: -1px;
        right: auto;
        left: 50%;
        margin-left: -6px;
        display: block;
        width: 14px;
        height: 14px;
        content: ""
    }
    .mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder:before {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg)
    }
    .mk-process-steps.vertical .mk-step:nth-child(even) .step-holder:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg)
    }
}
.mk-process-steps.horizontal .step-panes .step-icon {
    display: none
}
.mk-process-steps.horizontal .step-items {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}
@media screen and (max-width: 765px) {
    .mk-process-steps.horizontal .step-items {
        display: none
    }
}
.mk-process-steps.horizontal .step-items li {
    margin: 0 30px;
    display: inline-block
}
.mk-process-steps.horizontal .step-panes {
    min-height: 50px;
    padding-bottom: 30px;
    text-align: center;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
@media screen and (max-width: 765px) {
    .mk-process-steps.horizontal .step-panes {
        display: none
    }
}
.mk-process-steps.horizontal .step-panes .mk-step {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    top: 30px;
    left: 0;
    position: absolute;
    display: block;
    width: 100%
}
.mk-process-steps.horizontal .step-panes .mk-step.active-step {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
    top: 0
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-process-steps.horizontal .step-items {
        text-align: center
    }
    .mk-process-steps.horizontal .step-items:before {
        display: none
    }
    .mk-process-steps.horizontal .step-items li {
        margin: 15px
    }
}
.mk-process-steps.horizontal .step-panes-responsive {
    display: none
}
@media screen and (max-width: 765px) {
    .mk-process-steps.horizontal .step-panes-responsive {
        display: block
    }
}
.mk-process-steps.horizontal .step-panes-responsive .mk-step {
    margin-bottom: 30px
}
.mk-process-steps.horizontal .step-panes-responsive .mk-step .step-icon {
    margin: 0 auto 15px;
    display: block
}
.mk-process-steps.horizontal .step-panes-responsive .mk-step .step-title {
    text-align: center
}
.mk-process-steps.horizontal .step-panes-responsive .mk-step .step-desc {
    display: none
}
.mk-process-steps.horizontal .step-panes-responsive .mk-step .step-desc-responsive {
    font-size: inherit!important;
    font-weight: 400!important
}
.mk-advanced-gmaps img {
    max-width: none!important
}
.mk-window-scroller {
    margin: 0 0 20px 14px;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: -12px 12px 0 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: -12px 12px 0 0 rgba(0, 0, 0, .08);
    box-shadow: -12px 12px 0 0 rgba(0, 0, 0, .08);
    cursor: ns-resize
}
.mk-window-scroller .window-top-bar {
    position: relative;
    background-color: #eee;
    border-bottom: 1px solid #fff;
    height: 30px
}
.mk-window-scroller .window-top-bar span,
.mk-window-scroller .window-top-bar:after,
.mk-window-scroller .window-top-bar:before {
    display: block;
    height: 10px;
    width: 10px;
    content: "";
    position: absolute;
    top: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}
.mk-window-scroller .window-top-bar:before {
    background-color: #ff4351;
    left: 12px
}
.mk-window-scroller .window-top-bar:after {
    background-color: #ffc600;
    left: 27px
}
.mk-window-scroller .window-top-bar span {
    background-color: #71b93f;
    left: 43px
}
.mk-window-scroller .image-holder {
    overflow: hidden;
    position: relative
}
.mk-window-scroller .image-holder img {
    position: absolute;
    top: 0
}
.mk-event-countdown {
    margin-bottom: 30px
}
.mk-event-countdown ul {
    margin: 0;
    padding: 0;
    text-align: center
}
.mk-event-countdown ul li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 35px 0 30px;
    width: 110px;
    border: 2px solid #e3e3e3
}
.mk-event-countdown ul li:first-child {
    margin-left: 0
}
.mk-event-countdown ul li:first-child:before {
    display: none!important
}
.mk-event-countdown ul li:before {
    position: absolute;
    top: 50%;
    left: -17px;
    display: block;
    width: 15px;
    height: 2px;
    content: ""
}
.mk-event-countdown ul .countdown-timer {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 40px
}
.mk-event-countdown ul .countdown-text {
    display: block;
    color: #545454;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 13px;
    opacity: .5
}
.mk-event-countdown.dark-skin li:before {
    background-color: #e3e3e3
}
.mk-event-countdown.dark-skin li {
    border-color: #e3e3e3
}
.mk-event-countdown.light-skin li:before {
    background-color: rgba(255, 255, 255, .5)
}
.mk-event-countdown.light-skin li {
    border-color: rgba(255, 255, 255, .5);
    background-color: rgba(255, 255, 255, .1)
}
.mk-event-countdown.light-skin .countdown-text,
.mk-event-countdown.light-skin .countdown-timer {
    color: #fff
}
@media screen and (max-width: 600px) {
    .mk-event-countdown li {
        width: 40px!important;
        padding: 10px 0!important
    }
    .mk-event-countdown li .countdown-timer {
        font-size: 14px!important
    }
    .mk-event-countdown li .countdown-text {
        display: none
    }
}
.mk-tablet-slideshow {
    margin: 0 auto 40px;
    width: 100%;
    text-align: center
}
.mk-tablet-slideshow .mk-flex-slides {
    margin: 0 auto!important
}
.mk-tablet-slideshow .flex-direction-nav a .mk-theme-icon-next-big:before,
.mk-tablet-slideshow .flex-direction-nav a .mk-theme-icon-prev-big:before {
    font-size: 16px
}
.mk-tablet-slideshow .flex-direction-nav a:hover {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-tablet-slideshow:hover .flex-direction-nav a {
    opacity: .6;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-tablet-slideshow:hover .flex-prev {
    left: 60px
}
.mk-tablet-slideshow:hover .flex-next {
    right: 60px
}
.mk-tablet-slideshow .mk-flex-slides {
    text-align: center
}
.mk-tablet-slideshow .flex-direction-nav a {
    position: absolute;
    top: 50%;
    z-index: 60;
    margin-top: -16px;
    width: 33px;
    height: 33px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, .1);
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-tablet-slideshow .flex-direction-nav a i {
    color: #fff;
    font-size: 16px;
    line-height: 33px
}
.mk-tablet-slideshow .flex-prev {
    left: 30px
}
.mk-tablet-slideshow .flex-next {
    right: 30px
}
.mk-tablet-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%
}
.vc_col-sm-4>.mk-tablet-slideshow:hover .flex-prev {
    left: 40px
}
.vc_col-sm-4>.mk-tablet-slideshow:hover .flex-next {
    right: 40px
}
.vc_col-sm-3>.mk-tablet-slideshow .flex-next,
.vc_col-sm-3>.mk-tablet-slideshow .flex-prev {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8)
}
.vc_col-sm-3>.mk-tablet-slideshow:hover .flex-prev {
    left: 30px
}
.vc_col-sm-3>.mk-tablet-slideshow:hover .flex-next {
    right: 30px
}
.vc_col-sm-2>.mk-tablet-slideshow .flex-next,
.vc_col-sm-2>.mk-tablet-slideshow .flex-prev {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7)
}
.vc_col-sm-2>.mk-tablet-slideshow:hover .flex-prev {
    left: 20px
}
.vc_col-sm-2>.mk-tablet-slideshow:hover .flex-next {
    right: 20px
}
.mk-mobile-slideshow {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 100%;
    text-align: center
}
.mk-mobile-slideshow:hover .flex-direction-nav a {
    opacity: .7;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-mobile-slideshow.landscape-style .mk-flex-slides {
    margin: 0 auto!important
}
.mk-mobile-slideshow.landscape-style:hover .flex-prev {
    left: 155px
}
.mk-mobile-slideshow.landscape-style:hover .flex-next {
    right: 140px
}
@media handheld,
only screen and (max-width: 700px) {
    .mk-mobile-slideshow.landscape-style:hover .flex-prev {
        left: 105px!important
    }
    .mk-mobile-slideshow.landscape-style:hover .flex-next {
        right: 95px!important
    }
}
.mk-mobile-slideshow.portrait-style .mk-flex-slides {
    margin: 0 auto!important
}
.mk-mobile-slideshow.portrait-style:hover .flex-prev {
    left: 50px
}
.mk-mobile-slideshow.portrait-style:hover .flex-next {
    right: 50px
}
.mk-mobile-slideshow .flex-direction-nav a {
    position: absolute;
    top: 50%;
    z-index: 60;
    margin-top: -16px;
    width: 33px;
    height: 33px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, .1);
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-mobile-slideshow .flex-direction-nav a i {
    color: #fff;
    font-size: 16px;
    line-height: 33px
}
.mk-mobile-slideshow .flex-prev {
    left: 30px
}
.mk-mobile-slideshow .flex-next {
    right: 30px
}
.mk-mobile-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50
}
.vc_col-sm-4>.mk-mobile-slideshow.landscape-style:hover .flex-prev {
    left: 70px
}
.vc_col-sm-4>.mk-mobile-slideshow.landscape-style:hover .flex-next {
    right: 70px
}
.vc_col-sm-3>.mk-mobile-slideshow.landscape-style .flex-next,
.vc_col-sm-3>.mk-mobile-slideshow.landscape-style .flex-prev {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7)
}
.vc_col-sm-3>.mk-mobile-slideshow.landscape-style:hover .flex-prev {
    left: 40px
}
.vc_col-sm-3>.mk-mobile-slideshow.landscape-style:hover .flex-next {
    right: 40px
}
.vc_col-sm-2>.mk-mobile-slideshow.portrait-style .flex-next,
.vc_col-sm-2>.mk-mobile-slideshow.portrait-style .flex-prev {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6)
}
.vc_col-sm-2>.mk-mobile-slideshow.portrait-style:hover .flex-prev {
    left: 20px
}
.vc_col-sm-2>.mk-mobile-slideshow.portrait-style:hover .flex-next {
    right: 20px
}
.vc_col-sm-2>.mk-mobile-slideshow.landscape-style .flex-next,
.vc_col-sm-2>.mk-mobile-slideshow.landscape-style .flex-prev {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5)
}
.vc_col-sm-2>.mk-mobile-slideshow.landscape-style:hover .flex-prev {
    left: 20px
}
.vc_col-sm-2>.mk-mobile-slideshow.landscape-style:hover .flex-next {
    right: 20px
}
.theatre-slider-container {
    width: 100%
}
.theatre-slider-container.center-align .computer-theatre-slider,
.theatre-slider-container.center-align .laptop-theatre-slider {
    margin: 0 auto
}
.theatre-slider-container.right-align .computer-theatre-slider,
.theatre-slider-container.right-align .laptop-theatre-slider {
    margin: 0 0 0 auto
}
.theatre-slider-container .computer-theatre-slider,
.theatre-slider-container .laptop-theatre-slider {
    width: 100%;
    max-width: 920px;
    position: relative
}
.theatre-slider-container .computer-theatre-slider img,
.theatre-slider-container .laptop-theatre-slider img {
    position: relative;
    z-index: 3;
    pointer-events: none
}
.no-csstransforms .theatre-slider-container .computer-theatre-slider img,
.no-csstransforms .theatre-slider-container .laptop-theatre-slider img {
    z-index: 1
}
.theatre-slider-container .computer-theatre-slider .player,
.theatre-slider-container .laptop-theatre-slider .player {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    width: 100%;
    background-color: #000;
    height: 0
}
.theatre-slider-container .computer-theatre-slider .player iframe,
.theatre-slider-container .computer-theatre-slider .player video,
.theatre-slider-container .laptop-theatre-slider .player iframe,
.theatre-slider-container .laptop-theatre-slider .player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.theatre-slider-container .computer-theatre-slider .player .mk-theatre-video,
.theatre-slider-container .laptop-theatre-slider .player .mk-theatre-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%
}
@media only screen and (min-device-width: 320px) and (max-width: 1024px) {
    .theatre-slider-container .computer-theatre-slider .player .mk-theatre-video,
    .theatre-slider-container .laptop-theatre-slider .player .mk-theatre-video {
        display: none!important
    }
}
.theatre-slider-container .computer-theatre-slider .player .mk-video-theatre-touch,
.theatre-slider-container .laptop-theatre-slider .player .mk-video-theatre-touch {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
@media only screen and (min-device-width: 320px) and (max-width: 1024px) {
    .theatre-slider-container .computer-theatre-slider .player .mk-video-theatre-touch,
    .theatre-slider-container .laptop-theatre-slider .player .mk-video-theatre-touch {
        display: block!important
    }
}
.theatre-slider-container .laptop-theatre-slider .player-container {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 32px 110px 67px;
    left: 0;
    top: 0;
    z-index: 2
}
.theatre-slider-container .laptop-theatre-slider .player-container .player {
    padding-bottom: 63%
}
.theatre-slider-container .computer-theatre-slider .player-container {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 37px 36px 192px 39px;
    left: 0;
    top: 0;
    z-index: 2
}
.theatre-slider-container .computer-theatre-slider .player-container .player {
    padding-top: 2px;
    padding-bottom: 56.25%
}
@media screen and (max-width: 767px) {
    .responsive-align-center,
    .responsive-align-center h1,
    .responsive-align-center h2,
    .responsive-align-center h3,
    .responsive-align-center h4,
    .responsive-align-center h5,
    .responsive-align-center h6,
    .responsive-align-center p {
        text-align: center!important
    }
    .responsive-align-left,
    .responsive-align-left h1,
    .responsive-align-left h2,
    .responsive-align-left h3,
    .responsive-align-left h4,
    .responsive-align-left h5,
    .responsive-align-left h6,
    .responsive-align-left p {
        text-align: left!important
    }
    .responsive-align-right,
    .responsive-align-right h1,
    .responsive-align-right h2,
    .responsive-align-right h3,
    .responsive-align-right h4,
    .responsive-align-right h5,
    .responsive-align-right h6,
    .responsive-align-right p {
        text-align: right!important
    }
}
.gform_wrapper select {
    padding: 12px 14px 12px 20px!important
}
.gform_wrapper select[multiple=multiple] {
    padding: 8px!important
}
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper textarea {
    font-size: 13px!important;
    color: #767676!important;
    padding: 10px!important
}
.gform_wrapper .button {
    margin-right: 10px!important;
    border: 1px solid #eee!important;
    outline: 0!important;
    color: #666!important;
    font-size: 13px;
    line-height: 13px!important;
    padding: 12px 25px!important;
    vertical-align: top;
    background-image: none!important;
    letter-spacing: 1px;
    display: inline-block;
    background-color: transparent
}
.gform_wrapper .button:hover {
    color: #fff!important
}
.gform_wrapper .gf_progressbar {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    background-image: none!important
}
.gform_wrapper .percentbar_blue {
    background-image: none!important
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-left: 2px
}
.gform_wrapper form li,
.gform_wrapper li {
    padding-bottom: 10px
}
.gform_wrapper .top_label .gfield_label {
    margin-bottom: 6px!important
}
@media only screen and (max-width: 550px) {
    .gform_wrapper .ginput_complex .ginput_left,
    .gform_wrapper .ginput_complex .ginput_right,
    .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_left_third,
    .gform_wrapper .top_label li.gfield.gf_middle_third,
    .gform_wrapper .top_label li.gfield.gf_right_half,
    .gform_wrapper .top_label select.medium {
        width: 99%!important;
        margin-top: 10px;
        float: none!important
    }
}
.mk-flipbox-container {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    width: 100%;
    text-align: center
}
.mk-flipbox-container.flip-horizontal .mk-flipbox-front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    ms-transform: rotateY(0deg)
}
.mk-flipbox-container.flip-horizontal .mk-flipbox-back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    ms-transform: rotateY(-180deg)
}
.mk-flipbox-container.flip-horizontal:hover .mk-flipbox-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    ms-transform: rotateY(0deg)
}
.mk-flipbox-container.flip-horizontal:hover .mk-flipbox-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    ms-transform: rotateY(180deg);
    visibility: hidden
}
.mk-flipbox-container.flip-vertical .mk-flipbox-front {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    ms-transform: rotateX(0deg)
}
.mk-flipbox-container.flip-vertical .mk-flipbox-back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    ms-transform: rotateX(180deg)
}
.mk-flipbox-container.flip-vertical .mk-flipbox-flipper {
    -webkit-transform-origin: 100% 213.5px;
    -moz-transform-origin: 100% 213.5px;
    -ms-transform-origin: 100% 213.5px;
    -o-transform-origin: 100% 213.5px
}
.mk-flipbox-container.flip-vertical:hover .mk-flipbox-back {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    ms-transform: rotateX(0deg)
}
.mk-flipbox-container.flip-vertical:hover .mk-flipbox-front {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    ms-transform: rotateX(-180deg);
    visibility: hidden
}
.mk-flipbox-flipper {
    transition: all .5s cubic-bezier(0.645, .045, .355, 1);
    -webkit-transition: all .5s cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all .5s cubic-bezier(0.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all .5s cubic-bezier(0.645, .045, .355, 1);
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
    position: relative
}
.mk-flipbox-back,
.mk-flipbox-front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .5s cubic-bezier(0.645, .045, .355, 1);
    -webkit-transition: all .5s cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all .5s cubic-bezier(0.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all .5s cubic-bezier(0.645, .045, .355, 1);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed
}
.mk-flipbox-back.border-radius-true,
.mk-flipbox-front.border-radius-true {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.mk-flipbox-back .back-desc,
.mk-flipbox-front .front-desc {
    padding: 0 10%
}
.mk-flipbox-content {
    display: table-cell;
    vertical-align: middle
}
.mk-flipbox-content .back-button {
    display: inline-block;
    margin-top: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    overflow: visible
}
.mk-flipbox-content .back-title,
.mk-flipbox-content .front-title {
    padding: 20px
}
.woocommerce .products:after,
.woocommerce .products:before {
    content: " ";
    display: table
}
.woocommerce .products:after {
    clear: both
}
.woocommerce .products li {
    float: left
}
.mk-product-categories .mk-product-categories-list {
    list-style: none;
    padding: 0;
    margin-left: 0
}
.mk-product-categories .mk-product-categories-list:after,
.mk-product-categories .mk-product-categories-list:before {
    content: " ";
    display: table
}
.mk-product-categories .mk-product-categories-list:after {
    clear: both
}
.mk-product-categories .mk-product-categories-list .product-item {
    margin-left: 0;
    display: inline-block;
    float: left
}
.mk-product-categories .mk-product-categories-list .product-item .category-img {
    max-width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: transform 1s ease-in-out;
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    -ms-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out
}
.mk-product-categories .mk-product-categories-list .product-item .item-holder {
    overflow: hidden;
    position: relative;
    margin: 0 15px 15px
}
.mk-product-categories .mk-product-categories-list .product-item .item-holder h4 {
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    margin-bottom: 0
}
.mk-product-categories .mk-product-categories-list .product-item .item-holder h4 span {
    display: block;
    text-align: center;
    width: 55%;
    margin: 0 auto;
    background-color: #222;
    line-height: 1
}
.mk-product-categories .mk-product-categories-list .product-item .item-holder h4 span.category-name {
    font-size: 13px;
    color: #fff;
    padding: 20px 20px 5px;
    font-weight: 700
}
.mk-product-categories .mk-product-categories-list .product-item .item-holder h4 span.item-count {
    font-size: 12px;
    color: #a9a9a9;
    padding: 5px 20px 20px;
    text-transform: uppercase
}
.mk-product-categories .mk-product-categories-list .product-item:hover .category-img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}
.mk-product-categories .mk-product-categories-list.columns-4 .product-item {
    width: 25%
}
.mk-product-categories .mk-product-categories-list.columns-4 .product-item .item-holder:first-child {
    margin-left: 0
}
.mk-product-categories .mk-product-categories-list.columns-4 .product-item .item-holder:nth-child(4n+4) {
    margin-right: 0
}
.mk-product-categories .mk-product-categories-list.columns-3 .product-item {
    width: 33.3%
}
.mk-product-categories .mk-product-categories-list.columns-3 .product-item .item-holder:first-child {
    margin-left: 0
}
.mk-product-categories .mk-product-categories-list.columns-3 .product-item .item-holder:nth-child(3n+3) {
    margin-right: 0
}
.mk-product-categories .mk-product-categories-list.columns-2 .product-item {
    width: 50%
}
.mk-product-categories .mk-product-categories-list.columns-2 .product-item .item-holder:first-child {
    margin-left: 0
}
.mk-product-categories .mk-product-categories-list.columns-2 .product-item .item-holder:nth-child(2n+2) {
    margin-right: 0
}
.mk-product-categories .mk-product-categories-list.columns-1 .product-item {
    width: 100%
}
.mk-product-categories .mk-product-categories-list.columns-1 .product-item .item-holder {
    margin-left: 0;
    margin-right: 0
}
.visible-dt,
.visible-sm,
.visible-tl {
    display: none
}
@media screen and (max-width: 765px) {
    .hidden-sm {
        display: none!important
    }
    .visible-sm {
        display: block!important
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .hidden-tl {
        display: none!important
    }
    .visible-tl {
        display: block!important
    }
}
@media only screen and (min-width: 1224px) {
    .hidden-dt {
        display: none!important
    }
    .visible-dt {
        display: block!important
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .no-smartphone {
        display: none!important
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .no-ipad {
        display: none!important
    }
}
@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
    }
}
.mk-blockquote p,
.mk-fancy-title p,
.mk-title-box p,
.pricing-offer-grid p {
    color: inherit!important;
    font-size: inherit!important;
    line-height: inherit!important
}
.mk-employees>ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.mk-employees.column_rounded-style .mk-employee-item {
    float: left;
    margin: 0;
    text-align: center
}
.mk-employees.column_rounded-style .team-member-name {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 6px
}
.mk-employees.column_rounded-style .team-member-position {
    display: block;
    margin-bottom: 14px;
    font-size: 12px
}
.mk-employees.column_rounded-style .team-member-desc {
    display: block;
    padding: 0 0 10px
}
.mk-employees.column_rounded-style .hover-overlay,
.mk-employees.column_rounded-style .team-thumbnail,
.mk-employees.column_rounded-style .team-thumbnail img {
    -webkit-border-radius: 1500px;
    -moz-border-radius: 1500px;
    border-radius: 1500px
}
.mk-employees.column_rounded-style .team-thumbnail {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden
}
.mk-employees.column_rounded-style .team-thumbnail img {
    position: relative;
    z-index: 1;
    width: 100%
}
.mk-employees.column_rounded-style .team-thumbnail:hover .mk-employeee-networks {
    pointer-events: auto
}
.mk-employees.column_rounded-style .team-thumbnail:hover .mk-employeee-networks a {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mk-employees.column_rounded-style .team-thumbnail:hover .hover-overlay {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%)!important;
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%)!important;
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%)!important
}
.mk-employees.column_rounded-style .hover-overlay {
    -webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
    -webkit-transition: all .35s;
    transition: all .35s;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%)!important;
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%)!important;
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%)!important
}
.mk-employees.column_rounded-style.one-column .mk-employee-item {
    padding: 0 0 50px;
    width: 100%
}
.mk-employees.column_rounded-style.one-column .mk-employee-item .team-thumbnail {
    float: left;
    width: 50%
}
.mk-employees.column_rounded-style.one-column .mk-employee-item .team-info-wrapper {
    float: left;
    padding: 10px 30px;
    width: 50%
}
.mk-employees.column_rounded-style.two-column .mk-employee-item {
    padding: 0 20px 50px;
    width: 49.8%
}
.mk-employees.column_rounded-style.three-column .mk-employee-item {
    padding: 0 20px 40px;
    width: 33.3%
}
.mk-employees.column_rounded-style.four-column .mk-employee-item {
    padding: 0 10px 30px;
    width: 24.8%
}
.mk-employees.column_rounded-style.five-column .mk-employee-item {
    padding: 0 10px 20px;
    width: 19.8%
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-employees.column_rounded-style.five-column .mk-employee-item,
    .mk-employees.column_rounded-style.four-column .mk-employee-item,
    .mk-employees.column_rounded-style.three-column .mk-employee-item {
        padding: 0 20px 50px;
        width: 50%
    }
    .mk-employees.column_rounded-style .clearboth {
        display: none!important
    }
}
@media handheld,
only screen and (max-width: 600px) {
    .mk-employees.column_rounded-style .mk-employee-item {
        padding: 0 0 40px!important;
        width: 100%!important
    }
}
.mk-employees.column-style .mk-employee-item {
    float: left;
    margin: 0
}
.mk-employees.column-style .team-member-name {
    display: block;
    font-size: 14px;
    font-weight: 700
}
.mk-employees.column-style .team-member-position {
    display: block;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 12px
}
.mk-employees.column-style .team-member-desc {
    display: block;
    padding: 0 0 10px
}
.mk-employees.column-style .team-thumbnail {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden
}
.mk-employees.column-style .team-thumbnail img {
    position: relative;
    z-index: 1;
    width: 100%
}
.mk-employees.column-style .team-thumbnail:hover .mk-employeee-networks {
    pointer-events: auto
}
.mk-employees.column-style .team-thumbnail:hover .hover-overlay,
.mk-employees.column-style .team-thumbnail:hover .mk-employeee-networks a {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mk-employees.column-style.one-column .mk-employee-item {
    padding: 0 0 50px;
    width: 100%
}
.mk-employees.column-style.one-column .mk-employee-item .team-thumbnail {
    float: left;
    width: 50%
}
.mk-employees.column-style.one-column .mk-employee-item .team-info-wrapper {
    float: left;
    padding: 10px 30px;
    width: 50%
}
.mk-employees.column-style.two-column .mk-employee-item {
    padding: 0 20px 50px;
    width: 49.8%
}
.mk-employees.column-style.three-column .mk-employee-item {
    padding: 0 20px 30px;
    width: 33.3%
}
.mk-employees.column-style.four-column .mk-employee-item {
    padding: 0 10px 20px;
    width: 24.8%
}
.mk-employees.column-style.five-column .mk-employee-item {
    padding: 0 10px 12px;
    width: 19.8%
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-employees.column-style.five-column .mk-employee-item,
    .mk-employees.column-style.four-column .mk-employee-item,
    .mk-employees.column-style.three-column .mk-employee-item {
        padding: 0 20px 50px;
        width: 50%
    }
    .mk-employees.column-style .clearboth {
        display: none!important
    }
}
@media handheld,
only screen and (max-width: 600px) {
    .mk-employees.column-style .mk-employee-item {
        padding: 0 0 40px!important;
        width: 100%!important
    }
}
.mk-employees.grid-style {
    text-align: center;
    margin: 0 auto
}
.mk-employees.grid-style .mk-employee-item {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: relative;
    line-height: 4px;
    display: inline-block;
    border: 1px solid transparent;
    border-top: none;
    border-left: none;
    overflow: hidden;
    float: left
}
.mk-employees.grid-style .mk-employee-item:hover .mk-employeee-networks {
    pointer-events: auto
}
.mk-employees.grid-style .mk-employee-item:hover .mk-employeee-networks a {
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mk-employees.grid-style .mk-employee-item:hover .mk-employeee-networks a:hover {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-employees.grid-style .mk-employee-item:hover .hover-overlay {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)';
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mk-employees.grid-style .mk-employee-item:hover .team-member-name,
.mk-employees.grid-style .mk-employee-item:hover .team-member-position {
    opacity: 1;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
@media handheld,
only screen and (max-width: 600px) {
    .mk-employees.grid-style .mk-employee-item img {
        width: 100%
    }
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-employees.grid-style .mk-employee-item {
        width: 33.3%
    }
}
@media handheld,
only screen and (max-width: 600px) {
    .mk-employees.grid-style .mk-employee-item {
        width: 50%
    }
}
@media handheld,
only screen and (max-width: 400px) {
    .mk-employees.grid-style .mk-employee-item,
    .mk-employees.grid-style .mk-employee-item img {
        width: 100%
    }
}
.mk-employees.grid-style .team-info-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 215px;
    width: 100%;
    z-index: 8;
    line-height: 20px
}
.mk-employees.grid-style .team-info-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}
.mk-employees.grid-style .team-info-holder {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px
}
.mk-employees.grid-style .team-member-name {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 700;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-employees.grid-style .team-member-position {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: block;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)'
}
.mk-employees.grid-style .mk-employeee-networks {
    position: relative!important;
    margin: 10px 0 0!important;
    top: auto!important;
    left: auto!important
}
.mk-employees .hover-overlay {
    z-index: 8;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    -webkit-transition: -webkit-transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%)!important;
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%)!important;
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%)!important
}
.mk-employeee-networks {
    position: absolute;
    top: 70%;
    left: 0;
    margin: -25px 0 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    pointer-events: none
}
.mk-employeee-networks li {
    display: inline-block;
    float: none!important;
    margin: 0
}
.mk-employeee-networks li a {
    display: block;
    margin: 3px;
    width: 28px;
    height: 28px;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: -webkit-transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=@opacity)';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-backface-visibility: hidden
}
.mk-employeee-networks li a i {
    line-height: 32px;
    font-size: 16px
}
.mk-employeee-networks li a:hover {
    background-color: #fff
}
.mk-pricing-table {
    margin-bottom: 30px;
    text-align: left
}
.mk-pricing-table .mk-pricing-offer-grid {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-top: 188px;
    padding-right: 1px
}
.mk-pricing-table .mk-pricing-offer-grid .mk-offers ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}
.mk-pricing-table .mk-pricing-offer-grid .mk-offers ul li {
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    padding: 15px 0;
    display: block;
    width: auto;
    font-weight: 700
}
.mk-pricing-table .mk-pricing-cols {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center
}
.mk-pricing-table .mk-pricing-cols li {
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    max-width: 265px;
    position: relative;
    z-index: 10
}
.mk-pricing-table .mk-pricing-cols li.four-table {
    width: 25%
}
.mk-pricing-table .mk-pricing-cols li.three-table {
    width: 33.3333333%
}
.mk-pricing-table .mk-pricing-cols li.two-table {
    width: 50%
}
.mk-pricing-table .mk-pricing-cols li.one-table {
    width: 100%
}
.mk-pricing-table .mk-pricing-cols>li {
    margin-top: 30px
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-plan {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 7px 0;
    background-color: rgba(0, 0, 0, .5)
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-price {
    height: 130px;
    width: 100%
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-price span {
    font-size: 50px;
    line-height: 130px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 10
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 20
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features ul li {
    font-size: 13px;
    line-height: 16px;
    padding: 15px 0;
    display: block;
    width: auto;
    background-color: rgba(0, 0, 0, .005)
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features ul li:nth-child(even) {
    background-color: rgba(0, 0, 0, .02)
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features i {
    font-size: 16px
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features .mk-icon-check {
    color: #00c360
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features .mk-icon-times {
    color: #ff0048
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features .mk-icon-star {
    margin-left: 3px
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-features .mk-icon-star.empty {
    color: #b0b0b0
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-button {
    padding: 20px 0 30px;
    background-color: rgba(0, 0, 0, .01)
}
.mk-pricing-table .mk-pricing-cols .mk-pricing-button a {
    position: relative;
    z-index: 5;
    text-transform: uppercase
}
.mk-pricing-table .featured-plan {
    margin: 1px -1px 0!important;
    border: 1px solid rgba(0, 0, 0, .6);
    z-index: 30!important;
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, .24);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, .24)
}
.mk-pricing-table .featured-plan .mk-pricing-price {
    height: 158px
}
.mk-pricing-table .featured-plan .mk-pricing-button {
    padding: 30px 0 50px
}
.mk-pricing-table.has-pricing-offer .mk-pricing-cols {
    width: 80%!important;
    text-align: left
}
.mk-pricing-table.classic-style li .mk-pricing-cols:nth-child(odd) .mk-pricing-plan {
    background-color: rgba(0, 0, 0, .6)
}
.mk-pricing-table.classic-style li .mk-pricing-cols:nth-child(odd) .mk-pricing-button,
.mk-pricing-table.classic-style li .mk-pricing-cols:nth-child(odd) .mk-pricing-features,
.mk-pricing-table.classic-style li .mk-pricing-cols:nth-child(odd) .mk-pricing-price {
    position: relative
}
.mk-pricing-table.classic-style li .mk-pricing-cols:nth-child(odd) .mk-pricing-button:before,
.mk-pricing-table.classic-style li .mk-pricing-cols:nth-child(odd) .mk-pricing-features:before,
.mk-pricing-table.classic-style li .mk-pricing-cols:nth-child(odd) .mk-pricing-price:before {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .04);
    content: "";
    z-index: 1
}
.mk-pricing-table.classic-style.light .mk-pricing-features li {
    border-bottom: 1px solid #e8e8e8
}
.mk-pricing-table.classic-style.light .mk-offers ul li {
    background-color: rgba(0, 0, 0, .005);
    border-bottom: 1px solid #e8e8e8
}
.mk-pricing-table.classic-style.light .mk-offers ul li:nth-child(even) {
    background-color: rgba(0, 0, 0, .01)
}
.mk-pricing-table.classic-style.dark {
    color: #fff
}
.mk-pricing-table.classic-style.dark .mk-offers ul li {
    background-color: rgba(0, 0, 0, .4)
}
.mk-pricing-table.classic-style.dark .mk-offers ul li:nth-child(even) {
    background-color: rgba(0, 0, 0, .45)
}
.mk-pricing-table.classic-style.dark .mk-pricing-features ul li {
    background-color: rgba(0, 0, 0, .4)
}
.mk-pricing-table.classic-style.dark .mk-pricing-features ul li:nth-child(even) {
    background-color: rgba(0, 0, 0, .45)
}
.mk-pricing-table.classic-style.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-plan {
    background-color: rgba(0, 0, 0, .6)
}
.mk-pricing-table.classic-style.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-button:before,
.mk-pricing-table.classic-style.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-features:before,
.mk-pricing-table.classic-style.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-price:before {
    background-color: rgba(0, 0, 0, .15)
}
.mk-pricing-table.classic-style.dark .mk-pricing-button {
    background-color: rgba(0, 0, 0, .4)
}
.mk-pricing-table.modern-style .mk-pricing-col {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    background-color: rgba(255, 255, 255, .2)
}
.mk-pricing-table.modern-style .mk-pricing-col.featured-plan .mk-pricing-price {
    border: 0!important;
    height: 159px
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-button,
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features {
    border-left: 3px solid #f6f6f6;
    border-right: 3px solid #f6f6f6
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-plan {
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    background-clip: padding-box;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-color: #222;
    font-size: 14px
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-button {
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    background-clip: padding-box;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    border-bottom: 3px solid #f6f6f6
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features ul {
    padding: 25px 40px 10px
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features ul li {
    background-color: transparent!important;
    border-bottom: 2px solid #f8f8f8;
    text-align: left
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features ul li:last-child {
    border-bottom: none
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-button,
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-button:before,
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features,
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features:before,
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-price,
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-price:before {
    background-color: transparent
}
.mk-pricing-table.modern-style .mk-pricing-col.featured-plan {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.mk-pricing-table.modern-style .featured-plan .mk-pricing-price {
    height: 158px
}
.mk-pricing-table.modern-style .featured-plan .mk-pricing-button {
    padding: 20px 0 30px
}
.mk-pricing-table.modern-style.light .mk-pricing-col {
    background-color: rgba(255, 255, 255, .2)
}
.mk-pricing-table.modern-style.dark {
    color: #fff
}
.mk-pricing-table.modern-style.dark .mk-offers ul li {
    background-color: rgba(0, 0, 0, .4)!important
}
.mk-pricing-table.modern-style.dark .mk-offers ul li:nth-child(even) {
    background-color: rgba(0, 0, 0, .45)!important
}
.mk-pricing-table.modern-style.dark .mk-pricing-col {
    background-color: rgba(0, 0, 0, .4)
}
@media handheld,
only screen and (max-width: 960px) {
    .mk-pricing-offer-grid {
        display: none
    }
    .has-pricing-offer .mk-pricing-cols,
    .mk-pricing-cols {
        width: 100%!important;
        text-align: center
    }
}
@media handheld,
only screen and (max-width: 767px) {
    .mk-pricing-cols .mk-pricing-col {
        width: 100%!important;
        margin-bottom: 30px;
        display: block;
        max-width: none!important
    }
    .mk-pricing-cols .mk-pricing-col li {
        max-width: none!important
    }
}
.widget {
    overflow: hidden;
    margin-bottom: 35px
}
.widgettitle {
    position: relative;
    display: block;
    margin-bottom: 15px;
    line-height: 100%;
    font-size: 13px;
    text-transform: uppercase
}



/* 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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
html {
  font-size: 100%;
  -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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
#theme-page img,
#mk-footer img,
.mk-page-section img,
.mk-inner-grid img,
.mk-header-logo img,
.mk-side-dashboard img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.mk-gmaps img {
  max-width: none !important;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  color: #777;
}
p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 30px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
strong,
th,
thead td {
  font-weight: 600;
}
cite,
em,
dfn {
  font-style: italic;
}
code,
pre {
  font-size: 12px;
  line-height: 20px;
  display: block;
  overflow: auto;
  margin: 10px 0 20px 0;
  padding: 20px 10px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  border: 1px solid #e8e8e8;
  background: #fff;
  background: url('../../images/pre_code.gif') repeat scroll 0 0 #f2f3f5;
}
del {
  text-decoration: line-through;
}
small,
sup,
sub {
  font-size: 85%;
}
abbr,
acronym {
  letter-spacing: .1em;
  text-transform: uppercase;
}
a abbr,
a acronym {
  border: none;
}
abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
p,
ul,
ol,
dl,
table,
fieldset,
blockquote,
pre,
code {
  margin-bottom: 20px;
}
a {
  text-decoration: none;
}
p,
a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0 none;
}
.floatleft,
.alignleft {
  float: left;
  text-align: left;
}
.floatright,
.alignright {
  float: right;
  text-align: right;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.clearboth {
  display: block;

  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}
.clearboth:after {
  font-size: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: ' ';
}
* html .clearboth {
  height: 1%;
}
ul {
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style-type: disc;
}
ul li {
  margin-left: .85em;
}
ul ul {
  list-style-type: square;
}
ul ul ul {
  list-style-type: circle;
}
ol {
  margin-bottom: 1em;
  margin-left: 2.35em;
  list-style-position: outside;
  list-style-type: decimal;
}
dt {
  font-size: 110%;
  font-weight: 600;
  margin-bottom: .2em;
}
dd {
  margin: 0;
  padding: 0 0 1em 15px;
}
ol ol,
ul ol {
  margin-left: 2.5em;
}
ul ol,
ol ul,
ol ol,
ul ul {
  margin-bottom: 0;
}
fieldset {
  padding: 1em;
  border: 1px solid #ddd;
}
legend {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0 .8em;
}
textarea,
input[type=text],
input[type=password],
input[type=email],
select {
  font-size: inherit;
  border: none;
  outline: none;
}
input,
select {
  cursor: pointer;
}
input[type=text],
input[type=password],
input[type=email] {
  cursor: text;
}
textarea {
  overflow: auto;
}
textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  font-size: 13px;
  padding: 12px 16px;
  letter-spacing: 1px;
  color: #666;
  border: 1px solid #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
}
input[type=submit] {
  padding: 12px 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}
#theme-page select {
  font-size: 12px;
  line-height: 14px;
  display: block;
  min-width: 240px;
  max-width: 100%;
  padding: 15px 14px 14px 14px;
  color: #4e4e4e;
  border: 1px solid #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url('../../images/selectbox-arrow.png') right center no-repeat;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#theme-page select option {
  padding: 0 4px;
}
select[multiple=multiple] {
  background: none !important;
  padding: 0px !important;
}
/* HEADEING STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 .8em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 {
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 36px;
}
h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 38px;
}
h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
h4 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}
h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}
.visuallyhidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* *** Isotope Filtering *** */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
}
/* *** Isotope CSS3 transitions *** */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/* *** disabling Isotope CSS3 transitions *** */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.mk-video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
}
.mk-video-container iframe,
.mk-video-container object,
.mk-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mk-video-wrapper {
  max-width: 100%;
}
.mk-background-stretch {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mk-relative {
  position: relative;
}
.no-margin-top {
  padding-top: 10px !important;
}
/* Makes the site print friendly... */
@media print {
  * {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    /* Images, vectors and such */
    -webkit-filter: grayscale(100%);
    /* Chrome + Safari 6 */
    -moz-filter: grayscale(100%);
    /* Future proof */
    -ms-filter: grayscale(100%);
    /* Future proof */
    -o-filter: grayscale(100%);
    /* Future proof */
  }
  a {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href="#"],
  a[href="javascript:"] {
    content: "";
  }
  #mk-header,
  #mk-sidebar,
  #mk-footer,
  .mk-go-top {
    display: none !important;
  }
  .theme-page-wrapper {
    width: 100% !important;
  }
}
.mk-loader {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #0cf;
  border-radius: 50%;
  border-top-color: transparent !important;
  -webkit-animation: spin 0.65s infinite linear;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.mk-loader::before,
.mk-loader::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}
.loader::after {
  display: block;
  left: -2px;
  top: -2px;
  border: inherit;
  transform: rotate(65deg);
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
input[type="text"],
textarea,
.mk-grid div,
#mk-header,
#mk-header div,
.mk-secondary-header,
.mk-secondary-header div,
[class*='mk-col-'],
*:after,
*:before,
.text-input,
.theme-page-wrapper,
.blog-masonry-inner,
#mk-page-introduce,
.mk-header-toolbar,
.mk-news-item,
.mk-employee-item,
#mk-notification-bar,
.blog-grid-entry,
.blog-masonry-entry,
.mk-fullwidth-boxed,
.mk-image-caption,
.mk-gallery-shortcode .gallery-inner,
.mk-grid-portfolio-item,
.shop_table_form,
.cart-collaterals,
.mk-checkout-payement,
.mk-side-dashboard,
#mk-sidebar,
.page-section-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*='mk-col-'] {
  float: left;
  padding-right: 25px;
}
[class*='mk-col-']:last-of-type {
  padding-right: 0px;
}
.mk-grid {
  width: 100%;
  min-width: 755px;
  margin: 0 auto;
}
.mk-inner-grid {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mk-grid:after {
  content: "";
  display: table;
  clear: both;
}
.mk-grid-pad {
  padding: 20px 0 0px 20px;
}
.mk-grid-pad > [class*='mk-col-']:last-of-type {
  padding-right: 20px;
}
.mk-push-right {
  float: right;
}
/* Content Columns */
.mk-col-1-1 {
  width: 100%;
}
.mk-col-2-3,
.mk-col-8-12 {
  width: 66.66%;
}
.mk-col-1-2,
.mk-col-6-12 {
  width: 50%;
}
.mk-col-1-3,
.mk-col-4-12 {
  width: 33.33%;
}
.mk-col-1-4,
.mk-col-3-12 {
  width: 25%;
}
.mk-col-1-5 {
  width: 20%;
}
.mk-col-1-6,
.mk-col-2-12 {
  width: 16.667%;
}
.mk-col-1-7 {
  width: 14.28%;
}
.mk-col-1-8 {
  width: 12.5%;
}
.mk-col-1-9 {
  width: 11.1%;
}
.mk-col-1-10 {
  width: 10%;
}
.mk-col-1-11 {
  width: 9.09%;
}
.mk-col-1-12 {
  width: 8.33%;
}
/* Layout Columns */
.mk-col-11-12 {
  width: 91.66%;
}
.mk-col-10-12 {
  width: 83.333%;
}
.mk-col-9-12 {
  width: 75%;
}
.mk-col-5-12 {
  width: 41.66%;
}
.mk-col-7-12 {
  width: 58.33%;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-grid {
    width: 100%;
  }
  .mk-padding-wrapper {
    padding: 0 15px;
  }
}
@media handheld, only screen and (max-width: 760px) {
  .mk-grid {
    width: 100%;
    min-width: 0;
  }
  [class*='mk-col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wpb_row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Grid with fluid columns */
.vc_row-fluid {
  width: 100%;
}
.vc_row-fluid:before,
.vc_row-fluid:after {
  display: table;
  content: "";
}
.vc_row-fluid:after {
  clear: both;
}
.vc_row-fluid [class*="vc_span"] {
  display: block;
  width: 100%;
  min-height: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
.vc_row-fluid [class*="vc_span"]:first-child {
  margin-left: 0;
}
.mk-fullwidth-true > [class*="vc_span"]:first-child {
  border-left: none !important;
}
.mk-fullwidth-true > [class*="vc_span"]:last-child {
  border-right: none !important;
}
.vc_row-fluid > [class*="vc_span"]:not(:last-child) {
  border-right: none !important;
}
.vc_row-fluid .vc_span12 {
  width: 100%;
}
.vc_row-fluid .vc_span11 {
  width: 91.45833333333334%;
}
.vc_row-fluid .vc_span10 {
  width: 82.91666666666667%;
}
.vc_row-fluid .vc_span9 {
  width: 74.375%;
}
.vc_row-fluid .vc_span8 {
  width: 65.83333333333334%;
}
.vc_row-fluid .vc_span7 {
  width: 57.29166666666667%;
}
.vc_row-fluid .vc_span6 {
  width: 48.75%;
}
.vc_row-fluid .vc_span5 {
  width: 40.208333333333336%;
}
.vc_row-fluid .vc_span4 {
  width: 31.666666666666668%;
}
.vc_row-fluid .vc_span3 {
  width: 23.125%;
}
.vc_row-fluid .vc_span2 {
  width: 14.583333333333334%;
}
.vc_row-fluid .vc_span1 {
  width: 6.041666666666667%;
}
.wpb_row.attched-true [class*="vc_span"] {
  margin-left: 0;
}
.wpb_row.attched-true .vc_span11 {
  width: 91.666666666667%;
}
.wpb_row.attched-true .vc_span10 {
  width: 83.333333333333%;
}
.wpb_row.attched-true .vc_span9 {
  width: 75%;
}
.wpb_row.attched-true .vc_span8 {
  width: 66.666666666667%;
}
.wpb_row.attched-true .vc_span7 {
  width: 58.333333333333%;
}
.wpb_row.attched-true .vc_span6 {
  width: 50%;
}
.wpb_row.attched-true .vc_span5 {
  width: 41.666666666667%;
}
.wpb_row.attched-true .vc_span4 {
  width: 33.333333333333%;
}
.wpb_row.attched-true .vc_span3 {
  width: 25%;
}
.wpb_row.attched-true .vc_span2 {
  width: 16.666666666667%;
}
.wpb_row.attched-true .vc_span1 {
  width: 8.333333333333%;
}
.add-padding-1 > [class*="vc_span"] {
  padding: 1%;
}
.add-padding-2 > [class*="vc_span"] {
  padding: 2%;
}
.add-padding-3 > [class*="vc_span"] {
  padding: 3%;
}
.add-padding-4 > [class*="vc_span"] {
  padding: 4%;
}
.add-padding-5 > [class*="vc_span"] {
  padding: 5%;
}
@media handheld, only screen and (max-width: 767px) {
  .vc_row-fluid [class*="vc_span"] {
    width: auto  !important;
    float: none  !important;
    margin-left: 0 !important;
  }
  .wpb_row.attched-true > [class*="vc_span"] {
    width: auto;
  }
}
.widget .mk-searchform .search-button,
.mk-lightbox,
.mk-pagination .mk-pagination-next a,
.mk-pagination .mk-pagination-previous a,
.mk-clients-shortcode .client-logo,
.mk-pricing-cols .mk-pricing-button a,
.widget_social_networks a,
.widget-sub-navigation ul li a,
.mk-social-network a,
.portfolio-similar-posts img,
.single-post-tags a,
a.jp-play,
a.jp-pause,
.mk-employeee-networks,
.image-overlay,
.process-detail,
.mk-font-icons a i,
.entry-meta a,
.single-share-trigger,
.blog-title a,
.blog-meta a,
.comment-reply a,
.thread-reply-toggle,
.swiper-arrows,
.slideshow-swiper-arrows,
.swiper-pagination,
.team-member-name,
.team-member-position,
.mk-gallery.grid-style .the-title,
.mk-loadmore-button,
.mk-love-holder i,
.blog-comments i,
.comment-count i,
.next-prev-top a,
.blog-similar-posts a,
.portfolio-widget-title,
.author-social li a,
.mk-isotop-filter a,
.ajax-controls a,
.mk-image-caption,
.mk-image-hover i,
.mk-employeee-networks li a,
.portfolio-meta,
.text-input,
.mk-textarea,
.mk-contact-form-wrapper .mk-form-row i,
.mk-flickr-feeds a:after,
.hover-plus-icon,
.post-type-icon,
.single-social-share a,
.mk-next-prev a,
.post-hover-icon,
.similar-post-type,
.portfolio-plus-icon i,
.portfolio-permalink,
.gallery-meta,
.gallery-meta i,
.mk-searchform .mk-icon-search,
.widget_tag_cloud li a,
.widget_categories li a,
.hover-plus-icon-small,
.comment-textarea textarea,
.comment-form-row i,
#mk-breadcrumbs a,
.header-searchform-input .ui-autocomplete li,
.header-searchform-input .ui-autocomplete .search-title,
.header-searchform-input .ui-autocomplete .search-date,
.add_to_cart_button,
.product-hover-items,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page table.cart .remove,
.button-icon-holder,
.woocommerce-pagination a,
.widget_tag_cloud a:hover,
.widget_categories a:hover,
.mini-cart-button,
.mini-cart-button i,
.product-category h4,
.product-category h4 span,
.header-searchform-input li i,
.header-searchform-input li img,
.mk-login-form input,
.mk-footer-social a,
.mk-edge-nav,
.mk-edge-nav i,
.res-nav-close,
.widget_product_tag_cloud a,
.product-single-lightbox,
.gform_wrapper .button,
.mk-login-form .form-row i,
.mk-box-text i,
.portfolio-entry-logo,
.gallery-thumb-lightbox,
.fancybox-nav span,
.fancybox-close,
.blog-scroller-arrows,
.blog-modern-entry .blog-modern-button,
.blog-modern-entry .blog-title,
.blog-teaser-side-item .blog-title {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-perspective: 1000;
}
.hover-overlay {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-perspective: 1000;
}
/* Viewport Animations */
.mk-animate-element {
  opacity: 0;
  -webkit-perspective: 1000;
}
.no-transform .mk-animate-element {
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.fade-in {
  -webkit-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.forthy-five-rotate {
  -webkit-animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: mk_rotate 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.scale-up {
  -webkit-animation: mk_scale_up 0.5s ease;
  -moz-animation: mk_scale_up 0.5s ease;
  -o-animation: mk_scale_up 0.5s ease;
  animation: mk_scale_up 0.5s ease;
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.scale-down {
  -webkit-animation: mk_scale_down 0.5s 1 ease;
  -moz-animation: mk_scale_down 0.5s 1 ease;
  -o-animation: mk_scale_down 0.5s 1 ease;
  animation: mk_scale_down 0.5s 1 ease;
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.scale-half-up {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-animation: mk_half_scale 0.4s ease forwards;
  -moz-animation: mk_half_scale 0.4s ease forwards;
  animation: mk_half_scale 0.4s ease forwards;
}
.mk-animate-element.mk-in-viewport.right-to-left {
  -webkit-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.left-to-right {
  -webkit-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.top-to-bottom {
  -webkit-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.bottom-to-top {
  -webkit-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.flip-x {
  -webkit-animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_flip_x 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-animate-element.mk-in-viewport.flip-y {
  -webkit-animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_flip_y 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.mk-float-vertical {
  -webkit-animation: mk_float 2s infinite linear;
  -moz-animation: mk_float 2s infinite linear;
  -ms-animation: mk_float 2s infinite linear;
  -o-animation: mk_float 2s infinite linear;
  position: relative;
}
.mk-float-horizontal {
  -webkit-animation: mk_floatx 2s infinite linear;
  -moz-animation: mk_floatx 2s infinite linear;
  -ms-animation: mk_floatx 2s infinite linear;
  -o-animation: mk_floatx 2s infinite linear;
  position: relative;
}
.mk-pulse {
  -webkit-animation: mk_pulse 2s infinite linear;
  -moz-animation: mk_pulse 2s infinite linear;
  -ms-animation: mk_pulse 2s infinite linear;
  -o-animation: mk_pulse 2s infinite linear;
}
.mk-tossing {
  -webkit-animation: mk_tossing 2s infinite linear;
  -moz-animation: mk_tossing 2s infinite linear;
  -ms-animation: mk_tossing 2s infinite linear;
  -o-animation: mk_tossing 2s infinite linear;
}
.mk-spin {
  -moz-animation: spin 4s infinite linear;
  -o-animation: spin 4s infinite linear;
  -webkit-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear;
}
.mk-flip-horizontal {
  -webkit-animation: mk_flip_horizontal 3s infinite linear;
  animation: mk_flip_horizontal 3s infinite linear;
  display: inline-block;
}
@keyframes mk_flip_horizontal {
  0% {
    transform: perspective(800px) rotateY(0deg);
  }
  100% {
    transform: perspective(800px) rotateY(360deg);
  }
}
@-webkit-keyframes mk_flip_horizontal {
  0% {
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(800px) rotateY(360deg);
  }
}
/* Floating */
@-webkit-keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@-moz-keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@-o-keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@keyframes mk_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@-moz-keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@-o-keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@keyframes mk_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes mk_tossing {
  0% {
    -webkit-transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
  }
}
@-moz-keyframes mk_tossing {
  0% {
    -moz-transform: rotate(-6deg);
  }
  50% {
    -moz-transform: rotate(6deg);
  }
  100% {
    -moz-transform: rotate(-6deg);
  }
}
@-o-keyframes mk_tossing {
  0% {
    -o-transform: rotate(-6deg);
  }
  50% {
    -o-transform: rotate(6deg);
  }
  100% {
    -o-transform: rotate(-6deg);
  }
}
@keyframes mk_tossing {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
@-webkit-keyframes mk_pulse {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
}
@-moz-keyframes mk_pulse {
  0% {
    -moz-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.9);
    opacity: 0.7;
  }
}
@-o-keyframes mk_pulse {
  0% {
    -o-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    -o-transform: scale(0.9);
    opacity: 0.7;
  }
}
@keyframes mk_pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
/* Fade In animation */
@-webkit-keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/* Rotate animation */
@-webkit-keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-moz-keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-o-keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes mk_rotate {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
/* Scale Up animation */
@-webkit-keyframes mk_scale_up {
  0% {
    -webkit-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mk_scale_up {
  0% {
    -moz-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes mk_scale_up {
  0% {
    -o-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_scale_up {
  0% {
    transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Scale Up animation */
@-webkit-keyframes mk_scale_down {
  0% {
    -webkit-transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mk_scale_down {
  0% {
    -moz-transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes mk_scale_down {
  0% {
    -o-transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_scale_down {
  0% {
    transform: scale(1.3);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Scale Up animation */
@-webkit-keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_half_scale {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
/* Left to Right animation */
@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_left_to_right {
  0% {
    -moz-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_left_to_right {
  0% {
    -o-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_left_to_right {
  0% {
    transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Right To Left animation */
@-webkit-keyframes mk_right_to_left {
  0% {
    -webkit-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_right_to_left {
  0% {
    -moz-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_right_to_left {
  0% {
    -o-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Bottom to Top animation */
@-webkit-keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_bottom_to_top {
  0% {
    -moz-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_bottom_to_top {
  0% {
    -o-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Top to Bottom animation */
@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mk_top_to_bottom {
  0% {
    -moz-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mk_top_to_bottom {
  0% {
    -o-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Flip Horizontally */
@-webkit-keyframes mk_flip_x {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes mk_flip_x {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes mk_flip_x {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes mk_flip_x {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    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;
  }
}
@-moz-keyframes mk_flip_y {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes mk_flip_y {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes mk_flip_y {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
/* Woocommerce add to card animation */
@-webkit-keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
@-moz-keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
@-o-keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
@keyframes added_to_card_anim {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
}
.hover-plus-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 48px;
  margin: -24px 0 0 -24px;
  z-index: 12;
  opacity: 0;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}
.hover-plus-icon-small {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 32px;
  margin: -16px 0 0 -16px;
  z-index: 10;
  opacity: 0;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}
.mk-love-holder {
  cursor: pointer;
}
.featured-image {
  position: relative;
  overflow: hidden;
}
.featured-image .item-featured-image {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.featured-image .mk-lightbox {
  line-height: 4px;
}
.featured-image:hover .hover-overlay {
  opacity: 0.7;
}
.featured-image:hover .item-featured-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}
.featured-image:hover .hover-plus-icon,
.featured-image:hover .hover-plus-icon-small {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.mk-image-slideshow img {
  width: 100%;
}
.mk-preloader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  width: 101%;
  height: 100%;
  background-color: #fff;
}
#mk-header {
  position: relative;
  z-index: 60;
  width: 100%;
}
#mk-header.transparent-header {
  position: absolute;
  left: 0;
}
#mk-header.sticky-header,
#mk-header.transparent-header-sticky {
  position: fixed;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
#mk-header .mk-grid {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#mk-header.header-search-triggered #mk-main-navigation > ul > li {
  opacity: 0;
}
#mk-header .mk-light-logo {
  display: none;
}
#mk-header .mk-mobile-logo {
  display: none;
}
.transparent-header {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.transparent-header.header-offset-passed {
  opacity: 0;
  position: fixed;
  top: -200px;
}
.transparent-header.transparent-header-sticky {
  opacity: 1;
  left: auto !important;
}
.transparent-header #mk-main-navigation ul li .sub {
  border-top: none;
}
.transparent-header .mk-cart-link:hover,
.transparent-header .dashboard-trigger:hover,
.transparent-header .res-nav-active:hover,
.transparent-header #mk-main-navigation > ul > li.menu-item > a:hover,
.transparent-header .header-search-icon:hover {
  opacity: 0.7;
}
.transparent-header .header-searchform-input input[type=text] {
  background-color: transparent;
}
.transparent-header.light-header-skin .dashboard-trigger,
.transparent-header.light-header-skin .res-nav-active,
.transparent-header.light-header-skin #mk-main-navigation > ul > li.menu-item > a,
.transparent-header.light-header-skin #mk-main-navigation > ul > li.current-menu-item > a,
.transparent-header.light-header-skin #mk-main-navigation > ul > li.current-menu-ancestor > a,
.transparent-header.light-header-skin #mk-main-navigation > ul > li.menu-item:hover > a,
.transparent-header.light-header-skin #mk-main-navigation > ul > li.menu-item > a:hover,
.transparent-header.light-header-skin .dashboard-trigger:hover,
.transparent-header.light-header-skin .res-nav-active:hover,
.transparent-header.light-header-skin .header-searchform-input input[type=text],
.transparent-header.light-header-skin .dashboard-trigger,
.transparent-header.light-header-skin .header-search-icon,
.transparent-header.light-header-skin .header-search-close,
.transparent-header.light-header-skin .header-search-icon:hover,
.transparent-header.light-header-skin .mk-cart-link,
.transparent-header.light-header-skin .responsive-nav-link i {
  color: #fff !important;
}
.transparent-header.light-header-skin .mk-light-logo {
  display: block !important;
}
.transparent-header.light-header-skin .mk-dark-logo {
  display: none !important;
}
.transparent-header.light-header-skin.transparent-header-sticky .mk-light-logo {
  display: none !important;
}
.transparent-header.light-header-skin.transparent-header-sticky .mk-dark-logo {
  display: block !important;
}
.transparent-header.dark-header-skin .dashboard-trigger,
.transparent-header.dark-header-skin .res-nav-active,
.transparent-header.dark-header-skin #mk-main-navigation > ul > li.menu-item > a,
.transparent-header.dark-header-skin #mk-main-navigation > ul > li.current-menu-item > a,
.transparent-header.dark-header-skin #mk-main-navigation > ul > li.current-menu-ancestor > a,
.transparent-header.dark-header-skin #mk-main-navigation > ul > li.menu-item:hover > a,
.transparent-header.dark-header-skin #mk-main-navigation > ul > li.menu-item > a:hover,
.transparent-header.dark-header-skin .dashboard-trigger:hover,
.transparent-header.dark-header-skin .res-nav-active:hover,
.transparent-header.dark-header-skin .header-searchform-input input[type=text],
.transparent-header.dark-header-skin .dashboard-trigger,
.transparent-header.dark-header-skin .header-search-icon,
.transparent-header.dark-header-skin .header-search-close,
.transparent-header.dark-header-skin .header-search-icon:hover,
.transparent-header.dark-header-skin .mk-cart-link,
.transparent-header.dark-header-skin .responsive-nav-link i {
  color: #444 !important;
}
/* Secondary Header
-------------------------------------------------------------------- */
.mk-secondary-header {
  position: relative;
  z-index: 60;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
}
.mk-secondary-header .mk-grid {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.mk-secondary-header .sticky-trigger-header {
  position: relative;
}
.mk-secondary-header .mk-light-logo {
  display: none !important;
}
.mk-secondary-header .mk-mobile-logo {
  display: none;
}
.secondary-header-space {
  display: none;
}
.secondary-header-space.secondary-space-sticky {
  display: block;
}
.secondary-header-sticky {
  position: fixed;
  top: 0;
}
@media handheld, only screen and (max-width: 650px) {
  .mobile-menu-exists .mk-light-logo,
  .mobile-menu-exists .mk-dark-logo {
    display: none !important;
  }
  .mobile-menu-exists .mk-mobile-logo {
    display: block !important;
  }
}
/* Main Navigation
-------------------------------------------------------------------- */
#mk-main-navigation {
  /* Global */
  /* Top Level */
}
#mk-main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mk-main-navigation ul li.menu-item a i {
  font-size: 16px;
  text-transform: none !important;
  margin-right: 6px;
  color: #555;
}
#mk-main-navigation ul li.menu-item a,
#mk-main-navigation ul li.menu-item i {
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
#mk-main-navigation > ul {
  position: relative;
  display: block;
  text-align: right;
}
#mk-main-navigation > ul > li.menu-item {
  display: inline-block;
  margin: 0 1px 0 0;
  text-align: right;
}
#mk-main-navigation > ul > li.menu-item > a {
  display: block;
  padding-right: 17px;
  padding-left: 17px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.main-navigation-ul > li > .sub-menu,
.main-navigation-ul > li .sub {
  display: none;
}
.megamenu-title {
  margin: 0 0 8px 0;
  padding: 8px 15px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  opacity: 0.6;
}
.megamenu-title i {
  font-size: 16px;
  text-transform: none !important;
  opacity: 0.4;
  margin-right: 6px;
}
.main-navigation-ul li .sub-container {
  position: absolute;
  transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
}
.main-navigation-ul > li > .sub {
  display: none;
}
.main-navigation-ul li .sub .row {
  clear: both;
  overflow: hidden;
  width: 100%;
}
.main-navigation-ul li .sub li {
  display: block;
  float: none;
  margin: 0;
  list-style: none;
}
.mk_megamenu_columns_2 {
  width: 49.9%;
}
.mk_megamenu_columns_3 {
  width: 33.2%;
}
.mk_megamenu_columns_4 {
  width: 24.9%;
}
.mk_megamenu_columns_5 {
  width: 19.9%;
}
.mk_megamenu_columns_6 {
  width: 16.5%;
}
.sub-container.non-mega .sub li a {
  width: 210px;
}
.main-navigation-ul li .sub li.mega-hdr {
  float: left;
  margin: 0;
  padding: 20px 0 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.main-navigation-ul li .sub li.mega-hdr.last {
  border: none;
}
.main-navigation-ul li .sub a {
  position: relative;
  display: block;
  float: none;
  margin: 0;
  padding: 8px 15px;
  background-color: transparent !important;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 12px;
  line-height: 18px;
}
.main-navigation-ul li .sub a i {
  margin-right: 5px;
}
.main-navigation-ul li .sub a:hover {
  padding: 8px 5px 8px 25px;
}
.main-navigation-ul li .sub-container.non-mega .sub li {
  width: auto !important;
}
.main-navigation-ul li .sub-container.non-mega li {
  margin: 0;
  padding: 0;
  width: 160px;
}
.main-navigation-ul li .sub-container.non-mega li a {
  margin-bottom: 1px;
  padding: 9px 16px;
  font-weight: 600 !important;
  line-height: 18px;
}
.main-navigation-ul li .sub-container.non-mega li a:hover {
  padding: 9px 6px 9px 26px;
}
.main-navigation-ul li .sub-container.non-mega li ul {
  position: absolute;
}
.main-navigation-ul li .sub-container.non-mega > ul {
  padding: 5px 0 !important;
}
.main-navigation-ul li .sub-container.mega .mk_mega_menu {
  padding: 0;
}
.main-navigation-ul li .sub-container.mega > .sub-menu {
  padding: 0 !important;
}
.main-navigation-ul li .sub-container.mk-nested-sub > ul li {
  position: relative;
}
.main-navigation-ul li .sub-container.mk-nested-sub ul ul {
  position: absolute;
  top: -5px;
  display: none;
  padding: 5px 0;
}
.mk-mega-icon {
  position: absolute;
  top: 50% !important;
  right: 8px;
  display: block !important;
  margin-top: -8px !important;
  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
#mk-main-navigation > ul > li,
#mk-main-navigation > ul > li > a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
/* Responsive Navigation
-------------------------------------------------------------------- */
#mk-responsive-nav {
  margin: 0;
  padding: 0;
  z-index: 20;
  position: relative;
}
#mk-responsive-nav .mk-header-logo,
#mk-responsive-nav .responsive-nav-link,
#mk-responsive-nav .dashboard-trigger,
#mk-responsive-nav .mk-shopping-cart,
#mk-responsive-nav .mk-header-search {
  display: none !important;
}
#mk-responsive-nav li {
  display: block;
  margin: 0;
  width: 100%;
}
#mk-responsive-nav li .sub li a {
  width: auto !important;
}
#mk-responsive-nav li a {
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  display: block;
  font-size: 14px;
  padding: 15px 20px;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
}
#mk-responsive-nav li a > i {
  display: none !important;
}
#mk-responsive-nav li ul {
  margin: 0;
  padding: 0;
}
#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 30px;
  text-align: left;
  text-transform: none;
  font-weight: normal;
}
#mk-responsive-nav .sub-menu {
  left: auto;
  position: relative;
}
#mk-responsive-nav .megamenu-title {
  display: none !important;
}
#mk-responsive-nav .mk_mega_menu .row {
  width: auto;
}
#mk-responsive-nav .mk-mega-icon {
  display: none !important;
}
#mk-responsive-nav .mk-nav-arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  opacity: 0.7;
  width: 70px;
  height: 100%;
  line-height: 50px;
}
#mk-responsive-nav .mk-nav-arrow:hover {
  opacity: 1;
}
.responsive-nav-container {
  display: none;
}
#mk-responsive-nav > li > ul,
#mk-responsive-nav > li > div {
  display: none;
}
/* Header Logo
-------------------------------------------------------------------- */
.mk-header-logo {
  float: left !important;
  margin: 0;
}
.mk-header-logo a {
  padding-left: 0 !important;
}
.mk-header-logo img {
  height: 100% !important;
}
@media handheld, only screen and (max-width: 650px) {
  .mk-header-logo {
    float: none !important;
    text-align: center;
  }
}
/* Header Search Form
-------------------------------------------------------------------- */
.mk-header-search {
  float: right;
  margin: 0;
}
form.header-searchform-input {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
form.header-searchform-input input[type=submit] {
  display: none;
}
form.header-searchform-input input[type=text] {
  padding-right: 60px;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-weight: 300;
  font-size: 50px;
  transition: font-size 0.2s ease-in-out;
  -webkit-transition: font-size 0.2s ease-in-out;
  -moz-transition: font-size 0.2s ease-in-out;
  -ms-transition: font-size 0.2s ease-in-out;
  -o-transition: font-size 0.2s ease-in-out;
}
form.header-searchform-input .ui-autocomplete {
  overflow: auto;
  text-align: left;
  top: -2px !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
form.header-searchform-input .ui-autocomplete li {
  line-height: 16px;
  padding: 10px 25px;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}
form.header-searchform-input .ui-autocomplete li a {
  cursor: pointer;
}
form.header-searchform-input .ui-autocomplete li a:hover {
  color: #252525;
}
form.header-searchform-input .ui-autocomplete li .wp-post-image,
form.header-searchform-input .ui-autocomplete li i {
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  display: block;
  float: left;
  margin-right: 10px;
}
form.header-searchform-input .ui-autocomplete li i {
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  opacity: 0.45;
}
form.header-searchform-input .ui-autocomplete li .search-date {
  opacity: 0.6;
  font-size: 12px;
  font-weight: 600;
}
form.header-searchform-input .ui-autocomplete li .search-title {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  display: block;
  margin-top: 5px;
  font-weight: bold;
}
.sticky-trigger-header .header-searchform-input input[type=text] {
  font-size: 30px;
}
.header-search-close {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  margin-top: -18px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.header-search-close i {
  font-size: 32px;
}
.header-search-icon {
  display: block;
}
.header-search-icon i {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
}
.responsive-nav-link {
  position: relative;
  display: none;
  float: left;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.responsive-nav-link i {
  font-size: 16px;
}
/* Page title
-------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #mk-page-title {
    background-position: center !important;
    background-attachment: scroll !important;
    background-size: cover;
  }
}
#mk-page-title #mk-breadcrumbs {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
#mk-page-title #mk-breadcrumbs.dark-skin {
  color: #bfbfbf;
}
#mk-page-title #mk-breadcrumbs.dark-skin a {
  color: #444444;
}
#mk-page-title #mk-breadcrumbs.light-skin {
  color: #eee;
}
#mk-page-title #mk-breadcrumbs.light-skin a {
  color: #c1c1c1;
}
#mk-page-title.left-align .mk-page-heading {
  float: left;
  margin: 0 0 0 20px !important;
}
#mk-page-title.left-align #mk-breadcrumbs {
  float: right;
  margin-right: 20px;
}
#mk-page-title.center-align {
  text-align: center;
}
#mk-page-title.center-align .mk-page-heading {
  display: block;
  margin: 0 0 20px 0 !important;
}
#mk-page-title.center-align #mk-breadcrumbs {
  line-height: 16px !important;
}
#mk-page-title.right-align .mk-page-heading {
  float: right;
  margin: 0 20px 0 0 !important;
}
#mk-page-title.right-align #mk-breadcrumbs {
  float: left;
  margin-left: 20px;
}
/* Smaller than Tablets */
@media handheld, only screen and (max-width: 767px) {
  #mk-header .mk-grid,
  .mk-secondary-header .mk-grid {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .sticky-header-padding,
  .secondary-header-space {
    display: none !important;
  }
  #mk-page-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Smaller than mobiles */
@media handheld, only screen and (max-width: 500px) {
  #mk-breadcrumbs {
    display: none;
  }
}
.theme-main-wrapper {
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 10;
}
.theme-main-wrapper.dashboard-opened {
  -webkit-transform: translate3d(-280px, 0, 0);
  -moz-transform: translate3d(-280px, 0, 0);
  -ms-transform: translate3d(-280px, 0, 0);
  -o-transform: translate3d(-280px, 0, 0);
}
.mk-side-dashboard {
  position: fixed;
  right: -280px;
  top: 0px;
  padding: 30px 20px;
  width: 280px;
  height: 100%;
  z-index: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-side-dashboard.dashboard-opened {
  right: 0;
}
.mk-side-dashboard.wpadminbar-exists {
  top: 32px !important;
}
.dashboard-trigger {
  position: relative;
  display: inline-block;
  float: right;
  width: 22px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.dashboard-trigger i {
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
}
.dashboard-trigger.res-mode {
  display: none;
}
.dashboard-trigger.desktop-mode {
  position: absolute;
  right: 40px;
  top: 0;
  display: inline-block;
}
.mk-boxed-enabled .dashboard-trigger.desktop-mode {
  right: 20px !important;
}
#theme-page {
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 200px;
}
#theme-page .theme-page-wrapper {
  margin: 20px auto;
}
#theme-page .theme-page-wrapper.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}
#theme-page .theme-page-wrapper .theme-content {
  padding: 20px;
}
#theme-page .theme-page-wrapper .theme-content.no-padding {
  padding-bottom: 0;
  padding-top: 0;
}
#theme-page .theme-page-wrapper #mk-sidebar {
  position: relative;
}
#theme-page .theme-page-wrapper.right-layout #mk-sidebar {
  float: right;
}
#theme-page .theme-page-wrapper.left-layout #mk-sidebar {
  float: left;
}
#theme-page .theme-page-wrapper.right-layout .theme-content {
  float: left;
}
#theme-page .theme-page-wrapper.left-layout .theme-content {
  float: right;
}
#theme-page .theme-page-wrapper.right-layout .sidebar-wrapper {
  padding: 20px 10px 30px 30px;
}
#theme-page .theme-page-wrapper.left-layout .sidebar-wrapper {
  padding: 20px 30px 30px 10px;
}
.mk-boxed-enabled#mk-boxed-layout {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
}
.mk-boxed-enabled#mk-boxed-layout #mk-header.sticky-header {
  left: auto;
  right: auto;
}
* html #theme-page,
* html #mk-sidebar {
  display: inline;
}
.mk-body-loader-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2351;
  background-color: #fff;
}
.ie .mk-body-loader-overlay {
  display: none !important;
}
.qLlogo {
  text-align: center;
  position: absolute;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 20%;
}
@media handheld, only screen and (max-width: 767px) {
  .qLlogo {
    top: 5%;
  }
}
/* ---------------------------- */
@media handheld, only screen and (max-width: 767px) {
  #theme-page {
    padding: 0 !important;
  }
  .theme-page-wrapper {
    margin: 0 auto 0 !important;
  }
}
@media handheld, only screen and (max-width: 960px) {
  #mk-sidebar,
  .theme-content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sidebar-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#mk-footer {
  width: 100%;
  position: relative;
  padding: 70px 0 0;
}
#mk-footer .footer-wrapper {
  position: relative;
  min-height: 100px;
  margin-bottom: 20px;
}
#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 */
#sub-footer {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 30px 0;
}
.mk-footer-copyright {
  font-size: 13px;
  line-height: 16px;
  float: left;
  width: 60%;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-footer-copyright {
    float: none !important;
    display: block;
    text-align: center;
    width: auto;
  }
}
.mk-footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 40%;
}
.mk-footer-social li {
  margin: 0;
  display: inline-block;
  float: right;
}
.mk-footer-social li a {
  display: block;
  margin: 0 10px;
  line-height: 16px;
}
.mk-footer-social li i {
  font-size: 16px;
  line-height: 16px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-footer-social {
    float: none !important;
    display: block;
    margin: 20px 0 0 !important;
    text-align: center;
    width: 100%;
  }
  .mk-footer-social li {
    float: none;
  }
}
.mk-go-top {
  background-color: rgba(0, 0, 0, 0.3);
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: fixed;
  bottom: 84px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  display: block;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -moz-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -ms-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -o-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  transform: perspective(300px) rotateY(-120deg) translateZ(1px);
}
.mk-go-top.off {
  opacity: 0;
}
.mk-go-top.on {
  opacity: 1;
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transform: perspective(300px) rotateY(0deg);
  -moz-transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -o-transform: perspective(300px) rotateY(0deg);
  transform: rotateY(0deg);
}
.mk-go-top:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-go-top i {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  display: block;
}
/* Plugins Styles */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.mk-flexslider a:active,
.flex-container a:focus,
.mk-flexslider a:focus {
  outline: none;
}
.mk-flex-slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* mk-flexslider Necessary Styles
*********************************/
.mk-flexslider {
  margin: 0;
  padding: 0;
}
.mk-flexslider .mk-flex-slides > li,
.mk-flexslider .mk-banner-slides > li {
  display: none;
  margin: 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.mk-flexslider .mk-flex-slides img,
.mk-flexslider .mk-banner-slides img {
  display: block;
  width: 100%;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.mk-flex-slides:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
html[xmlns] .mk-flex-slides {
  display: block;
}
* html .mk-flex-slides {
  height: 1%;
}
.mk-flexslider .mk-banner-slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-flexslider .mk-banner-slides li {
  margin: 0;
}
/* flexslider Default Theme
*********************************/
.mk-flexslider {
  position: relative;
  margin: 0;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.loading .flex-viewport {
  max-height: 100px;
}
.mk-flexslider .mk-flex-slides,
.mk-flexslider .mk-banner-slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  position: absolute;
  z-index: 10;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.mk-flexslider:hover .flex-next:hover,
.mk-flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  margin: 0 6px;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  display: block;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  cursor: default;
}
div.jp-audio {
  width: 100%;
}
div.jp-interface {
  position: relative;
  width: 100%;
  padding: 20px 110px 20px 70px;
  border: 1px solid #eeeeee;
  background-color: #fafafa;
}
div.jp-controls-holder {
  clear: both;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
div.jp-interface ul.jp-controls li {
  margin: 0;
}
div.jp-audio ul.jp-controls {
  position: absolute;
  left: 20px;
  top: 19px;
}
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
}
div.jp-interface ul.jp-controls a {
  display: block;
}
a.jp-play,
a.jp-pause {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #fafafa;
  border: 1px solid #eee;
  line-height: 14px;
  color: #737373;
  text-align: center;
}
a.jp-play i,
a.jp-pause i {
  font-size: 16px;
  line-height: 32px;
}
div.jp-progress {
  border: 1px solid #eee;
  background-color: #fff;
}
div.jp-audio div.jp-progress {
  height: 31px;
  float: left;
  margin: 0;
}
div.jp-audio div.jp-type-single div.jp-progress {
  width: 100%;
}
div.jp-seek-bar {
  width: 0px;
  height: 100%;
  cursor: pointer;
}
div.jp-play-bar {
  width: 0px;
  height: 100%;
  position: relative;
}
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 18px;
  height: 15px;
  margin-top: 0px;
}
.js-volume-wrapper {
  padding: 13px 7px 8px;
  margin-top: 4px;
  border: 1px solid #eee;
  display: inline-block;
  width: 70px;
  position: absolute;
  right: 20px;
  top: 15px;
}
div.jp-volume-bar {
  z-index: 20;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.inner-value-adjust {
  background-color: #737373;
  width: 100%;
  height: 2px;
}
div.jp-volume-bar-value {
  width: 0px;
  height: 2px;
  transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  position: relative;
}
div.jp-volume-bar-value:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -5px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fafafa;
  border: 2px solid #737373;
}
@media handheld, only screen and (max-width: 600px) {
  .js-volume-wrapper {
    display: none !important;
  }
  div.jp-interface {
    padding-right: 22px !important;
  }
}
/* @end */
/* @group current time and duration */
div.jp-current-time,
div.jp-duration {
  display: inline-block;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  background-image: url(../../images/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../../images/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.fancybox-close i {
  font-size: 16px;
  line-height: 28px;
}
.fancybox-close:hover {
  color: #fff;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../../images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -16px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.fancybox-nav span i {
  font-size: 16px;
  line-height: 28px;
}
.fancybox-nav span:hover {
  color: #fff;
}
.fancybox-prev span {
  left: 20px;
}
.fancybox-next span {
  right: 20px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../../images/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  z-index: 8050;
  margin-right: 45px;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  z-index: 8050;
  margin-top: 10px;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #444;
  line-height: 24px;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/* * Swiper - Mobile Touch Slider CSS
* http://www.idangero.us/sliders/swiper
*
* Vladimir Kharlampidi,
The iDangero.us
* http://www.idangero.us/
*
* Copyright 2012-2013,
Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us
*
* Licensed under GPL & MIT
* */
/* ===============================================================
Basic Swiper Styles
================================================================ */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles,
here you need to specify container's and slide's
sizes,
pagination,
etc.
================================================================ */
.swiper-container {
  /* Specify Swiper's Size:  */
  /* width:200px;
	height: 100px;
	*/
}
.swiper-slide {
  /* Specify Slides's Size:  */
  /* width:100%;
	height: 100%;
	*/
}
.swiper-slide-active {
  /* Specific active slide styling:  */
}
.swiper-slide-visible {
  /* Specific visible slide styling:  */
}
/* ===============================================================
Pagination Styles
================================================================ */
.swiper-pagination-switch {
  /* Stylize pagination button:  */
}
.swiper-active-switch {
  /* Specific active button style:  */
}
.swiper-visible-switch {
  /* Specific visible button style:  */
}
.mk-edge-slider {
  position: relative;
}
.mk-edge-slider .mk-grid {
  position: relative;
  z-index: 14;
}
.mk-edge-slider .swiper-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.mk-edge-slider .swiper-slide .edge-slide-content {
  margin-top: 100px;
}
.mk-edge-slider .swiper-slide.left_top .edge-slide-content,
.mk-edge-slider .swiper-slide.center_top .edge-slide-content,
.mk-edge-slider .swiper-slide.right_top .edge-slide-content {
  margin-top: 80px;
}
.mk-edge-slider .swiper-slide.center_top .mk-edge-title,
.mk-edge-slider .swiper-slide.center_center .mk-edge-title,
.mk-edge-slider .swiper-slide.center_bottom .mk-edge-title,
.mk-edge-slider .swiper-slide.center_top .mk-edge-desc,
.mk-edge-slider .swiper-slide.center_center .mk-edge-desc,
.mk-edge-slider .swiper-slide.center_bottom .mk-edge-desc,
.mk-edge-slider .swiper-slide.center_top .edge-buttons,
.mk-edge-slider .swiper-slide.center_center .edge-buttons,
.mk-edge-slider .swiper-slide.center_bottom .edge-buttons {
  text-align: center;
}
.mk-edge-slider .swiper-slide.center_top .edge-slide-content,
.mk-edge-slider .swiper-slide.center_center .edge-slide-content,
.mk-edge-slider .swiper-slide.center_bottom .edge-slide-content {
  margin-right: auto;
  margin-left: auto;
}
.mk-edge-slider .swiper-slide.right_top,
.mk-edge-slider .swiper-slide.right_center,
.mk-edge-slider .swiper-slide.right_bottom {
  text-align: right;
}
.mk-edge-slider .swiper-slide.right_top .edge-slide-content,
.mk-edge-slider .swiper-slide.right_center .edge-slide-content,
.mk-edge-slider .swiper-slide.right_bottom .edge-slide-content {
  float: right;
}
.mk-edge-slider .edge-nav-bg {
  position: absolute;
  width: 80px;
  height: 100px;
  top: 0;
  display: block;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.5s;
  -moz-transition: -moz-transform 0.3s ease-in-out 0.5s;
  -ms-transition: -moz-transform 0.3s ease-in-out 0.5s;
  -o-transition: -o-transform 0.3s ease-in-out 0.5s;
  transition: transform 0.3s ease-in-out 0.3s;
}
.mk-edge-slider .mk-edge-next {
  right: 0px;
}
.mk-edge-slider .mk-edge-next .edge-nav-bg {
  right: 0;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -moz-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -ms-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  -o-transform: perspective(300px) rotateY(-120deg) translateZ(1px);
  transform: perspective(300px) rotateY(-120deg) translateZ(1px);
}
.mk-edge-slider .mk-edge-prev {
  left: 0px;
}
.mk-edge-slider .mk-edge-prev .edge-nav-bg {
  left: 0;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  -moz-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  -ms-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  -o-transform: perspective(300px) rotateY(120deg) translateZ(1px);
  transform: perspective(300px) rotateY(120deg) translateZ(1px);
}
.mk-edge-slider .prev-item-caption,
.mk-edge-slider .next-item-caption {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
  white-space: nowrap;
  display: block;
  height: 100px;
  line-height: 100px;
  position: relative;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.mk-edge-slider .prev-item-caption {
  float: right;
  right: 300%;
}
.mk-edge-slider .next-item-caption {
  float: left;
  left: 300%;
}
.mk-edge-slider .prev-item-caption,
.mk-edge-slider .next-item-caption {
  background-color: rgba(0, 0, 0, 0.8);
}
.mk-edge-slider .mk-edge-next,
.mk-edge-slider .mk-edge-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 100px;
  margin-top: -50px;
  text-align: center;
  cursor: pointer;
}
.mk-edge-slider .mk-edge-next i,
.mk-edge-slider .mk-edge-prev i {
  font-size: 32px;
  line-height: 100px;
  width: 80px;
  display: inline-block;
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
}
.mk-edge-slider .mk-edge-next:hover,
.mk-edge-slider .mk-edge-prev:hover {
  color: #000 !important;
}
.mk-edge-slider .mk-edge-next:hover .prev-item-caption,
.mk-edge-slider .mk-edge-prev:hover .prev-item-caption {
  right: 0;
}
.mk-edge-slider .mk-edge-next:hover .next-item-caption,
.mk-edge-slider .mk-edge-prev:hover .next-item-caption {
  left: 0;
}
.mk-edge-slider .mk-edge-next:hover .edge-nav-bg {
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transform: perspective(300px) rotateY(0deg);
  -moz-transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -o-transform: perspective(300px) rotateY(0deg);
  transform: rotateY(0deg);
}
.mk-edge-slider .mk-edge-prev:hover .edge-nav-bg {
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transform: perspective(300px) rotateY(0deg);
  -moz-transform: perspective(300px) rotateY(0deg);
  -ms-transform: perspective(300px) rotateY(0deg);
  -o-transform: perspective(300px) rotateY(0deg);
  transform: rotateY(0deg);
}
.mk-edge-slider .edge-slide-content.caption-light .mk-edge-title,
.mk-edge-slider .edge-slide-content.caption-light .mk-edge-desc {
  color: #fff !important;
}
.mk-edge-slider .edge-slide-content.caption-dark .mk-edge-title,
.mk-edge-slider .edge-slide-content.caption-dark .mk-edge-desc {
  color: #222 !important;
}
.mk-edge-slider .edge-fade-in,
.mk-edge-slider .edge-slide-top,
.mk-edge-slider .edge-slide-left,
.mk-edge-slider .edge-slide-bottom,
.mk-edge-slider .edge-slide-right,
.mk-edge-slider .edge-scale-down {
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -ms-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  opacity: 0;
}
.mk-edge-slider .mk-edge-title {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 50px;
  line-height: 110%;
}
.mk-edge-slider .mk-edge-desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
.mk-edge-slider .edge-buttons {
  margin-top: 30px;
}
.mk-edge-slider .swiper-slide-active .edge-fade-in {
  opacity: 1;
}
.mk-edge-slider .edge-slide-top {
  -webkit-transform: translate(0, -300%);
  -moz-transform: translate(0, -300%);
  -ms-transform: translate(0, -300%);
  -o-transform: translate(0, -300%);
}
.mk-edge-slider .swiper-slide-active .edge-slide-top {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-slider .edge-slide-left {
  -webkit-transform: translate(-300%, 0);
  -moz-transform: translate(-300%, 0);
  -ms-transform: translate(-300%, 0);
  -o-transform: translate(-300%, 0);
}
.mk-edge-slider .swiper-slide-active .edge-slide-left {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-slider .edge-slide-bottom {
  -webkit-transform: translate(0, 300%);
  -moz-transform: translate(0, 300%);
  -ms-transform: translate(0, 300%);
  -o-transform: translate(0, 300%);
}
.mk-edge-slider .swiper-slide-active .edge-slide-bottom {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-slider .edge-slide-right {
  -webkit-transform: translate(300%, 0);
  -moz-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  -o-transform: translate(300%, 0);
}
.mk-edge-slider .swiper-slide-active .edge-slide-right {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-slider .edge-scale-down {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.mk-edge-slider .swiper-slide-active .edge-scale-down {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-edge-slider .edge-flip-x,
.mk-edge-slider .edge-flip-y {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-perspective: 1000;
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.mk-edge-slider .swiper-slide-active .edge-flip-x {
  -webkit-animation-name: mk_flip_x;
  -moz-animation-name: mk_flip_x;
  -o-animation-name: mk_flip_x;
  animation-name: mk_flip_x;
  opacity: 1;
}
.mk-edge-slider .swiper-slide-active .edge-flip-y {
  -webkit-animation-name: mk_flip_y;
  -moz-animation-name: mk_flip_y;
  -o-animation-name: mk_flip_y;
  animation-name: mk_flip_y;
  opacity: 1;
}
.mk-edge-slider .edge-skip-slider {
  position: absolute;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
  z-index: 10;
  margin: -24px 0 0 -24px;
}
.mk-edge-slider .edge-skip-slider i {
  color: #fff;
  font-size: 48px;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-edge-slider .mk-grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .mk-edge-slider .mk-edge-title {
    font-weight: 600;
    font-size: 40px;
  }
  .mk-edge-slider .mk-edge-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
  }
  .mk-edge-slider .edge-slide-content {
    width: 80%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-edge-slider .mk-grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .mk-edge-slider .mk-edge-next,
  .mk-edge-slider .mk-edge-prev {
    display: none;
  }
  .mk-edge-slider .mk-edge-title {
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 130% !important;
  }
  .mk-edge-slider .mk-edge-desc {
    font-size: 14px;
    line-height: 22px !important;
  }
  .mk-edge-slider .edge-buttons .mk-button {
    padding: 10px 12px !important;
    font-size: 10px !important;
    margin-right: 15px !important;
  }
  .mk-edge-slider .mk-button-align.left,
  .mk-edge-slider .mk-button-align.center,
  .mk-edge-slider .mk-button-align.right {
    width: auto !important;
    margin-bottom: 6px;
  }
  .mk-edge-slider .edge-slide-content {
    width: 100% !important;
  }
}
.edge-slider-holder {
  z-index: 10;
}
.edge-slider-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  left: 0;
  top: 0;
}
.mk-edge-one-pager .mk-grid {
  position: relative;
  z-index: 14;
}
.mk-edge-one-pager .section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.mk-edge-one-pager .section .edge-slide-content {
  margin-top: 100px;
}
.mk-edge-one-pager .section.left_top .edge-slide-content,
.mk-edge-one-pager .section.center_top .edge-slide-content,
.mk-edge-one-pager .section.right_top .edge-slide-content {
  margin-top: 120px;
}
.mk-edge-one-pager .section.center_top .mk-edge-title,
.mk-edge-one-pager .section.center_center .mk-edge-title,
.mk-edge-one-pager .section.center_bottom .mk-edge-title,
.mk-edge-one-pager .section.center_top .mk-edge-desc,
.mk-edge-one-pager .section.center_center .mk-edge-desc,
.mk-edge-one-pager .section.center_bottom .mk-edge-desc,
.mk-edge-one-pager .section.center_top .edge-buttons,
.mk-edge-one-pager .section.center_center .edge-buttons,
.mk-edge-one-pager .section.center_bottom .edge-buttons {
  text-align: center;
}
.mk-edge-one-pager .section.center_top .edge-slide-content,
.mk-edge-one-pager .section.center_center .edge-slide-content,
.mk-edge-one-pager .section.center_bottom .edge-slide-content {
  margin-right: auto;
  margin-left: auto;
}
.mk-edge-one-pager .section.right_top,
.mk-edge-one-pager .section.right_center,
.mk-edge-one-pager .section.right_bottom {
  text-align: right;
}
.mk-edge-one-pager .section.right_top .edge-slide-content,
.mk-edge-one-pager .section.right_center .edge-slide-content,
.mk-edge-one-pager .section.right_bottom .edge-slide-content {
  float: right;
}
.mk-edge-one-pager .edge-slide-content.caption-light .mk-edge-title,
.mk-edge-one-pager .edge-slide-content.caption-light .mk-edge-desc {
  color: #fff !important;
}
.mk-edge-one-pager .edge-slide-content.caption-dark .mk-edge-title,
.mk-edge-one-pager .edge-slide-content.caption-dark .mk-edge-desc {
  color: #222 !important;
}
.mk-edge-one-pager .edge-fade-in,
.mk-edge-one-pager .edge-slide-top,
.mk-edge-one-pager .edge-slide-left,
.mk-edge-one-pager .edge-slide-bottom,
.mk-edge-one-pager .edge-slide-right,
.mk-edge-one-pager .edge-scale-down {
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -ms-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
  opacity: 0;
}
.mk-edge-one-pager .mk-edge-title {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 50px;
  line-height: 110%;
}
.mk-edge-one-pager .mk-edge-desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
.mk-edge-one-pager .edge-buttons {
  margin-top: 30px;
}
.mk-edge-one-pager .active .edge-fade-in {
  opacity: 1;
}
.mk-edge-one-pager .edge-slide-top {
  -webkit-transform: translate(0, -300%);
  -moz-transform: translate(0, -300%);
  -ms-transform: translate(0, -300%);
  -o-transform: translate(0, -300%);
}
.mk-edge-one-pager .active .edge-slide-top {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-one-pager .edge-slide-left {
  -webkit-transform: translate(-300%, 0);
  -moz-transform: translate(-300%, 0);
  -ms-transform: translate(-300%, 0);
  -o-transform: translate(-300%, 0);
}
.mk-edge-one-pager .active .edge-slide-left {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-one-pager .edge-slide-bottom {
  -webkit-transform: translate(0, 300%);
  -moz-transform: translate(0, 300%);
  -ms-transform: translate(0, 300%);
  -o-transform: translate(0, 300%);
}
.mk-edge-one-pager .active .edge-slide-bottom {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-one-pager .edge-slide-right {
  -webkit-transform: translate(300%, 0);
  -moz-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  -o-transform: translate(300%, 0);
}
.mk-edge-one-pager .active .edge-slide-right {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.mk-edge-one-pager .edge-scale-down {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.mk-edge-one-pager .active .edge-scale-down {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mk-edge-one-pager .edge-flip-x,
.mk-edge-one-pager .edge-flip-y {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-perspective: 1000;
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.mk-edge-one-pager .active .edge-flip-x {
  -webkit-animation-name: mk_flip_x;
  -moz-animation-name: mk_flip_x;
  -o-animation-name: mk_flip_x;
  animation-name: mk_flip_x;
  opacity: 1;
}
.mk-edge-one-pager .active .edge-flip-y {
  -webkit-animation-name: mk_flip_y;
  -moz-animation-name: mk_flip_y;
  -o-animation-name: mk_flip_y;
  animation-name: mk_flip_y;
  opacity: 1;
}
.mk-edge-one-pager .edge-skip-slider {
  position: absolute;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
  z-index: 10;
  margin: -24px 0 0 -24px;
}
.mk-edge-one-pager .edge-skip-slider i {
  color: #fff;
  font-size: 48px;
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-edge-one-pager .mk-grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .mk-edge-one-pager .mk-edge-title {
    font-weight: 600;
    font-size: 40px;
  }
  .mk-edge-one-pager .mk-edge-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
  }
  .mk-edge-one-pager .edge-slide-content {
    width: 80%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-edge-one-pager .mk-grid {
    padding: 0 15px;
  }
  .mk-edge-one-pager .mk-edge-title {
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 130% !important;
  }
  .mk-edge-one-pager .mk-edge-desc {
    font-size: 14px;
    line-height: 22px !important;
  }
  .mk-edge-one-pager .edge-buttons .mk-button {
    padding: 10px 12px !important;
    font-size: 10px !important;
    margin-right: 15px !important;
  }
  .mk-edge-one-pager .mk-button-align.left,
  .mk-edge-one-pager .mk-button-align.center,
  .mk-edge-one-pager .mk-button-align.right {
    width: auto !important;
    margin-bottom: 6px;
  }
  .mk-edge-one-pager .edge-slide-content {
    width: 100% !important;
  }
}
/*
html, body {
    margin: 0;
    padding: 0;
	overflow:hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}*/
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slide,
.slidesContainer {
  height: 100%;
  display: block;
}
.slides {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section.table,
.slide.table {
  display: table;
  width: 100%;
}
.tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.slidesContainer {
  float: left;
  position: relative;
}
.controlArrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}
.controlArrow.prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.scrollable {
  overflow: scroll;
}
.easing {
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
#fullPage-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#fullPage-nav.right {
  right: 17px;
}
#fullPage-nav.left {
  left: 17px;
}
.fullPage-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fullPage-slidesNav.bottom {
  bottom: 17px;
}
.fullPage-slidesNav.top {
  top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fullPage-slidesNav li {
  display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fullPage-nav.light-skin li .active span,
.fullPage-slidesNav.light-skin .active span {
  background: #fff;
}
#fullPage-nav.dark-skin li .active span,
.fullPage-slidesNav.dark-skin .active span {
  background: #444;
}
#fullPage-nav span,
.fullPage-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  position: absolute;
  z-index: 1;
}
#fullPage-nav.light-skin span,
.fullPage-slidesNav.light-skin span {
  border: 1px solid #fff;
}
#fullPage-nav.dark-skin span,
.fullPage-slidesNav.dark-skin span {
  border: 1px solid #444;
}
.fullPage-tooltip {
  display: none !important;
}
.fullPage-tooltip.right {
  right: 20px;
}
.fullPage-tooltip.left {
  left: 20px;
}
/* Blog Styles */
/*
*
*
*
*********************************************
Blog Classic Style
*********************************************
*/
.blog-classic-entry {
  display: block;
  overflow: hidden;
  margin-bottom: 90px;
  width: 100%;
  opacity: 0;
}
.blog-classic-entry .blog-entry-heading {
  position: relative;
  margin-bottom: 4px;
  padding: 0 6px;
}
.blog-classic-entry .blog-entry-heading .blog-title {
  margin: 0;
  padding-right: 100px;
  font-size: 22px !important;
  line-height: 28px;
  display: inline-block;
}
.blog-classic-entry .blog-entry-heading .blog-comments,
.blog-classic-entry .blog-entry-heading .mk-love-holder {
  display: inline-block;
  float: right;
  color: #d5d5d5;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  padding-left: 8px;
  line-height: 14px;
  margin-top: 6px;
}
.blog-classic-entry .blog-entry-heading .blog-comments .mk-love-count,
.blog-classic-entry .blog-entry-heading .mk-love-holder .mk-love-count {
  color: #d5d5d5;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.blog-classic-entry .blog-entry-heading .blog-comments i,
.blog-classic-entry .blog-entry-heading .mk-love-holder i {
  font-size: 16px;
  padding-right: 3px;
  color: #d7d7d7;
}
.blog-classic-entry .blog-entry-heading .mk-love-holder {
  padding-right: 8px;
  border-right: 1px solid #eee;
}
.blog-classic-entry .blog-gallery-type .mk-slideshow-shortcode {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.blog-classic-entry .mk-video-wrapper,
.blog-classic-entry .featured-image,
.blog-classic-entry .mk-audio,
.blog-classic-entry .blog-gallery-type {
  margin-bottom: 20px;
}
.blog-classic-entry .blog-excerpt {
  padding: 0 6px;
}
.blog-classic-entry .audio-iframe {
  margin-bottom: 15px;
}
@media handheld, only screen and (max-width: 600px) {
  .blog-classic-entry {
    margin-bottom: 30px !important;
  }
  .blog-classic-entry .blog-title {
    display: block !important;
    margin-bottom: 10px !important;
  }
  .blog-classic-entry .blog-comments,
  .blog-classic-entry .mk-love-holder {
    float: left !important;
    border: none !important;
    margin: 20px 5px 15px 0;
    font-size: 14px !important;
    line-height: 30px;
  }
  .blog-classic-entry .blog-meta {
    display: block;
    clear: both;
  }
}
.blog-meta {
  line-height: 12px;
  margin-bottom: 15px;
  padding: 0 8px;
}
.blog-meta time,
.blog-meta .blog-categories {
  float: left;
}
.blog-meta time {
  margin-right: 6px;
}
.blog-meta a {
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}
/*
*
*
*
*********************************************
Blog Masonry Style
*********************************************
*/
.blog-masonry-entry {
  overflow: hidden;
  display: block;
  opacity: 0;
  float: left;
}
.blog-masonry-entry .item-holder {
  margin: 0 15px 30px 30px;
  background-color: #fdfdfd;
  border: 1px solid #eee;
  padding-bottom: 20px;
}
.blog-masonry-entry .post-type-icon {
  position: absolute;
  left: 0;
  top: 25px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #eee;
  border-right: none;
  display: block;
  color: #e3e3e3;
}
.blog-masonry-entry .post-type-icon:hover {
  color: #fff;
}
.blog-masonry-entry .post-type-icon i {
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.blog-masonry-entry .blog-meta {
  display: block;
  clear: both;
  margin: 0;
  padding: 10px 20px 5px;
}
.blog-masonry-entry .blog-meta time {
  padding-bottom: 5px;
}
.blog-masonry-entry .blog-entry-heading {
  position: relative;
  margin-bottom: 4px;
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #fdfdfd;
}
.blog-masonry-entry .blog-entry-heading .blog-title {
  margin: 0;
  padding: 0 0 10px;
  line-height: 22px;
  display: block;
}
.blog-masonry-entry .blog-entry-heading .blog-title a {
  color: #666666;
}
.blog-masonry-entry .blog-entry-heading .blog-comments,
.blog-masonry-entry .blog-entry-heading .mk-love-holder {
  display: inline-block;
  color: #d5d5d5;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  padding-left: 8px;
  margin-top: 8px;
  line-height: 14px;
}
.blog-masonry-entry .blog-entry-heading .blog-comments .mk-love-count,
.blog-masonry-entry .blog-entry-heading .mk-love-holder .mk-love-count {
  color: #d5d5d5;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.blog-masonry-entry .blog-entry-heading .blog-comments i,
.blog-masonry-entry .blog-entry-heading .mk-love-holder i {
  font-size: 16px;
  padding-right: 3px;
  color: #d7d7d7;
}
.blog-masonry-entry .blog-entry-heading .mk-love-holder {
  margin-left: 8px;
  border-left: 1px solid #eee;
}
.blog-masonry-entry .mk-video-wrapper,
.blog-masonry-entry .featured-image,
.blog-masonry-entry .mk-audio,
.blog-masonry-entry .blog-gallery-type .mk-image-slideshow {
  margin-bottom: 0;
}
.blog-masonry-entry .blog-excerpt {
  padding: 0 20px;
}
.blog-masonry-entry .audio-iframe {
  padding: 10px;
}
.blog-masonry-entry .jp-interface {
  border: none !important;
  background-color: transparent !important;
  padding: 0px 90px 0px 50px !important;
}
.blog-masonry-entry .jp-interface .jp-controls {
  left: 10px;
  top: 0px;
}
.blog-masonry-entry .jp-interface .js-volume-wrapper {
  right: 10px;
  top: 0px;
  margin-top: 0;
}
.blog-masonry-entry.one-column {
  width: 100%;
}
.blog-masonry-entry.one-column .blog-title {
  font-size: 16px !important;
  font-weight: normal !important;
}
.blog-masonry-entry.two-column {
  width: 49.8%;
}
.blog-masonry-entry.two-column .blog-title {
  font-size: 16px !important;
  font-weight: normal !important;
}
.blog-masonry-entry.three-column {
  width: 33.1%;
}
.blog-masonry-entry.three-column .blog-title {
  font-size: 13px !important;
  line-height: 18px;
  font-weight: bold !important;
}
.blog-masonry-entry.four-column {
  width: 24.8%;
}
.blog-masonry-entry.four-column .item-holder {
  padding-bottom: 15px;
}
.blog-masonry-entry.four-column .blog-meta {
  padding-right: 15px;
  padding-left: 15px;
}
.blog-masonry-entry.four-column .blog-excerpt {
  padding: 0 15px;
}
.blog-masonry-entry.four-column .blog-title {
  margin: 0;
  padding: 0 10px 0 8px;
  font-size: 12px !important;
  line-height: 18px;
  font-weight: bold;
  display: block;
}
.blog-masonry-entry.four-column .blog-title a {
  color: #666666;
}
.blog-masonry-entry.four-column .jp-interface {
  padding: 0 10px 40px !important;
}
.blog-masonry-entry.four-column .jp-controls {
  top: 38px;
  left: 10px;
}
.blog-masonry-entry.four-column .js-volume-wrapper {
  top: 38px;
  right: 10px;
}
@media handheld, only screen and (max-width: 960px) {
  .blog-masonry-entry.three-column,
  .blog-masonry-entry.four-column {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 650px) {
  .blog-masonry-entry.three-column,
  .blog-masonry-entry.four-column,
  .blog-masonry-entry.two-column,
  .blog-masonry-entry.one-column {
    width: 100% !important;
  }
}
/*
*
*
*
*********************************************
Blog List Style
*********************************************
*/
.blog-list-entry {
  padding-bottom: 30px;
  width: 100%;
  *zoom: 1;
}
.blog-list-entry:before,
.blog-list-entry:after {
  content: " ";
  display: table;
}
.blog-list-entry:after {
  clear: both;
}
.blog-list-entry .the-title {
  font-size: 14px !important;
  font-weight: bold !important;
  margin-bottom: 3px;
}
.blog-list-entry .listtype-meta {
  margin-bottom: 5px;
}
.blog-list-entry .listtype-meta time a {
  color: #999999;
}
.blog-list-entry .listtype-meta time,
.blog-list-entry .listtype-meta a,
.blog-list-entry .listtype-meta span {
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}
.blog-list-entry .post-type-icon {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #999999;
  color: #999999;
  margin: 5px 0 10px;
}
.blog-list-entry .post-type-icon i {
  font-size: 16px;
  line-height: 40px;
  display: block;
}
.blog-list-entry .post-type-icon:hover {
  color: #fff;
}
.blog-list-entry .mk-pagination {
  padding-top: 40px;
  margin-top: 50px;
  border-top: 1px solid #eee;
}
.blog-list-entry .list-posttype-col {
  width: 70px;
  float: left;
}
.blog-list-entry .list-content-col {
  float: left;
  display: block;
  width: 80%;
  padding-top: 6px;
  *zoom: 1;
}
.blog-list-entry .list-content-col:before,
.blog-list-entry .list-content-col:after {
  content: " ";
  display: table;
}
.blog-list-entry .list-content-col:after {
  clear: both;
}
@media handheld, only screen and (max-width: 600px) {
  .blog-list-entry .list-posttype-col {
    display: none;
  }
  .blog-list-entry .list-content-col {
    width: 100%;
  }
}
/*
*
*
*
*********************************************
Blog Thumb Style
*********************************************
*/
.blog-thumb-entry {
  padding-bottom: 30px;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  *zoom: 1;
}
.blog-thumb-entry:before,
.blog-thumb-entry:after {
  content: " ";
  display: table;
}
.blog-thumb-entry:after {
  clear: both;
}
.blog-thumb-entry .featured-image {
  width: 15%;
  float: left;
}
.blog-thumb-entry .featured-image img {
  width: 100%;
}
.blog-thumb-entry .blog-thumb-content {
  width: 85%;
  float: left;
  padding: 0 5px 0 15px;
}
.blog-thumb-entry .blog-title {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600 !important;
}
.blog-thumb-entry time a {
  font-weight: bold;
  font-size: 11px;
  font-style: italic;
  display: inline-block;
  line-height: 14px;
}
.blog-thumb-entry time a {
  color: #999999;
}
@media handheld, only screen and (max-width: 550px) {
  .blog-thumb-entry .blog-thumb-content {
    width: 100%;
    float: none;
    padding: 5px 0 15px;
  }
  .blog-thumb-entry .featured-image {
    width: 100%;
    float: none;
  }
  .blog-thumb-entry .featured-image img {
    width: 100%;
  }
}
/*
*
*
*
*********************************************
Blog Scroller Style
*********************************************
*/
.blog-scroller-entry {
  position: relative;
  overflow: hidden;
}
.blog-scroller-entry .blog-title {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold !important;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.blog-scroller-entry .blog-title a {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.blog-scroller-entry .blog-title {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.blog-scroller-entry:hover .blog-title {
  bottom: -200px;
}
.blog-scroller-arrows {
  width: 34px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: center;
}
.blog-scroller-arrows i {
  color: #fff;
  line-height: 32px;
  font-size: 16px;
}
.blog-scroller-arrows.mk-swiper-prev {
  left: 15px;
}
.blog-scroller-arrows.mk-swiper-next {
  right: 15px;
}
/*
*
*
*
*********************************************
Blog Magazine Style
*********************************************
*/
.blog-magazine-entry {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mk-magazine-wrapper {
  margin-bottom: 20px;
  *zoom: 1;
}
.mk-magazine-wrapper:before,
.mk-magazine-wrapper:after {
  content: " ";
  display: table;
}
.mk-magazine-wrapper:after {
  clear: both;
}
.magazine-featured-post .magazine-posttype-icon {
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 16px;
}
.magazine-featured-post .blog-title {
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
  z-index: 15;
}
.magazine-featured-post .blog-title a {
  font-weight: bold;
  color: #fff;
}
.magazine-featured-post .blog-meta {
  background-color: #fafafa;
  padding: 12px;
}
.magazine-featured-post time a {
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}
.magazine-featured-post time {
  display: inline-block;
  margin-top: 3px;
}
.magazine-featured-post .blog-categories {
  margin: 3px 10px 0 0;
}
.magazine-featured-post .mk-love-holder,
.magazine-featured-post .blog-comments {
  display: inline-block;
  float: right;
  margin: 4px 0 4px 4px;
}
.magazine-featured-post .mk-love-holder i,
.magazine-featured-post .blog-comments i {
  font-size: 16px;
  color: #d7d7d7;
}
.magazine-featured-post .blog-comments {
  padding-left: 8px;
  border-left: 1px solid #eee;
}
.magazine-featured-post .blog-comments i {
  margin-right: 4px;
  font-size: 16px;
}
.magazine-thumb-post {
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #eee;
  *zoom: 1;
}
.magazine-thumb-post:before,
.magazine-thumb-post:after {
  content: " ";
  display: table;
}
.magazine-thumb-post:after {
  clear: both;
}
.magazine-thumb-post .blog-title {
  font-size: 13px;
  font-weight: 400 !important;
  margin: 5px 0;
}
.magazine-thumb-post time a,
.magazine-thumb-post .blog-cat a {
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  line-height: 14px;
}
.magazine-thumb-post time a {
  color: #999999;
}
.magazine-thumb-post .blog-cat {
  padding-left: 5px;
}
.magazine-thumb-post .featured-image {
  width: 12%;
  float: left;
}
.magazine-thumb-post .blog-thumb-content {
  width: 88%;
  float: left;
  padding: 5px 5px 0 20px;
}
.mag-one-column .magazine-featured-post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.mag-two-column-right .magazine-featured-post,
.mag-two-column-left .magazine-featured-post {
  width: 50%;
  float: right;
  position: relative;
}
.mag-two-column-right .magazine-featured-post:before,
.mag-two-column-left .magazine-featured-post:before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #eee;
}
.mag-two-column-right .magazine-thumb-post,
.mag-two-column-left .magazine-thumb-post {
  width: 50%;
}
.mag-two-column-right .magazine-featured-post {
  float: right;
  padding-left: 80px;
}
.mag-two-column-right .magazine-featured-post:before {
  left: 40px;
}
.mag-two-column-right .magazine-thumb-post {
  float: left;
}
.mag-two-column-left .magazine-featured-post {
  float: left;
  padding-right: 80px;
}
.mag-two-column-left .magazine-featured-post:before {
  right: 40px;
}
.mag-two-column-left .magazine-thumb-post {
  float: right;
}
@media handheld, only screen and (max-width: 680px) {
  .mag-two-column-right .magazine-featured-post,
  .mag-two-column-left .magazine-featured-post {
    width: 100%;
    float: none;
    padding: 0 0 30px;
  }
  .mag-two-column-right .magazine-featured-post:before,
  .mag-two-column-left .magazine-featured-post:before {
    display: none;
  }
  .mag-two-column-right .magazine-thumb-post,
  .mag-two-column-left .magazine-thumb-post {
    width: 100%;
  }
}
/*
*
*
*
*********************************************
Blog Tile Style
*********************************************
*/
.blog-tile-entry {
  overflow: hidden;
  display: block;
  opacity: 0;
  float: left;
}
.blog-tile-entry .item-holder {
  margin: 0 15px 50px 15px;
}
.blog-tile-entry .blog-meta {
  text-align: center;
  line-height: 13px;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.blog-tile-entry .blog-meta time,
.blog-tile-entry .blog-meta .blog-categories,
.blog-tile-entry .blog-meta .blog-comments,
.blog-tile-entry .blog-meta .mk-love-holder {
  float: none;
  display: inline-block;
  border-right: 1px solid #d2d2d2;
  padding: 0 6px;
  margin: 0;
}
.blog-tile-entry .blog-meta .mk-love-holder {
  margin-right: 7px;
  border: none;
}
.blog-tile-entry .blog-meta .mk-love-holder span {
  display: inline-block;
  font-size: 12px;
}
.blog-tile-entry .blog-meta .blog-comments i,
.blog-tile-entry .blog-meta .mk-love-holder i {
  font-size: 16px;
  color: #d7d7d7;
}
.blog-tile-entry .blog-gallery-type {
  position: relative;
  padding: 12px;
  border: 1px solid #efefef;
}
.blog-tile-entry .featured-image {
  position: relative;
  padding: 12px;
  border: 1px solid #efefef;
  z-index: 2;
  background-color: #fdfdfd;
}
.blog-tile-entry .featured-image img {
  width: 100%;
}
.blog-tile-entry .featured-image:hover .image-hover-overlay {
  opacity: 0.4;
}
.blog-tile-entry .grid-image-inner {
  position: relative;
  overflow: hidden;
}
.blog-tile-entry .blog-avatar {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
.blog-tile-entry .avatar {
  padding: 5px;
  border: 1px solid #efefef;
  margin: 0 auto;
  background-color: #fff;
}
.blog-tile-entry.image-post-type .blog-avatar,
.blog-tile-entry.portfolio-post-type .blog-avatar,
.blog-tile-entry.video-post-type .blog-avatar,
.blog-tile-entry.gallery-post-type .blog-avatar {
  margin-top: -55px;
}
.blog-tile-entry .mk-image-slideshow {
  margin-bottom: 0;
}
.blog-tile-entry .text-post-wrapper {
  padding: 15px;
  border: 1px solid #efefef;
  background: #fafafa;
}
.blog-tile-entry .mk-video-wrapper,
.blog-tile-entry .featured-image,
.blog-tile-entry .mk-audio,
.blog-tile-entry .blog-gallery-type {
  margin: 0 0 15px;
}
.blog-tile-entry .blog-gallery-type {
  background-color: #fdfdfd;
}
.blog-tile-entry .mk-video-wrapper {
  background-color: #fdfdfd;
  padding: 12px;
  border: 1px solid #efefef;
}
.blog-tile-entry .jp-audio {
  width: auto !important;
}
.blog-tile-entry.audio-post-type .blog-avatar {
  display: none;
}
.blog-tile-entry .blog-entry-heading {
  border: 1px solid #efefef;
  border-left: none;
  border-right: none;
  position: relative;
  padding: 6px 0 6px 15px;
  margin-bottom: 11px;
}
.blog-tile-entry .blog-entry-heading .blog-title {
  font-weight: 600 !important;
  line-height: 22px;
  padding-right: 40px;
  margin: 0;
}
.blog-tile-entry .blog-entry-heading i {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #d7d7d7;
  margin-top: -8px;
  text-align: center;
  font-size: 16px;
}
.blog-tile-entry .blog-excerpt {
  margin: 0 15px;
}
.blog-tile-entry.one-column {
  width: 100%;
  margin: 0 0 30px;
}
.blog-tile-entry.one-column .blog-title {
  font-size: 18px !important;
}
.blog-tile-entry.two-column {
  width: 50%;
}
.blog-tile-entry.two-column .blog-title {
  font-size: 18px !important;
}
.blog-tile-entry.three-column {
  width: 33%;
}
.blog-tile-entry.three-column .blog-title {
  font-size: 15px !important;
}
.blog-tile-entry.four-column {
  width: 25%;
}
.blog-tile-entry.four-column .blog-title {
  font-size: 13px !important;
}
.blog-tile-entry.four-column .blog-categories {
  border-right: none;
}
.blog-tile-entry.four-column .blog-avatar,
.blog-tile-entry.four-column .blog-comments,
.blog-tile-entry.four-column .mk-love-holder {
  display: none;
}
@media handheld, only screen and (max-width: 960px) {
  .blog-tile-entry.three-column,
  .blog-tile-entry.four-column {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 650px) {
  .blog-tile-entry.three-column,
  .blog-tile-entry.four-column,
  .blog-tile-entry.two-column,
  .blog-tile-entry.one-column {
    width: 100% !important;
  }
}
/*
*
*
*
*********************************************
Blog Modern Style
*********************************************
*/
.blog-modern-entry {
  position: relative;
  margin-bottom: 40px;
  opacity: 0;
  overflow: hidden;
}
.blog-modern-entry .hover-overlay {
  opacity: 0.3;
}
.blog-modern-entry:hover .hover-overlay {
  opacity: 0;
  top: -100%;
}
.blog-modern-entry:hover .blog-title {
  margin-top: -30px;
  opacity: 0;
}
.blog-modern-entry:hover .modern-featured-image img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.blog-modern-entry .blog-entry-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 14;
}
.blog-modern-entry .blog-title {
  font-size: 30px;
  font-weight: 300 !important;
  line-height: 36px;
  margin-bottom: 30px;
  display: block;
}
.blog-modern-entry .blog-title a {
  color: #fff;
}
.blog-modern-entry .blog-modern-button {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  line-height: 12px;
  padding: 14px 20px;
}
.blog-modern-entry .blog-modern-button:hover {
  color: #000;
  background-color: #fff;
}
.blog-modern-entry .blog-gallery-type .mk-image-slideshow {
  margin-bottom: 0;
}
.blog-modern-entry .slideshow-swiper-arrows {
  z-index: 15;
}
.blog-modern-entry .modern-featured-image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.blog-modern-entry .blog-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 30px;
  z-index: 14;
  margin: 0;
}
.blog-modern-entry time,
.blog-modern-entry .blog-categories,
.blog-modern-entry .post-type-icon {
  display: inline-block;
  float: left;
  font-weight: bold;
  font-style: italic;
}
.blog-modern-entry .post-type-icon {
  font-size: 16px;
  color: #fff;
  padding-right: 7px;
}
.blog-modern-entry time a {
  color: #fff;
}
.blog-modern-entry .blog-comments,
.blog-modern-entry .mk-love-holder {
  float: right;
  color: #fff;
  display: inline-block;
  padding-left: 6px;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}
.blog-modern-entry .blog-comments i,
.blog-modern-entry .mk-love-holder i {
  font-size: 16px;
}
@media handheld, only screen and (max-width: 767px) {
  .blog-modern-entry .blog-title {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .blog-modern-entry .blog-modern-button {
    display: none;
  }
  .blog-modern-entry .blog-meta {
    padding: 0 10px 10px;
  }
}
/*
*
*
*
*********************************************
Blog Slideshow Style
*********************************************
*/
.blog-slideshow-entry {
  position: relative;
}
.blog-slideshow-entry .blog-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.blog-slideshow-entry .post-type-icon,
.blog-slideshow-entry .blog-title {
  display: inline-block;
  float: left;
  font-weight: bold;
  font-style: italic;
}
.blog-slideshow-entry .blog-title {
  margin: 0;
  font-size: 14px;
  font-weight: bold !important;
}
.blog-slideshow-entry .blog-title a {
  color: #fff;
}
.blog-slideshow-entry .mk-love-holder {
  float: right;
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #eee;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}
.blog-slideshow-entry .mk-love-holder i {
  font-size: 16px;
}
.blog-slideshow-entry .post-type-icon {
  font-size: 16px;
  color: #fff;
  padding-right: 7px;
}
.blog-slideshow-entry time,
.blog-slideshow-entry .blog-categories {
  display: inline-block;
  float: right;
}
.blog-slideshow-entry time a {
  color: #fff;
}
@media handheld, only screen and (max-width: 767px) {
  .blog-slideshow-entry .blog-meta {
    display: none;
  }
}
/*
*
*
*
*********************************************
Blog Teaser Style
*********************************************
*/
.mk-blog-teaser .blog-slider-item {
  width: 66.667%;
  float: left;
}
.mk-blog-teaser .blog-teaser-side-item {
  overflow: hidden;
  float: left;
  position: relative;
}
.mk-blog-teaser .blog-teaser-side-item .item-holder {
  margin-left: 1px;
}
.mk-blog-teaser .blog-teaser-side-item.full-item {
  width: 33.33%;
}
.mk-blog-teaser .blog-teaser-side-item.half-item {
  width: 16.665%;
}
.mk-blog-teaser .blog-teaser-side-item.half-item .item-holder {
  margin-top: 1px;
}
.mk-blog-teaser .blog-teaser-side-item:hover .blog-title {
  bottom: -50px;
}
.mk-blog-teaser .blog-teaser-side-item .blog-title {
  position: absolute;
  left: 1px;
  bottom: 0;
  font-size: 13px;
  white-space: nowrap;
  margin: 0;
  padding: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.mk-blog-teaser .blog-teaser-side-item .blog-title a {
  color: #fff;
  font-weight: bold !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 98%;
  display: block;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-blog-teaser .blog-slider-item {
    width: 100%;
    float: none;
  }
  .mk-blog-teaser .blog-teaser-side-item .item-holder {
    margin-top: 1px;
  }
  .mk-blog-teaser .blog-teaser-side-item .item-featured-image {
    width: 100%;
  }
  .mk-blog-teaser .blog-teaser-side-item.full-item {
    width: 50%;
  }
  .mk-blog-teaser .blog-teaser-side-item.half-item {
    width: 25%;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-blog-teaser .blog-teaser-side-item.full-item {
    width: 100%;
    float: none;
  }
  .mk-blog-teaser .blog-teaser-side-item.half-item {
    width: 50%;
  }
}
/* * Pageination */
.mk-pagination {
  margin: 40px 0 0;
  text-align: left;
  position: relative;
}
.mk-pagination ul {
  margin: 0 50px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.mk-pagination ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.mk-pagination .page-number,
.mk-pagination .current-page {
  display: inline-block;
  text-align: left;
  font-size: 13px;
  margin: 0 2px;
  padding: 0 13px;
  color: #777;
  font-weight: bold;
  line-height: 32px;
}
.mk-pagination .current-page {
  background-color: #777777;
  color: #fff;
}
.mk-pagination .mk-pagination-next,
.mk-pagination .mk-pagination-previous {
  display: inline-block;
}
.mk-pagination .mk-pagination-previous {
  margin-right: -1px;
}
.mk-pagination .mk-pagination-next a,
.mk-pagination .mk-pagination-previous a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #777777;
  font-size: 16px;
  margin: 0;
  color: #777777;
  display: inline-block;
  position: relative;
}
.mk-pagination .mk-pagination-next a:before,
.mk-pagination .mk-pagination-previous a:before {
  font-size: 16px;
  display: block;
  line-height: 30px;
}
.mk-pagination .mk-pagination-next a:hover,
.mk-pagination .mk-pagination-previous a:hover {
  background-color: #777777;
  color: #fff;
}
.mk-pagination .mk-pagination-next a:before {
  content: "\e63c";
}
.mk-pagination .mk-pagination-previous a:before {
  content: "\e633";
}
.mk-page-links {
  margin: 10px 30px 20px 30px;
  color: #777;
  font-weight: bold;
}
.mk-page-links a {
  text-align: left;
  font-size: 13px;
  margin: 0 2px;
}
.mk-loadmore-button {
  margin: 40px auto;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  border-top: none;
  position: relative;
  color: #777777;
}
.mk-loadmore-button:before {
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #efefef;
  margin-left: -15px;
}
.mk-loadmore-button i {
  line-height: 30px;
}
.mk-loadmore-button:hover {
  background-color: #717171;
  color: #fff;
}
.mk-loadmore-button:hover i {
  color: #fff !important;
}
.mk-loadmore-button .mk-icon-refresh {
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  color: #b8b8b8;
  -moz-animation: spin 0.7s infinite linear;
  -o-animation: spin 0.7s infinite linear;
  -webkit-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
  display: none;
}
.mk-loadmore-button .mk-theme-icon-bottom-bigger {
  font-size: 16px;
  display: block;
}
.mk-loadmore-button .mk-icon-times {
  display: none;
  color: #b8b8b8;
  font-size: 16px;
}
.mk-loadmore-button.pagination-loading .mk-icon-refresh {
  display: block;
}
.mk-loadmore-button.pagination-loading .mk-theme-icon-bottom-bigger {
  display: none;
}
.mk-loadmore-button #infscr-loading {
  display: none !important;
}
.mk-loadmore-button.disable-pagination {
  cursor: default;
}
.mk-loadmore-button.disable-pagination .mk-icon-refresh,
.mk-loadmore-button.disable-pagination .mk-theme-icon-bottom-bigger {
  display: none;
}
.mk-loadmore-button.disable-pagination .mk-icon-times {
  display: block;
}
.small-preview,
.mk-post-nav .entry-info-wrap,
.mk-post-nav {
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mk-post-nav {
  position: fixed;
  height: 100px;
  top: 50%;
  background: #cccccc;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  margin-top: -55px;
  text-decoration: none;
  z-index: 200;
}
.mk-post-prev.mk-post-nav {
  padding-left: 30px;
}
.mk-post-next.mk-post-nav {
  padding-right: 30px;
}
.mk-post-nav:hover {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
}
.mk-post-nav .label {
  position: absolute;
  top: 50%;
  width: 12px;
  line-height: 22px;
  margin-top: -11px;
  font-size: 24px;
}
.mk-post-nav .entry-image {
  display: block;
}
.mk-post-nav .entry-image img {
  display: block;
  height: 100px;
  width: 100px;
}
.mk-post-prev {
  left: 0;
}
.mk-post-prev .label {
  left: 10px;
}
.mk-post-next {
  right: 0;
}
.mk-post-next .label {
  right: 10px;
}
.mk-post-next.with-image {
  text-align: right;
}
.mk-post-nav .entry-info {
  display: block;
  height: 80px;
  width: 248px;
  display: table;
}
.mk-post-next .entry-info {
  margin: 0 10px 0 1px;
}
.mk-post-prev .entry-info {
  margin: 0 1px 0 10px;
}
.mk-post-nav .entry-info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.65em;
}
.mk-post-nav .entry-info-wrap {
  width: 1px;
  overflow: hidden;
  display: block;
}
.mk-post-nav:hover .entry-info-wrap {
  width: 250px;
}
.mk-blog-single .post .mk-video-wrapper,
.mk-blog-single .post .featured-image,
.mk-blog-single .post .mk-audio,
.single-blog-gallery-type .mk-image-slideshow,
.mk-blog-single .post .audio-iframe {
  margin: 1px 30px 0;
}
.mk-blog-single .post .audio-iframe {
  margin-bottom: -5px;
}
.single-content {
  padding: 25px 40px 25px;
}
@media only screen and (max-width: 960px) {
  .single-content {
    padding: 15px 0px 20px;
  }
}
.entry-meta {
  position: relative;
}
.entry-meta .item-holder {
  background-color: #fafafa;
  background-color: rgba(0, 0, 0, 0.02);
  margin: 0 30px;
  padding: 15px 20px;
}
.entry-meta:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.06);
}
.entry-meta time,
.entry-meta .blog-categories {
  float: left;
}
.entry-meta time {
  margin-right: 6px;
}
.entry-meta a {
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}
.entry-meta .blog-comments,
.entry-meta .mk-love-holder {
  float: right;
  margin-left: 8px;
  color: #999999;
}
.entry-meta .single-type-icon {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -16px;
  text-align: center;
}
.entry-meta .single-type-icon i {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.mk-next-prev {
  float: right;
  margin-right: 40px;
  margin-bottom: -1px;
}
.mk-next-prev a {
  display: inline-block;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  text-align: center;
  color: #777777;
}
.mk-next-prev a i {
  font-size: 16px;
  line-height: 30px;
}
.mk-next-prev a:hover {
  color: #fff;
  background-color: #777777;
}
@media only screen and (max-width: 700px) {
  .mk-next-prev {
    float: none;
    margin: 15px auto;
    text-align: center;
  }
  .mk-next-prev a {
    border: 1px solid #eee;
  }
}
.single-post-tags {
  float: right;
  padding: 6px 15px 0 0;
}
.single-post-tags a {
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  padding: 0 3px;
}
@media only screen and (max-width: 700px) {
  .single-post-tags {
    float: none;
    padding: 0 0 20px;
    text-align: center;
  }
}
.single-social-share {
  float: left;
  padding: 0;
  margin: 0 0 0 40px;
}
.single-social-share li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0 8px;
  border-left: 1px solid #eee;
}
.single-social-share li:first-child {
  border: none;
}
.single-social-share li a {
  color: #d7d7d7;
  line-height: 12px;
}
.single-social-share li a i {
  font-size: 16px;
}
.single-social-share li a:hover {
  color: #545454;
}
.single-social-share li .mk-love-holder span {
  color: #d7d7d7;
}
@media only screen and (max-width: 700px) {
  .single-social-share {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
  .single-social-share a {
    margin-bottom: 10px !important;
  }
}
.about-author-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-left: none;
  border-right: none;
  margin-bottom: 40px;
}
.about-author-wrapper .item-holder {
  background-color: rgba(0, 0, 0, 0.02);
  margin: 0 30px;
}
.about-author-wrapper .avatar-box {
  float: left;
}
.about-author-wrapper .about-author-inner {
  margin-left: 160px;
  padding: 20px;
}
.about-author-wrapper .author-name {
  font-size: 13px;
  font-weight: bold;
  color: #555555;
}
.about-author-wrapper .author-desc {
  margin-top: 10px;
}
@media only screen and (max-width: 700px) {
  .about-author-wrapper {
    text-align: center;
  }
  .about-author-wrapper .avatar-box {
    float: none;
    margin: 0 auto;
  }
  .about-author-wrapper .about-author-inner {
    margin: 0;
    padding: 20px;
  }
}
/* Blog Similar posts */
.blog-similar-posts {
  margin-bottom: 70px;
}
.blog-similar-posts ul {
  margin: 0 30px;
  list-style: none;
  padding: 0;
}
.blog-similar-posts ul li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.blog-similar-posts ul li .item-holder {
  background-color: #fdfdfd;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid #efefef;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.blog-similar-posts ul li:last-child .item-holder {
  border: 1px solid #efefef;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.blog-similar-posts ul.three-column li {
  width: 33.33%;
}
.blog-similar-posts ul.four-column li {
  width: 25%;
}
@media only screen and (max-width: 960px) {
  .blog-similar-posts ul li {
    width: 50% !important;
  }
}
@media only screen and (max-width: 600px) {
  .blog-similar-posts ul li {
    width: 100% !important;
  }
}
.blog-similar-posts .mk-similiar-thumbnail {
  display: block;
  position: relative;
}
.blog-similar-posts .mk-similiar-thumbnail img {
  width: 100%;
}
.blog-similar-posts .mk-similiar-thumbnail .similar-post-type,
.blog-similar-posts .mk-similiar-thumbnail .post-hover-icon {
  z-index: 12;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.blog-similar-posts .mk-similiar-thumbnail .post-hover-icon {
  margin: -24px 0 0 -24px;
  font-size: 48px;
  opacity: 0;
}
.blog-similar-posts .mk-similiar-thumbnail .similar-post-type {
  margin: -8px 0 0 -8px;
  font-size: 16px;
}
.blog-similar-posts .mk-similiar-thumbnail:hover .hover-overlay {
  opacity: 0.9;
}
.blog-similar-posts .mk-similiar-thumbnail:hover .post-hover-icon {
  opacity: 1;
}
.blog-similar-posts .mk-similiar-thumbnail:hover .similar-post-type {
  opacity: 0;
}
.mk-similiar-title {
  padding: 14px 25px;
  line-height: 18px;
  font-size: 13px;
  color: #626262;
  display: block;
  text-align: left;
}
.single-post-fancy-title {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin: 50px 30px 40px;
  position: relative;
}
.single-post-fancy-title span {
  display: inline-block;
  position: relative;
  z-index: 3;
  padding-right: 10px;
}
.single-post-fancy-title:after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .single-post-fancy-title {
    display: block;
    text-align: center;
    margin: 30px 0 30px;
  }
  .single-post-fancy-title:after {
    display: none;
  }
}
.mk-commentlist {
  margin: 0 40px 40px 60px;
}
.mk-commentlist li {
  margin: 0 0 15px 40px;
  list-style: none;
}
.mk-commentlist li .mk-single-comment {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 70px 5px 20px;
  min-height: 60px;
  border: 1px solid #eee;
  background-color: #fafafa;
}
.mk-commentlist li .mk-single-comment:before {
  position: absolute;
  top: 50%;
  left: -7px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border: 1px solid #eee;
  border-right: none;
  border-top: none;
  background-color: #fafafa;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.mk-commentlist li .gravatar {
  position: absolute;
  top: 50%;
  left: -65px;
  display: inline-block;
  margin-top: -22px;
}
.mk-commentlist li .comment-meta {
  display: block;
  margin-bottom: 10px;
}
.mk-commentlist li .comment-author {
  float: left;
  margin: 6px 8px 0 0;
  color: #4c4c4c;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 13px;
}
.mk-commentlist li .comment-content {
  padding-top: 5px;
}
.mk-commentlist li .comment-time {
  display: inline-block;
  float: left;
  margin: 6px 16px 0 0;
  color: #9e9e9e;
  font-style: italic;
  font-size: 12px;
}
.mk-commentlist li .comment-reply a {
  right: 25px;
}
.mk-commentlist li .comment-reply a {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -16px;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  color: #bdbdbd;
  text-align: center;
  cursor: pointer;
}
.mk-commentlist li .comment-reply a i {
  line-height: 28px;
}
.mk-commentlist li .comment-reply a:hover {
  border-color: #efefef;
  background-color: #505050;
  color: #fff;
}
.mk-commentlist li .children {
  margin-bottom: 50px;
  margin-left: 80px;
}
.mk-commentlist #respond {
  margin: 0 0 30px 0 !important;
}
.mk-commentlist #respond .single-post-fancy-title {
  display: none;
}
#comments {
  padding-top: 10px;
}
.mk-commentlist li.pingback {
  position: relative;
  margin-bottom: 20px;
  padding: 15px !important;
  border: 1px solid #eee;
  background-color: #fafafa;
}
#cancel-comment-reply-link,
.logged-in-as {
  margin: 5px 0 !important;
  font-weight: 600 !important;
  font-style: italic !important;
  font-size: 12px !important;
}
#respond {
  margin: 0 30px 40px;
}
#respond .single-post-fancy-title {
  margin-right: 0;
  margin-left: 0;
}
form#commentform .comment-textarea {
  margin-bottom: 15px;
}
form#commentform .comment-textarea textarea {
  width: 100%;
  padding: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form#commentform .text-input::-webkit-input-placeholder,
form#commentform textarea::-webkit-input-placeholder {
  color: #666666;
}
form#commentform .text-input:-ms-input-placeholder,
form#commentform textarea:-ms-input-placeholder {
  color: #666666;
}
form#commentform .text-input:-moz-placeholder,
form#commentform textarea:-moz-placeholder {
  color: #666666;
}
.form-submit {
  text-align: center;
}
.form-submit #submit {
  margin: 0 auto;
  border: 1px solid #444;
  color: #444;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-submit #submit:hover {
  background-color: #444;
  color: #fff;
}
.comment-form-row {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding-right: 15px;
  width: 33%;
  position: relative;
}
.comment-form-row i {
  float: left;
  width: 43px !important;
  height: 43px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  z-index: 3;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  color: #666666;
}
.comment-form-row i.input-focused {
  color: #fff;
}
.comment-form-row input {
  padding: 12px 12px 12px 58px;
  width: 100%;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.comment-form-website {
  padding-right: 0;
}
@media only screen and (max-width: 960px) {
  .comment-form-row {
    margin-bottom: 7px;
    width: 100%;
  }
  form#commentform .comment-textarea textarea {
    margin-bottom: 6px;
    width: 100% !important;
  }
}
.bypostauthor {
  background-color: #fff;
}
.comment-reply-title {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 700px) {
  .mk-commentlist {
    margin: 0 20px;
  }
  .mk-commentlist .children {
    margin: 0 0 20px 0 !important;
  }
  .mk-commentlist .children .comment {
    margin-left: 0;
  }
  #respond {
    margin: 0 0 30px;
  }
}
/* Portfolio Styles */
.mk-portfolio-item .item-holder {
  margin: 0 1px 1px 0;
}
.mk-portfolio-item .portfolio-meta {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  text-align: center;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.mk-portfolio-item .portfolio-meta .portfolio-plus-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.mk-portfolio-item .portfolio-meta .portfolio-plus-icon i {
  font-size: 32px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  color: #fff;
  display: inline-block;
}
.mk-portfolio-item .the-title {
  margin: 10px auto 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
}
.mk-portfolio-item .the-title a,
.mk-portfolio-item .the-title span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
}
.mk-portfolio-item .portfolio-cats {
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  color: #fff;
}
.mk-portfolio-item .project-load {
  display: block;
}
.mk-portfolio-item .portfolio-entry-logo {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
}
.mk-portfolio-item .featured-image {
  line-height: 4px;
}
.mk-portfolio-item .featured-image:hover .portfolio-meta {
  opacity: 1;
}
.mk-portfolio-item .featured-image:hover .portfolio-plus-icon i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.mk-portfolio-item .featured-image:hover .portfolio-entry-logo {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  opacity: 0;
}
.mk-portfolio-item .portfolio-permalink {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  border: 1px solid #fff;
  color: #fff;
  -webkit-backface-visibility: hidden;
}
.mk-portfolio-item .portfolio-permalink:hover {
  background-color: #fff;
}
.mk-portfolio-item .portfolio-permalink i {
  font-size: 16px;
  line-height: 40px;
  display: block;
}
.mk-portfolio-item .masonry-border {
  position: absolute;
  z-index: 20;
}
.mk-portfolio-item .border-tb {
  width: 2px;
  height: 0;
  top: 0;
  left: 0;
}
.mk-portfolio-item .border-tr {
  width: 0;
  height: 2px;
  left: 0;
  top: 0;
}
.mk-portfolio-item .border-bt {
  width: 2px;
  height: 0;
  bottom: 0;
  right: 0;
}
.mk-portfolio-item .border-bl {
  height: 2px;
  width: 0;
  bottom: 0;
  right: 0;
}
.mk-portfolio-item.one-column {
  width: 100%;
}
.mk-portfolio-item.two-column {
  width: 49.94%;
}
.mk-portfolio-item.three-column {
  width: 33.3%;
}
.mk-portfolio-item.four-column {
  width: 24.94%;
}
.mk-portfolio-item.five-column {
  width: 19.98%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-portfolio-item.three-column,
  .mk-portfolio-item.four-column,
  .mk-portfolio-item.five-column {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 740px) {
  .mk-portfolio-item.three-column,
  .mk-portfolio-item.four-column,
  .mk-portfolio-item.two-column,
  .mk-portfolio-item.five-column {
    width: 100% !important;
  }
}
.masonry-portfolio-item {
  opacity: 0;
  position: relative;
}
.masonry-portfolio-item.regular-entry,
.masonry-portfolio-item.tall-entry {
  width: 24.98%;
}
.masonry-portfolio-item.wide-entry,
.masonry-portfolio-item.wide-tall-entry {
  width: 49.98%;
}
.masonry-portfolio-item .item-holder {
  margin: 0;
}
@media handheld, only screen and (max-width: 1300px) {
  .masonry-portfolio-item.wide-entry,
  .masonry-portfolio-item.wide-tall-entry {
    width: 100%;
  }
  .masonry-portfolio-item.regular-entry,
  .masonry-portfolio-item.tall-entry {
    width: 49.98%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .masonry-portfolio-item {
    width: 100% !important;
  }
}
.masonry-portfolio-item .featured-image {
  line-height: 4px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: none;
}
.masonry-portfolio-item .featured-image .item-featured-image {
  visibility: hidden;
  width: 100%;
}
.grid-portfolio-item {
  float: left;
  opacity: 0;
}
.standard-portfolio-item {
  float: left;
  opacity: 0;
}
.standard-portfolio-item .item-holder {
  margin: 0 8px 20px 8px;
  background-color: #fafafa;
  border: 1px solid #eee;
  padding-bottom: 15px;
}
.standard-portfolio-item .the-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #444;
  line-height: 20px;
  margin: 15px 15px 5px;
}
.standard-portfolio-item .portfolio-cats {
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  color: #666;
  margin: 0 15px;
}
.mk-isotop-filter {
  margin: 0 40px 40px;
}
.mk-isotop-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.mk-isotop-filter ul li {
  display: inline-block;
  margin: 0 5px 10px;
}
.mk-isotop-filter ul li a {
  padding: 14px 20px;
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  border: 1px solid #444;
  color: #444;
}
.mk-isotop-filter ul li a.current,
.mk-isotop-filter ul li a:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-isotop-filter li {
    display: block !important;
  }
}
.ajax-container {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.ajax-container .portfolio-ajax-gallery .mk-image-slideshow {
  padding: 0;
  margin: 0;
}
.portfolio-ajax-holder {
  margin: 36px 0 20px;
  border: 1px solid #eee;
  background-color: #fff;
  position: relative;
  *zoom: 1;
}
.portfolio-ajax-holder:before,
.portfolio-ajax-holder:after {
  content: " ";
  display: table;
}
.portfolio-ajax-holder:after {
  clear: both;
}
.portfolio-ajax-holder .alt-title span {
  background-color: #fff !important;
}
.ajax_project {
  padding: 30px;
  overflow: hidden;
}
.ajax-controls {
  position: absolute;
  right: 0;
  top: -32px;
  text-align: center;
  color: #777777;
}
.ajax-controls i {
  font-size: 16px;
  line-height: 30px;
}
.ajax-controls a {
  display: inline-block;
  margin: 0 -1px;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  text-align: center;
}
.ajax-controls a.close-ajax {
  background-color: #eeeeee;
}
.ajax-controls a.next-ajax {
  border-left: none;
  border-right: none;
  width: 32px;
}
.ajax-controls a:hover {
  background-color: #777777;
  color: #fff;
}
.project_content_section {
  width: 33%;
  float: right;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.project_preview_section {
  width: 66%;
  float: left;
}
.project_preview_section.no-ajax-content {
  width: 100% !important;
}
@media handheld, only screen and (max-width: 767px) {
  .project_content_section,
  .project_preview_section {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }
}
.portfolio-loader {
  position: absolute;
  z-index: 10000;
  top: 30%;
  left: 50%;
  margin: -40px 0 0 -40px;
  display: none;
  width: 80px;
  line-height: 80px;
  text-align: center;
  height: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}
.portfolio-loader div {
  position: relative;
  left: auto;
  top: auto;
  margin: 18px 0 0;
}
.ajax-portfolio-social-share {
  float: none;
  padding: 0;
  margin: 0 0 10px -5px;
  text-align: left;
}
.flip-portfolio-item {
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.flip-portfolio-item:hover .flip-wrapper {
  -webkit-transform: translateY(0%) rotateX(180deg);
  -moz-transform: translateY(0%) rotateX(180deg);
  -ms-transform: translateY(0%) rotateX(180deg);
  -o-transform: translateY(0%) rotateX(180deg);
}
.flip-portfolio-item .flip-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  position: relative;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  width: 100%;
  height: 100%;
}
.flip-portfolio-item figure {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  line-height: 4px;
  height: 100%;
  width: 100%;
}
.flip-portfolio-item figure.front {
  position: absolute;
  z-index: 2;
}
.flip-portfolio-item figure.back {
  z-index: 1;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
}
.flip-portfolio-item .flip-overlay {
  opacity: 0.6;
  background-color: #000 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.flip-portfolio-item .portfolio-meta {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  text-align: center;
  opacity: 1;
}
.flip-portfolio-item .the-title {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  line-height: 28px;
  margin-bottom: 10px;
  display: inline-block;
}
.flip-portfolio-item .cats {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  color: #fff;
}
.flip-portfolio-item.portfolio-four-column .the-title,
.flip-portfolio-item.portfolio-five-column .the-title {
  font-size: 20px;
}
@media handheld, only screen and (max-width: 1100px) {
  .flip-portfolio-item {
    width: 49.98%;
  }
}
.loop-main-wrapper {
  position: relative;
}
.portfolio-single-content {
  margin: 40px 30px;
}
.portfolio-single-content.no-padding {
  margin-bottom: 0;
  margin-top: 0;
}
.single-portfolio-slideshow .mk-slideshow-shortcode,
.portfolio-featured-image {
  margin-bottom: 24px;
}
.portfolio-social-share {
  float: right;
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
  z-index: 4;
}
@media handheld, only screen and (max-width: 600px) {
  .portfolio-social-share {
    float: none;
    display: block;
    margin: 40px auto 20px;
  }
}
.portfolio-similar-posts {
  margin-bottom: 40px;
}
.portfolio-similar-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.portfolio-similar-posts ul.three-column li {
  width: 33.33%;
}
.portfolio-similar-posts ul.four-column li {
  width: 25%;
}
.portfolio-similar-posts ul li {
  vertical-align: top;
  display: inline-block;
  margin: 0;
}
@media handheld, only screen and (max-width: 1000px) {
  .portfolio-similar-posts ul li {
    width: 50% !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .portfolio-similar-posts ul li {
    width: 100% !important;
  }
}
/* Modules */
/* * Shortcodes */
/* Shortcode:Drop Caps
-------------------------------------------------------------------- */
.mk-dropcaps {
  display: inline-block;
  float: left;
  margin: 5px 8px 0 0;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.mk-dropcaps.square-custom,
.mk-dropcaps.circle-custom {
  color: #fff !important;
}
.mk-dropcaps.circle-custom,
.mk-dropcaps.circle-default {
  margin-top: 3px;
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.mk-dropcaps.circle-default,
.mk-dropcaps.square-default {
  border: 1px solid #eee;
  background-color: #fafafa;
}
/* Shortcode:Highlight
-------------------------------------------------------------------- */
.mk-highlight {
  margin: 0 2px;
  padding: 1px 4px;
}
.mk-highlight.default-highlight {
  padding: 1px 6px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #ededed;
}
.mk-highlight.custom-highlight {
  color: #fff;
  font-weight: 600;
}
/* Shortcode: Skill Meter
-------------------------------------------------------------------- */
.mk-skill-meter {
  margin-bottom: 18px;
}
.mk-skill-meter .mk-skill-meter-title {
  display: block;
  margin-bottom: 5px;
  color: #777;
  line-height: 13px;
  font-weight: bold;
}
.mk-skill-meter .mk-progress-bar {
  position: relative;
  display: inline-block;
  height: 17px;
  border: 1px solid #eee;
  background-color: #fafafa;
  width: 100%;
}
.mk-skill-meter .mk-progress-bar .progress-outer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/* Shortcode : Animated Columns
-------------------------------------------------------------------- */
.mk-animated-columns {
  *zoom: 1;
}
.mk-animated-columns:before,
.mk-animated-columns:after {
  content: " ";
  display: table;
}
.mk-animated-columns:after {
  clear: both;
}
.mk-animated-columns.one-column .animated-column-item {
  width: 100%;
}
.mk-animated-columns.two-column .animated-column-item {
  width: 50%;
}
.mk-animated-columns.three-column .animated-column-item {
  width: 33.33%;
}
.mk-animated-columns.four-column .animated-column-item {
  width: 25%;
}
.mk-animated-columns.five-column .animated-column-item {
  width: 20%;
}
.mk-animated-columns.six-column .animated-column-item {
  width: 16.66%;
}
.mk-animated-columns.seven-column .animated-column-item {
  width: 14.28%;
}
.mk-animated-columns.eight-column .animated-column-item {
  width: 12.5%;
}
.mk-animated-columns.two-column .animated-column-item:nth-of-type(2n) {
  border-right-width: 1px;
}
.mk-animated-columns.three-column .animated-column-item:nth-of-type(3n) {
  border-right-width: 1px;
}
.mk-animated-columns.four-column .animated-column-item:nth-of-type(4n) {
  border-right-width: 1px;
}
.mk-animated-columns.five-column .animated-column-item:nth-of-type(5n) {
  border-right-width: 1px;
}
.mk-animated-columns.six-column .animated-column-item:nth-of-type(6n) {
  border-right-width: 1px;
}
.mk-animated-columns.seven-column .animated-column-item:nth-of-type(7n) {
  border-right-width: 1px;
}
.mk-animated-columns.eight-column .animated-column-item:nth-of-type(8n) {
  border-right-width: 1px;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-animated-columns.four-column .animated-column-item,
  .mk-animated-columns.five-column .animated-column-item,
  .mk-animated-columns.six-column .animated-column-item,
  .mk-animated-columns.seven-column .animated-column-item,
  .mk-animated-columns.eight-column .animated-column-item {
    width: 33.33% !important;
  }
  .mk-animated-columns.four-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.five-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.six-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.seven-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.eight-column .animated-column-item:nth-of-type(3n) {
    border-right-width: 1px;
  }
  .mk-animated-columns.four-column .animated-column-item:nth-of-type(4n),
  .mk-animated-columns.five-column .animated-column-item:nth-of-type(5n),
  .mk-animated-columns.six-column .animated-column-item:nth-of-type(6n),
  .mk-animated-columns.seven-column .animated-column-item:nth-of-type(7n),
  .mk-animated-columns.eight-column .animated-column-item:nth-of-type(8n) {
    border-right-width: 0;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-animated-columns.four-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.five-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.six-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.seven-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.eight-column .animated-column-item:nth-of-type(3n) {
    border-right-width: 0;
  }
  .mk-animated-columns.three-column .animated-column-item,
  .mk-animated-columns.four-column .animated-column-item,
  .mk-animated-columns.five-column .animated-column-item,
  .mk-animated-columns.six-column .animated-column-item,
  .mk-animated-columns.seven-column .animated-column-item,
  .mk-animated-columns.eight-column .animated-column-item {
    width: 100% !important;
    border-right-width: 1px !important;
  }
}
.mk-animated-columns .simple-style a {
  display: block;
  width: 100%;
  height: 100%;
}
.animated-column-item {
  float: left;
  display: table;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: background 0.2s ease-out 0;
  -moz-transition: background 0.2s ease-out 0s;
  -o-transition: background 0.2s ease-out 0;
  transition: background 0.2s ease-out 0;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animated-column-holder {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.full-style .animated-column-icon {
  padding-bottom: 30px;
  display: block;
}
.simple-style .animated-column-icon {
  display: block;
}
.simple-style .animated-column-title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: -100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.simple-style .animated-column-title span {
  display: block;
}
.animated-column-title {
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.full-style .animated-column-title {
  padding-bottom: 10px;
}
.animated-column-desc {
  line-height: 26px;
  font-size: 12px;
  position: relative;
  padding: 20px 30px;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animated-column-btn {
  position: absolute;
  top: 100%;
  text-align: center;
  width: 100%;
}
.animated-column-btn .mk-button {
  margin: 0 auto;
}
/* Shortcode:Milestone
-------------------------------------------------------------------- */
.mk-milestone {
  margin-bottom: 20px;
  text-align: center;
}
.mk-milestone .milestone-number {
  line-height: 50px;
  font-weight: 300;
  padding: 0 10px 15px;
  border-bottom: 1px solid #eee;
  display: inline-block;
}
.mk-milestone .milestone-number.content-none {
  border: none;
}
.mk-milestone .milestone-text {
  font-weight: bold;
  padding-top: 10px;
}
.mk-milestone i {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #eee;
  border-top: none;
  margin: 0 auto;
  display: block;
  font-size: 16px;
}
/* Charts
-------------------------------------------------------------------- */
.mk-chart {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.mk-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mk-chart i,
.mk-chart .chart-custom-text,
.mk-chart .chart-percent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  color: #444;
  text-align: center;
}
.mk-chart i {
  font-size: 48px;
}
.mk-chart .chart-custom-text {
  font-size: 18px;
}
.mk-chart .chart-percent {
  font-weight: 600;
  font-size: 16px;
}
.mk-chart-desc {
  display: block;
  text-align: center;
  font-size: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-chart {
    margin: 0 auto;
  }
}
/* Shortcode:Image
-------------------------------------------------------------------- */
.mk-image {
  position: relative;
  overflow: hidden;
  line-height: 4px;
}
.mk-image.align-left {
  text-align: left;
}
.mk-image.align-right {
  float: right;
}
.mk-image.align-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.mk-image img {
  position: relative;
  z-index: 6;
  line-height: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-image .mk-image-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  text-align: center;
}
.mk-image .mk-image-hover i {
  font-size: 32px;
  color: #fff;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  opacity: 0;
  display: inline-block;
}
.mk-image .mk-image-caption {
  line-height: 24px;
  font-size: 13px;
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff !important;
  position: relative;
  opacity: 0;
}
.mk-image:hover .hover-overlay {
  opacity: 0.7;
}
.mk-image:hover .mk-image-hover i,
.mk-image:hover .mk-image-caption {
  opacity: 1;
}
.mk-image:hover .mk-image-hover i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
/* Shortcode:Tables
-------------------------------------------------------------------- */
.mk-fancy-table {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px;
}
.mk-fancy-table table {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.mk-fancy-table th {
  padding: 18px 12px;
  background-color: #f7f7f7;
  color: #4b4b4b;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.mk-fancy-table tfoot td {
  padding: 8px;
}
.mk-fancy-table tfoot {
  background-color: #f3f3f3;
}
.mk-fancy-table tr {
  border-bottom: 1px dotted #dbdbdb;
}
.mk-fancy-table td {
  padding: 15px 12px;
  font-size: 13px;
  color: #4b4b4b;
  text-align: center;
}
/* Shortcode:List Styles
-------------------------------------------------------------------- */
.mk-list-styles ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-list-styles ul li {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px 0;
  padding: 0 0 0 30px;
  line-height: 20px;
}
.mk-list-styles ul li:before {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 16px;
  line-height: 24px;
}
/* Shortcode:List Styles
-------------------------------------------------------------------- */
.mk-image-box .image-box-title {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.mk-image-box .image-box-desc {
  font-size: 14px;
  line-height: 24px;
}
.mk-image-box .item-holder {
  padding: 30px;
}
.mk-image-box .featured-image {
  display: block;
}
/* Shortcode:Message Boxes
-------------------------------------------------------------------- */
.mk-message-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
  color: #fff;
}
.mk-message-box .mk-inner-grid {
  padding: 15px;
}
.mk-message-box .messagebox-content {
  display: block;
  margin: 16px 15px 16px 95px;
  padding: 12px 0 12px 20px;
  border-left: 1px solid #fff;
  font-size: 14px;
}
.mk-message-box .messagebox-content p {
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
}
.mk-message-box .messagebox-icon {
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 40px;
}
.mk-message-box.confirm-box {
  background-color: #a5de37;
}
.mk-message-box.love-box {
  background-color: #ff667a;
}
.mk-message-box.hint-box {
  background-color: #28cdfb;
}
.mk-message-box.solution-box {
  background-color: #f668ca;
}
.mk-message-box.alert-box {
  background-color: #ff4351;
}
.mk-message-box.warning-box {
  background-color: #fc880f;
}
.mk-message-box.star-box {
  background-color: #7b72e9;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-message-box .messagebox-content {
    padding: 60px 10px 10px 10px !important;
    text-align: center !important;
  }
  .mk-message-box .messagebox-icon {
    top: 15px !important;
    left: 50% !important;
    margin-top: 0 !important;
    margin-left: -20px !important;
  }
}
/* Shortcode:Button
-------------------------------------------------------------------- */
button.mk-button {
  outline: none;
  border: none;
  background: none;
  line-height: 100%;
}
.mk-button {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  zoom: 1;
  font-weight: bold;
  font-size: 12px;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.mk-button[type=submit],
.mk-button[type=button] {
  outline: none;
  border: none;
  font-weight: 600;
}
.mk-button.three-dimension-button:active {
  top: 2px !important;
}
.mk-button.outline-button {
  border: 1px solid #444;
  color: #444;
}
.mk-button.outline-button:hover {
  background-color: #444;
  color: #fff;
}
.mk-button.outline-button.light {
  border: 1px solid #fff;
  color: #fff;
}
.mk-button.outline-button.light:hover {
  background-color: #fff;
  color: #444;
}
.mk-button i {
  margin: 0px 10px 0 -10px;
  vertical-align: middle;
  border-right: 1px solid #fff;
  padding-right: 10px;
  line-height: 16px;
}
.mk-button.xxlarge {
  padding: 32px 60px;
  line-height: 100%;
  font-size: 15px;
}
.mk-button.xxlarge i {
  font-size: 16px;
}
.mk-button.xlarge {
  padding: 26px 50px;
  line-height: 100%;
  font-size: 13px;
}
.mk-button.xlarge i {
  font-size: 16px;
}
.mk-button.large {
  padding: 22px 42px;
  line-height: 100%;
}
.mk-button.large i {
  font-size: 16px;
}
.mk-button.medium {
  padding: 16px 25px;
  line-height: 100%;
}
.mk-button.medium i {
  font-size: 16px;
}
.mk-button.small {
  padding: 12px 22px;
  line-height: 100%;
}
.mk-button.small i {
  margin-top: -3px;
  font-size: 16px;
}
button.mk-button::-moz-focus-inner {
  border: none;
}
.mk-button-align {
  display: inline-block;
}
.mk-button-align.right {
  float: right;
}
.mk-button-align.center {
  display: block !important;
  text-align: center;
}
.mk-button-align.left {
  text-align: left;
}
@media handheld, only screen and (max-width: 770px) {
  .mk-button-align.left,
  .mk-button-align.center,
  .mk-button-align.right {
    width: 100%;
    text-align: center !important;
  }
  .mk-button-align.left .mk-button,
  .mk-button-align.center .mk-button,
  .mk-button-align.right .mk-button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px !important;
  }
}
/* Shortcode:Dividers
-------------------------------------------------------------------- */
.mk-divider {
  display: block;
  text-align: center;
}
.mk-divider.divider_one_half .divider-inner,
.mk-divider.divider_one_third .divider-inner,
.mk-divider.divider_one_fourth .divider-inner {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.mk-divider.divider_one_half .divider-inner {
  width: 50%;
}
.mk-divider.divider_one_third .divider-inner {
  width: 33.33%;
}
.mk-divider.divider_one_fourth .divider-inner {
  width: 25%;
}
.mk-divider.divider-single .divider-inner {
  height: 1px;
  border-bottom: 1px solid #dbdbdb;
}
.mk-divider.divider-dashed .divider-inner {
  height: 1px;
  border-bottom: 1px dashed #dbdbdb;
}
.mk-divider.divider-dotted .divider-inner {
  height: 1px;
  border-bottom: 1px dotted #dbdbdb;
}
.mk-divider.divider-thick .divider-inner {
  height: 5px;
  border-top: 3px solid #e4e4e4;
}
/* Shortcode:Full Width Box
-------------------------------------------------------------------- */
.mk-fullwidth-boxed {
  position: relative;
  display: block;
  padding: 30px;
}
/* Shortcode:Slideshow
-------------------------------------------------------------------- */
.mk-image-slideshow {
  position: relative;
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden;
}
.mk-image-slideshow img {
  margin: 0 auto;
}
.mk-image-slideshow .swiper-pagination {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.mk-image-slideshow .swiper-pagination-switch {
  display: inline-block;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  cursor: pointer;
}
.mk-image-slideshow .swiper-active-switch {
  background-color: #fff;
}
.mk-image-slideshow .swiper-container:hover .slideshow-swiper-arrows,
.mk-image-slideshow .swiper-container:hover .swiper-pagination {
  opacity: 1;
}
.mk-image-slideshow .swiper-container:hover .mk-swiper-next {
  right: 20px;
}
.mk-image-slideshow .swiper-container:hover .mk-swiper-prev {
  left: 20px;
}
.slideshow-swiper-arrows {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  opacity: 0;
}
.slideshow-swiper-arrows i {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.slideshow-swiper-arrows.mk-swiper-next {
  right: 30px;
}
.slideshow-swiper-arrows.mk-swiper-prev {
  left: 30px;
}
/* Shortcode:Content Slideshow
-------------------------------------------------------------------- */
/* Shortcode:Blockquotes
-------------------------------------------------------------------- */
blockquote {
  position: relative;
  margin: 15px 0;
  line-height: 24px;
  padding: 20px;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  font-style: italic;
}
.mk-blockquote {
  position: relative;
  margin: 15px 0;
  font-size: 16px;
  line-height: 24px;
  padding: 30px 45px;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  font-style: italic;
}
.mk-blockquote .mk-quote-left,
.mk-blockquote .mk-quote-right {
  position: absolute;
  font-size: 24px;
  color: #eee;
}
.mk-blockquote .mk-quote-left {
  top: 10px;
  left: 10px;
}
.mk-blockquote .mk-quote-right {
  bottom: 10px;
  right: 10px;
}
.mk-blockquote p {
  margin-bottom: 15px;
}
.mk-blockquote.align-left {
  text-align: left;
}
.mk-blockquote.align-right {
  text-align: right;
}
.mk-blockquote.align-center {
  text-align: center;
}
/* Shortcode:Testimanial Slider
-------------------------------------------------------------------- */
.mk-testimonial {
  margin: 3px 3px 20px;
}
.mk-testimonial .testimonial-author {
  display: block;
  color: #777;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
}
.mk-testimonial .swiper-slide {
  padding-right: 5px;
  padding-left: 5px;
}
.mk-testimonial .swiper-pagination {
  display: block;
  width: 100%;
  text-align: center;
}
.mk-testimonial .swiper-pagination-switch {
  display: inline-block;
  margin: 0 3px 6px;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(128, 128, 128, 0.2);
  cursor: pointer;
}
.mk-testimonial .swiper-active-switch {
  background-color: rgba(128, 128, 128, 0.1);
}
.mk-testimonial .testimonial-company {
  font-size: 12px;
  font-style: italic;
}
.mk-testimonial.boxed-style .swiper-slide {
  position: relative;
}
.mk-testimonial.boxed-style .testimonial-content {
  margin-left: 100px;
}
.mk-testimonial.boxed-style .testimonial-quote {
  margin-bottom: 8px;
  padding: 20px 25px;
  background-color: #fafafa;
  border: 1px solid #eee;
  position: relative;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
}
.mk-testimonial.boxed-style .testimonial-quote:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: -7px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #fafafa;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.mk-testimonial.boxed-style .testimonial-image {
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -35px;
}
.mk-testimonial.boxed-style .testimonial-author {
  margin-left: 25px;
}
.mk-testimonial.boxed-style .testimonial-company {
  margin-left: 25px;
}
.mk-testimonial.boxed-style .swiper-pagination {
  padding-left: 75px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-testimonial {
    text-align: center;
  }
  .mk-testimonial.boxed-style .testimonial-content {
    margin: 75px 0 0 !important;
  }
  .mk-testimonial.boxed-style .swiper-pagination {
    padding-left: 0 !important;
  }
  .mk-testimonial .testimonial-image {
    left: 50% !important;
    top: -75px !important;
    margin: 0 0 0 -25px !important;
  }
  .mk-testimonial.boxed-style .testimonial-quote:before {
    top: -7px !important;
    margin: 0 0 0 -7px !important;
    left: 50% !important;
    border: 1px solid #eee !important;
    border-right: none !important;
    border-bottom: none !important;
  }
  .mk-testimonial .testimonial-company,
  .mk-testimonial .testimonial-author {
    margin: 0 !important;
  }
}
.mk-testimonial.quote-style {
  text-align: center;
}
.mk-testimonial.quote-style .testimonial-quote {
  position: relative;
  display: block;
  padding: 20px 25px;
  border: 1px solid rgba(128, 128, 128, 0.15);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
  font-style: italic;
}
.mk-testimonial.quote-style .testimonial-quote:before {
  position: absolute;
  bottom: -8px;
  margin-left: -7px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(128, 128, 128, 0.15);
}
.mk-testimonial.quote-style .testimonial-footer-note {
  display: inline-block;
  padding: 5px 0;
  text-align: center;
}
.mk-testimonial.light-skin.quote-style .testimonial-quote {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.mk-testimonial.light-skin.quote-style .testimonial-quote:before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.mk-testimonial.light-skin.quote-style .testimonial-author {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
.mk-testimonial.light-skin.quote-style .swiper-pagination-switch {
  border-color: rgba(255, 255, 255, 0.2);
}
.mk-testimonial.light-skin.quote-style .swiper-active-switch {
  background-color: rgba(255, 255, 255, 0.3);
}
/* Shortcode:Tabs
-------------------------------------------------------------------- */
.mk-tabs {
  margin-bottom: 20px;
}
.mk-tabs .mk-tabs-tabs {
  position: relative;
  z-index: 10;
  padding: 0;
  list-style: none;
}
.mk-tabs .mk-tabs-tabs li {
  margin: 0;
  position: relative;
}
.mk-tabs .mk-tabs-tabs li.ui-state-active > a {
  cursor: default;
}
.mk-tabs .mk-tabs-tabs li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #919191;
  display: block;
  line-height: 100%;
}
.mk-tabs .mk-tabs-tabs li a i {
  font-size: 16px;
  padding-right: 5px;
}
.mk-tabs .mk-tabs-panes {
  position: relative;
  z-index: 1;
  margin: 0;
}
.mk-tabs .mk-tabs-panes .mk-tabs-pane .inner-box {
  padding: 30px;
  display: block;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs {
  margin: 0 0 -1px 0;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li {
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li a {
  padding: 14px 25px 15px;
  margin-top: 8px;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.tab-with-icon > a {
  padding: 14px 25px 12px;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-panes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.mk-tabs.style1-tabs.horizontal-style .mk-tabs-panes .mk-tabs-pane {
  padding-bottom: 20px;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs {
  padding: 40px 0;
  margin: 0;
  width: 231px;
  display: block;
  float: left;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li a {
  padding: 15px 10px 15px 20px;
  margin-left: 10px;
  line-height: 18px;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-panes {
  margin-left: 230px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
}
.mk-tabs.style1-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
  padding: 0 20px 0 0;
  float: left;
  width: 100%;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs {
  margin: 0 0 -1px 0;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li {
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.015);
  white-space: nowrap;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li a {
  padding: 20px 25px 18px;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li.tab-with-icon > a {
  padding: 19px 25px 16px;
}
.mk-tabs.style2-tabs.horizontal-style .mk-tabs-panes {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs {
  padding: 0;
  margin: 0;
  width: 231px;
  display: block;
  float: left;
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.015);
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li a {
  padding: 18px 10px 18px 25px;
  line-height: 18px;
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-panes {
  margin-left: 230px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style2-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
  padding: 0;
  float: left;
  width: 100%;
}
.mk-tabs.style3-tabs {
  text-align: center;
}
.mk-tabs.style3-tabs .mk-tabs-tabs {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.style3-tabs .mk-tabs-tabs li {
  display: inline-block;
  white-space: nowrap;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.ui-state-active {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.015);
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.ui-state-active:last-child {
  border-right: none;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.ui-state-active:first-child {
  border-left: none;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li a {
  padding: 20px 25px 18px;
}
.mk-tabs.style3-tabs .mk-tabs-tabs li.tab-with-icon > a {
  padding: 19px 25px 16px;
}
.mk-tabs.style3-tabs .mk-tabs-panes {
  padding: 0;
  text-align: left;
}
.mk-tabs.style3-tabs .mk-tabs-panes .inner-box {
  padding: 30px 0;
}
@media handheld, only screen and (max-width: 650px) {
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: -2px;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li {
    display: block;
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none !important;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:last-child {
    border-bottom: none;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li.ui-state-active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li a {
    margin-top: 0;
  }
  .mk-tabs.style1-tabs.horizontal-style .mk-tabs-tabs li:first-child a {
    border-left: none !important;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs {
    width: 100%;
    float: none;
    padding: 5px 0;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-tabs li a {
    margin: 0 10px;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-panes {
    margin-left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: none !important;
  }
  .mk-tabs.style1-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
    padding: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: -2px;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li {
    display: block;
    float: none;
    border-right: none !important;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none !important;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:last-child {
    border-bottom: none;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li a {
    margin-top: 0;
  }
  .mk-tabs.style2-tabs.horizontal-style .mk-tabs-tabs li:first-child a {
    border-left: none !important;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs {
    width: 100%;
    float: none;
    padding: 0;
    margin-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-tabs li a {
    margin: 0;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-panes {
    margin-left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: none !important;
  }
  .mk-tabs.style2-tabs.vertical-style .mk-tabs-panes .mk-tabs-pane {
    padding: 0 0 20px 0;
    float: none;
    width: 100%;
  }
}
/* Shortcode:Accordion
-------------------------------------------------------------------- */
.mk-accordion {
  margin-bottom: 20px;
}
.mk-accordion.boxed-style .mk-accordion-single {
  overflow: hidden;
  background-color: #fff;
}
.mk-accordion.boxed-style .mk-accordion-single:last-of-type .mk-accordion-tab {
  border-bottom: 1px solid #e5e5e5;
}
.mk-accordion.boxed-style .mk-accordion-single.current-item .mk-accordion-tab {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.mk-accordion.boxed-style .mk-accordion-single.current-item .mk-accordion-tab:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.mk-accordion.boxed-style .mk-accordion-tab {
  position: relative;
  padding: 11px 30px 11px 22px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background-color: #fafafa;
  color: #222;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.mk-accordion.boxed-style .mk-accordion-tab i {
  margin-right: 10px;
  color: #686868;
  vertical-align: middle;
  font-size: 16px;
}
.mk-accordion.boxed-style .mk-accordion-pane {
  position: relative;
}
.mk-accordion.boxed-style .mk-accordion-pane .inner-box {
  padding: 20px;
}
.mk-accordion.simple-style .mk-accordion-tab {
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 12px 20px;
  color: #777777;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-accordion.simple-style .mk-accordion-tab i {
  font-size: 16px;
  color: #777777;
  margin: 0 8px 0 4px;
}
.mk-accordion.simple-style .mk-accordion-pane {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.mk-accordion.simple-style .mk-accordion-pane .inner-box {
  padding: 20px;
  margin: 0 20px;
}
.mk-accordion.simple-style .current-item .mk-accordion-pane {
  border-top: none;
}
/* Shortcode:Accordion
-------------------------------------------------------------------- */
.mk-toggle {
  margin-bottom: 10px;
}
.mk-toggle .mk-toggle-title {
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 12px 20px;
  color: #777777;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-toggle .mk-toggle-title.active-toggle {
  border-bottom: none;
}
.mk-toggle .mk-toggle-title i {
  font-size: 16px;
  color: #777777;
  margin: 0 8px 0 4px;
}
.mk-toggle .mk-toggle-pane {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  display: none;
}
.mk-toggle .mk-toggle-pane .inner-box {
  padding: 20px;
  margin: 0 20px;
}
.wpb_content_element {
  margin-bottom: 20px;
}
/* Shortcode:Video Player
-------------------------------------------------------------------- */
.mk-video-player {
  padding: 12px;
  border: 1px solid #eee;
  background-color: #fdfdfd;
}
.mk-video-player .mk-video-title {
  margin-bottom: 12px;
  font-size: 14px;
}
.mk-video-player .video-container {
  margin-bottom: 0 !important;
}
.video-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Shortcode:Flickr Feeds
-------------------------------------------------------------------- */

.mk-flickr-feeds {
  margin-bottom: 20px;
}
.mk-flickr-feeds.one-column .featured-image {
  width: 100%;
}
.mk-flickr-feeds.two-column .featured-image {
  width: 49.5%;
}
.mk-flickr-feeds.three-column .featured-image {
  width: 33%;
}
.mk-flickr-feeds.four-column .featured-image {
  width: 24.6%;
}
.mk-flickr-feeds.five-column .featured-image {
  width: 19.6%;
}
.mk-flickr-feeds .featured-image {
  position: relative;
  display: inline-block !important;
  margin: 0 1px 1px 0;
}
.mk-flickr-feeds .featured-image img {
  position: relative;
  z-index: 1;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-flickr-feeds.five-column .featured-image,
  .mk-flickr-feeds.four-column .featured-image {
    width: 49% !important;
  }
}
/* Shortcode:Contact Form
-------------------------------------------------------------------- */
.mk-contact-form-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.mk-contact-form-wrapper.dark-skin .text-input,
.mk-contact-form-wrapper.dark-skin .mk-textarea {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.008);
  color: #444444;
}
.mk-contact-form-wrapper.dark-skin .mk-form-row i {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  color: #666666;
}
.mk-contact-form-wrapper.dark-skin .mk-button {
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #444;
}
.mk-contact-form-wrapper.dark-skin .mk-button:hover {
  background-color: #444;
  color: #fff;
}
.mk-contact-form-wrapper.dark-skin .text-input::-webkit-input-placeholder,
.mk-contact-form-wrapper.dark-skin .mk-textarea::-webkit-input-placeholder {
  color: #919191;
}
.mk-contact-form-wrapper.dark-skin .text-input:-ms-input-placeholder,
.mk-contact-form-wrapper.dark-skin .mk-textarea:-ms-input-placeholder {
  color: #919191;
}
.mk-contact-form-wrapper.dark-skin .text-input:-moz-placeholder,
.mk-contact-form-wrapper.dark-skin .mk-textarea:-moz-placeholder {
  color: #919191;
}
.mk-contact-form-wrapper.light-skin .text-input,
.mk-contact-form-wrapper.light-skin .mk-textarea {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.17);
  color: #fff;
}
.mk-contact-form-wrapper.light-skin .mk-form-row i {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.mk-contact-form-wrapper.light-skin .mk-button {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.mk-contact-form-wrapper.light-skin .mk-button:hover {
  background-color: #fff;
  color: #444;
}
.mk-contact-form-wrapper.light-skin .text-input::-webkit-input-placeholder,
.mk-contact-form-wrapper.light-skin .mk-textarea::-webkit-input-placeholder {
  color: #fafafa;
}
.mk-contact-form-wrapper.light-skin .text-input:-ms-input-placeholder,
.mk-contact-form-wrapper.light-skin .mk-textarea:-ms-input-placeholder {
  color: #fafafa;
}
.mk-contact-form-wrapper.light-skin .text-input:-moz-placeholder,
.mk-contact-form-wrapper.light-skin .mk-textarea:-moz-placeholder {
  color: #fafafa;
}
.mk-contact-form-wrapper .mk-form-row {
  margin-bottom: 10px;
  position: relative;
}
.mk-contact-form-wrapper .mk-form-row i {
  float: left;
  width: 42px !important;
  height: 42px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
.mk-contact-form-wrapper .mk-form-row i.input-focused {
  color: #fff;
}
.mk-contact-form-wrapper .text-input,
.mk-contact-form-wrapper .mk-textarea {
  width: 100%;
  font-size: 12px;
  font-weight: 500 !important;
}
.mk-contact-form-wrapper .text-input {
  padding: 12px;
  width: 100%;
  padding-left: 58px;
}
.mk-contact-form-wrapper .mk-textarea {
  padding: 15px;
  width: 100%;
  height: 200px;
  margin-bottom: 12px;
}
.mk-contact-form-wrapper .button-row {
  text-align: center;
}
.mk-contact-form-wrapper .mk-button {
  margin: 0 auto;
}
.widget .mk-contact-form-wrapper.light-skin .text-input,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea {
  border: 1px solid rgba(128, 128, 128, 0.2);
  background-color: rgba(128, 128, 128, 0.1);
}
.widget .mk-contact-form-wrapper.light-skin .mk-form-row i {
  border-right: 1px solid rgba(128, 128, 128, 0.2);
  color: #fff;
}
.widget .mk-contact-form-wrapper.light-skin .mk-button {
  border: 1px solid rgba(128, 128, 128, 0.4);
  color: #fff;
}
.widget .mk-contact-form-wrapper.light-skin .mk-button:hover {
  background-color: #fff;
  color: #444;
}
.widget .mk-contact-form-wrapper.light-skin .text-input::-webkit-input-placeholder,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea::-webkit-input-placeholder {
  color: #fafafa;
}
.widget .mk-contact-form-wrapper.light-skin .text-input:-ms-input-placeholder,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea:-ms-input-placeholder {
  color: #fafafa;
}
.widget .mk-contact-form-wrapper.light-skin .text-input:-moz-placeholder,
.widget .mk-contact-form-wrapper.light-skin .mk-textarea:-moz-placeholder {
  color: #fafafa;
}
.mk-contact-loading {
  position: absolute;
  right: 15px;
  bottom: 20px;
  display: none;
  line-height: 1;
  color: rgba(128, 128, 128, 0.2);
  font-size: 16px;
  -moz-animation: spin 0.7s infinite linear;
  -o-animation: spin 0.7s infinite linear;
  -webkit-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
}
.mk-contact-success {
  position: absolute;
  right: 15px;
  bottom: 10px;
  display: none;
  color: #90b64d;
  font-size: 32px;
}
.mk-invalid {
  border: 1px solid #ff0000 !important;
}
/* Shortcode:Contact Info
-------------------------------------------------------------------- */
.mk-contactinfo-shortcode {
  margin-bottom: 20px;
}
/* Shortcode:Social Networks
-------------------------------------------------------------------- */
.mk-social-network {
  margin: 10px 0;
  padding: 0;
}
.mk-social-network.social-align-right {
  text-align: right;
}
.mk-social-network.social-align-center {
  text-align: center;
}
.mk-social-network.social-align-left {
  text-align: left;
}
.mk-social-network ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-social-network ul li {
  display: inline-block;
  margin: 0;
}
.mk-social-network ul li a i {
  vertical-align: middle;
  line-height: 32px;
}
/* Shortcode:Fancy Title
-------------------------------------------------------------------- */
.mk-fancy-title.stroke-title span {
  padding: 7px 11px;
}
.mk-fancy-title.standard-title:after,
.mk-fancy-title.standard-title:before {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  margin-top: -2px;
  vertical-align: middle;
  background-color: #444;
}
.mk-fancy-title.standard-title .fancy-title-span {
  display: inline-block;
}
.mk-fancy-title.standard-title.center-align .fancy-title-span {
  padding: 0 15px;
  border: 1px solid #444;
  border-top: none;
  border-bottom: none;
}
.mk-fancy-title.standard-title.left-align:before {
  display: none;
}
.mk-fancy-title.standard-title.left-align .fancy-title-span {
  padding-right: 15px;
  border-right: 1px solid #444;
}
.mk-fancy-title.standard-title.right-align:after {
  display: none;
}
.mk-fancy-title.standard-title.right-align .fancy-title-span {
  padding-left: 15px;
  border-left: 1px solid #444;
}
.mk-fancy-title.avantgarde-title:after,
.mk-fancy-title.avantgarde-title:before {
  display: inline-block;
  content: "";
  width: 70px;
  height: 2px;
  margin-top: -2px;
  vertical-align: middle;
  background-color: #444;
}
.mk-fancy-title.avantgarde-title .fancy-title-span {
  display: inline-block;
}
.mk-fancy-title.avantgarde-title.center-align .fancy-title-span {
  padding: 0 15px;
}
.mk-fancy-title.avantgarde-title.left-align:before {
  display: none;
}
.mk-fancy-title.avantgarde-title.left-align .fancy-title-span {
  padding-right: 15px;
}
.mk-fancy-title.avantgarde-title.right-align:after {
  display: none;
}
.mk-fancy-title.avantgarde-title.right-align .fancy-title-span {
  padding-left: 15px;
}
.mk-fancy-title.alt-title {
  position: relative;
}
.mk-fancy-title.alt-title .fancy-title-span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.mk-fancy-title.alt-title:after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
.mk-fancy-title.alt-title.center-align .fancy-title-span {
  padding: 0 10px;
}
.mk-fancy-title.alt-title.left-align .fancy-title-span {
  padding-right: 10px;
}
.mk-fancy-title.alt-title.right-align .fancy-title-span {
  padding-left: 10px;
}
.mk-fancy-title p {
  margin-bottom: 0 !important;
}
@media handheld, only screen and (max-width: 960px) {
  .vc_span6 .mk-fancy-title,
  .vc_span8 .mk-fancy-title,
  .vc_span3 .mk-fancy-title,
  .vc_span4 .mk-fancy-title {
    text-align: center !important;
  }
  .vc_span6 .mk-fancy-title .fancy-title-span,
  .vc_span8 .mk-fancy-title .fancy-title-span,
  .vc_span3 .mk-fancy-title .fancy-title-span,
  .vc_span4 .mk-fancy-title .fancy-title-span {
    border: none !important;
    padding: 0 !important;
  }
  .vc_span6 .mk-fancy-title:after,
  .vc_span6 .mk-fancy-title:before,
  .vc_span8 .mk-fancy-title:after,
  .vc_span8 .mk-fancy-title:before,
  .vc_span3 .mk-fancy-title:after,
  .vc_span3 .mk-fancy-title:before,
  .vc_span4 .mk-fancy-title:after,
  .vc_span4 .mk-fancy-title:before {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-fancy-title {
    text-align: center !important;
  }
  .mk-fancy-title .fancy-title-span {
    border: none !important;
    padding: 0 !important;
  }
  .mk-fancy-title:after,
  .mk-fancy-title:before {
    display: none !important;
  }
}
.mk-fancy-text {
  display: block;
  line-height: 100%;
}
.mk-fancy-text.title-box-right {
  float: right;
}
.mk-fancy-text.title-box-left {
  float: left;
}
.mk-fancy-text.title-box-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.mk-fancy-text p {
  margin: 0;
}
.mk-fancy-text span {
  padding: 4px 0;
}
/* Shortcode:Font Icons
-------------------------------------------------------------------- */
.mk-font-icons {
  display: inline-block;
}
.mk-font-icons.icon-align-right {
  float: right;
}
.mk-font-icons.icon-align-center {
  display: block;
  text-align: center;
}
.mk-font-icons.icon-align-left {
  float: left;
}
.mk-font-icons a:hover .default-font-icon {
  color: #fff !important;
}
.mk-font-icons .default-font-icon {
  border: 1px solid #e3e3e3;
  background-color: #fdfdfd;
}
.mk-font-icons .filled-font-icon {
  border-width: 1px;
  border-style: solid;
  color: #fff;
}
.mk-font-icons .custom-font-icon {
  border-width: 1px;
  border-style: solid;
}
.mk-font-icons i {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 600px;
  -moz-border-radius: 600px;
  border-radius: 600px;
}
.mk-font-icons i.mk-size-small {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
.mk-font-icons i.mk-size-medium {
  width: 100px;
  height: 100px;
  font-size: 32px;
  line-height: 100px;
}
.mk-font-icons i.mk-size-large {
  width: 150px;
  height: 150px;
  font-size: 48px;
  line-height: 150px;
}
.mk-font-icons i.mk-size-x-large {
  width: 186px;
  height: 186px;
  font-size: 64px;
  line-height: 186px;
}
.mk-font-icons i.mk-size-xx-large {
  width: 296px;
  height: 296px;
  font-size: 128px;
  line-height: 296px;
}
.mk-font-icons i.mk-size-xxx-large {
  width: 520px;
  height: 520px;
  font-size: 256px;
  line-height: 520px;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-font-icons i.mk-size-xxx-large {
    width: 296px;
    height: 296px;
    font-size: 128px;
    line-height: 296px;
  }
}
.mk-font-icons.remove-frame i {
  width: auto !important;
  height: auto !important;
  border: none !important;
  background-color: transparent !important;
  line-height: 100% !important;
}
/* Shortcode:Icon Text
-------------------------------------------------------------------- */
.mk-box-text {
  text-align: center;
  padding: 20px 0;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-box-text i {
  line-height: 100%;
  margin-bottom: 30px;
  display: block;
}
.mk-box-text .icon-txt-default {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.mk-box-text .icon-txt-hover {
  opacity: 0;
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-box-text.light-skin .icon-txt-default,
.mk-box-text.light-skin .icon-txt-hover,
.mk-box-text.light-skin i {
  color: #fff;
}
.mk-box-text.dark-skin .icon-txt-default,
.mk-box-text.dark-skin .icon-txt-hover,
.mk-box-text.dark-skin i {
  color: #444;
}
.mk-box-text:hover {
  padding: 10px 0 55px;
}
.mk-box-text:hover .icon-txt-default {
  opacity: 0;
}
.mk-box-text:hover .icon-txt-hover {
  opacity: 1;
  margin-top: -25px;
}
/* Shortcode:Clients Carousel
-------------------------------------------------------------------- */
.mk-clients-shortcode {
  position: relative;
}
.mk-clients-shortcode ul,
.mk-clients-shortcode li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-clients-shortcode li:last-child .flip-wrapper {
  border-right-width: 1px !important;
}
.mk-clients-shortcode.grid-style .client-item-wrapper {
  border: none !important;
  margin: 0 1px 1px;
}
@media handheld, only screen and (max-width: 500px) {
  .mk-clients-shortcode.grid-style .client-item {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
  }
}
.mk-clients-shortcode .client-item {
  float: left;
  position: relative;
}
.mk-clients-shortcode .client-item:hover .clients-info {
  opacity: 1;
}
.mk-clients-shortcode .client-item:last-of-type .client-item-wrapper {
  border-right-width: 1px;
}
.mk-clients-shortcode .client-item-wrapper {
  border-width: 1px;
  border-style: solid;
  border-right-width: 0;
  line-height: 4px;
  position: relative;
  z-index: 5;
}
.mk-clients-shortcode.column-style.one-column li {
  width: 100%;
}
.mk-clients-shortcode.column-style.two-column li {
  width: 50%;
}
.mk-clients-shortcode.column-style.three-column li {
  width: 33.3%;
}
.mk-clients-shortcode.column-style.four-column li {
  width: 25%;
}
.mk-clients-shortcode.column-style.five-column li {
  width: 20%;
}
.mk-clients-shortcode.column-style.six-column li {
  width: 16.6%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-clients-shortcode.column-style.three-column li,
  .mk-clients-shortcode.column-style.four-column li,
  .mk-clients-shortcode.column-style.five-column li,
  .mk-clients-shortcode.column-style.six-column li {
    width: 33.2% !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-clients-shortcode.column-style.three-column li,
  .mk-clients-shortcode.column-style.four-column li,
  .mk-clients-shortcode.column-style.five-column li,
  .mk-clients-shortcode.column-style.six-column li {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .mk-clients-shortcode.column-style.three-column li,
  .mk-clients-shortcode.column-style.four-column li,
  .mk-clients-shortcode.column-style.two-column li,
  .mk-clients-shortcode.column-style.five-column li,
  .mk-clients-shortcode.column-style.six-column li {
    width: 100% !important;
  }
}
.mk-clients-shortcode.column-style .client-logo {
  width: 100%;
}
.mk-clients-shortcode.column-style .client-item .client-item-wrapper {
  border-width: 1px !important;
  border-top: none !important;
  border-left: none !important;
}
.mk-clients-shortcode .client-logo {
  position: relative;
  display: inline-block;
  background-position: center center;
  background-position: center;
  background-repeat: no-repeat;
}
.mk-clients-shortcode.bg-cover-true .client-logo {
  background-size: cover;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.mk-clients-shortcode .clients-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 20px;
  z-index: 14;
  display: table;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
}
.mk-clients-shortcode .clients-info-holder {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.mk-clients-shortcode .client-company {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
/* Shortcode:Icon Box
-------------------------------------------------------------------- */
.mk-box-icon {
  position: relative;
  margin-bottom: 40px;
  /* Style 1 */
  /* Style 2 */
  /* Style 3 */
}
.mk-box-icon .icon-box-title {
  margin-bottom: 14px;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 19px;
}
.mk-box-icon .icon-box-desc {
  margin-bottom: 18px;
}
.mk-box-icon .icon-box-desc p {
  margin: 0;
  color: inherit;
}
.mk-box-icon .mk-button {
  margin: 0;
}
.mk-box-icon .box-ico,
.mk-box-icon .icon-box-container {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.mk-box-icon.style1-box {
  text-align: center;
}
.mk-box-icon.style1-box .box-ico {
  font-size: 32px;
  margin-bottom: 13px;
  display: block;
}
.mk-box-icon.style1-box .icon-box-title {
  font-size: 16px !important;
  font-weight: 600;
}
.mk-box-icon.style2-box {
  text-align: left;
}
.mk-box-icon.style2-box .icon-box-title {
  margin-bottom: 10px !important;
}
.mk-box-icon.style2-box.icon-left-align .icon-box-container {
  left: 0;
}
.mk-box-icon.style2-box.icon-left-align .icon-box-content {
  margin-left: 45px;
}
.mk-box-icon.style2-box.icon-right-align {
  text-align: right;
}
.mk-box-icon.style2-box.icon-right-align .icon-box-container {
  right: 0;
}
.mk-box-icon.style2-box.icon-right-align .icon-box-content {
  margin-right: 45px;
}
.mk-box-icon.style2-box .icon-box-container {
  position: absolute;
  top: 2px;
}
.mk-box-icon.style2-box .box-ico {
  font-size: 32px;
  display: block;
}
.mk-box-icon.style2-box .icon-box-title {
  color: #696969;
  padding-top: 5px;
}
.mk-box-icon.style3-box,
.mk-box-icon.style4-box,
.mk-box-icon.style5-box,
.mk-box-icon.style6-box {
  text-align: center;
}
.mk-box-icon.style3-box .icon-box-container,
.mk-box-icon.style4-box .icon-box-container,
.mk-box-icon.style5-box .icon-box-container,
.mk-box-icon.style6-box .icon-box-container {
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mk-box-icon.style3-box.icon-round-true .icon-box-container,
.mk-box-icon.style4-box.icon-round-true .icon-box-container,
.mk-box-icon.style5-box.icon-round-true .icon-box-container,
.mk-box-icon.style6-box.icon-round-true .icon-box-container {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.mk-box-icon.style3-box .box-ico,
.mk-box-icon.style4-box .box-ico,
.mk-box-icon.style5-box .box-ico,
.mk-box-icon.style6-box .box-ico {
  font-size: 32px;
  line-height: 86px;
}
.mk-box-icon.style3-box .icon-box-container,
.mk-box-icon.style4-box .icon-box-container {
  margin-bottom: 15px;
}
.mk-box-icon.style3-box .icon-box-container,
.mk-box-icon.style5-box .icon-box-container {
  background-color: #fafafa;
  border: 1px solid #eee;
}
.mk-box-icon.style4-box .box-ico,
.mk-box-icon.style6-box .box-ico {
  color: #fff;
}
.mk-box-icon.style4-box .icon-box-container,
.mk-box-icon.style6-box .icon-box-container {
  border: 1px solid #eee;
}
.mk-box-icon.style5-box .icon-box-container,
.mk-box-icon.style6-box .icon-box-container {
  margin-bottom: -43px;
  z-index: 10;
  position: relative;
}
.mk-box-icon.style5-box .icon-box-content,
.mk-box-icon.style6-box .icon-box-content {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 60px 42px 40px;
  position: relative;
  z-index: 2;
}
.mk-box-icon.style7-box {
  text-align: left;
}
.mk-box-icon.style7-box .icon-box-container {
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.mk-box-icon.style7-box.icon-round-true .icon-box-container {
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.mk-box-icon.style7-box .box-ico {
  font-size: 64px;
  line-height: 130px;
  color: #fff;
  display: block;
}
.mk-box-icon.style7-box.icon-frame-false .box-ico {
  font-size: 128px;
  vertical-align: top;
}
.mk-box-icon.style7-box .icon-box-title {
  margin-bottom: 10px !important;
}
.mk-box-icon.style7-box.icon-left-align .icon-box-container {
  left: 0;
}
.mk-box-icon.style7-box.icon-left-align .icon-box-content {
  margin-left: 150px;
}
.mk-box-icon.style7-box.icon-left-align.icon-frame-false .icon-box-content {
  margin-left: 140px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.icon-left-align .icon-box-container {
  position: absolute;
  top: 3px;
}
.mk-box-icon.style7-box.icon-right-align {
  text-align: right;
}
.mk-box-icon.style7-box.icon-right-align .icon-box-container {
  right: 0;
}
.mk-box-icon.style7-box.icon-right-align .icon-box-content {
  margin-right: 150px;
}
.mk-box-icon.style7-box.icon-right-align.icon-frame-false .icon-box-content {
  margin-right: 140px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.icon-right-align .icon-box-container {
  position: absolute;
  top: 3px;
}
.mk-box-icon.style7-box.icon-top-align {
  text-align: center;
}
.mk-box-icon.style7-box.icon-top-align .icon-box-container {
  margin-bottom: 10px;
}
.mk-box-icon.style7-box.size-small .box-ico {
  font-size: 32px;
  line-height: 62px;
}
.mk-box-icon.style7-box.size-small.icon-frame-false .box-ico {
  font-size: 48px;
  vertical-align: top;
}
.mk-box-icon.style7-box.size-small .icon-box-container {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.mk-box-icon.style7-box.size-small.icon-left-align .icon-box-content {
  margin-left: 75px;
}
.mk-box-icon.style7-box.size-small.icon-left-align.icon-frame-false .icon-box-content {
  margin-left: 75px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.size-small.icon-right-align .icon-box-content {
  margin-right: 75px;
}
.mk-box-icon.style7-box.size-small.icon-right-align.icon-frame-false .icon-box-content {
  margin-right: 75px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.size-medium .box-ico {
  font-size: 48px;
  line-height: 92px;
}
.mk-box-icon.style7-box.size-medium.icon-frame-false .box-ico {
  font-size: 64px;
  vertical-align: top;
}
.mk-box-icon.style7-box.size-medium .icon-box-container {
  width: 90px;
  height: 90px;
  line-height: 90px;
}
.mk-box-icon.style7-box.size-medium.icon-left-align .icon-box-content {
  margin-left: 105px;
}
.mk-box-icon.style7-box.size-medium.icon-left-align.icon-frame-false .icon-box-content {
  margin-left: 105px;
  padding-top: 10px;
}
.mk-box-icon.style7-box.size-medium.icon-right-align .icon-box-content {
  margin-right: 105px;
}
.mk-box-icon.style7-box.size-medium.icon-right-align.icon-frame-false .icon-box-content {
  margin-right: 105px;
  padding-top: 10px;
}
.mk-box-icon.style7-box .icon-box-title {
  color: #696969;
  padding-top: 5px;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-box-icon.style7-box .icon-box-container {
    position: relative !important;
    margin-bottom: 10px;
  }
  .mk-box-icon.style7-box .icon-box-content {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
  }
}
/* Shortcode:Mini Callout Box
-------------------------------------------------------------------- */
.mk-call-to-action {
  overflow: hidden;
  padding: 60px 45px;
  border: 1px solid #eee;
  background-color: #fafafa;
}
.mk-call-to-action p {
  display: inline;
  margin-bottom: 0;
}
.mk-call-to-action .callout-desc {
  display: table;
  min-height: 43px;
}
.mk-call-to-action .callout-desc-holder {
  display: table-cell;
  padding: 0 20px 0 8px;
  vertical-align: middle;
}
.mk-call-to-action .callout-title {
  font-size: 22px;
  line-height: 130%;
}
.mk-call-to-action .mk-button {
  margin-right: 0;
}
@media handheld, only screen and (max-width: 700px) {
  .mk-call-to-action .callout-desc {
    display: block !important;
    text-align: center;
  }
  .mk-call-to-action .callout-desc-holder {
    display: block !important;
    padding: 0 !important;
  }
  .mk-call-to-action .mk-button {
    display: block !important;
    margin: 0 0 20px !important;
  }
}
/* Shortcode:Full Width Slideshow
-------------------------------------------------------------------- */
.mk-fullwidth-slideshow {
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
/* Shortcode:Gallery
-------------------------------------------------------------------- */
.mk-gallery {
  margin: 0 auto;
}
.mk-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-gallery ul li {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.mk-gallery .featured-image {
  line-height: 4px;
}
.mk-gallery .featured-image:hover .hover-overlay {
  opacity: 0.9;
}
.mk-gallery .featured-image:hover .gallery-meta {
  opacity: 1;
}
.mk-gallery .featured-image:hover .gallery-meta i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.mk-gallery.one-column li {
  width: 100%;
}
.mk-gallery.two-column li {
  width: 50%;
}
.mk-gallery.three-column li {
  width: 33.3%;
}
.mk-gallery.four-column li {
  width: 25%;
}
.mk-gallery.five-column li {
  width: 20%;
}
.mk-gallery.six-column li {
  width: 16.6%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-gallery.three-column li,
  .mk-gallery.four-column li,
  .mk-gallery.five-column li,
  .mk-gallery.six-column li {
    width: 33.2% !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-gallery.three-column li,
  .mk-gallery.four-column li,
  .mk-gallery.five-column li,
  .mk-gallery.six-column li {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .mk-gallery.three-column li,
  .mk-gallery.four-column li,
  .mk-gallery.two-column li,
  .mk-gallery.five-column li,
  .mk-gallery.six-column li {
    width: 100% !important;
  }
}
.mk-gallery.grid-style .item-holder {
  margin: 0 1px 1px 0;
  position: relative;
}
.mk-gallery.grid-style .mk-lightbox {
  min-width: 100px;
  min-height: 100px;
}
.mk-gallery.grid-style .gallery-meta {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-align: center;
  min-width: 32px;
  opacity: 0;
}
.mk-gallery.grid-style .gallery-meta i {
  font-size: 32px;
  width: 32px;
  height: 32px;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  display: inline-block;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
}
.mk-gallery.grid-style .the-title {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}
.mk-gallery.thumb-style {
  text-align: center;
}
.mk-gallery.thumb-style .gallery-thumb-large {
  margin-bottom: 1px;
}
.mk-gallery.thumb-style:hover .slideshow-swiper-arrows,
.mk-gallery.thumb-style:hover .gallery-thumb-lightbox {
  opacity: 1;
}
.mk-gallery.thumb-style:hover .mk-swiper-next {
  right: 20px;
}
.mk-gallery.thumb-style:hover .mk-swiper-prev {
  left: 20px;
}
.mk-gallery.thumb-style .gallery-thumb-lightbox {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 16px;
  line-height: 30px;
  margin: -16px 0 0 -16px;
  z-index: 10;
  opacity: 0;
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
}
.mk-gallery .gallery-thumbs-small {
  display: inline-block;
  margin: 0 auto;
}
.mk-gallery .gallery-thumbs-small a {
  display: inline-block;
  padding-right: 1px;
  padding-bottom: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mk-gallery .gallery-thumbs-small a img {
  opacity: 0.7;
}
.mk-gallery .gallery-thumbs-small a.active-item img {
  opacity: 1;
}
/* Shortcode:Google Maps
-------------------------------------------------------------------- */
.wpb_map_wraper {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 4px;
}
.wpb_map_wraper.circle-map {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.mk-gmaps-parallax {
  overflow: hidden;
}
.mk-gmaps-parallax > div {
  margin-top: -100px;
}
/* Shortcode:Page Serction
-------------------------------------------------------------------- */
.mk-page-section {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.mk-page-section .vc_row-fluid {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .mk-page-section {
    background-position: center !important;
    background-attachment: scroll !important;
    background-size: cover;
  }
}
.mk-half-layout {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
}
.mk-half-layout.half_left_layout {
  left: 0;
}
.mk-half-layout.half_right_layout {
  right: 0;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-half-layout {
    width: 100%;
    height: 500px;
  }
}
.mk-section-mask,
.mk-section-color-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.mk-section-color-mask {
  opacity: 0.7;
}
.mk-section-mask {
  background: url(../../images/video-mask.png) center center repeat;
}
.mk-section-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
}
.mk-section-video video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
@supports (object-fit:cover) {
   > video {
    object-fit: cover;
  }
}
.mk-custom-boxed {
  margin-bottom: 20px;
}
.mk-custom-boxed.drop-outer-shadow {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
}
.mk-mouse-parallax {
  position: absolute;
  top: 0;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax-y-axis {
  width: 100%;
  height: 130%;
}
.parallax-x-axis {
  width: 130%;
  height: 100%;
}
.parallax-both-axis {
  width: 130%;
  height: 130%;
}
.mk-padding-wrapper,
.mk-half-layout-container {
  position: relative;
  z-index: 5;
  padding-left: 20px;
  padding-right: 20px;
}
.mk-half-layout-container {
  width: 40%;
  margin: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mk-half-layout-container.half_left_layout {
  float: right;
}
.mk-half-layout-container.half_right_layout {
  float: left;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-half-layout-container {
    width: auto !important;
    margin: 0;
    padding-top: 530px !important;
    padding-left: 20px;
    padding-right: 20px;
    float: none !important;
  }
}
.fullwidth-true .mk-padding-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.expandable-section-trigger {
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
}
.expandable-section-trigger .mk-grid {
  position: relative;
}
.expandable-section-trigger.active-toggle {
  background-color: transparent;
}
.expandable-section-trigger span {
  font-size: 20px;
  display: block;
  padding: 40px 40px 40px 20px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.expandable-section-trigger i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 32px;
  line-height: 32px;
  margin: -16px 0 0 -16px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.expandable-section-trigger:hover span {
  opacity: 0;
}
.expandable-section-trigger:hover i {
  opacity: 1;
}
.mk-expandable-wrapper {
  position: relative;
  z-index: 5;
}
.mk-video-section-touch {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-device-width: 320px) and (max-width: 1024px) {
  .mk-page-section {
    background-position: center !important;
    background-attachment: scroll !important;
  }
  .mk-section-video {
    display: none !important;
  }
  .mk-video-section-touch {
    display: block !important;
  }
}
/* Shortcode:Twitter Feed
-------------------------------------------------------------------- */
.mk-tweet-shortcode {
  margin: 0;
}
.mk-tweet-shortcode li {
  list-style: none;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mk-tweet-shortcode li .tweet-time {
  display: block;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.mk-tweet-shortcode li span a {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.mk-twitter-shortcode {
  margin-bottom: 20px;
}
/* Shortcode:Audio Player
-------------------------------------------------------------------- */
.mk-audio {
  margin-bottom: 10px;
  padding: 9px;
  position: relative;
}
.mk-audio.add-baloon .jp-interface:before {
  position: absolute;
  top: -7px;
  left: 50px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #fafafa;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.mk-audio .mk-audio-author {
  display: block;
  margin: 0 0 9px 30px;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 0;
}
.mk-audio.small-version-true .jp-interface {
  padding: 20px 20px 55px;
}
.mk-audio.small-version-true .jp-controls {
  top: 62px;
  left: 20px;
}
.mk-audio.small-version-true .js-volume-wrapper {
  top: 62px;
  right: 20px;
}
/* Shortcode:Moving Images
-------------------------------------------------------------------- */
.mk-moving-image img {
  display: inline-block !important;
  width: auto !important;
}
.mk-moving-image.align-center {
  text-align: center;
}
.mk-moving-image.align-center img {
  margin: 0 auto;
}
.mk-moving-image.align-right {
  text-align: right;
}
.mk-moving-image.align-left {
  text-align: left;
}
/* Shortcode:Highlight
-------------------------------------------------------------------- */
.mk-process-steps {
  position: relative;
}
.mk-process-steps .step-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
}
.mk-process-steps .step-desc {
  font-size: 13px;
  font-weight: 600;
}
.mk-process-steps .step-icon {
  width: 95px;
  height: 95px;
  display: block;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  font-size: 32px;
  text-align: center;
  line-height: 95px;
  -webkit-backface-visibility: hidden;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  position: relative;
  z-index: 10;
}
.mk-process-steps .step-icon i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 95px;
  text-align: center;
  width: 95px;
  opacity: 0;
  color: #fff;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.mk-process-steps.dark-skin .step-title {
  color: #444 !important;
}
.mk-process-steps.dark-skin .step-desc {
  color: #939393;
}
.mk-process-steps.dark-skin .step-icon {
  background-color: #fff;
  border: 1px solid #eee;
}
.mk-process-steps.dark-skin .active-step-item .step-icon,
.mk-process-steps.dark-skin li:hover .step-icon,
.mk-process-steps.dark-skin .mk-step:hover .step-icon {
  color: #fff;
}
.mk-process-steps.dark-skin.vertical .step-items:before {
  border-left: 1px dashed #eee;
}
.mk-process-steps.dark-skin.vertical .mk-step:nth-child(odd) .step-holder:before {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.mk-process-steps.dark-skin.vertical .mk-step:nth-child(even) .step-holder:before {
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
.mk-process-steps.dark-skin.vertical .step-holder {
  background: #fff;
  border: 1px solid #eee;
}
.mk-process-steps.dark-skin.vertical .step-holder:before {
  background-color: #fff;
}
.mk-process-steps.light-skin .step-title {
  color: #fff !important;
}
.mk-process-steps.light-skin .step-desc {
  color: #eee;
}
.mk-process-steps.light-skin .step-icon {
  border: 1px solid #fff;
  color: #fff;
}
.mk-process-steps.light-skin .active-step-item .step-icon,
.mk-process-steps.light-skin li:hover .step-icon,
.mk-process-steps.light-skin .mk-step:hover .step-icon {
  background-color: #fff;
}
.mk-process-steps.light-skin.vertical .step-items:before {
  border-left: 1px dashed rgba(128, 128, 128, 0.5);
}
.mk-process-steps.light-skin.vertical .mk-step:nth-child(odd) .step-holder:before {
  border-left: 1px solid rgba(128, 128, 128, 0.5);
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}
.mk-process-steps.light-skin.vertical .mk-step:nth-child(even) .step-holder:before {
  border-right: 1px solid rgba(128, 128, 128, 0.5);
  border-top: 1px solid rgba(128, 128, 128, 0.5);
}
.mk-process-steps.light-skin.vertical .step-holder {
  background: #222;
  border: 1px solid rgba(128, 128, 128, 0.5);
}
.mk-process-steps.light-skin.vertical .step-holder:before {
  background-color: #222;
}
.mk-process-steps.vertical {
  margin-bottom: 30px;
}
.mk-process-steps.vertical .step-items {
  padding-top: 50px;
}
.mk-process-steps.vertical .step-items:before {
  content: "";
  display: block;
  height: 100%;
  width: 0px;
  position: absolute;
  top: 0;
  left: 50%;
}
.mk-process-steps.vertical .mk-step {
  display: block;
  padding: 70px 0;
  position: relative;
  *zoom: 1;
}
.mk-process-steps.vertical .mk-step:before,
.mk-process-steps.vertical .mk-step:after {
  content: " ";
  display: table;
}
.mk-process-steps.vertical .mk-step:after {
  clear: both;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) {
  margin-left: 50%;
  text-align: left;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) .step-icon {
  left: -47px;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder {
  margin: 0 30px 0 80px;
  right: -30px;
}
.mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder:before {
  left: -7px;
}
.mk-process-steps.vertical .mk-step:nth-child(odd):hover .step-holder {
  opacity: 1;
  right: 0px;
}
.mk-process-steps.vertical .mk-step:nth-child(even) {
  margin-right: 50%;
  text-align: right;
}
.mk-process-steps.vertical .mk-step:nth-child(even) .step-icon {
  right: -47px;
}
.mk-process-steps.vertical .mk-step:nth-child(even) .step-holder {
  margin: 0 80px 0 30px;
  left: -30px;
}
.mk-process-steps.vertical .mk-step:nth-child(even) .step-holder:before {
  right: -7px;
}
.mk-process-steps.vertical .mk-step:nth-child(even):hover .step-holder {
  opacity: 1;
  left: 0;
}
.mk-process-steps.vertical .step-icon {
  position: absolute;
  top: 50%;
  margin-top: -47px;
}
.mk-process-steps.vertical .step-holder {
  position: relative;
  display: inline-block;
  padding: 16px 20px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mk-process-steps.vertical .step-holder:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
@media handheld, only screen and (max-width: 767px) {
  .mk-process-steps.vertical .mk-step:nth-child(odd) {
    margin-left: 0;
  }
  .mk-process-steps.vertical .mk-step:nth-child(odd) .step-icon {
    left: 0;
  }
  .mk-process-steps.vertical .mk-step:nth-child(odd) .step-holder {
    margin: 0 0 0 110px !important;
    right: 0 !important;
    opacity: 1 !important;
  }
  .mk-process-steps.vertical .mk-step:nth-child(even) {
    margin-right: 0;
  }
  .mk-process-steps.vertical .mk-step:nth-child(even) .step-icon {
    right: 0;
  }
  .mk-process-steps.vertical .mk-step:nth-child(even) .step-holder {
    margin: 0 110px 0 0 !important;
    left: 0 !important;
    opacity: 1 !important;
  }
}
.mk-process-steps.horizontal .step-panes .step-icon {
  display: none;
}
.mk-process-steps.horizontal .step-items {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.mk-process-steps.horizontal .step-items li {
  margin: 0 30px;
  display: inline-block;
}
.mk-process-steps.horizontal .step-panes {
  min-height: 50px;
  padding-bottom: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.mk-process-steps.horizontal .step-panes .mk-step {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 0;
  top: 30px;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
}
.mk-process-steps.horizontal .step-panes .mk-step.active-step {
  opacity: 1;
  top: 0;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-process-steps.horizontal .step-items {
    text-align: center;
  }
  .mk-process-steps.horizontal .step-items:before {
    display: none;
  }
  .mk-process-steps.horizontal .step-items li {
    margin: 15px;
  }
}
.mk-advanced-gmaps img {
  max-width: none !important;
}
/* Shortcode:-------------------------------------------------------------------- */
.mk-window-scroller {
  margin: 0 0 20px 14px;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.08);
  cursor: ns-resize;
}
.mk-window-scroller .window-top-bar {
  position: relative;
  background-color: #eeeeee;
  border-bottom: 1px solid #fff;
  height: 30px;
}
.mk-window-scroller .window-top-bar:before,
.mk-window-scroller .window-top-bar:after,
.mk-window-scroller .window-top-bar span {
  display: block;
  height: 10px;
  width: 10px;
  content: "";
  position: absolute;
  top: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.mk-window-scroller .window-top-bar:before {
  background-color: #ff4351;
  left: 12px;
}
.mk-window-scroller .window-top-bar:after {
  background-color: #ffc600;
  left: 27px;
}
.mk-window-scroller .window-top-bar span {
  background-color: #71b93f;
  left: 43px;
}
.mk-window-scroller .image-holder {
  overflow: hidden;
  position: relative;
}
.mk-window-scroller .image-holder img {
  position: absolute;
  top: 0;
}
/* Shortcode:Count Down
-------------------------------------------------------------- */
.mk-event-countdown {
  margin-bottom: 30px;
}
.mk-event-countdown ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.mk-event-countdown ul li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 35px 0 30px 0;
  width: 110px;
  border: 1px solid #eaeaea;
}
.mk-event-countdown ul li:first-child {
  margin-left: 0;
}
.mk-event-countdown ul li:first-child:before {
  display: none !important;
}
.mk-event-countdown ul li:before {
  position: absolute;
  top: 50%;
  left: -16px;
  display: block;
  width: 16px;
  height: 1px;
  content: "";
}
.mk-event-countdown ul .countdown-timer {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 40px;
}
.mk-event-countdown ul .countdown-text {
  display: block;
  color: #545454;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 13px;
  opacity: 0.5;
}
.mk-event-countdown.dark-skin li:before {
  background-color: #eee;
}
.mk-event-countdown.dark-skin li {
  border-color: #eee;
  background-color: #fafafa;
}
.mk-event-countdown.light-skin li:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.mk-event-countdown.light-skin li {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
}
.mk-event-countdown.light-skin .countdown-text {
  color: #fff;
}
.mk-event-countdown.light-skin .countdown-timer {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .mk-event-countdown li {
    width: 40px !important;
    padding: 10px 0 10px 0 !important;
  }
  .mk-event-countdown li .countdown-timer {
    font-size: 14px !important;
  }
  .mk-event-countdown li .countdown-text {
    display: none;
  }
}
/* Shortcode:Laptop Slideshow
-------------------------------------------------------------------- */
.mk-tablet-slideshow {
  margin: 0 auto 40px;
  width: 100%;
  text-align: center;
}
.mk-tablet-slideshow .mk-flex-slides {
  margin: 0 auto !important;
  padding: 60px  0px 60px 0px;
}
@media handheld, only screen and (max-width: 500px) {
  .mk-tablet-slideshow .mk-flex-slides {
    padding: 50px  20px 40px 20px !important;
  }
}
.mk-tablet-slideshow .flex-direction-nav a {
  margin-top: -16px;
}
.mk-tablet-slideshow .flex-direction-nav a .mk-icon-chevron-left:before,
.mk-tablet-slideshow .flex-direction-nav a .mk-icon-chevron-right:before {
  font-size: 32px;
}
.mk-tablet-slideshow:hover .flex-direction-nav a {
  opacity: 1;
}
.mk-tablet-slideshow:hover .flex-prev {
  left: 60px;
}
.mk-tablet-slideshow:hover .flex-next {
  right: 60px;
}
.mk-tablet-slideshow .mk-flex-slides {
  text-align: center;
}
.mk-tablet-slideshow .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 60;
  margin-top: -16px;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  opacity: 0;
}
.mk-tablet-slideshow .flex-direction-nav a i {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
.mk-tablet-slideshow .flex-prev {
  left: 30px;
}
.mk-tablet-slideshow .flex-next {
  right: 30px;
}
.mk-tablet-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
.vc_span4 > .mk-tablet-slideshow .mk-flex-slides {
  padding: 35px 10px 20px 10px;
}
.vc_span4 > .mk-tablet-slideshow:hover .flex-prev {
  left: 40px;
}
.vc_span4 > .mk-tablet-slideshow:hover .flex-next {
  right: 40px;
}
.vc_span3 > .mk-tablet-slideshow .mk-flex-slides {
  padding: 25px 10px 20px 10px;
}
.vc_span3 > .mk-tablet-slideshow .flex-prev,
.vc_span3 > .mk-tablet-slideshow .flex-next {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.vc_span3 > .mk-tablet-slideshow:hover .flex-prev {
  left: 30px;
}
.vc_span3 > .mk-tablet-slideshow:hover .flex-next {
  right: 30px;
}
.vc_span2 > .mk-tablet-slideshow .mk-flex-slides {
  padding: 10px 5px 10px 5px;
}
.vc_span2 > .mk-tablet-slideshow .flex-prev,
.vc_span2 > .mk-tablet-slideshow .flex-next {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.vc_span2 > .mk-tablet-slideshow:hover .flex-prev {
  left: 20px;
}
.vc_span2 > .mk-tablet-slideshow:hover .flex-next {
  right: 20px;
}
/* Shortcode:Mobile Slideshow
-------------------------------------------------------------------- */
.mk-mobile-slideshow {
  margin: 0 auto 40px;
  width: 100%;
  text-align: center;
}
.mk-mobile-slideshow:hover .flex-direction-nav a {
  opacity: 0.7;
}
.mk-mobile-slideshow.landscape-style .mk-flex-slides {
  margin: 0 auto !important;
  padding: 40px  20px 20px 20px;
}
@media handheld, only screen and (max-width: 900px) {
  .mk-mobile-slideshow.landscape-style .mk-flex-slides {
    padding: 30px  90px 20px 90px !important;
  }
}
@media handheld, only screen and (max-width: 700px) {
  .mk-mobile-slideshow.landscape-style .mk-flex-slides {
    padding: 20px  70px 20px 70px !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-mobile-slideshow.landscape-style .mk-flex-slides {
    padding: 15px  50px 20px 50px !important;
  }
}
@media handheld, only screen and (max-width: 400px) {
  .mk-mobile-slideshow.landscape-style .mk-flex-slides {
    padding: 15px  40px 20px 40px !important;
  }
}
.mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 155px;
}
.mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 140px;
}
@media handheld, only screen and (max-width: 700px) {
  .mk-mobile-slideshow.landscape-style:hover .flex-prev {
    left: 105px !important;
  }
  .mk-mobile-slideshow.landscape-style:hover .flex-next {
    right: 95px !important;
  }
}
.mk-mobile-slideshow.portrait-style .mk-flex-slides {
  margin: 0 auto !important;
  padding: 90px  20px 90px 20px;
}
@media handheld, only screen and (max-width: 400px) {
  .mk-mobile-slideshow.portrait-style .mk-flex-slides {
    padding: 90px  10px 70px 10px !important;
  }
}
.mk-mobile-slideshow.portrait-style:hover .flex-prev {
  left: 50px;
}
.mk-mobile-slideshow.portrait-style:hover .flex-next {
  right: 60px;
}
.mk-mobile-slideshow .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 60;
  margin-top: -16px;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  opacity: 0;
}
.mk-mobile-slideshow .flex-direction-nav a i {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
.mk-mobile-slideshow .flex-prev {
  left: 30px;
}
.mk-mobile-slideshow .flex-next {
  right: 30px;
}
.mk-mobile-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.vc_span6 > .mk-mobile-slideshow.landscape-style .mk-flex-slides {
  padding: 20px 60px 10px 60px;
}
.vc_span4 > .mk-mobile-slideshow.landscape-style .mk-flex-slides {
  padding: 10px 40px 10px 40px;
}
.vc_span4 > .mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 70px;
}
.vc_span4 > .mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 70px;
}
.vc_span3 > .mk-mobile-slideshow.landscape-style .mk-flex-slides {
  padding: 10px 30px 10px 30px;
}
.vc_span3 > .mk-mobile-slideshow.landscape-style .flex-prev,
.vc_span3 > .mk-mobile-slideshow.landscape-style .flex-next {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.vc_span3 > .mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 40px;
}
.vc_span3 > .mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 40px;
}
.vc_span3 > .mk-mobile-slideshow.portrait-style .mk-flex-slides {
  padding: 75px  20px 90px 20px;
}
.vc_span3 > .mk-mobile-slideshow.portrait-style .flex-prev,
.vc_span3 > .mk-mobile-slideshow.portrait-style .flex-next {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.vc_span3 > .mk-mobile-slideshow.portrait-style:hover .flex-prev {
  left: 30px;
}
.vc_span3 > .mk-mobile-slideshow.portrait-style:hover .flex-next {
  right: 30px;
}
.vc_span2 > .mk-mobile-slideshow.portrait-style .mk-flex-slides {
  padding: 40px 10px 10px 10px;
}
.vc_span2 > .mk-mobile-slideshow.portrait-style .flex-prev,
.vc_span2 > .mk-mobile-slideshow.portrait-style .flex-next {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}
.vc_span2 > .mk-mobile-slideshow.portrait-style:hover .flex-prev {
  left: 20px;
}
.vc_span2 > .mk-mobile-slideshow.portrait-style:hover .flex-next {
  right: 20px;
}
.vc_span2 > .mk-mobile-slideshow.landscape-style .mk-flex-slides {
  padding: 5px 20px 0px 20px;
}
.vc_span2 > .mk-mobile-slideshow.landscape-style .flex-prev,
.vc_span2 > .mk-mobile-slideshow.landscape-style .flex-next {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.vc_span2 > .mk-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 20px;
}
.vc_span2 > .mk-mobile-slideshow.landscape-style:hover .flex-next {
  right: 20px;
}
/* Gravity forms Styling
-------------------------------------------------------------- */
.gform_wrapper select {
  padding: 12px 14px 12px 20px !important;
}
.gform_wrapper select[multiple=multiple] {
  padding: 8px !important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
  font-size: 13px !important;
  color: #767676 !important;
  padding: 10px !important;
}
.gform_wrapper .button {
  margin-right: 10px !important;
  border: 1px solid #eee !important;
  outline: none !important;
  color: #666 !important;
  font-size: 13px;
  line-height: 13px !important;
  padding: 12px 25px !important;
  vertical-align: top;
  background-image: none !important;
  letter-spacing: 1px;
  display: inline-block;
  background-color: transparent;
}
.gform_wrapper .button:hover {
  color: #fff !important;
}
.gform_wrapper .gf_progressbar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
}
.gform_wrapper .percentbar_blue {
  background-image: none !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-left: 2px;
}
.gform_wrapper li,
.gform_wrapper form li {
  padding-bottom: 10px;
}
.gform_wrapper .top_label .gfield_label {
  margin-bottom: 6px !important;
}
@media only screen and (max-width: 550px) {
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half,
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right,
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: 99% !important;
    margin-top: 10px;
    float: none !important;
  }
}
/* Device visbility media queries
-------------------------------------------------------------------- */
.visible-sm,
.visible-tl,
.visible-dt {
  display: none;
}
/* Only mobiles */
@media screen and (max-width: 765px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}
/* only tables */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .hidden-tl {
    display: none !important;
  }
  .visible-tl {
    display: block !important;
  }
}
/* Only Desktops */
@media only screen and (min-width: 1224px) {
  .hidden-dt {
    display: none !important;
  }
  .visible-dt {
    display: block !important;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .no-smartphone {
    display: none !important;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .no-ipad {
    display: none !important;
  }
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-iphone {
    display: none !important;
  }
}
/* Inherit P tags inside shortcodes */
.mk-fancy-title p,
.mk-blockquote p,
.pricing-offer-grid p,
.mk-title-box p {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.mk-employees > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-employees.column_rounded-style .mk-employee-item {
  float: left;
  margin: 0;
  text-align: center;
}
.mk-employees.column_rounded-style .team-member-name {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 6px;
}
.mk-employees.column_rounded-style .team-member-position {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 12px;
}
.mk-employees.column_rounded-style .team-member-desc {
  display: block;
  padding: 0 0 10px;
}
.mk-employees.column_rounded-style .team-thumbnail,
.mk-employees.column_rounded-style .team-thumbnail img,
.mk-employees.column_rounded-style .hover-overlay {
  -webkit-border-radius: 1500px;
  -moz-border-radius: 1500px;
  border-radius: 1500px;
}
.mk-employees.column_rounded-style .team-thumbnail {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.mk-employees.column_rounded-style .team-thumbnail img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.mk-employees.column_rounded-style .team-thumbnail:hover .mk-employeee-networks a {
  opacity: 1;
}
.mk-employees.column_rounded-style .team-thumbnail:hover .hover-overlay {
  opacity: 0.3;
}
.mk-employees.column_rounded-style.one-column .mk-employee-item {
  padding: 0 0 50px;
  width: 100%;
}
.mk-employees.column_rounded-style.one-column .mk-employee-item .team-thumbnail {
  float: left;
  width: 50%;
}
.mk-employees.column_rounded-style.one-column .mk-employee-item .team-info-wrapper {
  float: left;
  padding: 10px 30px;
  width: 50%;
}
.mk-employees.column_rounded-style.two-column .mk-employee-item {
  padding: 0 20px 50px;
  width: 49.8%;
}
.mk-employees.column_rounded-style.three-column .mk-employee-item {
  padding: 0 20px 40px;
  width: 33.3%;
}
.mk-employees.column_rounded-style.four-column .mk-employee-item {
  padding: 0 10px 30px;
  width: 24.8%;
}
.mk-employees.column_rounded-style.five-column .mk-employee-item {
  padding: 0 10px 20px;
  width: 19.8%;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-employees.column_rounded-style.three-column .mk-employee-item,
  .mk-employees.column_rounded-style.four-column .mk-employee-item,
  .mk-employees.column_rounded-style.five-column .mk-employee-item {
    padding: 0 20px 50px;
    width: 50%;
  }
  .mk-employees.column_rounded-style .clearboth {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-employees.column_rounded-style .mk-employee-item {
    padding: 0 0 40px !important;
    width: 100% !important;
  }
}
.mk-employees.column-style .mk-employee-item {
  float: left;
  margin: 0;
}
.mk-employees.column-style .team-member-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.mk-employees.column-style .team-member-position {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 12px;
}
.mk-employees.column-style .team-member-desc {
  display: block;
  padding: 0 0 10px;
}
.mk-employees.column-style .team-thumbnail {
  margin-bottom: 15px;
  position: relative;
}
.mk-employees.column-style .team-thumbnail img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.mk-employees.column-style .team-thumbnail:hover .mk-employeee-networks a {
  opacity: 1;
}
.mk-employees.column-style .team-thumbnail:hover .hover-overlay {
  opacity: 0.8;
}
.mk-employees.column-style.one-column .mk-employee-item {
  padding: 0 0 50px;
  width: 100%;
}
.mk-employees.column-style.one-column .mk-employee-item .team-thumbnail {
  float: left;
  width: 50%;
}
.mk-employees.column-style.one-column .mk-employee-item .team-info-wrapper {
  float: left;
  padding: 10px 30px;
  width: 50%;
}
.mk-employees.column-style.two-column .mk-employee-item {
  padding: 0 20px 50px;
  width: 49.8%;
}
.mk-employees.column-style.three-column .mk-employee-item {
  padding: 0 20px 30px;
  width: 33.3%;
}
.mk-employees.column-style.four-column .mk-employee-item {
  padding: 0 10px 20px;
  width: 24.8%;
}
.mk-employees.column-style.five-column .mk-employee-item {
  padding: 0 10px 12px;
  width: 19.8%;
}
@media handheld, only screen and (max-width: 767px) {
  .mk-employees.column-style.three-column .mk-employee-item,
  .mk-employees.column-style.four-column .mk-employee-item,
  .mk-employees.column-style.five-column .mk-employee-item {
    padding: 0 20px 50px;
    width: 50%;
  }
  .mk-employees.column-style .clearboth {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .mk-employees.column-style .mk-employee-item {
    padding: 0 0 40px !important;
    width: 100% !important;
  }
}
.mk-employees.grid-style {
  text-align: center;
  margin: 0 auto;
}
.mk-employees.grid-style .mk-employee-item {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
  border-right: none;
  line-height: 4px;
  display: inline-block;
  border: 1px solid transparent;
  border-top: none;
  border-left: none;
}
.mk-employees.grid-style .mk-employee-item:hover .mk-employeee-networks a {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  -o-transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
.mk-employees.grid-style .mk-employee-item:hover .hover-overlay {
  opacity: 0.7;
}
.mk-employees.grid-style .mk-employee-item:hover .team-member-name,
.mk-employees.grid-style .mk-employee-item:hover .team-member-position {
  opacity: 1;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-employees.grid-style .mk-employee-item img {
    width: 100%;
  }
}
.mk-employees.grid-style .team-info-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 215px;
  width: 100%;
  display: table;
  z-index: 8;
  line-height: 20px;
}
.mk-employees.grid-style .team-info-holder {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
}
.mk-employees.grid-style .team-member-name {
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: bold;
  opacity: 0;
}
.mk-employees.grid-style .team-member-position {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: block;
  opacity: 0;
}
.mk-employees.grid-style .mk-employeee-networks {
  position: relative !important;
  margin: 10px 0 0 !important;
  top: auto !important;
  left: auto !important;
}
.mk-employees .hover-overlay {
  z-index: 8;
}
.mk-employeee-networks {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -25px 0 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}
.mk-employeee-networks li {
  display: inline-block;
  float: none !important;
  margin: 0;
}
.mk-employeee-networks li a {
  display: block;
  margin: 3px;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.mk-employeee-networks li a i {
  line-height: 32px;
  font-size: 16px;
}
.mk-employeee-networks li a:hover {
  background-color: #fff;
}
.mk-pricing-table {
  margin-bottom: 30px;
  text-align: left;
}
.mk-pricing-offer-grid {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-top: 188px;
  padding-right: 1px;
}
.mk-pricing-offer-grid .mk-offers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.mk-pricing-offer-grid .mk-offers ul li {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  padding: 15px 0;
  display: block;
  width: auto;
  font-weight: bold;
}
.has-pricing-offer .mk-pricing-cols {
  width: 80% !important;
  text-align: left;
}
/* Pricing Columns */
.mk-pricing-cols {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.mk-pricing-cols li {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  max-width: 265px;
  position: relative;
  z-index: 10;
}
.mk-pricing-cols li.four-table {
  width: 25%;
}
.mk-pricing-cols li.three-table {
  width: 33.3333333%;
}
.mk-pricing-cols li.two-table {
  width: 50%;
}
.mk-pricing-cols li.one-table {
  width: 100%;
}
.mk-pricing-cols li:nth-child(odd) .mk-pricing-plan {
  background-color: rgba(0, 0, 0, 0.6);
}
.mk-pricing-cols li:nth-child(odd) .mk-pricing-price,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-features,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-button {
  position: relative;
}
.mk-pricing-cols li:nth-child(odd) .mk-pricing-price:before,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-features:before,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-button:before {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.04);
  content: "";
  z-index: 1;
}
.mk-pricing-cols > li {
  margin-top: 30px;
}
.mk-pricing-cols .mk-pricing-plan {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 7px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mk-pricing-cols .mk-pricing-price {
  height: 130px;
  width: 100%;
}
.mk-pricing-cols .mk-pricing-price span {
  font-size: 50px;
  line-height: 130px;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 10;
}
.mk-pricing-cols .mk-pricing-features ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
}
.mk-pricing-cols .mk-pricing-features ul li {
  font-size: 13px;
  line-height: 16px;
  padding: 15px 0;
  display: block;
  width: auto;
  background-color: rgba(0, 0, 0, 0.005);
}
.mk-pricing-cols .mk-pricing-features ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.01);
}
.mk-pricing-cols .mk-pricing-features i {
  font-size: 16px;
}
.mk-pricing-cols .mk-pricing-features .mk-icon-check {
  color: #00c360;
}
.mk-pricing-cols .mk-pricing-features .mk-icon-times {
  color: #ff0048;
}
.mk-pricing-cols .mk-pricing-features .mk-icon-star {
  margin-left: 3px;
}
.mk-pricing-cols .mk-pricing-features .mk-icon-star.empty {
  color: #b0b0b0;
}
.mk-pricing-cols .mk-pricing-button {
  padding: 20px 0 30px;
  background-color: rgba(0, 0, 0, 0.01);
}
.mk-pricing-cols .mk-pricing-button a {
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}
.featured-plan {
  margin: 1px -1px 0 -1px !important;
  border: 1px solid rgba(0, 0, 0, 0.6);
  z-index: 30 !important;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.24);
}
.featured-plan .mk-pricing-price {
  height: 158px;
}
.featured-plan .mk-pricing-button {
  padding: 30px 0 50px;
}
.mk-pricing-table.light .mk-pricing-features li {
  border-bottom: 1px dotted #d9d9d9;
}
.mk-pricing-table.light .mk-offers ul li {
  background-color: rgba(0, 0, 0, 0.005);
  border-bottom: 1px dotted #d9d9d9;
}
.mk-pricing-table.light .mk-offers ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.01);
}
/* Dark Skin */
.mk-pricing-table.dark {
  color: #fff;
}
.mk-pricing-table.dark .mk-offers ul li {
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-pricing-table.dark .mk-offers ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.45);
}
.mk-pricing-table.dark .mk-pricing-features ul li {
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-pricing-table.dark .mk-pricing-features ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.45);
}
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-plan {
  background-color: rgba(0, 0, 0, 0.6);
}
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-price:before,
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-features:before,
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-button:before {
  background-color: rgba(0, 0, 0, 0.15);
}
.mk-pricing-table.dark .mk-pricing-button {
  background-color: rgba(0, 0, 0, 0.4);
}
@media handheld, only screen and (max-width: 960px) {
  .mk-pricing-offer-grid {
    display: none;
  }
  .mk-pricing-cols,
  .has-pricing-offer .mk-pricing-cols {
    width: 100% !important;
    text-align: center;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-pricing-cols .mk-pricing-col {
    width: 100% !important;
    margin-bottom: 30px;
    display: block;
    max-width: none !important;
  }
  .mk-pricing-cols .mk-pricing-col li {
    max-width: none !important;
  }
}
/* *
*
-------------------------- WIDGETS SECTION -----------------------------
*
* */
.widget {
  overflow: hidden;
  margin-bottom: 40px;
}
.widgettitle {
  position: relative;
  display: block;
  margin-bottom: 20px;
  line-height: 100%;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
.widgettitle:after {
  display: block;
  content: "";
  width: 70px;
  height: 5px;
  background-color: rgba(128, 128, 128, 0.15);
  margin: 10px 0;
}
.mk-side-dashboard .widgettitle {
  margin-bottom: 10px;
}
.mk-side-dashboard .widget {
  margin-bottom: 20px;
}
#mk-sidebar ul,
#mk-footer ul,
.mk-side-dashboard ul {
  margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_authors li,
.widget_contact_info li,
.widget_popular_posts li,
.widget_text li,
.widget_recent_posts li,
.widget_twitter li,
.widget_pages li,
.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li,
.widget_product_categories li,
.widget_display_topics li,
.widget_display_forums li,
.widget_display_views li {
  margin: 0;
  list-style: none;
}
.widget_archive li a,
.widget_recent_comments .recentcomments,
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_contact_info li a,
.widget_pages li a,
.widget_text li a,
.widget_recent_entries li a,
.widget_product_categories li a,
.widget_display_topics li a,
.widget_display_forums li a,
.widget_display_views li a {
  display: inline-block;
  margin: 0 0 12px 0;
  text-decoration: none;
  line-height: 18px;
}
.widget_archive li a,
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_product_categories li a,
.widget_display_topics li a,
.widget_display_forums li a,
.widget_display_views li a {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  display: block;
  padding-bottom: 12px;
}
.widget_pages li {
  margin: 0;
  padding: 0;
}
.widget_pages li a {
  padding: 10px 10px;
  margin: 0;
  display: block;
}
.widget_pages li:nth-child(odd) a {
  background-color: rgba(128, 128, 128, 0.1);
}
.widget_pages .page_item_has_children li:nth-child(odd) a {
  background-color: transparent;
  padding: 5px 10px 5px 20px;
}
/* Widgets:Recent Comments
-------------------------------------------------------------------- */
.mk-recent-comments .recentcomments {
  position: relative;
  padding-left: 68px;
  margin-bottom: 16px;
  display: block;
}
.mk-recent-comments .recentcomments .comment-detail {
  position: relative;
  min-height: 60px;
  padding: 16px;
  background-color: rgba(128, 128, 128, 0.1);
  display: block;
}
.mk-recent-comments .recentcomments .comment-detail p {
  margin: 0;
  line-height: 18px;
}
.mk-recent-comments .recentcomments .comment-detail:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid rgba(128, 128, 128, 0.1);
  left: -8px;
  top: 50%;
  margin-top: -4px;
}
.mk-recent-comments .comment-avatar {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.mk-recent-comments .comment-author {
  font-weight: bold;
  margin-bottom: 2px;
  color: #4c4c4c;
}
/* Widget:RSS
-------------------------------------------------------------------- */
.widget_rss li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.widget_rss .rsswidget {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
}
.widget_rss .rss-date {
  display: block;
  padding-top: 5px;
  font-size: 11px;
}
.widget_rss cite {
  font-size: 11px;
}
.widget_rss .rssSummary {
  padding: 6px 0;
}
/* Widget:Sub Navigation
-------------------------------------------------------------------- */
.widget-sub-navigation ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-sub-navigation ul li {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 8px 25px;
}
.widget-sub-navigation ul li:last-child {
  border-bottom: none !important;
  padding-bottom: 16px !important;
}
.widget-sub-navigation ul li:first-child {
  padding-top: 16px !important;
}
.widget-sub-navigation ul li a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.widget-sub-navigation ul li.current_page_item {
  font-weight: 600;
}
.right-layout .widget-sub-navigation {
  text-align: left;
}
.right-layout .widget-sub-navigation li {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.right-layout .widget-sub-navigation li.current_page_item {
  border-left: none;
}
.left-layout .widget-sub-navigation li {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  text-align: right;
}
.left-layout .widget-sub-navigation li.current_page_item {
  border-right: none;
}
.widget_tag_cloud li,
.widget_categories li,
.widget_product_tag_cloud li {
  display: inline-block;
}
.widget_tag_cloud a,
.widget_categories a,
.widget_product_tag_cloud a {
  display: inline-block;
  margin: 8px 3px 0 0;
  padding: 8px 10px;
  text-transform: capitalize;
  font-size: 12px !important;
  line-height: 100%;
  background-color: rgba(128, 128, 128, 0.1);
}
.widget_tag_cloud a:hover,
.widget_categories a:hover,
.widget_product_tag_cloud a:hover {
  color: #fff !important;
}
/* Widgets:CONTACT INFO
-------------------------------------------------------------------- */
.widget_contact_info ul {
  padding: 0;
}
.widget_contact_info ul li {
  position: relative;
  display: block;
  margin: 0 0 9px 0;
  padding: 0 0 0 46px;
  line-height: 30px;
}
.widget_contact_info ul li span {
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
}
.widget_contact_info ul li a {
  margin: 0;
}
.widget_contact_info ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 28px;
  font-size: 16px;
  height: 28px;
  width: 28px;
  display: block;
  text-align: left;
  border-right: 1px solid rgba(128, 128, 128, 0.2);
}
.widget_contact_info.dark-skin li i {
  border-right: 1px solid #eee;
  color: #737373;
}
.widget_contact_info.light-skin li span,
.widget_contact_info.light-skin li a {
  color: #fff;
}
.widget_contact_info.light-skin li i {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
/* Widgets:Video
-------------------------------------------------------------------- */
.widget_video .mk-frame {
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.1);
  background-color: rgba(128, 128, 128, 0.05);
  padding: 25px 12px 12px;
  margin: 30px 3px 3px 0;
}
.widget_video .mk-frame .video-title {
  font-weight: 600;
  padding: 0 10px;
  font-size: 14px;
  margin-top: 14px;
}
.widget_video .mk-frame .video-desc {
  padding: 0 10px;
}
/* Widgets:INSTAGRAM FEEDS
-------------------------------------------------------------------- */
.mk-instagram-feeds .item-holder {
  margin: 0 1px 1px 0;
  position: relative;
}
.mk-instagram-feeds a {
  line-height: 4px;
  float: left;
}
.mk-instagram-feeds .one-columns {
  width: 100%;
}
.mk-instagram-feeds .two-columns {
  width: 49.8%;
}
.mk-instagram-feeds .three-columns {
  width: 33.2%;
}
.mk-instagram-feeds .four-columns {
  width: 24.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 25px;
  padding: 0;
  list-style: none;
}
.widget_posts_lists ul li .featured-image {
  float: left;
  overflow: hidden;
  margin: 0;
  display: block;
}
.widget_posts_lists ul li .post-list-info {
  margin: 0 0 0 100px;
}
.widget_posts_lists ul li .post-list-info.posts-no-thumb {
  margin-left: 0;
}
.widget_posts_lists ul li .post-list-title {
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
}
.widget_posts_lists ul li .post-list-title:after {
  margin-top: 8px;
  display: block;
  width: 70px;
  height: 1px;
  content: "";
  background-color: rgba(128, 128, 128, 0.2);
}
.widget_posts_lists ul li .post-list-meta {
  display: block;
}
.widget_posts_lists ul li .post-list-meta time {
  color: #999999;
}
.widget_posts_lists ul li .post-list-meta time,
.widget_posts_lists ul li .post-list-meta a {
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  font-style: italic;
}
/* Widgets:Blog Posts Tabs : Popular + Recent + comments
-------------------------------------------------------------------- */
.widget_posts_tabs .mk-tabs-pane li {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 0 20px;
  list-style: none;
  border-bottom: 1px solid #eee;
}
.widget_posts_tabs .mk-tabs-pane li .featured-image {
  float: left;
  overflow: hidden;
  margin: 0;
  display: block;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-info {
  margin: 0 0 0 80px;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-info.posts-no-thumb {
  margin-left: 0;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-title {
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta {
  display: block;
  line-height: 18px;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta time,
.widget_posts_tabs .mk-tabs-pane li .post-list-meta .cats {
  display: inline-block;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta time {
  font-size: 11px;
  font-weight: bold;
  color: #444444;
}
.widget_posts_tabs .mk-tabs-pane li .post-list-meta .cats a {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.widget_posts_tabs .mk-tabs-pane li .blog-comments,
.widget_posts_tabs .mk-tabs-pane li .mk-love-holder {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #999999 !important;
  padding-right: 8px;
}
.widget_posts_tabs .mk-tabs-pane li .blog-comments i,
.widget_posts_tabs .mk-tabs-pane li .mk-love-holder i {
  color: #eeeeee;
  font-size: 16px;
}
.widget_posts_tabs .mk-tabs-tabs {
  border-bottom: 3px solid #eeeeee;
}
.widget_posts_tabs .mk-tabs-tabs li {
  display: inline-block;
  padding: 10px 12px 6px;
}
.widget_posts_tabs .mk-tabs-tabs li a {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  color: #999999 !important;
}
.widget_posts_tabs .mk-tabs-tabs li.ui-state-active {
  background-color: #eeeeee;
}
.widget_posts_tabs .mk-tabs-tabs li.ui-state-active a {
  color: #454545 !important;
}
.widget_posts_tabs .mk-tabs-panes {
  padding-top: 20px;
}
/* Widgets:SOCIAL NETWORKS
-------------------------------------------------------------------- */
.widget_social_networks a,
.mk-social-network a {
  position: relative;
  display: inline-block;
  float: left;
  margin: 4px;
  line-height: 100%;
  font-size: 16px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
}
.widget_social_networks a.dark,
.mk-social-network a.dark {
  color: #737373 !important;
  border: 1px solid #eee;
}
.widget_social_networks a.dark:hover,
.mk-social-network a.dark:hover {
  color: #fff !important;
}
.widget_social_networks a.light,
.mk-social-network a.light {
  border-style: solid;
  border-width: 1px;
}
.widget_social_networks a.light:hover,
.mk-social-network a.light:hover {
  color: #000 !important;
}
/* Widgets:TESTIMONIAL SLIDER
-------------------------------------------------------------------- */
.widget_testimonials .testimonial-slider {
  position: relative;
}
.widget_testimonials .testimonial-slider li {
  margin: 0;
}
.widget_testimonials .testimonial-slider .testimonial-quote {
  position: relative;
  padding: 15px 20px;
  background-color: rgba(128, 128, 128, 0.1);
}
.widget_testimonials .testimonial-slider .testimonial-quote:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(128, 128, 128, 0.1);
  left: 50%;
  bottom: -8px;
  margin-left: -4px;
}
.widget_testimonials .testimonial-slider .testimonial-details {
  margin-top: 15px;
  text-align: center;
}
.widget_testimonials .testimonial-slider .testimonial-author {
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.widget_testimonials .testimonial-slider .testimonial-position {
  display: block;
  font-size: 12px;
  line-height: 12px;
}
/* Widgets:RECENT PORTFOLIOS
-------------------------------------------------------------------- */
.widget_recent_portfolio {
  overflow: visible;
}
.widget_recent_portfolio ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_recent_portfolio ul li {
  position: relative;
  margin: 0;
  float: left;
  padding: 0;
  display: block;
  width: 50%;
}
.widget_recent_portfolio .item-holder {
  margin: 0 1px 1px 0;
}
.widget_recent_portfolio .portfolio-permalink {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  border: 1px solid #fff;
}
.widget_recent_portfolio .portfolio-permalink:hover {
  background-color: #fff;
}
.widget_recent_portfolio .portfolio-permalink i {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  display: block;
}
.widget_recent_portfolio .portfolio-meta {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
.widget_recent_portfolio .portfolio-meta .portfolio-plus-icon i {
  font-size: 32px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  color: #fff;
  display: block;
}
.widget_recent_portfolio .featured-image {
  line-height: 4px;
}
.widget_recent_portfolio .featured-image:hover .portfolio-meta {
  opacity: 1;
}
.widget_recent_portfolio .featured-image:hover .portfolio-plus-icon i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
@media handheld, only screen and (max-width: 767px) {
  .widget_recent_portfolio .featured-image img {
    width: 100%;
  }
}
/* Widgets:TWITTER FEEDS
-------------------------------------------------------------------- */
.mk-tweet-list {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.mk-tweet-list li {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
.mk-tweet-list li .tweet-text {
  display: block;
}
.mk-tweet-list li .tweet-text a {
  color: #22b7df !important;
}
.mk-tweet-list li .tweet-time {
  display: block;
  font-weight: bold;
}
/* Widgets:SEARCH FORM
-------------------------------------------------------------------- */
.mk-searchform {
  position: relative;
  max-width: 320px;
}
.mk-searchform .text-input {
  margin: 0 3px 3px 0;
  padding: 12px 28px 12px 12px;
  width: 100%;
  color: #808080;
  border: 1px solid rgba(128, 128, 128, 0.2);
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
}
.mk-searchform .text-input::-webkit-input-placeholder,
.mk-searchform .text-input .mk-textarea::-webkit-input-placeholder {
  color: #808080;
}
.mk-searchform .text-input:-ms-input-placeholder,
.mk-searchform .text-input .mk-textarea:-ms-input-placeholder {
  color: #808080;
}
.mk-searchform .text-input:-moz-placeholder,
.mk-searchform .text-input .mk-textarea:-moz-placeholder {
  color: #808080;
}
.mk-searchform .mk-icon-search {
  position: absolute;
  top: 50%;
  right: -1px;
  margin-top: -23px;
  font-size: 16px;
  display: block;
  width: 43px;
  height: 43px;
  line-height: 42px;
  text-align: center;
  color: rgba(128, 128, 128, 0.6);
  border-left: 1px solid rgba(128, 128, 128, 0.2);
}
.mk-searchform .mk-icon-search:hover {
  background-color: rgba(128, 128, 128, 0.1);
}
.mk-searchform .search-button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: none;
}
.tiny_slider_widget .mk-image-slideshow {
  margin: 0 auto;
}
/* Widgets:CALENDAR
-------------------------------------------------------------------- */
#calendar_wrap {
  position: relative;
  margin: 5px;
  padding: 0;
  background: rgba(128, 128, 128, 0.1);
  text-align: center;
}
#wp-calendar {
  margin: 0 !important;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: none;
  overflow: visible;
}
#wp-calendar thead {
  background-color: #5c5c5c;
  border: none;
}
#wp-calendar thead th {
  color: #fff !important;
  font-size: 12px;
}
#wp-calendar caption {
  padding: 12px;
  background-color: rgba(128, 128, 128, 0.2);
  color: #4e4e4e;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  border-bottom: none;
}
#wp-calendar th,
#wp-calendar th {
  padding: 10px 5px;
  color: #787573;
}
#wp-calendar tbody td {
  padding: 12px 2px;
  background-color: rgba(128, 128, 128, 0.1);
  color: #939393;
  border: 1px solid rgba(128, 128, 128, 0.12);
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
}
#wp-calendar td#today {
  color: #fff;
}
#wp-calendar a {
  color: #666666;
}
#wp-calendar #next,
#wp-calendar #prev {
  position: absolute;
  top: 8px;
  display: block;
  margin: 0;
  padding: 0;
  background: 0;
}
#wp-calendar #next a,
#wp-calendar #prev a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -9999px;
}
#wp-calendar #prev {
  left: 5px;
  width: 18px;
  height: 18px;
  border: 0;
}
#wp-calendar #prev:before {
  content: "\f053";
  font-size: 16px;
}
#wp-calendar #next {
  right: 5px;
  width: 18px;
  height: 18px;
  border: 0;
}
#wp-calendar #next:before {
  content: "\f054";
  font-size: 16px;
}
#wp-calendar tfoot .pad {
  display: none;
}
@media handheld, only screen and (max-width: 960px) {
  #calendar_wrap {
    width: 300px;
  }
}
/* Widgets:Login Form
-------------------------------------------------------------------- */
.mk-login-form {
  margin: 0 7px;
}
.mk-login-form .form-row {
  position: relative;
  margin-bottom: 6px;
}
.mk-login-form .form-row i {
  float: left;
  width: 42px !important;
  height: 42px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 16px;
  border-right: 1px solid rgba(128, 128, 128, 0.2);
}
.mk-login-form .form-row i.input-focused {
  color: #fff;
}
.mk-login-form .form-row input {
  padding: 12px 12px 12px 58px !important;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid rgba(128, 128, 128, 0.2);
}
.mk-login-form .submit_button {
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
}
.mk-login-form .mk-login-status {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.mk-login-form.dark-skin .submit_button {
  color: #444;
  border-color: rgba(128, 128, 128, 0.2) !important;
}
.mk-login-form.dark-skin .submit_button:hover {
  color: #fff;
  background: #444;
}
.mk-login-form.light-skin .form-row i {
  color: #fff;
  opacity: 0.5;
}
.mk-login-form.light-skin .form-row input {
  color: #eee;
  background: transparent;
}
.mk-login-form.light-skin .form-row input::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 0.3);
}
.mk-login-form.light-skin .form-row input:-ms-input-placeholder {
  color: rgba(128, 128, 128, 0.3);
}
.mk-login-form.light-skin .form-row input:-moz-placeholder {
  color: rgba(128, 128, 128, 0.3);
}
.mk-login-form.light-skin .submit_button {
  color: #fff;
  border-color: rgba(128, 128, 128, 0.2) !important;
  background: transparent;
}
.mk-login-form.light-skin .submit_button:hover {
  background: rgba(128, 128, 128, 0.2);
}



/* --------------------------------------------------------------
   
Basic WordPress Blog Styles
     
-------------------------------------------------------------- */
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 10px;
}
.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}
.gallery {
  margin: 0 auto 20px;
  text-align: center;
}
.gallery .gallery-item {
  margin-top: 0;
  text-align: center;
  width: 33%;
  border: 1px solid #eee !important;
  background-color: #fafafa;
}
.gallery .gallery-item img {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 24.6% !important;
}
.gallery img {
  border: none !important;
}
.gallery img:hover {
  opacity: 0.7;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  font-size: 13px;
  padding: 20px;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery br + br {
  display: none;
}
/* Tables
-------------------------------------------------------------- */
table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
table th {
  text-align: center;
  padding: 18px 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
table tfoot td {
  padding: 6px;
}
table td {
  text-align: center;
  padding: 12px;
}
/* WP3.8 temporary fix
-------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

