*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access {
  font-size: 0;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.hide {
  display: none !important;
}
@media only screen and (max-width: 999px) {
  .view-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1000px) {
  .view-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .view-tablet {
    display: none !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


  /* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade .mfp-arrow {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7;
}

.mfp-fade.mfp-ready .mfp-arrow{
  opacity: 0.7;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-removing .mfp-arrow{
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media only screen and (min-width: 1000px) {
  .animate-item:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .animate-item:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .animate-item:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .animate-item:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .animate-item:nth-child(6) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .animate-2row:nth-child(even) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .animate-fall,
  .animate-fall-long {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }
  .animate-fall.is-visible,
  .animate-fall-long.is-visible,
  .is-visible .animate-fall,
  .is-visible .animate-fall-long {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
  .animate-fall-long {
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  .animate-slidein {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-5%, 0);
    -moz-transform: translate(-5%, 0);
    -o-transform: translate(-5%, 0);
    -ms-transform: translate(-5%, 0);
    transform: translate(-5%, 0);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }
  .animate-slidein.is-visible,
  .is-visible .animate-slidein {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
  .animate-pop {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }
  .animate-pop.is-visible,
  .is-visible .animate-pop {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
  .animate-fade {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .animate-fade.is-visible,
  .is-visible .animate-fade {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
}
.articles {
  margin: 50px 0;
}
.articles-item-info {
  font-size: 14px;
  color: #949494;
  padding-top: 10px;
  margin-bottom: 5px;
}
.articles-item-info span {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.articles-item-nav {
  display: inline-block;
  vertical-align: top;
}
.articles-item-nav a {
  color: #e94541;
}
.articles-item-heading.media-heading {
  margin-bottom: 15px;
}
.barcode-wrap {
  position: relative;
}
.barcode-wrap .shape-barcode {
  position: absolute;
  right: -270px;
  top: 40px;
  z-index: 10000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  display: none;
}
@media only screen and (min-width: 1000px) {
  .barcode-wrap .shape-barcode {
    display: block;
  }
}
.circlebadge {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #e94541;
}
.coverlink {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
}
.files {
  margin: 50px 0;
}
.files-item-info {
  font-size: 14px;
  color: #949494;
  margin-bottom: 5px;
}
.files-item-heading.media-heading {
  margin-bottom: 15px;
}
.files-item-heading.media-heading a {
  color: inherit;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.files-item-heading.media-heading a:hover {
  color: #e94541;
  text-decoration: none;
}
.filterbox p {
  margin: 0 20px 0 0;
}
.filterbox.view-letternav p {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .filterbox p {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .filterbox p {
    position: relative;
    top: 7px;
  }
}
.footer {
  padding: 20px 0;
  color: #949494;
  font-size: 14px;
}
.footer table {
  width: 100%;
  margin-top: 20px;
}
.footer table p {
  margin: 0;
}
.footer-nav a,
.footer-nav span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #949494;
}
.footer-nav a {
  text-decoration: underline;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.footer-right {
  padding-top: 20px;
}
.footer-right p {
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer table td {
    display: block;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer-right {
    text-align: right;
    padding-top: 50px;
  }
  .footer table td {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .footer-nav a:hover {
    color: #000;
  }
}
.footernav {
  position: relative;
  z-index: 50;
  background-color: #363636;
  padding: 50px 0;
  color: #fff;
}
.footernav-title {
  margin-bottom: 15px;
}
.footernav-list {
  margin-bottom: 30px;
  font-weight: 300;
}
.footernav-list:last-child {
  margin-bottom: 0;
}
.footernav-social {
  font-size: 20px;
}
.footernav-social svg {
  margin-left: 5px;
  position: relative;
  bottom: 2px;
}
.footernav a {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}
@media only screen and (min-width: 1000px) {
  .footernav a:hover,
  .footernav a:focus {
    outline: 0;
    color: #fff;
    text-decoration: underline;
  }
}
.gallery img {
  margin: 0 !important;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
  outline: 0 !important;
}
.gallery a {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 30px 0;
  outline: 0 !important;
}
.gallery a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.hide {
  display: none !important;
}
.letternav {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  list-style: none;
}
.letternav li {
  display: inline-block;
  vertical-align: top;
}
.letternav li a {
  text-decoration: underline;
  color: #e94541;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.letternav li a:hover {
  color: #000;
}
.letternav li span {
  color: #949494;
}
.letternav li:last-child {
  display: none;
}
@media only screen and (max-width: 999px) {
  .letternav a,
  .letternav span {
    display: inline-block;
    padding: 5px 2px;
  }
}
@media only screen and (min-width: 1000px) {
  .letternav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.main-content a:not(.btn) {
  color: #e94541;
}
.main.view-offset {
  padding: 60px 0;
}
.main.view-offset-bottom {
  padding-bottom: 60px;
}
.main.view-bg {
  background-color: #f3f3f3;
}
.map {
  width: 100%;
  display: block;
}
.map-wrapper {
  position: relative;
}
.map-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.newsbox {
  background-color: #ededed;
  background: url("../images/pattern.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.newsbox-list {
  margin: 50px 0 20px;
}
.newsbox-item {
  background-color: #f4f4f4;
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  padding-bottom: 50px;
}
.newsbox-item-img img {
  width: 100%;
  max-width: 100%;
}
.newsbox-item-in {
  padding: 20px;
}
.newsbox-item-date {
  font-size: 15px;
  color: #949494;
}
.newsbox-item-title {
  font-weight: 600;
}
.newsbox-item-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .newsbox-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .newsbox-item {
    display: inline-block;
    vertical-align: top;
    width: 31%;
  }
}
.section {
  padding: 40px 0;
}
.section-btns {
  margin: 20px 0;
}
.section.view-brand {
  background-color: #e94541;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .section-btns {
    margin: 50px 0 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .section {
    padding: 80px 0;
  }
  .section-btns {
    margin: 50px 0;
  }
}
.select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.select-caret {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.select-caret .caret {
  margin: 0;
}
.select .form-control {
  width: 250px;
}
.servicesbox-list {
  margin: 50px 0 20px;
}
.servicesbox-item {
  background-color: #f4f4f4;
  margin-bottom: 30px;
  padding: 30px;
}
.servicesbox-item svg {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .servicesbox-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .servicesbox-item {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.shape {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  fill: currentColor;
}
.shape-defs {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.shape-barcode {
  width: 315px;
  height: 510px;
}
.shape-icon-arrow {
  width: 5px;
  height: 9px;
}
.shape-icon-arrow.view-down {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.shape-icon-arrow.view-left {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.shape-icon-play {
  width: 112px;
  height: 112px;
}
.shape-icon-circle {
  width: 30px;
  height: 27px;
}
.shape-icon-books {
  width: 66px;
  height: 58px;
}
.shape-icon-boost {
  width: 72px;
  height: 59px;
}
.shape-icon-building {
  width: 58px;
  height: 53px;
}
.shape-icon-document {
  width: 29px;
  height: 30px;
}
.shape-icon-document2 {
  width: 46px;
  height: 54px;
}
.shape-icon-mail {
  width: 49px;
  height: 21px;
}
.shape-icon-phone {
  width: 24px;
  height: 30px;
}
.shape-icon-sign {
  width: 64px;
  height: 46px;
}
.shape-icon-target {
  width: 75px;
  height: 69px;
}
.shape-social-linkedin {
  width: 39px;
  height: 39px;
}
.shape-logo-ntk {
  width: 126px;
  height: 70px;
}
.shape-logo-ntk.view-s {
  width: 108px;
  height: 60px;
}
.shape-logo-elib {
  width: 198px;
  height: 92px;
}
.shape-btn-arrow {
  width: 32px;
  height: 32px;
}
.shape-icon-ok {
  width: 14px;
  height: 10px;
}
.shape-icon-cancel {
  width: 21px;
  height: 21px;
}
.shape-icon-file {
  width: 40px;
  height: 50px;
}
.shape-icon-plus {
  width: 36px;
  height: 33px;
}
.shape-icon-man {
  width: 47px;
  height: 66px;
}
.single-content img {
  margin: 30px 0;
  max-width: 100%;
}
.single-content ul,
.single-content ol {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.single-content ul li,
.single-content ol li {
  position: relative;
  padding-left: 15px;
}
.single-content ul li:before,
.single-content ol li:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #e94541;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.single-sidebar {
  position: relative;
  padding-top: 25px;
}
.single-sidebar > .title {
  padding-left: 15px;
}
@media (min-width: $screen-sm-min) {
  .single-sidebar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: -200px;
    width: 1px;
    background-color: #d7d1ce;
  }
}
.site {
  overflow: hidden;
}
.sources {
  margin: 50px 0;
}
.sources-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.sources-item a {
  text-decoration: underline;
}
@media only screen and (max-width: 999px) {
  .sticky-extra {
    background-color: #2e2e2e;
  }
  .sticky-extra form {
    font-size: 0;
    padding-top: 20px !important;
  }
  .sticky-extra .form-group {
    width: 75%;
    padding-right: 5px;
  }
  .sticky-extra .form-group input {
    width: 100%;
  }
  .sticky-extra .btn.sticky-searchbtn {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    bottom: 3px;
  }
  .sticky-smallnav.nav {
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .sticky-smallnav.nav > li {
    float: left;
    width: 50%;
    text-align: center;
  }
  .sticky-smallnav.nav > li:first-child {
    padding-right: 5px;
  }
  .sticky-smallnav.nav > li:last-child {
    padding-left: 5px;
  }
  .sticky-smallnav.nav > li a {
    border: 1px solid #454545;
    color: rgba(255,255,255,0.5);
    height: 45px;
  }
  .sticky-smallnav.nav > li a img {
    position: relative;
    bottom: 1px;
  }
}
@media only screen and (max-width: 999px) {
  .sticky-ntk {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .sticky-searchbtn {
    position: relative;
    bottom: 2px;
  }
  .sticky-navbar-form.navbar-form {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .sticky .navbar-header {
    width: 100%;
  }
  .sticky-extra {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    background-color: #2f2f2f;
  }
  .sticky-extra .navbar-menu {
    position: relative;
    left: 100px;
  }
  .sticky-ntk {
    float: right;
  }
  .sticky-ntk svg.view-s {
    width: 126px;
    height: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .sticky-extra .navbar-menu {
    position: relative;
    left: 150px;
  }
}
.team-group {
  margin: 50px 0;
}
.team-list {
  margin-top: 30px;
  font-size: 0;
}
.team-item {
  position: relative;
  margin-bottom: 40px;
  font-size: 15px;
}
.team-item-img {
  position: relative;
}
.team-item-img img {
  width: 100%;
  max-width: 100%;
}
.team-item-img svg,
.team-item-img:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.team-item-img svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team-item-img:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e94541;
}
.team-item-in {
  padding: 10px 0;
}
.team-item h4,
.team-item p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .team-item {
    display: inline-block;
    vertical-align: top;
    width: calc((100% / 3) - 20px);
    margin-right: 20px;
  }
}
.timelinebox .container {
  width: 98%;
}
.timelinebox-list {
  margin: 50px auto 0;
  max-width: 800px;
  position: relative;
}
.timelinebox-list:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 15px;
  bottom: 0;
  width: 1px;
  background-color: #fff;
}
.timelinebox-item {
  max-width: 370px;
  margin-bottom: 30px;
  position: relative;
}
.timelinebox-item:before {
  content: '';
  width: 20px;
  height: 18px;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 100;
  -webkit-transform: translate(52px, 10px);
  -moz-transform: translate(52px, 10px);
  -o-transform: translate(52px, 10px);
  -ms-transform: translate(52px, 10px);
  transform: translate(52px, 10px);
  background: url("../images/sources/icon-circle.svg") center center #e94541 no-repeat;
  -webkit-background-size: 20px 18px;
  -moz-background-size: 20px 18px;
  background-size: 20px 18px;
}
.timelinebox-item-date {
  color: #ffbcb8;
  font-size: 15px;
  font-family: 'UniversCom-55Roman', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .timelinebox-list {
    padding-left: 20px;
  }
  .timelinebox-list:before {
    left: 0;
    top: 0;
  }
  .timelinebox-item:before {
    left: -30px;
    top: 3px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (min-width: 767px) and (max-width: 999px) {
  .timelinebox-list {
    max-width: 723px;
  }
  .timelinebox-item {
    max-width: 311px;
  }
}
@media only screen and (min-width: 768px) {
  .timelinebox-list {
    overflow: hidden;
  }
  .timelinebox-item {
    width: 50%;
  }
  .timelinebox-item:nth-child(odd) {
    float: left;
    clear: right;
    text-align: right;
  }
  .timelinebox-item:nth-child(odd):before {
    -webkit-transform: translate(42px, 10px);
    -moz-transform: translate(42px, 10px);
    -o-transform: translate(42px, 10px);
    -ms-transform: translate(42px, 10px);
    transform: translate(42px, 10px);
  }
  .timelinebox-item:nth-child(even) {
    float: right;
    clear: left;
  }
  .timelinebox-item:nth-child(even):before {
    left: auto;
    right: 100%;
    -webkit-transform: translate(-39px, 10px);
    -moz-transform: translate(-39px, 10px);
    -o-transform: translate(-39px, 10px);
    -ms-transform: translate(-39px, 10px);
    transform: translate(-39px, 10px);
  }
  .timelinebox-item:last-child {
    margin-bottom: 0;
  }
  .timelinebox-item:last-child:after {
    content: '';
    background-color: #e94541;
    position: absolute;
    left: -50px;
    top: 28px;
    bottom: 0;
    width: 20px;
  }
  .timelinebox-item:last-child:nth-child(odd):after {
    left: auto;
    right: -50px;
  }
}
@media only screen and (min-width: 1000px) {
  .timelinebox-item:nth-child(odd):before {
    -webkit-transform: translate(21px, 10px);
    -moz-transform: translate(21px, 10px);
    -o-transform: translate(21px, 10px);
    -ms-transform: translate(21px, 10px);
    transform: translate(21px, 10px);
  }
  .timelinebox-item:nth-child(even):before {
    -webkit-transform: translate(-19px, 10px);
    -moz-transform: translate(-19px, 10px);
    -o-transform: translate(-19px, 10px);
    -ms-transform: translate(-19px, 10px);
    transform: translate(-19px, 10px);
  }
}
.title {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-weight: normal;
  position: relative;
}
.title.view-section {
  font-weight: 300;
}
.video {
  position: relative;
}
.video img,
.video a {
  outline: 0 !important;
}
.video .shape-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.video:hover .shape-icon-play {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}

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