body{
	margin:0;
	padding:0;
}


@font-face {
    font-family:'adam';
    src: url('font/adam.cg_pro-webfont.eot');
    src: url('font/adam.cg_pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/adam.cg_pro-webfont.woff') format('woff'),
         url('font/adam.cg_pro-webfont.ttf') format('truetype'),
         url('font/adam.cg_pro-webfont.svg#adam.cg_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

header{
	height:160px;
	width:100%;
	background-color:#1e1e1e;
	margin:0;
	padding:0;
	}


h1{
	font-family:'adam';
	color: white;
	text-align: center;
	font-size: 40pt;
}

#menu{
	font-family:'adam';
	font-size:12px;
	transition: all 0.3s ease;
	position: fixed;
	width: 0%;
	top: 0;
	left: -200px;
	background:black;
	height: 100%;
	z-index: 999;
	box-shadow: 0px 0px 10px black;
	filter:alpha(opacity=70);
	opacity: 0.7;
}

#menu a{
	color: white;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	border-radius: 100px;
	transition: all 0.2s ease;
}

#menu a:hover{
	background: rgb(50, 50, 50);
}

#menu-toggle{
	position: fixed;
	top: 20px;
	left: 0;
	background:#7c6b3f;
	z-index: 1000;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all 0.3s ease;
}

#menu-toggle:hover{
	cursor: pointer;
}

#menu.open{
	left: 0;
	width: 200px;
	display: block;
}

#menu-toggle.open{
	left: 200px;
}


.container_logo{
	width:1280px;
	height:160px;
	margin:0 auto;
	padding:0;
}

#logo{
	background-repeat:no-repeat;
	background-image:url(img/logo.png);
	background-position:center;
}

.box_divisor{
	width:100%;
	height:280px;
	background-position:center center;
	margin:0 auto;
	padding:40px 0 0 0;
	background-color:#dcdcdc;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#box_text{
	width:640px;
	height:240px;
	margin:0 auto;
	padding:0px;
	background-position:center;
	background-color:#dcdcdc;
}

.overview{
	width:100%;
	height:600px;
	background:url(img/overview_header.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h2{
	font-family:'adam';
	font-size:22px;
	color:#1e1e1e;
	line-height:20px;
	text-align:center;
	letter-spacing:12px;
}

p{
	font-family:'Arapey', serif;';
	font-size:16px;
	color:#1e1e1e;
	font-style:italic;
	line-height:26px;
	text-align:center;
}

hr{
	border:1px solid black;
	width:100px;
	margin:0 auto;
}

.box_pulsante{
	width:1280px;
	height:350px;
	margin:0 auto;
	padding:250px 0 0 0;
}

#pulsante{
	width: 340px;
	height: 100px;
	background-position: center;
	margin: 0 auto;
	padding: 0;
	background-image: url(img/pulsante.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor:pointer;
}



h3{
	font-family: 'adam';
	color: white;
	font-size: 18px;
	line-height: 100px;
	text-align: center;
	letter-spacing: 12px;
	margin: 0 auto;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	cursor:pointer;
}


.box_divisordue{
	width:100%;
	height:540px;
	background-position:center center;
	margin:0 auto;
	padding:0;
	background-color:#1e1e1e;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.col_50 {
	width:50%;
	height:540px;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#text_forbox{
	margin:90px auto;
	padding:0;
	width:400px;
	height:360px;
}

h4{
	font-family:'adam';
	color:white;
	font-size:16px;
	line-height:10px;
	text-align:left;
	letter-spacing:8px;
	margin:0;
	padding:0;
}

#text_forbox p{
	font-family:'Roboto';
	font-size:12px;
	color:white;
	font-style:normal;
	line-height:20px;
	text-align:left;
	font-weight:300;
}

#pulsante2{
	width: 340px;
	height: 100px;
	background-position: left;
	margin-top: 30px;
	padding: 0;
	background-image: url(img/pulsante2.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#img_boxdue{
	background:url(img/img_box2.png);
	-webkit-background-size:cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}




.slider-wrapper {
	width: 100%;
	padding:0;
	margin:0;
	
}

.pulisci{
	clear:both;
}

.container_rooms{
	width:100%;
	height:540px;
	margin:0 auto;
	text-align:center;
}

	
#rooms{
	width:1280px;
	height:540px;
	margin:0 auto;
	padding:0;
}


.nivo-directionNav a{
	width:30px;
	height:30px;
	background-repeat:none;
	text-indent:-999em;
}

.nivo-prevNav{
	background-image:url(img/arrows.png);
	margin-left:15px;
}

.nivo-nextNav{
	background-image:url(img/arrows2.png);
	margin-right:15px;
}

.box_rooms{
	width: 386px;
	height: 480px;
	margin-top: 40px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0;
	padding: 0;
	float: left;
}

#rooms_uno{
	width:386px;
	height:260px;
	background-image:url(img/roomsuno.png);
	background-repeat:no-repeat;
	background-position:top left;
	-webkit-background-size:cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#rooms_due{
	width:386px;
	height:260px;
	background-image:url(img/roomsdue.png);
	background-repeat:no-repeat;
	background-position:top left;
	-webkit-background-size:cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#rooms_tre{
	width:386px;
	height:260px;
	background-image:url(img/roomstre.png);
	background-repeat:no-repeat;
	background-position:top left;
	-webkit-background-size:cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h5{
	font-family:'adam';
	color:black;
	font-size:24px;
	line-height:10px;
	text-align:left;
	letter-spacing:8px;
	margin:20px 0 0 0;
	padding:0;
}

.box_rooms p{
	font-family:'Roboto';
	font-size:13px;
	color:black;
	font-style:normal;
	line-height:26px;
	text-align:left;
	font-weight:300;
}

.morerooms{
	width:100%;
	height:600px;
	background:url(img/morerooms.png);
	background no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.container_food{
	width:100%;
	height:540px;
	margin:0 auto;
	text-align:center;
}

#food_uno{
	width:386px;
	height:260px;
	background-image:url(img/fooduno.png);
	background-repeat:no-repeat;
	background-position:top left;
	-webkit-background-size:cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#food_due{
	width:386px;
	height:260px;
	background-image:url(img/fooddue.png);
	background-repeat:no-repeat;
	background-position:top left;
	-webkit-background-size:cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#food_tre{
	width:386px;
	height:260px;
	background-image:url(img/foodtre.png);
	background-repeat:no-repeat;
	background-position:top left;
	-webkit-background-size:cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#safari_logo{
	width:180px;
	height:180px;
	background-image:url(img/safari_logo.png);
	background-repeat:no-repeat;
	margin:30px auto;
	padding:0;
}

#img_boxtre{
	background:url(img/uccelli.jpg);
	-webkit-background-size:cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h3:hover {
	color: #f4db64;
}
#pulsante:hover {
	background-image: url(img/pulsante_hov.png);
}
#pulsante2:hover {
	background-image: url(img/pulsante2_hov.png);
}


.animals{
	width:1280px;
	height:300px;
	margin:0 auto;
	padding:0;
}

#box_animals{
	width:380px;
	height:260px;
	margin:40px 20px 0 20px;
	padding:0;
	float:left;
}

#jaguar{
	width: 380px;
	height: 260px;
	background-image: url(img/jaguar.png);
	background-repeat: no-repeat;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor:pointer;
}

#giraff{
	width: 380px;
	height: 260px;
	background-image: url(img/giraff.png);
	background-repeat: no-repeat;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	cursor:pointer;
}

#elephant{
	width: 380px;
	height: 260px;
	background-image: url(img/elephant.png);
	background-repeat: no-repeat;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor:pointer;
}

#elephant_due{
	width: 380px;
	height: 260px;
	background-image: url(img/elephant_due.png);
	background-repeat: no-repeat;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor:pointer;
}

#panther{
	width: 380px;
	height: 260px;
	background-image: url(img/panther.png);
	background-repeat: no-repeat;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor:pointer;
}

#ippo{
	width: 380px;
	height: 260px;
	background-image: url(img/ippo.png);
	background-repeat: no-repeat;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	cursor:pointer;
}

#lion{
	width: 380px;
	height: 260px;
	background-image: url(img/lion.png);
	background-repeat: no-repeat;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	cursor:pointer;
}

#scimmia{
	width: 380px;
	height: 260px;
	background-image: url(img/scimmia.png);
	background-repeat: no-repeat;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor:pointer;
}

#elephant_tre{
	width: 380px;
	height: 260px;
	background-image: url(img/elephant_tre.png);
	background-repeat: no-repeat;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor:pointer;
}

#jaguar:hover {
	background-image: url(img/jaguar_hov.png);
}
#giraff:hover {
	background-image: url(img/giraff_hover.png);
}
#elephant:hover {
	background-image: url(img/elephant_hov.png);
}
#elephant_due:hover {
	background-image: url(img/elephant_duehov.png);
}
#panther:hover {
	background-image: url(img/phanter_hov.png);
}
#ippo:hover {
	background-image: url(img/ippo_hov.png);
}
#lion:hover {
	background-image: url(img/lion_hov.png);
}
#scimmia:hover {
	background-image: url(img/scimmia_hov.png);
}
#elephant_tre:hover {
	background-image: url(img/elephant_trehov.png);
}

.trip{
	margin:0 auto;
	width:100%;
	height:600px;
	background:url(img/trip.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.animals2{
	width:1280px;
	height:300px;
	margin:0 auto;
	padding-bottom:40px;
}



#img_adventure{
	width:386px;
	height:260px;
	background-image:url(img/adventure_one.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

#img_adventuredue{
	width:812x;
	height:260px;
	background-image:url(img/adevnture_2.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

.box_rooms2{
	width: 812px;
	height: 480px;
	margin-top: 40px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0;
	padding: 0;
	float: left;
}

.box_rooms2 p{
	font-family:'Roboto';
	font-size:13px;
	color:black;
	font-style:normal;
	line-height:26px;
	text-align:left;
	font-weight:300;
}

#img_boxrelax{
	background:url(img/relax.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	margin:0;
	padding:0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	

#img_relax{
	width:386px;
	height:260px;
	background-image:url(img/welness.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

#img_relaxdue{
	width:812x;
	height:260px;
	background-image:url(img/swimmingtwo.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

.box_divisorbig{
	width:100%;
	height:1000px;
	background-position:center center;
	margin:0 auto;
	padding:40px 0 0 0;
	background-color:#dcdcdc;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.box_textcontact{
	width:540px;
	height:220px;
	margin:0 auto;
	padding:0;
}

.box_textcontact2{
	width:540px;
	height:480px;
	margin:0 auto;
	padding:0;
}

.box_textcontact2 p{
	font-family:'Roboto';
	font-size:13px;
	color:black;
	font-style:normal;
	line-height:26px;
	text-align:center;
	font-weight:400; 
}

.banner_final {
	width:1100px;
	height:100px;
	background-image:url(img/banner_final.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:0 auto;
	padding:0;
}

#logo_contact{
	height:140px;
	height:180px;
	background-image:url(img/logo_contact.png);
	background-repeat:no-repeat;
	background-position:center;
}

footer{
	width:100%;
	height:470px;
	background:url(img/footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.container_footer{
	width:1200px;
	height:420px;
	margin:0 auto;
	padding-top:40px;
}

.box_footer{
	width:240px;
	height:250px;
	margin:60px 0 0 0;
	padding:0;
	float:left;
}

footer ul{
	width:182px;
	height:120px;
	padding:0;
	margin:0;
	list-style:none;
}

.box_footer p{
	font-family: 'roboto';
	font-style: normal;
	line-height: 20px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 6px;
	text-align: left;
	color: white;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.box_logofinale{
	height:60px;
	width:180px;
	background-image:url(img/logo_xfooter.png);
	background-repeat:no-repeat;
	margin:0px auto;
	padding:0;
}

.container_social{
	height:40px;
	width:180px;
	margin:0 auto;
	padding:0;
}

.box_social{
	width:60px;
	height:40px;
	float:left;
	margin:0;
	padding:0;
	cursor: pointer;
}

#facebook_ico{
	background-image: url(img/facebook.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}

#twitter_ico{
	background-image: url(img/twitter.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}

#gplus_ico{
	background-image: url(img/gplus.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	cursor: pointer;	
}

.box_footer p:hover {
	color: #f4db64;
	cursor: pointer;
}

#twitter_ico:hover {
	background-image: url(img/twitter_hov.png);
	cursor: pointer;
}

#facebook_ico:hover {
	background-image: url(img/facebook_hov.png);
	cursor: pointer;
}

#gplus_ico:hover {
	background-image: url(img/gplus_hov.png);
	cursor: pointer;
}
