/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

@media screen and (min-device-width: 641px) {

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

body {
	background-size: 100%;
	background-color: #FEFEFE;
    font-family: Helvetica Neue;
	font-weight: 200;
    font-size: 12px;
    color: #000;
    line-height: 165%;
}

a {
	color: #FFF;
}



/* TOP */

	.topTitle{
		font-family: Cambria;
		color:black;
		font-size: 16pt;
		margin:0;
		padding:7.5px;
		text-align: left;
		text-shadow: 2px 2px 4px #CCC;
	}

#top2{
	display: none;
}

#nav2{
	display: none;
}

#top {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 50px;
	background-color: rgba(255, 255, 255, 1);
	text-align: right;
	vertical-align: middle;
	font-size: 28px;
	color:#666;
	margin-top:0px;
	z-index: 3000;
	padding:2px;
	border-bottom:solid 1px #CCC;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(128,128,128,0.8);
	-moz-box-shadow: 0px 5px 25px 0px rgba(128,128,128,0.8);
	box-shadow: 0px 5px 25px 0px rgba(128,128,128,0.8);
}

#top ul li
{
	display: inline;
	list-style-type: none;
	padding:2px;
	padding-right: 20px;
}

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

#top a:hover{
	color:#800000;
}
#topWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#topWrapper table{
	width: 100%;
}

#nav {
	text-align: right;
	width: 100%;
}

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

}

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

#nav a {
	font-family: Helvetica;
	text-transform: capitalize;
	text-decoration: none;
}

#nav li a:hover, #nav li.active a {
	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;
}

.pageTitle
{
	font-size: 60px;
	background: rgba(255, 255, 255, 0.7);
	color: black;
	position: absolute;
	padding:15px;
	top:175px;
	text-shadow: 2px 2px 4px #CCC;
}

.logoImage
{
	width: 300px;
	height:50px;
	background-repeat: no-repeat;
	background-position: center;
}

#pageimage
{
	height:500px;
	background-color:#FFF;
	background-image: url('../images/Logo02.jpg');
	background-position: center center;
	background-size: 75%;
	margin-bottom: 0;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0px -5px 25px 0px rgba(128,128,128,0.8);
	-moz-box-shadow: inset 0px -5px 25px 0px rgba(128,128,128,0.8);
	box-shadow: inset 0px -5px 25px 0px rgba(128,128,128,0.8);
}

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

#maincontentWrapper{
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
    background-color: #FFF;
}

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

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

#quicklinks table{
	width: 100%;
}

#quicklinks table tr td{
	text-align: center;
	width: 33%;
}

.quicklink
{
	color:#FFF;
	padding:15px;
	text-align: center;
	margin: auto;
}


.quicklink a{
	font-family: "Helvetica Neue";
	color:#FFF;
	font-weight:100;
	font-size: 18pt;
	text-decoration: none;
}


.qlImage1
{
	cursor: pointer;
	height: 200px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border: solid 1px #CCC; 
	border-radius: 125px;
	background-size: 150%;
	background: #663333 right center;
	-webkit-transition-property: background; /* Safari */
	-webkit-transition-duration: 0.7s; /* Safari */
	transition-property: background;
	transition-duration: 0.7s;
}

	.qlImage1 a
	{
		position: relative;
		top:45%
	}
	.qlImage1:hover
	{
		background:url('../images/bg2.jpg') right center;
	}

	.qlImage1:hover a{
		color: rgba(0,0,0,0);
	}

.qlImage2
{
	cursor: pointer;
	height: 200px;
	width: 200px;
	margin-right: auto; 
	margin-left: auto;
	margin-bottom: 15px;
	border: solid 1px #CCC; 
	border-radius: 125px;
	background-size: 150%;
	background: #663333 center center;
	-webkit-transition-property: background; /* Safari */
	-webkit-transition-duration: 0.7s; /* Safari */
	transition-property: background;
	transition-duration: 0.7s;
}
	.qlImage2 a
	{
		position: relative;
		top:45%
	}
	.qlImage2:hover
	{
		background:url('../images/bg3.jpg') center center;
	}

	.qlImage2:hover a{
		color: rgba(0,0,0,0);
	}

.qlImage3
{
	cursor: pointer;
	height: 200px;
	width: 200px;
	margin-right: auto; 
	margin-left: auto;
	margin-bottom: 15px;
	border: solid 1px #CCC; 
	border-radius: 125px;
	background-size: 150%;
	background: #663333 center center;
	-webkit-transition-property: background; /* Safari */
	-webkit-transition-duration: 0.7s; /* Safari */
	transition-property: background;
	transition-duration: 0.7s;
}
	.qlImage3 a
	{
		position: relative;
		top:45%
	}

	.qlImage3:hover
	{
		background:url('../images/map.png') center center;
	}

	.qlImage3:hover a{
		color: rgba(0,0,0,0);
	}
#footer {
	text-align: center;
	background: #111;
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 25px;
	padding-bottom:5px;
	height: 200px;
	width: 100%;
	font-family: Helvetica Neue, sans-serif;
	font-weight: 200;
	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;
	color:#663333;
	padding-bottom: 20px;
}


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

#footerWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

.footerbox {
	padding: 2px;
	width:300px;
	margin-right: 10px;
}

#footerMobil{
	display: none;
}

#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{
	width: 900px;
	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%;
}

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

h1 a, h2 a {
	text-decoration: none;
	color: #663333;
	text-shadow: 2px 2px 4px #CCC;
}

.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;
}

}
