<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body {
	font-size: 100%;
	font-weight: 300;
	color: #888;
	width: 100%;
}
img {
	max-width: 100%;
}
nav {
	border: 0;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	text-align: left;
	margin-left: 30px;
}
header {
	display: block;
	background-image: url(../../img/banner.png);
	background-repeat: no-repeat;
position: relative;
	margin: 0 auto;
	width: 850px;
	height: 220px;
	

}

.small-grid .pencil {
	background-image: url(../../images/01-52.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 40px;
	width: 40px;
	margin: 10px 0 0 5px;
	display: none !important;
}
.small-grid .headphones {
	background-image:url(../../images/headphones.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 40px;
	width: 40px;
	margin: 10px 0 0 5px;
}
.head_number {
	display: block;
	width: 15px;
	height: 20px;
	color: #000;
	text-align: center;
	position: relative;
	left: 12px;
	font-family: 'PFTransport-Regular';
	top: 10px;
	font-weight: 600;
}
.small-grid .cd {
	background-image: url(../../images/cd-9.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 40px;
	width: 40px;
	margin: 10px 0 0 5px;
}
.small-grid .exer_number {
	margin: 15px 0 0 5px;
}
.number {
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	position: relative;
	font-family: "PFCentroSlabPro-Medium";
	font-weight: bold;
	border-radius: 50%;
	line-height: 1.4em;
	background-color: #69c8c7;
	color: #ffff;
	font-size: 23px;
}
.small-grid, .item-grid {
	width: 80%;
	padding: 0;
	margin: 0;
}
.item-grid li {
	list-style-type: none;
	margin: 0 17px 40px 15px;
	padding: 0;
	display: inline-block;
 *display: inline;
	zoom: 1;
	vertical-align: top;
}
.small-grid li {
	/*border: 1px solid rgba(0, 0, 0, 0.2);*/
	list-style-type: none;
	padding: 0;
	display: inline-block;
 *display: inline;
	zoom: 1;
	vertical-align: top;
}
.small-grid .left {
	margin: 5px -28px 0 -5px;
	height: auto;
	text-align: center;
}
.small-grid .center {
	margin: 20px 0 0 5px;
	height: auto;
}

/*---------------- header -----------------------*/
.container {
	width: 900px;
	display: block;
	text-align: center;
	background: #FFF;

	border-radius: 5px;

	
		

}
section {
	width: 900px;
	margin: 0 auto;
	background: #FFF;
}
.prosfonisi &gt; p {
	line-height: 1.3em;
	color: #014a7c;
	font-size: 20px;
	font-weight: normal;
	font-family: 'PFCentroSlabPro-Medium';
	text-align: left;
}

/*-------------------title--------------------------*/
.column {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin: 3% auto;
	position: relative;
	width: 40%;
	
}
.column.image {
background: url(../../img/units.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 400px;
	position: relative;
	
	
}

a &gt; .link{
	width: 355px;
height: 80px;
border-color:transparent !important;
border: 1px solid;
display: inline-block;
	
	
}
.box1 {
  position: relative;
 left: -22px;
	top: 66px;
}
.box2 {
  position: relative;
top: 66px;
}
.box3 {
  position: relative;
  left: -22px;
	top: 97px;
}
.box4 {
  position: relative;
 top: 97px;
}
.box5 {
  position: relative;
  top: 127px;
  left: -22px;
}
.box6 {
  position: relative;
  top: 127px;
}
.clearfix {
	width: 100%;
	clear: both;
	height: 20px;
}
a.btn {
  width: 270px;
position: relative;
height: 55px;
display: block;
border: 1px solid;
margin: 15px;
border-radius: 3px;
}
footer {
	left: 0;
	bottom: 0;
	
	width: 100%;
	overflow: hidden;
}

#simp .simp-controls3c{
	padding:15px;


  width: 355px !important;
top: 315px !important;
background: #3498db;
left: 151px !important;
position: sticky !important;
}
a.btn {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
a.btn:hover, .btn:focus {
  color: #fff;
  outline: 0;
}

.first {
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
.first:hover {
  box-shadow: 0 0 40px 40px #e74c3c inset;
}

.second {
  border-radius: 3em;
  border-color: #1abc9c;
  color: #fff;
  background-image: linear-gradient(to right, rgba(26, 188, 156, 0.6), rgba(26, 188, 156, 0.6) 5%, #1abc9c 5%, #1abc9c 10%, rgba(26, 188, 156, 0.6) 10%, rgba(26, 188, 156, 0.6) 15%, #1abc9c 15%, #1abc9c 20%, rgba(26, 188, 156, 0.6) 20%, rgba(26, 188, 156, 0.6) 25%, #1abc9c 25%, #1abc9c 30%, rgba(26, 188, 156, 0.6) 30%, rgba(26, 188, 156, 0.6) 35%, #1abc9c 35%, #1abc9c 40%, rgba(26, 188, 156, 0.6) 40%, rgba(26, 188, 156, 0.6) 45%, #1abc9c 45%, #1abc9c 50%, rgba(26, 188, 156, 0.6) 50%, rgba(26, 188, 156, 0.6) 55%, #1abc9c 55%, #1abc9c 60%, rgba(26, 188, 156, 0.6) 60%, rgba(26, 188, 156, 0.6) 65%, #1abc9c 65%, #1abc9c 70%, rgba(26, 188, 156, 0.6) 70%, rgba(26, 188, 156, 0.6) 75%, #1abc9c 75%, #1abc9c 80%, rgba(26, 188, 156, 0.6) 80%, rgba(26, 188, 156, 0.6) 85%, #1abc9c 85%, #1abc9c 90%, rgba(26, 188, 156, 0.6) 90%, rgba(26, 188, 156, 0.6) 95%, #1abc9c 95%, #1abc9c 100%);
  background-position: 0 0;
  background-size: 100%;
  transition: background 300ms ease-in-out;
}
.second:hover {
  background-position: 100px;
}

.third {
  border-color: #3498db;
  color: #fff;
  box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db;
  transition: all 150ms ease-in-out;
}
.third:hover {
  box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
}

a.fourth {
  border-color: #f1c40f;
  color: #000 !important;
  background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
}
a.fourth:hover {
  background-position: 0;
}

a.fourth.active{ background:#f1c40f }
.fifth {
  border-color: #8e44ad;
  border-radius: 0;
  color: #8e44ad;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 150ms ease-in-out;
}
.fifth:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #8e44ad;
  z-index: -1;
  transition: width 150ms ease-in-out;
}
.fifth:hover {
  color: #fff;
}
.fifth:hover:after {
  width: 110%;
}

.sixth {
  border-radius: 3em;
  border-color: #2ecc71;
  color: #2ecc71;
  background-image: linear-gradient(to bottom, transparent 50%, #2ecc71 50%);
  background-position: 0% 0%;
  background-size: 210%;
  transition: background 150ms ease-in-out, color 150ms ease-in-out;
}
.sixth:hover {
  color: #fff;
  background-position: 0 100%;
}
</pre></body></html>