/*
   Spezific styling for salvattore
   Feel free to edit it as you like
   More info at http://salvattore.com
 */

/* Base styles */
.column {
    float: left;
    width: 100%;
}
.size-1of6 {
    width: 16.66%;
}
.size-1of5 {
    width: 20%;
}
.size-1of4 {
    width: 25%;
}
.size-1of3 {
    width: 33.333%;
}
.size-1of2 {
    width: 50%;
}

/* Configurate salvattore with media queries */


/* Listadores de 6 */
@media screen and (max-width: 550px) {
    #timeline6[data-columns]::before {
        content: '1 .column';
    }
}

@media screen and (min-width: 551px) and (max-width: 767px) {
    #timeline6[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 768px) and (max-width: 997px) {
    #timeline6[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (min-width: 998px) and (max-width: 1200px) {
    #timeline6[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    #timeline6[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (min-width: 1401px) {
    #timeline6[data-columns]::before {
        content: '6 .column.size-1of6';
    }
}

/* Listadores de 5 */
@media screen and (max-width: 550px) {
    #timeline5[data-columns]::before {
        content: '1 .column';
    }
}

@media screen and (min-width: 551px) and (max-width: 767px) {
    #timeline6[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 768px) and (max-width: 997px) {
    #timeline5[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (min-width: 998px) and (max-width: 1200px) {
    #timeline5[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    #timeline5[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (min-width: 1401px) {
    #timeline5[data-columns]::before {
        content: '5 .column.size-1of5';
    }
}


/* Listadores de 4 */
@media screen and (max-width: 550px) {
    #timeline4[data-columns]::before {
        content: '1 .column';
    }
}

@media screen and (min-width: 551px) and (max-width: 700px) {
    #timeline4[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 701px) and (max-width: 997px) {
    #timeline4[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (min-width: 998px) and (max-width: 1200px) {
    #timeline4[data-columns]::before {
        content: '4 .column.size-1of4';
    }
}

@media screen and (min-width: 1201px) {
    #timeline4[data-columns]::before {
        content: '4 .column.size-1of4';
    }
}


/* Listadores de 3 */
@media screen and (max-width: 550px) {
    #timeline3[data-columns]::before {
        content: '1 .column';
    }
}

@media screen and (min-width: 551px) and (max-width: 767px) {
    #timeline3[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 768px) and (max-width: 997px) {
    #timeline3[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (min-width: 998px) and (max-width: 1200px) {
    #timeline3[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (min-width: 1201px) {
    #timeline3[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}


/* Listadores de 2 */
@media screen and (max-width: 550px) {
    #timeline2[data-columns]::before {
        content: '1 .column';
    }
}

@media screen and (min-width: 551px) and (max-width: 767px) {
    #timeline2[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 767px) and (max-width: 997px) {
    #timeline2[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 998px) and (max-width: 1200px) {
    #timeline2[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 1201px) {
    #timeline2[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}


/* Listadores de 2 B */
@media screen and (max-width: 550px) {
    #timeline2b[data-columns]::before {
        content: '1 .column';
    }
}

@media screen and (min-width: 551px) and (max-width: 767px) {
    #timeline2b[data-columns]::before {
        content: '4 .column.size-1of4';
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #timeline2b[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #timeline2b[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 1201px) {
    #timeline2b[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}
