.site-header {
    /* background-color: #fafafa; */
    position: relative;
    background: #000;
    background:linear-gradient(91deg, #000 10%, #252525 20%,#353535 30%, #404040 40%, #4A4A4A 50%, #404040 55%,#353535 65%, #252525 75%,#000 90%);
    height: 100px;
    /* background-size: contain; */
    position: fixed;
    z-index: 7;
    width: 100%;
    top: 0;
        /* background-position-x: 100%; */
    box-shadow: 0 0 8px #000;
}
.site-header-before {
     height: 150px;
}
.site-content-contain {
    margin-top: 160px;
}

@media screen and (min-width: 48em) {
    .site-navigation-fixed.navigation-top {
        top: 120px;
    }
    #site-navigation ul {
        margin-left:2%;
    }
}
.navigation-top {
    background:transparent!important;
    border-bottom:none;
    border-top:none;
    top: 80px;
}
.navigation-top .wrap {
    padding: 0;
    margin: 0;
}


#title-descr {
    margin-top:20px;
}
.site-title a {
  color: #4694fc  !important; 
  text-shadow: 0 0 0px #4694fc , 0 0 2px #4694fc ,0 0 4px #4694fc, 0 0 5px #4694fc; /*0 0 0px #2f88ff , 0 0 3px #2f88ff , 0 0 6px #2f88ff;*/
  font-weight: normal;
}
.site-title {
    font-size: 0.9em;
}



  
.menu-toggle {
    background-color: rgba(255,255,255,0.6);
    margin: 1px 2% 2px;
}

.navigation-top .sub-menu a {
  color: #555;
}
/*---------------------------------------*/


.panel-content .wrap {
    padding:0!important;
    margin:auto!important;
    width:100%;
}

#wrap-slider {
    margin-top:118px;
}

.navigation-top a {
    color: #bbb;
}

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #eee;
}

#logo {
    width: 46px;
    height: 46px;
	margin-left:10px;
}

h1 {
	display:inline-block;
}
h1 a {
    margin-left:5px;
}

img#logobubble {
    width: 86px;
    margin-top: 20px;
    position: relative;
}

.menu-toggle {
  margin-top: -97px !important;
}

.main-navigation a:hover, .main-navigation .current_page_item a {
  color: #2f88ff;
}

.toggled-on .menu-toggle + .menu-menu-principal-container .current_page_item a {
  color: #2f88ff;
}

footer {
    background: #404040!important;
}