/*RESET*/
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, font, 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 {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body { 
	font-size: 1.15em;
	line-height: 1.05em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background: #e7daac;
	background: linear-gradient(#f2e6db, #e7daac);
	color: #555;
}

a {
	color: #d2192b;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #e7daac;
}

.listActive a {	
	color: #e7daac;
	font-size: 1.07em;
	border-bottom: solid;
}

img {
	width: 100%;
}

header {
	background: #fff;
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #d2192b;
	z-index: 100;
}

#logo{
	margin: 8px;
	float: left;
	width: 200px;
	height: 64px;
	background: url(../img/logo2.jpg) no-repeat center;
	display: block;
}

nav {
	float: right;
	padding: 20px 6px 0px 2px;	
}

#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: #d2192b url(../img/menu-icon.png) center;
}

a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}

ul {
	list-style: none;
}

ul a{
	font-size: .85em;
	list-style: none;
}



li {
	display: inline-block;
	float: left;
	padding: 6px
}

.current {
	color: #d2192b;
}

section {
	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px
}

h1 {
	font-size: 2em;
	color: #d2192b;
	line-height: 1.15em;
	margin: 20px 0 ;
}

p {
	line-height: 1.45em;
	margin-bottom: 20px;
}

/*SECONDARY PAGES CLASSES*/

.headline{
	font-size: 2em;
	line-height: .5em;
	width: 460px;
}

.headline p{
	color: #fff; 
	line-height: .5em;
	font-family: "Arial Black", "Franklin Gothic Bold", "sans-serif";
}

.headline p:nth-of-type(2){
	color: #fff;
	text-align: right;
	font-size: .8em;
	line-height: .5em;
	font-family: "SignPainter";
}

.widgetside {
	padding: 8px;
	background-color: #fff;
}

.widgetside ul{
	
	list-style-type: circle;
	
}

.mapMed{
	display:block;
}

.mapSmall{
	display:none;
}

.homesections{
	padding: 0;
	margin: 0;
}

#lowerThumbsResponsive{
	display: none;
}

/*MEDIA QUERY*/
@media only screen and (max-width : 690px) {

	body{
		font-size: .7em;
	}
	
	header {
		position: absolute;
	}

	#menu-icon {
		display:inline-block;
	}

	nav ul, nav:active ul { 
		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 1px solid #444;
		right: 20px;
		top: 60px;
		width: 100%;
		border-radius: 4px 0 4px 4px;
	}

	nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}
  
  	nav li:hover{
      background: #ddd;
  }

	nav:hover ul {
		display: block;
	}

	#lowerThumbs{
		display:none;
	}
	
	#lowerThumbsResponsive{
		display: block;
	}
	
	.mapMed {
		display:none;
	}

	.mapSmall {
		display:block;
	}
	
	.headline{
		font-size: 2.5em;
		line-height: .5em;
		width: 330px;
	}

	.headline p{
		color: #fff; 
		line-height: .8em;
		font-family: "Arial Black", "Franklin Gothic Bold", "sans-serif";
	}

	.headline p:nth-of-type(2){
		color: #fff;
		text-align: right;
		font-size: .6em;
		line-height: .5em;
		font-family: "SignPainter";
	}
	
}