/*
Theme Name: Lysia
Theme URI: http://jurnalotaku.com/
Author: Ldlv & Vee
Author URI: http://gate00.net/
Description: Optimization testing
Version: 1
License: Meh
License URI: http://gate00.net
Tags: lol
Text Domain: lysia

D:
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Lato', Arial, Helvetica, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
    -webkit-font-kerning: normal;
    -moz-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    font-feature-settings: "kern";
}
input {
    font-family: 'Lato', Arial, Helvetica, Verdana, sans-serif;
}
.clickarea {
    display: block;
    z-index: 50;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*
JOI Header Section
*/

.joi-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 48px;
    will-change: 'top';
}
.joi-menubar {
    position: absolute;
    z-index: 960;
    width: 100%;
    height: 48px;
    background: #fff;
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,0.1);
    box-shadow: 0 1px 15px rgba(0,0,0,0.1);
}
.joi-logo {
    display: block;
    position: absolute;
    width: 48px;
    margin: 0 15px;
}
.joi-logo .joi-icon {
    background: url('img/logo.png');
    width: 48px;
    height: 48px;
}
.joi-menubar-links {
    overflow: hidden;
    position: absolute;
    left: 78px;
    top: 0;
    bottom: 0;
    height: 48px;
}
.joi-menubar-links .menubar-link {
    display: inline-block;
}
.joi-menubar-links .menubar-link a {
    display: block;
    padding: 17px 7.5px;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    text-transform: uppercase;
    white-space: pre;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.joi-menubar-links .menubar-link a:hover {
    color: #ec2028;
    -webkit-box-shadow: inset 0 -2px 0 #ec2028;
    -moz-box-shadow: inset 0 -2px 0 #ec2028;
    box-shadow: inset 0 -2px 0 #ec2028;
}
.joi-menubar-actions {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 48px;
}
.joi-menubar-actions .menubar-action {
    display: inline-block;
}
.joi-menubar-actions .menubar-action-item {
    overflow: hidden;
    position: relative;
    height: 48px;
    width: 48px;
    cursor: pointer;
}
.joi-menubar-actions .menubar-action-item i {
    position: absolute;
    top: 0;
    left: 12px;
    font-size: 19px;
    line-height: 48px;
    color: #ccc;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
/*
.joi-menubar-actions .menubar-search {
width: 250px;
padding-right: 32px;
background-color: #f4f4f4;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
-webkit-transition: background-color 0.7s, width 0.5s;
-moz-transition: background-color 0.7s, width 0.5s;
-o-transition: background-color 0.7s, width 0.5s;
transition: background-color 0.7s, width 0.5s;
}
.joi-menubar-actions .menubar-search i {
right: 7px;
}
.joi-menubar-actions .menubar-search input {
display: block;
width: 100%;
min-height: 32px;
max-height: 32px;
border: 0;
background: transparent;
padding: 0 2.5px 0 15px;
font-size: 15px;
line-height: 32px;
color: #404040;
-webkit-transition: opacity 0.25s;
-moz-transition: opacity 0.25s;
-o-transition: opacity 0.25s;
transition: opacity 0.25s;
}
*/
.joi-menubar-actions .menubar-search {
    width: 250px;
}
.joi-menubar-actions .menubar-search input {
    display: block;
    width: 100%;
    height: 48px;
    border: 0;
    background: #f8f8f8;
    padding: 0 20px 0 48px;
    font-size: 16px;
    line-height: 32px;
    color: #404040;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.joi-popover {
    display: none;
    position: fixed;
    z-index: 950;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    overflow-y: -moz-scrollbars-none;
    -ms-overflow-style: none;
    width: 100%;
    height: 100%;
    padding-top: 48px;
    background: rgba(0,0,0,0.95);
}
.joi-popover::-webkit-scrollbar { width: 0 !important }
.joi-popover-menubar-links {
    overflow: hidden;
    margin: 0 20px;
    padding-bottom: 10px;
}
.joi-popover-menubar-links .popover-menubar-link {
    text-align: center;
    margin: 30px 0;
}
.joi-popover-menubar-links .popover-menubar-link a {
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.joi-popover-menubar-links .popover-menubar-link a:hover {
    color: #ec2028;
}
.joi-popover-search {
    margin: 20px;
}
.popover-search {
    position: relative;
    width: 100%;
    height: 44px; 
}
.popover-search i {
    position: absolute;
    top: 0;
    left: 8px;
    bottom: 0;
    font-size: 21px;
    line-height: 40px;
    color: #fff;
}
.popover-search input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 44px;
    border: 0;
    background: transparent;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 2px 0 rgba(255,255,255,0.75);
    -moz-box-shadow: 0 2px 0 rgba(255,255,255,0.75);
    box-shadow: 0 2px 0 rgba(255,255,255,0.75);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.popover-search input:focus {
    -webkit-box-shadow: 0 2px 0 rgba(236,32,40,0.9);
    -moz-box-shadow: 0 2px 0 rgba(236,32,40,0.9);
    box-shadow: 0 2px 0 rgba(236,32,40,0.9);
}

/* Special Background */
.cover-bg {
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 600px;
    background-position: center 48px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #f4f4f4;
}
.cover-bg:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(244,244,244,0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,0)), color-stop(100%, rgba(244,244,244,1)));
    background: -webkit-linear-gradient(top, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(244,244,244,0)), to(rgba(244,244,244,1)));
    background: -moz-linear-gradient(top, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
    background: -o-linear-gradient(top, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
    background: linear-gradient(to bottom, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f4f4f4', GradientType=0 );
}
/*
JOI Content Section
*/

.joi-content {
    padding-top: 48px;
    position: relative;
    overflow: hidden;
}
.paper-layout {
    background: #f4f4f4;
}
.paper-main-full {
    position: relative;
    overflow: hidden;
    z-index: 30;
    background: #fff;
}
.paper-main-full-wrapper {
    position: relative;
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
    border: 0;
}
.paper-main {
    float: left;
    width: -webkit-calc(50% + 210px);
    width: -moz-calc(50% + 210px);
    width: calc(50% + 210px);
}
.paper-main-top {
    position: relative;
    overflow: hidden;
    z-index: 20;
    background: #fff;
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,0.1);
    box-shadow: 0 1px 15px rgba(0,0,0,0.1);
}
.paper-main-lower {
    position: relative;
    overflow: hidden;
    z-index: 10;
    background: #f4f4f4;
}
.paper-main-wrapper {
    float: right;
    width: 760px;
    padding: 0 10px 25px 10px;
}
.paper-main-wrapper-full {
    padding-right: 0;
}
.paper-main-wrapper.browse-content {
    min-height: 1693px;
}
.paper-main-wrapper.related-content {
    padding: 0 10px 25px 10px;
}
.paper-sidebar {
    position: relative;
    margin-left: -webkit-calc(50% + 210px);
    margin-left: -moz-calc(50% + 210px);
    margin-left: calc(50% + 210px);
}
.paper-sidebar-bxs:before {
    content: '';
    position: absolute;
    top: 0;
    height: 10px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.05)), to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
}
.paper-sidebar-wrapper {
    overflow: hidden;
    width: 340px;
    padding: 10px;
    will-change: position, scroll-position, top, bottom;
}
.paper-main .section-header {
    min-height: 44px;
}
.paper-sidebar .section-header.m-header {
    margin: 10px 10px;
}
.paper-sidebar .section-header.meta .title span {
    font-size: 28px;
    line-height: 36px;
}

/* 
Micro Components 
*/

.meta .category {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    font-family: 'Lato', Arial, Helvetica, Verdana, sans-serif;
    white-space: pre;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.meta .tx-category {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #999;
    -webkit-transition: -webkit-box-shadow 0.2s;
    -moz-transition: -moz-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.meta .tx-category:hover {
    -webkit-box-shadow: 0 1px 0 #999;
    -moz-box-shadow: 0 1px 0 #999;
    box-shadow: 0 1px 0 #999;
}
.meta .box-category {
    padding: 5px 6px 4px 6px;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
.meta .main-category {
    background: rgba(236,29,38,0.75);
    color: #fff;
}
.meta .main-category:hover {
    background: rgba(236,29,38,0.9);
}
.meta .plain-category {
    background: #eee;
    color: #999;
}
.meta .plain-category:hover {
    background: #e8e8e8;
}
.meta .title {
    display: block;
    position: relative;
}
.meta .title span {
    font-family: 'Visby CF', 'Lato', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
}
.meta a.title span {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.meta .info {
    font-family: 'Lato', Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #999;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.meta .info a {
    position: relative;
    z-index: 65;
    color: #ec2028;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.meta .info a:hover {
    -webkit-box-shadow: 0 2px 0 rgba(236,32,40,0.75);
    -moz-box-shadow: 0 2px 0 rgba(236,32,40,0.75);
    box-shadow: 0 2px 0 rgba(236,32,40,0.75);
}
.meta .author,
.meta .datetime,
.meta .add-tx {
    color: #999;
    text-transform: uppercase;
}
.meta .datetime,
.meta .add-tx {
    white-space: pre;
}
.meta .summary {
    margin-top: 5px;
    font-family: 'Lato', Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #666;
}
.cover {
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,0.05);
}
.cover.size-a {
    width: 100%;
    padding-bottom: 50%;
}
.cover.size-b {
    width: 120px;
    padding-bottom: 80px;
}
.cover.size-c {
    width: 32px;
    height: 32px;
}
.cover.size-d {
    width: 100%;
    padding-bottom: 100%;
}
.cover.rounded {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cover.size-b img {
    top: 50%;
    left: 50%;
    min-width: 120px;
    max-width: none;
    min-height: 80px;
    max-height: 120px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.cover.square img {
    width: 100%;
    height: 100%;
}
.cover.has-depth:after,
.cover.has-overlay:after,
.cover.has-fulloverlay:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.cover.has-depth:after {
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
}
.cover:hover.has-depth:after {
    opacity: 0.85;
}
.cover.has-depth img {
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.cover:hover.has-depth img {
    -webkit-transform: scale(1.05) translateZ(0);
    -moz-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
}
.cover.has-overlay:after {
    opacity: 0.85;
    background: rgba(24,24,24,0.5);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(24,24,24,0)), color-stop(95%, rgba(24,24,24,1)), color-stop(100%, rgba(24,24,24,1)));
    background: -webkit-linear-gradient(top, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 95%, rgba(24,24,24,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(24,24,24,0)), color-stop(95%, rgba(24,24,24,1)), to(rgba(24,24,24,1)));
    background: -moz-linear-gradient(top, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 95%, rgba(24,24,24,1) 100%);
    background: -o-linear-gradient(top, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 95%, rgba(24,24,24,1) 100%);
    background: linear-gradient(to bottom, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 95%, rgba(24,24,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#181818', GradientType=0 );
}
.article-cv:hover .cover.has-overlay:after {
    opacity: 0.65;
}
.cover.has-fulloverlay:after {
    background: rgba(32,32,32,0.7);
}
.cover.has-depth.has-fulloverlay:hover img {
    -webkit-transform: scale(1.05) translateZ(0);
    -moz-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
}
.cover img {
    position: absolute;
    display: block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


/* Main Banner */
.main-banner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 450px;
    max-height: 450px;
    background: #202020;
}
.main-banner.main-banner-top-shadow:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    background: rgba(24,24,24,0.5);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(24,24,24,0.5)), color-stop(100%, rgba(24,24,24,0)));
    background: -webkit-linear-gradient(top, rgba(24,24,24,0.5) 0%, rgba(24,24,24,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(24,24,24,0.5)), to(rgba(24,24,24,0)));
    background: -moz-linear-gradient(top, rgba(24,24,24,0.5) 0%, rgba(24,24,24,0) 100%);
    background: -o-linear-gradient(top, rgba(24,24,24,0.5) 0%, rgba(24,24,24,0) 100%);
    background: linear-gradient(to bottom, rgba(24,24,24,0.5) 0%, rgba(24,24,24,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#181818', GradientType=0 );
    pointer-events: none;
}
.main-banner .banner {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    width: 25%;
}
.main-banner .article-inner-wrapper {
    margin: 0;
}
.main-banner .m-cv {
    height: 450px;
}
.main-banner .s-cv {
    height: 225px;
}
.main-banner .banner.has-l-border:after,
.main-banner .banner.has-lt-border:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.main-banner .banner.has-l-border:after {
    -webkit-box-shadow: inset -1px 0 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset -1px 0 0 rgba(255,255,255,0.2);
    box-shadow: inset -1px 0 0 rgba(255,255,255,0.2);
}
.main-banner .banner.has-lt-border:after {
    -webkit-box-shadow: inset -1px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset -1px 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset -1px 1px 0 rgba(255,255,255,0.2);
}

/* About Cover */
.main-banner .cover-banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('img/banner-about.jpg') center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main-banner .cover-banner:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(236,32,40,0.8);
}
.main-banner .main-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.main-banner .main-wrapper.about-content {
    padding-top: 0;
    padding-bottom: 0;
}
.main-banner .meta-content {
    text-align: center;
    color: #fff;
}
.main-banner .meta-content .title {
    font-size: 48px;
    line-height: 48px;
}
.main-banner .meta-content p {
    font-size: 16px;
    line-height: 28px;
}

/* Global Wrapper */
.main-wrapper {
    width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}
.main-wrapper.index-content {
    padding-bottom: 50px;
}

/* Section */
.section-wrapper,
.section-sidebar-wrapper {
    position: relative;
    overflow: hidden;
}
.section-header {
    position: relative;
    margin: 30px 10px 20px 10px;
}
.section-header.m-header {
    margin: 25px 10px 15px 10px;
}
.section-header .title {
    display: inline-block;
}
.section-header .title span {
    font-size: 36px;
    line-height: 44px;
    color: #ec2028;
    letter-spacing: -1px;
}
.section-header.l-header .title span {
    font-size: 44px;
    line-height: 52px;
}
.section-header.m-header .title span {
    font-size: 32px;
    line-height: 36px;
}
.section-header a.title:hover span {
    color: #202020;
}
.section-header .header-action-link {
    position: absolute;
    top: 8px;
    right: 0;
}
.section-header .header-action-link .action-link {
    display: inline-block;
    margin-left: 5px;
}
.section-header .header-action-link .action-link a,
.section-header .header-action-link .action-link span {
    display: inline-block;
    padding: 8px 16px;
    margin-left: 5px;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    color: #ec2028;
    text-align: center;
    text-transform: uppercase;
    white-space: pre;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.section-header .header-action-link .action-link a {
    border: 1px solid #ec2028;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.section-header .header-action-link .action-link a.last i,
.section-header .header-action-link .action-link a.nextpostslink i,
.section-header .header-action-link .action-link a i.icon-right-open-mini {
    margin-right: -8px;
    font-size: 14px;
    line-height: 14px;
}
.section-header .header-action-link .action-link a.first i,
.section-header .header-action-link .action-link a.previouspostslink i,
.section-header .header-action-link .action-link a i.icon-left-open-mini {
    margin-left: -8px;
    font-size: 14px;
    line-height: 14px;
}
.section-header .header-action-link .action-link a.page,
.section-header .header-action-link .action-link span.current {
    padding: 8px 12px;
    min-width: 32px;
    min-height: 32px;
}
.section-header .header-action-link .action-link a.more i {
    margin-right: -8px;
    font-size: 14px;
    line-height: 14px;
}
.section-header .header-action-link .action-link a:hover {
    background: #ec2028;
    color: #fff;
}
.section-header .header-action-link .action-link span.current {
    border: 1px solid #ccc;
    color: #ccc;
}
.section-content {
    position: relative;
}
.section-separator {
    float: left;
}
.section-separator-header {
    margin: 5px 10px;
}
.section-separator-header.meta .title span {
    font-family: 'Lato', Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.35);
}
.section-cover {
    width: 66%;
}
.section-cover-full {
    width: 100%;
}
.section-list {
    width: 34%;
}
.section-article-content .meta-content {
    margin: 20px 20px 20px 10px;
}

/*
Layout
------
Manages how contents are displayed
*/
.index-content .article-tb,
.related-content .article-tb {
    float: left;
    width: 25%;
}
.index-content .article-tb:nth-child(4n+1),
.related-content .article-tb:nth-child(4n+1) {
    clear: left;
}
.index-content .article-cv.m-cv,
.browse-content .article-cv.m-cv {
    float: left;
    width: 50%;
    height: 400px;
    padding: 10px;
}
.index-content .article-cv.s-cv,
.browse-content .article-cv.s-cv {
    float: left;
    width: 50%;
    height: 200px;
}
.index-content .section-cover-4 .article-cv {
    float: left;
    width: 25%;
    height: 300px;
    padding: 10px;
}
.index-content .section-cover-4 .article-cv .cover img {
    height: 100%;
}
.index-content .story-cv.s-cv {
    float: left;
    width: 20%;
    height: 120px;
}
.browse-content .section-cover {
    width: 740px;
    margin-bottom: 40px;
}
.browse-content .section-list {
    width: 340px;
    margin-bottom: 40px;
    padding-left: 20px;
}
.browse-content .article-tb.m-tb {
    float: left;
    width: 50%;
}
.browse-content .article-tb.m-tb:nth-child(2n+1) {
    clear: both;
}
.related-content .article-tb .meta .category {
    margin-top: -26px;
}
.related-content .article-lr {
    float: left;
    width: 50%;
}

/* Article */
.article-wrapper {
    position: relative;
}
.article-inner-wrapper {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.article-wrapper .info {
    margin-top: 5px;
}

/* Article Cover */
.article-cv .article-inner-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.article-cv .cover {
    height: 100%;
}
.article-cv.m-cv .cover img {
    max-width: none;
    height: 100%;
}
.article-cv.s-cv .cover img {
    max-width: none;
    height: 160%;
}
.article-cv .cover img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.article-cv .article-inner-wrapper:hover .cover img {
    -webkit-transform: translate(-50%,-50%) scale(1.05);
    -ms-transform: translate(-50%,-50%) scale(1.05);
    -moz-transform: translate(-50%,-50%) scale(1.05);
    -o-transform: translate(-50%,-50%) scale(1.05);
    transform: translate(-50%,-50%) scale(1.05);
}
.article-cv.center-cv .meta {
    text-align: center;
}
.article-cv .meta {
    z-index: 60;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
}
.article-cv .meta .category,
.article-cv .meta a.title {
    z-index: 65;
}
.article-cv .meta a.title span {
    color: #fff;
    text-shadow: 0 1px 5px rgba(0,0,0,0.8);
}
.article-cv .meta a.title:hover span {
    -webkit-box-shadow: 0 2px 0 #fff;
    -moz-box-shadow: 0 2px 0 #fff;
    box-shadow: 0 2px 0 #fff;
}
.article-cv.m-cv .meta a.title span {
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -1px;
}
.article-cv.s-cv .meta a.title span {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.5px;
}
.article-cv .meta .add-tx,
.article-cv .meta .datetime {
    font-weight: 400;
}

/* Article Top Bottom */
.article-tb .cover img {
    width: 100%;
    height: auto;
}
.article-tb .meta .category {
    position: absolute;
    z-index: 65;
    margin-top: -27px;
}
.article-tb .meta .title {
    margin-top: 7px;
}
.article-tb .meta .title span {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #202020;
}
.article-tb.m-tb .meta .title span {
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -1px;
}
.article-tb.s-tb .meta .title span {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.article-tb.m-tb .meta .info,
.article-tb.s-tb .meta .info {
    margin-top: 7px;
}
.article-tb .meta .author {
    margin-right: 7px;
}
.article-tb .article-inner-wrapper:hover .cover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.article-tb .article-inner-wrapper:hover .meta .title span {
    color: #ec2028;
}

/* Article Left Right */
.article-lr {
    position: relative;
    overflow: hidden;
}
.article-lr:last-child {
    margin-bottom: 0;
}
.article-lr .article-inner-wrapper {
    max-height: 80px;
}
.article-lr .cover {
    float: left;
}
.article-lr .meta {
    margin-left: 135px;
}
.article-lr .meta .title {
    display: block;
    z-index: 65;
    overflow: hidden;
    max-height: 60px;
    margin-top: -3px
}
.article-lr .meta .title span {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #202020;
}
.article-lr .article-inner-wrapper:hover .cover img {
    -webkit-transform: translate(-50%,-50%) scale(1.05);
    -ms-transform: translate(-50%,-50%) scale(1.05);
    -moz-transform: translate(-50%,-50%) scale(1.05);
    -o-transform: translate(-50%,-50%) scale(1.05);
    transform: translate(-50%,-50%) scale(1.05);
}
.article-lr .article-inner-wrapper:hover .meta .title span {
    color: #ec2028;
}

/* Story */
.story-wrapper {
    position: relative;
}
.story-inner-wrapper {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.story-cv .meta {
    position: absolute;
    z-index: 3;
    top: 0;
    padding: 10px 15px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}
.story-cv .meta .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    letter-spacing: -1px;
}
.story-cv .meta .info {
    margin-top: 5px;
}
.story-cv:hover .meta .title span {
    -webkit-box-shadow: 0 2px 0 #fff;
    -moz-box-shadow: 0 2px 0 #fff;
    box-shadow: 0 2px 0 #fff;
}
.story-cv .meta .datetime,
.story-cv .meta .add-tx {
    opacity: 0.85;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}


/* Comment */
.comment-wrapper {
    margin: 10px 12px 10px 2px;
}

/* Article */
.section-article-content {
    text-rendering: optimizeLegibility;
}
.meta-info {
    margin: 30px 20px 0 20px;
    font-size: 14px;
    line-height: 20px;
}
.meta-info .title {
    margin-bottom: 20px;
}
.meta-info .title h1 span {
    font-size: 48px;
    line-height: 64px;
    color: #202020;
    letter-spacing: -1px;
}
.meta-info .author {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-transform: none;
}
.meta-info .author .cover,
.meta-info .author .name {
    display: inline-block;
    vertical-align: middle;
}
.meta-info .author .name {
    margin-left: 10px;
}
.meta-info .author .name a {
    color: #ec2028;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.meta-info .author .name a:hover {
    -webkit-box-shadow: 0 2px 0 rgba(236,32,40,0.75);
    -moz-box-shadow: 0 2px 0 rgba(236,32,40,0.75);
    box-shadow: 0 2px 0 rgba(236,32,40,0.75);
}
.meta-info .datetime {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
}
.meta-info .category-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
.meta-info .category {
    display: block;
    float: left;
}
.meta-info .box-category {
    margin: 0 5px 5px 0;
    padding: 7px 9px 6px 9px;
}
.meta-cover {
    margin: 0 0 10px 10px;
    -webkit-box-shadow: inset 0 1px 0 #f4f4f4;
    -moz-box-shadow: inset 0 1px 0 #f4f4f4;
    box-shadow: inset 0 1px 0 #f4f4f4;
}
.meta-cover img {
    display: block;
    width: 100%;
    height: auto;
}

/* Social */
.meta-share {
    margin: 20px 20px 0 10px;
}
.meta-share-full {
    margin: 10px 20px 23.5px 20px;
}
.share-btn {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    margin-right: 2.5px;
    margin-bottom: 6.5px;
    height: 36px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.share-btn.rounded {
    width: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.share-btn i {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    font-size: 20px;
    font-style: normal;
    line-height: 36px;
}
.share-btn.bw {
    background: #333;
    color: #ccc;
}
.share-btn.bw:hover {
    background: #404040;
}
.share-btn.fb {
    background: #36529d;
    color: #fff;
}
.share-btn.fb:hover {
    background: #4162b1;
}
.share-btn.tw {
    background: #3baced;
    color: #fff;
}
.share-btn.tw i {
    font-size: 22px;
}
.share-btn.tw:hover {
    background: #47bdf1;
}
.share-btn.gp {
    background: #dc3d34;
    color: #fff;
}
.share-btn.gp:hover {
    background: #e3493e;
}
.share-btn.tb {
    background: #263e5c;
    color: #fff;
}
.share-btn.tb i {
    font-size: 18px;
}
.share-btn.tb:hover {
    background: #37495f;
}
.share-btn.wa {
    background: #48A80C;
    color: #fff;
}
.share-btn.wa i {
    font-size: 22px;
}
.share-btn.wa:hover {
    background: #56b90e;
}
.share-btn.line {
    background: #00b900;
    color: #fff;
}
.share-btn.line:hover {
    background: #00d200;
}
.share-count,
.share-text {
    vertical-align: middle;
    padding-right: 10px;
    font-size: 12px;
    line-height: 36px;
}
.share-text {
    opacity: 1;
}
.share-count {
    opacity: 0.85;
}
.share-text + .share-count {
    opacity: 0.6;
    margin-left: -2px;
}

/* Content */

.meta-content {
    font-family: 'Lato', Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}
.meta-content h2,
.meta-content h3,
.meta-content h4,
.meta-content h5,
.meta-content h6 {
    margin: 30px 0 20px 0;
    font-family: 'Visby CF', 'Lato', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    color: #202020;
}
.meta-content h2 {
    font-size: 27px;
    line-height: 36px;
}
.meta-content h3 {
    font-size: 21px;
    line-height: 28px;
}
.meta-content h4,
.meta-content h5,
.meta-content h6 {
    font-size: 19px;
    line-height: 24px;
}
.meta-content p:first-child {
    margin-top: 0;
}
.meta-content p {
    margin: 20px 0;
}
.meta-content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.meta-content iframe {
    width: 100%;
    margin: 20px auto;
}
.meta-content .flex-video {
    position: relative;
    width: 100%;
    margin: 20px auto;
    padding-bottom: 56.25%;
}
.meta-content .flex-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.meta-content .fb_iframe_widget iframe {
    margin: 0 auto;
}
.meta-content .wp-caption.aligncenter,
.meta-content img.aligncenter {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.meta-content .wp-caption p {
    font-style: italic;
}
.meta-content .wp-caption.aligncenter p {
    margin-top: 0;
    text-align: center;
}
/*
.meta-content p + ul,
.meta-content p + ol {
margin-top: -15px;
}
*/
.meta-content ul {
    margin: 20px 0;
    list-style-type: disc;
}
.meta-content ul li {
    margin-left: 20px;
    padding-left: 5px;
}
.meta-content ol {
    margin: 20px 0;
    list-style-type: decimal;
}
.meta-content ol li {
    margin-left: 20px;
    padding-left: 5px;
}
.meta-content a {
    color: #ec2028;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.meta-content a:hover {
    -webkit-box-shadow: 0 2px 0 rgba(236,32,40,0.75);
    -moz-box-shadow: 0 2px 0 rgba(236,32,40,0.75);
    box-shadow: 0 2px 0 rgba(236,32,40,0.75);
}
.meta-content a[data-imageindex],
.meta-content a[data-imageindex]:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.meta-content i,
.meta-content em {
    font-style: italic;
}
.meta-content strong,
.meta-content b {
    font-weight: 700;
}
.meta-content strong i,
.meta-content strong em,
.meta-content em strong,
.meta-content i strong {
    font-weight: 700;
    font-style: italic;
}
.meta-content blockquote {
    position: relative;
    padding: 0 10px 0 20px;
    border-left: 4px solid #eee;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    color: #999;
}
.meta-content blockquote:before,
.meta-content blockquote:after {
    position: absolute;
    content: '';
    left: -4px;
    height: 4px;
    width: 4px;
    background: #fff;
}
.meta-content blockquote:before {
    top: 0;
}
.meta-content blockquote:after {
    bottom: 0;
}

/* Social Widget */
.social-widget {
    padding: 10px;
}

/* About */
.about-content.main-wrapper {
    width: 768px;
    padding-bottom: 60px;
}
.about-content .section-header {
    margin: 50px 10px 40px 10px;
    text-align: center;
}
.about-content .meta-content {
    padding: 0 20px;
    text-align: center;
}
.about-content .share-btn {
    margin: 10px;
    width: 80px;
    height: 80px;
    background: #e8e8e8;
}
.about-content .share-btn i {
    color: #999;
    font-size: 28px;
    line-height: 80px;
}
.about-content .share-btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about-content .mail-container {
    margin: 40px 10px 0 10px;
}
.team-member {
    float: left;
    width: 25%;
    padding: 10px;
}
.team-member .cover {
    z-index: 1;
}
.team-member .info {
    margin-top: 10px;
    text-align: center;
}
.team-member .info .name {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #202020;
}
.team-member .info .position {
    margin-top: 2px;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    color: #999;
}

/* Mail */
.mail-container {
    padding: 5px;
    background: url('img/mail-stripes.png') left;
}
.mail-content {
    padding: 0 5px;
    background: #fff;
}
.mail-inquiry {
    float: left;
    width: 33.3%;
    text-align: center;
}
.mail-inquiry .inquiry-header {
    padding: 13px 10px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #202020;
}
.mail-inquiry .inquiry-content {
    padding: 13px 10px;
    font-size: 16px;
    line-height: 24px;
}
.mail-inquiry .inquiry-content a {
    color: #ec2028;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.mail-inquiry .inquiry-content a:hover {
    -webkit-box-shadow: 0 2px 0 #ec2028;
    -moz-box-shadow: 0 2px 0 #ec2028;
    box-shadow: 0 2px 0 #ec2028;
}
/* Footer */
.joi-footer {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    background: #181818;
}
.joi-footer-block {
    float: left;
    width: 50%;
}
.joi-footer-block-full {
    width: 100%;
}
.joi-footer a {
    color: #ccc;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.joi-footer a:hover {
    color: #fff;
}
.joi-footer p {
    color: #999;
}
.joi-footer .title {
    margin: 20px 10px;
    font-size: 25px;
    line-height: 32px;
}
.joi-footer .desc {
    width: 75%;
    margin: 20px 10px;
    font-size: 14px;
    line-height: 20px;
}
.joi-footer .menu {
    margin: 20px 10px;
    text-align: right;
}
.joi-footer .main {
    margin-top: 25px;
}
.joi-footer .main li {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}
.joi-footer .media {
    margin-top: 30px;
}
.joi-footer .media li {
    display: inline-block;
    margin-left: 5px;
}
.joi-footer .media .share-btn {
    margin: 0;
}
.joi-footer .copy {
    margin: 20px 10px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}


@media (max-width: 1100px) {
    body {
        min-width: 300px;
    }
    .main-banner,
    .main-wrapper {
        width: 100%;
        width: 100%;
    }
    .section-header .header-action-link .action-link a.page,
    .section-header .header-action-link .action-link span.current {
        display: none;
    }
    .index-content .story-cv.s-cv .cover {
        padding-bottom: 100px;
        height: 100px;
    }
    .index-content .story-cv.s-cv .cover img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        width: auto;
        height: auto;
        max-width: 150%;
        max-height: 150%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .split-content {
        padding-right: 340px;
    }
    .browse-content .section-cover {
        float: left;
        width: 100%;
    }
    .browse-content .section-list {
        float: right;
        width: 340px;
        margin-right: -340px;
    }
    .paper-main {
        float: left;
        width: 100%;
    }
    .paper-main-full-wrapper {
        width: 100%;
    }
    .meta-cover {
        margin-left: 0;
    }
    .paper-main-wrapper {
        float: none;
        width: 100%;
        padding: 0 10px 25px 10px;
    }
    .paper-main-wrapper-full {
        padding-left: 0;
        padding-right: 0;
    }
    .paper-main-wrapper-full .section-header.m-header {
        margin: 25px 20px 15px 20px;
    }
    .paper-sidebar {
        float: right;
        width: 340px;
        margin-right: -340px;
        margin-left: 0;
    }
    .section-article-content .meta-content {
        margin-left: 20px;
    }
    .meta-share {
        margin: 30px 20px 0 20px;
    }
    .comment-wrapper {
        margin: 10px 20px;
    }
    .joi-footer .desc {
        width: auto;
    }
}
@media (max-width: 960px) {
    .main-banner {
        height: 400px;
        max-height: 400px;
    }
    .main-banner .banner:nth-child(n+1) {
        width: 40%;
        height: 400px;
    }
    .main-banner .banner:nth-child(n+2) {
        width: 30%;
        height: 200px;
    }
    .main-banner .banner:nth-child(n+2) .meta a.title span {
        font-size: 21px;
        line-height: 28px;
    }
    .index-content .article-tb .meta .title span {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
    }
    .index-content .story-cv.s-cv {
        width: 25%;
    }
    .index-content .section-cover-4 .article-cv {
        width: 50%;
    }
    .section-cover,
    .section-list {
        width: 100%;
    }
    .section-list .article-wrapper {
        float: left;
        width: 50%;
    }
    .section-header .header-action-link .action-link a.page,
    .section-header .header-action-link .action-link span.current {
        display: inline-block;
    }
    .split-content {
        padding-right: 0;
    }
    .browse-content .section-cover,
    .browse-content .section-list {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .browse-content .section-list {
        margin-bottom: 30px;
    }
    .paper-wrapper {
        padding-right: 0;
    }
    .paper-main,
    .paper-sidebar {
        float: none;
        width: 100%;
        margin: 0;
    }
    .paper-sidebar-bxs:before {
        height: 0;
        background: transparent;
    }
    .paper-main-wrapper {
        padding-bottom: 20px;
    }
    .paper-main-wrapper.browse-content {
        min-height: 0;
    }
    .paper-main-wrapper-full {
        padding-left: 0;
        padding-right: 0;
    }
    .paper-sidebar-wrapper {
        width: 100%;
    }
    .section-sidebar-wrapper {
        float: left;
        width: 50%;
    }
    .meta-info,
    .meta-share-full {
        margin: 20px;
    }
    .meta-info .category-wrapper {
        display: block;
    }
    .meta-info .category-wrapper .category:first-child {
        margin-left: 0;
    }
    .meta-cover {
        margin-bottom: 20px;
    }
    .meta-info .title h1 span {
        font-size: 40px;
        line-height: 55px;
    }
    .section-article-content .meta-content {
        margin: 20px;
    }
    .meta-share {
        margin-top: 20px;
    }
    .meta-content p {
        margin: 15px 0;
    }
    .meta-content ol {
        margin: 15px 0;
    }
    .meta-content ul {
        margin: 15px 0;
    }

}
@media (max-width: 767px) {
    .main-banner .banner.m-cv,
    .main-banner .banner.s-cv {
        width: 50%;
    }
    .main-banner .banner:nth-child(n+2) {
        height: 200px;
    }
    .main-banner .banner:nth-child(n+2) .meta a.title span {
        font-size: 21px;
        line-height: 28px;
    }
    .index-content .story-cv.s-cv .title span {
        font-size: 15px;
        line-height: 20px;
    }
    .index-content .story-cv.s-cv .title {
        max-height: 44px;
        overflow: hidden;
    }
    .story-cv .meta {
        top: 0;
    }
    .article-wrapper .info {
        margin-top: 5px;
    }
    .index-content .article-tb .meta .info {
        margin-top: 7px;
    }
    .about-content.main-wrapper {
        width: 100%;
    }
    .meta-info .title h1 span {
        font-size: 36px;
        line-height: 48px;
    }
    .meta .box-category {
        padding: 6px 6px 3px 6px;
    }
    .meta-info .box-category {
        padding: 8px 8px 5px 8px;
    }
    .related-content .article-tb .meta .category {
        margin-top: -27px;
    }
}
@media (max-width: 640px) {
    .main-banner {
        height: 350px;
        max-height: 350px;
    }
    .main-banner .banner:first-child {
        height: 350px;
    }
    .main-banner .banner:nth-child(n+2) {
        height: 175px;
    }
    .main-banner .banner.m-cv .meta a.title {
        max-height: 150px;
        overflow: hidden;
    }
    .main-banner .banner.s-cv .meta a.title {
        max-height: 112px;
        overflow: hidden;
    }
    .main-banner .banner:first-child .meta a.title span {
        font-size: 25px;
        line-height: 34px;
    }
    .main-banner .banner:nth-child(n+2) .meta a.title span {
        font-size: 19px;
        line-height: 26px;
    }
    .main-banner .meta-content .title {
        font-size: 40px;
        line-height: 48px;
    }
    .index-content .article-tb,
    .related-content .article-tb {
        width: 50%;
    }
    .index-content .article-tb:nth-child(2n+1),
    .related-content .article-tb:nth-child(2n+1) {
        clear: both;
    }
    .index-content .article-cv.m-cv, 
    .browse-content .article-cv.m-cv,
    .index-content .section-cover-4 .article-cv {
        height: 200px;
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+3) {
        width: 100%;
        max-height: 100px;
        clear: none;
    } 
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+3) .cover {
        float: left;
        width: 120px;
        padding-bottom: 80px;
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+3) .cover:after {
        background: none;
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+3) .cover img {
        top: 50%;
        left: 50%;
        min-width: 120px;
        max-width: none;
        min-height: 80px;
        max-height: 120px;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+3):hover .cover img {
        -webkit-transform: translate(-50%,-50%) scale(1.05);
        -moz-transform: translate(-50%,-50%) scale(1.05);
        -ms-transform: translate(-50%,-50%) scale(1.05);
        -o-transform: translate(-50%,-50%) scale(1.05);
        transform: translate(-50%,-50%) scale(1.05);
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+3) .meta {
        margin-left: 135px;
        padding: 0;
        top: 0;
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+3) .meta .title {
        margin-top: -3px;
        z-index: 65;
        overflow: hidden;
        max-height: 63px;
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+3) .meta .title span {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #202020;
        text-shadow: none;
        letter-spacing: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+3):hover .meta .title span {
        color: #ec2028
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+3) .meta .info {
        margin-top: 5px;
    }
    .article-cv.m-cv .meta a.title span,
    .article-cv.s-cv .meta a.title span {
        font-size: 19px;
        line-height: 26px;
        letter-spacing: -1px;
    }
    .article-cv.center-cv .meta {
        text-align: left;
    }
    .section-list .article-wrapper {
        float: none;
        width: 100%;
    }
    .index-content .story-cv.s-cv {
        width: 33%;
    }
    .related-content .section-header.m-header {
        margin-top: 10px;
    }
    .related-content .article-lr .article-inner-wrapper {
        max-height: none;
    }
    .related-content .article-lr .cover {
        float: none;
        width: 100%;
        padding-bottom: 50%;
    }
    .related-content .article-lr .cover img {
        width: 100%;
        height: auto;
        max-height: none;
        max-width: none;
    }
    .related-content .article-lr .meta {
        margin-top: -20px;
        margin-left: 0;
    }
    .related-content .article-lr .meta .title {
        margin-top: 5px;
    }
    .related-content .article-lr .meta .title.no-term {
        margin-top: 28px;
    }
    .section-sidebar-wrapper {
        float: none;
        width: 100%;
    }
    .meta-info .title h1 span {
        font-size: 32px;
        line-height: 40px;
    }
    .section-header.m-header .title span {
        font-size: 28px;
        line-height: 36px;
    }
    .section-header.m-header,
    .paper-sidebar .section-header.m-header {
        margin-bottom: 10px;
    }
    .section-header .header-action-link .action-link a.page,
    .section-header .header-action-link .action-link span.current {
        display: none;
    }
    .paper-main-wrapper.related-content {
        padding-top: 10px;
    }
    .paper-sidebar .section-header.meta .title span {
        line-height: 36px;
    }
    .team-member {
        width: 50%;
    }
    .team-member .cover {
        display: inline-block;
        vertical-align: middle;
        width: 48px;
        padding-bottom: 48px;
    }
    .team-member .info {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 10px;
        text-align: left;
    }
    .team-member .info .name {
        white-space: pre;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .mail-inquiry {
        width: 100%;
        border-bottom: 5px solid #e8e8e8;
    }
    .mail-inquiry:last-child {
        border-bottom: 0;
    }
    .joi-footer {
        padding: 10px 0;
    }
    .joi-footer-block {
        float: none;
        width: 100%;
    }
    .joi-footer .menu {
        margin-top: 20px;
        text-align: left;
    }
    .joi-footer .main {
        margin-top: 25px;
    }
    .joi-footer .main li {
        margin-left: 0;
        margin-right: 10px;
        font-size: 14px;
    }
    .joi-footer .media li {
        margin-left: 0;
        margin-right: 5px;
    }
    .joi-footer .copy {
        margin-top: 30px;
    }
}
@media (max-width: 480px) {
    .section-wrapper {
        overflow: visible;
    }
    .section-header {
        margin-bottom: 10px;
    }
    .section-header .title span {
        font-size: 28px;
        line-height: 36px;
    }
    .index-content .section-cover-4 .article-cv .cover img {
        height: 160%;
    }
    .paper-main-wrapper.browse-content .section-header .title {
        float: left;
        margin-top: 7px;
    }
    .section-header .header-action-link {
        position: static;
        float: right;
    }
    .section-header .header-action-link .action-link {
        display: block;
        text-align: right;
    }
    .section-header .header-action-link .action-link a {
        margin-top: 10px;
    }
    .section-separator-header + .article-cv.m-cv {
        margin-top: 10px;
    }
    .main-banner.main-banner-article {
        height: auto;
        padding-bottom: 150%;
    }
    .main-banner .banner.m-cv,
    .main-banner .banner.s-cv {
        width: 100%;
        height: auto;
        padding-bottom: 50%;
    }
    .main-banner .banner.m-cv .meta a.title span,
    .main-banner .banner.s-cv .meta a.title span {
        font-size: 21px;
        line-height: 30px;
    }
    .main-banner .banner.has-l-border:after,
    .main-banner .banner.has-lb-border:after {
        -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.2);
        -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.2);
        box-shadow: inset 0 -1px 0 rgba(255,255,255,0.2)
    }
    .main-banner .meta-content .title {
        font-size: 28px;
        line-height: 36px;
    }
    .index-content .article-cv.m-cv,
    .browse-content .article-cv.m-cv {
        width: 100%;
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        height: 50%;
        margin-bottom: 10px;
        margin-left: -20px;
        padding-bottom: 50%;
    }
    .section-cover .article-cv.m-cv .article-inner-wrapper {
        margin: 0 10px;
        padding-bottom: 50%;
    }
    .index-content .article-cv.m-cv .meta a.title span {
        font-size: 21px;
        line-height: 30px;
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+2) {
        width: 100%;
        max-height: 100px;
        clear: none;
    } 
    .index-content .article-cv.s-cv:nth-child(n+2) .cover {
        float: left;
        width: 120px;
        padding-bottom: 80px;
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+2) .cover:after {
        background: none;
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+2) .cover img {
        top: 50%;
        left: 50%;
        min-width: 120px;
        max-width: none;
        min-height: 80px;
        max-height: 120px;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+2):hover .cover img {
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+2) .meta {
        margin-left: 135px;
        padding: 0;
        top: 0;
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+2) .meta .title {
        margin-top: -3px;
        z-index: 65;
        overflow: hidden;
        max-height: 63px;
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+2) .meta .title span {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #202020;
        text-shadow: none;
        letter-spacing: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+2) .meta .title:hover span {
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+2):hover .meta .title span {
        color: #ec2028
    }
    .index-content .section-cover:not(.section-cover-full) .article-cv.s-cv:nth-child(n+2) .meta .info {
        margin-top: 5px;
    }
    .index-content .story-cv.s-cv {
        width: 50%;
    }
    .index-content .story-cv.s-cv .title span {
        font-size: 16px;
        line-height: 20px;
    }
    .index-content .story-cv.s-cv .title {
        max-height: none;
        overflow: hidden;
    }
    .index-content .section-cover-4 .article-cv {
        width: 100%;
        height: 50%;
        padding-bottom: 50%;
    }
    .index-content .section-cover-4 .article-cv:nth-child(n+2) .cover {
        width: 100%;
    }
    .index-content .section-cover-4 .article-cv:nth-child(n+2) .meta {
        top: auto;
        margin-left: 0;
        padding: 15px 20px;
    }
    .index-content .article-tb,
    .index-content .article-tb:nth-child(2n+1),
    .index-content .article-tb:nth-child(4n+1),
    .related-content .article-tb, 
    .related-content .article-tb:nth-child(2n+1), 
    .related-content .article-tb:nth-child(4n+1) {
        width: 100%;
        max-height: 90px;
        margin-bottom: 10px;
        clear: none;
    }
    .paper-main-wrapper.related-content {
        padding-bottom: 10px;
    }
    .index-content .article-tb:last-child {
        margin-bottom: 0;
    }
    .index-content .article-tb .cover,
    .related-content .article-tb .cover {
        float: left;
        width: 120px;
        padding-bottom: 80px;
    }
    .index-content .article-tb .cover img,
    .related-content .article-tb .cover img {
        top: 50%;
        left: 50%;
        min-width: 120px;
        max-width: none;
        min-height: 80px;
        max-height: 120px;
        width: auto;
        height: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .index-content .article-tb .meta,
    .related-content .article-tb .meta {
        margin-left: 135px;
    }
    .index-content .article-tb.no-img .meta,
    .related-content .article-tb.no-img .meta {
        margin-left: 0;
    }
    .index-content .article-tb .meta .title,
    .related-content .article-tb .meta .title {
        margin-top: -3px;
        z-index: 65;
        overflow: hidden;
        max-height: 63px;
    }
    .index-content .article-tb .meta .title span,
    .related-content .article-tb .meta .title span {
        font-size: 15px;
        line-height: 20px;
        color: #202020;
        letter-spacing: 0;
    }
    .index-content .article-tb .meta .info,
    .related-content .article-tb .meta .info {
        margin-top: 5px;
    }
    .related-content .article-tb .meta .info .category {
        display: block;
        position: static;
        margin-top: 0;
    }
    .related-content .article-lr {
        width: 100%;
    }
    .related-content .article-lr .article-inner-wrapper {
        max-height: 80px;
    }
    .related-content .article-lr .cover {
        float: left;
        width: 120px;
        padding-bottom: 80px;
    }
    .related-content .article-lr .cover img {
        max-height: 120px;
        width: auto;
    }
    .related-content .article-lr .meta {
        margin-left: 135px;
        margin-top: 0;
    }
    .related-content .article-lr .meta .title,
    .related-content .article-lr .meta .title.no-term {
        margin-top: -3px;
    }
    .browse-content .article-tb.m-tb {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .browse-content .article-tb.m-tb:nth-child(2n+1) {
        clear: none;
    }
    .browse-content .article-tb.m-tb:last-child {
        margin-bottom: 0;
    }
    .meta-info .datetime {
        padding-right: 0;
    }

    /* Disable all zoom animation on mobile */
    .article-cv:hover .cover img,
    .article-cv .article-inner-wrapper:hover .cover img,
    .article-tb .article-inner-wrapper:hover .cover img,
    .article-lr .article-inner-wrapper:hover .cover img{
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .article-cv.m-cv .cover img {
				height: 120%;
    }
    .article-tb.m-tb .article-inner-wrapper:hover .cover img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .article-tb.m-tb .meta .summary {
        position: relative;
        max-height: 96px;
    }
    .article-tb.m-tb .meta .summary:after {
        content: '';
        position: absolute;
        z-index: 65;
        top: 48px;
        width: 100%;
        height: 48px;
        background: #fff;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)), to(rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 100%);
        background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        pointer-events: none;
    }
    .article-lr .cover.size-b {
        width: 120px;
    }
    .article-lr .meta {
        margin-left: 135px;
    }
    .story-cv .meta {
        overflow: hidden;
        max-height: 81px;
    }
    .share-btn {
        width: 40px;
        height: 40px;
    }
    .share-btn i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .about-content .share-btn {
        width: 64px;
        height: 64px;
    }
    .about-content .share-btn i {
        line-height: 64px;
    }
    .team-member {
        width: 100%;
        margin-left: 30px;
    }
    .joi-footer .media .share-btn {
        width: 40px;
    }
}

/* UC Browser Fallback */
@media (max-width: 480px) {
    /* 
    * Calc method is not supported with UC Browser yet 
    * Fallback to default style
    */
    .uc-browser .index-content .article-cv.m-cv, 
    .uc-browser .browse-content .article-cv.m-cv,
    .uc-browser .section-cover-4 .article-cv.s-cv:first-child {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }
    .section-cover-4 .article-cv:first-child .article-inner-wrapper {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .uc-browser .section-cover .article-cv.m-cv .article-inner-wrapper {
        margin: 10px;
    }
}

/* Partner */
.section-partner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.partner-wrapper {
    margin: 10px auto;
    text-align: center;
}
.partner-wrapper--divider {
    margin-top: 40px;
    margin-bottom: 0;
}
.partner-wrapper--main-top {
    margin-top: 20px;
    margin-bottom: 0;
}
.partner-wrapper--main-middle {
    margin-top: 20px;
    margin-bottom: 30px;
}
.partner-wrapper--main-article-top {
    margin-top: 0;
    margin-bottom: 0;
}
.partner-wrapper--main-article-bottom {
    margin-bottom: 0;
}
.partner-wrapper--sidebar-bottom {
    margin-bottom: 0;
}
@media (max-width: 960px) {
    .partner-wrapper--divider {
        margin-top: 20px;
    }
    .partner-wrapper--sidebar-top {
        margin-top: 30px;
    }
    .partner-wrapper--sidebar-bottom {
        margin-top: 30px;
    }
}
@media (max-width: 640px) {
    .partner-wrapper--main-article-bottom {
        margin-top: 30px;
    }
}

.fb_iframe_widget {
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}