/*! levinteractive 2017-12-11 */
body{background:#fff;font-family:"proxima-nova";font-weight:300;font-style:normal;margin:0;color:#111;overflow:hidden;font-size:14px;line-height:22px}canvas{background:#fff;background:-webkit-linear-gradient(to(scale-point) bottom, #fff 0%, #f6f6f6 47%, #ededed 100%);background:-moz-linear-gradient(to(scale-point) bottom, #fff 0%, #f6f6f6 47%, #ededed 100%);background:-o-linear-gradient(to(scale-point) bottom, #fff 0%, #f6f6f6 47%, #ededed 100%);background:-ms-linear-gradient(to(scale-point) bottom, #fff 0%, #f6f6f6 47%, #ededed 100%);background:linear-gradient(to(scale-point) bottom, #fff 0%, #f6f6f6 47%, #ededed 100%)}.content{width:64%;margin:auto;max-width:1080px;position:absolute;z-index:1000;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);}@media only screen and (max-width:1200px){.content{width:75%}}strong{font-size:16px}.bd{padding-top:70px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}ul{list-style:none;margin:0;padding:0}li{display:inline-block;}li + li::before{content:" | ";margin:0 5px}a{color:#4a90e2;font-weight:500;text-decoration:none;border-bottom:transparent 2px solid;}a:hover{border-bottom:#000 2px solid;color:#000}.balloon{float:left;width:213px;margin-right:60px}#sky{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-animation-name:fadeQuasi;-moz-animation-name:fadeQuasi;-o-animation-name:fadeQuasi;-ms-animation-name:fadeQuasi;animation-name:fadeQuasi;-webkit-animation-duration:5s;-moz-animation-duration:5s;-o-animation-duration:5s;-ms-animation-duration:5s;animation-duration:5s;-webkit-animation-delay:1s;-moz-animation-delay:1s;-o-animation-delay:1s;-ms-animation-delay:1s;animation-delay:1s;-webkit-animation-iteration-count:1;-moz-animation-iteration-count:1;-o-animation-iteration-count:1;-ms-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:normal;-moz-animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;animation-direction:normal;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:running;-moz-animation-play-state:running;-o-animation-play-state:running;-ms-animation-play-state:running;animation-play-state:running}path{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-animation-name:fade;-moz-animation-name:fade;-o-animation-name:fade;-ms-animation-name:fade;animation-name:fade;-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;-ms-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:.5s;-moz-animation-delay:.5s;-o-animation-delay:.5s;-ms-animation-delay:.5s;animation-delay:.5s;-webkit-animation-iteration-count:1;-moz-animation-iteration-count:1;-o-animation-iteration-count:1;-ms-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:normal;-moz-animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;animation-direction:normal;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:running;-moz-animation-play-state:running;-o-animation-play-state:running;-ms-animation-play-state:running;animation-play-state:running;}path:nth-child(1){-webkit-animation-delay:1s;-moz-animation-delay:1s;-o-animation-delay:1s;-ms-animation-delay:1s;animation-delay:1s}path:nth-child(2){-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;animation-delay:1.5s;-webkit-animation-duration:3s;-moz-animation-duration:3s;-o-animation-duration:3s;-ms-animation-duration:3s;animation-duration:3s}path:nth-child(3){-webkit-animation-delay:2.5s;-moz-animation-delay:2.5s;-o-animation-delay:2.5s;-ms-animation-delay:2.5s;animation-delay:2.5s}path:nth-child(4){-webkit-animation-delay:3.5s;-moz-animation-delay:3.5s;-o-animation-delay:3.5s;-ms-animation-delay:3.5s;animation-delay:3.5s}path:nth-child(5){-webkit-animation-delay:4s;-moz-animation-delay:4s;-o-animation-delay:4s;-ms-animation-delay:4s;animation-delay:4s}path:nth-child(6){-webkit-animation-delay:4.5s;-moz-animation-delay:4.5s;-o-animation-delay:4.5s;-ms-animation-delay:4.5s;animation-delay:4.5s}path:nth-child(7){-webkit-animation-delay:5s;-moz-animation-delay:5s;-o-animation-delay:5s;-ms-animation-delay:5s;animation-delay:5s}@media only screen and (max-width:1090px){body,html{height:100%}.content{width:85%;overflow:auto;height:100%}.balloon{display:none}ul li{display:block;width:49%;padding:0 0 10px;float:left}li + li::before{content:"";margin:0}.ml{background:url("/wp-content/themes/lev/assets/img/logo-lrg.png") no-repeat;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain;width:100px;height:110px;margin:auto 0 15px}}@-moz-keyframes fade{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}100%{opacity:1;-ms-filter:none;filter:none}}@-webkit-keyframes fade{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}100%{opacity:1;-ms-filter:none;filter:none}}@-o-keyframes fade{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}100%{opacity:1;-ms-filter:none;filter:none}}@keyframes fade{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}100%{opacity:1;-ms-filter:none;filter:none}}@-moz-keyframes fadeQuasi{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}100%{opacity:.69;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=69)";filter:alpha(opacity=69)}}@-webkit-keyframes fadeQuasi{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}100%{opacity:.69;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=69)";filter:alpha(opacity=69)}}@-o-keyframes fadeQuasi{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}100%{opacity:.69;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=69)";filter:alpha(opacity=69)}}@keyframes fadeQuasi{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}100%{opacity:.69;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=69)";filter:alpha(opacity=69)}}