/*
        Theme Name: Aequilibrium Theme
        Description: Custom developed theme
        Version: 1.3
        Author: Clear Web Solutions
        Author URI: http://clearwebsolutions.com.au
        Tags: HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}

.muted{
    color: #666;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

body, html{
    height: 100%;
    margin: 0 !important;
}

.header{
    margin-top: 90px;
    background: white;
    height: 300px;
    z-index: 2;
}

.header .parallax{
    z-index: 1;
}

.home-header{
    margin: 0;
    padding-top: 90px;
    height: 100%;
}

.brand-logo img{
    vertical-align: middle;
    margin-left: 20px;
}

.parallax img{
    max-width: none;
}

.no-padding{
    padding: 0;
}

.no-margin{
    margin: 0 !important;
}

.section-black{
    background: black;
    color: #fff;
}

.section-white{
    background: white;
    color: #000;
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/


#main-nav.navbar{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

#main-nav a{
    color: #0175b0;
}


#main-nav.navbar.navbar-fixed{
    position: fixed;
    top: 0;
    bottom: auto !important;
}


#main-nav nav{
    /*background: rgba(0,0,0,0.5);*/
    background: white;
    height: 90px;
    line-height: 90px;
    font-family: 'Open Sans Condensed', sans-serif;
    /*text-transform: uppercase;*/
}

#main-nav nav ul li a{
    font-size: 1.3em;
}


.toggle-mobile-nav{
    float: right;
    margin-top: 27px;
    margin-right: 20px;
}

.mobile-nav ul{
    margin: 0;
}

.mobile-nav{
    /*display: block !important;*/
    background: white;
    /*position: absolute;*/
    width: 100%;
    bottom: 100%;
}

.mobile-nav a{
    display: block;
    color: #0175b0;
    font-family: 'Open Sans Condensed', sans-serif;
    /*    text-transform: uppercase;*/
    font-size: 1.2em;
    padding: 10px 0;
    text-align: center;
}

.inner-page .mobile-nav a{
    padding: 5px 0;
}

.mobile-nav a:hover{
    background: rgba(0,0,0,0.1);
}

#main-nav.navbar.navbar-fixed .mobile-nav{
    position: relative;
    bottom: auto;
}

/*------------------------------------*\
    HOME PAGE SLIDE SHOW
\*------------------------------------*/


.parallax.slideshow-image{
    opacity: 0;
    transition: all 1s ease;
}

.parallax.slideshow-image.active{
    opacity: 1;
}

/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

.half-img{
    height: 800px;
    z-index: 1;
}

.section1 .valign-wrapper{
    height:800px;
    padding: 0 20px;
}

@media only screen and (max-width:992px) {
    .half-img{
        height: 1000px;
        z-index: 1;
    }

    .section1 .valign-wrapper{
        height:1000px;
        padding: 0 20px;
    }
}

@media only screen and (max-width:600px) {
    .half-img{
        height: 400px;
    }
}

@media only screen and (max-width:1080px) {

}




.projects-section, .services-section, .team-section{
    padding: 50px 0;
}

.projects-section h1{
    margin-top: 10px;
    margin-bottom: 50px;
}


.home-category{
    display: block;
    position: relative;
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 10px;
}

.project-list .home-category{
    float: left;
    min-height: 250px;
    width: 33.333%;
    margin: 0;
    background: black;
}

.home-category span.title{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 1.3em;
    background: rgba(0,0,0,0.5);
    font-family: 'Open Sans Condensed', sans-serif;
    /*    text-transform: uppercase;*/
    padding: 0 10px;
    color: white;
    width: 100%;
    transition: all 0.5s ease;
}

.home-category span.prompt{
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    color: #fff;
    opacity: 0;
    font-size: 1.2em;
    transition: all 0.5s ease;
    transition-delay: 0.2s;
    color: #ddd;
}

.home-category span.prompt span{
    font-family: 'Open Sans Condensed', sans-serif;
    /*    text-transform: uppercase;*/
    color: white;
    display: block;
    font-size: 1.3em;
}

.home-category span.title span{
    opacity: 1;
    transition: all 0.5s ease;
}

.home-category:hover span.title{
    background: rgba(0,0,0,0.7);
    height: 100%;
}

.home-category:hover span.title span{
    opacity: 0;
}

.home-category:hover span.prompt{
    opacity: 1;
}

.bim-section iframe {
    width: 560px;
    height: 315px;
    max-width: 100%;
}

.bim-section{
    padding: 50px;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer{
    font-family: 'Open Sans Condensed', sans-serif;
    /*    text-transform: uppercase;*/
    padding: 20px 0;
}

.footer .row{
    margin: 0;
}

.map-container{
    position: relative;
    width: 100%;
    height: 100%;
}

.map-overlay{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: rgba(255,255,255,0.95);
    padding: 60px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    cursor: pointer;
}

.map-overlay::after{
    position: absolute;
    content: "x";
    display: block;
    width: 20px;
    height: 15px;
    right: 0;
    top: 0;
    text-transform: lowercase;
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: initial;
    opacity: 0.5;
}

#main-map{
    position:inherit!important;
    height: 100%;
    width: 100%;
    /*float: left;*/
}

.contact-container{
    width: 50%;
    float: right;
}

.contact-container .input-field{
    margin: 0;
}


/*------------------------------------*\
    POSTS
\*------------------------------------*/

.post-container .row{
    margin: 0;
}

.post-container img{
    width: 100%;
}

.post-container .view-article{
    display: none;
}

.post-container h2{
    color: #222;
    font-size: 24px;
    text-decoration: none;
    /*    text-transform: uppercase;*/
    margin-bottom: 5px;
    margin-left: 70px;
}

.post-container .no-thumb{
    width: 100%;
    padding-bottom: 30%;
}

.post-content{
    margin-bottom: 20px;
}

.post-content .author, .post-content .categories{
    font-size: 0.9em;
    color: #666;
}

.post-date{
    position: absolute;
    left: -70px;
    width: 60px;
    color: #000;
    text-align: center;
    font-weight: bold;
    border: 2px solid #000;
}

.post-date .day{
    font-size: 35px;
    line-height: 1.1em;
}

.post-date .month{
    /*    text-transform: uppercase;*/
    font-size: 24px;
    line-height: 1em;
}

.post-date .year{
    font-size: 16px;
    line-height: 1.2em;
    background: #000;
    color: #fff;
}

.post-content{
    position: relative;
    margin-left: 70px;
}

/*------------------------------------*\
    GALLERY
\*------------------------------------*/

.gallery-item{
    width: auto !important;
    margin: 0 !important;
}

.gallery-item img{
    border: none !important;
}

.mfp-arrow:focus{
    background-color: transparent;
}

/*------------------------------------*\
    PAGINATION
\*------------------------------------*/

.pagination{
    margin-top: 20px;
}

.pagination .page-numbers{
    color: #000;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
    transition: all 0.4s ease;
}

.pagination .page-numbers:not(.current):hover{
    background: rgba(0,0,0,0.2);
}

.pagination .page-numbers.current{
    background-color: #000;
    color: #fff;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
        TYPOGRAPHY
\*------------------------------------*/


h1, h2, h3, h4, h5{
    font-family: 'Open Sans Condensed', sans-serif;
    /*    text-transform: uppercase;*/
}

h1{
    font-size: 4em;
    margin: 2rem 0 1.5rem 0;
}
h2{
    font-size: 3em;
    margin: 1.9rem 0 1.3rem 0;
}
h3{
    font-size: 2em;
    margin: 1.7rem 0 1.3rem 0;
}
h4{
    font-size: 1.5em;
    margin: 1.5rem 0 1.3rem 0;
}
h5{
    font-size: 1.3em;
    margin: 1.3rem 0 1rem 0;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:600px) {
    .project-list .home-category{
        width: 100% !important;
    }
}
@media only screen and (max-width:992px) {
    #map{
        height: 400px;
        width: 100%;
        float: none;
    }

    .contact-container{
        width: 100%;
        float: none;
    }

    .project-list .home-category{
        width: 50%;
    }

    #main-nav nav .brand-logo{
        left: auto;
        -webkit-transform: none;
        transform: none;
    }

    #main-nav nav ul a{
        padding: 0 5px;
    }
}
@media only screen and (max-width:1080px) {

}
@media only screen and (min-width:600px) {

}
@media only screen and (min-width:992px) {

}
@media only screen and (min-width:1080px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}


.sticky-contact{
    position: fixed;
    width: 300px;
    right: 20px;
    top: 100%;
    margin-top: 0;
    background: #fff;
    border: 1px solid #000;
    border-bottom: none;
    box-shadow: 0 0px 7px 0 rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 1;
}

.sticky-contact.animated{
    transition: all ease-in-out 0.3s;    
}

.sticky-contact.visible{
    margin-top: -45px;
}

.sticky-contact.mobile{
    position: relative;
    margin: 0 auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    border-bottom: 1px solid #000;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    cursor: auto;
}

.sticky-contact-title{
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    /*    text-transform: uppercase;*/
    line-height: 45px;
    font-size: 20px;
    transition: all ease-in-out 0.2s;
    border: 2px solid transparent;
    border-bottom: none;
}

.sticky-contact:hover .sticky-contact-title, .sticky-contact.mobile .sticky-contact-title{
    background: black;
    color: white;
    border-color: white;
}

.sticky-contact-content{
    text-align: center;
    position: relative;
    /*padding-bottom: 30px;*/
}

.sticky-contact .contact-image{
    width: 300px;
    height: 150px;
    position: relative;
}

.sticky-contact .contact-image img{
    position: absolute;
    top: 0;
    left: 2px;
    width: 294px;
}

.sticky-contact .contact-image .contact-info{
    position: absolute;
    width: 100%;
    height: 70px;
    padding-left: 20px;
    bottom: 10px;
    text-align: left;
    /*color: #fff;*/
}

.sticky-contact .contact-image .contact-info h4,
.sticky-contact .contact-image .contact-info p{
    margin: 0;
}

.footer-logos{
    text-align: center;
    border-top: 1px solid #dedede;
    padding: 20px 0;
}

.footer-logos img{
    margin: 0 10px;
    line-height: 100px;
    vertical-align: middle;
}

.infobox {
    width: 60px !important;
    transform: translateX(-50%) translateY(-8px);
    height: auto !important;
    background: white;
    position: absolute;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.2);
    border: 2px solid white;
    cursor: pointer;
    opacity: 1;
    transition: box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s;
}

.infobox.card{
    margin: 0;
}

.infobox .card-action{
    text-align: center;
    display: none;
}

.infobox.open .card-action{
    /*display: block;*/
}


.infobox img{
    max-width: 100%!important;
}

.infobox .map-blurb{
    opacity: 0;
    padding: 0 10px;
    display: none;
    transition: all ease-in-out 1s;
}

.infobox.open .map-blurb{
    /*display: block;*/

    opacity: 1;
}

.infobox.open{
     /*Customized*/
    /*cursor: auto;
    width: 300px !important;
    z-index: 200;*/

       z-index: 999;
    
}

.infobox:after{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid white;
    transition: all ease-in-out 0.3s;
}

.infobox:hover{
    z-index: 300;
    box-shadow: 5px 20px 20px -10px rgba(0,0,0,0.4);
    transform: translateX(-50%) translateY(-15px);
}

.infobox:hover:after{
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 15px;
}

.infobox.open:hover{
    transform: translateX(-50%) translateY(-8px);
}


.infobox.open:hover:after{
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 8px;
}

.infobox .close {
    display: none;
    opacity: 0.5;
    background: white;
    cursor: pointer;
    font-size: 17px;
    height: 25px;
    line-height: 22px;
    position: absolute;
    right: -25px;
    text-align: center;
    top: 0;
    width: 25px;
    transition: all ease-in-out 0.2s;
}

.infobox.open .close{
    display: block;
}

.infobox .close:hover{
    opacity: 1;
}

.infobox .content {
    /*margin:15px 15px 15px 15px;*/
}
/*
.aliases{
    text-align: center;
    text-align: center;
    position: absolute;
    left: -100%;
    margin-left: -2px;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    top: 20px;
    background: rgba(0,0,0,0.6);
    color: white;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 20px 0;
}

.aliases h4{
    margin-top: 0;
}

.infobox.alias{
    display: inline-block;
    width: 120px !important;
    margin: 2px;
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    box-shadow: none;
}*/

.aliases{
    /*customized*/
    display:none!important;
    text-align: center;
    text-align: center;
    position: absolute;
    right: -100%;
    margin-right: 47px;
    width: 240px;
    height: 312px;
    overflow: auto;
    top: 33px;
    background: rgb(255, 255, 255);
    color: white;
    border-radius: 4px;
    border: 1px solid white;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.2);
}

.aliases h4 {
    margin-top: 0px;
    padding: 20px 0;
    background: #193c5c;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 10px;
}

.infobox.alias {
    display: inline-block;
    width: 103px !important;
    margin: 2px;
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    box-shadow: none;
}

.infobox.alias .close,
.infobox.alias:after,
.infobox.alias .card-action{
    display: none;
}

.infobox.alias .content{
    position: relative;
}

.infobox.alias .map-blurb{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.47);
}

.infobox.alias .map-blurb h3{
    font-size: 1em !important;
    line-height: 1em !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: bold;
}

.infobox.alias:hover{
    transform: scale(1.1);
}

.footer-content .wrapper{
    padding: 40px 0;
    background: #eee;
    background: rgba(255,255,255,0.4);
}

.footer-quote{
    text-align: center;
    padding: 10px 20px;
    /*border-radius: 50px;*/
    box-shadow: inset 0px 0px 10px -3px rgba(0,0,0,0.6);
    border: 1px solid white;
    /*background: rgba(1,155,217,0.2);*/
    background: rgba(255,255,255,0.7);
}

.footer-quote .textwidget{
    border-top: 1px solid #b3b3b3;
}

.footer-content .menu a{
    display: inline-block;
    padding: 5px 10px;
    background: rgba(255,255,255,0.8);
    text-shadow: 0px 0px 5px white;
    margin-bottom: 1px;
    transition: all ease-in-out 0.2s;
}

.footer-content .menu a:hover{
    padding: 5px 20px;
    text-align: center;
    background: rgba(255,255,255,1);
}

.input-field textarea {
    overflow-y: hidden;
    padding: 1.6rem 0;
    resize: none;
    min-height: 3rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
}

.input-field textarea:focus:not([readonly]) {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

.gfield_required{
    color: red;
    margin-left: 3px;
}

.copyright{
    text-transform: uppercase;
}

@media only screen and (max-width:992px) {
    .footer-content.parallax-container, .footer-content .wrapper{
        height: 600px;
    }
    .align-center-m{
        text-align: center;
    }
}

@media only screen and (max-width:600px) {
    .footer-content.parallax-container, .footer-content .wrapper{
        height: 1050px;
    }

    .align-center-s{
        text-align: center;
    }
}
.sidebox {
    width: 60px !important;
   
    
    background: white;
    position: absolute;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.2);
    border: 2px solid white;
    cursor: pointer;
    opacity: 1;
    transition: box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s;
    display:none;
}
.sidebox.open {
    cursor: auto;
    width: 300px !important;
    z-index: 200;
    display: block;
    height:100%;
    overflow-y: auto;
}

.sidebox .close {
    /*z-index: 201;*/
    display: none;
    opacity: 0.7;
    background: white;
    cursor: pointer;
    font-size: 17px;
    padding-top:16px;
    /*height: 25px;*/
    height: 54px;
    line-height: 22px;
    position: absolute;
    /*right: -25px;*/
    right: 0px;
    text-align: center;
    top: 0;
    width: 25px;
    transition: all ease-in-out 0.2s;
}

.sidebox.open .close{
    display: block;
}

.sidebox .close:hover{
    opacity: 1;
}
.aliases_side{
    /*top: -25px;*/
    /*overflow-y: auto;*/
    position: relative;
    /*text-align: center;*/
     width:100%;
  
    left:0px;
   /*height: 45%;*/
        /*height: 100%;*/
    /*height: 410px;*/
    max-height: 100%;
   bottom:88px;
    background: rgb(255, 255, 255);
    /*color: white;*/
    border-radius: 4px;
    /*border-top: 1px solid white;*/
   
}

.aliases_side h4 {
    margin-top: 0px;
    /*padding: 10px 0;*/
    padding:10px;
    /*background: #193c5c;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 10px;
    border-top: 1px solid #c1c1c1;
    font-weight:800;

}
.aliases_side .alias  {
    width:48%!important;
 
    float:left;
}
 
.sidebox .map-blurb{
    /*height:27%;*/
    height:278px;
}
.sidebox .card-action{
    /*height:8%;*/
    height:118px;
    position:relative;
    /*margin-top:35px;*/
        margin-bottom: 35px;
}

.sidebox img{
    width:300px;
}
.main_content_project{
    padding-left:10px;
    padding-right:10px;
}
.card-action{
    text-align: center;
}

.sidebox .map-blurb h3{
    margin-top:5px!important;
    font-weight:800;
}

.infobox .infobox_title{
        position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.72);
    color: white;
    font-size: 12px;
    width: 100%;
    margin-bottom: 0px;
    padding:5px;
}
.icon_img{
   width:16px!important;
   height:16px!important;
   margin-right:10px;
    
}

.home-header .close{

    z-index: 201;
    display: none;
    opacity: 0.7;
    background: white;
    cursor: pointer;
    font-size: 17px;
    padding-top: 16px;
    /* height: 25px; */
    height: 54px;
    line-height: 22px;
    position: absolute;
     top:90px; 
     left:300px;
    /* right: -25px; */
    
    text-align: center;
  
    width: 25px;
    transition: all ease-in-out 0.2s;
}
.home-header .close:hover{
      opacity: 1;
}

@media only screen and (max-width:400px) {
  .home-header .close{
    left:275px;
   }
}



.container_project{
    margin-top:20px;
    margin-bottom: 20px;
    width:100%;
    display: inline-block;
 }

 .container_project .col1{
    width:25%;
    float:left;
    text-align: center;
 }   

  .container_project .col1 .icon_img{
    width:62%!important;
    max-width:130px;
    height:auto!important;
    float:left;
  }
 .container_project .col1 h4{
    color:rgb(1, 117, 176);
 }
 .container_project .col1 .project_detail{

 }

 @media (max-width:768px){
    .container_project .col1{
        width:100%;
        
    }
 }

 .page-template-template-mobile-php header{
    display:none;
 }

 .mobile-home-block{
    border:1px solid black;
    margin:100px 10px 10px 10px;
    height:85%;
    width:95%;
    position:absolute;
  
 }

 .line1{
    width:100%;
    height:38%;
 }

 .line2{
    width:100%;
    height:24%;
 }
 
 .line3{
    width:100%;
    height:38%;
 }

 .line .left_block{
    width:48%;
    height:100%;
    float:left;
    background-size: cover;
    background-repeat: no-repeat;
    border-right:1px solid black;
 }

  .line .right_block{
    width:48%;
    height:100%;
    float:right;
     background-size: cover;
    background-repeat: no-repeat;
    border-left:1px solid black;
 }
 .line2{
    padding-top: 8px;
    text-align: center;
    border-top:1px solid black;
    border-bottom:1px solid black;
 }
 .logo_line{
     width: 70%;

    height: 78%;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
 }
 
 .qtranxs-lang-menu img{
    display:none;
 }

 .sub-menu{
    /*display:none;*/
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.8s linear;
}
.sub-menu li a{
    font-size:15px!important;
}
.sub-menu li{
    background: white;
        width: 100%;
        float:none;
        line-height: 45px;
        position:relative;
}
/*.menu-item:hover .sub-menu{
    
        display:block!important;
    
}*/
.menu-item-has-children .sub-menu{
    position:absolute;

}
.menu-item-has-children .sub-menu .sub-menu{
    position:absolute;
    left:100%;
    top:-0px;
    float:left;
    width:120%;
}