#fancybox-loading div {
    left: 15px !important;
}
.mk-header, #mk-footer {
    margin: 30px 0;
}
.mk-header {
    border-bottom: 3px solid #2196F3;
}
#mk-header-searchform span .text-input {
    background: white;
}
#mk-header-searchform .text-input {
    color: #444 !important;
}
.mk-header .header-logo a img {
    max-width: 750px;
}
.header-style-2 .mk-header-nav-container {
    border-top: 0;
}
.menu-hover-style-3 .main-navigation-ul > li.menu-item > a.menu-item-link:before {
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    content: "";
    left: 50%;
    top: 50%;
    width: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    height: 0;
    background: rgb(33, 150, 243);
    /* border-radius: 100%; */
    z-index: -1;
    opacity: 0;
}
.menu-hover-style-3 .main-navigation-ul > li.menu-item > a.menu-item-link:hover:before {
    opacity: 1;
    width: 100%;
    padding-bottom: 50px;
    margin-top: -25px;
    margin-left: -50%;
}
.menu-hover-style-3 .main-navigation-ul > li.menu-item > a.menu-item-link:hover, .menu-hover-style-3 .main-navigation-ul > li.menu-item:hover > a.menu-item-link, .menu-hover-style-3.mk-vm-menuwrapper li > a:hover, .menu-hover-style-3.mk-vm-menuwrapper li:hover > a {
    border: 0 !important;  
}
.menu-hover-style-3 .main-navigation-ul>li.menu-item>a {
    border: 0 !important;
}
.menu-hover-style-3 .main-navigation-ul > li.menu-item > a.menu-item-link:hover {
    color: white;
}
.menu-hover-style-3 .main-navigation-ul > li.menu-item > a.menu-item-link {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.menu-hover-style-3 .main-navigation-ul > li.current-menu-item > a.menu-item-link {
    border: 0;
    background-color: transparent;
    color: #444444;
}
.menu-hover-style-3 .main-navigation-ul > li.current-menu-item > a.menu-item-link:before {
    opacity: 1;
    width: 60%;
    padding-bottom: 3px;
    margin-top: 10px;
    margin-left: -30%;
}
.menu-hover-style-3 .main-navigation-ul > li.menu-item > a.menu-item-link:focus:before {
    opacity: 1;
    width: 60%;
    padding-bottom: 3px;
    margin-top: 10px;
    margin-left: -30%;
}
.menu-hover-style-3 .main-navigation-ul > li.menu-item > a.menu-item-link:focus {
    border: 0;
    background-color: transparent;
    color: #444444;
}
.header-style-2 .menu-hover-style-3 .main-navigation-ul>li.menu-item {
    line-height: 60px;
}
@media handheld, only screen and (max-width: 780px) {
.mk-header .header-logo img {
    max-width: 80% !important;
}
}
.mk-nav-responsive-link {
    z-index: 99999;
}
.mk-blog-meta-wrapper {
    display: none;
}
#fancybox-title {
    display: none !important;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
    background: #DCDCDC;
}
#mk-footer .footer-wrapper {
    padding-bottom: 0;
}
.gallery {
    box-shadow: 0 0 15px 0px grey;
    border: 2px solid #2196F3;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 30px auto !important;
}
.gallery img {
    border: 0 !important;
    box-shadow: 0 0 10px 0px gray;
    max-width: 100%;
    height: auto;
}
.mk-flexslider .mk-flex-slides {
    max-height: 400px;
    overflow: hidden;
}
.mk-flexslider .mk-flex-slides img {
    height: auto;
    max-width: 1100px;
}
#slider {
    max-width: 1100px;
    margin: auto;
    border: 0;
    box-shadow: 0 0 15px -3px black;
}
.widget_posts_lists ul li .post-list-thumb {
    width: 50px;
    border-radius: 100%;
    box-shadow: 0 0 10px -3px black;
    margin: 0 5px;
}
.widget_posts_lists ul li .post-list-info {
    margin: 0 10px 5px 70px;
}
/* Modal Home */
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog.open {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 900px;
    max-width: 100%;
    position: relative;
    margin: 2% auto;
    padding: 0;
    background: #fff;
    border-bottom: 3px solid #2196F3;
    max-height: 80%;
    overflow-y: scroll;
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 24px;
    font-weight: bold;
}
.close:hover {
    background: #2196F3;
  	color: white;
}
.modalDialog .gallery img {
    width: 120px;
}
.modalDialog .gallery {
    box-shadow: none;
    border: 0;
    padding: 20;
    margin: 0 auto !important;
}
.modalDialog h2 {
    margin: 20px 0 0 20px;
}
.mk-love-this {
    display: none;
}
#cookieChoiceInfo {
    background-color: rgba(255, 255, 255, 0.9) !important;
}