/*
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/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/


.mk-header-toolbar-holder
{
    float:right;
}

.mk-header-toolbar
{
    line-height: 30px;
}

.header-style-1.header-align-left .header-logo img
{
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
}

.tp-parallax-wrap
{
    left:0px !important;
}

.mk-dashboard-trigger .mk-css-icon-menu
{
    display:none;
}

.a-sticky .mk-header-bg
{
    background:none;
}

#ssb-btn-0
{
    border-radius: 15px 0px 0px 15px;
}

.fit-logo-img a img
{
    max-height: 150px;
}

.header-logo img
{
    top: 67px;
}

.a-sticky .mk-header-bg

{
    background:#fff
    
}

.botonaranja
{
margin-top: 20px;
}

@media (max-width: 600px) {

.header-style-1.header-align-left .header-logo img
{
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
}

.header-logo img
{
    top: 35px;
}

.fit-logo-img a img
{
    max-height: 100px;
}
}

.mk-box-icon-2 .mk-box-icon-2-content
    {
        font-size: 14px;
    }