html {
  font-size: 62.5%;
}
html .q_line_graf,
html .q_line_graf {
  margin: 0 22px 0 0;
  float: left;
  width: 100%;
}
html .q_line_graf_legend {
  position: relative;
  float: left;
  margin-top: 10px;
}
html .q_line_graf_legend ul,
html .q_pie_graf_legend ul {
  list-style: none;
  padding: 0;
}
html .q_line_graf_legend ul li,
html .q_pie_graf_legend ul li {
  display: block;
  margin: 0 0 10px;
}
html .q_line_graf_legend ul li p,
html .q_pie_graf_legend ul li p {
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 50px;
}
html .q_line_graf_legend ul li .color_holder,
html .q_pie_graf_legend ul li .color_holder {
  width: 25px;
  height: 25px;
  float: left;
}
html .fa-pencil {
  color: #d36935 !important;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  color: #737373;
  line-height: 27px;
}
body img {
  max-width: 100%;
  height: auto;
}
body .image-shadow {
  box-shadow: 0 7px 10px rgba(0,0,0,0.6);
}
body .wrap {
  padding: 0 !important;
  margin: 0 !important;
}
body h1 {
  font-size: 5rem;
  font-weight: 400;
  color: #252525;
}
body h2 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #252525;
}
body .plastoflex-btn {
  display: block;
  background-color: white;
  color: #252525;
  text-align: center;
  font-weight: 400;
  line-height: 9rem;
  font-size: 2rem;
  border: 1px solid #252525;
  margin: 30px auto;
  width: 100%;
}
body .plastoflex-btn:hover {
  border-color: #d36935;
}
body .plastoflex-btn a {
  display: block;
}
body .plastoflex-btn a:hover {
  background-color: #d36935;
  border-color: #d36935;
}
body .plastoflex-dark-btn {
  display: block;
  background-color: #252525;
  color: white;
  text-align: center;
  font-weight: 400;
  line-height: 9rem;
  font-size: 2rem;
  border: 1px solid #252525;
  margin: 30px auto;
  width: 100%;
}
body .plastoflex-dark-btn:hover {
  background-color: #d36935;
  border-color: #d36935;
  text-decoration: none;
}
body .plastoflex-dark-btn a {
  display: block;
}
body .plastoflex-dark-btn a:hover {
  background-color: #d36935;
  border-color: #d36935;
  text-decoration: none;
}
body .margin-top-35 {
  margin-top: 35px;
}
body .margin-top-50 {
  margin-top: 50px;
}
body .plasto-mobile {
  display: none;
}
aside {
  position: fixed;
  width: 260px;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px 30px;
  z-index: 200;
  overflow: hidden;
  background-color: #252525;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
aside nav.navbar {
  padding: 0;
}
aside nav.navbar .navbar-brand {
  margin-right: 0;
}
aside nav.navbar .navbar-brand img {
  max-width: 100%;
}
aside nav.navbar .navbar-collapse {
  width: 100%;
}
aside nav.navbar .navbar-nav {
  flex-direction: column;
  margin-left: 0 !important;
  margin-top: 20px;
}
aside nav.navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}
aside nav.navbar .navbar-nav .nav-item .nav-link {
  color: #a5a5a5;
  text-transform: uppercase;
  padding: 0.75rem;
  width: 100%;
}
aside nav.navbar .navbar-nav .nav-item .nav-link:hover,
aside nav.navbar .navbar-nav .nav-item .nav-link:focus,
aside nav.navbar .navbar-nav .nav-item .nav-link:focus:active {
  color: white;
  background: #D36935;
}
aside nav.navbar .navbar-nav .nav-item .active {
  color: white;
  background: #D36935;
}
aside nav.navbar .navbar-nav .nav-item .flag-group {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}
aside nav.navbar .navbar-nav .nav-item .flag-group a {
  margin-right: 10px;
  margin-left: 10px;
}
aside nav.navbar .navbar-nav .lang-item {
  display: inline-block;
}
aside nav.navbar .navbar-nav .lang-item a:first-child {
  display: none;
}
aside nav.navbar .container {
  padding: 0;
  flex-direction: column;
}
aside #social-icons {
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
}
aside #social-icons .facebook-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2773be;
  color: white;
  height: 38px;
  width: 38px;
}
aside #social-icons .facebook-link:hover {
  background-color: #a5a5a5;
  text-decoration: none;
}
aside #social-icons .youtube-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0000;
  color: white;
  height: 38px;
  width: 38px;
  font-size: 30px;
}
aside #social-icons .youtube-link:hover {
  background-color: #a5a5a5;
  text-decoration: none;
}
#right-content {
  margin-left: 260px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 100%;
  width: calc(100% - 260px);
}
#right-content main {
  min-height: calc(100vh - 75px);
}
#right-content.dark-bg {
  background-color: #141414;
}
#carousel-page,
.site-index {
  margin-left: -10px;
  margin-right: -10px;
}
#carousel-page .carousel-item,
.site-index .carousel-item {
  background: linear-gradient(to bottom,transparent,rgba(255,255,255,0.2));
}
#carousel-page .carousel-cover,
.site-index .carousel-cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg,rgba(0,0,0,0.5) 20%,rgba(0,79,134,0) 50%);
}
#carousel-page .carousel-control,
.site-index .carousel-control {
  position: absolute;
  top: 50%;
  color: white;
}
#carousel-page .carousel-control .fa,
.site-index .carousel-control .fa {
  font-size: 24px;
}
#carousel-page .carousel-control.left,
.site-index .carousel-control.left {
  left: 50px;
}
#carousel-page .carousel-control.right,
.site-index .carousel-control.right {
  right: 0;
  margin-right: 50px;
}
#carousel-page h2,
#carousel-page h3,
.site-index h2,
.site-index h3 {
  font-size: 2.6rem;
  color: white;
}
.site-login {
  padding-top: 100px;
}
.site-login .btn-primary {
  display: block;
  background-color: #d36935;
  color: #252525;
  text-align: center;
  font-weight: 400;
  line-height: 2.1rem;
  font-size: 2rem;
  border: 1px solid #d36935;
  text-transform: uppercase;
}
.site-login .btn-primary:hover {
  background-color: white;
  border-color: #252525;
  color: #252525;
}
article,
#contact-page,
#gallery-page,
#document-page {
  margin: 0 auto 0 auto;
  max-width: 90%;
  padding: 50px 15px 15px 15px;
}
article h1,
#contact-page h1,
#gallery-page h1,
#document-page h1 {
  margin-bottom: 45px;
}
#article-wide-image h2 {
  font-size: 2.4rem;
  line-height: 1.4;
}
#article-wide-image img {
  margin-bottom: 15px;
}
#article-with-gallery .gallery {
  width: 300px;
  max-width: 100%;
  height: auto;
}
#article-with-gallery .gallery .gallery-item {
  margin-bottom: 10px;
}
#article-with-gallery .gallery-arrow {
  display: none;
  position: absolute;
  right: 0;
  top: 40%;
}
#article-with-gallery .article-description ul li {
  margin-bottom: 22px;
}
#article .article-description {
  margin-top: 40px;
}
#article .article-description .long {
  margin-top: 100px;
}
#article .article-description .main-image {
  width: 100%;
  overflow: hidden;
}
#article .article-description .main-image img {
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
#article .article-description .main-image:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}
#article .article-description .right-images img {
  box-shadow: 0 7px 10px rgba(0,0,0,0.6);
  margin-bottom: 30px;
}
#article .article-description table {
  max-width: 100%;
}
#article .article-description table tr {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  outline: 0;
}
#article .article-description table th {
  border: 0;
  padding: 5px 7px;
}
#article .article-description table td {
  padding: 5px 7px;
}
#article h2.documents-title {
  color: #252525;
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-bottom: 40px;
  margin-top: 20px;
}
#article .article-images {
  margin-top: 40px;
}
#article .article-images .article-image-item {
  margin-bottom: 30px;
}
#article .document-assign-list .document-item {
  display: flex;
  flex-direction: column;
}
#article .document-assign-list .document-item a {
  margin-top: 15px;
  display: block;
  background-color: white;
  color: #252525;
  border: 1px solid #252525;
  height: 45px;
  line-height: 45px;
  font-size: 1.6rem;
  padding: 0 29px;
  text-align: center;
}
#gallery-page .gallery_item {
  margin-bottom: 30px;
}
#contact-page h1 {
  margin-bottom: 0;
  line-height: 62.5px;
}
#contact-page h2 {
  margin-top: 7px;
  margin-bottom: 140px;
}
#contact-page h3 {
  color: #252525;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 400;
  margin-bottom: 35px;
}
#contact-page .detail-item {
  color: #252525;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}
#contact-page .detail-item:first-child span {
  max-width: 500px;
}
#contact-page .detail-item a {
  color: #d36935;
  text-transform: lowercase;
}
#contact-page .detail-item i {
  color: #cecece;
  width: 44px;
  flex-shrink: 0;
}
#contact-page .line {
  text-align: center;
  padding-bottom: 20px;
  border-top: 1px solid #eaeaea;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 0;
  position: relative;
  height: 0;
}
#contact-page .line h3 {
  top: -19px;
  padding: 0 35px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 1.2rem;
  line-height: 4rem;
  background-color: #3b3b3a;
  color: white;
  position: relative;
}
#contact-page .mapouter {
  width: 100%;
}
#contact-page .mapouter iframe {
  max-width: 100%;
}
footer {
  background-color: #141414;
  color: white;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
footer a {
  color: #d36935;
}
footer a:hover {
  color: white;
}
footer div {
  margin-right: 10px;
}
.cookie-consent-buttons {
  display: flex;
  flex-wrap: wrap;
}
.cookie-consent-buttons button,
.cookie-consent-buttons a {
  background-color: #d36935;
  border: 1px solid #d36935;
  border-radius: 0;
  color: black;
  font-size: 1.6rem;
  padding: 3px 10px 3px 10px;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 10px;
}
.cookie-consent-buttons button:hover,
.cookie-consent-buttons a:hover {
  background-color: white;
  color: black;
  border-color: black;
  text-decoration: none;
}
.cookie-consent-modal-content {
  color: black;
}
.cookie-consent-modal-content .form-group {
  margin-top: 10px;
  margin-bottom: 0;
}
.cookie-consent-modal-content .cookie-consent-buttons {
  margin-top: 10px;
}
.download-div {
  background: #3b3b3a;
  color: white;
  font-size: 22px;
  text-align: center;
  padding: 40px;
}
.download-div i {
  font-size: 42px;
  float: left;
}
.download-div a {
  border: 1px solid white;
  padding: 12px;
  color: white;
  line-height: 60px;
  -webkit-transition: color .1s linear, background-color .1s linear, border-color .1s linear;
  transition: color .1s linear, background-color .1s linear, border-color .1s linear;
  white-space: nowrap;
}
.download-div a:hover {
  text-decoration: none;
  background-color: #252525;
  -webkit-transition: color .1s linear, background-color .1s linear, border-color .1s linear;
  transition: color .1s linear, background-color .1s linear, border-color .1s linear;
}
@media only screen and (max-width: 991px) {
  body .plastoflex-dark-btn,
  body .plastoflex-btn {
    line-height: 2 !important;
  }
  .plasto-mobile {
    display: block;
  }
  .plasto-desktop {
    display: none;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  aside {
    width: 100%;
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
  aside header {
    height: 100%;
  }
  aside header .navbar-toggler {
    margin-top: 0;
    float: left;
    border: none;
  }
  aside header .navbar-toggler .navbar-toggler-icon {
    background-image: url('../img/navbar_toggler.svg');
  }
  aside header .navbar-toggler .navbar-toggler-icon.x-background {
    background-image: url('../img/white_X.svg');
  }
  aside header .navbar-collapse {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 100px;
    left: -100%;
    color: white;
    display: block;
    transition: all 0.2s ease 0.2s;
  }
  aside header .navbar-collapse.show,
  aside header .navbar-collapse.collapsing {
    left: 0;
    background-color: rgba(0,0,0,0.4);
  }
  aside header .navbar-collapse.show .navbar-nav,
  aside header .navbar-collapse.collapsing .navbar-nav {
    margin-top: 0;
    left: 0;
    transition: all 0.4s ease 0.4s;
  }
  aside header .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    margin-left: auto;
    background-color: #252525;
    position: absolute;
    left: -100%;
    transition: all 0.4s ease 0.4s;
    text-align: left;
    padding: 15px;
  }
  aside header .navbar-collapse .navbar-nav .nav-item {
    border-bottom: 1px solid #eaeaea;
  }
  aside header .navbar-collapse .navbar-nav .nav-item .flag-group {
    margin-bottom: 15px;
  }
  aside header .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 1.3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: 2.6rem;
  }
  aside header .navbar-collapse .navbar-nav .lang-item {
    width: 100%;
  }
  aside nav.navbar {
    height: 100%;
  }
  aside nav.navbar .container {
    display: block;
    text-align: center;
  }
  aside nav.navbar .navbar-brand {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }
  aside nav.navbar .navbar-brand img {
    height: 76px;
  }
  aside #social-icons {
    display: none;
  }
  #right-content {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    width: 100%;
  }
  #carousel-page,
  .site-index {
    margin-top: -10px;
    margin-left: 0;
    margin-right: 0;
  }
  #carousel-page h2,
  .site-index h2 {
    font-size: 1.6rem;
  }
  #carousel-page h3,
  .site-index h3 {
    display: none;
  }
  main {
    margin-top: 10px;
  }
  article,
  #contact-page,
  #gallery-page,
  #document-page {
    margin: 10px;
    padding: 0;
  }
  article h1,
  #contact-page h1,
  #gallery-page h1,
  #document-page h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    padding-left: 15px;
    text-align: left;
  }
  article .row h1,
  #contact-page .row h1,
  #gallery-page .row h1,
  #document-page .row h1 {
    padding-left: 0 !important;
  }
  article h2,
  #contact-page h2,
  #gallery-page h2,
  #document-page h2 {
    text-align: center;
  }
  #article .document-assign-list .document-items {
    justify-content: center;
  }
  footer {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  footer {
    font-size: 1rem !important;
  }
  #article-with-gallery .gallery {
    width: 100%;
    height: auto;
  }
  #article-with-gallery .gallery .gallery-item {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }
  #article-with-gallery .gallery .gallery-item img {
    width: 100%;
    height: auto;
  }
  #article-with-gallery .gallery-arrow {
    display: block;
  }
  #carousel-page .carousel-control.left,
  .site-index .carousel-control.left {
    left: 10px;
  }
  #carousel-page .carousel-control.right,
  .site-index .carousel-control.right {
    right: 0;
    margin-right: 10px;
  }
  .grid-magic-slider {
    white-space: nowrap !important;
    overflow-x: auto !important;
    padding: 0px 18px 30px !important;
  }
  .grid-magic-slider .grid-magic-slider-item {
    display: inline-block !important;
    vertical-align: top !important;
    white-space: normal !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
  }
}
@media (min-width: 992px) {
  #mobile-menu {
    display: none !important;
  }
}
#mobile-menu {
  background-color: #252525;
  padding: 15px;
}
#mobile-menu .nav-item {
  border-bottom: 1px solid #eaeaea;
}
#mobile-menu .nav-item .nav-link {
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 0;
  line-height: 2.6rem;
  color: #a5a5a5;
}
.cover-image {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
}
.play-btn {
  position: absolute;
  z-index: 1000;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
  background: rgba(0,0,0,0.4);
}
.custom-button {
  border: 1px solid white;
  padding: 12px;
  color: white;
  line-height: 15px;
  -webkit-transition: color .1s linear, background-color .1s linear, border-color .1s linear;
  transition: color .1s linear, background-color .1s linear, border-color .1s linear;
  white-space: nowrap;
  background: #3b3b3a;
  font-size: 17px;
}
.custom-button:hover {
  text-decoration: none;
  background-color: #252525;
  -webkit-transition: color .1s linear, background-color .1s linear, border-color .1s linear;
  transition: color .1s linear, background-color .1s linear, border-color .1s linear;
}
.grecaptcha-badge {
  display: none !important;
}
.modal .modal-title {
  font-size: 2rem;
}
.modal .modal-content {
  padding: 10px;
}
.modal .help-block-error {
  color: #dc3545;
}
.form-control {
  font-size: 1.5rem;
}
#lineGraph7359 {
  width: 100%;
}
.long .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-height: 655px) {
  ::-webkit-scrollbar {
    width: 5px;
  }
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background: #4e4e4e;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #8c8c8c;
  }
  aside {
    overflow-y: scroll;
    scrollbar-color: #4e4e4e #8c8c8c;
    scrollbar-width: thin;
  }
}
