@charset "utf-8";
@import "../reset.css";
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,500,400,300');

@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: #2e2e2e;
  font-family: Montserrat/*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 20px;
  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;
  letter-spacing: 2px;
  font-weight: bold;
  background: transparent;
  background-color: #db1414;
}
#page a.btn:hover {
  color: #fff;
  background: transparent;
  background-color: #000000;
}
#page a.btn.btn-white {
  color: #2e3c66;
  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 a.btn-thm2 {
  -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;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  margin: 20px 0px 0px 0px;
  padding: 15px 20px;
  border-style: solid solid solid solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  border-radius: 0 0 0 0;
  font-weight: bold;
}
#page a.btn-thm2:before {
  -webkit-transition: backgrond 0.2s linear 0s, color 0.2s linear 0s;
  transition: backgrond 0.2s linear 0s, color 0.2s linear 0s;
}
#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;
}
#page a.btn-thm2:hover {
  background: transparent;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2e3c66;
  letter-spacing: 2px;
}
@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;
  }
}



/* 12960/_0 */ 

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


/* 12961/_0 */ 

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



/* text12964/show_0 */ 

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


/* contact12965/form_0 */ 

#page .contact-form .form-control {
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 0 0 0 0;
  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: #2e3c66;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  margin: 0px 0px 20px 0px;
}
#page .contact-form h2 {
  font-size: 28px;
  margin: 0px 0px 40px 0px;
}
#page .contact-form .form-label-checkbox {
  font-size: 13px;
}
#page .contact-form textarea.form-control {
  height: 100px;
}
@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;
  }
}



/* 12940/_0 */ 

#page .cnt-r.cnt12940 {
  max-width: 100%;
  padding: 100px 0px 0px 0px;
  z-index: 9;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIyNS4zMTk3MjQwMjcwODA4OTUlIiB5MT0iOTMuNDg0Mjk1NzYxODA5ODIlIiB4Mj0iNzQuNjgwMjc1OTcyOTE5MSUiIHkyPSI2LjUxNTcwNDIzODE5MDE3NSUiPjxzdG9wIG9mZnNldD0iMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiM5MDgzNzQ7IiAvPjxzdG9wIG9mZnNldD0iNjIlIiBzdHlsZT0ic3RvcC1jb2xvcjojRDNDN0JCOyIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI2dyYWRpZW50KSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgLz48L3N2Zz4=);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #908374), color-stop(62%, #D3C7BB));
  background: -moz-linear-gradient(60.42216131873867deg,#908374 0%,#D3C7BB 62%);
  background: -webkit-linear-gradient(60.42216131873867deg,#908374 0%,#D3C7BB 62%);
  background: -o-linear-gradient(60.42216131873867deg,#908374 0%,#D3C7BB 62%);
  background: -ms-linear-gradient(60.42216131873867deg,#908374 0%,#D3C7BB 62%);
  background: linear-gradient(29.577838681261333deg,#908374 0%,#D3C7BB 62%);
}
@media (max-width: 767px) {
  #page .cnt-r.cnt12940 {
    padding: 60px 0px 0px 0px;
  }
}



/* 12941/_0 */ 

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


/* top12943/show_0 */ 

#page .top {
  height: 100px;
  transition: height .25s linear;
  -moz-transition: height .25s linear;
  -webkit-transition: height .25s linear;
  max-width: 1100px;
  margin: 0px auto;
}
#page.sticky .top {
  height: 60px;
}
#page .top .l-container {
  height: 100%;
  position: relative;
}
#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: 20px;
  transition: height .25s linear;
  -moz-transition: height .25s linear;
  -webkit-transition: height .25s linear;
}
#page .top .logo:hover {
  text-decoration: none!important;
}
#page .top nav.menu1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: max-content;
}
#page .top nav.menu1 > ul > li {
  float: left;
  position: relative;
}
#page .top nav.menu1 > ul > li > a {
  padding: 10px 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
  margin: 0px 5px;
  -webkit-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
  transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
}
#page .top nav.menu1 > ul > li > a:hover {
  color: #ffffff;
  background: transparent;
  background-color: #db1414;
}
#page .top nav.menu1 ul.menu-sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
}
#page .top nav.menu1 ul.menu-sub.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
#page .top nav.menu1 .mobile-nav {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 10px 10px 10px 35px;
  float: right;
}
#page .top nav.menu1 .mobile-nav:before {
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  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="M1 3h14v3h-14zM1 7h14v3h-14zM1 11h14v3h-14z"/></svg>');
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#page .top .l-contact {
  position: absolute;
  right: 20px;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#page .top .e-contact {
  float: left;
  text-transform: uppercase;
}
#page .top .e-contact p {
  float: left;
  line-height: 1.7em;
}
#page .top .e-contact a {
  font-size: 22px;
  font-weight: 700;
  color: #db1414;
}
#page .top .icon-phone {
  width: 26px;
  float: left;
  margin: 22px 2px 0px 0;
}
#page .top .icon-phone: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="%23db1414" 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;
}
.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: #2e3c66;
  padding: 40px 0px 0px 0px;
}
.sidr > ul {
  list-style: none;
}
.sidr > ul > li > a {
  font-size: 15px;
  display: block;
  padding: 15px 20px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
.sidr > ul > li > a:hover {
  color: $color3;
}
.sidr .menu-sub > li > a {
  font-size: 13px;
  padding: 10px 20px 10px 40px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-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: #2e3c66;
}
.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;
}
@media (min-width: 768px) {
  #page .top nav.menu1 .mobile-nav {
    display: none;
  }
}

@media (max-width: 769px) {
  #page .top {
    height: 60px;
  }
  #page .top nav.menu1 {
    margin: 0;
  }
  #page .top nav.menu1 > ul {
    display: none;
  }
}

@media (max-width: 534px) {
  #page .top nav.menu1 {
    right: 20px;
    left: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #page .top .l-contact {
    display: none;
  }
}



/* 12947/_0 */ 

#page .cnt-r.cnt12947 h2 {
  font-size: 36px;
  margin: 50px 0px 50px 0px;
  letter-spacing: 1px;
}
#page .cnt-r.cnt12947 {
  max-width: 100%;
}
#page .cnt-r.cnt12947 h3 {
  font-size: 18px;
  margin: 20px 0px;
  font-weight: bold;
}
#page .cnt-r.cnt12947 hr {
  margin: 40px 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: #d4d4d4;
}


/* 12948/_0 */ 

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


/* 12944/_0 */ 

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


/* text12946/show_0 */ 

#page .slider {
  padding: 70px 52% 70px 20px;
  margin: 0px auto;
}
#page .slider .e-Foto {
  background-image: url(/assets/userfiles/sites/0/11/1152.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
}
#page .slider h1 {
  font-size: 54px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1px;
}
#page .slider div.text {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
}
#page .slider h3 {
  font-size: 22px;
}
@media (max-width: 767px) {
  #page .slider {
    padding: 330px 20px 30px 20px;
  }
  #page .slider .e-Foto {
    left: 0;
    bottom: auto;
    height: 300px;
  }
}



/* text12950/show_0 */ 

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


/* 12954/_0 */ 

#page .cnt-r .sub.cnt12954 {
  max-width: 1060px;
  margin: 70px auto 0px auto;
}


/* text12956/show_0 */ 

#page .offer {
  background: transparent;
  background-color: #f7f7f7;
  padding: 50px 50px 50px 53%;
  max-width: 1100px;
  margin: 0px auto;
}
#page .offer .price {
  font-size: 18px;
}
#page .offer .price strong {
  font-size: 34px;
}
#page .offer h2 {
  margin: 0px 0px 30px 0px;
}
#page .offer .e-Foto {
  background-image: url(/assets/userfiles/sites/0/11/1153.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #page .offer {
    padding: 430px 20px 30px 20px;
  }
  #page .offer h2 {
    margin: 30px 0px 30px 0px;
  }
  #page .offer .e-Foto {
    background-position: center 20%;
    right: 0;
    bottom: auto;
    height: 400px;
  }
}



/* 12957/_0 */ 

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


/* gallery12959/show_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 -2px -2px;
}
#page .gallery-list .gallery article {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 0 2px 2px;
}
#page .gallery-list .gallery article figure img {
  width: 100%;
}
#page .gallery-list img.photo:hover {
  opacity: 0.7;
}
#page .gallery-list h2 {
  text-align: center;
}
#page .gallery-list figure {
  position: relative;
}
#page .gallery-list figure img {
  width: 100%;
  display: block;
}
#page .gallery-list figure a {
  display: block;
  position: relative;
}
#page .gallery-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 .gallery-list figure a:hover:after {
  opacity: 1;
}

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

