[data-cattype="70511"] h1 img{padding:8px 0; text-align:center;}

[data-cattype="70511"]#header a[href="#nav"]::before{
    background:#000277;
    padding: 15px;
}

[data-cattype="70511"]#header a[href="#nav"]::before{margin:0 !important;}

[data-cattype="70511"] .wrapper_searchbar {
    position: inherit;
    text-align: right;
    right: 0;
    display: inline-block;
    vertical-align: top;
    margin: 12px 0px;
}

[data-cattype="70511"] .sec-logo {
    width: 82px;
    vertical-align: middle;
}

[data-cattype="70511"] .wrapper_searchbar form#formSearch {
    position: relative;
    min-width: 33px;
    height: 32px;
    background: rgba(255, 255, 255, 0);
    margin-left: 0 0 0 7px;
    color: #fff;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

[data-cattype="70511"] form {
    margin: 0px;
}

[data-cattype="70511"] .wrapper_searchbar input[type="search"] {
    background: #808080;
    border: none;
    color: #000;
    padding: 5px 22px 0px 0px;
    margin: 0px;
    width: 27px;
    height: 33px;
    opacity: 0;
    z-index: 1;
    top: 0px;
    right: 0;
    position: absolute;
    cursor: pointer;
    
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
[data-cattype="70511"] .wrapper_searchbar input[type="search"]:hover,
[data-cattype="70511"] .wrapper_searchbar input[type="search"]:focus{
    width: 150px;
    height: 33px;
    padding: 3px 20px 0px 10px;
    background-color: #fff;
    border: #e2e2e2 1px solid;
    opacity: 1;
    top: 0px;
    right: 0;
    position: absolute;
}

[data-cattype="70511"] .wrapper_searchbar form#formSearch .fa.fa-search {
    position: absolute;
    left: 0;
    top: 9px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    z-index: 0;
    font-size: 19px;
    color: #000;
}

@media (max-width: 991px){
    [data-cattype="70511"] {
    position: relative !important;
    }
}