.top_bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 10;
}

.menu_holder {
    position: relative;
    float: left;
    width: 100%;
    background: #3f8bbc;
    color: #fff;
    font-family: 'Lato',  sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    max-height: 47px;
}

.menu_holder .container {
}

.menu .dropdown-toggle i {
    font-size: 20px;
    margin-left: 5px;
    height: 17px;
    float: left;
}

.menu-nav span {
    float: left;
}

.menu_holder .menu .menu-top {
    float: left;
}

.menu_holder .menu .dropdown-menu {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background-color: #3f8bbc;
    min-width: 210px;
}

.menu_holder .menu .submenu {
    margin: 0;
    padding: 0;
}

.menu .submenu li {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 20px 0 20px;
}

.menu_holder .menu .submenu a {
    display: inline-block;
    width: 100%;
    padding: 8px 0 0 0;
    border-top: 1px solid rgba(255,255,255,0.5);
    background: transparent;
    font-size: 12px;
}

.menu_holder .menu .submenu a.first {
    border-top: 0;
}

.menu_holder .menu .submenu li:hover,
.menu_holder .menu .submenu li.active {
    background-color: #23658f;
}

.menu_holder .menu .submenu li img {
    max-width: 14px;
    position: absolute;
    right: 25px;
    top: 0;
}

.menu_holder .menu .submenu li img.img_quem_somos {
    top: 6px;
}

.menu_holder .menu .submenu li img.img_clinicas {
    top: 8px;
}

.menu_holder .menu .submenu li img.img_equipa {
    top: 10px;
    max-width: 25px;
    right: 20px;
}

.menu_holder .menu .submenu li img.img_casos {
    top: 9px;
}

.menu_holder .menu .submenu li img.img_saude {
    top: 8px;
}

.top_header {
    position: relative;
    float: left;
    background: #fff;
    color: #3f8bbc;
    padding: 20px 0;
    width: 100%;
}

.top_header .container {
}

.top_header #logoimg {
    max-width: 108px;
}

.top_header .social_buttons {
    position: relative;
    float: right;
    margin-top: 15px;
}

.top_header .social_buttons .social_btn {
    position: relative;
    float: left;
    margin-left: 10px;
    font-size: 23px;
}

.top_header .block_24h {
    position: relative;
    float: right;
    margin-left: 50px;
    max-width: 275px;
}

.top_header .block_24h .logo_24h {
    position: relative;
    float: left;
    margin-right: 2px;
}

.top_header .block_24h .logo_24h img {
    max-height: 57px;
}

.top_header .block_24h .text {
    position: relative;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 4px;
    padding: 2px 6px;
    min-width: 155px;
}

.top_header .block_24h .text.first {
    margin-top: 4px;
}

.top_header .block_24h .text.last {
    margin-top: 3px;
}

.dropdown-hidden-box {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding-bottom: 17px;
}

.dropdown-hidden-box span.text {
    height: 19px;
}

.dropdown-hidden-box .hidden_box {
    display: none;
    position: absolute;
    top: 37px;
    right: 0;
    width: 200px;
}

.dropdown-hidden-box .hidden_box form input {
    padding-right: 50px;
}

.dropdown-hidden-box .hidden_box form button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.dropdown-hidden-box:hover .hidden_box {
    display: block;
}

/*region MENU TOGGLER*/

/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 30px;
    height: 35px;
    position: relative;
    margin: 0;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 10px;
}

#nav-icon3 span:nth-child(4) {
    top: 20px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*endregion*/

@media screen and (max-width: 1200px) {
    .dropdown-hidden-box .hidden_box {
        right: unset;
        left: 0;
    }

    .menu_holder .menu .submenu {
        margin: 0;
        padding: 0;
        position: relative;
        border: 0;
        width: 100%;

        -webkit-transition: height 0.5s;
        -moz-transition: height 0.5s;
        -ms-transition: height 0.5s;
        -o-transition: height 0.5s;
        transition: height 0.5s;
    }

    .menu .submenu li {
        padding: 0 3px 5px 3px;
    }

    .menu_holder .menu .submenu a {
        padding: 9px 0 0 0;
    }
}

@media screen and (max-width: 700px) {
    .top_header #logoimg {
        max-width: 95px;
    }

    .top_header .block_24h {
        margin-left: 0;
        max-width: 160px;
    }

    .top_header .block_24h .logo_24h {
        display: none;
    }

    .top_header .social_buttons {
        display: none;
    }

    .top_bar {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        margin: auto;
        width: 100%;
        z-index: 1;
        float: left;
    }
}