

/* FULL WIDTH START  */
/* Full width Container / backgrounds start  */


#full-width {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	overflow-x: hidden;
}

#full-width #header-bg {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:75px;
	background-color:rgba(254,0,96,0.9);
	z-index: 99;
	overflow: hidden;
}

#s1-bg {
	width:100%;
/* 	75px compensation for header being fixed on top */
	height: calc(700px + 75px + 100px);
background: #fe0060;
position:relative;
}

#s1-bg-dots {
	position:absolute;
	top:300px;
	left:0px;
	width:100%;
	height:1000px;
	background-image:url('../img/bg-dots.png');
	background-size:800px;
}

#s2-bg-dots {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:500px;
	background-image:url('../img/bg-dots.png');
	background-size:900px;
}

#s1-bg .bg-gradient {
	position: absolute;
	right:0px;
	height:70vw;
	width:70vw;
	/* 	border:1px solid white; */
	background: #fe0060;
	background: -moz-linear-gradient(-45deg,  #fe0060 42%, #ff8121 100%);
	background: -webkit-linear-gradient(-45deg,  #fe0060 42%,#ff8121 100%);
	background: linear-gradient(135deg,  #fe0060 42%,#ff8121 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0060', endColorstr='#ff8121',GradientType=1 );
}



#s2-bg {
	width:100%;
	position:relative;
	margin-top:-150px;
}


#s2-bg-gradient {
	background: #ff8121;
	background: -moz-radial-gradient(center, ellipse cover,  #ff8121 0%, #fe0060 58%);
	background: -webkit-radial-gradient(center, ellipse cover,  #ff8121 0%,#fe0060 58%);
	background: radial-gradient(ellipse at center,  #ff8121 0%,#fe0060 58%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8121', endColorstr='#fe0060',GradientType=1 );
	position:absolute;
	bottom:-750px;
	left:50%;
	margin-left:-750px;
	width:1500px;
	height:2000px;
	z-index: -1;
}



#s3-bg {
	background-color:#9a1d47;
	width:100%;
	height:600px;
	position:relative;
}

#s4-bg {
	width:100%;
	height:400px;
	position:relative;
background: -moz-linear-gradient(top,  rgba(255,122,37,1) 0%, rgba(255,122,37,0) 72%, rgba(255,122,37,0) 100%);
background: -webkit-linear-gradient(top,  rgba(255,122,37,1) 0%,rgba(255,122,37,0) 72%,rgba(255,122,37,0) 100%);
background: linear-gradient(to bottom,  rgba(255,122,37,1) 0%,rgba(255,122,37,0) 72%,rgba(255,122,37,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a25', endColorstr='#00ff7a25',GradientType=0 );
}




#s9-bg {

	background-color:#9c1c47;



width:100%;
height:1250px;
position: relative;

}

#s9-bg-gradient {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:500px;
background: rgb(156,28,71);
background: -moz-linear-gradient(top,  rgba(156,28,71,1) 0%, rgba(254,0,96,1) 100%);
background: -webkit-linear-gradient(top,  rgba(156,28,71,1) 0%,rgba(254,0,96,1) 100%);
background: linear-gradient(to bottom,  rgba(156,28,71,1) 0%,rgba(254,0,96,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c1c47', endColorstr='#fe0060',GradientType=0 );

}

#footer-bg {
	width:100%;
	background-color:white;
	height:280px;
}

/* FULL WIDTH END  */


/*PRODUCT PAGE COMMENCE */


/* S1 PUBLISHER PAGE */


#s1-publisher-container {
    position: relative;
}

#s1-publisher-bg {
    width: 100%;
    right: 0;
    position: relative;
    top: 0;
}

#s1-publisher-frame-1, #s1-publisher-frame-3 {
    width: 100%;
    right: 0;
    position: absolute;
    top: 0;
}

#s1-publisher-frame-3 {
	opacity: 0;
}

#s1-publisher-world {
	position: absolute;
	width: 90%;
    opacity: 0.5;
}



#s1-publisher-graph {
	opacity: 1;
    width: 120%;
    position: absolute;
}


#s1-publisher-light-1, #s1-publisher-light-2, #s1-publisher-light-3, #s1-publisher-light-4, #s1-publisher-light-5, #s1-publisher-light-6, #s1-publisher-light-7, #s1-publisher-light-8, #s1-publisher-light-9, #s1-publisher-light-10, #s1-publisher-light-11, #s1-publisher-light-12 {
	opacity: 0;
    width: 120%;
    position: absolute;
}



/* HEADER END */
/*  S1 START  */
#s1-publisher {
  width: 100%;
  height: calc(840px);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}


.s1-publisher-left {
    flex: 1;
    float: left;
}

.s1-publisher-right {
    flex: 1;
    float: right;
}

.s1-publisher-body {
	max-width: 1024px;
	flex-wrap: wrap;
	display: inline-flex;
	justify-content: center;
	clear: both;
	position: absolute;
	top: 0;
}



@media only screen and (max-width : 768px)  {
	.s1-publisher-left {
	    flex: 1;
	    float: left;
	    flex-basis: 80%;
	}

	.s1-publisher-right {
	    flex: 1;
	    float: right;
	    flex-basis: 80%;
	}

	.s1-publisher-body {
		width: 320px;
		left: 50%;
		margin-left: -160px;
		text-align: center;
	}

	#s1-publisher h1 {
	  padding-top: 70px;
	  width: auto;
	  font-size: 30px;
	  line-height: 40px;
	}

	#s1-publisher-container {
		width: 220px;
	    position: relative;
	    top: 5%;
	    left: 50%;
	    margin-left: -110px;
	}

	#s1-publisher-graph {
	    right: auto;
	    width: 280%;
	    left: 50%;
	    margin-left: -200%;
	    top: 7%;
	}

	#s1-publisher-light-1, #s1-publisher-light-2, #s1-publisher-light-3, #s1-publisher-light-4, #s1-publisher-light-5, #s1-publisher-light-6, #s1-publisher-light-7, #s1-publisher-light-8, #s1-publisher-light-9, #s1-publisher-light-10, #s1-publisher-light-11, #s1-publisher-light-12 {
	    right: auto;
	    width: 280%;
	    left: 50%;
	    margin-left: -200%;
	    top: 7%;
	}

	#s1-bg .bg-gradient {
		bottom:10%;
	}


	#s1-publisher-world {
	    right: 0%;
		top: 30%;
		width: 120%;
		left: 50%;
		margin-left: -60%;
	}

}

@media only screen  and (min-width : 769px) {
	.s1-publisher-left {
	    flex: 1;
	    float: left;
		flex-basis: 30%;
   		margin-left: 15%;
	}

	.s1-publisher-right {
	    flex: 1;
	    float: right;
	    flex-basis: 40%;
	}
	.s1-publisher-body {
		width: 100%;
		text-align: left;
		margin-left: 0;
		left: 0%;
	}
	#s1-publisher h1 {
	    padding-top: 230px;
	    width: 100%;
	    margin-left: auto;
	    font-size: 32px;
	    line-height: 46px;
	}

	#s1-publisher-container {
	    left: auto;
	    width: 300px;
	    position: relative;
	    top: 13%;
	    margin-left: 0;
	}

	#s1-publisher-graph {
	    right: -10%;
	    left: auto;
	    top: 5%;
	}

	#s1-publisher-light-1, #s1-publisher-light-2, #s1-publisher-light-3, #s1-publisher-light-4, #s1-publisher-light-5, #s1-publisher-light-6, #s1-publisher-light-7, #s1-publisher-light-8, #s1-publisher-light-9, #s1-publisher-light-10, #s1-publisher-light-11, #s1-publisher-light-12 {
	    right: -10%;
	    left: auto;
	    top: 5%;
	}

	#s1-bg .bg-gradient {
		bottom: 0%;
	}

	#s1-publisher-world {
		top: 0%;
	    right: -15%;
	}


}

@media only screen  and (min-width : 1024px) {
	.s1-publisher-left {
	    flex: 1;
	    float: left;
	    flex-basis: 50%;
   		margin-left: 0%;
	}

	.s1-publisher-right {
	    flex: 1;
	    float: right;
	    flex-basis: 40%;
	}
	.s1-publisher-body {
		width: 100%;
		text-align: left;
		margin-left: 0;
		left: 0%;
	}
	#s1-publisher h1 {
	    padding-top: 230px;
	    width: 70%;
	    margin-left: 100px;
	    font-size: 32px;
	    line-height: 46px;
	}

	#s1-publisher-container {
	    left: auto;
	    width: 300px;
	    position: relative;
	    top: 13%;
	    margin-left: 0;
	}


	#s1-publisher-graph {
	    right: -10%;
	    left: auto;
	    top: 5%;
	}

	#s1-publisher-light-1, #s1-publisher-light-2, #s1-publisher-light-3, #s1-publisher-light-4, #s1-publisher-light-5, #s1-publisher-light-6, #s1-publisher-light-7, #s1-publisher-light-8, #s1-publisher-light-9, #s1-publisher-light-10, #s1-publisher-light-11, #s1-publisher-light-12 {
	    right: -10%;
	    left: auto;
	    top: 5%;
	}

	#s1-bg .bg-gradient {
		bottom: 0%;
	}

	#s1-publisher-world {
		top: 0%;
	    right: -15%;
	}


}

/* S1 PUBLISHER END */

/*S2 PUBLISHER */

#s2-publisher {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#s2-publisher h3 {
  padding-top: 30px;
}

#s2-publisher h3,
#s2-publisher p {
  padding-left: 530px;
}

.logo-container {
	display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content:center;
}

.logo {
	width: 150px;
    height: 150px;
    background-color: #fff;
    margin: 8px;
    border-radius: 10px;
    display: flex;
    transform: translateX(100%) rotate(-15deg);
    opacity: 0;
    justify-content: center;
}

.logo img {
    position: relative;
    width: 130px;
    height: 130px;
    vertical-align: middle;
    padding: 10px;
}


@media only screen and (max-width : 768px)  {

	.logo-container {
		margin-top: 0%;
	    width: 100%;
	    justify-content: center;
	    position: absolute;
	    left: 50%;
	    margin-left: -50%;
	}
	#s2-bg {
		height: 1280px;
	}

	#s2-publisher {
		height: 1240px;
	}

	.logo {
		flex-basis: 35%;
	}
}

@media only screen  and (min-width : 769px) {

	.logo-container {
	    margin-top: 0%;
	    width: 70%;
	    justify-content: center;
	    position: relative;
	    left: 50%;
	    margin-left: -35%;
	}
	#s2-bg {
		height: 760px;
	}
	#s2-publisher {
		height: 720px;
	}

	.logo {
		flex-basis: 15%;
	}

}

@media only screen  and (min-width : 1024px) {

	.logo-container {
	    margin-top: 10%;
	    width: 100%;
	    justify-content: center;
	    position: relative;
	    left: 50%;
	    margin-left: -50%;
	}
	#s2-bg {
		height: 710px;
	}
	#s2-publisher {
		height: 620px;
	}

	.logo {
		flex-basis: 15%;
	}

}

/*s2 publisher end */

/*s3 publisher start */

#s3-publisher {
  position: relative;
}

.card-container {
	display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content:center;
}

.card {
	width: 300px;
    height: 300px;
    background-color: #fff;
    margin: 8px;
    border-radius: 10px;
}

.card img {
	position: relative;
    width: 280px;
    left: 7px;
    margin-bottom: -15px;
}

.card h3 {
    font-size: 30px;
    line-height: 36px;
    width: 90%;
    font-weight: 700;
    color: #333;
    margin: 5%;
}

.card h4 {
	color: #333;
	margin: 5%;
    line-height: 20px;
}

.circle img {
    position: absolute;
    width: 80%;
    height: auto;
    top: -60px;
    left: -30%;
    opacity: 0;
    transform: rotate(30deg) translateX(-100%);
}

@media only screen and (max-width : 768px)  {
	.card {
		flex-basis: 80%;
	}
	.card-container {
		position: absolute;
	    width: 40%;
	    left: 50%;
	    margin-left: -20%;
	}
	#s3-publisher, #s3-bg {
	  height: 1070px;
	}
}

@media only screen  and (min-width : 769px) {
	.card {
		flex-basis: 20%;
	}
	.card-container {
		position: absolute;
	    width: 100%;
	    left: 50%;
	    margin-left: -50%;
	    top: 15%;
	}
	#s3-publisher {
	  height: 590px;
	}
	 #s3-bg {
	  height: 700px;
	}
}

@media only screen  and (min-width : 1024px) {
	.card {
		flex-basis: 30%;
	}
	.card-container {
		position: absolute;
	    width: 100%;
	    left: 50%;
	    margin-left: -50%;
	    top: 15%;
	}
	#s3-publisher, #s3-bg {
	  height: 600px;
	}
}


/*s3 end */

/*s4 start */

#s4-publisher {
  position: relative;
}

#s4-publisher h3 {
	text-align: center;
    width: 70%;
    left: 50%;
    margin-left: -35%;
    position: relative;
}


#s4-publisher h3 a:link {
	text-decoration: none;
    font-weight: 200;
    background-color: #fff;
    position: relative;
    top: 15px;
    color: #fe0060;
    border-radius: 40px;
    font-size: 23px;
    display: block;
    text-align: center;
    width: 100%;
    padding: 4px 20%;
    margin-left: -20%;
}


#s4-publisher img.envelope {
	position: relative;
    width: 20%;
    left: 50%;
    margin-left: -10%;
    top: -20px;
    transform: scale(0.5);
    opacity: 0;
}



/*global start */

@media only screen and (max-width : 768px)  {
	header.mobile {
		display: block;
	}

	header.desktop {
		display: none;
	}

	#header-bg {
		display: none;
	}

	#playground {
		width: 100%;
   	 	margin-left: -50%;
    	overflow-x: hidden;
    	left: 50%;
    	position: absolute;
	}

	#loading svg {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -25%;
	    margin-left: -40%;
	    width: 80%;
	}

	footer .footer-logo {
	  top: 0px;
	}

	footer p{
	  font-size: 14px;
	  color: #CCC;
	  border: 0;
	  line-height: 24px;
	  text-align: center;
	  width: 100%;
	  left: 50%;
	  margin-left: -50%;
	  position: relative;
	  margin-top: 0px;
	  top: -30px;
	}

	#s4-publisher h3 a:link {
	    width: 100%;
	    padding: 4px 20%;
	    margin-left: -20%;
	}

	#s4-publisher {
	  height: 400px;
	}

}

@media only screen  and (min-width : 769px) {
	header.mobile {
		display: none;
	}

	header.desktop {
		display: block;
	}

	#playground {
	  position: absolute;
	  top: 0px;
	  margin-left: -500px;
	  left: 50%;
	  width: 1000px;
	  padding-top: 35px;
	}

	#loading svg {
	    position: absolute;
	    top: 40%;
	    left: 50%;
	    margin-left: -200px;
	    width: 400px;
	}

	footer .footer-logo {
	  top: 30px;
	}


	footer p{
	  font-size: 14px;
	  color: #CCC;
	  margin: 0;
	  border: 0;
	  line-height: 24px;
	  text-align: center;
	  margin-left: 32%;
	}

	#header-bg {
		display: block;
	}


	#s4-publisher h3 a:link {
	    width: 50%;
	    padding: 4px 20%;
	    margin-left: 5%;
	}

	#s4-publisher {
	  height: 450px;
	}

	#s4-bg {
		height: 400px;
	}

}

@media only screen  and (min-width : 1024px) {
	header.mobile {
		display: none;
	}

	header.desktop {
		display: block;
	}

	#playground {
	  position: absolute;
	  top: 0px;
	  margin-left: -500px;
	  left: 50%;
	  width: 1000px;
	  padding-top: 35px;
	}

	#loading svg {
	    position: absolute;
	    top: 40%;
	    left: 50%;
	    margin-left: -200px;
	    width: 400px;
	}

	footer .footer-logo {
	  top: 30px;
	}


	footer p{
	  font-size: 14px;
	  color: #CCC;
	  margin: 0;
	  border: 0;
	  line-height: 24px;
	  text-align: center;
	  margin-left: 32%;
	}

	#header-bg {
		display: block;
	}


	#s4-publisher h3 a:link {
	    width: 50%;
	    padding: 4px 20%;
	    margin-left: 5%;
	}

	#s4-publisher {
	  height: 430px;
	}

	#s4-bg {
		height: 440px;
	}

}
