body {
  background: #FFF;
  color: #b9a466;
  font-family: 'intro_caps', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  line-height: 1.44;
  font-weight: normal;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  * {
    max-width: 100vw;
  }

  img {
    max-width: 100%;
  }

  body {
    font-size: 14px;
  }

  [class*="offset-"] {
    margin-left: 0;
  }
}

::-moz-selection {
  background-color: #ffc80a;
  color: #FFF;
}

::selection {
  background-color: #ffc80a;
  color: #FFF;
}

a {
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  display: inline-block;
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.text-underline {
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

h2 a, h1 a {
	text-decoration: none;
}

input, select {
	text-transform: uppercase;
	font-family: 'intro_caps', sans-serif;
}

::-webkit-input-placeholder {
  color: #244058;
  text-transform: uppercase;
}

::-moz-placeholder {
  color: #244058;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #244058;
  text-transform: uppercase;
}

:-moz-placeholder {
  color: #244058;
  text-transform: uppercase;
}

input[type=text]:focus, textarea:focus {
	outline: none;
}

input[type=text]:hover, textarea:hover {
	outline: none;
}

button, button:hover, button:focus {
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

input {
  outline: none;
  background: transparent;
  box-shadow: none;
  border: none;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

li {
  padding-bottom: 10px;
}

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

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right[class*="button"] {
  text-align: center;
  float: right;
}

section {
  position: relative;
  padding: 80px 0;
}

/* Bootstrap columns additional */

.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}

.col-xs-offset-left-12 {
  margin-left: 100%;
}
.col-xs-offset-left-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-left-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-left-9 {
  margin-left: 75%;
}
.col-xs-offset-left-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-left-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-left-6 {
  margin-left: 50%;
}
.col-xs-offset-left-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-left-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-left-3 {
  margin-left: 25%;
}
.col-xs-offset-left-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-left-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-left-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-left-12 {
    margin-left: 100%;
  }
  .col-sm-offset-left-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-left-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-left-9 {
    margin-left: 75%;
  }
  .col-sm-offset-left-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-left-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-left-6 {
    margin-left: 50%;
  }
  .col-sm-offset-left-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-left-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-left-3 {
    margin-left: 25%;
  }
  .col-sm-offset-left-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-left-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-left-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-left-12 {
    margin-left: 100%;
  }
  .col-md-offset-left-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-left-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-left-9 {
    margin-left: 75%;
  }
  .col-md-offset-left-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-left-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-left-6 {
    margin-left: 50%;
  }
  .col-md-offset-left-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-left-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-left-3 {
    margin-left: 25%;
  }
  .col-md-offset-left-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-left-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-left-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-left-12 {
    margin-left: 100%;
  }
  .col-lg-offset-left-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-left-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-left-9 {
    margin-left: 75%;
  }
  .col-lg-offset-left-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-left-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-left-6 {
    margin-left: 50%;
  }
  .col-lg-offset-left-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-left-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-left-3 {
    margin-left: 25%;
  }
  .col-lg-offset-left-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-left-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-left-0 {
    margin-left: 0;
  }
}

/* HEADINGS */

h1, .h1 {
  font-size: 2.875em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0 0 70px 0;
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  z-index: 2;
  text-align: center;
  color: #ffdc0d;
}

h1 span, .h1 span {
  font-weight: 200;
  display: inline-block;
}

h2, .h2 {
  font-size: 1.875em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0 0 25px 0;
  display: block;
  text-decoration: none;
  color: #ffdc0d;
}

h3, .h3 {
  font-size: 2.5em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0 0 25px 0;
  display: block;
  text-decoration: none;
  color: #ffdc0d;
}

h4, .h4 {
  font-size: 1.375em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 0 0 25px 0;
  margin: 0;
  text-decoration: none;
  color: #ffdc0d;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {

}

/* PARAGRAPHS */

.text-normal {
  font-size: 1em;
}

.text-smaller {
  font-size: 0.85em;
}

.text-smallest {
  font-size: 0.7em;
}

.text-bigger {
  font-size: 1.15em;
}

.text-biggest {
  font-size: 1.625em;
}

ul {
  list-style-type: circle;
}

strong {
  color: #6e603b;
}

strong.underline {
  text-decoration: underline;
}

.invert {
  color: #FFF;
}

/* TEXT COLORS */

.text-yellow {
  color: #ffc80a;
}

.text-white {
  color: #FFF;
}

.text-husk {
  color: #b9a466;
}

.text-violet {
  color: #d495e4;
}

.text-brown {
  color: #ca7e1a;
}

.text-orange {
  color: #e8503e;
}

.text-green {
  color: #466206;
}

.text-blue {
  color: #233f57;
}

/* OTHER */

.break-after:after {
  content: '\A';
  white-space: pre;
}

.break-before:before {
  content: '\A';
  white-space: pre;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.space-top-no {
  margin-top: 0;
}

.space-bottom-no {
  margin-bottom: 0;
}

.space-top {
  margin-top: 30px !important;
}

.space-top-2x {
  margin-top: 60px !important;
}

.space-top-3x {
  margin-top: 120px !important;
}

.space-bottom {
  margin-bottom: 30px !important;
}

.space-bottom-2x {
  margin-bottom: 60px !important;
}

.space-bottom-3x {
  margin-bottom: 120px !important;
}

.padding-top-no {
  padding-top: 0;
}

.padding-bottom-no {
  padding-bottom: 0;
}

.padding-top {
  padding-top: 30px !important;
}

.padding-top-2x {
  padding-top: 60px !important;
}

.padding-top-3x {
  padding-top: 120px !important;
}

.padding-bottom {
  padding-bottom: 30px !important;
}

.padding-bottom-2x {
  padding-bottom: 60px !important;
}

.padding-bottom-3x {
  padding-bottom: 120px !important;
}

@media screen and (max-width: 991px) {
  .space-top {
    margin-top: 20px !important;
  }
  .space-top-2x {
    margin-top: 30px !important;
  }
  .space-top-3x {
    margin-top: 40px !important;
  }
  .space-bottom {
    margin-bottom: 20px !important;
  }
  .space-bottom-2x {
    margin-bottom: 30px !important;
  }
  .space-bottom-3x {
    margin-bottom: 40px !important;
  }
  .padding-top {
    padding-top: 20px !important;
  }
  .padding-top-2x {
    padding-top: 30px !important;
  }
  .padding-top-3x {
    padding-top: 40px !important;
  }
  .padding-bottom {
    padding-bottom: 20px !important;
  }
  .padding-bottom-2x {
    padding-bottom: 30px !important;
  }
  .padding-bottom-3x {
    padding-bottom: 40px !important;
  }
}

.space-top-minus {
  margin-top: -30px !important;
}

.space-top-minus-2x {
  margin-top: -60px !important;
}

.space-top-minus-3x {
  margin-top: -120px !important;
}

.space-bottom-minus {
  margin-bottom: -30px !important;
}

.space-bottom-minus-2x {
  margin-bottom: -60px !important;
}

.space-bottom-minus-3x {
  margin-bottom: -120px !important;
}

@media screen and (max-width: 991px) {
  .space-top-minus {
    margin-top: 20px !important;
  }
  .space-top-minus-2x {
    margin-top: -30px !important;
  }
  .space-top-minus-3x {
    margin-top: 40px !important;
  }
  .space-bottom-minus {
    margin-bottom: 20px !important;
  }
  .space-bottom-minus-2x {
    margin-bottom: -30px !important;
  }
  .space-bottom-minus-3x {
    margin-bottom: 40px !important;
  }
}

.space-top-none {
  margin-top: 0 !important;
}

.space-bottom-none {
  margin-bottom: 0 !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.text-center {
  text-align: center;
}

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

.no-border {
  border: none;
}

.inline-block {
  display: inline-block !important;
}

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mobile-only {
  display: none !important;
}

.vertical-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

@media screen and (max-width: 991px) {
  .tablet-center {
    text-align: center !important;
  }

  .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none;
  }

  .no-mobile {
    display: none !important;
  }

  .mobile-center {
    text-align: center !important;
  }

  .mobile-no-padding {
    padding: 0 !important;
  }

  .mobile-no-margin {
    margin: 0 !important;
  }

  .mobile-100-width {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.overflow-hidden {
  overflow: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #EEE;
  border-top: 6px solid #fec70a;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* HEADER */

#header {
  height: auto;
  -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
  z-index: 997;
  padding: 0;
  -webkit-box-shadow: 0px 5px 19px 5px rgba(0,0,0,0.69);
  box-shadow: 0px 5px 19px 5px rgba(0,0,0,0.69);
  font-size: 1em;
  background: transparent;

}

#header .logo {
  width: 50%;
  float: left;
  text-align: center;
  padding: 0 30px;
}

#header .logo img {
  margin: 0;
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  position: relative;
  width: 150px;
  height: auto;
  margin: 10px auto;
}

#header a {
  text-decoration: none;
}

#header .navbar-toggler {
  display: none;
}

#header.header-scrolled {
  line-height: 100%;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
}

.main-nav {
  padding: 0;
  width: 50%;
  float: right;
  padding: 0 30px;
}

.main-nav:after {
  content: "";
  display: table;
  clear: both;
}

.main-nav ul {
  width: 100%;
  float: right;
  text-align: left;
}

.main-nav ul, .main-nav ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav > ul > li {
  position: relative;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-nav > ul > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #fec70a;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.main-nav > ul > li > a:hover:before {
  left: 0;
  right: 0;
}

.main-nav ul li a {
  font-size: 1em;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: center;
  color: #fec70a;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  padding: 5px 0;
  margin-left: 15px;
  margin-right: 15px;
}

.main-nav ul li a:hover,
.main-nav ul li.active > a,
.main-nav ul li:hover > a {
  text-decoration: none;
}

@media screen and (max-width: 1340px) {
	.main-nav ul li a {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 0.85em;
	}
}

@media screen and (max-width: 1100px) {
	.main-nav ul li a {
		margin-left: 5px;
		margin-right: 5px;
		font-size: 0.80em;
	}
}

@media screen and (max-width: 991px) {
  #header .logo img, #header.header-scrolled .logo img {
    width: auto;
    height: 30px;
  }

  #header .logo {
    padding: 10px 0;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  #header {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
  }

  #header .logo:before {
    display: none;
  }

  #header .logo, #header.header-scrolled .logo {
    margin: 0 0 12px 0;
    width: 100%;
    text-align: center;
  }

  .main-nav > ul > li:first-child {
    left: 0;
  }

  #header .navbar-toggler {
    width: 20px;
    height: 15px;
    position: absolute;
    left: 15px;
    top: 22px;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
  }

  #header .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #244058;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #header .navbar-toggler span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .navbar-toggler span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .navbar-toggler span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .navbar-toggler.open {
    position: fixed;
    left: 15px;
    top: 15px;
    z-index: 99999999;
  }

  #header .navbar-toggler.open span {
    background-color: #FFF;
  }

  #header .navbar-toggler.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 3px;
  }

  #header .navbar-toggler.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #header .navbar-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    left: 3px;
  }

  .main-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -100%;
    width: 100%;
    padding-top: 64px;
    background: rgb(35,62,86);
    background: linear-gradient(90deg, rgba(35,62,86,1) 0%, rgba(9,22,37,1) 100%);
    transition: 0.4s;
  }

  .main-nav ul {
      width: 100%;
      float: none;
  }

  #header .main-nav .logo {
    display: none;
  }

  .main-nav.show {
    left: 0;
  }

  .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
  }

  .main-nav .logo {
    position: absolute;
    z-index: 999999;
    margin: 12px 0 12px 16px;
    top: 0;
    left: 0;
  }

  .main-nav .logo img {
    width: auto;
    height: 32px;
  }

  .main-nav ul li {
    width: 100%;
    display: block;
    height: auto;
    text-align: left;
    padding: 0;
    float: none;
  }

  #header.header-scrolled .main-nav > ul > li {
    height: auto;
  }

  .main-nav ul li a {
    display: block;
    position: relative;
    color: #FFF;
    padding: 5px 15px;
    text-align: left;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background: transparent;
    border-radius: 0;
	font-size: 1em;
  }

  .main-nav ul li a:before {
    display: none;
  }

  .main-nav a:hover,
  .main-nav li.active > a,
  .main-nav li:hover > a {
    color: #0694d3;
    text-decoration: none;
    background-color: #FFF;
    border: none;
  }
  .main-nav ul.nav-left {
    padding-right: 0;
  }

  .main-nav > ul > li {
    margin-top: 10px;
  }

  .main-nav ul.nav-right {
    padding-left: 0;
  }
}

/* OTHER */

#slider-top {
  padding: 0;
  font-size: 1.2em;
}

@media (max-width: 1300px) {
	#slider-top {
	  font-size: 1em;
	}
}

#slider-top h1 {
  color: #FFF;
  margin-bottom: 30px;
}

.slider-top-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slider-top-slide .left {
  background-size: cover;
  width: 50%;
  float: left;
  height: 100%;
}

.slider-top-slide .right {
  width: 50%;
  float: right;
  background: rgb(35,62,86);
  background: linear-gradient(90deg, rgba(35,62,86,1) 0%, rgba(9,22,37,1) 100%);
  color: #FFF;
  height: 100%;
  padding-left: 25vh;
  padding-right: 10vw;
}

.home .slider-top-slide .right .vertical-middle {
	margin-top: 50px;
}

.slider-top-slide .right h1 {
  text-align: left;
  margin-left: -30px;
}

.slider-top-slide .center-image {
  height: 50vh;
  width: 31.8vh !important;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  border-top-left-radius: 5.01vh;
  border-bottom-left-radius: 5.01vh;
  border-bottom-right-radius: 5.01vh;
  -webkit-box-shadow: 16px 10px 28px 5px #060F1B;
  box-shadow: 16px 10px 28px 5px #060F1B;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:after {
    font-family: "FontAwesome";
    color: #FFF;
    font-size: 2.5em;
}

.owl-carousel .owl-nav .owl-prev:before{
    content: "\f104";
}

.owl-carousel .owl-nav .owl-next:after{
    content: "\f105";
}

.owl-carousel .owl-nav .owl-prev {
  left: 20px;
}

.owl-carousel .owl-nav .owl-next {
  right: 20px;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 100px;
  text-align: center;
  width: 100%;
  z-index: 9;
}

.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 2px solid #fbc60a;
  background: transparent;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
  background-color: #fbc60a;
}

.cheese-icon {
  position: absolute;
  bottom: 20px;
  height: 60px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: block;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.cheese-icon:hover {
  padding-top: 5px;
  bottom: 15px;
}

.cheese-icon img {
  bottom: 20px;
  height: 60px;
}

.product {
  color: #b9a466;
  margin-bottom: 60px;
}

.product img {
  /*width: 218px;*/
  width: auto;
  height: 331px;
  /*border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  -webkit-box-shadow: 12px 7px 17px 3px #7D7765;
  box-shadow: 12px 7px 17px 3px #7D7765;*/
  display: block;
  margin: 0 auto 30px 0;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.product.product-yellow h2 {
  color: #ffc80a;
}

.product.product-violet h2 {
  color: #d495e4;
}

.product.product-brown h2 {
  color: #ca7e1a;
}

.product.product-orange h2 {
  color: #e8503e;
}
/*
.product.product-yellow:hover img {
  -webkit-box-shadow: 12px 7px 17px 3px #ffc80a;
  box-shadow: 12px 7px 17px 3px #ffc80a;
}

.product.product-violet:hover img {
  -webkit-box-shadow: 12px 7px 17px 3px #d495e4;
  box-shadow: 12px 7px 17px 3px #d495e4;
}

.product.product-brown:hover img {
  -webkit-box-shadow: 12px 7px 17px 3px #ca7e1a;
  box-shadow: 12px 7px 17px 3px #ca7e1a;
}

.product.product-orange:hover img {
  -webkit-box-shadow: 12px 7px 17px 3px #e8503e;
  box-shadow: 12px 7px 17px 3px #e8503e;
}*/

.primary-button {
  padding: 10px 30px;
  display: inline-block;
  background-color: #fec70a;
  color: #1d2d0e;
  font-size: 1em;
  text-align: center;
  border-radius: 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
}

.primary-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6e603b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.primary-button:hover {
  color: #fffbee;
}

.primary-button:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.secondary-button {
  padding: 10px 30px;
  display: inline-block;
  background-color: #beaa72;
  color: #fffbee;
  font-size: 1em;
  text-align: center;
  border-radius: 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
}

.secondary-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d2d0e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.secondary-button:hover {
  color: #fffbee;
}

.secondary-button:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.product .primary-button {
  background-color: #ded2b1;
  color: #7e6f44;
}

.product .description {
  margin-bottom: 20px;
}

@media (min-width: 1600px) {
  .product .description {
    padding-right: 40px;
  }
}

.separator {
  width: 400px;
  max-width: 90%;
  margin: 30px auto;
  background-color: #ffc80a;
  height: 1px;
  display: block;
}

#produkty .separator {
  margin-top: 80px;
  background-color: #b9a466;
}

#misja {
  color: #FFF;
}

#misja .container {
  padding-left: 50px;
  padding-right: 50px;
}

#misja .sandwich {
  width: 25vw;
  height: auto;
  position: absolute;
  top: 0;
  transform: translateY(-30%);
  right: 50px;
  z-index: 2;
}

#misja .owl-carousel {
	z-index: 1;
}

#misja .owl-carousel .owl-slide {
	background-size: cover;
	background-position: center;
	padding-top: 120px;
	padding-bottom: 120px;
	min-height: 70vh;
}

.items-column {
  background-color: rgba(0, 0, 0, 0.67);
  padding: 40px 35px 40px 35px;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  color: #FFF;
  position: relative;
  margin-bottom: 40px;
  min-height: 350px;
}

.items-column:before {
  left: 0;
  content: "";
  position: absolute;
  width: 6px;
  background-color: #ffc80a;
  height: 100%;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.items-column:hover:before {
  width: 20px;
}

.items-column .item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.items-column .item:last-child {
  margin-bottom: 0;
}

.items-column .read-more {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  background-color: #ffc80a;
  color: #1a3146;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.items-column .read-more:hover {
  transform: translateX(50%) translateY(-50%) scale(1.3);
}

.items-column .read-more-plate {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  width: 70%;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.items-column .read-more-plate img {
  width: 100%;
}

.items-column .read-more-plate:hover {
  transform: translateX(-50%) translateY(50%) rotate(360deg);
}

footer {
  width: 100%;
  height: auto;
  padding: 0;
  background-image: url("../img/footer-bg.jpg");
  background-size: 100%;
  background-position: center;
  overflow: hidden;
  font-size: 0.85em;
}

footer .left {
  color: #FFF;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 50%;
  float: left;
}

footer .right {
  width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: right;
}

@media (min-width: 980px) {
  .half-container-left {
    padding-left: calc(50vw - 490px);
    padding-right: 30px;
  }

  .half-container-right {
    padding-right: calc(50vw - 490px);
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .half-container-left {
    padding-left: calc(50vw - 570px);
    padding-right: 30px;
  }

  .half-container-right {
    padding-right: calc(50vw - 570px);
    padding-left: 30px;
  }
}

@media (min-width: 1500px) {
  .half-container-left {
    padding-left: calc(50vw - 700px);
    padding-right: 30px;
  }

  .half-container-right {
    padding-right: calc(50vw - 700px);
    padding-left: 30px;
  }
}

.menu-menu-stopka-kolumna-1-container UL, .menu-menu-stopka-kolumna-2-container UL {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer a {
  text-decoration: none;
}

.footer-light {
  color: #566b7d;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.85em;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background: #f6efd7;
  border: none;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #244058;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #244058;
}

.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-form input, .contact-form textarea {
  background: #f6efd7;
  border: none;
  margin-bottom: 15px;
  width: 100%;
  text-transform: uppercase;
  padding: 10px 15px;
}

.contact-form input[type=checkbox] {
	width: auto;
    float: left;
    margin-right: 10px;
}

.contact-form .send {
  margin-bottom: 15px;
}

.contact-form textarea {
  min-height: 100px;
}

.owl-carousel .owl-stage {
  max-width: none !important;
}

@media (max-width: 980px) {
  .slider-top-slide {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(35,62,86);
    background: linear-gradient(90deg, rgba(35,62,86,1) 0%, rgba(9,22,37,1) 100%);
    text-align: center;
  }

  .slider-top-slide .right {
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    background: transparent;
  }

  .vertical-middle {
    top: auto;
    transform: translateY(0);
  }

  h1, .h1 {
    margin-bottom: 30px;
  }

  .slider-top-slide .right h1 {
    margin-left: 0;
    text-align: center;
  }

  .slider-top-slide .left {
    display: none;
  }

  .slider-top-slide .center-image {
    position: relative;
    top: auto;
    transform: translateX(-50%) translateY(0);
  }

  .product {
    text-align: center;
  }

  .product img {
    margin-left: auto;
  }

  #misja .owl-slide {
    height: auto;
    padding-bottom: 100px;
    max-height: none;
  }

  footer {
    background: none;
  }

  footer .left, footer .right {
    width: 100%;
    float: none;
    padding: 30px;
  }

  footer .left {
    background: rgb(35,62,86);
    background: linear-gradient(90deg, rgba(35,62,86,1) 0%, rgba(9,22,37,1) 100%);
  }
}

#social-media {
  width: 75px;
  padding: 15px 20px 15px 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: fixed;
  right: -5px;
  top: 20%;
  z-index: 999;
  -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  background-image: url("../img/social-media-bg.jpg");
}

#social-media:hover {
  right: 0;
}

#social-media a {
  display: block;
  margin: 0;
  margin-bottom: 10px;
}

#social-media a:last-child {
  margin-bottom: 0;
}

#social-media a img {
  width: 40px;
  height: 40px;
}

#subpage-header {
  height: 100vh;
  position: relative;
  padding: 0;
}

.subpage-content .container {
  background-color: #fffbee;
  padding: 50px;
}

.subpage-content {
  background-color: #fffbee;
  position: relative;
  z-index: 99;
}

.subpage-content.minus {
  margin-top: 0;
  padding-top: 5px;
  background-color: #fffbee;
  position: relative;
  z-index: 99;
}

.subpage-content.minus .container:first-child {
  margin-top: calc(-45vh + 120px);
}

.news-item .date {
  opacity: 0.6;
}

.news-item > a {
  text-decoration: none;
}

.news-item > .h1, .news-item > h1 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

.news-item {
  margin-bottom: 50px
}

#header:before {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 0;
  content: "";
  background: rgb(35,62,86);
background: linear-gradient(90deg, rgba(35,62,86,1) 0%, rgba(9,22,37,1) 100%);
right: 0;
}

.news-list {
  position: relative;
  display: block;
  width: 100%;
}

.news-list .news-list-item {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  margin-bottom: 50px;
}

.news-list .news-list-item .news-image {
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 45%;
}

.news-list .news-list-item .news-image img {
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(-25%);
}

.news-list .news-list-item .news-description {
  height: auto;
  padding: 30px 50px;
  position: relative;
  width: 55%;
  color: #fffcf2;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.news-list .news-list-item .news-description h2 {
  margin-top: 10px;
}

.news-list .news-list-item:nth-child(odd) .news-image {
  left: 0;
}

.news-list .news-list-item:nth-child(odd) .news-description {
  left: 45%;
  background-color: #243f54;
}

.news-list .news-list-item:nth-child(odd) .news-description h2 {
  color: #b9a466;
}

.news-list .news-list-item:nth-child(even) .news-image {
  left: 55%;
}

.news-list .news-list-item:nth-child(even) .news-description {
  left: 0;
  background-color: #b9a466;
}

.news-list .news-list-item:nth-child(even) .news-description h2 {
  color: #243f54;
}

.news-list .news-list-item:hover .news-description {
  background-color: #e8503e;
}

.news-list .news-list-item:hover .news-description h2 {
  color: #fffcf2;
}

.pagination {
  width: 100%;
  text-align: center;
  display: block;
}

.pagination a {
  text-decoration: none;
  height: 3em;
  width: 3em;
  text-align: center;
  line-height: 3em;
  display: inline-block;
  color: #b9a466;
}

.pagination a:hover {
  color: #fffcf2;
  background-color: #b9a466;
}

.pagination span {
  text-decoration: none;
  height: 3em;
  width: 3em;
  text-align: center;
  line-height: 3em;
  display: inline-block;
  color: #b9a466;
}

.pagination span.current {
  border: 1px solid #b9a466;
}

.subpage #slider-top .vertical-middle {
  top: 150px;
  -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.recipes-filters {
  margin-top: 50px;
}

.recipes-filters input, .recipes-filters select {
  width: 100%;
  display: block;
  border: 1px solid #b9a466;
  padding: 10px;
  margin-bottom: 20px;
  color: #b9a466;
}

.recipes-filters .secondary-button {
  position: absolute;
  bottom: 20px;
}

@media (max-width: 980px) {
  .recipes-filters .secondary-button {
    position: relative;
  }
}

.recipes-list {
  position: relative;
  display: block;
  margin-top: 50px;
}

.recipes-list:after {
  clear: both;
  content: "";
  display: table;
}

.recipes-list .recipe-item {
  float: left;
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  height: 400px;
  overflow: hidden;
  position: relative;
  background-color: #f6efd7;
}

.recipes-list .recipe-item:nth-child(even) {
  margin-right: 0;
}

.recipes-list .recipe-item .background {
  width: 100%;
  position: absolute;
  height: 100%;
  background-size: cover;
  z-index: 1;
}

.recipes-list .recipe-item .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(20, 40, 50, 0.95);
  color: #fffcf2;
  padding: 30px;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.recipes-list .recipe-item .text h2 {
  color: #beaa72;
}

.recipes-list .recipe-item:hover .text {
  padding-bottom: 40px;
}

.recipes-list .recipe-item.ad-item .ad-photo {
  max-height: 400px;
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.recipes-list .recipe-item.ad-item .col-md-6 {
  height: 400px;
}

.recipe-intro {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  color: #233e56;
}

.recipe-intro h1 {
  color: #233e56;
  text-align: left;
  margin-bottom: 30px;
}

.recipe-intro .container {
  background-color: rgba(255, 252, 242, 0.9);
  padding: 50px;
}

.share-icons {
  font-size: 1.25em;
  display: block;
  margin-top: 50px;
}

.share-icons .fa {
  cursor: pointer;
  margin-right: 15px;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.share-icons .fa:hover {
  color: #233e56;
}

.product-information {
  background-color: #f9f2e2;
  padding: 50px;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -80px;
  font-size: 0.85em;
  z-index: 999;
}

.product-information .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #6e603b;
  text-decoration: none;
  opacity: 1;
  font-size: 1em;
}

.main-products {
  position: relative;
}

@media (max-width: 980px) {
  #header:before {
    display: none;
  }

  .subpage-content.minus .container:first-child {
    margin-top: 0;
  }

  .subpage-content.minus {
    padding-top: 50px;
  }

  #subpage-header {
    height: 70vh;
  }

  .product-information {
    padding: 15px;
  }

  .news-list .news-list-item .news-image {
    width: 100%;
    height: 150px;
    position: relative;
    float: none;
    left: 0 !important;
  }

  .news-list .news-list-item .news-description {
    width: 100%;
    position: relative;
    float: none;
    left: 0 !important;
  }

  .news-list .news-list-item .news-image img {
    transform: translateY(0%);
  }

  .subpage-content .container {
    padding: 15px;
  }

  .subpage #slider-top .vertical-middle {
    top: 20px;
    margin-bottom: 80px;
  }

  .recipes-list .recipe-item {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .recipes-list .recipe-item.ad-item {
    height: auto;
    padding: 15px;
  }

  .recipes-list .recipe-item.ad-item .col-md-6 {
    height: auto;
  }

}

.hidden {
	display: none;
}

.slider-top-slide .right img {
	width: auto;
}
.share-icons .fa { text-decoration: none; }

@media (max-width: 980px) {
	.product-information {
		position: fixed;
		bottom: auto;
		top: 0px;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 9999999;
	}
}

.main-products .owl-carousel .product { padding: 20px; }

.owl-carousel .owl-item .product img { width: 218px; }

.main-products {
	position: relative;
}

.main-products .owl-carousel .owl-nav button.owl-prev {
	left: -40px;
}

.main-products .owl-carousel .owl-nav button.owl-next {
	right: -40px;
}

.main-products .owl-carousel .owl-nav .owl-prev:before, .main-products .owl-carousel .owl-nav .owl-next:after {
	color: #ffc80a;
}

.main-products .owl-carousel .owl-nav {
	width: 100%;
	left: 0;
	height: 40px;
	top: 180px;
}

@media (max-width: 980px) {
	.main-products .owl-carousel .owl-nav button.owl-prev {
		left: 0;
	}
	
	.main-products .owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	#misja .sandwich {
		width: 45vw;
	}
}


/* NEW STYLES */

.products-cheese-slices {
  position: relative;
  width: 100%;
  display: block;
  min-height: 860px;
}

.products-cheese-slices .product-item {
  text-decoration: none;
  position: absolute;
  display: none;
}

.products-cheese-slices .product-item img {
  position: relative;
  width: 347px;
  height: 457px;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  max-width: none;
}

.products-cheese-slices .product-item:hover img {
  transform: scale(1.02);
}

.products-cheese-slices .product-item .text {
  width: 215px;
  position: relative;
  color: #002e5d
}

.products-cheese-slices .product-item:nth-child(1) {
  left: 0;
  top: -110px;
  display: block;
}

.products-cheese-slices .product-item:nth-child(1) img {
  left: 0;
  top: 0;
}

.products-cheese-slices .product-item:nth-child(1) .text {
  top: 80px;
  left: 300px;
  position: absolute;
}

.products-cheese-slices .product-item:nth-child(1) .text h2 {
  color: #8c284e;
}

.products-cheese-slices .product-item:nth-child(2) {
  left: 300px;
  top: 150px;
  display: block;
}

.products-cheese-slices .product-item:nth-child(2) img {
  left: 0;
  top: 0;
}

.products-cheese-slices .product-item:nth-child(2) .text {
  top: -20px;
  left: 50px;
}

.products-cheese-slices .product-item:nth-child(2) .text h2 {
  color: #f8d000;
}

.products-cheese-slices .product-item:nth-child(3) {
  left: 640px;
  top: 100px;
  display: block;
}

.products-cheese-slices .product-item:nth-child(3) img {
  left: 0;
  position: absolute;
  bottom: 20px;
  transform: translateY(100%);
}

.products-cheese-slices .product-item:nth-child(3):hover img {
  transform: translateY(100%) scale(1.02);
}

.products-cheese-slices .product-item:nth-child(3) .text {
  top: 0;
  left: 50px;
}

.products-cheese-slices .product-item:nth-child(3) .text h2 {
  color: #853902;
}

.products-cheese-slices .product-item:nth-child(4) {
  left: 950px;
  top: 20px;
  display: block;
}

.products-cheese-slices .product-item:nth-child(4) img {
  left: 0;
  top: 0;
}

.products-cheese-slices .product-item:nth-child(4) .text {
  top: -20px;
  left: 50px;
}

.products-cheese-slices .product-item:nth-child(4) .text h2 {
  color: #972712;
}

@media(max-width: 1500px) {
  .products-cheese-slices .product-item:nth-child(1) {
    left: -20px;
  }

  .products-cheese-slices .product-item:nth-child(2) {
    left: 270px;
  }

  .products-cheese-slices .product-item:nth-child(3) {
    left: 570px;
  }

  .products-cheese-slices .product-item:nth-child(4) {
    left: 850px;
  }
}

@media(max-width: 1200px) {
  .products-cheese-slices .product-item img {
    width: 280px;
    height: 369px;
  }

  .products-cheese-slices .product-item:nth-child(1) {
    left: -20px;
  }

  .products-cheese-slices .product-item:nth-child(1) .text {
    left: 250px;
  }

  .products-cheese-slices .product-item:nth-child(2) {
    left: 220px;
  }

  .products-cheese-slices .product-item:nth-child(3) {
    left: 450px;
  }

  .products-cheese-slices .product-item:nth-child(4) {
    left: 700px;
  }
}

@media(max-width: 991px) {
  .products-cheese-slices .product-item, .products-cheese-slices .product-item:nth-child(1), .products-cheese-slices .product-item:nth-child(2), .products-cheese-slices .product-item:nth-child(3), .products-cheese-slices .product-item:nth-child(4) {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .products-cheese-slices .product-item img, .products-cheese-slices .product-item:nth-child(1) img, .products-cheese-slices .product-item:nth-child(2) img, .products-cheese-slices .product-item:nth-child(3) img, .products-cheese-slices .product-item:nth-child(4) img {
    position: relative;
    top: 0;
    left: 0;
    width: 347px;
    height: 457px;
    display: block;
    margin: 20px auto 0 auto;
    transform: none;
  }

  .products-cheese-slices .product-item:hover img, .products-cheese-slices .product-item:nth-child(1):hover img, .products-cheese-slices .product-item:nth-child(2):hover img, .products-cheese-slices .product-item:nth-child(3):hover img, .products-cheese-slices .product-item:nth-child(4):hover img {
    transform: none;
  }

  .products-cheese-slices .product-item .text, .products-cheese-slices .product-item:nth-child(1) .text, .products-cheese-slices .product-item:nth-child(2) .text, .products-cheese-slices .product-item:nth-child(3) .text, .products-cheese-slices .product-item:nth-child(4) .text {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto 40px auto;
  }
}

.text-orange-2 {
  color: #e74e3d;
}

.products-other {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 200px;
}

.products-other:after {
  display: table;
  clear: both;
  content: "";
}

.products-other .product-item {
  position: relative;
  width: 30%;
  margin-left: -2.5%;
  margin-right: -2.5%;
  float: left;
}

.products-other .product-item .text {
  font-size: 11px;
  color: #60a511;
  padding: 15px;
  border-radius: 10px;
  background-color: #FFF;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  width: 220px;
}

.products-other .product-item:hover .text {
  transform: translateX(-50%) scale(1);
}

.products-other .product-item .text:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #FFF transparent;
  content: "";
  position: absolute;
  top: -15px;
  right: 30px;
}

.products-other .product-item .text h2 {
  font-size: 1em;
  color: #243662;
  margin-bottom: 10px;
}

.products-other .product-item .text p {
  margin-bottom: 0;
}

.products-other .product-item img {
  position: relative;
  width: 100%;
  max-width: 508px;
  height: auto;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  display: block;
  margin: 0 auto;
}

.products-other .product-item:hover img {
  transform: scale(1.02);
}

@media(max-width: 991px) {
  .products-other .product-item {
    margin: 0 0 50px 0;
    width: 100%;
    float: none;
  }
}

.product-section {
  position: relative;
}

.product-section .background-image {
  width: 50vw;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: -8px;
  top: 0;
  background-size: cover;
  background-position: center;
}

.product-section .product-description {
  color: #002e5d;
  margin-top: 120px;
}

.product-section .product-description h4 {
  color: #002e5d;
  padding-bottom: 0;
}

.product-section .product-description h1 {
  text-align: left;
  margin-bottom: 30px;
}

.product-section .product-description .product-data {
  display: block;
  margin-top: 60px;
}

.product-section .product-image {
  width: 100%;
  height: auto;
  max-width: 580px;
  display: block;
  margin: 80px auto 0 auto;
  float: right;
}

@media(max-width: 991px) {
  .product-section .background-image {
    width: 100vw;
	height: 400px;
    margin-top: 60px;
  }
  
  .product-section .product-image {
	  float: none;
  }

  .product-section .product-description {
    margin-top: 30px;
  }
}


.products-new {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}

.products-new:after {
  display: table;
  clear: both;
  content: "";
}

.products-new .product-item:nth-child(1) {
  position: absolute;
  width: 37%;
  top: 0;
  left: 6%;
  z-index: 1;
}

.products-new .product-item:nth-child(2) {
  position: relative;
  margin-top: 90px;
  width: 37%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.products-new .product-item:nth-child(3) {
  position: absolute;
  width: 37%;
  top: 5%;
  right: 5%;
  z-index: 1;
}

.products-new .product-item:hover {
  z-index: 3;
}

.products-new .product-item img {
  position: relative;
  width: auto;
  max-width: 460px;
  height: auto;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  display: block;
  margin: 0 auto;
}

.products-new .product-item:hover img {
  transform: scale(1.02);
}

.products-new > img {
  display: block;
  margin: 20px auto 50px auto;
  position: relative;
}

.new-product-icons {
  display: block;
  margin: 0 auto 50px auto;
}

#nowosci .cheese-icon {
  filter: saturate(0) brightness(200%);
}

@media(max-width: 991px) {
  .products-new .product-item, .products-new .product-item:nth-child(1), .products-new .product-item:nth-child(2), .products-new .product-item:nth-child(3)  {
    margin: 0 0 50px 0;
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 20px auto;
    transform: none;
  }
  
  .products-new .product-item img {
	  width: 80%;
	  display: block;
	  max-width: 80%;
  }
  
  .slider-top-slide .right img {
	  margin-left: auto;
	  margin-right: 0;
  }
  
	  
}

@media (max-width: 680px) {
	#social-media {
		transform: scale(.6);
		transform-origin: right;
		top: 15%;
	}
}

/* 20.06.2022 */
/* RECIPE */

.recipe-section {
    color: #002e5d;
    padding-top: 0;
    padding-bottom: 0;
}

.recipe-section h4 {
  color: inherit;
}

.recipe-section > .container > .row > .col-md-5 {
  padding-top: 80px;
  padding-bottom: 80px;
  order: 1;
}

.recipe-section > .container > .row > .col-md-1 {
  order: 2;
}

.recipe-section > .container > .row > .col-md-6 {
  position: relative;
  min-height: 550px;
  order: 3;
}

.recipe-section > .container > .row > .col-md-6 > .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .recipe-section > .container > .row > .col-md-6 > .image {
    width: 100%;
    position: relative;
    display: block;
  }

  .recipe-section > .container > .row > .col-md-6 {
    order: 1;
  }

  .recipe-section > .container > .row > .col-md-5 {
    order: 3;
  }
}

.recipe-type-icons {
  display: flex;
  margin-top: 50px;
}

.recipe-type-icons .recipe-type-icon {
  margin-right: 30px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.85em;
}

.recipe-type-icons .recipe-type-icon .icon {
  width: auto;
  height: 50px;
  margin-bottom: 10px;
}

.recipe-type-icons .recipe-type-icon .icon img {
  width: auto;
  height: auto;
  max-height: 50px;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}

/* SOON SECTION */

.soon-section {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 300px;
}

.soon-section .text-stripe {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  background-color: rgba(230, 219, 145, 0.95);
  text-align: center;
  color: #1e3257;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.11);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.11);
  box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.11);
}

.soon-section .text-stripe h2 {
  font-size: 2.5em;
  color: inherit;
  margin: 0;
}

.soon-section .text-stripe h1 {
  font-size: 4.5em;
  color: inherit;
  margin: 0;
}

@media (max-width: 600px) {
  .soon-section .text-stripe h2 {
    font-size: 1.6em;
  }

  .soon-section .text-stripe h1 {
    font-size: 2.75em;
  }
}

/* VEGAN GRILL BLOCK SECTION */

.grill-block-section > .container > .row > .col-md-5 > .text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}

.grill-block-section > .container > .row > .col-md-5 > .text h2 {
  font-size: 2.2em;
  text-align: left;
  margin-bottom: 0;
}

.grill-block-section > .container > .row > .col-md-5 > .text h1 {
  font-size: 4em;
  text-align: left;
  margin-bottom: 20px;
}

.grill-block-section > .container > .row > .col-md-5 > .text img {
  max-width: 90%;
}

@media (max-width: 600px) {
  .grill-block-section > .container > .row > .col-md-5 > .text h2 {
    font-size: 1.6em;
  }

  .grill-block-section > .container > .row > .col-md-5 > .text h1 {
    font-size: 2.75em;
  }
}

@media (max-width: 992px) {
	.product-section > .container > .row > .product-description, .product-section > .container > .row > .col-md-5 {
		width: 100%;
		max-width: 100%;
		flex: none;
	}
}

/* AWARDED PRODUCTS SECTION */

.awarded-products, .awarded-products h1 {
	color: var(--white);
}

.awarded-products .left-part h3 {
	color: #fdb898;
	margin-bottom: 0;
}

.awarded-products .left-part {
	width: 100%;
	padding-right: 50%;
	text-align: center;
	transform: translateY(150%)
}

.awarded-products .right-part {
	width: 100%;
	padding-left: 50%;
	text-align: center;
	margin-bottom: 40px;
}

.awarded-products > img {
	position: relative;
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	margin-top: -40px;
}

.awarded-products .right-part h3 {
	color: #f2d13e;
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.awarded-products .left-part {
		transform: translateY(100%)
	}
}

@media (max-width: 768px) {
	.awarded-products .left-part {
		transform: translateY(30%)
	}
}

@media (max-width: 600px) {
	h1 {
		font-size: 2.2em;
	}
	
	h3 {
		font-size: 2em;
	}
}