/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/

.tekst-wit p, .tekst-wit span, .tekst-wit {
	color: white !important;
}

/*menu header*/
li#menu-item-6543 a {
    background-color: #8dd0d3a8;
    color: #ffffff;
}


/*image mapper*/
.imgl-view.imgl-theme-dots .imgl-popover .imgl-content, .imgl-view.imgl-theme-dots .imgl-popover.imgl-close .imgl-content {
    padding: 5px 7px 5px 7px !important;
}

.imgl-view.imgl-theme-dots .imgl-hotspots .imgl-hotspot {
    background: #83c4c2 !important;
	border: 2px solid #fff !important; 
}

.imgl-view.imgl-theme-dots .imgl-popover {
    background-color: rgba(107, 107, 107, 0.72) !important;
    border: none !important;
}

/*testimonials*/
.mk-testimonial.modern-style .mk-testimonial-content {
    padding: 20px;
    border: 1px solid rgba(0,0,0,.05);
    background-color: transparent !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border-radius: 3px;
}

.mk-testimonial.modern-style .mk-testimonial-content:before {
    border: 0px !important;
    background-color: transparent !important;
}

/*btn resp-left*/
@media handheld, only screen and (max-width: 767px)
{    .btn-resp-left{
    display: block;
    text-align: left !important;
    width: 100%;
}
}