@font-face {
  font-family: 'OutOfTheSandbox';
  src:url('../font/OutOfTheSandbox.eot');
  src:url('../font/OutOfTheSandbox.eot?#iefix') format('embedded-opentype'),
    url('../font/OutOfTheSandbox.woff') format('woff'),
    url('../font/OutOfTheSandbox.ttf') format('truetype'),
    url('../font/OutOfTheSandbox.svg#OutOfTheSandbox') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* RESET STYLES
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, var, b, i, dl, dt, dd, ol, ul, li, 
/*sub, sup,*/ /* use default style for sub tag */
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "Open Sans", "Heiti TC Light", "華文細黑", "STHeiti Light","微軟正黑體", "Microsoft JhengHei", "華文黑體","ST Heiti",HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	border: 0;
	outline: 0;
	/*-webkit-font-smoothing: subpixel-antialiased;*/
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: anitialiased;
	/*-moz-osx-font-smoothing: antialiased;	*/
	text-rendering: optimizelegibility;
	

}

/* HTML5 RESETS FOR OLDER BROWSERS */
article, aside, figure, figure img, hgroup, footer, header, nav, section {
	display: block;
}

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: middle; }
a img { border: 0; }
:focus { outline: 0; }
a:hover, a:active { outline: none; }
input[type=submit]{
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
}

/* ANIMATION
----------------------------------------------- */

@-webkit-keyframes arrow-play {
  0%, 40%, 100% {  
  	opacity: 0.4 ; 
  	-webkit-transform: translate(0px, 0px); 
  }  
  20% { 
  	opacity: 1; 
  	-webkit-transform: translate(0px, 8px); 
  }
}

@keyframes arrow-play {
  0%, 40%, 100% { 
     /*opacity: 0.4; */
     transform: translate(0px, 0px);
  }  20% { 
     /*opacity: 1; */
     transform: translate(0px, 8px);
  }
}

@keyframes hero-play{
  0%, 100%{
    transform: scale(1);
  } 5%, 95%{
    transform: scale(1.01);
  } 10%, 90% {
    transform: scale(1.02);
  } 15%, 85% {
    transform: scale(1.03);
  } 20%, 80%{
    transform: scale(1.04);
  } 25%, 75%{
    transform: scale(1.05);
  } 30%, 70% {
    transform: scale(1.06);
  } 35%, 65%{
    transform: scale(1.07);
  } 40%, 60% {
    transform: scale(1.08);
  } 45%, 55%{
    transform: scale(1.09);
  } 50% {
    transform: scale(1.10);
  }
}

@-webkit-keyframes hero-play{
  0%, 100%{
    -webkit-transform: scale(1);
  } 5%, 95%{
    -webkit-transform: scale(1.01);
  } 10%, 90% {
    -webkit-transform: scale(1.02);
  } 15%, 85% {
    -webkit-transform: scale(1.03);
  } 20%, 80%{
    -webkit-transform: scale(1.04);
  } 25%, 75%{
    -webkit-transform: scale(1.05);
  } 30%, 70% {
    -webkit-transform: scale(1.06);
  } 35%, 65%{
    -webkit-transform: scale(1.07);
  } 40%, 60% {
    -webkit-transform: scale(1.08);
  } 45%, 55%{
    -webkit-transform: scale(1.09);
  } 50% {
    -webkit-transform: scale(1.10);
  }
}

/* GENERAL STYLES
----------------------------------------------- */



body, html {
	height: 100%;
	/*min-width: 1200px;*/
	margin: 0 auto;

  -webkit-overflow-scrolling: touch;
}

b, strong {
    font-weight: 600;
}

p span{
	display:block;
}

/* ----- LINKS ----- */

a, a:link, a:visited {
	text-decoration: none;
	color: inherit;
}

/*a:hover, a:focus { color: #0AADA4; }*/

#content a {
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;  
   	     -o-transition: all .2s ease;  
        	transition: all .2s ease; 
}
#content p a { border-bottom: 1px dashed #E5E5E5; }
#content p a:hover { background: #EFF8F7; }


/* ----- MAIN NAVIGATION ----- */


/*Mobile*/
@media screen and (max-width:600px){

    header {
        top: -30px !important;
        height: 59px !important;
        background: rgba(255,255,255,0) !important;

        -webkit-transition: background .25s ease-out, top .25s ease-out;
        -moz-transition: background .25s ease-out, top .25s ease-out;
        -o-transition: background .25s ease-out, top .25s ease-out;
        -ms-transition: background .25s ease-out, top .25s ease-out;
        transition: background .25s ease-out, top .25s ease-out;
    }

    .section-icon{
      width: 60px !important;
      height: 60px !important;
      background-size: 60px 60px !important;
    }

    .mobile-close-top-bar{
        margin: 26px 20px;
    }

    .section-subtitle{
        font-size: 14pt;
        width: 90%;
    }

    .section-clients-showcases > .section-title{
        margin: 40px 0;
    }

    .section-application > .section-title{
        margin: 40px 0;
    }

    .home-hero-text{
        font-size: 24px;
    }

    .nav-wrapper{
      padding: 0 20px !important;
    }

    .award-item {
      width: 100%;
    }

    .application-item {
      width: 50%;
    }

    .contact-item{
       width: 100%;
    }

    .home-section-title{
      font-size: 30px;
    }

    .section-subtitle-small{
      font-size: 18px;
      margin: 0 20px;
    }

    .application-desc{
        font-size: 12px;
    }

    .award-img{
        height: 125px;
    }

    .quote-text{
      font-size: 16px;
      background-size: 19px 14px;
    }

    .quote-sign{
      font-size: 16px;
      padding-top: 30px;
    }

    .showcase-hero-dummy{
      margin-top: 100%;
    }

    .showcase-hero-img{
      width: 100%;
      height: 100%;
    }

    .showcase-hero-desc-container{
      /*width: 100%;
      height: 20%;*/
      width: 100%;
      height: 140px;
      bottom: 140px;
      z-index: 2;
      background: linear-gradient(to top,rgba(0,0,0,.95) 0,rgba(0,0,0,0) 100%) !important;
    }

    .showcase-arrow-left{
      top: 48% !important;
    }

    .showcase-arrow-right{
      top: 48% !important;
    }

    .showcase-desc{
      font-size: 14px;
      top: 44%;
      font-weight: 700;

      -webkit-transition: all .6s ease .4s !important;
      -moz-transition: all .6s ease .4s !important;
      -o-transition: all .6s ease .4s !important;
      transition: all .6s ease .4s !important;
    }

    .showcase-desc.active{
      top: 50%;
    }

    .copyright{
      width: 100%;
      text-align: center;
    }

    .footer-social-container{
      width: 100%;
      text-align: center;
    }

    /*#see-more{
      bottom: 4% !important;
    }*/

    .section-quote{
      height: 376px !important;
      /*padding: 140px 0 !important;*/
    }

    .services-item{
      width: 100%;
    }

    .comparison{
      width: 100%;
    }

    .list-item-text{
      font-size: 18px;
    }

    .adv-list{
      padding: 40px 0 0 5% !important;
    }

    .list-item{
      width: 100% !important;
      margin: 0 !important;
    }

    .comparison.comparison-airypack {
      background-color: rgba(94, 103, 94, 0.21);
    }

    .section-comparison{
      padding: 100px 0 0 0 !important;
    }

    .comparison-airypack > .section-title {
      padding: 80px 0 20px 0 !important;
    }

    .airypackaging-image{
      margin: 24px auto 0px auto !important;
    }

    .comparison-point-container{
      padding: 16px 16px 100px 16px !important;
    }

    .section-specs > .home-section-subtitle{
      font-size: 24px !important;
    }
    
    .vertical-separator{
      display: none;
    }

    .section-comparison{
      background-image: url(../img/11_small.jpg) !important;
    }

    .home-hero-text:after{
      margin-top: 10px !important;
    }


    #hero-1{
      background-image: url("../img/hero/hero_1_small.jpg") !important;
    }

    #hero-2{
      background-image: url("../img/hero/hero_2_small.jpg") !important;
    }

    #hero-3{
      background-image: url("../img/hero/hero_3_small.jpg") !important; /* hero_h.jpg */
    }

    #material-icon {
      width: 40px !important;
      height: 40px !important;
      background-size: 40px 40px !important;
    }

    #glue-icon {
      width: 32px !important;
      height: 48px !important;
      background-size: 32px 48px !important;
      left: 5px !important;
    }

    #lighter-icon {
      width: 22px !important;
      height: 58px !important;
      background-size: 22px 58px !important;
    }

    #eco-icon{
      width: 34.6px !important;
      height: 44px !important;
      background-size: 34.6px 44px !important;
      left: 7px !important;
    }

    #pocket-icon{
      width: 33.6px !important;
      height: 40.8px !important;
      background-size: 33.6px 40.8px !important;
      left: 8px !important;
    }

    #flat-icon{
      width: 35.2px !important;
      height: 39.2px !important;
      background-size: 35.2px 35.2px !important;
      left: 8px !important;
    }

    #transport-icon{
      width: 44px !important;
      height: 32px !important;
      background-size: 44px 32px !important;
      left: 1px !important;
    }

    #reusable-icon{
      width: 46.4px !important;
      height: 36px !important;
      background-size: 46.4px 36px !important;
      left: 4px !important;
    }

    .news-headline{
      font-size: 16px;
    }

    .news-text{
      font-size: 14px;
    }


}

/*Tablet*/
@media (min-width:601px) and (max-width: 1024px){
    header {
        
        height: 59px !important;
        background: rgba(255,255,255,0) !important;
        

        -webkit-transition: background .25s ease-out, top .25s ease-out;
        -moz-transition: background .25s ease-out, top .25s ease-out;
        -o-transition: background .25s ease-out, top .25s ease-out;
        -ms-transition: background .25s ease-out, top .25s ease-out;
        transition: background .25s ease-out, top .25s ease-out;
    }

    .mobile-close-top-bar{
        margin: 50px 20px 40px 20px;
    }

    .section-clients-showcases > .section-title{
        margin: 40px 0;
    }

    .section-application > .section-title{
        margin: 40px 0;
    }

    .comparison-conventional > .section-title{
        font-size: 16px !important;
    }

    .comparison-airypack > .section-title{
        font-size: 16px !important;
    }

    .section-specs > .home-section-title{
        font-size: 34px !important;
    }

    .award-item {
      width: 50%;
    }

    .section-subtitle{
      font-size: 15pt;
      max-width: 530px;
    }

    .application-item{
      width: 33.33%;
    }

    .contact-item{
       width: 33.33%;
    }

    .home-section-title{
        font-size: 42px;
    }

    .section-subtitle-small{
      font-size: 20px;
      max-width: 430px;
    }

    .home-hero-text{
        font-size: 34px;
    }

    .application-desc{
        font-size: 16px;
    }

    .award-img{
        height: 175px;
    }

    .quote-text{
        font-size: 24px;
        background-size: 38px 28px;
    }

    .quote-sign{
        font-size: 24px;
        padding-top: 30px;
    }


    .showcase-hero-dummy {
        margin-top: 45%;
    }

    .showcase-hero-img{
      width: 50%;
      height: 100%;
    }

    .showcase-hero-desc-container{
      width: 50%;
      height: 100%;
    }

    .showcase-desc{
      top: 48%;
      font-size: 20px;
      font-weight: 800;
    }

    .showcase-desc.active{
      top: 50%;
    }
/*
    .section-quote{
      padding: 240px 0 !important;
    }*/

    .services-item{
      width: 33.33%;
    }

    .comparison{
      width: 50%;
    }

    .list-item-text{
      font-size: 16px;
    }

    .news-headline{
      font-size: 18px;
    }

    .news-text{
      font-size: 16px;
    }

}

/*Tablet & Mobile*/
@media (min-width:601px) and (max-width: 1024px), (max-width:600px){
    

    .header-fix-color{
      position: absolute;
    }

    .logo {
      width: 160px;
      height: 59px;
      padding: 0;
      background-image: url(../img/logo.png) !important;
      background-size: 189px 33px;
      background-repeat: no-repeat;
      background-position: center;
      float: left;
      cursor: pointer;
    }

    .logo-color{
      background-image: url(../img/logo.png) !important;
    }

    .patent-logo{
      background-image: url(../img/logo_color.png) !important;
    }

    #navigation {
      display: none;
    }

    .map-container{
        height: 460px;
    }

    .home-learn-btn{
        display: none;
    }

    #home-hero-content-container {
        top: 42%;
    }

    .herofocus-full {
        height: 100%;
    }

    .hero-img{
        -webkit-animation: hero-play 30s linear infinite;
        -o-animation: hero-play 30s linear infinite;
        animation: hero-play 30s linear infinite;
    }

    .hero-page-dots{
      display: none;
    }
    
    .section-clients-showcases{
      padding: 0 !important;
    }

    .section-specs{
      padding: 140px 0 !important;
    }

    .home-hero-text:after{
      width: 3px !important;
      height: 3px !important;
      border-radius: 1.5px !important;
    }

    .page-wrapper.nav-shelf-expanded{
        position: fixed; 
        overflow: hidden;

        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
         transform: translateX(-270px); 
    }

    .mobile-close-top-bar {
        height: 24px;
    }

    .mobile-nav-list{
        position: fixed;
        opacity: 0;
        top: 0;
        right: 0;
        /*box-shadow: 50px 0 0 #384047;*/
        background-color: #F9F9F9;
        width: 270px;
        height: 100%;
        overflow: auto;

        -webkit-transition: all .3s ease-out .2s;
        -moz-transition: all .3s ease-out .2s;
        -o-transition: all .3s ease-out .2s;
        transition: all .3s ease-out .2s;
    }

    .mobile-nav-list.active{
        opacity: 1;
    }

    .mobile-menu >  li > .nav-btn{
        padding: 20px;
        color: #848484;
        text-align: center;
    }

    .mobile-menu >  li > .nav-btn:hover{
        color: #272727;
    }

    .mobile-menu >  li > .nav-btn--active{
        color: #272727;
    }

    .mobile-close-top-bar > .close-btn{
        position: relative;
        width: 24px;
        height: 24px;
        float: right;
        cursor: pointer;
    }

    .mobile-close-top-bar > .close-btn > span{
        position: absolute;
        background: #848484;
        display: block;
        
    }

    .mobile-close-top-bar > .close-btn > .close-left{
        width: 100%;
        height: 1px;
        margin: auto;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(-45deg);
        -moz-transform: translate(0, -50%) rotate(-45deg);
        -o-transform: translate(0, -50%) rotate(-45deg);
        -ms-transform: translate(0, -50%) rotate(-45deg);
        transform: translate(0, -50%) rotate(-45deg);
    }

    .mobile-close-top-bar > .close-btn > .close-right{
        width: 1px;
        height: 100%;
        margin: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0) rotate(-45deg);
        -moz-transform: translate(-50%, 0) rotate(-45deg);
        -o-transform: translate(-50%, 0) rotate(-45deg);
        -ms-transform: translate(-50%, 0) rotate(-45deg);
        transform: translate(-50%, 0) rotate(-45deg);
    }

    .news-arrow-left{
      background-image: url(../img/news_left_arrow.png) !important;
      left: 0;
    }

    .news-arrow-right{
      background-image: url(../img/news_left_arrow.png) !important;
      right: 0;
    }

     .showcase-arrow-left{
      background-image: url(../img/showcase_left_arrow.png) !important;
      left: 0;
    }

    .showcase-arrow-right{
      background-image: url(../img/showcase_left_arrow.png) !important;
      right: 0;
    }
}

/*Desktop*/
@media screen and (min-width:1025px){

    body, html {
      min-height: 640px;
    }

    header {
          background: rgba(38,39,41,0.0);
          min-width: 993px;
          height: 87px;
         
      }


    .mobile-nav-list{
      display: none;
    }


    .header-fix{
      position: fixed !important;
      top: -40px !important;
    }

    .header-fix-color{
      background: rgba(255,255,255,0.98) !important;
      border-bottom: 1px solid #D4D4D4;
    }

    .burger-container{
      display: none;
    }

    .logo-color{
      background-image: url(../img/logo_color.png) !important;
    }

    .section-subtitle{
        font-size: 15pt;
        max-width: 530px;
    }

    .section-subtitle-small{
        max-width: 430px;
    }

    .section-quote{
        padding: 240px 0 !important;
        background-attachment: fixed;
    }

    .section-comparison{
        background-attachment: fixed;
    }

    .award-item {
      width: 25%;
    }

    .application-item{
      width: 33.33%;
    }

    .application-item-container{
      margin: 8px;
    }

    .application-img-enlarged{
      -ms-transform: scale(1.04); /* IE 9 */
      -webkit-transform: scale(1.04); /* Safari */
      transform: scale(1.04);
    }

    .contact-item{
       width: 33.33%;
    }

    .map-container{
      height: 560px;
    }

    .home-learn-btn{
      display: inline-block;
    }


    #home-hero-content-container{
      top: 40%;
    }

    .herofocus-full {
        height: 100%;
    }

    .hero-img{
        -webkit-animation: hero-play 30s linear infinite;
        -o-animation: hero-play 30s linear infinite;
        animation: hero-play 30s linear infinite;
    }


    .home-section-title{
        font-size: 42px;
    }

    .section-subtitle-small{
        font-size: 20px;
    }

    .home-hero-text{
        font-size: 40px;
    }

    .showcase-hero-outer{
        max-width: calc(1024px - 8*2px);
    }

    .application-desc{
        font-size: 16px;
    }

    .award-img{
        height: 175px;
    }


    .showcase-hero-dummy {
        margin-top: 45%;
    }

    .showcase-hero-img{
        width: 50%;
        height: 100%;
    }

    .showcase-hero-desc-container{
        width: 50%;
        height: 100%;
    }

    .showcase-desc{
        top: 48%;
        font-size: 20px;
        font-weight: 800;
    }

    .showcase-desc.active{
        top: 50%;
    }

    .quote-text{
        font-size: 26px;
        background-size: 38px 28px;
    }

    .quote-sign{
        font-size: 24px;
        padding-top: 30px;
    }

    .services-item{
      width: 33.33%;
    }

    .section-clients-showcases{
        padding: 0 0 60px 0 !important;
    }

    .comparison{
      width: 50%;
    }

    .list-item-text{
      font-size: 18px;
    }

    /*.news-hero-container{
      max-width: 1002px;
    }*/

    .news-arrow-left{
      background-image: url(../img/news_left_arrow_dark.png) !important;
      left: -69px;
    }

    .news-arrow-right{
      background-image: url(../img/news_left_arrow_dark.png) !important;
      right: -69px;
    }

    .showcase-arrow-left{
      background-image: url(../img/news_left_arrow_dark.png) !important;
      left: -69px;
    }

    .showcase-arrow-right{
      background-image: url(../img/news_left_arrow_dark.png) !important;
      right: -69px;
    }

     .news-headline{
      font-size: 20px;
    }

    .news-text{
      font-size: 18px;
    }
}

/* Desktop -- Special handle responsive for news and showcase section */
@media screen and (min-width:1024px) and (max-width: 1180px){

    .news-arrow-left{
      background-image: url(../img/news_left_arrow.png) !important;
      left: 0;
    }

    .news-arrow-right{
      background-image: url(../img/news_left_arrow.png) !important;
      right: 0;
    }

    .showcase-arrow-left{
      background-image: url(../img/showcase_left_arrow.png) !important;
      left: 0;
    }

    .showcase-arrow-right{
      background-image: url(../img/showcase_left_arrow.png) !important;
      right: 0;
    }
}

@media screen and (min-width: 1181px){
    .news-container{
      max-width: 1008px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
    .logo{
      background-image: url(../img/logo_2x.png) !important;
    }

    .logo-color{
      background-image: url(../img/logo_2x.png) !important;
    }

    .patent-logo{
      background-image: url(../img/logo_color_2x.png) !important;
    }

    /* retina icons */   
    #material-icon{
      background-image: url(../img/icons/material_2x.png) !important;
    }

    #glue-icon{
      background-image: url(../img/icons/glue_2x.png) !important;
    }

    #lighter-icon{
      background-image: url(../img/icons/lighter_2x.png) !important;
    }

    #transport-icon{
      background-image: url(../img/icons/transport_2x.png) !important;
    }

    #eco-icon{
      background-image: url(../img/icons/eco_friendly_2x.png) !important;
    }

    #pocket-icon{
      background-image: url(../img/icons/pocket_2x.png) !important;
    }

    #flat-icon{
      background-image: url(../img/icons/shipped_flat_2x.png) !important;
    }

    #reusable-icon{
      background-image: url(../img/icons/reusable_2x.png) !important;
    }

    .airypackaging-image{
      background-image: url(../img/airypack_graph_2x.png) !important;
    }

    .conventional-image{
      background-image: url(../img/conventional_graph_2x.png) !important;
    }

    #see-more:before{
      background-image: url(../img/icon_down_2x.png) !important;
    }


    #solution{
        background-image: url(../img/solution_2x.png) !important;
    }

    #licensing{
        background-image: url(../img/license_2x.png) !important;
    }

    #consultancy{
        background-image: url(../img/consultancy_2x.png) !important;
    }

    .quote-text{
      background-image: url(../img/quote_left_2x.png),url(../img/quote_right_2x.png) !important;
    }

    #news-img{
      background-image: url(../img/news_2x.png) !important;
    }

    #airy-img{
      background-image: url(../img/airy_2x.png) !important;
    }

    #tech-img{
      background-image: url(../img/technology_2x.png) !important;
    }

    #services-img{
      background-image: url(../img/services_2x.png) !important;
    }

    #showcases-img{
      background-image: url(../img/showcases_2x.png) !important;
    }

    #contactus-img{
      background-image: url(../img/contactus_2x.png) !important;
    }

    .news-arrow-right{
      background-image: url(../img/news_left_arrow_2x.png) !important;
    }

    .news-arrow-left{
      background-image: url(../img/news_left_arrow_2x.png) !important;
    }

    .showcase-arrow-right {
        background-image: url(../img/showcase_left_arrow_2x.png) !important;
    }

    .showcase-arrow-left {
        background-image: url(../img/showcase_left_arrow_2x.png) !important;
    }
}


@media screen and (min-width:1025px) and (min-resolution: 192dpi){
    .logo-color{
      background-image: url(../img/logo_color_2x.png) !important;
    }

    .news-arrow-left{
      background-image: url(../img/news_left_arrow_dark_2x.png) !important;
    }

    .news-arrow-right{
      background-image: url(../img/news_left_arrow_dark_2x.png) !important;
    }

    .showcase-arrow-left{
      background-image: url(../img/news_left_arrow_dark_2x.png) !important;
    }

    .showcase-arrow-right{
      background-image: url(../img/news_left_arrow_dark_2x.png) !important;
    }
}

@media screen and (min-width:1024px) and (max-width: 1180px) and (min-resolution: 192dpi){
    .logo-color{
      background-image: url(../img/logo_color_2x.png) !important;
    }



    .news-arrow-left{
      background-image: url(../img/news_left_arrow_2x.png) !important;
      left: 0;
    }

    .news-arrow-right{
      background-image: url(../img/news_left_arrow_2x.png) !important;
      right: 0;
    }

    .showcase-arrow-left{
      background-image: url(../img/showcase_left_arrow_2x.png) !important;
      left: 0;
    }

    .showcase-arrow-right{
      background-image: url(../img/showcase_left_arrow_2x.png) !important;
      right: 0;
    }
}

.counter {
    position: absolute;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.1); */
    width: 100%;
    padding: 40px 0px 20px 0px;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    background: linear-gradient(to top,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 100%);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.counter-no {
    font-size: 18px;
    font-weight: 700;
}

.counter-small-text {
    font-size: 18px;
    letter-spacing: 0;
}

header {
	position: absolute;
	width:100%;
  padding-top: 40px;
	top: 0px;
	z-index: 20;
	
 	-webkit-transition: background .25s ease-out, top .25s ease-out;
	-moz-transition: background .25s ease-out, top .25s ease-out;
	-o-transition: background .25s ease-out, top .25s ease-out;
	-ms-transition: background .25s ease-out, top .25s ease-out;
 	transition: background .25s ease-out, top .25s ease-out;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.header-fix{

	height: 59px !important;

	-webkit-transition: background .25s ease-out, top .25s ease-out;
	-moz-transition: background .25s ease-out, top .25s ease-out;
	-o-transition: background .25s ease-out, top .25s ease-out;
	-ms-transition: background .25s ease-out, top .25s ease-out;
 	transition: background .25s ease-out, top .25s ease-out;
 
}

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.page-wrapper{
	min-height:100%;
	height: 100%;
	position:relative;

  -webkit-transition: transform 0.3s cubic-bezier(0.35, 0, 0.35, 0);
  -moz-transition: transform 0.3s cubic-bezier(0.35, 0, 0.35, 0);
  -o-transition: transform 0.3s cubic-bezier(0.35, 0, 0.35, 0);
  -ms-transition: transform 0.3s cubic-bezier(0.35, 0, 0.35, 0);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.35, 0);

}

.nav-wrapper{
	max-width: 1200px;
	height: 100%;
	padding: 0 40px 0 40px; 
	margin: 0 auto;
}

.logo{
	  width: 160px;
    height: 59px;
    padding: 0;
    background-image: url(../img/logo.png);
    background-size: 189px 33px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
}

.logo-color{
    width: 160px;
    height: 59px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
}

.menu > .nav-bordered-btn{
  margin-left: 30px;
}


.fb::before{
  font-family: 'OutOfTheSandbox';
    content: '\e007';
    padding: 8px;
    color: #B3B3B3;
    border-radius: 27px;
    margin: 0px 2px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}

.fb:hover::before{
	background: #365899;
  color: #F9F9F9;
  /*border-color: #B3B3B3;*/
}

/* Burger Menu */
.burger-container{
    position: relative;
    width: 25px;
    height: 20px;
    padding-right: 10px;
    float: right;
    top: 20px;
    cursor: pointer;
  }

  .burger-container span{
      width: 100%;
      height: 1px;
      position: absolute;
      background: #FFFFFF;
      display: block;
  }

  .top-line{
    top: 0;
      -webkit-transform-origin: 1% 0;
      -ms-transform-origin: 1% 0;
      transform-origin: 1% 0;
  }

  .center-line{
      top: 50%;
      margin-top: -1px;
  }

  .bottom-line{
      bottom: 0;
      -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
  }

/* ---------------- */

nav {
	float: right;
}
nav li {
	position: relative;
	display: inline-block;
	line-height: 59px;
	margin: 0 12px;
}

nav a {
	color: #fff;
}

.nav-bordered-btn{
	margin: 0 3px ;
}

.menu{
	color: #fff;
}

.nav-btn:hover { color: #fff; }

.nav-btn {
	display: block;
	color: #E0E0E0; 
	font-weight: 600;
  font-size: 0.85rem;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
	    -ms-transition: all .2s ease;
	text-transform:uppercase;
  cursor: pointer;
}

.nav-btn--active{
  color: #fff;
}

.nav-btn--fixed{
  color: #1F7562;
}

.nav-btn--fixed:hover{
  color: #fff;
}

.nav-btn--fixed.nav-btn--active{
  color: #fff;
}

.nav-btn--fixed-white{
  color: #C7C7C7;
}

.nav-btn--fixed-white.nav-btn--active{
  color: #5A5A5A;
}

.nav-btn--fixed-white:hover{
  color: #5A5A5A;
}

.wide-text {
    position: absolute;
    letter-spacing: 4px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

#see-more:before {
    background-image: url(../img/icon_down.png);
    background-size: 25px 13px;
    display: inline-block;
    width: 25px; 
    height: 13px;
    content:"";

    -webkit-animation: arrow-play 2s ease-in infinite;
    -o-animation: arrow-play 2s ease-in infinite;
    animation: arrow-play 2s ease-in infinite;
}

#see-more {
    width: 100%;
    bottom: 120px;
    /*bottom: 5%;*/
    z-index: 2;
    text-transform: uppercase;
}

.separator{
	width: 100%;
    height: 2px;
    background-color: #84D0BF;
}

.content {
  position: relative;
  color: #fff;
}

footer {
  width: 100%;
  position: relative;
  background: #F9F9F9;
  margin: 0 auto;
  padding: 16px 0;
}

footer li{
	display: inline-block;
	line-height: 22px;
	padding: 20px 20px;
	color: #B6B6B6;
	font-weight: 400;
	font-size: 14px;
}

footer hr{
	border-top: none;
	width: 700px;
	border-color: #616161;
}

footer .copyright{
    color: #818178;
    font-size: 13px;
    font-weight: 400;
    line-height: 46px;
    float: left;
    display: inline-block;
}

footer .footer-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.footer-social-container {
    line-height: 46px;
    float: right;
    display: inline-block;
}

footer .wrapper{
    padding: 0 40px;
}


/* ----------------------------
------------------General UI */

select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.main-container{
	position: relative;
	max-width: 1200px;
  	margin: 60px auto;
}

.no-top-margin{
	background: #f4f4f4;
	margin: 0px auto 60px auto !important;
}
/* ----------------------------
------------------Hero focus */

.page-dots{
	  position: absolute;
    padding: 0;
    text-align: center;
    /*bottom: 13%;*/
    width: 100%;
    z-index: 2;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hero-page-dots{
    bottom: 140px;
}

.page-dot.active span, .page-dot.active:hover span{
	   background-color: #FFFFFF;
     opacity: 1;
}

.page-dot{
	  width: 10px;
    height: 30px;
    padding: 6px;

    display: inline-block;
    cursor: pointer;

}

.page-dot span{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #FFFFFF;
    opacity: 0.5;
    margin: 10px auto;

    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    -ms-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-dot:hover span{
    background-color: #FFFFFF;
    opacity: 0.8;
}

.herofocus{
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.herofocus-full{
	width: 100%;
	margin: 0 auto !important;
	overflow: hidden;
}

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


#hero-overlay{
    width: 100%;
    height: 100%;
    background: #0F1D23;
    opacity: 0.2;
    position: absolute;
    z-index: 1;
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0F1D23;
    opacity: 0.2;
    top: 0;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.overlay-hover{
    opacity: 0.1;
}


.hero{
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
  opacity: 0;

  -webkit-transition: opacity .6s linear;
  -moz-transition: opacity .6s linear;
  -o-transition: opacity .6s linear;
  -ms-transition: opacity .6s linear;
  transition: opacity .6s linear;
}

.hero-img{
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.hero-active{
  opacity: 1;
}

#hero-1{
	background-image: url("../img/hero/hero_1.jpg");
}

#hero-2{
  background-image: url("../img/hero/hero_2.jpg");
}

#hero-3{
  background-image: url("../img/hero/hero_3.jpg"); /* hero_h.jpg */
}


.home-hero-btn-container{
  position: relative;
	display: inline-block;
  opacity: 0;
  top: 18px;

  -webkit-transition: all .5s ease .7s;
  -moz-transition: all .5s ease .7s;
  -o-transition: all .5s ease .7s;
  transition: all .5s ease .7s;
}

.home-hero-btn-container-show{
  top: 0;
  opacity: 1;
}


.hero-btn{
	display: inline-block;
	margin: 20px 50px !important;
	color: white;
	border-color: white;
}

.bordered-btn{
	position: relative;

	font-weight: 400;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	padding: 15px 0;
	margin: 24px auto;
	top: 76%;
	width: 100px;
	cursor: pointer;
	width: 164px;

	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;  
   	     -o-transition: all .3s ease;  
        	transition: all .3s ease; 
}

.bordered-btn:hover{
	background: #fff;
	color: #000;
}

.noborder-btn{
	position: relative;
	font-weight: 400;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	padding: 15px 0;
	margin: 15px auto;
	top: 76%;
	width: 100px;
	cursor: pointer;
	width: 164px;
	background: #009CFF !important;
	border-color: #009CFF !important;
	font-size: 16px;
	color: white;
}

.blue-bordered-btn{
	color: #009cff;
	border-color: #009cff;
	-webkit-transition: all .4s ease;
   -moz-transition: all .4s ease;  
	     -o-transition: all .4s ease;  
    	transition: all .4s ease; 
}

.blue-bordered-btn:hover{
	background: #009cff;
	color: #fff;
}

.hero-btn-desc{
	color: white;
}

.home-hero-text{
    position: relative;
    top: -18px;

    text-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    opacity: 0;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;  
    -o-transition: all .5s ease;  
    transition: all .5s ease; 

    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.home-hero-text-show{
    top: 0;
    opacity: 1;
}

.home-hero-text:after{
	  position: relative;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #84D0BF;
    /*#28D1BB;*/
    margin-top: 20px;
    margin-left: 3px;
}

.hero-subtext{
	color: white;
	font-size: 18px;
}


.hero-text{
	color: white;
	margin-bottom: 10px;
  
}

.hero-content-container{
	text-align: center;
	position: relative;
	z-index: 2;
  margin: 0 20px;
}


.home-learn-btn{
	  color: #FFFFFF;
    border-color: #FFFFFF;
    margin: 20px 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: rgba(255,255,255,0.2);
    letter-spacing: 4px;
    font-size: 12px;
    border-width: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.home-learn-btn:hover{
	color: #fff;
	background: rgba(255,255,255,0.3);;
}

.small-separator{
	width: 28px;
  height: 1px;
  background-color: #84D0BF;
  margin: 0 auto;
}

#aboutus-title{
	color: #909090;
}

#services-title{
  color: #909090;
}

.news-container{
    margin: 0 auto;
}

.news-hero-dummy{
    margin-top: 56.25%;
}

.news-hero-container {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.news-imgs-list {
    height: 100%;
    width: 300%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    transition-duration: 0ms;
    transform: translate3d(0,0,0);
    animation-timing-function: ease;
}

.news-img {
    width: calc(1/3 * 100%);
    height: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    position: relative;
    float: left;
}

.news-text-items-container {
    height: 120px;
    position: relative;
}

.news-text-item {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 34px;
    opacity: 0;

    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;

}

.news-text-item.active{
    opacity: 1;
}

.news-headline {
    font-weight: 600;
    text-align: center;
}

.news-text {
    text-align: center;
}

.news-page-dots {
    position: relative;
    margin-top: 20px;
    padding: 0;
    text-align: center;
    /* bottom: 13%; */
    width: 100%;
    z-index: 2;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.news-page-dots .active span{
  background-color: #8E8E8E;
}

.news-page-dots:hover .active span{
  background-color: #8E8E8E;
}

.news-dot:hover span{
   background: #B9B9B9;
}

.news-page-dots span{
    background: #B9B9B9;
}

.news-hero-outer {
    position: relative;
}

.news-arrow-right {
    position: absolute;
    top: 50%;
    width: 49px;
    height: 81px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 49px 81px;
    opacity: 0.6;
    transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    -webkit-transform: translateY(-50%) scaleX(-1);
    -moz-transform: translateY(-50%) scaleX(-1);
    cursor: pointer;
}

.news-arrow-left {
    position: absolute;
    top: 50%;
    width: 49px;
    height: 81px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 49px 81px;
    opacity: 0.6;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    cursor: pointer;
}

.news-arrow-left:hover{
  opacity: 1;
}

.news-arrow-right:hover{
  opacity: 1;
}


#news-1-img{
  background-image: url("../img/news/1.jpg");
}

#section-about{
	padding: 80px 0;
  background: #F9F9F9;
  color: black;
  /*background-image: url("../img/texture.png");*/
}

.section-icon{
  width: 75px;
  height: 75px;
  background-size: 75px 75px;
  background-repeat: no-repeat;
  margin: 0 auto;
}

#news-img{
  background-image: url("../img/news.png");
}

#airy-img{
	background-image: url("../img/airy.png");
}

#tech-img{
  background-image: url("../img/technology.png");
}

#services-img{
  background-image: url("../img/services.png");
}

#showcases-img{
  background-image: url("../img/showcases.png");
}

#contactus-img{
  background-image: url("../img/contactus.png");
}

.home-section{
	position: relative;
	padding: 100px 0;
}

.subsection{
  position: relative;
  padding: 100px 0;
}

.home-section-title{
	text-align: center;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.home-section-subtitle{
  text-align: center;
    font-size: 30px;
  letter-spacing: .2em; 
  text-transform: uppercase;
}

.section-title{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1em; 
    text-transform: uppercase;
    color: #808080;
    padding-right: 20px;
    padding-left: 20px;
}

.section-subtitle{
	  text-align: center;
    color: #6f6f6f;
    margin: 0 auto;
}

.section-text{
  text-align: justify;
  max-width: 616px;
  margin: 0 auto;
  padding: 20px;
  font-size: 18px;
}

.spec-text ul{
    list-style: square outside none;
    margin-left: 0;
    padding-left: 2em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.patented-img{
    color: #6ECDB8;
    border-color: #6ECDB8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 4px;
    font-size: 13px;
    border-width: 1px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 7px 0;
}

.patented-img:hover{
    color: #fff;
    background-color: #6ECDB8;
}

.detail-btn{
	text-align: center;
    color: #6ECDB8;
    font-weight: 400;
    cursor: pointer;
}

.detail-btn:hover{
	color: #29AB8E;
}

.section-tech-adv{
  /*background-color: #2b2b2b;*/
  background: #333535; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #333535 0%, #9cb9b8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  #333535 0%,#9cb9b8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  #333535 0%,#9cb9b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333535', endColorstr='#9cb9b8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.section-comparison {
    background-color: #F5F5F5;
    color: #585858;
    font-weight: 600;
    background-image: url(../img/11.jpg);
    background-size: cover;
    background-position: center;
}

.section-quote{
    color: white;
    text-align: center;
    background-image: url(../img/11.jpg);
    background-size: cover;
    background-position: center center;
    height: 579px;
    padding: 0 !important;
}

.quote-text-container{
    margin: 0 20px;
}

.quote-text{
    position: relative;
    font-style: italic;
    letter-spacing: 2px;
    font-weight: 400;
    top: -7px;
    width: 60%;
    background-image: url("../img/quote_left.png"),url("../img/quote_right.png");
    background-position: left center,right center;
    background-repeat: no-repeat;
    padding: 0 56px;
    max-width: 554.6px;
    margin: 0 auto;

    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;  
    -o-transition: all .7s ease;  
    transition: all .7s ease; 
}

.quote-item{
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 48%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;  
    -o-transition: all .9s ease;  
    transition: all .9s ease; 
}

.quote-item-active{
    opacity: 1;
}

.quote-text-active{
    top: 0;
}

.quote-sign{
    position: relative;
    font-style: italic;
    letter-spacing: 2px;
    opacity: 0;
    left: -4px;
    /*top: 7px;*/

    -webkit-transition: all 1s ease .4s;
    -moz-transition: all 1s ease .4s;  
    -o-transition: all 1s ease .4s;  
    transition: all 1s ease .4s; 
}

.quote-sign-active{
    /*top: 0;*/
    left: 0;
    opacity: 1;
}

.section-patent-comparison{
  background-color: #5D6968;
  color: white;
  font-weight: 600;
  padding: 60px 0 8px 0;
}

.section-award{
  background-color: #F9F9F9;
}

.section-tech-adv > .section-title{
	color: #FFFFFF;
}

.comparison-conventional > .section-title {
    color: #fff;
    padding: 20px 0;
}
.comparison-airypack > .section-title {
    color: #46DCC3;
    padding: 20px 0;
}

.section-application > .section-title{
  color: #6f6f6f;
}

.section-specs > .home-section-title{
  padding-top: 40px;
  color: #6f6f6f;
  margin: 0 20px;
}

.section-specs > .home-section-subtitle{
  color: #25A791;
  margin: 0 20px;
}


#section-news{
  background: white;
  color: black;
  padding-top: 60px;
  padding-bottom: 40px;
}

#section-technology{
  background: white;
  color: black;
  padding-bottom: 0;
}

#section-showcases{
  background-color: #fff;
  color: #000;
  padding: 0;
}

#section-services{
  background-color: #F9F9F9;
  color: black;
  padding-top: 0;
}

.section-application{
  padding-top: 0;
  padding-bottom: 0;
}

.section-clients-showcases{
  margin: 0 auto;
}

#section-contact{
  background-color: #fff;
  padding: 0;
  color: #818178;
  text-align: center;
}

#contact-title{
  color: #818178;
}

.contact-info-title{
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact-info {
    font-size: 18px;
}

.contact-item{
    position: relative;
    float: left;
    margin-top: 40px;
    font-size: 16px;
}

.map-container{
  overflow:hidden;
  width:100%; 
  color:black;
}

.conventional-image{
    height: 166px;
    margin: 24px auto 30px auto;
    background-image: url(../img/conventional_graph.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}


.airypackaging-image{
    height: 166px;
    margin: 24px auto 30px auto;
    background-image: url(../img/airypack_graph.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.patent-conventional-image{
    height: 166px;
    margin: 24px auto 30px auto;
    background-image: url(../img/conventional_graph.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.patent-airypackaging-image{
    height: 166px;
    margin: 24px auto 30px auto;
    background-image: url(../img/airypack_graph.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}


.graphic-info{
    position: absolute;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    display:none;
}

#outer1{
    left: -140px;
    top: -10px;
}

#glue1{
    top: 13px;
    left: -140px;
}

#grey-board{
    top: 43px;
    left: -140px;
}

#glue2{
    top: 75px;
    left: -140px;
}

#outer2{
    top: 97px;
    left: -140px;
}

#outer3{
    left: 302px;
    top: 93px;
}

#hollow{
    top: 30px;
    left: 303px;
}

.list {
	 margin: 0 auto;
   max-width: 1200px;
}

.list-container{
  max-width: 1000px;
  margin: 0 auto;
}

.adv-list{
  padding: 80px 0 0 5%;
  width: 80%;
}

.award-list{
	max-width: 1200px;
}

.application-list{
	   max-width: 1024px;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.list-item{
    width: 50%;
    height: 80px;
    display: inline-block;
    float: left;
    color: black;
    position: relative;
    margin: 20px 0;
}

.list-item-text{
    color: white;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-left: 84px;
    margin-right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.list-item-icon{
    display: inline-block;
    position: absolute;
    float: left;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.comparison-container{
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.comparison{
    position: relative;
    display: inline-block;
    float: left;
}


.comparison-airypack{
    float: right;
}

.comparison-conventional > .comparison-point-container{
    color: #88A5A3;
}

.comparison-point-container{
    margin: 0 auto;
    text-align: center;
    padding: 16px 16px 60px 16px;
}

.comparison-point-header{
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 34px 0 6px 0;
}

.comparison-point {
    font-weight: 400;
    color: #EAEAEA;
}

.comparison-airypack > .comparison-point-container > .comparison-point-header {
    color: #46DCC3;
}

.comparison-airypack > .airypackaging-image > .graphic-info{
    color: #0F806D;
}

.vertical-separator{
    height: 83%;
    width: 1px;
    position: absolute;
    top: 50%;
    background-color: dimgrey;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}


.award-item{
    position: relative;
    float: left;
    margin-top: 40px;
    font-size: 16px;
}

.award-item-container{
	width: 90%;
	margin: 0 auto;
}

.award-img{
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: contain;
}

.award-desc{
	   padding-top: 30px;
    text-align: center;
    margin: 0 auto;
    color: #6f6f6f;
    width: 90%;
    height: 90px;
}

#hkawards{
	background-image: url(../img/award/hkaward_merit.png);
}

#greenlabel{
	background-image: url(../img/award/green_label.png);
}

#climatop{
	background-image: url(../img/award/award_climatop.png);
}

#spaf{
	background-image: url(../img/award/spaf.png);
}

.application-item {
    float: left;
}

.application-item-container{
	position: relative;
  overflow: hidden;
}

.application-img{
    max-width: 100%;
    height: auto;
    display: block;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}


.application-desc {
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 14px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    font-weight: 700;
    background: linear-gradient(to top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
}


.showcase-desc{
    opacity: 0;
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
    position: absolute;
    width: 60%;
    text-transform: uppercase;
    letter-spacing: -1px;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);

    -webkit-transition: all .6s ease .6s;
    -moz-transition: all .6s ease .6s;
    -o-transition: all .6s ease .6s;
    transition: all .6s ease .6s;
}

.showcase-desc.active{
    opacity: 1;
}

.showcase-item > .overlay{
    opacity: 0.3;
}

.section-quote > .overlay {
    opacity: 0.9;
    background: #0c1010; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #0c1010 0%, #6a9695 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #0c1010 0%,#6a9695 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #0c1010 0%,#6a9695 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1010', endColorstr='#6a9695',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section-comparison > .overlay{
    opacity: 0.9;
    background: #162121;
}


.section-title-container{
    position: relative;
    padding: 60px 0;
    background-attachment: fixed;
    overflow: hidden;
}

.showcase-item{
    position: relative;
    float: left;
    width: 446px;
    height: 267px;
    margin-right: 10px;
}

.showcase-list-itmes {
    width: 6000px;
}

.showcase-img{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#showcase-1{
  background-image: url(../img/gallery/Product001.JPG);
}

#showcase-2{
  background-image: url(../img/gallery/Product002.JPG);
}

#showcase-3{
  background-image: url(../img/gallery/Product003.JPG);
}

#showcase-13{
  background-image: url(../img/gallery/Product013.JPG);
}

#showcase-5{
  background-image: url(../img/gallery/Product005.JPG);
}

#showcase-6{
  background-image: url(../img/gallery/Product006.JPG);
}

.showcase-hero-item{
  width: calc(1/14 * 100%);
  height: 100%;
  display: inline-block;
  position: relative;
  float: left;
}

.showcase-control{
    background-color: #fff;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    font-size: 35px;
    text-indent: -6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.showcase-control.control-prev{
    left: 0;
}

.showcase-control.control-next{
    right: 0;
}

.showcase-hero-outer{
    position: relative;
    margin: 0 auto;
}

.showcase-hero-container {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 8px;
}


.showcase-hero{
    height: 100%;
    width: 1400%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    -webkit-transition-duration: 800ms;
    -webkit-transform: translate3d(0,0,0);

    -moz-transition-duration: 800ms;
    -moz-transform: translate3d(0,0,0);

    transition-duration: 800ms;
    transform: translate3d(0,0,0);

    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
}

.showcase-hero-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    display: inline-block;
    float: left;
    background-image: url(../img/dummy.png);
  }

.showcase-hero-desc-container{
    position: relative;
    background-color: #151515;
    display: inline-block;
    float: left;
}

.showcase-indicators {
    position: relative;
    height: 8px;
    top: 8px;
    background-color: #CACACA;
}

.indicator-highlight {
    height: 100%;
    position: absolute;
    background-color: #36BDB1;
    left: 0;

    -webkit-transition-duration: 0ms;
    -webkit-transform: translate3d(0,0,0);

    -moz-transition-duration: 0ms;
    -moz-transform: translate3d(0,0,0);

    transition-duration: 0ms;
    transform: translate3d(0,0,0);

    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;

}

.indicator {
    height: 100%;
    display: inline-block;
    float: left;
    background-color: #D6D6D6;
    cursor: pointer;

    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.indicator:last-child{
  float: right;
}

.indicator:hover{
    background-color: #E8E8E8;
}

.showcase-arrow-right {
    position: absolute;
    top: 50%;
    width: 49px;
    height: 81px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/showcase_left_arrow.png);
    background-size: 49px 81px;
    opacity: 0.6;
    transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    -webkit-transform: translateY(-50%) scaleX(-1);
    -moz-transform: translateY(-50%) scaleX(-1);
    cursor: pointer;
}

.showcase-arrow-left {
    position: absolute;
    top: 50%;
    width: 49px;
    height: 81px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 49px 81px;
    background-image: url(../img/showcase_left_arrow.png);
    opacity: 0.6;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    cursor: pointer;
}

.showcase-arrow-left:hover{
  opacity: 1;
}

.showcase-arrow-right:hover{
  opacity: 1;
}

.showcase-list{
  position: relative;
  transition-property: height,width;
  transition-duration: .3;
}

.showcase-list-collection{
  overflow: hidden;
  margin: 30px
}

.services-item{
    position: relative;
    float: left;
    margin-top: 40px;
    font-size: 16px;
}

.services-item-container{
  margin: 0 20px;
}

.services-img{
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    margin: 0 auto;
    background-size: contain;
    width: 100px;
    padding: 20px 0;
}

.services-desc{
    padding-top: 30px;
    text-align: center;
    margin: 0 auto;
    color: #6f6f6f;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.services-subdesc {
    margin: 0 auto;
    text-align: center;
    padding-top: 17px;
    font-size: 18px;
    color: #6f6f6f;
    width: 83%;
}

#solution{
    background-image: url(../img/solution.png);
}

#licensing{
    background-image: url(../img/license.png);
}

#consultancy{
    background-image: url(../img/consultancy.png);
}

/* icons */

#material-icon{
	width: 46px;
	height: 46px;
	background-image: url(../img/icons/material.png);
  background-size: 46px 46px;
}

#glue-icon{
	left: 10px;
	width: 36px;
	height: 54px;
	background-image: url(../img/icons/glue.png);
  background-size: 36px 54px;
}

#lighter-icon{
	left: 11px;
	width: 25px;
	height: 66px;
	background-image: url(../img/icons/lighter.png);
  background-size: 25px 66px;
}

#transport-icon{
	width: 55px;
	height: 40px;
	background-image: url(../img/icons/transport.png);
  background-size: 55px 40px;
}

#eco-icon{
	left: 5px;
	width: 42px;
	height: 55px;
	background-image: url(../img/icons/eco_friendly.png);
  background-size: 42px 55px;
}

#pocket-icon{
	left: 8px;
	width: 42px;
	height: 51px;
	background-image: url(../img/icons/pocket.png);
  background-size: 42px 51px;
}

#flat-icon{
	left: 5px;
	width: 44px;
	height: 49px;
	background-image: url(../img/icons/shipped_flat.png);
  background-size: 44px 49px;
}

#reusable-icon{
	left: 2px;
	width: 58px;
	height: 45px;
	background-image: url(../img/icons/reusable.png);
  background-size: 58px 45px;
}

.list-item-icon{
	background-repeat: no-repeat;
	background-position: center center;
}

.section-specs{
  padding: 60px 0;
  color: #6f6f6f;
  background-color: #F9F9F9;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}

.text-center{
	text-align: center;
}



