@media only screen and (min-width: 48em) { 
    .home-bottom{
        padding-top: 60px;
    }
    .about-box{
        height: 450px;
    }
    .about-box .half.bg{
        height: 450px;
    }
    .about-box .half{
        width: 50%;
        float: left;
        padding: 0 40px;
    }
    .about-box .half .vertical{
        height: 450px;
    }
    
    .home-news{}
    .home-news:after{
        width: 1px;
        display: block;
        top: 0;
        bottom: 0;
        left: 50%;
        background: #ddd;
        content: '';
        position: absolute;
        z-index: 1;
    }
    .home-news.rb:after{
        background: #fff;
    }
    .home-news-entry{
        padding: 20px;
    }
    
    .slick-prev,
    .slick-next {
        width: 24px;
        height: 50px;
    }
    .slick-prev:before,
    .slick-next:before {
        width: 24px;
        height: 50px;
    }
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
    .wp-caption.topright .wp-caption-text{
        color: #fff;
        position: absolute;
        top: 60px;
        right: 40px;
        font-size: 24px;
        line-height: 1.2em;
        max-width: 250px;
        text-align: left;
        background: transparent;
    }
    .wp-caption.centeright .wp-caption-text{
        color: #fff;
        position: absolute;
        top: 45%;
        right: 40px;
        font-size: 24px;
        line-height: 1.2em;
        max-width: 250px;
        text-align: left;
        background: transparent;
    }
    .wp-caption.bottomleft .wp-caption-text{
        color: #fff;
        position: absolute;
        bottom: 60px;
        left: 50px;
        font-size: 24px;
        line-height: 1.2em;
        max-width: 250px;
        text-align: left;
        background: transparent;
    }
}
@media only screen and (min-width: 62em) { 
    .header{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .header .logo{
        float: left;
        width: 100%;
        max-width: 460px;
        margin-left: -95px;
        margin-bottom: 0;
    }
    .header .tag{
        font-size: 24px;
        line-height: 54px;
        float: left;
        margin-left: -60px;
    }
    .eu .header .tag{
        margin-right: -40px;
    }
    .header .lang{
        float: right;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .mobile-btn {
        height: 60px;
        width: 60px;
        position: relative;
        float: right;
        margin-right: 20px;
        margin-top: 0;
    }
    .primary{
        top: 60px;
        margin-left: -170px;
    }
    .about-box .half{
        padding: 0 60px;
    }
    
    .home-news-entry{
        padding: 50px 60px;
    }
}
@media only screen and (max-width: 30em) { }