@media (min-width: 768px)
{
    .col-1 
    {
        width: 8.33333333%;
        float:left;
    }
    
    .col-2 
    {
        width: 16.66666667%;
        float:left;
    }
    
    .col-3 
    {
        width: 25%;
        float:left;
    }
    
    .col-4 
    {
        width: 33.33333333%;
        float:left;
    }
    
    .col-5 
    {
        width: 41.66666667%;
        float:left;
    }
    
    .col-6 
    {
        width: 50%;
        float:left;
    }
    
    .col-7 
    {
        width: 58.33333333%;
        float:left;
    }
    
    .col-8 
    {
        width: 66.66666667%;
        float:left;
    }
    
    .col-9 
    {
        width: 75%;
        float:left;
    }
    
    .col-10 
    {
        width: 83.33333333%;
        float:left;
    }
    .col-11
    {
        width: 91.66666667%;
        float:left;
    }
    .col-12
    {
        width: 100%;
        float:left;
    }
    
    .container 
    {
        width: 770px;
        padding-right: 15px;
        padding-left: 15px;
        
    }
    
    .row
    {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    section.content
    {
        width: 581px;
        float: left;
    }
    
    .mobile
    {
        display: none;
    }
    
    .desktop
    {
        display: block;
    }
    
    header .logo
    {
        text-align: left;
    }
    
    header .logo.tr
    {
        background: url(/assets/images/header-tr.jpg?v=1.0.0.0) no-repeat top right;
    }

    header .logo.en
    {
        background: url(/assets/images/header-en.jpg?v=1.0.0.0) no-repeat top right;
    }

    header .logo.de
    {
        background: url(/assets/images/header-de.jpg?v=1.0.0.0) no-repeat top right;
    }

    header .logo.fr
    {
        background: url(/assets/images/header-fr.jpg?v=1.0.0.0) no-repeat top right;
    }
    
    .pages .page-content
    {
        padding: 20px 25px 0px 0px
    }
    
    .pages .page-content .col-4
    {
        text-align: left;
    }
    
    .image-tag 
    {
        display: block;
        font-size: 12px;
        padding-right: 25px;
        text-align: left;
    }
    
    aside
    {
        position: relative;
        float: right;
        width: 189px;
        background-color: #f5f9eb;
        border-left: solid 1px #c5c9c9;
        border-right: solid 1px #c5c9c9;
        height: 100%;
        min-height: 700px;
        display: block;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -ms-box-shadow: 0px 0 0 0 rgba(0,0,0,.35);
        box-shadow: 0 0 0 0 rgba(0,0,0,.35);

    }
    /*
    aside
{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    width: 250px;
    -webkit-transform: translate3d(-280px,0,0);
    transform: translate3d(-280px,0,0);
    transition: transform .3s ease;
    -ms-box-shadow: 5px 0 8px -3px rgba(0,0,0,.35);
    box-shadow: 5px 0 8px -3px rgba(0,0,0,.35);
    z-index: 1000;
}
    */
    
    .pages .page-content h6
    {
        margin-top: 0px;
    }
    
    .home .items
    {
        padding: 10px 0px 0px 0px;
    }
    
    footer a
    {
        color:#6e6e6e;
        text-decoration: none;
        font-size: 13px;
        display: inline-block;
        text-align: left;
        line-height:22px;
    }
    
    footer a:after
    {
        content: " | ";
        margin: 0 8px;
    }
    
}



@media (min-width: 992px)
{
    
}

@media (min-width: 1200px)
{
    
}

@media (min-width: 1440px)
{
    
}


