/* ============================================
            LEFT MENU (MAIN MENU)
   ============================================ */
button#showLeft {
   
}

button.showLeftHamburger {
     position: absolute;
    top: 15px;
    left: 10px;
    display: block;
    padding: 25px 25px;
    cursor: pointer;
    border: none;
    background: url("img/hamburger.png") center no-repeat;
    background-color: #0094c6;
    border-radius: 50px;
}

button#toogle-fullscreen-main {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    padding: 25px 35px;
    cursor: pointer;
    border: none;
    background: url("img/fullscreen.png") center/25px 25px no-repeat;
}

button#closeLeft {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 190px;
    display: block;
    padding: 25px;
    cursor: pointer;
    border: none;
    background: url("img/x-mark.png") center/20px 20px no-repeat;
}

/* ============================================
            RIGHT MENU (LISTINGS MENU)
   ============================================ */
button#showRight {
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: -90px;
    overflow: hidden;
    width: 144px;
    margin-top: -17px;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #afdefa;
    /*color: #ffffff;*/
    border: none;
    background-color: #0d77b6;
    /*background-color: #7b7b7b;*/
}

button#magnifying-glass-show-right {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    padding: 25px 25px;
    cursor: pointer;
    border: none;
    border-radius: 50px;
    background: url("img/search.png") center/25px 25px no-repeat;
    background-color: #0094c6;
}

#cbp-spmenu-s2 #mobile-search {
    display: none;
    margin: 0;
    padding: 3px;
    color: #afdefa;
    background: #0d77b6;
    box-sizing: border-box;
    /*background: #383838;*/
}

    #close-left-menu {
        /* float: left; */
        padding: 20px 20px;
        cursor: pointer;
        border: none;
        box-sizing: border-box;
        background: url("img/x-mark.png") center center/15px 15px no-repeat;
        background-color: transparent;
    }

    #left-menu-search {
        /* float: left; */
        width: 130px;
        color: #ffffff;
        border: none;
        box-sizing: border-box;
        border-bottom: 2px solid #ffffff;
        /*border-bottom: 2px solid #7B7B7B;*/
        background-color: transparent;
    }

    #left-menu-search::-webkit-input-placeholder {
       color: #ffffff;
    }
    #left-menu-search:-moz-placeholder {
       color: #ffffff;
    }
    #left-menu-search::-moz-placeholder {
       color: #ffffff;
    }
    #left-menu-search:-ms-input-placeholder {
       color: #ffffff;
    }

    #clear-search-input {
        /* float: left; */
        padding: 20px 20px;
        cursor: pointer;
        border: none;
        box-sizing: border-box;
        background: url("img/eraser.png") center center/15px 15px no-repeat;
        background-color: transparent;
    }

    .overview.listings li {
        padding: 15px;
        border-bottom: 1px solid #258ecd;
        /*border-bottom: 1px solid #3F3B3B;*/
    }

    .overview.listings li a {
        display: none;
    }

    .overview.listings .listing-text {
        padding-top: 0;
        text-shadow: none;
    }

    .overview.listings .listing-text h3 {
        font-size: 12px;
        padding: 0;
        background-color: transparent;
    }

    .overview.listings .listing-text p {
        font-size: 12px;
        color: #ffffff;
    }

nav.cbp-spmenu .overview a {
    text-decoration: none;
    /*border-bottom: 1px solid #3F3B3B;*/
}

nav.cbp-spmenu .overview a:hover,
nav.cbp-spmenu .overview li:hover {
    background-color: #258ecd;
    /*background-color: #383838;*/
}

nav.cbp-spmenu .overview .no-results {
    color: #ffffff;
}


#blocker {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

    #blocker.blocker-on {
        display: block;
        transition: background 1s ease .3s;
        background: rgba( 0, 0, 0, .5 );
    }

.cbp-spmenu #languages a.activeLang {
    background-color: #258ecd;
    /*background-color: #383838;*/
}

#languages-btn.lang-btn-active {
    border-bottom: none;
}

    #languages {
        display: none;
        transition: display ease .5s;
        border-bottom: 1px solid #258ecd;
        /*border-bottom: 1px solid #3F3B3B;*/
    }

    #languages.langs-opened {
        display: block;
        border-bottom: 1px solid #258ecd;
        /*border-bottom: 1px solid #3F3B3B;*/
    }
        #languages a {
            margin-left: 30px;
            border-top: 1px solid #258ecd;
            /*border-top: 1px solid #3F3B3B;*/
            border-bottom: none;
        }


/* tinyscrollbar style */
.cbp-spmenu { background-color: #47a3da; }
/*.cbp-spmenu { background-color: #7b7b7b; }*/
.cbp-spmenu .viewport {position: relative; overflow: hidden;  height: 100%; }
.cbp-spmenu .overview {position: absolute; top: 0; left: 0;  width: 100%; list-style: none; }
.cbp-spmenu .thumb .end,
.cbp-spmenu .thumb { background-color: #FFFFFF; }
.cbp-spmenu .scrollbar { position: absolute; z-index: 10;  right: 10px; }
/*.cbp-spmenu .track { background-color: #D8EEFD; height: 100%; width:13px; position: relative; padding: 0 1px; }*/
.cbp-spmenu .thumb {position: absolute; top: 0;  display: none; overflow: hidden; width: 3px; height: 20px; cursor: pointer; }
.cbp-spmenu .thumb .end { overflow: hidden; width: 13px; height: 5px; }
.cbp-spmenu .disable{ display: none; }
.noSelect {-webkit-user-select: none; -moz-user-select: none;  user-select: none; -khtml-user-select: none; -o-user-select: none; }

.cbp-spmenu-right {
    /*border-left: 1px solid #3F3B3B;*/
}
.cbp-spmenu-left {
    /*border-right: 1px solid #3F3B3B;*/
}

.cbp-spmenu h3 {
    padding: 26px;
    /*background-color: #383838;*/
}


/*
@media only screen and ( max-width: 1440px ) {
    .cbp-spmenu h3 {
        padding: 26px;
    }
}
*/

/*@media only screen and ( max-width: 1440px ) {*/
    button#showRight {
        display: none;
    }

    #cbp-spmenu-s2 #mobile-search {
        display: block;
        padding: 20px 3px;
    }

    button#magnifying-glass-show-right {
        display: block;
    }

    #cbp-spmenu-s2 .spmenu-header h3 {
        display: none;
    }

    .et-search-form {
        display: none;
    }
/*}*/

@media only screen and ( max-width: 960px ) {
    .cbp-spmenu h3 {
        font-size: 1.6em;
        padding: 11px;
    }

    button#showLeft {
        position: absolute;
        top: 0;
        left: 0;
        padding: 22px 22px;
        background-size: 24px 24px;
    }

    button#toogle-fullscreen-main {
        position: absolute;
        top: 0;
        left: 0;
        padding: 22px 24px;
        background-size: 24px 24px;
    }

    button#closeLeft {
        position: absolute;
        top: 0;
        left: 200px;
        padding: 20px 20px;
        background-size: 15px 15px;
    }

    button#magnifying-glass-show-right {
        position: absolute;
        top: 0;
        right: 0;
        padding: 22px 22px;
        background-size: 24px 24px;
    }

    #cbp-spmenu-s2 #mobile-search {
        padding: 3px;
    }
}
