@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; 
	color: #333;
	-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: #c10069;}
a:hover {color: #F8BF00;}

h1, h2, h3 {color: #c10069; font-weight: 400;}

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: #F8BF00; border: solid 1px #F8BF00; transition: 0.3s;}
input[type=submit]{ padding: 10px 20px; font-size: 18px; background-color: #c10069; border: solid 1px #fff; color: #fff; transition: 0.3s;}
input[type=submit]:hover { border: solid 1px #F8BF00; background-color: #F8BF00; cursor: pointer; color: #fff; 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%;}
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;}
.general-width {max-width: 1300px; margin: auto;}
.hidden {display: none;}
.required {color: #f8bf00; font-size: 18px;}
.clickable {cursor: pointer;}
.clickable:hover {color: #f8bf00;}
.third-page {float: left; display: inline-block; width: 33%;}
@media only screen and (max-width: 800px) { 
	.third-page {float: none; display: block; width: 100%;}
}

.page-wrapper {}
.dark { background-color: #2b2b2b; color: #fff;}
.page {padding: 15px 15px 30px 15px;}

/*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(22,16,11,0.78);
}

.box-content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-content {
	text-align: left;
    background-color: #fff;
    padding: 20px;
    width: 900px; 
}

.close {
    color: #d2461b;
    float: right;
    font-size: 28px;
    font-weight: bold;
	margin-top: -15px;
}

.close:hover {
    color: #c00;
    cursor: pointer;
}

/* ARTICLES */
.article-holder {}
.article-content {line-height: 150%; padding-bottom: 20px;}
.article-click-header {cursor: pointer; display: block; border-top: solid 1px #ccc; 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 {margin: 30px 20px 0 0;}
.plus .article-name {margin-top: 0px;}

.article-list {}
.article-item-link {cursor: pointer; margin: 10px 0; font-size: 20px;}
.article-item-link:hover {color: #F8BF00;}

/*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; float: right; margin-top: 15px;}
.breadcrumb-nav span.click {color: #333;}
.breadcrumb-nav span.click:hover {cursor: pointer; color: #F8BF00;}

.header-wrapper {}
.header {}

.logo-top {background-repeat: no-repeat; text-align: center;}
.logo-top .logo {text-align: center; max-width: 300px; width: 100%; height: auto; cursor: pointer; transition: 0.5s;}
@media only screen and (max-width: 1000px) {.logo-top .logo { height: 90px; float: left; width: auto; transition: 0.5s; margin-left: 15px;}}


.languages {width: 100%; max-width: 1300px; margin: auto; text-align: right; position: absolute; top: 10px; padding-right: 10px;}
.languages div {color: #CCD9E4; display: inline-block; padding: 8px 10px;}
.languages div:hover {color: #fff; cursor: pointer;}


#navbar {
	z-index: 50;
	
	-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);
	
	transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;	
	
 }

@media only screen and (max-width: 1000px) {#navbar {  position: -webkit-sticky; /* Safari */
  position: sticky;
top: 0;}}

.menu-horizontal-wrapper { padding: 0; transition: 0.5s;}
@media only screen and (max-width: 1000px) {.menu-horizontal-wrapper {height: 100px; transition: 0.5s; background: #fff;}}

.menu-horizontal { width: 100%; text-align: center;}
@media only screen and (max-width: 1000px) {.menu-horizontal {display: none; transition: 0.5s;}}

.menu-horizontal .menu-item {display: inline-block; font-size: 22px; font-weight: 400; padding: 5px 20px; margin:10px; color: #555; transition: 0.3s; border-bottom: 5px solid #eee;}
.menu-item img {max-width: 30px; max-height: 30px;}
.menu-horizontal .menu-item:hover {cursor: pointer; color: #f8bf00;  border-bottom: 5px solid #f8bf00;}
.menu-horizontal .active {color: #c10069; border-bottom: 5px solid #c10069;}


.menu-ico-wrapper {display: none; background-color: #fff; float: right;}
@media only screen and (max-width: 1000px) {.menu-ico-wrapper {display: block; text-align: center; transition: 0.5s;}
}
.menu-ico, .phone-ico { 
	display: inline-block;
	margin: 22px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	 }

#menu-open {background: url(../images/menu-ico.png); background-position: top; background-repeat: no-repeat;}

@media only screen and (max-width: 100px) {.menu-ico-wrapper {display: inline-block; width: 100%; text-align: center;}
}

#menu-center {position: fixed; overflow: scroll; 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-center div {float: none; width: 100%; height: auto; margin: 2px auto; text-align: center; vertical-align: middle; padding: 15px 20px;
	background-color: #fff; font-size: 20px;
	
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: .3s, .3s; 
	-webkit-transition-timing-function: linear, ease-in;}

#menu-center div {color: #222; text-decoration: none; background-color: #eee; font-weight: 400;}
#menu-center div:hover {color: #C10069; background-color: #fff; cursor: pointer;}



.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;}
.type-gallery {
	position: relative;
	width: calc(20% - 10px);		/* desired width */
	float: left;
	
	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);}}

.type-tile {width: calc(33% - 20px); height: auto; display: inline-block; margin: 10px; vertical-align: middle; position: relative;}
@media only screen and (max-width: 1000px) {.type-tile {width: calc(50% - 20px);}}
@media only screen and (max-width: 600px) {.type-tile {width: calc(100% - 20px);}}
.type-tile img {width: 100%; height: auto;}
.type-tile .text {position: absolute; bottom: 5px; left: 1px; background-color: rgba(0,0,0,0.33); width: 100%; padding: 10px; color: #fff; overflow: hidden;}

.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;}

.images-holder-slider {margin: -15px 0 10px 0;}


.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 #c10069; 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: #F8BF00; border-bottom: solid 1px #F8BF00;}

.video-holder {text-align: center;}
.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-1-wrapper {background-color: #555;}
.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: #ccc; transition: 0.3s;}
.footer-menu .footer-menu-item:hover {cursor: pointer; color: #fff;}
.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 .gopay-logo {text-align: right;}
.footer-1 .gopay-logo img {width: 130px;}

.footer-2-wrapper {background-color: #333;}
.footer-2 {min-height: 50px; color: #666; text-align: center; padding: 20px 15px 30px 15px; font-size: 14px;}
.footer-2 span {padding: 5px 10px;}
.footer-2 a {text-decoration: none; color: #666; transition: 0.3s;}
.footer-2 a:hover {color: #ccc;}

/*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%;}
}

.person-photo {display: inline-block; width: 330px; padding: 20px 30px 20px 0; vertical-align: top;}
.person-photo img {max-width: 300px; width: 100%;}
.person-text {display: inline-block; width: calc(100% - 350px); }
@media only screen and (max-width: 700px) {
.person-photo {display: block; width: 100%; padding: 20px; text-align: center;}
.person-text {display: block; width: 100%; }
}

/*tiles menu*/
.tile-list {margin: 0 -20px;}
.tile-item-link {width: calc(50% - 20px); min-width: 300px; cursor: pointer; float: left; margin: 10px; font-size: 20px; background: #333; color: #ccc; transition: 0.5s;}
/*@media only screen and (max-width: 1050px) { .tile-item-link { width: calc(50% - 20px);}}*/
@media only screen and (max-width: 840px) { .tile-item-link { width: calc(100% - 20px);}}
@media only screen and (max-width: 600px) {
	.tile-list {padding: 5px 0 5px 0;}
	.tile-item-link { width: 100%; margin: 10px 0;}
	.vertical-center-container {font-size: 16px;}
}
@media only screen and (max-width: 1000px) and (min-width: 	800px) {
	.vertical-center-container {font-size: 16px;}
}
	
.tile-item-link:hover {color: #fff; background: #c10069;}
.tile-item-link:hover .border-over { 
/*  outline: 1px solid white;*/
  outline-offset: -8px;
  background-color: hsla(0,0%,100%,0.3);
  opacity: 1;}

.tile-item-image {width: 100%; float: left; background-size: cover; background-repeat: no-repeat; position: relative;}
.tile-item-image:before {
	content: "";
	float: left;
	padding-top: 60%; 	/* set ratio*/
}

.tile-item-name {width: 100%; text-align: center; font-size: 22px; padding: 10px 0; clear: both;}

.border-over {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
/*  outline: 1px solid white;*/
	color: #000;
  outline-offset: -8px;	
  opacity: 0;
  transition: 0.5s;
}


.vertical-center-container {
  position: relative;
  height: 100%;
  }

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.border-over ::marker {
  content: "\271A";
  color: #AC0000

}

.border-over li {
  padding-inline-start: 1ch;
}

.border-over li {
  padding-inline-start: 1ch;
}

.border-over ul {
  padding-right: 20px;
}

/*tiles menu end*/