@charset "utf-8";

body {
	font-family: 'nobileregular';
	font-size: 100%;
	line-height:1.5;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color:#9e907b;
	color:#212121;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}


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

}

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

}


/* Element/tag selectors */



ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 65px;
	padding-left: 65px;
}

h1 {
	font-family:'kaushan_scriptregular';
	font-size:42px;
	color: #674e28;
}

h2 {
	font-family:'kaushan_scriptregular';
	color: #9e907b;
	font-size:34px;
}

h3 {
	color:#9e907b;
	font-family:'kaushan_scriptregular';
	font-size:24px;
}

p {
	text-align:justify;
}


a img {
	border: none;
}

a:link {
	color: #9e907b;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #9e907b;
}

a:hover {
	color: #674e28;
}



/* This is the layout information. */


.container {
	max-width:98%;
	min-width: 480px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;
	margin-top:14px;
	border:1px solid #808285;
	background-color:#fffefb;
	-webkit-box-shadow: 0px 0px 26px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 26px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 26px 2px rgba(0,0,0,0.4);
	z-index:2;
	
}


#logo{
	margin-left:26px;
	float:left;
	padding-right:22px;
	z-index:100;
}


.content {
	padding-top: 32px;
	padding-bottom:100px;
}

#home-content {
	margin-top:0;
	margin-bottom:100px;
	z-index:1;
}


.content ul, .content ol { 
	padding: 0 15px 15px 82px;
	list-style:circle;
}


.label-food {
	color:#4cafc2;
	font-size:larger;
}

.additional {
	font-size:11px;
	font-style:italic;
}

.additional-big {
	font-size:14px;
	font-family:'kaushan_scriptregular';
}


#map {
	float:right;
	margin-right:65px;
	margin-left:38px;
	margin-bottom:12px;
	border:1px solid #808285;
	width:40%;
}

@media screen and (max-width: 768px) {
#map {
	float:none;
	margin:auto;
	width:86%;
	margin-bottom:42px;
} }	


#gallery {
	margin:auto;
	width:86%;
	height:640px;
}

.guide {
	margin-left:55px;
	margin-bottom:38px;
	border-top:1px solid #a69781;
	border-bottom:1px solid #a69781;
	
}

.about {
	margin-bottom:38px;
	background-color:#9e907b;
	border:1px solid #808285;
}



/* The footer */



.footer {
	width:100%;
	clear:both;
	padding: 28px 0;
	position:absolute;
	bottom:0;	
}

.footer p {
	font-size:12px;
	text-align:center;
	
}


/* menu settings */


.menu {
	width: 90%;
	max-width:40%;
    margin: 10px auto;
	margin-left:60%;
	margin-top:72px;
	font-family:'kaushan_scriptregular';
	z-index:100;
}

.toggleMenu {
    display: none;
    background:#fff;
    padding: 10px 15px;
    color:#fff;
	font-size:3em;
}

.nav {
    list-style:none;
     *zoom: 1;
     background:#fffefb;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 11em;
}
.nav a {
    padding: 10px 15px;
    color:#d8b003;
}
.nav li {
    position:relative;
	list-style:none;
}
.nav > li {
    float: left;
    border-top: 0px solid #104336;
}

.nav > li > .parent {
    background-image: url(../images/downArrow.png);
    background-repeat: no-repeat;
    background-position: right;
}

.nav > li > a {
    display: block;
}
.nav li ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #f8f8f8;
    position: relative;
    z-index:100;
    border-bottom: 1px solid #808285;
}
.nav li li li a {
    background:#f8f8f8;
    z-index:200;
    border-bottom: 1px solid #808285;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
		background-image: url(../images/downArrow.png);
    	background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    } }


/* miscellaneous float/clear classes */

.fltrt {
	float: right;
	margin-left: 58px;
	margin-right:65px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}