﻿@media only screen and (min-width: 1200px) {
    #get-header {
        position: initial !important;
	margin-bottom: 30px;
    }
    .space-top-section {
        padding-top: 0 !important;
    }
}

header .ctn-main-menu .content-menu-right {
    padding-top: 0px;
    width: 50px;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s;
}

.open-nav {
    height: 150px!important;
    transition:all  0.5s;
}


.dropper li {
    margin: 0px 0px !important;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px !important;
}
.dropper {
    transition: all 0.5s;
    color: #7a6b6a;
}

.drop-default-display {
    display: none;
    background-color: transparent;
   
}

#langs > li > a{
    color:black!important!important;
}

#langs > li {
    
    border-bottom: none !important;
}

.highlight .drop-default-display li {
    border-top: 1px solid #e8e8e8;
}

#langs > li:hover {
    border-bottom: none !important;
    background-color: #f1f1f1;
    transition: all 0.1s;
}

.before-highlight {
    background-color: transparent;
    border-radius: 5px;
    transition: all 2.5s !important;
    border: 1px solid transparent;
}

.highlight {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
   
    transition: all 0.5s;
}

    .highlight ul {
        background-color: white;
    }

        .highlight ul:first-child {
            background-color: #ffd400;
        }