.fertagus-menu-mobile {
    color: white !important;
}

    .fertagus-menu-mobile p {
        text-align: left;
        font-size: 1.5em;
    }

    .fertagus-menu-mobile .logobox {
        margin-right: 22px;
        margin-top: 8px;
        position: absolute;
        right: 0;
        top: 0;
        height: 70px;
        width: 70px;
    }


    .fertagus-menu-mobile .mobile-menu .dl-trigger {
        margin: 3px;
    }

.mobile-pane {
    background: #0098D0;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 100vh;
    transform: translateX(-100%);
    overflow: auto;
    overflow-x: hidden;
}

    .mobile-pane ul {
        margin: 0px !important;
    }

.push-content {
    transform: translateX(300px);
    transition: ease transform 0.5s;
}

/*this class is asumed to be on form tag*/
.site-content {
    transition: ease transform 0.5s;
}

/*LANGUAGE BOX*/
.mobile-pane .language-box {
    text-align: right;
    margin-right: 10px;
    margin-top: 20px;
}

    .mobile-pane .language-box a {
        width: 50px;
        border: none;
        color: white;
        font-size: 18px;
        text-decoration: underline;
        padding: 12px;
        display: inline-block;
        text-align: center;
    }

        .mobile-pane .language-box a:hover {
            background-color: #0c72c3;
        }

/*SEARCHBOX*/
.mobile-pane .search-box {
    /*border-radius: 10px;*/
    margin: 10px 14px;
    background: #0098D0;
}

    .mobile-pane .search-box span:first-child {
        display: table-cell;
        width: 89%;
    }

    .mobile-pane .search-box input.NormalTextBox {
        width: 181px;
        height: 32px !important;
        line-height: 32px;
        background-color: white;
        color: #555;
        position: static;
    }

    .mobile-pane .search-box .search {
        position: static;
        display: table-cell;
        width: 32px;
        text-align: center;
        height: 32px;
        line-height: 32px;
        margin-left: -3px;
        vertical-align: middle;
        font-size: 15px;
        color: #ffffff;
        background-color: #50bdad;
        border-radius: 0px !important;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .mobile-pane .search-box .searchInputContainer {
        margin: 0 !important;
        vertical-align: middle;
        display: table-cell;
    }

        .mobile-pane .search-box .searchInputContainer input {
            width: 100%;
        }

a.search:before {
    font-family: FontAwesome;
    content: "\f002";
}

.mobile-pane .searchInputContainer a.dnnSearchBoxClearText {
    top: 0px;
    display: block;
}

.mobile-pane ul.searchSkinObjectPreview {
    display: none;
}


/*List of menu Options*/
.mobile-pane li a,
.mobile-pane li > a:after,
.mobile-pane li.dl-back:after {
    color: white;
    font-weight: 400;
    text-decoration: none;
}

.mobile-pane button,
.mobile-pane button:hover,
.mobile-pane button.dl-active,
.mobile-pane ul {
    background: #043963;
}

.mobile-pane .dl-menuwrapper li a:hover {
    background: #0c72c3;
}

.options-wrapper {
    margin-top: 25px;
}

.fertagus-menu-mobile ul {
    margin-left: 0px;
}

.fertagus-menu-mobile .dl-back {
    background: #1be858;
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .fertagus-menu-mobile {
        display: none;
    }

    #fttopnav {
        display: block;
    }
}

@media only screen and (max-width : 992px) {
    .fertagus-menu-mobile {
        display: block;
        height: 50px;
    }

    #fttopnav {
        display: none;
    }
}

@media only screen and (max-width : 1200px) and (min-width:992px) {
    .logobox a img.absolute-logo {
        padding: 10px;
    }
}
