.visible-xs {display:none !important;}

.row {position:relative;width:100%;display:inline-block;*display:inline;}


.pull-left {float:left !important;}
.pull-right {float:right !important;}


 .col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1 {
   position:relative;float:left;display:inline-block;*display:inline;margin:0;}


.col-12 {width: 100%;}
.col-11 {width: 91.66666667%;}
.col-10 {width: 83.33333333%;}
.col-9 {width: 75%;}
.col-8 {width: 66.66666667%;}
.col-7 {width: 58.33333333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.66666667%;}
.col-4 {width: 33.33333333%;}
.col-3 {width: 25%;}
.col-2 {width: 16.66666667%;}
.col-1 {width: 8.33333333%;}

.col-xs-12 {width: 100%;}
.col-xs-11 {width: 91.66666667%;}
.col-xs-10 {width: 83.33333333%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}


.pd20 {position:relative;display:inline-block;*display:inline;width:100%;padding:10px ;}
.pd30 {position:relative;display:inline-block;*display:inline;width:100%;padding:30px 0 0 0 ;}




@media screen and (max-width: 991px) {


 .col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1 {width:100% !important;}
 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float: left;}
 .col-sm-12 {width: 100% !important;}
 .col-sm-11 {width: 91.66666667%;}
 .col-sm-10 {width: 83.33333333%;}
 .col-sm-9 {width: 75%;}
 .col-sm-8 {width: 66.66666667%;}
 .col-sm-7 {width: 58.33333333%;}
 .col-sm-6 {width: 50%;}
 .col-sm-5 {width: 41.66666667%;}
 .col-sm-4 {width: 33.33333333%;}
 .col-sm-3 {width: 25%;}
 .col-sm-2 {width: 16.66666667%;}
 .col-sm-1 {width: 8.33333333%;}

  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }


.hidden-xs {display:none !important;}

.pull-left, .pull-right {position:relative;float:left;width:100%;}
.col-8, .col-4 {width:100%;}

}