.sanatize-left, .col.sanatize-left {
  margin-left: 0;
  padding-left: 0;
}
.sanatize-right, .col.sanatize-right {
  margin-right: 0;
  padding-right: 0;
}

.col {
  float: left;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

.col-1of1 {width: 100%;}
.col-1of2 {width: 50%;}
.col-1of3 {width: 33.3333%;}
.col-2of3 {width: 66.6666%;}
.col-1of4 {width: 25%;}
.col-2of4 {width: 50%;}
.col-3of4 {width: 75%;}
.col-1of5 {width: 20%;}
.col-2of5 {width: 40%;}
.col-3of5 {width: 60%;}
.col-4of5 {width: 80%;}
.col-1of6 {width: 16.6666%;}
.col-2of6 {width: 33.3333%;}
.col-3of6 {width: 50%;}
.col-4of6 {width: 66.6666%;}
.col-5of6 {width: 83.3333%;}
.col-1of7 {width: 14.28%;}
.col-2of7 {width: 28.57%;}
.col-3of7 {width: 42.58%;}
.col-4of7 {width: 57.14%;}
.col-5of7 {width: 71.43%;}
.col-6of7 {width: 85.71%;}

.col-1of10 {width: 10%;}
.col-2of10 {width: 20%;}
.col-3of10 {width: 30%;}
.col-4of10 {width: 40%;}
.col-6of10 {width: 60%;}
.col-7of10 {width: 70%;}
.col-8of10 {width: 80%;}
.col-9of10 {width: 90%;}

@media screen and (max-width: 961px) {
  /* line 4, scss/sass/partials/_form.scss */
  .form .row .col-1of4:first-child {
    width: 40%;
  }
}
@media screen and (max-width: 961px) {
  /* line 9, scss/sass/partials/_form.scss */
  .form .row .col-1of4:nth-child(2) {
    width: 40%;
  }
}
@media screen and (max-width: 961px) {
  /* line 14, scss/sass/partials/_form.scss */
  .form .row .col-1of4:nth-child(3) {
    width: 20%;
  }
}
@media screen and (max-width: 610px) {
  /* line 20, scss/sass/partials/_form.scss */
  .form .row .col-1of4:first-child {
    width: 34%;
    padding-left: 0;
  }
}
@media screen and (max-width: 610px) {
  /* line 26, scss/sass/partials/_form.scss */
  .form .row .col-1of4:nth-child(2) {
    width: 66%;
    padding-right: 0;
  }
}
@media screen and (max-width: 610px) {
  /* line 33, scss/sass/partials/_form.scss */
  .form .row .col-1of4:nth-child(3) {
    float: right;
    width: 66%;
    padding-left: 8px;
    padding-right: 0;
  }
}
@media screen and (max-width: 610px) {
  /* line 42, scss/sass/partials/_form.scss */
  .form .row .col-1of4:nth-child(3) .button {
    width: 100%;
  }
}
@media screen and (max-width: 423px) {
  /* line 49, scss/sass/partials/_form.scss */
  .form .row .col-1of4:first-child {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 610px) {
  /* line 53, scss/sass/partials/_itemlist.scss */
  .item-list-header .col {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 610px) {
  /* line 59, scss/sass/partials/_itemlist.scss */
  .item-list-header .col.align-right {
    text-align: left;
    padding-left: 0;
  }
}
@media screen and (max-width: 610px) {
  /* line 99, scss/sass/partials/_itemlist.scss */
  .list-item .row .col {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 610px) {
  /* line 54, scss/sass/partials/_item.scss */
  .detail .tab-content .col {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 610px) {
  /* line 72, scss/sass/partials/_item.scss */
  .detail > .row > .col:last-child {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 610px) {
  /* line 85, scss/sass/partials/_item.scss */
  .detail > .row > .col-3of4 .col-1of3,
  .detail > .row > .col-3of4 .col-2of3 {
    float: none;
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 610px) {
  /* line 104, scss/sass/partials/_item.scss */
  .detail > .row > .col-3of4,
  .detail > .row > .col-1of4 {
    float: none;
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 1, scss/sass/partials/_grid.scss */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

/* line 10, scss/sass/partials/_grid.scss */
.clearfix:after,
.row:after {
  clear: both;
}
