@media (min-width: 1300px) {
    .container {
        width: auto;
        max-width: 1260px;
    }
}

@media (min-width: 1900px) {
    .container {
        width: auto;
        max-width: 1480px;
    }
}

.container-max {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 1300px) {
  .container-max {
    max-width: 90%;
  }
}

@media (min-width: 1600px) {
  .container-max {
    max-width: 85%;
  }
}

@media (min-width: 1980px) {
  .container-max {
    max-width: 72%;
  }
}

.container-max:before, 
.container-max:after {
    display: table;
    content: "";
}

.container-max:after {
    clear: both;
}



.margin5 {height: 5px; line-height: 0; font-size: 0; }
.margin10 {height: 10px; line-height: 0; font-size: 0; }
.margin20 {height: 20px; line-height: 0; font-size: 0; }
.margin30 {height: 30px; line-height: 0; font-size: 0; }
.margin40 {height: 40px; line-height: 0; font-size: 0; }
.margin50 {height: 50px; line-height: 0; font-size: 0; }
.margin60 {height: 60px; line-height: 0; font-size: 0; }
.margin70 {height: 70px; line-height: 0; font-size: 0; }
.margin80 {height: 80px; line-height: 0; font-size: 0; }
.margin90 {height: 90px; line-height: 0; font-size: 0; }
.margin100 {height: 100px; line-height: 0; font-size: 0; }

.pt-0 {padding-top: 0;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-24 {padding-top: 24px;}
.pt-30 {padding-top: 30px;}
.pt-40 {padding-top: 40px;}
.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}
.pt-70 {padding-top: 70px;}
.pt-80 {padding-top: 80px;}
.pt-90 {padding-top: 90px;}
.pt-100 {padding-top: 100px;}

.pb-0 {padding-bottom: 0;}
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 30px;}
.pb-30 {padding-bottom: 30px;}
.pb-40 {padding-bottom: 40px;}
.pb-50 {padding-bottom: 50px;}
.pb-60 {padding-bottom: 60px;}
.pb-70 {padding-bottom: 70px;}
.pb-80 {padding-bottom: 80px;}
.pb-90 {padding-bottom: 90px;}
.pb-100 {padding-bottom: 100px;}

.mt-0 {margin-top: 0;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 30px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-70 {margin-top: 70px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}
.mt-100 {margin-top: 100px;}

.mb-0 {margin-bottom: 0;}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 30px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}


.header {
	width: 100%;
}

		.top-bar-fixed {
			width: 100%;
			position: fixed;
			z-index: 20;
			background-color: #fff;
			top: -66px;
			display: block;
			transition: top 0.3s;
			box-shadow: 3px 0px 3px 1px rgba(0, 0, 0, .20);
		}

			.top-bar-fixed__ul {
				list-style-type: none;
				padding: 8px 15px;
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				max-width: 1420px;
				margin: 0 auto;
			}

				.top-bar-fixed__logo {}

					.top-bar-fixed__logo a,
					.top-bar-fixed__logo a:visited {}
					.top-bar-fixed__logo a:hover {}

						.top-bar-fixed__logo a img {
							width: 100%;
							height: auto;
							border: 0;
						}

				.top-bar-fixed__nav {
					display: flex;
					align-items: center;
					font-family: 'Oswald', sans-serif;
					font-size: 1.2em;
				}

					.top-bar-fixed__nav__list {
						list-style-type: none;
						margin: 0 0;
						padding: 0 0;
						display: flex;
						flex-direction: row;
					}

						.top-bar-fixed__nav__list li {
							padding: 0 0;
							margin: 0 0 0 15px;
						}
						@media(min-width: 1024px) {
							.top-bar-fixed__nav__list li {
								margin: 0 0 0 44px;
							}
						}

							.top-bar-fixed__nav__list li:first-child {
								margin-left: 0;
							}

							/* .top-bar-fixed__nav__list li a,
							.top-bar-fixed__nav__list li a:visited {
								font-size: .9em;
								font-weight: 300;
								font-family: 'Oswald', sans-serif;
								color: #434141;
								text-decoration: none;
								transition: color .2s ease-in-out;	
								display: none;					
							}
							.top-bar-fixed__nav__list li a:hover {
								color: #8c8989;
								text-decoration: none;
							}

							@media(min-width: 768.1px) {
								.top-bar-fixed__nav__list li a,
								.top-bar-fixed__nav__list li a:visited {
									font-size: 1.5em;
									display: initial;	
								}
							}

							@media(min-width: 1024px) {
								.top-bar-fixed__nav__list li a,
								.top-bar-fixed__nav__list li a:visited {
									font-size: 1.5em;
								}
							}
 */

	.top-bar {
		width: 100%;
		background-color: #fff;
	}
		.top-bar__ul {
			font-family: 'Oswald', sans-serif;
			font-size: 1.4rem;
			list-style-type: none;
			margin: 0 auto;
			padding: 0 0;
			display: flex;
			flex-direction: row;
			align-items: center;
			max-width: 1420px;
		}
			.top-bar__ul__navigation {
				display: none;
				flex: 1;
			}

			@media(min-width: 870px) {
				.top-bar__ul__navigation {
					display: initial;
				}
			}



				.top-bar__ul__navigation ul {
					list-style-type: none;
					margin: 0 40px 0 0;
					padding: 0 0;
					display: flex;
					flex-direction: row;
					justify-content: space-between;
				}
					.top-bar__ul__navigation ul li {}

						.top-bar__ul__navigation ul li a,
						.top-bar__ul__navigation ul li a:visited {
							font-size: .9rem;
							font-weight: 300;
							font-family: 'Oswald', sans-serif;
							color: #434141;
							text-decoration: none;
							transition: color .2s ease-in-out;	
						}						
						.top-bar__ul__navigation ul li a:hover {
							color: #8c8989;
							text-decoration: none;
						}

						@media(min-width: 992px) {
							.top-bar__ul__navigation ul li a,
							.top-bar__ul__navigation ul li a:visited {
								font-size: 1rem;
							}
						}
						@media(min-width: 1024px) {
							.top-bar__ul__navigation ul li a,
							.top-bar__ul__navigation ul li a:visited {
								font-size: 1.1rem;
							}
						}
						@media(min-width: 1200px) {
							.top-bar__ul__navigation ul li a,
							.top-bar__ul__navigation ul li a:visited {
								font-size: 1.4rem;
							}
						}
						@media(min-width: 1400px) {
							.top-bar__ul__navigation ul li a,
							.top-bar__ul__navigation ul li a:visited {
								font-size: 1.5rem;
							}
						}

			.top-bar__ul__logo {
				width: 100px;
				max-width: 100px;
				text-align: center;
				position: relative;
			}
			@media(min-width: 425.1px) {
				.top-bar__ul__logo {
					width: 150px;
					max-width: 150px;
				}	
			}
			@media(min-width: 768.1px) {
				.top-bar__ul__logo {
					width: 200px;
					max-width: 200px;
				}	
			}
			@media(min-width: 1024.1px) {
				.top-bar__ul__logo {
					width: 250px;
					max-width: 250px;
				}	
			}
			@media(min-width: 1200.1px) {
				.top-bar__ul__logo {
					width: 300px;
					max-width: 300px;
				}	
			}

			.top-bar__ul__logo::before {
				content: "";
				display: none;
				width: 100%;
				height: 15px;
				bottom: -15px;
				z-index: 10;
				position: absolute;
				background-color: #fff;
			}

			@media(min-width: 768.1px) {
				.top-bar__ul__logo::before {
					display: block;
				}
			}

			.top-bar__ul__logo::after {
				content: "";
				display: none;
				height: 0;
				width: 0;
				border-left: 100px solid transparent;
				border-right: 100px solid transparent;
				border-top: 15px solid #fff;
				bottom: -30px;
				z-index: 10;
				position: absolute;
			}

			@media(min-width: 768.1px) {
				.top-bar__ul__logo::after {
					border-left: 100px solid transparent;
					border-right: 100px solid transparent;
					display: block;
				}
			}

			@media(min-width: 1024.1px) {
				.top-bar__ul__logo::after {
					border-left: 125px solid transparent;
					border-right: 125px solid transparent;
					display: block;
				}
			}
			@media(min-width: 1200.1px) {
				.top-bar__ul__logo::after {
					border-left: 150px solid transparent;
					border-right: 150px solid transparent;
				}
			}

			@media(min-width: 1200.1px) {
				.top-bar__ul__logo::after {
					border-left: 150px solid transparent;
					border-right: 150px solid transparent;
				}
			}
				.top-bar__ul__logo a,
				.top-bar__ul__logo a:visited {}
				.top-bar__ul__logo a:hover {
					text-decoration: none;					
				}

					.top-bar__ul__logo a img {
						border: 0;
						max-width: 100%;
						height: auto;
						padding: 5px 0;
						position: relative;
						top: 0;
						z-index: 11;
						opacity: 1;
						transition: opacity .2s ease-in-out;
					}


					@media(min-width: 768.1px) {
						.top-bar__ul__logo a img {
							top: 10px;
							padding: 0 0;
							max-width: 90%;
						}
					}

					.top-bar__ul__logo a:hover img{
						opacity: .9;
					}

			.top-bar__ul__contact {
				flex: 1;
				margin-right: 60px;
			}

			@media(min-width: 870px) {
				.top-bar__ul__contact {				
					margin-right: 0;
				}
			}

				.top-bar__ul__contact ul {
					list-style-type: none;
					margin: 0 0 0 0;
					padding: 0 0;
					display: flex;
					flex-direction: row;
					justify-content: flex-end;
				}

					.top-bar__ul__contact ul li {
						font-size: .9rem;
						font-family: 'Oswald', sans-serif;
						font-weight: 300;
						margin-left: 10px;
					}
					@media(min-width: 510.1px) {
						.top-bar__ul__contact ul li {
							margin-left: 20px;
						}
					}
					.top-bar__ul__contact ul li:nth-child(1) {
						display: none;
					}


					@media(min-width: 510.1px) {
						.top-bar__ul__contact ul li:nth-child(1) {
							display: initial;
						}
					}

					.top-bar__ul__contact ul li:first-child {
						margin-left: 0;
					}								


						@media(min-width: 992px) {
							.top-bar__ul__contact ul li {
								font-size: 1rem;
							}
						}
						@media(min-width: 1024px) {
							.top-bar__ul__contact ul li {
								font-size: 1.1rem;
							}
						}
						@media(min-width: 1200px) {
							.top-bar__ul__contact ul li {
								font-size: 1.3rem;
							}
						}
						@media(min-width: 1400px) {
							.top-bar__ul__contact ul li {
								font-size: 1.5rem;
							}
						}
						
							.top-bar__ul__contact ul li .fa {
								color:#485FA4;

								display: flex;
								justify-content: center;
							}

							@media(min-width: 600px) {
								.top-bar__ul__contact ul li .fa {
									display: initial;
									justify-content: unset;
								}
							}

								.top-bar__ul__contact ul li a,
								.top-bar__ul__contact ul li a:visited {
									color: #433f3f;
								}
								.top-bar__ul__contact ul li a:hover {
									color: #8c8989;
									text-decoration: none;
								}





/* swiper */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

	.swiper-01 .swiper-slide img {
		width: 100%;
		border: 0;
	}

		.swiper-01 .swiper-description {
			position: absolute;
			z-index: 1;
			text-shadow: 3px 6px 22px rgba(0, 0, 0, .7)

		}

			.swiper-01 .swiper-description h4 {
				margin-top: 0;
				margin-bottom: 2.5rem;
				font-family: 'Oswald', sans-serif;
				/*font-size: 3.750rem;*/
				font-size: 3.2vw;
				font-weight: 700;
				letter-spacing: .02rem;
				color: #fff;
			}
			.swiper-01 .swiper-description p {
				font-family: 'Oswald', sans-serif;
				/*font-size: 3.750rem;*/
				font-size: 3.2vw;
				font-weight: 300;
				color: #fff;
				line-height: 1rem;
			}

.three-block {
	padding-top: 6.625rem;
	padding-bottom: 4.625rem;
}

.three-block a:hover {
	text-decoration: none;
}

	.three-block__item {
		text-align: center;
		display: flex;
		position: relative;
		flex-direction: column;
		align-items: center;
		/*justify-content: center;*/
		padding-top: 80px;
		border: solid 5px #dddddd;
		min-height: 300px;
		margin-bottom: 1.875rem;
		transition: border-color .4s ease-in-out;
	}
		.three-block__item:hover {
			border-color: #222222;
		}

	@media (min-width: 768px) {
		.three-block__item {
			margin-bottom: 0;
		}
	}

		.three-block__item::before {
			content: "";
			width: 144px;
			height: 5px;
			position: absolute;
			z-index: 1;
			top: -5px;
			background-color: #fff;
		}
		.three-block__item::after {
			content: "";
			width: 120px;
			height: 120px;
			position: absolute;
			z-index: 1;
			top: -63px;
			background-color: #f5f5f5;
			border-radius: 60px;
		}
			.three-block__item.three-block__item--bg01::after,
			.three-block__item.three-block__item--bg02::after,
			.three-block__item.three-block__item--bg03::after {
				background-repeat: no-repeat;
				background-position: center;
			}
			.three-block__item.three-block__item--bg01::after {
				background-image: url(../images/ico-01.jpg);				
			}
			.three-block__item.three-block__item--bg02::after {
				background-image: url(../images/ico-02.jpg);				
			}
			.three-block__item.three-block__item--bg03::after {
				background-image: url(../images/ico-03.jpg);				
			}

		a.three-block__item__url,
		a.three-block__item__url:visited {
			text-decoration: none;
		}
		a.three-block__item__url:hover {
			text-decoration: none;
		}		
			.three-block__item__url .three-block__item h2 {
				margin: 0 0 20px 0;
				font-family: 'Oswald', sans-serif;
				color: #222222;
				font-size: 1.875rem;
				font-weight: 700;
			}
			.three-block__item__url .three-block__item p {
				margin: 0 0 0 0;
				color: #888888;
				font-size: 1rem;
				line-height: 1.188rem;
			}



.silver-section {
	/*background-color: #e9ecee;*/
	/*background-image: url(../images/silver-bg.jpg);
	background-size: cover;
	background-position: right 50%;*/
	min-height: 400px;
	background: transparent;
	padding: 3.5em 0;
}
.parallax-mirror {
	background-color: #e9ecee;
}

	.silver-section h3 {
		margin-top: 0;
		margin-bottom: 1rem;
		color: #333333;
		font-size: 1.875rem;
		font-weight: 400;
		font-family: 'Oswald', sans-serif;
		line-height: 2.25em;
	}

	.silver-section h4 {
		margin-top: 1rem;
		margin-bottom: 1rem;
		color: #000000;
		font-size: 1.375rem;
	}

	.silver-section p {
		font-size: 1rem;
		line-height: 1.313rem;
		color: #444444;
		margin-bottom: 1.500rem;
	}
	.silver-section p:last-of-type {
		margin-bottom: 0;
	}



.ue-section {
	background-color: #f5f5f5;
	background-image: url(../images/ue-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	padding: 2.5em 0;
	position: relative;
}

.ue-section::before {
	content: "";
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f5f5f5;
	width: 100%;
	height: 100%;
	opacity: .75;
}
@media(min-width: 1024px) {
	.ue-section::before {
		display: none;
	}
}

	.ue-section h3 {
		margin-top: 0;
		margin-bottom: 2.500rem;
		font-size: 1.125rem;
		font-family: 'Oswald', sans-serif;
		color: #434040;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	}

	.ue-section h4 {
		margin-top: 2.500rem;
		font-size: 1.125rem;
		font-family: 'Oswald', sans-serif;
		color: #433f3f;
	}
		.ue-section h4 span {
			font-size: 1.500rem;
		}

	.ue-section img {
		border: 0;
		max-width: 100%;
		height: auto;
	}

.wSzczecinie {
	background: #555;
	color: #fff;
	padding: 30px 0 50px;
}
.wSzczecinie p {
	font-size: .9em;
}


.white-section,
.white-section-ins {
	background-color: #fff;
	/*background-image: url(../images/white-section.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto;*/
	padding: 5.625em 0;
	position: relative;
}
	.white-section::before {
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
		opacity: 0.1;
		background-image: url(../images/white-section.jpg);
		background-repeat: no-repeat;
		background-position: right top 100px;
		background-size: auto;
	}

	@media(min-width: 1024px) {
		.white-section::before {
			opacity: 1;
		}
	}

	.white-section h2,
	.white-section-ins h2 {
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 1.750rem;
		font-family: 'Oswald', sans-serif;
		font-weight: 400;
		color:#485FA4;
	}

	.white-section h3,
	.white-section-ins h3 {
		margin-top: 0;
		margin-bottom: 25px;
		font-size: 2rem;
		font-family: 'Oswald', sans-serif;
		font-weight: 300;
		color:#485FA4;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

		.white-section-ins h3:after {
			content: "";
			position: relative;
			background-color:#485FA4;
			height: 2px;
			-webkit-box-flex: 1;
			   -moz-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
			margin-left: 30px
		}

	.white-section-ins h1 {
		font-size: 1.32rem;
		line-height: 2rem;
		color: #333333;	
	}

	.white-section p,
	.white-section-ins p {
		font-size: 1.125rem;
		line-height: 1.625rem;
		color: #333333;		
	}

	.white-section ul,
	.white-section-ins ul {
		list-style-type: none;
		margin: 0 0 1.250em 0;
		padding: 0 0;
	}
		.white-section ul li,
		.white-section-ins ul li {
			font-size: 1rem;
			line-height: 1.525rem;
			color: #333333;	
		}
		@media(min-width: 992px) {
			.white-section ul li,
			.white-section-ins ul li {
				font-size: 1.125rem;
				line-height: 1.625rem;
			}
		}
			.white-section .fa,
			.white-section-ins .fa {
				font-size: 1.125rem;
				color: #7688a1;
			}

.offer {font-size: 1rem;line-height: 1.525rem; width: 100%; text-align: left; }
.offer ul {list-style-type:none; padding-left: 0px;}
.offer ul li {position: relative; padding-left: 50px;}
ul.offer li:after {font-family: 'FontAwesome'; content: "\f046"; z-index: 1; position: absolute; top: 3px; left: 0px; display: inline-block; height: 17px; color: #7688a1; font-size: 1.125rem;}
ul.offer {list-style-type:none; padding-left: 20px;}
ul.offer li {position: relative; padding-left: 25px; list-style-type: none; padding-top: 3px; padding-bottom: 3px;}
.offer li {padding-right: 5px;}

ul.offer ul {list-style-type:none; padding-left: 0px; margin-bottom: 5px;}
ul.offer ul li {position: relative; padding-left: 12px;}
ul.offer ul li:after {font-family: 'FontAwesome'; content: "\f0da"; z-index: 1; position: absolute; top: 3px; left: 0px; display: inline-block; height: 12px; color: #444; font-size: 1rem;}


.our-realisation {
	padding-bottom: 50px;
}
	.our-realisation__wrapper {
		max-width: 1820px;
		margin: 0 auto;
		padding: 0 15px;
	}

		.our-realisation h3 {
			margin-top: 0;
			margin-bottom: 35px;
			text-align: center;
			font-family: 'Oswald', sans-serif;
			/*font-size: 2.5rem; bazowy rozmiar */
			color: #333333;
			/*font-size: 40px;*/
		    /* 100 = viewport width, as 1vw = 1/100th of that
		       So if the container is 50% of viewport (as here)
		       then factor that into how you want it to size.
		       Let's say you like 5vw if it were the whole width,
		       then for this container, size it at 2.5vw (5 * .5 [i.e. 50%])
		    */
		    font-size: 4vw;
		}

		@media(min-width: 768px) {
			.our-realisation h3 {
				font-size: 3.5vw;
			}
		}
		@media(min-width: 992px) {
			.our-realisation h3 {
				font-size: 2.5vw;
			}
		}


			.our-realisation__tabs {}

			.our-realisation__tabs .nav > li > a {
				color: #7688a1;
				font-size: .8rem;
				text-align: center;
			}

			@media(min-width: 992px) {
				.our-realisation__tabs .nav > li > a {
					font-size: 1rem;
				}
			}
			@media(min-width: 1024px) {
				.our-realisation__tabs .nav > li > a {
					font-size: 1.1rem;
				}
			}
			@media(min-width: 1200px) {
				.our-realisation__tabs .nav > li > a {
					font-size: 1.2rem;
				}
			}
			@media(min-width: 1400px) {
				.our-realisation__tabs .nav > li > a {
					font-size: 1.25rem;
				}
			}

			.our-realisation__tabs .tab-pane {
				margin: 40px 0 30px 0;
			}

				.our-realisation__tabs .swiper-container {
					padding-bottom: 50px;
				}

					.our-realisation__tabs .swiper-container-horizontal > .swiper-pagination-bullets {
						bottom: 0;
					}

					.our-realisation__tabs .swiper-pagination-bullet {
						width: 12px;
						height: 12px;
					}
						.our-realisation__tabs .swiper-pagination-bullet {
							background: #7688a1;
						}
						.our-realisation__tabs .swiper-pagination-bullet.swiper-pagination-bullet-active {
							background: #e31e24;
						}

							.our-realisation__tabs .swiper-container {}
								.our-realisation__tabs .swiper-wrapper {}
									.our-realisation__tabs .swiper-slide {}
									.our-realisation__tabs .swiper-slide img {
										border: 0;
										width: 100%;
									}


										.our-realisation__btn,
										.our-realisation__btn:visited {
											background-color: #e31e24;
											color: #fff;
											font-size: 1.25rem;
											font-weight: 400;
											border-radius: 0;
										}
										.our-realisation__btn:hover {
											background-color: #f41f25;
											color: #fff;
										}

.item-gallery {
	overflow: hidden;
	border: 2px solid #7588a1;
	padding: 3px;
	margin-bottom: 25px;
}

.item-reference {
	overflow: hidden;
	border: 0px solid #7588a1;
	padding: 3px;
	margin-bottom: 5px;
}

.item-reference img {
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	max-height: 680px;
}

.item-reference p {
	font-size: .85rem;
	line-height: 1rem;
}

.img-thumb {
	border:0; 
	padding: 0 0; 
	margin:0; 
	max-width: 100% !important;
}

.img-zoom {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}

.transition {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.footer {}

	.footer-top {
		margin: 0;
		padding: 0;
		background-color: #434242;
		position: relative;
	}
		.footer-top::before {
			content: "";
			height: 60px;
			width: 100%;
			position: absolute;
			top: 0;
			z-index: 0;
			background-color: #fff;
		}

		.footer-top::after {
			content: "";
			height: 190px;
			width: 100%;
			position: absolute;
			bottom: 0;
			z-index: 0;
			background-color: #fff;
		}

		.footer-top__col {
			max-width: 1420px;
			margin: 0 auto;
			list-style-type: none;
			padding: 0;
			position: relative;
			z-index: 1;
			display: flex;
			flex-direction: column;
			flex-wrap: wrap;
		}

		@media(min-width: 768px) {}
		@media(min-width: 992px) {}
		@media(min-width: 1024.1px) {
			.footer-top__col {
				display: flex;
				flex-direction: row;
				flex-wrap: nowrap;
			}
		}
		@media(min-width: 1200px) {}
		@media(min-width: 1400px) {

		}

			.footer-top__col__text {
				width: 100%;
				display: flex;
				flex-direction: column;
				justify-content: space-between;
			}
			@media(min-width: 1024.1px) {
				.footer-top__col__text {
					width: 70%;
				}
			}

				.footer-top__col__text__top {
					margin: 0 0 30px 0;
					list-style-type: none;
					padding: 0;
					display: flex;
					flex-direction: column;
					flex-wrap: wrap;
				}
				@media(min-width: 425.1px) {
					.footer-top__col__text__top {
						flex-direction: row;
					}
				}
				@media(min-width: 1024.1px) {
					.footer-top__col__text__top {
						margin-bottom: 0;
					}
				}

					.footer-top__col__text__top li:nth-child(1) {
						margin-left: 0;
						margin-right: 0;
						width: 100%;
						text-align: center;
					}
					@media(min-width: 768px) {
						.footer-top__col__text__top li:nth-child(1) {
							flex: 1;							
							margin-right: 15px;
						}
					}
					@media(min-width: 1024px) {
						.footer-top__col__text__top li:nth-child(1) {
							margin-right: 30px;
							flex: initial;
						}
					}
					@media(min-width: 1200px) {
						.footer-top__col__text__top li:nth-child(1) {
							margin-right: 110px;
							width: auto;
						}
					}

					@media(min-width: 1440px) {
						.footer-top__col__text__top li:nth-child(1) {
							margin-left: 0;
						}
					}
					
						.footer-top__col__text__top li:nth-child(1) img {
							max-width: 100%;
							height: auto;
							border: 0;
						}

					.footer-top__col__text__top li:nth-child(2) {
						flex: 1;
						padding-top: 50px;
						padding-left: 15px;
						padding-right: 15px;
						text-align: center;
					}

					@media(min-width: 768.1px) {
						.footer-top__col__text__top li:nth-child(2) {
							padding-top: 80px;
						}
					}

					@media(min-width: 1024.1px) {
						.footer-top__col__text__top li:nth-child(2) {
							padding-top: 60px;
							padding-left: 0;							
						}
					}

					@media(min-width: 1200.1px) {
						.footer-top__col__text__top li:nth-child(2) {
							padding-top: 145px;
							text-align: left;
						}
					}

						.footer-top__col__text__top li:nth-child(2) p {
							color: #fff;
							font-size: 1rem;
							line-height: 1.1rem;
							font-weight: 500;
						}

						@media(min-width: 1024.1px) {
							.footer-top__col__text__top li:nth-child(2) p {
								font-size: 1.25rem;
								line-height: 1.5rem;
							}
						}

						.footer-top__col__text__top li:nth-child(2) a,
						.footer-top__col__text__top li:nth-child(2) a:visited {
							color: #fff;
							text-decoration: none;
						}
						.footer-top__col__text__top li:nth-child(2) a:hover {
							color: #fff;
							text-decoration: underline;
						}

					.footer-top__col__text__top li:nth-child(3) {
						flex: 1;
						padding-top: 50px;
						padding-left: 15px;
						padding-right: 15px;
						text-align: center;
					}

					@media(min-width: 768.1px) {
						.footer-top__col__text__top li:nth-child(3) {
							padding-top: 80px;
						}
					}

					@media(min-width: 1024.1px) {
						.footer-top__col__text__top li:nth-child(3) {
							padding-top: 60px;
							padding-left: 0;
						}
					}
					@media(min-width: 1200.1px) {
						.footer-top__col__text__top li:nth-child(3) {
							padding-top: 145px;
							text-align: left;
						}
					}
						.footer-top__col__text__top li:nth-child(3) p {
							color: #fff;
							font-size: 0.875rem;
						}

						.footer-top__col__text__top li:nth-child(3) p:first-child {
							margin-bottom: 20px;
						}

				.footer-top__col__text__bottom {
					width: 100%;
					padding-top: 30px;
					padding-bottom: 30px;
					background-color: #fff;
					text-align: center;
				}

				@media(min-width: 1024.1px) {
					.footer-top__col__text__bottom {
						background-color: initial;
						padding-bottom: 0;
						text-align: left;
					}
				}

				.footer-top__col__text__bottom img {
					max-width: 100%;
					height: auto;
					border: 0;
				}

			.footer-top__col__form {
				background-color: #f5f5f5;
				/*width: 440px;*/
				width: 100%;
				min-width: 280px;
				padding: 30px 30px;
			}

			@media(min-width: 1024.1px) {
				.footer-top__col__form {
					width: 30%;
				}
			}

				.footer-top__col__form h4 {
					font-family: 'Oswald', sans-serif;
					font-size: 1.5rem;
					font-weight: 400;
					color: #434242;
					margin-top: 0;
					margin-bottom: 20px;
				}

				.footer-top__col__form p {}

					.footer-top__col__form p span {
						font-size: 0.625rem;
						color: #777777;
						line-height: 12px;
						display: inline-block;
						text-align: justify;
						margin-left: 25px;
					}
						.footer-top__col__form p a,
						.footer-top__col__form p a:visited {
							color: #777777;
							text-decoration: none;
						}
						.footer-top__col__form p a:hover {
							color: #777777;
							text-decoration: underline;
						}


						.form-control.form-control--color {
							border: 0;
							border-radius: 0;
							box-shadow: none;
							margin-bottom: 16px;
						}

							.form-control--color[type="checkbox"] {
								position: absolute;
								z-index: 1;
								margin: 0;
							}

							textarea.form-control.form-control--color {
								height: 140px;
								width: 100%;
							}

							.form-control.form-control--color::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
								color: #777777;
								opacity: 1; /* Firefox */
								font-size: 0.875rem;
							}

							.form-control.form-control--color:-ms-input-placeholder { /* Internet Explorer 10-11 */
								color: #777777;
								font-size: 0.875rem;
							}

							.form-control.form-control--color::-ms-input-placeholder { /* Microsoft Edge */
								color: #777777;
								font-size: 0.875rem;
							}

								.footer-top__col__buttons {
									list-style-type: none;
									margin: 0 0;
									padding: 16px 0 0 0;

									display: flex;
									flex-direction: row;
									justify-content: flex-start;
									flex-wrap: wrap;
								}
									.footer-top__col__buttons li:nth-child(1) {
										width: 50%;
										margin-right: 0;
										text-align: center;
									}

									@media(min-width: 460px) {
										.footer-top__col__buttons li:nth-child(1) {
											width: 120px;
											margin-right: 25px;
											text-align: left;
										}
									}

									.footer-top__col__buttons li:nth-child(2) {	
										width: 50%;									
										margin-right: 0;
										text-align: center;
									}

									@media(min-width: 460px) {
										.footer-top__col__buttons li:nth-child(2) {
											width: 120px;
											margin-right: 0px;
											text-align: left;
										}
									}

									.footer-top__col__buttons li:nth-child(3) {										
										width: 100%;
										margin-top: 20px;
										text-align: center;
									}

									@media(min-width: 460px) {
										.footer-top__col__buttons li:nth-child(3) {										
											width: initial;
											margin-top: initial;
											text-align: left;
										}
									}

										.footer-top__col__buttons li img {
											max-width: 100%;
											min-width: 120px;
											border: 0;
										}

											.footer-top__col__buttons input.form-control--color {
												height: 30px;
												border: solid 1px #cccccc;
												width: 98px;
												min-width: 68px;
												margin: 0 auto;
											}
											@media(min-width: 460px) {
												.footer-top__col__buttons input.form-control--color {
													margin: 0 0 0 0;
												}
											}


										.form__button,
										.form__button:visited {
											background-color: #7688a1;
											color: #fff;
											font-size: 1rem;
											padding: 3px 24px;
											font-family: 'Oswald', sans-serif;
											font-weight: 400;
											letter-spacing: 1px;
											border: 0;
											border-radius: 0;
											height: 30px;
											line-height: 1.5rem;
											margin: 0 auto;
											width: 100%;
										}
										.form__button:hover {

										}

										@media(min-width: 460px) {
											.form__button,
											.form__button:visited {
												width: initial;
											}
										}


	.footer-bottom {
		background-color: #fff;
		padding: 30px 15px;
		text-align: center;
	}
		.footer-bottom::before {
			content: "";
			height: 1px;
			background-color: #aaaaaa;
			/*width: 500px;*/
			max-width: 500px;
			margin: 0 auto;
			display: flex;
			position: relative;
			margin-bottom: 30px;
		}

			.footer-bottom p {
				margin: 0 0;
				font-size: 0.875rem;
				color: #434141;
			}
				.footer-bottom a,
				.footer-bottom a:visited {
					font-size: 0.875rem;
					color: #434141;
				}
				.footer-bottom a:hover {
					color: #aaaaaa;
					text-decoration: underline;
				}

			.footer-bottom span {
				margin: 0 15px;
			}


/*
JQuery Simple MobileMenu
https://github.com/Position2/jQuery-Simple-MobileMenu
*/
body.mmactive {
	overflow: hidden;
}

.mobile-menu {
	display: none;
	position: relative;
	padding-left: 0;
}

.sm_menu_outer.active .mobile-menu {
	display: block;
}

.sm_menu_outer {
	height: calc(100vh - 60px);
	overflow-y: scroll;
	overflow-x: hidden;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: -9;
	width: 100%;
	opacity: 0;
	background-color: #000000;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.sm_menu_outer.active {
	opacity: 1;
	z-index: 999;
}

.sm_menu_outer .mobile-menu a {
	color: #ffffff;
	display: block;
	letter-spacing: 1px;
	padding: 20px 15px;
	text-transform: uppercase;
	text-decoration: none;
}

/*Sub Menu anim */
.sm_menu_outer .mobile-menu li {
	list-style-type: none;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0);
	border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
	color: #ffffff;
}

/*Hamburger Animation */
#sm_menu_ham {
	cursor: pointer;
	float: right;
	height: 25px;
	position: fixed;
	right: 5px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 30px;
	top: 15px;
	right: 15px;
	z-index: 9999;
}

#sm_menu_ham span {
	background-color: #333;
	border-radius: 5px;
	display: block;
	height: 2px;
	left: 0;
	opacity: 1;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 30px;
}

#sm_menu_ham span:nth-child(1) {
	top: 0;
}

#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
	top: 10px;
}

#sm_menu_ham span:nth-child(4) {
	top: 20px;
}

#sm_menu_ham.open span:nth-child(1) {
	left: 50%;
	top: 18px;
	width: 0;
}

#sm_menu_ham.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

#sm_menu_ham.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#sm_menu_ham.open span:nth-child(4) {
	left: 50%;
	top: 18px;
	width: 0;
}

.sm_menu_outer.accordion .mobile-menu .submenu,
.sm_menu_outer.accordion .mobile-menu li.hasChild ul.submenu {
	display: none;
}

.sm_menu_outer.accordion .mobile-menu .hasChild > .submenu li {
	padding-left: 20px;
}

.sm_menu_outer.accordion .mobile-menu li.active > .submenu {
	right: auto;
}

.sm_menu_outer.accordion .mobile-menu li.hasChild > a {
	position: relative;
}

.sm_menu_outer.accordion .mobile-menu li.hasChild > a::before {
	position: absolute;
	content: '';
	background: url("../images/next.png") no-repeat scroll 50% center / 60% auto;
	right: 0;
	top: 20px;
	width: 40px;
	height: 25px;
	transition: all 0.19s ease;
}

.sm_menu_outer.accordion .mobile-menu li.hasChild.active > a::before {
	transform: rotate(89deg);
	transition: all 0.19s ease;
}

@media (min-width:870px) {
	#sm_menu_ham,
	.sm_menu_outer {
		display: none;
	}

}

/* cookie */
.popupCookie {
	padding: 15px 150px 15px 15px;
	min-height: 65px;
	display: none;
	background: #fff;
	position: fixed;
	z-index: 999999;
	border: solid 1px #979797;
	-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
			-webkit-align-items: center;
	        align-items: center;
}

.popupCookie p {
	text-align: left;
	margin: 0 0 0 0;
	font-size: 14px;
	color: #44494c;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6);
}
.popupCookie p a,
.popupCookie p a:visited {
	color: #041824;
	text-decoration: underline;
}
.popupCookie p a:hover {
	color: #041824;
	text-decoration: none;
}
.popupCookie .btn-cookie {
	position: absolute;
	z-index: 1;
	right: 15px;
	background-color: #b70021;
	background-repeat: repeat;
	border: solid 3px #903;
	border-radius: 0;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 6px 20px;

	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.popupCookie .btn-cookie:hover {
	background-color: #fff;
	background-image: none;
	border: solid 1px #333;
	color: #333;
	text-decoration: none;
}


	@media (max-width: 767px) {
		.popupCookie {bottom:0; left:0; width:100%;}
		.no-mobile {display: none;}
	}

	/* sm */
	@media (min-width: 768px) and (max-width: 991px) {
		.popupCookie {bottom:20px; right: 20px; width:80%;}
	}

	/* md */
	@media (min-width: 992px) and (max-width: 1199px) {
		.popupCookie {bottom:20px; right: 20px; width:60%;}
	}

	@media (min-width: 1200px) {
		.popupCookie {bottom:20px; right: 20px; width:50%;}
	}

	@media (min-width: 1960px) {
		.popupCookie {bottom:20px; right: 20px; width:40%;}
	}

/* ./cookie */


/*
font-family: 'Montserrat', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/
