* {
    font-family: "微软雅黑",arial,helvetica,sans-serif !important;
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,td,th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

a img {
    border: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}
.noselect {
    cursor:default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    pointer-events: none;
}
.arrow_box {
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent; 
         border-left:0px  solid transparent;        
    border-right:20px solid white; 
    display: inline-block;
}

td.item {
    padding-top: 10px !important;
}

#typeWriterHeader{
    float:left;
}
.refrect {
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1)
}

.button {
    z-index: 9999
}

.button-left,.button-right {
    position: absolute
}

@media screen and (min-width: 640px) {
    .button-right {
        -moz-transform:scaleX(-1) translateY(-50%);
        -ms-transform: scaleX(-1) translateY(-50%);
        -webkit-transform: scaleX(-1) translateY(-50%);
        transform: scaleX(-1) translateY(-50%);
        top: 50%;
        left: 50%;
        margin-left: -15px
    }
}

@media screen and (max-width: 640px) {
    .button-right {
        -moz-transform:scaleX(1) translateX(-50%);
        -ms-transform: scaleX(1) translateX(-50%);
        -webkit-transform: scaleX(1) translateX(-50%);
        transform: scaleX(1) translateX(-50%);
        margin: auto;
        left: 50%;
        bottom: 0
    }
}

@media screen and (min-width: 640px) {
    .button-left {
        -moz-transform:translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        top: 50%;
        right: 50%;
        margin-right: -15px
    }
}

@media screen and (max-width: 640px) {
    .button-left {
        -moz-transform:scaleX(1) translateX(-50%);
        -ms-transform: scaleX(1) translateX(-50%);
        -webkit-transform: scaleX(1) translateX(-50%);
        transform: scaleX(1) translateX(-50%);
        margin: auto;
        left: 50%;
        bottom: 0;
    }
}

.typed-cursor{
    font-weight: bold;
    color:#FFF;
    opacity: 1;
    -webkit-animation: blink 0.2s infinite;
    -moz-animation: blink 0.2s infinite;
    animation: blink 0.2s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.hamburglar {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    position: relative;
    display: block;
    width: 58px;
    height: 48px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.path-burger {
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    width: 68px
}

.animate-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px
}

.path-rotation {
    height: 34px;
    width: 34px;
    margin: 34px 34px 0 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

@-webkit-keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate-in {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes rotate-in {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.hamburglar.is-open .path {
    -webkit-animation: dash-in .4s linear normal;
    animation: dash-in .4s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hamburglar.is-open .animate-path {
    -webkit-animation: rotate-in .4s linear normal;
    animation: rotate-in .4s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hamburglar.is-closed .path {
    -webkit-animation: dash-out .4s linear normal;
    animation: dash-out .4s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hamburglar.is-closed .animate-path {
    -webkit-animation: rotate-out .4s linear normal;
    animation: rotate-out .4s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.path {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    stroke-linejoin: round
}

@-webkit-keyframes dash-in {
    0%,40% {
        stroke-dashoffset: 240
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes dash-in {
    0%,40% {
        stroke-dashoffset: 240
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes dash-out {
    0% {
        stroke-dashoffset: 0
    }

    100%,40% {
        stroke-dashoffset: 240
    }
}

@keyframes dash-out {
    0% {
        stroke-dashoffset: 0
    }

    100%,40% {
        stroke-dashoffset: 240
    }
}

.burger-icon {
    position: absolute;
    padding: 20px 16px;
    height: 68px;
    width: 68px
}

.burger-container {
    position: relative;
    height: 28px;
    width: 36px
}

.burger-bun-bot,.burger-bun-top,.burger-filling {
    position: absolute;
    display: block;
    height: 4px;
    width: 36px;
    border-radius: 2px;
    background: #f6f6f6
}

.burger-bun-top {
    top: 0;
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px;
    transform-origin: 34px 2px
}

.burger-bun-bot {
    bottom: 0;
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px;
    transform-origin: 34px 2px
}

.burger-filling {
    top: 12px
}

.burger-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px
}

.svg-ring {
    width: 68px;
    height: 68px
}

.hamburglar.is-open .burger-bun-top {
    -webkit-animation: bun-top-out .4s linear normal;
    animation: bun-top-out .4s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hamburglar.is-open .burger-bun-bot {
    -webkit-animation: bun-bot-out .4s linear normal;
    animation: bun-bot-out .4s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hamburglar.is-closed .burger-bun-top {
    -webkit-animation: bun-top-in .4s linear normal;
    animation: bun-top-in .4s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hamburglar.is-closed .burger-bun-bot {
    -webkit-animation: bun-bot-in .4s linear normal;
    animation: bun-bot-in .4s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes bun-top-out {
    0% {
        left: -8px;
        top: -12px;
        width: 20px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    20% {
        left: -8px;
        top: -12px;
        width: 24px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    80% {
        left: -5px;
        top: 2px;
        width: 40px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    100% {
        left: -5px;
        top: 0;
        width: 36px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes bun-top-out {
    0% {
        left: -8px;
        top: -12px;
        width: 20px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    20% {
        left: -8px;
        top: -12px;
        width: 24px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    80% {
        left: -5px;
        top: 2px;
        width: 40px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    100% {
        left: -5px;
        top: 0;
        width: 36px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@-webkit-keyframes bun-bot-out {
    0% {
        left: -8px;
        bottom: -12px;
        width: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    20% {
        left: -8px;
        bottom: -12px;
        width: 24px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    80% {
        left: -4px;
        bottom: 2px;
        width: 40px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    100% {
        left: -5px;
        bottom: 0;
        width: 36px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes bun-bot-out {
    0% {
        left: -8px;
        bottom: -12px;
        width: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    20% {
        left: -8px;
        bottom: -12px;
        width: 24px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    80% {
        left: -4px;
        bottom: 2px;
        width: 40px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    100% {
        left: -5px;
        bottom: 0;
        width: 36px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-webkit-keyframes bun-top-in {
    0% {
        left: -5px;
        top: 0;
        width: 36px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    20% {
        left: -6px;
        top: -10px;
        width: 24px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    80% {
        left: -8px;
        top: -12px;
        width: 14px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    100% {
        left: -8px;
        top: -12px;
        width: 20px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes bun-top-in {
    0% {
        left: -5px;
        top: 0;
        width: 36px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    20% {
        left: -6px;
        top: -10px;
        width: 24px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    80% {
        left: -8px;
        top: -12px;
        width: 14px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    100% {
        left: -8px;
        top: -12px;
        width: 20px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@-webkit-keyframes bun-bot-in {
    0% {
        left: -5px;
        bottom: 0;
        width: 36px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    20% {
        left: -6px;
        bottom: -10px;
        width: 24px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    80% {
        left: -8px;
        bottom: -12px;
        width: 14px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    100% {
        left: -8px;
        bottom: -12px;
        width: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes bun-bot-in {
    0% {
        left: -5px;
        bottom: 0;
        width: 36px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    20% {
        left: -6px;
        bottom: -10px;
        width: 24px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    80% {
        left: -8px;
        bottom: -12px;
        width: 14px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    100% {
        left: -8px;
        bottom: -12px;
        width: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.hamburglar.is-open .burger-filling {
    -webkit-animation: burger-fill-out .4s linear normal;
    animation: burger-fill-out .4s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hamburglar.is-closed .burger-filling {
    -webkit-animation: burger-fill-in .4s linear normal;
    animation: burger-fill-in .4s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes burger-fill-in {
    0% {
        width: 0;
        left: 36px
    }

    40% {
        width: 0;
        left: 40px
    }

    80% {
        width: 36px;
        left: -6px
    }

    100% {
        width: 36px;
        left: 0
    }
}

@keyframes burger-fill-in {
    0% {
        width: 0;
        left: 36px
    }

    40% {
        width: 0;
        left: 40px
    }

    80% {
        width: 36px;
        left: -6px
    }

    100% {
        width: 36px;
        left: 0
    }
}

@-webkit-keyframes burger-fill-out {
    0% {
        width: 36px;
        left: 0
    }

    20% {
        width: 42px;
        left: -6px
    }

    40% {
        width: 0;
        left: 40px
    }

    100% {
        width: 0;
        left: 36px
    }
}

@keyframes burger-fill-out {
    0% {
        width: 36px;
        left: 0
    }

    20% {
        width: 42px;
        left: -6px
    }

    40% {
        width: 0;
        left: 40px
    }

    100% {
        width: 0;
        left: 36px
    }
}

@-moz-keyframes pound {
    to {
        -moz-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
        box-shadow: 1px 2px 3px 0 rgba(0,0,0,.65),2px 6px 12px 0 rgba(0,0,0,.5),3px 8px 15px 0 rgba(0,0,0,.45)
    }
}

@-webkit-keyframes pound {
    to {
        -webkit-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
        box-shadow: 1px 2px 3px 0 rgba(0,0,0,.65),2px 6px 12px 0 rgba(0,0,0,.5),3px 8px 15px 0 rgba(0,0,0,.45)
    }
}

@keyframes pound {
    to {
        -moz-transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
        -webkit-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
        box-shadow: 1px 2px 3px 0 rgba(0,0,0,.65),2px 6px 12px 0 rgba(0,0,0,.5),3px 8px 15px 0 rgba(0,0,0,.45)
    }
}

ul.loader {
    display: block;
    position: relative;
    width: 50px
}

@media screen and (min-width: 1280px) {
    ul.loader {
        margin:155px auto
    }
}

@media screen and (min-width: 640px) and (max-width:1280px) {
    ul.loader {
        margin:95px auto
    }
}

@media screen and (min-width: 320px) and (max-width:640px) {
    ul.loader {
        margin:95px auto
    }
}

@media screen and (max-width: 320px) {
    ul.loader {
        margin:80px auto
    }
}

.loader li {
    list-style: none;
    display: block;
    float: left;
    width: 2px;
    height: 20px;
    margin: 0 6px 0 0;
    background: #fff;
    box-shadow: 1px 1px 1px 0 transparent,1px 1px 1px 0 transparent,1px 1px 1px 0 transparent;
    -moz-animation: pound .5s ease-in-out infinite alternate;
    -webkit-animation: pound .5s ease-in-out infinite alternate;
    animation: pound .5s ease-in-out infinite alternate;
    -moz-animation-delay: .05s;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    -moz-transform-origin: center 50%;
    -ms-transform-origin: center 50%;
    -webkit-transform-origin: center 50%;
    transform-origin: center 50%
}

.loader li:nth-child(2) {
    -moz-animation-delay: .15s;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.loader li:nth-child(3) {
    -moz-animation-delay: .25s;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.loader li:nth-child(4) {
    -moz-animation-delay: .35s;
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

.loader li:nth-child(5) {
    -moz-animation-delay: .45s;
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

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

html {
    overflow: hidden;
    width: 100%;
    height: 100%
}

body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    font-family: Roboto,sans-serif
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.container .content {
    display: none;
    z-index:999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.container .content.active {
    display: block
}

#bg-c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0
}

#home-contents {
    position: absolute;
    width: 100%
}

#home-contents .component {
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    letter-spacing: 1px;
    font-weight: 800;
    opacity: .84
}

#home-contents .typeLabel {
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;


}

#home-contents .typeLabel h1 {
	font-size:20px;
	color:white;

}

#home-contents .component .icon {
	opacity:0.3;
	width: 50px;
    height: 120px;
    display: block;
/*    margin-bottom: 50px;
    margin-top:50px;*/
}

#home-contents .component .icon:hover {
	opacity:1 !important;
}

@media screen and (min-width: 1280px) {
    #home-contents h1 {
        font-size:30px
    }
}

@media screen and (min-width: 1024px) and (max-width:1280px) {
    #home-contents h1 {
        font-size:24px
    }
}

@media screen and (min-width: 480px) and (max-width:1024px) {
    #home-contents h1 {
        font-size:20px
    }
}

@media screen and (max-width: 480px) {
    #home-contents h1 {
        font-size:18px
    }
}

#home-contents h1 a {
    -moz-transition: opacity .3s 0;
    -o-transition: opacity .3s 0;
    -webkit-transition: opacity .3s 0;
    transition: opacity .3s 0;
    opacity: .84;
    color: #000;
    text-decoration: none
}

#home-contents h1 a:hover:after {
    left: 0;
    width: 100%
}

#home-contents h1 a:after {
    top: 50%;
    left: 50%;
    position: absolute;
    /* content: ""; */
    width: 0;
    border-bottom: 2px solid #000;
    -moz-transition: all .2s 0;
    -o-transition: all .2s 0;
    -webkit-transition: all .2s 0;
    transition: all .2s 0;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#home-c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#home-content-wrapper {
    margin: auto;
    position: relative
}

@media screen and (min-width: 1280px) {
    #home-content-wrapper {
        width:1280px
    }
}

@media screen and (min-width: 1024px) and (max-width:1280px) {
    #home-content-wrapper {
        width:1024px
    }
}

@media screen and (max-width: 1024px) {
    #home-content-wrapper {
        width:100%
    }
}

#home-content-wrapper .component {
    position: absolute
}

#home-content-wrapper .component a {
    -moz-transition: opacity .3s 0;
    -o-transition: opacity .3s 0;
    -webkit-transition: opacity .3s 0;
    transition: opacity .3s 0;
    opacity: .84;
    color: #000;
    text-decoration: none
}

#home-content-wrapper .component a:hover:after {
    left: 0;
    width: 100%
}

#home-content-wrapper .component a:after {
    top: 50%;
    left: 50%;
    position: absolute;
    /* content: ""; */ /* delete line */
    width: 0;
    border-bottom: 2px solid #000;
    -moz-transition: all .2s 0;
    -o-transition: all .2s 0;
    -webkit-transition: all .2s 0;
    transition: all .2s 0;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#home-name {
position: absolute;top: 50px;left: 50px;z-index: 999;cursor: pointer;
}


#home-name .name {
    letter-spacing: 1px;
    opacity: .54;
    font-weight: 800;
    margin-bottom: 6px
}

@media screen and (min-width: 640px) {
    #home-name .name {
        font-size:14px
    }
}

@media screen and (max-width: 640px) {
    #home-name .name {
        font-size:12px
    }
}

#home-name .des {
    opacity: .54;
    font-weight: 300
}

@media screen and (min-width: 640px) {
    #home-name .des {
        font-size:11px
    }
}

@media screen and (max-width: 640px) {
    #home-name .des {
        font-size:10px
    }
}

#home-about {
    opacity: .84
}

@media screen and (min-width: 640px) {
    #home-about {
        right:0;
        top: 50px;
        font-size: 16px
    }
}

@media screen and (max-width: 640px) {
    #home-about {
        right:20px;
        top: 30px;
        font-size: 14px
    }
}

#home-label {
	left:50%;
}

#home-works {
    left: 25%
}

#home-experiments {
	margin-top: 14px;
    left: 75%
}

#works .work-container {
    position: absolute;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%
}

@media screen and (min-width: 640px) {
    #works .work-container {
        left:75%
    }
}

@media screen and (max-width: 640px) {
    #works .work-container {
        left:50%
    }
}

#works table td {
    text-align: center;
    color: #000;
    white-space: nowrap
}

@media screen and (min-width: 1280px) {
    #works table td {
        font-size:24px;
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1024px) and (max-width:1280px) {
    #works table td {
        font-size:20px;
        margin-bottom: 30px
    }
}

@media screen and (min-width: 480px) and (max-width:1024px) {
    #works table td {
        font-size:18px;
        margin-bottom: 18px
    }
}

@media screen and (max-width: 480px) {
    #works table td {
        font-size:18px;
        margin-bottom: 18px
    }
}

#works table tr:last-child {
    margin-bottom: 0
}
#works table td {
		/*padding: 0.7em 1em 0.7em 1.15em;*/
		padding: 0 1em 0 1.15em;
		text-shadow: 0 0 1px rgba(255,255,255,0.1);
}
#works table .category{
	color:#858585;
	font-size:20px;
}

#works table .tableTriangle{
	display: inline-block;
    margin-right: 5px;
    width: 12px;
}

#works table td a {
    position: relative;
    text-decoration: none;
    color: #ddd
}

#works table td a:after {
    top: 50%;
    left: 50%;
    position: absolute;
    /* content: ""; */
    width: 0;
    border-bottom: 2px solid #fff;
    -moz-transition: all .2s 0;
    -o-transition: all .2s 0;
    -webkit-transition: all .2s 0;
    transition: all .2s 0;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#works table td a:hover:after {
    left: 0;
    width: 100%
}

#selected-work-container {
    display: none
}

#selected-work-container.active {
    display: block
}

@media screen and (min-width: 1280px) {
    #selected-work-content {
        width:600px
    }
}

@media screen and (min-width: 640px) and (max-width:1280px) {
    #selected-work-content {
        width:290px
    }
}

@media screen and (min-width: 320px) and (max-width:640px) {
    #selected-work-content {
        width:320px
    }
}

@media screen and (max-width: 320px) {
    #selected-work-content {
        width:300px
    }
}

#experiments .experiment-container {
    position: absolute;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%
}

@media screen and (min-width: 640px) {
    #experiments .experiment-container {
        left:25%
    }
}

@media screen and (max-width: 640px) {
    #experiments .experiment-container {
        left:50%
    }
}

#experiments ul li {
    text-align: center;
    color: #000
}

@media screen and (min-width: 1280px) {
    #experiments ul li {
        font-size:24px;
		margin-top: 40px;
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1024px) and (max-width:1280px) {
    #experiments ul li {
        font-size:20px;
		margin-top: 30px;
        margin-bottom: 30px
    }
}

@media screen and (min-width: 480px) and (max-width:1024px) {
    #experiments ul li {
        font-size:18px;
		margin-top: 18px;
        margin-bottom: 18px
    }
}

@media screen and (max-width: 480px) {
    #experiments ul li {
        font-size:18px;
		margin-top: 18px;
        margin-bottom: 18px
    }
}

#experiments ul li a {
    position: relative;
    text-decoration: none;
    color: #ddd
}

#experiments ul li a:after {
    top: 50%;
    left: 50%;
    position: absolute;
    /* content: ""; */
    width: 0;
    border-bottom: 2px solid #fff;
    -moz-transition: all .2s 0;
    -o-transition: all .2s 0;
    -webkit-transition: all .2s 0;
    transition: all .2s 0;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#experiments ul li a:hover:after {
    left: 0;
    width: 100%
}

#selected-experiment-container {
    display: none
}

#selected-experiment-container.active {
    display: block
}

@media screen and (min-width: 1280px) {
    #selected-experiment-content {
        width:600px
    }
}

@media screen and (min-width: 640px) and (max-width:1280px) {
    #selected-experiment-content {
        width:290px
    }
}

@media screen and (min-width: 320px) and (max-width:640px) {
    #selected-experiment-content {
        width:320px
    }
}

@media screen and (max-width: 320px) {
    #selected-experiment-content {
        width:300px
    }
}

#about {
    color: #fff
}

#about .about-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media screen and (max-width: 640px) {
    #about .about-content {
        width:calc(100% - 40px)
    }
}

#about h2 {
    font-weight: 800
}

@media screen and (min-width: 640px) {
    #about h2 {
        font-size:32px
    }
}

@media screen and (max-width: 640px) {
    #about h2 {
        font-size:24px
    }
}

#about p {
    margin-bottom: 6px;
    line-height: 1.4em
}

@media screen and (min-width: 640px) {
    #about p {
        font-size:12px
    }
}

@media screen and (max-width: 640px) {
    #about p {
        font-size:11px
    }
}

#about a {
    position: relative;
    text-decoration: none;
    color: #ddd
}

#about a:after {
    top: 50%;
    left: 50%;
    position: absolute;
    /* content: ""; */
    width: 0;
    border-bottom: 2px solid #fff;
    -moz-transition: all .2s 0;
    -o-transition: all .2s 0;
    -webkit-transition: all .2s 0;
    transition: all .2s 0;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#about a:hover:after {
    left: 0;
    width: 100%
}

#about li {
    margin-bottom: 10px
}

@media screen and (min-width: 640px) {
    #about li {
        font-size:12px
    }
}

@media screen and (max-width: 640px) {
    #about li {
        font-size:11px
    }
}

#about .para {
    margin-bottom: 20px
}

#about .para.button {
    margin-bottom: 0
}

@media screen and (min-width: 640px) {
    #about .social {
        margin-top:40px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 640px) {
    #about .social {
        margin-top:30px;
        margin-bottom: 0
    }
}

#about .mobile-button {
    position: absolute;
    margin-bottom: 0;
    bottom: 0;
    left: 50%
}

#about .mobile-button .button-about {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#hamburger-about {
    margin: auto
}

.work-container {
    color: #fff
}

@media screen and (min-width: 1280px) {
    .work-container h2 {
        font-size:20px;
        margin-bottom: 20px
    }
}

@media screen and (min-width: 640px) and (max-width:1280px) {
    .work-container h2 {
        font-size:16px;
        margin-bottom: 16px
    }
}

@media screen and (max-width: 640px) {
    .work-container h2 {
        font-size:14px;
        margin-bottom: 14px
    }
}

.work-container div.img {
    position: relative
}

.work-container div.img-wrapper {
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 1280px) {
    .work-container div.img-wrapper {
        width:100%;
        height: 330px
    }
}

@media screen and (min-width: 640px) and (max-width:1280px) {
    .work-container div.img-wrapper {
        width:100%;
        height: 180px
    }
}

@media screen and (min-width: 320px) and (max-width:640px) {
    .work-container div.img-wrapper {
        width:100%;
        height: 200px
    }
}

@media screen and (max-width: 320px) {
    .work-container div.img-wrapper {
        width:100%;
        height: 180px
    }
}

.work-container div.img-wrapper .img-content {
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 1280px) {
    .work-container div.img-wrapper .img-content {
        width:100%;
        height: 330px
    }
}

@media screen and (min-width: 640px) and (max-width:1280px) {
    .work-container div.img-wrapper .img-content {
        width:100%;
        height: 180px
    }
}

@media screen and (min-width: 320px) and (max-width:640px) {
    .work-container div.img-wrapper .img-content {
        width:100%;
        height: 200px
    }
}

@media screen and (max-width: 320px) {
    .work-container div.img-wrapper .img-content {
        width:100%;
        height: 180px
    }
}

.work-container div.img-wrapper .loader-img {
    border: #fff 1px solid
}

.work-container .img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px
}

.work-container .img img {
    width: 100%;
    height: 100%
}

.work-container p {
    position: relative;
    font-size: 11px;
    line-height: 1.2em
}

.work-container .des {
    margin-bottom: 20px
}

.work-container .des .flex-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.work-container .des .flex-container .item {
    -moz-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 30%;
    margin-right: 5%
}

.work-container .des .flex-container .item:last-child {
    margin-right: 0
}

.work-container .des h2 {
    opacity: .56;
    font-size: 11px;
    margin-bottom: 6px
}

.work-container .des a {
    position: relative;
    text-decoration: none;
    color: #ddd;
    opacity: .86
}

.work-container .des a:after {
    top: 50%;
    left: 50%;
    position: absolute;
    /* content: ""; */
    width: 0;
    border-bottom: 1px solid #fff;
    -moz-transition: all .2s 0;
    -o-transition: all .2s 0;
    -webkit-transition: all .2s 0;
    transition: all .2s 0;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.work-container .des a:hover:after {
    left: 0;
    width: 100%
}

.pd-item {
	display: block;
	width: 85px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	margin-top: 15px;
	color: #fff;
	border: 1px solid #424242;
	transition: all 250ms;
	cursor: pointer;
	font-size: 16px;
}

.pd-item:hover {
	box-shadow: 0 0 10px #ffffff;
	border: 1px solid #fff;
	transition: all 250ms;
}

.pd-fl {
	float: left;
	margin-left: 35px;
}
.pd-fr {
	float: right;
	margin-right: 35px;
}

.pd-center {
	margin-left: auto;
	margin-right: auto;
}

.contacts-info {
	position: absolute;
	bottom: 25px;
	right: 50%;
	margin-right: 25px;
	color: #fff;
}