<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html, body {
	
	margin: 0;
	background: #7d7873; /*#8e857c*/
	color: #000;
}

#wrapper {
	/*width: 1345px; margin: 0 auto; display: block;*/

	
}

#container {
	 
}

.logo {
	 
}

.akcii {
	 
}

.akcii .margin {
	 
}

.akcii .margin .grid p {
	 
}

.summer-block {
	 
}

.summer-block .grid p {
	 
}

.img-width {
	width: 100%;
}

.nomany-block {
	
}

.nomany-block .margin3 {
	
}

.insta-block {
	
}

.insta-block .margin4 {
	
}

.facebo-block {
	
}

.facebo-block .margin5 {
	
}

.wedding-nature {
	
}

.wedding-nature .grid p {
	
}

.ceremonii {
	
}

.ceremonii .margin {
	
}

.ceremonii .margin .grid p {
	 
}

.feed {

/*box-shadow: 0 1px 2px rgba(0,0,0,0.5);
border-radius: 4px 4px;

margin: 0 auto 13px;*/

-webkit-transition: all 750ms ease;

-moz-transition: all 750ms ease;

-o-transition: all 750ms ease;

transition: all 750ms ease;

-webkit-transform:
	translate3d(0px, 0px, 0)
	rotateX(-40deg)
	scale(0.8, 0.8);
-moz-transform:
	translate3d(0px, 0px, 0)
	rotateX(-40deg)
	scale(0.8, 0.8);

transform:
	translate3d(0px, 0px, 0)
	rotateX(-40deg)
	scale(0.8, 0.8);

opacity: 0;

}

.feed.appeared {

-webkit-transform:
	translate3d(0px, 0px, 0px)
	rotateX(0)
	scale(1, 1);
-moz-transform:
	translate3d(0px, 0px, 0px)
	rotateX(0)
	scale(1, 1);
transform:
	translate3d(0px, 0px, 0px)
	rotateX(0)
	scale(1, 1);
opacity: 1;

}
/* Advantage Style */
.advantage-card {
  background: #ffe9e8;
  padding: 40px 24px;
  height: 196px;
}
.advantage-card .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  margin: 15px 0 10px 0;
/*  min-height: 80px;*/
}
.advantage-card .desc {
  font-size: 20px;
  font-weight: 300;
/*  font-family: Oswald Light;*/
  line-height: 1.5;
  margin: 0;
}
.advantage-card .icon {
/*  margin: 20px 0;*/
}






/* Catalog Style */
.catalog-card {
  background: #ffeece;
  height: 486px;
}
.catalog-card .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  margin: 13px 0 0 0;
  min-height: 80px;
}
.catalog-card .title &gt; span {
  font-size: 20px;
  font-weight: 300;
}
.catalog-card .subtitle {
  font-size: 20px;
  font-weight: 300; 
  margin: 13px 0 0 0;
}
.catalog-card .subtitle &gt; span {
  font-weight: 400; 
}
.catalog-card .img-width {
  max-height: 260px;
}
/* Label Style */
.label {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-family: Oswald Light;
  letter-spacing: normal;
  padding: 0 14px 2px; 
}
.label.rent {
  position: relative;
  top: -6px;
  background: #34a159;
}
.label.rent.page {
  top: -3px;
  font-size: 18px;
}
.label.buy {
  position: relative;
  top:-6px;
  background: #e25959; 
}
.label.service {
  position: relative;
  top: 8px;
  display: block;
  background: #3778c5;
  margin: 0 auto;
  width: 50px;
}
/* Button Style */
.button-view,
.button-order {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 30px;
  margin: 23px 13px 27px;
}
.button-view {
  background: #353535;
}
.button-order {
  background: #34A159;
}
/* Lightbox Style */
.fr-info-padder {
  font-size: 20px;
  text-align: center;
}

::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
    background-color: #d1e8d4;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #f9e6ae;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* ==========================================================================
   POPUP
   ========================================================================== */


.popup{
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 350px;
  border-radius: 7px;
  margin: 20px auto;
  text-align: center;
}
.popup-title{
  font-family: Segoe UI;
  font-weight: bold;
  font-size: 1.738em;
  color: #000;
  text-align: center;
  line-height: 38px;
  margin-bottom: 25px;
  margin-top: 30px;
  position: relative;
}
.popup-subtitle{
  font-family: Segoe UI;
  font-size: 1em;
  color: #000;
  text-align: center;
  line-height: 22px;
  margin-bottom: 25px;
  margin-top: 10px;
  position: relative;
}
.popup label{
  text-align: left;
  width: 360px;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.popup .label{
  font-family: Segoe UI;
  font-size: 0.88em;
  color: #000;
  margin-bottom: 4px;
}
.popup input[type="text"] {
  font-family: Segoe UI;
  font-size: 24px;
  color: #000;
  line-height: 35px;
  border: 1px solid #67677d;
  border-radius: 5px;
  text-align: center;
  height: 35px;
  width: 345px;
  outline: none;
}
.popup input::-webkit-input-placeholder {
  font-family: Segoe UI Light;
  font-size: 20px;
  color: #838383;
  line-height: 45px;
  text-align: center;
}
.popup input::-moz-placeholder{
  font-family: Segoe UI Light;
  font-size: 20px;
  color: #838383;
  line-height: 45px;
  text-align: center;
  opacity: 1;
}
.popup .btn{
  font-family: Segoe UI;
  font-weight: bold;
  font-size: 1em;
  color: #fff;
  line-height: 40px;
  width: 344px;
  height: 40px;
   background: #f24841;
  margin: 10px auto 20px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
}
#thx .btn {
  width: 250px;
  margin: 0 auto;
}

/* WhatsApp Button  */
/*.whatsapp-button {
  position: fixed;
  right: 80px;
  bottom: 70px;
}
@media (max-width: 767px) {
  .whatsapp-button {
    display: none;
  }
}*/

/*@media (max-width: 320px){

.wrapper {
	zoom: 0.235;
}*/


/*@media (max-width: 320px){

#wrapper {
	width: 1245px; margin: 0 auto; display: block;
}

}*/

/*@media (max-width: 320px){

.wrapper {
  zoom: 0.235;
}*/
</pre></body></html>