@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
        font-family: icomoon;
        src: url(../fonts/icomoon.ttf);
}

body, html {
         font-family: icomoon;
         font-size: 80%;
         padding: 0;
         margin: 0;
         height: 100%;
         }
@media only screen and (min-device-width:100px) and (max-device-width:500px) and (orientation: portrait){
         body, html {
                  font-size: 80%;
                  }
}

.bg-overlay {
  position:fixed;
  top:0%;
  left:0%;
  width:100%;
  height:100%;
  background:#fff;
  opacity:0;
}


*,
*:after,
*:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

body {
    font-family: icomoon;
    color: #000;
    background: #fff;
    font-weight: 300;
    overflow:hidden;
}

.link {
         color: #808080;
         text-decoration:none;
}

.link:hover {
         color: #808080;
         text-decoration:underline;
}

.container { height: 100%; }

.logo {
        position:absolute;
        width:33.333%;
        top:0%;
        right:0%;
        background:#fff;
        padding:2%;
        border-radius: 0 0 0 80px;
        opacity:1;
      }

.logo-bg {
         position:fixed;
         top:0;
         right:0;
         width: 33.333%;
         height:50%;
         background:#fff;
         opacity:0;
         }

.logo2 {
        content: url(../images/logo2019.png);
        position:fixed;
        width:20%;
        right:10%;
        top:0;
      }

.banner {
        content: url(../images/banner_tb.png);
        position: relative;
        width:100%;
        height:auto;
      }

.global {
         position:absolute;
         margin:auto;
         font-family: Arial;
         font-size:250%;
         color: #993300;
         width:50%;
         height:auto;
         top:35%;
         left:25%;
         background:#fff;
         opacity:0.7;
      }
.global_div {
         position:absolute;
         margin:auto;
         font-family: Arial;
         font-size:150%;
         color: #993300;
         width:80%;
         height:auto;
         top:20%;
         left:10%;
         background:#fff;
         opacity:0.7;
      }

.ref_pic {
         width:20%;
         margin:2%;
         }
@media only screen and (min-device-width:100px) and (max-device-width:500px) and (orientation: portrait){
         .logo {
                 position:fixed;
                 width:100%;
                 height:100%;
                 top:0%;
                 left:0;
                 top:0%;
                 border-radius: 0 0 0 0px;
                 opacity:0.7;
               }
         .logo2 {
                 content: url(../images/logo2019_blk.png);
                 position:fixed;
                 width:30%;
                 right:13%;
                 top:0;
                 margin:1%;
               }
}
.icon {
        width:80%;
      }
.icon:hover {
        width:90%;
       -webkit-font-smoothing: antialiased;

      }

.bl-main {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
}

.bl-main > section {
        position: absolute;
        width: 20%;
        height: 25%;
        font-family: Arial, sans-serif;
}

.bl-main > section:first-child {
        top: 0%;
        left: 0%;
        background: #F0D1D1;
}

.bl-main > section:nth-child(2) {
        top: 25%;
        left: 0%;
        background: #FA987D;
}

.bl-main > section:nth-child(3) {
        top: 50%;
        left: 0%;
        background: #72CCA7;
}

.bl-main > section:nth-child(4) {
        top: 75%;
        left: 0%;
        background: #93CDB9;
}

.bl-main > section:nth-child(5) {
        top: 50%;
        left: 80%;
        background: #CCECFF;
}

.bl-main > section:nth-child(6) {
        top: 75%;
        left: 80%;
        background: #CCFFFF;
}

@media only screen and (min-device-width:100px) and (max-device-width:500px) and (orientation: portrait){
         .bl-main > section {
                 position: absolute;
                 width: 50%;
                 height: 25%;
         }
         .bl-main > section:first-child {
                 top: 25%;
                 left: 0;
                 background: #F0D1D1;
         }

         .bl-main > section:nth-child(2) {
                 top: 25%;
                 left: 50%;
                 background: #FA987D;
         }

         .bl-main > section:nth-child(3) {
                 top: 50%;
                 left: 0%;
                 background: #72CCA7;
         }

         .bl-main > section:nth-child(4) {
                 top: 50%;
                 left: 50%;
                 background: #93CDB9;
         }

         .bl-main > section:nth-child(5) {
                 top: 75%;
                 left: 0%;
                 background: #CCECFF;
         }

         .bl-main > section:nth-child(6) {
                 top: 75%;
                 left: 50%;
                 background: #CCFFFF;
         }
}

.bl-box {
        font-family: icomoon;
        position: relative;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 1;
        /* Centering with flexbox */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

.bl-box h2 {
        text-align: center;
        margin: 0;
        padding: 20px;
        width: 100%;
        font-size: 1.8em;
        letter-spacing: 2px;
        font-weight: 700;
        text-transform: uppercase;
}

.bl-icon {
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        cursor: pointer;
        -webkit-font-smoothing: antialiased;
}

.bl-icon:before {
        display: block;
        font-size: 2.0em;
        margin-bottom: 10px;
}

.bl-icon-about:before {
        content: "\e004";
}

.bl-icon-works:before {
        content: "\e000";
}

.bl-icon-blog:before {
        content: "\e002";
}

.bl-icon-contact:before {
        content: "\e003";
}

.bl-main > section .bl-icon-close {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
}

.bl-icon-close:before {
        content: "\e005";
}

.bl-content,
div.bl-panel-items > div > div {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 60px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        padding: 0 20px;
        overflow: hidden;
        overflow-y: auto;
}

/* Custom content */

.bl-content p {
        margin: 0 auto;
        padding-bottom: 15px;
        font-size: 1.7em;
        line-height: 1.2;
}

.bl-content h2 {
        font-size: 3em;
        font-weight: 300;
        margin: 0 0 20px 0;
}

.bl-content article {
        padding: 20px 40px 20px 0px;
}

.bl-content article h3 {
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin: 0 0 10px 0;
        padding-top: 20px;
        font-size: 1.4em;
}

.bl-content article a {
        color: rgba(0,0,0,0.2);
}

.bl-content > ul {
        list-style: none;
        padding: 0;
        margin: 0;
}

.bl-content > ul li {
        display: inline-block;
        width: 20%;
        margin: 1%;
}

.bl-content > ul li a {
        display: block;
        padding: 0;
        border: 8px solid rgba(0,0,0,0.1);
}

.bl-content > ul li a img {
        display: block;
        max-width: 100%;
}

/* Panel Items */

div.bl-panel-items,
div.bl-panel-items > div {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
}

div.bl-panel-items > div > div {
        width: 60%;
        margin: 0 auto;
        opacity: 1;
        bottom: 90px;
        top: 90px;
        pointer-events: auto;
}

div.bl-panel-items > div > div h3 {
        font-size: 2.4em;
        font-weight: 300;
        margin: 0 0 20px 0;
}

div.bl-panel-items > div > div p {
        font-size: 1.3em;
}

div.bl-panel-items > div > div img {
        float: left;
        margin: 0 20px 20px 0;
        max-width: 70%;
}

div.bl-panel-items {
        top: 100%;
        z-index: 9999;
}

div.bl-panel-items > div {
        background: #3ba5db;
        z-index: 0;
        opacity: 0;
        -webkit-transform: translateY(0);
        -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
        -moz-transform: translateY(0);
        -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
        transform: translateY(0);
        transition: transform 0.5s ease-in-out, opacity 0s linear 0.5s;
        -ms-transform: translateY(0);
}

div.bl-panel-items nav {
        position: absolute;
        z-index: 9999;
        width: 216px;
        left: 50%;
        top: 0px;
        margin-left: -108px;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out 0.5s;
        -moz-transition: opacity 0.2s ease-in-out 0.5s;
        transition: opacity 0.2s ease-in-out 0.5s;
}

div.bl-panel-items.bl-panel-items-show nav span {
        float: left;
        margin: 5px;
}

div.bl-panel-items nav span.bl-next-work {
        font-weight: 700;
        letter-spacing: 2px;
        display: block;
        text-transform: uppercase;
        line-height: 2em;
        cursor: pointer;
        margin-right: 2em;
}

div.bl-panel-items.bl-panel-items-show nav {
        opacity: 1;
        top: -70px;
}

div.bl-panel-items > div.bl-show-work {
        z-index: 1000;
        opacity: 1;
        -webkit-transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        -moz-transform: translateY(-100%);
        -moz-transition: -moz-transform 0.5s ease-in-out;
        transform: translateY(-100%);
        transition: transform 0.5s ease-in-out;
        -ms-transform: translateY(-100%);
}

div.bl-panel-items > div.bl-hide-current-work {
        opacity: 0;
        -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
        -webkit-transform: translateY(-100%) scale(0.5);
        -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
        -moz-transform: translateY(-100%) scale(0.5);
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
        transform: translateY(-100%) scale(0.5);
        -ms-transform: translateY(-100%) scale(0.5);
        z-index: 0;
}

/* Transition classes and properties */
/* Separated for a better overview and control */

.bl-main > section {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}

.bl-main > section.bl-expand {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
}

.bl-main > section.bl-expand-top {
        z-index: 100;
}

<!--/*.bl-main > section:first-child.bl-expand {
        background: #EE4444;
}
.bl-main > section:nth-child(2).bl-expand {
        background: #F98262;
}
.bl-main > section:nth-child(3).bl-expand {
        background: #4BBE8E;
}
.bl-main > section:nth-child(4).bl-expand {
        background: #0D8278;
} */-->

.bl-main.bl-expand-item > section:not(.bl-expand),
.bl-main.bl-expand-item > section.bl-scale-down {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
}

.bl-box {
        -webkit-transition: opacity 0.2s linear 0.5s;
        -moz-transition: opacity 0.2s linear 0.5s;
        transition: opacity 0.2s linear 0.5s;
}

section.bl-expand .bl-box {
        opacity: 0;
        -webkit-transition: opacity 0s linear;
        -moz-transition: opacity 0s linear;
        transition: opacity 0s linear;
}

.bl-box h2 {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}

.no-touch section:not(.bl-expand) .bl-box:hover h2 {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
}

.bl-content,
.bl-icon-close {
        -webkit-transition: opacity 0.1s linear 0s;
        -moz-transition: opacity 0.1s linear 0s;
        transition: opacity 0.1s linear 0s;
}

section.bl-expand .bl-content,
section.bl-expand .bl-icon-close {
        pointer-events: auto;
        opacity: 1;
        -webkit-transition: opacity 0.3s linear 0.5s;
        -moz-transition: opacity 0.3s linear 0.5s;
        transition: opacity 0.3s linear 0.5s;
}

@media screen and (max-width: 46.5em) {
        .bl-content,
        .bl-box {
                font-size: 75%;
        }

        .bl-expand .bl-box {
                height: 130px;
        }

        .bl-content > ul li {
                width: 40%;
        }
}

.center {
         margin:auto;
        }


/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 0.6%;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #EFEFEF;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #CFCFCF;
    border-radius: 10px;
    opacity:0.7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #A02000;
    opacity:0.7;
}


/* end Scrollbar */

<!-- Cookie Info-->
#mbmcookie {
         height:auto;
         background: #eee;
         padding: 20px;
         font-family: chosen;
         }

#mbmcookie a.button {
         cursor: pointer;
         background: #ccc;
         padding: 5px 10px 5px 10px;
         margin: 5px 5px;
         border-radius: 5px;
         font-weight: normal;
         text-decoration:none;
         color: #000;
         width:auto;
         float:right;
         }

#mbmcookie a.button:hover, a.cookiemessage:hover {
         background-color: #aaa;
         color: #fff;
         }
#mbmcookie p.cookiemessage, a.cookiemessage {
         font-family: 'icomoon';
         position: fixed ;
         top: 0%;
         left:0%;
         display: block;
         padding: 1%;
         margin: 0;
         background:#FF0000;
         width:100.0%;
         border-radius: 0px;
         color:#fff;
         font-weight:normal;
         font-size:150%;
         margin: auto;
         margin-left:0%;
         vertical-align:middle;
         opacity:0.7;
         animation:fadein 7.0s;
        -moz-animation:fadein 7.0s;
        -webkit-animation:fadein 7.0s;
         }
@media only screen and (min-device-width:100px) and (max-device-width:500px) and (orientation: portrait){
         #mbmcookie p.cookiemessage, a.cookiemessage {
                  font-size:250%;
                  }
         #mbmcookie a.button {
                  padding: 10px 20px;
                  margin: 10px 10px;
                  border-radius: 10px;
                  width:auto;
                  float:center;
                  }
         #mbmcookie p.cookiemessage, a.cookiemessage {
                  top:10%;
                  width:70.0%;
                  border-radius:30px;
                  }
}
<!-- Cookie Info End -->