* {
  box-sizing: border-box
}
body {
  background: #f4f4f4;
  color: #3a434f;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-size: 14px;
  hyphens: auto;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  padding: 0 12px;
  margin: 0 auto
}
.row {
  margin: 0 -6px
}
.logo {
  background: #fff;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 10px!important;
  display: block
}
.h1,h1 {
  font-size: 1rem;
  font-weight: 700!important;
  margin-top: 0;
  color: #3a434f;
  line-height: 24px
}
.nopadding {
  padding: 0
}
.headerpic_box {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 3px;
  margin-top: 12px
}
.headerpic {
  border-radius: 0 0 3px 3px;
  margin-bottom: 12px;
  border: 1px solid rgba(220,223,226,.8)
}
.h2,h2 {
  font-size: 16px;
  font-weight: 600!important;
  background: #f5f5f5;
  margin: -12px -12px 12px;
  padding: 6px 12px;
  line-height: 24px!important
}
.h3,h3 {
  font-size: 14px;
  font-weight: 600!important;
  line-height: 14px!important
}
dl,ol,ul {
  padding-left: 30px
}
.last-margin {
  margin-bottom: 24px
}
.box_white,.content {
  background: #fff
}
.sidebar {
  margin-top: 12px;
  text-align: center
}
.box {
  background: #fff;
  padding: 12px;
  border: 1px solid rgba(220,223,226,.8);
  margin-bottom: 12px;
}
.header {
  border-radius: 3px 3px 0 0;
  margin-bottom: 12px;
  padding-bottom: 14px
}
.main {
  margin: 12px auto 0
}
.company-name {
  color: #4088ee;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: 0;
  border: none;
  line-height: 1.3
}
.sidebar .company-name {
  color: #222;
  padding-top: 5px
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
  padding-right: 6px;
  padding-left: 6px
}
.box h1 {
  font-size: 1rem;
}
.box : last-child {
  margin-bottom: 0
}
.logo_box {
  border: 1px solid rgba(220,223,226,.8)
}
h1 strong,h2 strong {
  font-weight: 700!important
}
@keyframes slideshow {
  25% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  91.66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hidden {
  display: none;
}
.gallery3 img.trans {
  position: relative;
  width: 100%;
}
.gallery3 img:nth-child(4) {
  z-index: 1;
  animation-delay: 8s;
}
.gallery3 img:nth-child(3) {
  z-index: 2;
  animation-delay: 4s;
}
.gallery3 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  animation: slideshow 12s linear 0s infinite;
}
.gallery2 img {
  position: absolute;
  top: 0;
  left: 0;
}
.gallery2 img.trans {
  position: relative;
  width: 100%;
}
.top {
  animation-name: fade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 6s;
  animation-direction: alternate;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.gallery, .gallery2, .gallery3 {
  position: relative;
}
h2 strong {
  font-weight: 600!important
}
.special_title {
  color: #0e3192;
  font-size: 16px
}
