{% set mainBlue = '#0B6DB6' %}
{% set mainOrange = '#F38B6B' %}
/* DESKTOP */

.cta-niota {
  display: inline-block;
    float: right;
    padding-left: 10px;
  line-height: 55px;
}
.desktop_nav_wrapper{
	height: 80px;
 background: #0B6DB6; 
/*     border-bottom: 2px rgba(255, 255, 255, .3) solid; */
	    
    width: 100%;
/* 	    z-index: 1; */
	    z-index: 999999;
}
.desktop_nav_wrapper.color_show {
    background: #0B6DB6;
    line-height: 50px;
    transition: .4s all ease-in-out;
    top: 0;
}
.desktop_nav_wrapper a.logo_link > img {
    height: 42px;
  padding-top: 20px;
}
.desktop_nav_wrapper a.logo_link {
     display: inline-flex;
    height: 55px;
    align-items: center;
    
}








.bg_ul_wrapper_2ndlayer {
    position: absolute;
    background: #0B6DB6;
    width: 100%;
    left: 0;
	
}











































