@charset "utf-8";
@import "../reset.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:600,700,400,500');

@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: 15px;
  color: #5c5c5c;
  font-family: Roboto/*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 {
  background: transparent;
  background-color: #00a0e3;
  padding: 15px 30px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0px 0px 0px;
  -webkit-transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s;
  transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s;
  letter-spacing: 2px;
}
#page a.btn:hover {
  background: transparent;
  background-color: #2b2a29;
  color: #fff;
}
#page a.btn.btn-white {
  color: #2b2a29;
  background-color: #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: 600;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  letter-spacing: 2px;
  margin: 50px 0px;
}
#page h2 {
  font-size: 26px;
  color: #000000;
  margin: 40px 0px 30px 0px;
  text-align: left;
  letter-spacing: 1px;
}
#page.p1575 h2 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  letter-spacing: 2px;
  margin: 50px 0px;
}
#page h3 {
  font-size: 20px;
  color: #000000;
  margin: 30px 0px;
}
.cnt-r {
  max-width: 1200px;
}
#page a.btn-thm2 {
  -webkit-transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s;
  transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  background: transparent;
  background-color: #2b2a29;
  margin: 20px 0px 0px 0px;
  padding: 15px 30px;
}
#page a.btn-thm2:before {
  -webkit-transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s;
  transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s;
}
#page a.btn-thm2:hover {
  background: transparent;
  background-color: #00a0e3;
}
#page ul.list li:before {
  background-size: 100%;
  display: inline-block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  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-q</title><rect fill="%2300a0e3" x="48" y="48" width="416" height="416"/></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 .label {
  color: #00a0e3;
}
#page a.link:hover {
  color: #00a0e3;
}
#page .pagination > a.num {
  padding: 5px 10px;
  margin: 0px 5px;
}
#page .pagination > a.num.active {
  background: transparent;
  background-color: #2b2a29;
  color: #ffffff;
}
#page .pagination > a.num:hover {
  background: transparent;
  background-color: #000000;
  color: #ffffff;
}
#page .pagination > a.next:hover {
  color: #ffffff;
  background: transparent;
  background-color: #000000;
}
#page .pagination > a.prev:hover {
  color: #ffffff;
  background: transparent;
  background-color: #000000;
}
#page .pagination {
  text-align: center;
  margin: 20px 0px;
}
#page .pagination > a.prev {
  padding: 5px 10px;
}
#page .pagination > a.next {
  padding: 5px 10px;
}
@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;
  }
}



/* 14393/_0 */ 

#page .cnt-r .sub.cnt14393 {
  margin: 70px 0px 0px 0px;
}


/* text14395/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* text14389/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14390/_0 */ 

#page .cnt-r .sub.cnt14390 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px;
}


/* text14392/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14357/_0 */ 

#page .cnt-r.cnt14357 {
  max-width: 100%;
}


/* 14358/_0 */ 

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



/* text14360/show_0 */ 

#page .cnt-r .cnt.cnt14360 .fin {
  max-width: 700px;
  margin: 0px auto;
  text-align: center;
}


/* text14363/show_0 */ 

#page .cnt-r .cnt.cnt14363 .fin {
  padding: 20px 20px 0px 20px;
}


/* text14364/show_0 */ 

#page .offerRight {
  padding: 0px 20px;
  max-width: 1200px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  flex-flow: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  gap: 30px 30px;
  margin: 0px auto;
}
#page .offerRight::before, #page .offerRight::after {
  content: '';
  display: none;
}
#page .offerRight .text {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  -webkit-order: 1;
  order: 1;
}
#page .offerRight figure {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  height: auto;
  min-height: 300px;
  -webkit-order: 0;
  order: 0;
  position: relative;
}
#page .offerRight h2 {
  margin: 0px 0px 30px 0px;
}
#page .offerRight img.photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #page .offerRight {
    -webkit-flex-flow: column;
    flex-flow: column;
  }
  #page .offerRight .text {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  #page .offerRight figure {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}



/* text14368/show_0 */ 

#page .offerLeft {
  padding: 0px 20px;
  max-width: 1200px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  flex-flow: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  gap: 30px 30px;
  margin: 0px auto;
}
#page .offerLeft::before, #page .offerLeft::after {
  content: '';
  display: none;
}
#page .offerLeft .text {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  -webkit-order: 0;
  order: 0;
}
#page .offerLeft figure {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  height: auto;
  min-height: 300px;
  -webkit-order: 1;
  order: 1;
  position: relative;
}
#page .offerLeft h2 {
  margin: 0px 0px 30px 0px;
}
#page .offerLeft img.photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #page .offerLeft {
    -webkit-flex-flow: column;
    flex-flow: column;
  }
  #page .offerLeft .text {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  #page .offerLeft figure {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-order: -1;
    order: -1;
  }
}



/* 14366/_0 */ 

#page .cnt-r .sub.cnt14366 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px;
}


/* 14244/_0 */ 

#page .cnt-r.cnt14244 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  max-width: 100%;
}


/* 14245/_0 */ 

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


/* footer14247/show_0 */ 

#page .footer {
  padding: 60px 20px;
  color: #696969;
  line-height: 1.5em;
}
#page .footer p {
  margin: 10px 0;
}
#page .footer .label {
  width: 60px;
}
#page .footer .l-contact1 {
  float: left;
  width: 35%;
}
#page .footer .l-contact2 {
  float: left;
  width: 35%;
  line-height: 1.7em;
}
#page .footer .l-menu {
  width: 30%;
  float: right;
  text-align: right;
}
#page .footer .l-create {
  float: right;
  font-size: 12px;
}
#page .footer h4 {
  font-size: 16px;
  font-weight: bold;
  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;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 0 0 0 0;
  height: 1px;
  background: transparent;
  background-color: RGBA(0,0,0,0.1);
  clear: both;
  float: left;
  width: 100%;
}
#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="%23919191" 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-email: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" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-o</title><path fill="%23919191" d="M424,80H88a56.06,56.06,0,0,0-56,56V376a56.06,56.06,0,0,0,56,56H424a56.06,56.06,0,0,0,56-56V136A56.06,56.06,0,0,0,424,80Zm-14.18,92.63-144,112a16,16,0,0,1-19.64,0l-144-112a16,16,0,1,1,19.64-25.26L256,251.73,390.18,147.37a16,16,0,0,1,19.64,25.26Z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-email {
  margin: 0px 3px 0px 0px;
  width: 18px;
  height: 18px;
  vertical-align: -4px;
}
#page .footer .icon-location: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="%23919191" d="M8 0c-2.761 0-5 2.239-5 5 0 5 5 11 5 11s5-6 5-11c0-2.761-2.239-5-5-5zM8 8c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer nav.menu1 > ul > li {
  display: block;
  margin: 5px 0 5px 15px;
}
#page .footer nav.menu1 > ul > li > a {
  line-height: 1.1em;
}
#page .footer nav.menu1 > ul > li > a:hover {
  line-height: 1.1em;
  color: #00a0e3;
}
@media (max-width: 767px) {
  #page .footer .l-contact1 {
    width: 50%;
  }
  #page .footer .l-contact2 {
    width: 50%;
  }
  #page .footer .l-menu {
    width: 100%;
    margin: 30px 0 0 0;
    text-align: center;
  }
}

@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;
  }
}

@media (max-width: 479px) {
  #page .footer .l-menu {
    width: 100%;
    margin: 30px 0 0 0;
  }
  #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;
  }
}



/* text14231/show_0 */ 

#page .mainBoxes {
  text-align: left;
  padding: 20px 20px 0px 20px;
}
#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;
}
#page .mainBoxes .col {
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  padding: 0 0 30px 30px;
}
#page .mainBoxes .l-item {
  padding: 0;
  position: relative;
  background: transparent;
  background-color: #fafafa;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#page .mainBoxes .e-text {
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  padding: 15px 40px 15px 15px;
  position: relative;
  color: #787878;
  line-height: 1.3em;
}
#page .mainBoxes h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0px 0px 15px 0px;
}
#page .mainBoxes figure {
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 180px;
  width: 50%;
  overflow: hidden;
}
#page .mainBoxes img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.2s linear 0s;
  transition: transform 0.2s linear 0s;
}
#page .mainBoxes .l-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#page .mainBoxes .btn {
  background: transparent;
  background-color: #00a0e3;
  padding: 5px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#page .mainBoxes .l-item:hover .btn {
  background-color: #2b2a29;
}
#page .mainBoxes .icon-arrow:before {
  background-size: 100%;
  width: 12px;
  height: 18px;
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='124.59 13.313 346 511.48' width='346px' height='511.48px'%3E%3Cpath fill-rule='nonzero' d='M 124.59 422.993 L 269.1 269.043 L 124.59 115.103 L 230.52 13.313 L 470.59 269.043 L 230.52 524.793 L 124.59 422.993 Z' style='stroke-width: 1; fill: rgb(255, 255, 255);'/%3E%3C/svg%3E");
  top: 3px;
  left: 6px;
  display: inline-block;
}
#page .mainBoxes .icon-arrow {
  width: 24px;
  height: 24px;
}
#page .mainBoxes div.text {
  margin: 0px auto 50px auto;
  text-align: center;
  max-width: 650px;
}
@media (max-width: 767px) {
  #page .mainBoxes .col {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
  }
}

@media (max-width: 480px) {
  #page .mainBoxes figure {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    height: 180px;
    width: 100%;
  }
  #page .mainBoxes .e-text {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
  }
}



/* 14232/_0 */ 

#page .cnt-r.cnt14232 {
  max-width: 100%;
  background-image: url(/assets/userfiles/sites/0/12/1201.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px;
}


/* 14233/_0 */ 

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


/* text14235/show_0 */ 

#page .mainBgText {
  color: #ffffff;
  padding: 0px 20px 0px 20px;
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
#page .mainBgText h2 {
  color: #ffffff;
  margin: 0px 0px 30px 0px;
}


/* 14236/_0 */ 

#page .cnt-r.cnt14236 {
  max-width: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDczQTM7IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6IzAwQTBFMzsiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNncmFkaWVudCkiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiIC8+PC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0073A3), color-stop(100%, #00A0E3));
  background: -moz-linear-gradient(90deg,#0073A3 0%,#00A0E3 100%);
  background: -webkit-linear-gradient(90deg,#0073A3 0%,#00A0E3 100%);
  background: -o-linear-gradient(90deg,#0073A3 0%,#00A0E3 100%);
  background: -ms-linear-gradient(90deg,#0073A3 0%,#00A0E3 100%);
  background: linear-gradient(0deg,#0073A3 0%,#00A0E3 100%);
  padding: 70px 0px;
}


/* 14237/_0 */ 

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


/* text14239/show_0 */ 

#page .offerRight.offerBg h2 {
  color: #ffffff;
  text-align: left;
}
#page .offerRight.offerBg {
  color: #ffffff;
}
#page .offerRight.offerBg ul.list li:before {
  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="%23NaNNaNNaN" d="M2 2h12v12h-12z"/></svg>');
}


/* 14213/_0 */ 

#page .cnt-r.cnt14213 {
  max-width: 100%;
  padding: 140px 0px 0px 0px;
  z-index: 9;
}
@media (max-width: 1000px) {
  #page .cnt-r.cnt14213 {
    padding: 110px 0px 0px 0px;
  }
}



/* 14214/_0 */ 

#page .cnt-r .sub.cnt14214 {
  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.cnt14214 {
  box-shadow: 0 0 5px 0 RGBA(0,0,0,0.3);
}


/* top14216/show_0 */ 

#page .top {
  margin: 0px auto;
  min-height: auto;
}
#page .top .l-container {
  max-width: 1200px;
  position: relative;
  height: 90px;
  margin: 0px auto;
  transition: margin .25s linear;
  -moz-transition: margin .25s linear;
  -webkit-transition: margin .25s linear;
}
#page.sticky .top .l-container {
  margin: -90px auto 0 auto;
}
#page .top .logo {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#page .top .logo img {
  display: block;
  height: 50px;
  transition: height .25s linear;
  -moz-transition: height .25s linear;
  -webkit-transition: height .25s linear;
}
#page.sticky .top .logo img {
  height: 50px;
}
#page .top .logo:hover {
  text-decoration: none!important;
}
#page .top .l-contact {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
}
#page .top .e-contact {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #e3e3e3;
  position: relative;
}
#page .top .e-contact:last-child {
  padding-right: 0;
  border-right: 0;
}
#page .top .e-contact p {
  float: left;
}
#page .top .icon-location {
  width: 40px;
  height: 40px;
  float: left;
  margin: -2px 10px -1px 0;
  background: transparent;
  background-color: #2b2a29;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 36px 36px 36px 36px;
}
#page .top .icon-location:before {
  background-size: 100%;
  width: 24px;
  height: 24px;
  display: inline-block;
  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="%2300a0e3" d="M8 0c-2.761 0-5 2.239-5 5 0 5 5 11 5 11s5-6 5-11c0-2.761-2.239-5-5-5zM8 8c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z"/></svg>');
  top: 8px;
  left: 8px;
}
#page .top .icon-phone {
  width: 40px;
  height: 40px;
  float: left;
  margin: -2px 10px -1px 0;
  background: transparent;
  background-color: #2b2a29;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 36px 36px 36px 36px;
}
#page .top .icon-phone:before {
  background-size: 100%;
  width: 24px;
  height: 24px;
  display: inline-block;
  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="%2300a0e3" 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: 8px;
  left: 8px;
}
#page .top .icon-email {
  width: 40px;
  height: 40px;
  float: left;
  margin: -2px 10px -1px 0;
  background: transparent;
  background-color: #2b2a29;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 36px 36px 36px 36px;
}
#page .top .icon-email:before {
  background-size: 100%;
  width: 24px;
  height: 24px;
  display: inline-block;
  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="%2300a0e3" 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: 8px;
  left: 8px;
}
#page .top .menu1 {
  display: block;
  position: relative;
  max-width: 1200px;
  height: 50px;
  margin: 0px auto;
  border-style: solid solid solid solid;
  border-width: 1px 0px 1px 0px;
  border-radius: 0 0 0 0;
  border-color: #e3e3e3;
}
#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: 13px;
  letter-spacing: 1px;
  color: #000000;
  margin: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear 0s;
  transition: color 0.2s linear 0s;
}
#page .top nav.menu1 > ul > li > a:hover {
  color: #00a0e3;
}
#page .top nav.menu1 > ul > li.sel > a {
  color: #2b2a29;
}
#page .top nav.menu1 ul.menu-sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 200px;
  left: 50%;
  top: calc(100%);
  background: transparent;
  background-color: #00a0e3;
  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: 0px;
  background: #2b2a29;
  content: '';
  display: block;
}
#page .top nav.menu1 ul.menu-sub.active {
  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 {
  color: #000000;
}
#page .top nav.menu1 .mobile-nav {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 15px 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="" 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: -300px;
  left: auto;
  width: 300px;
  height: 100%;
  background: transparent;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
}
.sidr .logo img {
  display: block;
  width: calc(100% - 30px);
  margin: 20px auto;
}
.sidr > ul {
  list-style: none;
}
.sidr > ul > li > a {
  font-size: 15px;
  display: block;
  padding: 15px 20px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e8e8e8;
  border-radius: 0 0 0 0;
  text-align: left;
}
.sidr > ul > li > a:hover {
  color: #2b2a29;
}
.sidr .menu-sub > li > a {
  font-size: 14px;
  padding: 10px 20px 10px 40px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e8e8e8;
  border-radius: 0 0 0 0;
  font-weight: normal;
  line-height: 1.2em;
  text-decoration: none;
  color: #000;
  display: block;
}
.sidr .menu-sub > li > a:hover {
  color: #2b2a29;
}
#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 .l-social {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#page .top .e-SocialBtn {
  font-size: 0!important;
  padding: 4px;
  display: inline-block;
}
#page .top .icon-fb:before {
  background-size: 100%;
  display: inline-block;
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  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="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: 26px;
  height: 26px;
}
#page .top .icon-fb {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  background: transparent;
  background-color: #0866ff;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 30px 30px 30px 30px;
}
#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 > li > a:hover {
  text-decoration: underline;
}
#page .top .icon-shop {
  height: 30px;
  width: 95px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 20px 20px 20px 20px;
  color: #00a0e3;
  font-size: 14px;
  font-style: normal;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: bold;
  background: transparent;
  background-color: #f5f5f5;
}
#page .top .icon-shop img {
  vertical-align: -10px;
  height: 30px;
  margin: 0 3px 0 -1px;
}
@media (min-width: 1001px) {
  #page .top nav.menu1 .mobile-nav {
    display: none;
  }
}

@media (max-width: 1000px) {
  #page .top .l-container {
    height: 60px;
  }
  #page.sticky .top .l-container {
    margin: -60px auto 0 auto;
  }
  #page .top .logo img {
    height: 40px;
  }
  #page.sticky .top .logo img {
    height: 40px;
  }
  #page .top .e-contact:first-child {
    display: none;
  }
  #page .top nav.menu1 > ul {
    display: none;
  }
}

@media (max-width: 480px) {
  #page .top .e-contact {
    display: none;
  }
}



/* slider14219/show_0 */ 

#page .slider .bx-pager-link {
  text-decoration: none!important;
}
#page .slider .bx-controls {
  position: absolute;
  bottom: 0;
  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-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.5);
  bottom: 0px;
  top: 0px;
  content: '';
  z-index: 2;
}
#page .slider header {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: calc(50% - 600px);
  right: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0px 20px;
}
#page .slider img {
  width: 100%;
}
#page .slider h1 {
  color: #fff;
  font-size: 52px;
  text-align: left;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
}
#page .slider header p {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 2px;
}
#page .slider .bx-pager {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 15px;
}
#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: #00a0e3;
}
#page .slider {
  text-align: left;
  color: #fff;
  max-width: 1400px;
  margin: 0px auto;
}
#page .slider a.btn {
  margin: 30px 20px 0px 0px;
}
@media (max-width: 1200px) {
  #page .slider header {
    left: 0;
  }
}

@media (max-width: 767px) {
  #page .slider h1 {
    font-size: 32px;
  }
  #page .slider a.btn {
    display: none;
  }
}

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

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



/* text14371/show_0 */ 

#page .offerCenter {
  max-width: 1200px;
  padding: 20px 20px 0px 20px;
  margin: 0px auto;
}


/* 14375/_0 */ 

#page .cnt-r .sub.cnt14375 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px;
}


/* text14374/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* text14377/show_0 */ 

#page .offerLekkie .e-Foto {
  background-image: url(/assets/userfiles/wysiwyg/191/konstrukcje-lekkie.jpg);
}


/* text14380/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14381/_0 */ 

#page .cnt-r .sub.cnt14381 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px;
}


/* text14383/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}
#page .offerLekkie2 .e-Foto {
  background-image: url(/assets/userfiles/wysiwyg/191/konstrukcje-lekkie.jpg);
}


/* text14386/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14396/_0 */ 

#page .cnt-r .sub.cnt14396 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px;
}


/* text14398/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* text14401/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14405/_0 */ 

#page .cnt-r .sub.cnt14405 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px;
}


/* text14407/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14408/_0 */ 

#page .cnt-r .sub.cnt14408 {
  margin: 70px 0px 0px 0px;
}


/* text14410/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14411/_0 */ 

#page .cnt-r .sub.cnt14411 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 0px 0px 70px 0px;
}


/* text14416/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* text14419/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14420/_0 */ 

#page .cnt-r .sub.cnt14420 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px;
}


/* text14422/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14423/_0 */ 

#page .cnt-r .sub.cnt14423 {
  margin: 70px 0px 0px 0px;
}


/* text14425/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14426/_0 */ 

#page .cnt-r .sub.cnt14426 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 0px 0px 70px 0px;
}


/* text14428/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14429/_0 */ 

#page .cnt-r .sub.cnt14429 {
  margin: 70px 0px 0px 0px;
}


/* text14431/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* text14434/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14435/_0 */ 

#page .cnt-r .sub.cnt14435 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px;
}


/* text14437/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* text14440/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14441/_0 */ 

#page .cnt-r .sub.cnt14441 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px;
}


/* text14443/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* text14446/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* text14449/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14450/_0 */ 

#page .cnt-r .sub.cnt14450 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px;
}


/* text14452/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14453/_0 */ 

#page .cnt-r .sub.cnt14453 {
  margin: 70px 0px 0px 0px;
}


/* text14455/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14456/_0 */ 

#page .cnt-r .sub.cnt14456 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px;
}


/* text14458/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* text14461/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* text14464/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14465/_0 */ 

#page .cnt-r .sub.cnt14465 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px;
}


/* text14467/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14468/_0 */ 

#page .cnt-r .sub.cnt14468 {
  margin: 70px 0px 0px 0px;
}


/* text14470/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14471/_0 */ 

#page .cnt-r .sub.cnt14471 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px;
}


/* text14473/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* text14476/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* text14628/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14642/_0 */ 

#page .cnt-r .sub.cnt14642 {
  margin: 0px auto;
  padding: 0px 20px;
}


/* text14640/show_0 */ 

#page .cols3 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  gap: 40px 40px;
}
#page .cols3 .col {
  -webkit-flex: 0 1 calc(33.333% - 80px/3);
  flex: 0 1 calc(33.333% - 80px/3);
}
#page .cols3 h3 {
  margin: 0px 0px 30px 0px;
}
@media (max-width: 768px) {
  #page .cols3 .col {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}



/* 14637/_0 */ 

#page .cnt-r .sub.cnt14637 {
  padding: 0px 20px;
  max-width: 1200px;
  margin: 0px auto;
}


/* text14639/show_0 */ 

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


/* text14627/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14597/_0 */ 

#page .cnt-r.cnt14597 {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDczQTM7IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6IzAwQTBFMzsiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNncmFkaWVudCkiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiIC8+PC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0073A3), color-stop(100%, #00A0E3));
  background: -moz-linear-gradient(90deg,#0073A3 0%,#00A0E3 100%);
  background: -webkit-linear-gradient(90deg,#0073A3 0%,#00A0E3 100%);
  background: -o-linear-gradient(90deg,#0073A3 0%,#00A0E3 100%);
  background: -ms-linear-gradient(90deg,#0073A3 0%,#00A0E3 100%);
  background: linear-gradient(0deg,#0073A3 0%,#00A0E3 100%);
  padding: 70px 0px;
  margin: 70px 0px 0px 0px;
  max-width: 100%;
}


/* text14600/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* text14608/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14610/_0 */ 

#page .cnt-r .sub.cnt14610 {
  background: transparent;
  background-color: #fafafa;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px;
}


/* 14617/_0 */ 

#page .cnt-r .sub.cnt14617 {
  padding: 0px 20px;
  max-width: 1200px;
  margin: 0px auto;
}


/* gallery14619/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 10px 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%;
  }
}



/* text14616/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14605/_0 */ 

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



/* text14609/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* 14620/_0 */ 

#page .cnt-r .sub.cnt14620 {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0px auto;
}


/* gallery14622/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: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  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: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
  }
}

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



/* 14624/_0 */ 

#page .cnt-r .sub.cnt14624 {
  padding: 0px 20px;
  margin: 40px auto 0 auto;
  max-width: 1200px;
}
#page .cnt-r .cnt14624 .cnt-c0 {
  width: calc(50% - 20px);
}
#page .cnt-r .cnt14624 .cnt-c1 {
  width: calc(50% - 20px);
  float: right;
}
@media (max-width: 767px) {
  #page .cnt-r .cnt14624 .cnt-c0 {
    width: 100%;
  }
  #page .cnt-r .cnt14624 .cnt-c1 {
    width: 100%;
  }
}



/* gallery14623/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;
}
@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%;
  }
}


