@charset "utf-8";
@import "../reset.css";
@import url('https://fonts.googleapis.com/css?family=Lato:400,600,700,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: 14px;
  color: #5c5c5c;
  font-family: Lato/*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 {
  padding: 15px 30px;
  line-height: 1.5em;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 20px 0px 0px 0px;
  background: transparent;
  background-color: #ff7c0a;
  -webkit-transition: background-color 0.3s linear 0s;
  transition: background-color 0.3s linear 0s;
  letter-spacing: 2px;
}
#page a.btn:hover {
  background: transparent;
  background-color: #000000;
  color: #ffffff;
}
#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;
  position: relative;
  color: #000000;
}
#page h2 {
  font-size: 30px;
  color: #000000;
  margin: 40px 0px;
}
#page h3 {
  font-size: 20px;
  color: #000000;
  margin: 30px 0px;
}
#page a.btn-thm2 {
  -webkit-transition: background-color 0.3s linear 0s;
  transition: background-color 0.3s linear 0s;
  color: #000000;
  margin: 20px 0px 0px 0px;
  padding: 13px 28px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-style: solid solid solid solid;
  border-width: 2px 2px 2px 2px;
  border-color: #000000 #000000 #000000 #000000;
  border-radius: 0 0 0 0;
}
#page a.btn-thm2:hover {
  background: transparent;
  background-color: #000000;
  color: #ffffff;
}
.cnt-r {
  max-width: 1200px;
}
#page a.btn-small {
  -webkit-transition: background-color 0.3s linear 0s;
  transition: background-color 0.3s linear 0s;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  border-style: solid solid solid solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  border-radius: 0 0 0 0;
  margin: 20px 0px 0px 0px;
  padding: 12px 28px;
}
#page a.btn-small:before {
  -webkit-transition: background-color 0.3s linear 0s;
  transition: background-color 0.3s linear 0s;
}
#page a.btn-small:hover {
  background: transparent;
  background-color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 2px;
}
#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" 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>');
  width: 8px;
  height: 8px;
}
#page ul.list li {
  padding: 0px 0px 0px 20px;
  line-height: 1.5em;
}
body {
  background-color: #f7f7f7;
}
@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;
  }
}



/* 11134/_0 */ 

#page .cnt-r .sub.cnt11134 {
  margin: 50px 0px 0px 0px;
}


/* text11136/show_0 */ 

#page .mainOffer {
  background: transparent;
  background-color: #ffffff;
  padding: 50px 30px 50px calc(40% + 40px);
}
#page .mainOffer h2 {
  margin: 0px 0px 10px 0px;
}
#page .mainOffer .e-Foto {
  background-image: url(/assets/userfiles/sites/0/11/1195.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 60%;
  top: 0;
  bottom: 0;
}
#page .mainOffer a.btn {
  margin: 20px 20px 0px 0px;
}
#page .mainOffer h3 {
  margin: 0px 0px 30px 0px;
}
@media (max-width: 767px) {
  #page .mainOffer {
    padding: 200px 30px 30px 30px;
  }
  #page .mainOffer h2 {
    margin: 30px 0px 30px 0px;
  }
  #page .mainOffer .e-Foto {
    right: 0;
    bottom: auto;
    height: 200px;
  }
}



/* 11139/_0 */ 

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


/* text11141/show_0 */ 

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


/* 11142/_0 */ 

#page .cnt-r.cnt11142 {
  margin: 50px auto 0 auto;
  max-width: 100%;
}


/* 11143/_0 */ 

#page .cnt-r .sub.cnt11143 {
  max-width: 100%;
  margin: 0px auto;
}


/* footer11145/show_0 */ 

#page .footer {
  padding: 0px 20px;
  color: #919191;
  line-height: 1.5em;
}
#page .footer .l-wrapper {
  text-align: center;
}
#page .footer .l-row {
  max-width: 1100px;
  margin: 30px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
#page .footer .l-box {
  display: inline-block;
  min-width: 200px;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: transparent;
  background-color: #ffffff;
  padding: 20px 10px;
  margin: 0 auto;
}
#page .footer .l-box strong {
  color: #000;
  font-weight: 600;
}
#page .footer .l-footer {
  margin: 30px -20px 20px -20px;
}
#page .footer h4 {
  font-size: 18px;
  font-weight: bold;
  color: #bababa;
  margin: 0px 0px 20px 0px;
}
#page .footer .icon-location:before {
  background-size: 100%;
  width: 30px;
  height: 30px;
  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 fill="%23ff7c0a" d="M256,32C167.67,32,96,96.51,96,176c0,128,160,304,160,304S416,304,416,176C416,96.51,344.33,32,256,32Zm0,224a64,64,0,1,1,64-64A64.07,64.07,0,0,1,256,256Z"/></svg>');
  top: 0px;
  left: 0px;
  display: inline-block;
}
#page .footer .icon-location {
  width: 30px;
  height: 30px;
  margin: 0px 0px 10px 0px;
}
#page .footer .icon-phone:before {
  background-size: 100%;
  width: 30px;
  height: 30px;
  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="%23ff7c0a" 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 .footer .icon-phone {
  width: 30px;
  height: 30px;
  margin: 0px 0px 10px 0px;
}
#page .footer .icon-email:before {
  background-size: 100%;
  width: 30px;
  height: 30px;
  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="%23ff7c0a" 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;
  display: inline-block;
}
#page .footer .icon-email {
  width: 30px;
  height: 30px;
  margin: 0px 0px 10px 0px;
}
#page .footer div.text1 {
  margin: 0px auto 20px auto;
  max-width: 800px;
  color: #fff;
}
@media (max-width: 767px) {
  #page .footer .l-row {
    grid-template-columns: 1fr 1fr;
  }
  #page .footer .l-box:last-child {
    grid-area: 2 / 1 / span 2 / span 2;
  }
}

@media (max-width: 479px) {
  #page .footer .l-row {
    grid-template-columns: 1fr;
  }
  #page .footer .l-box:last-child {
    grid-area: auto / auto / auto / auto;
  }
}



/* 11055/_0 */ 

#page .cnt-r.cnt11055 {
  max-width: 1600px;
  padding: 140px 0px 0px 0px;
  z-index: 9;
  margin: 0px auto;
}
@media (max-width: 767px) {
  #page .cnt-r.cnt11055 {
    padding: 110px 0px 0px 0px;
  }
}



/* 11056/_0 */ 

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


/* top11058/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: 52%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
}
#page .top .e-contact {
  position: relative;
  float: left;
  margin-right: 40px;
}
#page .top .e-contact:last-child {
  padding-right: 0;
  border-right: 0;
}
#page .top .e-contact p {
  float: left;
}
#page .top .e-contact strong {
  font-size: 18px;
}
#page .top .icon-location {
  width: 50px;
  height: 50px;
  float: left;
  margin: -4px 10px -1px 0;
  background: transparent;
  background-color: #ff7c0a;
}
#page .top .icon-location:before {
  background-size: contain;
  width: 36px;
  height: 36px;
  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 fill="%23ffffff" d="M256,32C167.67,32,96,96.51,96,176c0,128,160,304,160,304S416,304,416,176C416,96.51,344.33,32,256,32Zm0,224a64,64,0,1,1,64-64A64.07,64.07,0,0,1,256,256Z"/></svg>');
  top: 7px;
  left: 7px;
}
#page .top .icon-phone {
  width: 50px;
  height: 50px;
  float: left;
  margin: -4px 10px -1px 0;
  background: transparent;
  background-color: #ff7c0a;
}
#page .top .icon-phone:before {
  background-size: contain;
  width: 32px;
  height: 32px;
  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: 8px;
  left: 9px;
}
#page .top .menu1 {
  display: block;
  position: relative;
  max-width: 1200px;
  height: 50px;
  margin: 0px auto;
  border-style: solid;
  border-width: 1px 0px;
  border-radius: 0px;
  border-color: rgb(242, 242, 242);
}
#page .top nav.menu1 > ul > li {
  float: left;
  position: relative;
}
#page .top nav.menu1 > ul > li > a {
  padding: 6px 0px 4px 0px;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 10px 20px;
  text-transform: uppercase;
  color: #000000;
}
#page .top nav.menu1 > ul > li > a:hover {
  color: #ff7c0a;
}
#page .top nav.menu1 > ul > li.sel > a {
  color: #ff7c0a;
}
#page .top nav.menu1 ul.menu-sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 200px;
  left: 50%;
  top: calc(100% + 2px);
  background: transparent;
  background-color: $color3;
  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.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: 13px;
  letter-spacing: 1px;
  text-transform: none;
  padding: 5px 0px;
}
#page .top nav.menu1 ul.menu-sub > li > a:hover {
  color: #990f0f;
}
#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="$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: -200px;
  left: auto;
  width: 200px;
  height: 100%;
  background: transparent;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  padding: 30px 0px 0px 0px;
}
.sidr > ul {
  list-style: none;
}
.sidr > ul > li > a {
  font-size: 15px;
  display: block;
  padding: 15px 20px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e8e8e8;
  border-radius: 0 0 0 0;
}
.sidr > ul > li > a:hover {
  color: #990f0f;
}
.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: #990f0f;
}
#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: 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;
}
#page .top .icon-fb {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
}
@media (min-width: 1100px) {
  #page .top nav.menu1 .mobile-nav {
    display: none;
  }
}

@media (max-width: 1100px) {
  #page .top nav.menu1 > ul {
    display: none;
  }
}

@media (max-width: 768px) {
  #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;
  }
}

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



/* 14071/_0 */ 

#page .cnt-r.cnt14071 {
  max-width: 100%;
  background-image: url(/assets/userfiles/sites/0/11/1196.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 80px 0px 0px 0px;
  background-position: center center;
}


/* 14072/_0 */ 

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


/* slider11061/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: 2px 2px 2px 2px;
  border-radius: 25px 25px 25px 25px;
  top: 50%;
  right: 20px;
  position: absolute;
  border-color: #ffffff #ffffff #ffffff #ffffff;
}
#page .slider .bx-next:hover {
  border-style: solid solid solid solid;
  border-width: 2px 2px 2px 2px;
  border-color: #990f0f #990f0f #990f0f #990f0f;
  border-radius: 25px 25px 25px 25px;
}
#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: 8px;
  left: 8px;
}
#page .slider .bx-prev {
  width: 40px;
  height: 40px;
  border-style: solid solid solid solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 25px 25px 25px 25px;
  top: 50%;
  left: 20px;
  position: absolute;
  border-color: #ffffff #ffffff #ffffff #ffffff;
}
#page .slider .bx-prev:hover {
  border-style: solid solid solid solid;
  border-width: 2px 2px 2px 2px;
  border-color: #990f0f #990f0f #990f0f #990f0f;
  border-radius: 25px 25px 25px 25px;
}
#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: 8px;
  left: 8px;
}
#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: 0px;
  right: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0px 20px;
}
#page .slider header p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.3em;
  color: #ffffff;
}
#page .slider h1 {
  font-size: 60px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
}
#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: 10px;
  height: 10px;
  margin: 0px 5px;
  border-radius: 0;
}
#page .slider .bx-pager a.active {
  background: transparent;
  background-color: RGBA(255,124,10,1);
}
#page .slider {
  text-align: center;
}
#page .slider a.btn {
  margin: 40px 0px 0px 0px;
}
@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: 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;
  }
}



/* 14126/_0 */ 

#page .cnt-r .sub.cnt14126 {
  margin: 50px 20px 0px 20px;
}


/* text14128/show_0 */ 

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



/* text14097/show_0 */ 

#page .offer1.offer3 {
  margin: 50px 0px 0px 0px;
}
#page .offer1.offer3 .e-Foto {
  background-image: url(/assets/userfiles/sites/0/11/1199.jpg);
}


/* contact14125/form_0 */ 

#page .contact-form .form-control {
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0 0 0 0;
  border-color: #ebebeb #ebebeb #ebebeb #ebebeb;
  padding: 5px 10px;
  width: 70%;
  font-size: 14px;
}
#page .contact-form .form-label {
  margin: 5px 0px;
  width: 30%;
  font-size: 14px;
}
#page .contact-form .form-error {
  color: #fb0404;
  margin: 0px 0px 3px 30%;
}
#page .contact-form .msg {
  background: transparent;
  background-color: #ff7c0a;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  margin: 0px 0px 20px 0px;
  font-weight: bold;
}
#page .contact-form textarea.form-control {
  height: 100px;
}
#page .file_name {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold;
}
#page .contact-form a.btn2 {
  padding: 5px 10px;
  margin: 5px 0 0 0px;
}
#page .contact-form {
  background: transparent;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 479px) {
  #page .contact-form .form-control {
    width: 100%;
  }
  #page .contact-form .form-label {
    width: 100%;
  }
  #page .contact-form .form-error {
    margin: 0px 0px 3px 0px;
  }
}



/* 14105/_0 */ 

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


/* news14107/list_0 */ 

#page .news-list .row {
  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 .news-list .col {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  padding: 0 0 30px 30px;
}
#page .news-list figure {
  position: relative;
}
#page .news-list img.photo {
  width: 100%;
  display: block;
}
#page .news-list img.photo:hover {
  opacity: 0.7;
}
#page .news-list h3 {
  margin: 15px 0px;
}
#page .news-list p {
  margin: 10px 0px;
  line-height: 1.3em;
}
#page .news-list article:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  background: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 10px 1px RGBA(0,0,0,0.1);
}
#page .news-list .l-cnt {
  padding: 0px 15px 10px 15px;
}
#page .news-list article {
  -webkit-transition: -webkit-transform 0.2s linear 0s, transform 0.2s linear 0s, box-shadow 0.2s linear 0s, background-color 0.2s linear 0s;
  transition: -webkit-transform 0.2s linear 0s, transform 0.2s linear 0s, box-shadow 0.2s linear 0s, background-color 0.2s linear 0s;
}
#page .news-list figure img {
  width: 100%;
  display: block;
}
#page .news-list figure a {
  display: block;
  position: relative;
}
#page .news-list 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 .news-list figure a:hover:after {
  opacity: 1;
}
#page .news-list {
  margin: 50px 0px 0px 0px;
}
@media (max-width: 767px) {
  #page .news-list .col {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

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



/* text14108/show_0 */ 

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


/* 14120/_0 */ 

#page .cnt-r .sub.cnt14120 {
  padding: 0 20px;
}
#page .cnt-r .cnt14120 .cnt-c0 {
  width: 50%;
}
#page .cnt-r .cnt14120 .cnt-c1 {
  width: 50%;
}
#page .cnt-r .cnt14120 {
  margin-left: -50px;
  margin-top: -30px;
}
#page .cnt-r .cnt14120 > * {
  padding-left: 50px;
  padding-top: 30px;
}
#page .cnt-r .sub.cnt14120 h3 {
  margin: 0px 0px 20px 0px;
}
@media (max-width: 797px) {
  #page .cnt-r .cnt14120 .cnt-c0 {
    width: 100%;
  }
  #page .cnt-r .cnt14120 .cnt-c1 {
    width: 100%;
  }
}



/* contact14122/address_0 */ 

#page .contactData .label {
  color: #ff7c0a;
}
#page .contactData h4 {
  font-weight: bold;
  margin: 40px 0px 20px 0px;
}


/* 14080/_0 */ 

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



/* text14082/show_0 */ 




/* 14083/_0 */ 

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



/* text14085/show_0 */ 




/* 14086/_0 */ 

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



/* text14088/show_0 */ 




/* 14089/_0 */ 

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



/* text14091/show_0 */ 




/* 14092/_0 */ 

#page .cnt-r .sub.cnt14092 {
  padding: 0 20px;
}
#page .cnt-r .sub.cnt14092 h2 {
  font-size: 24px;
}


/* text14094/show_0 */ 

#page .offer1 {
  padding: 30px calc(50% + 30px) 30px 0px;
}
#page .offer1 h2 {
  margin: 0px 0px 30px 0px;
}
#page .offer1 .e-Foto {
  background-image: url(/assets/userfiles/sites/0/11/1197.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #page .offer1 {
    padding: 300px 0px 0px 0px;
  }
  #page .offer1 h2 {
    margin: 30px 0px 30px 0px;
  }
  #page .offer1 .e-Foto {
    left: 0;
    bottom: auto;
    height: 300px;
  }
}



/* text14095/show_0 */ 

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


/* text14096/show_0 */ 

#page .offer2 {
  padding: 30px 30px 30px calc(50% + 30px);
  margin: 50px 0px 0px 0px;
}
#page .offer2 h2 {
  margin: 0px 0px 30px 0px;
}
#page .offer2 .e-Foto {
  background-image: url(/assets/userfiles/sites/0/11/1198.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #page .offer2 {
    padding: 300px 0px 0px 0px;
  }
  #page .offer2 h2 {
    margin: 30px 0px 30px 0px;
  }
  #page .offer2 .e-Foto {
    right: 0;
    bottom: auto;
    height: 300px;
  }
}



/* text14074/show_0 */ 

#page .mainBgText {
  color: RGBA(255,255,255,0.9);
  padding: 30px 20px 80px 20px;
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
#page .mainBgText h2 {
  color: #ffffff;
  font-size: 38px;
}
#page .mainBgText a.btn {
  margin: 20px 20px 0px 0px;
}
#page .mainBgText h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

