/* Source: style.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

sup {
    vertical-align: super!important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #fff;
}
strong {
	font-weight: 500;
}
/*CSS*/
@font-face {
    font-family: TrueNorth;
    src: url(/web/20220406110449im_/http://manufaktura-smaku.com/fonts/TrueNorth.ttf);
}
body {
	width: 100%;
	background: #030306;
	font-family: 'Kozuka Gothic Pr6N', 'Lato', sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 17px;
    overflow-x: hidden;
}

header {
	width: 100%;
	background-color: #060608;
	top: 0;
	left: 0;
	z-index: 1;
	position: relative;

}
header section {
	width:1150px;
	margin: 0 auto;
	position: relative;
}

.fixed-menu {
	position: fixed;
	top: 0;
	width: 100%;
	transition: all 0.5s;
	background-color: #060608;
	z-index: 9999;
}
.off {
	top: -300px;
}
#logo {
	width: 20%;
}

#logo img, #logo {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height:70%;
	z-index: 7777;
}

nav {
	position: relative;
	height: 150px;
	text-transform: uppercase;
}
.fixed-menu nav {
	height: 60px;
}

header ul {
	list-style: none;
	position: absolute;
	height: 100%;
}

header ul ul {
	position: absolute;
	bottom: auto;
	top: 30px;
	margin: 0;
}
header ul ul {
	margin: 0;
}
header ul.right {
	position: absolute;
	left: 62%;
}
header ul.left {
	position: absolute;
    right: 62%;
}

header ul li {
	position: relative;
	display: inline-block;
	padding: 70px 0;
	font-size: 15px;
}
.fixed-menu ul li {
	padding: 23px 0;
}

header ul a{
	padding: 0 20px;
}
header a.separator {
	border-left: 1px solid #fff;
}

header li::before {
	content: '';
	position: absolute;
	left: 0;
	top: -100px;
	width: 100%;
	height: 5px;
	background: #F00;

}
header li:hover::before {
	top: 0px;
}

 nav li a, nav li span {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        cursor: pointer;
    }
/** fb/insta icon **/
.social {
	position: absolute;
	right: 0;
	height: 75px;
	width: 75px;
	text-align: center;
}

.social img {
	position: absolute;
	top:0;
	right: 0;
	bottom:0;
	left: 0;
	margin: auto;
}

#fb { top: 0; background-color: #0d0e13; }
#fb:hover { background-color: #232B54; }
#insta { bottom: 0; background-color: #2e210f; }
#insta:hover { background-color: #db9f47; }



.info {
	width: 1150px;
	margin: 0 auto;
}
.info:after {
	content: '';
	display: block;
	line-height: 0;
	clear: both;
}

.info .left {
	float: left;
	width: 40%;
}
.info .right {
	float: right;
	width: 55%;
	padding-left: 5%;
	padding-top: 50px;
}
.info h1 {
	font-size: 67px;
	font-weight: 300;
	text-align: right;
	padding: 50px 70px 50px 0;
	border-right: 4px solid #fff;
}
.info h4 {
	text-align: center;
}
.info h4 img {
	width: 30%;
}
.info p {
	margin: 0 0 70px 0;
	line-height: 28px;
	text-align: justify;
}
.grid {
	width: 100%;
	margin: 200px auto 0px auto;
	overflow: hidden;
}
.grid:after {
	content: '';
	display: block;
	line-height: 0;
	clear: both;
}
.grid .left {
	width: 28.5%;
	float: left;
}
.grid .mid {
	width: 28%;
	float: left;
}
.grid .right {
	width: 43.5%;
	float: left;
}
.grid a {
	display: block;
	position: relative;
	overflow: hidden;
	font-family: TrueNorth, sans-serif;
}
.grid a img {
	transition: all 1s;
}
.grid a:hover img  {
	transform: scale(1.1);
	transition: all 1s;
}
.grid span {
	position: relative;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 10%;
	left: 0;
}
.grid span:after {
	content:'';
	display: block;
	margin: 20px auto 0 auto;
	width: 70px;
	height: 7px;
	background-color: #de1f26;
}
.grid > div {
	overflow: hidden;
}

.grid1 {
	max-height: 535px;
	font-size: 46px;
}
.grid1 span {
	top: 38%;
}
.grid2 span {
	top: 10%;
	left: 5%;
	width: auto;
}
.grid2 span:after {
	margin: 20px 0 0 0;
	background-color: #fff;
}
.grid3 {
	float: left;
	width: 50%;
	max-height: 251px;
	font-size: 22px;
}
.grid3 span {
	top: 37%;
	text-align:right;
	left: auto;
	right: 5%;
	height: 90px;
}
.grid3 span:after {
	margin: 20px 0 0 74%;
	background-color: #de1f26;
	position: absolute;
	bottom: 0;
	right: 0;
}
.grid4 {
	float: left;
	width: 50%;
	max-height: 251px;
	font-size: 22px;
}
.grid4 span {
	top: 37%;
    text-align: right;
    left: auto;
    right: 5%;
    height: 90px;
}
.grid4 span:after {
	margin: 20px 0 0 74%;
	background-color: #fff;
	position: absolute;
    bottom: 0;
    right: 0;
}
.grid5 {
	clear: both;
	font-size: 33px;
	color: #fff;
	max-height: 553px;
}
.grid5 span {
	text-align: right;
	left: auto;
	right: 5%;
	height: 90px;
}
.grid5 span:after {
	margin: 20px 0 0 79%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.grid6 {
	clear: both;
	max-height: 553px;
	font-size: 46px;
	color: #000;
}
.grid6 span {
	top: 39%;
}
.grid7 {
	float: left;
	width: 33.3%;
	max-height: 251px;
	font-size: 22px;
}
.grid7 span {
	top: 39%;
	text-align: right;
	left: auto;
	right: 5%;
	height: 90px;
}
.grid7 span:after {
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}

.grid8 {
	float: left;
	width: 33.3%;
	max-height: 250px;
}
.grid9 {
	float: left;
	width: 33.4%;
	max-height: 251px;
	font-size: 22px;
}
.grid9 span {
	top: 39%;
	text-align: right;
	left: auto;
	right: 5%;
	height: 90px;
}
.grid9 span:after {
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}
.pro p {
	margin: 20px 0 20px 0 !important;
}
.info h2 {
	background: url(../images/css-e1eee054.png) 0 0 no-repeat;
	line-height: 61px;
	font-size: 25px;
	padding-left: 14%;
	float: left;
	width: 36%;
}

.info h2.kons{
	background-position: 0 100%;
}
.info a {
	display: block;
	text-align: right;
	font-size: 17px;
	line-height: 32px;
	margin-top: 60px;
}
.info a i {
	width: 17px;
	display: inline-block;
	height: 32px;
	margin: 0 20px;
	vertical-align: middle;
	background: url(../images/css-c20c7107.png) 0 0 no-repeat;
}
.info a i:last-child {
	margin: 0 0 0 20px;
}

.parallax-window {
    min-height: 840px;
    background: transparent;
    position: relative;
}
.slid {
    width: 100%;
	overflow: hidden;

}

.products {
	width: 1050px;
	margin: 150px auto 0 auto;
	padding-bottom: 80px;
}
.products h2 {
	text-align: center;
	font-size: 51px;
	font-weight: 100;
	margin-bottom: 130px;
}
.products h2.ofer {
	margin-bottom: 140px;
}
.info h3  {
	text-align: center;
	font-size: 47px;
	font-weight: 100;
	margin: 70px 0;
}

.products #pr2, .products #pr3 {
	display: none;
}
.products:after {
	content: '';
	display: block;
	line-height: 0;
	clear: both;
}
.products .product:after {
	content: '';
	display: block;
	line-height: 0;
	clear: both;
}
.products .product .photo {
	width: 60%;
	float: left;
	text-align: center;
}
.products .product .desc {
	width: 40%;
	float: right;
	padding-top: 100px;
}
.products .product .desc h3 {
	font-size: 47px;
	font-weight: 300;
}
.products .product .desc h4 {
	font-size: 25px;
	font-weight: 600;
	margin: 10px 0 35px 0;
}
.products .product .desc p {
	font-weight: 300;
	padding: 0 100px 0 30px;
	margin-bottom: 30px;
	position: relative;
}
.products .product .desc p:before {
	content: '';
	width: 13px;
	height: 13px;
	background-color: #db9f47;
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
}
.products .list ul {
}
.products .list ul:after {
	content: '';
	display: block;
	line-height: 0;
	clear: both;
}


.products .prod {
	width: 46%;
	float: left;
	padding: 2%;
}
.products .prod:hover {
	background: rgba(255,255,255,0.1) url(../images/css-2a6e0a9b.png) 100% 100% no-repeat;
	cursor: pointer;

}
.products .prod .photo {
	width: 40%;
	float: left;
	text-align: center;
}
.products .prod .desc {
	width: 60%;
	float: right;
}
.products .prod .desc h3 {
	font-size: 36px;
	font-weight: 300;
}
.products .prod .desc h4 {
	font-size: 17px;
	font-weight: 600;
	margin: 10px 0 35px 0;
}
.products .prod .desc p {
	font-weight: 400;
	padding: 0 20% 0 30px;
	margin-bottom: 10px;
	line-height: 15px;
	position: relative;
	font-size: 12px;
}
.products .prod .desc p:before {
	content: '';
	width: 13px;
	height: 13px;
	background-color: #db9f47;
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
}





.products .list ul li {
	width: 33%;
	float: left;
	padding: 5%;
	box-sizing: border-box;
	cursor: pointer;
}
.products .list ul li:hover {
	background-color: rgba(255,255,255,0.1);
}
.products .list .pr2, .products .list .pr3 {
	display: block;
}
.text {
	width: 1050px;
	margin: 110px auto 0 auto;
	padding-bottom: 80px;
	border-bottom: 1px solid #9c9c9f;
}
.text h2  {
	font-size: 39px;
	text-align: center;
	line-height: 46px;
	margin-bottom: 50px;
}
.text p {
	font-size: 30px;
	text-align: center;
}
.text p span {
	line-height: 84px;
	display: inline-block;
	padding: 0 45px;
}
.text p span:first-child {
	border-right: 3px solid #909198;
}


#contact {
	width: 1050px;
	margin: 0 auto 0 auto;
	padding: 140px 0 0 0;
}
#contact h2 {
	text-align: center;
	font-size: 58px;
	font-weight: 300;
}
#contactform {
	width: 50%;
	margin: 90px auto 0 auto;
}

#contactform input, #contactform textarea {
	width: 100%;
	border-style: solid;
    border-width: 0 0 1px 0;
	border-color: #fff;
	background: transparent;
	max-width: 525px;
	line-height: 31px;
	margin: 0 0 70px 0;
	padding: 0;
	font-weight: 300;
	font-size: 24px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	outline: none;
}

#contactform input::placeholder, #contactform textarea::placeholder {
	font-weight: 300;
	font-size: 24px;
	color: #fff;
	font-family: 'Lato', sans-serif;
}
#contactform textarea {
	min-height: 285px;
}
#contactform button {
	border: 4px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 88px;
	width: 250px;
	margin: 0 auto;
	background: transparent;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 20px;
	display: block;
	cursor: pointer;
}
#contactform button:hover {
	background: rgba(255,255,255,0.2);
}
#contact #message {
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	line-height: 2;
}

footer {
	width: 100%;
	text-align: center;
	margin: 80px 0 35px 0;
}


.omarce {
	width: 1050px;
	margin: 85px auto 0 auto;
}
.omarce .content {
	padding-bottom: 30px;
}
.omarce .content:after {
	content: '';
	display: block;
	line-height: 0;
	clear: both;
}
.omarce .content .left{
	float: left;
	width: 51%;
}
.omarce .content .right{
	float: right;
	width: 43%;
	padding-top: 40px;
}
.omarce .content .right h2 {
	font-size: 51px;
	font-weight: 100;
	line-height: 53px;
	margin-bottom: 30px;
}
.omarce .content .right p {
	font-size: 17px;
	font-weight: 300;
	line-height: 28px;
	margin-top: 40px;
}

.location {
	width: 1050px;
	margin: 100px auto 0 auto;
	border-bottom: 1px solid #9c9d9f;
	padding: 0 0 45px 0;
}
.location h2 {
	text-align: center;
	font-size: 51px;
	font-weight: 100;
	line-height: 53px;
}
#map {
	margin-top: 100px;
}
#map, #map-canvas {
	width: 100%;
	display: block;
	height: 600px;
}
.gm-style {
	color: #000;
	height: auto;
}

.shops {
	width: 1050px;
	margin: 60px auto 0 auto;
	border-bottom: 1px solid #9c9d9f;
	padding: 0 0 50px 0;
}
.shops:after {
	content: '';
	display: block;
	line-height: 0;
	clear: both;
}
.shops .shop {
	width: 20%;
	margin-right: 5%;
	float: left;
	font-size: 14px;
}
.shops .shop :first-child {
	margin: 0;
}
.shops .shop li {
	line-height: 1.2;
	font-weight: 300;
}

.shops .head {
	font-weight: 600!important;
    line-height: 20px;
}

.shops ul {
	margin-top: 10px;
}


#modal {
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 30px 0;
	position: fixed;
	top: 20%;
	left: 0;
	display: none;
	cursor: alias;
}

#modalin {
	width: 1050px;
	margin: 0 auto;
}

#modalin .photo {
	width: 60%;
	float: left;
	text-align: center;
}
#modalin .desc {
	width: 40%;
	float: right;
	padding-top: 100px;
}
#modalin .desc h3 {
	font-size: 47px;
	font-weight: 300;
}
#modalin .desc h4 {
	font-size: 25px;
	font-weight: 600;
	margin: 10px 0 35px 0;
}
#modalin .desc p {
	font-weight: 300;
	padding: 0 100px 0 30px;
	margin-bottom: 30px;
	position: relative;
}
#modalin .desc p:before {
	content: '';
	width: 13px;
	height: 13px;
	background-color: #db9f47;
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
}

.omarce .right a {
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 32px;
	margin-top: 30px;
}
.omarce .right a i {
	width: 17px;
	display: inline-block;
	height: 32px;
	margin: 0 20px 0 0;
	vertical-align: middle;
	background: url(../images/css-c20c7107.png) 0 0 no-repeat;
}
.omarce .right a i:last-child {
	margin: 0 0 0 20px;
}

/* przepisy */
.przepisy {
    margin: 150px 0;
}

.przepisy h1 {
    font-size: 50px;
}

.przepisy .left {

}

.przepisy p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 90px;
}

.parallax {

    /* Set a specific height */
    height: 450px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.parallax .overlay {
    position: absolute;
    height: 450px;
    width: 100%;

    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.parallax .overlay .name p {
    font-size: 60px;
    font-weight: 100;
    line-height: 50px;
}

.parallax .overlay span.bold {
    display: block;
    font-weight: 500;
}

.parallax .overlay span.small {
    font-size: 40px;
}

.parallax .overlay .arrow {
    margin-top: 56px;
}

.przepis {
    padding-top: 104px;
    padding-bottom: 132px;
}

.przepis .skladniki {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.przepis .skladniki h3 {
    font-size: 70px;
    font-weight: 200;
}

.przepis .skladniki ul {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 30px;

    text-align: center;
}

.przepis .sklad {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;

    text-align: justify;
    text-align-last: left;

    margin-top: 30px;
}

.przepis .sezon {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;

    text-align: center;

    margin-top: 30px;
}

.przepis .icons {
    display: flex;
    justify-content: flex-end;

    margin-top: 30px;
}

.przepis .icons .icon {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin: 0 16px;
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
}

.przepis .icons .texticon {
    margin-top: 18px;
}

.przepis .icons .date {
    position: relative;
    margin-top: 25px;
}

.przepis .icons .icon span {
    font-weight: 600;
}

.przepis .icons .icon:last-child {
    margin-right: 0;
}

.poznaj {
	padding-top: 230px;
	padding-bottom: 260px;
}

.poznaj h3 {
	font-size: 67px;
	font-weight: 100;
	line-height: 72px;
}

.name .nalesniki {
	font-size: 4.3em;
}

.name p {
    font-size: 60px;
    font-weight: 100;
    line-height: 72px;
}

span.bold {
    display: block;
    font-weight: 500;
}

span.light {
	display: block;
	font-weight: 100;
}

.name .nalesniki .small {
	font-size: 60px;
	line-height: 79px;
}
span.small {
    font-size: 40px;
}

.skladniki .right {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.mt-80 {
	margin-top: 80px;
}

.mt-130 {
	margin-top: 130px;
}

p.sklad.nalesniki {
	font-size: 17px;
}

.sklad_title {
	font-size: 56px;
	font-weight: 600;
	text-align: center;
	margin-top: 86px;
}

.pictures {
	margin: 15px;
}

.kopytka {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.arrow.left {
	transform: rotate(90deg);
	margin-left: 200px;
}

.arrow.right {
	transform: rotate(-90deg);
	margin-right: 200px;
}

.text-right {
	text-align: right!important;
}

.middle-img {
    position: relative;
}

.middle-img .product {
    position: absolute;
    top: -300px;
	display: inline-flex;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.middle-img .single-product {
    position: absolute;
    top: 600px;
	display: inline-flex;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.top-200 {
	top: -200px!important;
}

.przepis .title {
    font-size: 46px;
    text-align: center;
}

.read_more {

}

.read_more img {
	width: 30px;
    transform: rotate(-90deg);
    vertical-align: middle;
}

.overlay .head_title {
	color: #100901;
	background: #fff;
	padding: 12px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	max-width: 135px;
	min-width: 135px;
}

.overlay .product_name {
	font-size: 36px;
	margin-top: 28px;
}

.overlay .arr {
	margin-top: 75px;
}

.overlay img.arrow_right {
	width: 42px;
}

.what {
	background: #db9f47;
	padding: 150px 0 85px 0;
}

.what .inf {
	font-size: 38px;
}

.what table {
	margin-top: 50px !important;
}

.what table tr td {
	padding: 20px 45px;
}

.what table tr td:first-child {
	border-right: 2px solid rgba(255, 255, 255, .48);
}

.swieze {
	font-size: 40px;
	font-weight: 100;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 12px 15px!important;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px!important;
}

.outer-logo {
    position: relative;
    margin: 80px auto;
    display: block;
    height: autopx;
    width: 100%;
    overflow: hidden;
}

.outer-logo img {
    width: 12%;
}

/*
     FILE ARCHIVED ON 11:04:49 Apr 06, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:16:57 Jul 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/


/* Source: css/owl.carousel.min.css */
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../images/css-162b1b52.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*
     FILE ARCHIVED ON 17:26:43 Feb 02, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:19:01 Jul 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/


/* Source: css/owl.theme.default.min.css */
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*
     FILE ARCHIVED ON 06:00:51 Feb 03, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:20:35 Jul 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/


/* Source: css/font-awesome.min.css */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/web/20220209115754im_/http://manufaktura-smaku.com/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/web/20220209115754im_/http://manufaktura-smaku.com/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),url('/web/20220209115754im_/http://manufaktura-smaku.com/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/web/20220209115754im_/http://manufaktura-smaku.com/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/web/20220209115754im_/http://manufaktura-smaku.com/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url(../images/css-1d947c41.svg) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*
     FILE ARCHIVED ON 11:57:54 Feb 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:21:40 Jul 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/


/* Source: css/rwd.css */
@media (min-width: 768px) {
    .overlay .product_name {
    	font-size: 54px;
    }

    .parallax {
        height: 650px;
    }

    .parallax .overlay {
        height: 650px;
    }

    .parallax .overlay .name p {
        font-size: 72px;
        line-height: 76px;
    }

    .parallax .overlay span.small {
        font-size: .6em;
    }

    .przepis .skladniki {

    }

    .przepis .skladniki h3 {
        font-size: 6.5em;
    }

    .przepis .sklad {

    }
    .przepisy h1 {
        font-size: 3.95em;
    }
}

@media (max-width:991px) {
    .bottom-images p {
    	font-size: 54px!important;
    }

    .mt-30 {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .overlay .product_name {
    	font-size: 50px;
    }

    .first {
        position: relative;
        margin-left: 50px;
    }

    .first h3 {
        position: absolute;
        left: 40px;
    }

    .first ul {
        position: absolute;
        right: 30%;
    }

    .parallax {
        height: 850px;
    }

    .parallax .overlay {
        height: 850px;
    }

    .parallax .overlay .arrow {
        margin-top: 116px;
    }

    .przepis {
        padding-top: 104px;
        padding-bottom: 132px;
    }

    .przepis_pt {
        padding-top: 360px;
    }

    .przepis .skladniki {
        flex-direction: row;
    }

    .przepis .skladniki ul {
        margin: inherit;
        text-align: inherit;
    }

    .przepis .sklad {
        padding: 0 30px;
    }

    .przepis .icons {
        margin-top: 70px;
        padding-right: 25px;
    }

    .przepisy {
        margin-top: 270px;
        margin-bottom: 280px;
    }

    .przepisy .flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-content: flex-start;
        align-items: center;
    }

    .VerticalLine {
        width: 4px;
        height: 270px;
        background: #fff;
    }

    .przepisy p {
        margin-top: 0;
    }

    .przepisy .VerticalLine {
        background: rgba(255,255,255, 1);
        width: 4px;
        height: 256px;
    }

    .przepis_dol .product {
        font-size: 86px;
    }

    .przepis_dol .overlay {
        text-align: inherit;
        align-items: inherit;
    }
}

@media (min-width: 1200px) {
    .przepis .sklad {
        padding: 0 70px;
    }

    .przepis .icons {
        padding-right: 65px;
    }

    .overlay .product_name {
    	font-size: 3.5em;
    }
}

@media screen and (max-width: 1150px) {
	.omarce, .location {
    	width: 100%;
	}
	
	.logo_big img {
		max-width: 31.4%;
	}

	.omarce .logo_big img {
		width: 31.4%;
	}
	header section {
		width: 100%;
	}
	.info h2 {
		width: calc(50% - 85px);
		padding: 0 0 0 85px;
	}
	.info .left {
		width: 60%;
		margin: 0 auto;
		float: none;
	}
	.info .right {
		width: 80%;
		margin: 0 auto;
		float: none;
		padding: 0;
	}
	.info h1 {
		text-align: center;
		border: none;
		margin: 0;
		padding: 0;
	}
	.grid1 {
		font-size: 30px;
	}
	.grid3,.grid4,.grid7,.grid9 {
		font-size: 15px;
	}
}

@media screen and (max-width: 1400px) {



    nav li a, nav li span {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        cursor: pointer;
    }


.omarce {
	margin: 155px auto 0 auto;
}

.omarce .logo_big img {
	width: 27.8%;
}

.omarce .content {
    padding-top: 100px;
    padding-bottom: 30px;
}

.info p {
    margin: 60px 0 80px 0;
    line-height: 24px;
    text-align: justify;
	font-size:14px;
}

.info h3 {
    text-align: center;
    font-size: 47px;
    font-weight: 100;
    margin-top: 60px;
}


.logo_big img {
	max-width: 44%;
}

.info h2 {
    line-height: 61px;
    font-size: 16px;
}

.info a {
    display: block;
    text-align: right;
    font-size: 15px;
    line-height: 32px;
    margin-top: 30px;
}

.parallax-mirror {
	height: 500px!important;
}

.parallax-window {
    min-height: 500px;
}

    .parallax-window .overlay {
        min-height: 500px;
    }


.products h2 {
    font-size: 40px;
    margin-bottom: 100px;
}


.products .product .photo {
	box-sizing: border-box;
    width: 40%;
	margin-left: 10%;
    text-align: center;
}

.products .product .desc h3 {
    font-size: 45px;
    font-weight: 300;
}

.products .product .desc p {
    font-size: 14px;
}


.products .product .desc {
    width: 35%;
    float: right;
    padding-top: 100px;
	margin-right: 10%;
}

.products .list ul li {
    width: 28%;
}

.products .list ul {
    margin-left: 12%;
}

.text {
    width: 1080px;
    margin: 60px auto 0 auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #9c9c9f;
}

.text h2 {
    font-size: 29px;
    text-align: center;
    line-height: 46px;
    margin-bottom: 50px;
}

.text p {
    font-size: 25px;
    text-align: center;
}


@media screen and (max-width: 1400px) and (max-height: 900px){


#modal {
	height: 430px;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    padding: 30px 0;
    position: fixed;
    top: 9%;
	bottom: 0;
	margin: auto;
    left: 0;
    display: none;
    cursor: alias;
}

#modalin .photo {
	margin-left: 80px;
    width: 35%;
    float: left;
    text-align: center;
}

}




@media screen and (max-width: 1200px) {
    header ul li {
    	position: relative;
    	display: block;
    	padding: 10px 0;
    	font-size: 15px;
	}

	header a.separator {
    	border-left: none;
	}
	header ul {
    	list-style: none;
    	position: absolute;
		top: 20px;
		height: auto;
	}
	ul.left {
		text-align: right;
	}

	.fixed-menu nav {
    	display: none;
	}

}

@media screen and (max-width: 992px) {
    .middle-img .product {
        position: inherit;
        top: 0;
        display: block;
    }

    .middle-img .product li:nth-child(n+2) {
    	margin-top: 40px;
    }

    .top-200 {
        top: 0 !important;
    }
}

@media screen and (max-width: 900px) {
	header {
		position: relative;
	}
	header section {
		width: 100%;
	}
	nav li a, nav li span {
		padding: 0 2%;
		border: none;
	}
	#logo {
		float: none;
		margin: 0 auto;
	}
	nav {
		float: none;
		margin: 0 auto;
	}
	.info, .omarce {
		margin: 100px auto 0 auto;
	}
	.omarce .content {
		padding-top: 100px;
	}
	.info p {
		margin: 90px 0 50px 0;
	}
	.info a {
		margin-top: 30px;
	}
	.parallax-window {
		margin-top: 50px;
		min-height: 350px;
	}
    .parallax-window .overlay {
        min-height: 350px;
    }
    .parallax-window .overlay p {
        font-size: 60px!important;
    }
    .parallax-window .overlay p span.small{
        font-size: 40px!important;
    }
	.products {
		margin: 70px auto 0 auto;
	}
	.products h2 {
		margin-bottom: 70px;
	}
	#contactform {
		width: 70%;
	}
	#contact {
		padding: 70px 0 0 0;
	}
	#contactform input, #contactform textarea {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	.grid {
    	height: 100%!important;
	}





}
@media screen and (max-width: 800px) {

	#logo {
		width: auto;
	}

	.col-xs-12 {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
}

	header ul.left {
    	position: absolute;
		top: 165px;
    	left: 0;
		right: 0;
		margin: auto;
	}

	header ul.right {
    	position: absolute;
		top: 270px;
    	left: 0;
		right: 0;
		margin: auto;
	}
	header ul {
		width: 200px;
		left: 0;
		right: 0;
		margin: auto;
	}

	#logo img, #logo {
    	height: 40%;
		z-index: 0;
	}

	header li::before {
    	top: -1000px;
	}

	nav {
    	position: relative;
    	height: 540px;
    	text-transform: uppercase;
	}
	#fb {
    	position: absolute;
    	right: 0;
    	top: 405px;
    	background-color: #0d0e13;
    	line-height: 57px;
    	width: 100%;
    	height: 60px;
    }
	#insta {
    	position: absolute;
    	right: 0;
    	top: 465px;
    	background-color: #0d0e13;
    	line-height: 57px;
    	width: 100%;
    	height: 60px;
    }

	.products {
    	width: auto;
	}
	#contact {
   	 	width: auto;
	}

	ul.left, ul.right {
    	text-align: center;
	}

	.products .product .desc p {
		padding: 0px 20px 0 30px;
	}
	.products .product .desc {
		padding-top: 30px;
	}
	#modalin .desc p {
		padding: 0 20px 0 30px;
	}
	.text p span:first-child {
		border: none;
	}
	.info {
		padding-top: 50px;
	}
	.grid .left {
		width: 50%;
	}
	.grid .mid {
		width: 50%;
	}
	.grid .right {
		width: 100%;
	}
}
@media screen and (max-width: 680px) {
	.info {
		width: 95%;
	}
	.info .left {
		width: 100%;
	}
	.info .right {
		width: 100%;
	}
	.info h1 {
		width: 100%;
		font-size: 50px;
	}
	.info h2 {
		float: none;
		margin: 0 auto 40px auto;
		width: calc(100% - 85px);
	}
	.products .product .desc p {
		padding: 0px 20px 0 30px;
	}

	.omarce .content .left {
		float: none;
		width: 50%;
		margin: 0 auto;
	}
	.omarce .content .right {
		float: none;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.products .prod {
		width: 96%;
	}
	#modal {
		display: none !important;
	}
	.products .prod:hover {
		background: none;
		cursor: default;
	}
	.text p span {
		font-size: 25px;
		padding: 0;
	}
}
@media screen and (max-width: 600px) {
	.products .product .photo {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	.products .product .desc {
		width: 70%;
		float: none;
		margin: 0 auto;
	}
	.products h2.ofer{
		margin-bottom: 70px;
	}
	.text p span {
		padding: 0;
	}
	.grid .left {
		width: 100%;
	}
	.grid .mid {
		width: 100%;
	}
	.grid .right {
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
	#logo {
		width: auto;
	}

	.text p span {
		font-size: 18px;
		padding: 0;
	}
	.slid {
		display: none;
	}
	nav li {
		width: 100%;
		height: auto;
		padding: 20px 0;
	}

	.omarce .logo_big img {
    	width: 72.4%;
	}


	.info {
		margin-top: 50px;
	}
	.products h2,.products .product .desc h3, #contact h2,.location h2 {
	font-size: 40px;
	}
	.text h2 {
		font-size: 30px;
	}
	.info h2, .products .prod .desc h3 {
		font-size: 20px;
	}
	.products .prod .desc p {
		padding: 0 0 0 20px;
	}
	#contactform button {
		width: 100%;
	}
	#contactform  {
		width: 90%;
	}
	.shops .shop {
		width: 45%;
	}
}

/*
     FILE ARCHIVED ON 12:52:18 Jan 04, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:22:55 Jul 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/


/* Source: css/flex.css */
.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;}
@media (min-width:576px){.container{width:540px;max-width:100%;}
}
@media (min-width:768px){.container{width:720px;max-width:100%;}
}
@media (min-width:992px){.container{width:960px;max-width:100%;}
}
@media (min-width:1200px){.container{width:1140px;max-width:100%;}
}
.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;}
.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
@media (min-width:576px){.row{margin-right:-15px;margin-left:-15px;}
}
@media (min-width:768px){.row{margin-right:-15px;margin-left:-15px;}
}
@media (min-width:992px){.row{margin-right:-15px;margin-left:-15px;}
}
@media (min-width:1200px){.row{margin-right:-15px;margin-left:-15px;}
}
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12{position:relative;min-height:1px;width:100%;padding-right:15px;padding-left:15px;}
@media (min-width:576px){.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12{padding-right:15px;padding-left:15px;}
}
@media (min-width:768px){.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12{padding-right:15px;padding-left:15px;}
}
@media (min-width:992px){.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12{padding-right:15px;padding-left:15px;}
}
@media (min-width:1200px){.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12{padding-right:15px;padding-left:15px;}
}
.col-xs{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.col-xs-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-xs-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-xs-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-xs-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-xs-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-xs-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-xs-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-xs-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-xs-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-xs-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-xs-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-xs-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.pull-xs-0{right:auto;}
.pull-xs-1{right:8.333333%;}
.pull-xs-2{right:16.666667%;}
.pull-xs-3{right:25%;}
.pull-xs-4{right:33.333333%;}
.pull-xs-5{right:41.666667%;}
.pull-xs-6{right:50%;}
.pull-xs-7{right:58.333333%;}
.pull-xs-8{right:66.666667%;}
.pull-xs-9{right:75%;}
.pull-xs-10{right:83.333333%;}
.pull-xs-11{right:91.666667%;}
.pull-xs-12{right:100%;}
.push-xs-0{left:auto;}
.push-xs-1{left:8.333333%;}
.push-xs-2{left:16.666667%;}
.push-xs-3{left:25%;}
.push-xs-4{left:33.333333%;}
.push-xs-5{left:41.666667%;}
.push-xs-6{left:50%;}
.push-xs-7{left:58.333333%;}
.push-xs-8{left:66.666667%;}
.push-xs-9{left:75%;}
.push-xs-10{left:83.333333%;}
.push-xs-11{left:91.666667%;}
.push-xs-12{left:100%;}
.offset-xs-1{margin-left:8.333333%;}
.offset-xs-2{margin-left:16.666667%;}
.offset-xs-3{margin-left:25%;}
.offset-xs-4{margin-left:33.333333%;}
.offset-xs-5{margin-left:41.666667%;}
.offset-xs-6{margin-left:50%;}
.offset-xs-7{margin-left:58.333333%;}
.offset-xs-8{margin-left:66.666667%;}
.offset-xs-9{margin-left:75%;}
.offset-xs-10{margin-left:83.333333%;}
.offset-xs-11{margin-left:91.666667%;}
@media (min-width:576px){.col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.pull-sm-0{right:auto;}
.pull-sm-1{right:8.333333%;}
.pull-sm-2{right:16.666667%;}
.pull-sm-3{right:25%;}
.pull-sm-4{right:33.333333%;}
.pull-sm-5{right:41.666667%;}
.pull-sm-6{right:50%;}
.pull-sm-7{right:58.333333%;}
.pull-sm-8{right:66.666667%;}
.pull-sm-9{right:75%;}
.pull-sm-10{right:83.333333%;}
.pull-sm-11{right:91.666667%;}
.pull-sm-12{right:100%;}
.push-sm-0{left:auto;}
.push-sm-1{left:8.333333%;}
.push-sm-2{left:16.666667%;}
.push-sm-3{left:25%;}
.push-sm-4{left:33.333333%;}
.push-sm-5{left:41.666667%;}
.push-sm-6{left:50%;}
.push-sm-7{left:58.333333%;}
.push-sm-8{left:66.666667%;}
.push-sm-9{left:75%;}
.push-sm-10{left:83.333333%;}
.push-sm-11{left:91.666667%;}
.push-sm-12{left:100%;}
.offset-sm-0{margin-left:0%;}
.offset-sm-1{margin-left:8.333333%;}
.offset-sm-2{margin-left:16.666667%;}
.offset-sm-3{margin-left:25%;}
.offset-sm-4{margin-left:33.333333%;}
.offset-sm-5{margin-left:41.666667%;}
.offset-sm-6{margin-left:50%;}
.offset-sm-7{margin-left:58.333333%;}
.offset-sm-8{margin-left:66.666667%;}
.offset-sm-9{margin-left:75%;}
.offset-sm-10{margin-left:83.333333%;}
.offset-sm-11{margin-left:91.666667%;}
}
@media (min-width:768px){.col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.pull-md-0{right:auto;}
.pull-md-1{right:8.333333%;}
.pull-md-2{right:16.666667%;}
.pull-md-3{right:25%;}
.pull-md-4{right:33.333333%;}
.pull-md-5{right:41.666667%;}
.pull-md-6{right:50%;}
.pull-md-7{right:58.333333%;}
.pull-md-8{right:66.666667%;}
.pull-md-9{right:75%;}
.pull-md-10{right:83.333333%;}
.pull-md-11{right:91.666667%;}
.pull-md-12{right:100%;}
.push-md-0{left:auto;}
.push-md-1{left:8.333333%;}
.push-md-2{left:16.666667%;}
.push-md-3{left:25%;}
.push-md-4{left:33.333333%;}
.push-md-5{left:41.666667%;}
.push-md-6{left:50%;}
.push-md-7{left:58.333333%;}
.push-md-8{left:66.666667%;}
.push-md-9{left:75%;}
.push-md-10{left:83.333333%;}
.push-md-11{left:91.666667%;}
.push-md-12{left:100%;}
.offset-md-0{margin-left:0%;}
.offset-md-1{margin-left:8.333333%;}
.offset-md-2{margin-left:16.666667%;}
.offset-md-3{margin-left:25%;}
.offset-md-4{margin-left:33.333333%;}
.offset-md-5{margin-left:41.666667%;}
.offset-md-6{margin-left:50%;}
.offset-md-7{margin-left:58.333333%;}
.offset-md-8{margin-left:66.666667%;}
.offset-md-9{margin-left:75%;}
.offset-md-10{margin-left:83.333333%;}
.offset-md-11{margin-left:91.666667%;}
}
@media (min-width:992px){.col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.pull-lg-0{right:auto;}
.pull-lg-1{right:8.333333%;}
.pull-lg-2{right:16.666667%;}
.pull-lg-3{right:25%;}
.pull-lg-4{right:33.333333%;}
.pull-lg-5{right:41.666667%;}
.pull-lg-6{right:50%;}
.pull-lg-7{right:58.333333%;}
.pull-lg-8{right:66.666667%;}
.pull-lg-9{right:75%;}
.pull-lg-10{right:83.333333%;}
.pull-lg-11{right:91.666667%;}
.pull-lg-12{right:100%;}
.push-lg-0{left:auto;}
.push-lg-1{left:8.333333%;}
.push-lg-2{left:16.666667%;}
.push-lg-3{left:25%;}
.push-lg-4{left:33.333333%;}
.push-lg-5{left:41.666667%;}
.push-lg-6{left:50%;}
.push-lg-7{left:58.333333%;}
.push-lg-8{left:66.666667%;}
.push-lg-9{left:75%;}
.push-lg-10{left:83.333333%;}
.push-lg-11{left:91.666667%;}
.push-lg-12{left:100%;}
.offset-lg-0{margin-left:0%;}
.offset-lg-1{margin-left:8.333333%;}
.offset-lg-2{margin-left:16.666667%;}
.offset-lg-3{margin-left:25%;}
.offset-lg-4{margin-left:33.333333%;}
.offset-lg-5{margin-left:41.666667%;}
.offset-lg-6{margin-left:50%;}
.offset-lg-7{margin-left:58.333333%;}
.offset-lg-8{margin-left:66.666667%;}
.offset-lg-9{margin-left:75%;}
.offset-lg-10{margin-left:83.333333%;}
.offset-lg-11{margin-left:91.666667%;}
}
@media (min-width:1200px){.col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.pull-xl-0{right:auto;}
.pull-xl-1{right:8.333333%;}
.pull-xl-2{right:16.666667%;}
.pull-xl-3{right:25%;}
.pull-xl-4{right:33.333333%;}
.pull-xl-5{right:41.666667%;}
.pull-xl-6{right:50%;}
.pull-xl-7{right:58.333333%;}
.pull-xl-8{right:66.666667%;}
.pull-xl-9{right:75%;}
.pull-xl-10{right:83.333333%;}
.pull-xl-11{right:91.666667%;}
.pull-xl-12{right:100%;}
.push-xl-0{left:auto;}
.push-xl-1{left:8.333333%;}
.push-xl-2{left:16.666667%;}
.push-xl-3{left:25%;}
.push-xl-4{left:33.333333%;}
.push-xl-5{left:41.666667%;}
.push-xl-6{left:50%;}
.push-xl-7{left:58.333333%;}
.push-xl-8{left:66.666667%;}
.push-xl-9{left:75%;}
.push-xl-10{left:83.333333%;}
.push-xl-11{left:91.666667%;}
.push-xl-12{left:100%;}
.offset-xl-0{margin-left:0%;}
.offset-xl-1{margin-left:8.333333%;}
.offset-xl-2{margin-left:16.666667%;}
.offset-xl-3{margin-left:25%;}
.offset-xl-4{margin-left:33.333333%;}
.offset-xl-5{margin-left:41.666667%;}
.offset-xl-6{margin-left:50%;}
.offset-xl-7{margin-left:58.333333%;}
.offset-xl-8{margin-left:66.666667%;}
.offset-xl-9{margin-left:75%;}
.offset-xl-10{margin-left:83.333333%;}
.offset-xl-11{margin-left:91.666667%;}
}
.clearfix::after{content:"";display:table;clear:both;}
.d-block{display:block !important;}
.d-inline-block{display:inline-block !important;}
.d-inline{display:inline !important;}
.flex-xs-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}
.flex-xs-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;}
.flex-xs-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;}
.flex-items-xs-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}
.flex-items-xs-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-items-xs-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;}
.flex-xs-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;}
.flex-xs-middle{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;}
.flex-xs-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;}
.flex-items-xs-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}
.flex-items-xs-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-items-xs-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}
.flex-items-xs-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;}
.flex-items-xs-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
@media (min-width:576px){.flex-sm-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}
.flex-sm-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;}
.flex-sm-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;}
}
@media (min-width:576px){.flex-items-sm-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}
.flex-items-sm-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-items-sm-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;}
}
@media (min-width:576px){.flex-sm-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;}
.flex-sm-middle{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;}
.flex-sm-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;}
}
@media (min-width:576px){.flex-items-sm-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}
.flex-items-sm-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-items-sm-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}
.flex-items-sm-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;}
.flex-items-sm-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
}
@media (min-width:768px){.flex-md-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}
.flex-md-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;}
.flex-md-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;}
}
@media (min-width:768px){.flex-items-md-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}
.flex-items-md-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-items-md-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;}
}
@media (min-width:768px){.flex-md-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;}
.flex-md-middle{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;}
.flex-md-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;}
}
@media (min-width:768px){.flex-items-md-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}
.flex-items-md-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-items-md-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}
.flex-items-md-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;}
.flex-items-md-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
}
@media (min-width:992px){.flex-lg-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}
.flex-lg-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;}
.flex-lg-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;}
}
@media (min-width:992px){.flex-items-lg-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}
.flex-items-lg-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-items-lg-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;}
}
@media (min-width:992px){.flex-lg-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;}
.flex-lg-middle{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;}
.flex-lg-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;}
}
@media (min-width:992px){.flex-items-lg-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}
.flex-items-lg-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-items-lg-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}
.flex-items-lg-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;}
.flex-items-lg-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
}
@media (min-width:1200px){.flex-xl-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}
.flex-xl-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;}
.flex-xl-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;}
}
@media (min-width:1200px){.flex-items-xl-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}
.flex-items-xl-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-items-xl-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;}
}
@media (min-width:1200px){.flex-xl-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;}
.flex-xl-middle{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;}
.flex-xl-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;}
}
@media (min-width:1200px){.flex-items-xl-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}
.flex-items-xl-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-items-xl-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}
.flex-items-xl-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;}
.flex-items-xl-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
}
.float-xs-left{float:left !important;}
.float-xs-right{float:right !important;}
.float-xs-none{float:none !important;}
@media (min-width:576px){.float-sm-left{float:left !important;}
.float-sm-right{float:right !important;}
.float-sm-none{float:none !important;}
}
@media (min-width:768px){.float-md-left{float:left !important;}
.float-md-right{float:right !important;}
.float-md-none{float:none !important;}
}
@media (min-width:992px){.float-lg-left{float:left !important;}
.float-lg-right{float:right !important;}
.float-lg-none{float:none !important;}
}
@media (min-width:1200px){.float-xl-left{float:left !important;}
.float-xl-right{float:right !important;}
.float-xl-none{float:none !important;}
}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}
.sr-only-focusable:active, .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;}
.w-100{width:100% !important;}
.h-100{height:100% !important;}
.mx-auto{margin-right:auto !important;margin-left:auto !important;}
.m-0{margin:0 0 !important;}
.mt-0{margin-top:0 !important;}
.mr-0{margin-right:0 !important;}
.mb-0{margin-bottom:0 !important;}
.ml-0{margin-left:0 !important;}
.mx-0{margin-right:0 !important;margin-left:0 !important;}
.my-0{margin-top:0 !important;margin-bottom:0 !important;}
.m-1{margin:1rem 1rem !important;}
.mt-1{margin-top:1rem !important;}
.mr-1{margin-right:1rem !important;}
.mb-1{margin-bottom:1rem !important;}
.ml-1{margin-left:1rem !important;}
.mx-1{margin-right:1rem !important;margin-left:1rem !important;}
.my-1{margin-top:1rem !important;margin-bottom:1rem !important;}
.m-2{margin:1.5rem 1.5rem !important;}
.mt-2{margin-top:1.5rem !important;}
.mr-2{margin-right:1.5rem !important;}
.mb-2{margin-bottom:1.5rem !important;}
.ml-2{margin-left:1.5rem !important;}
.mx-2{margin-right:1.5rem !important;margin-left:1.5rem !important;}
.my-2{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}
.m-3{margin:3rem 3rem !important;}
.mt-3{margin-top:3rem !important;}
.mr-3{margin-right:3rem !important;}
.mb-3{margin-bottom:3rem !important;}
.ml-3{margin-left:3rem !important;}
.mx-3{margin-right:3rem !important;margin-left:3rem !important;}
.my-3{margin-top:3rem !important;margin-bottom:3rem !important;}
.p-0{padding:0 0 !important;}
.pt-0{padding-top:0 !important;}
.pr-0{padding-right:0 !important;}
.pb-0{padding-bottom:0 !important;}
.pl-0{padding-left:0 !important;}
.px-0{padding-right:0 !important;padding-left:0 !important;}
.py-0{padding-top:0 !important;padding-bottom:0 !important;}
.p-1{padding:1rem 1rem !important;}
.pt-1{padding-top:1rem !important;}
.pr-1{padding-right:1rem !important;}
.pb-1{padding-bottom:1rem !important;}
.pl-1{padding-left:1rem !important;}
.px-1{padding-right:1rem !important;padding-left:1rem !important;}
.py-1{padding-top:1rem !important;padding-bottom:1rem !important;}
.p-2{padding:1.5rem 1.5rem !important;}
.pt-2{padding-top:1.5rem !important;}
.pr-2{padding-right:1.5rem !important;}
.pb-2{padding-bottom:1.5rem !important;}
.pl-2{padding-left:1.5rem !important;}
.px-2{padding-right:1.5rem !important;padding-left:1.5rem !important;}
.py-2{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}
.p-3{padding:3rem 3rem !important;}
.pt-3{padding-top:3rem !important;}
.pr-3{padding-right:3rem !important;}
.pb-3{padding-bottom:3rem !important;}
.pl-3{padding-left:3rem !important;}
.px-3{padding-right:3rem !important;padding-left:3rem !important;}
.py-3{padding-top:3rem !important;padding-bottom:3rem !important;}
.pos-f-t{position:fixed;top:0;right:0;left:0;z-index:1030;}
.text-justify{text-align:justify !important;}
.text-nowrap{white-space:nowrap !important;}
.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.text-xs-left{text-align:left !important;}
.text-xs-right{text-align:right !important;}
.text-xs-center{text-align:center !important;}
@media (min-width:576px){.text-sm-left{text-align:left !important;}
.text-sm-right{text-align:right !important;}
.text-sm-center{text-align:center !important;}
}
@media (min-width:768px){.text-md-left{text-align:left !important;}
.text-md-right{text-align:right !important;}
.text-md-center{text-align:center !important;}
}
@media (min-width:992px){.text-lg-left{text-align:left !important;}
.text-lg-right{text-align:right !important;}
.text-lg-center{text-align:center !important;}
}
@media (min-width:1200px){.text-xl-left{text-align:left !important;}
.text-xl-right{text-align:right !important;}
.text-xl-center{text-align:center !important;}
}
.text-lowercase{text-transform:lowercase !important;}
.text-uppercase{text-transform:uppercase !important;}
.text-capitalize{text-transform:capitalize !important;}
.font-weight-normal{font-weight:normal;}
.font-weight-bold{font-weight:bold;}
.font-italic{font-style:italic;}
.text-white{color:#fff !important;}
.text-muted{color:#818a91 !important;}
a.text-muted:focus, a.text-muted:hover{color:#687077 !important;}
.text-primary{color:#0275d8 !important;}
a.text-primary:focus, a.text-primary:hover{color:#025aa5 !important;}
.text-success{color:#5cb85c !important;}
a.text-success:focus, a.text-success:hover{color:#449d44 !important;}
.text-info{color:#5bc0de !important;}
a.text-info:focus, a.text-info:hover{color:#31b0d5 !important;}
.text-warning{color:#f0ad4e !important;}
a.text-warning:focus, a.text-warning:hover{color:#ec971f !important;}
.text-danger{color:#d9534f !important;}
a.text-danger:focus, a.text-danger:hover{color:#c9302c !important;}
.text-gray-dark{color:#373a3c !important;}
a.text-gray-dark:focus, a.text-gray-dark:hover{color:#1f2021 !important;}
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.invisible{visibility:hidden !important;}
.hidden-xs-up{display:none !important;}
@media (max-width:575px){.hidden-xs-down{display:none !important;}
}
@media (min-width:576px){.hidden-sm-up{display:none !important;}
}
@media (max-width:767px){.hidden-sm-down{display:none !important;}
}
@media (min-width:768px){.hidden-md-up{display:none !important;}
}
@media (max-width:991px){.hidden-md-down{display:none !important;}
}
@media (min-width:992px){.hidden-lg-up{display:none !important;}
}
@media (max-width:1199px){.hidden-lg-down{display:none !important;}
}
@media (min-width:1200px){.hidden-xl-up{display:none !important;}
}
.hidden-xl-down{display:none !important;}
.visible-print-block{display:none !important;}
@media print{.visible-print-block{display:block !important;}
}
.visible-print-inline{display:none !important;}
@media print{.visible-print-inline{display:inline !important;}
}
.visible-print-inline-block{display:none !important;}
@media print{.visible-print-inline-block{display:inline-block !important;}
}
@media print{.hidden-print{display:none !important;}
}
/*
     FILE ARCHIVED ON 21:11:39 Mar 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:23:44 Jul 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/


/* Source: https://fonts.googleapis.com/css?family=Lato:400,300,700&subset=latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(https://web.archive.org/web/20241004210455im_/http://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwaPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://web.archive.org/web/20241004210455im_/http://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://web.archive.org/web/20241004210455im_/http://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwaPHA.ttf) format('truetype');
}

/*
     FILE ARCHIVED ON 21:04:55 Oct 04, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:24:49 Jul 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/



/* ── Author Box (E-E-A-T) ──────────────────────────── */
.author-box {
  margin: 48px 0;
  padding: 32px;
  background: rgba(0, 0, 0, 0.02);
  border-left: 4px solid var(--color-primary);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: start;
}
.author-box-image { width: 120px; height: 120px; }
.author-box-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0;
  display: block;
}
.author-box-initials {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
}
.author-box-meta .author-box-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-primary);
  margin-bottom: 6px;
}
.author-box-meta h4 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  margin: 0 0 4px;
  line-height: 1.3;
}
.author-box-meta .title {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.author-box-meta .credentials {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 12px;
}
.author-box-meta .bio {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 12px;
}
.author-box-meta .expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.author-box-meta .expertise span {
  background: var(--color-primary);
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .author-box {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px;
  }
  .author-box-image,
  .author-box-image img,
  .author-box-initials { margin: 0 auto; }
  .author-box-meta .expertise { justify-content: center; }
}


/* V2 Restore base fixes */
.v2-trust-footer { padding: 20px 24px; border-top: 1px solid rgba(128,128,128,0.2); margin-top: 32px; text-align: center; font-size: 0.85rem; opacity: 0.7; }
.v2-trust-footer a { margin: 0 6px; }

/* V2 Restore fallback shell — used when archived HTML has no usable
   header/nav/footer template. Renders a clean modern layout with
   site name + auto-nav so sub-pages don't look bare.
   NOTE: the global body{} reset lives in a SEPARATE conditional block below —
   we must NOT force sans-serif/white-bg over a faithfully-captured theme. */
.v2-fallback-header { background: #1f2937; color: #fff; padding: 16px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.v2-fallback-header__inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.v2-fallback-logo { color: #fff; text-decoration: none; font-weight: 700; font-size: 22px; letter-spacing: -0.01em; }
.v2-fallback-tagline { font-weight: 400; font-size: 13px; opacity: 0.7; margin-left: 8px; }
.v2-fallback-nav { display: flex; gap: 8px; flex-wrap: wrap; }
.v2-fallback-nav a { color: #cbd5e1; text-decoration: none; font-size: 14px; padding: 6px 12px; border-radius: 4px; transition: background 0.15s, color 0.15s; }
.v2-fallback-nav a:hover { background: rgba(255,255,255,0.1); color: #fff; }
.v2-fallback-main { max-width: 820px; margin: 40px auto; padding: 0 24px; }
.v2-fallback-article { background: #fff; }
.v2-fallback-title { font-size: 32px; font-weight: 800; margin: 0 0 24px; line-height: 1.2; color: #0f172a; }
.v2-fallback-article h2 { font-size: 24px; font-weight: 700; margin: 32px 0 12px; color: #0f172a; }
.v2-fallback-article h3 { font-size: 19px; font-weight: 600; margin: 24px 0 10px; color: #1e293b; }
.v2-fallback-article p { margin: 0 0 16px; }
.v2-fallback-article a { color: #2563eb; }
.v2-fallback-article ul, .v2-fallback-article ol { margin: 0 0 16px 24px; }
.v2-fallback-article li { margin-bottom: 6px; }
.v2-fallback-footer { background: #f8fafc; border-top: 1px solid #e2e8f0; margin-top: 60px; padding: 24px 0; }
.v2-fallback-footer .v2-trust-footer { border-top: none; max-width: 1140px; margin: 0 auto; padding: 0 24px; }
@media (max-width: 768px) {
  .v2-fallback-header__inner { flex-direction: column; align-items: flex-start; }
  .v2-fallback-title { font-size: 26px; }
}

/* Hide leftover WordPress Gutenberg block comments that bleed into the rendered output */
