@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}
body {
	background: #99ffcc;
	font-family: 'Raleway', Arial, sans-serif;
}
h1.main,p.demos {
   color:#ffffff;
	-webkit-animation-delay: 0,2s;
	-moz-animation-delay: 0,2s;
	-ms-animation-delay: 0,2s;
	animation-delay: 0,2s;
	-webkit-text-shadow:  0 0 3px #000000;
  text-shadow      :  0 0 3px #000000;
}
 
.sp-container {
	width: 900px;
	height: 300px;
	position: relative;
	margin: 100px auto 0px auto;
}
.sp-content {
	width: 100%;
	height: 400px;
	position: relative;
	-webkit-animation: open 1s linear forwards, squeeze 0.6s linear 6.5s forwards;
	-moz-animation: open 1s linear forwards, squeeze 0.6s linear 6.5s forwards;
	-ms-animation: open 1s linear forwards, squeeze 0.6s linear 6.5s forwards;
	animation: open 1s linear forwards, squeeze 0.6s linear 6.5s forwards;
}
.sp-content:after {
	content: '';
	width: 8px;
	background: #003366;
	height: 100%;
	position: absolute;
	left: 50%;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px 8px 8px 8px;
}
.sp-container h2 {
	color: #fff;
	-webkit-text-shadow:  0 0 3px #000000;
  text-shadow      :  0 0 3px #000000;
}
.sp-wrap {
	width: 400px;
	padding: 100px 25px;
	height: 100%;
	text-align: right;
	font-size: 30px;
	font-weight: bold;
	line-height: 80px;
	float: left;
	position: relative;
	background: #99ffcc;
	overflow: hidden;
}
.sp-wrap span {
	display: block;
	background: #99ffcc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	font-weight: bold;
	opacity: 0;
}
.sp-wrap span.sp-mid {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
		font-weight: bold;
	opacity: 1;
}
.sp-container .sp-right h2 {
	color: #fff;

}
.sp-wrap span.sp-mid {
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 80px;
	position: relative;
}
.sp-left span.sp-top {
	-webkit-animation: slideLeft 0.9s ease-in 0.6s backwards, fadeOut 1s linear 4s backwards;
	-moz-animation: slideLeft 0.9s ease-in 0.6s backwards, fadeOut 1s linear 4s backwards;
	-ms-animation: slideLeft 0.9s ease-in 0.6s backwards, fadeOut 1s linear 4s backwards;
	animation: slideLeft 0.9s ease-in 0.6s backwards, fadeOut 1s linear 4s backwards;
	font-size: 30px;
}
.sp-left span.sp-mid {
	-webkit-animation: slideLeft 0.9s ease-in 1s backwards, moveUp 0.6s linear 5s forwards;
	-moz-animation: slideLeft 0.9s ease-in 1s backwards, moveUp 0.6s linear 5s forwards;
	-ms-animation: slideLeft 0.9s ease-in 1s backwards, moveUp 0.6s linear 5s forwards;
	animation: slideLeft 0.9s ease-in 1s backwards, moveUp 0.6s linear 5s forwards;
	font-size: 30px;

}
.sp-left span.sp-bottom {
	-webkit-animation: slideLeft 0.9s ease-in 1.4s backwards, fadeOut 1s linear 4.2s backwards;
	-moz-animation: slideLeft 0.9s ease-in 1.4s backwards, fadeOut 1s linear 4.2s backwards;
	-ms-animation: slideLeft 0.9s ease-in 1.4s backwards, fadeOut 1s linear 4.2s backwards;
	animation: slideLeft 0.9s ease-in 1.4s backwards, fadeOut 1s linear 4.2s backwards;
	font-size: 30px;
}
.sp-right span {
	text-align: left;
}
.sp-right span.sp-top {

	-webkit-animation: slideRight 0.9s ease-in 2s backwards, fadeOut 1s linear 4.4s backwards;
	-moz-animation: slideRight 0.9s ease-in 2s backwards, fadeOut 1s linear 4.4s backwards;
	-ms-animation: slideRight 0.9s ease-in 2s backwards, fadeOut 1s linear 4.4s backwards;
	animation: slideRight 0.9s ease-in 2s backwards, fadeOut 1s linear 4.4s backwards;
	font-size: 30px;
}
.sp-right span.sp-mid {
	-webkit-animation: slideRight 0.9s ease-in 2.4s backwards, moveUp 0.6s linear 5s forwards;
	-moz-animation: slideRight 0.9s ease-in 2.4s backwards, moveUp 0.6s linear 5s forwards;
	-ms-animation: slideRight 0.9s ease-in 2.4s backwards, moveUp 0.6s linear 5s forwards;
	animation: slideRight 0.9s ease-in 2.4s backwards, moveUp 0.6s linear 5s forwards;
	font-size: 30px;
}
.sp-right span.sp-bottom {
	-webkit-animation: slideRight 0.9s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
	-moz-animation: slideRight 0.9s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
	-ms-animation: slideRight 0.9s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
	animation: slideRight 0.9s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
	font-size: 30px;
}
.sp-wrap i {
	position: absolute;
	background: #99ffcc;
	width: 60px;
}
.sp-wrap i:first-child {
	color: #003366;
}
.sp-wrap i:last-child {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-animation: fadeOut 1s linear 6s backwards;
	-moz-animation: fadeOut 1s linear 6s backwards;
	-ms-animation: fadeOut 1s linear 6s backwards;
	animation: fadeOut 1s linear 6s backwards;
}
.sp-full {
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	top: 200px;
	width: 700px;
	left: 55px;
	-webkit-animation: fadeIn 1s linear 7.6s backwards;
	-moz-animation: fadeIn 1s linear 7.6s backwards;
	-ms-animation: fadeIn 1s linear 7.6s backwards;
	animation: fadeIn 1s linear 7.6s backwards;

}
.sp-full button {
	background: #99ffcc;
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 20px 50px;
	display: inline-block;
	font-size: 20px;
	margin-top: 55px;
	-webkit-animation: zoomIn 0.7s ease-in-out 8s backwards;
	-moz-animation: zoomIn 0.7s ease-in-out 8s backwards;
	-ms-animation: zoomIn 0.7s ease-in-out 8s backwards;
	animation: zoomIn 0.7s ease-in-out 8s backwards;
	-webkit-box-shadow:  0 0 2px #000;
	box-shadow      :  0 0 2px #000;
}
.sp-full h2 {
	width: 380px;
	padding: 30px 30px 0px 0px;
	float: left;
	text-align: right;
	font-weight: bold;
}
.sp-full a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/**/
@-webkit-keyframes open{
	0%{
		-webkit-transform: scale(1,0);
	}
	100%{
		-webkit-transform: scale(1,1);
	}
}
@-webkit-keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 120px;
	}
}
@-webkit-keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-webkit-keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-webkit-keyframes slideLeft{
	0%{
		-webkit-transform: translateX(120%);
	}
	100%{
		-webkit-transform: translateX(0%);
	}
}
@-webkit-keyframes slideRight{
	0%{
		-webkit-transform: translateX(-120%);
	}
	100%{
		-webkit-transform: translateX(0%);
	}
}
@-webkit-keyframes moveUp{
	0%{
		-webkit-transform: translateY(0px);
	}
	100%{
		-webkit-transform: translateY(-170px);
	}

}
@-webkit-keyframes zoomIn{
	0%{
		-webkit-transform: scale(0);
	}
	100%{
		-webkit-transform: scale(1);
	}
}
/**/
@-moz-keyframes open{
	0%{
		-moz-transform: scale(1,0);
	}
	100%{
		-moz-transform: scale(1,1);
	}
}
@-moz-keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 120px;
	}
}
@-moz-keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-moz-keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-moz-keyframes slideLeft{
	0%{
		-moz-transform: translateX(120%);
	}
	100%{
		-moz-transform: translateX(0%);
	}
}
@-moz-keyframes slideRight{
	0%{
		-moz-transform: translateX(-120%);
	}
	100%{
		-moz-transform: translateX(0%);
	}
}
@-moz-keyframes moveUp{
	0%{
		-moz-transform: translateY(0px);
	}
	100%{
		-moz-transform: translateY(-170px);
	}

}
@-moz-keyframes zoomIn{
	0%{
		-moz-transform: scale(0);
	}
	100%{
		-moz-transform: scale(1);
	}
}
/**/
@keyframes open{
	0%{
		transform: scale(1,0);
	}
	100%{
		transform: scale(1,1);
	}
}
@keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 120px;
	}
}
@keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes slideLeft{
	0%{
		transform: translateX(120%);
	}
	100%{
		transform: translateX(0%);
	}
}
@keyframes slideRight{
	0%{
		transform: translateX(-120%);
	}
	100%{
		transform: translateX(0%);
	}
}
@keyframes moveUp{
	0%{
		transform: translateY(0px);
	}
	100%{
		transform: translateY(-170px);
	}

}
@keyframes zoomIn{
	0%{
		transform: scale(0);
	}
	100%{
		transform: scale(1);
	}
}
/* Adjust form for smaller screens */


@media screen and (max-width: 1200px){}
@media screen and (max-width: 1024px){}
@media screen and (max-width: 991px){}
@media screen and (max-width: 768px){}
@media screen and (max-width: 568px){}
@media screen and (max-width: 480px){}

@media screen and (max-width: 65em) {

	body {
		font-size: 100%;
	}
	
	h1.main,p.demos {
  font-size: 25px;
  }
	.sp-container {
	  width: 85%;
	}
  .sp-wrap {
	  width: 380px;
	  padding: 70px 15px;
	  height: 50%;
	  font-size: 20px;
	  line-height: 80px;

 }
 .sp-right span.sp-mid {

	font-size: 28px;
}	
 .sp-left span.sp-mid {

	font-size: 28px;
}	
.sp-content:after {

	width: 8px;
	height: 100%;
	position: absolute;
	left: 47%;

}
  .sp-full {
	  position: absolute;
	  font-size: 25px;
	  font-weight: bold;
	  top: 200px;
	  width: 600px;
	  height:480px;
	  left: 50px;
}		
  .sp-full h2 {
	  width: 340px;
	  padding: 30px 30px 0px 0px;
	  float: left;
	  text-align: right;
	  font-weight: bold;
}	
  .sp-full button {        
	  padding: 40px 20px;
	  font-size: 20px;
	  margin-top: 50px;	 
}	


}

@media screen and (max-width: 60em) {

	body {
		font-size: 100%;
	}
	h1.main,p.demos {
    font-size: 22px;
  } 
	.sp-container {
	  left:0px;
	  width: 100%;
	}	
  .sp-wrap {
	  width: 380px;
	  padding: 70px 10px;
	  height: 50%;
	  font-size: 20px;
	  line-height: 80px;

 }
 .sp-right span.sp-mid {

	font-size: 28px;
}	
 .sp-left span.sp-mid {

	font-size: 28px;
}	
.sp-content:after {

	width: 8px;
	height: 100%;
	position: absolute;
	left: 47%;

}	
  .sp-full {
	  position: absolute;
	  font-size: 22px;
	  top: 200px;
	  width: 600px;
	  height:450px;
	  left: 50px;
  }		
  .sp-full h2 {
	  width: 380px;
	  padding: 30px 40px 0px 0px;
	  float: left;
	  text-align: right;
	  font-weight: bold;
  }	
  .sp-full button {        
	  padding: 20px 10px;
	  font-size: 20px;
	  margin-top: 60px;	 
   }	

}


@media screen and (max-width: 52.5em) {

	body {
		font-size: 75%;
	}
	h1.main,p.demos {
  font-size: 20px;
  }
	.sp-container {
	  left:0px;
	  width: 100%;
	}	
  .sp-wrap {
	  width: 350px;
	  padding: 70px 10px;
	  height: 50%;
	  font-size: 20px;
	  line-height: 80px;

 }
 .sp-right span.sp-mid {

	font-size: 22px;
}	
 .sp-left span.sp-mid {

	font-size: 22px;
}	
.sp-content:after {

	width: 8px;
	height: 100%;
	position: absolute;
	left: 17%;
}	
  .sp-full {
	  position: absolute;
	  font-size: 22px;
	  top: 200px;
	  width: 600px;
	  height:450px;
	  left: 50px;
  }
 .sp-content {
	width: 50%;
	height: 400px;
	position: relative;
}		
  .sp-full h2 {
	  width: 380px;
	  padding: 30px 40px 0px 0px;
	  float: left;
	  text-align: right;
	  font-weight: bold;
  }	
  .sp-full button {        
	  padding: 20px 10px;
	  font-size: 20px;
	  margin-top: 60px;	 
   }	
}
@media screen and (max-width: 38em) {

	h1.main,p.demos {
	
  font-size: 19px;
  }
  .sp-container {
  	
	  width: 100%;
	}	
	
.sp-wrap span {

	font-weight: 19px;

}
  .sp-wrap {
	  width: 200px;
	  padding: 80px 30px;
	  height: 60%;
	  font-size: 10px;
	  line-height: 80px;

 }
 .sp-right span.sp-mid {

	font-size: 19px;
	opacity: 0;
}	
 .sp-left span.sp-mid {

	font-size: 19px;
		  height: 40%;

}	
.sp-content:after {

	width: 8px;
	height: 100%;
	position: absolute;
	left: 1%;

}	
  .sp-full {
	  position: absolute;
	  font-size: 19px;
	  top: 200px;
	  width: 350px;
	  height:370px;
	  left: 40px;
  }		
  .sp-full h2 {
	  width: 200px;
	  padding: 20px 10px 0px 0px;
	  float: left;
	  text-align: right;
	  font-weight: bold;
  }	
  .sp-full button {        
	  padding: 10px 10px;
	  font-size: 19px;
	  margin-top: 30px;	 
   }	

}