/*sp header*/
.header-blk .h-col1.zidx{
    z-index:99;
}
.h-mobile{
    z-index:9991;
}


/*search menu*/

.header-blk .h-col2 .menu{
    opacity: 1;
    max-width:100%;
    max-height:100%;
    visibility: visible;
    transition: opacity 0.3s linear 0.3s,
                visibility 0s linear 0.3s,
                max-width 0s linear 0.3s ,
                max-height 0s linear 0.3s ,
                margin  0s linear 0.3s;
}

body.srh-active .header-blk .h-col2 .menu{
    opacity: 0;
    max-width: 0px;
    max-height: 0px;
    margin: 0px;
    visibility: hidden;
    transition: opacity 0.3s linear,
                visibility 0s linear 0.3s,
                max-width 0s linear 0.3s ,
                max-height 0s linear 0.3s ,
                margin  0s linear 0.3s;
}

.header-blk .h-col2 .menu li{
    transition:all 0s linear
}

body.srh-active .header-blk .h-col2 .menu li{
    transform: scale(0.9);
    transition:all 0.3s linear;
}


.header-blk .h-col2 .menu > li > ul{
    display:none;
    position:absolute;
    left:-15px;
    top:100%;
    padding: 0;
    text-align: left;
    min-width:calc(100% + 30px);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.27);
       -moz-box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.27);
            box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.27);
}

body.ie .header-blk .h-col2 .menu > li > ul{
    margin-top:20px;
    top:auto;
}

/*.header-blk .h-col2 ul.menu > li.active > ul{
    display:block;
}*/

.header-blk .h-col2 ul.menu > li > ul > li{
    background: #2e3438;
    display: block;
    /*padding: 15px;*/
    border-bottom: 1px solid #464c51;
    cursor:pointer;
    transition: all 0.3s ease-out;
}


.header-blk .h-col2 ul.menu > li > ul > li:hover{
    background:#181c1f;
}

.header-blk .h-col2 ul.menu > li > ul > li.sub-menu{
    background: #99cc33;
}
.header-blk .h-col2 ul.menu > li > ul > li.sub-menu a{
   color:#333;
}

/*.header-blk .h-col2 ul.menu > li > ul > li.sub-menu a:hover{
   color:#333!important;
}*/


.header-blk .h-col2 ul.menu > li > ul > li > a{
    display:inline-block;
    white-space: nowrap;
    color:#fff;
    padding: 15px;
    width:100%;
    font-weight: normal;
    text-decoration: none;
    outline: 0;
    transition: 0s;
    font-weight:bold;
}

/*.header-blk .h-col2 ul.menu > li > ul > li:hover > a{
    color:#fff;
}*/


.header-blk .h-col2 .search-menu{
    position:absolute;
    left:10%;
    top:0px;
    max-width: 0px;
    height: 200%;
    width:110%;
    font-size:0px;
    opacity: 0;
    font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    visibility: hidden;
    transition: max-width 0s linear 0.3s,
                opacity 0.3s linear 0s,
                visibility 0s linear 0.3s,
                left 0.3s linear 0s;
}

body.srh-active .header-blk .h-col2 .search-menu{
    left:0%;
    max-width: 150%;
    opacity: 1;
    visibility: visible;
    transition: max-width 0s linear 0.3s,
                opacity 0.3s linear 0.3s,
                visibility 0s linear 0.3s,
                left 0.3s linear 0.3s;
}


.search-menu .search-r{
    margin-left:2%;
    padding: 0 0 0 3%;
    width:93%;
    height:100%;
    font-size:15px;
    text-align: left;
}

.search-item{
    display:inline-block;
    height:50%;
}

.search-menu .search-item:first-child{
    width:100%;
}

.search-menu .search-item:nth-child(2){
    width:51%;
    height:100%;
    position: absolute;
}

.search-r.up{
    background: #063;
    color:#fff;
}

.search-menu .search-r.down{
    background: #e5e5e5;
    max-height: 0px;
    color:#000;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0s linear 0.3s,
                visibility 0s linear 0.3s;
    text-align: left;
}

body.srh-active .header-blk .h-col2 .search-r.down{
    max-height: 100px;
    visibility: visible;
    transition: max-height 0.5s linear 0.6s,
                visibility 0s linear 0.6s;
}

.search-item .search-r.up form{
    height:100%;
}

.search-item .search-bar{
	-webkit-appearance: none;
    min-height:30px;
    width:calc(100% - 25px);
    height:100%;
    font-size:15px;
    background: transparent;
    border: 0px transparent;
    outline: 0px transparent; 
    line-height: 2;
    color:#fff;
}

.search-item .close{
    cursor: pointer;
}

.search-menu .search-item .close{
    width:40%;
    height:50%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear,
                visibility 0s linear 0.3s;
}

body.srh-active .header-blk .h-col2 .search-menu .search-item .close{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s linear 0.8s,
                visibility 0s linear 0.8s;
}

.search-menu .close img{ 
    position: absolute;
    top:calc(50% - 6px);
    left:calc(50% - 6.5px);
}


.search-menu .search-item .search-btn{
    display:table;
    position:absolute;
    top:calc(50% - 7.5px);
    left:93%;
    height:100%;
    
}

.search-menu .search-item .down .type{
    line-height: 2;
    display: inline-table;
    padding-right: 15px;
    height:100%;
    vertical-align: top;
}

body.en .search-menu .search-item .down .type{
    line-height: 2;
    display: inline-table;
    padding-right: 15px;
    height:100%;
    vertical-align: top;
	line-height: 1.2;
}

.search-item .down .type label,
.search-item .down .type .srh-r,
.search-item .down .type a{
    font-size: 13px;
    color: #000;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin: 0;
}


.search-item .down .type a:after{
    display: block;
    content: "";
    position: absolute;
    margin-top: -2px;
    width: calc(100% - 20px);
    height: 1px;
    background: #000;
}

.search-menu .layer{
    width:100vw;
    height:100vh;
    background: #000;
    opacity: 0.4;
    position: fixed;
    top:0;
    left:0;
    z-index:-1;
}

#m-srhlayer{
    display:none;
}

.header-blk .h-col2{
    /*max-height:55px;*/
}

.header-blk .h-col3{
    transition: opacity 0.3s linear 0.3s,
                visibility 0s linear 0.3s;
}

body.srh-active .header-blk .h-col3{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear,
                visibility 0s linear 0.3s;
}
.search-menu .search-item .search-r .srh-r{
    margin-right:5px;
}

/*mobile menu*/

.h-mobile{
    overflow: visible;
}

.menu-m{
    overflow: hidden;
}

.m-search-menu{
    width:calc(100% - 50px - 210px);
    right:0;
    position: absolute;
    height:100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear 0.3s,
                visibility 0s linear 0.6s,
                right 0.3s linear 0.3s;
}


.m-search-menu .search-item:first-child{
    width:calc(100% - 51px);
    height:100%;
    top:0;
    left:0;
    position: absolute;
}


.m-search-menu .search-r.up{
    width:calc(100% - 30px);
    height:calc(100% - 24px);
    padding:12px 0 12px 30px;
}

.m-search-menu .search-r.up form{
    width:calc(100% - 54px);
    height:100%;
}

.m-search-menu .search-r.up .search-bar{
    height:100%;
    width:100%;
}

.m-search-menu .search-btn{
    top:0;
    right:0;
    width:54px;
    height:100%;
    position: absolute;
    display:inline-block;
}

.m-search-menu .search-btn .gi-search{
    font-size: 20px;
    text-align:center;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.m-search-menu .close{
    width:100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear,
                visibility 0s linear 0.3s;
}

.m-search-menu .close img{
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    width: 16px;
    position: absolute;
}


.m-search-menu .search-item:nth-child(2){
    width:51px;
    height:100%;
    margin-left: 1px;
    top:0;
    right:0;
    position: absolute;
}

.m-search-menu .search-r.down{
    max-height: 0px;
    width:100%;
    background:#fff;
    transition: max-height 0.3s linear;
    overflow: hidden;
}

.m-search-menu .search-r.down .type{
    padding: 20px 30px;
    height:calc(20% - 24px);
    line-height: 2;
}

.m-search-menu .search-r.down .type .srh-r{
    display:inline-block;
}

.m-search-menu .search-r.down .type label{
    display: inline;
}

.m-search-menu .search-r.down .advsrh{
    background:#666;
    display: table;
    height: 25%;
    width: auto;
}



.m-search-menu .search-r.down .advsrh a{
    color:#fff;
    
}

.m-search-menu .search-r.down .advsrh:before{
    display: block;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100vw;
    background: #666;
    left: 99%;
}

.m-search-menu .search-r.down .advsrh a:after{
    width: calc(100% - 60px);
    background: #fff;
}


/* .m-search-menu .search-r.down .type:last-child{
    padding: 12px 30px;
} */

#m-srh-btn{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s linear 0.6s,
                visibility 0s linear 0.6s;
}


#m-srhlayer{
    width:100vw;
    height:100vh;
    background: #000;
    display:none;
    position: fixed;
    left:0;
    z-index:97;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear 0.3s,
                visibility 0s linear 0.8s;
}


body.m-srh-active .m-search-menu{
    position:absolute;
    display:inline-block;
    height:100%;
    right:49px;
    opacity: 1;
    visibility: visible;
    transition: right 0.3s linear 0.3s,
                opacity 0.3s linear 0.3s,
                visibility 0s linear 0.3s
}


body.m-srh-active #m-srhlayer{
    opacity: 0.4;
    visibility: visible;
    transition: opacity 0.3s linear 0.3s,
                visibility 0s linear 0.3s;
}


body.m-srh-active .m-search-menu .search-r.down{
    max-height: 800px;
    transition: max-height 0.3s linear 0.6s;
}

body.m-srh-active .m-search-menu .close{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s linear 0.6s,
                visibility 0s linear 0.6s;
}

body.m-srh-active #m-srh-btn{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear,
                visibility 0s linear 0.3s;
}


/*menu*/


.pushy-submenu .sub-submenu{
    background: #018750;
}
.pushy-submenu .sub-submenu a{
    color:#fff;
    text-transform: uppercase;
    cursor: default;
}



/*subscribe email*/
.btn-gi-circle-remove{
    margin-top: 0px;
}

.subscrible-container{
    max-height: 0px;
    overflow-y:hidden;
    position:fixed;
    bottom:51px;
    transition: 0.8s linear;
}

body.subscr-mail-active .subscrible-container{
    max-height: 1000px;
    transition: max-height 0.8s linear;
}


.subscrible-container .btn-gi-circle-remove{
    left:calc(100% - 70px);
    top:70px;
}

.subscrible-container .subscrible-close{
    position:absolute;
    top: 30px;
    right: 0px;
}


.email-overlay{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:90;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s linear 0.5s;
}

body.subscr-mail-active .email-overlay{
   opacity: 1;
   visibility: visible;
   transition: 0.5s linear;
}

.thzmsg .txt-white{
    margin-left:15px;
}

/*
body.subscr-mail-active .subscrible-container{
     transform: translateY(0%);
}*/

.hd{
    display:none;
}

@media only screen and (max-width : 1080px){
    .search-menu .search-item .down .type {
        margin-right: 0px;
    }
}
@media only screen and (max-width : 1024px){
    
    /*subscr*/
    .subscrible-container{
        position: fixed;
        bottom:51px;
        left:0px;
    }
    
    /*menu*/
    body.pushy-open-right{
        overflow-y: hidden;
    }
    .pushy-language .language{
        width:100%;
        text-align:left;
    }
    .pushy-language .language li{
       display:inline-block;
       border-bottom:0px; 
    }
    .pushy-language .language li a{
       color:#fff;
    }
    /*search*/
    .header-blk .h-col2 .search-menu{
        display:none;
    }
    #m-srhlayer{
        display:block;
    }
}

@media only screen and (max-device-width : 1024px){
    /*menu*/
    html, body{
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    body.pushy-open-right{
        overflow-y: hidden;
    }
    /*search*/
    .search-menu .layer{
        display:none;
    }

}

@media only screen and (max-width : 768px){
    /*subscr*/
    .subscrible-container{
        bottom:calc(100% + 1px);
        height:auto;
        left:0px;
        position:absolute;
    }
    
        
    #subscr-close{
        left: calc(100% - 45px);
        display:block;
    }
    /*search*/
    .m-search-menu{
        width:calc(100% - 50px - 210px);
    }

    
}

@media only screen and (max-height : 526px) and (min-width : 768px){
    /*subscr*/
    .subscrible-container{
        /*top:56px;*/
    }
    body.subscr-mail-active .subscrible-container{
        /*overflow-y:scroll;*/
    }
    body.subscr-mail-active{
        /*overflow-y:hidden;*/
    }
    body.subscr-mail-success-active .subscrible-container{
        overflow-y:auto;
        height:auto;
    }
}


@media only screen and (max-width : 1024px){
    /*subscr*/
    .subscrible-container{
        width:100%;
        left:0;
    }
    .subscrible-wrapper{
        width:auto;
    }
}

/*@media only screen and (max-height : 400px) and (min-width: 768px){
    body.subscr-mail-success-active .subscrible-container{
        height:calc(100% - 107px);
    }
}*/


@media only screen and (max-width: 580px){
    /*search*/
    .header-m .h-col2-m{
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s linear 0.6s,
                    visibility 0s linear 0.6s;
    }
    body.m-srh-active .header-m .h-col2-m{
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s linear,
                    visibility 0s linear 0.3s;
    }
    .m-search-menu{
        width:100%;
        left:auto;
    }
    .m-search-menu .search-item .close{
        
    }
    body.m-srh-active .m-search-menu{
        left:auto;
        right:0%;
    }
}

@media only screen and (max-width : 480px){
    /*subscr*/
    .subscrible-container{
        padding-top:0px;
    }
    .subscrible-container .subscrible-close{
        left:calc(100% - 40px);
    }
    
}
