/* HTML5 Boilerplate
 * ==|== normalize.css ==========================================================
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

html {
  overflow-y: auto;
}

body {
  font-family: "Titillium Web", "Roboto", Verdana, Arial, sans-serif;
  font-weight: 400;
  overflow: hidden;
  background: white;
}

/* CUSTOM */
a {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: none;
}
a.underline {
  border-bottom: 1px solid white;
}
a.text {
  font-family: "Titillium Web", "Roboto", Verdana, Arial, sans-serif;
  padding: 5px;
  color: blue;
}
a.text:hover {
  color: gold;
}
a.text.overblue {
  color: white;
}
a.text.overblue:hover {
  color: gold;
  opacity: 1;
}

label {
  cursor: auto;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

ul {
  list-style: none;
}

.left {
  float: left;
  width: 50%;
}

.right {
  float: right;
  width: 50%;
}

.block {
  float: left;
  display: block;
}

.fullwidth {
  width: 100%;
}

.quarterwidth {
  width: 25%;
}

.halfwidth {
  width: 50%;
}

.seventywidth {
  width: 70%;
}
@media only screen and (max-width: 1000px) {
  .seventywidth {
    width: 100%;
  }
}

.thirdwidth {
  width: 33.33%;
}

.thirtywidth {
  width: 30%;
}

.centerblock {
  display: flex;
  align-items: center;
  justify-content: center;
}
.centerblock.column {
  flex-direction: column;
}
.centerblock.wrap {
  flex-wrap: wrap;
}
.centerblock.justifystart {
  justify-content: flex-start;
}
.centerblock.alignstart {
  align-items: flex-start;
}

.fullheight {
  height: 100%;
}

.bgcenter {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.center {
  text-align: center;
}

.col-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.col-container.widest {
  padding: 0 50px;
  max-width: none;
}
@media only screen and (max-width: 1200px) {
  .col-container.widest {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .col-container.widest {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 670px) {
  .col-container.widest {
    padding: 0 10px;
  }
}
.col-container.wide {
  max-width: 1200px;
}
.col-container.wider {
  max-width: 1600px;
}
@media only screen and (max-width: 1441px) {
  .col-container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .col-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 670px) {
  .col-container {
    padding: 0 10px;
  }
}

.container-tilted {
  position: relative;
  background-color: #ffc107;
  margin: 100px auto 0;
  padding: 30px 0 25px;
}
.container-tilted::before {
  content: '';
  padding-top: 5.24078%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-image: linear-gradient(-3deg, #ffc107 50%, rgba(0, 0, 0, 0) 50%);
}
@media only screen and (max-width: 670px) {
  .container-tilted {
    margin: 50px auto 0;
    padding-top: 25px;
  }
}

.home-slider {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  opacity: 0 !important;
}
@media only screen and (max-width: 670px) {
  .home-slider {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.home-slider .slick-track {
  overflow: hidden;
  transform: none !important;
}
.home-slider .slick-track img:focus {
  outline: none;
}
.home-slider .slick-dots {
  bottom: 20px;
}
.home-slider .slick-dots > li {
  margin: 0 10px 0 0;
  height: 12px;
}
.home-slider .slick-dots > li:last-child {
  margin-right: 0;
}
.home-slider .slick-dots > li button {
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 100%;
  width: 12px;
  height: 12px;
  position: relative;
  margin: auto;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.home-slider .slick-dots > li button:before {
  content: "";
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  background-color: white;
  width: 40%;
  height: 40%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-radius: 100%;
}
.home-slider .slick-dots > li.slick-active button {
  border-color: white;
}

.slick-list {
  padding: 0 !important;
}

.slick-list, .slick-track {
  height: 100%;
}

.loaded {
  opacity: 1 !important;
}

#pager {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pager > span {
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  color: blue;
  margin-right: 10px;
}
#pager .pagination {
  list-style: none;
  float: left;
  display: flex;
}
#pager .pagination li {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 255, 0.3);
  margin-right: 10px;
  -moz-transition: 50ms;
  -o-transition: 50ms;
  -webkit-transition: 50ms;
  transition: 50ms;
  color: blue;
  font-size: 11px;
  font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
}
#pager .pagination li.next a:after, #pager .pagination li.prev a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid blue;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 0;
  left: -4px;
  right: 0;
  bottom: 0;
  margin: auto;
}
#pager .pagination li.prev a:after {
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid;
  border-left: 1px solid;
  left: 2px;
}
#pager .pagination li a {
  color: blue;
  font-size: 11px;
  font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pager .pagination li:hover {
  opacity: 0.7;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#pager .pagination li.active {
  opacity: 0.7;
  pointer-events: none;
  color: rgba(15, 48, 87, 0.3);
}

#signature-alloy {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: transparent;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#signature-alloy img {
  -moz-transition: 50ms;
  -o-transition: 50ms;
  -webkit-transition: 50ms;
  transition: 50ms;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 20px;
  z-index: 123;
  margin: 0 2px;
}
#signature-alloy span {
  opacity: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  position: absolute;
  right: 10px;
  bottom: 6px;
  z-index: 123;
  font-size: 8px;
  color: white;
  line-height: 1;
  font-family: "open sans", Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  letter-spacing: 1px;
  width: 70px;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#signature-alloy:after {
  content: "";
  -moz-transition: 50ms;
  -o-transition: 50ms;
  -webkit-transition: 50ms;
  transition: 50ms;
  position: absolute;
  width: 45px;
  height: 30px;
  bottom: 0;
  right: -30px;
  transform: skew(-45deg);
  background: #460033;
  background: linear-gradient(225deg, #460033, #660033, #91033d);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 6s ease infinite;
  -moz-animation: AnimationName 6s ease infinite;
  animation: AnimationName 6s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
#signature-alloy:hover {
  width: 140px;
}
#signature-alloy:hover:after {
  width: 140px;
  transform: skew(-25deg);
}
#signature-alloy:hover img {
  right: 75px;
  margin: 0;
  width: 20px;
  height: 30px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#signature-alloy:hover span {
  opacity: 1;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.title {
  font-family: "Titillium Web", "Roboto", Verdana, Arial, sans-serif;
}

.cool-tabs {
  text-align: center;
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.cool-tabs > section {
  display: flex;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  float: left;
  box-sizing: border-box;
}
.cool-tabs > input {
  display: none;
}
.cool-tabs #content1.active, .cool-tabs #content2.active {
  opacity: 1;
  position: relative;
  pointer-events: all;
}
.cool-tabs section {
  text-align: left;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

svg {
  min-width: 50px;
}

.button {
  font-family: "Titillium Web", "Roboto", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #0f3057;
  background-color: rgba(15, 48, 87, 0.1);
  font-size: 18px;
  border-radius: 200px 0 0 200px;
  background-image: url(../img/bg/button-bg.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  letter-spacing: 1px;
  border: none;
  padding: 10px 20px 10px 45px;
  font-weight: 800;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  outline: none;
  position: relative;
}
.button:hover {
  background-color: rgba(15, 48, 87, 0.15);
  color: #133c6d;
}
.button:hover:before {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.button:visited {
  color: #0f3057;
}
.button:focus {
  background-color: rgba(15, 48, 87, 0.2);
}
.button:focus:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.button:before {
  content: "";
  height: 23px;
  width: 23px;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/bg/button-thing.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}
@media only screen and (max-width: 670px) {
  .button {
    padding: 10px;
  }
}
.button.big {
  padding: 20px;
  font-size: 18px;
}
.button.small {
  font-family: "Titillium Web", "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 400;
  min-height: 39px;
}
.button.blue {
  background: blue;
  color: white;
}
.button.blue:hover {
  background: #0000b3;
}
.button.blue:focus {
  background: #0000e6;
}
.button.lblue {
  background: #3498db;
  color: white;
}
.button.lblue:hover {
  background: #1d6fa5;
}
.button.lblue:focus {
  background: #258cd1;
}
.button.dblue {
  background: #0f3057;
  color: white;
}
.button.dblue:hover {
  background: #040c16;
}
.button.dblue:focus {
  background: #0b2441;
}
.button.clear {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
  background-image: url(../img/bg/button-bg-white.svg);
}
.button.clear:before {
  background-image: url(../img/bg/button-thing-white.svg);
}
.button.clear:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.button.clear:focus {
  background-color: rgba(255, 255, 255, 0.7);
}
.button.lowcase {
  text-transform: initial;
}

.input {
  border: 1px solid rgba(144, 164, 174, 0.3);
  margin: 0;
  outline: none;
  border-radius: 0px;
  min-height: 39px;
  padding: 10px;
  font-size: 12px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.input:hover {
  border-color: rgba(144, 164, 174, 0.5);
}
.input:focus {
  border-color: rgba(144, 164, 174, 0.7);
}
.input.clear {
  border-color: white;
}

textarea {
  max-height: 500px;
}

* {
  box-sizing: border-box;
}

.modal {
  background-color: rgba(255, 215, 0, 0.95);
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.modal.active {
  pointer-events: all;
  opacity: 1;
}
.modal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 520px;
  height: 100%;
  max-width: 90vw;
  max-height: 90vh;
}
.modal .modal-body h3 {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Titillium Web", "Roboto", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.modal .modal-body h3 em {
  display: block;
  font-weight: 100;
  font-size: 20px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  color: black;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: normal;
}
.modal .modal-body .close {
  position: absolute;
  right: 0;
  top: -50px;
  border: 1px solid black;
  width: 25px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  height: 25px;
}
.modal .modal-body .close:after, .modal .modal-body .close:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  background-color: black;
  height: 15px;
}
.modal .modal-body .close:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.modal .modal-body .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.modal .modal-body .close:hover {
  opacity: 0.5;
}
.modal .modal-body .close a {
  display: block;
  width: 100%;
  height: 100%;
}
.modal .modal-body #consultar {
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 10px;
}
.modal .modal-body #consultar form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modal .modal-body #consultar form label {
  font-size: 11px;
  text-align: left;
  width: 100%;
  margin: 0 0 3px;
  color: brown;
}
.modal .modal-body #consultar form input, .modal .modal-body #consultar form textarea {
  width: 100%;
  outline: none;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  background-color: white;
  font-size: 14px;
  color: gray;
  padding: 10px 20px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  border: 0;
  box-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.modal .modal-body #consultar form input:last-child, .modal .modal-body #consultar form textarea:last-child {
  margin-bottom: 0px;
}
.modal .modal-body #consultar form input:focus, .modal .modal-body #consultar form textarea:focus {
  box-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.1), inset 0px 0px 1px 1px gray;
}
.modal .modal-body #consultar form textarea {
  resize: none;
}
.modal .modal-body #consultar form .button {
  padding: 15px;
  width: 100%;
  margin-top: 5px;
}

.lightboxOverlay {
  background-color: rgba(255, 255, 0, 0.95) !important;
  cursor: pointer;
}

.lightbox .lb-container {
  padding: 0 !important;
}
.lightbox .lb-outerContainer {
  background-color: transparent !important;
  border-radius: 0 !important;
}
.lightbox .lb-dataContainer {
  padding-top: 15px;
}
.lightbox .lb-dataContainer .lb-data .lb-number {
  color: black;
}
.lightbox .lb-dataContainer .lb-data .lb-close {
  position: relative;
  background: none;
  width: 25px;
  height: 25px;
  border: 1px solid black;
  opacity: 1;
}
.lightbox .lb-dataContainer .lb-data .lb-close:hover {
  opacity: 0.7;
}
.lightbox .lb-dataContainer .lb-data .lb-close:after, .lightbox .lb-dataContainer .lb-data .lb-close:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  background-color: black;
  height: 15px;
}
.lightbox .lb-dataContainer .lb-data .lb-close:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.lightbox .lb-dataContainer .lb-data .lb-close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.lightbox .lb-dataContainer .lb-image {
  border-radius: 0 !important;
}
.lightbox .lb-nav a.lb-prev {
  background-image: none !important;
  -moz-transition: 100ms;
  -o-transition: 100ms;
  -webkit-transition: 100ms;
  transition: 100ms;
  box-shadow: inset 100px 0px 90px -40px transparent;
}
.lightbox .lb-nav a.lb-prev:hover {
  box-shadow: inset 100px 0px 90px -40px #fff;
}
.lightbox .lb-nav a.lb-next {
  background-image: none !important;
  -moz-transition: 100ms;
  -o-transition: 100ms;
  -webkit-transition: 100ms;
  transition: 100ms;
  box-shadow: inset -100px 0px 90px -40px transparent;
}
.lightbox .lb-nav a.lb-next:hover {
  box-shadow: inset -100px 0px 90px -40px #fff;
}

#popup {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: rgba(15, 48, 87, 0.95);
  opacity: 0;
  pointer-events: none;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#popup:target {
  position: fixed;
  opacity: 1;
  pointer-events: all;
  z-index: 5;
  height: 100%;
  -moz-transition: 50ms;
  -o-transition: 50ms;
  -webkit-transition: 50ms;
  transition: 50ms;
}
#popup .popup-container {
  max-width: 600px;
  max-height: 90vh;
  position: relative;
}
#popup .popup-container #close {
  position: absolute;
  right: 0;
  top: -50px;
  border: 1px solid white;
  width: 25px;
  height: 25px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#popup .popup-container #close:after, #popup .popup-container #close:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  background-color: white;
  height: 15px;
}
#popup .popup-container #close:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
#popup .popup-container #close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
#popup .popup-container #close:hover {
  opacity: 0.5;
}

@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-title {
  font-size: 30px;
  font-family: "Titillium Web", "Roboto", Verdana, Arial, sans-serif;
  margin: 0 0 30px;
  font-weight: 800;
  color: #0f3057;
}
@media only screen and (max-width: 1000px) {
  .section-title {
    font-size: 24px;
  }
}
.section-title.white {
  color: white;
}
.section-title.sub {
  color: #3498db;
  font-weight: 300;
  margin: 100px auto 0;
  max-width: 900px;
}
@media only screen and (max-width: 1000px) {
  .section-title.sub {
    margin: 50px auto 0;
    font-size: 24px;
  }
}
@media only screen and (max-width: 670px) {
  .section-title.sub {
    font-size: 16px;
    text-align: left;
    padding: 0 15px;
  }
}
.section-title em {
  font-style: normal;
  font-size: 18px;
  font-weight: 300;
  display: block;
  line-height: 1;
  margin-bottom: -5px;
}
@media only screen and (max-width: 1200px) {
  .section-title em {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .section-title em {
    font-size: 13px;
  }
}
@media only screen and (max-width: 670px) {
  .section-title em {
    font-size: 12px;
    margin-bottom: -3px;
    letter-spacing: 0.5px;
  }
}

.subtitle {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  color: #3498db;
  color: #90a4ae;
  font-size: 14px;
  margin: 10px 0 0;
  font-weight: 400;
}

header {
  position: relative;
  padding: 30px 0;
}
@media only screen and (max-width: 670px) {
  header {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 900px) {
  header > .col-container {
    justify-content: space-between;
    position: static;
  }
}
header > .col-container > a {
  display: block;
}
header > .col-container > a img {
  width: 100%;
  max-width: 200px;
  min-width: 100px;
}
@media only screen and (max-width: 1000px) {
  header > .col-container > a img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 670px) {
  header > .col-container > a img {
    max-width: 130px;
  }
}
header > .col-container #nav {
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  header > .col-container #nav {
    display: none;
  }
}
header > .col-container #nav .nav-item {
  padding: 10px;
  margin-right: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #616161;
  font-size: 15px;
}
header > .col-container #nav .nav-item:last-child {
  margin-right: 0;
}
header > .col-container #nav .nav-item:hover {
  color: #3498db;
}
@media only screen and (max-width: 1441px) {
  header > .col-container #nav .nav-item {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  header > .col-container #nav .nav-item {
    font-size: 12.5px;
    padding: 10px;
  }
}
header > .col-container #nav > div {
  padding: 10px;
  margin-right: 20px;
}
header > .col-container #nav > div label {
  margin: 0;
  padding: 0;
}
header > .col-container #nav > div label a {
  color: #616161;
}
header > .col-container #nav > div ul {
  background-color: white;
  position: absolute;
  right: -100%;
  z-index: 999;
  width: 453px;
  padding: 30px 20px 25px;
  opacity: 0;
  pointer-events: none;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  box-shadow: 1px 1px 1px rgba(15, 48, 87, 0.3);
}
header > .col-container #nav > div ul li {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(144, 164, 174, 0.1);
}
header > .col-container #nav > div ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0;
}
header > .col-container #nav > div ul li a {
  display: block;
  padding: 5px;
  font-size: 14px;
  color: #616161;
}
header > .col-container #nav > div ul li a:hover {
  color: #3498db;
  padding-left: 10px;
}
header > .col-container #nav > div:hover label a {
  color: #3498db;
}
header > .col-container #nav > div:hover ul {
  right: 0;
  opacity: 1;
  pointer-events: all;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
}
header > .col-container #nav-responsive {
  display: none;
  position: static;
}
@media only screen and (max-width: 900px) {
  header > .col-container #nav-responsive {
    display: block;
  }
}
header > .col-container #nav-responsive #nav-responsive-button {
  border: 2px solid #90a4ae;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  justify-content: center;
  position: relative;
}
header > .col-container #nav-responsive #nav-responsive-button span {
  height: 2px;
  width: 20px;
  background-color: #90a4ae;
  margin: 2.5px 0;
}
header > .col-container #nav-responsive #nav-responsive-button.active {
  border-color: #3498db;
}
header > .col-container #nav-responsive #nav-responsive-button.active span {
  background-color: #3498db;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
header > .col-container #nav-responsive #nav-responsive-button.active span:nth-child(1) {
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
header > .col-container #nav-responsive #nav-responsive-button.active span:nth-child(2) {
  opacity: 0;
}
header > .col-container #nav-responsive #nav-responsive-button.active span:nth-child(3) {
  position: absolute;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
header > .col-container #nav-responsive #nav-menu-responsive {
  top: 100%;
  right: calc(-100% - 2.5px);
  box-shadow: -0.5px 1px 1px rgba(15, 48, 87, 0.3);
  position: absolute;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  padding: 20px;
  z-index: 23;
  background: white;
  width: auto;
}
header > .col-container #nav-responsive #nav-menu-responsive.active {
  right: 0;
}
header > .col-container #nav-responsive #nav-menu-responsive .nav-item {
  padding: 10px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #616161;
  border-bottom: 1px solid rgba(144, 164, 174, 0.3);
  margin-bottom: 5px;
  width: 100%;
}
header > .col-container #nav-responsive #nav-menu-responsive .nav-item:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
}
header > .col-container #nav-responsive #nav-menu-responsive div.nav-item {
  padding: 3px 10px;
  margin-top: -5px;
}
header > .col-container #nav-responsive #nav-menu-responsive div.nav-item label {
  justify-content: space-between;
}
header > .col-container #nav-responsive #nav-menu-responsive div.nav-item label span {
  width: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 5px 0;
  border-radius: 100%;
  border: 1px solid #90a4ae;
  position: relative;
  right: -10px;
}
header > .col-container #nav-responsive #nav-menu-responsive div.nav-item label span:after {
  content: "";
  border: 1px solid #90a4ae;
  width: 30%;
  height: 30%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  bottom: 0;
  margin: auto;
  border-top: 0;
  border-left: 0;
}
header > .col-container #nav-responsive #nav-menu-responsive div.nav-item label span.active:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  top: 4px;
}
header > .col-container #nav-responsive #nav-menu-responsive div.nav-item label a {
  color: #616161;
  display: block;
  width: calc(100% - 50px);
}
header > .col-container #nav-responsive #nav-menu-responsive div.nav-item ul#toggler-responsive-menu {
  padding: 0 5px;
  max-height: 0px;
  overflow: hidden;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
header > .col-container #nav-responsive #nav-menu-responsive div.nav-item ul#toggler-responsive-menu.active {
  max-height: 200vh;
  margin-bottom: 10px;
}
header > .col-container #nav-responsive #nav-menu-responsive div.nav-item ul#toggler-responsive-menu li {
  margin-bottom: 2.5px;
  padding-bottom: 2.5px;
  border-bottom: 1px solid rgba(144, 164, 174, 0.3);
}
header > .col-container #nav-responsive #nav-menu-responsive div.nav-item ul#toggler-responsive-menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
header > .col-container #nav-responsive #nav-menu-responsive div.nav-item ul#toggler-responsive-menu li a {
  display: block;
  color: #616161;
  padding: 5px;
  font-size: 11px;
  font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  letter-spacing: 0;
}

.page {
  float: left;
  width: 100%;
  min-height: 50vh;
}
.page.intern section {
  margin: 100px 0;
}
@media only screen and (max-width: 1200px) {
  .page.intern section {
    margin: 50px 0;
  }
}

.home-slider-loader {
  background-image: url(../img/gifs/loading1.gif);
  height: 70vh;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: 50%;
}
.home-slider-loader.loaded {
  background: none;
}

.home-slider {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  margin: 0;
  height: 70vh;
}
.home-slider .slick-slide {
  outline: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  height: 100%;
}
.home-slider .slick-prev, .home-slider .slick-next {
  height: 100%;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 10vw;
  background: red;
  z-index: 1;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.home-slider .slick-prev:hover, .home-slider .slick-next:hover {
  background-color: blue;
}
.home-slider .slick-prev:before, .home-slider .slick-next:before {
  content: none;
}
.home-slider .slick-prev.slick-prev, .home-slider .slick-next.slick-prev {
  left: 0;
}
.home-slider .slick-prev.slick-next, .home-slider .slick-next.slick-next {
  right: 0;
}
.home-slider .home-slider-container {
  height: 100%;
  align-items: flex-end;
  opacity: 1;
}
.home-slider .home-slider-container .col-container {
  background-color: rgba(15, 48, 87, 0.7);
  padding: 5vh 50px 10vh;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media only screen and (max-width: 1200px) {
  .home-slider .home-slider-container .col-container {
    padding: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .home-slider .home-slider-container .col-container {
    padding: 30px 20px 50px;
  }
}
@media only screen and (max-width: 670px) {
  .home-slider .home-slider-container .col-container {
    padding: 30px 10px 50px;
  }
}
.home-slider .home-slider-container .col-container h2 {
  color: white;
  text-shadow: 1px 1px 1px #0f3057;
  text-transform: none;
  margin: 0;
  font-size: 40px;
  max-width: 800px;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .home-slider .home-slider-container .col-container h2 {
    font-size: 30px;
    max-width: 600px;
  }
}
@media only screen and (max-width: 670px) {
  .home-slider .home-slider-container .col-container h2 {
    font-size: 22px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  .home-slider .home-slider-container .col-container h2 {
    font-size: 20px;
  }
}
.home-slider .home-slider-container .col-container p {
  color: white;
  text-shadow: 1px 1px 1px #0f3057;
  margin: 15px 0 0;
  font-size: 18px;
}
.home-slider .home-slider-container .col-container .button {
  margin: 25px 0 0;
}
.home-slider .home-slider-container:hover .col-container {
  background-color: rgba(15, 48, 87, 0.9);
  padding: 8vh 50px 15vh;
}

@media only screen and (max-width: 380px) {
  .home-main-category {
    flex-wrap: wrap;
  }
}
.home-main-category > a {
  opacity: 1;
  padding: 50px;
  margin: 10px 10px 0 0;
  position: relative;
  z-index: 0;
  height: 50vw;
  max-height: 600px;
  overflow: hidden;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  align-items: flex-start;
  justify-content: flex-end;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1000px) {
  .home-main-category > a {
    padding: 20px;
  }
}
@media only screen and (max-width: 380px) {
  .home-main-category > a {
    width: 100%;
    margin-right: 0;
  }
}
.home-main-category > a:last-child {
  margin-right: 0;
}
.home-main-category > a:before {
  content: "";
  background-color: rgba(15, 48, 87, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  z-index: -1;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media only screen and (max-width: 1000px) {
  .home-main-category > a:before {
    height: 90px;
  }
}
@media only screen and (max-width: 670px) {
  .home-main-category > a:before {
    height: 65px;
  }
}
.home-main-category > a .img-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.home-main-category > a h3 {
  font-size: 45px;
  margin: 0;
  z-index: 1;
  position: relative;
  top: 0px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media only screen and (max-width: 1200px) {
  .home-main-category > a h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1000px) {
  .home-main-category > a h3 {
    font-size: 23px;
    line-height: 1;
  }
}
.home-main-category > a p {
  color: white;
  font-size: 15px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  margin: 0;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  left: 0;
  padding: 0 50px;
  opacity: 0;
  position: absolute;
  bottom: -50px;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media only screen and (max-width: 1000px) {
  .home-main-category > a p {
    padding: 20px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 670px) {
  .home-main-category > a p {
    display: none;
  }
}
.home-main-category > a:hover .img-block {
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  filter: grayscale(1);
}
.home-main-category > a:hover h3 {
  top: -60px;
}
.home-main-category > a:hover p {
  opacity: 1;
  bottom: 50px;
}
@media only screen and (max-width: 1000px) {
  .home-main-category > a:hover p {
    padding: 20px;
    bottom: 0;
  }
}
.home-main-category > a:hover:before {
  height: 100%;
  background-color: rgba(15, 48, 87, 0.8);
}

.finalwhite {
  height: 30vw;
  background-color: rgba(15, 48, 87, 0.05);
  position: relative;
  z-index: 0;
  background-image: url(../img/bg/covers/brochure_cover.png);
  background-size: contain;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 300px;
}
@media only screen and (max-width: 670px) {
  .finalwhite {
    background-image: none;
  }
}
.finalwhite a {
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 100px;
}
@media only screen and (max-width: 1000px) {
  .finalwhite a {
    padding: 30px;
  }
}
.finalwhite a span {
  font-size: 25px;
  font-weight: 300;
  font-family: "Titillium Web", "Roboto", Verdana, Arial, sans-serif;
  color: #616161;
  max-width: 670px;
  text-align: left;
  display: block;
  line-height: 1.5;
  text-shadow: 0px 0px 3px white;
}
@media only screen and (max-width: 1200px) {
  .finalwhite a span {
    font-size: 20px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 1000px) {
  .finalwhite a span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 670px) {
  .finalwhite a span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1441px) {
  .finalwhite a span {
    font-size: 30px;
    max-width: 960px;
  }
}
.finalwhite a span b {
  color: #0f3057;
  font-weight: 400;
}

footer {
  background-color: #0f3057;
  position: relative;
  padding: 150px 100px;
}
@media only screen and (max-width: 1200px) {
  footer {
    padding: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  footer {
    padding: 50px;
  }
}
@media only screen and (max-width: 670px) {
  footer {
    padding: 50px 20px;
  }
}
footer > a {
  display: block;
}
footer > a img {
  width: 100%;
  max-width: 150px;
  min-width: 100px;
}
@media only screen and (max-width: 670px) {
  footer > a img {
    max-width: 100px;
  }
}
footer span {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  margin: 35px 0;
  font-family: "Titillium Web", "Roboto", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0.5px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  footer span {
    font-size: 14px;
    margin: 25px 0;
  }
}
@media only screen and (max-width: 670px) {
  footer span {
    font-size: 12px;
  }
}
footer p {
  color: white;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  margin: 0;
  letter-spacing: 0.5px;
  line-height: 2;
}
@media only screen and (max-width: 670px) {
  footer p {
    font-size: 11px;
  }
}
footer #dealer {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 100%;
  color: white;
  text-align: right;
  font-size: 12px;
  letter-spacing: 1px;
  display: none;
}
footer #dealer img {
  width: auto;
  margin-left: 5px;
  max-width: 100px;
}
footer #disclaimer {
  margin: 0;
  font-size: 7px;
  font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  font-weight: 100;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  color: white;
  opacity: 0.5;
  letter-spacing: 1px;
}

.disclaimer {
  padding: 10px;
}
.disclaimer .col-container {
  justify-content: space-between;
}
.disclaimer h2 {
  margin: 0;
  font-size: 11px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  color: white;
}
.disclaimer h2 a {
  color: white;
}

.intern-cover {
  height: 60vh;
}
@media only screen and (max-width: 1200px) {
  .intern-cover {
    height: 50vh;
  }
}
@media only screen and (max-width: 670px) {
  .intern-cover {
    height: 33vh;
  }
}
.intern-cover .home-slider-intern {
  opacity: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  height: 60vh;
}
@media only screen and (max-width: 1200px) {
  .intern-cover .home-slider-intern {
    height: 50vh;
  }
}
@media only screen and (max-width: 670px) {
  .intern-cover .home-slider-intern {
    height: 33vh;
  }
}
.intern-cover .home-slider-intern .icon-container {
  background-color: rgba(11, 36, 65, 0.9);
  position: absolute;
  right: 0;
  width: 400px;
  height: 400px;
  bottom: 0;
  top: 0;
  margin: auto;
  border-radius: 100% 0% 0% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intern-cover .home-slider-intern .icon-container img {
  height: 60%;
}
@media only screen and (max-width: 1200px) {
  .intern-cover .home-slider-intern .icon-container {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 1000px) {
  .intern-cover .home-slider-intern .icon-container {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 670px) {
  .intern-cover .home-slider-intern .icon-container {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (max-width: 380px) {
  .intern-cover .home-slider-intern .icon-container {
    width: 100px;
    height: 100px;
  }
}

.intern-start {
  position: relative;
  margin-bottom: 40px;
}
.intern-start .col-container > .section-title {
  position: relative;
  left: -50px;
  padding: 30px 65px 30px 50px;
  border-radius: 0 55px 55px 0%;
  color: white;
  font-size: 45px;
  top: -75px;
  margin-bottom: -40px;
}
@media only screen and (max-width: 1200px) {
  .intern-start .col-container > .section-title {
    font-size: 35px;
    padding: 20px 50px 20px 45px;
  }
}
@media only screen and (max-width: 1000px) {
  .intern-start .col-container > .section-title {
    font-size: 30px;
    padding: 15px 50px 15px 30px;
    left: -20px;
    top: -50px;
    margin-bottom: -20px;
  }
}
@media only screen and (max-width: 670px) {
  .intern-start .col-container > .section-title {
    padding: 15px 30px 15px 15px;
    font-size: 25px;
    top: -40px;
    left: -10px;
  }
}
@media only screen and (max-width: 380px) {
  .intern-start .col-container > .section-title {
    font-size: 21px;
  }
}
.intern-start .col-container > .section-title.lblue {
  background-color: #3498db;
}
.intern-start .col-container > .section-title.dblue {
  background-color: #0f3057;
}
@media only screen and (max-width: 1000px) {
  .intern-start .col-container > *:not(.section-title) {
    margin-bottom: 30px !important;
  }
  .intern-start .col-container > *:not(.section-title):last-child {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1000px) {
  .intern-start .col-container > section > *:not(.product-content-title) {
    margin-bottom: 30px !important;
  }
  .intern-start .col-container > section > *:not(.product-content-title):last-child {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1000px) {
  .intern-start .col-container > section > div.halfwidth > *:not(.product-content-title) {
    margin-bottom: 30px !important;
  }
  .intern-start .col-container > section > div.halfwidth > *:not(.product-content-title):last-child {
    margin-bottom: 0 !important;
  }
}
.intern-start p {
  color: #616161;
  font-family: "Titillium Web", "Roboto", Verdana, Arial, sans-serif;
  font-size: 20px;
  margin: 10px 0 35px;
  max-width: 900px;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 1200px) {
  .intern-start p {
    font-size: 18px;
    max-width: 700px;
  }
}
@media only screen and (max-width: 1000px) {
  .intern-start p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 670px) {
  .intern-start p {
    font-size: 14px;
  }
}

.intern-intern-cover {
  margin: -20px 0 0;
}
.intern-intern-cover > div {
  height: 50vh;
  margin-right: 10px;
}
@media only screen and (max-width: 1200px) {
  .intern-intern-cover > div {
    height: 40vh;
  }
}
@media only screen and (max-width: 670px) {
  .intern-intern-cover > div {
    height: 200px;
  }
}
.intern-intern-cover > div:last-child {
  margin-right: 0px;
}

.lab-items {
  align-items: flex-start;
}
@media only screen and (max-width: 1000px) {
  .lab-items {
    flex-wrap: wrap;
  }
}
.lab-items > div {
  margin-right: 50px;
  padding: 30px;
}
@media only screen and (max-width: 1200px) {
  .lab-items > div {
    margin-right: 20px;
    padding: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .lab-items > div {
    width: 100%;
    flex-direction: row !important;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 670px) {
  .lab-items > div {
    align-items: flex-start;
    position: relative;
  }
}
.lab-items > div:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width: 1000px) {
  .lab-items > div:nth-child(even) {
    background: none;
    margin: 15px 0;
    padding: 15px 0;
    border: 1px solid rgba(144, 164, 174, 0.5);
    border-left: 0;
    border-right: 0;
  }
}
@media only screen and (max-width: 670px) {
  .lab-items > div:nth-child(even) {
    padding: 0;
    border: 0;
    margin: 50px 0;
  }
  .lab-items > div:nth-child(even):before, .lab-items > div:nth-child(even):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(144, 164, 174, 0.5);
  }
  .lab-items > div:nth-child(even):before {
    top: -25px;
  }
  .lab-items > div:nth-child(even):after {
    bottom: -25px;
  }
}
.lab-items > div:last-child {
  margin-right: 0;
}
.lab-items > div .img-block {
  padding: 5px;
  height: 300px;
  width: 300px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  .lab-items > div .img-block {
    width: 100%;
    height: 200px;
    max-width: 200px;
  }
}
@media only screen and (max-width: 1000px) {
  .lab-items > div .img-block {
    margin: 0 15px 0 0;
    height: 200px;
    width: 200px;
  }
}
@media only screen and (max-width: 670px) {
  .lab-items > div .img-block {
    height: 80px;
    width: 80px;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.lab-items > div .text-block {
  color: #616161;
}
@media only screen and (max-width: 1000px) {
  .lab-items > div .text-block {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 670px) {
  .lab-items > div .text-block {
    width: 100%;
  }
}
.lab-items > div .text-block h3 {
  margin: 10px 0 15px;
  font-size: 21px;
  font-weight: 600;
  font-family: "Titillium Web", "Roboto", Verdana, Arial, sans-serif;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1000px) {
  .lab-items > div .text-block h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 670px) {
  .lab-items > div .text-block h3 {
    padding-left: 90px;
    height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.lab-items > div .text-block p {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  margin: 0;
  line-height: 1.3;
  font-size: 14px;
}
@media only screen and (max-width: 1000px) {
  .lab-items > div .text-block p {
    font-size: 12px;
  }
}

.beltco-table .section-title {
  color: #0f3057;
  margin: 0 0 20px;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .beltco-table .section-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 670px) {
  .beltco-table .section-title {
    font-size: 18px;
    margin: 0 0 10px;
  }
}

.table-comment {
  display: block;
  margin-top: 10px;
  width: 100%;
  text-align: left;
}

.resolution-notice {
  margin: 0 0 25px;
  display: none;
  background-color: rgba(15, 48, 87, 0.1);
  padding: 15px;
}
@media only screen and (max-width: 380px) {
  .resolution-notice {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 1000px) {
  .resolution-notice {
    display: flex;
  }
}
.resolution-notice .resolution-notice-message {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
  color: #0f3057;
}
@media only screen and (max-width: 670px) {
  .resolution-notice .resolution-notice-message {
    font-size: 12px;
    font-family: "Roboto", Verdana, Arial, sans-serif;
  }
}
@media only screen and (max-width: 380px) {
  .resolution-notice .resolution-notice-message {
    font-size: 11px;
    font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  }
}
.resolution-notice .resolution-notice-button {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  background-image: none;
  border-radius: 0;
  display: none;
}
@media only screen and (max-width: 670px) {
  .resolution-notice .resolution-notice-button {
    font-size: 14px;
    padding: 10px;
    letter-spacing: 0;
  }
}
.resolution-notice .resolution-notice-button.active {
  display: block;
}
.resolution-notice .resolution-notice-button:before {
  content: none;
}

.table-container {
  width: 100%;
}
.table-container::-webkit-scrollbar {
  height: 5px;
}
.table-container::-webkit-scrollbar-track {
  background-color: rgba(15, 48, 87, 0.1);
  border-top: 1px solid rgba(15, 48, 87, 0.5);
}
.table-container::-webkit-scrollbar-thumb {
  background-color: rgba(15, 48, 87, 0.5);
}
@media only screen and (max-width: 1000px) {
  .table-container {
    max-height: 0;
    overflow: hidden;
  }
}
.table-container.visible {
  max-height: 100vh;
  overflow: auto;
  padding: 5px;
  box-shadow: 0px 0px 0px 1px rgba(15, 48, 87, 0.5);
}
.table-container.visible:after {
  content: "Scroll horizontally to view the whole table";
  font-size: 9px;
  font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  text-align: center;
  width: 100%;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: -2px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.7;
  margin: 17px 0 0;
}

.table {
  font-family: "Titillium Web", "Roboto", Verdana, Arial, sans-serif;
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media only screen and (max-width: 1000px) {
  .table {
    min-width: 1200px;
  }
}
.table .table-head-horizontal {
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: space-between;
  align-items: stretch;
}
.table .table-head-horizontal li {
  text-align: center;
  width: 100%;
  color: white;
  font-weight: 800;
  line-height: 1.1;
  flex: 1;
  font-size: 16px;
  height: auto;
  padding: 10px;
  position: relative;
}
@media only screen and (max-width: 1441px) {
  .table .table-head-horizontal li {
    padding: 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .table .table-head-horizontal li {
    padding: 3px;
    font-size: 12px;
    font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  }
}
.table .table-head-horizontal li:after {
  content: "";
  position: absolute;
  right: -0.5px;
  top: 0;
  height: 100%;
  border-right: 2px solid white;
}
.table .table-head-horizontal li:last-child:after {
  content: none;
}
.table .table-head-horizontal li.big {
  padding: 0 30px;
}
.table .table-head-horizontal li.main {
  flex: 1 100%;
}
.table .table-content {
  margin: teal;
}
.table .table-content .table-row {
  align-items: initial;
  justify-content: space-between;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.01);
}
.table .table-content .table-row:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table .table-content .table-row:last-child {
  border-bottom: 0;
}
.table .table-content .table-row li {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
}
.table .table-content .table-row li.row-head span {
  font-weight: 800;
}
.table .table-content .table-row li:after {
  content: "";
  position: absolute;
  right: -0.5px;
  top: 0;
  height: 100%;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
.table .table-content .table-row li:last-child:after {
  content: none;
}
.table .table-content .table-row li span {
  display: block;
  font-size: 15px;
  padding: 5px 15px;
  line-height: 1.1;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1441px) {
  .table .table-content .table-row li span {
    padding: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .table .table-content .table-row li span {
    padding: 3px;
    font-size: 11px;
    font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  }
}
.table .table-content .table-row li span:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 1200px) {
  #multi-recomended {
    max-width: 500px;
  }
}

#table-multi-one .intern-column-content {
  display: flex;
}
#table-multi-one .intern-column-content > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
#table-multi-one .intern-column-content > div:last-child {
  border-right: 0;
}
#table-multi-one .intern-column-content > div .intern-column-content-title span {
  font-weight: 800;
}
#table-multi-one .intern-column-content > div .intern-column-content-subtitle span {
  color: #3498db;
  font-weight: 800;
  border: 0;
  width: 100%;
}
#table-multi-one .intern-column-content > div .intern-column-content-item {
  margin: red;
}
#table-multi-one .intern-column-content > div .intern-column-content-item .intern-column-item-col {
  width: 100%;
}
#table-multi-one .intern-column-content > div .intern-column-content-item .intern-column-item-col span {
  width: 100%;
}

#table-mono-one .main {
  flex: 1 100%;
  max-width: 50%;
}
#table-mono-one .table-row > li {
  flex: 1;
}
#table-mono-one .table-row > li.main {
  flex: 1 100%;
  max-width: 50%;
}
#table-mono-one .table-row .three {
  display: flex;
}
#table-mono-one .table-row .three > span {
  display: flex;
  width: 100%;
  border: 0;
  height: 100%;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
#table-mono-one .table-row .three > span:last-child {
  border-right: 0;
}
#table-mono-one .table-row .three > span > span {
  width: 100%;
  display: flex;
}
#table-mono-one .table-row .three.row-head > span > span {
  padding: 20px 15px;
}
#table-mono-one .table-row .three-content > span {
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
#table-mono-one .table-row .three-content > span:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.5);
}
#table-mono-one .table-row .three-content > span:nth-child(2) {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
#table-mono-one .table-row .two {
  display: flex;
}
#table-mono-one .table-row .two > span {
  width: 100%;
  max-width: 30%;
  display: flex;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
#table-mono-one .table-row .two > span.main {
  padding: 0;
  max-width: none;
  justify-content: space-between;
  border: 0;
}
#table-mono-one .table-row .two > span.main > span {
  width: 100%;
  height: 100%;
  display: flex;
}
#table-mono-one .table-row .two-content {
  margin: red;
}

#elevator-table-one .table-head-horizontal > li {
  max-width: 16.6%;
}
#elevator-table-one .table-head-horizontal .main {
  flex: 1 100%;
  max-width: 66.4%;
}
#elevator-table-one .table-head-horizontal .main > .fullwidth {
  flex: 1 100%;
  border-bottom: 2px solid white;
}

#pipe-table-two .table-head-horizontal > li {
  max-width: 40%;
}
#pipe-table-two .table-head-horizontal .main {
  flex: 1 100%;
  max-width: 60%;
}
#pipe-table-two .table-head-horizontal .main > .fullwidth {
  flex: 1 100%;
  border-bottom: 2px solid white;
}
#pipe-table-two .table-row > li {
  flex: 1;
}
#pipe-table-two .table-row > li.main {
  flex: 1 100%;
  max-width: 60%;
  display: flex;
}
#pipe-table-two .table-row > li.main span {
  width: 100%;
  border: 0;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
#pipe-table-two .table-row > li.main span:last-child {
  border-right: 0;
}

#table-rip-two .table-row {
  margin: red;
}
#table-rip-two .table-row > li {
  flex: 1;
}
#table-rip-two .table-row > li.main {
  max-width: 60%;
  flex: 1 100%;
  display: flex;
}
#table-rip-two .table-row > li.main span {
  width: 100%;
  border: 0;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
#table-rip-two .table-row > li.main span:last-child {
  border-right: 0;
}
#table-rip-two .table-row > li.main span.dot {
  position: relative;
}
#table-rip-two .table-row > li.main span.dot:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 100%;
  margin: auto;
}

#table-sidewall-one .table-row .row-head {
  display: flex;
}
#table-sidewall-one .table-row .row-head.hor > span {
  height: 100%;
  display: flex;
  width: 100%;
  border: 0;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
#table-sidewall-one .table-row .row-head.hor > span:last-child {
  border-right: 0;
}
#table-sidewall-one #cleats .table-row li {
  display: flex;
}
#table-sidewall-one #cleats .table-row li:first-child {
  max-width: 100px;
}
#table-sidewall-one .img-container {
  display: flex;
}
#table-sidewall-one .img-container.fullright {
  align-items: flex-end;
}
#table-sidewall-one .img-container img {
  max-width: 100px;
  max-height: 100px;
  padding: 20px;
}
#table-sidewall-one .img-container img.row-title {
  max-width: 50px;
  max-height: 50px;
}
#table-sidewall-one .img-container img.onethird {
  max-width: 33.3%;
}
#table-sidewall-one .img-container img.twothirds {
  max-width: 66.6%;
}
#table-sidewall-one .img-container img.halfwidth {
  max-width: 50%;
}
#table-sidewall-one .img-container img.fullwidth {
  max-width: 80%;
}
#table-sidewall-one .img-container img.quarterwidth {
  max-width: 25%;
}
#table-sidewall-one #walls .img-container img {
  max-width: 200px;
  max-height: 200px;
  padding: 5px;
}

#structure-page .structure-scheme {
  margin-top: 0;
}
#structure-page .structure-scheme img {
  max-width: 726px;
  max-height: 744px;
}
#structure-page .structure-scheme ul {
  padding: 0 50px;
}
#structure-page .structure-scheme ul li {
  display: block;
  margin-bottom: 20px;
}
#structure-page .structure-scheme ul li:last-child {
  margin-bottom: 0px;
}
#structure-page .structure-scheme ul li label {
  color: #0f3057;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
}
#structure-page .structure-scheme ul li p, #structure-page .structure-scheme ul li span {
  margin: 0;
  display: block;
  color: #616161;
  font-size: 15px;
  max-width: 600px;
}
#structure-page .structure-scheme ul li span {
  margin-bottom: 5px;
}
#structure-page .structure-scheme ul li span:last-child {
  margin-bottom: 0px;
}
#structure-page .structure-scheme ul li span:before {
  content: "-";
  font-weight: 800;
  margin-right: 10px;
}
#structure-page .structure-scheme.first {
  justify-content: flex-start;
}
@media only screen and (max-width: 670px) {
  #structure-page .structure-scheme.first {
    flex-wrap: wrap;
  }
}
#structure-page .structure-scheme.first img {
  position: relative;
  width: 50%;
  max-width: 725px;
}
@media only screen and (max-width: 670px) {
  #structure-page .structure-scheme.first img {
    width: 100%;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 380px) {
  #structure-page .structure-scheme.first img {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  #structure-page .structure-scheme.first ul {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 670px) {
  #structure-page .structure-scheme.first ul {
    padding: 0 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 670px) {
  #structure-page .structure-scheme.first ul li label {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  #structure-page .structure-scheme.first ul li p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 670px) {
  #structure-page .structure-scheme.first ul li p {
    font-size: 12px;
  }
}
#structure-page .structure-scheme.second {
  margin-top: 50px;
}
@media only screen and (max-width: 670px) {
  #structure-page .structure-scheme.second {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 670px) {
  #structure-page .structure-scheme.second img {
    width: 95%;
  }
}
#structure-page .structure-scheme.second ul {
  padding-left: 150px;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  #structure-page .structure-scheme.second ul {
    padding: 0 0 0 50px;
  }
}
@media only screen and (max-width: 1000px) {
  #structure-page .structure-scheme.second ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 670px) {
  #structure-page .structure-scheme.second ul {
    padding: 0;
    margin-top: 20px;
    width: 100%;
  }
}
#structure-page .structure-scheme.second ul li:first-child {
  margin-right: 100px;
}
@media only screen and (max-width: 1200px) {
  #structure-page .structure-scheme.second ul li:first-child {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 670px) {
  #structure-page .structure-scheme.second ul li:first-child {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 1000px) {
  #structure-page .structure-scheme.second ul li {
    width: 100%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1200px) {
  #structure-page .structure-scheme.second ul li span {
    font-size: 13px;
  }
}

#contact-page .intern-start {
  padding-bottom: 150px;
  margin: 0;
  position: relative;
}
#contact-page .intern-start:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-image: url(../img/bg/contact_bg.jpg);
  background-position: 100% 50%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 50%;
}
@media only screen and (max-width: 1200px) {
  #contact-page .intern-start:after {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1000px) {
  #contact-page .intern-start:after {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 670px) {
  #contact-page .intern-start:after {
    opacity: 0.2;
  }
}
@media only screen and (max-width: 1200px) {
  #contact-page .intern-start .col-container .halfwidth {
    width: 70%;
  }
}
@media only screen and (max-width: 1000px) {
  #contact-page .intern-start .col-container .halfwidth {
    width: 100%;
  }
}
@media only screen and (max-width: 670px) {
  #contact-page .intern-start .col-container .halfwidth {
    flex-wrap: wrap;
  }
}
#contact-page .intern-start .col-container .halfwidth form {
  justify-content: space-between;
}
@media only screen and (max-width: 670px) {
  #contact-page .intern-start .col-container .halfwidth form {
    width: 100%;
  }
}
#contact-page .intern-start .col-container .halfwidth form .form-item {
  margin-bottom: 10px;
}
#contact-page .intern-start .col-container .halfwidth form .form-item:last-child {
  margin-bottom: 0px;
}
#contact-page .intern-start .col-container .halfwidth form .form-item.halfwidth {
  width: calc(50% - 5px);
}
#contact-page .intern-start .col-container .halfwidth form .form-item label {
  color: #616161;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 10px;
  display: block;
  margin-bottom: 3px;
}
#contact-page .intern-start .col-container .halfwidth form .form-item textarea {
  max-height: 50vh;
}
#contact-page .intern-start .col-container .halfwidth form .form-item select.input {
  border-radius: 0px;
  height: 35px;
  background: white;
  outline: none !important;
  cursor: pointer;
  -webkit-appearance: none;
}
#contact-page .intern-start .col-container .halfwidth ul {
  padding-left: 70px;
}
@media only screen and (max-width: 670px) {
  #contact-page .intern-start .col-container .halfwidth ul {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
}
#contact-page .intern-start .col-container .halfwidth ul li {
  margin-bottom: 20px;
}
#contact-page .intern-start .col-container .halfwidth ul li label {
  color: #0f3057;
  font-weight: 800;
  display: block;
  font-size: 16px;
}
#contact-page .intern-start .col-container .halfwidth ul li span {
  color: #0f3057;
  display: block;
  font-size: 14px;
}

#company-page section.first ul {
  justify-content: space-between;
}
#company-page section.first ul .section-title {
  margin-bottom: 20px;
}
#company-page section.first ul li {
  margin-bottom: 30px;
  font-size: 18px;
  color: #616161;
  line-height: 1.3;
}
@media only screen and (max-width: 1000px) {
  #company-page section.first ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 670px) {
  #company-page section.first ul li {
    font-size: 14px;
  }
}
#company-page section.first ul li:before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #3498db;
  display: inline-block;
  margin: 0 15px 5px 0;
}
#company-page section.second {
  margin-top: 0;
}
#company-page section.second img {
  padding-right: 0px;
  position: relative;
  left: -100px;
  width: calc(50% + 100px);
}
#company-page section.second p {
  margin: 0;
  font-size: 18px;
  color: #616161;
  font-weight: 300;
  line-height: 1.4;
}
#company-page #bg-company {
  margin-bottom: 0;
  padding: 0 150px 150px;
  background-image: url(../img/bg/finalwhite_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1200px) {
  #company-page #bg-company {
    padding: 100px 50px 150px;
    background-position: 50% -100px !important;
    background-size: cover;
  }
}
@media only screen and (max-width: 1000px) {
  #company-page #bg-company {
    background: none !important;
    padding: 100px 50px;
  }
}
@media only screen and (max-width: 670px) {
  #company-page #bg-company {
    padding: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  #company-page #bg-company img {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  #company-page #bg-company p {
    font-size: 16px;
  }
}

#handling-page .intern-start section {
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  #handling-page .intern-start section {
    flex-wrap: wrap;
  }
}
#handling-page .intern-start section.first {
  margin: 0 0 100px;
}
#handling-page .intern-start section.second {
  margin-top: 0;
}
#handling-page .intern-start section .section-title {
  margin: 0 0 15px;
}
#handling-page .intern-start section label {
  color: #0f3057;
  font-size: 18px;
}
#handling-page .intern-start section img {
  width: 30px;
  display: block;
  margin: 15px 0 0 5px;
}
#handling-page .intern-start section ul {
  margin-top: 15px;
}
#handling-page .intern-start section ul li {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  padding-left: 5px;
  color: #616161;
}
#handling-page .intern-start section ul li:before {
  content: "-";
  margin-right: 10px;
  font-weight: 800;
  color: rgba(97, 97, 97, 0.5);
}
#handling-page .intern-start section div {
  margin-right: 100px;
  width: calc(50% - 100px);
}
@media only screen and (max-width: 1000px) {
  #handling-page .intern-start section div {
    width: 100%;
    margin: 30px 0 0;
  }
}
#handling-page .intern-start section div:last-child {
  margin-right: 0px;
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  #handling-page .intern-start section div:last-child {
    width: 100%;
    margin: 30px 0 0;
  }
}
#handling-page .intern-start section div .scheme {
  height: 250px;
  margin: 10px;
  padding: 10px;
}
@media only screen and (max-width: 1200px) {
  #handling-page .intern-start section div .scheme {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1000px) {
  #handling-page .intern-start section div .scheme {
    width: 25%;
    max-width: none;
    margin: 0;
  }
}
@media only screen and (max-width: 670px) {
  #handling-page .intern-start section div .scheme {
    width: 50%;
    height: 150px;
  }
}
#handling-page .intern-start section div .scheme > div {
  height: 250px;
  margin: 0 auto;
  width: 250px;
  background-repeat: no-repeat;
  background-position: 50%;
}
#handling-page .intern-start section div .scheme > img {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
#handling-page .intern-start section div .scheme > img#first-point {
  padding-left: 15%;
}
@media only screen and (max-width: 1200px) {
  #handling-page .intern-start section div .scheme > img#first-point {
    padding-left: 30px;
  }
}
#handling-page .intern-start section div .scheme > span {
  font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  font-size: 10px;
  margin-top: 10px;
}
#handling-page .intern-start section div .scheme.fullwidth {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  #handling-page .intern-start section div .scheme.fullwidth {
    width: 50%;
  }
}
@media only screen and (max-width: 670px) {
  #handling-page .intern-start section div .scheme.fullwidth {
    width: 100%;
  }
}
#handling-page .intern-start section div .scheme.thirdwidth {
  width: calc(33.3% - 20px);
}
@media only screen and (max-width: 670px) {
  #handling-page .intern-start section div .scheme.thirdwidth {
    width: 50%;
  }
}
#handling-page .intern-start section div .scheme.correct {
  position: relative;
}
#handling-page .intern-start section div .scheme.correct:after {
  color: #00a651;
  margin: 10px auto 0;
  text-align: center;
  font-weight: 800;
  font-size: 11px;
}
@media only screen and (max-width: 670px) {
  #handling-page .intern-start section div .scheme.correct:after {
    font-size: 9px;
    font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  }
}
#handling-page .intern-start section div .scheme.correct.points:after {
  content: "[ ACCEPTABLE HANDLING CONDITIONS ]";
}
#handling-page .intern-start section div .scheme.correct.tips:after {
  content: "[ ACCEPTABLE STORAGE CONDITIONS ]";
}

.pattern-grid > div {
  margin: 10px;
}
.pattern-grid > div .bgcenter {
  height: 25vh;
  width: 100%;
}
.pattern-grid > div label {
  background-color: #0f3057;
  color: white;
  font-size: 14px;
  width: 100%;
  padding: 5px 15px;
  margin: -1px 0 0;
}

.errorpage {
  height: 100vh;
  background-color: #0f3057;
}
.errorpage a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 16px;
}
.errorpage a img {
  width: 200px;
}
.errorpage .sub {
  color: white;
  font-size: 18px;
  font-weight: 100;
}
.errorpage .button {
  padding: 10px 20px 10px 45px;
  font-weight: 15px;
}
.errorpage .section-title {
  margin: 50px 0;
}

.download-grid {
  margin-top: 0;
}
.download-grid a {
  padding: 15px;
  width: 16.66%;
}
@media only screen and (max-width: 1200px) {
  .download-grid a {
    padding: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .download-grid a {
    width: 20%;
  }
}
@media only screen and (max-width: 670px) {
  .download-grid a {
    width: 50%;
    margin-bottom: 15px;
    padding: 0 10px;
  }
}
.download-grid a .img-block {
  margin-bottom: 10px;
}
.download-grid a .img-block img {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 2px;
}
.download-grid a label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  color: #0f3057;
}
@media only screen and (max-width: 1200px) {
  .download-grid a label {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1000px) {
  .download-grid a label {
    font-size: 12px;
  }
}
.download-grid a span {
  display: block;
  color: #616161;
  font-size: 12px;
}
@media only screen and (max-width: 1200px) {
  .download-grid a span {
    font-size: 10px;
    font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
  }
}
@media only screen and (max-width: 1000px) {
  .download-grid a span {
    display: none;
  }
}

.product-grid a {
  width: 20%;
  padding: 10px;
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .product-grid a {
    padding: 5px;
  }
}
@media only screen and (max-width: 1000px) {
  .product-grid a {
    width: 33.3%;
  }
}
@media only screen and (max-width: 670px) {
  .product-grid a {
    padding: 10px;
    width: 50%;
  }
}
.product-grid a .img-block {
  position: relative;
  width: 100%;
  height: calc(20vw - 50px);
}
@media only screen and (max-width: 1000px) {
  .product-grid a .img-block {
    height: 25vw;
  }
}
@media only screen and (max-width: 670px) {
  .product-grid a .img-block {
    height: 40vw;
  }
}
.product-grid a .img-block span {
  background-color: rgba(15, 48, 87, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: white;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  display: flex;
  opacity: 0;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.product-grid a:hover span {
  opacity: 1;
}

.product .intern-start .col-container .first .product-main-items ul {
  padding: 50px 0px 0 0;
}
@media only screen and (max-width: 1000px) {
  .product .intern-start .col-container .first .product-main-items ul {
    padding: 0;
  }
}
.product .intern-start .col-container .first .product-main-items ul li {
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .product .intern-start .col-container .first .product-main-items ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 670px) {
  .product .intern-start .col-container .first .product-main-items ul li {
    font-size: 12px;
  }
}
.product .intern-start .col-container .first .product-main-items ul li:last-child {
  margin-bottom: 0px;
}
.product .intern-start .col-container .first .product-main-items ul li:before {
  content: "-";
  color: #3498db;
  font-weight: 800;
  margin-right: 10px;
}
.product .intern-start .col-container .first .product-main-items .button {
  margin-top: 25px;
}
@media only screen and (max-width: 1200px) {
  .product .intern-start .col-container .first .product-main-items .button {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 670px) {
  .product .intern-start .col-container .first .product-main-items .button {
    padding: 15px;
    border-radius: 0;
    background-image: none;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .product .intern-start .col-container .first .product-main-items .button:before {
    content: none;
  }
}
.product .intern-start .col-container .first .product-imagery .first-img {
  height: 40vh;
  width: auto;
}
@media only screen and (max-width: 1200px) {
  .product .intern-start .col-container .first .product-imagery .first-img {
    height: auto;
    width: 100%;
    max-width: 500px;
    margin: 0;
  }
}
.product .intern-start .col-container .first .product-imagery .second-img {
  margin-top: 30px;
}
.product .intern-start .col-container > section {
  margin: 0 0 100px;
}
@media only screen and (max-width: 1000px) {
  .product .intern-start .col-container > section {
    flex-wrap: wrap;
    margin: 0;
  }
}
.product .intern-start .col-container > section:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .product .intern-start .col-container > section.beltco-table {
    margin: 0;
  }
}
.product .intern-start .col-container > section.beltco-table .product-content-title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .product .intern-start .col-container > section.beltco-table .product-content-title {
    margin-bottom: 5px;
  }
}
.product .intern-start .col-container > section > .halfwidth, .product .intern-start .col-container > section > .thirdwidth {
  padding-right: 100px;
}
@media only screen and (max-width: 1200px) {
  .product .intern-start .col-container > section > .halfwidth, .product .intern-start .col-container > section > .thirdwidth {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .product .intern-start .col-container > section > .halfwidth, .product .intern-start .col-container > section > .thirdwidth {
    padding-right: 0px;
    width: 100%;
    margin: 0;
  }
}
.product .intern-start .col-container > section > .halfwidth:last-child, .product .intern-start .col-container > section > .thirdwidth:last-child {
  padding-right: 0px;
}
.product .intern-start .col-container > section > .halfwidth > img, .product .intern-start .col-container > section > .thirdwidth > img {
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
  .product .intern-start .col-container > section > .halfwidth > img, .product .intern-start .col-container > section > .thirdwidth > img {
    margin: 0;
  }
}
.product .intern-start .col-container > section > .halfwidth .beltco-table, .product .intern-start .col-container > section > .thirdwidth .beltco-table {
  margin: 25px 0;
}
.product .intern-start .col-container > section .product-content-title {
  color: #0f3057;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 5px;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .product .intern-start .col-container > section .product-content-title {
    font-size: 16px;
  }
}
.product .intern-start .col-container > section .product-content-text {
  color: #616161;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .product .intern-start .col-container > section .product-content-text {
    font-size: 12px;
  }
}
.product .intern-start .col-container > section .product-content-text > span {
  display: block;
  margin-bottom: 10px;
}
.product .intern-start .col-container > section .product-content-text > span:last-child {
  margin-bottom: 0px;
}
.product .intern-start .col-container > section .product-content-text > b {
  display: block;
}
.product .intern-start .col-container > section ul.product-content-text > label {
  font-weight: 800;
  margin-top: 10px;
  display: block;
}
.product .intern-start .col-container > section ul.product-content-text > label:first-child {
  margin-top: 0;
}
.product .intern-start .col-container > section ul.product-content-text > li:before {
  content: "-";
  display: inline-block;
  font-weight: 800;
  margin-right: 5px;
}
.product .intern-start .col-container > section ul.product-content-text.nolist > li {
  margin-bottom: 10px;
}
.product .intern-start .col-container > section ul.product-content-text.nolist > li:last-child {
  margin-bottom: 0px;
}
.product .intern-start .col-container > section ul.product-content-text.nolist > li:before {
  content: none;
}
@media only screen and (max-width: 1000px) {
  .product .intern-start .col-container > section .image-container {
    overflow-x: scroll;
    padding: 5px;
    box-shadow: 0px 0px 0px 1px rgba(15, 48, 87, 0.5);
  }
  .product .intern-start .col-container > section .image-container::-webkit-scrollbar {
    height: 5px;
  }
  .product .intern-start .col-container > section .image-container::-webkit-scrollbar-track {
    background-color: rgba(15, 48, 87, 0.1);
    border-top: 1px solid rgba(15, 48, 87, 0.5);
  }
  .product .intern-start .col-container > section .image-container::-webkit-scrollbar-thumb {
    background-color: rgba(15, 48, 87, 0.5);
  }
  .product .intern-start .col-container > section .image-container:after {
    content: "Scroll horizontally to view the whole scheme";
    font-size: 9px;
    font-family: Verdana, Arial, "Roboto", Verdana, Arial, sans-serif;
    text-align: center;
    width: 100%;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: -2px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0.7;
    margin: 17px 0 0;
  }
}
@media only screen and (max-width: 1000px) {
  .product .intern-start .col-container > section .image-container img {
    width: auto;
    max-width: none;
    min-width: 800px;
  }
}
@media only screen and (max-width: 1000px) {
  .product .pipe-schemes {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.product .pipe-schemes img {
  padding-right: 150px;
}
.product .pipe-schemes img:last-child {
  padding-right: 0px;
  max-height: 330px;
}
@media only screen and (max-width: 1000px) {
  .product .pipe-schemes img:last-child {
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .product .pipe-schemes img {
    width: 100%;
    padding: 0 0 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid #90a4ae;
    max-width: 400px;
  }
}

.download-product {
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url(../img/bg/finalwhite_bg.png);
  background-size: auto 90%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  position: relative;
  margin: 100px 0 -40px !important;
  min-height: 200px;
  height: 50vh;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .download-product {
    margin: 50px 0 -40px !important;
    padding: 0;
    height: 200px;
  }
}
.download-product a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.download-product a label {
  font-weight: 100;
  color: #616161;
  font-size: 21px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .download-product a label {
    font-size: 18px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 670px) {
  .download-product a label {
    font-size: 14px;
  }
}
.download-product a label b {
  color: #0f3057;
  font-weight: 500;
}
.download-product a span {
  background-color: #3498db;
  padding: 10px 30px;
  font-weight: 800;
  font-family: "Titillium Web", "Roboto", Verdana, Arial, sans-serif;
  color: white;
  font-size: 18px;
  margin-top: 20px;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .download-product a span {
    font-size: 15px;
    padding: 10px;
  }
}
.download-product a span img {
  width: 30px;
  margin-right: 20px;
}
@media only screen and (max-width: 1000px) {
  .download-product a span img {
    width: 20px;
    margin-right: 10px;
  }
}

.withicon-item {
  margin-bottom: 25px;
}
.withicon-item:last-child {
  margin-bottom: 0;
}
.withicon-item > div img {
  width: 70px;
  position: relative;
  left: -25px;
  margin: 0 -15px 5px 0px;
}
@media only screen and (max-width: 1000px) {
  .withicon-item > div img {
    left: -10px;
    margin: 0 -10px 0 0;
  }
}
@media only screen and (max-width: 670px) {
  .withicon-item > div img {
    width: 50px;
  }
}

.chevron-grid {
  align-items: flex-end;
}
.chevron-grid > div {
  margin: 0 10px;
}
@media only screen and (max-width: 1000px) {
  .chevron-grid > div {
    width: 25%;
    margin: 0;
    padding: 0 5px;
  }
}
.chevron-grid > div img {
  max-height: 250px;
}
.chevron-grid > div label {
  background-color: #616161;
  color: white;
  padding: 5px 10px;
  width: 100%;
  margin-top: 10px;
}

#elevator-page .second {
  position: relative;
}
#elevator-page .second .second-elevator-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  max-height: 200%;
}
@media only screen and (max-width: 1000px) {
  #elevator-page .second .second-elevator-img {
    display: none;
  }
}

#sidewall-page #sidewall-features {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1000px) {
  #sidewall-page #sidewall-features {
    flex-wrap: wrap;
  }
  #sidewall-page #sidewall-features > .halfwidth {
    width: 100%;
    margin-bottom: 20px;
  }
  #sidewall-page #sidewall-features > .halfwidth:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 670px) {
  #sidewall-page #sidewall-features > .halfwidth:last-child {
    flex-wrap: wrap;
  }
  #sidewall-page #sidewall-features > .halfwidth:last-child > img {
    margin: 0px 0 20px;
  }
  #sidewall-page #sidewall-features > .halfwidth:last-child > img:last-child {
    margin-bottom: 0px;
  }
}

#sidewall-page #sidewall-features img {
  margin-right: 50px;
  max-height: 300px;
}
#sidewall-page #sidewall-features img:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 1000px) {
  #sidewall-page #sidewall-features img {
    max-height: 200px;
    width: auto;
  }
}
@media only screen and (max-width: 1000px) {
  #sidewall-page #sidewall-applications {
    flex-wrap: wrap;
  }
  #sidewall-page #sidewall-applications > .thirdwidth {
    width: 100%;
    margin-bottom: 20px;
  }
}
#sidewall-page #sidewall-applications img {
  margin-right: 10px;
  max-height: 280px;
}
#sidewall-page #sidewall-applications img:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 1000px) {
  #sidewall-page #sidewall-applications img {
    max-height: 200px;
    width: auto;
  }
}
@media only screen and (max-width: 670px) {
  #sidewall-page #sidewall-applications > .fullwidth {
    flex-wrap: wrap;
  }
  #sidewall-page #sidewall-applications > .fullwidth > img {
    margin: 0px 0 20px;
  }
  #sidewall-page #sidewall-applications > .fullwidth > img:last-child {
    margin-bottom: 0px;
  }
}

#table-steel-one .table-head-horizontal .main {
  width: auto;
  max-width: 200px;
  flex: 1 100%;
}
#table-steel-one .table-head-horizontal li {
  line-height: 1.1;
  flex: 1;
  height: auto;
  letter-spacing: 0;
}
#table-steel-one .table-row .row-head {
  flex: 1 100%;
  max-width: 200px;
}
#table-steel-one .table-row li {
  flex: 1;
}
#table-steel-one .table-row li span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
}
#table-steel-one .table-row.three-elements .row-head span {
  height: 100%;
}
#table-steel-one .table-row.three-elements li span {
  height: auto;
}
#table-steel-one .table-head-horizontal.second li {
  padding: 10px;
}
#table-steel-one .table-head-horizontal.second li:not(.main):after {
  content: none;
}
#table-steel-one .table-head-horizontal.second .second {
  flex: 1 100%;
  max-width: 20%;
}
#table-steel-one .aftersecond .row-head {
  display: flex;
}
#table-steel-one .aftersecond .row-head span {
  height: auto;
  display: inline-block;
  border: 0;
  width: 50%;
}

#table-multi-one .table .table-head-horizontal li {
  min-width: 200px;
  flex: 1;
}
#table-multi-one .table .table-head-horizontal li.main {
  flex: 1 100%;
}
#table-multi-one .table .table-row li {
  flex: 1;
  min-width: 200px;
}
#table-multi-one .table .table-row li.main {
  flex: 1 100%;
}
#table-multi-one .table .table-row li span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#table-multi-one .table .table-row li.row-head span {
  height: 100%;
}
#table-multi-one .table .table-row.secondheader {
  margin: orange;
}
#table-multi-one .table .table-row.secondheader .main {
  margin: orangered;
  display: flex;
  justify-content: space-around;
}
#table-multi-one .table .table-row.secondheader .main > span {
  width: 100%;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
#table-multi-one .table .table-row.secondheader .main > span:last-child {
  border-right: none;
}
#table-multi-one .table .table-row.secondheader .main > span.third-container {
  justify-content: space-around;
}
#table-multi-one .table .table-row.secondheader .main > span.third-container span {
  padding: 0;
  border: 0;
}
#table-multi-one .table .table-row.secondheader .main > span.third-container span.title {
  color: #3498db;
  font-weight: 800;
}

@media only screen and (max-width: 1000px) {
  .intern-start .col-container > section.chevron-grid > div {
    width: 25%;
    margin: 0 !important;
    padding: 0 5px 30px;
  }
}
@media only screen and (max-width: 670px) {
  .intern-start .col-container > section.chevron-grid > div {
    width: 33.3%;
  }
}
@media only screen and (max-width: 380px) {
  .intern-start .col-container > section.chevron-grid > div {
    width: 50%;
  }
}

@media only screen and (max-width: 1000px) {
  .intern-start .col-container > section.pattern-grid > div {
    width: 25%;
    margin: 0 !important;
    padding: 0 5px 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .intern-start .col-container > section.pattern-grid > div {
    width: 50%;
  }
}
@media only screen and (max-width: 670px) {
  .intern-start .col-container > section.pattern-grid > div {
    width: 100%;
    max-width: 200px;
    padding: 0 0px 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .intern-start .col-container > section.pattern-grid > div img {
    width: 100%;
  }
}

.intern-start .col-container > section > .table-container.visible {
  margin: -15px 0 15px !important;
}
