/*====================================
=         Codeless Custom Grid             =
====================================*/

.cl-row {margin-left: -15px;margin-right: -15px;}
.cl-col-xs-1, .cl-col-sm-1, .cl-col-md-1, .cl-col-lg-1, .cl-col-xs-2, .cl-col-sm-2, .cl-col-md-2, .cl-col-lg-2, .cl-col-xs-3, .cl-col-sm-3, .cl-col-md-3, .cl-col-lg-3, .cl-col-xs-4, .cl-col-sm-4, .cl-col-md-4, .cl-col-lg-4, .cl-col-xs-5, .cl-col-sm-5, .cl-col-md-5, .cl-col-lg-5, .cl-col-xs-6, .cl-col-sm-6, .cl-col-md-6, .cl-col-lg-6, .cl-col-xs-7, .cl-col-sm-7, .cl-col-md-7, .cl-col-lg-7, .cl-col-xs-8, .cl-col-sm-8, .cl-col-md-8, .cl-col-lg-8, .cl-col-xs-9, .cl-col-sm-9, .cl-col-md-9, .cl-col-lg-9, .cl-col-xs-10, .cl-col-sm-10, .cl-col-md-10, .cl-col-lg-10, .cl-col-xs-11, .cl-col-sm-11, .cl-col-md-11, .cl-col-lg-11, .cl-col-xs-12, .cl-col-sm-12, .cl-col-md-12, .cl-col-lg-12 {position: relative;min-height: 1px;padding-left: 15px;padding-right: 15px;}
.cl-col-xs-1, .cl-col-xs-2, .cl-col-xs-3, .cl-col-xs-4, .cl-col-xs-5, .cl-col-xs-6, .cl-col-xs-7, .cl-col-xs-8, .cl-col-xs-9, .cl-col-xs-10, .cl-col-xs-11, .cl-col-xs-12 {float: left;}
.cl-col-xs-12 {width: 100%;}
.cl-col-xs-11 {width: 91.66666667%;}
.cl-col-xs-10 {width: 83.33333333%;}
.cl-col-xs-9 {width: 75%;}
.cl-col-xs-8 {width: 66.66666667%;}
.cl-col-xs-7 {width: 58.33333333%;}
.cl-col-xs-6 {width: 50%;}
.cl-col-xs-5 {width: 41.66666667%;}
.cl-col-xs-4 {width: 33.33333333%;}
.cl-col-xs-3 {width: 25%;}
.cl-col-xs-2 {width: 16.66666667%;}
.cl-col-xs-1 {width: 8.33333333%;}

@media (min-width: 768px) {
  .cl-col-sm-1, .cl-col-sm-2, .cl-col-sm-3, .cl-col-sm-4, .cl-col-sm-5, .cl-col-sm-6, .cl-col-sm-7, .cl-col-sm-8, .cl-col-sm-9, .cl-col-sm-10, .cl-col-sm-11, .cl-col-sm-12 {
    float: left;
  }
  .cl-col-sm-12 {width: 100%;}
  .cl-col-sm-11 {width: 91.66666667%;}
  .cl-col-sm-10 {width: 83.33333333%;}
  .cl-col-sm-9 {width: 75%;}
  .cl-col-sm-8 {width: 66.66666667%;}
  .cl-col-sm-7 {width: 58.33333333%;}
  .cl-col-sm-6 {width: 50%;}
  .cl-col-sm-5 {width: 41.66666667%;}
  .cl-col-sm-4 {width: 33.33333333%;}
  .cl-col-sm-3 {width: 25%;}
  .cl-col-sm-2 {width: 16.66666667%;}
  .cl-col-sm-1 {width: 8.33333333%;}
  
}
@media (min-width: 992px) {
  .cl-col-md-1, .cl-col-md-2, .cl-col-md-3, .cl-col-md-4, .cl-col-md-5, .cl-col-md-6, .cl-col-md-7, .cl-col-md-8, .cl-col-md-9, .cl-col-md-10, .cl-col-md-11, .cl-col-md-12 {float: left;}
  .cl-col-md-12 {width: 100%;}
  .cl-col-md-11 {width: 91.66666667%;}
  .cl-col-md-10 {width: 83.33333333%;}
  .cl-col-md-9 {width: 75%;}
  .cl-col-md-8 {width: 66.66666667%;}
  .cl-col-md-7 {width: 58.33333333%;}
  .cl-col-md-6 {width: 50%;}
  .cl-col-md-5 {width: 41.66666667%;}
  .cl-col-md-4 {width: 33.33333333%;}
  .cl-col-md-3 {width: 25%;}
  .cl-col-md-2 {width: 16.66666667%;}
  .cl-col-md-1 {width: 8.33333333%;} 
}
@media (min-width: 1200px) {
  .cl-col-lg-1, .cl-col-lg-2, .cl-col-lg-3, .cl-col-lg-4, .cl-col-lg-5, .cl-col-lg-6, .cl-col-lg-7, .cl-col-lg-8, .cl-col-lg-9, .cl-col-lg-10, .cl-col-lg-11, .cl-col-lg-12 {float: left;}
  .cl-col-lg-12 {width: 100%;}
  .cl-col-lg-11 {width: 91.66666667%;}
  .cl-col-lg-10 {width: 83.33333333%;}
  .cl-col-lg-9 {width: 75%;}
  .cl-col-lg-8 {width: 66.66666667%;}
  .cl-col-lg-7 {width: 58.33333333%;}
  .cl-col-lg-6 {width: 50%;}
  .cl-col-lg-5 {width: 41.66666667%;}
  .cl-col-lg-4 {width: 33.33333333%;}
  .cl-col-lg-3 {width: 25%;}
  .cl-col-lg-2 {width: 16.66666667%;}
  .cl-col-lg-1 {width: 8.33333333%;} 
}



/*=====  End of Codeless Custom Grid   ======*/