
/*RESTYLING MENU*/

.menuBarGeneral {
    width: 100%;
    height: 100px;
    text-align: center;
    background-color: #ffffff;
    z-index: 11;
}

.menuBarGeneral .col-xs-2 {
    margin: 20px auto;
}

.menuBarGeneral .col-xs-1 {
    cursor: pointer;
    padding-top: 40px;
    padding-bottom: 40px;
}

.calloutUp
{
    height: 0;
    width: 0;
    border-bottom: 12px solid #1d1d1d;
    border-left: 12px dashed transparent;
    border-right: 12px dashed transparent;
    /* margin: 0 auto; */
    z-index: 0;
    position: relative;
    top: 5px;
    left: 40px;
}
.calloutUp2
{
    position: relative;
    left: -10px;
    top: 2px;
    height: 0;
    width: 0;
    border-bottom: 10px solid #1d1d1d;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    z-index: 0;
}

.subBar{
    position: relative;
    top: -12px;
    text-align: left;
    /*left: 60%;*/
    width: 100%;
    z-index: 1000;
}

.subBar .submenu {
    /*height: 100%;*/
    text-transform: uppercase;
    background-color: #1d1d1d;
    font-family: 'Source Sans Pro';
}

.submenu {
}

.subBar a {
    color : white;
}

.submenu li {
    display: table;
    padding: 15px;
    cursor: pointer;
    width: 100%;
    color : white;
    background-color: #1d1d1d;
    border-bottom: 1px solid #333;
    height: 48px;
}

.submenu li:hover {
    background-color: #444;
}

.submenu li a {
    text-decoration: none;
    padding-left: 10px;
    font-weight: 600;
    display: block !important;
    width: 445px;
    font-size: 12px;
    letter-spacing: 1px;
    position:absolute;
}
.submenu li img {
    max-height: 12px;
    /* font-weight: 100; */
    float: right;
    margin-top: 5px;
}

.spanMenuBar {
    text-align: left;
    float: left;
    border-left: 1px solid #d6d6d6;
    margin-top: 30px;
    margin-left: 15px;
    padding-left: 10px;
    font-family: 'EniTabReg';
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menuSearchBar {
    background-color: #f0f0f0;
    height: 96px;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 10px;
    position: fixed;
    top: 140px;
    z-index: 1000;
}
.menuSearchBar span {
    float: right;
    margin-right: 40px;
    margin-top: 30px;
    font-family: 'Source Sans Pro';
}
.menuSearchBar input {
    font-style: normal;
    border: none;
    font-size: 12px;
    height: 96px;
    width: 85%;
    font-family: 'Source Sans Pro';
    letter-spacing: 1px;
    font-weight: 600;
    background: #f0f0f0;
    border-bottom: 1px solid #d6d6d6;
}
.menuSearchBar input:focus {
    outline: none;
}
.menuSearchBar img {
    opacity: 0.4;
    max-width: 18px;
    margin-left: 10px;
}

.calloutUpSearch {
    height: 0;
    width: 0;
    border-bottom: 12px solid #f0f0f0;
    border-left: 12px dashed transparent;
    border-right: 12px dashed transparent;
    z-index: 10;
    top: -8px;
    position: absolute;
    right: 40px;
}

.calloutUp2Search {
    position: relative;
    left: -10px;
    top: 2px;
    height: 0;
    width: 0;
    border-bottom: 10px solid #f0f0f0;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    z-index: 11;
}

.headBarAccedi {
    border-bottom: 1px solid #d6d6d6;
    height: 48px!important;
    background-color: #ffffff;
}

.headBarAccedi .col-xs-1 span {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-size: 15px;
    /*border-right: 2px solid;*/
    margin : 0px;
    /*padding-right: 25px;*/
    /*padding-left:20px;*/
    padding-bottom: 5px;
    padding-top: 5px;
    border-color: #F3F3F3;

}

.headBarAccedi .col-xs-1 {
    padding-top: 6px;
    padding-left: 0px;
    padding-right: 0px;;
}
.headBarAccedi .col-xs-1 span a {
    text-decoration: none;
}


.calloutUpAreaPrivata
{
    height: 0;
    width: 0;
    border-bottom: 8px solid #1d1d1d;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    /* right: 0px; */
    z-index: 10;
    margin-left: 46%;
}
.calloutUpAreaprivata2
{
    position: relative;
    left: -10px;
    top: 2px;
    height: 0;
    width: 0;
    border-bottom: 5px solid #1d1d1d;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    z-index: 11;
}

.areaPrivataSubMenu {
    width: 220px;
    z-index: 1000;
}

.areaPrivataDiv {
    text-align: left;
    background-color: #1d1d1d;
    border-bottom: 1px solid #333;
    height: 48px;
    cursor: pointer;
}
.areaPrivataDiv:hover {
    background: #444;
}
.areaPrivataSubMenu div a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 20px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
}
.areaPrivataSubMenu div a img{
    max-height: 12px;
    margin-top: 18px;
    position: absolute;
}


.areaPrivataBtn {
    position: relative;
    width: auto;
    /* max-width: 175px; */
    min-width: 120px;
    line-height: 48px;
    float: right;
    height: 48px;
    background: #FFD300;
    font-family: 'Source Sans Pro';
    cursor:pointer;
    /* padding-top: 2px; */
}
.areaPrivataBtn span {
    margin: 0 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;    
}
.areaPrivataBtn span img {
    margin-bottom: 3px;
    margin-right: 5px;  
}


.richiediCartaBtn {
    float: right;
    position: relative;
    background: #48B24D;
    width: auto;
    line-height: 48px;
    /* max-width: 175px; */
    min-width: 120px;
    height: 48px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Source Sans Pro';
    cursor: pointer;
}
.richiediCartaBtn a {
    color: white;
    text-decoration: none;
    margin: 0 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;    
}
.richiediCartaBtn a span {
    margin:0;
}
.richiediCartaBtn a img {
    margin-bottom: 2px;
    margin-right: 5px;
}
.logoFbBtn {
    width: auto;
    min-width: 60px;
    float: right;
    height: 48px
}
.logoFbBtn img {
    width: 25px;
    margin: 0 20px;
}
.mobfaq {
    border-right: 1px solid #d6d6d6;
    height: 30px;
    margin-top: 10px;
    line-height: 25px;
    width: auto;
    float: right;
    font-weight: 600;
}
.mobfaq a {
    float: left;
    margin: 0 20px;
    text-decoration: none;
    cursor: pointer;
    color: #666666;
}
.mobfaq a:hover {
    color: #1d1d1d;
}

.calloutUpSelectCounty
{
    height: 0;
    width: 0;
    border-bottom: 8px solid #1d1d1d;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    left: 0px;
    top: 0px;
    margin-left: 45%;
    z-index: 10;
}
.calloutUpSelectCounty2
{
    position: relative;
    left: -10px;
    top: 2px;
    height: 0;
    width: 0;
    border-bottom: 8px solid #1d1d1d;
    border-left: 8px dashed transparent;
    border-right: 8px dashed transparent;
    z-index: 11;
}

.selectCountrySubMenu {
    z-index: 100;
}

.selectCountryDiv {
    height: 48px;
    cursor: pointer;
    background-color: #1d1d1d;
    border-bottom: 1px solid #333;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}
.selectCountryDiv:hover {
    background: #444;
}
.selectCountryDivTitle {
    height: 48px;
    background-color: #1d1d1d;
    border-bottom: 1px solid #333;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.selectCountryDiv a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 20px;
}
.selectCountryDivTitle a {
    color: #ffffff;
    opacity: 0.5;
    text-decoration: none;
    margin-left: 20px;
}

.headBarAccediRedirect {
    min-width: 90px;
    max-width: 160px;
    height: 48px;
    width: auto;
    float: left;
    opacity: .5;
    cursor: pointer;
    /* line-height: 20px; */
    /* padding: 2px; */
    /* margin-top: 15px; */
    border-right: 1px solid #d6d6d6;
}
.headBarAccediRedirect:hover {
    opacity: 1;
}

.headBarAccediRedirect a {
    text-decoration: none;
    font-weight: 600;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
}

.headBarAccediRedirect a span {
    margin: 0;
}

/*.headBarAccediRedirect span a {
    text-decoration: none;
}*/

.menuItemGen {
    line-height: 100px;
    /*width: 110px;*/
    padding: 0 15px;
    position: relative;
    float: right;
    cursor: pointer;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: #666666;
    /*opacity: 0.6;*/
    font-weight: 600;
}
.menuItemGen span {
    width: 100px;
    float: right;
}
.menuItemGen:hover{
    opacity: 1;
    color: #1d1d1d;
}

.desktop .allContainerHomePage {
    padding-top: 170px;
}
.mobile .allContainerHomePage {
    padding-top: 130px;
}

.desktop .allContainerHome {
    padding-top: 220px;
}
.desktop .allContainerHome {
    padding-top: 220px;
}

.mobile .allContainerHome {
    padding-top: 98px;
}


/*MENU MOBILE*/

.calloutUpHamburger
{
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 5px solid #1d1d1d;
    border-left: 5px dashed transparent;
    border-right: 5px dashed transparent;
    right: 35px;
    bottom: -1px;
    z-index: 10;
}
.calloutUpHamburger2
{
    position: relative;
    left: -5px;
    top: 1px;
    height: 0;
    width: 0;
    border-bottom: 5px solid #1d1d1d;
    border-left: 5px dashed transparent;
    border-right: 5px dashed transparent;
    z-index: 11;
}

.itemMenuMob {
    display: table;
    padding: 15px;
    cursor: pointer;
    width: 100%;
    color: white;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
}

.aMenuMob {
    text-decoration: none;
    padding-left: 10px;
    font-weight: 600;
    font-size: 12px;
    display: block !important;
    width: 100%;
    letter-spacing: 1px;
}

.aMenuMob img {
    margin-top: 2px;
    max-height: 12px;
    float: right;
}

.container-btn-mobileMenu {
    height: 48px;
}

.btnMobileMenu {
    line-height: 48px;
    height: 100%;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 600;
    /* padding-top: 10px; */
    cursor: pointer;
}
.btnMobileMenu span {
    margin-left: 5px;
    margin-right: 0;
}
.btnMobileMenu img {
    margin-bottom: 3px;
}
.popover.popover-logged {
    background-color: #333;
}

.popover.popover-logged.bottom>.arrow {
    border-bottom-color: #333;
}
.popover.popover-logged.bottom>.arrow:after {
    border-bottom-color: #333;
}

#btnHamburgerNew img {
    width: 20px;
    margin: 30px 10px;
}
#mobileSearchBtn img {
    width: 19px;
    margin: 25px 10px;
}


.mobileSearchBar {
    z-index: 10;
    background-color: #f0f0f0;
    height: 96px;
    border-bottom: 1px solid #d6d6d6;
}

.mobileSearchBar span {
    float: right;
    font-family: 'Source Sans Pro';
    padding: 5px;
}

.mobileSearchBar img {
    opacity: 0.4;
    max-width: 18px;
    margin-left: 5px;
}

.mobileSearchBar input:focus {
    outline: none;
}
.mobileSearchBar input {
    border: none;
    font-size: 12px;
    height: 96px;
    width: 70%;
    font-family: 'Source Sans Pro';
    letter-spacing: 1px;
    font-weight: 600;
    background: #f0f0f0;
}

#ricercatestoMobileButton {
    font-family: 'Source Sans Pro';
    cursor: pointer;
    text-align: center;
    width: 40px;
    padding-top: 40px;
    float: right;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 10px;
}

.slider.head .owl-theme .owl-controls {
    left: 45%;
    margin: 0;
    width: initial;
    text-align: center;
}
.slider.head .owl-theme .owl-controls .owl-page {
    height: 10px;
    width: 10px;
    margin-top: 0px;
    /*    background-color: #ebebeb;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: block;
        float: left;
        height: 14px;
        margin-top: -7px;
        margin-right: 20px;
        width: 14px;
        padding: 2px*/
}
.slider.head .owl-theme .owl-controls .owl-page span {
    /*    width: 10px;
        height: 10px;
        background-color: #333;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: block*/
}
.slider.head .owl-theme .owl-controls .owl-page.active {
    background: #fff;
    /*    height: 26px;
        width: 26px;
        padding: 3px;
        margin-top: -13px;
        background: #ebebeb*/
}
.slider.head .owl-theme .owl-controls .owl-page.active span {
    /*background: blue;*/
    /*    padding: 0;
        display: block;
        width: 19px;
        height: 19px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%*/
}

.menuMobileBtnHead {
    width: 50px;
    float: right;
    height: 100%;
    line-height: 80px;
}

.divCountryGeneral {
    width: 205px;

    margin-left: 230px;
}

/*.divCountryGeneralSub {
    overflow-y: scroll;
}

.divCountryGeneralSub::-webkit-scrollbar { 
    display: none; 
}*/

.menuDropDown {
    right: 0;
    position: absolute;
    height: 0px;
    top: 122px;
    max-height: 800px;
    float: right;
    width: 489px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -14px!important ;
    
}

.menuDropDown::-webkit-scrollbar { 
    display: none; 
}

#ricercatestoButton {
    cursor: pointer;
    text-align: center;
    width: 40px;
    padding-top: 40px;
    float: right;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 30px;
}

.calloutUpdropDown {
    right: 0;
    float: right;
    width: 475px;
    position: absolute;
    top: 110px;
}

.calloutUpSearchMobile {
    height: 0;
    width: 0;
    border-bottom: 12px solid #f0f0f0;
    border-left: 12px dashed transparent;
    border-right: 12px dashed transparent;
    z-index: 10;
    top: -5px;
    position: absolute;
    right: 80px;
}

.calloutUp2SearchMobile {
    position: relative;
    left: -10px;
    top: 2px;
    height: 0;
    width: 0;
    border-bottom: 10px solid #f0f0f0;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    z-index: 11;
}

.countrySelector {
    background: #222;
    border: 1px solid #666;
    color: white;
    /* width: 100px; */
    min-height: 36px!important;
    margin: 0px!important;
    padding: 6px;
    width: 100%;
    max-width: 170px;
    height: 30px;
    -webkit-appearance: none;
    padding-left: 10px;
    cursor: pointer;
}

.ulCountrySelector {
    position: absolute;
    background: #222;
     border: 1px solid; 
    bottom: 35px;
    left: 35px;
    width: 100%;
    max-width: 166px;
    height: auto!important;
     border-color: #666; 
}

.liCountrySelector img{
    width: 24px;
    height: 16px;
}

.liCountrySelector {
    height: 45px; 
    cursor: pointer;
    padding: 10px;
    border-top: 1px solid; 
    margin: 0!important;
    border-color: #666;
}

.liCountrySelector:hover {
    background: #444;
}