@charset "utf-8";
@import "../reset.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,600|Cormorant+Garamond:400,700,600|Cormorant+Garamond:400,700,600|Cormorant+Garamond:400,700,600');

@font-face{
	font-family:'FontAwesome';
	src:url('/assets/js/font-awsome/fontawesome-webfont.eot?v=3.2.1');
	src:url('/assets/js/font-awsome/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
		url('/assets/js/font-awsome/fontawesome-webfont.woff?v=3.2.1') format('woff'),
		url('/assets/js/font-awsome/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
		url('/assets/js/font-awsome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight:normal;
	font-style:normal;
}

html {
	min-height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}

body {
	font-family: tahoma; 
	font-size: 11px; 
	color: #000000; 
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-width: 320px;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}


fieldset.form {
	border: 0;
	padding: 0;
	margin: 0;
}
.form-group {
    clear: both;
    margin-bottom: 10px;
}
.form-group:after {
    clear: both;
    content: '';
    display: table;
}

.form-label {
	display: block;
	width: 100px;
	float: left;
}
.form-error {
	display: block;
}
.form-control
{
	display: block;
	float: left;
 	font-family:  Verdana;
	font-size: 11px;
}


a {
	color: inherit; 
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}


h1,h2,h3 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}


*:before {
	text-decoration: none!important;
}


.pagination > a {
	display: inline-block;
}

.center {
	text-align: center;
}


/* 2 kolumny */
.cnt-2c .cnt-c {
	float: left;
	width: 50%;
}
.cnt-2c .cnt-c0 .cnt {
	margin-right: 0px;
}
.cnt-2c .cnt-c1 .cnt {
	margin-left: 0px;
}


/* 3 kolumny */
.cnt-3c .cnt-c {
	float: left;
	width: 33%;
}
.cnt-3c .cnt-c1 {
	width: 34%;
}
.cnt-3c .cnt-c0 .cnt {
	margin-right: 0px;
}
.cnt-3c .cnt-c1 .cnt {
	margin-right: 0px;
	margin-left: 0px;
}
.cnt-3c .cnt-c2 .cnt {
	margin-left: 0px;
}


/* 4 kolumny */
.cnt-4c .cnt-c {
	float: left;
	width: 25%;
}
.cnt-4c .cnt-c0 .cnt {
	margin-right: 0px;
}
.cnt-4c .cnt-c1 .cnt {
	margin-right: 0px;
	margin-left: 0px;
}
.cnt-4c .cnt-c2 .cnt {
	margin-right: 0px;
	margin-left: 0px;
}
.cnt-4c .cnt-c3 .cnt {
	margin-left: 0px;
}



#page {
	position: relative;
	min-height: 100%;
}
.cnt-r {
	margin: 0 auto;
	max-width: 1000px;
    width: 100%;
	position: relative;
	margin-top: 0px;
	z-index: 5;
}
.cnt-r:first-of-type {
	margin-top: 0;
}
.cnt-r * {
	text-decoration: inherit;
}

.cnt-rm {
	width: 100%!important;
}
.cnt-rm .sub {
	margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.cnt-r, .cnt-c, .sub, .cnt, .fin {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header.top {
	min-height: 30px;
}
.footer {
	min-height: 30px;
}


/* moduł texts */
.text-cnt {
	
}

/* linki, buttony */
a.link-btn {
	display: inline-block;
}
a.btn, a.btn-thm2, a.btn-small {
	display: inline-block;
}

/* panel z przyciskiem wstecz */
.footer-back {
	clear: both;
}

/* podpis */
span.label {
	display: inline-block;
	width: 80px;
}

/* cecha */
.attribute span {
	display: inline-block;
}


/* lista */
ul.list {
	overflow: hidden;
}
ul.list li {
	position: relative;
}
ul.list li:before {
	position: absolute!important;
	left: 0;
}


/* tabela */
.tbl {
	border-collapse: collapse;
}

p.prg:first-child {
	margin-top: 0!important;
}
p.prg:last-child {
	margin-bottom: 0!important;
}


/* facebook */
.widget_social{
	float: right;
	width: 332px;
	height: 550px;
	background: url(/assets/img/fb.png) no-repeat;
	display: block;
	right: -305px;
    padding: 10px 5px 0 35px;
	position: fixed;
	top: 150px;
	z-index: 1002;
}
.widget_social>div {
    color: #FFF;
    background: #fff;
	height: 465px;
    overflow: hidden;
}


[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    position: relative;
}
[class*="icon-"]:before {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

/* site */ 

#page {
  font-size: 14px;
  color: #5c5c5c;
  font-family: Open Sans/*google_font*/;
}
#page p.prg {
  margin: 15px 0px;
  line-height: 1.5em;
}
#page .img-6-right, #page .img-6-left, #page .img-4-right, #page .img-4-left {
  width: 100%!important;
  margin: 20px 0;
}
#page p img {
  margin-top: 0!important;
  max-width: 100%;
  height: auto!important;
}
#page a.btn {
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0 0 0 0;
  border-color: #000000 #000000 #000000 #000000;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  margin: 20px 0px 0px 0px;
  -webkit-transition: border-color 0.2s linear 0s, color 0.2s linear 0s;
  transition: border-color 0.2s linear 0s, color 0.2s linear 0s;
}
#page a.btn:hover {
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0 0 0 0;
  border-color: #000000 #000000 #000000 #000000;
  color: #000000;
}
#page a.btn.btn-white {
  color: #ffffff;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0 0 0 0;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  -webkit-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}
#page a.btn.btn-white:hover {
  background: transparent;
  background-color: RGBA(255,255,255,0.2);
}
#page h1 {
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  margin: 50px 0px;
  padding: 0 0 30px 0;
  position: relative;
  color: #000000;
  font-family: Cormorant Garamond/*google_font*/;
}
#page h2 {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0px;
  padding: 0 0 30px 0;
  position: relative;
  color: #000;
  font-family: Cormorant Garamond/*google_font*/;
}
#page h1:before, #page h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #e7c248;
  margin: 0 0 5px -30px;
}
#page h1:after, #page h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 1px;
  background: #e7c248;
  margin: 0 0 0 -20px;
}
#page h3 {
  font-size: 20px;
  font-family: Cormorant Garamond/*google_font*/;
  font-weight: 600;
  color: #000000;
  margin: 30px 0px;
}
#page a.btn-thm2 {
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  border-radius: 0 0 0 0;
  margin: 30px 0px 0px 0px;
  padding: 15px 30px;
  letter-spacing: 2px;
}
#page a.btn-thm2:before {
  -webkit-transition: border-color 0.2s linear 0s, color 0.2s linear 0s;
  transition: border-color 0.2s linear 0s, color 0.2s linear 0s;
}
#page a.btn-thm2:hover {
  background: transparent;
  background-color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 2px;
}
.cnt-r {
  max-width: 1100px;
}
#page ul.list li:before {
  background-size: contain;
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23a28a76" d="M2 2h12v12h-12z"/></svg>');
  width: 8px;
  height: 8px;
}
#page ul.list li {
  padding: 0px 0px 0px 20px;
  line-height: 1.5em;
}
#page figure {
  position: relative;
}
#page figure img {
  width: 100%;
  display: block;
}
#page figure a {
  display: block;
  position: relative;
}
#page figure a:after {
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="46" height="46" viewBox="0 0 16 16"><path fill="%23ffffff" d="M15.504 13.616l-3.79-3.223c-0.392-0.353-0.811-0.514-1.149-0.499 0.895-1.048 1.435-2.407 1.435-3.893 0-3.314-2.686-6-6-6s-6 2.686-6 6 2.686 6 6 6c1.486 0 2.845-0.54 3.893-1.435-0.016 0.338 0.146 0.757 0.499 1.149l3.223 3.79c0.552 0.613 1.453 0.665 2.003 0.115s0.498-1.452-0.115-2.003zM6 10c-2.209 0-4-1.791-4-4s1.791-4 4-4 4 1.791 4 4-1.791 4-4 4zM7 3h-2v2h-2v2h2v2h2v-2h2v-2h-2z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
#page figure a:hover:after {
  opacity: 1;
}
#page .pagination > a.num {
  border-style: solid solid solid solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 0 0 0 0;
  padding: 5px 10px;
  margin: 0px 5px;
  border-color: #d7a72d #d7a72d #d7a72d #d7a72d;
}
#page .pagination > a.num.active {
  background: transparent;
  background-color: #d7a72d;
  color: #ffffff;
}
#page .pagination > a.num:hover {
  background: transparent;
  background-color: #d7a72d;
  color: #000000;
}
#page .pagination > a.next:hover {
  color: #d7a72d;
}
#page .pagination > a.prev:hover {
  color: #d7a72d;
}
#page .pagination {
  text-align: center;
  margin: 20px 0px;
}
@media (min-width: 534px) {
  #page .img-6-right {
    width: 50%!important;
    float: right;
    margin: 20px 0 20px 40px;
  }
  #page .img-6-left {
    width: 50%!important;
    float: left;
    margin: 20px 40px 20px 0;
  }
  #page .img-4-right {
    width: 33%!important;
    float: right;
    margin: 20px 0 20px 40px;
  }
  #page .img-4-left {
    width: 33%!important;
    float: left;
    margin: 20px 40px 20px 0;
  }
}



/* 12770/_0 */ 

#page .cnt-r.cnt12770 {
  margin: 50px auto 0 auto;
  max-width: 100%;
  background: transparent;
  background-color: #363636;
}


/* 12771/_0 */ 

#page .cnt-r .sub.cnt12771 {
  max-width: 1100px;
  margin: 0px auto;
}


/* footer12773/show_0 */ 

#page .footer {
  padding: 30px 20px;
  color: #e8e8e8;
  line-height: 1.5em;
}
#page .footer p {
  margin: 10px 0;
}
#page .footer .label {
  width: 60px;
}
#page .footer .l-contact1 {
  float: left;
  width: 33%;
}
#page .footer .l-contact2 {
  float: left;
  width: 33%;
  line-height: 1.7em;
}
#page .footer .l-contact3 {
  float: left;
  width: 33%;
  line-height: 1.7em;
}
#page .footer .l-create {
  float: right;
  font-size: 12px;
}
#page .footer h4 {
  font-size: 16px;
  font-weight: bold;
  color: #e8e8e8;
  margin: 0px 0px 20px 0px;
  line-height: 1.2em;
}
#page .footer .l-copy {
  width: 50%;
  float: left;
  clear: both;
  font-size: 12px;
}
#page .footer hr {
  margin: 20px 0px;
  height: 1px;
  background: transparent;
  background-color: RGBA(255,255,255,0.2);
  clear: both;
  float: left;
  width: 100%;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 0 0 0 0;
}
#page .footer .icon-fb {
  opacity: 0.6;
}
#page .footer .icon-fb:hover {
  opacity: 1;
}
#page .footer .icon-fb:before {
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 512 512"><path d="M480,257.35c0-123.7-100.3-224-224-224s-224,100.3-224,224c0,111.8,81.9,204.47,189,221.29V322.12H164.11V257.35H221V208c0-56.13,33.45-87.16,84.61-87.16,24.51,0,50.15,4.38,50.15,4.38v55.13H327.5c-27.81,0-36.51,17.26-36.51,35v42h62.12l-9.92,64.77H291V478.66C398.1,461.85,480,369.18,480,257.35Z" fill-rule="evenodd" fill="%23ffffff"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-phone:before {
  background-size: contain;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M11 10c-1 1-1 2-2 2s-2-1-3-2-2-2-2-3 1-1 2-2-2-4-3-4-3 3-3 3c0 2 2.055 6.055 4 8s6 4 8 4c0 0 3-2 3-3s-3-4-4-3z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-phone {
  width: 18px;
  height: 18px;
  margin: 0px 3px 0px 0px;
  vertical-align: -4px;
}
#page .footer .icon-hour {
  width: 18px;
  height: 18px;
  margin: 0px 3px 0px 0px;
  vertical-align: -4px;
}
#page .footer .icon-hour:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path fill="none " d="M0 0h24v24H0z" /><path fill="%23ffffff" d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/><path fill="%23ffffff" d="M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"/></svg>');
  background-size: contain;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (max-width: 767px) {
  #page .footer .l-contact1 {
    width: 50%;
  }
  #page .footer .l-contact2 {
    width: 50%;
  }
  #page .footer .l-contact3 {
    width: 50%;
    margin: 20px 0 0 0;
    text-align: left;
  }
}

@media (max-width: 550px) {
  #page .footer .l-contact1 {
    float: none;
    width: 100%;
  }
  #page .footer .l-contact2 {
    float: none;
    width: 100%;
    margin: 30px 0 0 0;
  }
  #page .footer .l-contact3 {
    float: none;
    width: 100%;
    margin: 30px 0 0 0;
  }
}

@media (max-width: 479px) {
  #page .footer .l-copy {
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
  }
  #page .footer .l-create {
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
  }
}



/* text13014/show_0 */ 

#page .business {
  text-align: center;
  margin: 50px 0px 0 0px;
  padding: 0px;
}
#page .business  .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 -20px -20px;
}
#page .business  .col {
  flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
  padding: 0 0 20px 20px;
}
#page .business  .l-item {
  padding: 20px;
  position: relative;
  background-color: #f7f7f7;
  height: 100%;
}
#page .business  h3 {
  margin: 20px 0px;
}
#page .business  .icon-ic1:before {
  background-size: contain;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="17" height="17" viewBox="0 0 17 17"><g></g>	<path d="M8.5 12c2.481 0 4.5-2.019 4.5-4.5v-3c0-2.311-1.756-4.197-4-4.449v-0.051h-1v0.051c-2.244 0.252-4 2.138-4 4.449v3c0 2.481 2.019 4.5 4.5 4.5zM6 2.059v1.941h1v-2.648c0.312-0.149 0.646-0.25 1-0.301v2.949h1v-2.949c0.354 0.051 0.688 0.151 1 0.301v2.648h1v-1.941c0.617 0.631 1 1.491 1 2.441v0.5h-7v-0.5c0-0.95 0.383-1.811 1-2.441zM5 6h7v1.5c0 1.93-1.57 3.5-3.5 3.5s-3.5-1.57-3.5-3.5v-1.5zM15 7v3.25c0 2.067-2.019 3.75-4.5 3.75h-1.5v3h-1v-3h-1.5c-2.481 0-4.5-1.683-4.5-3.75v-3.25h1v3.25c0 1.517 1.57 2.75 3.5 2.75h4c1.93 0 3.5-1.233 3.5-2.75v-3.25h1z" fill="%23ffffff"/></svg>');
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
}
#page .business  .icon-ic2:before {
  background-size: contain;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M12.153 0.263c-0.087-0.162-0.256-0.263-0.44-0.263h-7.425c-0.184 0-0.353 0.101-0.44 0.263-0.554 1.032-0.847 2.237-0.847 3.487 0 1.647 0.506 3.2 1.424 4.374 0.71 0.907 1.601 1.508 2.576 1.753v5.123h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-1.5v-5.123c0.975-0.244 1.866-0.846 2.576-1.753 0.918-1.174 1.424-2.727 1.424-4.374 0-1.249-0.293-2.455-0.847-3.487zM4.595 1h6.809c0.39 0.827 0.595 1.771 0.595 2.75 0 0.084-0.002 0.167-0.005 0.25h-7.991c-0.003-0.083-0.005-0.166-0.005-0.25-0-0.979 0.205-1.923 0.595-2.75z"/></svg>');
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
}
#page .business  .icon-ic3:before {
  background-size: contain;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-p</title><path fill="%23ffffff" d="M357.57,223.94a79.48,79.48,0,0,0,56.58-23.44l77-76.95c6.09-6.09,6.65-16,.85-22.39a16,16,0,0,0-23.17-.56L400.2,169.18a12.29,12.29,0,0,1-17.37,0c-4.79-4.78-4.53-12.86.25-17.64l68.33-68.33a16,16,0,0,0-.56-23.16A15.62,15.62,0,0,0,440.27,56a16.71,16.71,0,0,0-11.81,4.9l-68.27,68.26a12.29,12.29,0,0,1-17.37,0c-4.78-4.78-4.53-12.86.25-17.64L411.4,43.21a16,16,0,0,0-.56-23.16A15.62,15.62,0,0,0,400.26,16a16.73,16.73,0,0,0-11.81,4.9L311.5,97.85a79.49,79.49,0,0,0-23.44,56.59v8.23A16,16,0,0,1,283.37,174l-35.61,35.62a4,4,0,0,1-5.66,0L68.82,36.33a16,16,0,0,0-22.58-.06C31.09,51.28,23,72.47,23,97.54c-.1,41.4,21.66,89,56.79,124.08l85.45,85.45A64.79,64.79,0,0,0,211,326a64,64,0,0,0,16.21-2.08,16.24,16.24,0,0,1,4.07-.53,15.93,15.93,0,0,1,10.83,4.25l11.39,10.52a16.12,16.12,0,0,1,4.6,11.23v5.54a47.73,47.73,0,0,0,13.77,33.65l90.05,91.57.09.1a53.29,53.29,0,0,0,75.36-75.37L302.39,269.9a4,4,0,0,1,0-5.66L338,228.63a16,16,0,0,1,11.32-4.69Z"/><path fill="%23ffffff" d="M211,358a97.32,97.32,0,0,1-68.36-28.25l-13.86-13.86a8,8,0,0,0-11.3,0l-85,84.56c-15.15,15.15-20.56,37.45-13.06,59.29a30.63,30.63,0,0,0,1.49,3.6C31,484,50.58,496,72,496a55.68,55.68,0,0,0,39.64-16.44L225,365.66a4.69,4.69,0,0,0,1.32-3.72l0-.26a4.63,4.63,0,0,0-5.15-4.27A97.09,97.09,0,0,1,211,358Z"/></svg>');
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
}
#page .business  [class*=icon-] {
  width: 70px;
  height: 70px;
  background: transparent;
  background-color: #e7c248;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 40px 40px 40px 40px;
}
@media (max-width: 767px) {
  #page .business  .col {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
  }
}



/* 13005/_0 */ 

#page .cnt-r .sub.cnt13005 {
  padding: 0px 20px;
}


/* gallery13007/list_0 */ 

#page .gallery-list .gallery {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 -20px -20px;
}
#page .gallery-list .gallery article {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 0 20px 20px;
}
#page .gallery-list .gallery article figure img {
  width: 100%;
}
#page .gallery-list img.photo:hover {
  opacity: 0.7;
}
#page .gallery-list h3 {
  margin: 0px 0px 15px 0px;
}
@media (max-width: 767px) {
  #page .gallery-list .gallery article {
    flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
  }
}

@media (max-width: 601px) {
  #page .gallery-list .gallery article {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 320px) {
  #page .gallery-list .gallery article {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
  }
}



/* text12736/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}
#page .cnt-r .cnt.cnt12736 .fin {
  max-width: 600px;
  margin: 0px auto 50px auto;
  text-align: center;
}


/* 12737/_0 */ 

#page .cnt-r.cnt12737 {
  max-width: 100%;
  margin: 50px 0px 0px 0px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiM5RjgwMzI7IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6I0Q3QTcyRDsiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNncmFkaWVudCkiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiIC8+PC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9F8032), color-stop(100%, #D7A72D));
  background: -moz-linear-gradient(90deg,#9F8032 0%,#D7A72D 100%);
  background: -webkit-linear-gradient(90deg,#9F8032 0%,#D7A72D 100%);
  background: -o-linear-gradient(90deg,#9F8032 0%,#D7A72D 100%);
  background: -ms-linear-gradient(90deg,#9F8032 0%,#D7A72D 100%);
  background: linear-gradient(0deg,#9F8032 0%,#D7A72D 100%);
}


/* 12738/_0 */ 

#page .cnt-r .sub.cnt12738 {
  margin: 0px auto;
  max-width: 1100px;
}


/* text12740/show_0 */ 

#page .mainBgText {
  padding: 50px 53% 50px 20px;
  color: #ffffff;
}
#page .mainBgText h2 {
  color: #ffffff;
  font-weight: normal;
  font-size: 36px;
  text-align: left;
  margin: 0px 0px 30px 0px;
}
#page .mainBgText h2:before {
  left: 0;
  background: #ffffff;
  margin: 0 0 5px 0;
}
#page .mainBgText  h2:after {
  left: 0;
  background: #ffffff;
  margin: 0 0 0 10px;
}
#page .mainBgText .e-Foto {
  background-image: url(/assets/userfiles/sites/0/11/1142.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 50%;
  right: 20%;
  top: 50px;
  bottom: 120px;
  border: 2px solid #fff;
}
#page .mainBgText .e-Foto2 {
  background-image: url(/assets/userfiles/wysiwyg/180/o-nas2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 70%;
  right: 10px;
  top: 120px;
  bottom: 50px;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  #page .mainBgText {
    padding: 320px 30px 30px 30px;
  }
  #page .mainBgText h2 {
    margin: 30px 0px 30px 0px;
  }
  #page .mainBgText .e-Foto {
    left: 20px;
    right: 40%;
    top: 50px;
    height: 200px;
  }
  #page .mainBgText .e-Foto2 {
    left: 40%;
    right: 20px;
    top: 120px;
    height: 200px;
  }
}



/* news12744/list_0 */ 

#page .news-list article {
  margin: 0 0 20px 0;
}
#page .news-list article:last-of-type {
  margin-bottom: 0;
}
#page .news-list figure {
  float: left;
  margin-right: 30px;
  width: calc(40% - 30px);
}
#page .news-list img.photo {
  width: 100%;
}
#page .news-list article section {
  float: right;
  width: 60%;
}
#page .news-list header {
  padding-bottom: 10px;
  height: 100%;
  overflow: hidden;
}
#page .news-list h3 {
  font-weight: bold;
  font-size: 30px;
  margin: 0;
}
#page .news-list time + h3 {
  float: left;
  max-width: calc(100% - 80px);
}
#page .news-list time {
  color: #999;
  float: right;
  margin-top: 12px;
}
#page .news-list p {
  margin: 15px 0;
  line-height: 1.5em;
}

@media (max-width: 540px) {
  #page .news-list figure {
    float: none;
    margin: 0 0 10px 0;
    width: 100%;
  }
  #page .news-list article section {
    width: 100%;
  }
}


/* 12742/_0 */ 

#page .cnt-r .sub.cnt12742 {
  padding: 0px 20px;
}


/* 12717/_0 */ 

#page .cnt-r.cnt12717 {
  max-width: 1600px;
  padding: 135px 0px 0px 0px;
  z-index: 9;
}
@media (max-width: 767px) {
  #page .cnt-r.cnt12717 {
    padding: 105px 0px 0px 0px;
  }
}



/* 12718/_0 */ 

#page .cnt-r .sub.cnt12718 {
  max-width: 100%;
  margin: 0px auto;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  background-color: #ffffff;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
}
#page.sticky .cnt-r .sub.cnt12718 {
  box-shadow: 0 0 5px 0 RGBA(0,0,0,0.3);
}


/* top12720/show_0 */ 

#page .top {
  margin: 0px auto;
  max-width: 1200px;
  min-height: auto;
}
#page .top .l-contact-wrapper {
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e8e8e8;
  border-radius: 0 0 0 0;
}
#page.sticky .top .l-contact-wrapper {
  margin: -46px 0 0 0;
}
#page .top .l-contact {
  height: 46px;
  max-width: 1100px;
  font-size: 13px;
  padding: 15px 0 15px 0;
  margin: 0px auto;
}
#page .top .l-contact > div {
  float: left;
  margin: 0 20px;
}
#page .top .l-contact > div:last-child {
  padding-right: 0;
  border-right: 0;
}
#page .top .l-contact p {
  float: left;
}
#page .top .e-social {
  float: right!important;
}
#page .top .icon-location {
  width: 20px;
  height: 20px;
  margin: -2px 5px;
  position: relative;
  float: left;
}
#page .top .icon-location:before {
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-n</title><path d="M256,48c-79.5,0-144,61.39-144,137,0,87,96,224.87,131.25,272.49a15.77,15.77,0,0,0,25.5,0C304,409.89,400,272.07,400,185,400,109.39,335.5,48,256,48Z" style="fill:none;stroke:%23e3000f;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/><circle cx="256" cy="192" r="48" style="fill:none;stroke:%23e3000f;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/></svg>');
  top: 0px;
  left: 0px;
}
#page .top .icon-phone {
  width: 20px;
  height: 20px;
  margin: -2px 5px;
  position: relative;
  float: left;
}
#page .top .icon-phone:before {
  background-size: 100%;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23d7a72d" d="M11 10c-1 1-1 2-2 2s-2-1-3-2-2-2-2-3 1-1 2-2-2-4-3-4-3 3-3 3c0 2 2.055 6.055 4 8s6 4 8 4c0 0 3-2 3-3s-3-4-4-3z"/></svg>');
  top: 0px;
  left: 0px;
  display: inline-block;
}
#page .top .icon-email {
  width: 20px;
  height: 20px;
  margin: -2px 5px;
  position: relative;
  float: left;
}
#page .top .icon-email:before {
  background-size: 100%;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-o</title><path fill="%23d7a72d" d="M448.67,154.45,274.1,68.2a41.1,41.1,0,0,0-36.2,0L63.33,154.45A55.6,55.6,0,0,0,32,204.53V389.14c0,30.88,25.42,56,56.67,56H423.33c31.25,0,56.67-25.12,56.67-56V204.53A55.6,55.6,0,0,0,448.67,154.45ZM252.38,96.82a8.22,8.22,0,0,1,7.24,0L429,180.48l-172,85a8.22,8.22,0,0,1-7.24,0L80.35,181.81Z"/></svg>');
  top: 0px;
  left: 0px;
  display: inline-block;
}
#page .top .icon-fb {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
}
#page .top .icon-fb:before {
  background-size: 100%;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23000000" d="M9.5 3h2.5v-3h-2.5c-1.93 0-3.5 1.57-3.5 3.5v1.5h-2v3h2v8h3v-8h2.5l0.5-3h-3v-1.5c0-0.271 0.229-0.5 0.5-0.5z"/></svg>');
  width: 16px;
  height: 16px;
  display: inline-block;
}
#page .top .l-container {
  max-width: 1100px;
  height: 90px;
  position: relative;
  margin: 0px auto;
  transition: height .25s linear;
  -moz-transition: height .25s linear;
  -webkit-transition: height .25s linear;
}
#page.sticky .top .l-container {
  height: 60px;
}
#page .top .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
}
#page .top .logo img {
  height: 50px;
  transition: height .25s linear;
  -moz-transition: height .25s linear;
  -webkit-transition: height .25s linear;
  display: block;
}
#page.sticky .top .logo {
  top: 10px;
}
#page.sticky .top .logo img {
  height: 40px;
}
#page .top .logo:hover {
  text-decoration: none!important;
}
#page .top nav.menu1 {
  position: absolute;
  top: 20px;
  right: 90px;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
}
#page.sticky .top nav.menu1 {
  top: 5px;
}
#page .top nav.menu1 > ul > li {
  float: left;
  position: relative;
}
#page .top nav.menu1 > ul > li > a {
  padding: 7px 0px 6px 0px;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000000;
  margin: 10px 25px;
  font-weight: normal;
  -webkit-transition: color 0.2s linear 0s;
  transition: color 0.2s linear 0s;
}
#page .top nav.menu1 > ul > li.menu-social {
  float: right;
}
#page .top nav.menu1 ul.menu-sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 200px;
  left: 50%;
  top: calc(100%);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiM5RjgwMzI7IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6I0Q3QTcyRDsiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNncmFkaWVudCkiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiIC8+PC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9F8032), color-stop(100%, #D7A72D));
  background: -moz-linear-gradient(90deg,#9F8032 0%,#D7A72D 100%);
  background: -webkit-linear-gradient(90deg,#9F8032 0%,#D7A72D 100%);
  background: -o-linear-gradient(90deg,#9F8032 0%,#D7A72D 100%);
  background: -ms-linear-gradient(90deg,#9F8032 0%,#D7A72D 100%);
  background: linear-gradient(0deg,#9F8032 0%,#D7A72D 100%);
  padding: 10px 20px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  box-shadow: 0px 0 5px 1px RGBA(0,0,0,0.2);
}
#page .top nav.menu1 ul.menu-sub:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
  background: #fff;
  content: '';
  display: block;
}
#page .top nav.menu1 ul.menu-sub.active2, #page .top nav.menu1 li:hover ul.menu-sub {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
#page .top nav.menu1 ul.menu-sub > li > a {
  margin: 5px 0px;
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: none;
  padding: 5px 0px;
  color: #ffffff;
  line-height: 1.3em;
}
#page .top nav.menu1 ul.menu-sub > li > a:hover {
  text-decoration: underline;
}
#page .top .icon-arrow:before {
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path fill="none " d="M0 0h24v24H0V0z" /><path fill="%23000000" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .top .icon-arrow {
  width: 20px;
  height: 20px;
  margin: -2px 0;
}
#page .top nav.menu1 .mobile-nav {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 16px 10px 16px 45px;
  float: left;
}
#page .top nav.menu1 .mobile-nav:before {
  background-size: 100%;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="$color3" d="M1 3h14v3h-14zM1 7h14v3h-14zM1 11h14v3h-14z"/></svg>');
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  right: -270px;
  left: auto;
  width: 270px;
  height: 100%;
  background: transparent;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #d7a72d;
}
.sidr > ul {
  list-style: none;
}
.sidr > ul > li > a {
  font-size: 15px;
  display: block;
  padding: 15px 20px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-color: RGBA(255,255,255,0.3) RGBA(255,255,255,0.3) RGBA(255,255,255,0.3) RGBA(255,255,255,0.3);
  border-radius: 0 0 0 0;
}
.sidr > ul > li > a:hover {
  color: #000000;
}
.sidr .menu-sub > li > a {
  font-size: 13px;
  padding: 10px 20px 10px 40px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-radius: 0 0 0 0;
  font-weight: normal;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  display: block;
  border-color: RGBA(255,255,255,0.3);
}
.sidr .menu-sub > li > a:hover {
  color: #000000;
}
#page .sidr .btn {
  padding: 15px 20px;
  margin: 0 auto;
}
.sidr-open .sidr {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.mobile-overlay {
  display: none;
  position: fixed;
  top: -200px;
  right: -200px;
  bottom: -200px;
  left: -200px;
  background: transparent;
  z-index: 999998;
  background-color: RGBA(0,0,0,0.5);
}
.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
  display: block;
}
#page .top nav.menu1 > ul > li > a:hover {
  color: #e7c248;
}
#page .top nav.menu1 > ul > li.sel > a {
  color: #711814;
}
#page .top .e-box {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
}
#page.sticky .top .e-box {
  top: 5px;
}
#page .top .icon-box:before {
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="20" height="20" viewBox="0 0 20 20"><path fill="%23ffffff" d="M8.5 20c-0.043 0-0.087-0.006-0.13-0.017-0.218-0.059-0.37-0.257-0.37-0.483v-7.5h-7.5c-0.226 0-0.424-0.152-0.483-0.37s0.037-0.449 0.232-0.562l19-11c0.196-0.113 0.444-0.081 0.604 0.079s0.193 0.408 0.079 0.604l-11 19c-0.091 0.157-0.258 0.249-0.433 0.249zM2.362 11h6.138c0.276 0 0.5 0.224 0.5 0.5v6.138l9.128-15.766-15.766 9.128z"/></svg>');
  top: 15px;
  left: 11px;
}
#page .top .icon-box {
  width: 50px;
  height: 50px;
  vertical-align: -6px;
  margin-right: 5px;
  background: transparent;
  background-color: #d7a72d;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 31px 31px 31px 31px;
}
#page .top .l-box {
  z-index: 9999;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: -450px;
  width: 400px;
  max-width: 100%;
  background: transparent;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 0 10px 0px RGBA(0,0,0,0.3);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: right 0.2s linear 0s;
  transition: right 0.2s linear 0s;
}
#page .top .l-box.open {
  right: 0;
}
#page .top .l-boxHead {
  -webkit-flex: 0 1 50px;
  flex: 0 1 50px;
}
#page .top .l-boxHead img {
  width: 150px;
}
#page .top .l-boxBody {
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  overflow-y: auto;
  margin: 0 -20px;
  padding: 0 20px;
}
#page .top .l-boxBody p {
  margin: 20px 0;
  line-height: 1.7em;
}
#page .top .icon-close:before {
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-m</title><path fill="%23000000" d="M289.94,256l95-95A24,24,0,0,0,351,127l-95,95-95-95A24,24,0,0,0,127,161l95,95-95,95A24,24,0,1,0,161,385l95-95,95,95A24,24,0,0,0,385,351Z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .top .icon-close {
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
}
#page .top .icon-insta {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0px 0px 0px 5px;
}
#page .top .icon-insta:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5_logos</title><path fill="%23000000" d="M349.33,69.33a93.62,93.62,0,0,1,93.34,93.34V349.33a93.62,93.62,0,0,1-93.34,93.34H162.67a93.62,93.62,0,0,1-93.34-93.34V162.67a93.62,93.62,0,0,1,93.34-93.34H349.33m0-37.33H162.67C90.8,32,32,90.8,32,162.67V349.33C32,421.2,90.8,480,162.67,480H349.33C421.2,480,480,421.2,480,349.33V162.67C480,90.8,421.2,32,349.33,32Z"/><path fill="%23000000" d="M377.33,162.67a28,28,0,1,1,28-28A27.94,27.94,0,0,1,377.33,162.67Z"/><path fill="%23000000" d="M256,181.33A74.67,74.67,0,1,1,181.33,256,74.75,74.75,0,0,1,256,181.33M256,144A112,112,0,1,0,368,256,112,112,0,0,0,256,144Z"/></svg>');
  background-size: 100%;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
}
@media (min-width: 769px) {
  #page .top nav.menu1 .mobile-nav {
    display: none;
  }
}

@media (max-width: 900px) {
  #page .top nav.menu1 > ul > li > a {
    margin: 10px 15px;
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  #page .top .l-container {
    height: 60px;
  }
  #page.sticky .top .l-container {
    height: 50px;
  }
  #page .top .logo {
    top: 15px;
  }
  #page .top .logo img {
    height: 35px;
  }
  #page.sticky .top .logo img {
    height: 30px;
  }
  #page .top .l-contact > div:first-child {
    display: none;
  }
  #page .top nav.menu1 {
    top: 5px;
  }
  #page.sticky .top nav.menu1 {
    top: 0;
  }
  #page .top nav.menu1 > ul {
    display: none;
  }
  #page .top .e-box {
    top: 5px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  #page.sticky .top .e-box {
    top: 0;
  }
}

@media (max-width: 490px) {
  #page .top .l-contact > div:nth-child(3) {
    display: none;
  }
}



/* 12733/_0 */ 

#page .cnt-r .sub.cnt12733 {
  padding: 0px 20px;
}


/* text12735/show_0 */ 

#page .mainBoxes .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 -30px -30px;
  -webkit-justify-content: center;
  justify-content: center;
}
#page .mainBoxes .col {
  flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
  padding: 0 0 30px 30px;
}
#page .mainBoxes .e-BoxTitle {
  padding: 25px;
  display: block;
  box-shadow: 0 0 12px 0 RGBA(0,0,0,0.1);
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
#page .mainBoxes .e-BoxTitle p {
  line-height: 1.4em;
}
#page .mainBoxes h3 {
  font-size: 24px;
  text-transform: none;
  margin: 0px 0px 10px 0px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-weight: bold;
}
#page .mainBoxes figure {
  width: 100%;
  display: block;
  padding-top: 99%;
  position: relative;
  overflow: hidden;
}
#page .mainBoxes img.photo {
  width: 100%;
  display: block;
  -webkit-transition: width 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
  transition: width 0.2s ease-in-out 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#page .mainBoxes .l-item {
  top: 0;
  position: relative;
  height: 100%;
  background: transparent;
  background-color: #ffffff;
  -webkit-transition: top 0.2s ease-in-out 0s;
  transition: top 0.2s ease-in-out 0s;
}
#page .mainBoxes .btns {
  text-align: center;
}
#page .mainBoxes .l-item:hover {
  top: -20px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
#page .mainBoxes .l-item:hover .e-BoxTitle {
  background: transparent;
  background-color: #d7a72d;
  color: #ffffff;
}
#page .mainBoxes .l-item:hover .e-BoxTitle h3 {
  color: #ffffff;
}
@media (max-width: 700px) {
  #page .mainBoxes .col {
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
  }
}

@media (max-width: 479px) {
  #page .mainBoxes .col {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
  }
}



/* slider12723/show_0 */ 

#page .slider .bx-pager-link {
  text-decoration: none!important;
}
#page .slider .bx-controls {
  width: 100%;
  z-index: 999;
}
#page .slider .bx-controls .bx-pager {
  width: auto!important;
}
#page .slider .bx-controls-direction a {
  position: absolute!important;
}
#page .slider .bx-next {
  width: 40px;
  height: 40px;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  top: 50%;
  right: 20px;
  position: absolute;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
#page .slider .bx-next:hover {
  border-style: solid solid solid solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  border-radius: 0px 0px 0px 0px;
  background: transparent;
  background-color: #ffffff;
}
#page .slider .bx-next:before {
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-a</title><polyline points="268 112 412 256 268 400" style="fill:none;stroke:%23ffffff;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px"/><line x1="392" y1="256" x2="100" y2="256" style="fill:none;stroke:%23ffffff;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px"/></svg>');
  top: 9px;
  left: 9px;
}
#page .slider .bx-prev {
  width: 40px;
  height: 40px;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  top: 50%;
  left: 20px;
  position: absolute;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
#page .slider .bx-prev:hover {
  background: transparent;
  background-color: #ffffff;
}
#page .slider .bx-prev:before {
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-a</title><polyline points="244 400 100 256 244 112" style="fill:none;stroke:%23ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px"/><line x1="120" y1="256" x2="412" y2="256" style="fill:none;stroke:%23ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px"/></svg>');
  top: 9px;
  left: 9px;
}
#page .slider .bx-wrapper img {
  z-index: 1;
  margin: 0 auto;
  position: relative;
}
#page .slider .bx-wrapper li:before {
  left: 0px;
  right: 0px;
  position: absolute;
  background: rgba(0,0,0,0.4);
  bottom: 0px;
  top: 0px;
  content: '';
  z-index: 2;
}
#page .slider header {
  color: #ffffff;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0px;
  right: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0px 20px;
}
#page .slider img {
  width: 100%;
}
#page .slider h1 {
  font-size: 62px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
  padding: 0 0 20px 0;
}
#page .slider h1:before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100px;
  height: 2px;
  background: #fff;
  margin: 0 0 0 -60px;
}
#page .slider h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 1px;
  background: #fff;
  margin: 0 0 0 -40px;
}
#page .slider header p {
  font-size: 16px;
  font-weight: normal;
  color: $color3;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.7em;
}
#page .slider .bx-pager {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 65px;
}
#page .slider .bx-pager a {
  background: transparent;
  background-color: RGBA(255,255,255,0.5);
  width: 20px;
  height: 6px;
  margin: 0px 5px;
}
#page .slider .bx-pager a.active {
  background: transparent;
  background-color: #000000;
}
#page .slider {
  text-align: center;
}
#page .slider a.btn {
  margin: 40px 0px 0px 0px;
}
#page .slider .bx-next:hover:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-a</title><polyline points="268 112 412 256 268 400" style="fill:none;stroke:%23000000;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px"/><line x1="392" y1="256" x2="100" y2="256" style="fill:none;stroke:%23000000;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px"/></svg>');
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
}
#page .slider .bx-prev:hover:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-a</title><polyline points="244 400 100 256 244 112" style="fill:none;stroke:%23000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px"/><line x1="120" y1="256" x2="412" y2="256" style="fill:none;stroke:%23000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px"/></svg>');
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
}
@media (max-width: 767px) {
  #page .slider .bx-controls-direction {
    display: none;
  }
  #page .slider header h1 {
    font-size: 32px;
  }
  #page .slider a.btn {
    display: none;
  }
}

@media (max-width: 767px) {
  #page .slider .bx-wrapper img {
    height: 360px!important;
    object-fit: cover;
  }
}

@media (max-width: 479px) {
  #page .slider a.btn {
    display: none;
  }
  #page .slider header p {
    font-size: 14px;
  }
}



/* 13011/_0 */ 

#page .cnt-r .sub.cnt13011 {
  padding: 0 20px;
}



/* gallery13013/show_0 */ 

#page .gallery-show .gallery {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 -20px -20px;
}
#page .gallery-show .gallery article {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 0 20px 20px;
}
#page .gallery-show .gallery article figure img {
  width: 100%;
}
#page .gallery-show img.photo:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  #page .gallery-show .gallery article {
    flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
  }
}

@media (max-width: 601px) {
  #page .gallery-show .gallery article {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 320px) {
  #page .gallery-show .gallery article {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
  }
}



/* 12902/_0 */ 

#page .cnt-r .sub.cnt12902 {
  max-width: 1100px;
  margin: -50px auto 0px auto;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  #page .cnt-r .sub.cnt12902 {
    margin: -20px auto 0px auto;
  }
}



/* text12904/show_0 */ 

#page .cnt-r .cnt.cnt12904 .fin {
  padding: 50px 50px 50px 280px;
  color: #ffffff;
  position: relative;
  background: linear-gradient(0deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.6) 100%), url(/assets/userfiles/wysiwyg/180/bg.jpg);
  background-position: 100%;
  box-shadow: 0 0 20px 7px RGBA(0,0,0,0.2);
}
#page .cnt-r .cnt.cnt12904 .fin img {
  width: 180px;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#page .cnt-r .cnt.cnt12904 .fin p.prg {
  font-size: 15px;
  line-height: 1.6em;
}
#page .cnt-r .cnt.cnt12904 h3 {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 767px) {
  #page .cnt-r .cnt.cnt12904 .fin {
    color: #ffffff;
    text-align: center;
    padding: 110px 50px 50px 50px;
  }
  #page .cnt-r .cnt.cnt12904 .fin img {
    width: 130px;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media (max-width: 479px) {
  #page .cnt-r .cnt.cnt12904 .fin {
    padding: 110px 20px 50px 20px;
  }
}



/* 12966/_0 */ 

#page .cnt-r .sub.cnt12966 {
  padding: 0 20px;
}



/* text12968/show_0 */ 

#page .cnt-r .cnt.cnt12968 .fin {
  margin: 0px 0px 40px 0px;
}


/* 12969/_0 */ 

#page .cnt-r .sub.cnt12969 {
  padding: 0 20px;
}



/* text12971/show_0 */ 

#page .cnt-r .cnt.cnt12971 .fin {
  margin: 0px 0px 40px 0px;
}


/* 12972/_0 */ 

#page .cnt-r .sub.cnt12972 {
  padding: 0 20px;
}



/* text12974/show_0 */ 

#page .cnt-r .cnt.cnt12974 .fin {
  margin: 0px 0px 40px 0px;
}


/* 12975/_0 */ 

#page .cnt-r .sub.cnt12975 {
  padding: 0 20px;
}



/* text12977/show_0 */ 




/* 12978/_0 */ 

#page .cnt-r .sub.cnt12978 {
  padding: 0 20px;
}



/* text12980/show_0 */ 

#page .uklad-sali {
  text-align: center;
}
#page .uklad-sali .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 -20px -20px;
}
#page .uklad-sali .col {
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  padding: 0 0 20px 20px;
}
#page .uklad-sali .l-Box {
  width: calc(50% - 65px);
  display: inline-block;
  height: 100%;
  padding: 0 0 30px 0;
  position: relative;
  overflow: hidden;
  margin: 0 30px 30px 30px;
  vertical-align: top;
}
#page .uklad-sali .e-BoxTitle {
  background: transparent;
  background-color: $color3;
  margin: -20px 0px 0px 0px;
  display: inline-block;
  width: 80%;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0 10px 30px 0 #35526317;
}
#page .uklad-sali a:hover .e-BoxTitle {
  background: #000000;
}
#page .uklad-sali h3 {
  font-size: 20px;
  text-transform: none;
  margin: 10px;
}
#page .uklad-sali img.photo {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
  transition: -webkit-transform 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
}
#page .uklad-sali .l-item {
  background: transparent;
  background-color: #f7f7f7;
  padding: 20px;
}
@media (max-width: 700px) {
  #page .uklad-sali .col {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
  }
}



/* 12981/_0 */ 

#page .cnt-r .sub.cnt12981 {
  padding: 0 20px;
}



/* text12983/show_0 */ 

#page .cnt-r .cnt.cnt12983 .fin {
  margin: 0px 0px 40px 0px;
}


/* 12984/_0 */ 

#page .cnt-r .sub.cnt12984 {
  padding: 0 20px;
}



/* text12986/show_0 */ 

#page .cnt-r .cnt.cnt12986 .fin {
  margin: 0px 0px 40px 0px;
}


/* 12987/_0 */ 

#page .cnt-r .sub.cnt12987 {
  padding: 0 20px;
}



/* text12989/show_0 */ 

#page .cnt-r .cnt.cnt12989 .fin {
  margin: 0px 0px 40px 0px;
}


/* 12990/_0 */ 

#page .cnt-r .sub.cnt12990 {
  padding: 0 20px;
}



/* text12992/show_0 */ 




/* 12996/_0 */ 

#page .cnt-r .sub.cnt12996 {
  padding: 0 20px;
}
#page .cnt-r .cnt129964 .cnt-c0 {
  width: 50%;
}
#page .cnt-r .cnt12996 .cnt-c1 {
  width: 50%;
}
#page .cnt-r .cnt12996 {
  margin-left: -40px;
  margin-top: -40px;
}
#page .cnt-r .cnt12996 > * {
  padding-left: 40px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  #page .cnt-r .cnt12996 .cnt-c0 {
    width: 100%;
  }
  #page .cnt-r .cnt12996 .cnt-c1 {
    width: 100%;
  }
}


/* text12998/show_0 */ 

#page .contactData .label {
  width: 120px;
}


/* text13000/show_0 */ 

#page .contactMap iframe {
  width: 100%;
  height: 400px;
}


