/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * @author Rado Polakovic <polakovic@slonline.sk>
 */

/*! add size "s" between 480px and 768px */
 .col-s-1, .col-s-2, .col-s-25, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-s-10, .col-s-11, .col-s-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-s-1, .col-s-2, .col-s-25, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-s-10, .col-s-11, .col-s-12 {
    float: left;
  }
  .col-s-12 {
    width: 100%;
  }
  .col-s-11 {
    width: 91.66666667%;
  }
  .col-s-10 {
    width: 83.33333333%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-8 {
    width: 66.66666667%;
  }
  .col-s-7 {
    width: 58.33333333%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-5 {
    width: 41.66666667%;
  }
  .col-s-4 {
    width: 33.33333333%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-25 {
    width: 20%;
  }
  .col-s-2 {
    width: 16.66666667%;
  }
  .col-s-1 {
    width: 8.33333333%;
  }
  .col-s-pull-12 {
    right: 100%;
  }
  .col-s-pull-11 {
    right: 91.66666667%;
  }
  .col-s-pull-10 {
    right: 83.33333333%;
  }
  .col-s-pull-9 {
    right: 75%;
  }
  .col-s-pull-8 {
    right: 66.66666667%;
  }
  .col-s-pull-7 {
    right: 58.33333333%;
  }
  .col-s-pull-6 {
    right: 50%;
  }
  .col-s-pull-5 {
    right: 41.66666667%;
  }
  .col-s-pull-4 {
    right: 33.33333333%;
  }
  .col-s-pull-3 {
    right: 25%;
  }
  .col-s-pull-25 {
    right: 20%;
  }
  .col-s-pull-2 {
    right: 16.66666667%;
  }
  .col-s-pull-1 {
    right: 8.33333333%;
  }
  .col-s-pull-0 {
    right: 0%;
  }
  .col-s-push-12 {
    left: 100%;
  }
  .col-s-push-11 {
    left: 91.66666667%;
  }
  .col-s-push-10 {
    left: 83.33333333%;
  }
  .col-s-push-9 {
    left: 75%;
  }
  .col-s-push-8 {
    left: 66.66666667%;
  }
  .col-s-push-7 {
    left: 58.33333333%;
  }
  .col-s-push-6 {
    left: 50%;
  }
  .col-s-push-5 {
    left: 41.66666667%;
  }
  .col-s-push-4 {
    left: 33.33333333%;
  }
  .col-s-push-3 {
    left: 25%;
  }
  .col-s-push-25 {
    left: 20%;
  }
  .col-s-push-2 {
    left: 16.66666667%;
  }
  .col-s-push-1 {
    left: 8.33333333%;
  }
  .col-s-push-0 {
    left: 0%;
  }
  .col-s-offset-12 {
    margin-left: 100%;
  }
  .col-s-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-s-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-s-offset-9 {
    margin-left: 75%;
  }
  .col-s-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-s-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-s-offset-6 {
    margin-left: 50%;
  }
  .col-s-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-s-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-s-offset-3 {
    margin-left: 25%;
  }
  .col-s-offset-25 {
    margin-left: 20%;
  }
  .col-s-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-s-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-s-offset-0 {
    margin-left: 0%;
  }
}