*{
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    outline: none !important;
}
body {
	margin:0;
	padding:0;
	background:#383d42;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#ffffff;
}

.container{
	width: 100%;
	height:100%;
	position: relative;
	overflow:hidden;
}

a {
  text-decoration:none;
}

/*h1.main,p.demos {
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}*/
.caption{
	letter-spacing:4px;
	margin:70px 0 17px 0;
}
.topSection{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index:999;
    margin-bottom:11px;
    padding-top:160px;
}
.footer{
	position:fixed;
	bottom:61px;
	left:0;
	width:100%;
	font-size:12px;
	padding:0 56px 0 56px;
	z-index:999;
}
.comingSoon{
	position:fixed;
	bottom:61px;
	left:50%;
	margin-left:-72px;
	font-size:12px;
	z-index:999;
	font-family: 'Asap', sans-serif;
}
.comingSoon hr{
	width: 33px;
    margin-bottom: 10px;
}
.contact{
	float:right;
	text-align:right;
	font-family: 'Asap', sans-serif;
}
.contact a{
	color:#ffffff;
	text-decoration:none;
	margin-bottom:8px;
}
.contact a, .contact span{
	display:block;
}
.socialMedia{
	float:left;
	margin-top: 18px;
}
.socialMedia ul{
	margin: 0;
	padding: 0;
}
.socialMedia ul li{
	float:left;
	margin-right:20px;
	list-style:none;
}
.socialMedia ul li:last-child{
	margin-right:0;
}
.socialMedia ul li a{
	display:block;
}
.topSection, .footer, .comingSoon{
	display:none;
}
.clearBoth, .socialMedia:after{
	clear:both;
}
.sp-container {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
	background:#383d43;
	font-family: 'Asap', sans-serif;
}
.sp-container.cover1{
	background:url('images/pic1.jpg') no-repeat center center fixed;
}
.sp-container.cover2{
	background:url('images/pic2.jpg') no-repeat center center fixed;
}
.sp-container.cover3{
	background:url('images/pic3.jpg') no-repeat center center fixed;
}
.sp-container.cover4{
	background:url('images/pic4.jpg') no-repeat center center fixed;
}
.sp-container.cover1, .sp-container.cover2, .sp-container.cover3, .sp-container.cover4{
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.sp-content {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1000;
}
.sp-container h2 {
	position: relative;
	/*top: 50%;
	line-height: 100px;
	height: 90px;
	margin-top: -50px;*/
	font-family: 'Asap', sans-serif;
	font-size: 86px;
	letter-spacing:36px;
	width: 100%;
	text-align: center;
	color:#ffffff;
	display:none;
	margin:0 0 0 10px;
	font-weight: bold;
	cursor: pointer;
	/*-webkit-animation: blurFadeInOut 3s ease-in backwards;
	-moz-animation: blurFadeInOut 3s ease-in backwards;
	-ms-animation: blurFadeInOut 3s ease-in backwards;
	animation: blurFadeInOut 3s ease-in backwards;*/
}
.sp-container h2.frame-1 {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}
.sp-container h2.frame-2 {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}
.sp-container h2.frame-3 {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.sp-container h2.frame-4 {
	-webkit-animation-delay: 9s;
	-moz-animation-delay: 9s;
	-ms-animation-delay: 9s;
	animation-delay: 9s;
}
/*.sp-container h2.frame-5 {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	color: transparent;
	text-shadow: 0px 0px 1px #fff;
}
.sp-container h2.frame-5 span {
	-webkit-animation: blurFadeIn 3s ease-in 12s backwards;
	-moz-animation: blurFadeIn 1s ease-in 12s backwards;
	-ms-animation: blurFadeIn 3s ease-in 12s backwards;
	animation: blurFadeIn 3s ease-in 12s backwards;
	color: transparent;
	text-shadow: 0px 0px 1px #fff;
}
.sp-container h2.frame-5 span:nth-child(2) {
	-webkit-animation-delay: 13s;
	-moz-animation-delay: 13s;
	-ms-animation-delay: 13s;
	animation-delay: 13s;
}
.sp-container h2.frame-5 span:nth-child(3) {
	-webkit-animation-delay: 14s;
	-moz-animation-delay: 14s;
	-ms-animation-delay: 14s;
	animation-delay: 14s;
}*/
.sp-globe {
	display:none;
	position: absolute;
	width: 282px;
	height: 273px;
	left: 50%;
	top: 50%;
	margin: -137px 0 0 -141px;
	background: transparent url(http://web-sonick.zz.mu/images/sl/globe.png) no-repeat top left;
	-webkit-animation: fadeInBack 3.6s linear 14s backwards;
	-moz-animation: fadeInBack 3.6s linear 14s backwards;
	-ms-animation: fadeInBack 3.6s linear 14s backwards;
	animation: fadeInBack 3.6s linear 14s backwards;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-o-transform: scale(5);
	-ms-transform: scale(5);
	transform: scale(5);
}
.sp-circle-link {
	position: absolute;
	left: 50%;
	bottom: 100px;
	margin-left: -50px;
	text-align: center;
	line-height: 100px;
	width: 100px;
	height: 100px;
	background: #fff;
	color: #3f1616;
	font-size: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: fadeInRotate 1s linear 16s backwards;
	-moz-animation: fadeInRotate 1s linear 16s backwards;
	-ms-animation: fadeInRotate 1s linear 16s backwards;
	animation: fadeInRotate 1s linear 16s backwards;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
.sp-circle-link:hover {
	background: #85373b;
	color: #fff;
}
.backgrounds{
	width:100%;
	height:100%;
	position:fixed;
	z-index:0;
	background: url('images/pic1.jpg') no-repeat -9999px -9999px, url('images/pic2.jpg') no-repeat -9999px -9999px, url('images/pic3.jpg') no-repeat -9999px -9999px, url('images/pic4.jpg') no-repeat -9999px -9999px;
}
.backgrounds.cover1{
	background:url('images/pic2.jpg') no-repeat center center fixed;
	z-index:1;
}
.backgrounds.cover2{
	background:url('images/pic3.jpg') no-repeat center center fixed;
	z-index:1;
}
.backgrounds.cover3{
	background:url('images/pic1.jpg') no-repeat center center fixed;
	z-index:1;
}
.backgrounds.cover4{
	background:url('images/pic4.jpg') no-repeat center center fixed;
	z-index:1;
}
.backgrounds.cover1, .backgrounds.cover2, .backgrounds.cover3, .backgrounds.cover4{
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/**/
@-webkit-keyframes blurFadeInOut{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 50px #fff;
		-webkit-transform: scale(0);
	}
}
/*@-webkit-keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes fadeInBack{
	0%{
		opacity: 0;
		-webkit-transform: scale(0);
	}
	50%{
		opacity: 0.4;
		-webkit-transform: scale(2);
	}
	100%{
		opacity: 0.2;
		-webkit-transform: scale(5);
	}
}
@-webkit-keyframes fadeInRotate{
	0%{
		opacity: 0;
		-webkit-transform: scale(0) rotate(360deg);
	}
	100%{
		opacity: 1;
		-webkit-transform: scale(1) rotate(0deg);
	}
}*/
/**/
@-moz-keyframes blurFadeInOut{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
	100%{
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-moz-transform: scale(0);
	}
}
/*@-moz-keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
}
@-moz-keyframes fadeInBack{
	0%{
		opacity: 0;
		-moz-transform: scale(0);
	}
	50%{
		opacity: 0.4;
		-moz-transform: scale(2);
	}
	100%{
		opacity: 0.2;
		-moz-transform: scale(5);
	}
}
@-moz-keyframes fadeInRotate{
	0%{
		opacity: 0;
		-moz-transform: scale(0) rotate(360deg);
	}
	100%{
		opacity: 1;
		-moz-transform: scale(1) rotate(0deg);
	}
}*/
/**/
@keyframes blurFadeInOut{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
	100%{
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		transform: scale(0);
	}
}

/** MEDIA QUERIES **/
@media only screen and (max-width: 768px) {
	.sp-container h2{
		font-size:68px;
		letter-spacing:36px;
	}
}
@media only screen and (max-width: 600px) {
	.contact, .socialMedia{
		float:none;
		width:100%;
		text-align:center;
		position:relative;
	}
	.socialMedia{
		margin-bottom:10px;
		margin-top: 0;
	}
	.socialMedia ul{
    	position: absolute;
    	bottom: 100%;
    	left: 50%;
    	margin: 0;
    	padding: 0;
    	margin-left: -42px;
	}
	.comingSoon{
		bottom:150px;
	}
	.sp-container h2{
		font-size:40px;
		letter-spacing:10px;
	}
	.topSection{
		padding-top:80px;
	}
}
@media only screen and (max-width: 400px) {
	.sp-container h2{
		font-size:40px;
		letter-spacing:12px;
	}
}