@import url("webfonts/stylesheet.css");
@import url("webfonts/Weiss_XB/stylesheet.css");

/* 6 Degrees South - Zanzibar - Opening Soon */

html {
	min-height: 100%;
	background-image: url(images/flickr_images/img19.jpg);
no-repeat center center;
	background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


body {
	font-family: "dj4trial";
	font-size: 12px;
	color: rgba(102,0,102,1);
	line-height: 150%;
}

body.animate{
	-webkit-animation: anim 3s;
	-webkit-animation: anim 3s;
	-moz-animation: anim 3s;
	-o-animation: anim 3s;
	-ms-animation: anim 3s;
}
	
#center{text-align:center;}

#page{
	width: 960px;
	margin: 0 auto;
}


#logo{
	margin-top: 15%;
	margin-bottom: 55px;
	height: 360px;
	background-image: url(images/logo_new-04.png);
	background-repeat: no-repeat;
	background-position: center center;
	}

#text{
	font-family: "Weiss XB";
	font-size: 12px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: normal;
	opacity: 1;
	line-height: 38px;
	color: #FFFFFF;
	background-color: rgba(255,255,255,0.6);
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}

#address{
	font-family: "Weiss_XB";
	font-size: 14px;
	text-align: center;
	margin-above: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	opacity: 1;
	line-height: inherit;
	color: #701D71;
	width: 100%;
	position: absolute;
	top: 804px;
}

#suped{color:#ffffff; 
margin:20px auto 50px auto; 
width: 720px; 
overflow: hidden; 
text-align: center;}

#suped .block{float: left; 
height: 120px; 
width: 120px; 
display:block; 
background:url(img/suped.png);
opacity: 0.9;
}

#suped .block span {display: block; 
font-size:80px; 
padding:10px 0 0 0; 
font-weight: bold; 
text-shadow: 0px -1px 0px #000000; 
line-height:80px;
}

#suped div.space {font-size: 52px; 
float: left; 
display: block;  
height:120px; 
width: 28px; 
}

div.social {
	width: 225px;
	margin: 0 auto;
	position: relative;
}

div.social li {
	float: left;
	list-style: none;
	margin: 0 0 0 5px;
}

div.social a {
	float: left;
	width: 40px;
	height: 40px;
	background: 0 0 no-repeat;
	display: block;
	position: relative;
	opacity: 0.9;
	margin-bottom: 50px;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

div.social a:hover{
	opacity: 0.5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

div.social { background-position: 0 0; }
div.social a#facebook {background: url(images/fb.png) 0 0 no-repeat;}
div.social a#tripadvisor {background: url(images/-tripadvisor.png) 0 0 no-repeat;}
div.social a#menu {background: url(images/menu.png) 0 0 no-repeat;}
div.social a#gallery {background: url(images/gallery.png) 0 0 no-repeat;}
div.social a#twitter {background: url(images/twitter.png) 0 0 no-repeat;}


@-webkit-keyframes 'anim' {
	0% { opacity: 0;}
	10% { opacity: 0; }
	80% { opacity: 0.9;}
	100% { opacity: 1;}
}

/* 6 Degrees South - Zanzibar - Opening Soon */
