#container {
	position: relative;
	width: 100%;
	z-index: 1;
}

body {
	background-size: 100%;
	background-color: #FEFEFE;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 165%;
}

a {
	color: #FFF;
}

h1, h2 {
	font-family: Cambria;
	font-size: 40px;
	color: #663333;
	margin-top: 30px;
	line-height: 40px;
}

h1 a, h2 a {
	text-decoration: none;
	color: #800000;
}

@media screen and (max-device-width: 640px) {

h1, h2 {
	font-family: Cambria;
	font-size: 40px;
	color: #663333;
	margin-top: 30px;
	line-height: 40px;
}

h1 a, h2 a {
	text-decoration: none;
	color: #663333;
}

/* TOP */

#top2{
	background-color: #FEFEFE;
	border-bottom: #CCC solid 1px;
}

#nav2{
	margin-top: 5px;
	clear:both;
	font-family: Cambria;
	text-align: center; 
    border-bottom: #CCC solid 1px;
}

#nav2 li{
	list-style-type: none;
    background-color: #663333;
    padding: 5px;
	margin: 4px;
}

#nav2 li a{
    font-family: Helvetica Neue;
    font-weight: 200;
	color:#FFF;
	text-decoration: none;
	font-size: 14pt;
}
#nav2 li a:hover, #nav2 li.active a {
	text-decoration: none;
	color: #663333;
}

#top {
	display: none;
	top:0;
	left:0;
	width:100%;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	vertical-align: middle;
	font-size: 28px;
	color:#666;
	margin-top:0px;
	z-index: 3000;
	padding:2px;
	border-bottom:solid 1px #CCC;
}

#top ul li
{
	display: block;
	text-align: center;
	list-style-type: none;
	padding:2px;
	padding-right: 20px;
}

#top a {
	color: #666666;
	text-decoration: none;
}

#top a:hover{
	color:#663333;
}
#topWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#nav {
	width: 900px;
}

#nav li {
	margin-bottom: 0px;
	font-family: Helvetica Neue;
	font-weight: 200;
	text-transform:capitalize;
	font-size: 20px;
}

#nav li ul {
	margin-top: 0px;
}

#nav a {
	font-family: "Helvetica Neue";
	font-weight:200;
	text-decoration: none;
}

#nav li a:hover, #nav li.active a {
	text-decoration: none;
	color: #663333;
}
nav {text-align: left; margin: 30px; margin-top:15px;}

.selectnav {display: none; width: 100%;}
.selectnav {text-align: left;}




/* LEFT */

#left {
	background: rgba(255, 255, 255, 1);
	text-align: center;
	font-size: 15px;
	margin-left: 100px;
	color: #666;
	position: absolute;
	z-index: 4000;
	border:solid thick #FFF;
	border-top:0;
}

#left a {
	color: #333;
	text-decoration: none;
}


#titleWrapper
{
	width: 1000px; 
	margin-left: auto;
	margin-right: auto;
}

.page-title{
        font-size: 25pt !important;
    font-family: 'Cambria';
    }
    
.pageTitle
{
	font-family: Cambria;
	font-size: 50px;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	top:75px;
}

.logoImage
{
	margin-right: auto;
	margin-right: auto;
	width: 100%;
	height:90px;
	background-image:url('../images/logo.png');
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: center;
}

#pageimage
{
	display: none;
	height:150px;
	background-image: url('../images/bg.jpg');
	background-position: center left;
	background-size: 100%;
	margin-bottom: 0;
}

#maincontentbg
{
	/*background-image: url('../images/contentBG.png');*/
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 40%;
    background-color: #FFF;
}

#maincontentWrapper{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
    background-color: #FFF;
}

#maincontent
{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-bottom: 25px;
}

    .item-page h1, h2{
        font-size: 30px;
        font-family: 'Cambria'
    }
    
    
    
#footer {
	display: none;
	text-align: center;
	background: #1A0000;
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 25px;
	padding-bottom:5px;
	height: 200px;
	width: 100%;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color:#CCC;
	z-index:5000;
	border-top: solid 1px #CCC;
}

#footer a {
	color:#CCC;
	text-decoration:none;
}

#footer h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#footer h4 {
	font-size: 22px;
	font-family: Cambria;
	font-style: italic;
	color:#663333;
	padding-bottom: 10px;
}


#footer li {
	margin-bottom: 10px;
	padding-left: 30px;
}

#footerWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.footerbox {
	padding: 2px;
	width:100%;
}

#footerMobil{
	text-align: center;
	background: #111;
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 25px;
	padding-bottom:5px;
	width: 100%;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color:#CCC;
	z-index:5000;
	border-top: solid 1px #CCC;
}

#footerMobil h4 {
	font-size: 15px;
	font-family: Cambria;
	font-style: italic;
	color:#d27979
 !important;
    margin-bottom: 20px;
}
#hot-pc{
  position: absolute;
  top: 0px;
  left: -5500px;
 }

li.phoneIcon {
	background: url('../images/phoneIcon.png') no-repeat scroll 0 2px transparent;
	background-size: 16px 16px;
}

li.mapIcon {
	background: url('../images/mapIcon.png') no-repeat scroll 0 2px transparent;
		background-size: 16px 16px;
}

li.emailIcon {
	background: url('../images/mailIcon.png') no-repeat scroll 0 2px transparent;
		background-size: 16px 16px;
}

li.fbIcon {
	background: url('../images/fbIcon.png') no-repeat scroll 0 2px transparent;
		background-size: 16px 16px;
}


#footer .content {
	padding: 0 25px 25px;
}

#arrow {
	display: none;
	width: 42px;
	height: 20px;
	margin-left: 8px;
	background: url('../images/arrow.png') no-repeat;
}

#logo {
	padding: 12px;
}




/* END LEFT */
/* START CONTENT/RIGHT PORTION */

#right {
	width: 100%;
	height: 100%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.8);
	z-index: 300;
}

.content{
	font-family: Helvetica,sans-serif; 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box; 
	padding:40px;
	font-size: 12pt;
	color:#333; 
	overflow:auto;
	line-height: 150%;
}



.content h3 {
	font-family: 'Satisfy', cursive;
	font-size: 15px;
	color: #666666;
	margin-bottom: 35px;
	line-height: 30px;
}

.content h4 {
	font-family: 'Satisfy', cursive;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	border-bottom: solid 2px #ccc;
	margin: 15px 0;
}

.content p {
	margin: 20px 0;
}

.edit-icon{
	color:#666;
}

.edit-icon a{
	color:#666;
}

.clear {clear: both;}


label {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

}
