body.et-fb:not(.single-et_pb_layout) .diana_overlays_popup5,
body:not(.et-fb) .diana_overlays_popup5 {
    display: none;
}

body.et-fb .diana_overlays_popup5 {
    position: relative !important;
}

body .diana_overlays_popup5 .et_pb_search input.et_pb_searchsubmit:hover{
    background-color: #e1cd4c !important;
}




body.ie #page-container .diana_overlays_popup5 .et_pb_search input.et_pb_s{
    font-size: 21px !important;
    color: #ffffff!important;
}

body .diana_overlays_popup5 .et_pb_button_module_wrapper{
    transform: translate(0,-20px);
    opacity: 0;
    transition: 0.3s;
}

body .diana_overlays_popup5.opened .et_pb_button_module_wrapper{
    transform: translate(0,0);
    opacity: 1;
}

body .diana_overlays_popup5 .et_pb_search{
    transform: scale(0.4);
    opacity: 0;
    transition: 0.4s;
}

body .diana_overlays_popup5.opened .et_pb_search{
    transform: scale(1);
    opacity: 1;
}



/*Responsive*/

@media only screen and (max-width: 1390px) {
    .diana_overlays_popup5{
        height: 100%!important;
        overflow: scroll !important;
    }
    .diana_overlays_popup5 .et_pb_row{
        width: 90% !important;
    }
}
@media only screen and (max-width: 980px) {
    body .diana_overlays_popup5 .et_pb_search input.et_pb_searchsubmit{
        margin-top: 40px !important;
    }
}