@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700&subset=latin,greek-ext,greek,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,greek-ext,greek,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700,500,300,100&subset=latin,greek-ext,latin-ext);

@font-face {
	font-family: 'Conv_Lato-Thin';
	src: url('../fonts/Lato-Thin.eot');
	src: local('☺'), 
	url('../fonts/Lato-Thin.woff') format('woff'), 
	url('../fonts/Lato-Thin.ttf') format('truetype'), 
	url('../fonts/Lato-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }
/*body, html, #container-ctrl {
  height: 100%; min-height: 100%;
}*/

body {
	/*background: #121212;  ### */
	color: rgba(255,255,255,0.8);
	font-size: 100%;
	line-height: 1.25;
	font-family: 'Ubuntu Mono', Arial, sans-serif;
}
a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: rgba(0,255,255,1.0);
}

.website-header {
	margin: 0 auto;
	padding: 1em 1em;
	text-align: center;
	color: rgba(153,153,153,0.35);
}

.website-header h1 {
	margin: 0;
	font-weight: 400;
	font-size: 2.5em;
}

.website-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 0.6em;
	opacity: 0.7;
}

/* To Navigation Style */
.website-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.00em;
	line-height: 2.2;
}

.website-top a {
	display: inline-block;
	padding: 0 0.5em;
	text-decoration: none;
	letter-spacing: 1px;
}

.website-top span.right {
	float: right;
}

.website-top span.right a {
	display: block;
	float: left;
}

section {
	padding: 2em 2em 5em;
	/*background: #25282c;  ### */
	/*background-image:url(../images/pattern2.png);
	background-repeat:repeat;*/
	text-align: center;
}
.section-ctrl{width: 50%; margin: 0 auto; text-align:left;}

.container-ctrl{
	position:absolute;
	z-index:1;
	width:100%;
	top: -70px;
	left: 5px;}
	
.container2-ctrl{
	position:absolute;
	z-index:1;
	width:100%;
	top: -20px;
	left: 0px;}

section.related {
	padding: 1em 1em 1em;
	/*background: #465650; ### */
	color: rgba(0,0,0,0.4);
	font-size: 1.1em;
}

.related > a {
	max-width: 80%;
	border: 2px solid rgba(0,0,0,0.3);
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

.related a:hover {
	border-color: rgba(0,0,0,0.6);
}

.related a img {
	max-width: 100%;
	opacity: 0.4;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	font-weight: 400;
	font-size: 0.75em;
	text-align: left;
}
.text1-ctrl{font-size:0.5em; font-weight:300; font-family:'Open Sans Condensed', serif; color:#00ffff;
	/*text-shadow: 1px 1px 0 #111,
	-2px -2px 0 #111,  
	1px -1px 0 #111,
	-2px 2px 0 #111,
	2px 2px 0 #111;*/}
.text2-ctrl{ font-family:'Open Sans Condensed', serif; font-size:0.4em; font-weight:300; letter-spacing:1px; padding-bottom:5px;}
.text3-ctrl{ font-size:1.6em; font-weight:700;
	color:#fff;
	-webkit-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
	cursor:pointer;}
.text3-ctrl:hover,
.text3-ctrl:focus {
	color:#00ffff;
}
.text4-ctrl{font-size:0.8em; font-weight:300; font-family:'Ubuntu Mono', serif; color:#00ffff; color:#CCC;
	text-shadow: 1px 1px 0 #111,
	-2px -2px 0 #111,  
	1px -1px 0 #111,
	-2px 2px 0 #111,
	2px 2px 0 #111;}
.text5-ctrl{font-size:2.8em; font-weight:300; color:#00ffff; line-height:38px;
	text-shadow: 1px 1px 0 #111,
	-2px -2px 0 #111,  
	1px -1px 0 #111,
	-2px 2px 0 #111,
	2px 2px 0 #111;}
.text6-ctrl{font-size:1.8em; font-weight:300; text-align:left;
	/*text-shadow: 1px 1px 0 #111,
	-2px -2px 0 #111,  
	1px -1px 0 #111,
	-2px 2px 0 #111,
	2px 2px 0 #111;*/}
.text6-ctrl1{font-size:1.8em; color:#0FF; font-weight:700;}
.text7-ctrl1{font-size:1.8em; color:#99ff00; font-weight:700;}
.text8-ctrl1{font-size:1.8em; color:#ffff00; font-weight:700;}
	
.seperator1-ctrl{height:50px; width:100%;}
.seperator2-ctrl{height:10px; width:100%;}
/* tooltip styling */
#jQuery-tooltip{
	max-width:300px;
	z-index:9999;
	margin:24px 14px 7px 12px;
	padding:8px;
	background:#222; /* fallback if rgba not supported */
	background:rgba(0,0,0,0.7);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:0.9em;
	/*-moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
	box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);*/
	color:#c2c2c2;
}

@media screen and (max-width: 44.75em) {
	section { padding: 1em 2em; }
}

@media screen and (max-width: 25em) {
	.website-header { font-size: 0.8em; }
	section.related { font-size: 1.0em; }
	.website-icon span { display: none; }
}

/* Overlay style */
.overlay {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,255,255,0.9); /* ### background: rgba(153,204,51,0.9); */
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/close.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #ffff00;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}
/* Adjust form for smaller screens */
@media screen and (max-width: 44.75em) {
	.text5-ctrl{font-size:2.1em;
	}
	.section-ctrl{width: 80%;}
	.container-ctrl{top: -50px;}
	.text2-ctrl{ font-size:0.5em;}

@media screen and (max-width: 33.5625em) {
		.text5-ctrl{font-size:1.7em;
	}
		.section-ctrl{width: 100%;}
		.container-ctrl{top: -30px;}
		.text2-ctrl{ font-size:0.6em;}
}