.table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto;
}

.table-row {
  width: 100%;
  display: table-row;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto;
}

.table-cols--2 {
  width: 16.666%;
}

.table-cols--3 {
  width: 24.99999%;
}
.table-cols--4 {
  width: 33.3%;
}
.table-cols--6 {
  width: 50%;
}

[class*="table-cols--"] {
  display: table-cell;
  padding: 1px;
  box-shadow: inset 0 0 0 1px #ddd, 1px 0 0 1px rgba(255, 255, 255, 0.35);
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  min-height: 100px;
  vertical-align: top;
}
[class*="table-cols--"] > div {
  padding-left: 15px;
  padding-right: 15px;
}
[class*="table-cols--"].ta-l{
  text-align: left;
}
[class*="table-cols--"]::before{
  display: block;
  content:attr(data-title);
  font-size: 18px;
  text-align: center;
  background-color: #76b1c3;
  line-height: 36px;
  margin: -1px 0px 20px 0px;
  color: #fff;
  padding: 0 10px;
  background-clip: border-box;
  text-transform: capitalize;
}
.table + h3 {
  margin-bottom: 5vh;
}
.inquiry-item [class*="table-cols--"]{
  text-align: left;
  height: 100%;
  box-shadow: inset 0 .5px 0 .5px #ddd, .5px 0 0 .5px rgba(255, 255, 255, 0.35);
}
.inquiry-item [class*="table-cols--"]::before{
  margin: -1px -0.5px 8px -0.5px;
  font-size: 16px;
  background: #f5f5f5;
  color: #76b1c3;
  box-shadow:inset 0 .5px 0 0px rgba(0,0,0,0.1), 0 .5px 0px 0px rgba(0,0,0,0.2);
}
.inquiry-item [class*="table-cols--"]:nth-of-type(even){
 border-left: 1px solid #ddd;
}
.inquiry-item [class*="table-cols--"]:nth-of-type(odd){

}

.inquiry-item .td {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #777;
  padding: 0px 5px;
  vertical-align: text-top;
  width: 100%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: .5px solid #ddd;
}

.banner-title {
  padding-top: 12px;
  padding-bottom: 8px;
  line-height: 1.45;
  font-size: 20px;
}

.banner-title .inline-bk {
  vertical-align: middle;
  line-height: 1;
  margin-top: -20px;
}

.banner-title.prod {
  font-size: 18px;
  font-weight: lighter;
}

.box-link, .box-link * {
  -webkit-transition: all ease .35s;
  -o-transition: all ease .35s;
  transition: all ease .35s;
}

.box-link {
  width: 33.333%;
  float: left;
  min-height: 180px;
  border: 1px solid #ddd;
  background-image: url("../images/list-menu.png"), -ms-linear-gradient(to top, #e5e5e5, white);
  background-image: url("../images/list-menu.png"), -o-linear-gradient(to top, #e5e5e5, white);
  background-image: url("../images/list-menu.png"), -moz-linear-gradient(to top, #e5e5e5, white);
  background-image: url("../images/list-menu.png"), -webkit-linear-gradient(to top, #e5e5e5, white);
  background-image: url("../images/list-menu.png"), linear-gradient(to top, #e5e5e5, white);
  background-repeat: no-repeat, repeat;
  box-shadow: inset 0 0 0 2px #fff;
}

.box-link:nth-of-type(1) {
  background-position: left top;
}

.box-link:nth-of-type(2) {
  background-position: -380px top;
}

.box-link:nth-of-type(3) {
  background-position: -760px top;
}

.box-link:nth-of-type(4) {
  background-position: 0 bottom;
}

.box-link:nth-of-type(5) {
  background-position: -380px bottom;
}

.box-link:nth-of-type(6) {
  background-position: -760px bottom;
}

.box-link h4 {
  width: 100%;
  float: left;
  color: #ed6942;
  padding-left: 20%;
  padding-right: 10px;
  padding-top: 50px;
  text-transform: uppercase;
  font-size: 26px;
}

.box-link h4 span {
  font-size: 16px;
  font-weight: lighter;
  margin-top: 8px;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box-link p {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  float: left;
}

.box-link .sprite {
  border: 2px solid #666;
  border-radius: 50%;
  line-height: 26px !important;
  text-align: center;
  margin: 2px;
  opacity: .5;
}

.box-link:hover a {
  opacity: 1;
}

.paper {
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(to top, white 60%, #eee);
  margin-bottom: 30px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}

.paper.no-mr {
  margin-bottom: 0;
}

.card .line-grid {
  box-shadow: inset 0 0 0 1px #fff, 1px 1px 0 0 rgba(0, 0, 0, 0.15), 0 0 8px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.line-grid, .line-grid * {
  -webkit-transition: all linear .35s;
  -o-transition: all linear .35s;
  transition: all linear .35s;
}

.line-grid a.block {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.line-grid a.block:hover img {
  background: #000;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.line-grid img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.line-grid > div {
  width: 99.5%;
  float: left;
  margin: 1px .25%;
  padding: 25px 25px 25px 25px;
}

.line-grid > div + div {
  padding-top: 0;
}

.line-grid div p:first-of-type {
  color: #ed6942;
  font-size: .95em;
}

.card [class|="fx-item"],
.card [class|="flex-no-space"] {
  position: relative;
}

.svg-tag {
  width: 110px;
  height: 30px;
  display: block;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
}

.svg-tag.og {
  top: -1px;
  right: -90px;
}

.svg-tag.bk {
  top: -1px;
  left: 50px;
}
.thumbnails {
  margin-top: 10px;
}
.thumbnails * {
  -webkit-transition: all linear .25s;
  -o-transition: all linear .25s;
  transition: all linear .25s;
}
.thumbnails li {
  display: inline-block;
  width: 23.5%;
  overflow: hidden;
}

.thumbnails li a {
  display: block;
  border: 1px solid #bababa;
}

.thumbnails img {
  width: 100%;
  display: block;
  margin: 0;
}

.floating-img .sprite {
  margin-right: 10px;
}

.list-title {
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: inset 0 1px 10px 0 rgba(255, 255, 255, 0.45);
  border-top: 1px solid #ddd;
}

.list-title-s {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
}

.accordion {
  width: 100%;
  float: left;
  display: block;
}
/**/
.accordion {
  margin-bottom: 18px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}
/**/
.tab-left {
  float: left;
  width: 30%;
}

.tab-left, .tab-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tab-left li {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  position: relative;
  background: #fff;
}

.tab-left li + li {
  border-top-color: transparent;
}

.tab-left a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding: 6px 10px;
  margin: 0;
}

.tab-content {
  float: left;
  width: 70%;
  border: 1px solid #ccc;
  border-right: none;
  padding: 10px 20px;
  background-color: #fff;
}

.tab-left li.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 100%;
  right: -2px;
  top: -0px;
  bottom: -2px;
  background: inherit;
}

.tab-left li.active:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  left: -2px;
  top: -1px;
  bottom: -1px;
  background: #bababa;
}

.tab-panel.active {
  display: block;
}

.tab-panel {
  min-height: 150px;
  background-color: #fff;
}

.tab-panel.hidden {
  display: none;
}
.select-wrap {
  position: relative;
  overflow: hidden!important;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: table;
  max-width: 300px;
  min-width: 240px;
  width: 90%;
}
.select-wrap, .select-wrap::before,
.select-wrap::after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select-wrap::after {
  font-family: 'icomoon';
  content: "\e954";
  display: block;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  width: 44px;
  height: 40px;
  position: absolute;
  left: 100%;
  margin-left: -106px;
  top: 2px;
  pointer-events: none;
  background-color: #f7f7f7;
  /*box-shadow: -2px 0 0 0 rgba(0,0,0,0.1);*/
}
.select-wrap select {
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #bfbfbf;
  height: 44px;
  line-height: 40px;
  padding: 0 5px;
  font-size: 16px;
  outline: 0;
  border-radius: 2px;
  background-color: #fff;
  width: 80%;
  max-width: 300px;
  display: block;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: visible;
  color: #6f6f6f;
}
select::-ms-expand {
  display: none;
}
.select-wrap option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  position: absolute;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
}
.select-wrap select:focus,
.select-wrap option:focus {
  outline: 0;
}
.select-wrap option[selected] {
  color: #888;
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .sub-items > [class|="flex-no-space"]:first-of-type,
  .sub-items > [class|="fx-item"]:first-of-type {
    width: 70%;
    margin: inherit;
  }
  .sub-items > [class|="flex-no-space"]:last-of-type,
  .sub-items > [class|="fx-item"]:last-of-type {
    width: 30%;
  }
}

@media screen and (min-width: 300px) and (max-width: 800px) {

  [class*="table-cols--"] img {
    width: 90%;
    max-width: 260px;
    margin: 20px auto 10px auto;
  }
  [class*="table-cols--"] p {
    padding: 3em 0;
  }
  .hd-3-8 {
    display: none;
  }
  .box-link {
    width: 50%;
    height: 200px;
  }
  .box-link h4 {
    font-size: 20px;
    padding: 50px 15px 0px 15px;
  }
  .box-link p {
    padding-top: 10px;
  }
  .box-link .sprite {
    border-color: #fff;
    color: #fff;
    background-color: #ed6942;
    opacity: .8;
  }
  .tab-left {
    width: 100%;
    margin: 0;
  }
  .tab-left li {
    width: 50%;
    float: left;
    border: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    position: relative;
    background: #9f9f9f;
    margin-bottom: 2px;
  }
  .tab-left li.active {
    background-color: #555;
  }
  .tab-left li.active:after {
    display: none;
  }
  .tab-left li.active:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0px;
    top: -2px;
    right: 0;
    bottom: auto;
    background: #bababa;
  }
  .tab-left a {
    font-size: 18px;
    padding: 8px 10px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
  }
  .tab-content {
    width: 100%;
    margin-top: 0;
    padding: 20px;
    border: 1px solid #ccc;
  }
  .sub-items > [class|="flex-no-space"]:first-of-type,
  .sub-items > [class|="fx-item"]:first-of-type {
    width: 100%;
    margin: inherit;
  }
  .sub-items > [class|="flex-no-space"]:last-of-type,
  .sub-items > [class|="fx-item"]:last-of-type {
    width: 100%;
  }
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  [class*="table-cols--"] {
    display: block;
    padding: 0px;
    box-shadow: inset 0 0 0 1px #ddd, 1px 0 0 1px rgba(255, 255, 255, 0.35);
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    min-height: 150px;
    width: 100%;
    vertical-align: top;
    float: left;
  }
  .table-cols--2 {
    width: 50%;
  }
  [class*="table-cols--"].ta-l{
    text-align: left;
  }
  [class*="table-cols--"]::before,
  .inquiry-item [class*="table-cols--"]::before{
    display: block;
    content:attr(data-title);
    font-size: 18px;
    text-align: center;
    background-color: #76b1c3;
    line-height: 36px;
    color: #fff;
    padding: 0 10px;
    background-clip: border-box;
  }
  .inquiry-item [class*="table-cols--"]::before{
    margin: -1px .5px 8px .5px;
    font-size: 16px;
    background: #eee;
    color: #76b1c3;
    box-shadow:inset 0 .5px 0 0px rgba(0,0,0,0.1), 0 .5px 0px 0px rgba(0,0,0,0.2);
  }
  .inquiry-item [class*="table-cols--"]{
    text-align: left;
    height: 100%;
    width: 50%;
    box-shadow: inset 0 .5px 0 .5px #ddd, .5px 0 0 .5px rgba(255, 255, 255, 0.35);
    padding: 0;
  }
  .inquiry-item .td {
    padding: 5px 8px;
    font-size: 15px!important;
  }
}
