@charset "utf-8";
 @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,700,800,400,600&subset=latin,greek);
html {
	width:100%;
	height:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	padding:0;
	margin:20px;
	color:#999;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
 

}

/* width */
.cell-inner::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.cell-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.cell-inner::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* Handle on hover */
.cell-inner::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}


strong, b {
	font-weight:600;
}
/* ----anchor---- */
a, a:link {
	color:#00AEEF;
	text-decoration:none;
}
a:hover, a:active {
	color:#EEDC00;
	text-decoration:none;
}
p {
	line-height:20px;
	font-size:13px;
	margin-bottom:10px;
}
h1 {
	margin:0 0 40px 0;
}
h3 {
	margin:20px 0 10px 0;
	font-size:13px;
}
h4 {
	margin:20px 0 0px 0;
}
h4 span {
	font-weight:100;
	padding: 2px 5px;
	background: #f5f5f5;
	color: #999;
}
img {
	width:100%;
}
figure {
	display: block;
	padding: 0px;
	margin-bottom: 25px;
	margin-top: 10px;
	position: relative;
}
figure img {
	outline: 1px solid #eee;
}
/* ----aside---- */
aside {
	position:fixed;
	top:0;
	left:20px;
	width:192px;
	height: 100%;
	display: inline-block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size:12px;
}
.desc {
	color:#ccc;
}
.desc:hover {
	color:#EEDC00;
}
nav .logo {
	width:51px;
	text-align:left;
	text-decoration:none;
	margin:10px 0;
	display:block;
	font-weight: bold;
	color:#eedc00;
	text-shadow: #d8d8d8 0px 1px 0px;
}
nav ul {
	margin:10px 5px;
}
nav ul li a, nav ul li a:link {
	color:#999;
	text-decoration:none;
	margin:2px 0;
	padding:2px 0;
	display:block;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
nav ul li a:hover {
	text-decoration:none;
	color:#eedc00;
}
nav ul li.active a {
	color:#00aeef;
}
.copy {
	padding-bottom:20px;
	font-size:12px;
}
.contact {
	padding:20px 0 0 0;
}
main {
	margin-left:220px;
	height: 100%;
	display: inline-block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.main-content {
	max-width:580px;
}
/* ----sections---- */

header {
	padding-top: 50px;
}
section p {
	margin:5px 0;
}
#top {
	margin-bottom:1500px;
}
table {
	width:100%;
	margin:20px 0;
	font-size:13px;
}
td {
	padding:5px 0;
}
label {
	display:block;
}
select {
	border:1px solid #00AEEF;
	padding:6px;
}
select:focus {
	border:1px solid #fff200;
}
 @media (min-width: 768px) {
.table {
	width:100%;
	height:100%;
	position: relative;
	display: table;
}
.row {
	display: table-row;
	position: relative;
	width:100%;
	vertical-align: top;
}
.cell {
	position: relative;
	display: table-cell;
	vertical-align: top;
}
.cell-inner {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position:relative;
}
.abs {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.h1 {
	height:215px;
}
.h2 {
	height:100px;
}
.h-full {
	height:100%;
}
section {
	margin:20px 0 600px;
}
.mobile-nav {
	display:none
}
}
 @media (max-width: 768px) {
 body {
	margin:10px;padding-top:100px;

}
main{margin:0;    
	  }
body {
	margin:10px; position:relative;
 }
aside {
	position:fixed;
	right:10px;
	top: 0;
	width: 100%;
	left: 0;
	background: #fff;
	z-index: 1000;
	height: 80px;
	-webkit-backface-visibility: hidden;
}
nav .logo {
	margin: 0 10px;
	width: 30px;
}
nav h2 {
	display: none;
}
nav h4 {
	display:none;
}
aside .row.h2 {
	position: absolute;
	top: 40px;
	right: 10px;
	text-align:right;
}
.contact {
	margin:0;
	padding:0;
}
.copy {
	display:none;
}
.mobile-nav {
	display:block;
	position: absolute;
	top:5px;
	right:10px;
	z-index:3;
}
.row.h-full {
	display:none;
}
 
h1 {
	margin:0;
}
section {
	margin:20px 0 60px;
}
header {
	padding-top: 100px;
}
td {
	display: inline-block;
	width: 45%;
}
nav ul li {
	margin:3px 0;
}
nav ul li a, nav ul li a:link {
	padding:5px 0;
	font-size:13px;
}
}

