@font-face {
  font-family: "OpenSans_light";
	src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-Light.ttf')  format('truetype'),
	     url('fonts/opensans-light-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_bold";
  src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-Bold.ttf')  format('truetype'),
	     url('fonts/opensans-bold-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_boldItalic";
  src: url('fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-BoldItalic.ttf')  format('truetype'),
	     url('fonts/opensans-bolditalic-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_extraBold";
  src: url('fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-ExtraBold.ttf')  format('truetype'),
	     url('fonts/opensans-extrabold-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_extraBoldItalic";
  src: url('fonts/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-ExtraBoldItalic.ttf')  format('truetype'),
	     url('fonts/opensans-extrabolditalic-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_italic";
  src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-Italic.ttf')  format('truetype'),
	     url('fonts/opensans-italic-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_lightItalic";
  src: url('fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-LightItalic.ttf')  format('truetype'),
	     url('fonts/opensans-lightitalic-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_regular";
  src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-Regular.ttf')  format('truetype'),
	     url('fonts/opensans-regular-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_semiBold";
  src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-Semibold.ttf')  format('truetype'),
	     url('fonts/opensans-semibold-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_semiBoldItalic";
  src: url('fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-SemiBoldItalic.ttf')  format('truetype'),
	     url('fonts/opensans-semibolditalic-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "Calibri_regular";
  src: url('fonts/calibri.ttf')  format('truetype');
  }

html {
	height: 100%;
	width: 100%;
}
  
body {
	background: #eee;
	font-family: 'OpenSans_light', OpenSans_semiBold;
	font-size: 11px;
	color: #636363;
	height: 90%;
	width: 900px;
	margin: auto;
}

a {
    text-decoration: none;
    color: #434343;
}

h1 {
	text-decoration: none;
	font-family: Calibri, OpenSans_regular;
	font-weight: normal;
    color: #4d4d4d;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

#loading {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

#logo {
    position: fixed;
    left: 5px;
    bottom: 5px;
    display: block;
    height: 60px;
    width: 60px;
    background: url(img/logo.png) no-repeat;
    text-indent: -999em;
    text-decoration: none;
}

#container {
	position: absolute;
	top: 10%;
	width: 900px;
	height: auto;
	margin: auto;
}

#lang {
	position: absolute;
	right: 10px;
	top: -30px;
	font-family: OpenSans_semiBold;
	display: none;
}

#lang.gr:hover {
	color: #6FB5F7;
}

#lang.gr {
	color: #138AF8;
}

#lang.en:hover {
	color: #E76B6B;
}

#lang.en {
	color: #F11212;
}

.panel {
	box-shadow: 0 1px 0 #e0e0e0;
}

.show_more {
    font-size: 20px;
    font-family: openSans_semibold;
    margin-top: 5px; 
    color: #8D8D8D;
    position: absolute;
    cursor: pointer;
	//display: none;
	z-index: 100;
}

.show_less {
	font-size: 34px;
    font-family: openSans_light;
    margin-top: -8px; 
    color: #8D8D8D;
    position: absolute;
    cursor: pointer;
	//display: none;
	z-index: 100;
}

.more {
    background: #f8f8f8;
    position: absolute;
	border-top: 1px solid #eee;
	display: none;
}

.more .buttons {
	margin-top: 9px;
	margin-left: 2px;
}

.more .buttons img {
	width: 25px;
}

.more .skills{
	font-size: 16px;
	margin-left: 25px;
	width: 400px;
}

#interests {
	float: left;
	margin-top: -13px;
	margin-bottom: 16px;
	width: 448px;
	height: 327px;
	background: #fff;
	border-top: 1px solid #f2f2f2;
	display: none;
}

#interests h1 {
	position: absolute;
	width: 423px;
	margin-left: 25px;
	margin-top: 20px;
	font-size: 40px;
	line-height: 1;
}

#interests ul {
	float: left;
	overflow: hidden;
	position: absolute;
	width: 180px;
	margin-left: 25px;
	margin-top: 98px;
	font-size: 20px;
	line-height: 1.5;
	color: #4d4d4d;
}

#line {
	position: absolute;
	margin-top: 16px;
	margin-left: 8px;
	width: 180px;
	height: 2px;
}

.wd {
	background: #00adee;
}

.gd {
	background: #ae005c;
}

.pr {
	background: #ffc600;
}

.gu {
	background: #00c0c3;
}

.ci {
	background: #b1dc58;
}

.mu {
	background: #0496b2;
}

#wheel {
	margin-top: 75px;
	margin-right: 10px;
	float: right;
	width: 225px;
	height: 225px;
	background: url(img/wheel.jpg) no-repeat;
}

.circles {
	position: absolute;
    width: 90px;
    height: 90px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
	-o-border-radius: 100%;
    border-radius: 100%;
    background: transparent;
}

#circle_container {
	position: static!important;
	float: right!important;
	margin-right: 42px;
	margin-top: 90px!important;
}

#border_circle {
	height: 200px;
	width: 200px;
	margin-top: -10px;
	margin-left: -10px;
	border: 10px solid #f2f2f2;
	background: none;
}

#bc_circle {
    height: 180px;
    width: 180px;
    border: 10px solid #4d4d4d;
    background: #4d4d4d;
}

#wd_circle {
	height: 180px;
    width: 180px;
    border: 10px solid #00adee;
}

#gd_circle {
	height: 160px;
    width: 160px;
    border: 10px solid #ae005c;
    margin-left: 10px;
    margin-top: 10px;
}

#gd_pie {
	width: 50px;
    height: 50px;
    overflow: hidden;
    margin-top: 59px;
    margin-left: -37px;
    -webkit-transform: rotate(313deg);
	-moz-transform: rotate(313deg);
	-o-transform: rotate(313deg);
	transform: rotate(313deg);
}

#gd_pieSlice {
	height: 180px;
    width: 180px;
    background: #4d4d4d;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	-o-border-radius: 50%;
    border-radius: 50%;
}

#pr_circle {
	height: 140px;
    width: 140px;
    border: 10px solid #ffc600;
    margin-left: 20px;
    margin-top: 20px;
}

#pr_pie {
	width: 70px;
    height: 70px;
    overflow: hidden;
    margin-top: 36px;
    margin-left: -29px;
    -webkit-transform: rotate(314deg);
	-moz-transform: rotate(314deg);
	-o-transform: rotate(314deg);
	transform: rotate(314deg);
}

#pr_pieSlice {
	height: 160px;
    width: 160px;
    background: #4d4d4d;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	-o-border-radius: 50%;
    border-radius: 50%;
}

#gu_circle {
	height: 120px;
    width: 120px;
    border: 10px solid #00c0c3;
    margin-left: 30px;
    margin-top: 30px;
}

#ci_circle {
	height: 100px;
    width: 100px;
    border: 10px solid #b1dc58;
    margin-left: 40px;
    margin-top: 40px;
}

#ci_pie {
	width: 60px;
    height: 60px;
    overflow: hidden;
    margin-top: 19px;
    margin-left: -23px;
    -webkit-transform: rotate(316deg);
	-moz-transform: rotate(316deg);
	-o-transform: rotate(316deg);
	transform: rotate(316deg);
}

#ci_pieSlice {
	height: 120px;
    width: 120px;
    background: #4d4d4d;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	-o-border-radius: 50%;
    border-radius: 50%;
}

#mu_circle {
	height: 80px;
    width: 80px;
    border: 10px solid #0496b2;
    margin-left: 50px;
    margin-top: 50px;
}

#mu_pie {
	width: 65px;
	height: 65px;
	overflow: hidden;
	margin-top: 8px;
	margin-left: -18px;
	-webkit-transform: rotate(314deg);
	-moz-transform: rotate(314deg);
	-o-transform: rotate(314deg);
	transform: rotate(314deg);
}

#mu_pieSlice {
	height: 100px;
    width: 100px;
    background: #4d4d4d;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	-o-border-radius: 50%;
    border-radius: 50%;
}

#skills{
	float: right;
	margin-top: -13px;
	margin-bottom: 30px;
	width: 448px;
	height: 658px;
	background: #fff;
	border-top: 1px solid #f2f2f2;
	display: none;
}

#skills .show_more {
	margin-left: 423px;
}

#skills .show_less {
	margin-left: 423px;
}

#skills .more {
	width: 448px;
	//height: 55px;
	height: 75px;
	margin-top: 658px;
}

#skills h1 {
	position: absolute;
	width: 423px;
	margin-left: 25px;
	margin-top: 20px;
	font-size: 40px;
	line-height: 1;
}

#skills ul {
	position: absolute;
	margin-top: 67px;
	margin-left: 25px;
}

#skills li {
	margin-top: 10px;
	width: 398px;
	height: 42px;
}

#skills li:nth-child(odd) {
	background: #f2f2f2;
}

#skills li:nth-child(even) {
	background: #4d4d4d;
}

#skills li p {
	position: absolute;
	width: 382px;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 30px;
	line-height: 1;
}

#skills li:nth-child(odd) p {
	color: #4d4d4d;
}

#skills li:nth-child(even) p {
	color: #f2f2f2;
}

#links {
	float: left;
	margin-top: -13px;
	width: 337px;
	height: 148px;
	background: #fff;
	border-top: 1px solid #f2f2f2;
	display: none;
}

#links .show_more {
	margin-left: 312px;
}

#links .show_less {
	margin-left: 312px;
}

#links .more {
	height: 41px;
    width: 337px;
    margin-top: 148px;
}

#links h1 {
	position: absolute;
	width: 312px;
	margin-left: 25px;
	margin-top: 20px;
	font-size: 40px;
	line-height: 1;
}

.buttons {
	position: absolute;
	width: 337px;
	margin-top: 74px;
}

.buttons a:first-child {
	margin-left: 15px;
}

.buttons a {
	margin-left: -6px;
}

.buttons img {
	margin-left: 7px;
}

#cv {
	float: left;
	margin-top: -13px;
	margin-left: 3px;
	width: 108px;
	height: 148px;
	background: #fff;
	border-top: 1px solid #f2f2f2;
	display: none;
}

#cv h1 {
	position: absolute;
	width: 83px;
	margin-left: 25px;
	margin-top: 20px;
	font-size: 40px;
	line-height: 1;
}


	.mob body { 
		width: 100%; 
	}
	
	.mob #container {
		position: static;
		margin-top: 20px;
		height: 1168px;
		width: 448px;
	}
	
	.mob #lang {
		position: static;
		float: right;
		padding-bottom: 17px;
		padding-right: 5px;
		margin-top: -10px;
	}
	
	.mob #skills {
		margin-bottom: 16px;
	}
	
	.mob #cv .buttons {
		width: 108px;
	}
	
	.mob #logo {
		position: static;
		margin: auto;
		padding-bottom: 30px;
		height: 100px;
		width: 100px;
		background: url(img/logo_mob.png) no-repeat;
	}
