/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29/jul/2017, 19:24:10
    Author     : cbrag
*/

.header_menu_container {
    max-width: 1170px;
}
.header_menu_container ul{
    padding: 0;
}
ul.header_menu_items_container li {
    list-style: none;
    /* background: rgba(0, 0, 0, 0.35); */
    padding: 12px 18px;
    transition: .15s all linear;
    cursor: pointer;
    outline: none;
}
ul.header_menu_items_container li:hover {
    background: rgba(51, 51, 51, 0.65);
}
ul.header_menu_items_container li:hover ul {
    height: inherit;
}
ul.header_menu_items_container li ul li {
    width: 100%;
    height: 125px;
    background: transparent;
    padding: 30px 40px;
    outline: none;
}
ul.header_menu_items_container li ul li:hover {
    background: rgba(51, 51, 51, 0.65);
    cursor: pointer;
}
ul.header_menu_items_container li ul li a.menu_drop_item_link {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
ul.header_menu_items_container li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
ul.header_menu_items_container li ul {
    height: 0;
    overflow: hidden;
    width: 100vw;
    max-width: 1170px;
    position: absolute;
    right: 0;
    top: 77px;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
}


nav.header_menu_wrapper {
    display: block;
    padding: 1;
    margin: -1px 0;
}
.header_menu_container ul {
    padding: 0;
    line-height: 53px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}