﻿.row::after {content:"";clear:both;display:table}
[class*="col-"] {float:right;min-height :1px; padding:0em 0.1em; }
.data 
{
    padding: 0em 0.5em;
}
@media only screen and (min-width:0px) and (max-width:1100px)
{
    .col-mobile-1 {width: 8.33%;}
.col-mobile-2 {width: 16.66%;}
.col-mobile-3 {width: 25%;}
.col-mobile-4 {width: 33.33%;}
.col-mobile-5 {width: 41.66%;}
.col-mobile-6 {width: 50%;}
.col-mobile-7 {width: 58.33%;}
.col-mobile-8 {width: 66.66%;}
.col-mobile-9 {width: 75%;}
.col-mobile-10 {width: 83.33%;}
.col-mobile-11 {width: 91.66%;}
.col-mobile-12 {width: 100%;}
.clear-fix-mobile {clear:both;}
.mobile-hidden {display:none !important;    }


}

@media only screen and (min-width:1101px) and (max-width:9700px) {
.col-desktop-1 {width: 8.33%;}
.col-desktop-2 {width: 16.66%;}
.col-desktop-3 {width: 25%;}
.col-desktop-4 {width: 33.33%;}
.col-desktop-5 {width: 41.66%;}
.col-desktop-6 {width: 50%;}
.col-desktop-7 {width: 58.33%;}
.col-desktop-8 {width: 66.66%;}
.col-desktop-9 {width: 75%;}
.col-desktop-10 {width: 83.33%;}
.col-desktop-11 {width: 91.66%;}
.col-desktop-12 {width: 100%;}
.clear-fix-desktop {clear:both;}
.desktop-hidden {display:none;    }

}

