@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: LibreBaskerville;
  src: url("../fonts/LibreBaskerville-Regular.ttf");
}
@font-face {
  font-family: LibreBaskerville;
  src: url("../fonts/LibreBaskerville-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: LibreBaskerville;
  src: url("../fonts/LibreBaskerville-Italic.ttf");
  font-style: italic;
}


body {
	font-family: 'LibreBaskerville', 'Palatino Linotype', 'Times New Roman', 'Georgia', serif;
	color: #172B4C;
	-webkit-font-smoothing: antialiased; 
	margin: 0px;
	padding: 0px;
}


div, input, textarea {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}

a {text-decoration: none; color: #E4032E;}
a:hover {color: #888;}

h1, h2, h3 {color: #E4032E; font-weight: normal; line-height: 150%; text-align: center;}
.homepage-header {text-align: center; margin: 60px auto 40px auto; text-transform: uppercase;}

input[type=checkbox]{ width: 18px; height: 18px;}
input[type=radio]{ width: 18px; height: 18px;}
input[type=button]{ background-color: #999; border: solid 1px #999; color: #fff; transition: 0.3s;}
input[type=button]:hover { background-color: #555; border: solid 1px #000; transition: 0.3s;}
input[type=submit]{ padding: 10px 20px; font-size: 18px; background-color: #172B4C; border: solid 1px #999; color: #fff; transition: 0.3s;}
input[type=submit]:hover { border: solid 1px #172B4C; background-color: #fff; cursor: pointer; color: #172B4C; transition: 0.3s;}
input[type=submit]:hover { border: solid 1px #172B4C; background-color: #fff; cursor: pointer; color: #172B4C; transition: 0.3s;}
input[type=reset]{ padding: 10px 20px; font-size: 18px; margin-left: 20px; background-color: #aaa; border: solid 1px #fff; color: #fff;}
input[type=reset]:hover { border: solid 1px #aaa; cursor: pointer; color: #333;}
input[type=text]{ padding: 10px; font-size: 18px; border: solid 1px #999; width: 100%;}
input[type=password]{ padding: 10px; font-size: 18px; border: solid 1px #999; width: 100%;}
select{ padding: 10px; font-size: 18px; border: solid 1px #ccc; color: #555;}
textarea { padding: 5px; font-size: 18px; min-height: 160px; border: solid 1px #999; margin-bottom: 15px; width: 100%;}


/*general settings*/
.clear {clear: both; height: 0px;}
.general-width {max-width: 1300px; margin: auto; padding: 0 20px;}
.padding-top {padding-top: 30px;}
.hidden {display: none;}
.required {color: #F37021; font-size: 18px;}
.clickable {cursor: pointer;}
.clickable:hover {color: #F37021;}
.arrow-down {width: 30px; height: 30px; background-image: url("../images/arrow-down.png"); background-repeat: no-repeat; background-size: contain;}



.page-wrapper {}
.dark { background-color: #2b2b2b; color: #fff;}
.page {padding-bottom: 30px;}
.bg-light {background-color: #F2EEE6;}

/*page pop-up overlay*/
.overlay {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%; 
	height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.70);
}

.box-content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80vh;
  max-width: 80vw;
  overflow: auto;
}

.box-content {
	text-align: left;
    background-color: #fff;
    padding: 20px;

}

.close {
    color: #d2461b;
    float: right;
    font-size: 28px;
    font-weight: bold;
	margin-top: -15px;
}

.close:hover {
    color: #c00;
    cursor: pointer;
}

/* HOMEPAGE */
.homepage-tiles {text-align: center; margin: 0 auto 0 auto; padding: 20px 0; background-color: #F2EEE6; }
.homepage-tile {width: calc(30% - 40px); min-width: 300px; max-width: 400px; margin: 0 20px; display: inline-block; transition: 0.5s; cursor: pointer; vertical-align: top; }
.homepage-tile:hover {color: #172B4C;}
/*.homepage-tile:hover .border-over { 
  outline: 1px solid white;
  outline-offset: -8px;
  background-color: hsla(0,0%,0%,0.20);
  opacity: 1;
	
	}*/

.homepage-tile-image {width: 100%; display: inline-block; background-position: center center; background-repeat: no-repeat; background-size: contain; position: relative;}

.homepage-tile-image:before {
	content: "";
	float: left;
	padding-top: 100%; 	/* initial ratio of 1:1*/
	}

.border-over {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  outline: 1px solid white;
  outline-offset: -8px;	
  opacity: 0;
  transition: 0.5s;
}


.homepage-tile-name {width: 100%; font-size: 30px; font-weight: bold; padding: 10px 10px 10px 10px; color: #E4032E; text-transform: uppercase;}
.homepage-tile-description {margin: 20px; display: inline-block; line-height: 180%; min-height: 90px;}
.homepage-tile .arrow-down {margin: 20px auto;}



.button {padding: 10px 5px; margin: 0 auto 20px auto; background-color:#E4032E; color: #fff; font-size: 20px; transition: 0.5s; text-align: center;}
.button:hover {background-color: #172B4C; cursor: pointer;}


/* ARTICLES */
.article-holder {overflow: hidden;}
.article-content {line-height: 160%;}
.article-content {text-align: justify;}
.article-click-header {cursor: pointer; display: block; border-top: solid 1px #eee8aa; padding: 20px 0 20px 65px;}
.article-click-header h2 {margin: 0;}
.plus {background: url("../images/ico-plus-gray-50.png") center left no-repeat;}
.minus {background: url("../images/ico-minus-gray-50.png") left no-repeat;}
/*.article-delimeter {border-bottom: 1px solid #ccc; height: 1px;}*/
h1.article-name {text-align: left; margin: 40px 0px 40px 0;}
.plus .article-name {margin-top: 0px;}

.article-list {}
.article-item-link {width: 100%;  min-width: 400px; margin: 10px; cursor: pointer; font-size: 20px; padding: 30px 0; border-top: solid 1px #F2EEE6;}

.article-item-link:hover {color: #172B4C;}
.article-item-link:hover .border-over { 
  outline: 1px solid white;
  outline-offset: -8px;
/*  background-color: hsla(0,0%,0%,0.20);*/
  opacity: 1;}

.article-item-image {width: 40%; max-width: 400px; min-width: 300px; float: left; background-size: cover; background-repeat: no-repeat; position: relative;}
.article-item-image:before {
	content: "";
	float: left;
	padding-top: 60%; 	/* initial ratio of 1:1*/
}

.article-item-text {float: left; width: calc(60% - 40px); padding-left: 40px;}
.article-item-date {margin: 40px 0 10px 0; color: #E4032E; font-size: 20px; }
.article-item-name {margin: 10px 0; font-size: 20px; }
.article-item-description {font-size: 14px;}

.article-item-link .arrow-down {float: right; margin-top: -30px;}

@media only screen and (max-width: 900px) { 
	.article-item-link { width: calc(100% - 20px);}
	.article-item-image { width: 100%; display: flex; margin: auto; float: none;}
	.article-item-text { width: 100%; padding-left: 0; text-align: center;}
	.article-item-link .arrow-down { float: none; margin: 20px auto;}
	}


.video-wrapper {    
	width: 100%;
    height: auto;
	min-height: 300px;
    overflow: hidden;
    position: relative;
}
.video-overlay {max-width: 1300px; padding: 20px 0 20px 0; height: 100%; margin: 40px auto;}
.video-overlay h1 {margin-top: 10px;}

.video-wrapper .bg-video {
    width: 100%; /* width needs to be set to 100% */
    height: 100%; /* height needs to be set to 100% */
    position: absolute;
	object-fit: cover;
    left: 0;
    top: 0;
    z-index: -1;
	}



/*form*/
.form {}
.confirm-checkbox {margin: 10px 0 20px 0;}

.under .text {width: 50%;}
.under .textarea {width: 50%;}
.under .textarea textarea {width: calc(100%);}

.side .text { width: calc(40% - 10px); }
.side .textarea {width: calc(60% - 10px); float: right;}
@media only screen and (max-width: 800px) { 
.side .text { width: 100%; }
.side .textarea {width: 100%; float: none;}	
}


.breadcrumb-nav {color: #999; margin: 20px auto 15px auto;}
.breadcrumb-nav span.click {color: #333;}
.breadcrumb-nav span.click:hover {cursor: pointer; color: #000;}

.header-wrapper {}
.header {}

.logo-top {text-align: left; float: left; padding: 18px 0 12px 20px; width: 25%;}
.logo-top .logo {width: auto; max-height: 140px; cursor: pointer; transition: 0.5s;}
.logo-top .logo-small {display: none; height: auto; cursor: pointer;}

@media only screen and (max-width: 1100px) {
	.logo-top {margin-top: 0; text-align: left; padding: 0 0; width: auto;}
	.logo-top .logo {display: none;}
	.logo-top .logo-small {display: block; max-height: 110px; width: auto; transition: 0.5s; margin-top: 5px;}
}




.languages {width: 100%; max-width: 1300px; margin: auto; text-align: right; position: absolute; padding-right: 10px;}
.languages div {color: #CCD9E4; display: inline-block; padding: 8px 10px;}
.languages div:hover {color: #fff; cursor: pointer;}


#navbar {
	z-index: 50;
	transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;	

	position: -webkit-sticky; /* Safari */
  	position: sticky;
	top: 0;
	border-bottom: solid 1px #fff;
/*		-webkit-box-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
  	-moz-box-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
  	box-shadow: 0px 0px 30px rgba(255, 255, 255, 1);*/
 }


@media only screen and (max-width: 1000px) {#navbar {  
	 
/*	position: -webkit-sticky;
  	position: sticky;
	top: 0;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
  	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
  	box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);*/
	}}


.menu-horizontal-wrapper { padding: 0; height: auto; transition: 0.5s;  background-color: #F2EEE6; height: 175px;}
@media only screen and (max-width: 1100px) {.menu-horizontal-wrapper {height: 120px; transition: 0.5s;}}

.menu-horizontal {text-align: right; margin: auto; padding-top: 50px;}
@media only screen and (max-width: 1100px) {.menu-horizontal {display: none; transition: 0.5s;}}

.menu-horizontal .menu-item {display: inline-block; font-size: 20px; padding: 5px 10px; margin:5px 10px; color: #172B4C; transition: 0.3s;}
.menu-item img {max-width: 30px; max-height: 30px;}
.menu-horizontal .menu-item:hover {cursor: pointer; color: #E4032E;  }
.menu-horizontal .active {color: #E4032E; }

.menu-horizontal .arrow-down {visibility: hidden; opacity: 0; margin: 15px auto; transition: visibility 0.3s, opacity 1s linear;}
.menu-horizontal .active .arrow-down {visibility: visible; opacity: 1;}

.menu-ico-wrapper {display: none; position: absolute; top: 0; right: 0;}
@media only screen and (max-width: 1100px) {.menu-ico-wrapper {display: block; text-align: center; transition: 0.5s;}
}
.menu-ico, .phone-ico { 
	display: inline-block;
	margin: 35px 20px 10px 5px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	 }

#menu-open {background: url(../images/menu-ico.png); background-position: top; background-repeat: no-repeat;}


#menu-bar-holder {position: fixed; overflow: auto; top: 0; transition: visibility 1s linear;
	transition:	opacity .3s linear;
	visibility: hidden;  
	opacity: 0;
	z-index: 100; width: 100%; height: 100vh; background-color: rgba(0,0,0,0.5); padding: 0px; color: #333;
	}

.menu-bar {background-color: #fff;}
.menu-bar .arrow-down {display: none;}


.menu-bar .close-bar {width: 100px; height: 100px; float: right; text-align: center; cursor: pointer; padding-top: 25px;}
.menu-bar .menu-item {float: none; width: calc(100% - 100px); height: auto; text-align: left; vertical-align: middle; padding: 15px 20px;
	font-size: 20px; border-bottom: solid 1px #ccc;
	
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: .3s, .3s; 
	-webkit-transition-timing-function: linear, ease-in;}

.menu-bar .menu-item {color: #1F2C51; text-decoration: none;}
.menu-bar .menu-item:hover {color: #E4032E; background-color: #ccc; cursor: pointer;}




.top-search {float: right; text-align: right; padding: 35px 15px 10px 15px;}
@media only screen and (max-width: 700px) {.top-search {display: none;}}

.top-search-field {display:flex; max-width: 200px;}
.search-input {height: 35px; border: solid 1px #ccc !important; color: #333;}

.search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc; font-size: 14px;
  opacity: 1; /* Firefox */}
.search-input :-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #ccc; font-size: 14px;}
.search-input ::-ms-input-placeholder { /* Microsoft Edge */
color: #ccc; font-size: 14px;}

.search-button {
	text-indent: -9000px;
	height: 35px;
	width: 35px;
	background-color: #fff !important;
	position: relative; left: -5px;
	background: #fff url(/images/search-ico.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: -5px;	}
.button-border {	border-top: solid 1px #ccc !important;
	border-right: solid 1px #ccc !important;
	border-bottom: solid 1px #ccc !important;
	border-left: none !important;}

.search-button:hover {border-left: none !important; background-color: #eee !important;}

.search-results {padding: 15px;}

.top-search-ico-link {display: none; float: right; text-align: right; padding: 35px 5px 10px 5px;}
.top-search-ico-link img {height: 35px; width: 35px; cursor: pointer;}

@media only screen and (max-width: 700px) {
	.top-search-ico-link {display: block;}
}

.search-field {margin: 30px 0;}



.images-holder {text-align: center; margin: 0 -10px;}
.image {outline: solid 1px #fff; transition: 0.3s;}
.image:hover {cursor: pointer; outline: solid 1px #999;}

.images-holder-gallery {margin: 20px -5px 10px -5px; text-align: center;}
.type-gallery {
	position: relative;
	width: calc(20% - 10px);		/* desired width */
	display: inline-block;
	
	margin: 5px; background-repeat: no-repeat; background-size: cover; background-position: center center;
}
.type-gallery:before {
	content: "";
	float: left;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
@media only screen and (max-width: 1200px) {.type-gallery {width: calc(25% - 10px);}}
@media only screen and (max-width: 900px) {.type-gallery {width: calc(33% - 10px);}}
@media only screen and (max-width: 700px) {.type-gallery {width: calc(50% - 10px);}}
@media only screen and (max-width: 400px) {.type-gallery {width: calc(100% - 10px);}}

.images-holder-tiles {margin: 30px -15px 30px -15px; text-align: center; line-height: 0;}
.type-tile {max-width: calc(33.33% - 20px); height: auto; display: inline-block; margin: 10px; vertical-align: middle; position: relative; text-align: center; overflow: hidden;}
@media only screen and (max-width: 1000px) {.type-tile {max-width: calc(50% - 20px);}}
@media only screen and (max-width: 600px) {.type-tile {max-width: calc(100% - 20px);}}
.type-tile .tile-center {display: inline-block; position: relative; right: -50%; width: auto; height: auto;}
.type-tile img {position: relative; left: -50%; width: auto; height: 270px; margin-left: auto; margin-right: auto;}
.type-tile .text {display: none; position: absolute; bottom: 5px; left: 1px; background-color: rgba(0,0,0,0.33); width: 100%; padding: 10px; color: #fff; overflow: hidden;}

.images-holder-carousel {margin: 40px auto 20px auto;}

.type-poster {width: 100%; height: auto; position: relative; margin: 10px 0px 30px 0;}
.type-poster img {width: 100%; height: auto; outline: 0;}
.type-poster img:hover {outline: 0; cursor: auto;}
.type-poster .text {position: absolute; bottom: 5px; left: 1px; background-color: rgba(0,0,0,0.33); width: 100%; padding: 10px; color: #fff; overflow: hidden;}

.type-background {height: 520px; background-position: center center; background-repeat: no-repeat; background-size: cover;}

.carousel-image img {width: 100%; height: auto;}

.images-holder-slider {margin: -15px 0 10px 0;}
@media only screen and (max-width: 1340px) { .images-holder-slider {margin: -15px -20px 10px -20px;}}

.files-holder {margin: 10px -5px; text-align: left;}
.file {width: calc(33.33% - 10px); max-width: 700px; min-width: 300px; height: 50px; display: inline-block; margin: 5px; padding: 10px; text-align: left; border-bottom: solid 1px #172B4C; color: #000; transition: 0.3s; font-size: 18px; font-weight: 400;}
@media only screen and (max-width: 1000px) { .file {width: calc(50% - 10px);}}
@media only screen and (max-width: 700px) { .file {width: calc(100% - 10px);}}
.file:hover {cursor: pointer; color: #000; border-bottom: solid 1px #000;}

.video-holder {text-align: center; max-width: 1000px;}
.video-description {font-size: 16px; margin-bottom: 15px;}
.video {overflow:hidden; padding-bottom:56.25%; position:relative; height:0; margin-bottom: 20px;}
.video iframe{left:0; top:0; height:100%; width:100%; position:absolute;}

.map-holder {text-align: center;}
.map {width: 100%; height: 600px;}
.gpx-download {text-align: left; margin: 15px 0 15px 0;}

/*form*/
.field-input {margin-bottom: 16px;}
.confirm-checkbox { font-size: 18px; }

.footer-0-wrapper {background-color: #F2EEE6; padding: 40px 0; font-size: 14px; line-height: 180%; text-align: center; }
.footer-text div {width: 100%; max-width: 400px;  min-width: 300px; display: inline-block; text-align: center; margin: 15px -3px; border-left: solid 1px #fff; border-right: solid 1px #fff;}
@media only screen and (max-width: 850px) { .footer-text div {border-left: 0; border-right: 0;} }
.footer-logo {width: 100%; max-width: 300px; text-align: center; margin: auto; padding-top: 20px; display: table;}
.footer-logo div {display: table-cell; vertical-align: middle;}



.footer-1-wrapper {background-color: #F2EEE6;}
.footer-1 {min-height: 100px;}
.footer-menu {width: 50%; padding: 30px 20px; float: left;}
@media only screen and (max-width: 600px) { .footer-menu {width: 100%; padding: 30px 15px 10px 15px; float: none; text-align: center;} }
.footer-menu .footer-menu-item {font-size: 18px; padding: 5px; color: #999; transition: 0.3s;}
.footer-menu .footer-menu-item:hover {cursor: pointer; color: #333;}
.social-media {width: 50%; padding: 20px 20px; text-align: right; float: right;}
@media only screen and (max-width: 600px) { .social-media {width: 100%; padding: 10px 15px 20px 15px; float: none; text-align: center;} }
.social-media .logo img {width: 40px; height: auto; margin: 10px; cursor: pointer;}
.footer-1 .center {width: 100%; text-align: center;}
.footer-1 .footer-logo {width: 50%; padding: 10px 20px; text-align: right; float: right;}
.footer-1 .footer-logo img {max-width: 200px; margin: 10px;}
@media only screen and (max-width: 600px) { .footer-1 .footer-logo {width: 100%; padding: 10px 15px 20px 15px; float: none; text-align: center;} }

.footer-2-wrapper {background-color: #F2EEE6;}
.footer-2 {min-height: 50px; color: #999; text-align: center; padding: 20px 15px 30px 15px; font-size: 14px;}
.footer-2 span {padding: 5px 10px;}
.footer-2 a {text-decoration: none; color: #999; transition: 0.3s;}
.footer-2 a:hover {color: #333;}

/*used in editor*/
.contact-left {float: left; width: 30%;}
.contact-right {float: right; width: 65%;}
@media only screen and (max-width: 700px) {
.contact-left {float: none; width: 100%;}
.contact-right {float: none; width: 100%;}
}

#article_content_id8 h2{ scroll-margin-top: 195px;}
@media only screen and (max-width: 1100px) {
	#article_content_id8 h2{ scroll-margin-top: 20px;}
}

.ornament h2 {padding-top: 30px;}

.products-holder {margin: 0 -10px; text-align: center; }
.product-block {display: inline-block;  width: calc(33.33% - 25px); margin: 10px;}
@media only screen and (max-width: 1000px) {.product-block {width: calc(50% - 25px);}}
@media only screen and (max-width: 650px) {.product-block {width: calc(100% - 25px);}}
.product-block img {width: 100%; height: auto;}

.obchodni-podminky ol {
  list-style-type: none;
  counter-reset: item;
  margin: 10px 0;
  padding: 0;
}

.obchodni-podminky ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
  font-weight: bold;
}

.obchodni-podminky ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

.obchodni-podminky li ol > li {
  margin: 0;
  font-weight: normal;
}

.obchodni-podminky li ol > li:before {
  content: counters(item, ".") " ";
}

.size table {border-collapse: collapse; font-size: 14px; width: 100%;}
.size table tr td {text-align: center; padding: 5px; border-top: solid 1px #ccc; border-bottom: solid 1px #ccc;}
.size table tr:first-child {background-color: #eee;}
.size table tr td:first-child {text-align: left;}

.wrapper-login {background-color: #555; width: 100%; min-height: 100vh; margin: 0; padding: 20vh 10px;}

.login-containter {    
	max-width: 400px;
	width: 100%;
	margin: auto;
}
.login {background-color: #efefef; width: 100%; padding: 30px; text-align: center; border-radius: 20px; border: 1px solid #999;}
.login input[type=text] {text-align: center;}
.login-header {margin: 10px 10px 20px 10px;}
.login-button {	margin: 20px;}

/*special for this site*/
.person-1, .person-2 {}
.person-1 .person-photo, .person-1 .person-text  {float: left;}
.person-2 .person-photo, .person-2 .person-text {float: right;}
.person-2 .person-name {text-align: right;}

.person-photo {width: calc(30% - 20px); padding: 10px; height: auto; text-align: center;}
.person-photo img {max-width: 300px; width: 100%; height: auto;}
.person-text {width: calc(70% - 40px); padding: 20px; display: table-cell; vertical-align: middle;}
.person-name strong {font-size: 20px;}
.person-name {margin-bottom: 20px;}

@media only screen and (max-width: 700px) {
	.person-photo {width: 100%; float: none; text-align: center;}
	.person-text {width: 100%; float: none;}
	.person-name {text-align: center !important;}
}

.third-page-holder {text-align: center;}
.third-page {width: 100%; max-width: 33.33%;  min-width: 300px; display: inline-block; text-align: center; margin: 15px -3px;}
.first-third {float: left;}
.second-third {float: left; text-align: center;}
.logos-bottom {display: table; margin: auto; min-width: 320px; padding-left: 30px;}
.logos-bottom div {display: table-cell; vertical-align: middle;}
.third-third {float: right;}
@media only screen and (max-width: 1100px) {
	.third-page {max-width: 50%;}
	.first-third {float: none;}
	.second-third {float: none;}
	.third-third {float: none;}
	.logos-bottom {padding-left: 15px;}
	 }
@media only screen and (max-width: 750px) {
	.third-page {max-width: 100%;}
	}
