@charset "utf-8";
@font-face {
    font-family: calibrib;
    src: url('fonts/calibrib.ttf');
}
@font-face {
    font-family: calibri;
    src: url('fonts/calibri.ttf');
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
#logo {
	width: 290px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 5%;
	margin-left: -129px;
	margin-top: 0px;
	z-index:3000;
}
#booking {
	width: 1000px;
	height: 72px;
	position: absolute;
	left: 15%;
	right: 15%;
	margin: 0 auto;
	margin-top:35%;
	z-index:3000;
}
.footer_text{
	font-family: Arial, Helvetica, sans-serif;
	color: #c2c2c2;
	font-size: 13px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.bg_top {
	background-attachment: scroll;
	background-image: url(images/bg_top.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.list_project {
	margin-left: 30px;
}
.border_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.border_menu {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #990134;
}


a.menulink:visited, a.menulink:link, a.menulink:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
a.menulink:hover {
	color: #FFF;
	background-color: #990134;
	padding: 13px;
}
a.readmore:visited, a.readmore:link, a.readmore:active {
	font-family: Gotham-Light;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
}
a.readmore:hover {
	text-decoration: underline;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 23px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #b6013c;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	line-height: 30px;
}
h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 24px;
	margin: 0px;
	font-weight: normal;
}
#caption {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #FFF;
	background-color: #990134;
}



/* --------------- Google Map -------------------*/

.scrolloff {
        pointer-events: none;
    }
.project_border1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
}
.project_border2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
}
