@charset "utf-8";
@import "../reset.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

@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: 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 {
  letter-spacing: 2px;
  background: transparent;
  background-color: #68b200;
  padding: 20px 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.3s linear 0s;
  transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
}
#page a.btn:hover {
  backgrond-color: #000000 #000000 #000000 #000000;
  background: transparent;
  background-color: #000000;
}
#page a.btn.btn-white {
  color: #525252;
  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: 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 {
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  border-radius: 0 0 0 0;
  -webkit-transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
  transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
  padding: 19px 30px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}
#page a.btn-thm2:hover {
  background: transparent;
  background-color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
}
#page ul.list li:before {
  background-size: contain;
  content: "";
  position: absolute;
  top: 3px;
  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-a</title><polyline points="268 112 412 256 268 400" style="fill:none;stroke:%2368b200;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px"/><line x1="392" y1="256" x2="100" y2="256" style="fill:none;stroke:%2368b200;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px"/></svg>');
  width: 15px;
  height: 15px;
}
#page ul.list li {
  padding: 0px 0px 0px 25px;
  line-height: 1.5em;
}
.cnt-r {
  max-width: 1100px;
}
#page .label {
  color: #68b200;
  font-weight: 500;
  font-size: 13px;
  width: 120px;
}
#page #cookies {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #ffffff;
  display: block!important;
  background: transparent;
  background-color: RGBA(0,0,0,0.8);
  padding: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
  z-index: 9998;
}
#page #cookies a {
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 5px 5px 5px 5px;
  padding: 3px 5px;
  border-color: #949494 #949494 #949494 #949494;
  margin: 0px 5px;
}
#page #cookies a:hover {
  background: transparent;
  background-color: #949494;
}
#page #cookiesPopup {
  background: transparent;
  background-color: RGBA(255,255,255,0.95);
  color: #000000;
  position: fixed;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 9999;
  padding: 20px;
  font-size: 13px;
  line-height: 1.5em;
  overflow-y: scroll;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#page #cookiesPopup p {
  margin: 10px 0;
}
#page.hasCookies {
  padding-bottom: 28px;
}
@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;
  }
}



/* contact12646/map_0 */ 

#page .contact-map .map {
    height: 400px;
}
.gm-style-iw{
    overflow: hidden !important;
}
#infoWindow {
	padding: 5px;
	line-height: normal;
	white-space: nowrap;
	overflow: hidden;
	font-family: Arial, "Comic Sans MS", cursive;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
}

/* 12629/_0 */ 

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



/* text12631/show_0 */ 




/* 12632/_0 */ 

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



/* text12634/show_0 */ 




/* 12635/_0 */ 

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


/* text12637/show_0 */ 

.blocks {
  margin-top: 50px;
}
.block-4, .block-6 {
  float: left;
  margin: 0 30px 30px 0;
}
.block-4 {
  width: calc(33.3% - 20px);
}
.block-4:nth-child(3n+3) {
  margin-right: 0;
}
.block-4:nth-child(3n+4) {
  clear: both;
}
.block-6 {
    width: calc(50% - 15px);
}
.block-6:nth-child(2n) {
    margin-right: 0;
}
.block-6:nth-child(2n+1) {
    clear: both;
}
@media (max-width: 768px) {
  .block-6 {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
  .block-4 {
    width: calc(50% - 10px);
    margin-right: 20px;
    clear: none;
  }
  .block-4:nth-child(2n+4) {
    clear: none;
  }
  .block-4:nth-child(2n+3) {
    clear: both;
    margin-right: 20px;
  }
  .block-4:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 534px) {
  .block-4 {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}


/* 12641/_0 */ 

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



/* contact12643/address_0 */ 




/* 12619/_0 */ 

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


/* 12620/_0 */ 

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


/* footer12622/show_0 */ 

#page .footer {
  padding: 30px 20px;
  color: #919191;
  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: #ededed;
  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-insta {
  margin: 0px 10px 0px 10px;
  opacity: 0.6;
}
#page .footer .icon-insta:hover {
  opacity: 1;
}
#page .footer .icon-insta: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" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5_logos</title><path fill="%23ffffff" 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="%23ffffff" d="M377.33,162.67a28,28,0,1,1,28-28A27.94,27.94,0,0,1,377.33,162.67Z"/><path fill="%23ffffff" 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>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-yt {
  opacity: 0.6;
}
#page .footer .icon-yt:hover {
  opacity: 1;
}
#page .footer .icon-yt: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="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M15.841 4.8c0 0-0.156-1.103-0.637-1.587-0.609-0.637-1.291-0.641-1.603-0.678-2.237-0.163-5.597-0.163-5.597-0.163h-0.006c0 0-3.359 0-5.597 0.163-0.313 0.038-0.994 0.041-1.603 0.678-0.481 0.484-0.634 1.587-0.634 1.587s-0.159 1.294-0.159 2.591v1.213c0 1.294 0.159 2.591 0.159 2.591s0.156 1.103 0.634 1.588c0.609 0.637 1.409 0.616 1.766 0.684 1.281 0.122 5.441 0.159 5.441 0.159s3.363-0.006 5.6-0.166c0.313-0.037 0.994-0.041 1.603-0.678 0.481-0.484 0.637-1.588 0.637-1.588s0.159-1.294 0.159-2.591v-1.213c-0.003-1.294-0.162-2.591-0.162-2.591zM6.347 10.075v-4.497l4.322 2.256-4.322 2.241z"/></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="%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 .icon-hour {
  width: 18px;
  height: 16px;
  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" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23919191" d="M10.293 11.707l-3.293-3.293v-4.414h2v3.586l2.707 2.707zM8 0c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM8 14c-3.314 0-6-2.686-6-6s2.686-6 6-6c3.314 0 6 2.686 6 6s-2.686 6-6 6z"/></svg>');
  background-size: contain;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  top: 0px;
  left: 1px;
}
@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;
  }
}


/* 12608/_0 */ 

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


/* text12610/show_0 */ 

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


/* 12601/_0 */ 

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


/* 12602/_0 */ 

#page .cnt-r .sub.cnt12602 {
  max-width: 1200px;
  margin: -150px auto 0px auto;
  z-index: 99;
}


/* text12604/show_0 */ 

#page .mainBoxes {
  text-align: center;
}
#page .mainBoxes .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#page .mainBoxes .col {
  flex-basis: 33.3%;
  -webkit-flex-basis: 33.3%;
  padding: 0px 20px;
  position: relative;
  margin: 40px 0 0 0;
}
#page .mainBoxes h3 {
  font-size: 25px;
  color: #000000;
  margin: 05px 0px 15px 0px;
  font-weight: bold;
}
#page .mainBoxes .l-item {
  cursor: pointer;
  background: transparent;
  background-color: #ffffff;
  padding: 30px;
  text-align: left;
  box-shadow: 0 0 19px 0 RGBA(0,0,0,0.3);
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
}
#page .mainBoxes .h4sup {
  color: #68b200;
  font-size: 16px;
  font-weight: bold;
}
#page .mainBoxes p {
  line-height: 1.5em;
}
#page .mainBoxes [class*=icon-] {
  width: 70px;
  height: 70px;
  margin: 0px 0px 30px 0px;
}
#page .mainBoxes .icon-fire:before {
  background-size: contain;
  width: 70px;
  height: 70px;
  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="%2368b200" d="M5.016 16c-1.066-2.219-0.498-3.49 0.321-4.688 0.897-1.312 1.129-2.61 1.129-2.61s0.706 0.917 0.423 2.352c1.246-1.387 1.482-3.598 1.293-4.445 2.817 1.969 4.021 6.232 2.399 9.392 8.631-4.883 2.147-12.19 1.018-13.013 0.376 0.823 0.448 2.216-0.313 2.893-1.287-4.879-4.468-5.879-4.468-5.879 0.376 2.516-1.364 5.268-3.042 7.324-0.059-1.003-0.122-1.696-0.649-2.656-0.118 1.823-1.511 3.309-1.889 5.135-0.511 2.473 0.383 4.284 3.777 6.197z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .mainBoxes .icon-fire {
  width: 70px;
  height: 70px;
}
#page .mainBoxes .icon-excavator {
  width: 90px;
  height: 70px;
}
#page .mainBoxes .icon-excavator:before {
  background-size: contain;
  width: 90px;
  height: 70px;
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 122.88 100.89' style='enable-background:new 0 0 122.88 100.89' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%3C/style%3E%3Cg%3E%3Cpath class='st0' fill='%23ffffff' d='M115.39,56.45l-0.07,2.6L90.3,66.32l-1.46-3.2c-0.81-1.66-4.09-0.71-3.37,1.76c1.04,3.54,2.64,6.28,4.16,9.07 c8.37,15.42,37.85,10.55,29.51-13.36l-0.07-4.54c2.24-0.97,3.81-3.2,3.81-5.8c0-3.49-2.83-6.32-6.32-6.32c-0.08,0-0.16,0-0.24,0 l2.73-1.16l-12.2-31.65C103.06-0.66,99-2.21,92.42,2.41L57.85,35.36l-0.84-0.84h-7.55c-2.3,0-4.18,1.88-4.18,4.18v15.97H33.74V53.9 c0-1.5-1.23-2.73-2.73-2.73H15.74c-1.5,0-2.73,1.23-2.73,2.73v0.77H8.79c-2.86,0-5.2,2.34-5.2,5.2v6.49c0,2.87,2.35,5.21,5.21,5.21 h55.25c2.87,0,5.21-2.35,5.21-5.21v-8.22v-3.47v-7.88l-1.84-1.85L95.39,15.4l14.18,31.39l2.62-1.11c-1.2,1.15-1.94,2.77-1.94,4.56 C110.24,53.33,112.46,55.9,115.39,56.45L115.39,56.45z M13.59,73.72h45.48c7.47,0,13.59,6.11,13.59,13.59l0,0 c0,7.47-6.11,13.59-13.59,13.59H13.59C6.11,100.89,0,94.78,0,87.3l0,0C0,79.83,6.11,73.72,13.59,73.72L13.59,73.72z M17.45,86.08 c0.16,0,0.28,0.55,0.28,1.23s-0.13,1.23-0.28,1.23h-1.09v1.09c0,0.16-0.55,0.28-1.23,0.28c-0.68,0-1.23-0.13-1.23-0.28v-1.09h-1.09 c-0.16,0-0.28-0.55-0.28-1.23s0.13-1.23,0.28-1.23h1.09v-1.09c0-0.16,0.55-0.28,1.23-0.28c0.68,0,1.23,0.13,1.23,0.28v1.09H17.45 L17.45,86.08z M56.42,84.98c0-0.16,0.55-0.28,1.23-0.28s1.23,0.13,1.23,0.28v1.09h1.09c0.16,0,0.28,0.55,0.28,1.23 s-0.13,1.23-0.28,1.23h-1.09v1.09c0,0.16-0.55,0.28-1.23,0.28s-1.23-0.13-1.23-0.28v-1.09h-1.09c-0.16,0-0.28-0.55-0.28-1.23 s0.13-1.23,0.28-1.23h1.09V84.98L56.42,84.98z M57.65,77.36c5.49,0,9.94,4.45,9.94,9.94s-4.45,9.94-9.94,9.94 c-5.49,0-9.94-4.45-9.94-9.94S52.16,77.36,57.65,77.36L57.65,77.36z M15.13,77.36c5.49,0,9.94,4.45,9.94,9.94s-4.45,9.94-9.94,9.94 c-5.49,0-9.94-4.45-9.94-9.94S9.64,77.36,15.13,77.36L15.13,77.36z M97.01,5.3c1.93,0,3.5,1.57,3.5,3.5c0,1.93-1.57,3.5-3.5,3.5 c-1.93,0-3.5-1.57-3.5-3.5C93.51,6.87,95.07,5.3,97.01,5.3L97.01,5.3z'/%3E%3C/g%3E%3C/svg%3E");
  top: 0px;
  left: 0px;
}
#page .mainBoxes .l-item-green {
  background: transparent;
  background-color: #68b200;
  color: #ffffff;
}
#page .mainBoxes .l-item-green * {
  color: #ffffff;
}
#page .mainBoxes .icon-stone {
  height: 70px;
  width: 90px;
}
#page .mainBoxes .icon-stone:before {
  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='21.3419 15.2047 458.375 351.192' width='716.211px' height='548.737px'%3E%3Cg id='SVGRepo_iconCarrier' transform='matrix(1, 0, 0, 1, -8.454083568663641, -93.69934221654148)'%3E%3Cpath fill='%2368b200' d='M317.727 108.904l-95.192 96.592-26.93 86.815 17.54 36.723 20.417 9.287 33.182-55.082 11.297-3.61 61.75 26.85 20.26-12.998 4.47-43.7 11.42 53.634-10.622 14.162 3.772 1.64 5.238 6.5 6.832 34.343 55.977-66.775 13.98.23 22.397 28.575-9.453-52.244L434.01 166.81l-116.28-57.906zM123.61 120.896L94.08 173l-4.603 27.62 25.98-8.442 11.704 7.377.084.634 28.295 59.865 13.773-4.543 10.94 4.668 3.922 8.21 19.517-62.917-1.074-33.336-40.15-.522-29.732-23.78 34.06 10.888 42.49-7.727 26.034 15.88 36.282-36.815c-2.777-1.18-5.615-2.356-8.58-3.52l-79.58 10.126-3.528-.25-56.307-15.52zm249.33 36.422l47.058 66.02 2.107 62.51-25.283-59.698-65.322-60.404 41.44-8.428zm-262.2 55.32l-64.234 20.876-16.71 78.552 50.794 5.582.596-7.14 37.662-36.707-8.108-61.16zm56.688 62.45l-36.44 12.016-31.644 30.84 22.588 30.867 57.326 1.74 16.5-16.16-28.33-59.302zm110.666 24.19l-44.307 73.546-.033 57.14 97.264 12.216 44.242-19.528-17.666-88.806-79.5-34.567zM443.8 313.36l-46.843 55.876.287 1.774 65.147 13.887 25.78-14.926-44.37-56.613zm-138.382 15.89l39.23 22.842 13.41 50.658-26.82 23.838-45.015-2.553 38.562-28.242 2.483-39.23-21.85-27.312zm-238.37 53.838l-8.77 28.51 13.152 48.498 91.037-11.91 1.32-26.418-62.582-31.995-34.156-6.684z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  width: 90px;
  height: 70px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
}
#page .mainBoxes .l-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 767px) {
  #page .mainBoxes .col {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
}

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



/* 12598/_0 */ 

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


/* slider12600/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 {
  background: none;
}
#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.3);
  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;
  max-width: 500px;
}
#page .slider img {
  width: 100%;
}
#page .slider h1 {
  color: #fff;
  font-size: 56px;
  text-align: left;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
}
#page .slider header p {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.5em;
}
#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: #FFFFFF;
  width: 20px;
  height: 6px;
  margin: 0px 5px;
}
#page .slider .bx-pager a.active {
  background: transparent;
  background-color: #68b200;
}
#page .slider {
  text-align: left;
  color: #fff;
  max-width: 1600px;
  margin: 0px auto;
}
#page .slider a.btn {
  margin: 30px 20px 0px 0px;
}

@media (max-width: 1000px) {
  #page .slider .bx-wrapper img {
    height: 370px!important;
    object-fit: cover;
  }
  #page .slider h1 {
    font-size: 44px;
  }
  #page .slider header p {
    font-size: 15px;
  }
}

@media (max-width: 820px) {
  #page .slider header {
    left: 0;
  }
  #page .slider h1 {
    font-size: 38px;
  }
}

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



/* 12594/_0 */ 

#page .cnt-r.cnt12594 {
  max-width: 100%;
  padding: 160px 0px 0px 0px;
  z-index: 9;
  background: transparent;
  background-color: #000000;
}
@media (max-width: 767px) {
  #page .cnt-r.cnt12594 {
    padding: 110px 0px 0px 0px;
  }
}



/* 12595/_0 */ 

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


/* top12597/show_0 */ 

#page .top {
  margin: 0px auto;
  min-height: auto;
}
#page .top .l-container {
  max-width: 1100px;
  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: 70px;
  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;
  color: #7d7d7d;
  line-height: 1.5em;
}
#page .top .e-contact {
  float: left;
  margin-right: 50px;
  position: relative;
}
#page .top .e-contact:last-child {
  padding-right: 0;
  border-right: 0;
}
#page .top .e-contact strong {
  color: #000000;
}
#page .top .e-contact p {
  float: left;
}
#page .top .icon-location {
  width: 38px;
  height: 40px;
  float: left;
  margin: 0px 10px 0px 0;
}
#page .top .icon-location:before {
  background-size: contain;
  width: 38px;
  height: 38px;
  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 0h24v24H0z" /><path fill="%2368b200" d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .top .icon-phone {
  width: 38px;
  height: 40px;
  float: left;
  margin: 0px 10px 0px 0;
}
#page .top .icon-phone:before {
  background-size: contain;
  width: 34px;
  height: 34px;
  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="%2368b200" 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: 2px;
  left: 0px;
}
#page .top .e-home {
  padding: 5px!important;
  font-size: 0!important;
  margin-right: 20px!important;
}
#page .top .icon-home:before {
  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="%23ffffff" d="M16 9.226l-8-6.21-8 6.21v-2.532l8-6.21 8 6.21zM14 9v6h-4v-4h-4v4h-4v-6l6-4.5z"/></svg>');
  width: 16px;
  height: 16px;
  background-size: contain;
}
#page .top .icon-home {
  width: 18px;
  height: 18px;
}
#page .top .menu1 {
  display: block;
  position: relative;
  max-width: 1100px;
  height: 70px;
  margin: 0px auto;
}
#page .top nav.menu1 > ul > li {
  float: left;
  position: relative;
}
#page .top nav.menu1 > ul > li > a {
  padding: 6px 0px 5px 0px;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 20px 20px;
  font-weight: 500;
}
#page .top nav.menu1 > ul > li > a:hover {
  color: #000000;
}
#page .top nav.menu1 > ul > li.sel > a {
  color: #000000;
}
#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: #525252;
}
#page .top nav.menu1 .mobile-nav {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 16px 10px 15px 45px;
  float: left;
  color: #ffffff;
}
#page .top nav.menu1 .mobile-nav:before {
  background-size: contain;
  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="%23ffffff" 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;
}
.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: #525252;
}
.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: #525252;
}
#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;
}
#page .top .l-menu {
  background: transparent;
  background-color: #68b200;
}
@media (min-width: 769px) {
  #page .top nav.menu1 .mobile-nav {
    display: none;
  }
}

@media (max-width: 900px) {
  #page .top .e-contact:nth-child(2) {
    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 .menu1 {
    height: 50px;
  }
  #page .top nav.menu1 > ul {
    display: none;
  }
}

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



/* 12647/_0 */ 

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



/* 12612/_0 */ 

#page .cnt-r .sub.cnt12612 {
  background: transparent;
  background-color: #000000;
  padding: 0px 0px 150px 0px;
}


/* text12614/show_0 */ 

#page .cnt-r .cnt.cnt12614 h2 {
  color: #ffffff;
  text-align: center;
  margin: 5px 0px 0 0px;
}
#page .cnt-r .cnt.cnt12614 .fin .e-h2sup {
  color: #68b200;
  text-align: center;
  font-weight: bold;
  margin: 40px 0px 0px 0px;
}


/* 12623/_0 */ 

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



/* text12625/show_0 */ 




/* gallery12649/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;
}
#page .gallery-show figure {
  position: relative;
}
#page .gallery-show figure img {
  width: 100%;
  display: block;
}
#page .gallery-show figure a {
  display: block;
  position: relative;
}
#page .gallery-show 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 .gallery-show figure a:hover:after {
  opacity: 1;
}
@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%;
  }
}


