<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
  color: #0a2934;

}
body.no-scroll {
  overflow: hidden;
}
h1 {
  padding: 0;
  margin: 0;
  font-weight: 700;
}
h2 {
  position: relative;
  margin: 0;
  height: 24px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -.5px;
  line-height: 1.4;
  text-decoration: none;
}
h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
a {
  color: #26a69a;
}

tr.last {
  border-bottom: 0;
}
strong {
  font-weight: 700;
}
.block {
  display: block;
}
.m-btn {
  position: relative;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0a2934;
  padding: 10px 20px 12px;
  cursor: pointer;
}
.article .m-btn:hover,
.slideshow .m-btn:hover,
.m-btn:hover {
  color: #0a2934;
}
.m-btn:before,
.m-btn:after {
  position: absolute;
  display: block;
  content: '';
  border: 0 solid;
  height: 100%;
  width: 10px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  color: inherit;
}
.m-btn:before {
  top: 0;
  left: 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
}
.m-btn:after {
  top: 0;
  right: 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-right: 2px solid;
}
.m-btn:hover:before,
.m-btn:hover:after {
  width: 50%;
}
.main {
  min-height: calc(100vh - 430px);
}
.m-container {
  position: relative;
  padding: 0 70px;
}
/* Webs */
.section.webs-section {
  background-color: #f1f1f1;
  margin-bottom: 0px;
  padding: 35px 0 70px 0;
}
.webs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-content ul.webs-list:not(.browser-default) &gt; li {
  list-style-type: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
}
.webs-list a {
  font-weight: 700;
  font-size: calc(0.6vw + 10px);
}


/* Test */
.test-box {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-color: #cccccc;
}
/* Section */
.section {
  position: relative;
  padding: 0;
  margin-bottom: 70px;
}
.section-header {
  display: block;
  padding: 25px 0;
}
.section-header h2 {
  font-size: calc(1.5vw + 8px);
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
}
.section-header h2 a {
  color: #0a2934;
}
.section-header-container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.section-header h2:after {
  position: absolute;
  content: '';
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #26a69a;
}
.section-image {
  position: relative;
  overflow: hidden;
}
.section-footer {
  margin-top: 50px;
}
.section-content {

}
.section-content ul:not(.article-menu-list) {
  list-style: square;
  list-style-type: square;
}
.section-content ul:not(.browser-default)&gt;li {
  list-style-type: square;
  margin-left:  25px;
  line-height: 1.5;
}
.section-content ul.article-tab-list &gt;li,
.section-content ul.gallery-list &gt;li {
  list-style: none;
  list-style-type: none;
  margin-left: 0;
}
.section-content ul.file-list &gt; li {
  margin-left: 0;
}
.article-contact-card {
  margin-top: 20px;
}
/* Alert */
.section-alert {
  background-color: #b71c1c;
  padding: 25px 0;
  margin-bottom: 0;

}
.section-alert a {
  color: #FFFFFF;
  text-align: center;
}
.section-alert h2 {
  font-weight: 500;
}
.section-alert p {
  font-size: calc(0.5vw + 11px);
  font-weight: 500;
}
/* Banner */
.section-banner,
.banner-container {
  position: relative;
  overflow: hidden;
}
.banner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% - 140px);
  height: 500px;
  background-color: rgba(10,41,52,0.5);
  z-index: 555;
}
.banner-content {
  position: relative;
  width: 100%;
  padding: 35px;
  text-align: center;

  color: #ffffff;
}
.banner h3 {
  font-size: calc(1vw + 16px);
}
.banner p {
  font-size: calc(0.8vw + 14px);
}
.banner .m-btn {
  margin-top: 35px;
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .banner {

    width: calc(100% - 50px);

  }
  .section-footer {
    margin-top: 25px;
  }

}
/* Filter */
.section-filter {

  margin-bottom: 35px;
}
.btn-filter {
  position: relative;
  height: 50px;
}
.btn-filter span {
  margin-left: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0a2934;

}
@media only screen and (min-width: 0px) and (max-width: 600px) {

  .btn-filter span {
    font-size: 14px;
    margin-left: 15px;
  }

}
/*
.btn-filter::after {
  position: absolute;
  content: '';
  top: calc(50% - 4px);
  left: 0;
  height: 10px; width: 10px;
	border: 2px solid #0a2934;
	border-width: 2px 2px 0 0;
	transform: rotate(-135deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-filter.active:after {
  transform: rotate(-45deg);
}
*/

.btn-filter::after {
  position: absolute;
  content: '';
  top: calc(50% - 4px);
  left: 0;
  height: 10px; width: 10px;
  border: 2px solid #0a2934;
  border-width: 2px 2px 0 0;
  transform: rotate(-135deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-filter.active:after {
  transform: rotate(-45deg);
}

.filter-box {
  display: block;
  clear: both;
  width: 100%;
}
.filter-box-header {
  display: block;
}
.filter-box-header h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.filter-box-content {
  display: block;
}
.filter-box-content p {
  float: left;
  margin-right: 32px;
}
.filter-box-content label {
  color: #0a2934;
}
.filter-box-content .date-field {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
}
.filter-box:after {
  clear: both;
}
.filter-footer {
  display: block;
  clear: both;
  margin: 15px 0;
}
.filter-btn {
  margin-right: 5px;
}
.filter-btn,
.filter-btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.section-filter-loader {
  position: fixed;
  top: 70px;
  left: 0;
  height: calc(100vh - 70px);
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.section-filter-loader.open {
  opacity: 1;
  visibility: visible;
}
.date_clear_btn {
  position: absolute;
  right: 0;
  padding: 2px;
  bottom: 8px;
  color: #0a2934;
  cursor: pointer;
}
.filter-result-num {

}
.filter-result-num h6 {
  line-height: 70px;
  font-weight: 700;
}


/* Pull Active */
.pull-content {}
.pull-image {

}
.pull-image img {
  width: 100%;
}
/* Articles */
.article {

}
.article-info {
  padding: 35px 0;
}
.article-info h5,
.article-info h6 {
  display: block;
}
.article-content {
  display: block;
}
.article-content a {
  color: #26a69a;
}
.article-content strong {
  font-weight: 900;
}
.article-content a:hover {
  text-decoration: underline;
}
.article-footer {
  display: block;
  text-align: center;
  margin-top: 35px;
}
.article-detail {
  padding: 35px 0;
}
.article-detail h1 {
  font-size: calc(1vw + 18px)
}
.article-btn {
  font-weight: 700;
  font-size: 18px;
  color: #0a2934;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}
.link-icon {

  color: #0a2934;
}
.link-icon i {
  float: left;
}
.link-icon span{
  margin-left: 10px;
  line-height: 24px;
  font-weight: 700;
  font-size: 18px;


}
.desc-type,
.desc-date,
.desc-object,
.desc-start,
.desc-author,
.desc-lp,
.desc-prize{
  display: block;
  font-weight: 700;
  margin: 10px 0;
}
.desc-type {
  text-transform: uppercase;
}
.desc-date,
.desc-object,
.desc-prize  {
  font-size: 21px;

}
.prize-desc {
  margin: 25px 0;
}
.desc-start {
  font-weight: 700;
}
.desc-object {

}
.article-text {
  margin-top: 15px;
}
.article-text p {
  font-size: 18px;
}
.article-tab-content strong {
  font-weight: 700;
}
.article.done,
.article.done a {
  color: #9c9c9c;
}
.article.done img {
  opacity: 0.5;
}


.article-list.f-row {
  margin: -25px;
}
.article-list .f-col {
  padding:  25px;
}
.article-video {
  cursor: pointer;
}
.article-video .article-image img{
  -webkit-transform: scale(1.2);
  transform: scale(1.2) ;
}
.article-video .article-image:hover img{
  -webkit-transform: scale(1.3);
  transform: scale(1.3) ;
}
.article-video .article-image:hover .play-btn {
  -webkit-transform: scale(1.1);
  transform: scale(1.1) ;
}
.article a {
  font-weight: 500;
  -webkit-transition: .2s;
  transition: .2s;
}
.article a:hover {
  color: #26a69a;
}

.article-header {
  /*margin-top: 15px;*/
}
.article-header h3 {
  font-size: calc(0.8vw + 16px);
}
.article-header h1 {
  font-size: calc(2vw + 16px);
}
.article-header a {
  color: #0a2934;
}
.article-image {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-color: #cecece;
  overflow: hidden;
}
.article-image.small-image {
  padding-bottom: 50%;
}
.article-image.square-image {
  padding-bottom: 100%;
}
.article-image.static-image:hover img {
  -webkit-transform: scale(1);
  transform: scale(1) ;
}

.article-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1) ;
  -webkit-transition: .5s;
  transition: .5s;
}
.article-image:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02) ;
}
.article &gt; .article-image:hover+.article-header .article-link {
  color: #009688;
}
.article-image .meta-type {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  padding: 0;
}
.book {
  margin-bottom: 50px;
}
.book-image {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-color: #e9e9eb;
  overflow: hidden;
}
.book-image img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.book-header {
  height: calc(3vw + 52px);
}

.article-image .meta-type .meta-type-link{
  position: relative;
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ffffff;
}
.article-image-box {
  height: 100%;
}
.article-object {
  position: relative;
}
.article-object-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 25px;
  color: #ffffff;
  text-align: center;
  background-color: #26a69a;
}
.article-object-title  {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.article-object-title h3 {
  font-size: 21px;
}
.article-done {
  display: inline-block;
  padding: 8px 15px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #F44336;
  color: #FFF;

}

.meta {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 5px;
}
.meta:before {
  position: absolute;
  content: '';
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #0a2934;
  opacity: 0.2;
}
.meta span {
  position: relative;
  text-transform: uppercase;
  background-color: #ffffff;
}
.meta span:first-child {
  padding-right: 10px;
}
.meta span:last-child {
  padding-left: 10px;
}
.meta-date {
  font-weight: 700;
  letter-spacing: -.5px;
}
.meta-date a {
  font-weight: 700;
}
/* Sticky */
.sticky-wrapper{
  position: relative;
  top: 0;

}
.article-text a {
  color: #26a69a;
}
.artocle-text a:hover {
  text-decoration: underline;
}
/* Small Article */
.small-list {

}
.small-list .small-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.small-list .small-article .article-image {
  width: 20%;
  padding-bottom: 20%;
}
.small-list .small-article .article-body {
  width: 80%;
  padding: 0 20px;
}
.small-list .small-article .article-body h3 {
  font-size: calc(0.8vw + 8px);
  line-height: 1.2;
}
.small-list .small-article .article-body p {
  margin: 0;
  line-height: 1.2;
}
.small-list .small-article p.article-meta {
  margin: 5px 0;
}

.search-list .search-image {
  width: 20%;
  padding-bottom: 20%;
}
.search-list .search-body {
  width: 80%;
  padding: 0 20px;
}
.search-list .search-body h3 {
  font-size: 24px;
}
.search-list .search-body p {
  color: #0a2934;
  padding: 0;
  margin: 5px 0;
}
.vizitka {
  margin-top: 20px;
}

/* Lang switch */
.lang-switch {
  margin-top: 25px;
  margin-bottom: 15px;
  padding:0;
}
.lang-switch a {
  position: relative;
  font-weight: 700;
  padding: 2px 0;
  margin-right: 5px;
  font-size: 18px;
}
.lang-switch a:before {
  position: absolute;
  content: '';
  bottom: 0;
  height: 2px;
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
}
.lang-switch a.active:before {
  background-color: #0a2934;
}

/* Tabs */
.article-tab {
  position: relative;
  margin: 10px 0;
}
.article-menu-list,
.article-tab-list {
  list-style: none;
  position: relative;
  padding: 10px 0;
}
.article-menu-list li,
.article-tab-list li {
  position: relative;
  padding: 0 15px;
  margin-bottom: 5px;
}
.article-menu-list li:before,
.article-tab-list li:before {
  position: absolute;
  content: '';
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #0a2934;
  -webkit-transition: .2s;
  transition: .2s;
}
.article-menu-list li.active:before,
.article-tab-list li.active:before  {
  width: 6px;
  background-color: #26a69a;
}
.article-menu-list li a,
.article-tab-list li a {
  position: relative;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #0a2934;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;

}
.article-tab-header {
  display: none;
  position: relative;
  padding: 0;
  color: #0a2934;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}
.article-introduction {
  display: block;
  padding-bottom: 35px;
}
.article-introduction p {
  font-size: calc(8px + 0.6vw);
}
/*
.article-tab-header::after {
    position: absolute;
    content: '';
    top: calc(50% - 5px);
    left: 0;
    height: 10px;
    width: 10px;
    border: 2px solid #0a2934;
    border-width: 2px 2px 0 0;
    transform: rotate(-135deg);
    -webkit-transition: .5s;
    transition: .5s;
}
*/
.tab-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-top: 3px;
}
.tab-icon .bar, .tab-icon .bar:before, .tab-icon .bar:after {
  width: 20px;
}
.tab-icon .bar {
  transform: translateY(10px);
}
.tab-icon .bar:before {
  bottom: 5px;
}
.tab-icon .bar:after {
  top: 5px;
}
.article-tab-header.open::after {
  transform: rotate(-45deg);
}
.article-tab-header-title {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  margin-left: 5px;
}

.article-tab-list li a.active {
  color: #26a69a;
}

.article-tab-content {
  display: none;
}
.article-tab-content.active {
  display: block;
}
.article-image.preview-image {
  margin: 25px 0 ;
  width: 70%;
  padding-bottom: 70%;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {

  .article-tab-header {
    display: block;
  }
  .article-tab-list {
    display: none;
  }

}
/* Video */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #FFF;
  margin-top: -40px;
  margin-left: -40px;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1);
  transform: scale(1) ;
  -webkit-transition: .5s;
  transition: .5s;
}
.play-btn i {
  height: 80px;
  line-height: 80px;
  font-size: 48px;
  color: #26a69a;
}

.video-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  visibility: hidden;
  z-index: 999999;
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
  opacity: 0;
}
.video-lightbox.open {
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9);
}
.video-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fFFFFF;
  text-align: center;
}
.video-close i {
  line-height: 50px;
  height: 50px;
}
.video-lightbox-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.video-lightbox-container iframe {
  width: 100%;
  height: 100%;
}
/* Color Theme */

.theme-teal a:hover,
.article.theme-teal &gt; .article-image:hover+.article-header .article-link {
  color: #009688;
}

.carusel-content.theme-green a:before {
  background-color: #4CAF50;
}
.theme-green .article-image .meta-type,
.theme-green .article-object-desc {
  background-color: #4CAF50;
}
.theme-green a:hover,
.article.theme-green &gt; .article-image:hover+.article-header .article-link {
  color: #4CAF50;
}
.theme-red.carusel-content a:before {
  background-color: #F44336;
}
.theme-red .article-image .meta-type,
.theme-red .article-object-desc {
  background-color: #F44336;
}
.theme-red a:hover,
.article.theme-red &gt; .article-image:hover+.article-header .article-link {
  color: #F44336;
}

.theme-purple.carusel-content a:before {
  background-color: #9C27B0;
}
.theme-purple a:hover,
.article.theme-purple &gt; .article-image:hover+.article-header .article-link {
  color: #9C27B0;
}
.theme-purple .article-image .meta-type,
.theme-purple .article-object-desc {
  background-color: #9C27B0;
}

.theme-brown.carusel-content a:before {
  background-color: #795548;
}
.theme-brown a:hover,
.article.theme-brown &gt; .article-image:hover+.article-header .article-link {
  color: #795548;
}
.theme-brown .article-image .meta-type,
.theme-brown .article-object-desc {
  background-color: #795548;
}

.theme-blue.carusel-content a:before {
  background-color: #1976D2;
}
.theme-blue a:hover,
.article.theme-blue &gt; .article-image:hover+.article-header .article-link {
  color: #1976D2;
}
.theme-blue .article-image .meta-type,
.theme-blue .article-object-desc {
  background-color: #1976D2;
}

/* breadcrumbs */
.breadcrumbs {
  padding: 15px 0;
  height: auto;
  line-height: normal;
  text-transform: uppercase;
  background-color: #cecece;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.breadcrumb {
  padding: 5px 0;
  font-size: 12px;
  color: rgba(10, 41, 52, 1);
}
.breadcrumb:before {
  color: rgba(10, 41, 52, 1);
  display: inline-block;
  font-size: 21px;
  margin: 0;
  margin-top: 1px;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb:last-child {
  font-weight: 700;
  color: rgba(10, 41, 52, 1);
}
/* Slider */
.slideshow {
  position: relative;
}
.slideshow-images {
  position: relative;
  padding-bottom: 30%;

  overflow: hidden;
}
.slideshow-contents {
  position: relative;
  height: 100%;
}
.slide-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #efefef;
  visibility: hidden;
  z-index: 1;
}
.slide-image.show {

  visibility: visible;
  z-index: 2;
}
.slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: scale(1.05) rotate(0) translateZ(0);
  transform: scale(1.05) rotate(0) translateZ(0);
  -webkit-transition: all .85s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  transition: all .85s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  opacity: 0;
}
.slide-image.show img {
  -webkit-transform: scale(1) rotate(0) translateZ(0);
  transform: scale(1) rotate(0) translateZ(0);
  opacity: 1;
}
.slide-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 35px;
  -webkit-transition: all .85s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  transition: all .85s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.slide-content.show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.slide-content a {
  color: #0a2934;
}
.slide-dots {
  position: absolute;
  left: -46px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.slide-dots-list {
  position: relative;
}
.slide-dots-list::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: rgba(10,41,52, 0.3);

}
.section-content ul.slide-dots-list &gt; li {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 0;
  margin: 15px 0;
}
.slide-dots-list li a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid rgba(10,41,52, 0.3);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.slide-dots-list li.active a {
  background-color: rgba(10,41,52, 1);
  border-color: rgba(10,41,52, 0.7);
}
.slide-dots-list li:hover a {
  border-color: rgba(10,41,52, 1);
}
.s-title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -.5px;
  line-height: 1.4;
  text-decoration: none;
}
.s-text {
  font-size: 18px;
  margin-bottom: 35px;
}
.s-meta-date {
  font-size: 24px;;
}

/* Carusel */
.carusel {
  position: relative;
  height: 500px;
}
.carusel-images {
  position: relative;
  height: 100%;
  padding: 0 .5rem;
  overflow: hidden;
}
.carusel-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #efefef;
  visibility: hidden;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.carusel-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: scale(1) rotate(0) translateZ(0);
  transform: scale(1) rotate(0) translateZ(0);
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
.carusel-images.hover .carusel-image.show img {
  -webkit-transform: scale(1.05) rotate(0) translateZ(0);
  transform: scale(1.05) rotate(0) translateZ(0);
}




.carusel-image.active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carusel-image.show {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

.carusel-contents {
  position: relative;
  padding: 0 .5rem;
  height:  500px;
}
.carusel-content {
  height: 20%;
  margin-left: -.5rem;
  border-top: 1px solid #ddd;
}
.carusel-content:last-child {
  border-bottom: 1px solid #ddd;
}
.carusel-content a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 35px;
  color: #0a2934;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.carusel-content a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 0px;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.carusel-contents:hover .carusel-content.active a:before{
  width: 0;
}

.carusel-content a:hover:before,
.carusel-content.active a:before,
.carusel-contents:hover .carusel-content a:hover:before {
  width: 10px;
}


.carusel-content h6 {
  margin: 0;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.carusel-content p {
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #0a2934;
}

/* Gallery */
.gallery {
  padding: 0;
  margin: 35px 0 0 0;
  color: #0a2934;
}
.gallery h5 {
  text-transform: uppercase;
  margin-bottom: 35px;
}
.gallery-link {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  cursor: zoom-in;
}

.gallery-link .gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1) ;
  -webkit-transition: .5s;
  transition: .5s;
}
.gallery-link:hover .gallery-image {
  -webkit-transform: scale(1.02);
  transform: scale(1.02) ;
}
.gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  visibility: hidden;
  z-index: 999999;
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
  opacity: 0;
}
.gallery-lightbox.open {
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.9);
}
.lightbox-image {
  max-width: calc(100vw - 150px);
  max-height: calc(100vh - 150px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 999;
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.lightbox-counter {
  position: absolute;
  bottom: 10px;
  left: 50%;

}
.lightbox-description {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 10px;
  font-weight: 700;
  text-align: center;

}
.lightbox-btn {
  position: absolute;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
.lightbox-close {
  top: 10px;
  right: 10px;
}
.lightbox-next {
  top: 50%;
  right: 10px;
  margin-top: -25px;
}
.lightbox-prev {
  top: 50%;
  left: 10px;
  margin-top: -25px;
}
.lightbox-next .arrow {
  transform: rotate(45deg);
}
.lightbox-prev .arrow {
  transform: rotate(-135deg);
}
.arrow {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
  height: 20px; width: 20px;
  border: 1px solid #0a2934;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
/* LP */
.lp-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
}
.section-content ul.lp-icon-list,
.section-content ul.lp-icon-list &gt; li {
  list-style: none;
  list-style-type: none;
  margin: 0;
}
.lp-icon-list .lp-icon {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0,0,0,0.2);
}
.lp-icon-list .lp-icon-box {
  text-align: center;
}
.lp-icon-list .lp-icon-full .lp-icon-box {
  display: block;
  width: 100%;
  height: 50px;
}
.lp-icon-list .lp-icon-half .lp-icon-box {
  display: block;
  width: 100%;
  height: 25px;
}
.lp-icon-list .lp-icon-half .lp-icon-box:first-child {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.lp-icon-list .lp-icon span {
  display: block;
  text-align: center;
  font-weight: 700;
}

.lp-icon-list .lp-icon-half span {
  line-height: 25px;
  font-size: 14px;
}
.lp-icon-list .lp-icon-half i {
  line-height: 25px;
  font-size: 21px;
}
.lp-icon-list .lp-icon-full span {

}
.lp-icon-list .lp-icon-full i {
  font-size: 32px;
  line-height: 50px;
}
/* Files */
.files {
  margin: 35px 0 0 0;
}
.file-list li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
.file-list li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #cecece;
}
.file-list li:last-child:after{
  opacity: 0;
}
.file-list li a {

  font-weight: 700;
}
/* Video */
.video {
  margin: 35px 0 0 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Maps */
.map-frame {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 60%;
  cursor: pointer;
  overflow: hidden;
}
.map-frame.scrolled{
  cursor: auto;
}
.map-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events:none;
}
.map-frame.scrolled iframe{
  pointer-events: auto;

}
.map-frame-info {

}
.map-frame-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  background-color: rgba(0,0,0,0.8);
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -moz-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -ms-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -o-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
}
.map-frame:hover .map-frame-info {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.map-frame.scrolled:hover .map-frame-info {
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.map-frame-info p {
  margin: 0;
  padding: 0 25px;
  line-height: 50px;
}

/* Pagination*/
.pagination li {
  font-weight: 700;
  position: relative;
  border-radius: 0;
}
.pagination li.active {
  background-color: #FFFFFF;
}
.pagination li.active::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 2px solid rgba(10, 41, 52, 1);
}
.pagination li.active a {
  color: rgba(10, 41, 52, 1);
}
.pagination li a {
  color: rgba(10, 41, 52, 1);
}
/* Panels */
.panel {
  position: fixed;
  top: 0;
  background-color: rgba(255,255,255,0.98);
  z-index: 5555;
  visibility: hidden;
}
.panel.open {
  visibility: visible;

}
.panel-header {
  position: relative;
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 25px;
}
.panel-header h5 {
  line-height: 70px;
  margin: 0;
}

.panel.shopping-panel {
  right: 0;
  height: 100vh;
  width: 100%;
  max-width: 350px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.14);
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.panel.shopping-panel.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.shopping-panel .panel-header {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.panel.shopping-panel .panel-content {
  height: calc(100vh - 200px);
}
.panel.shopping-panel .panel-footer {
  text-align: center;
}
.panel.shopping-panel .panel-footer p {
  font-weight: 700;
  text-transform: uppercase;
}

/* Shop panel */
.shop-panel-list {
  margin: 0;
  padding: 0;
}
.shop-panel-list li {
  position: relative;
  display: block;
  height: 90px;
  padding: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
}

.shop-panel-list li:hover a.shop-panel-link {
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
}
.shop-panel-list li a.shop-panel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #0a2934;
  background-color: #FFFFFF;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -webkit-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -moz-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -ms-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -o-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;

}
.shop-panel-image {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.shop-panel-image img {
  height: 100%;
}
.shop-panel-content {
  width: calc(100% - 80px);
  margin-left: 10px;
}
.shop-panel-content p {
  margin: 0;
}
.shop-panel-title {
  font-weight: 700;
}
.shop-panel-remove-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 40px;
  text-align: center;
  color: #999999;
  cursor: pointer;
  transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -webkit-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -moz-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -ms-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -o-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;

}
.shop-panel-remove-item:hover {
  color: #0a2934;
}
.shop-panel-remove-item i {
  line-height: 90px;
}
.shop-panel-list li:hover .shop-panel-remove-item {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.shop-remove {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  opacity: 0;
}
.shop-remove:hover {
  opacity: 1;
}
.shop-remove i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 48px;
  color: #0a2934;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

/* Search */
.search-panel {
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  background-color: transparent;
}
.panel.search-panel.open {
  opacity: 1;
}
.search-container {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  padding: 70px;
  background-color: #ffffff;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -webkit-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -moz-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -ms-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -o-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
}
.panel.search-panel.open .search-container {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
}
.search-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.search-field {
  display: block;
  width: calc(100% - 80px);
  margin: 0;
}
.search-form .btn {
  height: 45px;
  width: 45px;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-left: 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-form .btn i {
  line-height: 45px;
  font-size: 24px;
}
.input-field&gt;label.search-label {
  font-weight: 700;
  font-size: 21px;
}
.search-result {
  display: block;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}
.search-link {
  display: block;
  height: 80px;
  margin-bottom: 25px;
  color: #0a2934;
}
.search-image {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.search-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.search-box {
  float: left;
  margin-left: 15px;
}
.search-box p {
  margin: 0;
  font-weight: 700;
  font-size: 21px;
}
.search-box span {

}

.search-block {
  display: block;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 15px;
}
.search-list {

}
.article-list .f-col.search-title {
  padding: 0 15px
}
.article-group {
  display: block;
  width: 100%;
}
.search-list .search-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.search-list .search-image {
  width: 20%;
  padding-bottom: 20%;
}
.search-list .search-body {
  width: 80%;
  padding: 0 20px;
}
.search-list .search-body h3 {
  font-size: 24px;
}
.search-list .search-body p {
  color: #0a2934;
  padding: 0;
  margin: 5px 0;
}

/* Partneri */
.partners {
  padding: 35px 0;
}
.partners-header {
  padding: 25px 0;
}
.partners-header h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
}
.partners-list a {
  margin-right: 50px;
  margin-bottom: 30px;
}
.partners-list a img {
  max-height: 75px;
  max-width: 250px;
}
/* Shoping card */
.shop-row {
  margin: 0 -40px;
}
.form-card-col,
.shop-card-col {
  padding: 0 40px;
}
.form-card-col .input-field {

  margin: 10px 0 ;
}
.shop-card {
  position: relative;
  display: block;
}
.shop-item p {
  margin: 0;
}

.shop-card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);

}
.shop-card-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 55%;

}
.shop-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.shop-card-name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  color: #0a2934;
}
.shop-card-image {
  height: 80px;
  width: 80px;
  overflow: hidden;
}
.shop-card-image img {
  height: 100%;
}
.shop-card-info {
  margin-left: 10px;
  width: calc(100% - 90px);
}
.shop-card-info p {
  font-weight: 700;
}
.shop-card-quantity {
  width: 10%;
}
.shop-card-price {
  width: 20%;
}
.shop-card-total {
  width: 10%;
}
.shop-card-action {
  width: 5%;
}
.shop-card-action a {
  color: #0a2934;
  height: 40px;
}
.shop-card-action a:hover {
  color: #26a69a;
}
.shop-card-action a i {
  line-height: 40px;
}

.shop-card-quantity,
.shop-card-price,
.shop-card-total,
.shop-card-action {
  text-align: right;
}
.shop-card-item  p {
  margin: 0;
}
.shop-card-header p {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
}
.shop-card-price p,
.shop-card-total p,
.shop-card-action p{
  line-height: 40px;
}
.shop-item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;


}
.shop-item-quantity span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
.shop-item-quantity input[type=text],
.shop-item-quantity input[type=text]:focus {
  width: 40px;
  border-bottom: 0;
  text-align: center;
  margin: 0
}
.show-col-total,
.show-col-price {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .shop-item-quantity {
    justify-content: flex-end;
  }
  table.r-table td.shop-item-none {
    display: none;
  }
}
/* Profil */
.profil {

}
.profil h4 {
  font-size: 28px;
  font-weight: 700;
}
.profil-contact {
  margin-top: 35px;
}
.profil-contact h6 {
  font-weight: 700;
}
/* Cotanct */
.contact-content h2{
  margin-bottom: 15px;
}
.contact-content h3{
  margin-top: 15px;
  margin-bottom: 30px;
}
.contant-block {
  display: block;
}
.contant-block p {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
/* Seach */
.panel-content {
  height: 100%;
  padding: 0;
  margin: 0;
}

/*  Table */
.table-block {
  margin-bottom: 70px;
}
.table-block-header {
  position: relative;
  height: 40px;
}
.table-block-header h2 {
  display: inline-block;
  font-size: calc(0.6vw + 14px);
  line-height: 40px;
}
.table-block-header i {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  font-size: calc(0.6vw + 20px);
  line-height: 40px;
  text-align: center;
  display: none;
}
.table-block-body {

}

.table-title {
  font-weight: 700;
}
.contat-table-name {
  width: 25%;
}
.contat-table-position {
  width: 40%;
}
.contat-table-object {
  width: 10%;
}
.contat-table-phone {
  width: 10%;
}
.contat-table-mail {
  width: 15%;
}

@media screen and (max-width: 600px) {
  table.r-table {
    border: 0;
  }

  table.r-table caption {
    font-size: 1.3em;
  }

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

  table.r-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table.r-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }

  table.r-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table.r-table td:last-child {
    border-bottom: 0;
  }
  .table-block {
    margin-bottom: 15px;
  }
  .table-block-header {
    cursor: pointer;
  }
  .table-block-header h2 {
    padding-left: 30px;
    line-height: auto;
  }
  .table-block-header i {
    display: inline-block;
    -webkit-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -moz-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -ms-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -o-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;

  }
  .table-block.open .table-block-header i {
    transform: rotate(45deg);
  }
  .contat-table-name,
  .contat-table-position,
  .contat-table-object,
  .contat-table-phone,
  .contat-table-mail {
    width: auto;
  }

}

/* Btns */
.close-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 25px;
  right: 25px;
}
.close-btn:after,
.close-btn:before {
  position: absolute;
  content: '';
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background-color: #0a2934;
}
.close-btn:after {
  transform: rotate(45deg);
}
.close-btn:before {
  transform: rotate(135deg);
}
/* Form */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  border-color: #0a2934;
  font-weight: 500;
}
.input-field&gt;label {
  color: #0a2934;
}
button {
  cursor: pointer;
  background-color: transparent;
}
button:focus {
  background-color: transparent;
}




/* Footer */
.footer {
  position: relative;
  display: block;
  background-color: #cecece;
  padding: 15px 0;
  margin: 0;
}
.footer p {

}
.footer a {
  font-weight: 500;
}

.sub-footer {
  display: block;
  margin-top: 25px;
  text-align: center;
}
.footer-box{
  padding: 0 15px;
}

/* social icon */
.social-icon {
  display: block;
  padding: 0;
  margin: 0;
  height: 70px;
}
.social-icon li {
  float: left;
  margin-right: 10px;
}
/* Menu */
.navbar-fixed {
  height: 70px;
}
.main-nav {
  display: flex;
  justify-content:  space-between;
  height: 70px;
  line-height: 70px;
  padding: 0 70px;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(10,41,52, 0);
}
.main-nav.active {
  border-color: rgba(10,41,52, 0.1);
}
.logo img {
  height: 50px;
  margin: 10px 0;
}
.main-menu li a,
.icon-menu li a {
  position: relative;
  height: 70px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #0a2934;
}
.main-menu li a:after,
.icon-menu li a:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  background-color: #26a69a;
  -webkit-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -moz-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -ms-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -o-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
}
.main-menu li a:hover,
.icon-menu li a:hover {
  background-color: rgba(255,255,255,0)
}
.main-menu li a:hover:after,
.icon-menu li a:hover:after {
  height: 4px;
}
.main-menu li a i,
.icon-menu li a i  {
  line-height: 70px;
}
.icon-menu li a span {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #26a69a;
}
.main-menu li ul,
.icon-menu li ul {
  position: absolute;
  top: 70px;
  background-color: #ffffff;
  border-top: 1px solid rgba(0,0,0,0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  -ms-transform: translate(0, 15px); /* IE 9 */
  -webkit-transform: translate(0, 15px); /* Safari */
  transform: translate(0, 15px);
}
.main-menu li ul {
  min-width: 250px;
}
.main-menu li:hover ul,
.icon-menu li:hover ul {
  visibility: visible;
  opacity: 1;
  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0);
}
.main-menu li ul li,
.icon-menu li ul li {
  float: none;
}
.main-menu li ul li a,
.icon-menu li ul li a {
  height: 50px;
  line-height: 50px;
}
.icon-menu .lang-menu, a.dropdown{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;}
.menu-hamburger {
  display: none;
  position: relative;
  padding: 15px;
}
.bar {
  position: relative;
  transform: translateY(20px);
  background: #0a2934;
  transition: all 0ms 300ms;
}
.bar, .bar:after, .bar:before {
  width: 40px;
  height: 2px;
}
.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #0a2934;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #0a2934;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.active {
  background: rgba(255, 255, 255, 0);
}
.bar.active:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.active:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* Animations */
.anim-35 {
  -webkit-transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  transition: all .35s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
}
.anim-55 {
  -webkit-transition: all .55s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  transition: all .55s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
}
.anim-85 {
  -webkit-transition: all .85s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
  transition: all .85s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
}

.clear {
  clear: both;
}
.datepicker-date-display {
  display: none;
}

/* Resposive */
@media only screen and (max-width: 992px) {
  .main-nav {
    padding: 0 10px;
  }
  .menu-hamburger {
    display: inline-block;
  }
  .main-menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    max-width: 400px;
    padding-bottom: 50px;
    border-top: 1px solid rgba(0,0,0,0.1);
    height: calc(100vh - 70px);
    background: #ffffff;
    overflow-y: auto;
    -webkit-transition: all .55s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -moz-transition: all .55s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -ms-transition: all .55s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -o-transition: all .55s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    transition: all .55s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -ms-transform: translate(-100%, 0); /* IE 9 */
    -webkit-transform: translate(-100%, 0); /* Safari */
    transform: translate(-100%, 0);
  }
  .main-menu.open {
    -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Safari */
    transform: translate(0, 0);
  }
  .main-menu li {
    float: none;
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  .main-menu li a {
    height: 50px;
    line-height: 50px;
  }
  .main-menu li ul {
    position: relative;
    top: auto;

    visibility: visible;
    opacity: 1;
    -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Safari */
    transform: translate(0, 0);

    /*  background-color: #fafafa;*/

  }
  .main-menu li ul li {
    border: 0;
  }
  .main-menu li ul li a {
    padding-left: 35px;
  }
  .carusel .carusel-images {
    display: none;
  }
  .article-object-desc {
    position: relative;
    display: block;
    width: 100%;

  }
}
@media only screen and (max-width: 1160px) {
  .main-nav {
    padding: 0 20px;

  }
  .main-menu li a, .icon-menu li a {

    padding: 0 10px;
  }
  .logo img {
    height: 40px;
    margin: 15px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .breadcrumbs {
    display: none;
  }
  .article-detail {
    padding: 15px 0;
  }
  .article-object-desc {
    position: relative;
    display: block;
    width: 100%;

  }
}


/* Calendar */
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
}

.ui-datepicker {
  display: none;
  padding: 5px 35px;
  cursor: default;
  text-transform: uppercase;
  font-size: 12px;
}
.ui-datepicker-calendar thead {
  line-height: 35px;
}
.ui-datepicker-header {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}

.ui-datepicker-title { text-align: center; }

.ui-datepicker-month {
  position: relative;
  padding-right: 15px;
  color: #565656;
}

.ui-datepicker-year {
  padding-left: 8px;
  color: #a8a8a8;
}
.ui-datepicker-month:before {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 5px;
  height: 5px;
  content: '';

  background: #26a69a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th {

}
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;

}
.ui-datepicker-calendar td a {
  color:  #0a2934;
  font-weight: 700;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: -15px;
  padding: 5px;
  cursor: pointer;
  color: #26a69a;
}

.ui-datepicker-prev {
  left: 0;
  padding-left: 0;
}

.ui-datepicker-next {
  right: 0;
  padding-right: 0;
}


.ui-datepicker-prev span,
.ui-datepicker-next span {
  font-size: 21px;
  font-weight: 700;

}


.ui-state-active,
.ui-state-highlight.ui-state-active {
  color: #ffffff;
  background-color: #26a69a;
}
.ui-state-highlight {
  background-color: rgba(0,0,0,0.2);
}
input[type=text]:not(.browser-default):disabled+label.cal-label,
.cal-label {
  color: #0a2934;
  font-weight: 700;
}


.loader {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);

  width: 100px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}


.showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {

  .slideshow {
    height: calc(75vh - 20px);
  }

  .slideshow .slideshow-images {
    height: 0;
    padding-bottom: 60%;
    height: auto;
  }
  .slideshow .slide-image {
    height: 60vw;
  }
  .slideshow .slideshow-contents {
    height: auto;
  }
  .slideshow .slide-content {
    padding: 5px;
  }
  .slideshow .slide-container {
    text-align: center;
    height: auto;
  }
  .slideshow .slide-content h3 {
    font-size: calc(1vw + 18px);
    margin-bottom: 15px;
  }
  .slideshow .slide-content p {
    font-size: 16px;
  }
  .slideshow .slide-dots {
    left: 0;
    top: calc(100% - 15px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .slideshow  .slide-dots-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    height: 20px;
  }
  .section-content ul.slide-dots-list &gt; li,
  .slideshow .slide-dots-list li {
    margin: 0 5px;
  }
  .section-content ul.slide-dots-list &gt; li {
    margin-left: 5px;
  }
  .slide-dots-list::before {
    position: absolute;
    content: '';
    left: 5px;
    top: 50%;
    height: 1px;
    width: calc(100% - 10px);
    background-color: rgba(10,41,52, 0.3);
  }
  .slideshow .meta-date {
    font-size: 18px;
  }


  .m-container {
    padding: 0 25px;
  }

}
@media only screen and (min-width: 601px) and (max-width: 979px) {

  .slideshow {
    height: 100vh;
  }
  .slideshow .slideshow-images {
    padding: 0;
  }
  .slideshow .slide-image {
    height: 0;
    padding-bottom: 60%;
  }
  .slideshow .slideshow-contents {
    height: auto;
  }
  .slideshow .slide-content {
    padding: 5px;
  }
  .slideshow .slide-container {
    text-align: center;
  }
  .slideshow .slide-content h3 {
    font-size: calc(1vw + 18px);
    margin-bottom: 15px;
  }
  .slideshow .slide-content p {
    font-size: 16px;
  }

}

.error-container {
  padding: 70px;
  text-align: center;
}
.error-container h1 {
  font-size: calc(5vw + 30px);
}

/* cookies */
.cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
  z-index: 9999999;
}
.cookies-container {
  padding: 10px 50px;
  text-align: center;
  font-weight: 500;
}
.cookies-container a.btn {
  margin: 5px;
}
</pre></body></html>