body {
	background: url(../images/dust.jpg) top left repeat #D3BF84;
	font-family: 'Cookie', serif;
}
h1.main,p.demos {
	-webkit-animation-delay: 9.5s;
	-moz-animation-delay: 9.5s;
	-ms-animation-delay: 9.5s;
	animation-delay: 9.5s;
}
.sp-container h3.sp-main-title {
	font-size: 34px;
	line-height: 30px;
	position: fixed;
	top: 30px;
	left: 20px;
	width: 170px;
	font-family: 'Unlock', Arial, sans-serif;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
	padding-top: 50px;
	height: 120px;
	text-transform: uppercase;
	text-align: center;
	color: #D3BF84;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	font-family: 'Unlock', Arial, sans-serif;
	-webkit-animation: fadeOut 0.5s linear 2.6s forwards;
	-moz-animation: fadeOut 0.5s linear 2.6s forwards;
	-o-animation: fadeOut 0.5s linear 2.6s forwards;
	-ms-animation: fadeOut 0.5s linear 2.6s forwards;
	animation: fadeOut 0.5s linear 2.6s forwards;
}
.sp-container h3.sp-main-title em{
	font-family: 'Cookie', serif;
	text-transform: none;
}
.sp-container h3.sp-main-title img{
    margin-top: -48px;
}
.sp-container h3.sp-main-title em:last-child{
	font-size: 14px;
	font-family: Georgia, serif;
	font-style: italic;
	display: block;
}
.sp-container {
	position: relative;
	width: 1000px;
	height: 600px;
	margin: -40px auto 0 auto;
}
.sp-content {
	position: absolute;
	z-index: 100;
	width: 800px;
	height: 600px;
	left: 0px;
	top: -50px;
	-webkit-animation: sizeDownMove 0.9s ease-in-out 9s backwards;
	-moz-animation: sizeDownMove 0.9s ease-in-out 9s backwards;
	-ms-animation: sizeDownMove 0.9s ease-in-out 9s backwards;
	animation: sizeDownMove 0.9s ease-in-out 10s backwards;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-o-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.sp-arrow {
	background: transparent url(../images/arrow.png) no-repeat top left;
	position: absolute;
	top: 50%;
	margin-top: -77px;
	left: 82%;
	width: 198px;
	height: 155px;
	-webkit-animation: slideIn 0.6s ease-in-out 9s backwards;
	-moz-animation: slideIn 0.6s ease-in-out 9s backwards;
	-ms-animation: slideIn 0.6s ease-in-out 9s backwards;
	animation: slideIn 0.6s ease-in-out 9s backwards;
	z-index: 100;
}
.sp-side {
	width: 460px;
	height: 300px;
	position: absolute;
	right: 10px;
	top: 20%;
	-webkit-animation: slideIn 0.6s ease-in-out 9s backwards;
	-moz-animation: slideIn 0.6s ease-in-out 9s backwards;
	-ms-animation: slideIn 0.6s ease-in-out 9s backwards;
	animation: slideIn 0.6s ease-in-out 9s backwards;
}
.sp-side h2 {
	font-size: 18px;
	padding: 20px 0px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-family: 'Arial', Unlock, sans-serif;
}
.sp-input {
	background-color: rgba(255,255,255,0.3);
	height: 30px;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto;
	width: 260px;
}
.sp-input input[type="email"] {
	width: 210px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	font-family: 'Cookie', serif;
	font-size: 18px;
}
.sp-input input[type="email"]:focus {
	outline-color: #acdacf;
}
.sp-input button {
	float: left;
	background-color: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 5px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	font-family: 'Unlock', Arial, sans-serif;
}
.sp-input button:hover {
	background-color: #fff;
	color: #000;
}
.sp-content h1:first-child {
	font-size: 100px;
	text-align: center;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	line-height: 80px;
	padding: 30px 0px 20px 0px;
	font-family: 'Unlock', Arial, sans-serif;
	-webkit-animation: fromBack 1.2s ease-in-out 4.5s backwards, fadeOut 0.5s linear 10s forwards;
	-moz-animation: fromBack 0.6s ease-in-out 4.5s backwards, fadeOut 0.5s linear 10s forwards;
	-ms-animation: fromBack 1.2s ease-in-out 4.5s backwards, fadeOut 0.5s linear 10s forwards;
	animation: fromBack 1.2s ease-in-out 4.5s backwards, fadeOut 0.5s linear 8s forwards;
}
.sp-content h1.sp-title {
	font-size: 90px;
	line-height: 80px;
	position: absolute;
	top: 60px;
	left: 120px;
	width: 800px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
	padding-top: 155px;
	height: 200px;
	text-transform: uppercase;
	text-align: center;
	color: #D3BF84;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	font-family: 'Unlock', Arial, sans-serif;
	-webkit-animation: fadeInColor 1.2s linear 15s backwards;
	-moz-animation: fadeInColor 1.2s linear 15s backwards;
	-ms-animation: fadeInColor 1.2s linear 15s backwards;
	animation: fadeInColor 1.2s linear 12s backwards;
}
.sp-content h1.sp-title img{
    margin-top: -83px;
    margin-left: 45px;
}
.sp-content h1:last-child em {
	font-family: 'Cookie', serif;
	text-transform: none;
}
.sp-content h2 {
	font-size: 36px;
	text-align: center;
	color: #000;
	font-family: 'Cookie', serif;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-animation: fromBack 0.6s ease-in-out 5.6s backwards, fadeOut 0.5s linear 7.5s backwards;
	-moz-animation: fromBack 0.6s ease-in-out 5.6s backwards, fadeOut 0.5s linear 7.5s backwards;
	-ms-animation: fromBack 0.6s ease-in-out 5.6s backwards, fadeOut 0.5s linear 7.5s backwards;
	animation: fromBack 0.6s ease-in-out 5.6s backwards, fadeOut 0.5s linear 7.5s backwards;
}
.sp-content-row {
	width: 466px;
	height: 300px;
	float: left;
}
.sp-side-row {
	width: 150px;
	float: left;
}
.sp-row img {
	display: block;
	z-index: 1000;
	position: relative;
}
.sp-row span {
	position: relative;
	float: left;
	margin: 2px;
	z-index: 100;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-animation: fromBack 0.4s linear backwards, fadeOut 0.3s linear backwards;
	-moz-animation: fromBack 0.4s linear backwards, fadeOut 0.3s linear backwards;
	-ms-animation: fromBack 0.4s linear backwards, fadeOut 0.3s linear backwards;
	animation: fromBack 0.4s linear backwards, fadeOut 0.3s linear backwards;
}
.sp-row:nth-child(1) span:nth-child(1) {
	-webkit-animation-delay: 3s, 8s;
	-moz-animation-delay: 3s, 8s;
	-ms-animation-delay: 3s, 8s;
	animation-delay: 3s, 8s;
}
.sp-row:nth-child(1) span:nth-child(2) {
	-webkit-animation-delay: 3.1s, 8.1s;
	-moz-animation-delay:3.1s, 8.1s;
	-ms-animation-delay: 3.1s, 8.1s;
	animation-delay: 3.1s, 8.1s;
}
.sp-row:nth-child(1) span:nth-child(3) {
	-webkit-animation-delay: 3.2s, 8.2s;
	-moz-animation-delay: 3.2s, 8.2s;
	-ms-animation-delay: 3.2s, 8.2s;
	animation-delay: 3.2s, 8.2s;
}
.sp-row:nth-child(1) span:nth-child(4) {
	-webkit-animation-delay: 3.3s, 8.3s;
	-moz-animation-delay: 3.3s, 8.3s;
	-ms-animation-delay: 3.3s, 8.3s;
	animation-delay: 3.3s, 8.3s;
}
.sp-row:nth-child(1) span:nth-child(5) {
	-webkit-animation-delay: 3.4s, 8.4s;
	-moz-animation-delay: 3.4s, 8.4s;
	-ms-animation-delay: 3.4s, 8.4s;
	animation-delay: 3.4s, 8.4s;
}
.sp-row:nth-child(4) span:nth-child(1) {
	-webkit-animation-delay: 3.5s, 8.5s;
	-moz-animation-delay: 3.5s, 8.5s;
	-ms-animation-delay: 3.5s, 8.5s;
	animation-delay: 3.5s, 8.5s;
}
.sp-row:nth-child(4) span:nth-child(2) {
	-webkit-animation-delay: 3.6s, 8.6s;
	-moz-animation-delay: 3.6s, 8.6s;
	-ms-animation-delay: 3.6s, 8.6s;
	animation-delay: 3.6s, 8.6s;
}
.sp-row:nth-child(5) span:nth-child(5) {
	-webkit-animation-delay: 3.7s, 8.7s;
	-moz-animation-delay: 3.7s, 8.7s;
	-ms-animation-delay: 3.7s, 8.7s;
	animation-delay: 3.7s, 8.7s;
}
.sp-row:nth-child(5) span:nth-child(4) {
	-webkit-animation-delay: 3.8s, 8.8s;
	-moz-animation-delay: 3.8s, 8.8s;
	-ms-animation-delay: 3.8s, 8.8s;
	animation-delay: 3.8s, 8.8s;
}
.sp-row:nth-child(5) span:nth-child(3) {
	-webkit-animation-delay: 3.9s, 8.9s;
	-moz-animation-delay: 3.9s, 8.9s;
	-ms-animation-delay: 3.9s, 8.9s;
	animation-delay: 3.9s, 8.9s;
}
.sp-row:nth-child(5) span:nth-child(2) {
	-webkit-animation-delay: 4s, 9s;
	-moz-animation-delay: 4s, 9s;
	-ms-animation-delay: 4s, 9s;
	animation-delay: 4s, 9s;
}
.sp-row:nth-child(5) span:nth-child(1) {
	-webkit-animation-delay: 4.1s, 9.1s;
	-moz-animation-delay: 4.1s, 9.1s;
	-ms-animation-delay: 4.1s, 9.1s;
	animation-delay: 4.1s, 9.1s;
}
.sp-row:nth-child(2) span:nth-child(2) {
	-webkit-animation-delay: 4.2s, 9.2s;
	-moz-animation-delay: 4.2s, 9.2s;
	-ms-animation-delay: 4.2s, 9.2s;
	animation-delay: 4.2s, 9.2s;
}
.sp-row:nth-child(2) span:nth-child(1) {
	-webkit-animation-delay: 4.3s, 9.3s;
	-moz-animation-delay: 4.3s, 9.3s;
	-ms-animation-delay: 4.3s, 9.3s;
	animation-delay: 4.3s, 9.3s;
}
/*.sp-row span:before {
	content: '';
	position: absolute;
	background: #fff;
	background-color: rgba(255,255,255,0.3);
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/* -webkit- */
@-webkit-keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-webkit-keyframes fadeInColor{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0);
	}
	50%{
		opacity: 0.5;
		background-color: rgba(255,255,255,0);
	}
	100%{
		opacity: 1;
		background-color: rgba(255,255,255,0.3);
	}
}
@-webkit-keyframes slideIn{
	0%{
		opacity: 0;
		-webkit-transform: translateX(-200px);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateX(0px);
	}
}
@-webkit-keyframes sizeDownMove{
	0%{
		-webkit-transform: scale(1);
		left: 100px;
	}
	100%{
		-webkit-transform: scale(0.6);
		left: 0px;
	}
}
@-webkit-keyframes fromBack{
	0%{
		-webkit-transform: scale(0);
		opacity: 0;
	}
	100%{
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
/* -moz- */
@-moz-keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-moz-keyframes fadeInColor{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0);
	}
	50%{
		opacity: 0.5;
		background-color: rgba(255,255,255,0);
	}
	100%{
		opacity: 1;
		background-color: rgba(255,255,255,0.3);
	}
}
@-moz-keyframes slideIn{
	0%{
		opacity: 0;
		-moz-transform: translateX(-200px);
	}
	100%{
		opacity: 1;
		-moz-transform: translateX(0px);
	}
}
@-moz-keyframes sizeDownMove{
	0%{
		-moz-transform: scale(1);
		left: 100px;
	}
	100%{
		-moz-transform: scale(0.6);
		left: 0px;
	}
}
@-moz-keyframes fromBack{
	0%{
		-moz-transform: scale(0);
		opacity: 0;
	}
	100%{
		-moz-transform: scale(1);
		opacity: 1;
	}
}
/**/
@keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes fadeInColor{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0);
	}
	50%{
		opacity: 0.5;
		background-color: rgba(255,255,255,0);
	}
	100%{
		opacity: 1;
		background-color: rgba(255,255,255,0.3);
	}
}
@keyframes slideIn{
	0%{
		opacity: 0;
		transform: translateX(-200px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}
@keyframes sizeDownMove{
	0%{
		transform: scale(1);
		left: 100px;
	}
	100%{
		transform: scale(0.6);
		left: 0px;
	}
}
@keyframes fromBack{
	0%{
		transform: scale(0);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}


@media (max-width: 1000px){
    .sp-content h1.sp-title img{
        width: 480px;
        height: 160px;
        margin-left: 40px;
         margin-top: -100px;
}
    .sp-content h1.sp-title{
        width: 550px;
        height: 120px;
        margin-left: 40px;
        margin-top: 60px;
}
    .sp-side{
        left:  400px;
    } 
}

@media (max-width: 830px){
    .sp-content{
       -webkit-animation: sizeDownMove 0.9s ease-in-out 5s backwards;
	   -moz-animation: sizeDownMove 0.9s ease-in-out 5s backwards;
	   -ms-animation: sizeDownMove 0.9s ease-in-out 5s backwards;
	    animation: sizeDownMove 0.9s ease-in-out 5s backwards;
    }
    .sp-content h1.sp-title img{
        width: 420px;
        height: 140px;
        margin-left: 20px;
         margin-top: -100px;
}
    .sp-content h1.sp-title{
        width: 450px;
        height: 100px;
        margin-left: -60px;
        -webkit-animation: fadeInColor 1.2s linear 15s backwards;
	-moz-animation: fadeInColor 1.2s linear 15s backwards;
	-ms-animation: fadeInColor 1.2s linear 15s backwards;
	animation: fadeInColor 1.2s linear 9s backwards;
}
     .sp-side{
        left:  300px;
    } 
}

@media (max-width: 730px){
    .sp-content{
       -webkit-animation: sizeDownMove 0.9s ease-in-out 5s backwards;
	   -moz-animation: sizeDownMove 0.9s ease-in-out 5s backwards;
	   -ms-animation: sizeDownMove 0.9s ease-in-out 5s backwards;
	    animation: sizeDownMove 0.9s ease-in-out 5s backwards;
    }
    .sp-content h1.sp-title img{
        width: 350px;
        height: 80px;
        margin-left: 20px;
         margin-top: -100px;
}
    .sp-content h1.sp-title{
        width: 390px;
        height: 30px;
        margin-left: 290px;
        top: -80px;
        -webkit-animation: fadeInColor 1.2s linear 15s backwards;
	-moz-animation: fadeInColor 1.2s linear 15s backwards;
	-ms-animation: fadeInColor 1.2s linear 15s backwards;
	animation: fadeInColor 1.2s linear 9s backwards;
}
     .sp-side{
        left:  130px;
        top: 180px;
        z-index: 1110;
    } 
}

@media (max-width: 630px){
    .sp-content{
       -webkit-animation: sizeDownMove 0.9s ease-in-out 3s backwards;
	   -moz-animation: sizeDownMove 0.9s ease-in-out 3s backwards;
	   -ms-animation: sizeDownMove 0.9s ease-in-out 3s backwards;
	    animation: sizeDownMove 0.9s ease-in-out 3s backwards;
    }
    .sp-content h1.sp-title img{
        width: 350px;
        height: 80px;
        margin-left: 20px;
         margin-top: -100px;
}
    .sp-content h1.sp-title{
        width: 390px;
        height: 30px;
        margin-left: 150px;
        top: -80px;
        -webkit-animation: fadeInColor 1.2s linear 15s backwards;
	-moz-animation: fadeInColor 1.2s linear 15s backwards;
	-ms-animation: fadeInColor 1.2s linear 15s backwards;
	animation: fadeInColor 1.2s linear 9s backwards;
}
     .sp-side{
        left:  50px;
        top: 180px;
        z-index: 1110;
    } 
}

@media (max-width: 500px){
    .sp-content{
       -webkit-animation: sizeDownMove 0.9s ease-in-out 3s backwards;
	   -moz-animation: sizeDownMove 0.9s ease-in-out 3s backwards;
	   -ms-animation: sizeDownMove 0.9s ease-in-out 3s backwards;
	    animation: sizeDownMove 0.9s ease-in-out 3s backwards;
    }
    .sp-content h1.sp-title img{
        width: 350px;
        height: 80px;
        margin-left: 20px;
         margin-top: -100px;
}
    .sp-content h1.sp-title{
        width: 390px;
        height: 30px;
        margin-left: 10px;
        top: -80px;
        -webkit-animation: fadeInColor 1.2s linear 15s backwards;
	-moz-animation: fadeInColor 1.2s linear 15s backwards;
	-ms-animation: fadeInColor 1.2s linear 15s backwards;
	animation: fadeInColor 1.2s linear 9s backwards;
}
     .sp-side{
        left:  -20px;
        top: 180px;
        z-index: 1110;
    } 
}


@media (max-width: 400px){
    .sp-content{
       -webkit-animation: sizeDownMove 0.9s ease-in-out 3s backwards;
	   -moz-animation: sizeDownMove 0.9s ease-in-out 3s backwards;
	   -ms-animation: sizeDownMove 0.9s ease-in-out 3s backwards;
	    animation: sizeDownMove 0.9s ease-in-out 3s backwards;
    }
    .sp-content h1.sp-title img{
        width: 350px;
        height: 80px;
        margin-left: 20px;
         margin-top: -100px;
}
    .sp-content h1.sp-title{
        width: 390px;
        height: 30px;
        margin-left: 10px;
        top: -80px;
        -webkit-animation: fadeInColor 1.2s linear 15s backwards;
	-moz-animation: fadeInColor 1.2s linear 15s backwards;
	-ms-animation: fadeInColor 1.2s linear 15s backwards;
	animation: fadeInColor 1.2s linear 9s backwards;
}
     .sp-side{
        left:  -50px;
        top: 180px;
        z-index: 1110;
    } 
    .sp-side h2{
        font-size: 14px;
        margin-left: -20px;
    }
    .sp-input{
        margin-left: 60px;
    }
   .sp-row:nth-child(1) span:nth-child(1) {
	display: none;
}
.sp-row:nth-child(1) span:nth-child(2) {
	display: none;
}
.sp-row:nth-child(1) span:nth-child(3) {
	
}
.sp-row:nth-child(1) span:nth-child(4) {
	
}
.sp-row:nth-child(1) span:nth-child(5) {
	
}
.sp-row:nth-child(4) span:nth-child(1) {
	display: none;
}
.sp-row:nth-child(4) span:nth-child(2) {
	display: none;
}
.sp-row:nth-child(5) span:nth-child(5) {
	display: none;
}
.sp-row:nth-child(5) span:nth-child(4) {
display: none;
}
.sp-row:nth-child(5) span:nth-child(3) {
	display: none;
}
.sp-row:nth-child(5) span:nth-child(2) {
	display: none;
}
.sp-row:nth-child(5) span:nth-child(1) {
	display: none;
}
.sp-row:nth-child(2) span:nth-child(2) {
	display: none;
}
.sp-row:nth-child(2) span:nth-child(1) {
	display: none;
}
  
@media (max-width: 350px){
    .sp-content{
       -webkit-animation: sizeDownMove 0.9s ease-in-out 3s backwards;
	   -moz-animation: sizeDownMove 0.9s ease-in-out 3s backwards;
	   -ms-animation: sizeDownMove 0.9s ease-in-out 3s backwards;
	    animation: sizeDownMove 0.9s ease-in-out 3s backwards;
    }
    .sp-content h1.sp-title img{
        width: 350px;
        height: 80px;
        margin-left: 20px;
         margin-top: -100px;
}
    .sp-content h1.sp-title{
        width: 390px;
        height: 30px;
        margin-left: -60px;
        top: -80px;
        -webkit-animation: fadeInColor 1.2s linear 15s backwards;
	-moz-animation: fadeInColor 1.2s linear 15s backwards;
	-ms-animation: fadeInColor 1.2s linear 15s backwards;
	animation: fadeInColor 1.2s linear 9s backwards;
}
     .sp-side{
        left:  -60px;
        top: 180px;
        z-index: 1110;
    } 
    .sp-side h2{
        font-size: 14px;
        margin-left: -40px;
    }
    .sp-input{
        margin-left: 60px;
    }
   .sp-row:nth-child(1) span:nth-child(1) {
	display: none;
}
.sp-row:nth-child(1) span:nth-child(2) {
	display: none;
}
.sp-row:nth-child(1) span:nth-child(3) {
	
}
.sp-row:nth-child(1) span:nth-child(4) {
	
}
.sp-row:nth-child(1) span:nth-child(5) {
	
}
.sp-row:nth-child(4) span:nth-child(1) {
	display: none;
}
.sp-row:nth-child(4) span:nth-child(2) {
	display: none;
}
.sp-row:nth-child(5) span:nth-child(5) {
	display: none;
}
.sp-row:nth-child(5) span:nth-child(4) {
display: none;
}
.sp-row:nth-child(5) span:nth-child(3) {
	display: none;
}
.sp-row:nth-child(5) span:nth-child(2) {
	display: none;
}
.sp-row:nth-child(5) span:nth-child(1) {
	display: none;
}
.sp-row:nth-child(2) span:nth-child(2) {
	display: none;
}
.sp-row:nth-child(2) span:nth-child(1) {
	display: none;
}
  