.offcanvas_after_menu{
    display: none;
}

.fb_link:before{
    content: "\f09a";
    font-family: FontAwesome;
    font-style: normal;
    margin: 0 20px 0 0;
}

.insta_link:before{
    content: "\f16d";
    font-family: FontAwesome;
    font-style: normal;
    margin: 0 15px 0 0;
}

a{
    font-family: Nunito, sans-serif!important;
}

.logorow > .sparky_container > .sparky_cell.mp_logo{
    padding: 5px;
    text-align: center;
    width: 20%!important;
}

.logorow > .sparky_container > .sparky_cell {
    padding: 30px 15px;
}

.logorow .sparky_container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.row-fluid [class*="span"]:nth-child(4n) {
    margin-left: 0;
}

.gmap_route_style .item-image{
    position: relative;
    margin-bottom: 20px;
}

.gmap_route_style .gmapRouteButton{
    position: absolute;
    top: 165px;
    right: 15px;
    height: 50px;
    width: 50px;
    background: url(../images/icons/gmap.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 0 5px #424242;
    transition: all 0.3s;
    cursor: pointer;
}

.sparky_home .gmap_route_style .items-row .item-image:hover, .home-2 .gmap_route_style .items-row .item-image:hover {
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
    transition: all 0.3s;
}

.sparky_home .gmap_route_style .items-row .item-image:hover .gmapRouteButton, .home-2 .gmap_route_style .items-row .item-image:hover .gmapRouteButton{
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
    transition: all 0.3s;
}

.hot_swipe_carousel_slides .contents{
    text-shadow: 0px 0px 15px #000, 0px 0px 10px #000, 0px 0px 20px #000;
}

.sparky_home .logorow, .home-2 .logorow {
    background: rgba(0,0,0,.6);
}

div.mod-languages ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

div.mod-languages ul li{
    display: flex;
}

div.mod-languages ul li a{
    color: #ffffff;
    font-size: 14px;
    line-height: 2.5;
    font-family: 'Nunito',sans-serif;
    font-style: normal;
    text-align: center;
    text-decoration: none;
}

div.mod-languages ul li a:hover,
div.mod-languages ul li.lang-active a{
    color: #29c76b;
}

.review .team p{
    text-align: center;
}

.review .team .review-text{
    font-size: 14px;
}

.review .team img{
    border-radius: 0;
}

.review .team i {
    font-family: FontAwesome;
    font-style: normal;
    margin: 0 10px;
}

.sparky_container > .sparky_cell.mp_bottom2{
    float: right;
    min-width: 20%;
}

@media (max-width: 768px){
    .sparky_home .logorow, .home-2 .logorow{
        position: absolute;
    }
}

@media (max-width: 480px) {

    h1, h2{
        font-size: 30px;
    }

    .sparky_home .logorow, .home-2 .logorow{
        position: relative;
    }

    .flickity-prev-next-button,
    .flickity-prev-next-button{
        display: none;
    }

    .hot_swipe_carousel_slides .contents{
        margin-bottom: 40px;
    }
    .flickity-page-dots{
        bottom: 10px!important;
        text-align: center!important;
    }

    .moduletable.lang-switch{
        position: absolute;
        top: 7px;
        right: 10px;
    }
    .one .mp_topmenu, .one .mp_offcanvasmenu {
        position: absolute;
        top: 75px;
        right: 0;
    }
    .mp_logo{
        position: absolute;
        top: 40px;
        left: 0;
    }
    .logorow .sparky_container{
        position: relative;
        height: 130px;
    }
    .mp_empty0,
    .mp_empty1,
    .mp_empty2{
        display: none;
    }
    .sparky_home .logorow, .home-2 .logorow {
        background: #141414;
    }
    .logorow > .sparky_container > .sparky_cell.mp_logo{
        padding: 5px;
        text-align: center;
        width: auto!important;
    }
    .logorow > .sparky_container > .sparky_cell {
        padding: 5px;
    }
    
    .pricingrow .sparky_cell{
        padding: 10px 0;
    }

    h3{
        font-size: 28px;
        line-height: 1.2;
        font-weight: 700;
    }

    .sparky_home .items-row, .home-2 .items-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gmap_route_style .gmapRouteButton {
        top: 130px;
    }
}

.margin_top_30{
    margin-top: 30px;
}

.all_comments{
    text-align: center;
}

a.zoom{
    display: inline-block!important;
}
a.zoom:after{
    position: relative;
    z-index: 1;
}
a.thumbnail{

}
a.thumbnail:hover,
a.thumbnail:focus{
    border-color: #29c76b;
    box-shadow: none;
}