/* Compiled Less CSS File */
/* Generated from "index.css" */

/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700); */
.c1 .color {
  color: #fed501 !important;
}
.c2 .color {
  color: #ff614e !important;
}
.c3 .color {
  color: #336699 !important;
}
.c1 .bgcolor {
  background-color: #fed501 !important;
}
.c2 .bgcolor {
  background-color: #ff614e !important;
}
.c3 .bgcolor {
  background-color: #336699 !important;
}
.rt {
  width: 100%;
  font-size: 0.75em;
  /*12*/
  line-height: 1.25em;
  /*15*/
  border-collapse: collapse;
  border-spacing: 0;
}
.rt th,
.rt td {
  margin: 0;
  padding: 0.4166em;
  /*10*/
  vertical-align: top;
  border: 1px solid #babcbf;
  background: #fff;
}
.rt th {
  text-align: left;
  background: #fff2b2;
}
@media (max-width: 567px) {
  .rt {
    display: block;
    position: relative;
    width: 100%;
  }
  .rt thead {
    display: block;
    float: left;
  }
  .rt tbody {
    display: -webkit-box;
    overflow-x: auto;
  }
  .rt th,
  .rt tr,
  .rt td {
    display: block;
  }
  .rt th {
    border-bottom: 0;
  }
  .rt td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .rt tbody tr {
    border-right: 1px solid #babcbf;
  }
  .rt th:last-child,
  .rt td:last-child {
    border-bottom: 1px solid #babcbf;
  }
}
section#kv .swiper-container {
  max-width: 950px;
}
section#whatshot {
  margin: 20px 0;
}
section#whatshot .container {
  max-width: 960px;
}
section#whatshot .head {
  color: #CCC;
  font-size: 1.5em;
  margin-bottom: 15px;
}
section#whatshot .head .ico {
  margin: 0 5px;
}
section#whatshot .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
section#whatshot .row:before {
  display: none;
}
section#whatshot .row .col {
  float: none;
  border-bottom: dashed 1px #DDD;
  margin-bottom: 30px;
}
section#whatshot .item {
  margin-bottom: 30px;
}
section#whatshot .item .desc {
  margin-top: 12px;
  color: #336699;
  font-size: 0.9em;
  line-height: 125%;
}
section#whatshot .item .desc:hover {
  color: #ff614e;
}
section#all .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
section#all .row:before {
  display: none;
}
section#all .row .col {
  float: none;
  padding-left: 3px;
  padding-right: 3px;
}
section#all .cat {
  line-height: 100%;
}
section#all .cat img.head {
  margin-bottom: 10px;
}
section#all .cat a:hover {
  color: #ff614e;
}
@media (max-width: 991px) {
  section#whatshot {
    margin-top: 10px;
  }
  section#whatshot .head {
    font-size: 1.2em;
    text-align: center;
  }
  section#whatshot .row {
    padding: 0 6px;
  }
  section#whatshot .row .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  section#whatshot .item {
    margin-bottom: 25px;
  }
  section#all {
    display: none;
  }
}