@charset "utf-8";
/* CSS Document */

html, body {
	text-align:center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/skyback.jpg);
}
	
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	text-align:center;
}
#header {
	width:100%;
	height:60px;
	margin: 0 0 0 0;
	}
#logo {
	width: 280px;
	height: 80px;
	margin-left: 0px;
	margin-top: 0px;
	float:left;
	}
#apex {
	width: auto;
	height: auto;
	margin-top: 15px;
	margin-right: 20px;
	float: right;
	}
#nav_wrap {
	width:auto;
	height: 80px;
	float:left;
	}
#navbar {
	width:760px;
	margin-top:25px;
	height:auto;
	}
#body_wrap {
	width:800px;
	height:auto;
	min-height:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	}

#cont_wrap {
	width:100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	margin-top: 10px;
	}
#soc_logos {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	height: 60px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

.soclogo {
	float:left;
	display:block;
	position:relative;
	margin:10px;
	width:40px;
	height:40px;
	margin-right:20px;
	background-color:#FFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	}
.soclogo img {
	border:0;
	margin-left:5px;
	margin-top:5px;
	}
#body_text {
	padding-top:10px;
	width:550px;
	color:#999;
	height:300px;
	padding-left:15px;
	}
#body_contact {
	padding-top:10px;
	width:940px;
	color:#999;
	height:850px;
	padding-left:15px;
	}
#body_quote {
	padding-top:10px;
	width:940px;
	color:#999;
	height:430px;
	padding-left:15px;
	}
.text {
	width:500px;
	height:auto;
	font-weight:normal;
	font-family:  open-sans, serif;
	font-size: 0.8em;
	line-height: 130%;
	text-align:justify;
	}

#body_title {
	font-size:1.4em;
	color:#257ACF;
	font-family: open-sans, serif;
	}
#service {
	font-size:1.4em;
	color:#257ACF;
	margin-left:10px;
	font-family: open-sans, serif;
	}

#footer {
	text-align:center;
	width:100%;
	height:auto;
	margin-right:auto;
	margin-right:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.6em;
	margin-bottom:5px;
	padding-bottom:8px;
	margin-top:20px;
	text-decoration:none;
	}
#footer a:link {
	text-decoration:none;
	}
#location_pin {
	width:900px;
	height:400px;
	background-color:#CCC;
	margin-top:30px;
	float:left;
	margin-left:25px;
	border: thin solid #666;
	}
#serv_img_a {
	width:100px;
	height:100px;
	float:left;
	margin-top:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left:6px;
	background-image: url(../images/ico_flight.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0.1em dotted #FFF;
	}

#serv_img_b {
	width:100px;
	height:100px;
	float:left;
	margin-top:10px;
	background-color:#95C1EE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left:10px;
	background-image: url(../images/ico_hotel.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#serv_img_c {
	width:100px;
	height:100px;
	float:left;
	margin-top:10px;
	background-color:#95C1EE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left:10px;
	background-image: url(../images/ico_luxury.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#serv_img_d {
	width:100px;
	height:100px;
	float:left;
	margin-top:10px;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left:10px;
	background-image: url(../images/ico_event.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#serv_img_e {
	width:100px;
	height:100px;
	float:left;
	margin-top:10px;
	background-color:#8000FF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left:10px;
	background-image: url(../images/ico_corpo.png);
	background-repeat: no-repeat;
	background-position: center center;
	}	
#serv_wrap {
	padding-top:10px;
	width:460px;
	color:#999;
	height:200px;
	float:left;
	padding-left:5px;
	margin-left:10px;
	margin-top:10px;
	margin:bottom:20px;
	}
	
#serv_title {
	font-size:1.2em;
	color:#257ACF;
	font-family: open-sans, serif;
	float:left;
	margin-left:10px;
	margin-top:8px;
	width:335px;
	}
	
.text_serv {
	width:340px;
	height:auto;
	font-weight:normal;
	font-family:  open-sans, serif;
	font-size: 0.8em;
	line-height: 130%;
	text-align:left;
	float:left;
	margin-left:10px;
	}
