html {
  box-sizing: border-box;
  font-family: Open Sans, Arial, sans-serif;
  line-height: 1.5;
  font-size: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

thead, tbody, tfoot {
  /*border: 1px solid #f1f1f1;*/
  border: 0;
  background-color: #fefefe;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr, tfoot tr {
  background: transparent;
}

tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

tbody th, tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}

.clearfix::after, .grid::after, .row::after, .form-group::after {
  content: "";
  clear: both;
  display: table;
}

.hide {
  display: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

ul.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

[data-action] {
  cursor: pointer;
}

.grid {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

.row, .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-group {
  margin-bottom: 15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.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,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1 {
  width: calc(100% / (12 / 1));
}

.col-2 {
  width: calc(100% / (12 / 2));
}

.col-3 {
  width: calc(100% / (12 / 3));
}

.col-4 {
  width: calc(100% / (12 / 4));
}

.col-5 {
  width: calc(100% / (12 / 5));
}

.col-6 {
  width: calc(100% / (12 / 6));
}

.col-7 {
  width: calc(100% / (12 / 7));
}

.col-8 {
  width: calc(100% / (12 / 8));
}

.col-9 {
  width: calc(100% / (12 / 9));
}

.col-10 {
  width: calc(100% / (12 / 10));
}

.col-11 {
  width: calc(100% / (12 / 11));
}

.col-12 {
  width: calc(100% / (12 / 12));
}

@media screen and (min-width: 400px) {
  /* Custom Grid */
  .col-sm-1 {
    width: calc(100% / (12 / 1));
  }

  .col-sm-2 {
    width: calc(100% / (12 / 2));
  }

  .col-sm-3 {
    width: calc(100% / (12 / 3));
  }

  .col-sm-4 {
    width: calc(100% / (12 / 4));
  }

  .col-sm-5 {
    width: calc(100% / (12 / 5));
  }

  .col-sm-6 {
    width: calc(100% / (12 / 6));
  }

  .col-sm-7 {
    width: calc(100% / (12 / 7));
  }

  .col-sm-8 {
    width: calc(100% / (12 / 8));
  }

  .col-sm-9 {
    width: calc(100% / (12 / 9));
  }

  .col-sm-10 {
    width: calc(100% / (12 / 10));
  }

  .col-sm-11 {
    width: calc(100% / (12 / 11));
  }

  .col-sm-12 {
    width: calc(100% / (12 / 12));
  }
}

@media screen and (min-width: 400px) and (max-width: 599px) {
  .col-sm-2:nth-child(6n+1):not(:nth-child(1)) {
    clear: left;
  }

  .col-sm-3:nth-child(4n+1):not(:nth-child(1)) {
    clear: left;
  }

  .col-sm-4:nth-child(3n+1):not(:nth-child(1)) {
    clear: left;
  }

  .col-sm-5:nth-child(2n+1):not(:nth-child(1)) {
    clear: left;
  }

  .col-sm-6:nth-child(2n+1):not(:nth-child(1)) {
    clear: left;
  }
}

@media screen and (min-width: 600px) {
  /* Custom Grid */
  .col-md-1 {
    width: calc(100% / (12 / 1));
  }

  .col-md-2 {
    width: calc(100% / (12 / 2));
  }

  .col-md-3 {
    width: calc(100% / (12 / 3));
  }

  .col-md-4 {
    width: calc(100% / (12 / 4));
  }

  .col-md-5 {
    width: calc(100% / (12 / 5));
  }

  .col-md-6 {
    width: calc(100% / (12 / 6));
  }

  .col-md-7 {
    width: calc(100% / (12 / 7));
  }

  .col-md-8 {
    width: calc(100% / (12 / 8));
  }

  .col-md-9 {
    width: calc(100% / (12 / 9));
  }

  .col-md-10 {
    width: calc(100% / (12 / 10));
  }

  .col-md-11 {
    width: calc(100% / (12 / 11));
  }

  .col-md-12 {
    width: calc(100% / (12 / 12));
  }
}

@media screen and (min-width: 600px) and (max-width: 799px) {
  .col-md-2:nth-child(6n+1):not(:nth-child(1)) {
    clear: left;
  }

  .col-md-3:nth-child(4n+1):not(:nth-child(1)) {
    clear: left;
  }

  .col-md-4:nth-child(3n+1):not(:nth-child(1)) {
    clear: left;
  }

  .col-md-5:nth-child(2n+1):not(:nth-child(1)) {
    clear: left;
  }

  .col-md-6:nth-child(2n+1):not(:nth-child(1)) {
    clear: left;
  }
}

@media screen and (min-width: 800px) {
  /* Custom Grid */
  .col-lg-1 {
    width: calc(100% / (12 / 1));
  }

  .col-lg-2 {
    width: calc(100% / (12 / 2));
  }

  .col-lg-3 {
    width: calc(100% / (12 / 3));
  }

  .col-lg-4 {
    width: calc(100% / (12 / 4));
  }

  .col-lg-5 {
    width: calc(100% / (12 / 5));
  }

  .col-lg-6 {
    width: calc(100% / (12 / 6));
  }

  .col-lg-7 {
    width: calc(100% / (12 / 7));
  }

  .col-lg-8 {
    width: calc(100% / (12 / 8));
  }

  .col-lg-9 {
    width: calc(100% / (12 / 9));
  }

  .col-lg-10 {
    width: calc(100% / (12 / 10));
  }

  .col-lg-11 {
    width: calc(100% / (12 / 11));
  }

  .col-lg-12 {
    width: calc(100% / (12 / 12));
  }
}

@media screen and (min-width: 800px) {
  .col-lg-2:nth-child(6n+1):not(:nth-child(1)) {
    clear: left;
  }

  .col-lg-3:nth-child(4n+1):not(:nth-child(1)) {
    clear: left;
  }

  .col-lg-4:nth-child(3n+1):not(:nth-child(1)) {
    clear: left;
  }

  .col-lg-5:nth-child(2n+1):not(:nth-child(1)) {
    clear: left;
  }

  .col-lg-6:nth-child(2n+1):not(:nth-child(1)) {
    clear: left;
  }
}