/* CSS Document */


.lds-css {
	margin: 0px auto;
	width: 100%;
	height: 500px;
	background: url("../beni/loader.gif") 50% 70% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 700ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
#whiteMainBox_fit {
	background: none;
}
	
.bg:before {
 content: " ";
  display:block;
  position:fixed;
  top:100px;
  left:0;
  z-index:-2;
  width:100%;
  height:100vh;
	background: url("../beni/topbg.jpg") 50% -30px no-repeat;
  background-size:cover;
}

.bg2:before {
	top:0;
}

#whiteMainBox_fit h2,#whiteMainBox_fit h3 {
	color: #e10044;
	font-weight: normal;
}


#benitop {
	text-align: center;
	padding: 80px 0 0 0;
	height: 560px;
	overflow: hidden;

}

#benitop .title {
	margin: auto;
}


img.blurin {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

#benitop .title img {
	height: 100px;
}

.pinkbox {
	margin: 0 0 0 0;
	text-align: center;
	background: url("../beni/redbg.jpg") bottom center no-repeat;
	padding: 100px 0;
	font-size: 18px;
	background-size: cover;
}

.whitecircle {
	background: url("../beni/whitecircle.png") 50% 50% no-repeat;
	background-size: 640px;
	display: flex;
	width: 700px;
	margin: auto;
	height: 700px;
}

.whitecircle div {
	width: 580px;
	margin: auto;
	
}

.whitecircle div p {
	margin-bottom: 20px;
}

.whitecircle img {
	width:  80%;
}


.fontbig {
	font-size: 30px;
	font-weight: bold;
	white-space: nowrap;
}


div.beniflex {
	width: 940px;
	margin: 0 auto 100px auto;
	display: flex;
	justify-content: space-between;
	background-color: rgba(255,255,255,0.9);
	padding: 100px 70px;
}

div.whitebg {
	background: url("../images/awa.png") center bottom #fff; 
	padding: 0px 0;
	box-shadow: none;
}

div.beniflex2 {
	width: 100%;
	margin: 0 auto 100px auto;
	display: flex;
	flex-direction:row-reverse;
	align-items: center;
}
div.beniflex2 .fleximgbox {
	width: 45%;
}

div.beniflex2 div.flextext {
	
	width: 40%;
	margin: 0 0;
	padding: 70px 5% 70px 10%;
	background-color: rgba(255,255,255,0.9);
}

div.beniflex2 div.flextext h2 {
	font-size: 42px;
}

div.beniflex2 div.flextext ul {
	margin-left: 50px;

}

div.beniflex2 div.flextext ul li {
	list-style-image: url("../beni/listbg.png");
	line-height: 24px;
	font-size: 18px;

}

#whiteMainBox_fit h2.insta {
	font-weight: bold;
}


div.beniflex2 .fleximgbox img  {
	width: 100%;
	margin: -200px auto 0px auto;
}



div.beniflex div.fleximgbox {
	width: 35%;
}

div.beniflex div.fleximgbox img {
	width: 90%;
	display: block;
	margin: auto;
}

div.beniflex div.flextext {
	width: 60%;
}

div.flextext a {
	display: inline-block;
	background: #181878;
	color: #fff;
	text-align: center;
	padding: 5px 20px;
}

div.reverse {
	flex-direction: row-reverse;
}

div.reverse div.fleximgbox img {
	width: 70%;
	margin: auto;
	display: block;
}

	

div.flextext h2 {
font-size: 32px;
margin-bottom: 30px;
white-space: nowrap;

}

div.flextext h2 img {
	width: 70%;
}
div.flextext p {
	margin: 0px 0 20px 0;
	font-size: 16px;

} 

.hibiscusbar {
background: url(../beni/hibisbg.png) top center no-repeat; width: 100%; background-size: 1200px auto; height: 200px; margin: -150px 0 100px 0; 
}

div.textcenter {
	text-align: center;
}

#instagram {
	background-color: rgba(255,255,255,0.9);
}

#splash {
	height: auto;
}
.splash {
    width: calc(100% / 5);
	margin: 0;
}

.splash a {
	margin: 0;
	padding: 50px 20%;
	height: auto;
	text-align: center;
}

.splash a img {
	width: 180px;
	
}

div[class^="splash"]:nth-child(4) {
	background: url("../images/awa.png") center bottom #fff; background-size: 200%;
}

div[class^="splash"]:nth-child(4) img {
	width: 105%;
	margin: 15px 0 0 0;
}
div[class^="splash"]:nth-child(3) {
	background: url("../images/awa.png") center bottom #e84c8f; background-size: 200%;
}
div[class^="splash"]:nth-child(5) {
	background: url("../images/awa.png") center bottom #fff100; background-size: 200%;
}

div[class^="splash"]:nth-child(6) {
	background:  url("../images/awa.png") center bottom #00aae8; background-size: 200%;
}

.cmbox2 {
	margin: 30px auto 100px auto;
}



@media screen and (min-width: 0px) and (max-width: 480px) {

.bg:before {
display: none;
}

#whiteMainBox_fit {
	background: none;
}

#benitop {
    padding:  0;
    height: auto;
}

#benitop .title {
   	padding: 5vh 0 40vh 0;
	background: url("../beni/topbg.jpg") 50% 100% no-repeat;
	background-size: auto 100%;
}

#benitop .title img {
    height: auto;
	width: 90%;
}

.pinkbox {
	padding: 50px 0;
	font-size: 15px;
}
.whitecircle {
	background: url("../beni/whitecircle.png") 50% 0% no-repeat;
    background-size: auto 100%;
    width: 84%;
	padding: 50px 8% 70px 8%;
    height: auto;
}

.whitecircle img {
	width:  100%;
	margin-top: 30px;
}

.whitecircle div {
	width:  100%;
}
.whitecircle div p {
    margin-bottom: 10px;
}
.fontbig {
    font-size: 6vw;
    white-space:normal;
}

.hibiscusbar {
background-size: 1000px auto; height: 150px; margin: -100px 0 0px 0;  position: relative;
}

div.beniflex,div.beniflex2 {
    width: 100%;
	display: block;
	padding: 0px 0;
	margin-bottom: 50px;
}

div.beniflex div.fleximgbox {
    width: 80%; margin: 0 auto 30px auto;
}

div.beniflex div.fleximgbox img {
    width: 50%;
}

div.beniflex div.flextext {
    width: 80%;
	margin: auto;
}
div.flextext h2 img {
    width: 80%; display: block; margin: auto;
}

div.beniflex div.fleximgbox img {
    width: 40%;
}
div.flextext h2 {
    white-space: normal;
}

div.beniflex2 .fleximgbox {
	display: none;
}

div.beniflex2 div.flextext {
    width: 80%;
    padding: 0px 10% 0px 10%;
	margin: -200px 0 0 0;
	background: inherit;
}

.bgsp {
background: url("../beni/fruit.png") bottom left no-repeat;
 background-size: auto;
background-size: 115%;
padding: 0 10% 300px 10%;
width: 80%;
}

div.whitebg {
	background: none;
}

div.beniflex2 div.flextext h2 {
    font-size: 20px;
	background-color: rgba(255,255,255,0.9);display: inline-block;
}

div.beniflex2 div.flextext p {
	background-color: rgba(255,255,255,0.9);display: inline-block;
}
div.beniflex2 div.flextext ul li {
font-size: 15px;
}

div.flextext h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

	.splash a {
		padding: 20px 10%;
	}

	.splash a img:nth-child(1), .splash a img:nth-child(2) {
		margin: 10px auto 0 auto;
	}
}




