.cont:after,
.block:after,
section:after,
.list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cont,
.block,
section,
.list {
    zoom: 1;
}

body {
	background-color: #f0eddc;
	text-align: center;
}

@media (max-width: 768px) {
#globalNav .btn {
	position: fixed;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 999;
}
#globalNav .menu {
	display: none;
}

/* HEADER */
#globalNav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 998;
	font-size: 14px;
}
#globalNav ul {
	background-color: #fff;
	border-bottom: solid 1px #e4e4e4;
	margin: 0 auto;
	padding-top: 45px;
}
#globalNav li {
	border-top: solid 1px #e4e4e4;
}
#globalNav li a {
	display: block;
	padding: 11px 20px 9px 20px;
}
}

#pageTop {
	margin: 0 auto;
	width: auto;
	height: 48px;
}
header .logo {
	padding-top: 17px;
	text-align: center;
}
header .logo img {
	width: 118px;
	height: auto;
}
@media (min-width: 769px) {
#pageTop {
	margin: 0 auto;
	width: 800px;
	height: 90px;
}
header .logo {
	padding-top: 34px;
	float: left;
}
header .logo img {
	width: 190px;
	height: auto;
}
header p {
	display: none;
}
header ul {
	padding: 33px 0 0 0;
	float: right;
}
header li {
	padding: 0 0 0 33px;
	font-size: 14px;
	font-weight: bold;
	float: left;
}	
}

#pageBody {
	margin: 0 auto;
	width: auto;
}
@media (min-width: 769px) {
#pageBody {
	margin: 0 auto;
	width: 800px;
}	
}
#pageBottom {
	margin: 0 auto;
	width: auto;
}
footer {
	padding: 55px 0 55px 0;
	font-size: 10px;
	text-align: center;
	color: #767676;
}
@media (min-width: 769px) {
#pageBottom {
	margin: 0 auto;
	width: 800px;
}	
footer {
	padding: 49px 0 55px 0;
	text-align: left;
}	
}

/* MODAL */
#modalMask {
	position: fixed;
	left: 0;
	background-color: #f0eddc;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}
#modal {
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: #f0eddc;
	margin: -250px 0 0 -170px;
	width: 340px;
	height: 500px;
	z-index: 1001;
	display: none;
}
#modal .cont {
	padding-top: 45px;
}
#modal h3 {
	border-bottom: solid 1px #000;
	margin: 0 auto 43px auto;
	padding-bottom: 7px;
	width: 120px;
	font-family: 'Merriweather', serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
#modal p {
	font-size: 14px;
	line-height: 2;
}
#modal p strong {
	font-size: 20px;
	font-style: italic;
}
#modal p.close {
	margin-top: 34px;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: bold;
}