.txt1 {
    direction: ltr !important;
    font-size: 20pt !Important;
    color: #fff;
    background-color: #aa4951;
    padding: 10px !important;
    text-align: left !important;
}

.txt2 {
    direction: ltr !important;
    font-size: 13pt !Important;
    color: #fff;
    background-color: #0a3753;
    padding: 5px !important;
    min-width: 100px !important;        
    text-align: left !important;
}

.txt3 {
    direction: ltr !important;
    font-size: 20pt !Important;
    color: #fff;
    background-color: #0a3753;
    padding: 10px !important;
    text-align: left !important;
}

.txt4 {
    direction: ltr !important;
    font-size: 13pt !Important;
    color: #fff;
    background-color: #aa4951;
    padding: 8px !important;
    min-width: 300px !important;
    text-align: left !important;
}


.txt5 {
    direction: ltr !important;
    font-size: 13pt !Important;
    color: #fff;
    background-color: #0a3753;
    padding: 5px !important;
    min-width: 400px !important;    
    text-align: left !important;
}


sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.google_map img {
    max-width: none !important;
}

.theme-content img,
#mk-sidebar img,
#mk-footer img,
.mk-page-section img,
.mk-edge-slider img,
.ajax_project img,
.vc_row-fluid img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    margin: 0;
    vertical-align: middle;
    font-size: 100%;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    input[type="search"] {
        -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;
}

strong,
th,
thead td {
    font-weight: bold;
}

cite,
em,
dfn {
    font-style: italic;
}

code,
pre {
    margin: 10px 0 20px 0;
    display: block;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #e8e8e8;
    padding: 20px 10px;
    background: #ffffff;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    overflow: auto;
    background: url("../../images/pre_code.gif") repeat scroll 0 0 #f2f3f5;
}

del {
    color: #666;
    text-decoration: line-through;
}
/*ins,
dfn {
  border-bottom: 1px solid #ccc;
}*/
small,
sup,
sub {
    font-size: 85%;
}

abbr,
acronym {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.floatleft,
.alignleft {
    float: left;
    text-align: left;
}

.floatright,
.alignright {
    float: right;
    text-align: right;
}

.aligncenter {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.clearboth {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
}

    .clearboth:after {
        display: block;
        visibility: hidden;
        clear: both;
        width: 0;
        height: 0;
        content: ' ';
        font-size: 0;
        line-height: 0;
    }

* html .clearboth {
    height: 1%;
}

ol {
    margin-bottom: 1em;
    margin-left: 2.35em;
    list-style-position: outside;
    list-style-type: decimal;
}

dt {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 0.2em;
}

dd {
    margin: 0;
    padding: 0 0 1em 15px;
}

fieldset {
    padding: 1em;
    border: 1px solid #dddddd;
}

legend {
    padding: 0 .8em;
    font-weight: bold;
    font-size: 1.2em;
}

textarea,
input[type=text],
input[type=password],
input[type=email],
select {
    outline: none;
    border: none;
    font-size: inherit;
}

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],
input[type=search] {
    font-size: 13px;
    color: #767676;
    padding: 10px 12px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: none;
    margin-bottom: 4px;
}

    textarea:focus,
    input[type=text]:focus,
    input[type=tel]:focus,
    input[type=email]:focus,
    input[type=password]:focus,
    input[type=search]:focus {
        background-color: #fff;
        border: 1px solid #dcdcdc;
    }

#theme-page select {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    background: url('../../images/selectbox-arrow.png') right center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 14px 12px 20px;
    font-size: 12px;
    line-height: 14px;
    color: #252525;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-weight: bold;
    min-width: 240px;
    max-width: 100%;
    display: block;
}

option {
    padding: 0 4px;
}
/* HEADEING STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.8em;
    font-weight: normal;
    line-height: 1.3em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1 {
    font-size: 36px;
    margin-bottom: 16px;
}

h2 {
    font-size: 30px;
    margin-bottom: 14px;
    color: #f68c1e !important;
    font-weight: bold;
}

h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

h4 {
    font-size: 24px;
    margin-bottom: 9px;
}

h5 {
    font-size: 18px;
    margin-bottom: 8px;
}

h6 {
    font-size: 14px;
    margin-bottom: 8px;
}

.visuallyhidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    left: -100000px;
    top: -100000px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.mk-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .mk-video-container iframe,
    .mk-video-container object,
    .mk-video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.mk-video-wrapper {
    max-width: 100%;
}

.mk_rev_slider_wrapper {
    overflow: hidden;
}
/**********************************************
blog-classic.less
**********************************************/
.mk-blog-classic-item .blog-social-share {
    z-index: 30;
}

.post-type-badge {
    z-index: 10;
}
/**********************************************
blog-comments.less
**********************************************/
.mk-commentlist li .comment-content {
    z-index: 10;
}
/**********************************************
blog-grid.less
**********************************************/
.mk-blog-grid-item .blog-grid-hover-icon {
    z-index: 10;
}
/**********************************************
blog-modern.less
**********************************************/
.mk-blog-modern-item .blog-social-share {
    z-index: 10;
}
/**********************************************
edge-one-pager.less
**********************************************/
.mk-edge-one-pager .mk-grid {
    z-index: 14;
}

.fullPage-slidesNav {
    z-index: 4;
}

#fullPage-nav {
    z-index: 300;
}
/**********************************************
edge-slider.less
**********************************************/
.mk-edge-slider .mk-grid {
    z-index: 14;
}

.mk-edge-slider .edge-slider-holder {
    z-index: 10;
}

.mk-edge-slider .edge-slider-loading {
    z-index: 20;
}

.mk-edge-slider .edge-skip-slider {
    z-index: 10;
}

.mk-swiper-container {
    z-index: 1;
}

.swiper-pagination {
    z-index: 10;
}

.mk-edge-nav a {
    z-index: 1000;
}
/**********************************************
flexslider-base.less
**********************************************/
.flex-direction-nav a {
    z-index: 10;
}
/**********************************************
footer.less
**********************************************/
#mk-footer {
    z-index: 10;
}

    #mk-footer.mk-footer-unfold {
        z-index: 9;
    }
/**********************************************
header-toolbar.less
**********************************************/
.mk-header-toolbar {
    z-index: 310;
}

.mk-language-nav-sub-wrapper {
    z-index: 20;
}

.mk-fullscreen-search-overlay {
    z-index: 999;
}

.mk-toolbar-resposnive-icon {
    z-index: 80;
}

@media handheld, only screen and (max-width: 780px) {
    .mk-login-register,
    #mk-header-subscribe {
        z-index: 50;
    }
}
/**********************************************
header.less
**********************************************/
#mk-header {
    z-index: 301;
}

    #mk-header .mk-header-bg,
    #mk-header .mk-classic-nav-bg {
        z-index: 1;
    }

    #mk-header .header-logo a {
        z-index: 30;
    }

    #mk-header .mk-header-inner {
        z-index: 300;
    }

.mk-header-holder {
    z-index: 200;
}

.header-style-2.header-sticky-ready .mk-header-nav-container {
    z-index: 210;
}

.mk-header-right {
    z-index: 20;
}

.mk-header-nav-container {
    z-index: 30;
}

.header-style-2.header-align-center .header-logo {
    z-index: 2;
}

.header-style-3 .mk-dashboard-trigger {
    z-index: 11;
}

.header-style-4 {
    z-index: auto !important;
}

    .header-style-4 .mk-header-inner {
        z-index: 300 !important;
    }
/**********************************************
icarousel.less
**********************************************/
#iCarousel-preloader {
    z-index: 1000;
}

#iCarousel-timer {
    z-index: 1000;
}

a.iCarouselNav {
    z-index: 1000;
}
/**********************************************
jplayer.less
**********************************************/
div.jp-volume-bar {
    z-index: 20;
}
/**********************************************
layout.less
**********************************************/
.mk-go-top {
    z-index: 300;
}

.mk-zindex-fix {
    z-index: 60;
}

#theme-page {
    z-index: 10;
}
/**********************************************
lightbox.less
**********************************************/
.fancybox-wrap {
    z-index: 8020;
}

.fancybox-opened {
    z-index: 8030;
}

#fancybox-loading {
    z-index: 8060;
}

.fancybox-close {
    z-index: 8040;
}

.fancybox-nav {
    z-index: 8040;
}

    .fancybox-nav span {
        z-index: 8040;
    }

.fancybox-overlay {
    z-index: 8010;
}

.fancybox-title {
    z-index: 8050;
}

.fancybox-title-float-wrap {
    z-index: 8050;
}
/**********************************************
nav.less
**********************************************/
.mk-classic-menu-wrapper {
    z-index: 99;
}

.main-navigation-ul > li.menu-item ul.sub-menu:after {
    z-index: 10;
}

.main-navigation-ul:not(.dropdownJavascript) li.menu-item:hover > ul.sub-menu {
    z-index: 10;
}

.dropdownJavascript li.dropdownOpen > ul.sub-menu {
    z-index: 10;
}

.has-mega-menu > ul.sub-menu > ul.sub-menu {
    z-index: auto;
}

.mk-nav-responsive-link {
    z-index: 12;
}

#mk-responsive-nav {
    z-index: 20;
}
/**********************************************
news-teaser.less
**********************************************/
.mk-news-tab .mk-tabs-tabs {
    z-index: 10;
}

.mk-news-tab .mk-tabs-panes {
    z-index: 1;
}

    .mk-news-tab .mk-tabs-panes .mk-tabs-pane {
        z-index: 8;
    }
/**********************************************
page-introduce.less
**********************************************/
#mk-page-introduce {
    z-index: 8;
}
/**********************************************
pagination.less
**********************************************/
.mk-post-nav {
    z-index: 200;
}

    .mk-post-nav.post-nav-backward {
        z-index: 199;
    }

.pagnav-wrapper .pagenav-top {
    z-index: 201;
}
/**********************************************
portfolio-ajax.less
**********************************************/
.portfolio-loader {
    z-index: 10000;
}

    .portfolio-loader > div {
        z-index: 10000;
    }
/**********************************************
portfolio-classic.less
**********************************************/
.mk-portfolio-classic-item .featured-image img {
    z-index: 10;
}

.mk-portfolio-classic-item .featured-image .image-hover-overlay {
    z-index: 11;
}

.mk-portfolio-classic-item .permalink-badge,
.mk-portfolio-classic-item .mk-lightbox {
    z-index: 20;
}
/**********************************************
portfolio-hovers.less
**********************************************/
.mk-portfolio-item.fadebox-hover .portfolio-meta {
    z-index: 20;
}

.mk-portfolio-item.fadebox-hover .featured-image:after {
    z-index: 10;
}

.mk-portfolio-item.fadebox-hover .featured-image .grid-hover-icons {
    z-index: 13;
}

.mk-portfolio-item.slidebox-hover .portfolio-meta {
    z-index: 20;
}

.mk-portfolio-item.slidebox-hover .grid-hover-icons {
    z-index: 21;
}

.mk-portfolio-item.slidebox-hover .image-hover-overlay {
    z-index: 12;
}

.mk-portfolio-item.zoomin-hover .portfolio-meta {
    z-index: 20;
}

.mk-portfolio-item.zoomin-hover .grid-hover-icons {
    z-index: 13;
}

.mk-portfolio-item.zoomin-hover .image-hover-overlay {
    z-index: 11;
}

.mk-portfolio-item.zoomout-hover .grid-hover-icons {
    z-index: 10;
}

.mk-portfolio-item.zoomout-hover .portfolio-meta {
    z-index: 10;
}

.mk-portfolio-item.zoomout-hover .grid-hover-icons {
    z-index: 10;
}

.mk-portfolio-item.zoomout-hover .featured-image img {
    z-index: 11;
}

.mk-portfolio-item.zoomout-hover .image-hover-overlay {
    z-index: 4;
}

.mk-portfolio-item.zoomout-hover .featured-image:hover .portfolio-meta {
    z-index: 12;
}

.mk-portfolio-item.zoomout-hover .featured-image:hover .grid-hover-icons {
    z-index: 13;
}

.mk-portfolio-item.cube-hover .portfolio-meta {
    z-index: 10;
}

.mk-portfolio-item.cube-hover .grid-hover-icons {
    z-index: 10;
}

.mk-portfolio-item.cube-hover .featured-image img {
    z-index: 11;
}

.mk-portfolio-item.cube-hover .image-hover-overlay {
    z-index: 4;
}

.mk-portfolio-item.cube-hover .featured-image:hover .portfolio-meta {
    z-index: 12;
}

.mk-portfolio-item.cube-hover .featured-image:hover .grid-hover-icons {
    z-index: 13;
}

.mk-portfolio-item.light-zoomin-hover .portfolio-meta {
    z-index: 20;
}

.mk-portfolio-item.light-zoomin-hover .grid-hover-icons {
    z-index: 13;
}

.mk-portfolio-item.light-zoomin-hover .image-hover-overlay {
    z-index: 11;
}

.mk-portfolio-item .fadebox-post-type-icon {
    z-index: 20;
}

.mk-portfolio-item .featured-image img {
    z-index: 10;
}

.mk-portfolio-item .featured-image .hover-overlay {
    z-index: 11;
}
/**********************************************
portfolio-single.less
**********************************************/
.portfolio-similar-posts-image img {
    z-index: 10;
}

.portfolio-similar-posts-image .image-hover-overlay {
    z-index: 11;
}

.portfolio-similar-meta {
    z-index: 20;
}
/**********************************************
preloader.less
**********************************************/
.mk-body-loader-overlay {
    z-index: 2351;
}
/**********************************************
pricing-tables.less
**********************************************/
.pricing-cols li.pricing-col {
    z-index: 10;
}

.pricing-cols li.featured-plan {
    z-index: 20;
}

.pricing-cols .pricing-price span {
    z-index: 20;
}

.pricing-cols .pricing-features ul {
    z-index: 20;
}

.pricing-cols .pricing-button a {
    z-index: 20;
}
/**********************************************
reset.less
**********************************************/
.ls-jupiter .ls-nav-prev,
.ls-jupiter .ls-nav-next {
    z-index: 10 !important;
}
/**********************************************
section-transition.less
**********************************************/
.intro-effect-fade,
.intro-effect-zoom_out {
    z-index: 999;
}

.intro-effect-shuffle {
    z-index: 999;
}
/**********************************************
shortcodes-blog-showcase.less
**********************************************/
.showcase-blog-overlay {
    z-index: 30;
}

.mk-blog-showcase-thumb {
    z-index: 20;
}

    .mk-blog-showcase-thumb a {
        z-index: 40;
    }

.blog-showcase-extra-info {
    z-index: 10;
}
/**********************************************
shortcodes-button.less
**********************************************/
.mk-button.savvy-dimension span {
    z-index: 2;
}

.mk-button.savvy-dimension:after {
    z-index: 1;
}
/**********************************************
shortcodes-chart.less
**********************************************/
.mk-chart canvas {
    z-index: 1;
}

.mk-chart .chart-percent {
    z-index: 10;
}
/**********************************************
shortcodes-contact-form.less
**********************************************/
.mk-contact-form-wrapper.classic-style .mk-form-row i {
    z-index: 1;
}

.mk-contact-form-wrapper.outline-style.contact-light .text-input,
.mk-contact-form-wrapper.outline-style.contact-light .mk-textarea {
    z-index: auto;
}

.mk-contact-form-wrapper.outline-style .mk-invalid {
    z-index: 10 !important;
}

.mk-contact-form-wrapper.corporate-style .mk-form-row .text-input,
.mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea {
    z-index: auto;
}

.mk-contact-form-wrapper.corporate-style .mk-invalid {
    z-index: 10 !important;
}

.mk-progress-button[data-style="move-up"] .mk-progress-button-content {
    z-index: 10;
}
/**********************************************
shortcodes-contact-seven.less
**********************************************/
span.wpcf7-not-valid-tip {
    z-index: 30;
}
/**********************************************
shortcodes-divider.less
**********************************************/
.mk-divider[class*='go_top'] .divider-inner:before {
    z-index: 3;
}

.mk-divider[class*='go_top'] .divider-inner .divider-go-top {
    z-index: 4;
}
/**********************************************
shortcodes-edge-slideshow.less
**********************************************/
.mk-swipe-slideshow .swiper-arrows {
    z-index: 10;
}
/**********************************************
shortcodes-employees.less
**********************************************/
.mk-employees.classic-style .mk-employeee-networks {
    z-index: 1;
}
/**********************************************
shortcodes-flickr-feeds.less
**********************************************/
.mk-flickr-feeds-shortcode .flickr_badge_image a {
    z-index: 5;
}
/**********************************************
shortcodes-flipbox.less
**********************************************/
.mk-flipbox-container.flip-horizontal .mk-flipbox-front {
    z-index: 2;
}

.mk-flipbox-container.flip-horizontal:hover .mk-flipbox-back {
    z-index: 3;
}

.mk-flipbox-container.flip-vertical .mk-flipbox-front {
    z-index: 2;
}

.mk-flipbox-container.flip-vertical:hover .mk-flipbox-back {
    z-index: 3;
}
/**********************************************
shortcodes-gallery.less
**********************************************/
.mk-gallery-shortcode article .image-hover-overlay {
    z-index: 10;
}

.mk-gallery-shortcode article .gallery-title {
    z-index: 10;
}

.mk-gallery-shortcode article.hover-overlay_layer .gallery-desc {
    z-index: 10;
}
/**********************************************
shortcodes-icon-box.less
**********************************************/
.mk-box-icon.boxed-style .icon-box-boxed {
    z-index: 10;
}

.mk-box-icon.boxed-style .mk-main-ico {
    z-index: 20;
}
/**********************************************
shortcodes-image.less
**********************************************/
.mk-image-shortcode.inside-image .mk-image-caption {
    z-index: 10;
}

.mk-image-overlay {
    z-index: 10;
}

.mk-image-shortcode-lightbox {
    z-index: 30;
}
/**********************************************
shortcodes-laptop-slideshow.less
**********************************************/
.mk-laptop-slideshow-shortcode .flex-direction-nav a {
    z-index: 60;
}

.mk-laptop-image {
    z-index: 50;
}
/**********************************************
shortcodes-lcd-slideshow.less
**********************************************/
.mk-lcd-slideshow .flex-direction-nav a {
    z-index: 60;
}

.mk-lcd-image {
    z-index: 50;
}
/**********************************************
shortcodes-page-section.less
**********************************************/

/**********************************************
shortcodes-page-title-box.less
**********************************************/
.mk-page-title-box .mk-page-title-box-content {
    z-index: 10;
}
/**********************************************
shortcodes-portfolio-carousel.less
**********************************************/
.mk-portfolio-carousel .flex-viewport ul li:hover .portfolio-carousel-extra-info {
    z-index: 30;
}

.portfolio-carousel-extra-info {
    z-index: 8;
}

.mk-portfolio-carousel-modern .mk-portfolio-modern-image img {
    z-index: 10;
}

.mk-portfolio-carousel-modern .image-hover-overlay {
    z-index: 11;
}

.mk-portfolio-carousel-modern .portfolio-modern-meta {
    z-index: 20;
}

.mk-portfolio-carousel-modern .flex-direction-nav a {
    z-index: 20;
}

.modern-post-type-icon {
    z-index: 20;
}
/**********************************************
shortcodes-skill-meter.less
**********************************************/
.mk-skill-meter .mk-progress-bar .progress-inner {
    z-index: 1;
}
/**********************************************
shortcodes-slideshow.less
**********************************************/
.mk-slideshow-shortcode .mk-flex-caption span {
    z-index: 10;
}

.mk-slideshow-shortcode .color-mask {
    z-index: 5;
}

.theatre-slider-container .laptop-theatre-slider img,
.theatre-slider-container .computer-theatre-slider img {
    z-index: 3;
}

.no-csstransforms .theatre-slider-container .laptop-theatre-slider img,
.no-csstransforms .theatre-slider-container .computer-theatre-slider img {
    z-index: 1;
}

.theatre-slider-container .laptop-theatre-slider .player-container,
.theatre-slider-container .computer-theatre-slider .player-container {
    z-index: 2;
}
/**********************************************
shortcodes-tab-slider.less
**********************************************/
.mk-tab-slider {
    z-index: 1;
}

.mk-tab-slider-nav a {
    z-index: 2;
}
/**********************************************
shortcodes-tab.less
**********************************************/
.mk-tabs .mk-tabs-panes .mk-tabs-pane {
    z-index: 8;
}

.mk-tabs.default-style .mk-tabs-tabs {
    z-index: 10;
}

.mk-tabs.default-style .mk-tabs-panes {
    z-index: 1;
}
/**********************************************
shortcodes-testimonial-slider.less
**********************************************/
.mk-testimonial.modern-style .flex-control-nav {
    z-index: 10;
}
/**********************************************
shortcodes-tooltip.less
**********************************************/
.mk-tooltip {
    z-index: 30;
}
/**********************************************
side-dashboard.less
**********************************************/
#mk-theme-container {
    z-index: 200;
}

.mk-side-dashboard {
    z-index: 1;
}

.dashboard-opened .mk-side-dashboard {
    z-index: 300;
}

.sidedash-navigation-ul {
    z-index: 20;
}

    .sidedash-navigation-ul li a {
        z-index: 5;
    }

    .sidedash-navigation-ul .mk-nav-arrow {
        z-index: 10;
    }
/**********************************************
transitions.less
**********************************************/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**********************************************
vertical-menu.less
**********************************************/
.mk-vm-menuwrapper {
    z-index: 30;
}

    .mk-vm-menuwrapper .mk-vm-menu {
        z-index: 30;
    }
/**********************************************
vertical-menu.less
**********************************************/
.flickr-widget-wrapper .flickr_badge_image {
    z-index: 7;
}

.mk-instagram-feeds .featured-image img {
    z-index: 6;
}

.mk-instagram-feeds .image-hover-overlay {
    z-index: 20;
}

.widget_recent_portfolio ul li:hover .portfolio-widget-info {
    z-index: 20;
}

.portfolio-widget-thumb {
    z-index: 10;
}

.widget-portfolio-overlay {
    z-index: 10;
}

.portfolio-widget-lightbox,
.portfolio-widget-permalink {
    z-index: 15;
}

.portfolio-widget-info {
    z-index: 8;
}

.mk-quick-contact-wrapper {
    z-index: 400;
}

#mk-quick-contact {
    z-index: 100;
}

.portfolio-widget-thumb {
    z-index: 10;
}

.widget-portfolio-overlay {
    z-index: 10;
}
/**********************************************
woocommerce-layout.less
**********************************************/
.woocommerce .mk-product-holder,
.woocommerce-page .mk-product-holder {
    z-index: 10;
}

    .woocommerce .mk-product-holder .product-loop-image,
    .woocommerce-page .mk-product-holder .product-loop-image {
        z-index: 3;
    }

    .woocommerce .mk-product-holder .product-hover-image,
    .woocommerce-page .mk-product-holder .product-hover-image {
        z-index: 4;
    }

    .woocommerce .mk-product-holder .product-item-footer,
    .woocommerce-page .mk-product-holder .product-item-footer {
        z-index: 6;
    }

    .woocommerce .mk-product-holder .product-loading-icon,
    .woocommerce-page .mk-product-holder .product-loading-icon {
        z-index: 5;
    }
/**********************************************
woocommerce.less
**********************************************/
p.demo_store {
    z-index: 99998;
}

.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
    z-index: 10;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    z-index: 2;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    z-index: 1;
}

.mk-onsale,
.mk-out-stock,
.out-of-stock {
    z-index: 30;
}

.mk-woocommerce-carousel.modern-style .mk-lightbox i {
    z-index: 14;
}

.abb-skip-to-next {
    position: absolute;
    display: table;
    left: 50%;
    cursor: pointer;
    bottom: 0;
    margin: -26px 0 26px -26px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    opacity: 0.9;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .abb-skip-to-next i {
        font-size: 16px;
        display: table-cell;
        vertical-align: middle;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .abb-skip-to-next:hover {
        opacity: 1;
    }

        .abb-skip-to-next:hover i {
            -webkit-transform: translate3d(0, 5%, 0);
            -moz-transform: translate3d(0, 5%, 0);
            -ms-transform: translate3d(0, 5%, 0);
            -o-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0);
            -ms-transform: translate3d(0, 5%, 0);
        }

    .abb-skip-to-next[data-skin="dark"] {
        border: 2px solid #333;
    }

        .abb-skip-to-next[data-skin="dark"] i {
            color: #333;
        }

    .abb-skip-to-next[data-skin="light"] {
        border: 2px solid #fff;
    }

        .abb-skip-to-next[data-skin="light"] i {
            color: #fff;
        }

.mk-swipe-slideshow .mk-swiper-wrapper {
    height: 0;
    overflow: hidden;
}

.clear {
    clear: both;
}

.nobr {
    white-space: nowrap;
}
/**
 * Objects
 */
/* Makes the site print friendly... */
@media print {
    a {
        text-decoration: underline;
    }

        a[href="#"],
        a[href="javascript:"] {
            content: "";
        }

    #mk-header,
    #mk-sidebar,
    #mk-footer,
    .news-post-heading,
    .mk-quick-contact-wrapper,
    .mk-go-top,
    .mk-back-top,
    .mk-loop-next-prev,
    .single-social-section,
    .single-post-tags,
    .single-back-top,
    .mk-about-author-wrapper,
    .blog-similar-posts,
    #comments,
    .mk-post-nav {
        display: none !important;
    }

    .theme-page-wrapper,
    .theme-content {
        width: 100% !important;
        left: 0;
    }

    p,
    .mk-blockquote,
    ol,
    ul {
        page-break-after: avoid;
        page-break-inside: avoid;
        width: 95% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

input[type="text"],
textarea,
.mk-grid div,
[class*='mk-col-'],
*:after,
*:before,
.text-input,
.theme-page-wrapper,
.mk-blog-grid-item,
#mk-page-introduce,
.mk-header-toolbar,
.mk-news-item,
.mk-employee-item,
#mk-notification-bar,
.mk-blog-classic-item,
.mk-fullwidth-boxed,
.mk-image-caption,
.mk-gallery-shortcode .gallery-inner,
.testimonial-column .testimonial-item,
.mk-blog-grid-item,
.page-section-content,
#mk-theme-container,
.mk-gallery-shortcode .gallery-title,
.mk-gallery-shortcode .gallery-caption,
.shopping-cart-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class*='mk-col-'] {
    float: left;
    padding-right: 25px;
    min-height: 1px;
}

    [class*='mk-col-']:last-of-type {
        padding-right: 0px;
    }

.mk-grid {
    width: 100%;
    min-width: 755px;
    margin: 0 auto;
}

    .mk-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: 767px) {
    .mk-grid {
        width: 100%;
        min-width: 0;
    }

    [class*='mk-col-'] {
        width: auto;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #mk-footer [class*='mk-col-'] {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
/* Grid with fluid columns */
/*
.vc_row-fluid:before,
.vc_row-fluid:after {
  display: table;
  content: "";
}
.vc_row-fluid:after {
  clear: both;
}

.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_span_one_fifth {
  width: 17.9487179487179488%;
  *width: 17.87424986361156592%;
}
.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;
  }
  .vc_span11 {
    width: 91.666666666667%;
  }
  .vc_span10 {
    width: 83.333333333333%;
  }
  .vc_span9 {
    width: 75%;
  }
  .vc_span8 {
    width: 66.666666666667%;
  }
  .vc_span7 {
    width: 58.333333333333%;
  }
  .vc_span6 {
    width: 50%;
  }
  .vc_span5 {
    width: 41.666666666667%;
  }
  .vc_span4 {
    width: 33.333333333333%;
  }
  .vc_span3 {
    width: 25%;
  }
  .vc_span2 {
    width: 16.666666666667%;
  }
  .vc_span1 {
    width: 8.333333333333%;
  }
}
*/
.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;
    }
}

.featured-image a.post-type-badge,
.portfolio-logo-section .portfolio-social li a,
.widget_contact_form .contact-widget-button,
.widget_instagram ul li a,
.widget_posts_lists ul li.post-list-document .post-type-thumb,
.widget .mk-searchform .search-button,
.mk-image-shortcode-link,
.mk-process-steps p,
.widget-portfolio-overlay,
.portfolio-widget-info,
.portfolio-widget-lightbox,
.portfolio-widget-permalink,
.portfolio-carousel-overlay,
.blog-carousel-overlay,
.portfolio-carousel-lightbox,
.portfolio-carousel-permalink,
.blog-showcase-overlay,
.mk-portfolio-carousel .flex-viewport ul li img,
.mk-blog-showcase ul li img,
.featured-image img,
.permalink-badge,
.mk-lightbox,
.gallery-lightbox,
.post-type-badge,
.mk-similiar-thumbnail img,
.mk-skype-call,
.mk-skype-call i:before,
.widget_posts_lists ul li img,
.portfolio-showcase-extra-info,
.blog-showcase-extra-info,
.mk-blog-showcase ul li,
#mk-header-social ul li a,
.mk-blog-classic-item .featured-image a.permalink-badge,
.mk-blog-classic-item .featured-image a.zoom-badge,
.mk-blog-newspaper-item .newspaper-meta-wrapper,
.mk-blog-newspaper-item .featured-image a.permalink-badge,
.mk-blog-newspaper-item .featured-image a.zoom-badge,
.mk-pagination a,
.mk-woocommerce-pagination a,
.mk-blog-single-page .about-author-avatar-social-wrapper .about-author-social,
.mk-blog-single-page .about-author-avatar-social-wrapper .about-author-social li a,
.similar-posts-wrapper ul li .post-thumbnail .overlay-pattern,
#mk-filter-portfolio ul li a,
.portfolio-carousel-extra-info,
.mk-portfolio-newspaper-item .zoom-badge,
.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-shortcode a i,
.mk-quick-contact-link,
.portfolio-similar-posts img,
.single-post-tags a,
.showcase-blog-overlay,
.mk-nav-responsive-link,
.mk-responsive-close,
#mk-footer-navigation ul li a,
.ls-jupiter .ls-nav-prev,
.ls-jupiter .ls-nav-next,
a.jp-play,
a.jp-pause,
#cboxPrevious,
#cboxNext,
#cboxClose,
.woo-hidden-section,
.mk-image-overlay,
.fadebox-post-type-icon,
.portfolio-meta,
.mk-loop-next-prev a,
.portfolio-similar-meta,
.text-input,
.mk-textarea,
#mk-nav-search-wrapper form i,
.blog-grid-hover-icon,
.shop-flat-btn,
#review_form_wrapper input[type=submit],
.mk-message-box .button,
.blog-modern-btn,
.the-title a,
.mk-readmore,
.blog-social-share a,
.blog-modern-comment,
.blog-modern-share,
.mk-loadmore-button,
.button,
.mk-edge-next,
.mk-edge-prev,
.swiper-arrows,
.portfolio-classic-lightbox,
.black-hover-overlay,
.product-category .item-holder h4,
.about-author-social a,
.mk-accordion-tab,
.mk-accordion-tab i,
.mk-tabs-tabs li i,
.modern-post-type-icon,
.blog-teaser-side-item .blog-title,
.mk-breadcrumbs-inner a,
.woocommerce-product-search input[type=submit] {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-perspective: 1000;
}

.mk-search-trigger {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.image-hover-overlay,
.hover-overlay {
    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -ms-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

.modern-style-nav .mk-header-inner .main-navigation-ul > li > a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 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;
    transition: background 0.2s ease-in-out;
    -webkit-transition: border 0.2s ease-in-out;
    -moz-transition: border 0.2s ease-in-out;
    -ms-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    -webkit-perspective: 1000;
}

.mk-box-icon .icon-box-boxed .mk-main-ico {
    -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;
    transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}

.mk-blog-showcase-thumb a,
.mk-accordion-tab:before,
.mk-toggle-title:before,
.mk-social-network-shortcode ul li a {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-perspective: 1000;
}

.mk-blog-container,
.mk-portfolio-container,
.mk-news-container,
.mk-gallery-shortcode {
    opacity: 0;
}
/* *** Isotope Filtering *** */
.isotope-hidden.isotope-item {
    pointer-events: none;
}
/* *** Isotope CSS3 transitions *** */
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.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 {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
    }

.mk-animate-element,
.mk-fullscreen-search-overlay,
.mk-effect-bg-layer {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.mk-animate-element {
    opacity: 0;
    -webkit-perspective: 1000;
}

.no-transform .mk-animate-element {
    opacity: 1;
}

.mk-animate-element.mk-in-viewport.fade-in {
    -webkit-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -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.scale-up {
    -webkit-animation: mk_scale 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-animation: mk_scale 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-animation: mk_scale 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
    animation: mk_scale 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
    opacity: 1;
}

.mk-animate-element.mk-in-viewport.right-to-left {
    -webkit-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -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-floating-vertical {
    -webkit-animation: mk_float 2s infinite linear;
    -moz-animation: mk_float 2s infinite linear;
    -ms-animation: mk_float 2s infinite linear;
    -o-animation: mk_float 2s infinite linear;
    position: relative;
}

.mk-floating-horizontal {
    -webkit-animation: mk_floatx 2s infinite linear;
    -moz-animation: mk_floatx 2s infinite linear;
    -ms-animation: mk_floatx 2s infinite linear;
    -o-animation: mk_floatx 2s infinite linear;
    position: relative;
}

.mk-floating-pulse {
    -webkit-animation: mk_pulse 2s infinite linear;
    -moz-animation: mk_pulse 2s infinite linear;
    -ms-animation: mk_pulse 2s infinite linear;
    -o-animation: mk_pulse 2s infinite linear;
}

.mk-floating-tossing {
    -webkit-animation: mk_tossing 2s infinite linear;
    -moz-animation: mk_tossing 2s infinite linear;
    -ms-animation: mk_tossing 2s infinite linear;
    -o-animation: mk_tossing 2s infinite linear;
}

.mk-icon-spin {
    display: inline-block;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-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);
    }
}


@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}
/* 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;
    }
}


@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;
    }
}


@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);
    }
}


@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;
    }
}


@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;
    }
}
/* 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;
    }
}


@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;
    }
}


@keyframes mk_flip_y {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
/* 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;
    }
}


@keyframes mk_fade {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}
/* Scale Up animation */
@-webkit-keyframes mk_scale {
    0% {
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes mk_scale {
    0% {
        -moz-transform: scale(0.3);
        opacity: 0.1;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}


@keyframes mk_scale {
    0% {
        transform: scale(0.3);
        opacity: 0.1;
    }

    100% {
        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;
    }
}


@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;
    }
}


@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;
    }
}



@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;
    }
}



@keyframes mk_top_to_bottom {
    0% {
        transform: translate(0, -20%);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.mk-dynamic-styles {
    display: none;
}

.hover-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
/* * HEADER SECTION */
#mk-header {
    width: 100%;
    position: relative;
}

    #mk-header .mk-header-bg,
    #mk-header .mk-classic-nav-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #mk-header.sticky-style-.transparent-header {
        position: absolute;
        background: transparent;
    }

    #mk-header.sticky-style-fixed .mk-header-bg {
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -ms-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
    }

    #mk-header .header-logo {
        top: 0;
        position: absolute;
        display: block;
        width: 100%;
    }

        #mk-header .header-logo a {
            display: inline-block;
            height: 100%;
            position: relative;
        }

            #mk-header .header-logo a img {
                display: block;
                height: auto;
                max-height: 100%;
                max-width: 400px;
                width: auto;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                -moz-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
            }

        #mk-header .header-logo .mk-resposnive-logo {
            display: none;
        }

@media handheld, only screen and (max-width: 780px) {
    #mk-header .logo-is-responsive .mk-desktop-logo {
        display: none !important;
    }

    #mk-header .logo-is-responsive .mk-resposnive-logo {
        display: block !important;
    }

    #mk-header .logo-is-responsive .mk-sticky-logo {
        display: none !important;
    }

    #mk-header .header-logo img {
        max-width: 200px !important;
    }
}

#mk-header .mk-header-inner {
    position: relative;
    width: 100%;
}

#mk-header.sticky-style-fixed .header-logo.logo-has-sticky img {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.header-style-1.sticky-style-fixed .menu-hover-style-3 .main-navigation-ul > li,
.header-style-1.sticky-style-fixed .menu-hover-style-5 .main-navigation-ul > li,
.sticky-style-fixed .mk-header-inner #mk-header-search,
#mk-header.sticky-style-fixed .mk-header-inner .mk-header-start-tour,
.header-style-1.sticky-style-fixed .mk-header-inner,
.header-style-3.sticky-style-fixed .mk-header-inner,
.header-style-3.sticky-style-fixed .header-logo,
.header-style-1.sticky-style-fixed .header-logo,
#mk-header.header-style-1.sticky-style-fixed .mk-search-trigger i,
#mk-header.header-style-1.sticky-style-fixed .mk-search-trigger,
.sticky-style-fixed .shopping-cart-header {
    transition: height 0.35s ease, line-height 0.35s ease;
    -webkit-transition: height 0.35s ease, line-height 0.35s ease;
    -moz-transition: height 0.35s ease, line-height 0.35s ease;
    -ms-transition: height 0.35s ease, line-height 0.35s ease;
    -o-transition: height 0.35s ease, line-height 0.35s ease;
}

.mk-header-holder {
    width: 100%;
}

.header-sticky-ready .mk-header-holder {
    -webkit-transition: top 0.35s ease 0.1s;
    -moz-transition: top 0.35s ease 0.1s;
    -ms-transition: top 0.35s ease 0.1s;
    -o-transition: top 0.35s ease 0.1s;
    transition: top 0.35s ease 0.1s;
}

.sticky-style-fixed.header-style-1 .mk-header-holder,
.sticky-style-fixed.header-style-3 .mk-header-holder {
    position: fixed;
    top: 0;
    -webkit-backface-visibility: hidden;
    -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);
}

    .sticky-style-fixed.header-style-1 .mk-header-holder.header--hidden,
    .sticky-style-fixed.header-style-3 .mk-header-holder.header--hidden {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
    }

.sticky-style-fixed.header-style-1.header-sticky-ready .mk-header-holder,
.sticky-style-fixed.header-style-3.header-sticky-ready .mk-header-holder {
    top: -32px;
}

.sticky-style-fixed.header-style-1.header-sticky-ready.header-toolbar-false .mk-header-holder,
.sticky-style-fixed.header-style-3.header-sticky-ready.header-toolbar-false .mk-header-holder {
    top: 0;
}

[data-sticky-style="lazy"] .mk-header-holder {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.header-style-1 .logo-has-sticky .mk-sticky-logo,
.header-style-3 .logo-has-sticky .mk-sticky-logo {
    opacity: 0;
}

.header-style-1.header-sticky-ready .logo-has-sticky .mk-desktop-logo,
.header-style-3.header-sticky-ready .logo-has-sticky .mk-desktop-logo {
    opacity: 0;
}

.header-style-1.header-sticky-ready .logo-has-sticky .mk-sticky-logo,
.header-style-3.header-sticky-ready .logo-has-sticky .mk-sticky-logo {
    opacity: 1;
}

.admin-bar .sticky-style-fixed.header-style-1 .mk-header-holder,
.admin-bar .sticky-style-fixed.header-style-3 .mk-header-holder,
.admin-bar .sticky-style-fixed.header-style-2 .mk-header-holder {
    top: 32px;
}

.admin-bar .sticky-style-fixed.header-style-1.header-sticky-ready .mk-header-holder,
.admin-bar .sticky-style-fixed.header-style-3.header-sticky-ready .mk-header-holder,
.admin-bar .sticky-style-fixed.header-style-2.header-sticky-ready .mk-header-holder {
    top: -3px;
}

.admin-bar .sticky-style-fixed.header-style-1.header-sticky-ready.header-toolbar-false .mk-header-holder,
.admin-bar .sticky-style-fixed.header-style-3.header-sticky-ready.header-toolbar-false .mk-header-holder,
.admin-bar .sticky-style-fixed.header-style-2.header-sticky-ready.header-toolbar-false .mk-header-holder {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .sticky-style-fixed.header-style-1 .mk-header-holder,
    .admin-bar .sticky-style-fixed.header-style-3 .mk-header-holder,
    .admin-bar .sticky-style-fixed.header-style-2 .mk-header-holder {
        top: 0;
    }

    .admin-bar .sticky-style-fixed.header-style-1.header-sticky-ready .mk-header-holder,
    .admin-bar .sticky-style-fixed.header-style-3.header-sticky-ready .mk-header-holder,
    .admin-bar .sticky-style-fixed.header-style-2.header-sticky-ready .mk-header-holder {
        top: 0;
    }

    .admin-bar .sticky-style-fixed.header-style-1.header-sticky-ready.header-toolbar-false .mk-header-holder,
    .admin-bar .sticky-style-fixed.header-style-3.header-sticky-ready.header-toolbar-false .mk-header-holder,
    .admin-bar .sticky-style-fixed.header-style-2.header-sticky-ready.header-toolbar-false .mk-header-holder {
        top: 0;
    }
}

.sticky-style-slide .mk-header-padding-wrapper {
    display: none;
}

    .sticky-style-slide .mk-header-padding-wrapper.enable-padding {
        display: block;
    }

.sticky-style-slide.header-style-1.header-sticky-prepare .mk-header-holder,
.sticky-style-slide.header-style-3.header-sticky-prepare .mk-header-holder {
    position: fixed;
    top: -300px;
    -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);
}

.sticky-style-slide.header-style-1.header-sticky-ready .mk-header-holder,
.sticky-style-slide.header-style-3.header-sticky-ready .mk-header-holder {
    top: -32px;
}

.sticky-style-slide.header-style-1.header-sticky-ready.header-toolbar-false .mk-header-holder,
.sticky-style-slide.header-style-3.header-sticky-ready.header-toolbar-false .mk-header-holder {
    top: 0px;
}

.admin-bar .sticky-style-slide.header-style-1.header-sticky-ready .mk-header-holder,
.admin-bar .sticky-style-slide.header-style-3.header-sticky-ready .mk-header-holder {
    top: -3px;
}

.admin-bar .sticky-style-slide.header-style-1.header-sticky-ready.header-toolbar-false .mk-header-holder,
.admin-bar .sticky-style-slide.header-style-3.header-sticky-ready.header-toolbar-false .mk-header-holder {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .sticky-style-slide.header-style-1.header-sticky-prepare .mk-header-holder,
    .admin-bar .sticky-style-slide.header-style-3.header-sticky-prepare .mk-header-holder {
        top: 0;
    }

    .admin-bar .sticky-style-slide.header-style-1.header-sticky-ready .mk-header-holder,
    .admin-bar .sticky-style-slide.header-style-3.header-sticky-ready .mk-header-holder {
        top: 0;
    }

    .admin-bar .sticky-style-slide.header-style-1.header-sticky-ready.header-toolbar-false .mk-header-holder,
    .admin-bar .sticky-style-slide.header-style-3.header-sticky-ready.header-toolbar-false .mk-header-holder {
        top: 0;
    }
}

.header-style-2.header-sticky-ready .mk-header-nav-container {
    position: fixed !important;
    left: 0;
    border: none;
    top: 0;
}

.header-style-2.header-sticky-ready .mk-header-padding-wrapper {
    display: block !important;
}

.header-style-2.header-sticky-ready .mk-classic-nav-bg {
    opacity: 1;
}

.admin-bar .header-style-2.header-sticky-ready .mk-header-nav-container {
    top: 32px;
}

.mk-desktop-logo.light-logo {
    display: none !important;
}

.mk-desktop-logo.dark-logo {
    display: block !important;
}

#mk-boxed-layout {
    position: relative;
}

.mk-boxed-enabled #mk-boxed-layout {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mk-boxed-enabled #mk-boxed-layout .header-sticky-ready .mk-header-holder {
        right: auto !important;
    }

.mk-header-start-tour {
    font-weight: bold;
    float: right;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    visibility: visible;
    opacity: 1;
}

    .mk-header-start-tour i {
        padding-left: 12px;
        font-size: 18px;
    }

    .mk-header-start-tour.show {
        visibility: visible;
        opacity: 1;
    }

    .mk-header-start-tour.hidden {
        visibility: hidden;
        opacity: 0;
    }

.mk-header-right {
    position: absolute;
    right: 10px;
    top: 0;
}

.header-grid.mk-grid {
    position: relative;
}

    .header-grid.mk-grid .header-logo.left-logo {
        left: 0 !important;
    }

    .header-grid.mk-grid .header-logo.right-logo {
        right: 0 !important;
    }

    .header-grid.mk-grid .header-logo.right-logo,
    .header-grid.mk-grid .mk-header-right {
        right: 0;
    }

.mk-header-nav-container {
    line-height: 4px;
    display: block;
    position: relative;
    margin: 0 auto;
}

@media handheld, only screen and (max-width: 1140px) {
    #mk-header .mk-header-nav-container {
        width: 100% !important;
    }

    #mk-header .mk-classic-menu-wrapper {
        width: 100% !important;
    }
}

.header-style-2 .mk-classic-nav-bg {
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.header-style-2 .mk-header-nav-container {
    width: 100% !important;
    float: none !important;
}

.header-style-2 .main-navigation-ul > li.menu-item {
    line-height: 50px;
}

    .header-style-2 .main-navigation-ul > li.menu-item > a.menu-item-link {
        padding: 14px 25px;
        line-height: 23px;
    }

.header-style-2[data-hover-style="3"] .main-navigation-ul > li.menu-item > a.menu-item-link {
    line-height: 16px;
}

#mk-theme-container:not(.mk-transparent-header) .header-style-2 .mk-header-padding-wrapper {
    padding-top: 52px;
    display: none;
}

#mk-theme-container:not(.mk-transparent-header) .header-style-2[data-hover-style="3"] .mk-header-padding-wrapper {
    padding-top: 82px;
}
/* Header Style 1 */
.header-style-1.header-align-center .mk-header-nav-container {
    text-align: center;
}

.header-style-1.header-align-center .header-logo {
    float: left;
    left: 0;
}

    .header-style-1.header-align-center .header-logo a {
        margin-left: 20px;
    }

.header-style-1.header-align-center .mk-grid .header-logo {
    left: 0;
}

.header-style-1.header-align-left .mk-header-nav-container {
    text-align: right;
    float: right;
    margin-right: 30px;
}

.header-style-1.header-align-left .mk-header-right {
    display: none;
}

.header-style-1.header-align-left.full-header #mk-nav-search-wrapper {
    right: -20px;
}

.header-style-1.header-align-left .header-logo {
    float: left;
    left: 0;
}

    .header-style-1.header-align-left .header-logo a {
        margin-left: 20px;
        float: left;
    }

.header-style-1.header-align-left .mk-grid .header-logo {
    left: 0;
}

.header-style-1.header-align-left .mk-grid .mk-header-nav-container {
    margin-right: 0;
}

.header-style-1.header-align-left.boxed-header .mk-header-right {
    display: block;
}

.header-style-1.header-align-right .mk-header-nav-container {
    text-align: left;
    float: left;
    margin-left: 30px;
}

.header-style-1.header-align-right .mk-header-right {
    display: none;
}

.header-style-1.header-align-right .header-logo {
    float: right;
    width: auto !important;
    right: 0;
}

    .header-style-1.header-align-right .header-logo a {
        margin-right: 20px;
    }

    .header-style-1.header-align-right .header-logo img {
        float: right;
        clear: both;
        right: 0 !important;
        left: auto!important;
    }

.header-style-1.header-align-right.full-header #mk-nav-search-wrapper {
    right: auto;
    left: -20px;
}

.header-style-1.header-align-right .mk-shopping-cart-box {
    right: auto;
    left: 0;
}

    .header-style-1.header-align-right .mk-shopping-cart-box:after {
        right: auto;
        left: 22px;
    }

.header-style-1.header-align-right .main-nav-side-search,
.header-style-1.header-align-right .shopping-cart-header {
    float: left;
}

.header-style-1.header-align-right .main-navigation-ul > li.menu-item {
    float: right;
}

.header-style-1.header-align-right .mk-grid .header-logo {
    right: 0;
}

.header-style-1.header-align-right .mk-grid .mk-header-nav-container {
    margin-left: 0;
}

.header-style-1.header-align-right.boxed-header .mk-header-right {
    display: block;
    right: auto;
    left: 10px;
}

.header-style-2 .mk-search-trigger {
    padding: 16px 0;
}

.header-style-2 .shopping-cart-header {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: top;
    position: relative;
    float: none;
    padding: 16px 0;
}

.header-style-2 .mk-shoping-cart-link {
    padding: 20px 10px;
    margin-top: -4px;
}

.header-style-2 .menu-hover-style-3 .mk-search-trigger,
.header-style-2 .menu-hover-style-3 .mk-shoping-cart-link {
    padding: 0;
    line-height: 80px;
}

.header-style-2 .header-logo {
    position: relative !important;
}

    .header-style-2 .header-logo a img {
        position: relative !important;
        left: auto!important;
    }

    .header-style-2 .header-logo .mk-sticky-logo {
        display: none !important;
    }

.header-style-2.header-align-center .mk-header-nav-container {
    text-align: center;
}

.header-style-2.header-align-center .header-logo {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

    .header-style-2.header-align-center .header-logo a {
        margin: 0 auto;
    }

.header-style-2.header-align-center .mk-grid .header-logo {
    left: 0;
    position: relative;
}

.header-style-2.header-align-left .mk-header-nav-container {
    text-align: left;
    float: left;
}

.header-style-2.header-align-left .header-logo {
    float: left;
}

    .header-style-2.header-align-left .header-logo a {
        margin-left: 20px;
    }

.header-style-2.header-align-left .mk-grid .header-logo {
    left: 0;
}

.header-style-2.header-align-left .mk-grid .mk-header-nav-container {
    margin-right: 0;
}

.header-style-2.header-align-right .mk-header-nav-container {
    text-align: right;
    float: right;
}

.header-style-2.header-align-right .header-logo {
    float: right;
    right: 0;
    text-align: right;
}

    .header-style-2.header-align-right .header-logo a {
        margin-right: 20px;
    }

.header-style-2.header-align-right .mk-header-right {
    left: 10px;
    right: auto;
}

    .header-style-2.header-align-right .mk-header-right .mk-shopping-cart-box {
        position: absolute;
        left: -10px;
        right: auto;
        top: 80px;
    }

        .header-style-2.header-align-right .mk-header-right .mk-shopping-cart-box:after {
            left: 32px;
            right: auto;
        }

.header-style-2.header-align-right .mk-grid .header-logo {
    right: 0;
}

.header-style-2.header-align-right .mk-grid .mk-header-nav-container {
    margin-left: 0;
}

.header-style-3 .mk-dashboard-trigger {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    padding: 0 20px;
    top: 50%;
    margin-top: -8px;
}

.header-style-3 .header-logo {
    position: relative !important;
}

    .header-style-3 .header-logo img {
        position: relative !important;
    }

    .header-style-3 .header-logo .mk-sticky-logo {
        position: absolute !important;
    }

.header-style-3.header-align-left .mk-header-right {
    float: right;
    margin-right: 30px;
}

.header-style-3.header-align-left .mk-dashboard-trigger {
    float: right;
    right: 20px;
}

.header-style-3.header-align-left .header-logo {
    left: 0;
}

    .header-style-3.header-align-left .header-logo a {
        margin-left: 20px;
    }

    .header-style-3.header-align-left .header-logo img {
        float: left;
    }

.header-style-3.header-align-left .mk-grid .header-logo {
    left: 0;
}

.header-style-3.header-align-left .mk-grid .mk-dashboard-trigger {
    right: 0;
}

.header-style-3.header-align-right .mk-header-right,
.header-style-3.header-align-center .mk-header-right {
    float: left;
}

.header-style-3.header-align-right .mk-dashboard-trigger,
.header-style-3.header-align-center .mk-dashboard-trigger {
    float: left;
    left: 20px;
}

.header-style-3.header-align-right .header-logo,
.header-style-3.header-align-center .header-logo {
    float: right;
    right: 0;
}

    .header-style-3.header-align-right .header-logo a,
    .header-style-3.header-align-center .header-logo a {
        margin-right: 20px;
    }

    .header-style-3.header-align-right .header-logo a,
    .header-style-3.header-align-center .header-logo a {
        float: right;
        clear: both;
    }

    .header-style-3.header-align-right .header-logo img,
    .header-style-3.header-align-center .header-logo img {
        float: right;
    }

.header-style-3.header-align-right .mk-grid .header-logo,
.header-style-3.header-align-center .mk-grid .header-logo {
    right: 0;
}

.header-style-3.header-align-right .mk-grid .mk-dashboard-trigger,
.header-style-3.header-align-center .mk-grid .mk-dashboard-trigger {
    left: 0;
}

.header-style-3 .shopping-cart-header {
    position: absolute;
    right: 70px;
    top: -2px;
    z-index: 11;
}

.header-style-4 .mk-header-inner {
    width: 270px !important;
    height: 100% !important;
    position: fixed !important;
    top: 0;
    overflow: auto;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.header-style-4 .mk-header-right {
    position: fixed !important;
    top: auto;
    right: auto !important;
    margin: 0 20px;
    *zoom: 1;
    min-height: 40px;
    width: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .header-style-4 .mk-header-right:before,
    .header-style-4 .mk-header-right:after {
        content: " ";
        display: table;
    }

    .header-style-4 .mk-header-right:after {
        clear: both;
    }

    .header-style-4 .mk-header-right:before,
    .header-style-4 .mk-header-right:after {
        content: " ";
        display: table;
    }

    .header-style-4 .mk-header-right:after {
        clear: both;
    }

    .header-style-4 .mk-header-right .mk-shoping-cart-link {
        padding-left: 0;
    }

.header-style-4 .mk-header-holder {
    position: relative;
}

.header-style-4 .shopping-cart-header {
    z-index: 30;
    width: 100%;
    margin-bottom: 40px;
    padding: 0 36px 0 9px;
}

.header-style-4 #mk-header-searchform,
.header-style-4 .mk-header-start-tour {
    display: none !important;
}

.header-style-4 .mk-header-bg {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.header-style-4 .header-section#mk-header-social {
    text-align: center;
    display: block;
}

.header-style-4 .vm-header-copyright {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 18px;
    margin-top: 20px;
}

.header-style-4 .header-logo {
    position: relative !important;
    height: auto !important;
    width: 100% !important;
    text-align: center;
}

    .header-style-4 .header-logo a {
        width: 100% !important;
    }

    .header-style-4 .header-logo .mk-sticky-logo {
        display: none !important;
    }

.header-style-4 .mk-shopping-cart-box {
    display: none !important;
}

.header-style-4 #mk-header-search {
    display: block;
    float: none;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.header-style-4 .mk-header-start-tour {
    float: none;
}

.header-style-4.header-align-left .mk-header-inner,
.header-style-4.header-align-center .mk-header-inner {
    left: 0;
}

.header-style-4.header-align-left .mk-header-right,
.header-style-4.header-align-center .mk-header-right {
    bottom: 30px;
}

.header-style-4.header-align-left .shopping-cart-header,
.header-style-4.header-align-center .shopping-cart-header {
    float: right;
}

.header-style-4.header-align-left .header-section#mk-header-social,
.header-style-4.header-align-center .header-section#mk-header-social {
    float: left;
}

.header-style-4.header-align-right .mk-header-inner {
    right: 0;
}

.header-style-4.header-align-right .mk-header-right {
    bottom: 100px;
}

.header-style-4.header-align-right .shopping-cart-header {
    float: right;
}

.header-style-4.header-align-right .header-section#mk-header-social {
    float: right;
}

#mk-header-social.header-section {
    -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;
    transition: all 0.3s ease-out;
}

    #mk-header-social.header-section.show {
        visibility: visible;
        opacity: 1;
    }

    #mk-header-social.header-section.hidden {
        visibility: hidden;
        opacity: 0;
    }

.vertical-header-enabled.logo-align-center .header-logo img {
    max-width: 100% !important;
    left: 50%!important;
    top: 0 !important;
    -webkit-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
}

.vertical-header-enabled.logo-align-left .header-logo img {
    max-width: 100% !important;
    left: 20px!important;
}

.vertical-header-enabled.logo-align-right .header-logo img {
    max-width: 100% !important;
    left: auto !important;
    right: 20px!important;
}

.vertical-header-enabled.vertical-header-left .mk-transparent-header #theme-page > .mk-main-wrapper-holder,
.vertical-header-enabled.vertical-header-center .mk-transparent-header #theme-page > .mk-main-wrapper-holder,
.vertical-header-enabled.vertical-header-left .mk-transparent-header #theme-page > .mk-page-section,
.vertical-header-enabled.vertical-header-center .mk-transparent-header #theme-page > .mk-page-section,
.vertical-header-enabled.vertical-header-left .mk-transparent-header #theme-page > .wpb_row,
.vertical-header-enabled.vertical-header-center .mk-transparent-header #theme-page > .wpb_row,
.vertical-header-enabled.vertical-header-left .mk-transparent-header #mk-footer,
.vertical-header-enabled.vertical-header-center .mk-transparent-header #mk-footer {
    padding-left: 270px;
}

.vertical-header-enabled.vertical-header-right .mk-transparent-header #theme-page > .mk-main-wrapper-holder,
.vertical-header-enabled.vertical-header-right .mk-transparent-header #theme-page > .mk-page-section,
.vertical-header-enabled.vertical-header-right .mk-transparent-header #theme-page > .wpb_row,
.vertical-header-enabled.vertical-header-right .mk-transparent-header #mk-footer {
    padding-right: 270px;
}

.vertical-header-enabled .mk-transparent-header #mk-footer:not(.mk-footer-unfold) {
    width: auto !important;
}

.vertical-header-enabled.vertical-header-left #mk-theme-container:not(.mk-transparent-header),
.vertical-header-enabled.vertical-header-center #mk-theme-container:not(.mk-transparent-header) {
    padding-left: 270px;
}

.vertical-header-enabled.vertical-header-right #mk-theme-container:not(.mk-transparent-header) {
    padding-right: 270px;
}

@media handheld, only screen and (max-width: 755px) {
    .vertical-header-enabled .mk-grid {
        min-width: 100% !important;
    }
}

.admin-bar .header-style-4 .mk-header-inner {
    top: 32px;
}

#mk-theme-container {
    position: relative;
    left: 0;
}

body:not(.mk-boxed-enabled) .sticky-style-fixed.header-style-1 .mk-header-holder,
body:not(.mk-boxed-enabled) .sticky-style-fixed.header-style-3 .mk-header-holder {
    right: 0;
}

body:not(.mk-boxed-enabled).dashboard-opened .sticky-style-fixed.header-style-1 .mk-header-holder,
body:not(.mk-boxed-enabled).dashboard-opened .sticky-style-fixed.header-style-3 .mk-header-holder {
    right: 300px;
}

.dashboard-opened #mk-theme-container {
    left: -300px;
}

@media handheld, only screen and (max-width: 767px) {
    .dashboard-opened #mk-theme-container {
        left: -280px;
    }
}

#mk-theme-container,
.mk-side-dashboard,
.sticky-style-fixed.header-style-1 .mk-header-holder,
.sticky-style-fixed.header-style-3 .mk-header-holder {
    -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;
    transition: all 0.3s ease-in-out;
}

.mk-side-dashboard {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-side-dashboard {
        width: 280px;
        right: -280px;
    }
}

.dashboard-opened .mk-side-dashboard {
    right: 0;
}

.admin-bar .mk-side-dashboard {
    top: 32px;
}

.sidedash-navigation-ul {
    border-bottom: 2px solid rgba(128, 128, 128, 0.2);
    position: relative;
    margin: 20px 20px 40px;
    padding: 0;
}

    .sidedash-navigation-ul > li {
        border-top: 2px solid rgba(128, 128, 128, 0.2);
    }

    .sidedash-navigation-ul li {
        display: block;
        margin: 0;
        position: relative;
    }

        .sidedash-navigation-ul li a {
            display: block;
            font-size: 14px;
            padding: 15px 20px 15px 0;
            text-align: left;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: bold;
            font-size: 13px;
            position: relative;
            letter-spacing: 1px;
            -webkit-transition: all 0.15s;
            -moz-transition: all 0.15s;
            -ms-transition: all 0.15s;
            -o-transition: all 0.15s;
            transition: all 0.15s;
        }

            .sidedash-navigation-ul li a i {
                margin-right: 6px;
                font-size: 16px;
            }

            .sidedash-navigation-ul li a .sub-menu {
                left: auto;
                position: relative;
            }

            .sidedash-navigation-ul li a .megamenu-title {
                background-color: rgba(0, 0, 0, 0.03);
                font-size: 14px;
                font-weight: 700;
            }

        .sidedash-navigation-ul li ul {
            margin: 0;
            padding: 0;
        }

        .sidedash-navigation-ul li ul {
            border-top: 2px solid rgba(128, 128, 128, 0.2);
        }

            .sidedash-navigation-ul li ul > li:after {
                width: 50px;
                height: 2px;
                background: rgba(128, 128, 128, 0.2);
                display: block;
                content: "";
            }

            .sidedash-navigation-ul li ul > li:last-child:after {
                display: none;
            }

            .sidedash-navigation-ul li ul li a,
            .sidedash-navigation-ul li ul li .megamenu-title {
                font-size: 12px;
                line-height: 12px;
                margin: 0;
                padding: 15px 20px 15px 0;
                text-align: left;
                text-transform: none;
                font-weight: normal;
            }

    .sidedash-navigation-ul > li > ul {
        display: none;
    }

    .sidedash-navigation-ul .mk-nav-arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        text-align: center;
        cursor: pointer;
        -moz-opacity: 70;
        -khtml-opacity: 70;
        opacity: 70;
        opacity: 0.7;
        width: 50px;
        height: 100%;
        line-height: 50px;
    }

        .sidedash-navigation-ul .mk-nav-arrow:hover {
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

.side-dash-top-widgets,
.side-dash-bottom-widgets {
    padding: 40px;
}
/* Full Screen Menu Style
-------------------------------------------------------------------- */
body.fullscreen-nav-opened {
    overflow: hidden;
}

.mk-fullscreen-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 999;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}

    .mk-fullscreen-nav.opened {
        visibility: visible;
        opacity: 1;
        overflow-y: auto;
    }

        .mk-fullscreen-nav.opened .mk-fullscreen-nav-wrapper {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -ms-transform: scale(1);
        }

    .mk-fullscreen-nav:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .mk-fullscreen-nav .mk-fullscreen-nav-close {
        position: fixed;
        right: 50px;
        top: 40px;
        font-size: 32px;
        -webkit-transition: transform ease-out 0.2s;
        -moz-transition: transform ease-out 0.2s;
        -ms-transition: transform ease-out 0.2s;
        -o-transition: transform ease-out 0.2s;
        transition: transform ease-out 0.2s;
        transform: rotate(0deg);
        z-index: 1001;
    }

        .mk-fullscreen-nav .mk-fullscreen-nav-close:link,
        .mk-fullscreen-nav .mk-fullscreen-nav-close:visited {
            color: #ffffff;
        }

        .mk-fullscreen-nav .mk-fullscreen-nav-close:hover {
            transform: rotate(90deg);
        }

    .mk-fullscreen-nav .mk-fullscreen-nav-wrapper {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        font-size: 18px;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        -ms-transform: scale(0.9);
        opacity: 0;
        visibility: hidden;
        text-align: center;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
    }

        .mk-fullscreen-nav .mk-fullscreen-nav-wrapper .fullscreen-menu {
            width: 100%;
        }

            .mk-fullscreen-nav .mk-fullscreen-nav-wrapper .fullscreen-menu .fullscreen-navigation-ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .mk-fullscreen-nav .mk-fullscreen-nav-wrapper .fullscreen-menu .fullscreen-navigation-ul .menu-item {
                    display: block;
                    padding: 0;
                    margin-left: 0;
                }

                    .mk-fullscreen-nav .mk-fullscreen-nav-wrapper .fullscreen-menu .fullscreen-navigation-ul .menu-item a {
                        -webkit-transition: all ease-in-out 0.15s;
                        -moz-transition: all ease-in-out 0.15s;
                        -ms-transition: all ease-in-out 0.15s;
                        -o-transition: all ease-in-out 0.15s;
                        transition: all ease-in-out 0.15s;
                        display: block;
                    }

    .mk-fullscreen-nav .responsive-logo {
        display: none;
    }

@media handheld, only screen and (max-width: 780px) {
    .mk-fullscreen-nav.logo-is-responsive .dark-logo,
    .mk-fullscreen-nav.logo-is-responsive .light-logo {
        display: none;
    }

    .mk-fullscreen-nav.logo-is-responsive .responsive-logo {
        display: inline-block;
    }
}

.not-found-page .theme-page-wrapper,
.not-found-page .mk-tabbed-box {
    margin: 0 !important;
}

.not-found-page #theme-page {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.not-found-page .theme-content {
    padding: 0 !important;
}

.mk-go-top {
    background-color: #cccccc;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: fixed;
    bottom: 15px;
    right: -60px;
    opacity: 0;
    width: 45px;
    height: 45px;
    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);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .mk-go-top.off {
        right: -60px;
        opacity: 0;
    }

    .mk-go-top.on {
        right: 15px;
        opacity: 1;
    }

    .mk-go-top:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .mk-go-top i {
        position: absolute;
        top: 15px;
        left: 15px;
        color: #fff;
        font-size: 16px;
        line-height: 16px;
    }

.mk-relative {
    position: relative;
}

.no-margin-top {
    padding-top: 10px !important;
}

.mk-zindex-fix {
    position: relative;
}

.mk-love-this span {
    font-size: 11px;
    margin-left: 0;
    cursor: default;
}

.mk-love-this i {
    font-size: 16px;
    color: #898989;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mk-love-this:hover i {
    color: #898989;
}

.mk-love-this.item-loved i {
    cursor: default;
    -webkit-animation: heart_scale 0.4s 0 cubic-bezier(0, 1.8, 1, 1.8);
    -moz-animation: heart_scale 0.4s 0 cubic-bezier(0, 1.8, 1, 1.8);
    -ms-animation: heart_scale 0.4s 0 cubic-bezier(0, 1.8, 1, 1.8);
    animation: heart_scale 0.4s 0 cubic-bezier(0, 1.8, 1, 1.8);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -animation-fill-mode: forwards;
}

@-webkit-keyframes heart_scale {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        color: #da4c26;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
        color: #da4c26;
    }
}

@-moz-keyframes heart_scale {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        color: #da4c26;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
        color: #da4c26;
    }
}


@keyframes heart_scale {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        color: #da4c26;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
        color: #da4c26;
    }
}
/* ---------------------------- */
/* * Page SECTION */
#theme-page {
    overflow: hidden;
    padding: 0;
    margin: 0;
    min-height: 200px;
    position: relative;
}

    #theme-page .theme-page-wrapper {
        margin: 20px auto;
    }

        #theme-page .theme-page-wrapper.no-padding {
            margin-top: 0!important;
            margin-bottom: 0 !important;
        }

        #theme-page .theme-page-wrapper .theme-content {
            padding: 30px 20px;
        }

            #theme-page .theme-page-wrapper .theme-content.no-padding {
                padding-bottom: 0!important;
                padding-top: 0!important;
            }

        #theme-page .theme-page-wrapper #mk-sidebar {
            position: relative;
        }

        #theme-page .theme-page-wrapper.right-layout #mk-sidebar {
            float: right;
        }

        #theme-page .theme-page-wrapper.left-layout #mk-sidebar {
            float: left;
        }

        #theme-page .theme-page-wrapper.right-layout .theme-content {
            float: left;
        }

        #theme-page .theme-page-wrapper.left-layout .theme-content {
            float: right;
        }

        #theme-page .theme-page-wrapper.right-layout .sidebar-wrapper {
            padding: 30px 20px 30px;
        }

        #theme-page .theme-page-wrapper.left-layout .sidebar-wrapper {
            padding: 30px 20px 30px;
        }

* html #theme-page,
* html #mk-sidebar {
    display: inline;
}
/* ---------------------------- */
@media handheld, only screen and (max-width: 768px) {
    #theme-page {
        padding: 0 !important;
    }

    .theme-page-wrapper {
        margin: 0 auto 0 !important;
    }
}

.mk-body-loader-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}

.ie .mk-body-loader-overlay {
    display: none !important;
}

.qLlogo {
    text-align: center;
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -210px;
    top: 20%;
}

@media handheld, only screen and (max-width: 767px) {
    .qLlogo {
        top: 5%;
    }
}
/* 
** Preloader ****
*/
.mk-preloader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #aaa;
    background: -moz-linear-gradient(left, #aaaaaa 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #aaaaaa 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #aaaaaa 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #aaaaaa 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #aaaaaa 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: mk_preloader 0.8s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    animation: mk_preloader 0.8s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .mk-preloader:before {
        width: 50%;
        height: 50%;
        background: #aaa;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .mk-preloader:after {
        background: #fff;
        width: 85%;
        height: 85%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

@-webkit-keyframes mk_preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes mk_preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mk_preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loop-main-wrapper {
    position: relative;
}

    .loop-main-wrapper .mk-preloader {
        top: 200px;
    }

.mk-header-toolbar {
    padding: 0 20px;
    width: 100%;
    position: relative;
    height: 35px;
    line-height: 35px;
}

    .mk-header-toolbar .mk-button {
        color: #fff !important;
    }

    .mk-header-login,
    .header-toolbar-contact,
    .mk-header-date,
    .mk-language-nav > a,
    .mk-header-toolbar #mk-header-searchform,
    .mk-header-tagline,
    .mk-header-signup {
        height: 35px;
        line-height: 35px;
    }

.mk-header-tagline,
.header-toolbar-contact,
.mk-header-date {
    font-size: 13px;
    margin-right: 15px;
}

    .mk-header-tagline i,
    .header-toolbar-contact i,
    .mk-header-date i {
        padding-right: 6px;
        font-size: 16px;
    }

.mk-language-nav {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    line-height: 35px;
    height: 35px;
}

    .mk-language-nav > a {
        font-size: 12px;
    }

        .mk-language-nav > a i {
            padding-right: 5px;
            vertical-align: middle;
            font-size: 16px;
            margin-top: -1px;
        }

    .mk-language-nav:hover > .mk-language-nav-sub-wrapper {
        display: block;
    }

.mk-language-nav-sub-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

.mk-language-nav-sub {
    background-color: #fff;
    position: relative;
    border: 1px solid #d9d9d9;
}

.mk-language-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mk-language-navigation li {
        margin: 0;
    }

        .mk-language-navigation li a {
            display: block;
            margin: 5px 0;
            padding: 6px 12px 6px 0;
            min-width: 120px;
            color: #666666;
            font-size: 12px;
            line-height: 14px;
            font-weight: bold;
        }

            .mk-language-navigation li a:hover {
                background-color: rgba(0, 0, 0, 0.05);
            }

            .mk-language-navigation li a .mk-lang-flag {
                margin-left: 8px;
                vertical-align: middle;
            }

            .mk-language-navigation li a .mk-lang-name {
                padding-left: 8px;
            }

        .mk-language-navigation li.current-menu-item > a {
            background-color: rgba(0, 0, 0, 0.05);
        }

#mk-header-search {
    display: inline-block;
    float: right;
    margin-left: 6px;
}

.mk-header-inner #mk-header-searchform {
    float: right;
    display: inline-block;
    margin-right: 10px;
}

    .mk-header-inner #mk-header-searchform .text-input {
        width: 200px;
        padding: 5px 15px 5px 30px !important;
        height: 30px;
        line-height: 20px;
    }

    .mk-header-inner #mk-header-searchform .mk-icon-search {
        left: 7px;
        top: 50%;
        margin-top: -8px;
        -moz-opacity: 70;
        -khtml-opacity: 70;
        opacity: 70;
        opacity: 0.7;
    }

#mk-header-searchform span {
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

    #mk-header-searchform span .text-input {
        background-color: rgba(255, 255, 255, 0.2);
        font-size: 12px;
        width: 90px;
        height: 23px;
        padding: 3px 15px 3px 30px;
        line-height: 16px;
        margin: 0;
        border: none;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        opacity: 0.7;
    }

        #mk-header-searchform span .text-input:focus {
            opacity: 1;
        }

    #mk-header-searchform span i {
        font-size: 16px;
        opacity: 0.7;
        position: absolute;
    }

    #mk-header-searchform span .mk-icon-search {
        left: 7px;
        top: 50%;
        margin-top: -8px;
    }

.header-search-btn {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
}

#mk-header-social {
    display: inline-block;
    float: right;
    height: 30px;
}

    #mk-header-social ul {
        list-style: none;
        margin: 7px 0 0;
        padding: 0;
    }

        #mk-header-social ul li {
            margin: 0;
            display: inline-block;
        }

            #mk-header-social ul li a {
                position: relative;
                display: block;
                margin-right: 6px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                #mk-header-social ul li a i:before {
                    font-size: 16px;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                #mk-header-social ul li a .mk-jupiter-icon-simple-xing {
                    padding: 0 !important;
                }

    #mk-header-social.header-section .mk-square-pointed,
    #mk-header-social.header-section .mk-square-rounded,
    #mk-header-social.header-section .mk-simple-rounded {
        border-width: 1px;
        border-style: solid;
        background-color: #ffffff;
        background-color: rgba(0, 0, 0, 0);
        margin: 0 2px;
        line-height: 16px !important;
        text-align: center;
    }

        #mk-header-social.header-section .mk-square-pointed.small,
        #mk-header-social.header-section .mk-square-rounded.small,
        #mk-header-social.header-section .mk-simple-rounded.small {
            font-size: 16px;
            line-height: 16px !important;
            width: 16px;
            height: 16px;
            padding: 8px;
        }

            #mk-header-social.header-section .mk-square-pointed.small i:before,
            #mk-header-social.header-section .mk-square-rounded.small i:before,
            #mk-header-social.header-section .mk-simple-rounded.small i:before {
                font-size: 16px;
                line-height: 16px !important;
            }

        #mk-header-social.header-section .mk-square-pointed.medium,
        #mk-header-social.header-section .mk-square-rounded.medium,
        #mk-header-social.header-section .mk-simple-rounded.medium {
            font-size: 24px;
            line-height: 24px !important;
            width: 24px;
            height: 24px;
            padding: 12px;
        }

            #mk-header-social.header-section .mk-square-pointed.medium i:before,
            #mk-header-social.header-section .mk-square-rounded.medium i:before,
            #mk-header-social.header-section .mk-simple-rounded.medium i:before {
                font-size: 24px;
                line-height: 24px !important;
            }

        #mk-header-social.header-section .mk-square-pointed.large,
        #mk-header-social.header-section .mk-square-rounded.large,
        #mk-header-social.header-section .mk-simple-rounded.large {
            font-size: 32px;
            line-height: 32px !important;
            width: 32px;
            height: 32px;
            padding: 16px;
        }

            #mk-header-social.header-section .mk-square-pointed.large i:before,
            #mk-header-social.header-section .mk-square-rounded.large i:before,
            #mk-header-social.header-section .mk-simple-rounded.large i:before {
                font-size: 32px;
                line-height: 32px !important;
            }

    #mk-header-social.header-section .mk-square-rounded {
        border-radius: 25%;
    }

    #mk-header-social.header-section .mk-simple-rounded {
        border-radius: 50%;
    }

    #mk-header-social .mk-jupiter-icon-xing:before,
    #mk-header-social .mk-jupiter-icon-square-xing:before,
    #mk-header-social .mk-jupiter-icon-simple-xing:before {
        vertical-align: inherit !important;
    }

.mk-header-right #mk-header-social {
    height: auto;
    padding: 0 10px;
}

    .mk-header-right #mk-header-social ul {
        margin: 0;
    }

.mk-header-login {
    float: right;
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
}

    .mk-header-login .mk-login-link i {
        margin-right: 4px;
        vertical-align: middle;
        font-size: 16px;
    }

.mk-login-status {
    display: block;
    font-size: 12px;
    padding: 0;
    margin: 8px 0 0;
    color: #666;
}

.mk-login-register,
#mk-header-subscribe {
    position: absolute;
    right: 0;
    width: 250px;
    top: 100%;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 15px;
    display: none;
}

    .mk-login-register .form-section,
    #mk-header-subscribe .form-section {
        margin-bottom: 8px;
        display: block;
    }

        .mk-login-register .form-section .text-input,
        #mk-header-subscribe .form-section .text-input {
            width: 100%;
            background-color: #fff;
        }

    .mk-login-register .register-login-links,
    #mk-header-subscribe .register-login-links {
        display: inline-block;
        float: left;
        padding-top: 5px;
    }

        .mk-login-register .register-login-links a,
        #mk-header-subscribe .register-login-links a {
            color: #888888;
            line-height: 12px;
            display: inline-block;
        }

        .mk-login-register .register-login-links .mk-create-account,
        #mk-header-subscribe .register-login-links .mk-create-account {
            padding-left: 5px;
            margin-left: 5px;
            border-left: 2px solid #b6b6b6;
        }

    .mk-login-register .mk-login-remember,
    #mk-header-subscribe .mk-login-remember {
        display: block;
        margin: 5px 0 10px;
    }

    .mk-login-register .shop-flat-btn,
    #mk-header-subscribe .shop-flat-btn {
        float: right;
    }

    .mk-login-register .mk-login-title,
    #mk-header-subscribe .mk-login-title {
        font-size: 16px;
    }

#mk-register-panel {
    display: none;
}

    #mk-register-panel .register-login-links {
        float: right;
        display: block;
        margin: 5px 0;
    }

#mk-forget-panel {
    display: none;
}

    #mk-forget-panel .register-login-links {
        float: right;
        display: block;
        margin: 5px 0;
    }

.user-profile-box img {
    float: left;
}

.user-profile-box a {
    margin: 0 0 0px 60px;
    display: block;
    color: #747474;
    line-height: 24px;
}

.mk-header-signup {
    float: right;
    display: inline-block;
    margin: 0 10px 0 0;
}

    .mk-header-signup .mk-subscribe-link i {
        vertical-align: middle;
        margin-right: 4px;
        font-size: 16px;
    }

.mk-header-signup {
    position: relative;
}

#mk-header-subscribe label {
    margin-bottom: 8px;
    display: block;
}

#mk-header-subscribe .text-input {
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
}

#mk-toolbar-navigation {
    display: inline-block;
    margin-right: 10px;
    height: 30px;
}

    #mk-toolbar-navigation ul {
        padding: 0;
        margin: 0;
    }

        #mk-toolbar-navigation ul li {
            margin: 0;
            padding: 0;
            display: inline-block;
            line-height: 26px;
        }

            #mk-toolbar-navigation ul li:last-child > a {
                border: none !important;
            }

            #mk-toolbar-navigation ul li a {
                line-height: 10px;
                display: inline-block;
                padding: 0 5px;
                border-right: 1px solid rgba(128, 128, 128, 0.2);
            }

            #mk-toolbar-navigation ul li ul {
                display: none;
            }

            #mk-toolbar-navigation ul li a,
            .mk-language-nav > a,
            .mk-header-login .mk-login-link,
            .mk-subscribe-link,
            .mk-checkout-btn,
            .mk-header-tagline a {
                font-size: 12px;
            }

                #mk-toolbar-navigation ul li a:hover,
                .mk-language-nav > a:hover,
                .mk-header-login .mk-login-link:hover,
                .mk-subscribe-link:hover,
                .mk-checkout-btn:hover,
                .mk-header-tagline a:hover {
                    -moz-opacity: 80;
                    -khtml-opacity: 80;
                    opacity: 80;
                    opacity: 0.8;
                }

.main-nav-side-search {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: top;
    position: relative;
}

.mk-search-trigger {
    display: block;
    font-size: 16px;
}

.classic-style-nav .mk-search-trigger {
    padding: 16px 0;
}

.mk-fullscreen-search-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.94);
    text-align: center;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}

    .mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
        visibility: visible;
        opacity: 1;
    }

        .mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -ms-transform: scale(1);
        }

    .mk-fullscreen-search-overlay:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .mk-fullscreen-search-overlay .mk-fullscreen-close {
        position: absolute;
        right: 50px;
        top: 70px;
        font-size: 26px;
        -webkit-transition: transform ease-out 0.2s;
        -moz-transition: transform ease-out 0.2s;
        -ms-transition: transform ease-out 0.2s;
        -o-transition: transform ease-out 0.2s;
        transition: transform ease-out 0.2s;
        transform: rotate(0deg);
    }

        .mk-fullscreen-search-overlay .mk-fullscreen-close:link,
        .mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
            color: #ffffff;
        }

        .mk-fullscreen-search-overlay .mk-fullscreen-close:hover {
            transform: rotate(90deg);
        }

    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
        display: inline-block;
        max-width: 1000px;
        vertical-align: middle;
        text-align: center;
        font-size: 18px;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        -ms-transform: scale(0.9);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
    }

        .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper p {
            font-size: 14px;
            margin-bottom: 40px;
            color: #ffffff;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform {
            position: relative;
        }

            .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
                width: 800px;
                background-color: transparent;
                -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
                -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
                box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
                border: 0;
                text-align: center;
                font-size: 35px;
                padding: 20px;
                color: #ffffff;
                -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;
                transition: all 0.3s ease-out;
            }

                .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus {
                    -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.2);
                    -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.2);
                    box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.2);
                }

            .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
                position: absolute;
                width: 100px;
                height: 100%;
                background-color: transparent;
                border: 0;
                right: 0;
                top: 0;
            }

            .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
                font-size: 25px;
                position: absolute;
                right: 15px;
                top: 30px;
                color: #ffffff;
                color: rgba(255, 255, 255, 0.2);
                -webkit-transition: all 0.2s ease-out;
                -moz-transition: all 0.2s ease-out;
                -ms-transition: all 0.2s ease-out;
                -o-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
            }

                .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon:hover {
                    color: rgba(255, 255, 255, 0.3);
                }

#mk-nav-search-wrapper {
    position: absolute;
    right: -50px;
    width: 330px;
    height: 56px;
    background-color: #fff;
    display: none;
    margin-top: 3px;
}

    #mk-nav-search-wrapper form {
        display: block;
        overflow: hidden;
    }

        #mk-nav-search-wrapper form.ajax-searching .nav-side-search-icon:before {
            -moz-animation: spin 0.8s infinite linear;
            -o-animation: spin 0.8s infinite linear;
            -webkit-animation: spin 0.8s infinite linear;
            animation: spin 0.8s infinite linear;
            display: inline-block;
            content: "\e2a2";
        }

    #mk-nav-search-wrapper input[type=text] {
        position: absolute;
        left: 0;
        top: 0;
        border: none;
        height: 100%;
        background-color: #fff;
        padding: 0 10px;
        width: 275px;
        line-height: 30px;
        border: 1px solid #e3e3e3;
        border-right: none;
    }

    #mk-nav-search-wrapper input[type=submit] {
        width: 100%;
        height: 100%;
        display: block;
        border: none;
        outline: none;
        position: absolute;
        left: 0;
        top: 0;
        background-color: transparent;
    }

    #mk-nav-search-wrapper .nav-side-search-icon {
        width: 56px;
        height: 100%;
        line-height: 56px;
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        color: #fff;
        text-align: center;
        background-color: #bfbcbc;
    }

    #mk-nav-search-wrapper .ui-autocomplete {
        background-color: #fff;
        border: 1px solid #e3e3e3;
        border-top: none;
        border-bottom: none;
        overflow: auto;
        text-align: left;
        top: 48px !important;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #mk-nav-search-wrapper .ui-autocomplete li {
            line-height: 16px;
            padding: 10px;
            border-bottom: 1px solid #e3e3e3;
            margin: 0;
            overflow: hidden;
            cursor: pointer;
        }

            #mk-nav-search-wrapper .ui-autocomplete li a {
                cursor: pointer;
            }

                #mk-nav-search-wrapper .ui-autocomplete li a:hover {
                    color: #252525;
                }

            #mk-nav-search-wrapper .ui-autocomplete li .search-date {
                color: #999999;
                font-size: 11px;
            }

            #mk-nav-search-wrapper .ui-autocomplete li .search-title {
                font-size: 12px;
                text-transform: uppercase;
                color: #252525;
                line-height: 18px;
                display: block;
                margin-bottom: 3px;
                font-weight: bold;
            }

            #mk-nav-search-wrapper .ui-autocomplete li:hover {
                background-color: #fbfbfb;
            }

            #mk-nav-search-wrapper .ui-autocomplete li img,
            #mk-nav-search-wrapper .ui-autocomplete li i {
                width: 32px;
                height: 32px;
                -webkit-border-radius: 60px;
                -moz-border-radius: 60px;
                border-radius: 60px;
                border: 1px solid #d2d2d2;
                float: left;
                margin-right: 15px;
            }

            #mk-nav-search-wrapper .ui-autocomplete li i {
                background-color: #f3f3f3;
                text-align: center;
            }

                #mk-nav-search-wrapper .ui-autocomplete li i:before {
                    font-size: 16px;
                    color: #636363;
                    line-height: 32px;
                }

.shopping-cart-header {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    position: relative;
}

    .shopping-cart-header .widgettitle {
        display: none;
    }

.mk-shoping-cart-link {
    padding: 0 10px 0 20px;
    margin: 0;
}

    .mk-shoping-cart-link i {
        font-size: 16px;
        line-height: 16px;
        position: relative;
    }

.mk-header-cart-count {
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
}

.mk-shopping-cart-box {
    position: absolute;
    right: 0px;
    top: 100%;
    width: 300px;
    padding: 0 10px;
    display: none;
    text-align: left;
}

    #mk-header-checkout .widget,
    .mk-shopping-cart-box .widget {
        margin: 0;
    }

    #mk-header-checkout .product_list_widget,
    .mk-shopping-cart-box .product_list_widget {
        margin: 15px 0 !important;
    }

        #mk-header-checkout .product_list_widget li,
        .mk-shopping-cart-box .product_list_widget li {
            margin: 0 !important;
            line-height: 22px !important;
            padding: 10px 0 !important;
        }

            #mk-header-checkout .product_list_widget li.empty,
            .mk-shopping-cart-box .product_list_widget li.empty {
                padding-left: 20px !important;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            #mk-header-checkout .product_list_widget li a,
            .mk-shopping-cart-box .product_list_widget li a {
                font-size: 12px;
                font-weight: normal !important;
                padding-left: 10px;
            }

            #mk-header-checkout .product_list_widget li .variation,
            .mk-shopping-cart-box .product_list_widget li .variation {
                display: none !important;
            }

            #mk-header-checkout .product_list_widget li .quantity,
            .mk-shopping-cart-box .product_list_widget li .quantity {
                font-size: 16px;
                font-weight: bold;
                margin-top: 10px;
                display: inline-block;
                text-align: left;
            }

            #mk-header-checkout .product_list_widget li:first-child,
            .mk-shopping-cart-box .product_list_widget li:first-child {
                border-top: none;
            }

            #mk-header-checkout .product_list_widget li img,
            .mk-shopping-cart-box .product_list_widget li img {
                padding: 0 !important;
            }

    #mk-header-checkout .total,
    .mk-shopping-cart-box .total {
        font-size: 16px;
        font-weight: bold;
        display: block;
        text-align: center;
        border-top: 1px solid rgba(128, 128, 128, 0.2) !important;
        padding-top: 15px !important;
    }

    #mk-header-checkout .buttons,
    .mk-shopping-cart-box .buttons {
        margin-bottom: 20px;
        text-align: center;
    }

        #mk-header-checkout .buttons .mk-button,
        .mk-shopping-cart-box .buttons .mk-button {
            line-height: 11px !important;
        }

            #mk-header-checkout .buttons .mk-button.cart-widget-btn,
            .mk-shopping-cart-box .buttons .mk-button.cart-widget-btn {
                padding: 14px 16px !important;
            }

            #mk-header-checkout .buttons .mk-button.checkout,
            .mk-shopping-cart-box .buttons .mk-button.checkout {
                padding: 16px 16px !important;
                color: #fff !important;
            }

@media handheld, only screen and (max-width: 780px) {
    .mk-header-right {
        display: none !important;
    }
}

.mk-toolbar-resposnive-icon {
    position: absolute;
    left: 50%;
    top: 0;
    line-height: 16px !important;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: none;
}

    .mk-toolbar-resposnive-icon i {
        font-size: 16px;
        line-height: 16px;
    }

.toolbar-oppend .mk-toolbar-resposnive-icon i:before {
    content: "\f077" !important;
}

@media handheld, only screen and (max-width: 780px) {
    .mk-header-toolbar {
        padding: 10px 5px;
        display: none;
        height: auto;
    }

    .mk-toolbar-resposnive-icon {
        display: block;
    }

    .mk-header-signup,
    .mk-header-login,
    #mk-header-social,
    #mk-header-tagline,
    .header-toolbar-contact,
    .header-toolbar-contact,
    .mk-header-date,
    #mk-toolbar-navigation,
    .mk-header-checkout {
        width: 100% !important;
        float: none !important;
        display: block !important;
        height: auto !important;
        line-height: 25px !important;
        margin: 0 10px 5px !important;
        padding: 0;
    }

    .mk-login-register,
    #mk-header-subscribe {
        right: auto;
        left: 0;
    }

        .mk-login-register:before,
        #mk-header-subscribe:before {
            right: auto;
            left: 10px;
        }

    #mk-header-social li i:before {
        font-size: 32px !important;
    }

    #mk-toolbar-navigation li:first-child a {
        padding-left: 0;
    }

    #mk-header-checkout {
        right: auto;
        top: 30px;
    }

        #mk-header-checkout:before {
            right: auto;
            left: 30px;
        }
}
/* /* Navigation */
#mk-main-navigation {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.mk-classic-menu-wrapper {
    position: relative;
    margin: 0 auto;
}

    .mk-classic-menu-wrapper .main-navigation-ul > li.menu-item > a.menu-item-link i {
        padding-right: 7px;
    }

.header-style-2 .menu-hover-style-3 .main-navigation-ul > li.menu-item {
    line-height: 80px;
}

.main-navigation-ul,
.main-navigation-ul ul.sub-menu,
.main-navigation-ul li.menu-item {
    margin: 0;
    padding: 0;
}

    .main-navigation-ul li.no-mega-menu ul.sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 8px 0;
    }

.header-align-left .mk-grid .main-navigation-ul li.no-mega-menu > ul.sub-menu,
.header-align-center .mk-grid .main-navigation-ul li.no-mega-menu > ul.sub-menu,
.header-align-center .main-navigation-ul li.no-mega-menu > ul.sub-menu,
.header-style-2.header-align-center .main-navigation-ul li.no-mega-menu > ul.sub-menu,
.header-style-2.header-align-left .main-navigation-ul li.no-mega-menu > ul.sub-menu {
    left: 0;
    right: auto;
}

.header-align-right .main-navigation-ul li.no-mega-menu > ul.sub-menu {
    right: auto;
    left: 0;
}

.header-align-right .mk-grid .main-navigation-ul li.no-mega-menu > ul.sub-menu {
    right: 0;
    left: auto;
}

.main-navigation-ul li.has-mega-menu > ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 17px 0;
}

.main-navigation-ul > li.menu-item {
    float: left;
}

    .main-navigation-ul > li.menu-item > a.menu-item-link {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.sticky-style-fixed .main-navigation-ul > li.menu-item > a.menu-item-link {
    transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out, height 0.35s ease, line-height 0.35s ease;
    -webkit-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out, height 0.35s ease, line-height 0.35s ease;
    -moz-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out, height 0.35s ease, line-height 0.35s ease;
    -ms-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out, height 0.35s ease, line-height 0.35s ease;
    -o-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out, height 0.35s ease, line-height 0.35s ease;
}

.sticky-style-slide .main-navigation-ul > li.menu-item > a.menu-item-link {
    transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out;
    -webkit-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out;
    -moz-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out;
    -ms-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out;
    -o-transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out;
}

.menu-hover-style-1 .main-navigation-ul > li.menu-item > a.menu-item-link {
    border-top: 3px solid transparent;
}

.menu-hover-style-4 .main-navigation-ul > li.menu-item > a.menu-item-link {
    margin-left: 1px;
}

.menu-hover-style-3 .main-navigation-ul > li.menu-item > a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 2px;
    border: 2px solid transparent;
}

.menu-hover-style-5 .main-navigation-ul > li.menu-item > a.menu-item-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.IE9 .menu-hover-style-5 .main-navigation-ul > li.menu-item > a.menu-item-link:after {
    height: 0px;
}

.menu-hover-style-5 .main-navigation-ul > li.menu-item:hover > a.menu-item-link::after,
.menu-hover-style-5 .main-navigation-ul > li.current-menu-item > a.menu-item-link:after,
.menu-hover-style-5 .main-navigation-ul > li.current-menu-ancestor > a.menu-item-link:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.IE9 .menu-hover-style-5 .main-navigation-ul > li.menu-item:hover > a.menu-item-link::after,
.IE9 .menu-hover-style-5 .main-navigation-ul > li.current-menu-item > a.menu-item-link:after,
.IE9 .menu-hover-style-5 .main-navigation-ul > li.current-menu-ancestor > a.menu-item-link:after {
    height: 2px;
}

.main-navigation-ul > li.menu-item a.menu-item-link i {
    margin-right: 8px;
    font-size: 16px;
    text-transform: lowercase;
}

.main-navigation-ul > li.menu-item .sub-menu a.menu-item-link {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-navigation-ul > li.no-mega-menu ul.sub-menu li.menu-item a.menu-item-link {
    display: block;
    position: relative;
    font-size: 12px;
    text-align: left;
    float: none;
    margin: 0;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 1px;
}

    .main-navigation-ul > li.no-mega-menu ul.sub-menu li.menu-item a.menu-item-link i {
        margin-right: 8px;
        font-size: 16px;
    }
/*.main-navigation-ul > li.no-mega-menu > ul, .main-navigation-ul > li.has-mega-menu > ul.sub-menu {
  margin-top: 1px;
}*/
.main-navigation-ul > li.menu-item ul.sub-menu:after {
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.main-navigation-ul li.no-mega-menu ul.sub-menu ul.sub-menu {
    top: 0;
    left: 100%;
    right: auto;
}

.main-navigation-ul li .dropdownRightToLeft > ul.sub-menu {
    left: auto !important;
    right: 100% !important;
}

.main-navigation-ul li.menu-item {
    position: relative;
    display: block;
    list-style-type: none;
}

.main-navigation-ul > li.menu-item {
    display: inline-block;
}

.main-navigation-ul a.menu-item-link,
.main-navigation-ul span {
    display: block;
    text-decoration: none;
    white-space: normal;
}

.main-navigation-ul:not(.dropdownJavascript) li.menu-item:hover > ul.sub-menu {
    display: block;
}

#mk-main-navigation > .main-navigation-ul > .menu-item-language {
    visibility: hidden;
}

.main-navigation-ul .menu-item-language span {
    display: inline;
}

.vertical {
    display: inline-block;
}

    .vertical > li.menu-item {
        display: block;
    }

    .vertical ul {
        top: 0;
        left: 100%;
    }

.dropdownJavascript li.no-mega-menu:hover > ul.sub-menu,
.dropdownJavascript li.has-mega-menu:hover > ul.sub-menu {
    display: none;
}

.dropdownJavascript li.dropdownOpen > ul.sub-menu {
    display: block !important;
}

.main-navigation-ul li.with-menu > a:before {
    content: "\f105";
    position: absolute;
    right: 12px;
    top: 10px;
}

.main-navigation-ul li.menu-item.has-mega-menu {
    position: static;
}

.has-mega-menu > ul.sub-menu {
    width: 100%;
    position: absolute;
    left: 0;
    padding: 20px 0;
}

    .has-mega-menu > ul.sub-menu > ul.sub-menu {
        position: relative;
        display: block;
        top: auto;
        left: auto;
    }

    .has-mega-menu > ul.sub-menu > li.menu-item {
        display: block;
        left: 0;
        position: relative;
        float: left;
        width: 23%;
        border: 0;
        background-color: transparent;
        box-shadow: none;
        padding-left: 10px;
    }

.has-mega-menu .megamenu-title {
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    padding: 9px 10px 16px 10px;
    margin: 0 0 6px;
}

    .has-mega-menu .megamenu-title:after {
        content: '';
        display: block;
        margin-top: 10px;
        width: 20px;
        height: 2px;
        opacity: 0.3;
    }

    .has-mega-menu .megamenu-title i {
        margin-right: 8px;
        font-size: 16px;
    }

.has-mega-menu > ul.sub-menu > li.menu-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}

    .has-mega-menu > ul.sub-menu > li.menu-item:first-child {
        border-left: none;
    }

.has-mega-menu > ul.sub-menu > li.mega_col_1 {
    width: 100%;
}

.has-mega-menu > ul.sub-menu > li.mega_col_2 {
    width: 49.5%;
}

.has-mega-menu > ul.sub-menu > li.mega_col_3 {
    width: 33.25%;
}

.has-mega-menu > ul.sub-menu > li.mega_col_4 {
    width: 24.9%;
}

.has-mega-menu > ul.sub-menu > li.mega_col_5 {
    width: 19.8%;
}

.has-mega-menu > ul.sub-menu > li.mega_col_6 {
    width: 16.5%;
}

.has-mega-menu > ul.sub-menu > li > ul.sub-menu {
    display: block;
}

    .has-mega-menu > ul.sub-menu > li > ul.sub-menu li.menu-item a.menu-item-link {
        display: block;
        position: relative;
        text-align: left;
        float: none;
        margin: 0;
        padding: 10px 10px;
        line-height: 18px;
    }

        .has-mega-menu > ul.sub-menu > li > ul.sub-menu li.menu-item a.menu-item-link 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-nav-responsive-link {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -18px;
    line-height: 8px;
    cursor: pointer;
    padding: 10px;
}

    .mk-nav-responsive-link i {
        font-size: 16px;
    }

#mk-responsive-nav {
    display: none;
    width: 100%;
}

    #mk-responsive-nav > li > ul {
        display: none;
        border-top: 1px solid rgba(128, 128, 128, 0.2);
    }

    #mk-responsive-nav > li {
        border-bottom: 1px solid rgba(128, 128, 128, 0.2);
    }

    #mk-responsive-nav .mk-nav-arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        text-align: center;
        cursor: pointer;
        -moz-opacity: 70;
        -khtml-opacity: 70;
        opacity: 70;
        opacity: 0.7;
        width: 70px;
        height: 100%;
        line-height: 50px;
    }

        #mk-responsive-nav .mk-nav-arrow:hover {
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

.menu-html-content {
    line-height: 22px !important;
    text-align: left;
}

#mk-responsive-wrap {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    position: fixed;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

#mk-responsive-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100%;
    display: none;
    margin: 0;
    padding: 0;
}

    #mk-responsive-nav li {
        display: block;
        margin: 0;
    }

        #mk-responsive-nav li a {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            display: block;
            font-size: 14px;
            padding: 15px 20px;
            text-align: left;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: bold;
            font-size: 13px;
            position: relative;
        }

            #mk-responsive-nav li a > i {
                display: none;
            }

            #mk-responsive-nav li a:hover {
                background-color: rgba(0, 0, 0, 0.03);
            }

            #mk-responsive-nav li a .sub-menu {
                left: auto;
                position: relative;
            }

            #mk-responsive-nav li a .megamenu-title {
                background-color: rgba(0, 0, 0, 0.03);
                font-size: 14px;
                font-weight: 700;
            }

        #mk-responsive-nav li ul {
            margin: 0;
            padding: 0 0 0 5px;
        }

            #mk-responsive-nav li ul .megamenu-widgets-container {
                display: none !important;
            }

            #mk-responsive-nav li ul li a,
            #mk-responsive-nav li ul li .megamenu-title {
                font-size: 12px;
                line-height: 12px;
                margin: 0;
                padding: 12px 15px 12px 25px;
                text-align: left;
                text-transform: none;
                font-weight: normal;
            }

        #mk-responsive-nav li .megamenu-title {
            font-weight: bold !important;
            font-size: 14px !important;
        }

    #mk-responsive-nav > .responsive-searchform {
        display: block !important;
    }

.responsive-searchform {
    margin: 10px;
    position: relative;
}

    .responsive-searchform .text-input {
        width: 100%;
        padding: 12px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        background-color: rgba(0, 0, 0, 0.02);
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #9e9e9e !important;
    }

    .responsive-searchform .mk-icon-search {
        position: absolute;
        right: 15px;
        font-size: 20px;
        bottom: 14px;
        color: #ccc;
        color: rgba(0, 0, 0, 0.3);
    }

        .responsive-searchform .mk-icon-search input {
            width: 100%;
            height: 100%;
            background: none;
            border: none;
            outline: none;
            position: absolute;
            left: 0;
            top: 0;
        }

.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;
    }
/* * CSS ICONS
*
********************************************* */
.mk-css-icon-menu,
.mk-css-icon-close {
    width: 18px;
    height: 18px;
}

    .mk-css-icon-menu.icon-size-big,
    .mk-css-icon-close.icon-size-big {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        -ms-transform: scale(1.5);
    }

    .mk-css-icon-menu div,
    .mk-css-icon-close div {
        height: 3px;
        margin-bottom: 3px;
        border-radius: 3px;
        display: block;
        position: relative;
    }

.mk-css-icon-menu-line-2 {
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -ms-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}

.mk-css-icon-menu-line-1,
.mk-css-icon-menu-line-3 {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.dashboard-active .mk-css-icon-menu-line-2,
.mk-opened-nav .mk-css-icon-menu-line-2 {
    opacity: 0;
}

.dashboard-active .mk-css-icon-menu-line-1,
.mk-opened-nav .mk-css-icon-menu-line-1 {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    top: 6px;
}

.dashboard-active .mk-css-icon-menu-line-3,
.mk-opened-nav .mk-css-icon-menu-line-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;
}

#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);
}
/* Common styles of menus */
.mk-vm-menuwrapper {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mk-vm-menuwrapper button {
        background: #ccc;
        border: none;
        width: 48px;
        height: 45px;
        text-indent: -900em;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        outline: none;
    }

        .mk-vm-menuwrapper button:after {
            content: '';
            position: absolute;
            width: 68%;
            height: 5px;
            top: 10px;
            left: 16%;
        }

    .mk-vm-menuwrapper ul {
        padding: 0;
        margin: 0;
        list-style: none;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .mk-vm-menuwrapper li {
        position: relative;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .mk-vm-menuwrapper li a {
            display: block;
            position: relative;
            padding: 14px 26px;
            line-height: 130%;
            outline: none;
            -webkit-transition: all 0.1s ease-out;
            -moz-transition: all 0.1s ease-out;
            -ms-transition: all 0.1s ease-out;
            -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
        }

            .mk-vm-menuwrapper li a i {
                margin-right: 6px;
                font-size: 16px;
            }

.menu-hover-style-3.mk-vm-menuwrapper {
    margin: 4px 4px 30px;
}

    .menu-hover-style-3.mk-vm-menuwrapper li > a {
        padding: 10px 45px 10px 22px;
        border: 2px solid transparent;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.mk-vm-menuwrapper li.mk-vm-back > a {
    padding-left: 35px;
}

.mk-vm-menuwrapper li.mk-vm-back:after,
.mk-vm-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    line-height: 100%;
    font-family: 'themeIcons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e68e";
    font-size: 10px;
}

.menu-hover-style-1.mk-vm-menuwrapper li a {
    border-left: 3px solid transparent;
}

.mk-vm-menuwrapper li.mk-vm-back:after {
    left: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -8px;
}

.menu-hover-style-4.mk-vm-menuwrapper li.mk-vm-back:hover::after {
    color: #fff;
}

.mk-vm-menuwrapper li > a:after {
    right: 15px;
    opacity: 0.7;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.mk-vm-menuwrapper .mk-vm-menu {
    margin: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .mk-vm-menuwrapper .mk-vm-menu.mk-vm-menu-toggle {
        transition: all 0.3s ease;
    }

    .mk-vm-menuwrapper .mk-vm-menu.mk-vm-menuopen {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

.mk-vm-menuwrapper li .sub-menu {
    display: none;
}

.mk-vm-menu.mk-vm-subview li,
.mk-vm-menu.mk-vm-subview li.mk-vm-subviewopen > a,
.mk-vm-menu.mk-vm-subview li.mk-vm-subview > a {
    display: none;
}

    .mk-vm-menu.mk-vm-subview li.mk-vm-subview,
    .mk-vm-menu.mk-vm-subview li.mk-vm-subview .sub-menu,
    .mk-vm-menu.mk-vm-subview li.mk-vm-subviewopen,
    .mk-vm-menu.mk-vm-subview li.mk-vm-subviewopen > .sub-menu,
    .mk-vm-menu.mk-vm-subview li.mk-vm-subviewopen > .sub-menu > li {
        display: block;
    }

.mk-vm-menuwrapper > .sub-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
}
/* Animation classes for moving out and in */
.mk-vm-menu.mk-vm-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.3s ease-in-out;
    animation: MenuAnimOut1 0.3s ease-in-out;
}

.mk-vm-menu.mk-vm-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.4s ease;
    animation: MenuAnimOut2 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

.mk-vm-menu.mk-vm-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s ease-in-out;
    animation: MenuAnimIn1 0.3s ease-in-out;
}

.mk-vm-menu.mk-vm-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.4s ease;
    animation: MenuAnimIn2 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

.mk-vm-menuwrapper > .sub-menu.mk-vm-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.3s ease-in-out;
    animation: SubMenuAnimIn1 0.3s ease-in-out;
}

.mk-vm-menuwrapper > .sub-menu.mk-vm-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.4s ease;
    animation: SubMenuAnimIn2 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

.mk-vm-menuwrapper > .sub-menu.mk-vm-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.3s ease-in-out;
    animation: SubMenuAnimOut1 0.3s ease-in-out;
}

.mk-vm-menuwrapper > .sub-menu.mk-vm-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.4s ease;
    animation: SubMenuAnimOut2 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}
/* No JS Fallback */
.no-js .mk-vm-menuwrapper .mk-vm-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.no-js .mk-vm-menuwrapper li .sub-menu {
    display: block;
}

.no-js .mk-vm-menuwrapper li.mk-vm-back {
    display: none;
}

.no-js .mk-vm-menuwrapper li > a:not(:only-child):after {
    content: '';
}

#mk-footer {
    width: 100%;
    position: relative;
    padding: 20px 0 0;
}

    #mk-footer.mk-footer-unfold {
        position: fixed;
        bottom: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        -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: 767px) {
    #mk-footer.mk-footer-unfold {
        position: relative;
    }
}

#mk-footer.mk-footer-disable {
    padding-top: 0;
}

#mk-footer .footer-wrapper {
    position: relative;
}

#mk-footer .mk-padding-wrapper {
    padding: 0 20px;
}

@media handheld, only screen and (max-width: 767px) {
    #mk-footer [class*='mk-col-'] {
        width: 100% !important;
    }
}
/* SUB FOOTER SECTION */
.mk-footer-copyright {
    line-height: 16px;
    float: left;
    padding: 25px 0 20px;
    -moz-opacity: 80;
    -khtml-opacity: 80;
    opacity: 80;
    opacity: 0.8;
}

.mk-footer-logo {
    float: left;
    display: inline-block;
    padding: 8px 20px 8px 0;
}

#mk-footer-navigation {
    float: right;
}

    #mk-footer-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
    }

        #mk-footer-navigation ul li {
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0;
        }

            #mk-footer-navigation ul li a {
                margin: 25px 12px 20px;
                display: block;
                font-size: 12px;
                line-height: 16px;
                -moz-opacity: 80;
                -khtml-opacity: 80;
                opacity: 80;
                opacity: 0.8;
            }

                #mk-footer-navigation ul li a:hover {
                    -moz-opacity: 100;
                    -khtml-opacity: 100;
                    opacity: 100;
                    opacity: 1;
                }

            #mk-footer-navigation ul li ul {
                display: none;
            }

.fullwidth-footer .mk-footer-copyright {
    padding-left: 20px;
}

.fullwidth-footer #mk-footer-navigation {
    margin-right: 20px;
}

@media handheld, only screen and (max-width: 1140px) {
    .mk-footer-copyright {
        padding-left: 20px !important;
    }
}

@media handheld, only screen and (max-width: 767px) {
    #mk-footer-navigation {
        float: none;
        width: auto;
        text-align: center;
    }

        #mk-footer-navigation ul li {
            display: block !important;
        }

    .mk-footer-copyright {
        display: block;
        float: none !important;
        text-align: left;
        clear: both;
        padding: 10px 10px 5px !important;
    }

    #mk-footer-navigation ul li {
        float: none !important;
        width: 100% !important;
    }

        #mk-footer-navigation ul li a {
            margin: 5px auto;
        }

    .mk-footer-copyright {
        text-align: center;
    }
}

.mk-footer-tweets {
    padding: 40px 0 20px;
    text-align: center;
}

    .mk-footer-tweets ul {
        padding: 0;
        margin: 0 auto;
        width: 50%;
    }

        .mk-footer-tweets ul li .tweet-text {
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 15px;
            display: block;
        }

        .mk-footer-tweets ul li .tweet-username {
            font-size: 38px;
            display: block;
            margin-bottom: 30px;
            line-height: 32px;
        }

        .mk-footer-tweets ul li .tweet-time {
            font-size: 14px;
            margin-bottom: 30px;
            display: block;
            color: #999999;
        }

    .mk-footer-tweets.mk-light-skin .tweet-text {
        color: #444444;
    }

        .mk-footer-tweets.mk-light-skin .tweet-text a {
            color: #444444;
        }

    .mk-footer-tweets.mk-dark-skin .tweet-text {
        color: #fff;
    }

        .mk-footer-tweets.mk-dark-skin .tweet-text a {
            color: #fff;
        }

    .mk-footer-tweets.mk-dark-skin .tweet-time {
        color: #999999;
    }

#mk-page-introduce {
    position: relative;
    padding: 15px 0;
}

    #mk-page-introduce.intro-left {
        text-align: left;
    }

    #mk-page-introduce.intro-right {
        text-align: right;
    }

    #mk-page-introduce.intro-center {
        text-align: center;
    }

.page-introduce-title {
    margin: 25px 20px 15px;
    line-height: 120%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .page-introduce-title.mk-drop-shadow {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

.page-introduce-subtitle {
    display: inline-block;
    line-height: 100%;
    margin: 0px 20px 15px 23px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#mk-breadcrumbs .mk-breadcrumbs-inner {
    float: right;
    display: inline-block;
    margin: 0 20px -10px 0;
    line-height: 11px;
    padding: 10px 12px 8px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    #mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin {
        color: #fff;
    }

        #mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin a,
        #mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin .separator {
            color: #d1d1d1;
            color: rgba(255, 255, 255, 0.5);
        }

            #mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin a:hover {
                color: #ffffff;
            }

    #mk-breadcrumbs .mk-breadcrumbs-inner.light-skin {
        color: #919191;
    }

        #mk-breadcrumbs .mk-breadcrumbs-inner.light-skin a,
        #mk-breadcrumbs .mk-breadcrumbs-inner.light-skin .separator {
            color: #afafaf;
        }

            #mk-breadcrumbs .mk-breadcrumbs-inner.light-skin a:hover {
                color: #797979;
            }

@media handheld, only screen and (max-width: 700px) {
    #mk-breadcrumbs .mk-breadcrumbs-inner {
        margin: 15px 0 -15px !important;
        float: none !important;
        display: block !important;
        text-align: center;
    }
}

#mk-breadcrumbs .separator {
    padding: 0 3px;
}

.breadcrumb-categoris-holder span:last-of-type {
    display: none;
}

@media handheld, only screen and (max-width: 1140px) {
    .page-introduce-title {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

@media handheld, only screen and (max-width: 760px) {
    #mk-page-introduce .introduce-fancy-title {
        font-size: 20px !important;
        line-height: 35px !important;
    }

        #mk-page-introduce .introduce-fancy-title span {
            padding: 8px 20px;
            font-size: 20px !important;
        }
}

.mk-news-container {
    margin-bottom: 50px;
}

.mk-news-item {
    position: relative;
    overflow: hidden;
    float: left;
}

    .mk-news-item .item-holder {
        margin: 0 6px 6px 0;
        background-color: #f6f6f6;
        position: relative;
        overflow: hidden;
    }

    .mk-news-item .news-categories {
        font-weight: bold;
        font-size: 13px;
    }

    .mk-news-item .news-the-title {
        font-size: 18px;
        font-weight: bold;
    }

    .mk-news-item .mk-read-more i {
        margin-left: 5px;
        vertical-align: middle;
    }

.news-full-with-image .news-meta-wrapper,
.news-half-with-image .news-meta-wrapper,
.news-fourth-with-image .news-meta-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 15px 15px 3px 15px;
}

.news-full-with-image .news-categories,
.news-half-with-image .news-categories,
.news-fourth-with-image .news-categories {
    line-height: 43px;
    color: #fff;
}

    .news-full-with-image .news-categories a,
    .news-half-with-image .news-categories a,
    .news-fourth-with-image .news-categories a {
        color: #fff;
    }

    .news-full-with-image .news-categories span,
    .news-half-with-image .news-categories span,
    .news-fourth-with-image .news-categories span {
        box-shadow: 10px 0 0 #00c8d7, -10px 0 0 #00c8d7;
        padding: 12px 5px;
        font-size: 11px;
        margin-left: -8px;
        letter-spacing: 1px;
        box-decoration-break: clone;
    }

.news-full-with-image .news-date,
.news-half-with-image .news-date,
.news-fourth-with-image .news-date {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px 15px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    line-height: 10px;
    color: #fff;
}

.news-full-with-image img,
.news-half-with-image img,
.news-fourth-with-image img {
    height: 100%;
    width: 100%;
}

.news-full-with-image .news-the-title a,
.news-half-with-image .news-the-title a,
.news-fourth-with-image .news-the-title a {
    color: #fff;
}

.news-full-with-image .news-the-title span,
.news-half-with-image .news-the-title span,
.news-fourth-with-image .news-the-title span {
    line-height: 37px;
    background-color: #000;
    padding: 13px 0;
    box-shadow: 15px 0px 0 #000000, -15px 0 0 #000000;
    box-decoration-break: clone;
}

.news-full-without-image .item-holder,
.news-half-without-image .item-holder,
.news-fourth-without-image .item-holder {
    padding: 28px 35px;
}

    .news-full-without-image .item-holder .news-categories,
    .news-half-without-image .item-holder .news-categories,
    .news-fourth-without-image .item-holder .news-categories {
        margin-bottom: 5px;
    }

    .news-full-without-image .item-holder .news-the-title,
    .news-half-without-image .item-holder .news-the-title,
    .news-fourth-without-image .item-holder .news-the-title {
        margin: 0;
    }

    .news-full-without-image .item-holder .news-date,
    .news-half-without-image .item-holder .news-date,
    .news-fourth-without-image .item-holder .news-date {
        color: #777777;
        font-size: 11px;
        margin-bottom: 10px;
        display: block;
    }

.news-full-with-image {
    width: 99.5%;
}

.news-full-without-image {
    width: 99.9%;
}

.news-half-with-image {
    width: 49.9%;
}

.news-half-without-image {
    width: 49.9%;
}

.news-fourth-with-image {
    width: 24.9%;
}

.news-fourth-without-image {
    width: 24.9%;
}

@media handheld, only screen and (max-width: 1024px) {
    .news-half-with-image > div,
    .news-fourth-with-image > div,
    .news-full-with-image > div {
        height: auto !important;
    }

        .news-half-with-image > div .news-meta-wrapper,
        .news-fourth-with-image > div .news-meta-wrapper,
        .news-full-with-image > div .news-meta-wrapper {
            position: relative !important;
            left: auto !important;
            bottom: auto !important;
            margin: 20px;
        }

    .news-full-with-image,
    .news-full-without-image {
        width: 100% !important;
    }

    .news-half-with-image,
    .news-fourth-with-image,
    .news-fourth-without-image,
    .news-half-without-image {
        width: 49.8% !important;
    }

        .news-half-with-image > div,
        .news-fourth-with-image > div,
        .news-fourth-without-image > div,
        .news-half-without-image > div {
            height: auto !important;
        }
}

@media handheld, only screen and (max-width: 767px) {
    .news-full-with-image,
    .news-full-without-image {
        width: 100% !important;
    }

    .mk-news-item {
        margin-right: 0 !important;
    }

    .news-half-with-image,
    .news-fourth-with-image {
        width: 100% !important;
    }

    .news-fourth-without-image,
    .news-half-without-image {
        width: 100% !important;
    }
}

.news-post-heading {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 3px solid #dddddd;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.news-single-social {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 5px;
    display: inline-block;
}

    .news-single-social li {
        display: inline-block;
        margin: 0;
        padding: 0 7px 0 5px;
        border-right: 1px solid #bcbcbc;
        line-height: 14px;
    }

        .news-single-social li.mk-news-share {
            position: relative;
        }

            .news-single-social li.mk-news-share .news-share-buttons {
                position: absolute;
                background-color: #e9e9e9;
                border: 1px solid #cccccc;
                display: block;
                padding: 10px 6px;
                width: 215px;
                top: 30px;
                right: 0;
                white-space: nowrap;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                display: none;
            }

                .news-single-social li.mk-news-share .news-share-buttons:after {
                    position: absolute;
                    display: block;
                    content: "";
                    top: -6px;
                    right: 43px;
                    width: 12px;
                    height: 12px;
                    background-color: #e9e9e9;
                    border: 1px solid #cccccc;
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    border-right: none;
                    border-bottom: none;
                }

                .news-single-social li.mk-news-share .news-share-buttons .share-button {
                    display: inline-block;
                    float: left;
                    padding-left: 10px;
                }

        .news-single-social li:last-child {
            border: none !important;
        }

        .news-single-social li a {
            line-height: 16px;
            display: block;
        }

.back-news-page {
    font-size: 12px;
    font-weight: bold;
    margin-right: 20px;
}

    .back-news-page i {
        display: inline-block;
        font-size: 16px;
        color: #bbbbbb;
        margin-right: 8px;
    }

.news-single-date {
    display: inline-block;
}

    .news-single-date a {
        font-size: 11px;
        color: #999999;
    }

.news-single-categories {
    font-size: 12px;
    font-weight: bold;
    color: #999999;
    display: inline-block;
    text-transform: uppercase;
}

.single-news-meta {
    line-height: 13px;
}

.news-featured-image {
    margin: 10px 0 50px;
}

.news-post-content {
    margin-bottom: 50px;
}

.mk-back-top {
    text-align: right;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 3px solid #dddddd;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

    .mk-back-top .mk-back-top-link {
        color: #999999;
        font-size: 12px;
    }

        .mk-back-top .mk-back-top-link i {
            margin-right: 5px;
        }

.mk-news-tab-heading {
    background-color: #f7f7f7;
    border: 1px solid #dbdbdb;
    border-bottom: none;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-news-tab-heading {
        border: 0;
    }
}

.mk-news-tab-title {
    float: left;
    font-size: 14px;
    line-height: 12px;
    padding: 14px 20px 0 20px;
    font-weight: bold;
    color: #333333;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-news-tab-title {
        display: none;
    }
}

.mk-news-tab {
    margin-bottom: 20px;
}

    .mk-news-tab .mk-tabs-tabs {
        margin: 0 0 -1px 0 !important;
        position: relative;
        float: right;
    }

        .mk-news-tab .mk-tabs-tabs li {
            margin: 0;
            position: relative;
            padding: 0;
            display: inline;
            float: left;
        }

            .mk-news-tab .mk-tabs-tabs li.ui-tabs-active > a {
                cursor: default;
                border-bottom: none;
                background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
                background: -webkit-linear-gradient(top, transparent, transparent);
                background: -moz-linear-gradient(top, transparent, transparent);
                background: -ms-linear-gradient(top, transparent, transparent);
                background: -o-linear-gradient(top, transparent, transparent);
                background-color: transparent;
                padding-bottom: 16px;
            }

            .mk-news-tab .mk-tabs-tabs li a {
                font-weight: bold;
                color: #333333;
                display: block;
                line-height: 100%;
                padding: 15px 20px;
                margin: 0;
                border-left: 1px solid #dbdbdb;
                white-space: nowrap;
            }

@media handheld, only screen and (max-width: 767px) {
    .mk-news-tab .mk-tabs-tabs {
        float: none;
    }

        .mk-news-tab .mk-tabs-tabs li {
            display: block;
            float: none;
        }

            .mk-news-tab .mk-tabs-tabs li a {
                border-top: 1px solid #dbdbdb;
                border-left: 1px solid #dbdbdb;
                border-right: 1px solid #dbdbdb;
            }

            .mk-news-tab .mk-tabs-tabs li.ui-tabs-active > a {
                border-top: 1px solid #dbdbdb;
                padding-bottom: 15px;
            }
}

.mk-news-tab .mk-tabs-panes {
    position: relative;
    margin: 0;
    border: 1px solid #dbdbdb;
}

    .mk-news-tab .mk-tabs-panes .title-mobile {
        display: none;
        color: #444444;
        white-space: nowrap;
        font-weight: bold;
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 15px;
        background-color: rgba(0, 0, 0, 0.05);
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        padding: 5px 10px;
    }

    .mk-news-tab .mk-tabs-panes .mk-tabs-pane {
        padding: 20px;
        position: relative;
    }

@media handheld, only screen and (max-width: 767px) {
    .mk-news-tab.mobile-true .mk-tabs-panes {
        display: block;
        border: 0;
    }

    .mk-news-tab.mobile-true .mk-tabs-pane {
        padding: 0;
        margin-bottom: 20px;
    }

    .mk-news-tab.mobile-true .title-mobile {
        display: block;
    }

    .mk-news-tab.mobile-true .mk-news-tab-heading .mk-tabs-tabs {
        display: none !important;
    }
}

.news-tab-wrapper {
    float: left;
    width: 50%;
    padding: 15px;
}

@media handheld, only screen and (max-width: 767px) {
    .news-tab-wrapper {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
}

.news-tab-wrapper .news-tab-thumb {
    margin-bottom: 20px;
    display: block;
}

.news-tab-wrapper .the-title {
    line-height: 16px;
    margin-bottom: 5px;
}

    .news-tab-wrapper .the-title a {
        font-size: 15px;
        line-height: 22px;
        text-transform: capitalize;
        color: #333333;
    }

.news-tab-wrapper .new-tab-readmore i {
    padding-left: 6px;
    font-size: 14px;
}

.not-found-wrapper {
    text-align: center;
    padding: 30px 0 100px 0;
}

.not-found-title {
    font-size: 28px;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}

.not-found-subtitle {
    font-size: 220px;
    line-height: 100%;
    display: block;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/* Plugins Styles */
/* * jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author:Tyler Smith (@mbmufffin) */
/* Browser Resets */
.flex-container a:active,
.mk-flexslider a:active,
.flex-container a:focus,
.mk-flexslider a:focus {
    outline: none;
}

.mk-flex-slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* mk-flexslider Necessary Styles
******************************** */
.mk-flexslider {
    margin: 0;
    padding: 0;
    direction: ltr;
}

    .mk-flexslider .mk-flex-slides > li,
    .mk-flexslider .mk-banner-slides > li {
        display: none;
        margin: 0;
        -webkit-perspective: 1000;
        -webkit-backface-visibility: hidden;
        -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 {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}
/* Clearfix for the .slides element */
.mk-flex-slides:after,
.mk-banner-slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .mk-flex-slides {
    display: block;
}

* html .mk-flex-slides {
    height: 1%;
}

.mk-flexslider .mk-banner-slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mk-flexslider .mk-banner-slides li {
        margin: 0;
    }
/* flexslider Default Theme
******************************** */
.mk-flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -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 {
        display: block;
        position: absolute;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .flex-direction-nav .flex-next {
        -moz-opacity: 70;
        -khtml-opacity: 70;
        opacity: 70;
        opacity: 0.7;
    }

    .flex-direction-nav .flex-prev {
        -moz-opacity: 70;
        -khtml-opacity: 70;
        opacity: 70;
        opacity: 0.7;
    }

    .flex-direction-nav .flex-next:hover {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .flex-direction-nav .flex-prev:hover {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

.mk-flexslider:hover .flex-next:hover,
.mk-flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
/* Control Nav */
.flex-control-nav {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    display: block;
    cursor: pointer;
}

    .flex-control-paging li a.flex-active {
        cursor: default;
    }

.flex-control-thumbs {
    margin: 20px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 100px;
        height: 60px;
        margin: 0 20px 0 0;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }
/* The Preloader in the Slider */
#iCarousel-preloader {
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: #000 1px solid;
    border-color: rgba(0, 0, 0, 0.6);
    padding: 1px;
    width: 150px;
    height: 3px;
}

    #iCarousel-preloader div {
        float: left;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 3px;
        background: #000;
        background: rgba(0, 0, 0, 0.6);
        width: 0px;
    }
/* The timer in the Slider */
#iCarousel-timer {
    position: absolute;
    border-radius: 5px;
    cursor: pointer;
}

    #iCarousel-timer div {
        border-radius: 3px;
    }

.mk-icarousel-slideshow {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    visibility: hidden;
}

    .mk-icarousel-slideshow > div {
        width: 490px;
        height: 400px;
        position: relative;
        margin: 20px auto;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        -o-perspective: 1000px;
        -ms-perspective: 1000px;
        perspective: 1000px;
    }

    .mk-icarousel-slideshow div img {
        border-radius: 4px;
        border: 8px #333 solid !important;
        border: 8px rgba(0, 0, 0, 0.5) solid !important;
        width: 470px;
        height: 360px !important;
    }
/* The Navigation buttons in the Slider */
a.iCarouselNav {
    display: block;
    position: absolute;
    top: 170px;
    width: 38px;
    height: 38px;
    -moz-opacity: 70;
    -khtml-opacity: 70;
    opacity: 70;
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

    a.iCarouselNav:before {
        position: absolute;
        left: 13px;
        top: 12px;
        font-size: 16px;
        color: #fff;
    }

    a.iCarouselNav:hover {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

a#iCarouselPrev {
    left: 16px;
}

    a#iCarouselPrev:before {
        content: "\f053";
    }

a#iCarouselNext {
    right: 20px;
}

    a#iCarouselNext:before {
        content: "\f054";
    }

#mk_banner_builder {
    padding: 0 75px;
}

    #mk_banner_builder .flex-viewport {
        margin: 0 auto !important;
    }

    #mk_banner_builder > .flex-direction-nav a {
        width: 42px;
        height: 42px;
        top: 50%;
        margin-top: -21px;
        text-align: center;
        line-height: 42px;
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        #mk_banner_builder > .flex-direction-nav a:hover {
            background-color: rgba(0, 0, 0, 0.6);
        }

        #mk_banner_builder > .flex-direction-nav a i {
            line-height: 42px;
            font-size: 16px;
            color: #fff;
        }

    #mk_banner_builder > .flex-direction-nav .flex-next {
        right: 5px;
    }

    #mk_banner_builder > .flex-direction-nav .flex-prev {
        left: 5px;
    }

    #mk_banner_builder:hover .flex-direction-nav .flex-next {
        right: 20px;
    }

    #mk_banner_builder:hover .flex-direction-nav .flex-prev {
        left: 20px;
    }

.mk-edge-wrapper {
    overflow: hidden;
}

.slider-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mk-edge-slider .mk-grid {
    position: relative;
}

.mk-edge-slider .edge-title-area {
    font-size: 16px;
}

.mk-edge-slider .swiper-slide {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

    .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: 50px;
    }

    .mk-edge-slider .swiper-slide.center_top,
    .mk-edge-slider .swiper-slide.center_center,
    .mk-edge-slider .swiper-slide.center_bottom {
        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 .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 .mk-edge-next,
.mk-edge-slider .mk-edge-prev {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3 ease-in-out;
    -ms-transition: all 0.3 ease-in-out;
    -o-transition: all 0.3 ease-in-out;
}

.mk-edge-slider:hover .mk-edge-next,
.mk-edge-slider:hover .mk-edge-prev {
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.mk-edge-slider .mk-edge-next {
    right: 0;
}

.mk-edge-slider .mk-edge-prev {
    left: 0;
}

.mk-edge-slider .edge-slide-content.caption-light .edge-title,
.mk-edge-slider .edge-slide-content.caption-light .edge-desc {
    color: #fff;
}

.mk-edge-slider .edge-slide-content.caption-dark .edge-title,
.mk-edge-slider .edge-slide-content.caption-dark .edge-desc {
    color: #252525;
}

.mk-edge-slider .edge-title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 46px;
    line-height: 120%;
}

.mk-edge-slider .edge-desc {
    font-weight: 200;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 30px;
}

.mk-edge-slider .edge-title {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
}

.mk-edge-slider .edge-desc {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
}

.mk-edge-slider .edge-buttons {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s !important;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s !important;
    -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s !important;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s !important;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s !important;
}

    .mk-edge-slider .edge-buttons a {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.mk-edge-slider .edge-default_anim .edge-title,
.mk-edge-slider .edge-default_anim .edge-desc,
.mk-edge-slider .edge-default_anim .edge-buttons {
    -webkit-transform: translate(0, 70px);
    -moz-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    -o-transform: translate(0, 70px);
    transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mk-edge-slider .swiper-slide-active .edge-default_anim .edge-title,
.mk-edge-slider .swiper-slide-active .edge-default_anim .edge-desc,
.mk-edge-slider .swiper-slide-active .edge-default_anim .edge-buttons {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.mk-edge-slider .edge-fade-in .edge-title,
.mk-edge-slider .edge-slide-top .edge-title,
.mk-edge-slider .edge-slide-left .edge-title,
.mk-edge-slider .edge-slide-bottom .edge-title,
.mk-edge-slider .edge-slide-right .edge-title,
.mk-edge-slider .edge-scale-down .edge-title,
.mk-edge-slider .edge-fade-in .edge-desc,
.mk-edge-slider .edge-slide-top .edge-desc,
.mk-edge-slider .edge-slide-left .edge-desc,
.mk-edge-slider .edge-slide-bottom .edge-desc,
.mk-edge-slider .edge-slide-right .edge-desc,
.mk-edge-slider .edge-scale-down .edge-desc,
.mk-edge-slider .edge-fade-in .edge-buttons,
.mk-edge-slider .edge-slide-top .edge-buttons,
.mk-edge-slider .edge-slide-left .edge-buttons,
.mk-edge-slider .edge-slide-bottom .edge-buttons,
.mk-edge-slider .edge-slide-right .edge-buttons,
.mk-edge-slider .edge-scale-down .edge-buttons {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mk-edge-slider .swiper-slide-active .edge-fade-in .edge-title,
.mk-edge-slider .swiper-slide-active .edge-fade-in .edge-desc,
.mk-edge-slider .swiper-slide-active .edge-fade-in .edge-buttons {
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.mk-edge-slider .edge-slide-top .edge-title,
.mk-edge-slider .edge-slide-top .edge-desc,
.mk-edge-slider .edge-slide-top .edge-buttons {
    -webkit-transform: translate(0, -70%);
    -moz-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
    -o-transform: translate(0, -70%);
    transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
}

.mk-edge-slider .swiper-slide-active .edge-slide-top .edge-title,
.mk-edge-slider .swiper-slide-active .edge-slide-top .edge-desc,
.mk-edge-slider .swiper-slide-active .edge-slide-top .edge-buttons {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.mk-edge-slider .edge-slide-left .edge-title,
.mk-edge-slider .edge-slide-left .edge-desc,
.mk-edge-slider .edge-slide-left .edge-buttons {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
}

.mk-edge-slider .swiper-slide-active .edge-slide-left .edge-title,
.mk-edge-slider .swiper-slide-active .edge-slide-left .edge-desc,
.mk-edge-slider .swiper-slide-active .edge-slide-left .edge-buttons {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.mk-edge-slider .edge-slide-bottom .edge-title,
.mk-edge-slider .edge-slide-bottom .edge-desc,
.mk-edge-slider .edge-slide-bottom .edge-buttons {
    -webkit-transform: translate(0, 70%);
    -moz-transform: translate(0, 70%);
    -ms-transform: translate(0, 70%);
    -o-transform: translate(0, 70%);
    transform: translate(0, 70%);
    -ms-transform: translate(0, 70%);
}

.mk-edge-slider .swiper-slide-active .edge-slide-bottom .edge-title,
.mk-edge-slider .swiper-slide-active .edge-slide-bottom .edge-desc,
.mk-edge-slider .swiper-slide-active .edge-slide-bottom .edge-buttons {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.mk-edge-slider .edge-slide-right .edge-title,
.mk-edge-slider .edge-slide-right .edge-desc,
.mk-edge-slider .edge-slide-right .edge-buttons {
    -webkit-transform: translate(70%, 0);
    -moz-transform: translate(70%, 0);
    -ms-transform: translate(70%, 0);
    -o-transform: translate(70%, 0);
    transform: translate(70%, 0);
    -ms-transform: translate(70%, 0);
}

.mk-edge-slider .swiper-slide-active .edge-slide-right .edge-title,
.mk-edge-slider .swiper-slide-active .edge-slide-right .edge-desc,
.mk-edge-slider .swiper-slide-active .edge-slide-right .edge-buttons {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.mk-edge-slider .edge-scale-down .edge-title,
.mk-edge-slider .edge-scale-down .edge-desc,
.mk-edge-slider .edge-scale-down .edge-buttons {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.mk-edge-slider .swiper-slide-active .edge-scale-down .edge-title,
.mk-edge-slider .swiper-slide-active .edge-scale-down .edge-desc,
.mk-edge-slider .swiper-slide-active .edge-scale-down .edge-buttons {
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-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;
    -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: 1s;
    -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;
}

.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;
}

.mk-edge-slider .edge-slider-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
}

    .mk-edge-slider .edge-slider-loading .mk-preloader {
        top: 50%;
    }

.mk-edge-slider .edge-skip-slider {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 8%;
    cursor: pointer;
    margin: -24px 0 0 -24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    opacity: 0.9;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .mk-edge-slider .edge-skip-slider i {
        font-size: 16px;
        display: table-cell;
        vertical-align: middle;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .mk-edge-slider .edge-skip-slider:hover {
        opacity: 1;
    }

        .mk-edge-slider .edge-skip-slider:hover i {
            -webkit-transform: translate3d(0, 5%, 0);
            -moz-transform: translate3d(0, 5%, 0);
            -ms-transform: translate3d(0, 5%, 0);
            -o-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0);
            -ms-transform: translate3d(0, 5%, 0);
        }

    .mk-edge-slider .edge-skip-slider[data-skin="dark"] {
        border: 2px solid #333;
    }

        .mk-edge-slider .edge-skip-slider[data-skin="dark"] i {
            color: #333;
        }

    .mk-edge-slider .edge-skip-slider[data-skin="light"] {
        border: 2px solid #fff;
    }

        .mk-edge-slider .edge-skip-slider[data-skin="light"] i {
            color: #fff;
        }

.mk-edge-slider[data-animation="horizontal_curtain"] .mk-swiper-wrapper {
    transition-timing-function: ease;
}

.mk-edge-slider[data-animation="perspective_flip"] {
    perspective: 1000px;
}

    .mk-edge-slider[data-animation="perspective_flip"] .edge-slider-holder {
        transform-style: preserve-3d;
    }

    .mk-edge-slider[data-animation="perspective_flip"] .swiper-slide {
        transform-origin: top center;
    }

.mk-edge-slider[data-animation="kenburned"] .edge-slider-holder .swiper-slide .mk-section-image,
.mk-edge-slider[data-animation="kenburned"] .edge-slider-holder .swiper-slide .mk-section-video {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.mk-edge-slider[data-animation="kenburned"] .edge-slider-holder .swiper-slide.swiper-slide-active .mk-section-image,
.mk-edge-slider[data-animation="kenburned"] .edge-slider-holder .swiper-slide.duplicate-play .mk-section-image,
.mk-edge-slider[data-animation="kenburned"] .edge-slider-holder .swiper-slide.swiper-slide-active .mk-section-video,
.mk-edge-slider[data-animation="kenburned"] .edge-slider-holder .swiper-slide.duplicate-play .mk-section-video {
    -webkit-transition: all 100s linear;
    -moz-transition: all 100s linear;
    -ms-transition: all 100s linear;
    -o-transition: all 100s linear;
    transition: all 100s linear;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -ms-transform: scale(2);
}

.mk-edge-slider[data-animation="kenburned"] .edge-slider-holder .swiper-slide:nth-child(2n+1) .mk-section-image,
.mk-edge-slider[data-animation="kenburned"] .edge-slider-holder .swiper-slide:nth-child(2n+1) .mk-section-video {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
}

.mk-edge-slider[data-animation="kenburned"] .edge-slider-holder .swiper-slide:nth-child(3n+1) .mk-section-image,
.mk-edge-slider[data-animation="kenburned"] .edge-slider-holder .swiper-slide:nth-child(3n+1) .mk-section-video {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
}

.mk-edge-slider[data-animation="kenburned"] .edge-slider-holder .swiper-slide:nth-child(4n+1) .mk-section-image,
.mk-edge-slider[data-animation="kenburned"] .edge-slider-holder .swiper-slide:nth-child(4n+1) .mk-section-video {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
}

@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 .edge-title-area {
        font-size: 12px;
    }

    .mk-edge-slider .edge-title {
        font-weight: 600;
        font-size: 40px;
    }

    .mk-edge-slider .edge-desc {
        font-weight: 400;
        font-size: 20px;
        line-height: 34px;
    }

    .mk-edge-slider .edge-slide-content {
        width: 80% !important;
    }
}

@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 10px;
    }

    .mk-edge-slider .mk-edge-next,
    .mk-edge-slider .mk-edge-prev,
    .mk-edge-slider .edge-skip-slider {
        display: none;
    }

    .mk-edge-slider .edge-title-area {
        font-size: 8px;
    }

    .mk-edge-slider .edge-title {
        font-weight: 700;
        font-size: 22px;
    }

    .mk-edge-slider .edge-desc {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .mk-edge-slider .mk-button {
        padding: 12px 14px !important;
        font-size: 10px !important;
    }

        .mk-edge-slider .mk-button.outline-dimension {
            padding-top: 10px !important;
            padding-bottom: 12px!important;
        }

    .mk-edge-slider .mk-button-align.left,
    .mk-edge-slider .mk-button-align.center,
    .mk-edge-slider .mk-button-align.right,
    .mk-edge-slider .mk-button-align.none {
        width: auto !important;
        margin-bottom: 6px;
    }

    .mk-edge-slider .edge-slide-content {
        width: 100% !important;
    }
}
/* ===============================================================
Basic Swiper Styles
================================================================ */
.mk-swiper-container {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    direction: ltr;
}

.mk-swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: -webkit-transform, left, top;
    -moz-transition-property: -moz-transform, left, top;
    -ms-transition-property: -ms-transform, left, top;
    -o-transition-property: -o-transform, left, top;
    transition-property: transform, left, top;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    transform: translate3d(0px, 0, 0);
}

.swiper-free-mode > .mk-swiper-wrapper {
    margin: 0 auto;
    -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;
}

.swiper-slide {
    float: left;
}

    .swiper-slide i > span {
        display: none!important;
    }
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

.mk-transparent-header .mk-edge-slider .swiper-slide.left_top .edge-slide-content,
.mk-transparent-header .mk-edge-slider .swiper-slide.center_top .edge-slide-content,
.mk-transparent-header .mk-edge-slider .swiper-slide.right_top .edge-slide-content {
    margin-top: 100px;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================ */
.mk-swiper-container {
    /* height: 100px;
	*/
    /* Specify Swiper's Size:  */
    /* width:200px;
	*/
}

.swiper-slide {
    /* height: 100%;
	*/
    /* Specify Slides's Size:  */
    /* width:100%;
	*/
}

.swiper-slide-active {
    /* Specific active slide styling:  */
}

.swiper-slide-visible {
    /* Specific visible slide styling:  */
}
/* ===============================================================
Pagination Styles
================================================================ */
.swiper-pagination {
    position: absolute;
    margin: 0;
    padding: 0;
    cursor: default;
    width: 100%;
    bottom: 6%;
    text-align: center;
    left: 5px;
}

    .swiper-pagination span {
        position: relative;
        display: inline-block;
        margin: 0 8px;
        width: 10px;
        height: 10px;
        cursor: pointer;
    }

        .swiper-pagination span a {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            outline: none;
            border-radius: 50%;
            cursor: pointer;
            /* make the text accessible to screen readers */
            position: absolute;
        }

    .swiper-pagination[data-skin="dark"] a {
        background-color: #333;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .swiper-pagination[data-skin="light"] a {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.3);
    }
/* Stroke */
.pagination-stroke span a {
    -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.pagination-stroke[data-skin="dark"] a {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
}

.pagination-stroke[data-skin="dark"] span a:hover,
.pagination-stroke[data-skin="dark"] span a:focus {
    background-color: #333;
}

.pagination-stroke[data-skin="dark"] span.swiper-active-switch a {
    background-color: transparent;
    box-shadow: 0 0 0 2px #333;
}

.pagination-stroke[data-skin="light"] a {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}

.pagination-stroke[data-skin="light"] span a:hover,
.pagination-stroke[data-skin="light"] span a:focus {
    background-color: white;
}

.pagination-stroke[data-skin="light"] span.swiper-active-switch a {
    background-color: transparent;
    box-shadow: 0 0 0 2px white;
}
/* Small dot with stroke */
.pagination-small_dot_stroke span {
    border-radius: 50%;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

    .pagination-small_dot_stroke span a {
        -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .pagination-small_dot_stroke span.swiper-active-switch a {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

.pagination-small_dot_stroke[data-skin="dark"] span {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
}

    .pagination-small_dot_stroke[data-skin="dark"] span a {
        background-color: rgba(0, 0, 0, 0.7);
    }

        .pagination-small_dot_stroke[data-skin="dark"] span a:hover,
        .pagination-small_dot_stroke[data-skin="dark"] span a:focus,
        .pagination-small_dot_stroke[data-skin="dark"] span.swiper-active-switch a {
            background-color: #333333;
        }

    .pagination-small_dot_stroke[data-skin="dark"] span.swiper-active-switch {
        box-shadow: 0 0 0 2px #333;
    }

.pagination-small_dot_stroke[data-skin="light"] span {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}

    .pagination-small_dot_stroke[data-skin="light"] span a {
        background-color: rgba(255, 255, 255, 0.7);
    }

        .pagination-small_dot_stroke[data-skin="light"] span a:hover,
        .pagination-small_dot_stroke[data-skin="light"] span a:focus,
        .pagination-small_dot_stroke[data-skin="light"] span.swiper-active-switch a {
            background-color: #ffffff;
        }

    .pagination-small_dot_stroke[data-skin="light"] span.swiper-active-switch {
        box-shadow: 0 0 0 2px white;
    }
/* ===============================================================
Navigation Styles
================================================================ */
.mk-edge-nav a {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

    .mk-edge-nav a.mk-edge-prev {
        left: 0;
    }

    .mk-edge-nav a.mk-edge-next {
        right: 0;
    }

.mk-edge-prev i,
.mk-edge-next i {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
}

.nav-item-caption {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
/* -------------------- */
/* Rounded slide */
/* -------------------- */
.nav-roundslide a {
    margin: 0 20px;
    width: 62px;
    height: 62px;
    border-radius: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.nav-roundslide i,
.nav-roundslide .nav-item-caption {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.nav-roundslide .mk-edge-icon-wrap {
    position: absolute;
    padding: 24px;
}

.nav-roundslide a.mk-edge-prev .mk-edge-icon-wrap {
    left: 0;
}

.nav-roundslide a.mk-edge-next .mk-edge-icon-wrap {
    right: 0;
}

.nav-roundslide .nav-item-caption {
    font-weight: bold;
    font-size: 13px;
    position: absolute;
    padding: 20px 10px;
    width: 130px;
    top: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-roundslide a.mk-edge-prev .nav-item-caption {
    right: 10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.nav-roundslide a.mk-edge-next .nav-item-caption {
    left: 10px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.nav-roundslide a:hover {
    width: 200px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .nav-roundslide a:hover .nav-item-caption {
        opacity: 1;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.nav-roundslide a[data-skin="dark"] {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #333;
}

    .nav-roundslide a[data-skin="dark"] i,
    .nav-roundslide a[data-skin="dark"] .nav-item-caption {
        color: #333;
    }

    .nav-roundslide a[data-skin="dark"]:hover {
        background: rgba(0, 0, 0, 0.2);
    }

.nav-roundslide a[data-skin="light"] {
    background: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
}

    .nav-roundslide a[data-skin="light"] i,
    .nav-roundslide a[data-skin="light"] .nav-item-caption {
        color: #fff;
    }

    .nav-roundslide a[data-skin="light"]:hover {
        background: rgba(255, 255, 255, 0.2);
    }
/* -------------------- */
/* Rounded  */
/* -------------------- */
.nav-round a {
    margin: 0 20px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

.nav-round .nav-item-caption {
    display: none!important;
}

.nav-round .mk-edge-icon-wrap {
    position: absolute;
    padding: 24px;
}

.nav-round a.mk-edge-prev .mk-edge-icon-wrap {
    left: 0;
}

.nav-round a.mk-edge-next .mk-edge-icon-wrap {
    right: 0;
}

.nav-round a[data-skin="dark"] {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #333;
}

    .nav-round a[data-skin="dark"] i {
        color: #333;
    }

    .nav-round a[data-skin="dark"]:hover {
        background: rgba(0, 0, 0, 0.2);
    }

.nav-round a[data-skin="light"] {
    background: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
}

    .nav-round a[data-skin="light"] i {
        color: #fff;
    }

    .nav-round a[data-skin="light"]:hover {
        background: rgba(255, 255, 255, 0.2);
    }
/* -------------------- */
/* Slit */
/* -------------------- */
.nav-slit .mk-edge-icon-wrap {
    position: relative;
    display: block;
    width: 40px;
    height: 125px;
    text-align: center;
}

.nav-slit i {
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    color: #fff;
    line-height: 125px;
}

.nav-slit div {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s 0.1s;
    transition: transform 0.3s 0.1s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.nav-slit a.mk-edge-prev div {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.nav-slit a.mk-edge-next div {
    right: 0;
    text-align: left;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.nav-slit .nav-item-caption {
    position: absolute;
    top: 124px;
    margin: 0;
    padding: 0 20px;
    width: 160px;
    height: 38px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 0.75em;
    line-height: 38px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.004);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.nav-slit .edge-nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    width: 200px;
    height: 125px;
    background-size: cover;
}

.nav-slit a:hover i {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-slit a.mk-edge-prev:hover i {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-slit a.mk-edge-next:hover i {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.nav-slit a:hover div {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.nav-slit a:hover .nav-item-caption {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nav-slit a[data-skin="dark"] .mk-edge-icon-wrap,
.nav-slit a[data-skin="light"] .mk-edge-icon-wrap {
    background-color: #333;
    background: rgba(51, 51, 51, 0.8);
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.nav-slit a[data-skin="dark"] .nav-item-caption,
.nav-slit a[data-skin="light"] .nav-item-caption,
.nav-slit a[data-skin="dark"] div,
.nav-slit a[data-skin="light"] div {
    background-color: #333;
}

.nav-slit a[data-skin="dark"]:hover .mk-edge-icon-wrap,
.nav-slit a[data-skin="light"]:hover .mk-edge-icon-wrap {
    background: #333333;
}
/* -------------------- */
/* Thumb flip */
/* -------------------- */
.nav-thumbflip a {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.nav-thumbflip .nav-item-caption {
    display: none !important;
}

.nav-thumbflip a.mk-edge-prev {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
}

.nav-thumbflip a.mk-edge-next {
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.nav-thumbflip i {
    line-height: 95px;
    color: #fff;
}

.nav-thumbflip .edge-nav-bg {
    position: absolute;
    top: 0;
    width: 95px;
    height: 95px;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-thumbflip a.mk-edge-prev .edge-nav-bg {
    left: 100%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.nav-thumbflip a.mk-edge-next .edge-nav-bg {
    right: 100%;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.nav-thumbflip a:hover .edge-nav-bg {
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nav-thumbflip .mk-edge-icon-wrap {
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    display: block;
    width: 95px;
    height: 95px;
    text-align: center;
}

.nav-thumbflip a[data-skin="dark"] .mk-edge-icon-wrap,
.nav-thumbflip a[data-skin="dark"] div {
    background: rgba(51, 51, 51, 0.3);
}

.nav-thumbflip a[data-skin="dark"]:hover .mk-edge-icon-wrap {
    background: #333333;
}

.nav-thumbflip a[data-skin="light"] .mk-edge-icon-wrap {
    background: rgba(255, 255, 255, 0.3);
}

.nav-thumbflip a[data-skin="light"] div {
    background: rgba(255, 255, 255, 0.3);
}

.nav-thumbflip a[data-skin="light"]:hover .mk-edge-icon-wrap {
    background: #333333;
}

.mk-fullwidth-false .mk-edge-slider .swiper-slide.left_top .edge-slide-content,
.mk-fullwidth-false .mk-edge-slider .swiper-slide.left_bottom .edge-slide-content,
.mk-fullwidth-false .mk-edge-slider .swiper-slide.left_center .edge-slide-content,
.mk-fullwidth-false .mk-edge-slider .swiper-slide.right_top .edge-slide-content,
.mk-fullwidth-false .mk-edge-slider .swiper-slide.right_center .edge-slide-content,
.mk-fullwidth-false .mk-edge-slider .swiper-slide.right_bottom .edge-slide-content {
    margin-left: 25px;
    margin-right: 25px;
}

.edge-buttons a {
    margin-bottom: 10px;
}

.mk-edge-one-pager .mk-grid {
    position: relative;
}

.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: 160px;
    }

    .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 .mk-edge-buttons,
    .mk-edge-one-pager .section.center_center .mk-edge-buttons,
    .mk-edge-one-pager .section.center_bottom .mk-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;
}

.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: #252525;
}

.mk-edge-one-pager .mk-edge-title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
}

.mk-edge-one-pager .mk-edge-desc {
    font-weight: 200;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 30px;
}

.mk-edge-one-pager .mk-edge-buttons {
    margin-top: 30px;
}

.mk-edge-one-pager .edge-default_anim .mk-edge-title {
    -webkit-transition: all 0.4s ease-in-out 0.8s;
    -moz-transition: all 0.4s ease-in-out 0.8s;
    -ms-transition: all 0.4s ease-in-out 0.8s;
    -o-transition: all 0.4s ease-in-out 0.8s;
    transition: all 0.4s ease-in-out 0.8s;
}

.mk-edge-one-pager .edge-default_anim .mk-edge-desc {
    -webkit-transition: all 0.4s ease-in-out 0.9s;
    -moz-transition: all 0.4s ease-in-out 0.9s;
    -ms-transition: all 0.4s ease-in-out 0.9s;
    -o-transition: all 0.4s ease-in-out 0.9s;
    transition: all 0.4s ease-in-out 0.9s;
}

.mk-edge-one-pager .edge-default_anim .mk-edge-buttons {
    -webkit-transition: all 0.4s ease-in-out 1s !important;
    -moz-transition: all 0.4s ease-in-out 1s !important;
    -ms-transition: all 0.4s ease-in-out 1s !important;
    -o-transition: all 0.4s ease-in-out 1s !important;
    transition: all 0.4s ease-in-out 1s !important;
}

    .mk-edge-one-pager .edge-default_anim .mk-edge-buttons a {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.mk-edge-one-pager .edge-default_anim .mk-edge-title,
.mk-edge-one-pager .edge-default_anim .mk-edge-desc,
.mk-edge-one-pager .edge-default_anim .mk-edge-buttons {
    -webkit-transform: translate(0, 70px);
    -moz-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    -o-transform: translate(0, 70px);
    transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mk-edge-one-pager .active .edge-default_anim .mk-edge-title,
.mk-edge-one-pager .active .edge-default_anim .mk-edge-desc,
.mk-edge-one-pager .active .edge-default_anim .mk-edge-buttons {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.mk-edge-one-pager .edge-fade-in .mk-edge-title,
.mk-edge-one-pager .edge-slide-top .mk-edge-title,
.mk-edge-one-pager .edge-slide-left .mk-edge-title,
.mk-edge-one-pager .edge-slide-bottom .mk-edge-title,
.mk-edge-one-pager .edge-slide-right .mk-edge-title,
.mk-edge-one-pager .edge-scale-down .mk-edge-title,
.mk-edge-one-pager .edge-fade-in .mk-edge-desc,
.mk-edge-one-pager .edge-slide-top .mk-edge-desc,
.mk-edge-one-pager .edge-slide-left .mk-edge-desc,
.mk-edge-one-pager .edge-slide-bottom .mk-edge-desc,
.mk-edge-one-pager .edge-slide-right .mk-edge-desc,
.mk-edge-one-pager .edge-scale-down .mk-edge-desc,
.mk-edge-one-pager .edge-fade-in .mk-edge-buttons,
.mk-edge-one-pager .edge-slide-top .mk-edge-buttons,
.mk-edge-one-pager .edge-slide-left .mk-edge-buttons,
.mk-edge-one-pager .edge-slide-bottom .mk-edge-buttons,
.mk-edge-one-pager .edge-slide-right .mk-edge-buttons,
.mk-edge-one-pager .edge-scale-down .mk-edge-buttons {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mk-edge-one-pager .edge-fade-in .mk-edge-title,
.mk-edge-one-pager .edge-slide-top .mk-edge-title,
.mk-edge-one-pager .edge-slide-left .mk-edge-title,
.mk-edge-one-pager .edge-slide-bottom .mk-edge-title,
.mk-edge-one-pager .edge-slide-right .mk-edge-title,
.mk-edge-one-pager .edge-scale-down .mk-edge-title {
    -webkit-transition: all 0.4s ease-in-out 0.8s;
    -moz-transition: all 0.4s ease-in-out 0.8s;
    -ms-transition: all 0.4s ease-in-out 0.8s;
    -o-transition: all 0.4s ease-in-out 0.8s;
    transition: all 0.4s ease-in-out 0.8s;
}

.mk-edge-one-pager .edge-fade-in .mk-edge-desc,
.mk-edge-one-pager .edge-slide-top .mk-edge-desc,
.mk-edge-one-pager .edge-slide-left .mk-edge-desc,
.mk-edge-one-pager .edge-slide-bottom .mk-edge-desc,
.mk-edge-one-pager .edge-slide-right .mk-edge-desc,
.mk-edge-one-pager .edge-scale-down .mk-edge-desc {
    -webkit-transition: all 0.4s ease-in-out 0.9s;
    -moz-transition: all 0.4s ease-in-out 0.9s;
    -ms-transition: all 0.4s ease-in-out 0.9s;
    -o-transition: all 0.4s ease-in-out 0.9s;
    transition: all 0.4s ease-in-out 0.9s;
}

.mk-edge-one-pager .edge-fade-in .mk-edge-buttons,
.mk-edge-one-pager .edge-slide-top .mk-edge-buttons,
.mk-edge-one-pager .edge-slide-left .mk-edge-buttons,
.mk-edge-one-pager .edge-slide-bottom .mk-edge-buttons,
.mk-edge-one-pager .edge-slide-right .mk-edge-buttons,
.mk-edge-one-pager .edge-scale-down .mk-edge-buttons {
    -webkit-transition: all 0.4s ease-in-out 1s;
    -moz-transition: all 0.4s ease-in-out 1s;
    -ms-transition: all 0.4s ease-in-out 1s;
    -o-transition: all 0.4s ease-in-out 1s;
    transition: all 0.4s ease-in-out 1s;
}

.mk-edge-one-pager .active .edge-fade-in .mk-edge-title,
.mk-edge-one-pager .active .edge-fade-in .mk-edge-desc,
.mk-edge-one-pager .active .edge-fade-in .mk-edge-buttons {
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.mk-edge-one-pager .edge-slide-top .mk-edge-title,
.mk-edge-one-pager .edge-slide-top .mk-edge-desc,
.mk-edge-one-pager .edge-slide-top .mk-edge-buttons {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.mk-edge-one-pager .active .edge-slide-top .mk-edge-title,
.mk-edge-one-pager .active .edge-slide-top .mk-edge-desc,
.mk-edge-one-pager .active .edge-slide-top .mk-edge-buttons {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.mk-edge-one-pager .edge-slide-left .mk-edge-title,
.mk-edge-one-pager .edge-slide-left .mk-edge-desc,
.mk-edge-one-pager .edge-slide-left .mk-edge-buttons {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.mk-edge-one-pager .active .edge-slide-left .mk-edge-title,
.mk-edge-one-pager .active .edge-slide-left .mk-edge-desc,
.mk-edge-one-pager .active .edge-slide-left .mk-edge-buttons {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.mk-edge-one-pager .edge-slide-bottom .mk-edge-title,
.mk-edge-one-pager .edge-slide-bottom .mk-edge-desc,
.mk-edge-one-pager .edge-slide-bottom .mk-edge-buttons {
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
}

.mk-edge-one-pager .active .edge-slide-bottom .mk-edge-title,
.mk-edge-one-pager .active .edge-slide-bottom .mk-edge-desc,
.mk-edge-one-pager .active .edge-slide-bottom .mk-edge-buttons {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.mk-edge-one-pager .edge-slide-right .mk-edge-title,
.mk-edge-one-pager .edge-slide-right .mk-edge-desc,
.mk-edge-one-pager .edge-slide-right .mk-edge-buttons {
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
}

.mk-edge-one-pager .active .edge-slide-right .mk-edge-title,
.mk-edge-one-pager .active .edge-slide-right .mk-edge-desc,
.mk-edge-one-pager .active .edge-slide-right .mk-edge-buttons {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.mk-edge-one-pager .edge-scale-down .mk-edge-title,
.mk-edge-one-pager .edge-scale-down .mk-edge-desc,
.mk-edge-one-pager .edge-scale-down .mk-edge-buttons {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.mk-edge-one-pager .active .edge-scale-down .mk-edge-title,
.mk-edge-one-pager .active .edge-scale-down .mk-edge-desc,
.mk-edge-one-pager .active .edge-scale-down .mk-edge-buttons {
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-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;
    -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: 1s;
    -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;
}

.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;
}

@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 .mk-edge-buttons .mk-button {
        padding: 12px 14px !important;
        font-size: 10px !important;
        margin-right: 15px !important;
    }

        .mk-edge-one-pager .mk-edge-buttons .mk-button.outline-dimension {
            padding-top: 10px !important;
            padding-bottom: 12px !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,
    .mk-edge-one-pager .mk-button-align.none {
        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 */
}
/* ===============================================================
Pagination Styles
================================================================ */
.fullPage-slidesNav {
    position: absolute;
    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-tooltip {
    display: none !important;
}

    .fullPage-tooltip.right {
        right: 20px;
    }

    .fullPage-tooltip.left {
        left: 20px;
    }

#fullPage-nav {
    position: fixed;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

    #fullPage-nav ul {
        list-style: none;
    }

    #fullPage-nav.right {
        right: 17px;
    }

    #fullPage-nav.left {
        left: 17px;
    }

    #fullPage-nav a {
        position: relative;
        display: inline-block;
        margin: 0 8px;
        width: 10px;
        height: 10px;
        cursor: pointer;
    }

        #fullPage-nav a span {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            outline: none;
            border-radius: 50%;
            cursor: pointer;
            /* make the text accessible to screen readers */
            position: absolute;
        }

    #fullPage-nav.dark-skin span {
        background-color: #333;
        background-color: rgba(0, 0, 0, 0.8);
    }

    #fullPage-nav.light-skin span {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.3);
    }
    /* Stroke */
    #fullPage-nav.pagination-stroke a span {
        -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
        transition: box-shadow 0.3s ease, background-color 0.3s ease;
    }

    #fullPage-nav.pagination-stroke.dark-skin span {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
    }

    #fullPage-nav.pagination-stroke.dark-skin a span:hover,
    #fullPage-nav.pagination-stroke.dark-skin a span:focus {
        background-color: #333;
    }

    #fullPage-nav.pagination-stroke.dark-skin a.active span {
        background-color: transparent;
        box-shadow: 0 0 0 2px #333;
    }

    #fullPage-nav.pagination-stroke.light-skin span {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    }

    #fullPage-nav.pagination-stroke.light-skin a span:hover,
    #fullPage-nav.pagination-stroke.light-skin a span:focus {
        background-color: white;
    }

    #fullPage-nav.pagination-stroke.light-skin a.active span {
        background-color: transparent;
        box-shadow: 0 0 0 2px white;
    }
    /* Small dot with stroke */
    #fullPage-nav.pagination-small_dot_stroke a {
        border-radius: 50%;
        -webkit-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
    }

        #fullPage-nav.pagination-small_dot_stroke a span {
            -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

        #fullPage-nav.pagination-small_dot_stroke a.active span {
            -webkit-transform: scale(0.4);
            transform: scale(0.4);
        }

    #fullPage-nav.pagination-small_dot_stroke.dark-skin span {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
    }

    #fullPage-nav.pagination-small_dot_stroke.dark-skin a span {
        background-color: rgba(0, 0, 0, 0.7);
    }

        #fullPage-nav.pagination-small_dot_stroke.dark-skin a span:hover,
        #fullPage-nav.pagination-small_dot_stroke.dark-skin a span:focus,
        #fullPage-nav.pagination-small_dot_stroke.dark-skin a.active span {
            background-color: #333333;
        }

    #fullPage-nav.pagination-small_dot_stroke.dark-skin a.active {
        box-shadow: 0 0 0 2px #333;
    }

    #fullPage-nav.pagination-small_dot_stroke.light-skin span {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    }

    #fullPage-nav.pagination-small_dot_stroke.light-skin a span {
        background-color: rgba(255, 255, 255, 0.7);
    }

        #fullPage-nav.pagination-small_dot_stroke.light-skin a span:hover,
        #fullPage-nav.pagination-small_dot_stroke.light-skin a span:focus,
        #fullPage-nav.pagination-small_dot_stroke.light-skin a.active span {
            background-color: #ffffff;
        }

    #fullPage-nav.pagination-small_dot_stroke.light-skin a.active {
        box-shadow: 0 0 0 2px white;
    }
/* * Skin for jPlayer Plugin (jQuery JavaScript Library)
* http://www.jplayer.org
* Copyright (c) 2010-2012 Happyworm Ltd
* Dual licensed under the MIT and GPL licenses.
*  - http://www.opensource.org/licenses/mit-license.php
*  - http://www.gnu.org/copyleft/gpl.html
*
* Author:Silvia Benvenuti
* Skin Version:4.3 (jPlayer 2.2.0)
* Date:19th November 2012 */
div.jp-audio {
    display: block;
    direction: ltr;
    text-align: left;
}

    div.jp-audio.audio-has-img {
        margin-left: 100px;
    }

div.jp-interface {
    position: relative;
    width: 100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
    min-height: 90px;
}
/* @group CONTROLS */
div.jp-controls-holder {
    clear: both;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: -8px;
    /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
    list-style-type: none;
    margin: -14px 0 0 -28px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

    div.jp-interface ul.jp-controls li {
        margin: 0;
    }

    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 {
    padding: 9px 6px 7px 10px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #252525;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #252525;
}

    a.jp-play:hover,
    a.jp-pause:hover {
        color: #fff;
        border-color: #fff;
    }

    a.jp-play i,
    a.jp-pause i {
        line-height: 30px;
        width: 30px;
        font-size: 16px;
    }

a.jp-pause {
    padding: 9px 8px 7px;
    display: none;
}
/* @end */
/* @group progress bar */
div.jp-progress {
    background-color: rgba(0, 0, 0, 0.2);
}

div.jp-audio div.jp-progress {
    position: absolute;
    top: 0px;
    left: 0;
    height: 12px;
}

div.jp-audio div.jp-type-single div.jp-progress {
    left: 0;
    width: 100%;
}

div.jp-seek-bar {
    width: 0px;
    height: 100%;
    cursor: pointer;
}

div.jp-play-bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    width: 0px;
    height: 100%;
    position: relative;
}
/* The seeking class is added/removed inside jPlayer */
/* @end */
/* @group volume controls */
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
    width: 18px;
    height: 15px;
    margin-top: 0px;
}

div.jp-volume-bar {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 26px;
    height: 14px;
    cursor: pointer;
    background: url(../../images/jp-volume-control.png) left bottom no-repeat;
}

    div.jp-volume-bar i {
        position: absolute;
        left: -12px;
        color: #252525;
        top: -3px;
        font-size: 16px;
    }

div.jp-volume-bar-value {
    background: url(../../images/jp-volume-control.png) left top no-repeat;
    width: 0px;
    height: 14px;
}
/* @end */
/* @group current time and duration */
div.jp-audio div.jp-time-holder {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    padding: 0 10px;
}

div.jp-audio div.jp-type-single div.jp-time-holder {
    color: #fff;
    font-size: 12px;
    width: 100%;
    font-weight: bold;
}

div.jp-current-time,
div.jp-duration {
    display: inline-block;
}

div.jp-current-time {
    float: left;
}

div.jp-duration {
    float: right;
}
/* @end */
div.jp-jplayer audio,
div.jp-jplayer {
    width: 0px;
    height: 0px;
}

div.jp-jplayer {
    background-color: #000000;
}
/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
ul.jp-toggles {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
    width: 25px;
}

div.jp-audio .jp-type-playlist ul.jp-toggles {
    width: 55px;
    margin: 0;
    position: absolute;
    left: 325px;
    top: 50px;
}

ul.jp-toggles li {
    display: block;
    float: right;
}

    ul.jp-toggles li a {
        display: block;
        width: 25px;
        height: 18px;
        text-indent: -9999px;
        line-height: 100%;
        /* need this for IE6 */
    }

a.jp-full-screen {
    background: url("../../images/jplayer.blue.monday.jpg") 0 -310px no-repeat;
    margin-left: 20px;
}

    a.jp-full-screen:hover {
        background: url("../../images/jplayer.blue.monday.jpg") -30px -310px no-repeat;
    }

a.jp-restore-screen {
    background: url("../../images/jplayer.blue.monday.jpg") -60px -310px no-repeat;
    margin-left: 20px;
}

    a.jp-restore-screen:hover {
        background: url("../../images/jplayer.blue.monday.jpg") -90px -310px no-repeat;
    }

a.jp-repeat {
    background: url("../../images/jplayer.blue.monday.jpg") 0 -290px no-repeat;
}

    a.jp-repeat:hover {
        background: url("../../images/jplayer.blue.monday.jpg") -30px -290px no-repeat;
    }

a.jp-repeat-off {
    background: url("../../images/jplayer.blue.monday.jpg") -60px -290px no-repeat;
}

    a.jp-repeat-off:hover {
        background: url("../../images/jplayer.blue.monday.jpg") -90px -290px no-repeat;
    }

a.jp-shuffle {
    background: url("../../images/jplayer.blue.monday.jpg") 0 -270px no-repeat;
    margin-left: 5px;
}

    a.jp-shuffle:hover {
        background: url("../../images/jplayer.blue.monday.jpg") -30px -270px no-repeat;
    }

a.jp-shuffle-off {
    background: url("../../images/jplayer.blue.monday.jpg") -60px -270px no-repeat;
    margin-left: 5px;
}

    a.jp-shuffle-off:hover {
        background: url("../../images/jplayer.blue.monday.jpg") -90px -270px no-repeat;
    }
/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
    padding: 5px;
    font-size: .8em;
    background-color: #eee;
    border: 2px solid #009be3;
    color: #000;
    display: none;
}

    .jp-no-solution a {
        color: #000;
    }

    .jp-no-solution span {
        font-size: 1em;
        display: block;
        text-align: center;
        font-weight: bold;
    }
/* @end */
.intro-effect-fade,
.intro-effect-zoom_out {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    display: block;
}
/* -------------------------- */
/*          Fade Effect       */
/* -------------------------- */
/* -------------------------- */
/*          Curtain Effect    */
/* -------------------------- */
.intro-effect-shuffle {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    background-attachment: fixed!important;
}

    .intro-effect-shuffle .page-section-content {
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

    .intro-effect-shuffle.mk-intro-triggered .page-section-content {
        opacity: 0;
    }
/* -------------------------- */
/*          Expose Effect     */
/* -------------------------- */
/* Blog Styles */
.mk-blog-grid-item {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .mk-blog-grid-item .blog-grid-holder {
        margin: 0 12px 24px 12px;
        border: 1px solid #e3e3e3;
        background-color: #fff;
    }

    .mk-blog-grid-item.one-column {
        width: 100%;
    }

    .mk-blog-grid-item.two-column {
        width: 50%;
    }

    .mk-blog-grid-item.three-column {
        width: 33.1%;
    }

    .mk-blog-grid-item.four-column {
        width: 25%;
    }

        .mk-blog-grid-item.four-column .blog-grid-holder {
            margin: 0 8px 16px 8px;
        }

    .mk-blog-grid-item .mk-swipe-slideshow img {
        width: 100%;
    }

@media handheld, only screen and (max-width: 960px) {
    .mk-blog-grid-item.three-column,
    .mk-blog-grid-item.four-column {
        width: 49.5% !important;
    }
}

@media handheld, only screen and (max-width: 650px) {
    .mk-blog-grid-item.three-column,
    .mk-blog-grid-item.four-column,
    .mk-blog-grid-item.two-column,
    .mk-blog-grid-item.one-column {
        width: 100% !important;
    }

        .mk-blog-grid-item.three-column .blog-grid-holder,
        .mk-blog-grid-item.four-column .blog-grid-holder,
        .mk-blog-grid-item.two-column .blog-grid-holder,
        .mk-blog-grid-item.one-column .blog-grid-holder {
            margin: 0 0 18px 0 !important;
        }
}

.mk-blog-grid-item .featured-image {
    position: relative;
    display: block;
    overflow: hidden;
}

    .mk-blog-grid-item .featured-image .blog-lightbox {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 999;
    }

    .mk-blog-grid-item .featured-image img {
        width: 100%;
        -webkit-perspective: initial !important;
        /* Chrome, Safari, Opera */
        perspective: initial !important;
    }

    .mk-blog-grid-item .featured-image:hover .blog-grid-hover-icon {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

.mk-blog-grid-item .mk-blog-meta {
    padding: 20px;
    line-height: 18px;
}

.mk-blog-grid-item time {
    display: block;
    margin-bottom: 10px;
}

    .mk-blog-grid-item time a {
        color: #999999;
        font-style: italic;
        font-size: 11px;
    }

.mk-blog-grid-item .the-title {
    margin-top: 5px;
    text-transform: uppercase !important;
    line-height: 18px !important;
}

    .mk-blog-grid-item .the-title a {
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 18px;
    }

.mk-blog-grid-item .the-excerpt {
    margin: 5px 0;
}

.mk-blog-grid-item .blog-grid-hover-icon {
    font-size: 48px;
    width: 48px;
    height: 48px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mk-blog-grid-item .blog-grid-footer {
    position: relative;
    padding: 15px 20px;
    border-top: 1px solid #e3e3e3;
}

.mk-blog-grid-item .mk-love-holder {
    position: absolute;
    right: 20px;
    top: 15px;
}

.mk-blog-container.no-border .mk-blog-grid-item .blog-grid-holder {
    border: transparent;
}

    .mk-blog-container.no-border .mk-blog-grid-item .blog-grid-holder .blog-grid-footer {
        border: transparent;
    }

.mk-blog-modern-item {
    width: 100%;
    margin-bottom: 50px;
}

    .mk-blog-modern-item .mk-blog-meta {
        margin: 0 20px 20px 100px;
        display: block;
        padding: 0 !important;
    }

    .mk-blog-modern-item .mk-audio-section,
    .mk-blog-modern-item .featured-image,
    .mk-blog-modern-item .mk-swipe-slideshow {
        margin-bottom: 25px !important;
    }

        .mk-blog-modern-item .featured-image img {
            -webkit-perspective: initial !important;
            /* Chrome, Safari, Opera */
            perspective: initial !important;
        }

    .mk-blog-modern-item .blog-modern-btn {
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        padding: 14px 20px;
        font-size: 11px;
        line-height: 11px;
        color: #fff;
    }

        .mk-blog-modern-item .blog-modern-btn:hover {
            background-color: #252525 !important;
        }

    .mk-blog-modern-item .mk-audio-section {
        height: 170px;
    }

@media handheld, only screen and (max-width: 780px) {
    .mk-blog-modern-item .mk-audio-section .audio-has-img {
        margin: 0 !important;
    }

    .mk-blog-modern-item .mk-audio-section .audio-thumb {
        display: none;
    }
}

.mk-blog-modern-item .mk-audio-section .jp-audio.audio-has-img {
    margin-left: 170px;
}

.mk-blog-modern-item .mk-audio-section .jp-audio div.jp-interface {
    min-height: 160px !important;
}

.mk-blog-modern-item .blog-modern-comment,
.mk-blog-modern-item .blog-modern-share,
.mk-blog-modern-item .mk-love-holder {
    display: block;
    padding: 12px 0;
    color: #898989;
    text-align: center;
    line-height: 16px;
}

    .mk-blog-modern-item .blog-modern-comment i,
    .mk-blog-modern-item .blog-modern-share i,
    .mk-blog-modern-item .mk-love-holder i {
        font-size: 16px;
    }

    .mk-blog-modern-item .blog-modern-comment span,
    .mk-blog-modern-item .blog-modern-share span,
    .mk-blog-modern-item .mk-love-holder span {
        margin-top: 2px;
    }

.mk-blog-modern-item .blog-share-container {
    display: block;
    float: none;
    border-bottom: 1px solid #efefef;
}

.mk-blog-modern-item .blog-modern-comment {
    line-height: 16px;
    border-bottom: 1px solid #efefef;
}

    .mk-blog-modern-item .blog-modern-comment span {
        display: block;
        font-size: 11px;
    }

.mk-blog-modern-item .blog-modern-share {
    cursor: pointer;
    padding: 20px 0;
}

.mk-blog-modern-item .mk-love-holder i span {
    position: absolute;
}

.mk-blog-modern-item .mk-love-holder .mk-love-count {
    display: block;
}

.mk-blog-modern-item .blog-social-share {
    position: absolute;
    left: -6px;
    bottom: 50px;
    background-color: #252525;
    margin: 0;
    list-style: none;
    width: 40px;
    text-align: center;
    padding: 10px;
}

    .mk-blog-modern-item .blog-social-share:before {
        left: 25px;
        bottom: -5px;
        margin-top: -5px;
    }

    .mk-blog-modern-item .blog-social-share li {
        margin: 16px 0;
    }

.mk-blog-modern-item:first-of-type .blog-modern-social-section .blog-social-share {
    top: 50px;
    bottom: auto;
    width: 215px;
}

    .mk-blog-modern-item:first-of-type .blog-modern-social-section .blog-social-share:before {
        left: 25px;
        bottom: auto;
        top: 0;
        margin-top: -5px;
    }

    .mk-blog-modern-item:first-of-type .blog-modern-social-section .blog-social-share li {
        display: inline-block;
        margin: 3px 2px;
    }

.blog-modern-social-section {
    float: left;
    width: 50px;
    min-height: 150px;
    border-right: 1px solid #efefef;
    margin-left: 20px;
}

.mk-blog-classic-item {
    margin-bottom: 50px;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #fff;
}

    .mk-blog-classic-item .mk-readmore {
        letter-spacing: 1px;
        text-transform: uppercase;
        position: absolute;
        right: 30px;
        bottom: 25px;
    }

        .mk-blog-classic-item .mk-readmore i {
            margin-right: 5px;
            font-size: 8px;
        }

        .mk-blog-classic-item .mk-readmore:hover {
            color: #252525 !important;
        }

    .mk-blog-classic-item .blog-social-share {
        left: 50px;
        bottom: -10px;
        min-width: 180px;
    }

        .mk-blog-classic-item .blog-social-share:before {
            left: -5px;
            top: 50%;
        }

        .mk-blog-classic-item .blog-social-share li {
            float: left;
            display: inline-block;
        }

@media handheld, only screen and (max-width: 600px) {
    .mk-blog-classic-item .blog-social-share {
        min-width: 130px;
        padding: 10px;
        bottom: -5px;
    }

        .mk-blog-classic-item .blog-social-share a {
            margin: 0 5px;
        }
}

.mk-blog-classic-item .mk-audio-section {
    height: 170px;
    margin-bottom: 0;
}

@media handheld, only screen and (max-width: 780px) {
    .mk-blog-classic-item .mk-audio-section .audio-has-img {
        margin: 0 !important;
    }

    .mk-blog-classic-item .mk-audio-section .audio-thumb {
        display: none;
    }
}

.mk-blog-classic-item .mk-audio-section .jp-audio.audio-has-img {
    margin-left: 170px;
}

.mk-blog-classic-item .mk-audio-section .jp-audio div.jp-interface {
    min-height: 160px !important;
}

.mk-blog-container .featured-image:hover .image-hover-overlay {
    -moz-opacity: 90;
    -khtml-opacity: 90;
    opacity: 90;
    opacity: 0.9;
}

.mk-classic-comments,
.mk-blog-share {
    height: 36px;
    line-height: 36px;
    width: 36px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
    text-align: center;
    cursor: pointer;
    display: table;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

    .mk-classic-comments i,
    .mk-blog-share i {
        display: table-cell;
        vertical-align: middle;
        color: #636363;
    }

    .mk-classic-comments i {
        font-size: 16px;
    }

    .mk-blog-share i {
        font-size: 16px;
    }

    .mk-classic-comments span {
        position: absolute;
        right: -10px;
        top: -10px;
        font-weight: bold;
        color: #fff;
        line-height: 10px;
        font-size: 11px;
        height: 20px;
        padding: 0 7px;
        line-height: 20px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .mk-classic-comments:hover,
    .mk-blog-share:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

.blog-share-container {
    position: relative;
    float: left;
}

.post-type-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: -24px 0 0 -24px;
}

    .post-type-badge i {
        font-size: 48px;
        color: #fff;
    }

.mk-blog-portraite {
    width: 100%;
}

    .mk-blog-portraite .featured-image,
    .mk-blog-portraite .blog-gallery-type {
        float: left;
        display: inline-block;
        width: 50%;
    }

    .mk-blog-portraite .mk-blog-meta {
        float: left;
        width: 50%;
    }

@media handheld, only screen and (max-width: 1140px) {
    .mk-blog-portraite {
        width: 100%;
    }

        .mk-blog-portraite .featured-image,
        .mk-blog-portraite .blog-gallery-type {
            float: none !important;
            display: block;
            width: 100% !important;
        }

        .mk-blog-portraite .mk-blog-meta {
            float: none !important;
            width: 100% !important;
        }

    .mk-swipe-slideshow {
        max-width: 100% !important;
    }
}

.sticky {
    border: 1px solid #cccccc;
}

.the-excerpt {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.image-hover-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mk-audio-section {
    display: block;
    background-color: #fbb845;
    height: 100px;
}

    .mk-audio-section > img {
        float: left;
        /* Current draft standard */
        -webkit-filter: grayscale(100%);
        /* New WebKit */
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        /* Not yet supported in Gecko, Opera or IE */
        filter: gray;
        /* IE */
        -webkit-filter: grayscale(1);
        /* Old WebKit */
        -moz-opacity: 70;
        -khtml-opacity: 70;
        opacity: 70;
        opacity: 0.7;
    }

    .mk-audio-section .mk-audio-author {
        font-size: 12px;
        font-weight: bold;
        text-transform: capitalize;
        position: absolute;
        top: 40px;
        left: 10px;
        display: block;
        color: #fff;
    }

.mk-readmore {
    line-height: 12px;
    font-weight: bold;
    font-size: 12px;
}

    .mk-readmore i {
        margin-right: 5px;
        text-decoration: none;
        font-size: 8px;
    }

    .mk-readmore:hover {
        color: #252525 !important;
    }

.mk-blog-modern-item .mk-blog-meta,
.mk-blog-classic-item .mk-blog-meta {
    padding: 40px;
}

.mk-blog-modern-item .the-title,
.mk-blog-classic-item .the-title {
    letter-spacing: 1px;
    margin-top: 5px;
}

    .mk-blog-modern-item .the-title a,
    .mk-blog-classic-item .the-title a {
        font-size: 24px;
        line-height: 24px;
    }

.mk-blog-modern-item .the-excerpt,
.mk-blog-classic-item .the-excerpt {
    margin-bottom: 30px;
}

.mk-blog-modern-item .mk-categories,
.mk-blog-classic-item .mk-categories,
.mk-blog-modern-item .mk-blog-author,
.mk-blog-classic-item .mk-blog-author,
.mk-blog-modern-item time,
.mk-blog-classic-item time {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    color: #999999;
    margin-right: 5px;
}

    .mk-blog-modern-item .mk-categories a,
    .mk-blog-classic-item .mk-categories a,
    .mk-blog-modern-item .mk-blog-author a,
    .mk-blog-classic-item .mk-blog-author a,
    .mk-blog-modern-item time a,
    .mk-blog-classic-item time a {
        color: #252525;
    }

.mk-blog-modern-item .featured-image,
.mk-blog-classic-item .featured-image {
    position: relative;
    display: block;
    overflow: hidden;
}

    .mk-blog-modern-item .featured-image a,
    .mk-blog-classic-item .featured-image a {
        overflow: hidden;
        display: block;
    }

    .mk-blog-modern-item .featured-image img,
    .mk-blog-classic-item .featured-image img {
        position: relative;
        width: 100%;
        max-width: 100%;
        -webkit-perspective: initial !important;
        /* Chrome, Safari, Opera */
        perspective: initial !important;
    }

    .mk-blog-modern-item .featured-image:hover .image-hover-overlay,
    .mk-blog-classic-item .featured-image:hover .image-hover-overlay {
        -moz-opacity: 85;
        -khtml-opacity: 85;
        opacity: 85;
        opacity: 0.85;
    }

    .mk-blog-modern-item .featured-image:hover .post-type-badge,
    .mk-blog-classic-item .featured-image:hover .post-type-badge {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-blog-modern-item .featured-image:hover img,
    .mk-blog-classic-item .featured-image:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }

.blog-social-share {
    position: absolute;
    background-color: #252525;
    margin: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 15px 10px;
    display: none;
}

    .blog-social-share:before {
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        background-color: #252525;
        content: "";
    }

    .blog-social-share li {
        margin: 0;
    }

        .blog-social-share li a {
            color: #a8a8a8;
            display: block;
            margin: 0 10px;
        }

            .blog-social-share li a:hover {
                color: #ffffff;
            }

            .blog-social-share li a i {
                font-size: 16px;
                vertical-align: top;
            }

.mk-blog-container .mk-swipe-slideshow {
    margin-bottom: 0;
}

.mk-blog-container .audio-iframe {
    margin-bottom: 25px;
}

.mk-gallery-shortcode,
.mk-portfolio-grid,
.mk-portfolio-masonry,
.mk-spotlight-wrapper {
    width: 100.5%;
}

.mk-blog-newspaper-item {
    margin: 0;
    float: left;
    overflow: hidden;
}

    .mk-blog-newspaper-item .blog-item-holder {
        margin: 0 12px 24px 12px;
        border: 1px solid #e3e3e3;
        background-color: #fff;
        position: relative;
        -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
    }

    .mk-blog-newspaper-item.one-column {
        width: 100%;
    }

    .mk-blog-newspaper-item.two-column {
        width: 49.75%;
    }

    .mk-blog-newspaper-item.three-column {
        width: 33.1%;
    }

    .mk-blog-newspaper-item.four-column {
        width: 24.8%;
    }

        .mk-blog-newspaper-item.four-column .blog-grid-holder {
            margin: 0 8px 16px 8px;
        }

    .mk-blog-newspaper-item .mk-swipe-slideshow img {
        width: 100%;
    }

@media handheld, only screen and (max-width: 960px) {
    .mk-blog-newspaper-item.three-column,
    .mk-blog-newspaper-item.four-column {
        width: 49.5% !important;
    }
}

@media handheld, only screen and (max-width: 650px) {
    .mk-blog-newspaper-item.three-column,
    .mk-blog-newspaper-item.four-column,
    .mk-blog-newspaper-item.two-column {
        width: 100% !important;
    }

    .mk-blog-newspaper-item .blog-item-holder {
        margin: 0 0 18px 0 !important;
    }
}

.mk-blog-newspaper-item .featured-image {
    position: relative;
    overflow: hidden;
}

    .mk-blog-newspaper-item .featured-image .blog-lightbox {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 999;
    }

    .mk-blog-newspaper-item .featured-image img {
        width: 100%;
        max-width: 100%;
        -webkit-perspective: initial !important;
        /* Chrome, Safari, Opera */
        perspective: initial !important;
    }

    .mk-blog-newspaper-item .featured-image:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-perspective: 1000 !important;
        /* Chrome, Safari, Opera */
        perspective: 1000 !important;
    }

    .mk-blog-newspaper-item .featured-image:hover .post-type-badge {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

.mk-blog-newspaper-item .audio-iframe {
    margin-bottom: 0;
}

.mk-blog-newspaper-item .mk-blog-meta {
    padding: 20px;
}

.mk-blog-newspaper-item time {
    margin-bottom: 15px;
    display: block;
}

    .mk-blog-newspaper-item time a {
        font-size: 11px;
        line-height: 11px;
        color: #999999;
        font-style: italic;
        letter-spacing: 1px;
    }

.mk-blog-newspaper-item .the-title {
    line-height: 18px;
    margin-bottom: 10px !important;
    letter-spacing: 1px;
}

    .mk-blog-newspaper-item .the-title a {
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
    }

.mk-blog-newspaper-item .mk-readmore {
    float: left;
    margin-top: 7px;
}

.mk-blog-newspaper-item .newspapre-footer-icons {
    float: right;
    margin-left: 15px;
    color: #cccccc;
    cursor: pointer;
    font-size: 11px;
}

    .mk-blog-newspaper-item .newspapre-footer-icons i {
        font-size: 16px;
    }

    .mk-blog-newspaper-item .newspapre-footer-icons:hover {
        color: #b1b1b1;
    }

    .mk-blog-newspaper-item .newspapre-footer-icons .mk-love-this span {
        color: #b1b1b1;
    }

    .mk-blog-newspaper-item .newspapre-footer-icons .mk-love-this i {
        font-size: 16px;
        color: #b1b1b1;
    }

.mk-blog-newspaper-item .newspaper-item-footer-holder {
    padding: 20px;
}

.mk-blog-newspaper-item .newspaper-item-footer {
    background-color: #fafafa;
    border-top: 1px solid #e3e3e3;
    position: relative;
    z-index: 2;
}

    .mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list {
        margin: 0;
        list-style: none;
        display: none;
        background-color: #fff;
    }

        .mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li {
            margin: 0 0 15px 0;
            padding: 0 10px;
        }

            .mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li:first-child {
                padding-top: 20px !important;
                border-top: 1px solid #e3e3e3;
            }

            .mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li:last-child {
                padding-bottom: 10px !important;
            }

            .mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li .avatar {
                float: left;
                display: inline-block;
                margin: 0 16px 5px;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
            }

            .mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li .comment-author {
                font-weight: bold;
                display: block;
                margin: 0 0 4px 40px;
                font-size: 11px;
                line-height: 15px;
                color: #333333;
            }

            .mk-blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li .comment-content {
                line-height: 18px;
                font-size: 11px;
                color: #666666;
                display: block;
                margin-left: 50px;
            }

    .mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share {
        display: none;
        list-style: none;
        margin: 0;
        padding: 15px;
        border-top: 1px solid #e3e3e3;
        text-align: center;
        background-color: #fff;
    }

        .mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share li {
            display: inline-block;
            margin: 0;
        }

            .mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share li a {
                width: 30px;
                height: 30px;
                border: 1px solid #b9b9b9;
                margin: 0 3px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                display: block;
            }

                .mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share li a i {
                    color: #b9b9b9;
                    font-size: 16px;
                    line-height: 30px;
                }

                .mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share li a:hover {
                    color: #9b9b9b;
                    border-color: #9b9b9b;
                }

.mk-blog-spotlight-item {
    width: 100%;
}

    .mk-blog-spotlight-item.one-column {
        width: 100%;
    }

    .mk-blog-spotlight-item.two-column {
        width: 49.95%;
    }

    .mk-blog-spotlight-item.three-column {
        width: 33.2%;
    }

    .mk-blog-spotlight-item.four-column {
        width: 24.96%;
    }

@media handheld, only screen and (max-width: 960px) {
    .mk-blog-spotlight-item.three-column,
    .mk-blog-spotlight-item.four-column {
        width: 49.8% !important;
    }
}

@media handheld, only screen and (max-width: 767px) {
    .mk-blog-spotlight-item.three-column,
    .mk-blog-spotlight-item.four-column,
    .mk-blog-spotlight-item.two-column,
    .mk-blog-spotlight-item.one-column {
        width: 100% !important;
    }
}

.mk-blog-spotlight-item .featured-image {
    position: relative;
    width: 100%;
}

    .mk-blog-spotlight-item .featured-image > a {
        line-height: 4px;
        display: block;
    }

    .mk-blog-spotlight-item .featured-image img {
        width: 100%;
        -webkit-perspective: initial !important;
        /* Chrome, Safari, Opera */
        perspective: initial !important;
    }

    .mk-blog-spotlight-item .featured-image .image-hover-overlay {
        -moz-opacity: 50;
        -khtml-opacity: 50;
        opacity: 50;
        opacity: 0.5;
        background-color: #000 !important;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .mk-blog-spotlight-item .featured-image:hover .image-hover-overlay {
        -moz-opacity: 30;
        -khtml-opacity: 30;
        opacity: 30;
        opacity: 0.3;
    }

.mk-blog-spotlight-item .mk-spotlight-content-container {
    width: 100%;
    height: 100%;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

    .mk-blog-spotlight-item .mk-spotlight-content-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.5em;
    }

    .mk-blog-spotlight-item .mk-spotlight-content-container .mk-blog-meta {
        vertical-align: middle;
        display: inline-block;
        margin: 0 auto;
        max-width: 70%;
    }

    .mk-blog-spotlight-item .mk-spotlight-content-container h3 {
        margin: 8% 0;
        font-size: 20px !important;
        font-weight: bold !important;
        letter-spacing: 2px;
    }

    .mk-blog-spotlight-item .mk-spotlight-content-container h3,
    .mk-blog-spotlight-item .mk-spotlight-content-container time {
        color: #fff;
    }

        .mk-blog-spotlight-item .mk-spotlight-content-container h3 a,
        .mk-blog-spotlight-item .mk-spotlight-content-container time a {
            color: #fff;
        }

            .mk-blog-spotlight-item .mk-spotlight-content-container h3 a:hover,
            .mk-blog-spotlight-item .mk-spotlight-content-container time a:hover {
                color: #fff;
            }

    .mk-blog-spotlight-item .mk-spotlight-content-container time {
        font-size: 14px;
        font-style: italic;
        letter-spacing: 1px;
        margin-bottom: 30px;
        text-transform: uppercase;
        opacity: 0.7;
    }

        .mk-blog-spotlight-item .mk-spotlight-content-container time:after {
            width: 20px;
            height: 2px;
            content: "";
            display: block;
            margin: 6% auto;
            background-color: #fff;
        }

    .mk-blog-spotlight-item .mk-spotlight-content-container .mk-button {
        margin: 5% auto 0;
    }

.mk-blog-thumbnail-item {
    width: 100%;
    margin-bottom: 50px;
    background-color: #fff;
    line-height: 4px;
}

    .mk-blog-thumbnail-item .mk-blog-meta {
        line-height: 20px;
    }

    .mk-blog-thumbnail-item.content-align-right .mk-thumbnail-content-container {
        float: right;
        padding: 35px 30px 15px;
    }

    .mk-blog-thumbnail-item.content-align-left .mk-thumbnail-content-container {
        float: left;
        padding-right: 20px;
    }

    .mk-blog-thumbnail-item .featured-image {
        position: relative;
        width: 30%;
        display: inline-block;
        overflow: hidden;
    }

        .mk-blog-thumbnail-item .featured-image:hover img {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
            -ms-transform: scale(1.05);
        }

        .mk-blog-thumbnail-item .featured-image:hover .post-type-badge {
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

    .mk-blog-thumbnail-item .mk-thumbnail-content-container {
        width: 70%;
        display: inline-block;
    }

        .mk-blog-thumbnail-item .mk-thumbnail-content-container .mk-blog-author {
            display: inline-block;
        }

        .mk-blog-thumbnail-item .mk-thumbnail-content-container h3 {
            margin: 20px 0;
            letter-spacing: 1px;
        }

        .mk-blog-thumbnail-item .mk-thumbnail-content-container .the-excerpt {
            margin-bottom: 20px;
        }

@media handheld, only screen and (max-width: 767px) {
    .mk-blog-thumbnail-item .featured-image {
        width: 100%;
        margin-bottom: 20px;
    }

        .mk-blog-thumbnail-item .featured-image img {
            width: 100%;
        }

    .mk-blog-thumbnail-item .mk-button-align.left {
        text-align: left !important;
    }

    .mk-blog-thumbnail-item .mk-thumbnail-content-container {
        width: 100%;
        padding: 30px !important;
    }
}
/* *********************************************
Blog Teaser Style
********************************************* */
.mk-blog-teaser {
    /* *********************************************
   Side Grids section
   ********************************************* */
}

    .mk-blog-teaser .blog-meta {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 0;
        width: 100%;
        padding: 10px 30px 25px;
    }

    .mk-blog-teaser .blog-title {
        position: relative;
        font-size: 18px !important;
        padding-bottom: 18px;
        margin-bottom: 12px;
        letter-spacing: 1px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        color: #fff !important;
    }

        .mk-blog-teaser .blog-title:after {
            width: 70px;
            height: 3px;
            content: "";
            background-color: #fff;
            display: block;
            position: absolute;
            left: 0;
            bottom: 1px;
            -webkit-transform: scale(0.4, 1);
            -moz-transform: scale(0.4, 1);
            -o-transform: scale(0.4, 1);
            transform-origin: left center;
            -webkit-transform-origin: left center;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
        }

        .mk-blog-teaser .blog-title a {
            color: #fff;
        }

    .mk-blog-teaser .blog-categories,
    .mk-blog-teaser time {
        display: inline-block;
        font-size: 12px;
        font-style: italic;
        opacity: 0.7;
        color: #ffffff;
        font-weight: bold;
        line-height: 14px;
    }

        .mk-blog-teaser .blog-categories a,
        .mk-blog-teaser time a {
            color: #ffffff;
        }

    .mk-blog-teaser .thumb-featured-image {
        position: relative;
    }

    .mk-blog-teaser .image-hover-overlay {
        opacity: 0.4;
        background-color: #000 !important;
    }

    .mk-blog-teaser .blog-slider-item:hover .blog-title:after,
    .mk-blog-teaser .blog-teaser-side-item:hover .blog-title:after {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .mk-blog-teaser article:hover .image-hover-overlay {
        opacity: 0.2;
    }

    .mk-blog-teaser .blog-teaser-side-item .blog-title {
        font-size: 14px !important;
    }

    .mk-blog-teaser .blog-teaser-side-item .blog-meta {
        padding: 10px 30px 18px;
    }

    .mk-blog-teaser .blog-slider-item {
        width: 60%;
        float: left;
        /* *********************************************
      Slideshow Section
      ********************************************* */
    }

        .mk-blog-teaser .blog-slider-item .blog-slideshow-entry {
            position: relative;
        }

            .mk-blog-teaser .blog-slider-item .blog-slideshow-entry .teaser-comment-love-wrapper {
                position: absolute;
                right: 25px;
                bottom: 25px;
            }

            .mk-blog-teaser .blog-slider-item .blog-slideshow-entry .mk-love-holder,
            .mk-blog-teaser .blog-slider-item .blog-slideshow-entry .blog-teaser-comment {
                color: #fff;
                display: inline-block;
                padding-left: 5px;
                margin-left: 5px;
                font-weight: bold;
                font-style: italic;
                font-size: 12px;
            }

                .mk-blog-teaser .blog-slider-item .blog-slideshow-entry .mk-love-holder i,
                .mk-blog-teaser .blog-slider-item .blog-slideshow-entry .blog-teaser-comment i {
                    font-size: 16px;
                    color: #ffffff;
                }

                .mk-blog-teaser .blog-slider-item .blog-slideshow-entry .mk-love-holder span,
                .mk-blog-teaser .blog-slider-item .blog-slideshow-entry .blog-teaser-comment span {
                    color: #ffffff;
                    padding-left: 3px;
                }

    .mk-blog-teaser .blog-teaser-side-item {
        overflow: hidden;
        float: left;
        position: relative;
    }

        .mk-blog-teaser .blog-teaser-side-item .item-holder {
            margin-left: 8px;
        }

        .mk-blog-teaser .blog-teaser-side-item.full-item {
            width: 40%;
        }

        .mk-blog-teaser .blog-teaser-side-item.half-item {
            width: 20%;
        }

            .mk-blog-teaser .blog-teaser-side-item.half-item .item-holder {
                margin-top: 8px;
            }

@media handheld, only screen and (max-width: 767px) {
    .mk-blog-teaser .blog-slider-item {
        width: 100%;
        float: none;
    }

    .mk-blog-teaser .thumb-featured-image img {
        width: 100%;
    }

    .mk-blog-teaser .blog-teaser-side-item.full-item .item-holder {
        margin-left: 0;
    }

    .mk-blog-teaser .blog-teaser-side-item .item-holder {
        margin-top: 8px;
    }

    .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 .item-holder {
        margin: 0 !important;
    }

    .mk-blog-teaser .blog-teaser-side-item.full-item {
        width: 100%;
        float: none;
    }

    .mk-blog-teaser .blog-teaser-side-item.half-item {
        width: 50%;
    }
}

.mk-blog-magazine-item {
    margin: 0;
}

    .mk-blog-magazine-item .the-title {
        font-size: 16px !important;
        margin-bottom: 5px;
        letter-spacing: 1px;
    }

    .mk-blog-magazine-item .blog-item-holder {
        background-color: #fff;
    }

    .mk-blog-magazine-item .mk-blog-meta {
        margin-bottom: 15px;
        font-size: 13px;
        color: #a6a6a6;
        font-style: italic;
    }

        .mk-blog-magazine-item .mk-blog-meta a {
            color: #a6a6a6;
        }

        .mk-blog-magazine-item .mk-blog-meta .mk-categories,
        .mk-blog-magazine-item .mk-blog-meta time {
            display: inline-block;
            float: left;
        }

    .mk-blog-magazine-item.magazine-featured-post {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 25px;
    }

        .mk-blog-magazine-item.magazine-featured-post .item-wrapper {
            padding: 20px 25px 25px;
            *zoom: 1;
        }

            .mk-blog-magazine-item.magazine-featured-post .item-wrapper:before,
            .mk-blog-magazine-item.magazine-featured-post .item-wrapper:after {
                content: " ";
                display: table;
            }

            .mk-blog-magazine-item.magazine-featured-post .item-wrapper:after {
                clear: both;
            }

            .mk-blog-magazine-item.magazine-featured-post .item-wrapper:before,
            .mk-blog-magazine-item.magazine-featured-post .item-wrapper:after {
                content: " ";
                display: table;
            }

            .mk-blog-magazine-item.magazine-featured-post .item-wrapper:after {
                clear: both;
            }

        .mk-blog-magazine-item.magazine-featured-post .featured-image {
            position: relative;
            overflow: hidden;
        }

            .mk-blog-magazine-item.magazine-featured-post .featured-image .blog-newspaper-lightbox {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 999;
            }

            .mk-blog-magazine-item.magazine-featured-post .featured-image img {
                width: 100%;
                -webkit-perspective: initial !important;
                /* Chrome, Safari, Opera */
                perspective: initial !important;
            }

            .mk-blog-magazine-item.magazine-featured-post .featured-image .image-gradient-overlay {
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.87)), color-stop(100%, #ffffff));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 70%, #ffffff 100%);
                /* Chrome10+,Safari5.1+ */
                background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 70%, #ffffff 100%);
                /* W3C */
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 50%;
            }

        .mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section {
            float: right;
            display: inline-block;
            color: #999;
        }

            .mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section span {
                color: #999;
            }

            .mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section i {
                color: #bdbdbd;
            }

            .mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section span {
                font-size: 11px;
            }

            .mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section .mk-love-holder {
                display: inline-block;
                margin-left: 10px;
            }

                .mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section .blog-magazine-comment i,
                .mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section .mk-love-holder i {
                    font-size: 16px;
                    margin-right: 3px;
                }

        .mk-blog-magazine-item.magazine-featured-post .the-excerpt p {
            letter-spacing: 1px;
            color: #797979;
            font-size: 14px;
        }

    .mk-blog-magazine-item.magazine-thumb-post {
        width: 50%;
        margin-bottom: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

        .mk-blog-magazine-item.magazine-thumb-post .the-title {
            font-size: 14px !important;
            margin-top: 15px;
            margin-bottom: 8px;
        }

        .mk-blog-magazine-item.magazine-thumb-post .featured-image {
            width: 20%;
            float: left;
            position: relative;
            overflow: hidden;
        }

        .mk-blog-magazine-item.magazine-thumb-post .item-wrapper {
            width: 70%;
            float: left;
            padding: 5px 5px 0 20px;
        }

            .mk-blog-magazine-item.magazine-thumb-post .item-wrapper .blog-title {
                margin: 5px 0;
            }

@media handheld, only screen and (max-width: 767px) {
    .mk-blog-magazine-item.magazine-featured-post {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 25px !important;
    }

        .mk-blog-magazine-item.magazine-featured-post .blog-item-holder {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .mk-blog-magazine-item.magazine-featured-post:before {
            width: 0 !important;
        }

    .mk-blog-magazine-item.magazine-thumb-post {
        width: 100% !important;
    }
}

.mag-one-column .magazine-featured-post {
    margin-bottom: 25px;
}

.mag-one-column .magazine-thumb-post {
    width: 100%;
}

.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-thumb-post,
.mag-two-column-left .magazine-thumb-post {
    width: 50%;
}

.mag-two-column-right .magazine-featured-post {
    float: right;
}

    .mag-two-column-right .magazine-featured-post .blog-item-holder {
        margin-left: 25px;
    }

.mag-two-column-right .magazine-thumb-post {
    float: left;
}

.mag-two-column-left .magazine-featured-post {
    float: left;
}

    .mag-two-column-left .magazine-featured-post .blog-item-holder {
        margin-right: 25px;
    }

.mag-two-column-left .magazine-thumb-post {
    float: right;
}
/* * Pageination */
.mk-pagination-holder {
    display: none;
}

.mk-pagination {
    margin: 40px auto;
    text-align: center;
    padding: 25px 0 0;
    position: relative;
}

    .mk-pagination .mk-pagination-inner {
        margin: 0 10px 0 0;
        float: left;
    }

    .mk-pagination .page-number,
    .mk-pagination .current-page {
        display: block;
        padding: 10px 14px;
        line-height: 12px;
        font-size: 12px;
        margin: 0 6px;
        font-weight: bold;
        float: left;
        border: 2px solid transparent;
        color: #6b0000;
        color: rgba(0, 0, 0, 0.4);
    }

        .mk-pagination .page-number:hover,
        .mk-pagination .current-page:hover {
            border: 2px solid rgba(0, 0, 0, 0.4);
        }

    .mk-pagination .current-page {
        border: 2px solid rgba(0, 0, 0, 0.4);
    }

    .mk-pagination .mk-total-pages {
        float: right;
        opacity: 0.6;
    }

    .mk-pagination .page-number,
    .mk-pagination .current-page,
    .mk-pagination .mk-pagination-next a,
    .mk-pagination .mk-pagination-previous a {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .mk-pagination .mk-pagination-next a,
    .mk-pagination .mk-pagination-previous a {
        display: block;
        padding: 1px 10px;
        float: left;
        color: #6b0000;
        color: rgba(0, 0, 0, 0.4);
        border: 2px solid transparent;
    }

        .mk-pagination .mk-pagination-next a:before,
        .mk-pagination .mk-pagination-previous a:before {
            line-height: 32px;
            font-size: 14px;
        }

        .mk-pagination .mk-pagination-next a:hover,
        .mk-pagination .mk-pagination-previous a:hover {
            border: 2px solid rgba(0, 0, 0, 0.4);
        }

        .mk-pagination .mk-pagination-next a:before {
            font-family: 'themeIcons';
            content: "\e68e";
        }

        .mk-pagination .mk-pagination-previous a:before {
            font-family: 'themeIcons';
            content: "\e68d";
        }

@media handheld, only screen and (max-width: 767px) {
    .mk-pagination .mk-total-pages,
    .mk-pagination .mk-pagination-inner {
        float: none;
        margin: 20px auto 0;
        clear: both;
        padding-bottom: 40px;
    }

    .mk-pagination .page-number,
    .mk-pagination .current-page {
        float: none;
        display: inline-block;
    }

    .mk-pagination .mk-pagination-next,
    .mk-pagination .mk-pagination-previous {
        position: absolute;
        bottom: 75px;
        width: 50%;
    }

    .mk-pagination .mk-pagination-next {
        right: -5px;
    }

    .mk-pagination .mk-pagination-previous {
        left: -5px;
    }

        .mk-pagination .mk-pagination-next a,
        .mk-pagination .mk-pagination-previous a {
            border: 2px solid rgba(0, 0, 0, 0.4) !important;
            width: 150px;
        }

    .mk-pagination .mk-pagination-next a {
        float: left;
    }

    .mk-pagination .mk-pagination-previous a {
        float: right;
    }
}

.mk-page-links {
    margin: 10px 0 20px 10px;
    font-weight: bold;
}

    .mk-page-links a {
        display: inline-block;
        line-height: 14px;
        font-size: 12px;
        margin: 0;
    }

.mk-loadmore-button {
    margin: 40px auto;
    background-color: #fff;
    color: #252525 !important;
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 15px 0;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #e2e2e2;
    width: 50%;
    max-height: 60px;
    position: relative;
}

    .mk-loadmore-button:hover {
        background-color: #f5f5f5;
    }

    .mk-loadmore-button .mk-moon-arrow-down-4 {
        font-size: 16px;
        margin-right: 10px;
        color: #b5b5b5;
    }

    .mk-loadmore-button .mk-moon-loop-4 {
        font-size: 16px;
        color: #252525;
        -moz-animation: spin 0.6s infinite linear;
        -o-animation: spin 0.6s infinite linear;
        -webkit-animation: spin 0.6s infinite linear;
        animation: spin 0.6s infinite linear;
        display: block;
        width: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -8px 0 0 -8px;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .mk-loadmore-button.pagination-loading {
        background-color: #f5f5f5;
        color: #d7d7d7 !important;
    }

        .mk-loadmore-button.pagination-loading .mk-moon-arrow-down-4 {
            color: #e6e6e6;
        }

        .mk-loadmore-button.pagination-loading .mk-moon-loop-4 {
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

    .mk-loadmore-button #infscr-loading {
        display: none !important;
    }

    .mk-loadmore-button.disable-pagination {
        cursor: default;
    }

@media handheld, only screen and (max-width: 767px) {
    .mk-loadmore-button {
        width: 100% !important;
    }
}

.scroll-load-style-btn.mk-loadmore-button {
    visibility: hidden;
}

.mk-post-nav {
    position: fixed;
    top: 50%;
    margin-top: -115px;
    text-decoration: none;
    width: 260px;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    backface-visibility: hidden;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-post-nav {
        display: none !important;
    }
}

.pagnav-wrapper .pagenav-top {
    height: 130px;
    display: block;
    position: relative;
}

    .pagnav-wrapper .pagenav-top .pagenav-image {
        position: absolute;
        display: block;
        height: 130px;
    }

        .pagnav-wrapper .pagenav-top .pagenav-image img {
            height: 130px;
            width: 130px;
            line-height: 4px;
        }

    .pagnav-wrapper .pagenav-top .mk-pavnav-icon {
        position: absolute;
        width: 130px;
        height: 130px;
        display: table;
        text-align: center;
        background-color: #dfdfdf;
        background-color: rgba(0, 0, 0, 0.3);
        color: #fff;
        -webkit-transition: background 0.3s ease-out;
        -moz-transition: background 0.3s ease-out;
        -ms-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out;
    }

        .pagnav-wrapper .pagenav-top .mk-pavnav-icon i {
            display: table-cell;
            vertical-align: middle;
            font-size: 16px;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

.pagnav-wrapper .nav-info-container {
    height: 90px;
    width: 260px;
    overflow: hidden;
}

.pagnav-wrapper .pagenav-bottom {
    display: block;
    height: inherit;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid #f0f0f0;
    width: inherit;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagnav-wrapper .pagenav-title {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #252525;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 20px 20px 0;
}

.pagnav-wrapper .pagenav-category {
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    color: #888;
    letter-spacing: 1px;
    padding: 5px 20px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mk-post-next {
    right: -200px;
}

    .mk-post-next .pagenav-image {
        right: 0;
    }

    .mk-post-next .mk-pavnav-icon {
        left: 0;
    }

        .mk-post-next .mk-pavnav-icon i {
            -webkit-transform: translate(-30px, 0);
            -moz-transform: translate(-30px, 0);
            -ms-transform: translate(-30px, 0);
            -o-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
            -ms-transform: translate(-30px, 0);
        }

    .mk-post-next .pagenav-bottom {
        -webkit-transition: all 0.3s ease-out 0.2s;
        -moz-transition: all 0.3s ease-out 0.2s;
        -ms-transition: all 0.3s ease-out 0.2s;
        -o-transition: all 0.3s ease-out 0.2s;
        transition: all 0.3s ease-out 0.2s;
        -webkit-transform: translate(0, -50px);
        -moz-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
        -o-transform: translate(0, -50px);
        transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
        opacity: 0;
    }

.mk-post-prev {
    left: -200px;
}

    .mk-post-prev .pagenav-image {
        left: 0;
    }

    .mk-post-prev .mk-pavnav-icon {
        right: 0;
    }

        .mk-post-prev .mk-pavnav-icon i {
            -webkit-transform: translate(30px, 0);
            -moz-transform: translate(30px, 0);
            -ms-transform: translate(30px, 0);
            -o-transform: translate(30px, 0);
            transform: translate(30px, 0);
            -ms-transform: translate(30px, 0);
        }

    .mk-post-prev .pagenav-bottom {
        -webkit-transition: all 0.3s ease-in 0.2s;
        -moz-transition: all 0.3s ease-in 0.2s;
        -ms-transition: all 0.3s ease-in 0.2s;
        -o-transition: all 0.3s ease-in 0.2s;
        transition: all 0.3s ease-in 0.2s;
        -webkit-transform: translate(0, -50px);
        -moz-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
        -o-transform: translate(0, -50px);
        transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
        opacity: 0;
    }

.mk-post-nav:hover {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}

    .mk-post-nav:hover.mk-post-prev {
        left: 0;
    }

    .mk-post-nav:hover.mk-post-next {
        right: 0;
    }

    .mk-post-nav:hover .mk-pavnav-icon {
        background-color: #252525;
    }

        .mk-post-nav:hover .mk-pavnav-icon i {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            -ms-transform: translate(0, 0);
        }

    .mk-post-nav:hover .pagenav-bottom {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
        -moz-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
        -ms-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
        -o-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
        transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
    }

.mk-blog-single .the-title {
    margin-bottom: 10px;
}

    .mk-blog-single .the-title a {
        font-size: 28px;
    }

.mk-blog-single .audio-iframe {
    margin-bottom: 25px;
}

.mk-blog-single .blog-single-meta {
    margin-bottom: 20px;
    float: left;
}

@media handheld, only screen and (max-width: 960px) {
    .mk-blog-single .blog-single-meta {
        float: none !important;
        display: block;
    }
}

.mk-blog-single .mk-blog-author,
.mk-blog-single .mk-post-date,
.mk-blog-single .mk-post-cat {
    color: #999999;
    font-style: italic;
    font-size: 14px;
    display: inline-block;
}

.mk-blog-single article {
    position: relative;
}

.mk-blog-single .mk-audio-section {
    height: 170px;
    margin-bottom: 20px;
}

    .mk-blog-single .mk-audio-section .jp-audio.audio-has-img {
        margin-left: 170px;
    }

    .mk-blog-single .mk-audio-section .jp-audio div.jp-interface {
        min-height: 160px !important;
    }

@media handheld, only screen and (max-width: 780px) {
    .mk-blog-single .mk-audio-section .audio-has-img {
        margin: 0 !important;
    }

    .mk-blog-single .mk-audio-section .audio-thumb {
        display: none;
    }
}

.single-social-section {
    float: right;
}

    .single-social-section .blog-modern-comment,
    .single-social-section .blog-share-container,
    .single-social-section .mk-love-holder,
    .single-social-section .mk-blog-print {
        float: right;
        display: inline-block;
        margin-left: 20px;
    }

        .single-social-section .blog-modern-comment i,
        .single-social-section .blog-share-container i,
        .single-social-section .mk-love-holder i,
        .single-social-section .mk-blog-print i {
            font-size: 16px;
        }

        .single-social-section .blog-modern-comment i,
        .single-social-section .mk-blog-print i,
        .single-social-section .blog-single-share i {
            color: #898989;
        }

        .single-social-section .blog-modern-comment span,
        .single-social-section .mk-blog-print span,
        .single-social-section .blog-single-share span {
            color: #898989;
            font-size: 11px;
            padding-left: 3px;
        }

    .single-social-section .blog-share-container {
        position: relative;
    }

    .single-social-section .blog-single-share {
        cursor: pointer;
    }

        .single-social-section .blog-single-share i {
            font-size: 16px;
        }

@media handheld, only screen and (max-width: 960px) {
    .single-social-section {
        float: none !important;
        display: block;
        margin-bottom: 20px;
    }

        .single-social-section .blog-modern-comment,
        .single-social-section .blog-share-container,
        .single-social-section .mk-love-holder,
        .single-social-section .mk-blog-print {
            float: left;
            padding: 0 20px 0 0 !important;
            margin: 0 !important;
        }

        .single-social-section .single-share-box {
            right: -170px;
            left: auto !important;
        }

            .single-social-section .single-share-box:before {
                left: -5px;
                right: auto !important;
            }
}

.single-share-box {
    position: absolute;
    left: -220px;
    bottom: -11px;
    background-color: #252525;
    margin: 0;
    list-style: none;
    display: none;
    text-align: center;
    padding: 13px;
}

    .single-share-box:before {
        right: -5px;
        top: 50%;
        margin-top: -5px;
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        background-color: #252525;
        content: "";
    }

    .single-share-box li {
        float: left;
        margin: 0;
    }

        .single-share-box li a {
            color: #a8a8a8;
            display: block;
            padding: 0 10px;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
        }

            .single-share-box li a:hover {
                color: #ffffff;
            }

            .single-share-box li a i {
                font-size: 16px;
                vertical-align: top;
            }

.mk-blog-next-prev {
    display: block;
    margin-bottom: -10px;
}

    .mk-blog-next-prev a {
        float: left !important;
    }

.mk-single-content {
    margin: 10px 0 60px;
}

.single-post-tags {
    margin-bottom: 20px;
    font-size: 12px;
    color: #999999;
}

    .single-post-tags a {
        display: inline-block;
        line-height: 13px;
        font-size: 13px;
        color: #999999;
        text-transform: capitalize;
    }

.single-back-top {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #252525;
}

    .single-back-top a {
        float: right;
        margin-top: -15px;
        font-size: 13px;
        color: #999999;
    }

        .single-back-top a:hover {
            color: #afafaf;
        }

        .single-back-top a i {
            padding-right: 5px;
        }

@media handheld, only screen and (max-width: 767px) {
    .single-back-top {
        display: none !important;
    }
}

.mk-about-author-wrapper {
    border-bottom: 2px solid #dddddd;
    border-top: 2px solid #dddddd;
    padding: 20px 0;
    margin-bottom: 40px;
}

    .mk-about-author-wrapper .avatar {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: block;
        margin: 8px 0 0 0;
        border: 1px solid #eee;
    }

    .mk-about-author-wrapper .avatar-wrapper {
        display: block;
        width: 80px;
        float: left;
    }

    .mk-about-author-wrapper .mk-about-author-meta {
        display: block;
        margin-left: 80px;
    }

    .mk-about-author-wrapper .about-author-name {
        display: block;
        font-weight: bold;
    }

    .mk-about-author-wrapper .about-author-desc {
        display: block;
    }

    .mk-about-author-wrapper .about-author-social {
        list-style: none;
        margin: 10px 0 0;
    }

        .mk-about-author-wrapper .about-author-social li {
            display: inline-block;
            margin: 0;
        }

            .mk-about-author-wrapper .about-author-social li a {
                margin: 0 4px;
                color: #999;
            }

                .mk-about-author-wrapper .about-author-social li a i {
                    font-size: 16px;
                }

                .mk-about-author-wrapper .about-author-social li a:hover {
                    color: #797979;
                }

.similar-post-title {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-similar-posts {
    margin-bottom: 40px;
    padding-bottom: 10px;
}

    .blog-similar-posts .similar-post-holder {
        border: 1px solid #efefef;
        overflow: hidden;
        margin: 0 10px 20px;
    }

    .blog-similar-posts ul {
        list-style: none;
        margin: 0 0 0 5px;
        padding: 0;
    }

        .blog-similar-posts ul.three-cols li {
            width: 33.3%;
        }

        .blog-similar-posts ul.four-cols li {
            width: 24.9%;
        }

        .blog-similar-posts ul li {
            padding: 0;
            margin: 0;
            display: inline-block;
            vertical-align: top;
        }

            .blog-similar-posts ul li img {
                position: relative;
            }

@media handheld, only screen and (max-width: 960px) {
    .blog-similar-posts li {
        width: 50% !important;
    }

        .blog-similar-posts li img {
            width: 100% !important;
            max-width: 100% !important;
        }
}

@media handheld, only screen and (max-width: 600px) {
    .blog-similar-posts li {
        width: 100% !important;
    }
}

.mk-similiar-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
}

    .mk-similiar-thumbnail .image-hover-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .mk-similiar-thumbnail:hover .image-hover-overlay {
        -moz-opacity: 80;
        -khtml-opacity: 80;
        opacity: 80;
        opacity: 0.8;
    }

.mk-similiar-title {
    padding: 15px 10px;
    display: block;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mk-commentlist {
    margin: 0 0 40px;
}

    .mk-commentlist li {
        list-style: none;
        margin: 0 0 15px;
    }

        .mk-commentlist li .mk-single-comment {
            margin-bottom: 20px;
        }

        .mk-commentlist li .gravatar {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 1px solid rgba(0, 0, 0, 0.3);
            display: inline-block;
            overflow: hidden;
            float: left;
            margin: 0 10px;
            width: 45px;
            height: 45px;
        }

        .mk-commentlist li .comment-author {
            font-weight: bold;
            color: #666;
            float: left;
            margin: 6px 16px 0 0;
        }

        .mk-commentlist li .comment-time {
            display: inline-block;
            float: left;
            color: #999999;
            margin: 6px 16px 0 0;
            font-size: 11px;
        }

        .mk-commentlist li .comment-reply {
            float: left;
            display: inline-block;
            margin-top: 6px;
        }

        .mk-commentlist li .comment-content {
            display: block;
            background-color: #fff;
            border: 1px solid #eee;
            padding: 15px;
            margin-top: 17px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            position: relative;
        }

            .mk-commentlist li .comment-content p {
                margin: 0;
            }

            .mk-commentlist li .comment-content:after {
                display: block;
                width: 0;
                height: 0;
                content: "";
                position: absolute;
                left: 24px;
                top: -8px;
                width: 14px;
                height: 14px;
                background-color: #fff;
                border: 1px solid #eee;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                border-right: none;
                border-bottom: none;
            }

        .mk-commentlist li .children {
            margin-left: 30px;
        }

.blog-comment-title {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#comments {
    border-top: 2px solid #dddddd;
    padding-top: 40px;
}

.comment-form-info {
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #9a9a9a;
}

#cancel-comment-reply-link {
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    font-weight: normal;
    color: #666;
}

form#commentform {
    margin-bottom: 40px;
}

    form#commentform .comment-textarea {
        margin-bottom: 4px;
    }

        form#commentform .comment-textarea textarea {
            width: 100%;
        }

.bypostauthor .comment-content {
    background-color: rgba(0, 0, 0, 0.03);
}

#respond {
    margin-top: 50px;
    position: relative;
}

    #respond .respond-heading {
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #444;
    }

    #respond #submit {
        margin: 10px 0 0 0 !important;
        display: inline-block;
        margin-right: 10px;
        margin-left: 0;
        vertical-align: middle;
        text-align: center;
        font-weight: normal;
        cursor: pointer;
        zoom: 1;
        border: none;
        outline: none;
        padding: 12px 26px;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 1px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -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;
        color: #fff !important;
    }

        #respond #submit:hover {
            background-color: #252525 !important;
            color: #fff !important;
        }

.comment-form-row {
    width: 33.33%;
    display: inline-block;
    margin-bottom: 7px;
    padding-right: 10px;
    float: left;
}

    .comment-form-row input {
        width: 100%;
    }

.mk-commentlist .respond-heading {
    margin-bottom: 0px !important;
}

.comment-form-website {
    padding-right: 0;
}

@media only screen and (max-width: 960px) {
    .comment-form-row {
        width: 100%;
        margin-bottom: 7px;
        padding-right: 0;
    }

    form#commentform .comment-textarea textarea {
        width: 100% !important;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 960px) {
    #respond #submit {
        display: block;
        width: 100%;
    }
}

.search-result-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(128, 128, 128, 0.2);
}

    .search-result-item .the-title {
        margin-bottom: 5px;
    }

        .search-result-item .the-title a {
            font-size: 16px;
        }

    .search-result-item .search-loop-meta {
        display: block;
        margin-bottom: 6px;
        color: #999999;
    }

        .search-result-item .search-loop-meta .mk-blog-author {
            display: inline-block;
        }

        .search-result-item .search-loop-meta time {
            display: inline-block;
        }

        .search-result-item .search-loop-meta .mk-search-cats {
            display: inline-block;
        }

    .search-result-item .the-excerpt p {
        margin-bottom: 5px;
    }

.mk-search-loop .widget_search {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .mk-search-loop .widget_search .mk-searchform {
        margin: 0 auto;
        width: 40%;
    }

@media handheld, only screen and (max-width: 700px) {
    .mk-search-loop .widget_search .mk-searchform {
        width: 100%;
    }
}

.mk-search-loop .widget_search p {
    margin-bottom: 20px;
}
/* Portfolio Styles */
#mk-filter-portfolio ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    display: inline-block;
    width: 100%;
}

    #mk-filter-portfolio ul.align-left {
        text-align: left;
    }

    #mk-filter-portfolio ul.align-center {
        text-align: center;
    }

    #mk-filter-portfolio ul.align-right {
        text-align: right;
    }

    #mk-filter-portfolio ul li {
        display: inline-block;
        margin: 0 10px 10px 0;
    }

#mk-filter-portfolio.sortable-classic-style {
    padding: 40px 0;
}

    #mk-filter-portfolio.sortable-classic-style ul li {
        margin: 8px;
    }

        #mk-filter-portfolio.sortable-classic-style ul li a {
            padding: 14px 16px;
            line-height: 13px;
            font-size: 13px;
            color: #333;
            color: #323232;
            display: block;
            letter-spacing: 1px;
        }

            #mk-filter-portfolio.sortable-classic-style ul li a.current {
                background-color: #969696;
                background-color: rgba(0, 0, 0, 0.08);
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
            }

#mk-filter-portfolio.sortable-outline-style {
    padding: 30px 0px;
}

    #mk-filter-portfolio.sortable-outline-style.portfolio-fiter-classic {
        margin-bottom: 20px;
    }

    #mk-filter-portfolio.sortable-outline-style ul li {
        margin: 8px;
    }

        #mk-filter-portfolio.sortable-outline-style ul li a {
            padding: 11px 12px;
            line-height: 13px;
            font-size: 13px;
            font-weight: bold;
            display: block;
            border: 2px solid transparent;
            letter-spacing: 1px;
        }

.mk-portfolio-classic-item {
    float: left;
}

    .mk-portfolio-classic-item .portfolio-classic-holder {
        margin: 0 10px 20px 10px;
        background-color: #fff;
        border: 1px solid #efefef;
        overflow: hidden;
    }

    .mk-portfolio-classic-item.portfolio-one-column {
        width: 100%;
    }

    .mk-portfolio-classic-item.portfolio-two-column {
        width: 49.96%;
    }

    .mk-portfolio-classic-item.portfolio-three-column {
        width: 33.3%;
    }

    .mk-portfolio-classic-item.portfolio-four-column {
        width: 24.96%;
    }

    .mk-portfolio-classic-item.portfolio-five-column {
        width: 19.96%;
    }

    .mk-portfolio-classic-item.portfolio-six-column {
        width: 16.6%;
    }

@media handheld, only screen and (max-width: 1140px) {
    .mk-portfolio-classic-item.portfolio-four-column,
    .mk-portfolio-classic-item.portfolio-five-column,
    .mk-portfolio-classic-item.portfolio-six-column {
        width: 33.1%;
    }
}

@media handheld, only screen and (max-width: 960px) {
    .mk-portfolio-classic-item.portfolio-two-column,
    .mk-portfolio-classic-item.portfolio-three-column,
    .mk-portfolio-classic-item.portfolio-four-column,
    .mk-portfolio-classic-item.portfolio-five-column,
    .mk-portfolio-classic-item.portfolio-six-column {
        width: 49.5%;
    }
}

@media handheld, only screen and (max-width: 540px) {
    .mk-portfolio-classic-item {
        width: 100% !important;
    }
}

.mk-portfolio-classic-item .featured-image {
    position: relative;
}

    .mk-portfolio-classic-item .featured-image img {
        position: relative;
        width: 100%;
    }

    .mk-portfolio-classic-item .featured-image:hover .permalink-badge,
    .mk-portfolio-classic-item .featured-image:hover .mk-lightbox {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-portfolio-classic-item .featured-image:hover .permalink-badge {
        left: 50%;
    }

    .mk-portfolio-classic-item .featured-image:hover .mk-lightbox {
        right: 50%;
    }

    .mk-portfolio-classic-item .featured-image:hover .image-hover-overlay {
        opacity: 0.8;
    }

.mk-portfolio-classic-item .permalink-badge,
.mk-portfolio-classic-item .mk-lightbox {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -22px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    padding: 6px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

    .mk-portfolio-classic-item .permalink-badge i,
    .mk-portfolio-classic-item .mk-lightbox i {
        font-size: 32px;
        color: #fff;
        line-height: 32px;
    }

.mk-portfolio-classic-item .permalink-badge {
    margin-left: -50px;
    right: auto;
    left: 45%;
}

.mk-portfolio-classic-item .mk-lightbox {
    margin-right: -50px;
    right: 45%;
}

    .mk-portfolio-classic-item .mk-lightbox.hover-single-icon {
        margin-right: -20px !important;
    }

.portfolio-meta-wrapper {
    padding: 20px;
}

    .portfolio-meta-wrapper .the-title {
        line-height: 20px !important;
        margin-bottom: 8px;
        font-size: 14px !important;
    }

        .portfolio-meta-wrapper .the-title a {
            text-transform: uppercase;
            letter-spacing: 1px;
        }

    .portfolio-meta-wrapper .portfolio-categories,
    .portfolio-meta-wrapper .portfolio-date {
        font-size: 11px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .portfolio-meta-wrapper .the-excerpt {
        margin-top: 10px;
        margin-bottom: 0;
        opacity: 0.8;
    }

.mk-portfolio-masonry-item {
    position: relative;
    width: 12.44%;
    overflow: hidden;
}

    .mk-portfolio-masonry-item.size_two_x_x,
    .mk-portfolio-masonry-item.size_two_x_two_x {
        width: 24.88%;
    }

    .mk-portfolio-masonry-item.size_three_x_x,
    .mk-portfolio-masonry-item.size_three_x_two_x {
        width: 37.32%;
    }

    .mk-portfolio-masonry-item.size_four_x_x,
    .mk-portfolio-masonry-item.size_four_x_two_x {
        width: 49.76%;
    }

    .mk-portfolio-masonry-item .item-holder {
        margin: 0;
    }

@media handheld, only screen and (max-width: 1280px) {
    .mk-portfolio-masonry-item.size_x_x,
    .mk-portfolio-masonry-item.size_x_two_x,
    .mk-portfolio-masonry-item.size_three_x_x,
    .mk-portfolio-masonry-item.size_three_x_two_x {
        width: 24.88%;
    }

    .mk-portfolio-masonry-item.size_two_x_x,
    .mk-portfolio-masonry-item.size_two_x_two_x {
        width: 24.88%;
    }

    .mk-portfolio-masonry-item.size_four_x_x,
    .mk-portfolio-masonry-item.size_four_x_two_x,
    .mk-portfolio-masonry-item.size_two_x_x,
    .mk-portfolio-masonry-item.size_two_x_two_x {
        width: 49.76%;
    }
}

@media handheld, only screen and (max-width: 1140px) {
    .mk-portfolio-masonry-item.size_x_x,
    .mk-portfolio-masonry-item.size_x_two_x,
    .mk-portfolio-masonry-item.size_two_x_x,
    .mk-portfolio-masonry-item.size_two_x_two_x,
    .mk-portfolio-masonry-item.size_three_x_x,
    .mk-portfolio-masonry-item.size_three_x_two_x {
        width: 49.76%;
    }

    .mk-portfolio-masonry-item.size_two_x_x,
    .mk-portfolio-masonry-item.size_two_x_two_x {
        width: 49.76%;
    }

    .mk-portfolio-masonry-item.size_four_x_x,
    .mk-portfolio-masonry-item.size_four_x_two_x {
        width: 100%;
    }
}

@media handheld, only screen and (max-width: 850px) {
    .mk-portfolio-masonry-item.size_x_x,
    .mk-portfolio-masonry-item.size_x_two_x {
        width: 49.76%;
    }

    .mk-portfolio-masonry-item.size_two_x_x,
    .mk-portfolio-masonry-item.size_two_x_two_x {
        width: 100%;
    }

    .mk-portfolio-masonry-item.size_three_x_x,
    .mk-portfolio-masonry-item.size_three_x_two_x {
        width: 100%;
    }

    .mk-portfolio-masonry-item.size_four_x_x,
    .mk-portfolio-masonry-item.size_four_x_two_x {
        width: 100%;
    }
}

@media handheld, only screen and (max-width: 600px) {
    .mk-portfolio-masonry-item {
        width: 100% !important;
    }
}

.mk-portfolio-masonry-item .featured-image {
    line-height: 4px;
    position: relative;
}

    .mk-portfolio-masonry-item .featured-image .item-featured-image {
        max-width: 100.7%;
        width: 100.7%;
    }

.mk-portfolio-grid-item {
    float: left;
    overflow: hidden;
}

    .mk-portfolio-grid-item.portfolio-one-column {
        width: 100%;
    }

    .mk-portfolio-grid-item.portfolio-two-column {
        width: 50%;
    }

    .mk-portfolio-grid-item.portfolio-three-column {
        width: 33.3%;
    }

    .mk-portfolio-grid-item.portfolio-four-column {
        width: 24.96%;
    }

    .mk-portfolio-grid-item.portfolio-five-column {
        width: 20%;
    }

    .mk-portfolio-grid-item.portfolio-six-column {
        width: 16.66%;
    }

@media handheld, only screen and (max-width: 1140px) {
    .mk-portfolio-grid-item.portfolio-four-column,
    .mk-portfolio-grid-item.portfolio-five-column,
    .mk-portfolio-grid-item.portfolio-six-column {
        width: 33.3% !important;
    }
}

@media handheld, only screen and (max-width: 960px) {
    .mk-portfolio-grid-item.portfolio-two-column,
    .mk-portfolio-grid-item.portfolio-three-column,
    .mk-portfolio-grid-item.portfolio-four-column,
    .mk-portfolio-grid-item.portfolio-five-column,
    .mk-portfolio-grid-item.portfolio-six-column {
        width: 49.96% !important;
    }
}

@media handheld, only screen and (max-width: 620px) {
    .mk-portfolio-grid-item.portfolio-two-column,
    .mk-portfolio-grid-item.portfolio-three-column,
    .mk-portfolio-grid-item.portfolio-four-column,
    .mk-portfolio-grid-item.portfolio-five-column,
    .mk-portfolio-grid-item.portfolio-six-column {
        width: 100% !important;
    }
}

.mk-fullwidth-false .mk-portfolio-grid-item.portfolio-six-column .portfolio-meta {
    display: none;
}

.mk-fullwidth-true .mk-portfolio-grid-item.portfolio-two-column {
    width: 49.96%;
}

.mk-fullwidth-true .mk-portfolio-grid-item.portfolio-five-column {
    width: 19.96%;
}

.mk-fullwidth-true .mk-portfolio-grid-item.portfolio-six-column {
    width: 16.6%;
}
/*
.mk-main-wrapper.right-layout, .mk-main-wrapper.right-layout {
	.mk-portfolio-grid-item.portfolio-two-column, .mk-portfolio-grid-item.portfolio-three-column, .mk-portfolio-grid-item.portfolio-four-column, .mk-portfolio-grid-item.portfolio-five-column, .mk-portfolio-grid-item.portfolio-six-column {
		width: 49.5%;
	}
}*/
.mk-portfolio-item {
    /*-----*/
    /* FadeBox hover style */
    /* ----- */
    /* Slidebox Hover style */
    /* ----- */
    /* Zooom In hover style */
    /* ----- */
    /* Zoom out Hover style */
    /* ----- */
    /* cube-hover style */
    /* ----- */
    /* Light Zooom In hover style */
    /* ----- */
}

    .mk-portfolio-item.fadebox-hover .portfolio-meta {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 10px;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -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;
        transition: all 0.3s ease-in-out;
    }

    .mk-portfolio-item.fadebox-hover .the-title {
        padding: 0 20px;
        color: #fff !important;
        font-size: 14px !important;
        line-height: 18px !important;
        margin-bottom: 15px;
    }

    .mk-portfolio-item.fadebox-hover a {
        color: #fff !important;
    }

    .mk-portfolio-item.fadebox-hover .portfolio-categories {
        letter-spacing: 1px;
        font-size: 11px;
        padding: 0 20px;
        line-height: 16px;
    }

        .mk-portfolio-item.fadebox-hover .portfolio-categories span,
        .mk-portfolio-item.fadebox-hover .portfolio-date {
            color: #fff;
        }

    .mk-portfolio-item.fadebox-hover .gradient {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%) !important;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%) !important;
    }

    .mk-portfolio-item.fadebox-hover .featured-image:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out 0.1s;
        -moz-transition: all 0.3s ease-out 0.1s;
        -ms-transition: all 0.3s ease-out 0.1s;
        -o-transition: all 0.3s ease-out 0.1s;
        transition: all 0.3s ease-out 0.1s;
    }

    .mk-portfolio-item.fadebox-hover .featured-image .grid-hover-icons {
        position: absolute;
        top: 20%;
        left: 0;
        width: 100%;
        text-align: center;
        opacity: 0;
        -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;
        transition: all 0.3s ease-in-out;
    }

        .mk-portfolio-item.fadebox-hover .featured-image .grid-hover-icons a {
            display: inline-block;
            margin: 0 5px;
            width: 48px;
            height: 48px;
            line-height: 50px;
            text-align: center;
            color: #fff;
            opacity: 0.7;
        }

            .mk-portfolio-item.fadebox-hover .featured-image .grid-hover-icons a i {
                font-size: 42px;
                vertical-align: middle;
            }

            .mk-portfolio-item.fadebox-hover .featured-image .grid-hover-icons a:hover {
                opacity: 1;
            }

    .mk-portfolio-item.fadebox-hover .featured-image:hover:after {
        opacity: 1;
    }

    .mk-portfolio-item.fadebox-hover .featured-image:hover .fadebox-post-type-icon {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-portfolio-item.fadebox-hover .featured-image:hover .portfolio-meta {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
        bottom: 30px;
    }

    .mk-portfolio-item.fadebox-hover .featured-image:hover .portfolio-categories {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-portfolio-item.fadebox-hover .featured-image:hover .hover-overlay {
        -moz-opacity: 85;
        -khtml-opacity: 85;
        opacity: 85;
        opacity: 0.85;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }

    .mk-portfolio-item.fadebox-hover .featured-image:hover .grid-hover-icons {
        opacity: 1;
    }

    .mk-portfolio-item.slidebox-hover.portfolio-six-column .portfolio-meta,
    .mk-portfolio-item.slidebox-hover.portfolio-five-column .portfolio-meta,
    .mk-portfolio-item.slidebox-hover.portfolio-six-column.portfolio-four-column,
    .mk-portfolio-item.slidebox-hover.portfolio-five-column.portfolio-four-column {
        padding: 15px 10px 20px;
    }

    .mk-portfolio-item.slidebox-hover.portfolio-six-column .grid-hover-icons,
    .mk-portfolio-item.slidebox-hover.portfolio-five-column .grid-hover-icons {
        top: 20%;
    }

    .mk-portfolio-item.slidebox-hover.portfolio-four-column .grid-hover-icons {
        top: 25%;
    }

    .mk-portfolio-item.slidebox-hover .portfolio-meta {
        position: absolute;
        bottom: 0px;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        left: 0;
        width: 100%;
        text-align: center;
        padding: 25px 10px 30px;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        background-color: #1a1a1a;
        min-height: 60px;
    }

    .mk-portfolio-item.slidebox-hover .the-title {
        padding: 0 20px;
        color: #fff !important;
        font-size: 14px !important;
        margin-bottom: 10px;
        font-weight: bold;
        line-height: 20px !important;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .mk-portfolio-item.slidebox-hover .grid-hover-icons {
        position: absolute;
        top: 30%;
        left: 50%;
        left: 3px;
        width: 100%;
        text-align: center;
        opacity: 0;
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        -ms-transform: scale(1.15);
        -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.305, 1.42);
        -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.305, 1.42);
        -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.305, 1.42);
        -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.305, 1.42);
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.305, 1.42);
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

        .mk-portfolio-item.slidebox-hover .grid-hover-icons a {
            display: inline-block;
            margin: 0 5px;
            width: 48px;
            height: 48px;
            line-height: 50px;
            text-align: center;
            color: #fff;
            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            -ms-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
            opacity: 0.7;
            vertical-align: middle;
        }

            .mk-portfolio-item.slidebox-hover .grid-hover-icons a i {
                font-size: 42px;
                vertical-align: middle;
            }

            .mk-portfolio-item.slidebox-hover .grid-hover-icons a:hover {
                opacity: 1;
            }

    .mk-portfolio-item.slidebox-hover .portfolio-categories span,
    .mk-portfolio-item.slidebox-hover .portfolio-date {
        color: #fff;
        opacity: 0.7;
        line-height: 16px;
        font-size: 11px;
        letter-spacing: 1px;
    }

    .mk-portfolio-item.slidebox-hover .featured-image {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .mk-portfolio-item.slidebox-hover .featured-image img {
            -webkit-transform: scale(1.12);
            -moz-transform: scale(1.12);
            -ms-transform: scale(1.12);
            -o-transform: scale(1.12);
            transform: scale(1.12);
            -ms-transform: scale(1.12);
            position: relative;
            -webkit-transition: all 0.35s ease-out;
            -moz-transition: all 0.35s ease-out;
            -ms-transition: all 0.35s ease-out;
            -o-transition: all 0.35s ease-out;
            transition: all 0.35s ease-out;
        }

    .mk-portfolio-item.slidebox-hover .image-hover-overlay {
        background-color: #000 !important;
    }

    .mk-portfolio-item.slidebox-hover .featured-image:hover .portfolio-meta {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .mk-portfolio-item.slidebox-hover .featured-image:hover .image-hover-overlay {
        -moz-opacity: 40;
        -khtml-opacity: 40;
        opacity: 40;
        opacity: 0.4;
    }

    .mk-portfolio-item.slidebox-hover .featured-image:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        -o-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
    }

    .mk-portfolio-item.slidebox-hover .featured-image:hover .grid-hover-icons {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }

    .mk-portfolio-item.zoomin-hover.portfolio-six-column .image-hover-overlay:after,
    .mk-portfolio-item.zoomin-hover.portfolio-five-column .image-hover-overlay:after,
    .mk-portfolio-item.zoomin-hover.portfolio-four-column .image-hover-overlay:after,
    .mk-portfolio-item.zoomin-hover.portfolio-three-column .image-hover-overlay:after,
    .mk-portfolio-item.zoomin-hover.portfolio-six-column .image-hover-overlay:before,
    .mk-portfolio-item.zoomin-hover.portfolio-five-column .image-hover-overlay:before,
    .mk-portfolio-item.zoomin-hover.portfolio-four-column .image-hover-overlay:before,
    .mk-portfolio-item.zoomin-hover.portfolio-three-column .image-hover-overlay:before {
        top: 9%;
        left: 8%;
        right: 8%;
        bottom: 9%;
    }

    .mk-portfolio-item.zoomin-hover .image-hover-overlay:after,
    .mk-portfolio-item.zoomin-hover .image-hover-overlay:before {
        position: absolute;
        top: 9%;
        left: 5%;
        right: 5%;
        bottom: 9%;
        content: '';
        opacity: 1;
        display: block;
        -webkit-transition: all 0.35s ease-out;
        -moz-transition: all 0.35s ease-out;
        -ms-transition: all 0.35s ease-out;
        -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
    }

    .mk-portfolio-item.zoomin-hover .image-hover-overlay:before {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scaleY(0) !important;
        transform: scaleY(0) !important;
    }

    .mk-portfolio-item.zoomin-hover .image-hover-overlay:after {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0) !important;
        transform: scaleX(0) !important;
    }

    .mk-portfolio-item.zoomin-hover .portfolio-meta {
        position: absolute;
        bottom: 70%;
        left: 0;
        width: 100%;
        text-align: center;
        opacity: 0;
        -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;
        transition: all 0.3s ease-out;
    }

    .mk-portfolio-item.zoomin-hover .the-title {
        padding: 0 35px;
        color: #fff !important;
        font-size: 15px !important;
        font-weight: bold;
        line-height: 20px !important;
        text-transform: uppercase;
    }

    .mk-portfolio-item.zoomin-hover .grid-hover-icons {
        position: absolute;
        top: 65%;
        width: 100%;
        text-align: center;
        opacity: 0;
        -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;
        transition: all 0.3s ease-in-out;
    }

        .mk-portfolio-item.zoomin-hover .grid-hover-icons a {
            display: inline-block;
            margin: 0 5px;
            width: 48px;
            height: 48px;
            line-height: 50px;
            text-align: center;
            opacity: 0.7;
            color: #fff;
        }

            .mk-portfolio-item.zoomin-hover .grid-hover-icons a i {
                font-size: 42px;
                vertical-align: middle;
            }

            .mk-portfolio-item.zoomin-hover .grid-hover-icons a:hover {
                opacity: 1;
            }

    .mk-portfolio-item.zoomin-hover .portfolio-categories {
        line-height: initial;
    }

        .mk-portfolio-item.zoomin-hover .portfolio-categories span,
        .mk-portfolio-item.zoomin-hover .portfolio-date {
            color: #fff;
            font-size: 13px;
            text-transform: uppercase;
        }

    .mk-portfolio-item.zoomin-hover .featured-image {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .mk-portfolio-item.zoomin-hover .featured-image.buttons-disabled:hover .portfolio-meta {
            bottom: 40%;
        }

        .mk-portfolio-item.zoomin-hover .featured-image img {
            position: relative;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -ms-transform: scale(1);
            -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;
            transition: all 0.35s ease-in-out;
        }

    .mk-portfolio-item.zoomin-hover .image-hover-overlay {
        background-color: #000 !important;
    }

    .mk-portfolio-item.zoomin-hover .featured-image:hover .portfolio-meta {
        opacity: 1;
        bottom: 60%;
    }

    .mk-portfolio-item.zoomin-hover .featured-image:hover .image-hover-overlay:before {
        -webkit-transform: scaleY(1) !important;
        transform: scaleY(1) !important;
    }

    .mk-portfolio-item.zoomin-hover .featured-image:hover .image-hover-overlay:after {
        -webkit-transform: scaleX(1) !important;
        transform: scaleX(1) !important;
    }

    .mk-portfolio-item.zoomin-hover .featured-image:hover .image-hover-overlay {
        -moz-opacity: 50;
        -khtml-opacity: 50;
        opacity: 50;
        opacity: 0.5;
    }

    .mk-portfolio-item.zoomin-hover .featured-image:hover img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        -ms-transform: scale(1.15);
    }

    .mk-portfolio-item.zoomin-hover .featured-image:hover .grid-hover-icons {
        top: 60%;
        opacity: 1;
    }

    .mk-portfolio-item.zoomout-hover.portfolio-three-column .portfolio-meta .the-title,
    .mk-portfolio-item.zoomout-hover.portfolio-five-column .portfolio-meta .the-title,
    .mk-portfolio-item.zoomout-hover.portfolio-four-column .portfolio-meta .the-title,
    .mk-portfolio-item.zoomout-hover.portfolio-six-column .portfolio-meta .the-title {
        font-size: 12px !important;
    }

    .mk-portfolio-item.zoomout-hover.portfolio-three-column .grid-hover-icons,
    .mk-portfolio-item.zoomout-hover.portfolio-five-column .grid-hover-icons,
    .mk-portfolio-item.zoomout-hover.portfolio-four-column .grid-hover-icons,
    .mk-portfolio-item.zoomout-hover.portfolio-six-column .grid-hover-icons {
        position: absolute;
        bottom: 15px;
        right: 20px;
    }

        .mk-portfolio-item.zoomout-hover.portfolio-three-column .grid-hover-icons a,
        .mk-portfolio-item.zoomout-hover.portfolio-five-column .grid-hover-icons a,
        .mk-portfolio-item.zoomout-hover.portfolio-four-column .grid-hover-icons a,
        .mk-portfolio-item.zoomout-hover.portfolio-six-column .grid-hover-icons a {
            margin: 0 3px;
        }

            .mk-portfolio-item.zoomout-hover.portfolio-three-column .grid-hover-icons a i,
            .mk-portfolio-item.zoomout-hover.portfolio-five-column .grid-hover-icons a i,
            .mk-portfolio-item.zoomout-hover.portfolio-four-column .grid-hover-icons a i,
            .mk-portfolio-item.zoomout-hover.portfolio-six-column .grid-hover-icons a i {
                font-size: 24px;
            }

    .mk-portfolio-item.zoomout-hover .item-holder {
        background-color: #fff;
    }

    .mk-portfolio-item.zoomout-hover .portfolio-meta {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        text-align: left;
        opacity: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 70px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .mk-portfolio-item.zoomout-hover .the-title {
        padding: 0 30px;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: bold;
        line-height: 20px !important;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .mk-portfolio-item.zoomout-hover .grid-hover-icons {
        position: absolute;
        bottom: 15px;
        right: 20px;
        margin: 0 0 0 -30px;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .mk-portfolio-item.zoomout-hover .grid-hover-icons a {
            display: inline-block;
            margin: 0 6px;
            text-align: center;
            color: #fff;
            opacity: 0.7;
        }

            .mk-portfolio-item.zoomout-hover .grid-hover-icons a i {
                font-size: 30px;
            }

            .mk-portfolio-item.zoomout-hover .grid-hover-icons a:hover {
                opacity: 1;
            }

    .mk-portfolio-item.zoomout-hover .portfolio-categories,
    .mk-portfolio-item.zoomout-hover .portfolio-date {
        color: #aaa;
        line-height: 16px;
        font-size: 11px;
        letter-spacing: 1px;
        padding: 4px 0 0 30px;
    }

    .mk-portfolio-item.zoomout-hover .featured-image img {
        position: relative;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .mk-portfolio-item.zoomout-hover .image-hover-overlay {
        background-color: #000 !important;
        opacity: 1 !important;
        -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;
        transition: all 0.3s ease-in-out;
    }

    .mk-portfolio-item.zoomout-hover .featured-image:hover .image-hover-overlay {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        opacity: 1 !important;
    }

    .mk-portfolio-item.zoomout-hover .featured-image:hover .portfolio-meta {
        opacity: 1;
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        -o-transform: translate(0, -10px);
        transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
    }

    .mk-portfolio-item.zoomout-hover .featured-image:hover img {
        -webkit-transform: scale(0.5) translate(0, -30%);
    }

    .mk-portfolio-item.zoomout-hover .featured-image:hover .grid-hover-icons {
        opacity: 1;
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        -o-transform: translate(0, -10px);
        transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
    }

    .mk-portfolio-item.cube-hover.portfolio-five-column .portfolio-meta,
    .mk-portfolio-item.cube-hover.portfolio-four-column .portfolio-meta,
    .mk-portfolio-item.cube-hover.portfolio-six-column .portfolio-meta {
        padding: 19px 10px;
    }

        .mk-portfolio-item.cube-hover.portfolio-five-column .portfolio-meta .the-title,
        .mk-portfolio-item.cube-hover.portfolio-four-column .portfolio-meta .the-title,
        .mk-portfolio-item.cube-hover.portfolio-six-column .portfolio-meta .the-title {
            padding: 0 10px;
            text-align: left;
            font-size: 12px !important;
        }

        .mk-portfolio-item.cube-hover.portfolio-five-column .portfolio-meta .portfolio-categories,
        .mk-portfolio-item.cube-hover.portfolio-four-column .portfolio-meta .portfolio-categories,
        .mk-portfolio-item.cube-hover.portfolio-six-column .portfolio-meta .portfolio-categories,
        .mk-portfolio-item.cube-hover.portfolio-five-column .portfolio-meta .portfolio-date,
        .mk-portfolio-item.cube-hover.portfolio-four-column .portfolio-meta .portfolio-date,
        .mk-portfolio-item.cube-hover.portfolio-six-column .portfolio-meta .portfolio-date {
            font-size: 10px;
            letter-spacing: 0px;
            padding: 4px 0 0 10px;
            line-height: 16px;
        }

    .mk-portfolio-item.cube-hover.portfolio-five-column .grid-hover-icons,
    .mk-portfolio-item.cube-hover.portfolio-four-column .grid-hover-icons,
    .mk-portfolio-item.cube-hover.portfolio-six-column .grid-hover-icons {
        bottom: 15px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .mk-portfolio-item.cube-hover.portfolio-five-column .grid-hover-icons a,
        .mk-portfolio-item.cube-hover.portfolio-four-column .grid-hover-icons a,
        .mk-portfolio-item.cube-hover.portfolio-six-column .grid-hover-icons a {
            margin: 0 5px;
        }

            .mk-portfolio-item.cube-hover.portfolio-five-column .grid-hover-icons a i,
            .mk-portfolio-item.cube-hover.portfolio-four-column .grid-hover-icons a i,
            .mk-portfolio-item.cube-hover.portfolio-six-column .grid-hover-icons a i {
                font-size: 24px;
            }

    .mk-portfolio-item.cube-hover .item-holder {
        background-color: #000;
        -webkit-perspective: 600px;
        perspective: 600px;
        -webkit-perspective-origin: 100% 50%;
        perspective-origin: 100% 50%;
    }

    .mk-portfolio-item.cube-hover .portfolio-meta {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        padding: 42px 10px;
        text-align: left;
        opacity: 0.8;
        background: #000;
        -webkit-transform: rotateY(-90deg);
        -moz-transform: rotateY(-90deg);
        -ms-transform: rotateY(-90deg);
        -o-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
        -ms-transform: rotateY(-90deg);
        -webkit-transition: all 0.35s ease-out;
        -moz-transition: all 0.35s ease-out;
        -ms-transition: all 0.35s ease-out;
        -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        -ms-transform-origin: left center;
        z-index: 12;
    }

    .mk-portfolio-item.cube-hover .the-title {
        padding: 0 30px;
        color: #fff !important;
        font-size: 15px !important;
        font-weight: bold;
        line-height: 20px !important;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .mk-portfolio-item.cube-hover .grid-hover-icons {
        position: absolute;
        bottom: 30px;
        width: 50%;
        text-align: center;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .mk-portfolio-item.cube-hover .grid-hover-icons a {
            display: inline-block;
            margin: 0 5px;
            text-align: center;
            color: #fff;
            opacity: 0.7;
        }

            .mk-portfolio-item.cube-hover .grid-hover-icons a i {
                font-size: 32px;
            }

            .mk-portfolio-item.cube-hover .grid-hover-icons a:hover {
                opacity: 1;
            }

    .mk-portfolio-item.cube-hover .portfolio-categories,
    .mk-portfolio-item.cube-hover .portfolio-date {
        color: #fff;
        opacity: 0.7;
        line-height: 16px;
        font-size: 11px;
        letter-spacing: 1px;
        padding: 4px 0 0 30px;
    }

    .mk-portfolio-item.cube-hover .featured-image {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .mk-portfolio-item.cube-hover .featured-image.buttons-disabled .portfolio-meta:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -0.25em;
            /* Adjusts for spacing */
        }

        .mk-portfolio-item.cube-hover .featured-image.buttons-disabled .portfolio-meta .meta-centered {
            display: inline-block;
            vertical-align: middle;
            width: 99%;
        }

        .mk-portfolio-item.cube-hover .featured-image img {
            position: relative;
            -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
            -moz-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
            -ms-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        }

    .mk-portfolio-item.cube-hover .image-hover-overlay {
        background-color: #000 !important;
        opacity: 1 !important;
        -webkit-transition: all 0.35s ease-out;
        -moz-transition: all 0.35s ease-out;
        -ms-transition: all 0.35s ease-out;
        -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
    }

    .mk-portfolio-item.cube-hover .featured-image:hover .portfolio-meta {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
    }

    .mk-portfolio-item.cube-hover .featured-image:hover img {
        -webkit-transform: translate(20%, 0);
        -moz-transform: translate(20%, 0);
        -ms-transform: translate(20%, 0);
        -o-transform: translate(20%, 0);
        transform: translate(20%, 0);
        -ms-transform: translate(20%, 0);
    }

    .mk-portfolio-item.cube-hover .featured-image:hover .grid-hover-icons {
        opacity: 1;
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        -o-transform: translate(0, -10px);
        transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
    }

    .mk-portfolio-item.light-zoomin-hover.portfolio-five-column .portfolio-meta .the-title,
    .mk-portfolio-item.light-zoomin-hover.portfolio-four-column .portfolio-meta .the-title,
    .mk-portfolio-item.light-zoomin-hover.portfolio-six-column .portfolio-meta .the-title {
        font-size: 12px !important;
    }

    .mk-portfolio-item.light-zoomin-hover .image-hover-overlay:after,
    .mk-portfolio-item.light-zoomin-hover .image-hover-overlay:before {
        position: absolute;
        top: 9%;
        left: 5%;
        right: 5%;
        bottom: 9%;
        content: '';
        opacity: 1;
        display: block;
        -webkit-transition: all 0.35s ease-out;
        -moz-transition: all 0.35s ease-out;
        -ms-transition: all 0.35s ease-out;
        -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
    }

    .mk-portfolio-item.light-zoomin-hover .portfolio-meta {
        position: absolute;
        bottom: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        opacity: 0;
        -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;
        transition: all 0.3s ease-out;
    }

        .mk-portfolio-item.light-zoomin-hover .portfolio-meta .the-title {
            padding: 0 20px 8px 20px;
            color: #333 !important;
            font-size: 15px !important;
            font-weight: bold;
            line-height: 20px !important;
            text-transform: uppercase;
            position: relative;
            margin-bottom: 30px;
        }

    .mk-portfolio-item.light-zoomin-hover .the-title:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 50%;
        margin-left: -6px;
        height: 2px;
        width: 12px;
        background-color: #000;
    }

    .mk-portfolio-item.light-zoomin-hover .grid-hover-icons {
        position: absolute;
        top: 65%;
        left: 3px;
        width: 100%;
        text-align: center;
        opacity: 0;
        -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;
        transition: all 0.3s ease-out;
    }

        .mk-portfolio-item.light-zoomin-hover .grid-hover-icons a {
            display: inline-block;
            margin: 0 3px;
            width: 48px;
            height: 48px;
            line-height: 50px;
            text-align: center;
            border: none;
            color: #000;
            opacity: 0.5;
        }

            .mk-portfolio-item.light-zoomin-hover .grid-hover-icons a i {
                font-size: 42px;
                vertical-align: middle;
            }

            .mk-portfolio-item.light-zoomin-hover .grid-hover-icons a:hover {
                opacity: 1;
            }

    .mk-portfolio-item.light-zoomin-hover .portfolio-categories,
    .mk-portfolio-item.light-zoomin-hover .portfolio-date {
        color: #555;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 16px;
    }

    .mk-portfolio-item.light-zoomin-hover .featured-image {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .mk-portfolio-item.light-zoomin-hover .featured-image.buttons-disabled .portfolio-meta {
            bottom: 40%;
        }

        .mk-portfolio-item.light-zoomin-hover .featured-image img {
            position: relative;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -ms-transform: scale(1);
            -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;
            transition: all 0.35s ease-in-out;
        }

    .mk-portfolio-item.light-zoomin-hover .image-hover-overlay {
        background-color: #fff !important;
    }

    .mk-portfolio-item.light-zoomin-hover .featured-image:hover .portfolio-meta {
        opacity: 1;
    }

    .mk-portfolio-item.light-zoomin-hover .featured-image:hover .image-hover-overlay:before {
        -webkit-transform: scaleY(1) !important;
        transform: scaleY(1) !important;
    }

    .mk-portfolio-item.light-zoomin-hover .featured-image:hover .image-hover-overlay:after {
        -webkit-transform: scaleX(1) !important;
        transform: scaleX(1) !important;
    }

    .mk-portfolio-item.light-zoomin-hover .featured-image:hover .image-hover-overlay {
        -moz-opacity: 80;
        -khtml-opacity: 80;
        opacity: 80;
        opacity: 0.8;
    }

    .mk-portfolio-item.light-zoomin-hover .featured-image:hover img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        -ms-transform: scale(1.15);
    }

    .mk-portfolio-item.light-zoomin-hover .featured-image:hover .grid-hover-icons {
        opacity: 1;
    }

    .mk-portfolio-item .fadebox-post-type-icon {
        position: absolute;
        display: block;
        top: 25%;
        left: 50%;
        margin-left: -25px;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        text-align: center;
        width: 50px;
        height: 50px;
        line-height: 100px;
        color: #fff;
    }

        .mk-portfolio-item .fadebox-post-type-icon i {
            font-size: 48px;
            line-height: 50px;
        }

    .mk-portfolio-item .featured-image {
        position: relative;
        overflow: hidden;
        line-height: 4px;
    }

        .mk-portfolio-item .featured-image img {
            position: relative;
            width: 100%;
        }

        .mk-portfolio-item .featured-image .hover-overlay {
            background-color: #000;
            -webkit-transform: translate(0, 80%);
            -moz-transform: translate(0, 80%);
            -ms-transform: translate(0, 80%);
            -o-transform: translate(0, 80%);
            transform: translate(0, 80%);
            -ms-transform: translate(0, 80%);
            -webkit-transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
            -o-transition: all 0.35s;
            transition: all 0.35s;
        }

.ajax-container {
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 0 auto;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.ajax_project {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-top: none;
}

.ajax-controls {
    border: 1px solid #dddddd;
    overflow: hidden;
    margin-top: 20px;
}

    .ajax-controls a {
        float: right;
        width: 37px;
        height: 37px;
        text-align: center;
        color: #bbbbbb;
        border-left: 1px solid #dddddd;
    }

        .ajax-controls a i {
            font-size: 16px;
            line-height: 37px;
        }

        .ajax-controls a:hover {
            color: #222222;
        }

@media handheld, only screen and (max-width: 960px) {
    .ajax-portfolio-share.portfolio-social-share {
        text-align: center;
    }

        .ajax-portfolio-share.portfolio-social-share .mk-love-holder,
        .ajax-portfolio-share.portfolio-social-share .blog-share-container {
            float: none !important;
        }

        .ajax-portfolio-share.portfolio-social-share.single-social-section .single-share-box {
            left: -120px !important;
            right: auto !important;
            bottom: -60px !important;
            width: 180px !important;
        }

            .ajax-portfolio-share.portfolio-social-share.single-social-section .single-share-box:before {
                display: none !important;
            }
}

.portfolio-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

    .portfolio-loader .mk-preloader {
        position: relative;
        left: auto;
        margin: 0;
        top: auto;
    }

    .portfolio-loader > div {
        background: #fff;
        border-radius: 50%;
        padding: 10px;
        left: 50%;
        margin-left: -30px;
        margin-top: -30px;
        position: absolute;
        top: 40%;
    }

.single-featured-image,
.mk-portfolio-video {
    margin-bottom: 20px;
}

.portfolio-social-share {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .portfolio-social-share.single-social-section .single-share-box {
        left: -220px !important;
    }

@media handheld, only screen and (max-width: 960px) {
    .portfolio-social-share.single-social-section .single-share-box {
        right: -200px;
        left: auto !important;
    }
}

.portfolio-title {
    display: block;
    font-size: 26px !important;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 3px solid #dddddd;
}

.portfolio-single-cat {
    float: left;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.portfolio-desc {
    margin-bottom: 20px;
    padding-right: 40px;
}

.portfolio-single-content {
    margin-bottom: 40px;
}

.portfolio-similar-posts {
    padding: 60px 0;
    border-top: 1px solid #dfe2e5;
    background-color: rgba(0, 0, 0, 0.03);
}

    .portfolio-similar-posts .similar-post-title {
        font-size: 16px;
        text-transform: uppercase;
        color: #3f3f3f;
        margin-bottom: 50px;
        text-align: center;
        letter-spacing: 3px;
    }

    .portfolio-similar-posts ul {
        margin: 0;
        padding: 0;
        line-height: 4px;
        text-align: center;
        width: 100%;
    }

        .portfolio-similar-posts ul li {
            display: inline-block;
            margin: 0;
            padding: 0;
            width: 25%;
        }

@media handheld, only screen and (max-width: 960px) {
    .portfolio-similar-posts ul li {
        width: 33.33%;
    }
}

@media handheld, only screen and (max-width: 780px) {
    .portfolio-similar-posts ul li {
        width: 50%;
    }
}

@media handheld, only screen and (max-width: 550px) {
    .portfolio-similar-posts ul li {
        width: 100%;
    }
}

.portfolio-similar-posts-image {
    position: relative;
    line-height: 4px;
}

    .portfolio-similar-posts-image img {
        width: 100%;
        max-width: 100%;
        position: relative;
    }

    .portfolio-similar-posts-image .image-hover-overlay {
        background-color: #000 !important;
    }

    .portfolio-similar-posts-image .modern-post-type-icon {
        top: 7%;
        display: block;
        width: 100%;
        left: 0;
        margin-left: 0 !important;
        padding: 20px 0;
        height: auto;
    }

    .portfolio-similar-posts-image .portfolio-similar-meta {
        bottom: 0;
    }

    .portfolio-similar-posts-image:hover .modern-post-type-icon {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
        top: 10%;
        color: #fff;
    }

    .portfolio-similar-posts-image:hover .portfolio-similar-meta {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
        bottom: 10px;
    }

    .portfolio-similar-posts-image:hover .image-hover-overlay {
        -moz-opacity: 80;
        -khtml-opacity: 80;
        opacity: 80;
        opacity: 0.8;
    }

.portfolio-similar-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    line-height: 22px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

    .portfolio-similar-meta .the-title {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
    }

    .portfolio-similar-meta .portfolio-categories {
        color: #fff;
    }
/* Modules */
.pricing-table {
    margin: 30px 0 40px;
    text-align: left;
}
/* Offers Column */
.pricing-offer-grid {
    width: 18%;
    display: inline-block;
    vertical-align: top;
}

    .pricing-offer-grid p {
        margin-bottom: 0;
    }

    .pricing-offer-grid .offers ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: right;
    }

        .pricing-offer-grid .offers ul li {
            margin: 0 20px 0 0;
            line-height: 16px;
            padding: 15px 0;
            display: block;
            width: auto;
            font-size: 12px;
            border-bottom: 1px dotted #cccccc;
        }

.no-pricing-offer .pricing-cols {
    width: 100% !important;
}
/* Pricing Columns */
.pricing-cols {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 82%;
    list-style: none;
    text-align: center;
}

    .pricing-cols li {
        padding: 0;
        margin: 0 1px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        max-width: 300px;
    }

        .pricing-cols li.pricing-col {
            position: relative;
            overflow: hidden;
        }

        .pricing-cols li.featured-plan {
            margin: -24px -3px 0 -3px;
        }

            .pricing-cols li.featured-plan .pricing-plan {
                padding: 27px 0;
            }

            .pricing-cols li.featured-plan .pricing-button {
                padding: 22px 0;
            }

        .pricing-cols li.four-table {
            width: 24.5%;
        }

        .pricing-cols li.three-table {
            width: 32.5%;
        }

        .pricing-cols li.two-table {
            width: 49.5%;
        }

        .pricing-cols li.one-table {
            width: 100%;
        }

    .pricing-cols .pricing-heading {
        position: relative;
    }

    .pricing-cols .pricing-plan {
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        padding: 15px 0;
        display: block;
    }

    .pricing-cols .pricing-price {
        height: 120px;
        display: table;
        width: 100%;
    }

        .pricing-cols .pricing-price sub,
        .pricing-cols .pricing-price sup {
            font-size: 24px;
            padding: 0 5px;
        }

        .pricing-cols .pricing-price sub {
            vertical-align: middle;
        }

        .pricing-cols .pricing-price span {
            display: table-cell;
            vertical-align: middle;
            position: relative;
        }

    .pricing-cols .pricing-features ul {
        margin: 0;
        padding: 0;
        position: relative;
    }

        .pricing-cols .pricing-features ul li {
            font-size: 12px;
            line-height: 16px;
            padding: 15px 0;
            display: block;
            margin: 0;
            width: auto;
        }

            .pricing-cols .pricing-features ul li .mk-icon-ok,
            .pricing-cols .pricing-features ul li .mk-icon-check {
                color: #26cca4;
            }

            .pricing-cols .pricing-features ul li .mk-icon-remove {
                color: #e74a4a;
            }

            .pricing-cols .pricing-features ul li .mk-icon-star {
                color: #26cca4;
                margin-left: 3px;
            }

                .pricing-cols .pricing-features ul li .mk-icon-star.empty {
                    color: #b0b0b0;
                }

    .pricing-cols .pricing-features .rating-star {
        line-height: 12px;
        margin: 0 auto;
        font-size: 16px;
        color: #7d7c78;
    }

    .pricing-cols .pricing-button {
        padding: 20px 0;
        border-top: none;
    }

        .pricing-cols .pricing-button a {
            position: relative;
            margin: 0 auto;
            padding: 9px 25px;
        }
/* ********************************************** */
/* Multi color Style */
.multicolor.pricing-table {
    /* Pricing Columns */
}

    .multicolor.pricing-table .pricing-offer-grid {
        padding-top: 166px;
    }

    .multicolor.pricing-table .no-pricing-offer .pricing-cols {
        width: 100% !important;
    }

    .multicolor.pricing-table .pricing-cols {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .multicolor.pricing-table .pricing-cols li {
            padding: 0;
            margin: 0 1px;
            display: inline-block;
            vertical-align: top;
            text-align: center;
        }

            .multicolor.pricing-table .pricing-cols li.pricing-col {
                position: relative;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                overflow: hidden;
            }

            .multicolor.pricing-table .pricing-cols li.featured-plan {
                margin: -24px -3px 0 -3px;
                -webkit-box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.2);
            }

                .multicolor.pricing-table .pricing-cols li.featured-plan .pricing-plan {
                    padding: 27px 0;
                }

                .multicolor.pricing-table .pricing-cols li.featured-plan .pricing-button {
                    padding: 22px 0;
                }

        .multicolor.pricing-table .pricing-cols .pricing-heading {
            -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
        }

            .multicolor.pricing-table .pricing-cols .pricing-heading .premium-ribbon {
                background-color: #ffd565;
                color: #7b683c;
                width: 120px;
                line-height: 12px;
                font-size: 10px;
                font-weight: bold;
                padding: 4px 0;
                display: inline-block;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                position: absolute;
                left: -33px;
                top: 16px;
                text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
                -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
            }

        .multicolor.pricing-table .pricing-cols .pricing-plan {
            color: #fff;
            font-weight: lighter;
            font-size: 16px;
            line-height: 16px;
            text-transform: uppercase;
            padding: 15px 0;
            background-color: rgba(0, 0, 0, 0.2);
            display: block;
            text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
        }

        .multicolor.pricing-table .pricing-cols .pricing-price {
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            height: 120px;
            display: table;
            width: 100%;
        }

            .multicolor.pricing-table .pricing-cols .pricing-price sub,
            .multicolor.pricing-table .pricing-cols .pricing-price sup {
                font-size: 24px;
                padding: 0 5px;
                font-weight: normal;
            }

            .multicolor.pricing-table .pricing-cols .pricing-price sub {
                vertical-align: middle;
                font-size: 16px;
            }

            .multicolor.pricing-table .pricing-cols .pricing-price span {
                font-size: 65px;
                color: #fff;
                font-weight: 700;
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
            }

@media handheld, only screen and (max-width: 960px) {
    .multicolor.pricing-table .pricing-cols .pricing-price span {
        font-size: 40px;
    }
}

.multicolor.pricing-table .pricing-cols .pricing-features ul {
    margin: 0;
    padding: 0;
    position: relative;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

    .multicolor.pricing-table .pricing-cols .pricing-features ul li {
        font-size: 12px;
        line-height: 16px;
        padding: 15px 0;
        display: block;
        margin: 0;
        width: auto;
        background-color: #f6f6f6;
    }

        .multicolor.pricing-table .pricing-cols .pricing-features ul li:nth-child(odd) {
            background-color: #eeeeee;
        }

        .multicolor.pricing-table .pricing-cols .pricing-features ul li i:before {
            font-size: 16px;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
        }

        .multicolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-ok {
            color: #26cca4;
        }

        .multicolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-remove {
            color: #e74a4a;
        }

        .multicolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-star {
            color: #26cca4;
            margin-left: 3px;
        }

            .multicolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-star.empty {
                color: #b0b0b0;
            }

.multicolor.pricing-table .pricing-cols .pricing-features .rating-star {
    line-height: 12px;
    margin: 0 auto;
    font-size: 16px;
    color: #7d7c78;
}

.multicolor.pricing-table .pricing-cols .pricing-button {
    padding: 20px 0;
    background-color: #f6f6f6;
    border: 1px solid #e8e8e8;
    border-top: none;
}

    .multicolor.pricing-table .pricing-cols .pricing-button a {
        position: relative;
        margin: 0 auto;
        padding: 9px 25px;
    }
/* ********************************** */
/* Mono  color Style */
.monocolor.pricing-table {
    /* Pricing Columns */
}

    .monocolor.pricing-table .pricing-offer-grid {
        padding-top: 178px;
    }

        .monocolor.pricing-table .pricing-offer-grid .offers ul {
            border-right: none;
        }

            .monocolor.pricing-table .pricing-offer-grid .offers ul li {
                padding: 13px 0;
            }

    .monocolor.pricing-table .no-pricing-offer .pricing-cols {
        width: 100% !important;
    }

    .monocolor.pricing-table .pricing-cols li {
        padding: 0;
        margin: 0;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

        .monocolor.pricing-table .pricing-cols li.pricing-col {
            position: relative;
            overflow: hidden;
            border: 1px solid #dddddd;
            border-left: none;
            background-color: #fff;
        }

            .monocolor.pricing-table .pricing-cols li.pricing-col:first-child {
                border-left: 1px solid #dddddd;
            }

        .monocolor.pricing-table .pricing-cols li.featured-plan {
            margin: -20px -3px 0 -3px;
            -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
        }

            .monocolor.pricing-table .pricing-cols li.featured-plan .pricing-button {
                padding: 35px 0;
            }

    .monocolor.pricing-table .pricing-cols .pricing-heading {
        background-color: #f6f6f6;
        border-bottom: 1px solid #dddddd;
    }

    .monocolor.pricing-table .pricing-cols .pricing-plan {
        color: #666666;
        font-weight: bold;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        padding: 20px 0;
        background-color: #efefef;
        display: block;
        border-bottom: 1px solid #dddddd;
    }

    .monocolor.pricing-table .pricing-cols .pricing-price {
        height: 120px;
        display: table;
        width: 100%;
    }

        .monocolor.pricing-table .pricing-cols .pricing-price sub,
        .monocolor.pricing-table .pricing-cols .pricing-price sup {
            font-size: 24px;
            padding: 0 5px;
        }

        .monocolor.pricing-table .pricing-cols .pricing-price sub {
            display: block;
            margin: 30px 0 0 20px;
            text-align: center;
            font-size: 16px;
            color: #666666;
        }

        .monocolor.pricing-table .pricing-cols .pricing-price span {
            font-size: 70px;
            font-weight: lighter;
        }

    .monocolor.pricing-table .pricing-cols .pricing-features ul {
        margin: 0;
        padding: 0;
        position: relative;
    }

        .monocolor.pricing-table .pricing-cols .pricing-features ul li {
            font-size: 12px;
            line-height: 16px;
            padding: 13px 0;
            margin: 0 10px;
            display: block;
            width: auto;
            background-color: #fff;
            border-bottom: 1px dotted #dddddd;
        }

            .monocolor.pricing-table .pricing-cols .pricing-features ul li:last-child {
                border: none;
            }

            .monocolor.pricing-table .pricing-cols .pricing-features ul li i:before {
                font-size: 16px;
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
            }

            .monocolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-ok {
                color: #26cca4;
            }

            .monocolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-remove {
                color: #e74a4a;
            }

            .monocolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-star {
                color: #26cca4;
                margin-left: 3px;
            }

                .monocolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-star.empty {
                    color: #b0b0b0;
                }

    .monocolor.pricing-table .pricing-cols .pricing-features .rating-star {
        line-height: 12px;
        margin: 0 auto;
        font-size: 16px;
        color: #7d7c78;
    }

    .monocolor.pricing-table .pricing-cols .pricing-button {
        padding: 15px 0;
        border-top: none;
        border-top: 1px solid #dddddd;
        background-color: #f6f6f6;
    }

        .monocolor.pricing-table .pricing-cols .pricing-button a {
            position: relative;
            margin: 0 auto;
            padding: 9px 25px;
        }

@media handheld, only screen and (max-width: 960px) {
    .pricing-offer-grid {
        display: none;
    }

    .pricing-cols {
        width: 100% !important;
    }
}

@media handheld, only screen and (max-width: 767px) {
    .pricing-cols .pricing-col {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .pricing-cols li {
        max-width: 100% !important;
    }

    .monocolor.pricing-table .pricing-col {
        border-left: 1px solid #ddd !important;
    }

    .monocolor.pricing-table .pricing-cols li.featured-plan {
        margin: 0 0 20px 0 !important;
        border: 1px solid #ff7b00 !important;
    }
}

.mk-flexsldier-slideshow {
    background-image: url(../../images/flexslider-bg-gradient.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    display: block;
    margin: 0 auto;
    padding: 40px 0 60px;
}

    .mk-flexsldier-slideshow.flexslider-thumbnail {
        padding-bottom: 100px;
    }

    .mk-flexsldier-slideshow .mk-flexslider-wrapper {
        margin: 0 auto;
        position: relative;
        -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    }

    .mk-flexsldier-slideshow .mk-flex-caption {
        padding: 20px;
        display: block;
        width: 600px;
        position: absolute;
        bottom: 0px;
        left: 200px;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

        .mk-flexsldier-slideshow .mk-flex-caption .flex-title {
            font-size: 18px;
            line-height: 42px;
            display: inline;
            background-color: #000 !important;
            box-shadow: 8px 0 0 #000000, -8px 0 0 0 #000000 !important;
            padding: 8px 0;
            text-transform: uppercase;
            font-weight: bold;
        }

            .mk-flexsldier-slideshow .mk-flex-caption .flex-title span {
                color: #fff;
            }

        .mk-flexsldier-slideshow .mk-flex-caption .flex-desc {
            font-size: 12px;
            font-weight: bold;
            line-height: 28px;
            display: inline;
            padding: 8px 0;
            margin-left: 0;
        }

            .mk-flexsldier-slideshow .mk-flex-caption .flex-desc span {
                color: #000;
                text-transform: uppercase;
                padding: 5px 0;
            }

    .mk-flexsldier-slideshow .flex-control-nav {
        display: block;
        bottom: -40px;
    }

        .mk-flexsldier-slideshow .flex-control-nav li a {
            width: 6px;
            height: 14px;
            display: block;
            padding: 0;
        }

            .mk-flexsldier-slideshow .flex-control-nav li a i {
                font-size: 12px;
                color: #fff;
            }

            .mk-flexsldier-slideshow .flex-control-nav li a.flex-active i:before {
                content: "\f111" !important;
            }

    .mk-flexsldier-slideshow .flex-direction-nav a {
        width: 42px;
        height: 42px;
        line-height: 42px;
        top: 50%;
        margin-top: -20px;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        text-align: center;
        opacity: 0;
    }

        .mk-flexsldier-slideshow .flex-direction-nav a:hover {
            background-color: rgba(0, 0, 0, 0.6);
        }

        .mk-flexsldier-slideshow .flex-direction-nav a i {
            font-size: 16px;
            color: #fff;
        }

    .mk-flexsldier-slideshow .flex-direction-nav .flex-next {
        right: 40px;
    }

    .mk-flexsldier-slideshow .flex-direction-nav .flex-prev {
        left: 40px;
    }

    .mk-flexsldier-slideshow:hover .flex-direction-nav .flex-next {
        right: 20px;
        opacity: 1;
    }

    .mk-flexsldier-slideshow:hover .flex-direction-nav .flex-prev {
        left: 20px;
        opacity: 1;
    }

@media handheld, only screen and (max-width: 960px) {
    .mk-flexsldier-slideshow .mk-flex-caption {
        top: 0 !important;
        padding: 10px !important;
    }
}

@media handheld, only screen and (max-width: 480px) {
    .mk-flexsldier-slideshow .mk-flex-caption {
        display: none !important;
    }
}
/* *
*
-------------------------- WIDGETS SECTION -----------------------------
*
* */
.widget {
    overflow: hidden;
    margin-bottom: 40px;
}

.mk-side-dashboard .widget {
    margin-bottom: 20px;
}

.widgettitle {
    position: relative;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

#mk-sidebar ul,
#mk-footer ul,
.mk-side-dashboard .widget ul {
    margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_authors li,
.widget_contact_info li,
.widget_popular_posts li,
.widget_text li,
.widget_popular_tags li,
.widget_recent_posts li,
.widget_twitter li,
.widget_pages li,
.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li,
.widget_product_categories li {
    margin: 0;
    list-style: none;
}

    .widget_archive li a,
    .widget_recent_comments .recentcomments,
    .widget_categories li a,
    .widget_links li a,
    .widget_meta li a,
    .widget_contact_info li a,
    .widget_popular_tags li a,
    .widget_pages li a,
    .widget_text li a,
    .widget_recent_entries li a {
        display: inline-block;
        margin: 0 0 8px 0;
        text-decoration: none;
        line-height: 18px;
    }

        .widget_archive li a:before,
        .widget_categories li a:before,
        .widget_nav_menu li a:before,
        .widget_links li a:before,
        .widget_pages li a:before,
        .widget_meta li a:before,
        .widget_authors li a:before,
        .widget_popular_tags li a:before,
        .widget_rss li a:before,
        .tw_list .tweet_list li a:before,
        .widget_product_categories li a:before {
            margin-right: 7px;
            content: "\f105";
            font-size: 12px;
        }

    .widget_recent_entries li a {
        margin-left: 0 !important;
    }
/* Widgets:List Widgets with divider
-------------------------------------------------------------------- */
.widget.widget_recent_entries li a,
.widget.widget_meta li a,
.widget.widget_links li a,
.widget.widget_categories li a,
.widget.widget_archive li a,
.widget.widget_pages li a {
    margin: 5px 0px;
}

.widget.widget_recent_entries .sub-menu li,
.widget.widget_meta .sub-menu li,
.widget.widget_links .sub-menu li,
.widget.widget_categories .sub-menu li,
.widget.widget_archive .sub-menu li,
.widget.widget_pages .sub-menu li {
    margin-left: 0;
    border-top: 1px solid rgba(128, 128, 128, 0.1);
}
/* Widget:Sub Navigation
-------------------------------------------------------------------- */
.widget-sub-navigation,
.widget_nav_menu,
.widget_product_categories {
    padding: 4px;
}

    .widget-sub-navigation > ul,
    .widget_nav_menu > ul,
    .widget_product_categories > ul {
        border: 1px solid #ebebeb;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .widget-sub-navigation ul.menu,
    .widget_nav_menu ul.menu,
    .widget_product_categories ul.menu {
        border: 1px solid #ebebeb;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .widget-sub-navigation ul,
    .widget_nav_menu ul,
    .widget_product_categories ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .widget-sub-navigation ul li,
        .widget_nav_menu ul li,
        .widget_product_categories ul li {
            margin: 0;
            border-bottom: 1px solid #ebebeb;
        }

            .widget-sub-navigation ul li:last-child,
            .widget_nav_menu ul li:last-child,
            .widget_product_categories ul li:last-child {
                border-bottom: none !important;
            }

            .widget-sub-navigation ul li a,
            .widget_nav_menu ul li a,
            .widget_product_categories ul li a {
                display: block;
                padding: 6px 10px;
            }

            .widget-sub-navigation ul li.current_page_item a,
            .widget_nav_menu ul li.current_page_item a,
            .widget_product_categories ul li.current_page_item a {
                background-color: rgba(0, 0, 0, 0.03);
                font-weight: bold;
            }

        .widget-sub-navigation ul .page_item_has_children,
        .widget_nav_menu ul .page_item_has_children,
        .widget_product_categories ul .page_item_has_children,
        .widget-sub-navigation ul.menu > .menu-item-has-children,
        .widget_nav_menu ul.menu > .menu-item-has-children,
        .widget_product_categories ul.menu > .menu-item-has-children,
        .widget-sub-navigation ul .cat-parent,
        .widget_nav_menu ul .cat-parent,
        .widget_product_categories ul .cat-parent {
            position: relative;
        }

            .widget-sub-navigation ul .page_item_has_children:before,
            .widget_nav_menu ul .page_item_has_children:before,
            .widget_product_categories ul .page_item_has_children:before,
            .widget-sub-navigation ul.menu > .menu-item-has-children:before,
            .widget_nav_menu ul.menu > .menu-item-has-children:before,
            .widget_product_categories ul.menu > .menu-item-has-children:before,
            .widget-sub-navigation ul .cat-parent:before,
            .widget_nav_menu ul .cat-parent:before,
            .widget_product_categories ul .cat-parent:before {
                content: "+";
                font-size: 16px;
                display: block;
                position: absolute;
                top: 6px;
                right: 9px;
                font-weight: bold;
                color: rgba(128, 128, 128, 0.5);
            }

            .widget-sub-navigation ul .page_item_has_children > ul,
            .widget_nav_menu ul .page_item_has_children > ul,
            .widget_product_categories ul .page_item_has_children > ul,
            .widget-sub-navigation ul.menu > .menu-item-has-children > ul,
            .widget_nav_menu ul.menu > .menu-item-has-children > ul,
            .widget_product_categories ul.menu > .menu-item-has-children > ul,
            .widget-sub-navigation ul .cat-parent > ul,
            .widget_nav_menu ul .cat-parent > ul,
            .widget_product_categories ul .cat-parent > ul {
                border-top: 1px solid #ebebeb;
                display: none;
            }

                .widget-sub-navigation ul .page_item_has_children > ul ul,
                .widget_nav_menu ul .page_item_has_children > ul ul,
                .widget_product_categories ul .page_item_has_children > ul ul,
                .widget-sub-navigation ul.menu > .menu-item-has-children > ul ul,
                .widget_nav_menu ul.menu > .menu-item-has-children > ul ul,
                .widget_product_categories ul.menu > .menu-item-has-children > ul ul,
                .widget-sub-navigation ul .cat-parent > ul ul,
                .widget_nav_menu ul .cat-parent > ul ul,
                .widget_product_categories ul .cat-parent > ul ul {
                    border-top: 1px solid #ebebeb;
                }

                .widget-sub-navigation ul .page_item_has_children > ul > li a,
                .widget_nav_menu ul .page_item_has_children > ul > li a,
                .widget_product_categories ul .page_item_has_children > ul > li a,
                .widget-sub-navigation ul.menu > .menu-item-has-children > ul > li a,
                .widget_nav_menu ul.menu > .menu-item-has-children > ul > li a,
                .widget_product_categories ul.menu > .menu-item-has-children > ul > li a,
                .widget-sub-navigation ul .cat-parent > ul > li a,
                .widget_nav_menu ul .cat-parent > ul > li a,
                .widget_product_categories ul .cat-parent > ul > li a {
                    padding-left: 10px;
                }

        .widget_product_categories ul li a {
            display: inline-block !important;
        }

#mk-footer .widget-sub-navigation ul,
#mk-footer .widget_nav_menu ul {
    border: none !important;
}

    #mk-footer .widget-sub-navigation ul li,
    #mk-footer .widget_nav_menu ul li {
        border: none !important;
    }

        #mk-footer .widget-sub-navigation ul li a,
        #mk-footer .widget_nav_menu ul li a {
            padding: 5px 0;
        }

            #mk-footer .widget-sub-navigation ul li a:before,
            #mk-footer .widget_nav_menu ul li a:before {
                display: none;
            }

.widget_tag_cloud a {
    display: inline-block;
    margin: 8px 3px 0 0;
    padding: 8px 10px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
    font-size: 12px !important;
    line-height: 100%;
}
/* Widgets:CONTACT FORM
-------------------------------------------------------------------- */
.widget_contact_form {
    padding-bottom: 5px;
}

    .widget_contact_form .text-input {
        margin-bottom: 6px;
        width: 80%;
    }

    .widget_contact_form .textarea {
        margin-bottom: 10px;
        width: 100%;
        height: 120px;
    }

    .widget_contact_form .mk-form-row-widget {
        position: relative;
    }

    .widget_contact_form .mk-contact-button {
        color: #fff !important;
    }

    .widget_contact_form .captcha-change-image {
        display: block;
        font-size: 10px;
    }

    .widget_contact_form .captcha-image {
        max-height: 50px;
    }

.mk-invalid {
    border: 1px solid #fd5e5e !important;
}

#mk-footer .widget_contact_form .text-input,
#mk-footer .widget_contact_form .textarea {
    border-color: rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.03);
}
/* Widgets:CONTACT INFO
-------------------------------------------------------------------- */
.widget_contact_info ul {
    margin: 0;
    padding: 0;
}

    .widget_contact_info ul li {
        position: relative;
        display: block;
        margin: 0 0 8px 0;
        padding: 0 0 0 25px;
        line-height: 20px;
    }

        .widget_contact_info ul li a {
            margin: 0;
        }

        .widget_contact_info ul li i {
            position: absolute;
            top: 0;
            left: 0;
            color: #b2b2b2;
            font-size: 14px;
            line-height: 20px;
        }

.widget .mk-contact-form {
    position: relative;
}

    .widget .mk-contact-form .mk-contact-loading,
    .widget .mk-contact-form .mk-contact-success {
        position: absolute;
        right: 0;
        bottom: 20px;
        width: 16px;
        height: 16px;
        font-size: 16px;
    }
/* Widgets:FLICKR FEEDS
-------------------------------------------------------------------- */
.flickr-widget-wrapper .flickr_badge_image {
    position: relative;
    display: inline-block;
    margin: 5px;
    padding: 0;
}

    .flickr-widget-wrapper .flickr_badge_image:hover {
        -moz-opacity: 80;
        -khtml-opacity: 80;
        opacity: 80;
        opacity: 0.8;
    }

    .flickr-widget-wrapper .flickr_badge_image img {
        width: 72px;
        height: 72px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
/* Widgets:INSTAGRAM FEEDS
-------------------------------------------------------------------- */
.mk-instagram-feeds .item-holder {
    margin: 0 2px 2px 0;
    position: relative;
}

.mk-instagram-feeds a {
    line-height: 4px;
    float: left;
}

.mk-instagram-feeds .featured-image {
    line-height: 4px;
}

    .mk-instagram-feeds .featured-image img {
        position: relative;
    }

.mk-instagram-feeds .one-columns {
    width: 100%;
}

.mk-instagram-feeds .two-columns {
    width: 49.9%;
}

.mk-instagram-feeds .three-columns {
    width: 33.2%;
}

.mk-instagram-feeds .four-columns {
    width: 24.9%;
}

.mk-instagram-feeds .five-columns {
    width: 19.9%;
}

@media handheld, only screen and (max-width: 600px) {
    .mk-instagram-feeds .five-columns,
    .mk-instagram-feeds .four-columns,
    .mk-instagram-feeds .three-columns {
        width: 50% !important;
    }
}
/* Widgets:POPULAR POSTS,
Recent Posts,
Related Posts
-------------------------------------------------------------------- */
.widget_posts_lists ul li {
    overflow: hidden;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

    .widget_posts_lists ul li .post-list-thumb {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 0 7px 0 0;
    }

    .widget_posts_lists ul li .post-list-info {
        margin: 0 10px 5px 100px;
    }

        .widget_posts_lists ul li .post-list-info.posts-no-thumb {
            margin-left: 0;
        }

    .widget_posts_lists ul li .post-list-title {
        display: block;
        font-size: 13px;
        line-height: 18px;
    }

    .widget_posts_lists ul li .post-list-meta {
        display: block;
        padding-top: 4px;
        font-size: 11px;
        line-height: 16px;
        font-style: italic;
    }

        .widget_posts_lists ul li .post-list-meta time {
            color: #999999;
        }
/* Widgets:SOCIAL NETWORKS
-------------------------------------------------------------------- */
.widget_social_networks .align-left {
    text-align: left;
}

.widget_social_networks .align-center {
    text-align: center;
}

.widget_social_networks .align-right {
    text-align: right;
}

.widget_social_networks a {
    position: relative;
    display: inline-block;
    margin: 5px 15px 5px 0;
    line-height: 100%;
    -moz-opacity: 50;
    -khtml-opacity: 50;
    opacity: 50;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .widget_social_networks a:hover {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .widget_social_networks a.mk-square-pointed,
    .widget_social_networks a.mk-square-rounded,
    .widget_social_networks a.mk-circle-frame {
        background-color: #ffffff;
        background-color: rgba(50, 50, 50, 0);
    }

        .widget_social_networks a.mk-square-pointed i,
        .widget_social_networks a.mk-square-rounded i,
        .widget_social_networks a.mk-circle-frame i {
            display: inline-block;
        }

        .widget_social_networks a.mk-square-pointed.small i,
        .widget_social_networks a.mk-square-rounded.small i,
        .widget_social_networks a.mk-circle-frame.small i {
            padding: 8px;
        }

        .widget_social_networks a.mk-square-pointed.medium i,
        .widget_social_networks a.mk-square-rounded.medium i,
        .widget_social_networks a.mk-circle-frame.medium i {
            padding: 12px;
        }

        .widget_social_networks a.mk-square-pointed.large i,
        .widget_social_networks a.mk-square-rounded.large i,
        .widget_social_networks a.mk-circle-frame.large i {
            padding: 16px;
        }

        .widget_social_networks a.mk-square-pointed.dark,
        .widget_social_networks a.mk-square-rounded.dark,
        .widget_social_networks a.mk-circle-frame.dark {
            border: 1px solid #828282;
        }

        .widget_social_networks a.mk-square-pointed.light,
        .widget_social_networks a.mk-square-rounded.light,
        .widget_social_networks a.mk-circle-frame.light {
            border: 1px solid #ebebeb;
        }

        .widget_social_networks a.mk-square-pointed.custom,
        .widget_social_networks a.mk-square-rounded.custom,
        .widget_social_networks a.mk-circle-frame.custom {
            border: 1px solid #828282;
        }

    .widget_social_networks a.mk-circle-frame {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .widget_social_networks a.mk-square-rounded {
        border-radius: 15%;
    }

    .widget_social_networks a.dark,
    .widget_social_networks a.dark:hover {
        color: #828282;
    }

    .widget_social_networks a.light,
    .widget_social_networks a.light:hover {
        color: #ebebeb;
    }

    .widget_social_networks a.small i {
        font-size: 16px;
    }

    .widget_social_networks a.medium i {
        font-size: 24px;
    }

    .widget_social_networks a.large i {
        font-size: 32px;
    }

.mk-jupiter-icon-xing:before,
.mk-jupiter-icon-square-xing:before,
.mk-jupiter-icon-simple-xing:before {
    vertical-align: top !important;
    line-height: 1 !important;
}
/* Widgets:TESTIMONIAL SLIDER
-------------------------------------------------------------------- */
.widget_testimonials .widgettitle {
    margin-bottom: -17px;
}

.widget_testimonials .testimonial-slider li {
    margin: 0;
}

.widget_testimonials .testimonial-slider .testimonial-quote {
    position: relative;
    padding: 15px;
    border: 1px solid #ededed;
    background-color: #fafafa;
    color: #808080 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .widget_testimonials .testimonial-slider .testimonial-quote:after {
        position: absolute;
        bottom: -7px;
        left: 20px;
        display: block;
        width: 14px;
        height: 14px;
        border: 1px solid #ededed;
        border-top: none;
        border-left: none;
        background-color: #fafafa;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

.widget_testimonials .testimonial-slider .testimonial-author {
    display: block;
    margin: 25px 0 7px 20px;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
}

.widget_testimonials .testimonial-slider .testimonial-position {
    display: block;
    margin-left: 20px;
    font-size: 11px;
    line-height: 12px;
}

.widget_testimonials .testimonial-slider .testimonial-author-image {
    display: inline-block;
    float: left;
    margin: 18px 10px 3px 5px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.testimonial-slider.mk-flexslider {
    padding: 35px 0 0 0px;
}

    .testimonial-slider.mk-flexslider .flex-direction-nav {
        position: absolute;
        top: 0px;
        right: 5px;
    }

        .testimonial-slider.mk-flexslider .flex-direction-nav .mk-jupiter-icon-arrow-left:before,
        .testimonial-slider.mk-flexslider .flex-direction-nav .mk-jupiter-icon-arrow-right:before {
            color: #aaaaaa;
        }

        .testimonial-slider.mk-flexslider .flex-direction-nav a {
            right: 0px !important;
            width: 10px;
            height: 11px;
        }

        .testimonial-slider.mk-flexslider .flex-direction-nav .flex-prev {
            margin-right: 15px;
        }
/* Widgets:MINI SLIDESHOW
-------------------------------------------------------------------- */
.mk-widget-mini-slideshow.mk-flexslider li img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mk-widget-mini-slideshow.mk-flexslider .flex-direction-nav a {
    top: 50%;
    width: 18px;
    height: 18px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    position: absolute;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    color: #fff;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .mk-widget-mini-slideshow.mk-flexslider .flex-direction-nav a:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .mk-widget-mini-slideshow.mk-flexslider .flex-direction-nav a .mk-jupiter-icon-arrow-left:before,
    .mk-widget-mini-slideshow.mk-flexslider .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
        color: #fff;
    }

.mk-widget-mini-slideshow.mk-flexslider .flex-prev {
    left: 10px;
}

.mk-widget-mini-slideshow.mk-flexslider .flex-next {
    right: 10px;
}

.mk-widget-mini-slideshow.mk-flexslider:hover .flex-direction-nav a {
    -moz-opacity: 100;
    -khtml-opacity: 100;
    filter: alpha(opacity=100);
    opacity: 100;
    opacity: 1;
}
/* Widgets:NEWS FEED
-------------------------------------------------------------------- */
.widget_news_feed {
    padding-bottom: 5px;
}

    .widget_news_feed .widgettitle {
        margin-bottom: -18px;
    }

    .widget_news_feed .mk-flexslider {
        padding-top: 30px;
    }

    .widget_news_feed .flex-direction-nav {
        position: absolute;
        top: 0px;
        right: 5px;
    }

        .widget_news_feed .flex-direction-nav .mk-jupiter-icon-arrow-left:before,
        .widget_news_feed .flex-direction-nav .mk-jupiter-icon-arrow-right:before {
            color: #aaaaaa;
        }

        .widget_news_feed .flex-direction-nav a {
            right: 0px !important;
            width: 10px;
            height: 11px;
        }

        .widget_news_feed .flex-direction-nav .flex-prev {
            margin-right: 18px;
        }

    .widget_news_feed .mk-button {
        float: right;
        margin-top: 8px;
        color: #fff !important;
    }

.news-widget-thumbnail {
    display: block;
    margin-bottom: 10px;
}

    .news-widget-thumbnail img {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

.news-widget-title {
    margin-bottom: 5px;
}

    .news-widget-title a {
        display: block;
        font-weight: bold;
        font-size: 13px;
        line-height: 18px;
    }

.news-widget-excerpt p {
    margin: 0;
    line-height: 18px;
}
/* Widgets:RECENT PORTFOLIOS
-------------------------------------------------------------------- */
.widget_recent_portfolio {
    overflow: visible;
}

    .widget_recent_portfolio ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .widget_recent_portfolio ul li {
            position: relative;
            float: left;
            margin: 0 8px 8px 0;
            padding: 0;
        }

            .widget_recent_portfolio ul li:hover .widget-portfolio-overlay {
                -moz-opacity: 50;
                -khtml-opacity: 50;
                opacity: 50;
                opacity: 0.5;
            }

            .widget_recent_portfolio ul li:hover .portfolio-widget-lightbox {
                right: 25px;
                -moz-opacity: 100;
                -khtml-opacity: 100;
                opacity: 100;
                opacity: 1;
            }

            .widget_recent_portfolio ul li:hover .portfolio-widget-permalink {
                left: 25px;
                -moz-opacity: 100;
                -khtml-opacity: 100;
                opacity: 100;
                opacity: 1;
            }

.portfolio-widget-thumb {
    position: relative;
    display: block;
}

.widget-portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.portfolio-widget-lightbox,
.portfolio-widget-permalink {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

    .portfolio-widget-lightbox i,
    .portfolio-widget-permalink i {
        color: #fff;
        font-size: 18px;
    }

    .portfolio-widget-lightbox:hover,
    .portfolio-widget-permalink:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

.portfolio-widget-lightbox {
    right: 0px;
}

.portfolio-widget-permalink {
    left: 0px;
}

.portfolio-widget-info {
    position: absolute;
    top: 120px;
    left: 0;
    padding: 10px;
    width: 100%;
    background-color: #333333;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    background-clip: padding-box;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.portfolio-widget-title {
    display: inline-block;
    color: #fff !important;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px !important;
}

.portfolio-widget-cats {
    display: block;
    line-height: 16px;
}
/* Widgets:TWITTER FEEDS
-------------------------------------------------------------------- */
.mk-tweet-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mk-tweet-list li {
        position: relative;
        padding: 10px;
    }

        .mk-tweet-list li:before {
            position: absolute;
            content: "\f099";
            font-size: 18px;
        }

        .mk-tweet-list li .tweet-text {
            display: block;
        }

        .mk-tweet-list li .tweet-time {
            display: block;
        }

    .mk-tweet-list.light li {
        margin: 0 0 10px 35px;
        border: 1px solid #e6e6e6;
        background-color: #f9f9f9;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .mk-tweet-list.light li:after {
            position: absolute;
            top: 15px;
            left: -6px;
            display: block;
            width: 12px;
            height: 12px;
            border: 1px solid #e6e6e6;
            border-right: none;
            border-bottom: none;
            background-color: #f9f9f9;
            content: "";
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
        }

        .mk-tweet-list.light li:before {
            top: 12px;
            left: -35px;
            background: -webkit-linear-gradient(#0ed4fd, #14cdf2);
            color: #14cef4;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .mk-tweet-list.dark li {
        margin: 0 0 10px 35px;
        padding: 0 0 15px 0;
        color: #fff;
        line-height: 20px;
    }

        .mk-tweet-list.dark li:before {
            top: 5px;
            left: -30px;
            color: #b7b9ba;
            color: rgba(128, 128, 128, 0.3);
        }
/* Widgets:SEARCH FORM
-------------------------------------------------------------------- */
.widget .mk-searchform {
    position: relative;
}

    .widget .mk-searchform .text-input {
        margin: 0;
        padding: 12px 28px 12px 15px;
        width: 100%;
        border: 2px solid rgba(0, 0, 0, 0.12);
    }

        .widget .mk-searchform .text-input:focus {
            border-color: rgba(0, 0, 0, 0.25);
        }

    .widget .mk-searchform .mk-icon-search {
        position: absolute;
        top: 13px;
        right: 14px;
        font-size: 16px;
        -moz-opacity: 40;
        -khtml-opacity: 40;
        opacity: 40;
        opacity: 0.4;
    }

        .widget .mk-searchform .mk-icon-search:hover {
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

    .widget .mk-searchform .search-button {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        outline: none;
        border: none;
        background-color: transparent;
    }

#mk-footer .mk-searchform .search-button {
    color: #fff;
}

#mk-footer .mk-searchform .mk-icon-search {
    color: rgba(255, 255, 255, 0.3);
}

#mk-footer .mk-searchform .text-input {
    border-color: rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.03);
}

    #mk-footer .mk-searchform .text-input:focus {
        border-color: rgba(255, 255, 255, 0.08);
    }
/* Widgets:CALENDAR
-------------------------------------------------------------------- */
#calendar_wrap {
    position: relative;
    margin: 5px;
    padding: 0;
    border: 1px solid #dbdbdb;
    background: #f6f6f6;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
}

#wp-calendar {
    margin: 0 !important;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

    #wp-calendar thead {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        color: #666666;
        font-size: 12px;
    }

    #wp-calendar caption {
        padding: 12px;
        background-color: #f2f2f2;
        background-color: rgba(0, 0, 0, 0.05);
        color: #666666;
        font-weight: bold;
        font-size: 12px;
        line-height: 10px;
    }

    #wp-calendar th,
    #wp-calendar th {
        padding: 10px 5px;
        color: #787573;
    }

    #wp-calendar tbody td {
        padding: 12px 2px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        background-color: #fff;
        color: #333333;
        text-align: center;
        font-weight: bold;
        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: 4px;
        display: block;
        margin: 0;
        padding: 0;
        background: 0;
    }

        #wp-calendar #next a,
        #wp-calendar #prev a {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            text-indent: -9999px;
        }

    #wp-calendar #prev {
        left: 5px;
        width: 18px;
        height: 18px;
        border: 0;
    }

        #wp-calendar #prev:before {
            content: "\f053";
            text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
        }

    #wp-calendar #next {
        right: 5px;
        width: 18px;
        height: 18px;
        border: 0;
    }

        #wp-calendar #next:before {
            content: "\f054";
            text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
        }

    #wp-calendar tfoot .pad {
        display: none;
    }

@media handheld, only screen and (max-width: 960px) {
    #calendar_wrap {
        width: 300px;
    }
}
/* Widgets:RECENT COMMENTS
-------------------------------------------------------------------- */
.widget_recent_comments li {
    display: block;
    margin: 0 !important;
    padding: 10px 0 !important;
    width: 100%;
    border-top: 1px solid rgba(128, 128, 128, 0.1);
}

    .widget_recent_comments li:first-child {
        border-top: none;
    }

    .widget_recent_comments li:before {
        margin-right: 7px;
        color: #b2b2b2;
        content: "\f0e5";
        font-size: 16px;
    }
/* Widgets:Quick Contact Form
-------------------------------------------------------------------- */
.mk-quick-contact-wrapper {
    position: fixed;
    right: 10px;
    bottom: 15px;
    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);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .mk-quick-contact-wrapper.off {
        right: 10px;
    }

    .mk-quick-contact-wrapper.on {
        right: 70px;
    }

    .mk-quick-contact-wrapper .mk-quick-contact-title {
        margin-bottom: 5px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
        font-size: 13px;
    }

    .mk-quick-contact-wrapper p {
        color: #888;
    }

    .mk-quick-contact-wrapper .mk-contact-form {
        position: relative;
    }

        .mk-quick-contact-wrapper .mk-contact-form .text-input,
        .mk-quick-contact-wrapper .mk-contact-form .textarea {
            padding: 11px;
            width: 240px;
            border: 0;
            margin-bottom: 7px;
            font-size: 14px;
            border: 1px solid transparent;
            background-color: #f7f7f7;
        }

            .mk-quick-contact-wrapper .mk-contact-form .text-input:focus,
            .mk-quick-contact-wrapper .mk-contact-form .textarea:focus {
                background-color: #fff;
                color: #666666;
            }

            .mk-quick-contact-wrapper .mk-contact-form .text-input::-webkit-input-placeholder,
            .mk-quick-contact-wrapper .mk-contact-form .textarea::-webkit-input-placeholder {
                font-size: 12px;
                color: #999;
            }

            .mk-quick-contact-wrapper .mk-contact-form .text-input:-ms-input-placeholder,
            .mk-quick-contact-wrapper .mk-contact-form .textarea:-ms-input-placeholder {
                font-size: 12px;
                color: #999;
            }

            .mk-quick-contact-wrapper .mk-contact-form .text-input:-moz-placeholder,
            .mk-quick-contact-wrapper .mk-contact-form .textarea:-moz-placeholder {
                font-size: 12px;
                color: #999;
            }

        .mk-quick-contact-wrapper .mk-contact-form .textarea {
            height: 100px;
            margin-bottom: 10px;
        }

        .mk-quick-contact-wrapper .mk-contact-form .btn-cont {
            text-align: center;
        }

            .mk-quick-contact-wrapper .mk-contact-form .btn-cont .mk-button {
                margin: 10px auto;
            }

        .mk-quick-contact-wrapper .mk-contact-form .mk-contact-loading,
        .mk-quick-contact-wrapper .mk-contact-form .mk-contact-success {
            right: 10px;
            bottom: 12px;
        }

#mk-quick-contact {
    position: absolute;
    right: -3px;
    bottom: 60px;
    display: none;
    padding: 25px 12px;
    background-color: #e8e8e8;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
}

    #mk-quick-contact .bottom-arrow {
        position: absolute;
        right: 20px;
        bottom: -4px;
        display: block;
        width: 14px;
        height: 14px;
        border-top: none;
        border-left: none;
        background-color: #e8e8e8;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

.quick-contact-anim {
    -webkit-animation: contact_scale_up 0.2s 0 cubic-bezier(0.175, 0.885, 0.345, 1.57);
    -moz-animation: contact_scale_up 0.2s 0 cubic-bezier(0.175, 0.885, 0.345, 1.57);
    -ms-animation: contact_scale_up 0.2s 0 cubic-bezier(0.175, 0.885, 0.345, 1.57);
    animation: contact_scale_up 0.2s 0 cubic-bezier(0.175, 0.885, 0.345, 1.57);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -animation-fill-mode: forwards;
}

@-webkit-keyframes contact_scale_up {
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }
}

@-moz-keyframes contact_scale_up {
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }
}


@keyframes contact_scale_up {
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }
}

.mk-quick-contact-link {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #cccccc;
    background-color: rgba(0, 0, 0, 0.4);
}

    .mk-quick-contact-link i {
        position: absolute;
        top: 12px;
        left: 12px;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
    }

@media handheld, only screen and (max-width: 767px) {
    .mk-quick-contact-link {
        display: none;
    }
}
/*@media handheld, only screen and (max-width:767px) {
	.widget_text {
		text-align: center !important;
	}
}*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    /* Retina-specific stuff here */
}
/* --------------------------------------------------------------
   
Basic WordPress Blog Styles
     
-------------------------------------------------------------- */
/* Images
-------------------------------------------------------------- */
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.wp-caption {
    text-align: center;
    margin-bottom: 1.5em;
}

    .wp-caption img {
        border: 0 none;
        margin: 0;
        padding: 0;
    }

    .wp-caption p.wp-caption-text {
        margin: 0;
        padding: 10px;
    }

.wp-smiley {
    max-height: 1em;
    margin: 0 !important;
}

.gallery {
    margin: 0 auto 18px;
    text-align: center;
}

    .gallery .gallery-item {
        margin-top: 0;
        text-align: center;
        width: 33%;
    }

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery img {
    border: 6px solid rgba(0, 0, 0, 0.1);
}

    .gallery img:hover {
        opacity: 0.7;
    }

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery .gallery-caption {
    font-size: 11px;
    padding: 6px 20px;
}

.gallery dl,
.gallery dt {
    margin: 0;
}

.gallery br + br {
    display: none;
}
/* Pullquotes
-------------------------------------------------------------- */
blockquote {
    position: relative;
    background-color: #f6f6f6;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 15px 15px 15px 70px;
}

    blockquote:before {
        position: absolute;
        content: "\f10d";
        display: block;
        color: #dddddd;
        color: rgba(0, 0, 0, 0.1);
        left: 20px;
        top: 20px;
        font-size: 32px;
    }

    blockquote.left {
        float: left;
        margin-left: 0;
        margin-right: 20px;
        text-align: right;
        width: 33%;
    }

    blockquote.right {
        float: right;
        margin-left: 20px;
        margin-right: 0;
        text-align: left;
        width: 33%;
    }
/* Tables
-------------------------------------------------------------- */
table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

    table th {
        text-align: center;
        padding: 18px 12px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
    }

    table tfoot td {
        padding: 6px;
    }

    table td {
        text-align: center;
        padding: 12px;
    }
/* Gravity forms Styling
-------------------------------------------------------------- */
.gform_wrapper select {
    padding: 12px 14px 12px 20px !important;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
    font-size: 13px !important;
    color: #767676 !important;
    padding: 10px !important;
    background-color: #fafafa !important;
    border: 1px solid #e3e3e3 !important;
}

    .gform_wrapper input[type=text]:focus,
    .gform_wrapper input[type=url]:focus,
    .gform_wrapper input[type=email]:focus,
    .gform_wrapper input[type=tel]:focus,
    .gform_wrapper input[type=number]:focus,
    .gform_wrapper input[type=password]:focus {
        background-color: #fff !important;
    }

.gform_wrapper .button {
    margin-right: 10px !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    font-size: 13px;
    line-height: 13px !important;
    padding: 12px 15px !important;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: top;
    background-image: none !important;
    letter-spacing: 1px;
    display: inline-block;
}

    .gform_wrapper .button:hover {
        background-color: #252525 !important;
    }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
    margin-left: 2px;
}

.gform_wrapper li,
.gform_wrapper form li {
    padding-bottom: 10px;
}

.gform_wrapper .top_label .gfield_label {
    margin-bottom: 6px !important;
}

@media only screen and (max-width: 550px) {
    .gform_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half,
    .gform_wrapper .top_label li.gfield.gf_left_third,
    .gform_wrapper .top_label li.gfield.gf_middle_third,
    .gform_wrapper .ginput_complex .ginput_left,
    .gform_wrapper .ginput_complex .ginput_right,
    .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium {
        width: 99% !important;
        margin-top: 10px;
        float: none !important;
    }
}
/* WP3.8 temporary fix
-------------------------------------------------------------- */
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}
/* Shortcodes */
/* Shortcode:Accordion
-------------------------------------------------------------------- */
.mk-accordion {
    margin-bottom: 20px;
}

    .mk-accordion.fancy-style {
        border-bottom: 1px solid #ececec;
    }

        .mk-accordion.fancy-style .mk-accordion-single {
            overflow: hidden;
            border: 1px solid #ececec;
            border-bottom: 0;
            background-color: #fff;
        }

        .mk-accordion.fancy-style .mk-accordion-tab {
            position: relative;
            padding: 9px 30px 12px 15px;
            color: #222;
            font-size: 13px;
            font-weight: 600;
            line-height: 22px;
            cursor: pointer;
            -moz-user-select: -moz-none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            background-color: #fdfdfd;
        }

            .mk-accordion.fancy-style .mk-accordion-tab span {
                vertical-align: middle;
            }

            .mk-accordion.fancy-style .mk-accordion-tab i {
                margin-right: 10px;
                color: #b9b9b9;
                font-size: 16px;
                line-height: 26px;
            }

            .mk-accordion.fancy-style .mk-accordion-tab:hover {
                background-color: #f8f8f8;
            }

                .mk-accordion.fancy-style .mk-accordion-tab:hover i {
                    color: #868686;
                }

            .mk-accordion.fancy-style .mk-accordion-tab:before {
                position: absolute;
                top: 50%;
                right: 14px;
                display: block;
                margin-top: -9px;
                padding: 3px 6px 2px;
                color: #adadad;
                content: "\f054";
                font-size: 12px !important;
                line-height: 16px;
            }

        .mk-accordion.fancy-style .mk-accordion-single.current .mk-accordion-pane {
            border-top: 1px solid #ececec;
        }

        .mk-accordion.fancy-style .mk-accordion-single.current .mk-accordion-tab:before {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            -ms-transform: rotate(90deg);
        }

        .mk-accordion.fancy-style .mk-accordion-pane {
            display: none;
            padding: 20px;
        }

@media handheld, only screen and (max-width: 767px) {
    .mk-accordion.fancy-style.mobile-true .mk-accordion-single {
        border-bottom: 1px solid #ececec;
    }

    .mk-accordion.fancy-style.mobile-true .mk-accordion-tab {
        border-bottom: 1px solid #ececec;
    }
}

.mk-accordion.simple-style .mk-accordion-tab {
    position: relative;
    padding: 9px 30px 12px 15px;
    border-bottom: 1px solid #ececec;
    color: #222;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
}

    .mk-accordion.simple-style .mk-accordion-tab span {
        vertical-align: middle;
    }

    .mk-accordion.simple-style .mk-accordion-tab i {
        margin-right: 10px;
        color: #b9b9b9;
        font-size: 16px;
    }

    .mk-accordion.simple-style .mk-accordion-tab:before {
        position: absolute;
        top: 16px;
        right: 10px;
        display: block;
        padding: 3px 6px 2px;
        color: #dddddd;
        content: "\f054";
        font-size: 12px;
        line-height: 12px;
    }

.mk-accordion.simple-style .mk-accordion-single.current {
    border: none;
}

    .mk-accordion.simple-style .mk-accordion-single.current .mk-accordion-tab:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        color: #252525;
    }

.mk-accordion.simple-style .mk-accordion-pane {
    display: none;
    padding: 10px;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-accordion.simple-style.mobile-true .mk-accordion-pane {
        border-bottom: none;
    }
}

@media handheld, only screen and (max-width: 767px) {
    .mk-accordion.mobile-false .mk-accordion-single {
        margin-bottom: 15px;
    }

    .mk-accordion.mobile-false .mk-accordion-pane {
        display: block !important;
    }

    .mk-accordion.mobile-false .mk-accordion-tab {
        cursor: default;
    }

        .mk-accordion.mobile-false .mk-accordion-tab:before {
            content: '';
        }
}

.mk-accordion.toggle-action .mk-accordion-pane {
    display: none;
}
/* Shortcode:Accordion
-------------------------------------------------------------------- */
.mk-toggle {
    margin: 0;
}

    .mk-toggle.fancy-style {
        margin-bottom: 3px;
        border: 1px solid #ececec;
    }

        .mk-toggle.fancy-style .mk-toggle-title {
            position: relative;
            display: block;
            padding: 9px 30px 9px 15px;
            color: #222;
            font-size: 13px;
            font-weight: 600;
            line-height: 22px;
            cursor: pointer;
            background-color: #fdfdfd;
        }

            .mk-toggle.fancy-style .mk-toggle-title span {
                vertical-align: middle;
            }

            .mk-toggle.fancy-style .mk-toggle-title i {
                margin-right: 15px;
                color: #b9b9b9;
                font-size: 24px;
                vertical-align: middle;
            }

            .mk-toggle.fancy-style .mk-toggle-title:hover {
                background-color: #f8f8f8;
            }

            .mk-toggle.fancy-style .mk-toggle-title:before {
                position: absolute;
                top: 10px;
                right: 10px;
                display: block;
                padding: 3px 6px 2px;
                content: "\f054";
                font-size: 12px !important;
                line-height: 16px;
                color: #adadad;
            }

            .mk-toggle.fancy-style .mk-toggle-title.active-toggle {
                border-bottom: 1px solid #ececec;
            }

                .mk-toggle.fancy-style .mk-toggle-title.active-toggle:before {
                    -webkit-transform: rotate(90deg);
                    -moz-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                }

    .mk-toggle.simple-style .mk-toggle-title {
        position: relative;
        display: block;
        padding: 8px 25px 8px 23px;
        color: #444444;
        font-size: 13px;
        cursor: pointer;
    }

        .mk-toggle.simple-style .mk-toggle-title span {
            vertical-align: middle;
        }

        .mk-toggle.simple-style .mk-toggle-title i {
            display: none;
        }

        .mk-toggle.simple-style .mk-toggle-title:before {
            position: absolute;
            top: 11px;
            left: -4px;
            display: block;
            padding: 3px 6px 2px;
            color: #adadad;
            content: "\f054";
            font-size: 12px;
            line-height: 12px;
        }

        .mk-toggle.simple-style .mk-toggle-title.active-toggle:before {
            left: -6px;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            -ms-transform: rotate(90deg);
        }

    .mk-toggle .mk-toggle-pane {
        position: relative;
        display: none;
        padding: 20px;
        background-color: #fff;
    }

.mk-advanced-gmaps {
    width: 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:before,
    .mk-animated-columns:after {
        content: " ";
        display: table;
    }

    .mk-animated-columns:after {
        clear: both;
    }

    .mk-animated-columns .animated-column-item {
        opacity: 0;
    }

    .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.has-border.two-column .animated-column-item:nth-of-type(2n) {
        border-right-width: 1px;
    }

    .mk-animated-columns.has-border.three-column .animated-column-item:nth-of-type(3n) {
        border-right-width: 1px;
    }

    .mk-animated-columns.has-border.four-column .animated-column-item:nth-of-type(4n) {
        border-right-width: 1px;
    }

    .mk-animated-columns.has-border.five-column .animated-column-item:nth-of-type(5n) {
        border-right-width: 1px;
    }

    .mk-animated-columns.has-border.six-column .animated-column-item:nth-of-type(6n) {
        border-right-width: 1px;
    }

    .mk-animated-columns.has-border.seven-column .animated-column-item:nth-of-type(7n) {
        border-right-width: 1px;
    }

    .mk-animated-columns.has-border.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.has-border.four-column .animated-column-item:nth-of-type(3n),
    .mk-animated-columns.has-border.five-column .animated-column-item:nth-of-type(3n),
    .mk-animated-columns.has-border.six-column .animated-column-item:nth-of-type(3n),
    .mk-animated-columns.has-border.seven-column .animated-column-item:nth-of-type(3n),
    .mk-animated-columns.has-border.eight-column .animated-column-item:nth-of-type(3n) {
        border-right-width: 1px;
    }

    .mk-animated-columns.has-border.four-column .animated-column-item:nth-of-type(4n),
    .mk-animated-columns.has-border.five-column .animated-column-item:nth-of-type(5n),
    .mk-animated-columns.has-border.six-column .animated-column-item:nth-of-type(6n),
    .mk-animated-columns.seven-column .animated-column-item:nth-of-type(7n),
    .mk-animated-columns.has-border.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.has-border.three-column .animated-column-item,
    .mk-animated-columns.has-border.four-column .animated-column-item,
    .mk-animated-columns.has-border.five-column .animated-column-item,
    .mk-animated-columns.has-border.six-column .animated-column-item,
    .mk-animated-columns.has-border.seven-column .animated-column-item,
    .mk-animated-columns.has-border.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;
    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-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;
}

.animated-column-image-icon {
    margin: 0 auto;
}

.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-weight: bolder;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.full-style .animated-column-title:after {
    position: absolute;
    content: '';
    display: block;
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
    height: 2px;
    width: 30px;
}

.full-style .animated-column-title {
    padding-bottom: 10px;
}

.animated-column-desc {
    line-height: 26px;
    font-size: 14px;
    position: relative;
    padding: 20px 30px 50px 30px;
    top: 100%;
    width: 100%;
    text-align: center;
    -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;
    }
/* Shortcode:Audio Player
-------------------------------------------------------------------- */
.mk-audio-shortcode {
    margin-bottom: 30px;
    height: 170px !important;
}

    .mk-audio-shortcode .jp-audio.audio-has-img {
        margin-left: 170px;
    }

    .mk-audio-shortcode .jp-audio div.jp-interface {
        min-height: 170px !important;
    }
/* Shortcode:Blockquotes
-------------------------------------------------------------------- */
.mk-blockquote {
    position: relative;
    margin-bottom: 20px;
    line-height: 150% !important;
}

    .mk-blockquote p {
        margin-bottom: 0px;
    }

    .mk-blockquote.align-left {
        float: left;
    }

    .mk-blockquote.align-right {
        float: right;
    }

    .mk-blockquote.align-left {
        float: none;
        clear: both;
    }

    .mk-blockquote.quote-style {
        padding: 20px 20px 20px 70px;
        background-color: #f6f6f6;
        background-color: rgba(0, 0, 0, 0.05);
    }

        .mk-blockquote.quote-style:before {
            position: absolute;
            top: 20px;
            left: 20px;
            display: block;
            opacity: 0.3;
            content: "\f10d";
            font-size: 32px;
        }

    .mk-blockquote.line-style {
        padding: 10px 10px 10px 40px;
        border-left: 2px solid;
    }

@media handheld, only screen and (max-width: 760px) {
    .mk-blockquote {
        font-size: 14px !important;
    }
}
/* Shortcode:Blog Carousel
-------------------------------------------------------------------- */
.mk-blog-carousel {
    margin-bottom: 20px;
}

    .mk-blog-carousel .mk-fancy-title {
        margin-right: 35px;
        font-weight: bold !important;
        font-size: 14px !important;
    }

        .mk-blog-carousel .mk-fancy-title span {
            padding-right: 5px;
        }

    .mk-blog-carousel .mk-blog-view-all {
        float: right;
        padding: 0 7px;
        font-size: 11px;
    }

    .mk-blog-carousel .flex-viewport ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .mk-blog-carousel .flex-viewport ul li {
            position: relative;
        }

            .mk-blog-carousel .flex-viewport ul li > div {
                margin: 0 4px;
                border: 1px solid rgba(0, 0, 0, 0.1);
            }

            .mk-blog-carousel .flex-viewport ul li:hover .blog-carousel-overlay {
                -moz-opacity: 80;
                -khtml-opacity: 80;
                opacity: 80;
                opacity: 0.8;
            }

            .mk-blog-carousel .flex-viewport ul li:hover .post-type-badge {
                -moz-opacity: 100;
                -khtml-opacity: 100;
                opacity: 100;
                opacity: 1;
            }

    .mk-blog-carousel .flex-direction-nav a {
        position: absolute;
        top: -37px;
    }

        .mk-blog-carousel .flex-direction-nav a .mk-jupiter-icon-arrow-left:before,
        .mk-blog-carousel .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
            color: #aaaaaa;
        }

    .mk-blog-carousel .flex-prev {
        right: 20px;
    }

    .mk-blog-carousel .flex-next {
        right: 0px;
    }

.blog-carousel-thumb {
    position: relative;
}

.blog-carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.detail-item-holder {
    min-height: 60px;
}

.blog-carousel-title {
    display: block;
    margin-bottom: 0 !important;
    padding: 15px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 20px !important;
}

.blog-carousel-excerpt {
    margin: 0;
    padding: 0 15px 15px;
    font-size: 12px;
    text-align: center;
}
/* Shortcode:Blog Showcase
-------------------------------------------------------------------- */
.mk-blog-showcase {
    padding: 30px 0;
}

    .mk-blog-showcase ul {
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none;
    }

        .mk-blog-showcase ul li {
            position: relative;
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0 10px 0 0;
        }

@media handheld, only screen and (max-width: 1140px) {
    .mk-blog-showcase ul li {
        display: block !important;
        float: none !important;
        margin-bottom: 20px;
        width: 100%;
    }

        .mk-blog-showcase ul li .blog-showcase-extra-info {
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }
}

@media handheld, only screen and (max-width: 600px) {
    .mk-blog-showcase ul li {
        display: block !important;
        float: none !important;
        margin-bottom: 15px;
        padding: 0 !important;
    }

        .mk-blog-showcase ul li .blog-showcase-extra-info {
            position: relative !important;
            left: 0 !important;
            width: auto !important;
            height: auto !important;
        }

        .mk-blog-showcase ul li .mk-blog-showcase-thumb {
            max-width: 100%;
            width: 100% !important;
            height: auto !important;
            line-height: 4px;
        }

            .mk-blog-showcase ul li .mk-blog-showcase-thumb img {
                max-width: 100%;
                width: 100%;
                height: auto !important;
            }
}

.mk-blog-showcase ul li:last-child {
    padding-right: 0 !important;
}

.mk-blog-showcase ul li.mk-blog-first-el {
    padding-right: 270px;
}

    .mk-blog-showcase ul li.mk-blog-first-el .blog-showcase-extra-info {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-blog-showcase ul li.mk-blog-first-el .mk-blog-showcase-thumb {
        border-right: none;
    }

.showcase-blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mk-blog-showcase-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    width: 260px;
    height: 180px;
}

    .mk-blog-showcase-thumb:hover .showcase-blog-overlay {
        -moz-opacity: 80;
        -khtml-opacity: 80;
        opacity: 80;
        opacity: 0.8;
    }

    .mk-blog-showcase-thumb:hover a {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-blog-showcase-thumb a {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -24px 0 0 -24px;
        width: 48px;
        height: 48px;
        text-align: center;
        display: block;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

        .mk-blog-showcase-thumb a i {
            color: #fff;
            font-size: 48px;
            line-height: 48px;
            -webkit-backface-visibility: hidden;
        }

.blog-showcase-extra-info {
    position: absolute;
    top: 2px;
    left: 270px;
    overflow: hidden;
    margin: 0;
    padding-left: 5px;
    width: 250px;
    height: 180px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

    .blog-showcase-extra-info time {
        display: block;
        margin-bottom: 5px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-right: none;
        border-left: none;
        line-height: 24px;
    }

        .blog-showcase-extra-info time a {
            color: #999999;
            font-size: 10px;
        }

.right-layout .mk-blog-showcase ul li.mk-blog-first-el,
.left-layout .mk-blog-showcase ul li.mk-blog-first-el {
    padding-right: 260px;
}

.right-layout .blog-showcase-extra-info,
.left-layout .blog-showcase-extra-info {
    width: 240px;
}

.blog-showcase-title {
    display: inline-block;
    margin-bottom: 0px;
    color: #333333;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px !important;
}

.blog-showcase-more {
    text-decoration: underline;
    font-size: 12px;
}
/* Shortcode:Button
-------------------------------------------------------------------- */
.mk-button {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 1px;
    min-width: 0;
    -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    /* Corner Styles
	   ========================================================================== */
    /* Animated icon
   ========================================================================== */
    /* Global animated icon style */
    /* Side animation styles */
    /* Vertical animation styles */
    /* ==========================================================================
     End of Animated icon */
}

    .mk-button i span {
        display: none!important;
    }

    .mk-button.full_rounded {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

    .mk-button.rounded {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .mk-button.pointed {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .mk-button.savvy-dimension.full_rounded {
        -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    }

    .mk-button.fullwidth-button {
        display: block !important;
        margin-left: auto!important;
        margin-right: auto!important;
    }

    .mk-button.two-dimension,
    .mk-button.three-dimension {
        color: #fff;
        text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    }

        .mk-button.two-dimension:hover,
        .mk-button.three-dimension:hover {
            color: #fff;
        }

    .mk-button:hover {
        color: #fff;
    }

    .mk-button.two-dimension.dark-color,
    .mk-button.three-dimension.dark-color {
        color: #585858 !important;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    }

    .mk-button.two-dimension.light-color,
    .mk-button.three-dimension.light-color {
        color: #fff !important;
        text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    }

        .mk-button.two-dimension.light-color:hover,
        .mk-button.three-dimension.light-color:hover,
        .mk-button.two-dimension.light-color:hover i,
        .mk-button.three-dimension.light-color:hover i {
            color: #fff !important;
        }

    .mk-button.flat-dimension:hover {
        background-color: #252525;
    }

    .mk-button.flat-dimension.dark-color {
        color: #252525 !important;
    }

        .mk-button.flat-dimension.dark-color:hover,
        .mk-button.flat-dimension.dark-color:hover i {
            color: #fff !important;
        }

    .mk-button.flat-dimension.light-color {
        color: #fff !important;
    }

        .mk-button.flat-dimension.light-color:hover,
        .mk-button.flat-dimension.light-color:hover i {
            color: #fff !important;
        }

    .mk-button.outline-dimension {
        border-width: 2px !important;
        border-style: solid !important;
    }

        .mk-button.outline-dimension.outline-btn-light {
            border-color: #fff !important;
            color: #fff;
        }

            .mk-button.outline-dimension.outline-btn-light:hover {
                background-color: #fff;
                color: #252525;
            }

                .mk-button.outline-dimension.outline-btn-light:hover:hover i {
                    color: #252525;
                }

        .mk-button.outline-dimension.outline-btn-dark {
            border-color: #252525 !important;
            color: #252525;
        }

            .mk-button.outline-dimension.outline-btn-dark:hover {
                background-color: #252525;
                color: #fff;
            }

                .mk-button.outline-dimension.outline-btn-dark:hover:hover i {
                    color: #fff;
                }

    .mk-button.savvy-dimension {
        border-width: 2px !important;
        border-style: solid !important;
        overflow: hidden;
    }

        .mk-button.savvy-dimension span {
            position: relative;
        }

        .mk-button.savvy-dimension:after {
            content: "";
            position: absolute;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            height: 0;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
            width: 100%;
        }

        .mk-button.savvy-dimension:hover:after {
            height: 550%;
            opacity: 1;
        }

        .mk-button.savvy-dimension.outline-btn-light {
            border-color: #fff !important;
            color: #fff;
        }

            .mk-button.savvy-dimension.outline-btn-light:after {
                background-color: #fff;
            }

            .mk-button.savvy-dimension.outline-btn-light:hover {
                color: #252525;
            }

        .mk-button.savvy-dimension.outline-btn-dark {
            border-color: #252525 !important;
            color: #252525;
        }

            .mk-button.savvy-dimension.outline-btn-dark:after {
                background-color: #252525;
            }

            .mk-button.savvy-dimension.outline-btn-dark:hover {
                color: #fff;
            }

    .mk-button[type=submit],
    .mk-button[type=button] {
        outline: none;
        border: none;
        font-weight: 600;
    }

    .mk-button.mk-btn-anim {
        position: relative;
        overflow: hidden;
    }

        .mk-button.mk-btn-anim.large {
            padding: 20px 60px;
        }

        .mk-button.mk-btn-anim.medium {
            padding: 14px 50px;
        }

        .mk-button.mk-btn-anim.small {
            padding: 12px 40px;
        }

        .mk-button.mk-btn-anim.side i {
            position: absolute;
            display: block;
            top: 50%;
            left: 0;
            -webkit-transition: opacity 0.2s ease-out;
            -moz-transition: opacity 0.2s ease-out;
            -ms-transition: opacity 0.2s ease-out;
            -o-transition: opacity 0.2s ease-out;
            transition: opacity 0.2s ease-out;
            -webkit-transform: translate(-30px, -50%);
            -moz-transform: translate(-30px, -50%);
            -ms-transform: translate(-30px, -50%);
            -o-transform: translate(-30px, -50%);
            transform: translate(-30px, -50%);
            -ms-transform: translate(-30px, -50%);
            opacity: 0;
        }

        .mk-button.mk-btn-anim.side span {
            width: 100%;
            height: 100%;
            display: block;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transition: transform 0.2s ease-out;
            -webkit-transition: -webkit-transform 0.2s ease-out;
            -o-transition: -o-transform 0.2s ease-out;
            -moz-transition: -moz-transform 0.2s ease-out;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
            -ms-backface-visibility: hidden;
        }

    .mk-button:hover.large.mk-btn-anim.side span,
    .mk-button:hover.medium.mk-btn-anim.side span,
    .mk-button:hover.small.mk-btn-anim.side span,
    .mk-button:hover.x-large.mk-btn-anim.side span,
    .mk-button:hover.xx-large.mk-btn-anim.side span {
        -webkit-transform: translate(15px, 0);
        -moz-transform: translate(15px, 0);
        -ms-transform: translate(15px, 0);
        -o-transform: translate(15px, 0);
        transform: translate(15px, 0);
        -ms-transform: translate(15px, 0);
    }

    .mk-button:hover.large.mk-btn-anim.side i,
    .mk-button:hover.medium.mk-btn-anim.side i,
    .mk-button:hover.small.mk-btn-anim.side i,
    .mk-button:hover.x-large.mk-btn-anim.side i,
    .mk-button:hover.xx-large.mk-btn-anim.side i {
        opacity: 1;
    }

    .mk-button.mk-btn-anim.vertical i {
        position: absolute;
        display: block;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        top: -30px;
        left: 50%;
    }

    .mk-button.x-large.mk-btn-anim.vertical i {
        top: -35px;
    }

    .mk-button.xx-large.mk-btn-anim.vertical i {
        top: -43px;
    }

    .mk-button.mk-btn-anim.vertical span {
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }

    .mk-button:hover.large.mk-btn-anim.vertical span {
        -webkit-transform: translate(0, 270%);
        -moz-transform: translate(0, 270%);
        -ms-transform: translate(0, 270%);
        -o-transform: translate(0, 270%);
        transform: translate(0, 270%);
        -ms-transform: translate(0, 270%);
    }

    .mk-button:hover.medium.mk-btn-anim.vertical span {
        -webkit-transform: translate(0, 310%);
        -moz-transform: translate(0, 310%);
        -ms-transform: translate(0, 310%);
        -o-transform: translate(0, 310%);
        transform: translate(0, 310%);
        -ms-transform: translate(0, 310%);
    }

    .mk-button:hover.small.mk-btn-anim.vertical span {
        -webkit-transform: translate(0, 360%);
        -moz-transform: translate(0, 360%);
        -ms-transform: translate(0, 360%);
        -o-transform: translate(0, 360%);
        transform: translate(0, 360%);
        -ms-transform: translate(0, 360%);
    }

    .mk-button:hover.x-large.mk-btn-anim.vertical span {
        -webkit-transform: translate(0, 280%);
        -moz-transform: translate(0, 280%);
        -ms-transform: translate(0, 280%);
        -o-transform: translate(0, 280%);
        transform: translate(0, 280%);
        -ms-transform: translate(0, 280%);
    }

    .mk-button:hover.xx-large.mk-btn-anim.vertical span {
        -webkit-transform: translate(0, 285%);
        -moz-transform: translate(0, 285%);
        -ms-transform: translate(0, 285%);
        -o-transform: translate(0, 285%);
        transform: translate(0, 285%);
        -ms-transform: translate(0, 285%);
    }

    .mk-button i {
        margin: -2px 15px 0 0;
        line-height: 4px !important;
        font-size: 16px;
    }

    .mk-button.xx-large {
        padding: 38px 44px;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 2px;
    }

    .mk-button.x-large {
        padding: 28px 36px;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 2px;
    }

    .mk-button.large {
        padding: 20px 28px;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 2px;
    }

    .mk-button.medium {
        padding: 14px 24px;
        font-size: 12px;
        line-height: 100%;
    }

    .mk-button.small {
        padding: 12px 18px;
        font-size: 10px;
        line-height: 100%;
    }

        .mk-button.small i {
            margin-top: -3px;
            font-size: 12px;
        }

    .mk-button.savvy-dimension.xx-large,
    .mk-button.outline-dimension.xx-large {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .mk-button.savvy-dimension.x-large,
    .mk-button.outline-dimension.x-large {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .mk-button.savvy-dimension.large,
    .mk-button.outline-dimension.large {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .mk-button.savvy-dimension.medium,
    .mk-button.outline-dimension.medium {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .mk-button.savvy-dimension.small,
    .mk-button.outline-dimension.small {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mk-button.three-dimension {
        box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3);
    }

        .mk-button.three-dimension:active {
            top: 2px;
        }

    .mk-button.two-dimension {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.07)), to(rgba(0, 0, 0, 0.15)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.15));
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.15));
        background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.15));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.15));
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8);
    }

        .mk-button.two-dimension:active {
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.07)));
            background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.07));
            background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.07));
            background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.07));
            background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.07));
        }

button.mk-button {
    outline: none;
    border: none !important;
    background: none;
    line-height: 100%;
}

    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;
    }

    .mk-button-align.fullwidth-button {
        display: block !important;
    }

@media handheld, only screen and (max-width: 767px) {
    .mk-button-align.left,
    .mk-button-align.center,
    .mk-button-align.right {
        width: 100%;
        text-align: center !important;
        float: none !important;
    }
}

@media handheld, only screen and (max-width: 767px) {
    .ls-wp-container .mk-button {
        padding: 8px 10px;
        font-size: 10px;
        line-height: 100%;
    }

        .ls-wp-container .mk-button i {
            margin-top: -3px;
            font-size: 10px;
        }
}

@media handheld, only screen and (max-width: 550px) {
    .ls-wp-container .mk-button {
        padding: 5px 8px;
        font-size: 8px;
        line-height: 100%;
    }

        .ls-wp-container .mk-button i {
            margin-top: -3px;
            font-size: 10px;
        }
}

.button,
.shop-flat-btn,
.mk-flat-button,
#review_form_wrapper input[type=submit],
.woocommerce-product-search input[type=submit] {
    border: none !important;
    outline: none !important;
    color: #fff !important;
    font-size: 13px;
    line-height: 13px !important;
    padding: 12px 15px !important;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 1px;
    display: inline-block;
}

    .button i,
    .shop-flat-btn i,
    .mk-flat-button i,
    #review_form_wrapper input[type=submit] i,
    .woocommerce-product-search input[type=submit] i {
        color: #fff !important;
        font-size: 16px;
        line-height: 16px !important;
        margin-right: 10px;
    }

    .button.alt,
    .shop-flat-btn.alt,
    .mk-flat-button.alt,
    #review_form_wrapper input[type=submit].alt,
    .woocommerce-product-search input[type=submit].alt {
        text-shadow: none !important;
    }

        .button.alt:hover,
        .shop-flat-btn.alt:hover,
        .mk-flat-button.alt:hover,
        #review_form_wrapper input[type=submit].alt:hover,
        .woocommerce-product-search input[type=submit].alt:hover {
            background-color: #252525 !important;
        }

    .button.shop-black-btn,
    .shop-flat-btn.shop-black-btn,
    .mk-flat-button.shop-black-btn,
    #review_form_wrapper input[type=submit].shop-black-btn,
    .woocommerce-product-search input[type=submit].shop-black-btn {
        background-color: #252525;
    }

        .button.shop-black-btn:hover,
        .shop-flat-btn.shop-black-btn:hover,
        .mk-flat-button.shop-black-btn:hover,
        #review_form_wrapper input[type=submit].shop-black-btn:hover,
        .woocommerce-product-search input[type=submit].shop-black-btn:hover {
            background-color: #707070;
        }

    .button:hover,
    .shop-flat-btn:hover,
    .mk-flat-button:hover,
    #review_form_wrapper input[type=submit]:hover,
    .woocommerce-product-search input[type=submit]:hover {
        background-color: #323232 !important;
    }

    #review_form_wrapper input[type=submit]:hover {
        background-color: #252525 !important;
    }

a.shop-flat-btn,
a.mk-flat-button {
    font-weight: bold;
    display: inline-block;
}

    a.shop-flat-btn:hover,
    a.mk-flat-button:hover {
        color: #fff;
    }

.wp-core-ui .button,
.wp-core-ui .button-secondary {
    color: #555 !important;
    border-color: #ccc !important;
    height: 24px !important;
    line-height: 22px !important;
    padding: 0 8px 1px !important;
    font-size: 11px !important;
    border: 1px solid #ccc!important;
    background: #f7f7f7!important;
    -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 rgba(0, 0, 0, 0.08) !important;
    box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 rgba(0, 0, 0, 0.08) !important;
}

    .wp-core-ui .button:hover,
    .wp-core-ui .button-secondary:hover {
        background: #eee!important;
    }

.IE9 .mk-button.savvy-dimension:after {
    top: 0;
    left: 0;
}
/* Charts
-------------------------------------------------------------------- */
.mk-chart {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

    .mk-chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

    .mk-chart i,
    .mk-chart .chart-custom-text,
    .mk-chart .chart-percent {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        color: #444;
        text-align: center;
        height: 100%;
    }

    .mk-chart .chart-custom-text {
        font-size: 18px;
    }

    .mk-chart .chart-percent {
        font-weight: bold;
        font-size: 16px;
    }

.mk-chart-desc {
    display: block;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.3em;
}

@media handheld, only screen and (max-width: 600px) {
    .mk-chart {
        margin: 0 auto;
    }
}
/* Shortcode:Clients Carousel
-------------------------------------------------------------------- */
.mk-clients-shortcode {
    position: relative;
}

    .mk-clients-shortcode.slideshow-no-title {
        padding-top: 25px;
    }

    .mk-clients-shortcode ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .mk-clients-shortcode ul.mk-flex-slides li {
            position: relative;
            text-align: center;
        }

            .mk-clients-shortcode ul.mk-flex-slides li .client-logo {
                margin: 0 9px;
            }

        .mk-clients-shortcode ul.mk-flex-slides .client-logo {
            width: 170px;
            border-width: 1px;
            border-style: solid;
        }

    .mk-clients-shortcode .mk-fancy-title {
        font-weight: bold !important;
        font-size: 14px !important;
    }

        .mk-clients-shortcode .mk-fancy-title.title-with-button {
            margin-right: 38px;
        }

        .mk-clients-shortcode .mk-fancy-title span {
            padding-right: 5px;
        }

    .mk-clients-shortcode .client-logo {
        position: relative;
        display: block;
        -moz-opacity: 80;
        -khtml-opacity: 80;
        opacity: 80;
        opacity: 0.8;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .mk-clients-shortcode .client-logo:hover {
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

    .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 .flex-direction-nav a {
        position: absolute;
        top: -4px;
    }

        .mk-clients-shortcode .flex-direction-nav a .mk-jupiter-icon-arrow-left:before,
        .mk-clients-shortcode .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
            color: #aaaaaa;
            font-size: 12px !important;
        }

    .mk-clients-shortcode .flex-prev {
        right: 20px;
    }

    .mk-clients-shortcode .flex-next {
        right: 0px;
    }

    .mk-clients-shortcode.column-style ul {
        overflow: hidden;
    }

    .mk-clients-shortcode.column-style li {
        float: left;
        margin: 0;
        padding: 0;
    }

    .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%;
    }

    .mk-clients-shortcode.column-style.border-boxed ul:not(:first-child) {
        border-top-style: none!important;
    }

    .mk-clients-shortcode.column-style.border-opened_edges ul:last-child .client-logo {
        border-bottom-style: none!important;
    }

@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;
    }

    .mk-clients-shortcode.column-style.border-opened_edges.three-column li:nth-child(3) .client-logo,
    .mk-clients-shortcode.column-style.border-opened_edges.four-column li:nth-child(3) .client-logo,
    .mk-clients-shortcode.column-style.border-opened_edges.five-column li:nth-child(3) .client-logo,
    .mk-clients-shortcode.column-style.border-opened_edges.six-column li:nth-child(3) .client-logo {
        border-right-style: none!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;
    }

    .mk-clients-shortcode.column-style.border-opened_edges.three-column li:nth-child(2) .client-logo,
    .mk-clients-shortcode.column-style.border-opened_edges.four-column li:nth-child(2) .client-logo,
    .mk-clients-shortcode.column-style.border-opened_edges.five-column li:nth-child(2) .client-logo,
    .mk-clients-shortcode.column-style.border-opened_edges.six-column li:nth-child(2) .client-logo {
        border-right-style: none!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.border-opened_edges.three-column li:nth-child(1) .client-logo,
    .mk-clients-shortcode.column-style.border-opened_edges.four-column li:nth-child(1) .client-logo,
    .mk-clients-shortcode.column-style.border-opened_edges.five-column li:nth-child(1) .client-logo,
    .mk-clients-shortcode.column-style.border-opened_edges.six-column li:nth-child(1) .client-logo {
        border-right-style: solid !important;
        border-left-style: solid !important;
        border-right-width: 1px !important;
        border-left-width: 1px !important;
    }

    .mk-clients-shortcode.column-style.border-opened_edges .mk-clients-fixed-list:first-of-type .client-logo {
        border-top-style: solid !important;
        border-top-width: 1px !important;
    }

    .mk-clients-shortcode.column-style.border-opened_edges .mk-clients-fixed-list:last-of-type .client-logo {
        border-bottom-style: solid !important;
        border-bottom-width: 1px !important;
    }
}
/* Shortcode:Contact Form
-------------------------------------------------------------------- */
textarea,
input,
button,
select {
    font-family: inherit;
    font-size: inherit;
}

.contact-captcha-invalid::-webkit-input-placeholder {
    color: red !important;
    letter-spacing: 0 !important;
}

.contact-captcha-invalid::-moz-placeholder,
.contact-captcha-invalid:-moz-placeholder {
    /* Firefox 18- */
    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,
.contact-captcha-valid:-moz-placeholder {
    /* Firefox 18- */
    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;
    /* Outline Style */
    /* Corporate Style */
}

    .mk-contact-form-wrapper.classic-style .mk-form-row {
        position: relative;
        margin-bottom: 10px;
    }

        .mk-contact-form-wrapper.classic-style .mk-form-row .captcha-image {
            max-height: 40px;
        }

        .mk-contact-form-wrapper.classic-style .mk-form-row .captcha-change-image {
            font-size: 10px;
            line-height: 1;
        }

        .mk-contact-form-wrapper.classic-style .mk-form-row i {
            position: absolute;
            top: 10px;
            left: 10px;
            color: #909090;
        }

            .mk-contact-form-wrapper.classic-style .mk-form-row i:before {
                font-size: 20px;
            }

        .mk-contact-form-wrapper.classic-style .mk-form-row .text-input {
            padding: 10px 10px 10px 45px;
            width: 70%;
            background-color: #fff;
            background-image: url(../../images/contact-inputs-bg.png);
            background-position: left top;
            background-repeat: repeat-y;
        }

        .mk-contact-form-wrapper.classic-style .mk-form-row .mk-textarea {
            padding: 10px 10px 10px 45px;
            width: 100%;
            height: 230px;
            background-color: #fff;
            background-image: url(../../images/contact-inputs-bg.png);
            background-position: left top;
            background-repeat: repeat-y;
        }

        .mk-contact-form-wrapper.classic-style .mk-form-row button {
            margin-top: 10px;
            padding: 17px 30px 16px;
            font-weight: bold;
            font-size: 12px;
        }

        .mk-contact-form-wrapper.classic-style .mk-form-row:last-of-type i {
            color: inherit;
        }

    .mk-contact-form-wrapper.modern-style .mk-form-row {
        position: relative;
        margin-bottom: 12px;
        text-align: center;
    }

        .mk-contact-form-wrapper.modern-style .mk-form-row .text-input,
        .mk-contact-form-wrapper.modern-style .mk-form-row .mk-textarea {
            border: 1px solid transparent;
            font-size: 14px;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important;
        }

        .mk-contact-form-wrapper.modern-style .mk-form-row .text-input {
            padding: 14px;
            width: 100%;
            text-align: center;
        }

        .mk-contact-form-wrapper.modern-style .mk-form-row .mk-textarea {
            padding: 15px;
            width: 100%;
            height: 200px;
            text-align: center;
        }

        .mk-contact-form-wrapper.modern-style .mk-form-row .captcha-image {
            position: absolute;
            top: 0;
            left: 0;
            max-height: 47px;
        }

        .mk-contact-form-wrapper.modern-style .mk-form-row .captcha-change-image {
            position: absolute;
            top: 15px;
            right: 10px;
            text-align: right;
            font-size: 10px;
            line-height: 1;
        }

    .mk-contact-form-wrapper.modern-style.contact-light .captcha-change-image {
        color: #969696;
    }

    .mk-contact-form-wrapper.modern-style.contact-light .text-input,
    .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea {
        background-color: rgba(255, 255, 255, 0.6);
        color: #252525;
    }

        .mk-contact-form-wrapper.modern-style.contact-light .text-input::-webkit-input-placeholder,
        .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea::-webkit-input-placeholder {
            color: #252525;
        }

        .mk-contact-form-wrapper.modern-style.contact-light .text-input:-ms-input-placeholder,
        .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea:-ms-input-placeholder {
            color: #252525;
        }

        .mk-contact-form-wrapper.modern-style.contact-light .text-input::-moz-placeholder,
        .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea::-moz-placeholder,
        .mk-contact-form-wrapper.modern-style.contact-light .text-input:-moz-placeholder,
        .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea:-moz-placeholder {
            color: #252525;
        }

        .mk-contact-form-wrapper.modern-style.contact-light .text-input:focus,
        .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea:focus {
            background-color: rgba(0, 0, 0, 0.6);
            color: #fff;
        }

            .mk-contact-form-wrapper.modern-style.contact-light .text-input:focus::-webkit-input-placeholder,
            .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea:focus::-webkit-input-placeholder {
                color: #fff;
            }

            .mk-contact-form-wrapper.modern-style.contact-light .text-input:focus:-ms-input-placeholder,
            .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea:focus:-ms-input-placeholder {
                color: #fff;
            }

            .mk-contact-form-wrapper.modern-style.contact-light .text-input:focus::-moz-placeholder,
            .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea:focus::-moz-placeholder,
            .mk-contact-form-wrapper.modern-style.contact-light .text-input:focus:-moz-placeholder,
            .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea:focus:-moz-placeholder {
                color: #fff;
            }

    .mk-contact-form-wrapper.modern-style.contact-dark .captcha-change-image {
        color: #969696;
    }

    .mk-contact-form-wrapper.modern-style.contact-dark .text-input,
    .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea {
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
    }

        .mk-contact-form-wrapper.modern-style.contact-dark .text-input::-webkit-input-placeholder,
        .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea::-webkit-input-placeholder {
            color: #fff;
        }

        .mk-contact-form-wrapper.modern-style.contact-dark .text-input:-ms-input-placeholder,
        .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea:-ms-input-placeholder {
            color: #fff;
        }

        .mk-contact-form-wrapper.modern-style.contact-dark .text-input::-moz-placeholder,
        .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea::-moz-placeholder,
        .mk-contact-form-wrapper.modern-style.contact-dark .text-input:-moz-placeholder,
        .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea:-moz-placeholder {
            color: #fff;
        }

        .mk-contact-form-wrapper.modern-style.contact-dark .text-input:focus,
        .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea:focus {
            background-color: rgba(255, 255, 255, 0.6);
            color: #252525;
        }

            .mk-contact-form-wrapper.modern-style.contact-dark .text-input:focus::-webkit-input-placeholder,
            .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea:focus::-webkit-input-placeholder {
                color: #252525;
            }

            .mk-contact-form-wrapper.modern-style.contact-dark .text-input:focus:-ms-input-placeholder,
            .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea:focus:-ms-input-placeholder {
                color: #252525;
            }

            .mk-contact-form-wrapper.modern-style.contact-dark .text-input:focus::-moz-placeholder,
            .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea:focus::-moz-placeholder,
            .mk-contact-form-wrapper.modern-style.contact-dark .text-input:focus:-moz-placeholder,
            .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea:focus:-moz-placeholder {
                color: #252525;
            }

    .mk-contact-form-wrapper.modern-style .mk-invalid {
        border: 1px solid #ff0000 !important;
    }

    .mk-contact-form-wrapper.outline-style .mk-form-row {
        width: 100%;
        position: relative;
        text-align: center;
    }

        .mk-contact-form-wrapper.outline-style .mk-form-row .captcha-block {
            position: absolute;
            width: 50%;
            right: 0;
            top: 0;
        }

            .mk-contact-form-wrapper.outline-style .mk-form-row .captcha-block a,
            .mk-contact-form-wrapper.outline-style .mk-form-row .captcha-block img {
                display: inline-block;
                text-align: left;
                line-height: 1;
                font-size: 10px;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .captcha-block a {
                color: #969696;
                display: inline-block;
                padding: 17px 0;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .captcha-block img {
                height: 50px;
                max-width: 50%;
                position: relative;
                top: -5px;
            }

        .mk-contact-form-wrapper.outline-style .mk-form-row .text-input,
        .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea {
            margin: 0;
            font-size: 13px;
            background-color: transparent;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            outline: none;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
            padding: 18px;
        }

            .mk-contact-form-wrapper.outline-style .mk-form-row .text-input::-webkit-input-placeholder,
            .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea::-webkit-input-placeholder {
                font-size: 12px;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .text-input:-ms-input-placeholder,
            .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea:-ms-input-placeholder {
                font-size: 12px;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .text-input::-moz-placeholder,
            .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea::-moz-placeholder,
            .mk-contact-form-wrapper.outline-style .mk-form-row .text-input:-moz-placeholder,
            .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea:-moz-placeholder {
                font-size: 12px;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .text-input:focus::-webkit-input-placeholder,
            .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea:focus::-webkit-input-placeholder {
                font-size: 12px;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .text-input:focus:-ms-input-placeholder,
            .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea:focus:-ms-input-placeholder {
                font-size: 12px;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .text-input:focus::-moz-placeholder,
            .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea:focus::-moz-placeholder,
            .mk-contact-form-wrapper.outline-style .mk-form-row .text-input:focus:-moz-placeholder,
            .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea:focus:-moz-placeholder {
                font-size: 12px;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .text-input.full {
                width: 100%;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .text-input.half {
                width: 50%;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .text-input.two-third {
                width: 33.3333%;
            }

        .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea {
            width: 100%;
            height: 200px;
            text-align: left;
        }

        .mk-contact-form-wrapper.outline-style .mk-form-row .contact-outline-submit {
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 3px;
            background: transparent;
            outline: none;
            padding: 18px;
            font-size: 13px;
            font-weight: bold;
            -webkit-transition: all 0.15s;
            -moz-transition: all 0.15s;
            -ms-transition: all 0.15s;
            -o-transition: all 0.15s;
            transition: all 0.15s;
        }

    .mk-contact-form-wrapper.outline-style.contact-dark .text-input,
    .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea {
        color: #222;
        border: 1px solid #333;
        -webkit-box-shadow: 0 0 0 1px #333333;
        -moz-box-shadow: 0 0 0 1px #333333;
        box-shadow: 0 0 0 1px #333333;
    }

        .mk-contact-form-wrapper.outline-style.contact-dark .text-input::-webkit-input-placeholder,
        .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.8);
        }

        .mk-contact-form-wrapper.outline-style.contact-dark .text-input:-ms-input-placeholder,
        .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea:-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.8);
        }

        .mk-contact-form-wrapper.outline-style.contact-dark .text-input::-moz-placeholder,
        .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea::-moz-placeholder,
        .mk-contact-form-wrapper.outline-style.contact-dark .text-input:-moz-placeholder,
        .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea:-moz-placeholder {
            color: rgba(0, 0, 0, 0.8);
        }

        .mk-contact-form-wrapper.outline-style.contact-dark .text-input:focus,
        .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea:focus {
            background-color: rgba(0, 0, 0, 0.1);
            color: #222;
        }

            .mk-contact-form-wrapper.outline-style.contact-dark .text-input:focus::-webkit-input-placeholder,
            .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea:focus::-webkit-input-placeholder {
                color: rgba(0, 0, 0, 0.4);
            }

            .mk-contact-form-wrapper.outline-style.contact-dark .text-input:focus:-ms-input-placeholder,
            .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea:focus:-ms-input-placeholder {
                color: rgba(0, 0, 0, 0.4);
            }

            .mk-contact-form-wrapper.outline-style.contact-dark .text-input:focus::-moz-placeholder,
            .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea:focus::-moz-placeholder,
            .mk-contact-form-wrapper.outline-style.contact-dark .text-input:focus:-moz-placeholder,
            .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea:focus:-moz-placeholder {
                color: rgba(0, 0, 0, 0.4);
            }

    .mk-contact-form-wrapper.outline-style.contact-dark .contact-outline-submit {
        color: #222;
        border: 1px solid #333;
        -webkit-box-shadow: 0 0 0 1px #333333;
        -moz-box-shadow: 0 0 0 1px #333333;
        box-shadow: 0 0 0 1px #333333;
    }

        .mk-contact-form-wrapper.outline-style.contact-dark .contact-outline-submit:hover {
            background: rgba(0, 0, 0, 0.3);
        }

    .mk-contact-form-wrapper.outline-style.contact-dark .mk-contact-loading {
        color: #222;
    }

    .mk-contact-form-wrapper.outline-style.contact-dark .mk-contact-success {
        color: #222;
    }

    .mk-contact-form-wrapper.outline-style.contact-light .text-input,
    .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea {
        position: relative;
        color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-box-shadow: 0 0 0 1px #e5e5e5;
        -moz-box-shadow: 0 0 0 1px #e5e5e5;
        box-shadow: 0 0 0 1px #e5e5e5;
    }

        .mk-contact-form-wrapper.outline-style.contact-light .text-input::-webkit-input-placeholder,
        .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        .mk-contact-form-wrapper.outline-style.contact-light .text-input:-ms-input-placeholder,
        .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        .mk-contact-form-wrapper.outline-style.contact-light .text-input::-moz-placeholder,
        .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea::-moz-placeholder,
        .mk-contact-form-wrapper.outline-style.contact-light .text-input:-moz-placeholder,
        .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea:-moz-placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        .mk-contact-form-wrapper.outline-style.contact-light .text-input:focus,
        .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea:focus {
            background-color: rgba(255, 255, 255, 0.1);
            color: #fff;
        }

            .mk-contact-form-wrapper.outline-style.contact-light .text-input:focus::-webkit-input-placeholder,
            .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea:focus::-webkit-input-placeholder {
                color: rgba(255, 255, 255, 0.4);
            }

            .mk-contact-form-wrapper.outline-style.contact-light .text-input:focus:-ms-input-placeholder,
            .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea:focus:-ms-input-placeholder {
                color: rgba(255, 255, 255, 0.4);
            }

            .mk-contact-form-wrapper.outline-style.contact-light .text-input:focus::-moz-placeholder,
            .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea:focus::-moz-placeholder,
            .mk-contact-form-wrapper.outline-style.contact-light .text-input:focus:-moz-placeholder,
            .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea:focus:-moz-placeholder {
                color: rgba(255, 255, 255, 0.4);
            }

    .mk-contact-form-wrapper.outline-style.contact-light .contact-outline-submit {
        color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-box-shadow: 0 0 0 1px #e5e5e5;
        -moz-box-shadow: 0 0 0 1px #e5e5e5;
        box-shadow: 0 0 0 1px #e5e5e5;
    }

        .mk-contact-form-wrapper.outline-style.contact-light .contact-outline-submit:hover {
            background: rgba(255, 255, 255, 0.4);
        }

    .mk-contact-form-wrapper.outline-style.contact-light .mk-contact-loading {
        color: #fff;
    }

    .mk-contact-form-wrapper.outline-style.contact-light .mk-contact-success {
        color: #fff;
    }

    .mk-contact-form-wrapper.outline-style .mk-contact-loading {
        right: 15px;
        bottom: 16px;
        font-size: 20px;
        text-align: center;
        line-height: 1;
        box-sizing: border-box;
    }

    .mk-contact-form-wrapper.outline-style .mk-contact-success {
        right: 15px;
        bottom: 20px;
        width: 20px;
        height: 20px;
        font-size: 20px;
    }

    .mk-contact-form-wrapper.outline-style .mk-invalid {
        border: 1px solid #ff0000 !important;
        -webkit-box-shadow: 0 0 0 1px #ff0000 !important;
        -moz-box-shadow: 0 0 0 1px #ff0000 !important;
        box-shadow: 0 0 0 1px #ff0000 !important;
    }

    .mk-contact-form-wrapper.corporate-style .mk-form-row {
        width: 100%;
        position: relative;
        text-align: center;
    }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .captcha-image {
            max-height: 54px;
            position: absolute;
            top: 4px;
            right: 0;
            z-index: 10;
        }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .captcha-change-image {
            font-size: 10px;
            line-height: 1;
            display: block;
            text-align: right;
            padding: 10px 0;
        }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-form-full,
        .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-form-half,
        .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-form-full {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-form-third {
            padding: 5px;
            width: 33.3333%;
            display: inline-block;
        }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-form-half {
            padding: 5px;
            width: 50%;
            display: inline-block;
        }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-form-full {
            padding: 5px;
        }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input,
        .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea {
            margin: 0;
            font-size: 13px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            outline: none;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
            padding: 18px;
            width: 100%;
            position: relative;
            border: 1px solid #f6f6f6;
        }

            .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input::-webkit-input-placeholder,
            .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea::-webkit-input-placeholder,
            .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input:-ms-input-placeholder,
            .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea:-ms-input-placeholder,
            .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input::-moz-placeholder,
            .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea::-moz-placeholder,
            .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input:-moz-placeholder,
            .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea:-moz-placeholder {
                font-size: 12px;
                letter-spacing: 2px;
            }

            .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input:focus,
            .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea:focus {
                background: red;
            }

                .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input:focus::-webkit-input-placeholder,
                .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea:focus::-webkit-input-placeholder {
                    -moz-opacity: 80;
                    -khtml-opacity: 80;
                    opacity: 80;
                    opacity: 0.8;
                }

                .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input:focus:-ms-input-placeholder,
                .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea:focus:-ms-input-placeholder {
                    -moz-opacity: 80;
                    -khtml-opacity: 80;
                    opacity: 80;
                    opacity: 0.8;
                }

                .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input:focus::-moz-placeholder,
                .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea:focus::-moz-placeholder,
                .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input:focus:-moz-placeholder,
                .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea:focus:-moz-placeholder {
                    -moz-opacity: 80;
                    -khtml-opacity: 80;
                    opacity: 80;
                    opacity: 0.8;
                }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea {
            width: 100%;
            height: 200px;
            text-align: left;
        }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .contact-submit {
            text-transform: uppercase;
            outline: none;
            padding: 20px 28px;
            font-size: 12px;
            font-weight: bold;
            -webkit-transition: all 0.15s;
            -moz-transition: all 0.15s;
            -ms-transition: all 0.15s;
            -o-transition: all 0.15s;
            transition: all 0.15s;
            border: 1px solid #e5e5e5;
            float: right;
            margin-right: 5px;
            margin-top: 5px;
        }

            .mk-contact-form-wrapper.corporate-style .mk-form-row .contact-submit i {
                position: relative;
                left: 15px;
            }

    .mk-contact-form-wrapper.corporate-style .mk-contact-loading {
        right: 15px;
        bottom: 16px;
        font-size: 20px;
        text-align: center;
        line-height: 1;
        box-sizing: border-box;
    }

    .mk-contact-form-wrapper.corporate-style .mk-contact-success {
        right: 15px;
        bottom: 20px;
        width: 20px;
        height: 20px;
        font-size: 20px;
    }

    .mk-contact-form-wrapper.corporate-style .state-success {
        right: 30px !important;
    }

    .mk-contact-form-wrapper.corporate-style .mk-invalid {
        border: 1px solid #ff0000 !important;
        -webkit-box-shadow: 0 0 0 1px #ff0000 !important;
        -moz-box-shadow: 0 0 0 1px #ff0000 !important;
        box-shadow: 0 0 0 1px #ff0000 !important;
    }

.mk-contact-loading {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: none;
    color: #c3c3c3;
    font-size: 16px;
}

.mk-contact-success {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: none;
    width: 24px;
    height: 24px;
    color: #90b64d;
    font-size: 24px;
}

.mk-invalid {
    border: 1px solid #ff0000;
}

.mk-contactinfo-shortcode {
    margin-bottom: 20px;
}

@media handheld, only screen and (max-width: 960px) {
    .mk-contact-form-shortcode .contact-form-spliter {
        float: none !important;
        margin-bottom: 6px;
        width: 100% !important;
    }

    .mk-contact-form-shortcode button {
        display: block;
        width: 100%;
    }
}

.mk-progress-button {
    position: relative;
    display: inline-block;
    letter-spacing: 3px;
    text-transform: uppercase;
}

    .mk-progress-button[disabled],
    .mk-progress-button[disabled].state-loading {
        cursor: default;
    }

    .mk-progress-button .mk-progress-button-content {
        position: relative;
        display: block;
    }

    .mk-progress-button .state-success,
    .mk-progress-button .state-error {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -8px;
        display: block;
        width: 20px;
        height: 20px;
        opacity: 0;
    }

    .mk-progress-button.medium .state-success,
    .mk-progress-button.medium .state-error {
        right: 20px;
        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;
}

.outline-btn-dark .mk-progress-inner,
.flat-dimension .mk-progress-inner,
.outline-btn-light:hover .mk-progress-inner,
.mk-contact-button .mk-progress-inner {
    background: rgba(0, 0, 0, 0.5);
}

.outline-btn-light .mk-progress-inner,
.outline-btn-dark:hover .mk-progress-inner,
.mk-contact-button:hover .mk-progress-inner {
    background: rgba(255, 255, 255, 0.5);
}

.mk-progress-button[data-horizontal] .mk-progress-inner {
    bottom: 0;
    width: 0;
    height: 5px;
    transition: width 0.3s, opacity 0.3s;
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
}

.mk-progress-button[data-vertical] .mk-progress-inner {
    bottom: 0;
    width: 100%;
    height: 0;
    transition: height 0.3s, opacity 0.3s;
}
/* move-up */
/* ====================== */
.mk-progress-button[data-style="move-up"] {
    overflow: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .mk-progress-button[data-style="move-up"] .mk-progress-button-content {
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
    }

    .mk-progress-button[data-style="move-up"] .mk-progress {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mk-progress-button[data-style="move-up"].state-loading .mk-progress-button-content {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
/* Shortcode:Contact Form 7
-------------------------------------------------------------------- */
.wpcf7-form p {
    margin-bottom: 10px !important;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-form .wpcf7-textarea {
    width: 80%;
}

@media handheld, only screen and (max-width: 767px) {
    .wpcf7-form .wpcf7-text,
    .wpcf7-form .wpcf7-email,
    .wpcf7-form .wpcf7-textarea {
        width: 100%;
    }
}

div.wpcf7-response-output {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 15px 15px 15px 65px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #72dd9d;
    background-color: #b8f4d0;
    background-image: url(../../images/box-confirm-icon.png);
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #afe0ee;
    background-color: #d1eff8;
    background-image: url(../../images/box-info-icon.png);
}

div.wpcf7-spam-blocked {
    border: 2px solid #fd8585;
    background-color: #fac6bf;
    background-image: url(../../images/box-error-icon.png);
}

div.wpcf7-validation-errors {
    border: 2px solid #e0c069;
    background-color: #fbf1c8;
    background-image: url(../../images/box-warning-icon.png);
}

span.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: 7px;
    right: 14px;
    color: #f00;
    font-size: 12px;
}

span.wpcf7-not-valid-tip-no-ajax {
    display: block;
    color: #f00;
    font-size: 12px;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    margin-bottom: 15px;
    margin-left: 4px;
    border: none;
    vertical-align: middle;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

.wpcf7-submit {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 13px 35px;
    letter-spacing: 1px;
    outline: none;
    color: #252525;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    cursor: pointer;
    zoom: 1;
    border: 1px solid #252525;
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -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;
}

    .wpcf7-submit:hover {
        background-color: #252525;
        color: #fff;
    }
/* Shortcode:Container Box
-------------------------------------------------------------------- */
.mk-content-box {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

    .mk-content-box .content-box-heading {
        display: block;
        padding: 14px 15px;
        border-bottom: 1px solid #e3e3e3;
        background-color: #f8f8f8;
        font-weight: bold;
        font-size: 16px;
    }

        .mk-content-box .content-box-heading p {
            margin-bottom: 0;
        }

        .mk-content-box .content-box-heading i {
            font-size: 16px;
            margin-right: 6px;
        }

    .mk-content-box .content-box-content {
        padding: 20px;
    }
/* Shortcode:Content Slideshow
-------------------------------------------------------------------- */
.mk-content-slideshow-shortcode {
    margin-bottom: 40px;
    padding-right: 20px;
}

    .mk-content-slideshow-shortcode .mk-flex-content {
        padding: 30px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .mk-content-slideshow-shortcode p {
        margin-bottom: 0;
    }

    .mk-content-slideshow-shortcode .flex-direction-nav a {
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .mk-content-slideshow-shortcode .flex-direction-nav .flex-next {
        top: 30px;
        right: 0 !important;
        margin: 0;
        border-left-width: 11px;
        border-left-style: solid;
    }

    .mk-content-slideshow-shortcode .flex-direction-nav .flex-prev {
        top: 30px;
        right: 0 !important;
        margin: 14px 0 0 0;
        border-right-width: 11px;
        border-right-style: solid;
        background-position: 0 bottom;
    }
/* Device visbility media queries
-------------------------------------------------------------------- */
.visible-sm,
.visible-tl,
.visible-dt,
.visible-tl-v2,
.visible-dt-v2 {
    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-width: 768px) and (max-width: 1024px) {
    .hidden-tl {
        display: none !important;
    }

    .visible-tl {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .hidden-tl-v2 {
        display: none !important;
    }

    .visible-tl-v2 {
        display: block !important;
    }
}
/* Only Desktops */
@media only screen and (min-width: 1224px) {
    .hidden-dt {
        display: none !important;
    }

    .visible-dt {
        display: block !important;
    }
}

@media only screen and (min-width: 1290px) {
    .hidden-dt-v2 {
        display: none !important;
    }

    .visible-dt-v2 {
        display: block !important;
    }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .no-smartphone {
        display: none !important;
    }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .no-ipad {
        display: none !important;
    }
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .no-iphone {
        display: none !important;
    }
}
/* Inherit P tags inside shortcodes */
.mk-fancy-title p,
.mk-blockquote p,
.mk-mini-callout p,
.pricing-offer-grid p,
.mk-title-box p {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
/* Shortcode:Dividers
-------------------------------------------------------------------- */
.mk-divider {
    display: block;
}

    .mk-divider.custom-width.center {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .mk-divider.custom-width.left {
        text-align: left;
    }

    .mk-divider.custom-width.right {
        margin-left: auto;
        text-align: right;
    }

@media handheld, only screen and (max-width: 767px) {
    .mk-divider.custom-width.right,
    .mk-divider.custom-width.left {
        margin-left: auto;
        margin-right: auto;
        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;
}

.mk-divider.divider_one_half.center,
.mk-divider.divider_one_fourth.center,
.mk-divider.divider_one_third.center {
    text-align: center;
}

.mk-divider.divider_one_half.right,
.mk-divider.divider_one_fourth.right,
.mk-divider.divider_one_third.right {
    text-align: right;
}

.mk-divider.divider_one_half.left,
.mk-divider.divider_one_fourth.left,
.mk-divider.divider_one_third.left {
    text-align: left;
}

.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.double_dot .divider-inner {
    height: 5px;
    border-top: 1px dashed #dadada;
    border-bottom: 1px dashed #dadada;
}

.mk-divider.thick_solid .divider-inner {
    border-top: 2px solid #e5e5e5;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.mk-divider.thin_solid .divider-inner {
    border-top: 1px solid #e5e5e5;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mk-divider.single_dotted .divider-inner {
    border-top: 1px dashed #dadada;
}

.mk-divider.shadow_line .divider-inner {
    height: 7px;
}

    .mk-divider.shadow_line .divider-inner .divider-shadow-left,
    .mk-divider.shadow_line .divider-inner .divider-shadow-right {
        display: inline-block;
        width: 50%;
        height: 7px;
        background-image: url(../../images/shadow-divider.png);
        background-repeat: no-repeat;
    }

    .mk-divider.shadow_line .divider-inner .divider-shadow-left {
        background-position: left center;
    }

    .mk-divider.shadow_line .divider-inner .divider-shadow-right {
        background-position: right center;
    }

.mk-divider[class*='go_top'] .divider-inner {
    position: relative;
    height: 12px;
}

    .mk-divider[class*='go_top'] .divider-inner:before {
        top: 6px;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #e5e5e5;
        background-color: rgba(0, 0, 0, 0.1);
        content: "";
    }

    .mk-divider[class*='go_top'] .divider-inner .divider-go-top {
        position: absolute;
        top: -10px;
        right: 0;
        float: right;
        padding-left: 4px;
    }

        .mk-divider[class*='go_top'] .divider-inner .divider-go-top i {
            padding-left: 6px;
            vertical-align: top;
            font-size: 16px;
            color: #ccc;
        }

.mk-divider.go_top_thick .divider-inner:before {
    height: 2px;
}

.mk-divider.divider_page_divider {
    width: 100%;
}
/* Shortcode:Drop Caps
-------------------------------------------------------------------- */
.mk-dropcaps {
    display: inline-block;
    float: left;
    margin: 5px 8px 0 0;
    font-weight: bold;
    font-size: 20px;
}

    .mk-dropcaps.simple-style {
        margin: 5px 0 0 0;
        padding: 6px 6px 6px 0;
        color: #666666;
        font-size: 50px;
        line-height: 16px;
    }

    .mk-dropcaps.fancy-style {
        color: #fff;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }
/* Shortcode:Edge Slideshow
-------------------------------------------------------------------- */
.mk-swipe-slideshow {
    position: relative;
    margin-bottom: 20px;
}

    .mk-swipe-slideshow:hover .swiper-arrows {
        -moz-opacity: 60;
        -khtml-opacity: 60;
        opacity: 60;
        opacity: 0.6;
    }

    .mk-swipe-slideshow .swiper-arrows {
        top: 50%;
        width: 38px;
        height: 38px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        background-color: rgba(0, 0, 0, 0.4);
        text-align: center;
        position: absolute;
        padding: 10px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        cursor: pointer;
        color: #fff;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

        .mk-swipe-slideshow .swiper-arrows:hover {
            background-color: rgba(0, 0, 0, 0.6);
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

        .mk-swipe-slideshow .swiper-arrows i {
            line-height: 40px;
            font-size: 16px;
        }

    .mk-swipe-slideshow .mk-swiper-prev {
        left: 20px;
    }

    .mk-swipe-slideshow .mk-swiper-next {
        right: 20px;
    }

.mk-employees {
    margin-bottom: 10px;
    margin-top: 10px;
    /* ==========================================================================
   Classic Style
   ========================================================================== */
    /* ==========================================================================
   Simple Style
   ========================================================================== */
    /* ==========================================================================
   Boxed Style
   ========================================================================== */
}

    .mk-employees ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .mk-employees ul li {
            margin: 0;
            padding: 0;
        }

    .mk-employees.simple-style.one-column .mk-employee-item,
    .mk-employees.classic-style.one-column .mk-employee-item {
        width: 100%;
        padding: 0 0 50px;
    }

    .mk-employees.simple-style.two-column .mk-employee-item,
    .mk-employees.classic-style.two-column .mk-employee-item {
        width: 50%;
        padding: 0 40px 70px 40px;
    }

    .mk-employees.simple-style.three-column .mk-employee-item,
    .mk-employees.classic-style.three-column .mk-employee-item {
        width: 33.33%;
        padding: 0 30px 70px 30px;
    }

    .mk-employees.simple-style.four-column .mk-employee-item,
    .mk-employees.classic-style.four-column .mk-employee-item {
        width: 25%;
        padding: 0 25px 70px 25px;
    }

    .mk-employees.simple-style.five-column .mk-employee-item,
    .mk-employees.classic-style.five-column .mk-employee-item {
        width: 20%;
        padding: 0 25px 60px 25px;
    }

    .mk-employees.classic-style {
        /* Gets social links smaller for 3+ columns */
    }

        .mk-employees.classic-style .mk-employee-item:hover .mk-employeee-networks {
            opacity: 1;
            -webkit-transition: all 0.3s 0.1s ease-out;
            -moz-transition: all 0.3s 0.1s ease-out;
            -ms-transition: all 0.3s 0.1s ease-out;
            -o-transition: all 0.3s 0.1s ease-out;
            transition: all 0.3s 0.1s ease-out;
        }

        .mk-employees.classic-style .mk-employee-item:hover .employee-hover-overlay {
            background: rgba(0, 0, 0, 0.3);
            -webkit-transform: rotate(45deg) scale(1.5, 2);
            -moz-transform: rotate(45deg) scale(1.5, 2);
            -ms-transform: rotate(45deg) scale(1.5, 2);
            -o-transform: rotate(45deg) scale(1.5, 2);
            transform: rotate(45deg) scale(1.5, 2);
            -ms-transform: rotate(45deg) scale(1.5, 2);
        }

        .mk-employees.classic-style .team-thumbnail {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 100%;
        }

            .mk-employees.classic-style .team-thumbnail .employee-hover-overlay {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                opacity: 1;
                -webkit-transform: rotate(45deg) scale(0, 2);
                -moz-transform: rotate(45deg) scale(0, 2);
                -ms-transform: rotate(45deg) scale(0, 2);
                -o-transform: rotate(45deg) scale(0, 2);
                transform: rotate(45deg) scale(0, 2);
                -ms-transform: rotate(45deg) scale(0, 2);
                -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;
                transition: all 0.3s ease-in-out;
                pointer-events: none;
            }

            .mk-employees.classic-style .team-thumbnail img {
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                -o-backface-visibility: hidden;
                backface-visibility: hidden;
                -ms-backface-visibility: hidden;
            }

        .mk-employees.classic-style .mk-employeee-networks {
            position: absolute;
            top: 50%;
            margin-top: -20px;
            text-align: center;
            width: 100%;
            opacity: 0;
            -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;
            transition: all 0.3s ease-out;
        }

            .mk-employees.classic-style .mk-employeee-networks li {
                display: inline-block;
                margin: 0 auto;
            }

                .mk-employees.classic-style .mk-employeee-networks li a {
                    display: block;
                    margin: 0 6px;
                    width: 48px;
                    height: 48px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    line-height: 44px;
                    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6) inset;
                    text-align: center;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    vertical-align: middle;
                    -webkit-transition: all 0.1s ease-out;
                    -moz-transition: all 0.1s ease-out;
                    -ms-transition: all 0.1s ease-out;
                    -o-transition: all 0.1s ease-out;
                    transition: all 0.1s ease-out;
                }

                    .mk-employees.classic-style .mk-employeee-networks li a i {
                        font-size: 16px;
                        color: #fff;
                    }

                    .mk-employees.classic-style .mk-employeee-networks li a:hover {
                        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6) inset;
                    }

        .mk-employees.classic-style .team-member-name {
            font-size: 18px;
            text-transform: uppercase;
            margin-bottom: 8px;
        }

        .mk-employees.classic-style .team-member-position {
            font-size: 14px;
            color: #888;
            font-weight: 600;
            font-style: italic;
            text-transform: none;
        }

        .mk-employees.classic-style .team-member-desc {
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .mk-employees.classic-style.five-column .mk-employeee-networks li a,
        .mk-employees.classic-style.four-column .mk-employeee-networks li a {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

    .mk-employees.simple-style.one-column .team-thumbnail.rounded-true {
        padding: 0 40px;
    }

    .mk-employees.simple-style.two-column .team-thumbnail.rounded-true {
        padding: 0 60px;
    }

    .mk-employees.simple-style.three-column .team-thumbnail.rounded-true {
        padding: 0 40px;
    }

    .mk-employees.simple-style.four-column .team-thumbnail.rounded-true {
        padding: 0 30px;
    }

    .mk-employees.simple-style.five-column .team-thumbnail.rounded-true {
        padding: 0 20px;
    }

    .mk-employees.simple-style .mk-employee-item {
        text-align: center;
        display: inline-block;
        float: left;
    }

        .mk-employees.simple-style .mk-employee-item .team-thumbnail.rounded-true {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
        }

            .mk-employees.simple-style .mk-employee-item .team-thumbnail.rounded-true img {
                position: relative;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

        .mk-employees.simple-style .mk-employee-item .team-thumbnail img {
            /* Current draft standard */
            -webkit-filter: grayscale(100%);
            /* New WebKit */
            -moz-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            /* Not yet supported in Gecko, Opera or IE */
            filter: gray;
            /* IE */
            -webkit-filter: grayscale(1);
            /* Old WebKit */
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
            -ms-backface-visibility: hidden;
        }

        .mk-employees.simple-style .mk-employee-item:hover img {
            /* Current draft standard */
            /* New WebKit */
            -moz-filter: grayscale(0);
            -o-filter: grayscale(0);
            /* Not yet supported in Gecko, Opera or IE */
            /* IE */
            -webkit-filter: grayscale(0);
            /* Old WebKit */
        }

        .mk-employees.simple-style .mk-employee-item .team-member-name {
            color: #333333;
        }

        .mk-employees.simple-style .mk-employee-item .team-member-position {
            color: #777;
            letter-spacing: 1px;
        }

    .mk-employees.boxed-style.one-column .mk-employee-item {
        width: 100%;
        margin: 55px 0 20px;
    }

    .mk-employees.boxed-style.two-column .mk-employee-item {
        width: 48.5%;
        margin: 55px 0 3% 3%;
    }

    .mk-employees.boxed-style.three-column .mk-employee-item {
        width: 31.333%;
        margin: 55px 0 3% 3%;
    }

    .mk-employees.boxed-style.four-column .mk-employee-item {
        width: 23.4%;
        margin: 55px 0 2% 2%;
    }

    .mk-employees.boxed-style.five-column .mk-employee-item {
        width: 18.4%;
        margin: 55px 0 0 2%;
    }

    .mk-employees.boxed-style .mk-employee-item {
        padding: 60px 35px 36px;
        border: 1px solid rgba(0, 0, 0, 0.04);
        background-color: #f4f4f4;
        background-color: rgba(0, 0, 0, 0.03);
        position: relative;
    }

        .mk-employees.boxed-style .mk-employee-item .team-member-name {
            color: #333333;
        }

        .mk-employees.boxed-style .mk-employee-item .mk-employeee-networks li a {
            padding: 0 8px;
        }

        .mk-employees.boxed-style .mk-employee-item.employee-item-blur {
            border: 1px solid rgba(255, 255, 255, 0.6);
        }

            .mk-employees.boxed-style .mk-employee-item.employee-item-blur .team-thumbnail {
                border: 3px solid #fff !important;
            }

            .mk-employees.boxed-style .mk-employee-item.employee-item-blur .team-member-position {
                color: #fff;
                font-weight: bold;
            }

            .mk-employees.boxed-style .mk-employee-item.employee-item-blur .mk-employeee-networks i {
                color: #fff !important;
            }

            .mk-employees.boxed-style .mk-employee-item.employee-item-blur .mk-employeee-networks a:hover i {
                color: #fff !important;
            }

        .mk-employees.boxed-style .mk-employee-item.em-first-column {
            margin-left: 0 !important;
        }

        .mk-employees.boxed-style .mk-employee-item .team-thumbnail {
            width: 100px;
            height: 100px;
            position: absolute;
            top: -45px;
            left: 50%;
            margin-left: -50px;
            border: 2px solid #c6c6c6;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
        }

            .mk-employees.boxed-style .mk-employee-item .team-thumbnail img {
                position: relative;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

        .mk-employees.boxed-style .mk-employee-item .team-member-name {
            margin-top: 10px;
            letter-spacing: 1px;
        }

        .mk-employees.boxed-style .mk-employee-item .team-member-position {
            letter-spacing: 1px;
        }
/* ==========================================================================
   GLOBAL RULLSETS
   ========================================================================== */
.mk-employee-item {
    text-align: center;
    display: inline-block;
    float: left;
}

    .mk-employee-item .team-thumbnail {
        margin: 0 auto 25px;
        overflow: hidden;
    }

    .mk-employee-item .team-member-name {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 5px;
        display: block;
        font-weight: bold;
    }

    .mk-employee-item .team-member-position {
        font-size: 12px;
        text-transform: uppercase;
        display: block;
    }

    .mk-employee-item .team-member-desc {
        margin-top: 20px;
        margin-bottom: 10px;
        display: block;
    }

@media handheld, only screen and (max-width: 960px) {
    .mk-employees.simple-style.one-column .mk-employee-item,
    .mk-employees.classic-style.one-column .mk-employee-item,
    .mk-employees.simple-style.two-column .mk-employee-item,
    .mk-employees.classic-style.two-column .mk-employee-item,
    .mk-employees.simple-style.three-column .mk-employee-item,
    .mk-employees.classic-style.three-column .mk-employee-item {
        display: block;
        margin: 0 0px 50px;
        width: 100%;
    }

    .mk-employees.simple-style.one-column .team-thumbnail,
    .mk-employees.classic-style.one-column .team-thumbnail,
    .mk-employees.simple-style.two-column .team-thumbnail,
    .mk-employees.classic-style.two-column .team-thumbnail,
    .mk-employees.simple-style.three-column .team-thumbnail,
    .mk-employees.classic-style.three-column .team-thumbnail {
        float: left;
        width: 30%;
        display: inline-block;
    }

    .mk-employees.simple-style.one-column .team-info-wrapper,
    .mk-employees.classic-style.one-column .team-info-wrapper,
    .mk-employees.simple-style.two-column .team-info-wrapper,
    .mk-employees.classic-style.two-column .team-info-wrapper,
    .mk-employees.simple-style.three-column .team-info-wrapper,
    .mk-employees.classic-style.three-column .team-info-wrapper {
        float: left;
        display: inline-block;
        width: 65%;
        padding: 10px 0 0 20px;
    }

    .mk-employees.simple-style.four-column .mk-employee-item,
    .mk-employees.classic-style.four-column .mk-employee-item,
    .mk-employees.simple-style.five-column .mk-employee-item,
    .mk-employees.classic-style.five-column .mk-employee-item {
        width: 48% !important;
        padding: 0 20px 30px;
    }

    .boxed-style .mk-employee-item {
        display: block;
        margin-left: 0 !important;
        width: 100% !important;
        padding: 60px 10px 36px !important;
    }

    .mk-employees.classic-style.one-column .team-thumbnail,
    .mk-employees.classic-style.two-column .team-thumbnail,
    .mk-employees.classic-style.three-column .team-thumbnail {
        width: 50%;
    }

    .mk-employees.classic-style.one-column .team-info-wrapper,
    .mk-employees.classic-style.two-column .team-info-wrapper,
    .mk-employees.classic-style.three-column .team-info-wrapper {
        width: 45%;
    }
}

@media handheld, only screen and (max-width: 767px) {
    .mk-employees.classic-style.one-column .mk-employee-item,
    .mk-employees.classic-style.two-column .mk-employee-item,
    .mk-employees.classic-style.three-column .mk-employee-item,
    .mk-employees.classic-style.four-column .mk-employee-item,
    .mk-employees.classic-style.five-column .mk-employee-item {
        display: block;
        margin: 0 0px 50px;
        width: 100% !important;
        padding: 0 10px 30px !important;
    }

    .mk-employees.classic-style.one-column .team-thumbnail,
    .mk-employees.classic-style.two-column .team-thumbnail,
    .mk-employees.classic-style.three-column .team-thumbnail,
    .mk-employees.classic-style.four-column .team-thumbnail,
    .mk-employees.classic-style.five-column .team-thumbnail {
        width: 100%;
        float: none !important;
        display: block;
    }

    .mk-employees.classic-style.one-column .team-info-wrapper,
    .mk-employees.classic-style.two-column .team-info-wrapper,
    .mk-employees.classic-style.three-column .team-info-wrapper,
    .mk-employees.classic-style.four-column .team-info-wrapper,
    .mk-employees.classic-style.five-column .team-info-wrapper {
        float: none !important;
        width: 100% !important;
        display: block;
    }

    .mk-employees.simple-style.one-column .mk-employee-item,
    .mk-employees.simple-style.two-column .mk-employee-item,
    .mk-employees.simple-style.three-column .mk-employee-item,
    .mk-employees.simple-style.four-column .mk-employee-item,
    .mk-employees.simple-style.five-column .mk-employee-item {
        display: block;
        margin: 0 0px 50px;
        width: 100% !important;
    }

    .mk-employees.simple-style.one-column .team-thumbnail,
    .mk-employees.simple-style.two-column .team-thumbnail,
    .mk-employees.simple-style.three-column .team-thumbnail,
    .mk-employees.simple-style.four-column .team-thumbnail,
    .mk-employees.simple-style.five-column .team-thumbnail {
        width: 60%;
        float: none !important;
        display: block;
    }

    .mk-employees.simple-style.one-column .team-info-wrapper,
    .mk-employees.simple-style.two-column .team-info-wrapper,
    .mk-employees.simple-style.three-column .team-info-wrapper,
    .mk-employees.simple-style.four-column .team-info-wrapper,
    .mk-employees.simple-style.five-column .team-info-wrapper {
        float: none !important;
        width: 100% !important;
        display: block;
        padding: 0 !important;
    }
}

@media handheld, only screen and (max-width: 550px) {
    .mk-employees.simple-style.four-column .mk-employee-item,
    .mk-employees.simple-style.five-column .mk-employee-item {
        width: 100% !important;
        padding: 0 10px 10px;
    }

    .mk-employees.simple-style.one-column .team-thumbnail,
    .mk-employees.simple-style.two-column .team-thumbnail,
    .mk-employees.simple-style.three-column .team-thumbnail,
    .mk-employees.simple-style.four-column .team-thumbnail,
    .mk-employees.simple-style.five-column .team-thumbnail {
        width: 80%;
    }
}

.mk-employeee-networks {
    margin: 0;
    padding: 0;
}

    .mk-employeee-networks li {
        margin: 0;
        list-style: none;
        display: inline-block;
    }

        .mk-employeee-networks li a {
            display: block;
            line-height: 4px;
            margin: 10px 9px 0 0;
        }

            .mk-employeee-networks li a i {
                font-size: 16px;
                color: #aaa;
            }

            .mk-employeee-networks li a:hover i {
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -ms-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s;
                color: #797979;
            }

@media handheld, only screen and (max-width: 767px) {
    .mk-single-employee .single-employee-sidebar .employees-featured-image,
    .mk-single-employee .single-employee-hero-title .employees-featured-image,
    .mk-single-employee .single-employee-content .employees-featured-image {
        text-align: center;
    }
}

.mk-single-employee .single-employee-sidebar .team-member-name,
.mk-single-employee .single-employee-hero-title .team-member-name,
.mk-single-employee .single-employee-content .team-member-name,
.mk-single-employee .single-employee-sidebar .team-member-position,
.mk-single-employee .single-employee-hero-title .team-member-position,
.mk-single-employee .single-employee-content .team-member-position {
    display: block;
    text-align: center;
}

.mk-single-employee .single-employee-sidebar .team-member-name,
.mk-single-employee .single-employee-hero-title .team-member-name,
.mk-single-employee .single-employee-content .team-member-name {
    margin-top: 40px;
    font-weight: bold;
    color: #222;
    font-size: 22px;
}

.mk-single-employee .single-employee-sidebar .team-member-position,
.mk-single-employee .single-employee-hero-title .team-member-position,
.mk-single-employee .single-employee-content .team-member-position {
    margin-top: 15px;
    font-weight: normal;
    color: #777;
    font-size: 14px;
}

.mk-single-employee .single-employee-sidebar .mk-employeee-networks,
.mk-single-employee .single-employee-hero-title .mk-employeee-networks,
.mk-single-employee .single-employee-content .mk-employeee-networks {
    text-align: center;
    margin-top: 15px;
}

    .mk-single-employee .single-employee-sidebar .mk-employeee-networks a,
    .mk-single-employee .single-employee-hero-title .mk-employeee-networks a,
    .mk-single-employee .single-employee-content .mk-employeee-networks a {
        border: 1px solid #b2b2b2;
        display: inline-block;
        width: 32px;
        height: 32px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #222;
        -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
        -moz-transition: background-color 0.2s ease, border-color 0.2s ease;
        -ms-transition: background-color 0.2s ease, border-color 0.2s ease;
        -o-transition: background-color 0.2s ease, border-color 0.2s ease;
        transition: background-color 0.2s ease, border-color 0.2s ease;
    }

        .mk-single-employee .single-employee-sidebar .mk-employeee-networks a > i,
        .mk-single-employee .single-employee-hero-title .mk-employeee-networks a > i,
        .mk-single-employee .single-employee-content .mk-employeee-networks a > i {
            display: block;
            line-height: 32px;
            color: #222;
            -webkit-transition: color .2s ease;
            -moz-transition: color .2s ease;
            -ms-transition: color .2s ease;
            -o-transition: color .2s ease;
            transition: color .2s ease;
        }

        .mk-single-employee .single-employee-sidebar .mk-employeee-networks a:hover,
        .mk-single-employee .single-employee-hero-title .mk-employeee-networks a:hover,
        .mk-single-employee .single-employee-content .mk-employeee-networks a:hover {
            background-color: #222;
            color: #fff;
            border-color: #222;
        }

            .mk-single-employee .single-employee-sidebar .mk-employeee-networks a:hover > i,
            .mk-single-employee .single-employee-hero-title .mk-employeee-networks a:hover > i,
            .mk-single-employee .single-employee-content .mk-employeee-networks a:hover > i {
                color: #ffffff;
            }

.mk-single-employee .single-employee-sidebar {
    width: 275px;
    display: inline-block;
    float: left;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-single-employee .single-employee-sidebar {
        width: 100%;
        margin-right: 0;
        display: block;
        float: none;
        margin-bottom: 50px;
    }
}

.mk-single-employee .single-employee-content {
    padding-left: 345px;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-single-employee .single-employee-content {
        padding-left: 0;
    }
}

.mk-single-employee.layout-style1 .single-employee-sidebar .employees-featured-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.mk-single-employee.layout-style2 .single-employee-content .team-member-name,
.mk-single-employee.layout-style2 .single-employee-content .team-member-position,
.mk-single-employee.layout-style2 .single-employee-content .mk-employeee-networks {
    text-align: left;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-single-employee.layout-style2 .single-employee-content .team-member-name,
    .mk-single-employee.layout-style2 .single-employee-content .team-member-position,
    .mk-single-employee.layout-style2 .single-employee-content .mk-employeee-networks {
        text-align: center;
    }
}

.mk-single-employee.layout-style2 .single-employee-content .mk-employeee-networks {
    margin-bottom: 65px;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-single-employee.layout-style2 .single-employee-content .mk-employeee-networks {
        margin-bottom: 50px;
    }
}

.mk-single-employee.layout-style2 .single-employee-content .mk-employeee-networks a {
    text-align: center;
}

.mk-single-employee.layout-style2 .single-employee-content .team-member-name {
    margin-top: 10px;
}

.mk-single-employee.layout-style3 {
    margin: 0 !important;
}

    .mk-single-employee.layout-style3 .single-employee-hero-title {
        text-align: center;
        padding: 85px 0;
        margin-bottom: 20px;
    }

        .mk-single-employee.layout-style3 .single-employee-hero-title .employees-featured-image img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .mk-single-employee.layout-style3 .single-employee-hero-title .employees-featured-image {
            display: inline-block;
        }

            .mk-single-employee.layout-style3 .single-employee-hero-title .employees-featured-image > img {
                display: block;
            }

        .mk-single-employee.layout-style3 .single-employee-hero-title.skin-light .team-member-name {
            color: #fff;
        }

        .mk-single-employee.layout-style3 .single-employee-hero-title.skin-light .team-member-position {
            color: #fff;
        }

        .mk-single-employee.layout-style3 .single-employee-hero-title.skin-light .mk-employeee-networks a {
            border: 1px solid #fff;
            color: #fff;
        }

            .mk-single-employee.layout-style3 .single-employee-hero-title.skin-light .mk-employeee-networks a > i {
                color: #fff;
            }

            .mk-single-employee.layout-style3 .single-employee-hero-title.skin-light .mk-employeee-networks a:hover {
                background-color: #fff;
                color: #222;
                border-color: #fff;
            }

                .mk-single-employee.layout-style3 .single-employee-hero-title.skin-light .mk-employeee-networks a:hover > i {
                    color: #222222;
                }

        .mk-single-employee.layout-style3 .single-employee-hero-title.skin-dark .team-member-name {
            color: #222;
        }

        .mk-single-employee.layout-style3 .single-employee-hero-title.skin-dark .team-member-position {
            color: #222;
        }

        .mk-single-employee.layout-style3 .single-employee-hero-title.skin-dark .mk-employeee-networks a {
            border: 1px solid #222;
            color: #222;
        }

            .mk-single-employee.layout-style3 .single-employee-hero-title.skin-dark .mk-employeee-networks a > i {
                color: #222;
            }

            .mk-single-employee.layout-style3 .single-employee-hero-title.skin-dark .mk-employeee-networks a:hover {
                background-color: #222;
                color: #fff;
                border-color: #222;
            }

                .mk-single-employee.layout-style3 .single-employee-hero-title.skin-dark .mk-employeee-networks a:hover > i {
                    color: #ffffff;
                }

@media handheld, only screen and (max-width: 960px) {
    .mk-single-employee.layout-style3 .single-employee-hero-title {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.mk-single-employee.layout-style3 .single-employee-content {
    padding-left: 0;
}
/* Facebook
---------------------------------------------------------- */
.fb_type_standard {
    height: 25px;
}

    .fb_type_standard iframe {
        height: 25px;
    }

.fb_type_button_count {
    height: 25px;
}

    .fb_type_button_count iframe {
        height: 25px;
    }

.fb_type_box_count {
    height: 62px;
}

    .fb_type_box_count iframe {
        height: 62px;
    }
/* Shortcode:Fancy Title
-------------------------------------------------------------------- */
.mk-fancy-title {
    margin-bottom: 18px;
}

    .mk-fancy-title.pattern-style {
        background: url(../../images/fancy-title-pattern.png) left center repeat-x;
    }

        .mk-fancy-title.pattern-style p {
            display: inline;
        }

    .mk-fancy-title.simple-style span {
        background: transparent !important;
    }

    .mk-fancy-title p {
        margin-bottom: 0 !important;
    }

@media handheld, only screen and (max-width: 767px) {
    .mk-fancy-title {
        text-align: center !important;
    }

        .mk-fancy-title.pattern-style span {
            padding: 0 8px !important;
        }

        .mk-fancy-title.mk-force-responsive {
            font-size: 36px !important;
        }
}

.mk-title-box {
    line-height: 100%;
}

    .mk-title-box p {
        margin: 0;
    }

    .mk-title-box span {
        padding: 4px 0;
    }
/* Shortcode:FAQ
-------------------------------------------------------------------- */
.mk-faq-container {
    margin-bottom: 20px;
}

    .mk-faq-container.fancy-style-wrapper {
        border-top: 1px solid #ececec;
    }

        .mk-faq-container.fancy-style-wrapper .mk-faq-toggle {
            margin-bottom: 0 !important;
            border-top: none !important;
        }

        .mk-faq-container.fancy-style-wrapper .mk-faq-toggle {
            padding: 0;
        }

        .mk-faq-container.fancy-style-wrapper .mk-toggle-title {
            padding: 18px;
            background: transparent;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
        }

            .mk-faq-container.fancy-style-wrapper .mk-toggle-title:hover {
                background: #646464;
                background: rgba(0, 0, 0, 0.02);
            }

            .mk-faq-container.fancy-style-wrapper .mk-toggle-title:before {
                margin: 10px 4px;
                color: rgba(0, 0, 0, 0.3);
                font-size: 10px !important;
            }

            .mk-faq-container.fancy-style-wrapper .mk-toggle-title i {
                color: rgba(0, 0, 0, 0.2) !important;
                font-size: 16px !important;
            }

.mk-faq-toggle {
    display: block;
    width: 100%;
    padding: 4px 10px;
}

    .mk-faq-toggle .mk-toggle-title {
        font-weight: bold;
    }

        .mk-faq-toggle .mk-toggle-title i {
            color: #d6d6d6 !important;
        }

        .mk-faq-toggle .mk-toggle-title:before {
            font-size: 10px !important;
        }

    .mk-faq-toggle .mk-toggle-pane {
        padding: 20px;
    }

.filter-faq {
    margin-bottom: 30px;
    text-align: center;
}

    .filter-faq ul {
        display: inline-block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .filter-faq ul li {
            display: inline-block;
        }

            .filter-faq ul li a {
                padding: 12px 14px;
                line-height: 13px;
                font-size: 13px;
                color: #333;
                color: #323232;
                display: block;
                letter-spacing: 1px;
            }

                .filter-faq ul li a.current {
                    background-color: #969696;
                    background-color: rgba(0, 0, 0, 0.08);
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                }
/* Shortcode:Flickr Feeds
-------------------------------------------------------------------- */
.mk-flickr-feeds-shortcode {
    margin-bottom: 20px;
}

    .mk-flickr-feeds-shortcode .flickr_badge_image {
        display: inline-block;
    }

        .mk-flickr-feeds-shortcode .flickr_badge_image a {
            position: relative;
            display: inline-block;
        }

            .mk-flickr-feeds-shortcode .flickr_badge_image a img {
                overflow: hidden;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }
/* Shortcode:Flibox
-------------------------------------------------------------------- */
.mk-flipbox-container {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
    -ms-perspective: 2000px;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    width: 100%;
    text-align: center;
    position: relative;
}

    .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;
        -ms-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 {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
    -ms-perspective: 2000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
    position: relative;
}

.mk-flipbox-front,
.mk-flipbox-back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    display: block;
    table-layout: fixed;
}

    .mk-flipbox-front:before,
    .mk-flipbox-back:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
        /* Adjusts for spacing */
    }

    .mk-flipbox-front .front-desc {
        padding: 0 10%;
    }

    .mk-flipbox-back .back-desc {
        padding: 0 10%;
    }

.mk-flipbox-content {
    display: inline-block;
    vertical-align: middle;
}

    .mk-flipbox-content .back-button {
        display: inline-block;
        padding: 10px 20px;
        margin-top: 20px;
        -webkit-backface-visibility: inherit;
        -moz-backface-visibility: inherit;
        -ms-backface-visibility: inherit;
        -o-backface-visibility: inherit;
        backface-visibility: inherit;
    }

    .mk-flipbox-content .front-title,
    .mk-flipbox-content .back-title {
        padding: 20px;
    }

    .mk-flipbox-content .front-icon {
        padding: 20px;
        max-width: 100%;
    }

@-moz-document url-prefix() {
}
/* 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 i {
        display: inline-block;
    }

        .mk-font-icons i.circle-enabled {
            text-align: center;
            -webkit-border-radius: 256px;
            -moz-border-radius: 256px;
            border-radius: 256px;
        }

        .mk-font-icons i.mk-size-small {
            font-size: 16px;
        }

            .mk-font-icons i.mk-size-small.circle-enabled {
                padding: 3px;
                width: 16px;
                height: 16px;
                font-size: 12px;
                line-height: 16px;
            }

        .mk-font-icons i.mk-size-medium {
            font-size: 32px;
        }

            .mk-font-icons i.mk-size-medium.circle-enabled {
                padding: 3px;
                width: 32px;
                height: 32px;
                font-size: 16px;
                line-height: 32px;
            }

        .mk-font-icons i.mk-size-large {
            font-size: 48px;
        }

            .mk-font-icons i.mk-size-large.circle-enabled {
                width: 48px;
                height: 48px;
                font-size: 24px;
                line-height: 48px;
            }

        .mk-font-icons i.mk-size-x-large {
            font-size: 64px;
        }

            .mk-font-icons i.mk-size-x-large.circle-enabled {
                width: 64px;
                height: 64px;
                font-size: 32px;
                line-height: 64px;
            }

        .mk-font-icons i.mk-size-xx-large {
            font-size: 128px;
        }

            .mk-font-icons i.mk-size-xx-large.circle-enabled {
                width: 128px;
                height: 128px;
                font-size: 48px;
                line-height: 128px;
            }

        .mk-font-icons i.mk-size-xxx-large {
            font-size: 256px;
        }

            .mk-font-icons i.mk-size-xxx-large.circle-enabled {
                width: 256px;
                height: 256px;
                font-size: 64px;
                line-height: 256px;
            }
/* Shortcode:Full Width Box
-------------------------------------------------------------------- */
.mk-fullwidth-boxed {
    position: relative;
    display: block;
    padding: 30px;
}
/* Shortcode:Full Width Slideshow
-------------------------------------------------------------------- */
.mk-fullwidth-slideshow {
    width: 100%;
    text-align: center;
}

    .mk-fullwidth-slideshow .mk-flex-slides {
        width: 100%;
        text-align: center;
    }

        .mk-fullwidth-slideshow .mk-flex-slides li {
            text-align: center;
        }

            .mk-fullwidth-slideshow .mk-flex-slides li img {
                margin: 0 auto !important;
                width: auto !important;
                height: auto;
            }

    .mk-fullwidth-slideshow .flex-direction-nav a {
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.4);
        text-align: center;
    }

        .mk-fullwidth-slideshow .flex-direction-nav a i {
            line-height: 40px;
            color: #fff;
            font-size: 16px;
        }

    .mk-fullwidth-slideshow .flex-direction-nav .flex-next {
        right: 20px;
    }

    .mk-fullwidth-slideshow .flex-direction-nav .flex-prev {
        left: 20px;
    }
/* Shortcode:Gallery
-------------------------------------------------------------------- */
.mk-gallery-shortcode article {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

    .mk-gallery-shortcode article .item-holder {
        margin: 0 8px 16px 8px;
        position: relative;
        overflow: hidden;
        line-height: 4px;
    }

        .mk-gallery-shortcode article .item-holder img {
            width: 100%;
        }

    .mk-gallery-shortcode article.gallery-one-column {
        width: 100%;
    }

        .mk-gallery-shortcode article.gallery-one-column .item-holder {
            margin: 0 0 16px 0;
        }

    .mk-gallery-shortcode article.gallery-two-column {
        width: 49.96%;
    }

    .mk-gallery-shortcode article.gallery-three-column {
        width: 33.31%;
    }

    .mk-gallery-shortcode article.gallery-four-column {
        width: 24.96%;
    }

    .mk-gallery-shortcode article.gallery-five-column {
        width: 19.96%;
    }

    .mk-gallery-shortcode article.gallery-six-column {
        width: 16.6%;
    }

    .mk-gallery-shortcode article.gallery-seven-column {
        width: 14.26%;
    }

    .mk-gallery-shortcode article.gallery-eight-column {
        width: 12.5%;
    }

        .mk-gallery-shortcode article.gallery-eight-column .item-holder {
            margin: 0 4px 8px 4px;
        }

    .mk-gallery-shortcode article .gallery-inner {
        display: block;
    }

    .mk-gallery-shortcode article.grid-frame .item-holder {
        margin: 0 1px 2px;
    }

        .mk-gallery-shortcode article.grid-frame .item-holder img {
            width: 100%;
        }

    .mk-gallery-shortcode article.rounded-frame .gallery-inner {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .mk-gallery-shortcode article.rounded-frame .gallery-inner img,
        .mk-gallery-shortcode article.rounded-frame .gallery-inner .image-hover-overlay {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

    .mk-gallery-shortcode article.gray_border-frame .gallery-inner {
        border: 6px solid rgba(0, 0, 0, 0.06);
    }

    .mk-gallery-shortcode article .image-hover-overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .mk-gallery-shortcode article .gallery-title {
        position: absolute;
        top: 58%;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 0 20px;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        font-weight: bold;
    }

    .mk-gallery-shortcode article .gallery-caption {
        display: none;
    }

    .mk-gallery-shortcode article.hover-fadebox .mk-image-shortcode-lightbox.lightbox-push-top {
        top: 35%;
    }

    .mk-gallery-shortcode article.hover-fadebox:hover .image-hover-overlay {
        -moz-opacity: 85;
        -khtml-opacity: 85;
        opacity: 85;
        opacity: 0.85;
    }

    .mk-gallery-shortcode article.hover-fadebox:hover .mk-image-shortcode-lightbox {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-gallery-shortcode article.hover-fadebox:hover .gallery-title {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
        top: 56%;
    }

    .mk-gallery-shortcode article.hover-fadebox:hover img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: gray;
        -webkit-filter: grayscale(1);
    }

    .mk-gallery-shortcode article.hover-slow_zoom a {
        top: 0;
        left: 0;
        margin: 0;
        display: block;
        width: 100%;
        height: 100%;
    }

    .mk-gallery-shortcode article.hover-slow_zoom img {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
        -ms-transform: scale(1.04);
        -webkit-transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .mk-gallery-shortcode article.hover-slow_zoom:hover img {
        -webkit-transform: scale(1.11);
        -moz-transform: scale(1.11);
        -ms-transform: scale(1.11);
        -o-transform: scale(1.11);
        transform: scale(1.11);
        -ms-transform: scale(1.11);
    }

    .mk-gallery-shortcode article.hover-overlay_layer .gallery-desc {
        display: inline-block;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .mk-gallery-shortcode article.hover-overlay_layer a {
        top: 0;
        left: 0;
        margin: 0;
        display: block;
        width: 100%;
        height: 100%;
    }

    .mk-gallery-shortcode article.hover-overlay_layer .gallery-title {
        position: relative;
        top: 0;
        display: block;
        padding: 8px 20px;
        margin-bottom: 10px;
    }

        .mk-gallery-shortcode article.hover-overlay_layer .gallery-title:after {
            position: absolute;
            content: '';
            bottom: 0;
            left: 50%;
            margin-left: -6px;
            height: 2px;
            width: 12px;
            background-color: #fff;
        }

    .mk-gallery-shortcode article.hover-overlay_layer .gallery-caption {
        display: block;
        text-transform: uppercase;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
        color: #fff;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

    .mk-gallery-shortcode article.hover-overlay_layer img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
        -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;
        transition: all 0.3s ease-in-out;
    }

    .mk-gallery-shortcode article.hover-overlay_layer:hover .image-hover-overlay {
        -moz-opacity: 80;
        -khtml-opacity: 80;
        opacity: 80;
        opacity: 0.8;
    }

    .mk-gallery-shortcode article.hover-overlay_layer:hover .gallery-title {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-gallery-shortcode article.hover-overlay_layer:hover .gallery-caption {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-gallery-shortcode article.hover-overlay_layer:hover img {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
        -ms-transform: scale(1.04);
    }

@media handheld, only screen and (max-width: 960px) {
    .mk-gallery-shortcode article.gallery-two-column,
    .mk-gallery-shortcode article.gallery-three-column,
    .mk-gallery-shortcode article.gallery-four-column,
    .mk-gallery-shortcode article.gallery-five-column,
    .mk-gallery-shortcode article.gallery-six-column,
    .mk-gallery-shortcode article.gallery-seven-column,
    .mk-gallery-shortcode article.gallery-eight-column {
        width: 49.7%;
    }

        .mk-gallery-shortcode article.gallery-two-column img,
        .mk-gallery-shortcode article.gallery-three-column img,
        .mk-gallery-shortcode article.gallery-four-column img,
        .mk-gallery-shortcode article.gallery-five-column img,
        .mk-gallery-shortcode article.gallery-six-column img,
        .mk-gallery-shortcode article.gallery-seven-column img,
        .mk-gallery-shortcode article.gallery-eight-column img {
            width: 100%;
        }
}

@media handheld, only screen and (max-width: 540px) {
    .mk-gallery-shortcode article {
        width: 100% !important;
    }
}

.mk-gallery-shortcode.masnory-gallery .mk-gallery-item {
    width: 25%;
}

.mk-gallery-shortcode.masnory-gallery .gallery-mansory-large {
    width: 50%;
}

@media handheld, only screen and (max-width: 1140px) {
    .mk-gallery-shortcode.masnory-gallery .mk-gallery-item {
        width: 24.9%;
    }

    .mk-gallery-shortcode.masnory-gallery .gallery-mansory-large {
        width: 49.9%;
    }
}

@media handheld, only screen and (max-width: 960px) {
    .mk-gallery-shortcode.masnory-gallery .mk-gallery-item,
    .mk-gallery-shortcode.masnory-gallery .gallery-mansory-large {
        width: 49.9%;
    }
}

@media handheld, only screen and (max-width: 767px) {
    .mk-gallery-shortcode.masnory-gallery .mk-gallery-item,
    .mk-gallery-shortcode.masnory-gallery .gallery-mansory-large {
        width: 100%;
    }
}

.vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .mk-gallery-item {
    width: 24.96%;
}

.vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .gallery-mansory-large {
    width: 49.96%;
}

@media handheld, only screen and (max-width: 1140px) {
    .vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .mk-gallery-item {
        width: 24.9%;
    }

    .vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .gallery-mansory-large {
        width: 49.9%;
    }
}

@media handheld, only screen and (max-width: 960px) {
    .vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .mk-gallery-item,
    .vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .gallery-mansory-large {
        width: 49.9%;
    }
}

@media handheld, only screen and (max-width: 767px) {
    .vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .mk-gallery-item,
    .vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .gallery-mansory-large {
        width: 100%;
    }
}

.vc_row.mk-fullwidth-true .mk-gallery-shortcode .gallery-eight-column {
    width: 12.46%;
}

    .vc_row.mk-fullwidth-true .mk-gallery-shortcode .gallery-eight-column .item-holder {
        margin: 0 4px 8px 4px;
    }

@media handheld, only screen and (max-width: 960px) {
    .vc_row.mk-fullwidth-true .mk-gallery-shortcode .gallery-eight-column {
        width: 49.7%;
    }

        .vc_row.mk-fullwidth-true .mk-gallery-shortcode .gallery-eight-column img {
            width: 100%;
        }
}

@media handheld, only screen and (max-width: 540px) {
    .vc_row.mk-fullwidth-true .mk-gallery-shortcode .gallery-eight-column {
        width: 100% !important;
    }
}
/* Shortcode:Google Maps
-------------------------------------------------------------------- */
.wpb_map_wraper {
    margin-bottom: 20px;
    line-height: 4px;
}

    .wpb_map_wraper.rounded-frame {
        overflow: hidden;
        border: 2px solid rgba(0, 0, 0, 0.06);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .wpb_map_wraper.gray_border-frame {
        border: 6px solid rgba(0, 0, 0, 0.06);
    }

    .wpb_map_wraper.border_shadow-frame {
        border: 6px solid #fff;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    }

    .wpb_map_wraper.shadow_only-frame {
        -webkit-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.1);
    }

.mk-advanced-gmaps img {
    max-width: none !important;
}

.mk-gmaps-parallax {
    overflow: hidden;
}

    .mk-gmaps-parallax > div {
        margin-top: -100px;
    }
/* Google plus
---------------------------------------------------------- */
.wpb_googleplus_type_standard {
    height: 25px;
}

.wpb_googleplus_type_small {
    height: 25px;
}

.wpb_googleplus_type_medium {
    height: 25px;
}

.wpb_googleplus_type_tall {
    height: 25px;
}
/* Shortcode:Highlight
-------------------------------------------------------------------- */
.mk-highlight {
    margin: 0;
    padding: 2px;
    color: #fff;
}

.mk-event-countdown {
    margin-bottom: 30px !important;
}

    .mk-event-countdown .mk-event-title {
        display: block;
        margin-bottom: 25px;
        color: #999999;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

.mk-event-countdown-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

    .mk-event-countdown-ul li {
        display: inline-block;
        margin: 0 0 15px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 20%;
        border: 2px solid rgba(0, 0, 0, 0.1);
        padding: 20px 4px;
    }

        .mk-event-countdown-ul li .timestamp {
            position: relative;
            display: block;
            font-size: 70px;
            font-weight: 300;
            padding: 18px 5px 35px 5px;
            color: #555;
            text-shadow: 1px 1px #fff;
        }

            .mk-event-countdown-ul li .timestamp:before {
                content: '';
                display: block;
                position: absolute;
                width: 30px;
                height: 3px;
                letter-spacing: 2px;
                background: #dddddd;
                left: 50%;
                -webkit-transform: translate(-50%, 66px);
                -moz-transform: translate(-50%, 66px);
                -ms-transform: translate(-50%, 66px);
                -o-transform: translate(-50%, 66px);
                transform: translate(-50%, 66px);
                -ms-transform: translate(-50%, 66px);
            }

        .mk-event-countdown-ul li .timeRef {
            color: #898989;
            display: block;
            font-size: 12px;
            letter-spacing: 2px;
            text-transform: uppercase;
            padding-top: 20px;
        }

@media handheld, only screen and (max-width: 750px) {
    .mk-event-countdown-ul li {
        width: 90%;
        display: block;
        margin: 0 auto 15px;
    }
}
/* Shortcode:Icon Box
-------------------------------------------------------------------- */
.mk-box-icon {
    position: relative;
    -webkit-backface-visibility: hidden;
}

    .mk-box-icon p {
        position: relative;
        margin-bottom: 0;
    }

    .mk-box-icon h4 i {
        text-transform: none !important;
    }

    .mk-box-icon .icon-box-readmore {
        position: relative;
        float: right;
        margin: 10px 15px 10px 0;
        font-size: 12px;
    }

        .mk-box-icon .icon-box-readmore i {
            position: relative;
            padding-left: 8px;
            vertical-align: middle;
            font-size: 16px;
            line-height: 16px;
        }

    .mk-box-icon.simple_minimal-style.vc_span4 {
        padding-right: 10px;
    }

    .mk-box-icon.simple_minimal-style .mk-main-ico {
        display: inline-block;
        margin-right: 12px;
        float: left;
        text-align: center;
    }

        .mk-box-icon.simple_minimal-style .mk-main-ico.small {
            font-size: 16px;
            line-height: 16px;
        }

        .mk-box-icon.simple_minimal-style .mk-main-ico.medium {
            font-size: 24px;
            line-height: 24px;
        }

        .mk-box-icon.simple_minimal-style .mk-main-ico.large {
            font-size: 32px;
            line-height: 32px;
        }

        .mk-box-icon.simple_minimal-style .mk-main-ico.x-large {
            font-size: 48px;
            line-height: 48px;
        }

    .mk-box-icon.simple_minimal-style .circled-icon {
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .mk-box-icon.simple_minimal-style .circled-icon.small {
            line-height: 42px;
            width: 42px;
            height: 42px;
        }

        .mk-box-icon.simple_minimal-style .circled-icon.medium {
            line-height: 64px;
            width: 64px;
            height: 64px;
        }

        .mk-box-icon.simple_minimal-style .circled-icon.large {
            line-height: 86px;
            width: 86px;
            height: 86px;
        }

        .mk-box-icon.simple_minimal-style .circled-icon.x-large {
            line-height: 110px;
            width: 110px;
            height: 110px;
        }

    .mk-box-icon.simple_minimal-style h4 {
        margin-bottom: 15px !important;
    }

        .mk-box-icon.simple_minimal-style h4.icon-circled {
            display: block;
            height: auto;
        }

            .mk-box-icon.simple_minimal-style h4.icon-circled span {
                display: block;
                padding-top: 5px;
            }

    .mk-box-icon.boxed-style .icon-box-boxed {
        position: relative;
        border: 1px solid #e0e0e0;
        background-color: #f4f4f4;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .mk-box-icon.boxed-style .icon-box-boxed.blured-box {
            border: 1px solid rgba(255, 255, 255, 0.6);
        }

        .mk-box-icon.boxed-style .icon-box-boxed.top {
            margin-top: 35px;
            padding: 70px 30px 30px;
        }

            .mk-box-icon.boxed-style .icon-box-boxed.top .mk-main-ico {
                top: -34px;
                left: 50%;
                margin-left: -32px;
            }

        .mk-box-icon.boxed-style .icon-box-boxed.left {
            margin-left: 30px;
            padding: 30px 30px 30px 60px;
            text-align: left;
        }

            .mk-box-icon.boxed-style .icon-box-boxed.left .mk-main-ico {
                top: 50%;
                left: -34px;
                margin-top: -34px;
            }

    .mk-box-icon.boxed-style .icon-box-readmore {
        display: inline-block;
        float: none;
    }

    .mk-box-icon.boxed-style h4 {
        margin-bottom: 20px;
        color: #222 !important;
    }

    .mk-box-icon.boxed-style .mk-main-ico {
        position: absolute;
        display: block;
        width: 65px;
        height: 65px;
        color: #fff;
        text-align: center;
        font-size: 32px;
        line-height: 65px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .mk-box-icon.boxed-style .mk-main-ico:before {
            position: relative;
        }

    .mk-box-icon.simple_ultimate-style .left-side {
        padding-right: 15px;
    }

        .mk-box-icon.simple_ultimate-style .left-side .mk-main-ico {
            display: block;
            float: left;
        }

            .mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.small {
                width: 32px;
            }

            .mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.medium {
                width: 48px;
            }

            .mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.large {
                width: 64px;
            }

            .mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.x-large {
                width: 128px;
            }

        .mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper {
            display: block;
        }

            .mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.small-size {
                margin-left: 48px;
            }

            .mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.medium-size {
                margin-left: 65px;
            }

            .mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.large-size {
                margin-left: 84px;
            }

            .mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.x-large-size {
                margin-left: 158px;
            }

    .mk-box-icon.simple_ultimate-style .top-side {
        text-align: center;
    }

        .mk-box-icon.simple_ultimate-style .top-side .mk-main-ico {
            display: block;
        }

            .mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.small {
                margin-bottom: 8px;
            }

            .mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.medium {
                margin-bottom: 10px;
            }

            .mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.large {
                margin-bottom: 12px;
            }

            .mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.x-large {
                margin-bottom: 15px;
            }

        .mk-box-icon.simple_ultimate-style .top-side h4 {
            margin-bottom: 22px;
        }

        .mk-box-icon.simple_ultimate-style .top-side .icon-box-readmore {
            display: inline-block;
            float: none;
        }

    .mk-box-icon.simple_ultimate-style .mk-main-ico.small {
        font-size: 32px;
        line-height: 32px;
    }

    .mk-box-icon.simple_ultimate-style .mk-main-ico.medium {
        font-size: 48px;
        line-height: 48px;
    }

    .mk-box-icon.simple_ultimate-style .mk-main-ico.large {
        font-size: 64px;
        line-height: 64px;
    }

    .mk-box-icon.simple_ultimate-style .mk-main-ico.x-large {
        font-size: 128px;
        line-height: 128px;
    }

    .mk-box-icon .rounded-circle.left-side .small-size {
        margin-left: 90px !important;
    }

    .mk-box-icon .rounded-circle.left-side .medium-size {
        margin-left: 120px !important;
    }

    .mk-box-icon .rounded-circle.top-side .small {
        margin-bottom: 26px !important;
    }

    .mk-box-icon .rounded-circle.top-side .medium {
        margin-bottom: 34px !important;
    }

    .mk-box-icon .rounded-circle .mk-main-ico {
        display: inline-block !important;
        border-width: 1px;
        border-style: solid;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        text-align: center;
    }

    .mk-box-icon .rounded-circle .small {
        width: 60px !important;
        height: 60px !important;
        line-height: 60px !important;
        font-size: 24px !important;
    }

    .mk-box-icon .rounded-circle .medium {
        height: 84px !important;
        width: 84px !important;
        line-height: 84px !important;
        font-size: 32px !important;
    }
/* Shortcode:Icon Box 2
-------------------------------------------------------------------- */
.mk-box-icon-2 {
    display: block;
}

    .mk-box-icon-2 .mk-box-icon-2-icon {
        border-width: 2px !important;
        border-radius: 50%;
        -webkit-transition: all ease-in 0.2s;
        -moz-transition: all ease-in 0.2s;
        -ms-transition: all ease-in 0.2s;
        -o-transition: all ease-in 0.2s;
        transition: all ease-in 0.2s;
        display: inline-block;
    }

        .mk-box-icon-2 .mk-box-icon-2-icon i {
            display: block;
            vertical-align: middle;
            line-height: inherit;
            text-align: center;
        }

        .mk-box-icon-2 .mk-box-icon-2-icon.size-16 {
            line-height: 50px;
            height: 54px;
            width: 54px;
        }

        .mk-box-icon-2 .mk-box-icon-2-icon.size-32 {
            line-height: 80px;
            height: 84px;
            width: 84px;
        }

        .mk-box-icon-2 .mk-box-icon-2-icon.size-48 {
            line-height: 96px;
            height: 100px;
            width: 100px;
        }

        .mk-box-icon-2 .mk-box-icon-2-icon.size-64 {
            line-height: 126px;
            height: 130px;
            width: 130px;
        }

        .mk-box-icon-2 .mk-box-icon-2-icon.size-128 {
            line-height: 184px;
            height: 190px;
            width: 190px;
        }

    .mk-box-icon-2 .mk-box-icon-2-image img,
    .mk-box-icon-2 .mk-box-icon-2-image svg {
        width: 100%;
    }

    .mk-box-icon-2 .mk-box-icon-2-title {
        display: block;
        margin: 0;
    }

    .mk-box-icon-2 .mk-box-icon-2-content {
        display: block;
    }

    .mk-box-icon-2.box-align-left {
        text-align: left;
    }

    .mk-box-icon-2.box-align-center {
        text-align: center;
    }

        .mk-box-icon-2.box-align-center .mk-box-icon-2-icon,
        .mk-box-icon-2.box-align-center .mk-box-icon-2-image {
            display: inline-block;
            margin: 0 auto;
        }

    .mk-box-icon-2.box-align-right {
        text-align: right;
    }
/* Shortcode:Circle Image Frame
-------------------------------------------------------------------- */
.mk-circle-image {
    text-align: center;
}

    .mk-circle-image .item-holder {
        display: inline-block;
        overflow: hidden;
        margin: 0 auto;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

        .mk-circle-image .item-holder a {
            display: inline-block;
            line-height: 4px;
        }

        .mk-circle-image .item-holder img {
            width: 100%;
        }
/* Shortcode:Image
-------------------------------------------------------------------- */
.mk-image-shortcode {
    position: relative;
    line-height: 4px;
}

    .mk-image-shortcode.align-left {
        text-align: left;
    }

    .mk-image-shortcode.align-right {
        float: right;
    }

    .mk-image-shortcode.align-center {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .mk-image-shortcode.lightbox-enabled:hover img {
        /* Current draft standard */
        -webkit-filter: grayscale(100%);
        /* New WebKit */
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        /* Not yet supported in Gecko, Opera or IE */
        filter: gray;
        /* IE */
        -webkit-filter: grayscale(1);
        /* Old WebKit */
    }

    .mk-image-shortcode:hover .mk-image-overlay {
        -moz-opacity: 90;
        -khtml-opacity: 90;
        opacity: 90;
        opacity: 0.9;
    }

    .mk-image-shortcode:hover .mk-image-shortcode-lightbox {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-image-shortcode.rounded-frame {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .mk-image-shortcode.rounded-frame img,
        .mk-image-shortcode.rounded-frame .mk-image-overlay {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

    .mk-image-shortcode.gray_border-frame .mk-image-inner {
        border: 6px solid rgba(0, 0, 0, 0.06);
    }

    .mk-image-shortcode.border_shadow-frame .mk-image-inner {
        border: 6px solid #fff;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    }

    .mk-image-shortcode.shadow_only-frame .mk-image-inner {
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    }

    .mk-image-shortcode.single_line-frame .mk-image-inner {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .mk-image-shortcode .mk-image-inner {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        width: auto;
    }

    .mk-image-shortcode.inside-image .mk-image-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 10px;
        padding: 10px;
        background-color: #4c4c4c;
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .mk-image-shortcode.inside-image .mk-image-caption:hover {
            background-color: #383838;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .mk-image-shortcode.inside-image .mk-image-caption .mk-caption-title {
            display: block;
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
        }

        .mk-image-shortcode.inside-image .mk-image-caption .mk-caption-desc {
            display: block;
            margin-top: 5px;
            font-size: 12px;
            line-height: 18px;
        }

    .mk-image-shortcode.outside-image .mk-image-caption {
        margin: 10px 0;
    }

        .mk-image-shortcode.outside-image .mk-image-caption .mk-caption-title {
            display: block;
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
        }

        .mk-image-shortcode.outside-image .mk-image-caption .mk-caption-desc {
            display: block;
            margin-top: 5px;
            font-style: italic;
            font-size: 11px;
            line-height: 18px;
        }

.mk-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mk-image-shortcode-lightbox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    width: 100px;
    height: 100px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

    .mk-image-shortcode-lightbox:hover {
        color: #fff;
    }

    .mk-image-shortcode-lightbox i {
        line-height: 100px;
        font-size: 48px;
    }

@media handheld, only screen and (max-width: 480px) {
    .inside-image .mk-image-caption {
        display: none !important;
    }
}

@media handheld, only screen and (max-width: 767px) {
    .mk-image-shortcode.align-left,
    .mk-image-shortcode.align-right {
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center !important;
    }
}
/* Shortcode:Imagebox
-------------------------------------------------------------------- */
.mk-imagebox-shortcode {
    margin-bottom: 20px;
    position: relative;
    /* Image Item */
}

    .mk-imagebox-shortcode .swiper-navigation {
        padding-bottom: 14px;
        clear: both;
        display: block;
        opacity: 0;
        -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;
        transition: opacity 0.25s ease-in-out;
    }

        .mk-imagebox-shortcode .swiper-navigation .swiper-arrows {
            font-size: 24px;
            color: #ccc;
            color: rgba(128, 128, 128, 0.2);
        }

            .mk-imagebox-shortcode .swiper-navigation .swiper-arrows:hover {
                color: rgba(128, 128, 128, 0.4);
            }

        .mk-imagebox-shortcode .swiper-navigation .mk-swiper-next {
            float: right;
        }

    .mk-imagebox-shortcode:hover .swiper-navigation {
        opacity: 1;
    }

    .mk-imagebox-shortcode.column-style .swiper-slide {
        float: none;
    }

    .mk-imagebox-shortcode .slide-style .swiper-slide .mk-imagebox-item {
        width: 100%;
    }

    .mk-imagebox-shortcode .imagebox-one-column .mk-imagebox-item {
        width: 100%;
    }

    .mk-imagebox-shortcode .imagebox-two-column .mk-imagebox-item {
        width: 49.96%;
    }

    .mk-imagebox-shortcode .imagebox-three-column .mk-imagebox-item {
        width: 33.31%;
    }

    .mk-imagebox-shortcode .imagebox-four-column .mk-imagebox-item {
        width: 24.96%;
    }

    .mk-imagebox-shortcode .imagebox-five-column .mk-imagebox-item {
        width: 19.96%;
    }

    .mk-imagebox-shortcode .imagebox-six-column .mk-imagebox-item {
        width: 16.6%;
    }

    .mk-imagebox-shortcode .mk-imagebox-video-preview {
        display: none;
    }

@media handheld, only screen and (max-width: 1024px) {
    .mk-imagebox-shortcode .mk-imagebox-video-preview {
        display: block;
    }

    .mk-imagebox-shortcode .mk-imagebox-video {
        display: none!important;
    }
}

@media handheld, only screen and (max-width: 960px) {
    .mk-imagebox-shortcode .imagebox-two-column .mk-imagebox-item,
    .mk-imagebox-shortcode .imagebox-three-column .mk-imagebox-item,
    .mk-imagebox-shortcode .imagebox-four-column .mk-imagebox-item,
    .mk-imagebox-shortcode .imagebox-five-column .mk-imagebox-item,
    .mk-imagebox-shortcode .imagebox-six-column .mk-imagebox-item {
        width: 50%;
        margin-bottom: 20px;
    }

    .mk-imagebox-shortcode .imagebox-two-column img,
    .mk-imagebox-shortcode .imagebox-three-column img,
    .mk-imagebox-shortcode .imagebox-four-column img,
    .mk-imagebox-shortcode .imagebox-five-column img,
    .mk-imagebox-shortcode .imagebox-six-column img {
        width: 100%;
    }
}

@media handheld, only screen and (max-width: 540px) {
    .mk-imagebox-shortcode .mk-imagebox-item {
        width: 100% !important;
    }

        .mk-imagebox-shortcode .mk-imagebox-item .item-holder {
            margin: 0 !important;
        }
}

.mk-imagebox-shortcode .mk-imagebox-item {
    float: left;
}

    .mk-imagebox-shortcode .mk-imagebox-item .item-holder {
        position: relative;
        overflow: hidden;
    }

    .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-item-image {
        text-align: center;
        padding: 0;
    }

        .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-item-image.padding-true {
            padding: 5% 5% 0;
        }

    .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-item-title {
        line-height: 1.66em;
        padding: 10% 10% 7%;
        letter-spacing: 1px;
    }

        .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-item-title h5 {
            margin: 0;
            text-align: center;
        }

    .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-item-text {
        padding: 0% 13% 7%;
    }

        .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-item-text p {
            text-align: center;
        }

    .mk-imagebox-shortcode .mk-imagebox-item .mk-video-container {
        padding-top: 0;
        padding-bottom: 56.5% !important;
    }

    .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-video {
        display: block;
        width: 100%;
    }

        .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-video video {
            display: block;
            width: 100%;
        }

    .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-item-button a {
        display: block;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 20px;
        text-align: center;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
/* Shortcode:Laptop Slideshow
-------------------------------------------------------------------- */
.mk-laptop-slideshow-shortcode {
    margin: 0 auto 60px;
    width: 100%;
    text-align: center;
}

    .mk-laptop-slideshow-shortcode.full-laptop .mk-flex-slides {
        margin: 0 auto !important;
    }

    .mk-laptop-slideshow-shortcode.one-half-laptop .mk-flex-slides {
        margin: 0 auto !important;
    }

    .mk-laptop-slideshow-shortcode.one-half-laptop .flex-direction-nav a {
        margin-top: -16px;
    }

        .mk-laptop-slideshow-shortcode.one-half-laptop .flex-direction-nav a .mk-jupiter-icon-arrow-left:before,
        .mk-laptop-slideshow-shortcode.one-half-laptop .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
            font-size: 32px;
        }

    .mk-laptop-slideshow-shortcode.one-third-laptop .flex-direction-nav a {
        margin-top: -12px;
    }

        .mk-laptop-slideshow-shortcode.one-third-laptop .flex-direction-nav a .mk-jupiter-icon-arrow-left:before,
        .mk-laptop-slideshow-shortcode.one-third-laptop .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
            font-size: 24px;
        }

    .mk-laptop-slideshow-shortcode.one-fourth-laptop {
        margin-bottom: 30px !important;
    }

        .mk-laptop-slideshow-shortcode.one-fourth-laptop .flex-direction-nav a {
            margin-top: -8px;
        }

            .mk-laptop-slideshow-shortcode.one-fourth-laptop .flex-direction-nav a .mk-jupiter-icon-arrow-left:before,
            .mk-laptop-slideshow-shortcode.one-fourth-laptop .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
                font-size: 16px;
            }

@media handheld, only screen and (max-width: 600px) {
    .mk-laptop-slideshow-shortcode .mk-jupiter-icon-arrow-left:before,
    .mk-laptop-slideshow-shortcode .mk-jupiter-icon-arrow-right:before {
        font-size: 32px !important;
    }
}

.mk-laptop-slideshow-shortcode:hover .flex-direction-nav a {
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.mk-laptop-slideshow-shortcode:hover .flex-prev {
    left: 0px;
}

.mk-laptop-slideshow-shortcode:hover .flex-next {
    right: 0px;
}

.mk-laptop-slideshow-shortcode .mk-flex-slides {
    text-align: center;
}

.mk-laptop-slideshow-shortcode .flex-direction-nav a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

    .mk-laptop-slideshow-shortcode .flex-direction-nav a .mk-jupiter-icon-arrow-left:before,
    .mk-laptop-slideshow-shortcode .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
        color: #ccc;
        font-size: 48px;
    }

    .mk-laptop-slideshow-shortcode .flex-direction-nav a:hover i:before {
        color: #7f7f7f;
    }

.mk-laptop-slideshow-shortcode .flex-prev {
    left: 30px;
}

.mk-laptop-slideshow-shortcode .flex-next {
    right: 30px;
}

.mk-laptop-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.vc_col-sm-6 .full-laptop .mk-jupiter-icon-arrow-left:before,
.vc_col-sm-6 .full-laptop .mk-jupiter-icon-arrow-right:before {
    font-size: 32px !important;
}

.vc_col-sm-4 .full-laptop .mk-jupiter-icon-arrow-left:before,
.vc_col-sm-4 .one-half-laptop .mk-jupiter-icon-arrow-left:before,
.vc_col-sm-4 .full-laptop .mk-jupiter-icon-arrow-right:before,
.vc_col-sm-4 .one-half-laptop .mk-jupiter-icon-arrow-right:before {
    font-size: 24px !important;
}

.vc_col-sm-3 .full-laptop .mk-jupiter-icon-arrow-left:before,
.vc_col-sm-3 .one-half-laptop .mk-jupiter-icon-arrow-left:before,
.vc_col-sm-3 .one-third-laptop .mk-jupiter-icon-arrow-left:before,
.vc_col-sm-3 .full-laptop .mk-jupiter-icon-arrow-right:before,
.vc_col-sm-3 .one-half-laptop .mk-jupiter-icon-arrow-right:before,
.vc_col-sm-3 .one-third-laptop .mk-jupiter-icon-arrow-right:before {
    font-size: 24px !important;
}

.vc_col-sm-3 .one-third-laptop .mk-jupiter-icon-arrow-left:before,
.vc_col-sm-3 .one-third-laptop .mk-jupiter-icon-arrow-right:before {
    font-size: 16px !important;
}

.vc_col-sm-2 .full-laptop .mk-jupiter-icon-arrow-left:before,
.vc_col-sm-2 .one-half-laptop .mk-jupiter-icon-arrow-left:before,
.vc_col-sm-2 .one-third-laptop .mk-jupiter-icon-arrow-left:before,
.vc_col-sm-2 .one-fourth-laptop .mk-jupiter-icon-arrow-left:before,
.vc_col-sm-2 .full-laptop .mk-jupiter-icon-arrow-right:before,
.vc_col-sm-2 .one-half-laptop .mk-jupiter-icon-arrow-right:before,
.vc_col-sm-2 .one-third-laptop .mk-jupiter-icon-arrow-right:before,
.vc_col-sm-2 .one-fourth-laptop .mk-jupiter-icon-arrow-right:before {
    font-size: 16px !important;
}
/* Shortcode:LCD Slideshow
-------------------------------------------------------------------- */
.mk-lcd-slideshow {
    margin: 0 auto 160px;
    width: 100%;
    text-align: center;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-lcd-slideshow {
        margin-bottom: 100px !important;
    }
}

@media handheld, only screen and (max-width: 600px) {
    .mk-lcd-slideshow {
        margin-bottom: 70px !important;
    }
}

@media handheld, only screen and (max-width: 500px) {
    .mk-lcd-slideshow {
        margin-bottom: 50px !important;
    }
}

@media handheld, only screen and (max-width: 321px) {
    .mk-lcd-slideshow {
        margin-bottom: 10px !important;
    }
}

.mk-lcd-slideshow:hover .flex-direction-nav a {
    -moz-opacity: 70;
    -khtml-opacity: 70;
    opacity: 70;
    opacity: 0.7;
}

.mk-lcd-slideshow:hover .flex-prev {
    left: 60px !important;
}

.mk-lcd-slideshow:hover .flex-next {
    right: 60px !important;
}

.mk-lcd-slideshow .flex-direction-nav a {
    position: absolute;
    top: 45%;
    margin-top: -16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

    .mk-lcd-slideshow .flex-direction-nav a .mk-jupiter-icon-arrow-left:before,
    .mk-lcd-slideshow .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
        line-height: inherit;
        color: #fff;
        font-size: 16px;
        vertical-align: middle;
    }

.mk-lcd-slideshow .flex-prev {
    left: 70px !important;
}

.mk-lcd-slideshow .flex-next {
    right: 70px !important;
}

.mk-lcd-image {
    position: absolute;
    top: 0;
    left: 0;
}

.vc_col-sm-8 .mk-lcd-slideshow {
    margin: 0 auto 70px;
}

    .vc_col-sm-8 .mk-lcd-slideshow .flex-direction-nav a {
        margin-top: -48px;
    }

.vc_col-sm-6 .mk-lcd-slideshow {
    margin: 0 auto 50px;
}

    .vc_col-sm-6 .mk-lcd-slideshow .flex-direction-nav a {
        margin-top: -28px;
    }

.vc_col-sm-4 .mk-lcd-slideshow {
    margin: 0 auto 50px;
}

    .vc_col-sm-4 .mk-lcd-slideshow .flex-direction-nav a {
        margin-top: -40px;
    }

.vc_col-sm-3 .mk-lcd-slideshow {
    margin: 0 auto 60px;
}

    .vc_col-sm-3 .mk-lcd-slideshow .flex-direction-nav a {
        margin-top: -28px;
    }

.vc_col-sm-2 .mk-lcd-slideshow {
    margin: 0 auto 40px;
}

    .vc_col-sm-2 .mk-lcd-slideshow .flex-direction-nav a {
        display: none;
    }

.vc_col-sm-6 .vc_col-sm-8 .mk-lcd-slideshow {
    margin: 0 auto 40px;
}

.vc_col-sm-6 .vc_col-sm-4 .mk-lcd-slideshow {
    margin: 0 auto 40px;
}

    .vc_col-sm-6 .vc_col-sm-4 .mk-lcd-slideshow .flex-direction-nav a {
        display: none;
    }
/* Shortcode:List Styles
-------------------------------------------------------------------- */
.mk-list-styles.align-left {
    float: left;
}

.mk-list-styles.align-right {
    float: right;
}

.mk-list-styles ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mk-list-styles ul li {
        position: relative;
        margin: 0 0 6px 0;
        padding: 0 0 0 21px;
        line-height: 24px !important;
    }

        .mk-list-styles ul li:before {
            position: absolute;
            top: 2px;
            left: 0;
            font-size: 16px;
            line-height: 24px !important;
        }
/* Shortcode:Message Boxes
-------------------------------------------------------------------- */
.mk-message-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-width: 1px;
    border-style: solid;
    background-position: 15px center;
    background-repeat: no-repeat;
}

    .mk-message-box span {
        display: block;
        padding: 15px 15px 15px 65px;
        text-align: left;
    }

    .mk-message-box .box-close-btn {
        position: absolute;
        top: 0;
        right: 6px;
    }

    .mk-message-box.mk-comment-message-box {
        border-color: #dddddd;
        background-color: #eeeeee;
        background-image: url(../../images/box-comment-icon.png);
    }

        .mk-message-box.mk-comment-message-box i {
            color: #aaaaaa;
        }

    .mk-message-box.mk-info-message-box {
        border-color: #afe0ee;
        background-color: #d1eff8;
        background-image: url(../../images/box-info-icon.png);
    }

        .mk-message-box.mk-info-message-box i {
            color: #3ea3bc;
        }

        .mk-message-box.mk-info-message-box .button.wc-forward {
            background-color: #3ea2c1;
        }

    .mk-message-box.mk-error-message-box {
        border-color: #fd8585;
        background-color: #fac6bf;
        background-image: url(../../images/box-error-icon.png);
    }

        .mk-message-box.mk-error-message-box i {
            color: #de303a;
        }

        .mk-message-box.mk-error-message-box .button.wc-forward {
            background-color: #df3531;
        }

    .mk-message-box.mk-confirm-message-box {
        border-color: #72dd9d;
        background-color: #b8f4d0;
        background-image: url(../../images/box-confirm-icon.png);
    }

        .mk-message-box.mk-confirm-message-box i {
            color: #20b66e;
        }

        .mk-message-box.mk-confirm-message-box .button.wc-forward {
            background-color: #28b863;
        }

    .mk-message-box.mk-warning-message-box {
        border-color: #e0c069;
        background-color: #fbf1c8;
        background-image: url(../../images/box-warning-icon.png);
    }

        .mk-message-box.mk-warning-message-box i {
            color: #be9a34;
        }

        .mk-message-box.mk-warning-message-box .button.wc-forward {
            background-color: #be9c00;
        }
/* Shortcode:Milestone
-------------------------------------------------------------------- */
.mk-milestone {
    margin-bottom: 20px;
}

    .mk-milestone .milestone-number,
    .mk-milestone .milestone-prefix,
    .mk-milestone .milestone-suffix {
        line-height: 110%;
        letter-spacing: 2px;
    }

    .mk-milestone i {
        line-height: 1;
    }

    .mk-milestone.left-align .milestone-top {
        float: left;
    }

    .mk-milestone.left-align i {
        float: left;
        margin-right: 10px;
    }

    .mk-milestone.left-align .milestone-text:after {
        left: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }

    .mk-milestone.center-align {
        text-align: center;
    }

        .mk-milestone.center-align .milestone-top {
            display: block;
        }

        .mk-milestone.center-align i {
            display: block;
            margin-bottom: 30px;
        }

        .mk-milestone.center-align .milestone-text:after {
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
        }

    .mk-milestone.right-align .milestone-top {
        float: right;
        text-align: right;
    }

    .mk-milestone.right-align i {
        float: right;
        margin-left: 10px;
    }

    .mk-milestone.right-align .milestone-text:after {
        right: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }

    .mk-milestone .milestone-text {
        letter-spacing: 1px;
        line-height: 100%;
        position: relative;
        margin: 16px 0;
        padding: 16px 0;
    }

        .mk-milestone .milestone-text:after {
            content: '';
            display: block;
            position: absolute;
            width: 20px;
            height: 3px;
            background: #999;
            top: 0;
        }

    .mk-milestone.milestone-small i {
        font-size: 32px;
    }

    .mk-milestone.milestone-small .milestone-number,
    .mk-milestone.milestone-small .milestone-prefix,
    .mk-milestone.milestone-small .milestone-suffix {
        font-size: 26px;
    }

    .mk-milestone.milestone-medium i {
        font-size: 48px;
    }

    .mk-milestone.milestone-medium .milestone-number,
    .mk-milestone.milestone-medium .milestone-prefix,
    .mk-milestone.milestone-medium .milestone-suffix {
        font-size: 40px;
    }

    .mk-milestone.milestone-large i {
        font-size: 72px;
    }

    .mk-milestone.milestone-large .milestone-number,
    .mk-milestone.milestone-large .milestone-prefix,
    .mk-milestone.milestone-large .milestone-suffix {
        font-size: 50px;
    }
/* Shortcode:Mini Callout Box
-------------------------------------------------------------------- */
.mk-mini-callout {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 12px 20px;
    border: 1px solid #dbdbdb;
    background-color: #f6f6f6;
}

    .mk-mini-callout p {
        display: inline;
        margin-bottom: 0;
    }

    .mk-mini-callout .callout-title {
        padding-right: 6px;
        color: #333333;
        font-weight: bold;
    }

    .mk-mini-callout a i {
        padding-left: 6px;
        font-size: 14px;
    }
/* Shortcode:Moving Images
-------------------------------------------------------------------- */
.mk-moving-image-shortcode img {
    width: auto !important;
    display: inline-block !important;
}
/* Shortcode:Page Serction
-------------------------------------------------------------------- */
.mk-page-section {
    position: relative;
    overflow: hidden;
}

    .mk-page-section.drop-top-shadow {
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.07);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.07);
    }

    .mk-page-section .vc_row-fluid {
        position: relative;
    }

    .mk-page-section .theme-content {
        padding: 0 20px;
    }

    .mk-page-section.full-height-true {
        min-height: 300px;
    }

    .mk-page-section .page-section-fullwidth {
        margin-left: -15px;
        margin-right: -15px;
    }

    .mk-page-section .background-layer {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translateZ(0px);
        -moz-transform: translateZ(0px);
        -ms-transform: translateZ(0px);
        -o-transform: translateZ(0px);
        transform: translateZ(0px);
    }

@media handheld, only screen and (max-width: 1024px) {
    .mk-page-section .background-layer {
        background-attachment: scroll !important;
        position: absolute !important;
    }
}

.mk-page-section .background-clipper {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto, auto, auto, auto);
    width: 100%;
    height: 100%;
}

.mk-page-section .abb-skip-to-next {
    z-index: 10;
}

.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-video-mask,
.mk-video-color-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mk-video-color-mask {
    -moz-opacity: 70;
    -khtml-opacity: 70;
    opacity: 70;
    opacity: 0.7;
}

.mk-video-mask {
    background: url(../../images/video-mask.png) center center repeat;
}

.mk-video-preload {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mk-section-video {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    z-index: 2;
    -webkit-transform-style: preserve-3d;
}

    .mk-section-video .video-social-hosted {
        display: inline-block;
        /* let it be styled thusly */
        padding: 0;
        /* get rid of pre-styling */
        margin: 0;
        width: 100%;
        padding-top: 56.25%;
        /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
        /* don't want it to expand beyond padding */
        position: relative;
    }

    .mk-section-video video {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
    }

    .mk-section-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

.mk-section-image {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform-style: preserve-3d;
    background-position: center;
    background-size: cover;
}

.mk-half-layout-container {
    position: relative;
    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;
    }
}

.mk-video-section-touch {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

@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-page-section-loader {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .mk-page-section-loader .mk-preloader {
        top: 50%;
    }
/* Page Title Box
-------------------------------------------------------------------- */
.mk-effect-wrapper {
    overflow: hidden;
    position: relative;
}

.mk-page-title-box {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}

    .mk-page-title-box .mk-effect-bg-layer {
        position: absolute;
        height: 120%;
        width: 100%;
        top: -20%;
        left: 0;
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -o-transform-origin: top center;
        -ms-transform-origin: top center;
    }

        .mk-page-title-box .mk-effect-bg-layer .mk-effect-gradient-layer {
            position: absolute;
            top: 1px;
            left: 0;
            width: 100%;
            height: 100%;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
            background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
            background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
            background-color: rgba(255, 255, 255, 0);
        }

    .mk-page-title-box .mk-page-title-box-content {
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }

    .mk-page-title-box .mk-page-title-box-subtitle {
        margin-bottom: 0;
    }

    .mk-page-title-box .mk-page-title-box-title {
        letter-spacing: 1px;
        display: inline-block;
    }

        .mk-page-title-box .mk-page-title-box-title.mk-page-title-box-title--underline {
            position: relative;
        }

            .mk-page-title-box .mk-page-title-box-title.mk-page-title-box-title--underline:after {
                display: block;
                content: '';
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -15px;
                width: 30px;
                height: 3px;
            }
/* Pinterest
---------------------------------------------------------- */
.wpb_pinterest_type_horizontal {
    height: 25px;
}

.wpb_pinterest_type_vertical {
    height: 60px;
}

.wpb_pinterest_type_none {
    height: 25px;
}

.wpb_googleplus,
.wpb_pinterest,
.wpb_tweetme,
.wpb_fb_like {
    display: inline-block;
}

.wpb_content_element {
    margin-bottom: 20px;
}
/* Shortcode:Portfolio Carousel
-------------------------------------------------------------------- */
.mk-portfolio-carousel .mk-fancy-title {
    margin-right: 35px;
    font-weight: bold !important;
    font-size: 14px !important;
}

    .mk-portfolio-carousel .mk-fancy-title span {
        padding-right: 5px;
    }

.mk-portfolio-carousel .mk-portfolio-view-all {
    float: right;
    padding: 0 7px;
    font-size: 11px;
}

.mk-portfolio-carousel .flex-viewport ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mk-portfolio-carousel .flex-viewport ul li {
        position: relative;
        padding-right: 15px;
        min-height: 230px;
    }

        .mk-portfolio-carousel .flex-viewport ul li:hover .portfolio-carousel-extra-info {
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        .mk-portfolio-carousel .flex-viewport ul li:hover .portfolio-carousel-overlay {
            -moz-opacity: 70;
            -khtml-opacity: 70;
            opacity: 70;
            opacity: 0.7;
        }

        .mk-portfolio-carousel .flex-viewport ul li:hover .portfolio-carousel-lightbox {
            left: 85px;
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

        .mk-portfolio-carousel .flex-viewport ul li:hover .portfolio-carousel-permalink {
            right: 85px;
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

.mk-portfolio-carousel .flex-direction-nav a {
    position: absolute;
    top: -37px;
}

    .mk-portfolio-carousel .flex-direction-nav a .mk-jupiter-icon-arrow-left:before,
    .mk-portfolio-carousel .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
        color: #aaaaaa;
    }

.mk-portfolio-carousel .flex-prev {
    right: 20px;
}

.mk-portfolio-carousel .flex-next {
    right: 0px;
}

.mk-portfolio-carousel-thumb {
    position: relative;
    overflow: hidden;
}

.portfolio-carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.portfolio-carousel-lightbox,
.portfolio-carousel-permalink {
    padding: 5px;
    position: absolute;
    top: 40%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .portfolio-carousel-lightbox i,
    .portfolio-carousel-permalink i {
        color: #fff;
        font-size: 32px;
        line-height: 32px;
        margin-top: -4px;
    }

.portfolio-carousel-lightbox {
    left: 65px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.portfolio-carousel-permalink {
    right: 65px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.portfolio-carousel-extra-info {
    position: relative;
    margin: -40px auto 0;
    padding: 14px;
    width: 240px;
    background-color: #222;
    text-align: center;
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.portfolio-carousel-title {
    display: inline-block;
    color: #fff !important;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 16px !important;
}

.portfolio-carousel-cats {
    display: block;
    letter-spacing: 1px;
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
}
/* Modern Style */
.mk-portfolio-carousel-modern .mk-portfolio-modern-image {
    position: relative;
}

    .mk-portfolio-carousel-modern .mk-portfolio-modern-image img {
        position: relative;
        max-width: 100%;
        width: auto\9;
        height: auto;
        border: 0;
        vertical-align: middle;
        -ms-interpolation-mode: bicubic;
    }

    .mk-portfolio-carousel-modern .mk-portfolio-modern-image:hover .modern-post-type-icon,
    .mk-portfolio-carousel-modern .mk-portfolio-modern-image:hover .portfolio-categories {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-portfolio-carousel-modern .mk-portfolio-modern-image:hover .portfolio-modern-meta {
        bottom: 30px;
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-portfolio-carousel-modern .mk-portfolio-modern-image:hover .image-hover-overlay {
        -moz-opacity: 85;
        -khtml-opacity: 85;
        opacity: 85;
        opacity: 0.85;
    }

.mk-portfolio-carousel-modern .image-hover-overlay {
    background-color: #000 !important;
}

.mk-portfolio-carousel-modern .the-title {
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.mk-portfolio-carousel-modern .portfolio-modern-meta {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    -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;
    transition: all 0.4s ease-in-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mk-portfolio-carousel-modern .portfolio-categories {
    padding: 0 20px;
    color: #fff;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.mk-portfolio-carousel-modern .flex-direction-nav a {
    position: absolute;
    top: 50%;
    margin-top: -27.5px;
    width: 55px;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 60px;
}

    .mk-portfolio-carousel-modern .flex-direction-nav a:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .mk-portfolio-carousel-modern .flex-direction-nav a .mk-jupiter-icon-arrow-left:before,
    .mk-portfolio-carousel-modern .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
        color: #fff;
        font-size: 16px;
    }

    .mk-portfolio-carousel-modern .flex-direction-nav a.flex-prev {
        left: 0px;
    }

    .mk-portfolio-carousel-modern .flex-direction-nav a.flex-next {
        right: 0px;
    }

.modern-post-type-icon {
    position: absolute;
    display: block;
    top: 30%;
    left: 50%;
    margin-left: -25px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 100px;
    color: #fff;
}

    .modern-post-type-icon i {
        font-size: 48px;
        line-height: 50px;
    }
/* Process Steps
-------------------------------------------------------------------- */
.mk-process-steps {
    margin-bottom: 30px;
    text-align: center;
}

    .mk-process-steps ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .mk-process-steps ul:before {
            position: absolute;
            left: 80px;
            display: block;
            width: 85%;
            height: 0;
            border-top: 1px dashed #bbbbbb;
            content: "";
        }

        .mk-process-steps ul li {
            display: inline-block;
            float: left;
            margin: 0;
            padding-top: 6px;
        }

            .mk-process-steps ul li:hover i {
                color: #fff;
                -webkit-animation: toRightFromLeft 0.3s forwards;
                -moz-animation: toRightFromLeft 0.3s forwards;
                animation: toRightFromLeft 0.3s forwards;
            }

            .mk-process-steps ul li:hover .mk-process-icon {
                -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
            }

            .mk-process-steps ul li h3 {
                position: relative;
                display: inline-block;
                margin: 35px auto 20px;
                font-size: 16px !important;
            }

            .mk-process-steps ul li p {
                position: relative;
                display: inline-block;
                margin-bottom: 0;
                text-align: center;
            }

.mk-process-icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #bbbbbb;
    -moz-box-shadow: 0 0 0 2px #bbbbbb;
    box-shadow: 0 0 0 2px #bbbbbb;
}

    .mk-process-icon:after {
        display: none;
    }

    .mk-process-icon i {
        display: inline-block;
        color: #bbbbbb;
        color: rgba(0, 0, 0, 0.24);
    }

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }

    50% {
        opacity: 0.4;
        -moz-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}
/* steps range */
.mk-process-steps.process-steps-3 ul:before {
    top: 115px;
}

.mk-process-steps.process-steps-3 li {
    width: 33.3%;
}

    .mk-process-steps.process-steps-3 li h3,
    .mk-process-steps.process-steps-3 li p {
        padding: 0 20px;
    }

.mk-process-steps.process-steps-3 .mk-process-desc,
.mk-process-steps.process-steps-3 .mk-process-title {
    width: 288px;
}

.mk-process-steps.process-steps-3 .mk-process-icon {
    width: 230px;
    height: 230px;
    text-align: center;
}

    .mk-process-steps.process-steps-3 .mk-process-icon i {
        font-size: 80px;
        line-height: 230px;
    }
/* ======= */
/* steps range */
.mk-process-steps.process-steps-4 ul:before {
    top: 90px;
}

.mk-process-steps.process-steps-4 li {
    width: 25%;
}

    .mk-process-steps.process-steps-4 li h3,
    .mk-process-steps.process-steps-4 li p {
        padding: 0 20px;
    }

.mk-process-steps.process-steps-4 .mk-process-icon {
    width: 180px;
    height: 180px;
    text-align: center;
}

    .mk-process-steps.process-steps-4 .mk-process-icon i {
        font-size: 70px;
        line-height: 180px;
    }
/* ======= */
/* steps range */
.mk-process-steps.process-steps-5 ul:before {
    top: 70px;
}

.mk-process-steps.process-steps-5 li {
    width: 20%;
}

    .mk-process-steps.process-steps-5 li h3,
    .mk-process-steps.process-steps-5 li p {
        padding: 0 15px;
    }

.mk-process-steps.process-steps-5 .mk-process-icon {
    width: 140px;
    height: 140px;
    text-align: center;
}

    .mk-process-steps.process-steps-5 .mk-process-icon i {
        font-size: 60px;
        line-height: 140px;
    }
/* ======= */
@media handheld, only screen and (max-width: 960px) {
    .mk-process-steps ul:before {
        display: none !important;
    }

    .mk-process-steps li {
        margin-bottom: 30px !important;
        width: 100% !important;
        text-align: center;
    }
}
/* Shortcode:Skill Meter Chart
-------------------------------------------------------------------- */
.mk-skill-chart {
    text-align: center;
}
/* Skill Meter:Skill meter
-------------------------------------------------------------------- */
.mk-skill-meter {
    margin-bottom: 15px;
}

    .mk-skill-meter .mk-skill-meter-title {
        letter-spacing: 1px;
        display: block;
        margin-bottom: 6px;
        font-weight: bold;
        line-height: 14px;
    }

    .mk-skill-meter .mk-progress-bar {
        position: relative;
        display: block;
        text-align: right;
    }

        .mk-skill-meter .mk-progress-bar .progress-outer {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
        }

        .mk-skill-meter .mk-progress-bar .progress-inner {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            overflow: hidden;
            width: 100%;
            height: 100%;
        }

        .mk-skill-meter .mk-progress-bar .progress-percent {
            position: absolute;
            right: 10px;
            font-weight: bold;
            font-size: 12px;
            letter-spacing: 1px;
        }
/* Shortcode:Skype Call Link
-------------------------------------------------------------------- */
.mk-skype-call {
    display: inline-block;
    padding: 10px 20px 9px 14px;
    border: 1px solid #cccccc;
    background-color: #ededed;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

    .mk-skype-call i {
        margin-right: 10px;
        color: #01a8e9;
        vertical-align: middle;
        font-size: 24px;
        line-height: 24px;
    }

    .mk-skype-call:hover {
        background-color: #01a8e9;
        color: #fff;
    }

        .mk-skype-call:hover i {
            color: #fff;
        }
/* Shortcode:Slideshow
-------------------------------------------------------------------- */
.mk-slideshow-shortcode {
    position: relative;
    margin-bottom: 20px;
}

    .mk-slideshow-shortcode .mk-flex-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

        .mk-slideshow-shortcode .mk-flex-caption span {
            position: relative;
            display: block;
            padding: 15px 20px;
            color: #fff;
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
        }

    .mk-slideshow-shortcode:hover .flex-direction-nav .flex-next,
    .mk-slideshow-shortcode:hover .flex-direction-nav .flex-prev {
        -moz-opacity: 60;
        -khtml-opacity: 60;
        opacity: 60;
        opacity: 0.6;
    }

    .mk-slideshow-shortcode .flex-direction-nav .flex-next,
    .mk-slideshow-shortcode .flex-direction-nav .flex-prev {
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.4);
        text-align: center;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

        .mk-slideshow-shortcode .flex-direction-nav .flex-next:hover,
        .mk-slideshow-shortcode .flex-direction-nav .flex-prev:hover {
            background-color: rgba(0, 0, 0, 0.6);
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

        .mk-slideshow-shortcode .flex-direction-nav .flex-next i:before,
        .mk-slideshow-shortcode .flex-direction-nav .flex-prev i:before {
            line-height: 40px;
            color: #fff;
            font-size: 16px;
        }

    .mk-slideshow-shortcode .flex-direction-nav .flex-next {
        right: 20px !important;
    }

    .mk-slideshow-shortcode .flex-direction-nav .flex-prev {
        left: 20px !important;
    }

    .mk-slideshow-shortcode .flex-control-nav {
        bottom: 10px;
        display: block;
    }

        .mk-slideshow-shortcode .flex-control-nav li a {
            display: block;
            padding: 0;
            width: 6px;
            height: 14px;
        }

            .mk-slideshow-shortcode .flex-control-nav li a i {
                color: #fff;
                font-size: 12px;
            }

            .mk-slideshow-shortcode .flex-control-nav li a.flex-active i:before {
                content: "\f111" !important;
            }

    .mk-slideshow-shortcode .color-mask {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/* Theatre Slider
-------------------------------------------------------------- */
.theatre-slider-container {
    width: 100%;
}

    .theatre-slider-container.center-align .computer-theatre-slider,
    .theatre-slider-container.center-align .laptop-theatre-slider {
        margin: 0 auto;
    }

    .theatre-slider-container.right-align .computer-theatre-slider,
    .theatre-slider-container.right-align .laptop-theatre-slider {
        margin: 0 0 0 auto;
    }

    .theatre-slider-container .computer-theatre-slider {
        width: 100%;
        max-width: 1200px;
        position: relative;
    }

    .theatre-slider-container .laptop-theatre-slider {
        width: 100%;
        max-width: 1200px;
        position: relative;
    }

        .theatre-slider-container .laptop-theatre-slider img,
        .theatre-slider-container .computer-theatre-slider img {
            position: relative;
            pointer-events: none;
        }

        .theatre-slider-container .laptop-theatre-slider .player,
        .theatre-slider-container .computer-theatre-slider .player {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            position: relative;
            width: 100%;
            background-color: #000;
            height: 0;
        }

            .theatre-slider-container .laptop-theatre-slider .player video,
            .theatre-slider-container .computer-theatre-slider .player video {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

            .theatre-slider-container .laptop-theatre-slider .player iframe,
            .theatre-slider-container .computer-theatre-slider .player iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

        .theatre-slider-container .laptop-theatre-slider .player-container {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

            .theatre-slider-container .laptop-theatre-slider .player-container .player {
                padding-bottom: 63%;
                /* 16:10 */
            }

    .theatre-slider-container .computer-theatre-slider .player-container {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .theatre-slider-container .computer-theatre-slider .player-container .player {
            padding-top: 2px;
            padding-bottom: 56.60%;
            /* 16:9 */
        }
/* Shortcode: Slideshow Box
-------------------------------------------------------------------- */
.mk-slideshow-box.full-width-true .mk-slideshow-box-content {
    padding-left: 0;
    padding-right: 0;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-slideshow-box .mk-slideshow-box-content h1,
    .mk-slideshow-box .mk-slideshow-box-content h2,
    .mk-slideshow-box .mk-slideshow-box-content h3,
    .mk-slideshow-box .mk-slideshow-box-content h4,
    .mk-slideshow-box .mk-slideshow-box-content h5,
    .mk-slideshow-box .mk-slideshow-box-content h6 {
        padding-top: 0!important;
        margin-top: 0!important;
    }

    .mk-slideshow-box .mk-slideshow-box-content .mk-button {
        margin-bottom: 20px !important;
    }
}
/* Shortcode:Social Networks
-------------------------------------------------------------------- */
.mk-social-network-shortcode {
    margin: 10px 0;
    padding: 0;
}

    .mk-social-network-shortcode.social-align-right {
        text-align: right;
    }

    .mk-social-network-shortcode.social-align-center {
        text-align: center;
    }

    .mk-social-network-shortcode.social-align-left {
        text-align: left;
    }

    .mk-social-network-shortcode.small i {
        font-size: 16px;
    }

    .mk-social-network-shortcode.medium i {
        font-size: 24px;
    }

    .mk-social-network-shortcode.large i {
        font-size: 32px;
    }

    .mk-social-network-shortcode.x-large i {
        font-size: 48px;
    }

    .mk-social-network-shortcode.xx-large i {
        font-size: 64px;
    }

    .mk-social-network-shortcode ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .mk-social-network-shortcode ul li {
            display: inline-block;
            margin: 0;
        }

            .mk-social-network-shortcode ul li a {
                display: block;
                line-height: 100%;
            }

    .mk-social-network-shortcode.social-style-square-pointed a,
    .mk-social-network-shortcode.social-style-square-rounded a,
    .mk-social-network-shortcode.social-style-simple-rounded a {
        border-width: 2px;
        border-style: solid;
        background-color: #ffffff;
        background-color: rgba(50, 50, 50, 0);
        -webkit-transition: background-color 0.2s ease;
        -moz-transition: background-color 0.2s ease;
        -ms-transition: background-color 0.2s ease;
        -o-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease;
    }

        .mk-social-network-shortcode.social-style-square-pointed a i,
        .mk-social-network-shortcode.social-style-square-rounded a i,
        .mk-social-network-shortcode.social-style-simple-rounded a i {
            display: block;
        }

    .mk-social-network-shortcode.social-style-square-pointed.xx-large a,
    .mk-social-network-shortcode.social-style-square-rounded.xx-large a,
    .mk-social-network-shortcode.social-style-simple-rounded.xx-large a {
        padding: 25px;
    }

    .mk-social-network-shortcode.social-style-square-pointed.xx-large i,
    .mk-social-network-shortcode.social-style-square-rounded.xx-large i,
    .mk-social-network-shortcode.social-style-simple-rounded.xx-large i {
        font-size: 20px;
    }

    .mk-social-network-shortcode.social-style-square-pointed.x-large a,
    .mk-social-network-shortcode.social-style-square-rounded.x-large a,
    .mk-social-network-shortcode.social-style-simple-rounded.x-large a {
        padding: 20px;
    }

    .mk-social-network-shortcode.social-style-square-pointed.x-large i,
    .mk-social-network-shortcode.social-style-square-rounded.x-large i,
    .mk-social-network-shortcode.social-style-simple-rounded.x-large i {
        font-size: 18px;
    }

    .mk-social-network-shortcode.social-style-square-pointed.large a,
    .mk-social-network-shortcode.social-style-square-rounded.large a,
    .mk-social-network-shortcode.social-style-simple-rounded.large a {
        padding: 15px;
    }

    .mk-social-network-shortcode.social-style-square-pointed.large i,
    .mk-social-network-shortcode.social-style-square-rounded.large i,
    .mk-social-network-shortcode.social-style-simple-rounded.large i {
        font-size: 16px;
    }

    .mk-social-network-shortcode.social-style-square-pointed.medium a,
    .mk-social-network-shortcode.social-style-square-rounded.medium a,
    .mk-social-network-shortcode.social-style-simple-rounded.medium a {
        padding: 10px;
        border-width: 1px;
    }

    .mk-social-network-shortcode.social-style-square-pointed.medium i,
    .mk-social-network-shortcode.social-style-square-rounded.medium i,
    .mk-social-network-shortcode.social-style-simple-rounded.medium i {
        font-size: 14px;
    }

    .mk-social-network-shortcode.social-style-square-pointed.small a,
    .mk-social-network-shortcode.social-style-square-rounded.small a,
    .mk-social-network-shortcode.social-style-simple-rounded.small a {
        padding: 5px;
        border-width: 1px;
    }

    .mk-social-network-shortcode.social-style-square-pointed.small i,
    .mk-social-network-shortcode.social-style-square-rounded.small i,
    .mk-social-network-shortcode.social-style-simple-rounded.small i {
        font-size: 12px;
    }

    .mk-social-network-shortcode.social-style-square-rounded a {
        border-radius: 25%;
    }

    .mk-social-network-shortcode.social-style-simple-rounded a {
        border-radius: 50%;
    }
/* Shortcode:Tables
-------------------------------------------------------------------- */
.mk-fancy-table {
    overflow: hidden;
    margin-bottom: 20px;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-fancy-table {
        overflow-x: scroll !important;
    }
}

.mk-fancy-table table {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mk-fancy-table th {
    padding: 18px 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.mk-fancy-table tfoot td {
    padding: 8px;
}

.mk-fancy-table.table-style1 tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.04);
}

.mk-fancy-table.table-style1 tfoot {
    background-color: #f3f3f3;
}

.mk-fancy-table.table-style1 tr {
    background-color: rgba(0, 0, 0, 0.02);
}

.mk-fancy-table.table-style1 td {
    padding: 12px;
    border-left: 1px solid #fff;
    text-align: center;
}

.mk-fancy-table.table-style2 {
    border-bottom: 1px solid #dcdcdc;
}

    .mk-fancy-table.table-style2 td {
        padding: 12px;
        border-bottom: 1px solid #dcdcdc;
        text-align: center;
    }
/* Shortcode:Tabs
-------------------------------------------------------------------- */
.mk-tabs {
    margin-bottom: 20px;
}

    .mk-tabs .mk-tabs-tabs li {
        position: relative;
        display: inline;
        float: left;
        margin: 0;
        padding: 0;
    }

@media handheld, only screen and (max-width: 767px) {
    .mk-tabs .mk-tabs-tabs li {
        float: none;
        display: block;
    }
}

.mk-tabs .mk-tabs-tabs li a {
    display: block;
    margin: 0;
    outline: none;
    color: #444444;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    cursor: pointer;
}

.mk-tabs .mk-tabs-panes .title-mobile {
    display: none;
    color: #444444;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
}

.mk-tabs .mk-tabs-panes .mk-tabs-pane {
    position: relative;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-tabs.mobile-true .mk-tabs-tabs {
        display: none;
    }

    .mk-tabs.mobile-true .mk-tabs-panes .title-mobile {
        display: block;
    }

    .mk-tabs.mobile-true .mk-tabs-panes .mk-tabs-pane {
        margin-bottom: 20px;
    }
}

.mk-tabs.default-style {
    margin-bottom: 20px;
    /* Vertical Style */
}

    .mk-tabs.default-style .mk-tabs-tabs {
        position: relative;
        margin: 0 0 -1px 0 !important;
    }

@media handheld, only screen and (max-width: 767px) {
    .mk-tabs.default-style .mk-tabs-tabs {
        margin-bottom: 20px !important;
        margin-left: 0 !important;
    }
}

.mk-tabs.default-style .mk-tabs-tabs li a {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    border-left: none;
    background-color: #ebebeb;
    background-color: rgba(0, 0, 0, 0.05);
}

.mk-tabs.default-style .mk-tabs-tabs li:first-child a {
    border-left: 1px solid #e5e5e5;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
}

.mk-tabs.default-style .mk-tabs-tabs li:last-of-type a {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
}

.mk-tabs.default-style .mk-tabs-tabs li:hover i {
    color: #868686 !important;
}

.mk-tabs.default-style .mk-tabs-tabs li.tab-with-icon a {
    padding: 10px 20px 10px 14px !important;
    line-height: 24px;
}

    .mk-tabs.default-style .mk-tabs-tabs li.tab-with-icon a i {
        margin-right: 8px;
        color: #b9b9b9;
        font-size: 16px;
    }

.mk-tabs.default-style .mk-tabs-tabs li.ui-tabs-active a {
    padding-bottom: 11px !important;
    border-bottom: none !important;
    cursor: default;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: -webkit-linear-gradient(top, transparent, transparent);
    background: -moz-linear-gradient(top, transparent, transparent);
    background: -ms-linear-gradient(top, transparent, transparent);
    background: -o-linear-gradient(top, transparent, transparent);
    background-color: transparent;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-tabs.default-style .mk-tabs-tabs li.ui-tabs-active a {
        border: 1px solid #e5e5e5 !important;
    }
}

.mk-tabs.default-style .mk-tabs-panes {
    border: 1px solid #e5e5e5;
    position: relative;
    margin: 0;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-tabs.default-style .mk-tabs-panes {
        border: 0;
    }
}

.mk-tabs.default-style .mk-tabs-panes .mk-tabs-pane {
    padding: 25px 25px 20px;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-tabs.default-style .mk-tabs-panes .mk-tabs-pane {
        padding: 0 !important;
    }
}

.mk-tabs.default-style.vertical-style .mk-tabs-tabs {
    float: left;
    margin: 0 -1px 0 0 !important;
    width: 25%;
    border: 1px solid #e5e5e5;
    border-right: none;
    border-bottom: none;
}

    .mk-tabs.default-style.vertical-style .mk-tabs-tabs li {
        display: block;
        float: none;
    }

        .mk-tabs.default-style.vertical-style .mk-tabs-tabs li a {
            border: 1px solid #e5e5e5;
            border-top: none;
            border-left: none;
        }

        .mk-tabs.default-style.vertical-style .mk-tabs-tabs li:last-of-type a {
            -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
            -moz-border-radius-topright: 0;
        }

        .mk-tabs.default-style.vertical-style .mk-tabs-tabs li.ui-tabs-active a {
            padding-right: 21px !important;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #e5e5e5 !important;
        }

        .mk-tabs.default-style.vertical-style .mk-tabs-tabs li a {
            white-space: normal;
        }

.mk-tabs.default-style.vertical-style .mk-tabs-panes {
    float: left;
    width: 75%;
    border: none;
    border: 1px solid #e5e5e5;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-tabs.default-style.vertical-style .mk-tabs-panes {
        float: none !important;
        width: 100% !important;
        border: 0 !important;
    }
}

.mk-tabs.default-style.vertical-style.vertical-right .mk-tabs-tabs {
    float: right;
    margin: 0 0 0 -1px !important;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-tabs.default-style.vertical-style.vertical-right .mk-tabs-tabs {
        width: 100%;
        margin-bottom: 20px !important;
        float: none;
    }
}

.mk-tabs.default-style.vertical-style.vertical-right .mk-tabs-tabs li a {
    border: 1px solid #e5e5e5;
    border-top: none;
    border-left: none;
}

.mk-tabs.default-style.vertical-style.vertical-right .mk-tabs-tabs li.ui-tabs-active a {
    margin-left: -1px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    border-left: none !important;
}

.mk-tabs.default-style.vertical-style.vertical-right .mk-tabs-panes {
    float: right;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-tabs.default-style.vertical-style.mobile-true .mk-tabs-tabs {
        width: 100%;
        margin-bottom: 20px !important;
        margin-right: 0 !important;
        float: none;
    }

        .mk-tabs.default-style.vertical-style.mobile-true .mk-tabs-tabs li.ui-tabs-active a {
            border: 1px solid #e5e5e5 !important;
            margin: 0 !important;
        }

    .mk-tabs.default-style.vertical-style.mobile-true.vertical-right .mk-tabs-tabs li.ui-tabs-active a {
        border: 1px solid #e5e5e5 !important;
        margin: 0 !important;
    }
}

@media handheld, only screen and (max-width: 600px) {
    .mk-tabs.default-style.vertical-style .mk-tabs-panes {
        width: 60%;
    }

    .mk-tabs.default-style.vertical-style .mk-tabs-tabs {
        width: 40%;
    }

    .mk-tabs.default-style.horizental-style .mk-tabs-tabs {
        border-bottom: 1px solid #e5e5e5;
    }

        .mk-tabs.default-style.horizental-style .mk-tabs-tabs li {
            display: block;
            float: none;
            border-bottom: none;
            border-left: 1px solid #e5e5e5;
        }

            .mk-tabs.default-style.horizental-style .mk-tabs-tabs li a {
                border-bottom: none !important;
            }

            .mk-tabs.default-style.horizental-style .mk-tabs-tabs li:first-child a {
                border-left: none !important;
            }
}
/* Simple Style:since v3.0 */
.mk-tabs.simple-style .mk-tabs-tabs {
    margin: 0;
    border-bottom: 2px solid #eeeeee;
}

    .mk-tabs.simple-style .mk-tabs-tabs li a {
        padding: 14px 18px;
        margin: 0 0 -2px 0;
    }

@media handheld, only screen and (max-width: 767px) {
    .mk-tabs.simple-style .mk-tabs-tabs li a {
        margin: 0;
    }
}

.mk-tabs.simple-style .mk-tabs-tabs li.tab-with-icon a {
    line-height: 22px;
}

    .mk-tabs.simple-style .mk-tabs-tabs li.tab-with-icon a i {
        font-size: 20px;
        margin-right: 6px;
    }

.mk-tabs.simple-style .mk-tabs-tabs li.ui-tabs-active a {
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.mk-tabs.simple-style .mk-tabs-panes {
    padding: 25px 0 15px;
}

@media handheld, only screen and (max-width: 780px) {
    .mk-tabs.simple-style .mk-tabs-tabs {
        border-bottom: none !important;
    }

        .mk-tabs.simple-style .mk-tabs-tabs li {
            float: none !important;
            display: block !important;
        }

            .mk-tabs.simple-style .mk-tabs-tabs li a {
                border-bottom: 2px solid #eeeeee;
            }
}
/* Shortcode:Tab Slider
-------------------------------------------------------------------- */
.mk-tab-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
}

.mk-tab-slider-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
}

.mk-tab-slider-item {
    float: left;
}

    .mk-tab-slider-item .mk-tab-slider-share li a {
        font-size: 16px;
        margin-left: 10px;
        opacity: 0.6;
    }

        .mk-tab-slider-item .mk-tab-slider-share li a:hover {
            opacity: 1;
        }

    .mk-tab-slider-item.skin-dark .mk-slider-title {
        color: #222!important;
    }

        .mk-tab-slider-item.skin-dark .mk-slider-title > hr {
            border-top: 3px solid #040300;
            margin: 15px auto 25px auto;
        }

    .mk-tab-slider-item.skin-dark .mk-slider-description {
        color: #6a6665;
    }

        .mk-tab-slider-item.skin-dark .mk-slider-description p {
            color: #6a6665;
        }

    .mk-tab-slider-item.skin-dark .mk-tab-slider-share li a {
        color: #222;
    }

    .mk-tab-slider-item.skin-light .mk-slider-title {
        color: #fff !important;
    }

        .mk-tab-slider-item.skin-light .mk-slider-title > hr {
            border-top: 3px solid #fff;
            margin: 15px auto 30px auto;
        }

    .mk-tab-slider-item.skin-light .mk-slider-description {
        color: #f5f5f5;
    }

        .mk-tab-slider-item.skin-light .mk-slider-description p {
            color: #f5f5f5;
        }

    .mk-tab-slider-item.skin-light .mk-tab-slider-share li a {
        color: #f5f5f5;
    }

.mk-tab-slider-share {
    list-style: none;
    padding-left: 0;
    position: absolute;
    bottom: 50px;
    right: 70px;
}

    .mk-tab-slider-share li {
        float: left;
    }

.mk-tab-slider-icon {
    font-size: 100px;
    padding-right: 20px;
    float: left;
}

.mk-tab-slider-nav {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}

    .mk-tab-slider-nav a {
        display: inline-block;
        padding: 15px;
        margin-right: 2px;
        position: relative;
        font-weight: bold;
        letter-spacing: 1px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        .mk-tab-slider-nav a:link,
        .mk-tab-slider-nav a:visited {
            opacity: 0.4;
        }

        .mk-tab-slider-nav a:hover {
            opacity: 1;
        }

        .mk-tab-slider-nav a.active {
            opacity: 1;
        }

.mk-slider-content,
.mk-slider-image {
    width: 50%;
    display: inline-block;
}

.mk-slider-content {
    padding: 0 70px;
    display: table;
    height: 100%;
    position: relative;
}

.mk-slider-content-inside {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.mk-slider-image img {
    width: 100%;
}

.mk-slider-title {
    font-size: 18px !important;
    font-weight: bold;
    color: #222;
    letter-spacing: 1px;
    display: block;
    margin: 0;
}

    .mk-slider-title > hr {
        max-width: 10%;
        border: 0;
        margin-left: 0 !important;
    }

.mk-slider-read-more {
    margin-top: 20px;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-slider-content {
        width: 100%;
        padding: 50px 25px;
        height: auto;
    }

    .mk-slider-image {
        width: 100%;
    }

    .mk-tab-slider-share {
        position: inherit;
        display: table;
        margin: 0 auto;
    }

        .mk-tab-slider-share li {
            float: none;
            display: table-cell;
            text-align: center;
            padding: 0 5px;
        }
}

@media handheld, only screen and (max-width: 1024px) {
    .mk-slider-content {
        width: 100%;
        padding: 50px 25px;
        height: auto;
    }

    .mk-slider-image {
        width: 100%;
    }

    .mk-tab-slider-share {
        position: inherit;
        display: table;
        margin: 0 auto;
    }

        .mk-tab-slider-share li {
            float: none;
            display: table-cell;
            text-align: center;
            padding: 0 5px;
        }
}
/* Shortcode:Testimanial Slider
-------------------------------------------------------------------- */
.mk-testimonial {
    margin: 3px 3px 40px;
}

    .mk-testimonial .mk-testimonial-content {
        position: relative;
        margin-bottom: 30px;
        margin-top: 10px;
        padding: 20px 20px 0;
    }

        .mk-testimonial .mk-testimonial-content p {
            margin-bottom: 20px;
        }

    .mk-testimonial .mk-testimonial-author {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 13px;
        line-height: 11px;
    }

    .mk-testimonial .mk-testimonial-company {
        font-size: 12px;
        line-height: 14px;
        -moz-opacity: 80;
        -khtml-opacity: 80;
        opacity: 80;
        opacity: 0.8;
    }

    .mk-testimonial .flex-direction-nav a {
        color: #878787;
        -moz-opacity: 40;
        -khtml-opacity: 40;
        opacity: 40;
        opacity: 0.4;
    }

        .mk-testimonial .flex-direction-nav a:hover {
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

    .mk-testimonial.boxed-style .mk-testimonial-content {
        border: 1px solid #ededed;
        background-color: #fafafa;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .mk-testimonial.boxed-style .mk-testimonial-content:before {
            position: absolute;
            bottom: -7px;
            left: 35px;
            display: block;
            width: 14px;
            height: 14px;
            border: 1px solid #ededed;
            border-top: none;
            border-left: none;
            background-color: #fafafa;
            content: "";
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        }

    .mk-testimonial.boxed-style .mk-testimonial-image {
        position: relative;
        float: left;
        margin: 0 20px;
    }

        .mk-testimonial.boxed-style .mk-testimonial-image img {
            width: 50px !important;
            height: 50px !important;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            -webkit-box-shadow: 0 0 1px #a9a9a9;
            -moz-box-shadow: 0 0 1px #a9a9a9;
            box-shadow: 0 0 1px #a9a9a9;
        }

    .mk-testimonial.boxed-style .flex-direction-nav .flex-next {
        right: 0 !important;
        bottom: 30px;
        margin: 0;
    }

    .mk-testimonial.boxed-style .flex-direction-nav .flex-prev {
        right: 20px !important;
        bottom: 30px;
    }

    .mk-testimonial.simple-style {
        padding: 10px 50px 0;
        margin-top: 37px;
        text-align: center;
    }

        .mk-testimonial.simple-style.testimonial-column .mk-moon-quotes-left,
        .mk-testimonial.simple-style.testimonial-column .mk-moon-quotes-right {
            display: none !important;
        }

@media handheld, only screen and (max-width: 767px) {
    .mk-testimonial.simple-style.simple-style {
        padding: 0;
    }

    .mk-testimonial.simple-style .mk-moon-quotes-left,
    .mk-testimonial.simple-style .mk-moon-quotes-right {
        display: none !important;
    }
}

.mk-testimonial.simple-style .mk-testimonial-author {
    font-size: 16px;
}

.mk-testimonial.simple-style .mk-testimonial-company {
    font-size: 12px;
}

.mk-testimonial.simple-style .mk-moon-quotes-left,
.mk-testimonial.simple-style .mk-moon-quotes-right {
    position: absolute;
    color: #eeeeee;
    font-size: 50px;
}

.mk-testimonial.simple-style .mk-testimonial-content {
    margin-bottom: 0;
    font-size: 18px !important;
    line-height: 28px;
}

    .mk-testimonial.simple-style .mk-testimonial-content p {
        text-align: center;
    }

@media handheld, only screen and (max-width: 767px) {
    .mk-testimonial.simple-style .mk-testimonial-content {
        padding: 0px !important;
    }
}

.mk-testimonial.simple-style .mk-testimonial-content p {
    font-size: inherit;
    line-height: inherit;
}

.mk-testimonial.simple-style .mk-moon-quotes-left {
    top: 70px;
    left: 0;
}

.mk-testimonial.simple-style .mk-moon-quotes-right {
    top: 70px;
    right: 0;
}

.mk-testimonial.simple-style .flex-direction-nav a i {
    font-size: 16px;
}

.mk-testimonial.simple-style .flex-direction-nav .flex-next:after,
.mk-testimonial.simple-style .flex-direction-nav .flex-prev:after {
    content: '';
    display: block;
    top: -14px;
    left: -14px;
    width: 45px;
    height: 45px;
    border: 2px solid #ccc;
    position: absolute;
}

.mk-testimonial.simple-style .flex-direction-nav .flex-next i,
.mk-testimonial.simple-style .flex-direction-nav .flex-prev i {
    font-size: 14px;
}

.mk-testimonial.simple-style .flex-direction-nav .flex-next:after {
    left: -15px;
}

.mk-testimonial.simple-style .flex-direction-nav .flex-next {
    top: -30px;
    left: 50% !important;
    margin: 0 0 0 28px;
}

.mk-testimonial.simple-style .flex-direction-nav .flex-prev {
    top: -30px;
    left: 50% !important;
    margin: 0 0 0 -40px;
}

.mk-testimonial.simple-style.light-version .mk-testimonial-content,
.mk-testimonial.simple-style.light-version .mk-testimonial-content p,
.mk-testimonial.simple-style.light-version .mk-testimonial-company,
.mk-testimonial.simple-style.light-version .mk-testimonial-author,
.mk-testimonial.simple-style.light-version .flex-direction-nav a i {
    color: #fff !important;
}

.mk-testimonial.simple-style.light-version .flex-direction-nav .flex-next:after,
.mk-testimonial.simple-style.light-version .flex-direction-nav .flex-prev:after {
    border: 2px solid #fff;
}

.mk-testimonial.simple-style.light-version .mk-moon-quotes-left,
.mk-testimonial.simple-style.light-version .mk-moon-quotes-right {
    color: rgba(255, 255, 255, 0.2);
}

.mk-testimonial.avantgarde-style {
    padding: 0px 50px 0;
    text-align: center;
}

    .mk-testimonial.avantgarde-style.mk-testimonial {
        margin: 3px 3px 0px !important;
    }

    .mk-testimonial.avantgarde-style .mk-testimonial-image {
        display: block;
        text-align: center;
    }

        .mk-testimonial.avantgarde-style .mk-testimonial-image img {
            margin: 10px auto;
            width: 95px !important;
            height: 95px !important;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

    .mk-testimonial.avantgarde-style .mk-testimonial-author {
        font-size: 14px;
        color: #444 !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 25px 0 10px 0;
    }

    .mk-testimonial.avantgarde-style .mk-testimonial-company {
        font-size: 12px;
        font-style: italic;
    }

    .mk-testimonial.avantgarde-style .mk-testimonial-content {
        margin-bottom: 0;
        font-size: 18px !important;
        line-height: 28px;
        font-style: italic;
        padding: 0px 20% 20px 20%;
        font-weight: bold;
    }

        .mk-testimonial.avantgarde-style .mk-testimonial-content p {
            text-align: center;
        }

@media handheld, only screen and (max-width: 767px) {
    .mk-testimonial.avantgarde-style .mk-testimonial-content {
        padding: 0px !important;
    }
}

.mk-testimonial.avantgarde-style .mk-testimonial-content p {
    font-size: inherit;
    line-height: inherit;
}

.mk-testimonial.avantgarde-style .flex-direction-nav a {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 76px;
    text-align: center;
    border: 1px solid #878787;
    border-radius: 50%;
}

    .mk-testimonial.avantgarde-style .flex-direction-nav a i {
        font-size: 16px;
    }

.mk-testimonial.avantgarde-style .flex-direction-nav .flex-next {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    right: 0 !important;
    margin: 0;
}

.mk-testimonial.avantgarde-style .flex-direction-nav .flex-prev {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    left: 0 !important;
    margin: 0 !important;
}

.mk-testimonial.avantgarde-style.light-version .mk-testimonial-content,
.mk-testimonial.avantgarde-style.light-version .mk-testimonial-content p,
.mk-testimonial.avantgarde-style.light-version .mk-testimonial-company,
.mk-testimonial.avantgarde-style.light-version .mk-testimonial-author,
.mk-testimonial.avantgarde-style.light-version .flex-direction-nav a i {
    color: #fff !important;
}

.mk-testimonial.avantgarde-style.light-version .flex-direction-nav a {
    border: 1px solid #fff;
}

    .mk-testimonial.avantgarde-style.light-version .flex-direction-nav a i {
        font-size: 16px;
    }

.mk-testimonial.avantgarde-style.light-version .flex-direction-nav .flex-next {
    margin: 0 0 0 6px;
}

.mk-testimonial.avantgarde-style.light-version .flex-direction-nav .flex-prev {
    margin: 0 0 0 -54px;
}

.mk-testimonial.avantgarde-style.light-version .mk-moon-quotes-left,
.mk-testimonial.avantgarde-style.light-version .mk-moon-quotes-right {
    color: rgba(255, 255, 255, 0.2);
}

@media handheld, only screen and (max-width: 767px) {
    .mk-testimonial.avantgarde-style {
        padding: 60px 0 0 0;
    }

        .mk-testimonial.avantgarde-style .flex-direction-nav .flex-next {
            top: 0;
            -webkit-transform: translate(110%, -50%);
            -moz-transform: translate(110%, -50%);
            -ms-transform: translate(110%, -50%);
            -o-transform: translate(110%, -50%);
            transform: translate(110%, -50%);
            -ms-transform: translate(110%, -50%);
            right: 50% !important;
            margin: 0;
        }

        .mk-testimonial.avantgarde-style .flex-direction-nav .flex-prev {
            top: 0;
            -webkit-transform: translate(-110%, -50%);
            -moz-transform: translate(-110%, -50%);
            -ms-transform: translate(-110%, -50%);
            -o-transform: translate(-110%, -50%);
            transform: translate(-110%, -50%);
            -ms-transform: translate(-110%, -50%);
            left: 50% !important;
            margin: 0 !important;
        }

        .mk-testimonial.avantgarde-style .mk-testimonial-content {
            padding: 0;
        }
}

.mk-testimonial.modern-style .mk-testimonial-content {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .mk-testimonial.modern-style .mk-testimonial-content:before {
        position: absolute;
        bottom: -8px;
        left: 55px;
        display: block;
        width: 14px;
        height: 14px;
        border: 2px solid rgba(0, 0, 0, 0.05);
        border-top: none;
        border-left: none;
        background-color: #fff;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

.mk-testimonial.modern-style .mk-testimonial-quote {
    padding: 20px 20px 0;
}

@media handheld, only screen and (max-width: 767px) {
    .mk-testimonial.modern-style .mk-testimonial-quote {
        padding: 0px !important;
    }
}

.mk-testimonial.modern-style .mk-testimonial-image {
    position: relative;
    float: left;
    margin: 0 20px;
}

    .mk-testimonial.modern-style .mk-testimonial-image img {
        width: 50px !important;
        height: 50px !important;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 1px #a9a9a9;
        -moz-box-shadow: 0 0 1px #a9a9a9;
        box-shadow: 0 0 1px #a9a9a9;
    }

.mk-testimonial.modern-style .mk-testimonial-author {
    margin-top: 30px;
    color: #252525 !important;
}

.mk-testimonial.modern-style .flex-control-nav {
    top: 15px;
    display: block;
    height: 5px;
    bottom: auto;
}

    .mk-testimonial.modern-style .flex-control-nav li {
        margin: 0;
    }

        .mk-testimonial.modern-style .flex-control-nav li a {
            display: block;
            padding: 0 3px;
        }

            .mk-testimonial.modern-style .flex-control-nav li a i {
                color: #b2b2b2;
                font-size: 5px;
            }

                .mk-testimonial.modern-style .flex-control-nav li a i:before {
                    content: "\f111" !important;
                }

            .mk-testimonial.modern-style .flex-control-nav li a.flex-active i {
                color: #4c4c4c;
            }

.testimonial-column .testimonial-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimonial-column .testimonial-item {
    display: inline-block;
    margin: 0;
    float: left;
    padding: 0 15px 30px 15px;
}

.testimonial-column .one-column {
    width: 100%;
    padding: 0 0 30px;
}

.testimonial-column .two-column {
    width: 50%;
}

.testimonial-column .three-column {
    width: 33%;
}

.testimonial-column .four-column {
    width: 25%;
}

@media handheld, only screen and (max-width: 900px) {
    .testimonial-column .four-column,
    .testimonial-column .three-column {
        width: 50% !important;
    }

    .testimonial-column .clearboth {
        display: none;
    }

    .testimonial-column .testimonial-item:nth-of-type(2n):after {
        display: block;
        content: '';
        clear: both;
    }
}

@media handheld, only screen and (max-width: 600px) {
    .testimonial-column .four-column,
    .testimonial-column .three-column,
    .testimonial-column .two-column {
        width: 100% !important;
        padding: 0 0 30px 0 !important;
    }
}

.title-line-style {
    text-align: center;
    position: relative;
    padding: 30px 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}

    .title-line-style.light-version {
        color: #fff!important;
    }

    .title-line-style::after {
        display: block;
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        bottom: 0;
        left: 50%;
        margin-left: -15px;
    }

    .title-line-style.light-version::after {
        background-color: #fff;
    }

    .title-line-style.dark-version::after {
        background-color: #878787;
    }
/* Shortcode:Tooltip
-------------------------------------------------------------------- */
.mk-tooltip {
    position: relative;
}

    .mk-tooltip .tooltip-init {
        cursor: help;
    }

    .mk-tooltip .tooltip-text {
        position: absolute;
        bottom: 28px;
        left: 0;
        padding: 12px;
        min-width: 140px;
        max-width: 230px;
        color: #fff;
        font-size: 11px;
        line-height: 16px;
        background: #444;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

        .mk-tooltip .tooltip-text:after {
            position: absolute;
            bottom: -5px;
            left: 15px;
            display: block;
            width: 10px;
            height: 10px;
            content: "";
            background: #444;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        }

.mk-shortcode-heading.mk-fancy-title {
    margin-bottom: 18px;
    font-weight: bold !important;
    font-size: 14px !important;
}

    .mk-shortcode-heading.mk-fancy-title.pattern-false {
        background: none !important;
    }

        .mk-shortcode-heading.mk-fancy-title.pattern-false span {
            background: none !important;
        }

    .mk-shortcode-heading.mk-fancy-title span {
        padding-right: 8px;
    }
/* Shortcode:Twitter Feed
-------------------------------------------------------------------- */
.mk-tweet-shortcode li {
    padding-left: 25px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

    .mk-tweet-shortcode li:before {
        top: 12px;
        left: 0;
    }

.mk-twitter-shortcode {
    margin-bottom: 20px;
}
/* Shortcode:Video Player
-------------------------------------------------------------------- */
.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%;
    }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    background-image: url(../../images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(../../images/fancybox/fancybox_loading.gif) center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

    .fancybox-close i {
        font-size: 16px;
        line-height: 32px;
    }

    .fancybox-close:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

.fancybox-nav {
    position: absolute;
    top: 25%;
    width: 40%;
    height: 50%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../../images/fancybox/blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -25px;
    cursor: pointer;
    visibility: hidden;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

@media handheld, only screen and (max-width: 768px) {
    .fancybox-nav span {
        visibility: visible !important;
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
    .fancybox-nav span {
        visibility: visible !important;
    }
}

.fancybox-nav span i {
    font-size: 16px;
    line-height: 60px;
}

@media handheld, only screen and (max-width: 768px) {
    .fancybox-nav span i {
        line-height: 30px;
    }
}

.fancybox-nav span:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.fancybox-prev span {
    left: 20px;
}

.fancybox-next span {
    right: 20px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background: url(../../images/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
    visibility: hidden;
    position: relative;
    margin-right: 45px;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    margin-top: 10px;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        color: #444;
        line-height: 24px;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}
