@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700');
body {
    font-family: 'Open Sans', sans-serif;
}

.mk-subscribe {
    margin-bottom: 30px;
}

.mk-subscribe > form {
    table-layout: auto;
}

.mk-subscribe--message {
    padding: 0 15px 15px 15px;
    font-size: 14px;
}

.mk-subscribe--message.error {
    color: #ff0000;
}

.mk-subscribe--message.success {
    color: #00a651;
}

.mk-subscribe .mk-subscribe--form-column {
    padding: 0;
    margin: 0;
}

.mk-subscribe .mk-subscribe--form-column:last-child {
    padding-right: 0 !important;
}

.mk-subscribe .mk-subscribe--email,
.mk-subscribe .mk-subscribe--button {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #333333;
    transition: background-color 0.15s linear, color 0.15s linear, border-color 0.15s linear;
    background-color: transparent;
    color: transparent;
    box-sizing: border-box;
}

.mk-subscribe .mk-subscribe--email {
    padding: 0 2%;
}

.mk-subscribe .mk-subscribe--button {
    outline: none;
}

.mk-subscribe.medium-size .mk-subscribe--email {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.mk-subscribe.medium-size .mk-subscribe--button {
    font-size: 14px;
    height: 45px;
    min-width: 115px;
}

.mk-subscribe.large-size .mk-subscribe--email,
.mk-subscribe.large-size .mk-subscribe--button {
    height: 60px;
    font-size: 20px;
}

.mk-subscribe.large-size .mk-subscribe--email {
    line-height: 60px;
}

.mk-subscribe.large-size .mk-subscribe--button {
    min-width: 140px;
}

.mk-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 .mk-svg-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    fill: #dddddd;
    fill: rgba(0, 0, 0, 0.1);
    height: 32px!important;
    width: 32px!important;
}

.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;
    }
}

.mk-advanced-gmaps img {
    max-width: none !important;
}

.mk-gmaps-parallax {
    overflow: hidden;
}

.mk-gmaps-parallax > div {
    margin-top: -100px;
}

.mk-divider {
    display: block;
    width: 100%;
}

.mk-divider.custom-width .divider-inner {
    display: block;
}

.mk-divider.custom-width.center {
    text-align: center;
}

.mk-divider.custom-width.center .divider-inner {
    margin: 0 auto;
}

.mk-divider.custom-width.right .divider-inner {
    margin: 0 0 0 auto;
}

@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.center .divider-inner {
    margin: 0 auto;
}

.mk-divider.right .divider-inner {
    margin: 0 0 0 auto;
}

.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);
    position: relative;
}

.mk-divider.thin_solid .divider-inner:after {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.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-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 .mk-svg-icon {
    margin-left: 6px;
    color: #cccccc;
}

.mk-divider.go_top_thick .divider-inner:before {
    height: 2px;
}

.mk-divider.divider_page_divider {
    width: 100%;
}

.height-full .mk-custom-box,
.height-full .box-holder {
    height: 100%;
    width: 100%;
    transition: background .2s ease-in-out;
}

.mk-custom-box .mk-custom-box--overlay {
    width: 100%;
    height: 100%;
    position: absolute !important;
    z-index: 2 !important;
    left: 0;
    top: 0;
    pointer-events: none;
}

.mk-custom-box .box-holder {
    position: relative;
}

.mk-custom-box .box-holder.clearfix {}

.mk-custom-box .box-holder > .wpb_row:before,
.mk-custom-box .box-holder > .wpb_row:after {
    content: " ";
    display: table;
}

.mk-custom-box .box-holder > .wpb_row:after {
    clear: both;
}

.mk-custom-box .box-holder:after,
.mk-custom-box.hover-effect-image.image-effect-blur .box-holder:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
}

.mk-custom-box .box-holder > * {
    position: relative;
    z-index: 3;
}

.mk-custom-box.hover-effect-single_color .box-holder:after,
.mk-custom-box.hover-effect-gradient_color .box-holder:after {
    opacity: 0;
    transition: opacity .2s linear;
}

.mk-custom-box.hover-effect-single_color:hover .box-holder:after,
.mk-custom-box.hover-effect-gradient_color:hover .box-holder:after {
    opacity: 1;
    transition: opacity .2s;
}

.mk-custom-box.hover-effect-image,
.mk-custom-box.hover-effect-image.image-effect-blur .box-holder {
    overflow: hidden;
}

.mk-custom-box.hover-effect-image.image-effect-zoom-in .box-holder:after {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    transition: -webkit-transform .35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform .35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform .35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform .35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mk-custom-box.hover-effect-image.image-effect-zoom-in .box-holder:hover:after {
    -webkit-transform: scale(1.11);
    -ms-transform: scale(1.11);
    transform: scale(1.11);
    z-index: 1;
}

.mk-custom-box.hover-effect-image.image-effect-blur .box-holder:after,
.mk-custom-box.hover-effect-image.image-effect-blur .box-holder:before {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.mk-custom-box.hover-effect-image.image-effect-blur .box-holder:before {
    opacity: 0;
    transition: opacity .2s;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 2;
}

.mk-custom-box.hover-effect-image.image-effect-blur .box-holder:hover:before {
    opacity: 1;
}

.mk-custom-box.hover-effect-image.image-effect-grayscale .box-holder:after {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter .2s linear;
    transition: filter .2s linear;
    transition: filter .2s linear, -webkit-filter .2s linear;
    transition: -ms-filter 0.2s linear;
    transition: -o-filter 0.2s linear;
    transition: -moz-filter 0.2s linear;
    transition: -webkit-filter 0.2s linear;
}

.mk-custom-box.hover-effect-image.image-effect-grayscale .box-holder:hover:after {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}

.vc_row {
    position: relative;
}

.vc_inner.mk-grid {
    margin: 0 auto;
}

.s_social a {
    display: block;
    line-height: 100%;
}

.s_social.g_style a {
    border: 2px solid;
    background-color: #ffffff;
    background-color: rgba(50, 50, 50, 0);
    transition: background-color 0.2s ease;
}

.s_social svg {
    display: block;
}

.s_social.g_style.xx-large a {
    padding: 25px;
}

.s_social.g_style.x-large a {
    padding: 20px;
}

.s_social.g_style.large a {
    padding: 15px;
}

.s_social.g_style.medium a {
    padding: 10px;
    border-width: 1px;
}

.s_social.g_style.small a {
    padding: 5px;
    border-width: 1px;
}

.s_social.s_square-rounded a {
    border-radius: 25%;
}

.s_social.s_simple-rounded a {
    border-radius: 50%;
}

.s_social .mk-jupiter-icon-xing:before,
.s_social .mk-jupiter-icon-square-xing:before,
.s_social .mk-jupiter-icon-simple-xing:before {
    vertical-align: baseline !important;
    line-height: normal !important;
    position: static;
    top: 0;
}

.mk-jupiter-icon-simple-xing {
    display: block;
}

.mk-jupiter-icon-simple-xing:before {
    content: "\f168";
}

.mk-jupiter-icon-xing:before {
    content: "\e3d3";
}

.mk-jupiter-icon-square-xing:before {
    content: "\e3d2";
}

.mk-image {
    position: relative;
    line-height: 4px;
}

.mk-image.align-left {
    text-align: left;
}

.mk-image.align-right {
    float: right;
}

.mk-image.align-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.mk-image.align-center .mk-image-holder {
    margin: 0 auto;
}

.mk-image.align-center .mk-image-inner img {
    transition: filter .2s ease;
}

.mk-image.lightbox-enabled .mk-image-inner:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.mk-image.rounded-frame {
    border-radius: 4px;
}

.mk-image.rounded-frame img,
.mk-image.rounded-frame .mk-image-overlay {
    border-radius: 4px;
}

.mk-image.gray_border-frame .mk-image-inner {
    border: 6px solid rgba(0, 0, 0, 0.06);
}

.mk-image.border_shadow-frame .mk-image-inner {
    border: 6px solid #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.mk-image.shadow_only-frame .mk-image-inner {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.mk-image.single_line-frame .mk-image-inner {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.mk-image .mk-image-inner {
    position: relative;
    overflow: hidden;
    width: auto;
}

.mk-image .mk-image-inner.is-svg {
    display: inline-block;
}

.mk-image .mk-image-inner img {
    width: 100%;
}

.mk-image .mk-image-inner:hover .mk-image-overlay {
    opacity: .9;
}

.mk-image .mk-image-inner:hover .mk-image-lightbox {
    opacity: 1;
}

.mk-image.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: #ffffff;
    border-radius: 4px;
}

.mk-image.inside-image .mk-image-caption:hover {
    background-color: #383838;
    background-color: rgba(0, 0, 0, 0.5);
}

.mk-image.inside-image .mk-image-caption .mk-caption-title {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.mk-image.inside-image .mk-image-caption .mk-caption-desc {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
}

.mk-image.outside-image .mk-image-caption {
    margin: 10px 0;
}

.mk-image.outside-image .mk-image-caption .mk-caption-title {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.mk-image.outside-image .mk-image-caption .mk-caption-desc {
    display: block;
    margin-top: 5px;
    font-style: italic;
    font-size: 11px;
    line-height: 18px;
}

@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.align-left,
    .mk-image.align-right {
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center !important;
    }
}

.mk-gallery-item {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

.mk-gallery .item-holder {
    margin: 0 8px 16px 8px;
    position: relative;
    overflow: hidden;
    line-height: 4px;
}

.mk-gallery .item-holder img {
    width: 100%;
}

.mk-gallery .one-column {
    width: 100%;
}

.mk-gallery .two-column {
    width: 50%;
}

.mk-gallery .three-column {
    width: 33.33%;
}

.mk-gallery .four-column {
    width: 25%;
}

.mk-gallery .five-column {
    width: 20%;
}

.mk-gallery .six-column {
    width: 16.66%;
}

.mk-gallery .seven-column {
    width: 14.28%;
}

.mk-gallery .eight-column {
    width: 12.5%;
}

.mk-gallery .one-column .item-holder {
    margin: 0 0 16px 0;
}

.mk-gallery .eight-column .item-holder {
    margin: 0 4px 8px 4px;
}

.mk-gallery .gallery-inner {
    display: block;
}

.mk-gallery .grid-frame .item-holder {
    margin: 0 1px 2px;
}

.mk-gallery .grid-frame .item-holder img {
    width: 100%;
}

.mk-gallery .rounded-frame .gallery-inner {
    border-radius: 4px;
}

.mk-gallery .rounded-frame .gallery-inner img,
.mk-gallery .rounded-frame .image-hover-overlay {
    border-radius: 4px;
}

.mk-gallery .gray_border-frame .gallery-inner {
    border: 6px solid rgba(0, 0, 0, 0.06);
}

.mk-gallery .gallery-title {
    position: absolute;
    top: 58%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    transition: all 0.4s ease-out;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
}

.mk-gallery .gallery-caption {
    display: none;
}

.mk-gallery .hover-fadebox .mk-image-lightbox.lightbox-push-top {
    top: 35%;
}

.mk-gallery .hover-slow_zoom a {
    top: 0;
    left: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.mk-gallery .hover-slow_zoom img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mk-gallery .hover-slow_zoom:hover img {
    -webkit-transform: scale(1.11);
    -ms-transform: scale(1.11);
    transform: scale(1.11);
}

.mk-gallery .hover-blur .item-holder .gallery-inner img {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.mk-gallery .hover-blur .item-holder:hover .image-hover-overlay {
    opacity: .85;
}

.mk-gallery .hover-blur .item-holder:hover .mk-image-lightbox {
    opacity: 1;
}

.mk-gallery .hover-blur .item-holder:hover .gallery-title {
    opacity: 1;
    top: 56%;
}

.mk-gallery .hover-blur .item-holder:hover .gallery-inner img {
    transition: filter 0.2s linear, -webkit-filter 0.2s linear, -moz-filter 0.2s linear;
    -webkit-filter: url(#gallery-blur);
    filter: url(#gallery-blur);
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.mk-image-lightbox svg {
    height: 48px;
    width: 48px;
    fill: #fff;
    vertical-align: middle;
    overflow: visible;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mk-gallery .hover-grayscale .mk-image-lightbox {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    cursor: pointer;
    opacity: 0;
}

.mk-gallery .hover-grayscale .image-hover-overlay {
    opacity: 1;
    background-color: transparent!important;
}

.mk-gallery .hover-grayscale .image-hover-overlay img {
    opacity: 1;
    transition: opacity .2s linear;
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.mk-gallery .hover-grayscale .item-holder:hover .image-hover-overlay img {
    opacity: 0;
}

.mk-gallery .hover-overlay_layer .gallery-desc {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 100%;
}

.mk-gallery .hover-overlay_layer a {
    top: 0;
    left: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.mk-gallery .hover-overlay_layer .gallery-title {
    position: relative;
    top: 0;
    display: block;
    padding: 8px 20px;
    margin-bottom: 10px;
}

.mk-gallery .hover-overlay_layer .gallery-title:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    height: 2px;
    width: 12px;
    background-color: #ffffff;
}

.mk-gallery .hover-overlay_layer .gallery-caption {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.mk-gallery .hover-overlay_layer img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.mk-gallery .hover-overlay_layer:hover .image-hover-overlay {
    opacity: .8;
}

.mk-gallery .hover-overlay_layer:hover .gallery-title {
    opacity: 1;
}

.mk-gallery .hover-overlay_layer:hover .gallery-caption {
    opacity: 1;
}

.mk-gallery .hover-overlay_layer:hover img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

// Hover state for desktop @media handheld, only screen and (min-width:1025px) {
.mk-gallery .hover-fadebox:hover .image-hover-overlay {
    opacity: 0.85;
}

.mk-gallery .hover-fadebox:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.mk-gallery .hover-fadebox:hover .gallery-title {
    opacity: 1;
    top: 56%;
}

.mk-gallery .hover-fadebox:hover .mk-image-lightbox {
    opacity: 1;
}


}
// Hover state for device screen <= 1024px @media handheld, only screen and (max-width:1024px) {
.mk-gallery .hover-fadebox.hover-state .image-hover-overlay {
    opacity: 0.85;
}
.mk-gallery .hover-fadebox.hover-state img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
}
.mk-gallery .hover-fadebox.hover-state .gallery-title {
    opacity: 1;
    top: 56%;
}
.mk-gallery .hover-fadebox.hover-state .mk-image-lightbox {
    opacity: 1;
}

}
@media handheld,
only screen and (max-width:960px) {
    .mk-gallery .two-column,
    .mk-gallery .three-column,
    .mk-gallery .four-column,
    .mk-gallery .five-column,
    .mk-gallery .six-column,
    .mk-gallery .seven-column,
    .mk-gallery .eight-column {
        width: 49.7%;
    }
    .mk-gallery .two-column img,
    .mk-gallery .three-column img,
    .mk-gallery .four-column img,
    .mk-gallery .five-column img,
    .mk-gallery .six-column img,
    .mk-gallery .seven-column img,
    .mk-gallery .eight-column img {
        width: 100%;
    }
}
@media handheld,
only screen and (max-width:540px) {
    .mk-gallery-item {
        width: 100% !important;
    }
}
.mk-gallery.masnory-gallery .mk-gallery-item {
    width:25%;
}
.mk-gallery.masnory-gallery .gallery-mansory-large {
    width:50%;
}
@media handheld,
only screen and (max-width:1140px) {
    .mk-gallery.masnory-gallery .mk-gallery-item {
        width: 24.9%;
    }
    .mk-gallery.masnory-gallery .gallery-mansory-large {
        width: 49.9%;
    }
}
@media handheld,
only screen and (max-width:960px) {
    .mk-gallery.masnory-gallery .mk-gallery-item,
    .mk-gallery.masnory-gallery .gallery-mansory-large {
        width: 49.9%;
    }
}
@media handheld,
only screen and (max-width:767px) {
    .mk-gallery.masnory-gallery .mk-gallery-item,
    .mk-gallery.masnory-gallery .gallery-mansory-large {
        width: 100%;
    }
}
.vc_row.mk-fullwidth-true .mk-gallery.masnory-gallery .mk-gallery-item {
    width:24.96%;
}
.vc_row.mk-fullwidth-true .mk-gallery.masnory-gallery .gallery-mansory-large {
    width:49.96%;
}
@media handheld,
only screen and (max-width:1140px) {
    .vc_row.mk-fullwidth-true .mk-gallery.masnory-gallery .mk-gallery-item {
        width: 24.9%;
    }
    .vc_row.mk-fullwidth-true .mk-gallery.masnory-gallery .gallery-mansory-large {
        width: 49.9%;
    }
}
@media handheld,
only screen and (max-width:960px) {
    .vc_row.mk-fullwidth-true .mk-gallery.masnory-gallery .mk-gallery-item,
    .vc_row.mk-fullwidth-true .mk-gallery.masnory-gallery .gallery-mansory-large {
        width: 49.9%;
    }
}
@media handheld,
only screen and (max-width:767px) {
    .vc_row.mk-fullwidth-true .mk-gallery.masnory-gallery .mk-gallery-item,
    .vc_row.mk-fullwidth-true .mk-gallery.masnory-gallery .gallery-mansory-large {
        width: 100%;
    }
}
.vc_row.mk-fullwidth-true .mk-gallery .eight-column {
    width:12.46%;
}
.vc_row.mk-fullwidth-true .mk-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 .eight-column {
        width: 49.7%;
    }
    .vc_row.mk-fullwidth-true .mk-gallery .eight-column img {
        width: 100%;
    }
}
@media handheld,
only screen and (max-width:540px) {
    .vc_row.mk-fullwidth-true .mk-gallery .eight-column {
        width: 100% !important;
    }
}
.mk-page-section-wrapper {
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    flex-direction:row;
}
.mk-page-section {
    position:relative;
    width:100%;
}
.mk-page-section[data-intro-effect=false] {
    will-change:position;
}
.mk-page-section:not(.mk-adaptive-height):not(.intro-true) {
    height:auto !important;
}
.mk-page-section-inner {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    will-change:position;
}
.mk-page-section:not(.full_layout) .mk-page-section-inner {
    width:50%;
}
@media handheld,
only screen and (max-width:767px) {
    .mk-page-section:not(.full_layout) .mk-page-section-inner {
        width: 100%;
        height: 500px;
    }
}
.mk-page-section.drop-top-shadow {
    box-shadow:inset 0 1px 10px rgba(0,
    0,
    0,
    0.3);
}
.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 .mk-main-wrapper-holder {
    width:100%;
}
.mk-page-section .background-layer {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-perspective:1000;
    perspective:1000;
    -webkit-transform:translateZ(0px);
    transform:translateZ(0px);
    background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.IE .mk-page-section .background-layer,
.Edge .mk-page-section .background-layer,
.IE .mk-page-section .mk-color-layer,
.Edge .mk-page-section .mk-color-layer {
    background-color:transparent !important;
    overflow-x:hidden;
}
html:not(.IE):not(.Edge) .mk-page-section .mk-color-layer {
    background-color:transparent !important;
}
.multiply-blend-effect {
    -webkit-background-blend-mode:multiply;
    background-blend-mode:multiply;
}
.screen-blend-effect {
    -webkit-background-blend-mode:screen;
    background-blend-mode:screen;
}
.overlay-blend-effect {
    -webkit-background-blend-mode:overlay;
    background-blend-mode:overlay;
}
.darken-blend-effect {
    -webkit-background-blend-mode:darken;
    background-blend-mode:darken;
}
.lighten-blend-effect {
    -webkit-background-blend-mode:lighten;
    background-blend-mode:lighten;
}
.soft-light-blend-effect {
    -webkit-background-blend-mode:soft-light;
    background-blend-mode:soft-light;
}
.luminosity-blend-effect {
    -webkit-background-blend-mode:luminosity;
    background-blend-mode:luminosity;
}
@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%;
    overflow:hidden;
}
.mk-page-section .mk-skip-to-next {
    z-index:10;
    line-height:44px;
}
.page-section-fullwidth {
    width:100%;
}
.page-section-fullwidth .vc_col-sm-12 {
    padding-left:0 !important;
    padding-right:0 !important;
}
.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 {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAQAAABeK7cBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MDJGNjNCMTIwRkUxMUUzQjFFRUM0REUwQ0RCQTc4QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3MDJGNjNCMjIwRkUxMUUzQjFFRUM0REUwQ0RCQTc4QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcwMkY2M0FGMjBGRTExRTNCMUVFQzRERTBDREJBNzhDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcwMkY2M0IwMjBGRTExRTNCMUVFQzRERTBDREJBNzhDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+u9pXkwAAAA1JREFUGFdjYGjObAYAAuMBcKaqKb0AAAAASUVORK5CYII=);
}
.mk-half-layout-container {
    position:relative;
    padding-left:20px;
    padding-right:20px;
}
.mk-half-layout-container {
    width:40%;
    margin:0 5%;
}
.mk-half-layout-container.half_left_layout {
    float:right;
    margin-left:auto;
}
.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:#ffffff;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.mk-page-section-loader .mk-preloader {
    top:50%;
}
.mk-blend-layer {
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
}
.mk-shape-divider {
    width:100%;
    display:block;
    position:absolute;
    left:0;
    z-index:10;
}
.mk-shape-divider--stick-bottom {
    bottom:0;
}
.mk-shape-divider--stick-top {
    top:0;
}
.mk-shape-divider .shape__container {
    position:relative;
    overflow:hidden;
}
.mk-shape-divider .shape__container .shape {
    width:100%;
}
.mk-shape-divider .shape__container .shape svg {
    display:block;
}
.mk-shape-divider.speech-bottom-style .shape__container .shape,
.mk-shape-divider.speech-top-style .shape__container .shape {
    width:100%;
}
.mk-shape-divider.speech-bottom-style .shape__container .shape .speech-left,
.mk-shape-divider.speech-top-style .shape__container .shape .speech-left,
.mk-shape-divider.speech-bottom-style .shape__container .shape .speech-right,
.mk-shape-divider.speech-top-style .shape__container .shape .speech-right {
    width:50%;
}
.mk-shape-divider.speech-bottom-style .shape__container .shape .speech-left,
.mk-shape-divider.speech-top-style .shape__container .shape .speech-left {
    float:left;
}
.mk-shape-divider.speech-bottom-style .shape__container .shape .speech-right,
.mk-shape-divider.speech-top-style .shape__container .shape .speech-right {
    float:right;
}
.mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-left,
.mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-left,
.mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-right,
.mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-right {
    height:35px;
}
.mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-left,
.mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-left,
.mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-right,
.mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-right {
    height:60px;
}
.mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-left {
    border-top-right-radius:35px;
}
.mk-shape-divider.speech-bottom-style.small-size .shape__container .shape .speech-right {
    border-top-left-radius:35px;
}
.mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-left {
    border-top-right-radius:60px;
}
.mk-shape-divider.speech-bottom-style.big-size .shape__container .shape .speech-right {
    border-top-left-radius:60px;
}
.mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-left {
    border-bottom-right-radius:35px;
}
.mk-shape-divider.speech-top-style.small-size .shape__container .shape .speech-right {
    border-bottom-left-radius:35px;
}
.mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-left {
    border-bottom-right-radius:60px;
}
.mk-shape-divider.speech-top-style.big-size .shape__container .shape .speech-right {
    border-bottom-left-radius:60px;
}
.mk-blog-classic-item {
    margin-bottom:40px;
    border:1px solid #eeeeee;
    overflow:hidden;
    position:relative;
    width:100%;
    background-color:#ffffff;
}
.mk-blog-classic-item .mk-readmore {
    letter-spacing:1px;
    text-transform:uppercase;
    position:absolute;
    right:30px;
    bottom:25px;
}
.mk-blog-classic-item .mk-readmore svg {
    margin-right:5px;
    height: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-classic-item.instagram-post-type {
    border:0;
}
.mk-blog-classic-item.instagram-post-type .instagram-image {
    display:block;
}
.mk-blog-classic-item.instagram-post-type .instagram-image img {
    width:100%;
}
.mk-blog-classic-item.instagram-post-type .instagram-title {
    padding:40px 40px 0;
    font-size:24px;
    margin-bottom:0;
}
.mk-blog-classic-item.instagram-post-type .instagram-title span a {
    display:none;
}
.mk-blog-classic-item.instagram-post-type .instagram-title svg {
    display:none;
}
.mk-blog-classic-item.instagram-post-type .mk-blog-meta {
    padding:0;
    padding:0 20px 40px 40px;
}
.mk-blog-classic-item.instagram-post-type .mk-blog-meta .mk-blog-meta-wrapper {
    padding-left:40px;
    position:relative;
    top:30px;
}
.mk-blog-classic-item.instagram-post-type .mk-blog-meta .mk-blog-meta-wrapper:before {
    width:24px;
    height:24px;
    content:'';
    position:absolute;
    left:0;
    top:0;
}
.mk-blog-classic-item.instagram-post-type .mk-blog-meta .mk-blog-meta-wrapper .mk-categories {
    display:none;
}
.mk-blog-classic-item.instagram-post-type .blog-share-container {
    float:right;
}
.mk-blog-classic-item.instagram-post-type .the-title,
.mk-blog-classic-item.instagram-post-type .the-excerpt,
.mk-blog-classic-item.instagram-post-type .mk-readmore {
    display:none;
}
.mk-blog-classic-item.instagram-post-type .blog-social-share {
    left:auto;
    right:67px;
}
.mk-blog-classic-item.instagram-post-type .blog-social-share:before {
    left:auto;
    right:-5px;
}
.mk-blog-classic-item.blockquote-post-type {
    padding:70px 40px 40px;
}
.mk-blog-classic-item.blockquote-post-type .blog-blockquote-content {
    font-size:26px;
    line-height:40px;
    color:#222222;
    padding-left:70px;
}
.mk-blog-classic-item.blockquote-post-type .the-excerpt {
    display:none;
}
.mk-blog-classic-item.blockquote-post-type .blog-blockquote-content .mk-svg-icon {
    position:absolute;
    top:70px;
    left:40px;
    display:block;
    fill:#dddddd;
    fill:rgba(0,
    0,
    0,
    0.1);
}
.mk-blog-classic-item.blockquote-post-type .blog-blockquote-content footer {
    text-align:right;
    color:#999999;
    font-style:italic;
    font-size:20px;
}
.mk-blog-classic-item.blockquote-post-type .mk-blog-meta-wrapper {
    position:absolute;
    top:40px;
    left:40px;
}
.mk-blog-classic-item.blockquote-post-type .mk-blog-meta-wrapper .mk-categories {
    display:none;
}
.mk-blog-classic-item.blockquote-post-type .mk-blog-meta {
    padding:0;
}
.mk-blog-classic-item.blockquote-post-type .the-title,
.mk-blog-classic-item.blockquote-post-type .mk-readmore {
    display:none;
}
.mk-blog-classic-item.twitter-post-type {
    padding:70px 40px 40px;
}
.mk-blog-classic-item .blog-twitter-content {
    font-size:22px;
    color:#222222;
    line-height:40px;
    padding-left:50px;
    position:relative;
    word-wrap:break-word;
}
.mk-blog-classic-item .blog-twitter-content:before {
    content:'';
    width:35px;
    height:100%;
    background-position:center 10px;
    background-repeat:no-repeat;
    display:inline-block;
    position:absolute;
    left:0;
    top:0;
}
.mk-blog-classic-item .blog-twitter-content a {
    color:#55acee;
}
.mk-blog-classic-item .blog-twitter-content footer {
    text-align:right;
    line-height:normal;
    position:absolute;
    top:130%;
    right:40px;
}
.mk-blog-classic-item .blog-twitter-content footer a,
.mk-blog-classic-item .blog-twitter-content footer span {
    display:block;
}
.mk-blog-classic-item .blog-twitter-content footer span {
    font-weight:bold;
    font-size:20px;
    color:#222222;
}
.mk-blog-classic-item .blog-twitter-content footer a {
    color:#55acee;
    font-size:16px;
}
@media handheld,
only screen and (max-width:480px) {
    .mk-blog-classic-item .blog-twitter-content {
        padding-left: 0;
        padding-top: 80px;
    }
    .mk-blog-classic-item .blog-twitter-content:before {
        left: 50%;
        top: 15px;
        margin-left: -17px;
    }
    .mk-blog-classic-item .blog-twitter-content footer {
        position: static;
        margin-top: 25px;
    }
}
.mk-blog-classic-item.twitter-post-type .mk-blog-meta-wrapper {
    position:absolute;
    top:40px;
    left:40px;
}
.mk-blog-classic-item.twitter-post-type .mk-blog-meta-wrapper .mk-blog-author,
.mk-blog-classic-item.twitter-post-type .mk-blog-meta-wrapper .mk-categories,
.mk-blog-classic-item.twitter-post-type .mk-blog-meta-wrapper > span {
    display:none;
}
.mk-blog-classic-item.twitter-post-type .mk-blog-meta {
    padding:0;
    margin-top:30px;
}
.mk-blog-classic-item.twitter-post-type .the-title,
.mk-blog-classic-item.twitter-post-type .the-excerpt,
.mk-blog-classic-item.twitter-post-type .mk-readmore {
    display:none;
}
.mk-blog-container .featured-image:hover .image-hover-overlay {
    opacity:0.9;
}
.mk-blog-classic-item .blog-loop-comments,
.mk-blog-classic-item .mk-blog-share {
    height:36px;
    line-height:36px;
    width:36px;
    background-color:#000000;
    background-color:rgba(0,
    0,
    0,
    0.1);
    border-radius:2px;
    position:relative;
    display:inline-block;
    float:left;
    margin-right:15px;
    text-align:center;
    cursor:pointer;
    display:table;
    transition:all .15s;
}
.mk-blog-classic-item .blog-loop-comments svg,
.mk-blog-classic-item .mk-blog-share svg {
    vertical-align:text-top;
    fill:#636363;
}
.mk-blog-classic-item .blog-loop-comments svg,
.mk-blog-classic-item .mk-blog-share svg {
    height:16px;
}
.mk-blog-classic-item .blog-loop-comments span {
    position:absolute;
    left:25px;
    top:-10px;
    font-weight:bold;
    color:#ffffff;
    line-height:10px;
    font-size:11px;
    height:20px;
    padding:0 7px;
    line-height:20px;
    border-radius:30px;
}
.mk-blog-classic-item .blog-loop-comments:hover,
.mk-blog-classic-item .mk-blog-share:hover {
    background-color:rgba(0,
    0,
    0,
    0.2);
}
.blog-share-container {
    position:relative;
    float:left;
}
.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;
}
.mk-readmore {
    line-height:12px;
    font-weight:bold;
    font-size:12px;
}
.mk-readmore svg {
    margin-right:5px;
    height: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-blog-meta-wrapper,
.mk-blog-classic-item .mk-blog-meta-wrapper {
    font-size:12px;
    font-style:italic;
    color:#999999;
}
.mk-blog-modern-item .mk-blog-meta-wrapper > div,
.mk-blog-classic-item .mk-blog-meta-wrapper > div {
    display:inline-block;
    margin-right:5px;
}
.mk-blog-modern-item .mk-blog-meta-wrapper a,
.mk-blog-classic-item .mk-blog-meta-wrapper 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%;
}
.mk-blog-modern-item .swiper-slide img,
.mk-blog-classic-item .swiper-slide img {
    width:100%;
}
.mk-blog-modern-item .featured-image:hover .image-hover-overlay,
.mk-blog-classic-item .featured-image:hover .image-hover-overlay {
    opacity:.85;
}
.mk-blog-modern-item .featured-image:hover img,
.mk-blog-classic-item .featured-image:hover img {
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    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);
    -ms-transform:rotate(45deg);
    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 svg {
    height:16px;
    vertical-align:top;
    margin-top:4px;
}
.mk-blog-container .mk-swipe-slideshow {
    margin-bottom:0;
}
.mk-blog-container .audio-iframe {
    margin-bottom:25px;
}
.mk-gallery,
.mk-portfolio-grid,
.mk-portfolio-masonry,
.mk-spotlight-wrapper {
    width:100%;
}
.mk-blog-container {
    transition:height 0.1s;
}
.mk-blog-grid-item {
    position:relative;
    float:left;
    overflow:hidden;
    margin:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.mk-blog-grid-item .blog-grid-holder {
    margin:0 12px 24px 12px;
    border:1px solid #e3e3e3;
    background-color:#ffffff;
}
.mk-blog-grid-item.one-column {
    width:100%;
}
.mk-blog-grid-item.two-column {
    width:50%;
}
.mk-blog-grid-item.three-column {
    width:33.33%;
}
.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 img {
    position:relative;
    width:100%;
}
.mk-blog-grid-item .featured-image:hover .blog-grid-hover-icon {
    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:#ffffff;
    position:absolute;
    left:50%;
    top:50%;
    margin:-24px 0 0 -24px;
    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-grid-item.instagram-post-type .blog-grid-holder {
    position:relative;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-image {
    display:block;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-title {
    padding:15px 25px;
    background:linear-gradient(0deg,
    rgba(0,
    0,
    0,
    0.6) 0%,
    rgba(0,
    0,
    0,
    0) 100%);
    left:0;
    position:absolute;
    margin-bottom:0;
    bottom:50px;
    width:calc(100% - 50px);
    color:#ffffff !important;
    font-size:14px;
    font-weight:bold;
    text-transform:initial;
    line-height:20px;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-title span {
    padding-left:30px;
    display:block;
    color:#ffffff;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-image img {
    width:100%;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-title span a {
    color:#55acee;
    display:block;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .instagram-title svg {
    position:absolute;
    left:25px;
    top:18px;
    height:20px;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .mk-blog-meta {
    padding:0;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .mk-blog-meta .the-title,
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .mk-blog-meta .the-excerpt {
    display:none;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .mk-blog-meta .mk-blog-meta-wrapper {
    position:absolute;
    left:20px;
    bottom:5px;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .blog-grid-footer {
    padding-top:25px;
    padding-bottom:25px;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .blog-grid-footer .mk-readmore {
    display:none;
}
.mk-blog-grid-item.instagram-post-type .blog-grid-holder .mk-love-holder {
    top:12px;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder {
    position:relative;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .blog-blockquote-content {
    font-size:22px;
    line-height:40px;
    color:#222;
    padding:40px 25px 25px 80px;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .blog-blockquote-content .mk-svg-icon {
    position:absolute;
    top:50px;
    left:25px;
    display:block;
    fill:#ddd;
    fill:rgba(0,
    0,
    0,
    0.1);
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .blog-blockquote-content footer {
    text-align:right;
    color:#999;
    font-style:italic;
    font-size:20px;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .mk-blog-meta {
    padding:0;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .mk-blog-meta .the-title,
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .mk-blog-meta .the-excerpt {
    display:none;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .mk-blog-meta .mk-blog-meta-wrapper {
    position:absolute;
    left:20px;
    bottom:5px;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .blog-grid-footer {
    padding-top:25px;
    padding-bottom:25px;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .blog-grid-footer .mk-readmore {
    display:none;
}
.mk-blog-grid-item.blockquote-post-type .blog-grid-holder .mk-love-holder {
    top:12px;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder {
    position:relative;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content {
    font-size:22px;
    color:#222;
    line-height:36px;
    padding-bottom:30px;
    padding:25px 40px 90px;
    word-wrap:break-word;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content:before {
    content:'';
    width:100%;
    height:30px;
    display:block;
    margin-bottom:45px;
    background-repeat:no-repeat;
    background-position:center;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content a {
    color:#55acee;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content footer {
    text-align:left;
    line-height:normal;
    margin-top:35px;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content footer a,
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content footer span {
    display:block;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content footer span {
    font-weight:bold;
    font-size:14px;
    color:#222;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-twitter-content footer a {
    color:#55acee;
    font-size:12px;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-blog-meta {
    padding:0;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-blog-meta .the-title,
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-blog-meta .the-excerpt,
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-blog-meta .mk-readmore {
    display:none;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-blog-meta .mk-blog-meta-wrapper {
    position:absolute;
    left:20px;
    bottom:5px;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-grid-footer {
    padding-top:25px;
    padding-bottom:25px;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .blog-grid-footer .mk-readmore {
    display:none;
}
.mk-blog-grid-item.twitter-post-type .blog-grid-holder .mk-love-holder {
    top:12px;
}
.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-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:#ffffff;
}
.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 {
    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 .featured-image {
    position:relative;
    overflow:hidden;
}
.mk-blog-magazine-item.magazine-featured-post .featured-image img {
    width:100%;
}
.mk-blog-magazine-item.magazine-featured-post .featured-image .image-gradient-overlay {
    background:linear-gradient(to bottom,
    rgba(255,
    255,
    255,
    0) 0%,
    rgba(255,
    255,
    255,
    0.87) 70%,
    #ffffff 100%);
    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:#999999;
}
.mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section span {
    color:#999999;
}
.mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section svg {
    fill:#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-loop-comments svg,
.mk-blog-magazine-item.magazine-featured-post .blog-magazine-social-section .mk-love-holder svg {
    height:16px;
    margin-right:3px;
    vertical-align:middle;
}
.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;
    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;
}
.mk-blog-modern-item {
    width:100%;
    margin-bottom:50px;
    position:relative;
}
.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 .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-loop-comments,
.mk-blog-modern-item .mk-blog-share,
.mk-blog-modern-item .mk-love-holder {
    display:block;
    padding:12px 0;
    color:#898989;
    text-align:center;
    line-height:15px;
}
.mk-blog-modern-item .blog-loop-comments svg,
.mk-blog-modern-item .mk-blog-share svg,
.mk-blog-modern-item .mk-love-holder svg {
    height:16px;
}
.mk-blog-modern-item .blog-loop-comments span,
.mk-blog-modern-item .mk-blog-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-loop-comments {
    line-height:16px;
    border-bottom:1px solid #efefef;
}
.mk-blog-modern-item .blog-loop-comments span {
    display:block;
    font-size:11px;
}
.mk-blog-modern-item .mk-blog-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;
    top:-52px;
    width:216px;
    background-color:#252525;
    margin:0;
    list-style:none;
    text-align:center;
    padding:10px;
    text-transform:none;
}
.mk-blog-modern-item .blog-social-share:before {
    left:25px;
    bottom:-5px;
}
.mk-blog-modern-item .blog-social-share li {
    display:inline-block;
    margin:3px 2px;
}
.mk-blog-modern-item.blockquote-post-type {
    position:relative;
}
.mk-blog-modern-item.blockquote-post-type .blog-blockquote-content {
    padding:50px 20px 20px 170px;
    font-size:26px;
    line-height:40px;
    color:#222222;
}
.mk-blog-modern-item.blockquote-post-type .the-excerpt {
    display:none;
}
.mk-blog-modern-item.blockquote-post-type .blog-blockquote-content .mk-svg-icon {
    position:absolute;
    top:60px;
    left:100px;
    display:block;
    fill:#dddddd;
    fill:rgba(0,
    0,
    0,
    0.1);
}
.mk-blog-modern-item.blockquote-post-type .blog-blockquote-content footer {
    text-align:right;
    color:#999999;
    font-style:italic;
    font-size:20px;
}
.mk-blog-modern-item.blockquote-post-type .blog-modern-social-section {
    float:none;
    position:absolute;
    left:0;
    top:0;
    height:100%;
}
.mk-blog-modern-item.blockquote-post-type .mk-blog-meta-wrapper .mk-categories {
    display:none;
}
.mk-blog-modern-item.blockquote-post-type .mk-blog-meta {
    margin:0 !important;
    display:inline-block;
    position:absolute;
    top:0;
    left:100px;
}
.mk-blog-modern-item.blockquote-post-type .mk-blog-meta .the-title,
.mk-blog-modern-item.blockquote-post-type .mk-blog-meta .mk-button {
    display:none !important;
}
.mk-blog-modern-item.blockquote-post-type .mk-blog-meta .the-excerpt {
    margin-bottom:0;
}
.mk-blog-modern-item.instagram-post-type .instagram-image {
    display:block;
}
.mk-blog-modern-item.instagram-post-type .instagram-image img {
    width:100%;
}
.mk-blog-modern-item.instagram-post-type .instagram-title {
    position:absolute;
    margin-top:60px;
    padding-left:100px;
    font-size:24px;
}
.mk-blog-modern-item.instagram-post-type .instagram-title span a {
    display:none;
}
.mk-blog-modern-item.instagram-post-type .instagram-title svg {
    display:none;
}
.mk-blog-modern-item.instagram-post-type .the-excerpt,
.mk-blog-modern-item.instagram-post-type .mk-button-container,
.mk-blog-modern-item.instagram-post-type .the-title {
    display:none !important;
}
.mk-blog-modern-item.instagram-post-type .mk-blog-meta {
    margin-top:20px;
}
.mk-blog-modern-item.instagram-post-type .blog-modern-social-section {
    margin-top:20px;
}
.mk-blog-modern-item.instagram-post-type .mk-blog-meta-wrapper {
    padding-left:40px;
    position:relative;
}
.mk-blog-modern-item.instagram-post-type .mk-blog-meta-wrapper:before {
    width:24px;
    height:24px;
    content:'';
    position:absolute;
    left:0;
    top:0;
}
.mk-blog-modern-item.instagram-post-type .mk-blog-meta-wrapper .mk-categories {
    display:none;
}
.mk-blog-modern-item.blockquote-post-type {
    position:relative;
}
.mk-blog-modern-item.instagram-post-type .instagram-image {
    display:block;
}
.mk-blog-modern-item.twitter-post-type .blog-twitter-content {
    font-size:22px;
    color:#222222;
    line-height:40px;
    padding-left:100px;
    padding-top:50px;
    word-wrap:break-word;
}
.mk-blog-modern-item.twitter-post-type .blog-twitter-content a {
    color:#55acee;
}
.mk-blog-modern-item.twitter-post-type .blog-twitter-content footer {
    line-height:normal;
    display:block;
    margin-top:35px;
    padding-left:50px;
    position:relative;
}
.mk-blog-modern-item.twitter-post-type .blog-twitter-content footer:before {
    content:'';
    width:35px;
    height:30px;
    background-position:center center;
    background-repeat:no-repeat;
    display:inline-block;
    position:absolute;
    left:0;
    top:10px;
}
.mk-blog-modern-item.twitter-post-type .blog-twitter-content footer a,
.mk-blog-modern-item.twitter-post-type .blog-twitter-content footer span {
    display:block;
}
.mk-blog-modern-item.twitter-post-type .blog-twitter-content footer span {
    font-weight:bold;
    font-size:20px;
    color:#222222;
    display:block;
}
.mk-blog-modern-item.twitter-post-type .blog-twitter-content footer a {
    color:#55acee;
    font-size:16px;
    display:inline-block;
}
.mk-blog-modern-item.twitter-post-type .mk-blog-meta-wrapper {
    position:absolute;
    top:0;
}
.mk-blog-modern-item.twitter-post-type .mk-blog-meta-wrapper .mk-blog-author,
.mk-blog-modern-item.twitter-post-type .mk-blog-meta-wrapper .mk-categories,
.mk-blog-modern-item.twitter-post-type .mk-blog-meta-wrapper > span {
    display:none;
}
.mk-blog-modern-item.twitter-post-type .blog-modern-social-section {
    float:none;
    position:absolute;
    left:0;
    top:0;
    height:100%;
}
.mk-blog-modern-item.twitter-post-type .the-title,
.mk-blog-modern-item.twitter-post-type .the-excerpt,
.mk-blog-modern-item.twitter-post-type .mk-button {
    display:none !important;
}
.blog-modern-social-section {
    float:left;
    width:50px;
    min-height:150px;
    border-right:1px solid #efefef;
    text-transform:center;
    margin-left:20px;
}
.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:#ffffff;
    position:relative;
    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 img {
    width:100%;
    max-width:100%;
}
.mk-blog-newspaper-item .featured-image:hover img {
    -webkit-transform:scale(1.05);
    -ms-transform:scale(1.05);
    transform:scale(1.05);
}
.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 .blog-loop-comments,
.mk-blog-newspaper-item .newspaper-item-share,
.mk-blog-newspaper-item .mk-love-holder {
    float:right;
    margin-left:15px;
    color:#cccccc;
    cursor:pointer;
    font-size:11px;
}
.mk-blog-newspaper-item .blog-loop-comments svg,
.mk-blog-newspaper-item .newspaper-item-share svg,
.mk-blog-newspaper-item .mk-love-holder svg {
    height:16px;
    vertical-align:middle;
}
.mk-blog-newspaper-item .blog-loop-comments:hover,
.mk-blog-newspaper-item .newspaper-item-share:hover,
.mk-blog-newspaper-item .mk-love-holder:hover {
    color:#b1b1b1;
}
.mk-blog-newspaper-item .blog-loop-comments .mk-love-this span,
.mk-blog-newspaper-item .newspaper-item-share .mk-love-this span,
.mk-blog-newspaper-item .mk-love-holder .mk-love-this span {
    color:#b1b1b1;
}
.mk-blog-newspaper-item .blog-loop-comments .mk-love-this svg,
.mk-blog-newspaper-item .newspaper-item-share .mk-love-this svg,
.mk-blog-newspaper-item .mk-love-holder .mk-love-this svg {
    height:16px;
    fill:#b1b1b1;
}
.mk-blog-newspaper-item .blog-loop-comments span {
    margin-left:4px;
}
.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:#ffffff;
}
.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;
    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:#ffffff;
}
.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;
    border-radius:50%;
    display:block;
}
.mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share li a svg {
    fill:#b9b9b9;
    height:16px;
    vertical-align:bottom;
}
.mk-blog-newspaper-item .newspaper-item-footer .newspaper-social-share li a:hover {
    color:#9b9b9b;
    border-color:#9b9b9b;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder {
    position:relative;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .instagram-image {
    display:block;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .instagram-title {
    padding:15px 25px;
    background:linear-gradient(0deg,
    rgba(0,
    0,
    0,
    0.6) 0%,
    rgba(0,
    0,
    0,
    0) 100%);
    left:0;
    position:absolute;
    margin-bottom:0;
    bottom:60px;
    width:calc(100% - 50px);
    color:#ffffff !important;
    font-size:14px;
    font-weight:bold;
    text-transform:initial;
    line-height:20px;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .instagram-title span {
    padding-left:30px;
    display:block;
    color:#ffffff;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .instagram-title span a {
    color:#55acee;
    display:block;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .instagram-title svg {
    position:absolute;
    left:25px;
    top:18px;
    height:20px;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .mk-blog-meta {
    padding:0;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .mk-blog-meta .the-title,
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .mk-blog-meta .the-excerpt {
    display:none;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .newspaper-item-footer .mk-readmore {
    display:none;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .mk-love-holder {
    top:12px;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder {
    position:relative;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .blog-blockquote-content {
    font-size:22px;
    line-height:40px;
    color:#222;
    padding:40px 25px 25px 80px;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-blockquote-content .mk-svg-icon {
    position:absolute;
    top:50px;
    left:25px;
    display:block;
    fill:#dddddd;
    fill:rgba(0,
    0,
    0,
    0.1);
    width:48px;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .blog-blockquote-content footer {
    text-align:right;
    color:#999;
    font-style:italic;
    font-size:20px;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .mk-blog-meta {
    padding:0;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .mk-blog-meta .the-title,
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .mk-blog-meta .the-excerpt {
    display:none;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .newspaper-item-footer .mk-readmore {
    display:none;
}
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .mk-love-holder {
    top:12px;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder {
    position:relative;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content {
    font-size:22px;
    color:#222;
    line-height:36px;
    padding-bottom:30px;
    padding:25px 40px 90px;
    word-wrap:break-word;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content:before {
    content:'';
    width:100%;
    height:30px;
    display:block;
    margin-bottom:45px;
    background-repeat:no-repeat;
    background-position:center;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content a {
    color:#55acee;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content footer {
    text-align:left;
    line-height:normal;
    margin-top:35px;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content footer a,
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content footer span {
    display:block;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content footer span {
    font-weight:bold;
    font-size:14px;
    color:#222;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .blog-twitter-content footer a {
    color:#55acee;
    font-size:12px;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-blog-meta {
    padding:0;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-blog-meta .the-title,
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-blog-meta .the-excerpt,
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-blog-meta .mk-readmore {
    display:none;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .newspaper-item-footer .mk-readmore {
    display:none;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-love-holder {
    top:12px;
}
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .newspaper-item-share,
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .newspaper-item-share,
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .newspaper-item-share {
    display:none;
}
.mk-blog-newspaper-item.twitter-post-type .blog-item-holder .mk-blog-meta .mk-blog-meta-wrapper,
.mk-blog-newspaper-item.blockquote-post-type .blog-item-holder .mk-blog-meta .mk-blog-meta-wrapper,
.mk-blog-newspaper-item.instagram-post-type .blog-item-holder .mk-blog-meta .mk-blog-meta-wrapper {
    position:absolute;
    left:20px;
    bottom:5px;
    z-index:5
}
.mk-blog-spotlight-item {
    width:100%;
    float:left;
}
.mk-blog-spotlight-item.one-column {
    width:100%;
}
.mk-blog-spotlight-item.two-column {
    width:50%;
}
.mk-blog-spotlight-item.three-column {
    width:33.33%;
}
.mk-blog-spotlight-item.four-column {
    width:25%;
}
@media handheld,
only screen and (max-width:960px) {
    .mk-blog-spotlight-item.three-column,
    .mk-blog-spotlight-item.four-column {
        width: 50% !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%;
}
.mk-blog-spotlight-item .featured-image .image-hover-overlay {
    opacity:.5;
    background-color:#000000 !important;
    transition:all 0.25s ease-out;
}
.mk-blog-spotlight-item .featured-image:hover .image-hover-overlay {
    opacity:.3;
}
.mk-blog-spotlight-item .item-wrapper {
    width:100%;
    height:100%;
    color:#ffffff;
    position:absolute;
    left:0;
    top:0;
    text-align:center;
}
.mk-blog-spotlight-item .item-wrapper:before {
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
    margin-right:-0.5em;
}
.mk-blog-spotlight-item .item-wrapper .mk-blog-meta {
    vertical-align:middle;
    display:inline-block;
    margin:0 auto;
    max-width:70%;
}
.mk-blog-spotlight-item .item-wrapper h3 {
    margin:8% 0;
    font-size:20px !important;
    font-weight:bold !important;
    letter-spacing:2px;
}
.mk-blog-spotlight-item .item-wrapper h3,
.mk-blog-spotlight-item .item-wrapper time {
    color:#ffffff;
}
.mk-blog-spotlight-item .item-wrapper h3 a,
.mk-blog-spotlight-item .item-wrapper time a {
    color:#ffffff;
}
.mk-blog-spotlight-item .item-wrapper h3 a:hover,
.mk-blog-spotlight-item .item-wrapper time a:hover {
    color:#ffffff;
}
.mk-blog-spotlight-item .item-wrapper time {
    font-size:14px;
    font-style:italic;
    letter-spacing:1px;
    margin-bottom:30px;
    text-transform:uppercase;
    opacity:0.7;
}
.mk-blog-spotlight-item .item-wrapper time:after {
    width:20px;
    height:2px;
    content:"";
    display:block;
    margin:6% auto;
    background-color:#ffffff;
}
.mk-blog-spotlight-item .item-wrapper .mk-button {
    margin:5% auto 0;
}
.mk-blog-thumbnail-item {
    width:100%;
    margin-bottom:50px;
    background-color:#ffffff;
    line-height:4px;
}
.mk-blog-thumbnail-item .mk-blog-meta {
    line-height:20px;
}
.mk-blog-thumbnail-item .mk-blog-meta-wrapper span {
    display:none;
}
.mk-blog-thumbnail-item .mk-blog-meta-wrapper .blog-meta-item:after {
    content:"/";
    margin:0 5px;
}
.mk-blog-thumbnail-item.content-align-right .item-wrapper {
    float:right;
    padding:35px 30px 15px;
}
.mk-blog-thumbnail-item.content-align-left .item-wrapper {
    float:left;
    padding-right:20px;
}
.mk-blog-thumbnail-item .featured-image {
    position:relative;
    display:inline-block;
    overflow:hidden;
    max-width:35%;
    float:left;
}
.mk-blog-thumbnail-item .featured-image:hover img {
    -webkit-transform:scale(1.05);
    -ms-transform:scale(1.05);
    transform:scale(1.05);
}
.mk-blog-thumbnail-item .item-wrapper {
    width:63%;
    display:inline-block;
}
.mk-blog-thumbnail-item.full-width-post .item-wrapper {
    padding:35px;
    width:100%;
}
.mk-blog-thumbnail-item .item-wrapper .mk-blog-author,
.mk-blog-thumbnail-item .item-wrapper .mk-categories {
    display:inline;
}
.mk-blog-thumbnail-item .item-wrapper h3 {
    margin:20px 0;
    letter-spacing:1px;
}
.mk-blog-thumbnail-item .item-wrapper .the-excerpt {
    margin-bottom:20px;
}
.mk-blog-thumbnail-item .featured-image img {
    width:100%;
}
@media handheld,
only screen and (max-width:767px) {
    .mk-blog-thumbnail-item .featured-image {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .mk-blog-thumbnail-item .mk-button-align.left {
        text-align: left !important;
    }
    .mk-blog-thumbnail-item .item-wrapper {
        width: 100%;
        padding: 30px !important;
    }
}
.mk-swiper-container {
    position:relative;
    overflow:hidden;
}
.mk-slider-holder > div {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.mk-slider-holder .mk-slider-wrapper {
    z-index:10;
}
.mk-swipe-slideshow {
    position:relative;
    margin-bottom:20px;
}
.mk-swipe-slideshow:hover .swiper-arrows {
    filter:alpha(opacity=@opacity * 100);
    -moz-opacity:60;
    -khtml-opacity:60;
    opacity:60;
    opacity:0.6;
}
.mk-swipe-slideshow .swiper-arrows,
.mk-swipe-slideshow .swiper-zoom-icon {
    width:60px;
    height:60px;
    line-height:62px;
    background-color:rgba(0,
    0,
    0,
    0.4);
    text-align:center;
    position:absolute;
    border-radius:2px;
    cursor:pointer;
    color:#ffffff;
    filter:alpha(opacity=@opacity * 100);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
}
.mk-swipe-slideshow .swiper-arrows {
    top:50%;
    -webkit-transform:translate(0,
    -50%);
    -ms-transform:translate(0,
    -50%);
    transform:translate(0,
    -50%);
    ms-transform:translate(0,
    -50%);
    background-color:rgba(0,
    0,
    0,
    0.4);
}
.mk-swipe-slideshow .swiper-zoom-icon {
    top:20px;
    left:20px;
}
.mk-swipe-slideshow .swiper-zoom-icon svg {
    height:16px;
}
.mk-slider-holder:hover .swiper-zoom-icon {
    -moz-opacity:60;
    -khtml-opacity:60;
    opacity:60;
    opacity:0.6;
}
.mk-slider-holder .swiper-zoom-icon:hover {
    -moz-opacity:100;
    -khtml-opacity:100;
    opacity:100;
    opacity:1;
}
.mk-swipe-slideshow .swiper-arrows:hover {
    background-color:rgba(0,
    0,
    0,
    0.6);
    filter:alpha(opacity=@opacity * 100);
    -moz-opacity:100;
    -khtml-opacity:100;
    opacity:100;
    opacity:1;
}
.mk-swipe-slideshow .swiper-arrows svg {
    height:16px;
}
.mk-swipe-slideshow .mk-swiper-prev {
    left:20px;
}
.mk-swipe-slideshow .mk-swiper-next {
    right:20px;
}
.mk-slider-holder-img {
    visibility:hidden;
}
.mk-audio-section {
    display:block;
    background-color:#fbb845;
    height:100px;
}
.mk-audio-section > img {
    float:left;
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:gray;
    -webkit-filter:grayscale(1);
    opacity:.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:#ffffff;
}
.mk-audio-shortcode {
    margin-bottom:30px;
    height:170px !important;
}
.mk-audio-shortcode .audio-thumb {
    height:inherit !important;
}
.mk-audio-shortcode .jp-audio.audio-has-img {
    margin-left:170px;
}
.mk-audio-shortcode .jp-audio div.jp-interface {
    min-height:170px !important;
}
.jp-audio {
    display:block;
    direction:ltr;
    text-align:left;
}
.jp-audio.audio-has-img {
    margin-left:100px;
}
.jp-interface {
    position:relative;
    width:100%;
}
.jp-audio .jp-type-single .jp-interface {
    min-height:90px;
}
.jp-controls-holder {
    clear:both;
    width:100%;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    top:-8px;
}
.jp-interface ul.jp-controls {
    list-style-type:none;
    margin:-14px 0 0 -28px;
    padding:0;
    position:absolute;
    top:50%;
    left:50%;
}
.jp-interface ul.jp-controls li {
    margin:0;
}
.jp-interface ul.jp-controls li {
    display:inline;
    float:left;
}
.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;
    border-radius:50px;
}
a.jp-play:hover,
a.jp-pause:hover {
    border-color:#ffffff;
}
a.jp-play:hover svg,
a.jp-pause:hover svg {
    fill:#ffffff;
}
a.jp-play svg,
a.jp-pause svg {
    height:16px;
    fill:#252525;
    vertical-align:middle;
}
a.jp-pause {
    padding:9px 8px 7px;
    display:none;
}
.jp-progress {
    background-color:rgba(0,
    0,
    0,
    0.2);
}
.jp-audio .jp-progress {
    position:absolute;
    top:0px;
    left:0;
    height:12px;
}
.jp-audio .jp-type-single .jp-progress {
    left:0;
    width:100%;
}
.jp-seek-bar {
    width:0px;
    height:100%;
    cursor:pointer;
}
.jp-play-bar {
    background-color:#000000;
    background-color:rgba(0,
    0,
    0,
    0.5);
    width:0px;
    height:100%;
    position:relative;
}
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
    width:18px;
    height:15px;
    margin-top:0px;
}
.jp-volume-bar,
.jp-volume-bar-value {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAiCAQAAADragGFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RjJBNDk2RjQwRDcxMUUzODhFNUVBRjVCMDg3MjJCMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RjJBNDk3MDQwRDcxMUUzODhFNUVBRjVCMDg3MjJCMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVGMkE0OTZENDBENzExRTM4OEU1RUFGNUIwODcyMkIxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVGMkE0OTZFNDBENzExRTM4OEU1RUFGNUIwODcyMkIxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+S5VOAwAAAHNJREFUSMftksENwDAIA1nGc7E9a6SvSqgiQHGekb93EjIWSJ71CQwmXQkGa0seriWD9SUH11IA76UEPiyNzqOKoCqnnsvMKBzsGuRKr/S7coX2n6vQtuThWlJoX3JwLQXwXkrgw9LoPKoIqnLqucyMosE+NlMGu0fPTasAAAAASUVORK5CYII=) left bottom no-repeat;
}
.jp-volume-bar {
    position:absolute;
    right:10px;
    bottom:10px;
    width:26px;
    height:14px;
    cursor:pointer;
}
.jp-volume-bar svg {
    position:absolute;
    top:0;
    left:-12px;
    fill:#252525;
    height:16px;
}
.jp-volume-bar-value {
    width:0px;
    height:14px;
}
.jp-audio .jp-time-holder {
    position:absolute;
    top:20px;
    left:0;
    width:100%;
    padding:0 10px;
}
.jp-audio .jp-type-single .jp-time-holder {
    color:#ffffff;
    font-size:12px;
    width:100%;
    font-weight:bold;
}
.jp-current-time,
.jp-duration {
    display:inline-block;
}
.jp-current-time {
    float:left;
}
.jp-duration {
    float:right;
}
.jp-jplayer audio,
.jp-jplayer {
    width:0px;
    height:0px;
}
.jp-jplayer {
    background-color:#000000;
}
ul.jp-toggles {
    list-style-type:none;
    padding:0;
    margin:0 auto;
    overflow:hidden;
}
.jp-audio .jp-type-single ul.jp-toggles {
    width:25px;
}
.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%;
}
.jp-no-solution {
    padding:5px;
    font-size:.8em;
    background-color:#eeeeee;
    border:2px solid #009be3;
    color:#000000;
    display:none;
}
.jp-no-solution a {
    color:#000000;
}
.jp-no-solution span {
    font-size:1em;
    display:block;
    text-align:center;
    font-weight:bold;
}
.mk-button {
    box-sizing:border-box;
    transition:color .1s ease-in-out,
    background .1s ease-in-out,
    border .1s ease-in-out;
    -webkit-transition:color .1s ease-in-out,
    background .1s ease-in-out,
    border .1s ease-in-out;
}
.mk-button .mk-button--icon {
    margin:-2px 15px 0 0;
}
.mk-button .mk-button--icon svg {
    height:16px;
    vertical-align:middle;
}
.mk-button-container.text-center {
    clear:both;
}
.mk-button-container.width-full {
    width:100%;
    float:none;
}
.mk-button--corner-pointed,
.mk-button--corner-pointed .double-outline-inside {
    border-radius:0;
}
.mk-button--corner-rounded,
.mk-button--corner-rounded .double-outline-inside {
    border-radius:3px;
}
.mk-button--corner-full_rounded,
.mk-button--corner-full_rounded .double-outline-inside {
    border-radius:50px;
}
.mk-button--size-small {
    padding:12px 18px;
    font-size:10px;
    line-height:100%;
}
.mk-button--size-medium {
    padding:14px 24px;
    font-size:12px;
    line-height:100%;
}
.mk-button--size-large {
    padding:20px 28px;
    font-size:14px;
    line-height:100%;
}
.mk-button--size-x-large {
    padding:28px 36px;
    font-size:16px;
    line-height:100%;
}
.mk-button--size-xx-large {
    padding:38px 44px;
    font-size:18px;
    line-height:100%;
}
.mk-button--dimension-three.text-color-light,
.mk-button--dimension-two.text-color-light {
    text-shadow:0 1px rgba(0,
    0,
    0,
    0.4);
}
.mk-button--dimension-three.text-color-dark,
.mk-button--dimension-two.text-color-dark {
    text-shadow:0 1px rgba(255,
    255,
    255,
    0.4);
}
.mk-button--dimension-two {
    box-shadow:inset 0 0 1px rgba(0,
    0,
    0,
    .8);
}
.mk-button--dimension-flat.text-color-light {
    color:#ffffff;
}
.mk-button--dimension-flat.text-color-light .mk-svg-icon {
    fill:#ffffff;
}
.mk-button--dimension-flat.text-color-dark {
    color:#252525;
}
.mk-button--dimension-flat.text-color-dark .mk-svg-icon {
    fill:#252525;
}
.mk-button--dimension-outline,
.mk-button--dimension-savvy {
    border-width:2px;
    border-style:solid;
}
.mk-button--dimension-outline.skin-dark,
.mk-button--dimension-savvy.skin-dark {
    border-color:#252525;
    color:#252525;
}
.mk-button--dimension-outline.skin-light,
.mk-button--dimension-savvy.skin-light {
    border-color:#ffffff;
    color:#ffffff;
}
.mk-button--dimension-outline.skin-dark:hover {
    background-color:#252525;
    color:#ffffff;
}
.mk-button--dimension-outline.skin-light:hover {
    background-color:#ffffff;
    color:#252525;
}
.mk-button--dimension-savvy {
    overflow:hidden;
}
.mk-button--dimension-savvy::after {
    content:"";
    position:absolute;
    transition:all 0.2s ease-out;
    -webkit-transition:all 0.2s ease-out;
    left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
    -webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
    height:0;
    width:0;
    opacity:0;
}
.mk-button--dimension-savvy.mk-button--corner-full_rounded {
    -webkit-mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.mk-button--dimension-savvy .mk-button--text,
.mk-button--dimension-savvy .mk-button--icon {
    position:relative;
    z-index:2;
}
.mk-button--dimension-savvy:hover::after {
    width:120%;
    height:4000%;
    opacity:1;
}
.mk-button--dimension-savvy.skin-dark:hover {
    color:#ffffff;
}
.mk-button--dimension-savvy.skin-light:hover {
    color:#252525;
}
.mk-button--dimension-savvy.skin-dark::after {
    background-color:#252525;
}
.mk-button--dimension-savvy.skin-light::after {
    background-color:#ffffff;
}
.mk-button--dimension-double-outline,
.mk-button--dimension-double-outline .double-outline-inside {
    border-width:1px;
    border-style:solid;
}
.mk-button--dimension-double-outline .double-outline-inside {
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    left:-4px;
    top:-4px;
    box-sizing:border-box;
    width:calc(100% + 8px);
    height:calc(100% + 8px);
    z-index:1;
}
.mk-button--dimension-double-outline.skin-dark {
    background-color:#222222;
    color:#ffffff;
}
.mk-button--dimension-double-outline.skin-dark .mk-svg-icon {
    fill:#fff !important;
}
.mk-button--dimension-double-outline.skin-dark,
.mk-button--dimension-double-outline.skin-dark .double-outline-inside {
    border-color:#222222;
}
.mk-button--dimension-double-outline.skin-dark:hover {
    background-color:#ffffff;
    color:#222222;
}
.mk-button--dimension-double-outline.skin-dark:hover .mk-svg-icon {
    fill:#222 !important;
}
.mk-button--dimension-double-outline.skin-light {
    background-color:#ffffff;
    color:#222222;
}
.mk-button--dimension-double-outline.skin-light .mk-svg-icon {
    fill:#222 !important;
}
.mk-button--dimension-double-outline.skin-light,
.mk-button--dimension-double-outline.skin-light .double-outline-inside {
    border-color:#ffffff;
}
.mk-button--dimension-double-outline.skin-light:hover {
    background-color:#222222;
    color:#ffffff;
}
.mk-button--dimension-double-outline.skin-light:hover .mk-svg-icon {
    fill:#fff !important;
}
.mk-button--anim-vertical,
.mk-button--anim-side {
    overflow:hidden;
}
.mk-button--anim-side .mk-button .mk-button--icon {
    opacity:0;
    transform:translateX(-30px);
    -webkit-transform:translateX(-30px);
    transition:opacity .2s,
    transform .2s;
    -webkit-transition:opacity .2s,
    -webkit-transform .2s;
}
.mk-button--anim-side .mk-button .mk-button--text {
    display:inline-block;
    transform:translateX(-17px);
    -webkit-transform:translateX(-17px);
    transition:transform .2s;
    -webkit-transition:-webkit-transform .2s;
    transition-delay:.01s;
    -webkit-transition-delay:.01s;
}
.mk-button--anim-side .mk-button.mk-button--size-large .mk-button--text,
.mk-button--anim-side .mk-button.mk-button--size-x-large .mk-button--text {
    transform:translateX(-17.5px);
    -webkit-transform:translateX(-17.5px);
}
.mk-button--anim-side .mk-button.mk-button--size-xx-large .mk-button--text {
    transform:translateX(-18px);
    -webkit-transform:translateX(-18px);
}
.mk-button--anim-side .mk-button:hover .mk-button--icon {
    opacity:1;
}
.mk-button--anim-side .mk-button:hover .mk-button--text,
.mk-button--anim-side .mk-button:hover .mk-button--icon {
    transform:translateX(0);
    -webkit-transform:translateX(0);
}
.mk-button--anim-vertical .mk-button .mk-button--icon,
.mk-button--anim-vertical .mk-button .mk-button--icon:before,
.mk-button--anim-vertical .mk-button .mk-button--text {
    position:absolute;
    transition:transform .2s;
    -webkit-transition:-webkit-transform .2s;
    display:flex;
    display:-webkit-flex;
    align-items:center;
    -webkit-align-items:center;
    justify-content:center;
    -webkit-justify-content:center;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
}
.mk-button--anim-vertical .mk-button .mk-button--icon {
    transform:translate3d(0,
    -100%,
    0);
    -webkit-transform:translate3d(0,
    -100%,
    0);
    margin:auto;
}
.mk-button--anim-vertical .mk-svg-icon {
    display:inline-block;
    vertical-align:middle;
}
.mk-button--anim-vertical .mk-button .mk-button--text {
    position:absolute;
    transform:translate3d(0,
    0,
    0);
    -webkit-transform:translate3d(0,
    0,
    0);
}
.mk-button--anim-vertical .mk-button:hover .mk-button--icon {
    transform:translate3d(0,
    0,
    0);
    -webkit-transform:translate3d(0,
    0,
    0);
}
.mk-button--anim-vertical .mk-button:hover .mk-button--text {
    transform:translate3d(0,
    100%,
    0);
    -webkit-transform:translate3d(0,
    100%,
    0);
}
.mk-button--dimension-outline.mk-button--size-small,
.mk-button--dimension-savvy.mk-button--size-small {
    padding:10px 18px;
}
.mk-button--dimension-outline.mk-button--size-medium,
.mk-button--dimension-savvy.mk-button--size-medium {
    padding:12px 24px;
}
.mk-button--dimension-outline.mk-button--size-large,
.mk-button--dimension-savvy.mk-button--size-large {
    padding:18px 28px;
}
.mk-button--dimension-outline.mk-button--size-x-large,
.mk-button--dimension-savvy.mk-button--size-x-large {
    padding:26px 36px;
}
.mk-button--dimension-outline.mk-button--size-xx-large,
.mk-button--dimension-savvy.mk-button--size-xx-large {
    padding:36px 44px;
}
button.mk-button,
input[type="text"].mk-button {
    outline:none;
    background:none;
    line-height:100%;
}
button.mk-button::-moz-focus-inner,
input[type="text"].mk-button::-moz-focus-inner {
    border:none;
}
@media handheld,
only screen and (max-width:767px) {
    .mk-button-container {
        display: block;
        text-align: center;
        width: 100%;
    }
    .mk-button-container .mk-button {
        float: none;
    }
    .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;
    }
    .mk-button-container {
        width: 100%;
        float: none;
    }
}
@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;
    }
}
.mk-button.skin-dark .mk-svg-icon,
.mk-button.skin-light:hover .mk-svg-icon {
    fill:#252525;
}
.mk-button.skin-light .mk-svg-icon,
.mk-button.skin-dark:hover .mk-svg-icon {
    fill:#ffffff;
}
body {
    background-color: #fff
}
.mk-header {
    background-color: #fff
}
.mk-header-bg {
    background-color: #fff
}
.mk-classic-nav-bg {
    background-color: #fff
}
.master-holder-bg {
    background-color: #fff
}
#mk-footer {
    background-color:
}
#mk-boxed-layout {
    -webkit-box-shadow: 0 0 0px rgba(0,
    0,
    0,
    0);
    -moz-box-shadow: 0 0 0px rgba(0,
    0,
    0,
    0);
    box-shadow: 0 0 0px rgba(0,
    0,
    0,
    0)
}
.mk-news-tab .mk-tabs-tabs .is-active a,
.mk-fancy-title.pattern-style span,
.mk-fancy-title.pattern-style.color-gradient span:after,
.page-bg-color {
    background-color: #fff
}
.page-title {
    font-size: 20px;
    color:;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px
}
.page-subtitle {
    font-size: 14px;
    line-height: 100%;
    color:;
    font-size: 14px;
    text-transform: none;
    background-image:url(../../themes/jupiter/assets/stylesheet/fonts/star/);
}
#fancy-title-3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 95%;
    color: #fff;
    text-align: left;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px
}
#fancy-title-3 span {}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-3 {
        text-align: center !important
    }
}
@media handheld,
only screen and (min-width:768px) and (max-width:1024px) {
    #fancy-title-3 {
        font-size: 44px
    }
}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-3 {
        font-size: 34px
    }
}
#fancy-title-4 {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 95%;
    color: #fff;
    text-align: left;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Crimson Text',
    serif;
}
#fancy-title-4 span {}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-4 {
        text-align: center !important
    }
}
@media handheld,
only screen and (max-width:1280px) {
    #fancy-title-4 {
        font-size: 24px
    }
}
@media handheld,
only screen and (min-width:768px) and (max-width:1024px) {
    #fancy-title-4 {
        font-size: 24px
    }
}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-4 {
        font-size: 20px
    }
}
#mk-button-5 {
    margin-bottom: 20px;
    margin-top: 10px;
    margin-right: 0px
}
#mk-button-5 .mk-button {
    display: inline-block;
    max-width: 100%
}
#mk-button-5 .mk-button {
    background-color: #a29061
}
#mk-button-5 .mk-button:hover {
    background-color: #000
}
#mk-button-5 .mk-button:hover .mk-svg-icon {}
.full-width-2 {
    min-height: 600px;
    margin-bottom: 0px;
    background-color: #fff
}
.full-width-2 .page-section-content {
    padding: 10px 0 10px
}
#background-layer--2 {
    ;
    background-position: center center;
    background-repeat: repeat;
}
#background-layer--2 .mk-color-layer {
    ;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.full-width-2 .mk-fancy-title.pattern-style span,
.full-width-2 .mk-blog-view-all {
    background-color: #fff !important
}
#fancy-title-7 {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 95%;
    color: #000;
    text-align: center;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Crimson Text',
    serif;
}
#fancy-title-7 span {}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-7 {
        text-align: center !important
    }
}
@media handheld,
only screen and (max-width:1280px) {
    #fancy-title-7 {
        font-size: 24px
    }
}
@media handheld,
only screen and (min-width:768px) and (max-width:1024px) {
    #fancy-title-7 {
        font-size: 24px
    }
}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-7 {
        font-size: 20px
    }
}
#fancy-title-8 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 95%;
    color: #000;
    text-align: center;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px
}
#fancy-title-8 span {}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-8 {
        text-align: center !important
    }
}
@media handheld,
only screen and (min-width:768px) and (max-width:1024px) {
    #fancy-title-8 {
        font-size: 44px
    }
}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-8 {
        font-size: 34px
    }
}
#text-block-9 {
    margin-bottom: 10px;
    text-align: center
}
#mk-button-10 {
    margin-bottom: 20px;
    margin-top: 0px;
    margin-right: 0px
}
#mk-button-10 .mk-button {
    background-color: #a29061
}
#mk-button-10 .mk-button:hover {
    background-color: #000
}
#mk-button-10 .mk-button:hover .mk-svg-icon {}
#mk-button-11 {
    margin-bottom: 20px;
    margin-top: 0px;
    margin-right: 0px
}
#mk-button-11 .mk-button {
    background-color: #a29061
}
#mk-button-11 .mk-button:hover {
    background-color: #000
}
#mk-button-11 .mk-button:hover .mk-svg-icon {}
.full-width-6 {
    min-height: 680px;
    margin-bottom: 0px;
    background-color: #fff
}
.full-width-6 .page-section-content {
    padding: 200px 0 200px
}
#background-layer--6 {
    ;
    background-position: center center;
    background-repeat: no-repeat;
}
#background-layer--6 .mk-color-layer {
    ;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.full-width-6 .mk-fancy-title.pattern-style span,
.full-width-6 .mk-blog-view-all {
    background-color: #fff !important
}
#fancy-title-13 {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 95%;
    color: #000;
    text-align: center;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px
}
#fancy-title-13 span {}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-13 {
        text-align: center !important
    }
}
@media handheld,
only screen and (max-width:1280px) {
    #fancy-title-13 {
        font-size: 24px
    }
}
@media handheld,
only screen and (min-width:768px) and (max-width:1024px) {
    #fancy-title-13 {
        font-size: 24px
    }
}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-13 {
        font-size: 20px
    }
}
#fancy-title-14 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 95%;
    color: #000;
    text-align: center;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px
}
#fancy-title-14 span {}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-14 {
        text-align: center !important
    }
}
@media handheld,
only screen and (min-width:768px) and (max-width:1024px) {
    #fancy-title-14 {
        font-size: 44px
    }
}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-14 {
        font-size: 34px
    }
}
#text-block-15 {
    margin-bottom: 10px;
    text-align: center
}
#mk-button-16 {
    margin-bottom: 20px;
    margin-top: 0px;
    margin-right: 0px
}
#mk-button-16 .mk-button {
    background-color: #a29061
}
#mk-button-16 .mk-button:hover {
    background-color: #000
}
#mk-button-16 .mk-button:hover .mk-svg-icon {}
#mk-button-17 {
    margin-bottom: 20px;
    margin-top: 0px;
    margin-right: 0px
}
#mk-button-17 .mk-button {
    background-color: #a29061
}
#mk-button-17 .mk-button:hover {
    background-color: #000
}
#mk-button-17 .mk-button:hover .mk-svg-icon {}
.full-width-12 {
    min-height: 900px;
    margin-bottom: 0px
}
.full-width-12 .page-section-content {
    padding: 0px 0 0px
}
#background-layer--12 {
    ;
    background-position: center top;
    background-repeat: no-repeat;
}
#background-layer--12 .mk-color-layer {
    ;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
#padding-19 {
    height: 90px
}
#gallery-loop-20 {
    margin-bottom: 20px;
    margin-top: 24px
}
#gallery-loop-20 .item-holder {
    margin: 0 12px 24px
}
#gallery-loop-20 .image-hover-overlay {}
#gallery-loop-20 .hover-grayscale .image-hover-overlay img {
    filter: url('../../themes/themes/jupiter/assets/images/grayscale.svg')
}
#fancy-title-22 {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 95%;
    color: #000;
    text-align: center;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px
}
#fancy-title-22 span {}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-22 {
        text-align: center !important
    }
}
@media handheld,
only screen and (max-width:1280px) {
    #fancy-title-22 {
        font-size: 24px
    }
}
@media handheld,
only screen and (min-width:768px) and (max-width:1024px) {
    #fancy-title-22 {
        font-size: 24px
    }
}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-22 {
        font-size: 20px
    }
}
#fancy-title-23 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 95%;
    color: #000;
    text-align: center;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px
}
#fancy-title-23 span {}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-23 {
        text-align: center !important
    }
}
@media handheld,
only screen and (min-width:768px) and (max-width:1024px) {
    #fancy-title-23 {
        font-size: 44px
    }
}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-23 {
        font-size: 34px
    }
}
#text-block-24 {
    margin-bottom: 10px;
    text-align: center
}
#mk-button-25 {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px
}
#mk-button-25 .mk-button {
    display: inline-block;
    max-width: 100%
}
#mk-button-25 .mk-button {
    background-color: #a29061
}
#mk-button-25 .mk-button:hover {
    background-color: #000
}
#mk-button-25 .mk-button:hover .mk-svg-icon {}
#box-21 .box-holder {
    background-color: rgba(255,
    255,
    255,
    0.8)
}
#box-21 .box-holder::after,
#box-21.hover-effect-image.image-effect-blur .box-holder::before {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover
}
#box-21 {
    margin-bottom: 20px
}
#box-21 .box-holder {
    min-height: 100px;
    padding: 80px 20px
}
#box-21 .box-holder:hover {
    background-color: #fff
}
.full-width-18 {
    min-height: 600px;
    margin-bottom: 0px
}
.full-width-18 .page-section-content {
    padding: 0px 0 0px
}
#background-layer--18 {
    ;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#background-layer--18 .mk-color-layer {
    ;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
#fancy-title-27 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 125%;
    color: #000;
    text-align: right;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px
}
#fancy-title-27 span {}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-27 {
        text-align: center !important
    }
}
@media handheld,
only screen and (min-width:768px) and (max-width:1024px) {
    #fancy-title-27 {
        font-size: 20px
    }
}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-27 {
        font-size: 15px
    }
}
#fancy-title-28 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 125%;
    color: #a29061;
    text-align: right;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px
}
#fancy-title-28 span {}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-28 {
        text-align: center !important
    }
}
@media handheld,
only screen and (min-width:768px) and (max-width:1024px) {
    #fancy-title-28 {
        font-size: 20px
    }
}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-28 {
        font-size: 15px
    }
}
#padding-29 {
    height: 20px
}
#mk-button-30 {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px
}
#mk-button-30 .mk-button {
    display: inline-block;
    max-width: 100%
}
#mk-button-30 .mk-button {
    background-color: #a29061
}
#mk-button-30 .mk-button:hover {
    background-color: #000
}
#mk-button-30 .mk-button:hover .mk-svg-icon {}
.full-width-26 {
    min-height: 1200px;
    margin-bottom: 0px;
    background-color: #fafafa
}
.full-width-26 .page-section-content {
    padding: 0px 0 0px
}
#background-layer--26 {
    ;
    background-position: center top;
    background-repeat: no-repeat;
}
#background-layer--26 .mk-color-layer {
    ;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.full-width-26 .mk-fancy-title.pattern-style span,
.full-width-26 .mk-blog-view-all {
    background-color: #fafafa !important
}
#fancy-title-32 {
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size: 46px;
    color: #fff;
    text-align: center;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px
}
#fancy-title-32 span {}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-32 {
        text-align: center !important
    }
}
@media handheld,
only screen and (min-width:768px) and (max-width:1024px) {
    #fancy-title-32 {
        font-size: 40px
    }
}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-32 {
        font-size: 25px
    }
}
#fancy-title-33 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 125%;
    color: #a29061;
    text-align: center;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px
}
#fancy-title-33 span {}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-33 {
        text-align: center !important
    }
}
@media handheld,
only screen and (min-width:768px) and (max-width:1024px) {
    #fancy-title-33 {
        font-size: 20px
    }
}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-33 {
        font-size: 15px
    }
}
.full-width-31 {
    min-height: 900px;
    margin-bottom: 0px
}
.full-width-31 .page-section-content {
    padding: 0px 0 0px
}
#background-layer--31 {
    ;
    background-position: center center;
    background-repeat: no-repeat;
}
#background-layer--31 .mk-color-layer {
    ;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
#text-block-35 {
    margin-bottom: 0px;
    text-align: left
}
#padding-36 {
    height: 60px
}
#fancy-title-37 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 30px;
    color: #000;
    text-align: center;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 10px
}
#fancy-title-37 span {}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-37 {
        text-align: center !important
    }
}
@media handheld,
only screen and (min-width:768px) and (max-width:1024px) {
    #fancy-title-37 {
        font-size: 30px
    }
}
@media handheld,
only screen and (max-width:767px) {
    #fancy-title-37 {
        font-size: 25px
    }
}
#mk-button-38 {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px
}
#mk-button-38 .mk-button {
    display: inline-block;
    max-width: 100%
}
#mk-button-38 .mk-button {
    background-color: #a29061
}
#mk-button-38 .mk-button:hover {
    background-color: #000
}
#mk-button-38 .mk-button:hover .mk-svg-icon {}
.full-width-34 {
    min-height: 250px;
    margin-bottom: 0px
}
.full-width-34 .page-section-content {
    padding: 100px 0 100px
}
#background-layer--34 {
    ;
    background-position: center center;
    background-repeat: no-repeat;
}
#background-layer--34 .mk-color-layer {
    ;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.header-style-2 .main-navigation-ul>li.menu-item>a.menu-item-link {
    margin: 0 1.80em 0 0
}
@media handheld,
only screen and (max-width:1139px) {
    .header-logo img {
        padding-left: 30px
    }
}
.mk-classic-menu-wrapper {
    border-top: 1px solid #000
}
.light-skin .mk-classic-menu-wrapper {
    border-top: 1px solid #ccc !important
}
.header-style-2 .main-navigation-ul>li.menu-item>a.menu-item-link {
    padding: 6px 0 !important
}
.header-style-2 .main-navigation-ul>li.menu-item {}
.sub-menu {
    border: 1px solid #E8E8E8
}
.menu-hover-style-5 .main-navigation-ul>li.menu-item>a.menu-item-link:after {
    height: 1px
}
#sub-footer .mk-grid {
    text-align: center
}
.mk-footer-copyright {
    float: none
}
#mk-footer .menu-item,
#mk-footer .textwidget {
    text-transform: uppercase;
    font: 300 12px/17px;
    margin-bottom: 8px;
    letter-spacing: 0.15em
}
#mk-footer .widget_nav_menu ul li a {
    padding: 5px 15px 5px 0
}
#mk-footer .menu .mk-svg-icon {}
.whitetext {
    color: #fff
}
.a-sticky .mk-classic-menu-wrapper {
    border-top: 0px solid #fff
}
.light-skin .mk-header-holder {
    background: transparent;
    background: -moz-linear-gradient(top,
    rgba(0,
    0,
    0,
    0.82) 0%,
    rgba(0,
    0,
    0,
    0.44) 29%,
    transparent 100%);
    background: -webkit-gradient(linear,
    left top,
    left bottom,
    color-stop(0%,
    rgba(0,
    0,
    0,
    0.82)),
    color-stop(29%,
    rgba(0,
    0,
    0,
    0.44)),
    color-stop(100%,
    transparent));
    background: -webkit-linear-gradient(top,
    rgba(0,
    0,
    0,
    0.82) 0%,
    rgba(0,
    0,
    0,
    0.44) 29%,
    transparent 100%);
    background: -o-linear-gradient(top,
    rgba(0,
    0,
    0,
    0.82) 0%,
    rgba(0,
    0,
    0,
    0.44) 29%,
    transparent 100%);
    background: -ms-linear-gradient(top,
    rgba(0,
    0,
    0,
    0.82) 0%,
    rgba(0,
    0,
    0,
    0.44) 29%,
    transparent 100%);
    background: linear-gradient(to bottom,
    rgba(0,
    0,
    0,
    0.82) 0%,
    rgba(0,
    0,
    0,
    0.44) 29%,
    transparent 100%)
}
.whitetext p {
    color: #fff
}
.fancytext p {
    font-size: 19px;
    line-height: 130%
}
.fancyupper p {
    text-transform: uppercase
}
.proxy-text {}
.mk-blog-meta-wrapper {
    display: none
}
@media handheld,
only screen and (max-width:768px) {
    .fancytext p {
        font-size: 14px
    }
}
.widget .post-date {
    display: none
}
.davinesintro {
    background-color: #000;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5em;
    padding: 20px;
}
.widget_nav_menu ul li.current_page_item a,
.widget_product_categories ul li.current_page_item a {
    background-color: #fff;
    font-weight: 400
}
.mk-event-countdown-ul:media( max-width: 750px) li {
    width: 90%;
    display: block;
    margin: 0 auto 15px
}
.mk-process-steps:media( max-width: 960px) ul:before {
    display: none!important
}
.mk-process-steps:media( max-width: 960px) li {
    margin-bottom: 30px!important;
    width: 100%!important;
    text-align: center
}
.mygallery-inner {
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px 0;
}
.myflex {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
}
#social-597901bc2b7cb a {
    opacity: 1 !important;
    color: #000 !important
}
#social-597901bc2b7cb a:hover {
    color: #000 !important
}
#social-597901bc2b7cb a:hover .mk-svg-icon {
    fill: #000 !important
}
#sub-footer a {
    color: #000;
}
#mk-footer {
    background: rgba(0,
    0,
    0,
    0.02);
}
.pageHead {
    font-family: 'Crimson Text',
    serif;
}
#mk-button-7 {
    margin-bottom: 40px;
    margin-top: 0px;
    margin-right: 0px;
}
#mk-button-7 .mk-button {
    background-color: #a29061;
}
#mk-button-7 .mk-button {
    display: inline-block;
    max-width: 100%;
}
.mk-button--dimension-flat.text-color-light {
    color: #ffffff;
}
.mk-button--size-medium {
    padding: 14px 24px;
    font-size: 12px;
    line-height: 100%;
}
.mk-button--corner-pointed,
.mk-button--corner-pointed .double-outline-inside {
    border-radius: 0;
}
.mk-button {
    box-sizing: border-box;
    transition: color .1s ease-in-out,
    background .1s ease-in-out,
    border .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out,
    background .1s ease-in-out,
    border .1s ease-in-out;
}
.no-backface {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#mk-button-7 .mk-button {
    background-color: #a29061;
}
#mk-button-7 .mk-button {
    display: inline-block;
    max-width: 100%;
}
.mk-button--dimension-flat.text-color-light {
    color: #ffffff;
}
#mk-button-7 .mk-button:hover {
    background-color: #000;
}
.min100vh {
    min-height: 100vh;
    padding-top: 20%;
}
#fancy-title-24 {
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size: 46px;
    color: #fff;
    text-align: center;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}
#fancy-title-25 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 125%;
    color: #a29061;
    text-align: center;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}
.servicesDiv {
    margin: 0px 0 30px 0;
    border: 1px solid #ddd;
}
.servicesDiv img {
    margin: 0px auto 20px;
    display: table;
}
.servicesDiv a {
    display: inline-block;
}
#map iframe {
    width: 100%;
    min-height: 400px;
}
.contactform {
    padding: 50px 0;
}
.contactform .input {
    margin: 10px 0;
    display: block;
    width: 100%;
    border: 1px solid #a29061;
    padding: 10px;
    color:#a29061;
    font-size: 15px;
    text-transform: uppercase;
    background: #fff;
}
input[type=number] {
    -moz-appearance:textfield;
}

.submitbtn {
    background-color: #a29061;
    border: none;
    padding: 5px 10px;
    text-transform: uppercase;
    box-shadow: 0px 4px 7px -2px #000;
}
.bgcls{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.homeservices img{
    margin: 20px 0;
}
.mk-text-block p{
    padding: 5px;
}
.logoClass {
    max-width: 240px;
    margin-top: 10px;
}
.mobileMenu{
    display: none;
}
.header-style-2.header-align-left .mk-header-nav-container {
    background-color: rgba(0,0,0,0.2);
}
#menu-main-menu {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    -webkit-align-items: center;
    -o-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.mk-header-right {
    top: 44px;
}
@media(max-width:767px){
    .mobileMenu{
        display: block;
    }
}