/* layout.css */
#header{width:100%;left:0;top:0;position:fixed;overflow:visible;background-color:#000;-webkit-box-shadow:0 1px 6px 0 rgba(0,0,0,.35);box-shadow:0 1px 6px 0 rgba(0,0,0,.35);z-index:200}#header .inside{width:115rem;height:7.5rem;margin:0 auto;padding:0}#logo{width:300px;height:40px;margin-top:45px}#main{width:100%;margin:0 auto;padding-top:9.4375rem;background-color:#000;min-height: 75vh}#main:after{clear:both;content:''}#footer{width:100%;position:relative;background-color:#20201f;-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.2);box-shadow:0 0 6px 0 rgba(0,0,0,.2);color:#fff}#footer .inside{width:115rem;position:relative;margin:0 auto;padding-top:2rem;padding-bottom:2rem}#footer .ce_toplink{width:100%;position:relative}#footer .ce_toplink a{width:56px;height:56px;top:-3.75rem;position:absolute;display:block;vertical-align:middle;text-align:center;background-color:#fff;border:0 solid #fff;border-radius:50%;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.15);box-shadow:0 2px 5px 0 rgba(0,0,0,.15);behavior:url('assets/css3pie/1.0.0/PIE.htc');left: calc(50% - 28px);-moz-transition: all 0.3s, ease-in-out;-webkit-transition: all 0.3s, ease-in-out;-o-transition: all 0.3s, ease-in-out;transition: all 0.3s, ease-in-out;cursor:pointer;z-index: 100}#footer .ce_toplink a:hover{-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,.4);box-shadow:0 4px 10px 0 rgba(0,0,0,.4);behavior:url('assets/css3pie/1.0.0/PIE.htc')}#footer .ce_toplink a i{width:56px;height:56px;display:inline-block;font-size:1.6rem;line-height:56px;color:#58585a}#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6,#footer p,#footer a{color:#fff}#footer a:hover{color:#e30613}#footer a:active{color:#eee}#footer .icon-links{margin-top:0;margin-bottom:0}#footer .icon-links ul{display:block}#footer .icon-links li{display:block;padding-top:0;padding-right:1rem;padding-bottom:0;line-height:3rem}#footer .companyBox .ce_hyperlink.noBorder,#footer .serviceBox .ce_hyperlink.noBorder,#footer .icon-links li:last-child{border:none}#cookiebar{padding:1rem;background-color:rgba(0,0,0,.7);z-index:1000}#cookiebar button{height:auto;padding:.5rem 1rem;background-color:#00BCD4;line-height:1em}#cookiebar button:hover{background-color:rgba(00BCD4,.8)}#cookiebar a{}#cookiebar a:hover{color:#00BCD4}.headroom{transition: transform .5s ease-in-out;will-change: transform}.headroom--pinned{-ms-transform: translateY(0%);-webkit-transform: translateY(0%);transform: translateY(0%)}.headroom--unpinned{-ms-transform: translateY(0%);-webkit-transform: translateY(0%);transform: translateY(-110%)}.sideLine{border-right:1px solid #e0e0e0}