@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #5e9a8e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  /* font-family: 'Montserrat', sans-serif; */
}


.select_wrap{
    font-size: 20px;
    width: 65px;
    position:absolute;
    top:15px;
    left:15px;
    user-select: none;
  }

  @media screen and (max-width: 768px) {
    .select_wrap{
      top:0px;
      margin-top: -35px;
    }
  }
  
  .select_wrap .default_option{
    border-radius: 5px;
    background-color:rgba(255, 255, 255, 0.1);
    position: relative;
    cursor: pointer;
  }
  
  .select_wrap .default_option li{
      padding: 10px 20px;
  }
  
  .select_wrap .select_ul{
    position: absolute;
    top: 0px;
    left: 70px;
    width: 100%;
    background-color:rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    display: none;
  }
  
  .select_wrap .select_ul li{
    padding: 10px 20px;
    cursor: pointer;
  }
  
  .select_wrap .select_ul li:first-child:hover{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .select_wrap .select_ul li:last-child:hover{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  .select_wrap .select_ul li:hover{
  /*   background: #fff4dd; */
  }
  
  .select_wrap .option{
    display: flex;
    align-items: center;
  }
  
  .select_wrap.active .select_ul{
    display: block;
  }
  
  .select_wrap.active .default_option:before{
    top: 25px;
    transform: rotate(-225deg);
  }

  .option p{
    margin: 0 0 0px !important;
    letter-spacing: 3px !important;
    font-family: 'Exo', sans-serif;
  }


body {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}

body.fh5co-offcanvas {
  overflow: hidden;
}

a {
  color: #F69D9D;
  -webkit-transition: 0.5s, ease;
  -o-transition: 0.5s, ease;
  transition: 0.5s, ease;
}

a:hover {
  text-decoration: none;
  color: #F69D9D;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #848484;
  font-family: "Open Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #5a5a5a;
  font-family: "batrisyia_scriptregular", cursive;
  font-weight: 400;
  margin: 0 0 30px 0;
}

/* ----------------------------------------- */

.header1 {
  font-family: "emperator", regular;
  font-weight: 400;
  font-size: 50px;
  display: inline-block;
}

.header2 {
  font-family: "batrisyia_scriptregular", cursive;
  font-weight: 400;
  font-size: 150px;
  color: #D5A94D;
  vertical-align: top;
  display: inline-block;
}

.kinia {
  font-family: "batrisyia_scriptregular", cursive;
  font-size: 60px;
}

.szym {
  font-family: "batrisyia_scriptregular", cursive;
  font-size: 60px;
}

.when-header1 {
  font-family: "Playball", regular;
  font-size: 50px;
  /* color: #5a5a5a; */
  color: #ffffff;
  margin: 0 0 30px 0;
}

.when-date {
  font-family: "Playball", regular;
  font-size: 80px;
  /* color: #5a5a5a; */
  color: #ffffff;
  display: block;
}

.when-time {
  font-family: "Playball", regular;
  font-size: 80px;
  /* color: #5a5a5a; */
  color: #ffffff;
  display: block;
}

.where-header {
  font-family: "Playball", regular;
  font-size: 50px;
}

.heart-divider {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.grey-line {
  width: 25%;
  max-width: 200px;
  height: 8px;
  display: inline-block;
  border-top: solid 2px #e1dddd;
}

.white-line {
  width: 25%;
  max-width: 200px;
  height: 8px;
  display: inline-block;
  border-top: solid 2px #ffffff;
}

.pink-heart {
  color: #f0394d;
  font-size: 18px;
  position: relative;
  z-index: 3;
}

.grey-heart {
  color: #e1dddd;
  font-size: 18px;
  margin-left: -15px;
  position: relative;
  z-index: 2;
}

.white-heart {
  color: #ffffff;
  font-size: 17px;
  margin-left: -25px;
  position: relative;
  z-index: 2;
}

.goethe-header {
  font-family: "Playball", regular;
  font-size: 36px;
  color: #F6F6F6;
}
.goethe-sign {
  font-family: "Playball", regular;
  font-size: 36px;
  color: #F6F6F6;
}



.ceremony-header {
  font-family: "Playball", regular;
  font-size: 50px;
}

.countdown-header {
  font-family: "Playball", regular;
  font-size: 80px;
  color: #ffffff;
  display: block;

}

.gallery-header {
  font-family: "Playball", regular;
  font-size: 50px;
}

.txt {
  font-family: "Bitter", serif;
}

.fh5co-map {
  height: 180px;
}

/* ----------------------------------------- */

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #F69D9D;
}

::-moz-selection {
  color: #fcfcfc;
  background: #F69D9D;
}

::selection {
  color: #fcfcfc;
  background: #F69D9D;
}

#fh5co-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.stuck {
  position: fixed !important;
  top: 0 !important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.header-top {
  padding: 10px 0;
  background: #F69D9D;
}

.fh5co-cover,
.fh5co-hero {
  background-size: cover; 
  position: relative;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
    background-position: center;
  box-shadow: 0 0 50px rgb(117 102 84 / 50%);
}

@media screen and (max-width: 768px) {
  .fh5co-cover,
  .fh5co-hero {
    height: 100vh;
  }
}

.fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: inherit;
    padding: 3em 0;
  }
}

.fh5co-cover .display-t {
  display: table;
  height: 800px;
  width: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .fh5co-cover .display-t {
    height: 600px;
  }
}

.fh5co-cover .display-tc {
  display: table-cell;
  vertical-align: middle;
}

.fh5co-cover .display-tc h1 {
  color: #fff;
}

.fh5co-cover .display-tc h2 {
  color: #fff;
  font-size: 80px;
  margin-bottom: 30px;
  font-weight: 300 !important;
}

.fh5co-cover .display-tc h2 strong {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .fh5co-cover .display-tc h2 {
    font-size: 60px;
  }
}

.fh5co-cover .display-tc p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 7px;
}

.fh5co-cover .display-tc p span {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 5px 0px;
}

#fh5co-couple,
#fh5co-when,
#fh5co-countdown,
#fh5co-groom-bride,
#fh5co-blog-section,
#fh5co-started,
#fh5co-when-where,
#fh5co-guest,
#fh5co-gallery,
.fh5co-content-section {
  padding: 7em 0;
}

@media screen and (max-width: 768px) {
  #fh5co-couple,
  #fh5co-when
  #fh5co-countdown,
  #fh5co-groom-bride,
  #fh5co-blog-section,
  #fh5co-started,
  #fh5co-when-where,
  #fh5co-guest,
  #fh5co-gallery,
  .fh5co-content-section {
    padding: 4em 0;
  }
}

#fh5co-couple {
  background: #F6F6F6;

}

.heading-section {
  padding-bottom: 1em;
  margin-bottom: 3em;
}

.heading-section h2 {
  font-size: 50px;
  font-weight: 300;
  position: relative;
  color: #F69D9D;
}

.heading-section p {
  font-size: 18px;
}

#fh5co-couple img {
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-couple h3 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  #fh5co-couple h3 {
    font-size: 35px;
  }
}

#fh5co-couple .amp-center {
  font-size: 60px;
  margin-top: 100%;
  color: #f69d9d;
}

@media screen and (max-width: 768px) {
  #fh5co-couple .amp-center {
    font-size: 40px;
  }
}

#fh5co-when {
  background-image: url(../images/gory.png);
  box-shadow: 0 0 50px rgb(117 102 84 / 50%);
  background-position: 25% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

#fh5co-when-where {
  background-image: url(../images/kw3.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15%;
}

#fh5co-gallery {
  background-image: url(../images/kw2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15%;
}
#fh5co-when-bcg {
  /* background: rgba(20, 20, 20, 0.5); */
  /* background: #F0E5C6; */
  /* height: 100%; */
  /* background-image: url(../images/back1.jpg); */
  /* background-repeat: no-repeat; */
  /* background-size: 100% 100%; */
}

#fh5co-countdown {
  background-image: url(../images/pozostalo.png);  
  box-shadow: 0 0 50px rgb(117 102 84 / 50%);
  background-position: 55% 15%;
  background-repeat: no-repeat;
  background-size: cover;
}

#fh5co-countdown-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#fh5co-countdown .countdown {
  margin-bottom: 0;
  font-size: 80px;
  color: #fff;
}

#fh5co-countdown .countdown span {
  margin: 0 30px;
  display: inline-block;
  font-family: "Playball", cursive;
}

#fh5co-countdown .countdown small {
  display: block;
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
}

.couple-wrap {
  width: 100%;
  float: left;
  background: #F6FAF7;
}

.couple-desc {
  padding: 3em;
}

@media screen and (max-width: 768px) {
  .couple-desc {
    padding: 1.5em;
  }
}

.couple-desc h3 {
  font-size: 40px;
}

.couple-desc .fh5co-social-icons a:first-child {
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .couple-desc .fh5co-social-icons a i {
    font-size: 20px;
  }
  
  .kinia {
    font-family: "batrisyia_scriptregular", cursive;
    font-size: 50px;
  }
  
  .szym {
    font-family: "batrisyia_scriptregular", cursive;
    font-size: 50px;
  }
}

.wedding-events {
  /* background: #fff; */
}

.wedding-events .ceremony-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}

.wedding-events .desc {
  padding: 2em;
}

.wedding-events .desc h3 {
  font-size: 30px;
}

.wedding-events .desc p strong {
  font-size: 14px;
}

#fh5co-started {
  position: relative;
  box-shadow: 0 0 50px rgb(117 102 84 / 50%);
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image:url(../images/goethe.jpg); 
}

#fh5co-started .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.groom-men img {
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.groom-men h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
}

.gallery {
  margin-bottom: 30px;
}

.gallery .gallery-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.gallery .gallery-img img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

.gallery .gallery-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

#footer {
  background: #a0b65d;
  padding: 60px 0 40px;
}

#footer p {
  color: white;
  font-size: 14px;
}

#footer p a {
  color: rgba(255, 255, 255, 0.5);
}

#footer p a:hover, #footer p a:active, #footer p a:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}

#footer h2 {
  color: #fff;
  font-size: 60px;
}

.js .animate-box {
  opacity: 0;
}

#fh5co-wrapper {
  overflow: hidden !important;
  position: relative;
}

#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}

@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}

@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}

@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.padding {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}