/*************

HEADER

*************/

header{
    box-shadow: 0px 2px 20px 0px rgba(38, 38, 38, .1);
	z-index: 100;
}
@media only screen and (max-width:1010px){
    header{
        z-index: 100;
    }
}

/** LOGO **/
header .logo img{
    max-width: 230px;
    max-height: 140px;
    transition: max-height .3s;
}
@media only screen and (max-width: 992px) {
	header .logo img {
    	max-width: 180px;
		max-height: 80px;
	}
	header .fl-module-sz_menu .fl-module-content{
		margin-top: -5px;
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 768px) {
    header .logo img {
		margin-top: 5px;
		margin-bottom: 0px;
    }
	.sz_menu .menu-main-container{
		top: 127px;
	}
}


@media only screen and (max-width: 1160px) {
	header .fl-module-sz_menu .fl-module-content{
		margin-left: 0px;
		margin-right: 0px;
	}
}
@media only screen and (max-width: 1100px) {
	header .fl-module-sz_menu .fl-module-content{
		margin-left: 20px;
		margin-right: 20px;
	}
	header .fl-module-content .sz_menu{
		margin-top: 22px;
		transition: all 200ms ease-in-out;
	}
	header.fl-theme-builder-header-shrink .fl-module-content .sz_menu{
		margin-top: 15px;
	}
}

/** SHRINK **/


body header.fl-theme-builder-header-shrink img {
    max-height: 65px!important;
}

/** RESPONSIVE **/

@media only screen and (max-width: 768px){

    .header .fl-col{
        width:50%!important;
        clear:none;
        float:left;
    }
}