/* CSS Document */

@font-face {
    font-family: exo;
    src: url(Exo.otf);
}

/** RESET AND CLEARFIX
================================================**/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 14px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #fff;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 13px;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	background-position: center top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


/** LAYOUT
================================================**/

h1 {
	font-size:16px;
	font-weight:bold;
}
a, a:link, a:active, a:visited {
	color: #575756;
	text-decoration: none;
}
a:hover {
	color:#BE1622;
	text-decoration: underline;
}
#footer a, #footer a:link, #footer a:visited {
color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color:#ccc;
	text-decoration: underline;
}
.inner {
	width: 900px;
	position: relative;
	margin: 0 auto;
}
.header {
	display:block;
	height:auto;
	text-align:center;
}
.indexblock {
	float: left;
	width: auto;
	overflow: hidden;
	width: 440px;
	font-size: 14px;
	font-weight: bold;
	color: #575756;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
}
.indexblock img {
	width:100%;
	border: solid 0px;
	border-radius: 5px;
}
nav {
	padding: 10px;
}
#topbar {
	background-color:#575756;
	height:18px;
}
#language {
	float:right;
}
#language img {
margin-left: 5px;
height:25px;
width:25px;
}
#footer {
	background-color: #575756;
	height: auto;
	color: #CCC;
	padding-top:10px;
	padding-bottom:10px;
	line-height:15px;
	margin-top:20px;
	bottom: 0;
    left: 0;
    width: 100%;
}
.footerblock {
	width:33.33%;
	float:left;	
}
#smallnavbar {
	width: 100%;
	height: 20px;
	padding-top: 3px;
	background-color: #dfe0e3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555752;
	}
#logo {
	float:left;
	margin-bottom:10px;
}
/*#logo img {
	 width:228px;
	 height:100px; 
}*/
#language {
	float:right;
}
#language img {
margin-left: 5px;
height:25px;
width:25px;
}
#main {
	padding: 0;
}
#fullwidth {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	width:100%;
	height:auto;
	background-color:#F57900;
}
#primary {
	margin: 0 0px 0 0;
	position: relative;
	padding: 0 0px;
		margin: 0;
}
#wrapper {
	width:100%;

}
#center {
		height:100%;
		float:left;
}
#footercontent {
padding: 1%;
width:98%;
}
p {
	padding-bottom:10px;
}
label {
	width: 100px;
	display: block;
}
input, textarea {
	border: 1px solid #360;
}

#bookform {
	width: 320px;
}
#tobook { 
	width:auto;
	height: auto;
}
#available {
	width: 580px;
	height: auto;
	float:left;
}
.unitdiv {
width:auto;
float: left;
margin-bottom:15px;
}
.unitimage {
	float:left;
	width:205px;
}
.unitimage img {
	width:200px;
}
.unitdata {
margin-bottom:15px;
}
.unitname {
	width:100%;
	font-weight:bold;
}
.unitdesc {
	clear:left;
}
li {
	text-indent: 5;
	list-style-position: outside;
	list-style-type: disc;
	margin-left:1em;
}
.bookingadded {
	
	border: #575756 solid 1px;
	 border-radius: 3px;
    margin-bottom: 10px;
    margin-left: 320px;
    padding: 3px;
}
.button {
background-color: #f0f0f0;
 border: 1px solid #cccccc;
    border-radius: 3px;
    color: #333333;
	height: 28px;
}

/** RESPONSIVE BREAKPOINTS
================================================**/



@media (max-width: 960px) {
	.inner {
		width: 100%;
	}
	}

@media (min-width: 768px) and (max-width: 979px) {
	.inner {
		width:768px;
	}
	#center {
		
		margin-right:64px;
	}
}
@media (min-width: 640px) and (max-width: 767px) {
	.inner {
		width:640px;
	}
	#center {
		margin-left:0px;
		margin-right:0px;
	}
	#logo img {
	 width: 160px;
}
}
@media (min-width: 480px) and (max-width: 639px) {
	.inner {
		width:480px;
	}
	#center {
		margin-left:70px;
		margin-right:70px;
	}	
	#logo img {
	 width: 140px;
}
}
@media (max-width: 479px) {
	.inner {
		width:320px;
	}
	#center {
		margin-left:0px;
		margin-right:0px;
	}
	#logo img {
	 width: 120px;
	}
}	
#language img {
	height:18px;
	width:18px;
}
}
#main #wrapper .inner.clearfix .bubble strong {

}


#slides {
	 cursor: move; 
	 position: absolute; 
	 left: 0px; 
	 top: 0px; 
	 width: 980px;
     height: 350px; 
	 overflow: hidden;"
}
.slide_text {
	position: absolute;
	width: 350px; 
	height: 300px; 
	top: 10px; 
	left: 10px;
    text-align: left; 
	line-height: 1.8em; 
	font-size: 12px;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom:15px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}
h4 {
	font-weight:bold;
	margin-bottom:10px;
}

/* jssor slider arrow navigator skin 07 css */
                    /*
                    .jssora07l                  (normal)
                    .jssora07r                  (normal)
                    .jssora07l:hover            (normal mouseover)
                    .jssora07r:hover            (normal mouseover)
                    .jssora07l.jssora07ldn      (mousedown)
                    .jssora07r.jssora07rdn      (mousedown)
                    */
                    .jssora07l, .jssora07r {
                        display: block;
                        position: absolute;
                        /* size of arrow element */
                        width: 50px;
                        height: 50px;
                        cursor: pointer;
                        background: url(../scripts/jssor/img/a11.png) no-repeat;
                        overflow: hidden;
                    }
                    .jssora07l { background-position: -5px -35px; }
                    .jssora07r { background-position: -65px -35px; }
                    .jssora07l:hover { background-position: -125px -35px; }
                    .jssora07r:hover { background-position: -185px -35px; }
                    .jssora07l.jssora07ldn { background-position: -245px -35px; }
                    .jssora07r.jssora07rdn { background-position: -305px -35px; }
