
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #232323; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

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

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

@media (max-width: 767px) {
  .align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title, p.mbr-text.pb-3.mbr-fonts-style.display-5 {
    text-align: justify; }

	h1.mbr-section-title.mbr-bold.pb-3.mbr-fonts-style.display-2,
	h3.mbr-section-subtitle.align-right.mbr-light.pb-3.mbr-fonts-style.display-2, h3.mbr-section-subtitle.align-left.mbr-light.pb-3.mbr-fonts-style.display-2, 
	h1.mbr-section-title.align-left.mbr-bold.pb-3.mbr-fonts-style.display-1,  h1.mbr-section-title.align-left.mbr-bold.pb-3.mbr-fonts-style.display-1-col-md-8, 
	h1.mbr-section-title.align-right.mbr-bold.pb-3.mbr-fonts-style.display-1, h1.mbr-section-title.align-center.mbr-bold.pb-3.mbr-fonts-style.display-1, p.mbr-text.align-center.pb-3.mbr-fonts-style.display-5,
h2.pb-3.mbr-section-title.mbr-fonts-style.display-2, .mbr-social-likes.social-likes.social-likes_visible, h3.mbr-section-subtitle.align-center.pb-5.mbr-light.mbr-fonts-style.display-5,
h2.align-center.pb-2.mbr-fonts-style.display-5	{
	text-align: center; 	
	}
	}
@media (min-width: 768px) {	
	h1.mbr-section-title.align-left.mbr-bold.pb-3.mbr-fonts-style.display-1.col-md-8.col-lg-8,
	h3.mbr-section-subtitle.align-left.mbr-light.pb-3.mbr-fonts-style.display-2.col-md-8.col-lg-8,
	h1.mbr-section-title.align-left.mbr-bold.pb-3.mbr-fonts-style.display-1, h3.mbr-section-subtitle.align-left.mbr-light.pb-3.mbr-fonts-style.display-2{
		text-align: left;
	}
	h1.mbr-section-title.align-right.mbr-bold.pb-3.mbr-fonts-style.display-1, h3.mbr-section-subtitle.align-right.mbr-light.pb-3.mbr-fonts-style.display-2
	{
		text-align:right;
	}
}
	
/*! Font-weight  */
.mbr-light {
  font-weight: 300; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img, .mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-img {
  text-align: center;
  flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img, .card-img img {
 width: 100%;}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; }

  .mbr-figure {
    width: 100% !important; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
       min-height: 90vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
	@media (min-width: 992px) and (max-width: 1600px) {
			.cid-qrZxgqapsS{
	padding-top:0px;
	margin-top:-10%;
	}
	}
		@media  (min-width: 601px) and (max-width: 767px)  {
			.cid-qrZxgqapsS{
	padding-top:0px;
	margin-top:-20%;
	}
	}
			@media  (min-width: 480px) and (max-width: 600px)  {
			.cid-qrZxgqapsS{
	padding-top:0px;
	margin-top:-25%;
	}
	}
				@media  (min-width: 400px) and (max-width: 479px)  {
			.cid-qrZxgqapsS{
	padding-top:0px;
	margin-top:-30%;
	}
	}
					@media  (max-width: 399px)  {
			.cid-qrZxgqapsS{
	padding-top:0px;
	margin-top:-40%;
	}
	}
	
		@media (min-width: 1601px) and (max-width: 2000px) {
			.cid-qrZxgqapsS{
	padding-top:0px;
	margin-top:-8%;
	}
		}
@media (min-width: 768px) and (max-width: 991px) {
	.cid-qrZxgqapsS{
	padding-top:0px;
	margin-top:-15%;
}
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; } }

/*# sourceMappingURL=style.css.map */
.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}
@media (min-width: 2001px){
.cid-qrZxgqapsS{
	padding-top:0px;
	margin-top:-6%;
}
	}
	@media (min-width: 1585px){
	img#img, img#img3{
		
	position:absolute;
	width:200%;	
	
	}
	img#img2.align-left{
		position:absolute;

margin-left:-50%;
width:200%;	
margin-top:15%;
	}
		img#img3{
		position:absolute;
	
margin-left:10%;

margin-top:15%;	
	}
	}
		@media (max-width: 1584px) and (min-width: 1360px){
	img#img, img#img3{
		
	position:absolute;
	width:170%;	
	
	}
	img#img2.align-left{
		position:absolute;

margin-left:-20%;
	width:170%;	
margin-top:15%;
	}
		img#img3{
		position:absolute;
	
margin-left:10%;

margin-top:15%;	
	}
	}
			@media (max-width: 1359px) and (min-width: 1291px){
	img#img, img#img3{
		
	position:absolute;
	width:140%;	
	
	}
	img#img2.align-left{
		position:absolute;

margin-left:0%;
	width:140%;	
margin-top:15%;
	}
		img#img3{
		position:absolute;
	
margin-left:10%;

margin-top:15%;	
	}
	}
				@media (max-width: 1290px) and (min-width: 768px){
	img#img, img#img3{
		
	position:absolute;
	width:120%;	
	margin-left:20%;

margin-top:20%;
	
	}
	img#img2.align-left{
		position:absolute;

margin-left:0%;
	width:120%;	
margin-top:15%;
	}
		img#img3{
		position:absolute;
	
margin-left:10%;

margin-top:15%;	
	}
	div.media-container-column.mbr-white.col-md-7.offset-md-5{
	
margin-left:40%;
position:relative;
left:-10%;	
	}
	}
	
/*	
		@media (max-width: 1549px) and (min-width: 1200px){
	img#img{
		
	position:absolute;
	width:150%;	
	}
	img#img2{
		position:absolute;
	width:130%;	
height:26000%;	
margin-top:30%;		
	}
		img#img3{
		position:absolute;
	width:130%;	
	margin-top:30%;	
	margin-left:15%;

	}


	}
		@media (max-width: 1199px) and (min-width: 992px){
	img#img{
		
	position:absolute;
	width:150%;	
		margin-left:20%;
	}
	img#img2{
		position:absolute;
	width:130%;	
height:22000%;	
margin-top:30%;		
	}
		img#img3{
		position:absolute;
	width:130%;
	margin-left:20%;
margin-top:30%;		

	}


	}
	
			@media (max-width: 991px) and (min-width: 860px){
		img#img, img#img3{
		
	position:absolute;
	width:160%;	
	margin-left:20%;
	margin-left:20%;
	}
	img#img2.align-left{
		position:absolute;
	width:170%;	
margin-left:-50%;	
margin-top:30%;	
	}
		img#img3{
		position:absolute;
	width:140%;	
margin-left:20%;
margin-top:30%;		
	}
	}
	
				@media (max-width: 859px) and (min-width: 768px){
		img#img, img#img3{
		
	position:absolute;
	width:120%;	
	margin-left:20%;
	margin-top:30%;	
	}
	img#img2.align-left{
		position:absolute;
	width:130%;	
margin-left:0%;	
margin-top:60%;	
	}
		img#img3{
		position:absolute;
	width:100%;	
margin-left:20%;
margin-top:60%;		
	}
	}
	*/
	@media (max-width: 767px){
		img#img, img#img2, img#img3{
		margin-top:30%;	
	
	width:100%;	
	}
	}
	p.mbr-text.b-3.mbr-fonts-style.display-5, .cid-qrZvacx3Nj .mbr-text{
	
text-align:justify;	
font-size: 19px;

		
	}
	@media (min-width: 768px){
	div.media-container-column.mbr-white.col-md-7.offset-md-5{
		margin-left:50%;
		
	}
	}
	div#scrollToTop.scrollToTop.mbr-arrow-up{
	z-index:9999999;
		
	}
	
@keyframes snow { 
0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;} 
} 
@keyframes snow { 
0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;} 
} 

@-moz-keyframes snow { 
0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;} 
} 

@-webkit-keyframes snow { 
0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;} 
} 

@-ms-keyframes snow { 
0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;} 
} 
div#wrapper { 
background-image: url('ss.png'), url('bbb.png'), url('sss.png'); 
/*background-color:white;*/
background-repeat: repeat; 

-webkit-animation: snow 20s linear infinite; 
-moz-animation: snow 20s linear infinite; 
-ms-animation: snow 20s linear infinite; 
animation: snow 20s linear infinite; 
} 


div#wrapper { 
/*background-image: url('ccc.jpg'), url('ccc.jpg'), url('ccc.jpg'); */
/*background-image: url('cc.png'), url('cc.png'), url('cc.png'); */
/*height:100%; */
} 
h1.mbr-section-title.align-center.mbr-bold.pb-3.mbr-fonts-style.display-1{
	
color: #ff006b;	
}
 p.mbr-text.align-center.pb-3.mbr-fonts-style.display-5
{
	color:#cc0055;
}
.gallery_1 .g_item{display:inline-block;margin:2px;}
.gallery_1{
list-style-type: none;
}

h2{
	
	margin-top:10%;
}
.box {
  overflow: hidden;
}
.box .circ{position:absolute;bottom:-100%;left:0;width:100%;height:100%;background:rgba(255,255,255,0.9);
margin:0px;z-index:100;border-radius:50%;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;
text-align:center;pointer-events:none;}

.box:hover, .between{text-decoration:underline;}
.box:hover img, .between img{-webkit-transform:scale(1.2, );
  -ms-transform: scale(1.2, );
  transform: scale(1.2, );
}.box:hover .circ, .between .circ{bottom:0;}
.box:hover .circ span, .between .circ span{margin-top:40px;}#gallery p{color:#7a7772;}
.box img{position:relative;-webkit-transform:scale(1, );
  -ms-transform: scale(1, );
  transform: scale(1, );
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box{position:relative;border-radius:50%;width:285px;height:285px;display:inline-block;cursor:pointer;z-index:10;pointer-events:auto;
box-shadow:0 2px 10px rgba(231,90,108,0.5);}

  #home .logo_elements .element_5 {
    left: 155px;
  }
  #home .logo_elements .element_8 {
    right: 140px;
    top: 250px;
  }
  section#header2-e.cid-qrZvacx3Nj.mbr-fullscreen.mbr-parallax-background{
	  
	display:block;  
	  
  }
  @media (min-width: 1486px) and (max-width:1600px){
.col-lg-offset-1 {
    margin-left: 8.33333%;
}
  }
  
    @media (min-width: 1601px) and (max-width:1700px){
.col-lg-offset-1 {
    margin-left: 10.33333%;
}
  }
      @media (min-width: 1701px) and (max-width:2100px){
.col-lg-offset-1 {
    margin-left: 15.33333%;
}
  }
        @media (min-width: 2101px) and (max-width:2250px){
.col-lg-offset-1 {
    margin-left: 20.33333%;
}
  }
          @media (min-width: 2251px) and (max-width:2450px){
.col-lg-offset-1 {
    margin-left: 22.33333%;
}
  }
            @media (min-width: 2451px) and (max-width:2650px){
.col-lg-offset-1 {
    margin-left: 24.33333%;
}
  }
              @media (min-width: 2651px) and (max-width:2850px){
.col-lg-offset-1 {
    margin-left: 26.33333%;
}
  }
                @media (min-width: 2851px) and (max-width:3050px){
.col-lg-offset-1 {
    margin-left: 28.33333%;
}
  }
                @media (min-width: 3001px) and (max-width:3200px){
.col-lg-offset-1 {
    margin-left: 30.33333%;
}
div.container.align-center{
	
padding-top:3%;	
}
  }
  @media (max-width:1133px) and (min-width: 933px){
.col-lg-offset-1 {
    margin-left: 15.33333%;
}
  }
    @media (max-width:932px) and (min-width: 800px){
.col-lg-offset-1 {
    margin-left: 8.33333%;
}
  }
      @media (max-width:799px) and (min-width: 700px){
.col-lg-offset-1 {
    margin-left: 0.33333%;
}
  }
 .mbr-fullscreen{
	padding-top: 12rem; 
	    padding-bottom:  7.5rem;

	 
 }
  #home .logo_elements .element_5 {
    left: 155px;
  }
  #home .logo_elements .element_8 {
    right: 140px;
    top: 250px;
  }
  .logo_elements,{position:absolute;top:0px;left:0px;display:block;width:100%;}
.logo_elements .element_1,.logo_elements_sp .element_1{background:url(../img/logo_cake_1.png) 0 0 no-repeat;width:42px;height:47px;position:absolute;
top:18px;left:235px;}
.logo_elements .element_2,.element_2{background:url(../img/logo_cake_2.png) 0 0 no-repeat;width:44px;height:42px;
position:absolute;top:108px;left:165px;}.logo_elements .element_3,.logo_elements_sp .element_3{background:url(../img/logo_cake_3.png) 0 0 no-repeat;
width:45px;height:45px;position:absolute;top:5px;left:390px;}
.logo_elements .element_4,.logo_elements_sp .element_4{background:url(../img/logo_cake_4.png) 0 0 no-repeat;width:46px;height:27px;position:absolute;
top:140px;left:285px;}.logo_elements .element_5,.logo_elements_sp .element_5{background:url(../img/logo_cake_5.png) 0 0 no-repeat;width:46px;height:47px;
position:absolute;top:248px;left:275px;}.logo_elements .element_6,.logo_elements_sp .element_6{background:url(../img/logo_cake_6.png) 0 0 no-repeat;
width:47px;height:35px;position:absolute;top:25px;right:300px;}
.logo_elements .element_7,.logo_elements_sp .element_7{background:url(../img/logo_cake_7.png) 0 0 no-repeat;width:42px;height:32px;position:absolute;
top:130px;right:260px;}.logo_elements .element_8,.logo_elements_sp .element_8{background:url(../img/logo_cake_8.png) 0 0 no-repeat;width:45px;
height:41px;position:absolute;top:240px;right:210px;}
.logo_elements .element_9,.logo_elements_sp .element_9{background:url(../img/logo_cake_9.png) 0 0 no-repeat;width:46px;height:49px;position:absolute;
top:40px;right:150px;}
.logo_elements .element_10,.logo_elements_sp .element_10{background:url(../img/logo_cake_10.png) 0 0 no-repeat;width:51px;height:43px;position:absolute;
top:130px;right:80px;}.logo_elements_sp .element_1{top:160px;left:235px;}

.logo_elements .element_11,.logo_elements_sp .element_11{background:url(../img/logo_cake_6.png) 0 0 no-repeat;
width:47px;height:35px;position:absolute;
top:100px;left:400px;}
.logo_elements .element_12,.element_12{background:url(../img/logo_cake_7.png) 0 0 no-repeat;width:42px;height:32px;position:absolute;top:400px;
    left: 140px;}
.logo_elements .element_13,.logo_elements_sp .element_13{background:url(../img/logo_cake_8.png) 0 0 no-repeat;width:45px;
height:41px;position:absolute;top:40px;left:500px;}
.logo_elements .element_14,.logo_elements_sp .element_14{background:url(../img/logo_cake_9.png) 0 0 no-repeat;width:46px;height:49px;position:absolute;
   top: 270px;left:300px;}
.logo_elements .element_15,.logo_elements_sp .element_15{background:url(../img/logo_cake_10.png) 0 0 no-repeat;width:51px;height:43px;
position:absolute;top:170px;left:450px;}
.logo_elements .element_16,.logo_elements_sp .element_16{background:url(../img/logo_cake_1.png) 0 0 no-repeat;width:42px;height:47px;position:absolute;top:400px;right:205px;}
.logo_elements .element_17,.logo_elements_sp .element_17{background:url(../img/logo_cake_2.png) 0 0 no-repeat;width:44px;height:42px;position:absolute;top:190px;right:350px;}
.logo_elements .element_18,.logo_elements_sp .element_18{background:url(../img/logo_cake_3.png) 0 0 no-repeat;
width:45px;height:45px;position:absolute;top:280px;right:260px;}
.logo_elements .element_19,.logo_elements_sp .element_19{background:url(../img/logo_cake_4.png) 0 0 no-repeat;width:46px;height:27px;position:absolute;
top:100px;right:400px;}
.logo_elements .element_20,.logo_elements_sp .element_20{background:url(../img/logo_cake_5.png) 0 0 no-repeat;width:46px;height:47px;position:absolute;
top:350px;right:80px;}.logo_elements_sp .element_1{top:180px;left:250px;}


.table-cell-middle {
    vertical-align: middle;
}

@media (min-width: 992px)
{
.table-cell-lg {
    display: table-cell; 
    float: none; 
}}
section#features8-8.mbr-cards.mbr-section.features8.mbr-parallax-background{
padding-bottom:10%;
padding-top:10%;	
	
}
div.container-fluid.position-relative{
    padding-bottom: 10%;
    padding-top: 10%;		
	
}

@media (min-width: 992px){
div.col-lg-6.table-cell-lg.table-cell-middle.content-size, div.col-lg-6.col-xs-12.table-cell-lg.image-size{
	width:50%;
}
}
@media (max-width: 991px){
div.col-lg-6.table-cell-lg.table-cell-middle.content-size, div.col-lg-6.col-xs-12.table-cell-lg.image-size{
	width:80%;
}
}
@media (max-width: 799px){
div.col-lg-6.table-cell-lg.table-cell-middle.content-size, div.col-lg-6.col-xs-12.table-cell-lg.image-size{
	width:100%;
}
h4.mbr-section-title.display-5, p.mbr-section-text.lead{
text-align:center;	
	
}
}
@media (max-width: 651px){
.mbr-fullscreen{
	padding-top:2rem;   
    padding-bottom: 2rem;
}

}
@media (max-width: 551px){


div.container-fluid.position-relative, section#features8-a.mbr-cards.mbr-section.features8.mbr-parallax-background{
	padding-bottom:1%;
	padding-top:1%;
	
}

}



@media (max-width: 629px){
img.card-img-top{
	width:80%;
}
}

@media (max-width: 629px){
img.card-img-top{
	width:80%;
}
}

body{
min-width:320px;
}
@media (max-width: 434px){
	section#header2-e.cid-qrZvacx3Nj.mbr-fullscreen.mbr-parallax-background{
	

		
	}

	
	#home{
	position:absolute;
display:none;	
	}
}
h2{
	margin-top:20%;
	color:#ce0f38;
}
@media (max-width: 1484px) and (min-width: 1380px){
.col-lg-offset-1 {
    margin-left: 10.33333%;
}
  }	
  @media (max-width: 1379px) and (min-width: 1280px){
.col-lg-offset-1 {
    margin-left: 10.33333%;
}
  }	
  @media (max-width: 1279px) and (min-width: 1200px){
.col-lg-offset-1 {
    margin-left: 12.33333%;
}
  }	
    @media (max-width: 1199px) and (min-width: 992px){
.col-lg-offset-1 {
    margin-left: 10.33333%;
}
  }	

 
  
   @media(min-width: 992px){ 
  h1#mbr-section-title.mbr-section-title.align-center.mbr-bold.pb-3.mbr-fonts-style.display-1,   h2#mbr-section-title.mbr-section-title.align-center.mbr-bold.pb-3.mbr-fonts-style.display-1,p#mbr-text.mbr-text.align-center.pb-3.mbr-fonts-style.display-5,
  h3#mbr-section-subtitle.mbr-section-subtitle.align-left.mbr-light.pb-3.mbr-fonts-style.display-2.col-md-8.col-lg-8{
	text-align:left;
color:red;		
	float:left;  
  }
  h1#mbr-section-title2.mbr-section-title.align-center.mbr-bold.pb-3.mbr-fonts-style.display-1,   h2#mbr-section-title2.mbr-section-title.align-center.mbr-bold.pb-3.mbr-fonts-style.display-1, p#mbr-text2.mbr-text.align-center.pb-3.mbr-fonts-style.display-5,
   h3#mbr-section-subtitle2.mbr-section-subtitle.align-right.mbr-light.pb-3.mbr-fonts-style.display-2.col-md-8.col-lg-8{
	text-align:right;
float:right;
color:red;	
   }
   }
  @media(max-width: 1484px) and (min-width:1300px) {
  h3#mbr-section-subtitle.mbr-section-subtitle.align-left.mbr-light.pb-3.mbr-fonts-style.display-2.col-md-8.col-lg-8,
  h3#mbr-section-subtitle2.mbr-section-subtitle.align-right.mbr-light.pb-3.mbr-fonts-style.display-2.col-md-8.col-lg-8{
	   font-size:1.3rem;
   }
   }
     @media(max-width: 1484px) and (min-width:1300px) {
  h3#mbr-section-subtitle.mbr-section-subtitle.align-left.mbr-light.pb-3.mbr-fonts-style.display-2.col-md-8.col-lg-8,
  h3#mbr-section-subtitle2.mbr-section-subtitle.align-right.mbr-light.pb-3.mbr-fonts-style.display-2.col-md-8.col-lg-8{
	   font-size:1.3rem;
   }
   }
   
   @media(min-width: 1485px)  {
	   h3#mbr-section-subtitle.mbr-section-subtitle.align-left.mbr-light.pb-3.mbr-fonts-style.display-2.col-md-8.col-lg-8,
	   h3#mbr-section-subtitle2.mbr-section-subtitle.align-right.mbr-light.pb-3.mbr-fonts-style.display-2.col-md-8.col-lg-8,
	   p#mbr-text.mbr-text.align-center.pb-3.mbr-fonts-style.display-5,p#mbr-text2.mbr-text.align-center.pb-3.mbr-fonts-style.display-5
	   {
	   font-size:1.5rem;
   } 

	   
	   
	   
   }
 @media(max-width: 1299px) and (min-width:992px) {
   img.card-img-top{
	 width:100%;  
	   
   }
   }

    h1#mbr-section-title2.mbr-section-title.align-center.mbr-bold.pb-3.mbr-fonts-style.display-1, p#mbr-text2.mbr-text.align-center.pb-3.mbr-fonts-style.display-5,
   h3#mbr-section-subtitle2.mbr-section-subtitle.align-right.mbr-light.pb-3.mbr-fonts-style.display-2.col-md-8.col-lg-8,   h1#mbr-section-title.mbr-section-title.align-center.mbr-bold.pb-3.mbr-fonts-style.display-1, 
   p#mbr-text.mbr-text.align-center.pb-3.mbr-fonts-style.display-5,
  h3#mbr-section-subtitle.mbr-section-subtitle.align-left.mbr-light.pb-3.mbr-fonts-style.display-2.col-md-8.col-lg-8
   {
	 color:#ce0f38;  
   }
   
   @media (max-width: 1485px) and (min-width: 1380px){
   
div.col-xs-12.col-lg-10.col-lg-offset-1.text-xs-center{
	
margin-left:19.333333333333%;	
}
li#g_item.g_item{
	margin-left:0.33333333333333%;
}
   }
      @media (max-width: 1379px) and (min-width: 1280px){
   
div.col-xs-12.col-lg-10.col-lg-offset-1.text-xs-center{
	
margin-left:16.333333333333%;	
}

   }
   a.btn.btn-md.btn-white-outline.display-4{
	   
	background:#fff;
color:#000;	
   }
    @media (min-width: 2054px){
		#mbr-section-title{
			width:800px;
				font-size: 90px;
	}
		#mbr-section-title2{
			width:800px;
			font-size: 90px;
	}
	.fontstyle{
		font-size: 35px;
	}
	}
	.fontstyle{
		font-style: normal;
	}
	.mamita{
	font-size:23px;
	font-weight:600;}
	.mamita_zag{
	font-size: 60px;
	}
	 @media (max-width: 480px){
		.mamita_zag{
	font-size: 40px;
	}
	 }
	 @media (min-width: 1500px){
	 #img1{
	 float:right;
	 }
	 #img2{
	 float:left;
	 }
	 }
	.uzor{
		width:100%;
	}
	.fon2{
    position: relative;
   
	}
	
	.mbr-overlay1{
	    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
	}
	
	.uzor1 span {

    position:absolute;
        top: 500px;
    left: 1500px;
     
   
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px; 
     
  
}
 @media (min-width: 1500px){
p.mbr-text.b-3.mbr-fonts-style.display-5, .cid-qrZvacx3Nj .mbr-text {
font-size:25px;}
.mamita {
    font-size: 28px;

}
 }

	.uzor1{
	background: url(images/fon3.png);
	}
.gallery_1{
  padding-left: 0px;
}
span.center{
	
text-align:center;	
}
 @media (max-width: 767px){
.align-center{
	text-align:center;
	
}
 }
