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

body,html {
    font-size: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    scrollbar-arrow-color: #111;
    scrollbar-track-color: #333;
    scrollbar-face-color: #555;
    scrollbar-highlight-color: #555;
    scrollbar-3dlight-color: #555;
    scrollbar-shadow-color: #555;
    scrollbar-darkshadow-color: #555;
}

*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-text-size-adjust: 100%;
}

body {
    font: 100%/1.4 'Oswald',sans-serif;
    color: #fff;
    background: #333;
    font-weight: 400;
}

a {
    -webkit-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
}

a,a:visited {
    text-decoration: none;
    color: #fff;
}

iframe {
    overflow: hidden;
    border: 0;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.7);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,255,255,0.3);
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 5px 0;
    letter-spacing: 0;
    font-weight: 700;
}

h1 {
    font-size: 2.250em;
    margin-bottom: 20px;
    color: #aaa087;
}

h2 {
    font-size: 1.625em;
}

h3 {
    font-size: 1.125em;
    text-transform: uppercase;
}

h4 {
    font: .813em/1.3 'Calibri',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 20px;
}

h5 {
    font-size: .75em;
    text-transform: uppercase;
    margin-bottom: 0;
}

h6 {
    font: .625em/1.2 'Calibri',Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

p {
    font: .875em/1.3 'Calibri',Helvetica,Arial,sans-serif;
    text-align: justify;
    margin: 0 0 20px 0;
}

p strong{font-size:1.063em;}

dt {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 1em;
}

dd {
    font: .875em/1.3 'Calibri',Helvetica,Arial,sans-serif;
    margin: 0 0 25px 0;
}

.col5 p {
    margin-bottom: 15px;
    text-align: left;
    color: #eee;
}

.bl-show-work p{
	text-align: center;
}

.col5 h5 {
    margin-bottom: 3px;
}

.intro {
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 2001;
    position: fixed;
    top: 0;
    left: 0;
}

.center {
    margin: auto;
    height: 250px;
    width: 700px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: none;
}

.center h1 {
    font-size: 6.25em;
    margin-bottom: 0;
    color: #aaa087;
}

.center a {
    padding: 0 20px;
    color: #7a725d !important;
    font-family: 'Oswald',Tahoma,Helvetica,Arial,"Microsoft Yahei","微软雅黑",STXihei,"华文细黑",sans-serif;
}

.center a:hover {
    color: #fff !important;
}

.navtop,.navbottom {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: fixed;
    left: 0;
    z-index: 2000;
    background: #000;
    text-align: center;
}

.navtop {
    top: 0;
}

.navbottom {
    bottom: 0;
}

.navtop h3,.navbottom h3 {
    color: #aaa087 !important;
}

.container {
    height: 100%;
}

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

.bl-main>section {
    position: absolute;
    width: 50%;
    height: 50%;
}

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

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

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

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

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

.bl-box h2 {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 36px;
    padding: 0 20px;
}

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

.bl-icon-close:before {
    content: "< BACK";
    font-size: 18px;
    font-weight: 700;
}

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

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

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

div.bl-panel-items>div>div {
    margin: 0 auto;
    opacity: 1;
    bottom: 30px;
    top: 80px;
    pointer-events: auto;
    text-align: center;
}

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

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

div.bl-panel-items nav {
    position: absolute;
    z-index: 1001;
    left: 50px;
    top: 50px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out .5s;
    -moz-transition: opacity .2s ease-in-out .5s;
    transition: opacity .2s ease-in-out .5s;
}

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

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

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

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

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

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

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

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

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

.bl-box {
    -webkit-transition: opacity .2s linear .5s;
    -moz-transition: opacity .2s linear .5s;
    transition: opacity .2s linear .5s;
}

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

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

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

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

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

.red-animated {
    background: #de0019 !important;
}

.red-animated h1 {
    color: #fff !important;
}

.blue-animated {
    background: #001c6a !important;
}

.blue-animated h1 {
    color: #fff !important;
}

.yellow-animated {
    background: #ffca00 !important;
}

.yellow-animated p,.yellow-animated h1,.yellow-animated a:link,.yellow-animated a:visited {
    color: #a68300 !important;
}

.white-animated {
    background: #fff !important;
}

.white-animated h1,.white-animated dd,.white-animated h2,.white-animated a:link,.white-animated a:visited,.white-animated .bl-icon-close:before {
    color: #dfdad1 !important;
}

.white-animated p {
    color: #bbb !important;
}

.white .bl-box {
    z-index: 10;
}

.bl-icon-about,.bl-icon-works {
    margin-top: 40px;
}

.bl-icon-credits,.bl-icon-links {
    margin-bottom: 40px;
}

.col2 {
    float: left;
    margin-right: 30px;
    width: 40%;
    max-width: 600px;
}

dl {
    float: left;
    margin-right: 30px;
    width: 30%;
    max-width: 380px;
    display: block;
}

.col5 {
    float: left;
    margin-right: 30px;
    width: 18%;
    max-width: 180px;
}

.at16nc {
    display: none !important;
}

.mobi_share {
    display: none;
}

.soon {
    width: 640px;
    margin: 60px auto;
    text-align: center;
    text-transform: uppercase;
}

a.button {
	background: #fff;
	display: inline-block;
	width: auto;
	padding: 2px 12px;
	border-radius: 18px;
	font-size: 16px;
	font-weight: bold;
	margin: 10px auto;
	border: 1px solid transparent;
}

a.button:link, a.button:visited {
	color: #111;
}

a.button:hover {
	background: #333;
	color: #fff;
	cursor: pointer;
}

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

.sharer img{
	width: 45px;
	display: inline-block;
	margin: 5px 0;
}

.sharer img:hover{
	opacity:0.3;
}

@media screen and (max-width:768px) {
    .col2,dl,.col5 {
        width: 100%;
        max-width: 100%;
    }

    .htop {
        display: none;
    }

    h1 {
        font-size: 2em;
    }

    h3 {
        font-size: 1em;
    }

    p {
        font-size: 1em;
    }

    iframe {
        width: 100%;
        height: auto;
    }

    .soon {
        width: 100%;
        font-size: 1.5em;
    }

    h2.bl-icon {
        font-size: 1.25em;
    }

    .center {
        margin: auto;
        height: 330px;
        width: 280px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
    }

    .center h1 {
        font-size: 3.125em;
        line-height: 1;
        margin-bottom: 20px;
    }

    .center a {
        display: block;
        padding: 0;
        font-size: 1.25em;
    }

    .bl-content,div.bl-panel-items>div>div {
        top: 90px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 0 20px 60px 0;
    }

    .bl-main>section .bl-icon-close,div.bl-panel-items nav {
        left: 15px;
    };
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {
    .col5 {
        float: left;
        margin-right: 5px;
        width: 170px;
        max-width: 170px;
    };
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
    iframe {
        min-height: 420px;
    }

    .col5 {
        float: left;
        margin-right: 30px;
        width: 40%;
        max-width: 450px;
    }

    .clr {
        clear: both;
    };
}

@media only screen and (min-device-width :320px) and (max-device-width :560px) {
    .center {
        margin: auto;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        padding-top: 20px;
    }

    .center h1 {
        font-size: 2.25em;
        line-height: 1;
        margin-bottom: 10px;
    }

    .center a {
        display: block;
        padding: 0;
        font-size: .813em;
    };
}