

/* Reset ---------------------------------------- */
*
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	vertical-align: baseline;
	background: transparent;
	position: relative;
	font-weight: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html { overflow-y: scroll; }

html, body
{
	margin: 0;
	width: 100%;
	height: 100%;
}

body
{
	background: #fff;
	font: 14px/1.3;
	line-height:20px;
	font-family:arial;
	color: #000;
}


@font-face {
  font-family: "Myriad";
  src: local("â˜ºï¸Ž"), url("fonts/myriad-set-pro_thin.woff") format("woff"), url("fonts/myriad-set-pro_thin.ttf") format("truetype");
}

.title{font-family:"Myriad", Arial; color:#333; line-height:28px; font-size:26px; text-transform:uppercase;  }
.subtitle{font-family:"Myriad", Arial; color:#333; line-height:25px; font-size:20px; }
.content{margin:15px; text-align:justify;}

.icon-enlarge{position:absolute; bottom:0px; right:20px; display:block; z-index:200; bottom:10px;}


/* responsive image */

img.diagram {
	margin:0px auto;
}

img {
	max-width: 100%;
	height: auto;
}

@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}


:focus { outline: 0; }

a:link, a:visited
{
	text-decoration: none;
	color: #111;
}

a:hover { color: #fd3f3f; }
a.selected { color: #fd3f3f; }
iframe { overflow: hidden; }

/* Clearfix
---------------------------------------- */

.group:before, .group:after
{
	content: "";
	display: table;
}

.group:after { clear: both; }
.group { *zoom: 1; }

/* Headings ---------------------------------------- */
h1,h2,h3,h4,h5,h6 { margin-bottom: 10px; }
h1 { font-size: 64px; }

p
{
	font: 14px arial, sans-serif;
	color: #333;
	font-weight: 400;
	line-height:25px;
	margin-bottom: 18px;
}

h1
{
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;

}

h2, h3
{
	color: #aaa;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 20px;
}

h2
{
	font-size: 32px;
	letter-spacing: -3px;
}

h4
{
	font-size: 13px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 12px;
}

h5
{
	font-size: 12px;
	color: #111;
}

strong { font-weight: 700; }
ol { margin-left: 25px; }

ol li
{
	font: 13px/1.35 "Fira Mono", sans-serif;
	margin-bottom: 20px;
}


.intro
{
	border: none;
	background: #fff;
	height: 100%;
	width: 100%;
	z-index: 9;
	position: fixed;
	display: none;
}

.intro img { width: 30%; }


.social
{
	width: 100%;
	text-align: center;
	font-size: 0.75em;
	clear: both;
	padding-top: 80px;
}

#about .social
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 0;
}

.social img
{
	height: 30px;
	display: inline-block;
	margin: 10px auto;
}

.social img:hover
{
	opacity: 0.3;
	cursor: pointer;
}

.minmax
{
	position: fixed;
	bottom: 0;
	left: 410px;
	z-index: 3;
}

.min, .max
{
	width: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.max { display: none; }



button,
input,
optgroup,
select,
textarea
{
	color: inherit;
	font: inherit;
	margin: 0;
}

button { overflow: visible; }
button,
select { text-transform: none; }

button,
html input[type="button"], 
input[type="reset"],
input[type="submit"]
{
	-webkit-appearance: none;
	cursor: pointer;
}

input { line-height: normal; }

textarea
{
	overflow: auto;
	display: block;
}

input, textarea, select
{
	background: #eee;
	margin-bottom: 10px;
	width: 100%;
	font: 13px/1.4 "Fira Mono", sans-serif;
	padding: 5px;
	color: #111;
	border: 1px solid #ccc;
}

label
{
	display: block;
	font: 13px/1.4 "Fira Mono", sans-serif;
	text-align: left;
}

button[type=submit]
{
	background: #000;
	color: #fff;
	padding: 10px 15px 6px;
	margin-bottom: 20px;
}

.cbox
{
	display: block;
	padding-left: 25px;
	text-indent: -25px;
	font: 10px/1.3 #000;
}

.cbox input
{
	width: 23px;
	height: 12px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
	background: #fff;
}

label.error
{
	font-size: 10px !important;
	color: #c8707b !important;
	line-height: 1;
	margin-bottom: 5px;
	display: block;
	clear: both;
}

input.error, textarea.error, select.error { background: #FEDDD9; }

#myMap
{
	width: 100%;
	height: 100%;
	margin-top: 40px;
}

#myMap img { max-width: none; }
p.credit { font-size: 9px; }

@media all and (max-width: 768px)
{
		

	.content
	{
		left: 0;
		position: relative;
		width: 90%;
		min-height: auto;
		padding: 10px;
		line-height:25px;
	}
	
}

@media all and (min-width: 600px) and (max-width: 1200px)
{

	.content{ padding:20px; width:95%; line-height:22px;}
	p{font-size:16px;}
}
