﻿#contenitorePLHMenu {
    max-width: 1330px;
    margin: 0 auto;
    border-top:;
    border-bottom: 2px solid #4568dc;
    border-top: 2px solid #4568dc;
}

#PLHMenu {
    /*text-align: center;*/
    margin: 0 auto 0 auto;
    /*border-top: 2px solid #4568dc;*/
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
}

#PLHMenu a, #divMenu_resp a 
{
    font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Bold'  'Chivo Bold'*/ !important;
}

.iconHamburger {
    font-size: 40px;
    color: #4568dc;
    /*font-weight: bold;*/
    cursor: pointer;
}

#divMenu_resp {
    display: none;
    width: 100%;
    text-align: center;
}

#btnMenuresp {
    display: none;
}

.borderGrey {
    border-right: 1px solid #646464;
}

.buttonCerca {
    color:#4568dc;
    font-size: 24px;
    text-shadow: 0 1px 1px #646464;
}
/* Dropdown Button */
.dropbtn, .dropbtnResp {
    color: #0A0A0A /*aet200.1 vecchio colore sotituito #000000*/;
    font-size: 18px;
    /*border: none;*/
    cursor: pointer;
    text-decoration: none;
}

.dropbtn {
    padding-top: 8px;
    padding-bottom: 8px;
}

    .dropbtn span {
        padding-right: 16px;
        padding-left: 16px;
    }

.dropbtnResp {
    padding: 2px;
}

    .dropbtn:hover, .dropbtnResp:hover {
        text-decoration: none;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown, .dropdownResp {
    position: relative;
    color: #0A0A0A /*aet200.1 vecchio colore sotituito #000000*/;
    font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Bold'  'Chivo Bold'*/ !important;
    font-size: 20px;
    /*letter-spacing: 0.06em;*/
    cursor: pointer;
    text-shadow: 0 1px 0 #ffffff;
}

.dropdown {
    display: inline-block;
    margin: 15px 0 11px 0; /*20px 5px 0 5px;*/
}

    .dropdown:last-child .dropbtn .borderGrey {
        border-right: none;
    }

.dropdownResp {
    display: block;
    margin-top: 10px;
    border-bottom: 1px solid #4568dc;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content, .dropdownResp-content {
    display: none;
    font-size: 16px;
    /*letter-spacing: 0.06em;*/
    font-weight: normal !important;
    font-variant: normal;
    color: #0A0A0A /*aet200.1 vecchio colore sotituito #000000*/;
    border-bottom: 1px dotted #fff;
}

.dropdown-content {
    background-color: #f9f9f9;
    min-width: 160px;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 200;
    text-align: left;
}

.dropdownResp-content {
    width: 100%;
    position: relative;
    text-align: center;
}

    /* Links inside the dropdown */
    .dropdown-content a, .dropdownResp-content a {
        text-decoration: none;
        display: block;
        border-bottom: 1px dotted #fff;
    }

.dropdown-content a {
    padding: 12px 16px;
}

.dropdownResp-content a {
    padding: 6px 16px;
}

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover, .dropdownResp-content a:hover {
        background-color: #f1f1f1;
        color: #4568dc;
    }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    color: #4568dc;
    text-shadow: 1px 1px 0 #ffffff;
}

/*inizio SOTTO-SOTTOMENU*/
.dropdownsubmenu, .dropdownsubmenuResp {
    position: relative;
    color: #0A0A0A /*aet200.1 vecchio colore sotituito #000000*/;
    font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Bold'  'Chivo Bold'*/ !important;
    /*letter-spacing: 0.06em;*/
    cursor: pointer;
    text-shadow: 0 1px 0 #ffffff;
}

.dropdownsubmenuResp {
    display: block;
    /*margin-top: 10px;
    border-bottom: 1px solid #ff9a02;*/
}
/* Show the dropdown menu on hover */
.dropdownsubmenu:hover .dropdownsubmenu-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdownsubmenu:hover .dropsubmenubtn {
    color: #4568dc;
    text-shadow: 1px 1px 0 #ffffff;
}

.dropdownsubmenu-content, .dropdownsubmenuResp-content {
    display: none;
    font-size: 16px;
    /*letter-spacing: 0.06em;*/
    font-weight: normal !important;
    font-variant: normal;
    color: #0A0A0A /*aet200.1 vecchio colore sotituito #000000*/;
    border-bottom: 1px dotted #fff;
}

.dropdownsubmenu-content {
    background-color: #f9f9f9;
    min-width: 200px; /*160px*/
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 200;
    text-align: left;
    margin-left: 40px;	/* 30px */
}

.dropdownsubmenuResp-content {
    width: 100%;
    position: relative;
    text-align: center;
}

.dropdownsubmenu-content a {
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #fff;
    padding: 12px 16px;
}

.dropsubmenubtn, .dropsubmenubtnResp {
    padding-top: 8px;
    padding-bottom: 8px;
}
/*fine SOTTO-SOTTOMENU*/

.iconUserConnected {
    color: #4568dc;
    font-size: 1.2em;
}

@media screen and (max-width: 1040px) {
    /*.dropdown
    {
        font-weight:bold;
    }*/
}

@media screen and (max-width: 830px) {
    .dropbtn {
        font-size: 14px;
    }
}

@media screen and (max-width: 785px) {
    /*#logoMenu
    {
        -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
        padding: 3px;
        float:left;
        margin: 0 5px 0 0;
    }
    #logoMenu img
    {
        height: 48px;
        width: auto;
    }*/
    #PLHMenu /*#divMenu*/ {
        display: none;
    }

    #divMenu_resp /*#*/ {
        display: table;
    }

    #btnMenuresp {
        display: table;
        float: left;
        padding: 6px 0 0 0;
    }
}

@media screen and (max-width: 750px) {
    #PLHMenu /*#divMenu*/ {
        display: none;
    }

    #divMenu_resp /*#*/ {
        display: table;
    }
}
