header .b-menu .b-dropdowns .dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    top: 33px;
    -webkit-transition: all .5s cubic-bezier(.075,.82,.165,1);
    -moz-transition: all .5s cubic-bezier(.075,.82,.165,1);
    -ms-transition: all .5s cubic-bezier(.075,.82,.165,1);
    -o-transition: all .5s cubic-bezier(.075,.82,.165,1);
    transition: all .5s cubic-bezier(.075,.82,.165,1);
}
header .b-menu .b-dropdowns .dropdown .dropdown-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
    -webkit-transition: all .5s cubic-bezier(.075,.82,.165,1);
    -moz-transition: all .5s cubic-bezier(.075,.82,.165,1);
    -ms-transition: all .5s cubic-bezier(.075,.82,.165,1);
    -o-transition: all .5s cubic-bezier(.075,.82,.165,1);
    transition: all .5s cubic-bezier(.075,.82,.165,1);
    padding: 20px;
    background-color: #fff;
    top: 28px;
    left: -20px !important;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .25);
    width: 170px;
}
header .b-menu .b-dropdowns .dropdown .dropdown-content a:not(:last-child) {
    padding-bottom: 5px;
}
header .b-menu .b-dropdowns .dropdown .dropdown-content a {
    color: #000;
}
header .b-menu .b-dropdowns .dropdown .dropdown-content a {
    display: block;
    opacity: 1;
    line-height: 18px;
    -webkit-transition: all .5s cubic-bezier(.075,.82,.165,1);
    -moz-transition: all .5s cubic-bezier(.075,.82,.165,1);
    -ms-transition: all .5s cubic-bezier(.075,.82,.165,1);
    -o-transition: all .5s cubic-bezier(.075,.82,.165,1);
    transition: all .5s cubic-bezier(.075,.82,.165,1);
}
header .b-menu .b-dropdowns .dropdown .dropdown-content a:hover {
    opacity: .6;
    -webkit-transition: all .5s cubic-bezier(.075,.82,.165,1);
    -moz-transition: all .5s cubic-bezier(.075,.82,.165,1);
    -ms-transition: all .5s cubic-bezier(.075,.82,.165,1);
    -o-transition: all .5s cubic-bezier(.075,.82,.165,1);
    transition: all .5s cubic-bezier(.075,.82,.165,1);
}
header .b-menu .b-dropdowns .dropdown > a {
    padding-bottom: 20px;
}
@media (max-width: 1200px) {
    header ul.b-menu {
        display: none;
    }
}