﻿.example {    
    color: white;
}
* {
    box-sizing: border-box;
}
.content,.content2{
    position:relative;
    max-width:1500px
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    /*float: left;*/
    float: right;
    padding: 5px;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .content,.content2 {
        width: 97%;
        margin:0 auto
    }
    .example {
        background: red;
    }
    /* For tablets: */
    .col-xs-0 {
        width: 0%;
        padding:0;
        order:0!important
    }
    .col-xs-1 {
        width: 8.33%;
    }
    .col-xs-1-5{
        width:12.49%
    }
    .col-xs-2 {
        width: 16.66%;
    }
    .col-xs-2-5 {
        width: 20%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-3-5 {
        width: 29.16% !important;
    }
    .col-xs-4 {
        width: 33.33%;
    }
    .col-xs-4-5 {
        width: 37.49% !important;
    }
    .col-xs-5 {
        width: 41.66%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.33%;
    }
    .col-xs-7-5 {
        width: 62.49%;
    }
    .col-xs-8 {
        width: 66.66%;
    }

    .col-xs-9 {
        width: 75%;
    }
    .col-xs-9-5 {
        width: 79%;
    }
    .col-xs-10 {
        width: 83.33%;
    }
    .col-xs-10-5{
        width:87.49%;
    }
    .col-xs-11 {
        width: 91.66%;
    }
    .col-xs-12 {
        width: 100%;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .example {
        background: green;
    }
    .content,.content2 {
        width: 95%;
        margin: 0 auto;
        min-height: 124px;
        margin-top: 10px!important;
    }
    /* For tablets: */
    .col-s-0 {
        width: 0%;
        padding: 0;
        order: 0 !important
    }
    .col-s-1 {
        width: 8.33%;
    }
    .col-s-1-5 {
        width: 12.49%
    }
    .col-s-2 {
        width: 16.66%;
    }
    .col-s-2-5 {
        width: 20%;
    }
    .col-s-3 {
        width: 25%;
    }
    .col-s-3-5 {
        width: 29.16% !important;
    }
    .col-s-4 {
        width: 33.33%;
    }
    .col-s-4-5 {
        width: 37.49% !important;
    }
    .col-s-5 {
        width: 41.66%;
    }
    .col-s-6 {
        width: 50%;
    }
    .col-s-7 {
        width: 58.33%;
    }
    .col-s-7-5 {
        width: 62.49%;
    }
    .col-s-8 {
        width: 66.66%;
    }
    .col-s-9 {
        width: 75%;
    }
    .col-s-9-5{
        width:79%; 
    }
    .col-s-10 {
        width: 83.33%;
    }
    .col-s-10-5 {
        width: 87.49%;
    }
    .col-s-11 {
        width: 91.66%;
    }
    .col-s-12 {
        width: 100%;
    }   
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .example {
        background: blue;
    }
   .col-md-0 {
        width: 0%;
        padding: 0;        
    }
    .col-md-0-5 {
        width: 4.16% !important;
    }
    .col-md-1 {
        width: 8.33% !important;
    }
    .col-md-1-5 {
        width: 12.49%
    }
    .col-md-2 {
        width: 16.66% !important;
    }
    .col-md-2-5 {
        width: 20%;
    }
    .col-md-3 {
        width: 25% !important;
    }
    .col-md-3-5 {
        width: 29.16% !important;
    }
    .col-md-4 {
        width: 33.33% !important;
    }
    .col-md-4-5 {
        width: 37.49% !important;
    }
    .col-md-5 {
        width: 41.66% !important;
    }

    .col-md-6 {
        width: 50% !important;
    }
    .col-md-6-5{
       width: 54.16%!important
    }
    .col-md-7 {
        width: 58.33% !important;
    }
    .col-md-7-5 {
        width: 62.49%;
    }
    .col-md-8 {
        width: 66.66% !important;
    }

    .col-md-9 {
        width: 75% !important;
    }
    .col-md-9-5 {
        width: 79%;
    }
    .col-md-10 {
        width: 83.33% !important;
    }
    .col-md-10-5 {
        width: 87.49%;
    }
    .col-md-11 {
        width: 91.66% !important;
    }

    .col-md-12 {
        width: 100% !important;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {    
    .example {
        background: orange;
    }
    .col-lg-1 {
        width: 8.33%!important;
    }
    .col-lg-1-5 {
        width: 12.49%!important;
    }
    .col-lg-2 {
        width: 16.66%!important;
    }
    .col-lg-2-5 {
        width: 20%!important;
    }
    .col-lg-3 {
        width: 25%!important;
    }
    .col-lg-3-5 {
        width: 29.16% !important;
    }
    .col-lg-4 {
        width: 33.33%!important;
    }
    .col-lg-4-5 {
        width: 37.49% !important;
    }
    .col-lg-5 {
        width: 41.66%!important;
    }

    .col-lg-6 {
        width: 50%!important;
    }
    .col-lg-6-5 {
        width: 54.16% !important
    }
    .col-lg-7 {
        width: 58.33%!important;
    }
    .col-lg-7-5 {
        width: 62.49%!important;
    }
    .col-lg-8 {
        width: 66.66%!important;
    }

    .col-lg-9 {
        width: 75%!important;
    }
    .col-lg-9-5 {
        width: 79%!important;
    }
    .col-lg-10 {
        width: 83.33%!important;
    }
    .col-lg-10-5 {
        width: 87.49%!important;
    }
    .col-lg-11 {
        width: 91.66%!important;
    }
    .col-lg-12 {
        width: 100%!important;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .example {
        background: pink;
    }
    /*For desktop:*/
    .col-xl-1 {
        width: 8.33% !important;
    }
    .col-xl-1-5 {
        width: 12.49%!important;
    }
    .col-xl-2 {
        width: 16.66% !important;
    }
    .col-xl-2-5 {
        width: 20%!important;
    }
    .col-xl-3 {
        width: 25% !important;
    }
    .col-xl-3-5 {
        width: 29.16% !important;
    }
    .col-xl-4 {
        width: 33.33% !important;
    }
    .col-xl-4-5 {
        width: 37.49% !important;
    }
    .col-xl-5 {
        width: 41.66% !important;
    }

    .col-xl-6 {
        width: 50% !important;
    }

    .col-xl-7 {
        width: 58.33% !important;
    }
    .col-xl-7-5 {
        width: 62.49%;
    }
    .col-xl-8 {
        width: 66.66% !important;
    }

    .col-xl-9 {
        width: 75% !important;
    }
    .col-xl-9-5 {
        width: 79%!important;
    }
    .col-xl-10 {
        width: 83.33% !important;
    }
    .col-xl-10-5 {
        width: 87.49%!important;
    }
    .col-xl-11 {
        width: 91.66% !important;
    }

    .col-xl-12 {
        width: 100% !important;
    }
}
@media only screen and (min-width: 1680px) {
    .example {
        background: pink;
    }
    /*For desktop:*/
    .col-xxl-1 {
        width: 8.33% !important;
    }
    .col-xxl-1-5 {
        width: 12.49%!important;
    }
    .col-xxl-2 {
        width: 16.66% !important;
    }
    .col-xxl-2-5 {
        width: 20%!important;
    }
    .col-xxl-3 {
        width: 25% !important;
    }
    .col-xxl-3-5 {
        width: 29.16% !important;
    }
    .col-xxl-4 {
        width: 33.33% !important;
    }
    .col-xxl-4-5 {
        width: 37.49% !important;
    }
    .col-xxl-5 {
        width: 41.66% !important;
    }

    .col-xxl-6 {
        width: 50% !important;
    }

    .col-xxl-7 {
        width: 58.33% !important;
    }
    .col-xxl-7-5 {
        width: 62.49%;
    }
    .col-xxl-8 {
        width: 66.66% !important;
    }
    .col-xxl-9 {
        width: 75% !important;
    }
    .col-xxl-9-5 {
        width: 79%!important;
    }
    .col-xxl-10 {
        width: 83.33% !important;
    }
    .col-xxl-10-5 {
        width: 87.49%!important;
    }
    .col-xxl-11 {
        width: 91.66% !important;
    }
    .col-xxl-12 {
        width: 100% !important;
    }
}
@media only screen and (min-width: 2200px) {
    .example {
        background: yellow;
    }
    /*For desktop:*/
    .col-3xl-1 {
        width: 8.33% !important;
    }
    .col-3xl-1-5 {
        width: 12.49%!important;
    }
    .col-3xl-2 {
        width: 16.66% !important;
    }
    .col-3xl-2-5 {
        width: 20%!important;
    }
    .col-3xl-3 {
        width: 25% !important;
    }
    .col-3xl-3-5{
        width: 29.16%!important;
    }
    .col-3xl-4 {
        width: 33.33% !important;
    }
    .col-3xl-4-5 {
        width: 37.49% !important;
    }
    .col-3xl-5 {
        width: 41.66% !important;
    }

    .col-3xl-6 {
        width: 50% !important;
    }

    .col-3xl-7 {
        width: 58.33% !important;
    }
    .col-3xl-7-5 {
        width: 62.49%;
    }
    .col-3xl-8 {
        width: 66.66% !important;
    }

    .col-3xl-9 {
        width: 75% !important;
    }
    .col-3xl-9-5 {
        width: 79%!important;
    }
    .col-3xl-10 {
        width: 83.33% !important;
    }
    .col-3xl-10-5 {
        width: 87.49%!important;
    }
    .col-3xl-11 {
        width: 91.66% !important;
    }

    .col-3xl-12 {
        width: 100% !important;
    }
}