@charset "utf-8";
/* CSS Document */

body {
	background: url(../grysblou.jpg);
}

p {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	margin: 15px !important;
}

.breadcrumbs {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	margin: 15px !important;
}

.footer p {
	text-align: center;
}

a {
	font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #663300;
	transition: all 0.5s ease 0s;
    font-size: 14px;
}

a:hover {
    color: #9E7C34 !important;
	transition: all 0.5s ease 0s !important;
}

h1 {
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
}

h3 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	margin: 15px;
}

.accommodation-heading h3 {
	text-align: center;
}

tbody {
	vertical-align: top;
}

.image-border {
	border: 1px solid #000;
}


hr {
	color: #E3CEA3;
}

.homepage-heading {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.footer {
	text-align: center;
}

.nb_searchbox {
float: none !important;
width: 502px !important;
margin:auto !important;    
}

.nb_searchbox_main {
    border: none !important;
    background-color: transparent !important;
    float: left;
    width: 500px;
    padding: 10px 0;
	font-weight: bold !important;
}
