html {
	height:100%;
}

body {
	font-family: "Arial";
	text-align: left;
	margin: 0 auto;
	height:100%;
	text-decoration: none;
        background-size: cover;
}

.main {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}

#back_1 {
    background: url("../images/background_1.png") no-repeat center center;
    padding-top: 30px;
}

#back_2 {
    padding-top: 40px;
    background: url("../images/background_2.png") no-repeat center center;
}

#back_3 {
    padding-top: 40px;
    background: url("../images/background_3.png") no-repeat center center;
}

#back_4 {
    padding-top: 80px;
    background: #f8e6b4;
    text-align: center;
}

#back_5 {
    padding-top: 80px;
    background: #4f4c49;
    padding-left: 5%;
}

#logo {
    background: url("../images/logo.png") no-repeat center center;
    height: 270px;
    margin-left: 30px;
    width: 324px;
}

#menu {
    
    width: 700px;
    height: 140px;
    margin-left: 30%;
    top: 10%;
    position: absolute;
    font-family: "Nyala";
    font-size: 22px;
    text-align: center;
}

ul {
    list-style-type: none;
    background: #f5eacf;
    margin: 0;
    padding: 0;
    padding-top: 2px;
    height: 35px;
    border-radius: 6px;
}

ul li { 
    display: inline; 
    padding-right: 7px;
    padding-left: 7px;
}

ul li.hover:hover {
    background: #4f4c49;
    padding: 15px;
    font-size: 24px;
    color: #efbe7f;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

#slogan {
    width: 50%;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-left: 27%;
    margin-top: 10%;
    padding: 8px;
    text-align: center;
    font-size: 23px;
    font-family: "Nyala";
    border-radius: 6px;
}

.nav-container { 
    background: #f5eacf;
    z-index: 9999;
    height: 0;
    visibility: hidden;
    text-align: center;
}

.f-nav { 
    z-index: 9999; position: fixed; left: 0; top: 0; width: 100%; visibility: visible !important;
    font-family: "Nyala";
    font-size: 22px;
    text-align: center;
    padding: 5px;
}
#fb_small {
    float:left;
    background: #f5eacf;
    padding: 15px;
    border-radius: 6px;
    margin-top: 50px;
    left: 50px;
}

#news {
    float:right;
    background: #f5eacf;
    padding: 15px;
    position: fixed;
    border-radius: 6px;
    z-index:9999;
    top: 50px;
    right: -480px;
}

#news_toggle {
    float: right;
    background: #f5eacf;
    right: 0;
    position: fixed;
    padding: 10px;
    font-family: "Nyala";
    border-radius: 6px;
    z-index: 9996;
    top: 50px;
    right: 20px;
    font-size: 22px;
}

#news_close {
    float: right;
    background: #4f4c49;
    right: 0;
    position: fixed;
    color: #f5eacf;
    padding: 10px;
    font-family: "Nyala";
    border-radius: 6px;
    z-index: 9999;
    display: none;
    right: 20px;
    font-size: 22px;
}

.box {
    height: 90%;
    width: 23%;
    margin:10px;
    background-color: rgba(245, 234, 207, 0.8);
    padding: 6px;
    border-radius: 6px;
    float: left;
}

#example {
    font-size: 20px;
    padding: 10px;
    font-family: "Nyala";
    clear: both;
}

#more {
    background: #4f4c49;
    color: #f5eacf;
    padding: 5px;
    font-family: "Nyala";
    border-radius: 6px;
    font-size: 20px;
    margin-top: 6px;
    text-align: center;
}

#box_big {
    height: 90%;
    width: 55%;
    margin:10px;
    margin-left: 30%;
    background-color: rgba(245, 234, 207, 0.8);
    padding: 6px;
    border-radius: 6px;
    float: left;
}

#mobile_to_full {
	display:none;
}

.camera_wrap {
    text-align: center;
}

#contact {
    float: right;
    right: 5%;
    width: 40%;
    color: #f5eacf;
}

#contact img {
    width: 10%;
    height: 10%;
}

#map {
    float: left;
}

#footer {
    text-align: center;
    background: #f5eacf;
    color: #4f4c49;
    clear: both;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 20px;
    font-family: "Nyala";
    padding: 20px;
    height: 70px;
}

#footer_mobile {
	display: none;
}

#popup, #popup2, #popup1, #popup0 {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 450px;
    padding: 25px;
    max-width: 800px;
    height: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.button.b-close, .button.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    left: 2px;
    top: 2px;
}
.button {
    background-color: #4f4c49;
    border-radius: 10px;
    color: #fff;
    overflow: visible;
    z-index: 99999;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

#mobile_menu {
	display:none;
}

@media only screen and (max-width: 800px) {
    #back_1, #back_2, #back_3, #back_4 {
        display:none;
    }
	
	#back_5 {
		height:100%;
		position:fixed;
		min-width:0;
		overflow-y: scroll;
		padding:0;
	}
	
	#map {
		display:none;
	}
	
	#contact {
		float:none;
		padding-right:5%;
		padding-left:5%;
		width:100%;
	}
	
	#footer {
		display: none;
	}
	
	#footer_mobile {
		display:block;
		text-align: center;
		background: #f5eacf;
		color: #4f4c49;
		clear: both;
		bottom: 0;
		width: 100%;
		left: 0;
		margin-top:20px;
		font-size: 20px;
		font-family: "Nyala";
		padding: 20px;
		height: 70px;
	}
	
	#news {
		zoom: 0.75; 
		-moz-transform: scale(0.75); 
		-moz-transform-origin: 0 0;
		margin-right:0px;
	}
	
	#mobile_menu {
		display:block;
		width:50%;
		padding-left:5%;
		padding-top:20%;
	}
	
	#news_toggle {
		right:2px;
		top: 2px;
	}
	
	#mobile_to_full {
		position: fixed;
		display:block;
		color: #f5eacf;
		left: 2px;
		top: 2px;
		z-index: 20;
	}
}