
.box-color { width: 15px; height: 15px; display: block;}
.color-info {
	color: #333;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
}

.here { color: #d63a3a; }
.center {
  text-align: center;
}

.wrapper_100 {
	background-color: #efefef;
	padding: 60px 0;
	margin-bottom: 50px;
}
.spody {
  display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
	text-decoration: none;

}

.spody li {
  list-style: none;
}

.spody li:nth-child(1) {
  width: 50%;
  text-align: center;
}

.spody li:nth-child(2) {
  width: 50%;
}

.spody li h3 {
 font-weight: 700;
}



/* HEADER */
#header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#logo {
  display: inline-block;
  line-height: 0;
}
#top_contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
#top_contact li {
  padding: 10px 30px;
  margin: 0;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#top_contact li:not(:last-child) {
  border-right: 1px solid #cccccc;
}
#top_contact li h4 {
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}
#top_contact li p {
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d63a3a;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
#top_contact li a {
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}










/* FIXED MENU */
/*
body.margined {
  padding-top: 60px;
}
#header.fixed_header .wrapper {
  height: 60px;
}
.fixed_header #logo {
  height: 60px;
}
.fixed_header #top_contact {
  height: 60px;

}
.fixed_header #menu li a {
  height: 60px;
  line-height: 60px;
}

*/

#home_slider {
  margin-bottom: 70px;
  margin-top:112px; /* TT */
}



.subpage_stripe {
	margin-bottom: 20px;
	background-color: #fff;
	margin-top:112px /* TT */

}
.subpage_stripe .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.subpage_stripe .wrapper .page_header {
	font-weight: 200;
	font-size: 35px;
	color: #333;
	margin: 0;
}
.breadcrumbs {
	color: #333;
	font-size: 14px;
	margin-bottom: 0;
}
.breadcrumbs a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs span {
	color: #333;
}




/* .description, .spody { text-align: justify;} */

.subpage_content .wrapper img {
	margin-bottom: 30px;
	width: 545px;
	margin-right: 35px;
	/* flex-basis: 545px; */
}
.subpage_content .wrapper .description {
	margin-bottom: 80px;
	width: calc(100% - 545px - 35px);
}
.subpage_content .wrapper .description h2 {
	font-size: 36px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.subpage_content .wrapper .description p {
	/* font-size: 17px;
	font-weight: 300; */
	line-height: 1.2;
	margin-bottom: 20px;
}
.subpage_content .wrapper {
	display: flex;
	align-items: flex-start;
}





.subpage_content2 .wrapper img {
	margin-bottom: 30px;
	width: 545px;
	margin-right: 35px;
	/* flex-basis: 545px; */
}
.subpage_content2 .wrapper .description {
	margin-bottom: 80px;
	width: calc(100% - 545px - 35px);
}
.subpage_content2 .wrapper .description h2 {
	font-size: 36px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.subpage_content2 .wrapper .description p {
	/* font-size: 17px;
	font-weight: 300; */
	line-height: 1.2;
	margin-bottom: 20px;
}
.subpage_content2 .wrapper {
	display: flex;
	align-items: flex-start;
}



#contact_boxes {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-right: 60px;
	width: 45%;
	box-sizing: border-box;
	margin-bottom: 40px;
}
#contact_boxes h5 {
	font-size: 18px;
	font-weight: 700;
	color: #494949;
	padding-bottom: 20px;
	border-bottom: 1px solid #494949;
	margin-bottom: 20px;
}
#contact_boxes h5 .fa {
	margin-right: 10px;
	font-size: 22px;
}

#contact_boxes .box {
	border: 1px solid #dedede;
	/* padding: 40px 30px 80px; */
	padding: 30px 30px 30px;
	margin-bottom: 20px;
	font-size: 18px;
}

#contact_boxes .box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#contact_boxes .box ul li {
	margin: 0;
}
#contact_boxes .box ul li a {
	color: #160504;
	text-decoration: none;
}
#contact_boxes .box ul li a:hover {
	color: #d90202;
	text-decoration: underline;
}




#contact_right {
	width: 55%;
	margin-bottom: 40px;
}
#contact_right h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #333333;
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: 200;
	color: #333333;
}
#contact_right h3 b {
	font-weight: 700;
}


#contact_right form {
	margin-bottom: 0;
}






/* FORM */
#contact_right fieldset {
	margin: 0;
}
#contact_right input[type="text"],
#contact_right textarea {
	/* color: #8d8d8d; */
	color: #000000;
  background-color: #f3f3f3;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	width: 100%;
	font-family: Lato;
	font-size: 12px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
#contact_right input[type="text"] {
	height: 56px;
	line-height: 54px;
	padding: 0 15px;
}
#contact_right input[type="text"].error,
#contact_right textarea.error {
	margin-bottom: 8px;
}
#contact_right textarea {
	resize: vertical;
	min-height: 135px;
	line-height: 1.2;
	padding: 15px;
	margin-bottom: 20px;
}
#contact_right input[type="submit"] {
	margin-top: 20px;
}








.gallery {
	list-style: none;
	padding: 0;
	margin: 0;

	display: flex;
	margin-left: -50px;
}
.gallery li {
	padding: 0;
	margin: 0;
	width: calc(100% / 3 - 50px);
	margin-left: 50px;
	margin-bottom: 80px;
}
.gallery li img {
	margin: 0;
}




.stripe {
	background-color: #efefef;
	padding: 40px 0;
}
.stripe .wrapper {
	text-align: center;
}
.stripe .wrapper img {
	margin-bottom: 25px;
}
.stripe .wrapper p,
.stripe .wrapper .button {
	margin: 0;
}

.footer {
	color: #333333;
	z-index: 9999;
}
.footer_up .wrapper {
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  justify-content: space-between;
}
.footer_left {
  width: 75%;
}
#footer_logo {
  display: inline-block;
  line-height: 0;
  margin-bottom: 40px;
}
#footer_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  /* width: 100%; */
  margin-left: -20px;
}
#footer_menu li {
  margin-left: 20px;
  margin-bottom: 0;
}
#footer_menu li a {
  font-size: 13px;
	color: #333333;
  text-decoration: none;
}
#footer_menu li a:hover {
	color: #d90202;
  text-decoration: underline;
}
#footer_right {
	width: 25%;

}


.footer_contacts {
  list-style: none;
  
	margin: 0;
	background-color: #d90202;
	padding: 20px;
	color: #ffffff;
}
.footer_contacts li {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}
.footer_contacts li a {
  color: #d90202;
  text-decoration: none;
}
.footer_contacts li a:hover {
  text-decoration: underline;
}
.footer_down {
  border-top: 1px solid #aaaaaa;
	padding-top: 10px;
	/* padding-bottom: 10px; */
}
#copyright {
	color: #2a1d15;
	font-size: 12px;
	font-weight: 400;
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
  line-height: 1.2;
}
#copyright a {
	color: #000000;
	margin-left: 60px;
	text-decoration: none;
}
#copyright a:hover {
	color: #d90202;
	text-decoration: underline;
}
#author {
	color: #2a1d15;
	float: right;
	font-size: 13px;
	display: flex;
	align-items: center;
}
#author a {
	display: block;
	width: 130px;
	line-height: 0;
}
#author img {
	max-width: 100%;
	max-height: 100%;
}




.cookiepolicy {
  padding: 5px 50px;
}
.cookiepolicy .button {
	font-size: 12px;
  height: 32px;
  line-height: 30px;
  padding: 0 10px;
}
.cookiepolicy .button:hover {
	text-decoration: none;
}
.cookiepolicy a:not(.button) {
  color: #000000;
  text-decoration: none;
}



/* ANIMATIONS ON SCROLL */
html, body {
  overflow-x: hidden;
}
.animatedHidden {
  visibility: hidden !important;
}

























/* KOLEKCJA */

.centered {
  text-align: center;
  margin-bottom: 60px;
}
.tytul_kolekcji {
	color: #042246;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.nazwa_kolekcji {
	color: #042246;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 50px;
	text-align: center;
}

#kolekcja_lista {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	padding-bottom: 25px;
}
#kolekcja_lista li {
	margin-left: 20px;
	width: 25%;
	width: calc(100% / 3 - 20px);
	margin-bottom: 20px;
	text-align: center;
}
#kolekcja_lista li a {
	display: block;
	box-sizing: border-box;
	/* border: 3px solid #ffffff; */
  /* -webkit-transition: border 0.3s linear; */
          /* transition: border 0.3s linear; */
}
/* #kolekcja_lista li a:hover { */
	/* border: 3px solid #cacaca; */
/* } */
#kolekcja_lista li a img {
	max-width: 100%;
}
#kolekcja_lista li .nazwa {
	color: #042246;
	font-size: 19px;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
}

#kolekcja_lista li .wzor {
	color: #042246;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
}





.thumbnail {
	display: inline-block;
	background: none;
	border: 0;
	box-sizing: border-box;
	position: relative;
	vertical-align: middle;
  margin-bottom: 10px;

	background: transparent;
	border: 0;
	box-sizing: border-box;
	margin: 1em;
	padding: 1em 2em;
	 /* box-shadow: inset 0 0 0 1px #aaaaaa; */
	position: relative;
	vertical-align: middle;
}
.thumbnail::before,
.thumbnail::after {
	box-sizing: inherit;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	width: 0;
	height: 0;
}
.thumbnail::before {
	top: 0;
	left: 0;
}
.thumbnail::after {
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
}
.thumbnail:hover::before,
.thumbnail:hover::after {
	width: 100%;
	height: 100%;
}
.thumbnail:hover::before {
	border-top-color: #d90202;
	border-right-color: #d90202;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.thumbnail:hover::after {
	border-bottom-color: #d90202;
	border-left-color: #d90202;
	transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}


.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.parallax.parallax_about {
  background-image: url("../images/parallax-home.jpg");
	min-height: 500px;
	/* margin-bottom: 60px; */
	/* margin-bottom: 80px; */
}

/* .parallax.parallax_kontakt {
	background-image: url("../images/parallax-kontakt.jpg");
} */

.parallax.parallax_404 {
	background-image: url("../images/parallax-404.jpg");
	background-size: 100% auto;
}








.thumbnail_glow {
	display: block;
	line-height: 0;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.thumbnail_glow:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	transition: transform 0.6s;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
	z-index: 1;
}
.thumbnail_glow:hover::after {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}
.thumbnail_glow:hover {
	opacity: 0.9;
}
.thumbnail_glow img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: 100%;
	-webkit-transition: all 0.6s;
	 -khtml-transition: all 0.6s;
		 -moz-transition: all 0.6s;
			-ms-transition: all 0.6s;
			 -o-transition: all 0.6s;
					transition: all 0.6s;
}
.thumbnail_glow:hover img {
	transform: scale(1.1);
}


#rodo_container {
	height: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: auto;
	font-size: 12px;
}



/* HOME LINKS */

.header_big {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
.header_big span {
	font-size: 30px;
	font-weight: 700;
}

#home_links {
	margin-left: -20px;
	display: -webkit-flex;
	display: flex;
	margin-top: 40px;
	list-style: none;  
}
#home_links li {
	margin-left: 20px;
	width: calc(100% / 3 - 20px);
	margin-bottom: 0;
}
#home_links li a {
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 0;
	position: relative;
}
#home_links li a img {
	width: 100%;
	filter: brightness(0.7);
	-webkit-filter: brightness(0.7);
	/* filter: brightness(0.6) grayscale(1); */
	-webkit-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
}

#home_links li a:hover img {
	filter: none;
	-webkit-filter: none;

	-webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#home_links li a p {
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-weight: 700;
	font-size: 24px;
	margin: 0;
	width: 100%;
	text-align: center;
}


.pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -5px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.pagination li {
	margin-left: 5px;
}
.pagination li a {
	box-sizing: border-box;
	height: 42px;
	width: 42px;
	font-size: 14px;
	line-height: 40px;
	display: block;
	box-sizing: border-box;
	color: #b6b4b4;
	border: 2px solid #e5e5e5;
	text-align: center;
	border-radius: 5px;
	margin: 0 8px;
	text-decoration: none;
	-webkit-transition: color 0.6s linear, background-color 0.6s linear;
		transition: color 0.6s linear, background-color 0.6s linear;
}
.pagination li.current a,
.pagination li a:hover {
	background-color: #eeeeee;
	color: #303030;
	border-color: #eeeeee;
}
