* {
  font-family: 'Roboto'; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.wrapper {
  flex: 1; }

.ui.button.theme1 {
  background-color: #137cbf;
  color: #fff;
  border-color: #0f6195; }
  .ui.button.theme1:hover {
    backround-color: #0b496f;
    color: #fff; }

.ui.segment.plain {
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.ui.segment.blue {
  background-color: #137cbf !important; }
.ui.segment.segment-header {
  height: 240px;
  padding: 1.5rem 0 !important;
  position: relative;
  background-color: transparent !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
.ui.segment.with-padding {
  padding: 4rem 0 !important; }
.ui.segment.with-smaller-padding {
  padding: 1.5rem 0 !important; }
.ui.segment.segment-wave {
  height: 100px;
  background-color: #137cbf !important; }
.ui.segment.gray {
  background-color: #f3f3f3 !important; }
.ui.segment.transparent {
  background-color: transparent !important; }
.ui.segment.segment01 {
  position: relative;
  background-color: transparent !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden; }
  .ui.segment.segment01 > .ui.container {
    display: flex;
    align-items: flex-start;
    position: relative; }
    .ui.segment.segment01 > .ui.container > div {
      padding: 4rem 6rem 4rem 0; }
      .ui.segment.segment01 > .ui.container > div h1 {
        position: relative;
        z-index: 3;
        margin: 0 0 1.5rem;
        padding: 0 0 1.5rem;
        color: #fff;
        font-size: 2.4em; }
        .ui.segment.segment01 > .ui.container > div h1:after {
          position: absolute;
          content: '';
          display: block;
          width: 50px;
          height: 6px;
          background-color: #137cbf;
          left: 0;
          bottom: 0; }
      .ui.segment.segment01 > .ui.container > div p {
        color: #fff;
        font-weight: 300;
        font-size: 1.2em; }
      .ui.segment.segment01 > .ui.container > div + div {
        padding-right: 0;
        padding-left: 2rem;
        z-index: 2; }
        .ui.segment.segment01 > .ui.container > div + div > * {
          display: none; }
        .ui.segment.segment01 > .ui.container > div + div > ul {
          display: block;
          width: 300px;
          margin: 0;
          padding: 0;
          list-style: none;
          position: relative;
          z-index: 3; }
          .ui.segment.segment01 > .ui.container > div + div > ul > li {
            color: #fff;
            padding: .5rem 0 .5rem 1.5rem;
            position: relative;
            font-size: 1.2em;
            font-weight: 100;
            margin: 0; }
            .ui.segment.segment01 > .ui.container > div + div > ul > li:after {
              visibility: visible;
              position: absolute;
              content: '';
              display: block;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%;
              left: 0;
              top: 50%;
              margin-top: -4px;
              width: 8px;
              height: 8px;
              background-color: #fff; }
        .ui.segment.segment01 > .ui.container > div + div:after {
          z-index: 1;
          position: absolute;
          content: '';
          display: block;
          height: 300%;
          width: 1000px;
          top: -50%;
          right: -600px;
          background-color: #137cbf;
          -webkit-transform: rotate(-70deg);
          -moz-transform: rotate(-70deg);
          -o-transform: rotate(-70deg);
          -ms-transform: rotate(-70deg);
          transform: rotate(-70deg); }

.content-header {
  display: flex;
  padding-top: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem; }
  .content-header > div img {
    max-height: 100%;
    max-width: 100%; }
  .content-header > div h1, .content-header > div h6 {
    margin: 0;
    padding: 0; }
  .content-header > div h1 {
    font-size: 1.4em;
    font-weight: 100;
    color: #666; }
  .content-header > div h6 {
    margin: 0;
    color: #999;
    font-size: 1em;
    font-weight: 300; }
  .content-header > div:first-child {
    flex-basis: 120px;
    margin-right: 1rem; }
    .content-header > div:first-child + div {
      flex-grow: 1; }
  .content-header > div:last-child {
    align-self: center;
    margin-left: 1rem; }
  .content-header.no-image > div:first-child {
    flex-grow: 1; }
    .content-header.no-image > div:first-child + div {
      flex-grow: 0; }

.content-body h1, .content-body h2, .content-body h3, .content-body h4, .content-body h5, .content-body h6 {
  color: #333; }
.content-body p, .content-body li {
  font-weight: 300;
  font-size: 1.2rem;
  color: #666; }
.content-body.content-product img {
  max-height: 100%;
  max-width: 100%; }
.content-body.content-product .well {
  font-size: 1.2em;
  font-weight: 300;
  text-align: center; }
.content-body.content-product > .ui.grid {
  margin-bottom: 1rem; }
.content-body.content-product > .boxed-container {
  margin-bottom: 2.5rem; }
.content-body.content-career > div:first-child {
  margin-bottom: 1rem; }
  .content-body.content-career > div:first-child + div {
    display: flex;
    background-color: #f3f3f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 2.5rem; }
    .content-body.content-career > div:first-child + div > div {
      flex-basis: 33.33%;
      border-right: 1px solid #ddd;
      padding: 0 1rem; }
      .content-body.content-career > div:first-child + div > div h2 {
        margin: 0 0 .5rem;
        padding: 0;
        color: #666;
        font-weight: 300;
        font-size: 1.4em;
        text-align: center; }
      .content-body.content-career > div:first-child + div > div p {
        text-align: center;
        font-weight: 300;
        font-size: 1em;
        color: #999;
        margin: 0; }
      .content-body.content-career > div:first-child + div > div:last-child {
        border-right: 0; }

.well {
  background-color: #f3f3f3;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 1.5rem;
  margin-bottom: 1rem; }

.ui.breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #f3f3f3;
  border: 1px solid #eee;
  margin-bottom: 1.5rem; }
  .ui.breadcrumb > .section {
    line-height: 3.2rem;
    padding: 0 1rem 0 3rem;
    font-size: 1.2em;
    font-weight: 300;
    color: #999;
    background-color: #fff;
    position: relative; }
    .ui.breadcrumb > .section:after, .ui.breadcrumb > .section:before {
      position: absolute;
      content: '';
      display: block;
      border: 1.6rem solid transparent;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      top: 0;
      right: -32px;
      z-index: 1; }
    .ui.breadcrumb > .section:before {
      border-left-color: #f3f3f3;
      border-top-color: #f3f3f3; }
    .ui.breadcrumb > .section:after {
      border-left-color: #fff;
      border-top-color: #fff;
      right: -30px; }
    .ui.breadcrumb > .section:first-child {
      padding-left: 2rem;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0;
      color: #137cbf; }
    .ui.breadcrumb > .section.active {
      font-weight: 700;
      color: #666; }

.card-entry {
  display: block;
  text-decoration: none;
  color: #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .card-entry > span {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #137cbf;
    color: #fff;
    font-weight: 700;
    font-size: .8em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }
  .card-entry > div {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    height: 160px;
    margin-bottom: 1rem; }
  .card-entry h1, .card-entry h6 {
    margin: 0;
    padding: 0 1rem;
    font-weight: 300;
    line-height: 1; }
  .card-entry h1 {
    font-weight: 100;
    color: #137cbf;
    font-size: 1.2em; }
    .card-entry h1:last-child {
      margin-bottom: 1rem; }
  .card-entry h6 {
    font-weight: 300;
    font-size: .8em;
    color: #bbb;
    margin-bottom: 1rem; }
  .card-entry p {
    color: #999;
    margin: 0;
    padding: 0 1rem 1rem;
    font-size: 1em;
    font-weight: 300; }
  .card-entry:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.popup-container {
  position:absolute;
  display:none;
  z-index:100;
  top:0;
  left:0;
  width:100%;
  min-height:100vh;
  padding:2rem;
  background-color:rgba(0,0,0,0.7);
}

.popup-container.active {
  display:flex;
  justify-content:center;
  align-items:center;
}

.popup-container > div {
  max-width:933px;
  display:flex;
  position:relative;
  background-color:#fff;
  padding:2rem;
  border-radius:1rem;
}

.popup-container > div > div:first-child {
  position:absolute;
  height:2rem;
  width:2rem;
  top:-1rem;
  right:-1rem;
  z-index:1;
  background-color:#f3f3f3;
  border:1px solid #ddd;
  border-radius:50%;
  line-height:2rem;
  font-size:1.2rem;
  font-weight:bold;
  cursor:pointer;
  text-align:center;
  color:#999;
  transition: all .2s;
}

.popup-container img {
  width:100% !important;
  height:auto !important;
}

.popup-container > div > div:first-child:hover {
  color:#fff;
  background-color:#ff3800;
  border-color:#800000;
}

header {
  position: relative;
  z-index: 99;
  height: 8.5rem; }
  header > .ui.segment .menu {
    margin: 0 !important;
    padding: 0;
    border: 0;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  header > .ui.segment:first-child {
    background-color: #137cbf;
    height: 2.4rem; }
    header > .ui.segment:first-child .menu .item {
      padding: 0 1rem !important;
      height: 2.4rem;
      line-height: 2.4rem;
      color: #fff; }
      header > .ui.segment:first-child .menu .item:first-child {
        padding: .2rem 1rem !important; }
        header > .ui.segment:first-child .menu .item:first-child .ui.form {
          height: 2rem !important; }
          header > .ui.segment:first-child .menu .item:first-child .ui.form .field {
            height: 2rem !important; }
            header > .ui.segment:first-child .menu .item:first-child .ui.form .field input {
              position: relative;
              top: -.2rem;
              height: 2rem !important;
              background-color: #0f6195;
              -webkit-border-radius: 1rem;
              -moz-border-radius: 1rem;
              -ms-border-radius: 1rem;
              border-radius: 1rem;
              color: #fff;
              border-color: #0b496f;
              width: 300px; }
            header > .ui.segment:first-child .menu .item:first-child .ui.form .field i {
              top: -.2rem;
              color: #fff; }
  header > .ui.segment:first-child + .ui.segment {
    height: 6rem;
    -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1); }
    header > .ui.segment:first-child + .ui.segment .menu:first-child {
      height: 6rem;
      vertical-align: top; }
      header > .ui.segment:first-child + .ui.segment .menu:first-child > .item {
        height: 8rem;
        margin-top: -2rem;
        padding: 1rem;
        font-weight: 100;
        background-color: #fff;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        text-align: center; }
        header > .ui.segment:first-child + .ui.segment .menu:first-child > .item img {
          width: auto !important;
          height: 100%; }
    header > .ui.segment:first-child + .ui.segment .menu:first-child + div {
      height: 6rem;
      position: relative;
      top: -.4rem; }
      header > .ui.segment:first-child + .ui.segment .menu:first-child + div > .item {
        height: 6rem;
        line-height: 6rem;
        padding: 1rem 1.5rem;
        font-size: 1.4em;
        color: #666; }
  header > .ui.segment:last-child {
    display: none;
    height: 4rem;
    background-color: #137cbf; }

footer > .ui.segment:first-child {
  padding: 4rem 0 !important;
  background-color: #137cbf; }
  footer > .ui.segment:first-child > .ui.grid > .column h3, footer > .ui.segment:first-child > .ui.grid > .column h2 {
    margin: 0;
    padding: 0; }
  footer > .ui.segment:first-child > .ui.grid > .column h3 {
    color: #0b496f;
    font-size: 1.2em;
    font-weight: 100;
    margin-bottom: .5rem; }
  footer > .ui.segment:first-child > .ui.grid > .column h2 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  footer > .ui.segment:first-child > .ui.grid > .column .ui.menu {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent; }
    footer > .ui.segment:first-child > .ui.grid > .column .ui.menu > .item {
      display: block;
      padding: .5rem 0;
      color: #0b496f;
      font-size: 1.2em;
      font-weight: 300; }
      footer > .ui.segment:first-child > .ui.grid > .column .ui.menu > .item:before {
        display: none !important; }
      footer > .ui.segment:first-child > .ui.grid > .column .ui.menu > .item.active, footer > .ui.segment:first-child > .ui.grid > .column .ui.menu > .item:hover {
        background-color: transparent !important; }
      footer > .ui.segment:first-child > .ui.grid > .column .ui.menu > .item:hover {
        text-decoration: underline; }
  footer > .ui.segment:first-child > .ui.grid > .column:first-child img {
    display: block;
    margin: 0 auto 1.5rem;
    max-width: 100%;
    max-height: 10rem;
    filter: brightness(0) invert(1); }
  footer > .ui.segment:first-child > .ui.grid > .column:first-child p {
    margin: 0;
    font-size: 1em;
    color: #fff;
    font-weight: 700; }
  footer > .ui.segment:first-child > .ui.grid > .column:last-child p {
    margin: 0;
    font-size: 1em;
    font-weight: 300;
    color: #0b496f;
    font-style: italic; }
footer > .ui.segment:last-child {
  background-color: #0b496f;
  padding: 1.5rem 0 !important; }
  footer > .ui.segment:last-child > .ui.container {
    display: flex;
    align-items: center; }
    footer > .ui.segment:last-child > .ui.container > div {
      display: inline-flex;
      align-items: center; }
      footer > .ui.segment:last-child > .ui.container > div a {
        display: inline-block;
        margin-left: 1rem; }
        footer > .ui.segment:last-child > .ui.container > div a .icon {
          line-height: 1.6rem;
          font-size: 1.6em;
          color: rgba(255, 255, 255, 0.5);
          -webkit-transition: color 0.3s ease;
          -moz-transition: color 0.3s ease;
          -ms-transition: color 0.3s ease;
          transition: color 0.3s ease; }
          footer > .ui.segment:last-child > .ui.container > div a .icon:hover {
            color: #fff; }
  footer > .ui.segment:last-child p {
    flex-grow: 1;
    margin: 0;
    font-size: 1em;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.5); }

.pagination {
  padding-top: 1rem;
  border-top: 1px solid #eee;
  margin: 1.5rem 1rem;
  display: flex;
  width: 100%;
  justify-content: flex-end; }
  .pagination .ui.menu {
    display: inline-flex;
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important; }
    .pagination .ui.menu .item {
      padding: 0 1rem;
      line-height: 2rem;
      background-color: transparent;
      border: 0 !important;
      font-weight: 300;
      font-size: 1em;
      color: #666; }
      .pagination .ui.menu .item .icon {
        line-height: 2rem;
        height: 2rem;
        width: 1rem;
        text-align: center;
        margin: 0; }
      .pagination .ui.menu .item.active {
        color: #137cbf;
        font-weight: 700; }
      .pagination .ui.menu .item:after, .pagination .ui.menu .item:before {
        display: none; }

.boxed-container {
  position: relative;
  margin-bottom: 1rem;
  padding: 2.5rem 1.5rem 1.5rem;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .boxed-container > h1 {
    position: absolute;
    width: 200px;
    margin: 0;
    padding: 0 1rem;
    display: inline-block;
    line-height: 2rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
    background-color: #fff;
    border: 1px solid #137cbf;
    color: #137cbf;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    top: -1rem;
    left: 50%;
    margin-left: -100px;
    overflow: hidden; }

.ui.list.list-instruction > .item > .list-item {
  position: relative;
  display: flex; }
  .ui.list.list-instruction > .item > .list-item > div {
    padding: .5rem 0; }
    .ui.list.list-instruction > .item > .list-item > div h2, .ui.list.list-instruction > .item > .list-item > div h3 {
      margin: 0;
      padding: 0; }
    .ui.list.list-instruction > .item > .list-item > div h2 {
      font-size: 1.4em;
      font-weight: 100;
      color: #137cbf;
      padding-left: 1rem; }
    .ui.list.list-instruction > .item > .list-item > div h3 {
      padding-right: 1rem;
      line-height: 2.4rem;
      font-size: 2.4em;
      color: #666;
      font-weight: 700;
      text-align: right;
      width: 4rem;
      margin-bottom: .5rem; }
    .ui.list.list-instruction > .item > .list-item > div p {
      font-size: 1em;
      font-weight: 300;
      color: #999;
      margin: 0;
      padding-left: 1rem;
      text-align: justify; }
    .ui.list.list-instruction > .item > .list-item > div:last-child {
      position: relative;
      flex-grow: 1; }
      .ui.list.list-instruction > .item > .list-item > div:last-child:before, .ui.list.list-instruction > .item > .list-item > div:last-child:after {
        position: absolute;
        content: '';
        display: block; }
      .ui.list.list-instruction > .item > .list-item > div:last-child:before {
        border-left: 1px dotted #eee;
        width: 1px;
        height: 100%;
        left: 0;
        top: 0; }
      .ui.list.list-instruction > .item > .list-item > div:last-child:after {
        width: 8px;
        height: 8px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: #ddd;
        left: -4px;
        top: 1.3rem; }
.ui.list.list-product > .item {
  padding: .5rem 0; }
  .ui.list.list-product > .item + .item {
    border-top: 1px dashed #eee; }
  .ui.list.list-product > .item > .list-item {
    display: flex;
    align-items: flex-start; }
    .ui.list.list-product > .item > .list-item > div:first-child {
      margin-right: 1.5rem;
      text-align: center; }
      .ui.list.list-product > .item > .list-item > div:first-child img {
        max-height: 200px;
        width: 120px; }
    .ui.list.list-product > .item > .list-item > div h1, .ui.list.list-product > .item > .list-item > div h6 {
      margin: 0;
      padding: 0; }
    .ui.list.list-product > .item > .list-item > div h1 {
      font-weight: 300;
      font-size: 1.4em;
      line-height: 1; }
      .ui.list.list-product > .item > .list-item > div h1 a {
        color: #333;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      .ui.list.list-product > .item > .list-item > div h1 .label {
        display: inline-block;
        margin-left: .5rem;
        vertical-align: middle; }
      .ui.list.list-product > .item > .list-item > div h1:hover a {
        color: #137cbf; }
    .ui.list.list-product > .item > .list-item > div h6 {
      font-size: .8em;
      margin-bottom: 1rem;
      font-weight: 300;
      color: #999; }
    .ui.list.list-product > .item > .list-item > div p {
      font-size: 1em;
      color: #999;
      font-weight: 300;
      margin: 0; }
.ui.list.list-career > .item > .list-item {
  padding: .5rem 0;
  display: flex;
  align-items: center; }
  .ui.list.list-career > .item > .list-item > div:first-child {
    flex-grow: 1;
    margin-right: 1rem; }
    .ui.list.list-career > .item > .list-item > div:first-child h2 {
      margin: 0 0 .5rem;
      padding: 0;
      font-weight: 100;
      font-size: 1.2em; }
      .ui.list.list-career > .item > .list-item > div:first-child h2 a {
        color: #666;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .ui.list.list-career > .item > .list-item > div:first-child h2 a:hover {
          color: #137cbf;
          text-decoration: underline; }
    .ui.list.list-career > .item > .list-item > div:first-child p {
      margin: 0;
      line-height: 1;
      font-weight: 300;
      font-size: 1em;
      color: #bbb; }
.ui.list.list-career > .item + .item > .list-item {
  border-top: 1px dashed #eee; }

.ui.grid.grid-icon > .column > .grid-item {
  text-align: center; }
  .ui.grid.grid-icon > .column > .grid-item .icon {
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 4rem;
    height: 4rem;
    width: 4rem;
    font-size: 2em;
    color: #137cbf;
    margin: 0; }
.ui.grid.grid-icon.grid-icon-large > .column > .grid-item .icon {
  line-height: 6rem;
  height: 6rem;
  width: 6rem;
  font-size: 3em; }

.heading01 {
  font-size: 2.2em;
  font-weight: 100;
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0 0 1rem;
  color: #666; }
  .heading01:after {
    position: absolute;
    content: '';
    display: block;
    height: 3px;
    width: 100px;
    background-color: #137cbf;
    bottom: -1rem;
    left: 0; }
  .heading01.right {
    text-align: right; }
    .heading01.right:after {
      left: auto;
      right: 0; }
  .heading01.no-border {
    padding-bottom: 0; }
    .heading01.no-border:after {
      display: none; }
  .heading01.white {
    color: #fff !important; }

.heading02 {
  font-size: 1.8em;
  color: #666;
  margin: 0 0 1.5rem;
  padding: 0 0 1rem;
  font-weight: 100;
  position: relative;
  text-align: center; }
  .heading02:after {
    position: absolute;
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    background-color: #137cbf;
    bottom: 0;
    left: 50%;
    margin-left: -25px; }
  .heading02.left {
    text-align: left; }
    .heading02.left:after {
      left: 0;
      margin-left: 0; }
  .heading02.right {
    text-align: right; }
    .heading02.right:after {
      left: auto;
      right: 0;
      margin-left: 0; }

.product-featured-container {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.5rem; }
  .product-featured-container img {
    max-width: 100%;
    max-height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .product-featured-container > div:first-child {
    flex-grow: 1; }
    .product-featured-container > div:first-child h1 {
      text-align: right;
      position: relative;
      margin: 0 0 1.5rem;
      padding: 0 0 .5rem;
      font-weight: 100;
      font-size: 3.2em;
      color: #666;
      line-height: 1; }
      .product-featured-container > div:first-child h1:after {
        position: absolute;
        content: '';
        display: block;
        bottom: 0;
        right: 0;
        width: 70px;
        height: 6px;
        background-color: #137cbf; }
    .product-featured-container > div:first-child p {
      text-align: right;
      margin: 0 0 5rem;
      font-weight: 300;
      font-size: 1.2em;
      color: #999; }
    .product-featured-container > div:first-child > div {
      display: flex;
      align-items: flex-end; }
      .product-featured-container > div:first-child > div img {
        max-height: 200px; }
      .product-featured-container > div:first-child > div > div {
        padding: .5rem;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .product-featured-container > div:first-child > div > div.active {
          border: 3px solid #f3f3f3; }
        .product-featured-container > div:first-child > div > div.active:after {
          position: absolute;
          content: '';
          display: block;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          border: 8px solid transparent;
          border-right-color: #137cbf;
          border-bottom-color: #137cbf;
          left: 50%;
          margin-left: -8px;
          top: -15px; }
        .product-featured-container > div:first-child > div > div + div {
          margin-left: 1rem; }
  .product-featured-container > div:last-child {
    padding-left: 3rem; }
    .product-featured-container > div:last-child > div {
      display: inline-block;
      width: 300px;
      height: auto;
      text-align: center; }
      .product-featured-container > div:last-child > div img {
        max-height: 450px; }

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem; }
  .button-container .button {
    margin: 0; }
    .button-container .button + .button {
      margin-left: 1rem; }

.container-404 {
  display: flex !important;
  align-items: center;
  height: 100%; }
  .container-404 > div {
    flex-grow: 1;
    text-align: center; }
  .container-404 h1 {
    font-size: 700;
    font-size: 10em;
    color: #137cbf;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); }
  .container-404 p {
    font-size: 1.6em;
    font-size: 100;
    color: #666; }
  .container-404 .ui.button {
    margin-bottom: 1rem; }

.carousel-index2 {
  position: relative;
  z-index: 10; }
  .carousel-index2 .swiper-slide {
    width: 258px;
    height: 258px; }

.carousel-index {
  height: 65vh; }
  .carousel-index .swiper-slide {
    position: relative; }
    .carousel-index .swiper-slide > div:first-child {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .carousel-index .swiper-slide > div:first-child:after {
        content: '';
        background-color: rgba(0, 0, 0, 0.1);
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
    .carousel-index .swiper-slide .ui.container {
      display: flex;
      height: 100%;
      align-items: flex-end;
      flex-direction: row-reverse; }
      .carousel-index .swiper-slide .ui.container > div {
        flex-basis: 50%;
        padding: 0 0 5rem;
        position: relative;
        z-index: 3; }
        .carousel-index .swiper-slide .ui.container > div h1 {
          text-align: right;
          position: relative;
          margin: 0 0 1.5rem;
          padding: 0 0 1.5rem;
          font-weight: 700;
          font-size: 4em;
          color: #fff;
          line-height: 1; }
          .carousel-index .swiper-slide .ui.container > div h1:after {
            position: absolute;
            content: '';
            display: block;
            bottom: 0;
            right: 0;
            width: 50px;
            height: 6px;
            background-color: #137cbf; }
        .carousel-index .swiper-slide .ui.container > div p {
          text-align: right;
          margin: 0 0 1rem;
          font-weight: 100;
          font-size: 1.2em;
          color: rgba(255, 255, 255, 0.8); }
        .carousel-index .swiper-slide .ui.container > div > div {
          text-align: right; }
          .carousel-index .swiper-slide .ui.container > div > div > .button {
            background-color: transparent;
            color: #fff;
            padding: 0 3rem;
            line-height: 40px;
            height: 40px;
            border: 2px solid #fff;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            border-radius: 20px;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -ms-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -ms-transition: color 0.3s ease;
            transition: color 0.3s ease; }
            .carousel-index .swiper-slide .ui.container > div > div > .button:hover {
              background-color: #fff;
              color: #333; }

.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  background-color: transparent;
  color: #666;
  opacity: .4;
  filter: brightness(0);
  background-size: 80% 80%;
  height: 40px;
  width: 40px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .swiper-container .swiper-button-prev:hover, .swiper-container .swiper-button-next:hover {
    opacity: .6; }
.swiper-container .swiper-pagination-bullet-active {
  background-color: #137cbf; }

.media-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 3rem; }
  .media-container iframe, .media-container object, .media-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.gallery-stack {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 1.5rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  z-index: 2; }
  .gallery-stack img {
    position: relative;
    z-index: 3;
    max-height: 100%;
    max-width: 100%; }
  .gallery-stack:after, .gallery-stack:before {
    position: absolute;
    content: '';
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%; }
  .gallery-stack:after {
    transform: rotate(2deg);
    top: -1px;
    right: 2px;
    z-index: 1; }
  .gallery-stack:before {
    transform: rotate(-3deg);
    top: 1px;
    left: 3px;
    z-index: 0; }
  .gallery-stack.gallery-stack01 {
    width: 300px;
    height: 300px; }

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1); }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55); }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1); } }
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px; }

.bgTop {
  z-index: 15;
  opacity: 0.5; }

.bgMiddle {
  z-index: 10;
  opacity: 0.75; }

.bgBottom {
  z-index: 5; }

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }

.waveTop {
  background-size: 50% 50px; }

.waveAnimation .waveTop {
  animation: move-wave 2s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.waveMiddle {
  background-size: 50% 60px; }

.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite; }

.waveBottom {
  background-size: 50% 50px; }

.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite; }

.boltform .boltform-info boltform-message {
  margin-bottom: 1rem; }
.boltform form[name=newsletter] {
  display: flex; }
  .boltform form[name=newsletter] > .boltforms-row {
    margin: 0;
    padding: 0; }
    .boltform form[name=newsletter] > .boltforms-row:first-child {
      flex-grow: 1; }
    .boltform form[name=newsletter] > .boltforms-row .boltforms-label {
      display: none; }
    .boltform form[name=newsletter] > .boltforms-row input {
      width: 100%;
      line-height: 36px;
      border: 0;
      -moz-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
      -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
      box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
      background-color: #0f6195;
      color: #fff;
      font-size: 1.2em;
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -ms-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px;
      padding: 0 1rem; }
      .boltform form[name=newsletter] > .boltforms-row input ::placehoder,
      .boltform form[name=newsletter] > .boltforms-row input :-ms-input-placeholder,
      .boltform form[name=newsletter] > .boltforms-row input ::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.6); }
    .boltform form[name=newsletter] > .boltforms-row button {
      color: #fff !important;
      -webkit-border-radius: 0 5px 5px 0;
      -moz-border-radius: 0 5px 5px 0;
      -ms-border-radius: 0 5px 5px 0;
      border-radius: 0 5px 5px 0; }
.boltform form[name=inquiry] {
  padding: 1.5rem;
  background-color: #f3f3f3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  flex-direction: column; }
  .boltform form[name=inquiry] > .boltforms-row {
    margin: 0 0 1rem;
    padding: 0; }
    .boltform form[name=inquiry] > .boltforms-row:last-of-type {
      margin-bottom: 0; }
    .boltform form[name=inquiry] > .boltforms-row:first-child {
      flex-grow: 1; }
    .boltform form[name=inquiry] > .boltforms-row .boltforms-label {
      display: block;
      margin-bottom: .5rem;
      font-size: .8em;
      color: #999;
      font-weight: 700;
      text-transform: uppercase; }
    .boltform form[name=inquiry] > .boltforms-row input, .boltform form[name=inquiry] > .boltforms-row textarea, .boltform form[name=inquiry] > .boltforms-row select {
      width: 100%;
      line-height: 1.2;
      border: 0;
      -moz-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
      -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
      box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
      background-color: #fff;
      color: #333;
      font-size: 1em;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      padding: .5rem 1rem; }
    .boltform form[name=inquiry] > .boltforms-row .button {
      margin-top: 1rem; }

.shadow1 {
  position: relative;
  -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.25); }

.shadow2 {
  position: relative; }
  .shadow2:before, .shadow2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.25);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .shadow2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto; }

.empty-container {
  position: relative;
  font-style: italic;
  font-size: 1em;
  color: #999; }

.hide-mobile { display:block; }
.hide-desktop { display:none; }

@media only screen and (max-width: 991px) {
  .popup-container {
    padding:1rem;
  }
    
  .popup-container > div {
    width:100%;
    height:100%;
    padding:1rem;
    border-radius:.5rem;
   }

  .hide-mobile { display:none; }
  .hide-desktop { display:block; }
    
  header {
    height: 4rem; }
    header > .ui.segment {
      display: none; }
    header > .ui.segment:last-child {
      background-color: transparent !important;
      display: block;
      -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1); }
      header > .ui.segment:last-child > div:first-child {
        display: flex;
        height: 4rem;
        background-color: #137cbf; }
        header > .ui.segment:last-child > div:first-child > a {
          flex-grow: 1;
          display: block;
          padding: .5rem 1rem; }
          header > .ui.segment:last-child > div:first-child > a img {
            vertical-align: top;
            display: inline-block;
            height: 3rem;
            -ms-filter: brightness(0) invert(1);
            -o-filter: brightness(0) invert(1);
            -moz-filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
            margin-right: 1rem; }
          header > .ui.segment:last-child > div:first-child > a h1 {
            vertical-align: top;
            display: inline-block;
            margin: 0;
            padding: 0;
            line-height: 3rem;
            font-size: 1.2em;
            text-transform: uppercase;
            color: #fff;
            font-weight: 700; }
        header > .ui.segment:last-child > div:first-child > div button {
          text-align: center;
          background-color: transparent;
          -webkit-transition: background-color 0.3s ease;
          -moz-transition: background-color 0.3s ease;
          -ms-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
          width: 4rem;
          height: 4rem;
          text-align: center;
          border: 0;
          border-left: 1px solid rgba(0, 0, 0, 0.1); }
          header > .ui.segment:last-child > div:first-child > div button .icon {
            display: inline-block;
            margin: 0;
            line-height: 4rem;
            height: 4rem;
            font-size: 1.2em;
            color: #fff; }
      header > .ui.segment:last-child > div:last-child {
        height: 0;
        min-height: 0;
        overflow: hidden;
        -webkit-transition: height 0.3s ease;
        -moz-transition: height 0.3s ease;
        -ms-transition: height 0.3s ease;
        transition: height 0.3s ease;
        flex-direction: column; }
        header > .ui.segment:last-child > div:last-child .item {
          display: block;
          background-color: #0f6195;
          color: #fff;
          padding: 1rem;
          font-weight: 300;
          font-size: 1.2em;
          text-align: right; }
      header > .ui.segment:last-child.active > div:last-child {
        height: auto; }

  .carousel-index {
    height: 100vh; }
    .carousel-index .swiper-slide .ui.container {
      align-items: center;
      flex-direction: row; }
      .carousel-index .swiper-slide .ui.container > div {
        flex-basis: 100%;
        padding: 0; }
        .carousel-index .swiper-slide .ui.container > div h1 {
          text-align: center;
          margin: 0 0 1rem;
          padding: 0 0 1rem;
          font-weight: 700;
          font-size: 1.8em; }
          .carousel-index .swiper-slide .ui.container > div h1:after {
            right: 50%;
            margin-right: -25px;
            height: 4px; }
        .carousel-index .swiper-slide .ui.container > div p {
          text-align: center;
          margin: 0 0 1rem;
          font-weight: 300;
          font-size: 1em; }
        .carousel-index .swiper-slide .ui.container > div > div {
          text-align: center; }
          .carousel-index .swiper-slide .ui.container > div > div > .button {
            padding: 0 1rem;
            line-height: 30px;
            height: 30px;
            border: 2px solid #fff;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            border-radius: 15px; }

  .carousel-index2 {
    position: relative;
    z-index: 10; }
    .carousel-index2 .swiper-slide {
      width: 150px;
      height: 150px; }

  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    height: 30px;
    width: 30px; }

  .gallery-stack {
    padding: 1rem; }
    .gallery-stack.gallery-stack01 {
      width: 160px;
      height: 160px;
      margin-bottom: 1rem; }

  .heading01 {
    font-size: 2.2em;
    margin: 0 0 1rem;
    padding: 0 0 .5rem; }
    .heading01:after {
      position: absolute;
      content: '';
      display: block;
      width: 50px;
      bottom: -.5rem;
      left: 50%;
      margin-left: -25px; }

  .ui.segment.segment-header {
    height: 180px;
    padding: 1rem 0 !important; }
  .ui.segment.with-padding {
    padding: 3rem 0 !important; }
  .ui.segment.with-smaller-padding {
    padding: 1rem 0 !important; }
  .ui.segment.segment01 > .ui.container {
    margin: 0 !important;
    flex-direction: column; }
    .ui.segment.segment01 > .ui.container > div {
      padding: 1.5rem 1rem; }
      .ui.segment.segment01 > .ui.container > div h1 {
        margin: 0 0 1rem;
        padding: 0 0 1rem;
        font-size: 1.8em; }
        .ui.segment.segment01 > .ui.container > div h1:after {
          height: 4px; }
      .ui.segment.segment01 > .ui.container > div p {
        font-size: 1em; }
      .ui.segment.segment01 > .ui.container > div + div {
        padding: 1rem 1.5rem;
        background-color: #137cbf; }
        .ui.segment.segment01 > .ui.container > div + div > ul {
          width: 100%; }
          .ui.segment.segment01 > .ui.container > div + div > ul > li {
            padding: .25rem 0 .25rem 1.25rem;
            font-size: 1em; }
        .ui.segment.segment01 > .ui.container > div + div:after {
          display: none; }
  .ui.segment.segment-search .field {
    padding: 0 !important; }
    .ui.segment.segment-search .field + .field {
      margin-top: 1rem; }

  .ui.grid.grid-icon > .column > .grid-item .icon {
    line-height: 3rem;
    height: 3rem;
    width: 3rem;
    font-size: 1.6em; }
  .ui.grid.grid-icon.grid-icon-large > .column > .grid-item .icon {
    line-height: 4rem;
    height: 4rem;
    width: 4rem;
    font-size: 2em; }

  .container-404 h1 {
    font-size: 6em; }
  .container-404 p {
    font-size: 1.4em; }

  .product-featured-container {
    flex-direction: column;
    margin-bottom: 1rem; }
    .product-featured-container > div:first-child {
      flex-grow: 0; }
      .product-featured-container > div:first-child h1 {
        margin: 0 0 1.5rem;
        padding: 0 0 .5rem;
        font-size: 2.4em; }
        .product-featured-container > div:first-child h1:after {
          width: 60px;
          height: 4px; }
      .product-featured-container > div:first-child p {
        margin: 0 0 1rem;
        font-weight: 300;
        font-size: 1em; }
      .product-featured-container > div:first-child > div {
        display: flex;
        align-items: flex-end; }
        .product-featured-container > div:first-child > div img {
          max-height: 160px; }
    .product-featured-container > div:last-child {
      display: none; }
    .product-featured-container + div > .button {
      font-size: 1em !important;
      padding: 1rem 1.5rem; }

  .card-entry > div {
    height: 140px; }
  .card-entry p {
    color: #999;
    margin: 0;
    padding: 0 1rem 1rem;
    font-size: 1em;
    font-weight: 300; }
  .card-entry:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

  .ui.list.list-instruction > .item > .list-item {
    position: relative;
    display: flex; }
    .ui.list.list-instruction > .item > .list-item > div {
      padding: .5rem 0; }
      .ui.list.list-instruction > .item > .list-item > div h2, .ui.list.list-instruction > .item > .list-item > div h3 {
        margin: 0;
        padding: 0; }
      .ui.list.list-instruction > .item > .list-item > div h2 {
        font-size: 1.4em;
        font-weight: 100;
        color: #137cbf;
        padding-left: 1rem; }
      .ui.list.list-instruction > .item > .list-item > div h3 {
        padding-right: 1rem;
        line-height: 2.4rem;
        font-size: 2.4em;
        color: #666;
        font-weight: 700;
        text-align: right;
        width: 4rem;
        margin-bottom: .5rem; }
      .ui.list.list-instruction > .item > .list-item > div p {
        font-size: 1em;
        font-weight: 300;
        color: #999;
        margin: 0;
        padding-left: 1rem;
        text-align: justify; }
      .ui.list.list-instruction > .item > .list-item > div:last-child {
        position: relative;
        flex-grow: 1; }
        .ui.list.list-instruction > .item > .list-item > div:last-child:before, .ui.list.list-instruction > .item > .list-item > div:last-child:after {
          position: absolute;
          content: '';
          display: block; }
        .ui.list.list-instruction > .item > .list-item > div:last-child:before {
          border-left: 1px dotted #eee;
          width: 1px;
          height: 100%;
          left: 0;
          top: 0; }
        .ui.list.list-instruction > .item > .list-item > div:last-child:after {
          width: 8px;
          height: 8px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          background-color: #ddd;
          left: -4px;
          top: 1.3rem; }
  .ui.list.list-product > .item > .list-item {
    display: flex;
    align-items: flex-start; }
    .ui.list.list-product > .item > .list-item > div:first-child {
      margin-right: 1rem; }
      .ui.list.list-product > .item > .list-item > div:first-child img {
        max-height: 160px;
        width: 100px; }
    .ui.list.list-product > .item > .list-item > div h1 {
      font-size: 1.2em; }
    .ui.list.list-product > .item > .list-item > div h6 {
      font-size: .8em;
      margin-bottom: 1rem;
      font-weight: 300;
      color: #999; }
    .ui.list.list-product > .item > .list-item > div p {
      display: none; }
  .ui.list.list-career > .item > .list-item > div:first-child {
    margin-right: .5rem; }
    .ui.list.list-career > .item > .list-item > div:first-child h2 {
      font-size: 1em; }
    .ui.list.list-career > .item > .list-item > div:first-child p {
      font-size: .8em; }

  .ui.breadcrumb {
    margin-bottom: 1rem; }
    .ui.breadcrumb > .section {
      line-height: 2rem;
      padding: 0 .5rem;
      font-size: .8em; }
      .ui.breadcrumb > .section:first-child {
        padding-left: .75rem; }
      .ui.breadcrumb > .section + .section {
        border-left: 1px solid #ddd; }
      .ui.breadcrumb > .section:after, .ui.breadcrumb > .section:before {
        display: none; }

  footer > .ui.segment:first-child {
    padding: 2rem 0 !important; }
    footer > .ui.segment:first-child > .ui.grid > .column h3, footer > .ui.segment:first-child > .ui.grid > .column h2 {
      margin: 0;
      padding: 0; }
    footer > .ui.segment:first-child > .ui.grid > .column h3 {
      font-size: 1em; }
    footer > .ui.segment:first-child > .ui.grid > .column h2 {
      font-size: 1em; }
    footer > .ui.segment:first-child > .ui.grid > .column .ui.menu > .item {
      font-size: 1em; }
    footer > .ui.segment:first-child > .ui.grid > .column:first-child img {
      margin: 0 auto 1rem 0;
      max-height: 6rem; }
  footer > .ui.segment:last-child {
    padding: 1rem 0 !important; }
    footer > .ui.segment:last-child > .ui.container {
      display: flex;
      align-items: center; }
      footer > .ui.segment:last-child > .ui.container > div a .icon {
        line-height: 1.2rem;
        font-size: 1.2em; }
    footer > .ui.segment:last-child p {
      flex-grow: 1;
      margin: 0;
      font-size: 1em;
      font-weight: 100;
      color: rgba(255, 255, 255, 0.5); }

  .boltform form[name=inquiry] {
    padding: 1rem; }

    .content-body img { width:100% !important; height:auto !important; }
    
  .content-header {
    margin-bottom: 1rem; }
    .content-header > div h1 {
      font-size: 1.2em; }
    .content-header > div:first-child, .content-header > div:last-child {
      display: none; }
    .content-header.no-image > div:first-child {
      display: block;
      flex-grow: 1; }
      .content-header.no-image > div:first-child + div {
        display: block;
        flex-grow: 0; } }

/*# sourceMappingURL=theme.css.map */
