/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	/* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
	visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

body {
	background: #f0f0f0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: 300;
	line-height: 20px;
	color: #515355;
	background: #D08422 -webkit-radial-gradient(ellipse at top, #D08422 20%, #D08422 100%) 0 0 fixed;
	background: #D08422 radial-gradient(ellipse at top, #D08422 20%, #D08422 100%) 0 0 fixed;
}

body > .tm-page-bg {
	background: url('../images/salmon_darkblue_glow.jpg') 50% 0 fixed no-repeat;
}

[class*='width'] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wk-slideshow img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.wk-slideshow {
	visibility: hidden;
}

.wk-slideshow,
.wk-slideshow .slides {
	position: relative;
}

.wk-slideshow .slides,
.wk-slideshow .nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wk-slideshow .slides > li {
	position: absolute;
}

.wk-slideshow .nav li {
	cursor: pointer;
}

.wk-slideshow .nav span {
	display: block;
}

.wk-slideshow .next,
.wk-slideshow .prev {
	position: absolute;
	z-index: 5;
	cursor: pointer;
}

.wk-slideshow .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
}

.wk-slideshow .captions {
	display: none;
}

.wk-slideshow .caption,
.wk-slideshow .caption a {
	color: #fff;
}

.wk-slideshow .caption a {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.wk-slideshow .caption {
		font-size: 10px;
		line-height: 14px;
	}
}

.wk-gallery-avenue .nav {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: center;
	z-index: 5;
}

.wk-gallery-avenue .nav li {
	display: inline-block;
	margin-left: 3px;
}

.wk-gallery-avenue .nav li:first-child {
	margin-left: 0;
}

.wk-gallery-avenue .nav span {
	width: 20px;
	height: 20px;
	background: url("https://www.germanika-peristeri.edu.gr/media/widgetkit/widgets/gallery/styles/avenue/images/nav_icons.svg") 0 0 no-repeat;
	overflow: hidden;
}

.wk-gallery-avenue .nav span:hover {
	background-position: 0 -20px;
}

.wk-gallery-avenue .nav span:active {
	background-position: 0 -40px;
}

.wk-gallery-avenue .nav .active span {
	background-position: 0 -60px;
}

.wk-gallery-avenue > div {
	position: relative;
}

.wk-gallery-avenue > div:hover .next,
.wk-gallery-avenue > div:hover .prev {
	top: 50%;
	width: 50px;
	height: 52px;
	margin-top: -50px;
	background: url("https://www.germanika-peristeri.edu.gr/media/widgetkit/widgets/gallery/styles/avenue/images/buttons.svg") 0 0 no-repeat;
}

.wk-gallery-avenue > div:hover .prev {
	left: 30px;
	background-position: 0 0;
}

.wk-gallery-avenue > div:hover .prev:hover {
	background-position: 0 -60px;
}

.wk-gallery-avenue > div:hover .prev:active {
	background-position: 0 -120px;
}

.wk-gallery-avenue > div:hover .next {
	right: 30px;
	background-position: 0 -180px;
}

.wk-gallery-avenue > div:hover .next:hover {
	background-position: 0 -240px;
}

.wk-gallery-avenue > div:hover .next:active {
	background-position: 0 -300px;
}

@media (max-width: 480px) {

	.wk-gallery-avenue > div .prev,
	.wk-gallery-avenue > div .next {
		display: none !important;
	}
}

.wk-gallery-avenue .caption {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 0;
	padding: 15px 20px;
	background: rgba(48, 48, 48, 0.9);
	color: #fff;
	z-index: 5;
}

.wk-gallery-avenue .caption h1 {
	color: #fff;
}

.wk-gallery-avenue .caption a {
	text-decoration: none;
}

@media (max-width: 768px) {
	.wk-gallery-avenue .caption h1 {
		font-size: 28px;
	}
}

@media (max-width: 480px) {
	.wk-gallery-avenue .caption {
		display: none !important;
	}
}

#lightbox-loading {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
}

#lightbox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url("https://www.germanika-peristeri.edu.gr/media/widgetkit/widgets/lightbox/images/loading.png");
}

#lightbox-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
}

#lightbox-tmp {
	display: none;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
}

#lightbox-wrap {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
}

#lightbox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
	box-shadow: 0px 0px 15px #555;
}

#lightbox-content {
	position: relative;
	width: 0;
	height: 0;
	padding: 0;
	border: 0px solid #FFF;
	outline: none;
	overflow: hidden;
	z-index: 1102;
}

#lightbox-close {
	display: none;
	position: absolute;
	top: -17px;
	right: -17px;
	width: 34px;
	height: 34px;
	background: url("https://www.germanika-peristeri.edu.gr/media/widgetkit/widgets/lightbox/images/close.png") 0 0 no-repeat;
	cursor: pointer;
	z-index: 1103;
}

#lightbox-left,
#lightbox-right {
	display: none;
	position: absolute;
	top: 100px;
	bottom: 100px;
	width: 35%;
	outline: none;
	background: url("https://www.germanika-peristeri.edu.gr/media/widgetkit/widgets/lightbox/images/blank.gif");
	z-index: 1102;
	cursor: pointer;
}

#lightbox-left {
	left: 0px;
}

#lightbox-right {
	right: 0px;
}

#lightbox-left-ico,
#lightbox-right-ico {
	display: block;
	position: absolute;
	top: 50%;
	left: -9999px;
	z-index: 1102;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: url("https://www.germanika-peristeri.edu.gr/media/widgetkit/widgets/lightbox/images/buttons.png") 0 0 no-repeat;
	cursor: pointer;
}

#lightbox-right-ico {
	background-position: 0 -50px;
}

#lightbox-left:hover span {
	left: 30px;
}

#lightbox-right:hover span {
	left: auto;
	right: 30px;
}

#lightbox-title {
	font-size: 12px;
	z-index: 1102;
}

/*! CSS Used from: https://www.germanika-peristeri.edu.gr/templates/yoo_avenue/styles/salmon/css/bootstrap.css */
article,
footer,
nav,
section {
	display: block;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a:hover,
a:active {
	outline: 0;
}

img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
input {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button,
input {
	*overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button {
	-webkit-appearance: button;
	cursor: pointer;
}

button {
	cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h3 {
		page-break-after: avoid;
	}
}

body {
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #515355;
	background-color: #f0f0f0;
}

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

a:hover,
a:focus {
	color: #5b1512;
	text-decoration: underline;
}

p {
	margin: 0 0 10px;
}

strong {
	font-weight: bold;
}

h1,
h3 {
	margin: 10px 0;
	font-family: inherit;
	font-weight: normal;
	line-height: 20px;
	color: #262829;
	text-rendering: optimizelegibility;
}

h1,
h3 {
	line-height: 40px;
}

h1 {
	font-size: 38.5px;
}

h3 {
	font-size: 24.5px;
}

ul {
	padding: 0;
	margin: 0 0 10px 25px;
}

ul ul {
	margin-bottom: 0;
}

li {
	line-height: 20px;
}

form {
	margin: 0 0 20px;
}

input,
button {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

input,
button {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

input[type="search"] {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #4c5460;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}

input {
	width: 206px;
}

input[type="search"] {
	background-color: #f7f7f7;
	border: 1px solid rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

input[type="search"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}

input:-moz-placeholder {
	color: #94979a;
}

input:-ms-input-placeholder {
	color: #94979a;
}

input::-webkit-input-placeholder {
	color: #94979a;
}

input {
	margin-left: 0;
}

input:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}

input:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}

.nav {
	margin-left: 0;
	margin-bottom: 20px;
	list-style: none;
}

@media (max-width: 767px) {
	body {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	input {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	input {
		margin-left: 0;
	}
}

@media (max-width: 979px) {
	body {
		padding-top: 0;
	}
}

iframe {
	max-width: 100%;
}

input[type="search"] {
	border-radius: 0;
	box-shadow: none;
	height: 22px;
	line-height: 22px;
	color: #515355;
	border-radius: 2px;
	font-weight: inherit;
}

input[type="search"]:focus {
	box-shadow: none;
	border-color: rgba(0, 0, 0, 0.16);
	outline: 0;
	background: #ffffff;
}

body {
	padding-left: 0;
	padding-right: 0;
}

.nav {
	margin-top: 0;
}

.nav:not(.nav-list) {
	padding-left: 0;
}

button,
input {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.uk-search button,
.uk-search input,
.uk-button {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

li {
	line-height: 20px;
}

input.uk-search-field {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	line-height: normal;
	width: 220px;
	height: 35px;
	padding: 0 30px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: #ffffff;
	color: #515355;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	border-radius: 2px;
	background-clip: padding-box;
	font-weight: 300;
}

input.uk-search-field:focus {
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: #ffffff;
	box-shadow: none;
	outline: 0;
	border-color: rgba(0, 0, 0, 0.12);
	background-clip: padding-box;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/*! CSS Used from: https://www.germanika-peristeri.edu.gr/templates/yoo_avenue/styles/salmon/css/theme.css */
body {
	margin: 0;
}

article,
footer,
main,
nav,
section {
	display: block;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}

button,
input {
	color: inherit;
	font: inherit;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	overflow: visible;
}

button {
	text-transform: none;
}

button {
	-webkit-appearance: button;
	cursor: pointer;
}

button:disabled,
html input:disabled {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

::-moz-placeholder {
	opacity: 1;
}

body {
	background: #f0f0f0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: 300;
	line-height: 20px;
	color: #515355;
}

@media (max-width: 767px) {
	body {
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}

a {
	color: #b02923;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #5b1512;
	text-decoration: underline;
}

::-moz-selection {
	background: #B02923;
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background: #B02923;
	color: #ffffff;
	text-shadow: none;
}

img {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

p,
ul {
	margin: 0 0 15px 0;
}

* + p,
* + ul {
	margin-top: 15px;
}

h1,
h3 {
	margin: 0 0 15px 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: 400;
	color: #262829;
	text-transform: none;
}

* + h1 {
	margin-top: 25px;
}

h1 {
	font-size: 36px;
	line-height: 42px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
}

ul {
	padding-left: 30px;
}

ul > li > ul {
	margin: 0;
}

button,
input:not([type="radio"]):not([type="checkbox"]) {
	vertical-align: middle;
}

iframe {
	border: 0;
}

a:not([class]),
:not([class*='uk-nav']) a:not([class]) {
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.uk-grid:before,
.uk-grid:after {
	content: " ";
	display: table;
}

.uk-grid:after {
	clear: both;
}

.uk-grid {
	margin: 0 0 0 -20px;
	padding: 0;
	list-style: none;
}

.uk-grid > * {
	margin: 0;
	padding-left: 20px;
	float: left;
}

.uk-grid > * > :last-child {
	margin-bottom: 0;
}

.uk-grid + .uk-grid {
	margin-top: 20px;
}

@media (min-width: 1220px) {
	.uk-grid:not(.uk-grid-preserve) {
		margin-left: -20px;
	}

	.uk-grid:not(.uk-grid-preserve) > * {
		padding-left: 20px;
	}

	.uk-grid:not(.uk-grid-preserve) + .uk-grid {
		margin-top: 20px;
	}
}

[class*='uk-width'] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.uk-width-1-1 {
	width: 100%;
}

@media (min-width: 768px) {
	.uk-width-medium-1-1 {
		width: 100%;
	}

	.uk-width-medium-1-2 {
		width: 50%;
	}

	.uk-width-medium-1-3 {
		width: 33.333%;
	}
}

.uk-panel {
	display: block;
	position: relative;
}

.uk-panel:before,
.uk-panel:after {
	content: " ";
	display: table;
}

.uk-panel:after {
	clear: both;
}

.uk-panel > :not(.uk-panel-title):last-child {
	margin-bottom: 0;
}

.uk-panel-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	text-transform: none;
	color: #262829;
}

.uk-panel-box {
	padding: 25px;
	background: #ffffff;
	color: #515355;
}

.uk-panel-box .uk-panel-title {
	color: #262829;
}

.uk-panel-box-primary {
	background-color: #B02923;
	color: #ffe3de;
}

.uk-panel-box-primary .uk-panel-title {
	color: #ffffff;
}

.uk-panel-box-secondary {
	background-color: #f7f7f7;
	color: #515355;
}

.uk-panel-box-secondary .uk-panel-title {
	color: #262829;
}

.uk-article:before,
.uk-article:after {
	content: " ";
	display: table;
}

.uk-article:after {
	clear: both;
}

.uk-article > :last-child {
	margin-bottom: 0;
}

.uk-article-title {
	font-size: 36px;
	line-height: 42px;
	font-weight: 300;
	text-transform: none;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.uk-nav,
.uk-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.uk-nav li > a {
	display: block;
	text-decoration: none;
}

.uk-nav > li > a {
	padding: 5px 25px;
}

.uk-nav ul {
	padding-left: 15px;
}

.uk-nav ul a {
	padding: 2px 0;
}

ul.uk-nav-sub {
	padding: 5px 0 5px 25px;
}

.uk-nav-navbar > li > a {
	color: #515355;
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
	background: rgba(0, 0, 0, 0.03);
	color: #1f2021;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.uk-nav-offcanvas > li > a {
	color: #cccccc;
	padding: 10px 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
	background: #2a2e35;
	color: #ffffff;
	outline: none;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
	background: #08090b;
	color: #ffffff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.uk-nav-offcanvas ul a {
	color: #cccccc;
}

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
	color: #ffffff;
}

.uk-nav-offcanvas {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.uk-nav-offcanvas .uk-nav-sub {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.uk-navbar {
	background: #B02923;
	color: rgba(255, 255, 255, 0.5);
	background-image: -webkit-linear-gradient(top, #2f3138, #1f2227);
	background-image: linear-gradient(to bottom, #2f3138, #1f2227);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

.uk-navbar:before,
.uk-navbar:after {
	content: " ";
	display: table;
}

.uk-navbar:after {
	clear: both;
}

.uk-navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.uk-navbar-nav > li {
	float: left;
	position: relative;
}

.uk-navbar-nav > li > a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	height: 55px;
	padding: 0 20px;
	line-height: 55px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
	font-family: 'Open Sans';
	font-weight: 300;
}

.uk-navbar-nav > li > a[href='#'] {
	cursor: text;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus {
	background-color: rgba(2, 3, 4, 0.1);
	color: #ffffff;
	outline: none;
	position: relative;
	z-index: 1;
	box-shadow: inset 0 2px 4px rgba(16, 17, 19, 0.2);
}

.uk-navbar-nav > li > a:active {
	background-color: rgba(0, 0, 0, 0.3);
	color: #b02923;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.uk-navbar-nav > li.uk-active > a {
	background-color: #923c1b;
	color: #ffffff;
	background-origin: border-box;
	background-image: -webkit-linear-gradient(top, #d08422, #b02923);
	background-image: linear-gradient(to bottom, #d08422, #b02923);
}

.uk-navbar-content,
.uk-navbar-toggle {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 55px;
	padding: 0 20px;
	float: left;
}

.uk-navbar-content:before,
.uk-navbar-toggle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.uk-navbar-toggle {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.6);
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

.uk-navbar-toggle:after {
	content: "\f0c9";
	font-family: FontAwesome;
	vertical-align: middle;
}

.uk-navbar-center {
	float: none;
	text-align: center;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.uk-navbar-nav > li > a {
	text-transform: none;
}

.uk-subnav {
	padding: 0;
	list-style: none;
	font-size: 0.001px;
}

.uk-subnav > li {
	position: relative;
	font-size: 1rem;
	vertical-align: top;
}

.uk-subnav > li,
.uk-subnav > li > a {
	display: inline-block;
}

.uk-subnav > li:nth-child(n+2) {
	margin-left: 10px;
}

.uk-subnav > li > a {
	color: #b02923;
}

.uk-subnav > li > a:hover {
	color: #5b1512;
}

.uk-subnav-line > li:nth-child(n+2):before {
	/*
	content: "";
	display: inline-block;
	height: 10px;
	margin-right: 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.07);
*/
}

.uk-button {
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	border: none;
	line-height: 30px;
	min-height: 30px;
	font-size: 13px;
	padding: 0 12px;
	background: #ffffff;
	color: #515355;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 2px;
	background-origin: border-box;
	background: #f5f5f5;
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
	background-image: linear-gradient(to bottom, #f9f9f9, #f0f0f0);
	font-weight: 300;
	text-transform: none;
}

.uk-button:hover,
.uk-button:focus {
	background-color: #f7f7f7;
	color: #515355;
	outline: none;
	text-decoration: none;
	border-color: rgba(0, 0, 0, 0.16);
	background-image: none;
}

.uk-button:active {
	background-color: #f5f5f5;
	color: #515355;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.uk-button-primary {
	background-color: #B02923;
	color: #ffffff;
	background-image: -webkit-linear-gradient(top, #d08422, #b02923);
	background-image: linear-gradient(to bottom, #d08422, #b02923);
}

.uk-button-primary:hover,
.uk-button-primary:focus {
	background-color: #cb5a2e;
	color: #ffffff;
	background-image: none;
}

.uk-button-primary:active {
	background-color: #a14725;
	color: #ffffff;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.uk-button:disabled {
	background-color: #f7f7f7;
	color: #94979a;
	background-image: none;
	box-shadow: none;
}

[class*='uk-icon-'] {
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.uk-icon-button {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.08);
	line-height: 35px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	border: 0;
	background-image: none;
}

.uk-icon-button:hover,
.uk-icon-button:focus {
	background-color: rgba(0, 0, 0, 0.16);
	color: #ffffff;
	text-decoration: none;
	outline: none;
	background-image: none;
}

.uk-icon-button:active {
	background-color: #B02923;
	color: #ffffff;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.uk-icon-home:before {
	content: "\f015";
}

.uk-icon-key:before {
	content: "\f084";
}

.uk-icon-phone:before {
	content: "\f095";
}

.uk-icon-facebook:before {
	content: "\f09a";
}

.uk-icon-sitemap:before {
	content: "\f0e8";
}

.uk-icon-rocket:before {
	content: "\f135";
}

.uk-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1020;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	margin-top: 5px;
	padding: 15px;
	background: #ffffff;
	color: #515355;
	font-size: 1rem;
	vertical-align: top;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.06);
}

.uk-dropdown .uk-nav {
	margin: 0 -15px;
}

@media (min-width: 768px) {
	.uk-dropdown:not(.uk-dropdown-stack) > .uk-grid {
		margin-left: -15px;
		margin-right: -15px;
	}

	.uk-dropdown:not(.uk-dropdown-stack) > .uk-grid > [class*='uk-width-'] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.uk-dropdown > .uk-grid > [class*='uk-width-'] {
		width: 100%;
	}
}

.uk-dropdown-navbar {
	margin-top: 6px;
	background: #ffffff;
	color: #515355;
	left: -1px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background-clip: padding-box;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.06);
}

.uk-offcanvas {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: rgba(16, 17, 19, 0.1);
}

.uk-offcanvas-bar {
	/*
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 1001;
	width: 270px;
	max-width: 100%;
	background: #1f2227;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
*/
}

.uk-offcanvas-bar:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6);
}

.uk-tooltip {
	display: none;
	position: absolute;
	z-index: 1030;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 200px;
	padding: 5px 8px;
	background: #B02923;
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	border-radius: 2px;
}

.uk-tooltip:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px dashed #B02923;
}

.uk-text-center {
	text-align: center !important;
}

.uk-container {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 980px;
	padding: 0 20px;
}

@media (min-width: 1220px) {
	.uk-container {
		max-width: 980px;
		padding: 0 20px;
	}
}

.uk-container:before,
.uk-container:after {
	content: " ";
	display: table;
}

.uk-container:after {
	clear: both;
}

.uk-container-center {
	margin-left: auto;
	margin-right: auto;
}

.uk-clearfix:before,
.uk-clearfix:after {
	content: " ";
	display: table;
}

.uk-clearfix:after {
	clear: both;
}

.uk-float-right {
	float: right;
}

[class*='uk-float-'] {
	max-width: 100%;
}

.uk-responsive-height {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uk-responsive-height {
	max-height: 100%;
	width: auto;
}

.uk-margin-remove {
	margin: 0 !important;
}

@media (min-width: 960px) {
	.uk-visible-small {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 959px) {
	.uk-visible-small {
		display: none !important;
	}

	.uk-hidden-medium {
		display: none !important;
	}
}

@media (max-width: 930px) {
	.uk-hidden-small {
		display: none !important;
	}
}

@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h3 {
		page-break-after: avoid;
	}
}

.uk-search {
	display: inline-block;
	position: relative;
	margin: 0;
}

.uk-search:before {
	content: "\f002";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	line-height: 35px;
	text-align: center;
	font-family: FontAwesome;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.2);
}

.uk-search-field {
	width: 220px;
	height: 35px;
	padding: 0 30px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: #ffffff;
	color: #515355;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	border-radius: 0;
	border-radius: 2px;
	background-clip: padding-box;
	font-weight: 300;
}

input.uk-search-field {
	-webkit-appearance: none;
}

.uk-search-field:-ms-input-placeholder {
	color: #94979a;
}

.uk-search-field::-moz-placeholder {
	color: #94979a;
}

.uk-search-field::-webkit-input-placeholder {
	color: #94979a;
}

.uk-search-field::-ms-clear {
	display: none;
}

.uk-search-field:focus {
	outline: 0;
	border-color: rgba(0, 0, 0, 0.12);
	background-clip: padding-box;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.uk-search-field:focus {
	width: 250px;
}

.uk-search-close {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.2);
	padding: 0;
	border: 0;
	-webkit-appearance: none;
	background: transparent;
}

.uk-search-close:after {
	display: block;
	content: "\f00d";
	font-family: FontAwesome;
}

body {
	min-height: 100%;
}

@media (min-width: 768px) {
	.uk-panel {
		position: relative;
		-webkit-backface-visibility: hidden;
	}
}

.tm-container {
	margin: 20px auto;
}

@media (min-width: 768px) {
	.tm-container {
		margin: 0px auto;
	}
}

.tm-grid-block,
.tm-block-bottom,
.uk-article {
	background: #ffffff;
}

.tm-grid-block,
.tm-block-bottom {
	margin-top: 20px;
}

.tm-headerbar .tm-logo {
	float: left;
}

.tm-logo-small {
	letter-spacing: -0.31em;
}

.tm-headerbar .uk-panel {
	max-width: 440px;
	margin-right: 0;
	float: right;
}

.tm-grid-block.tm-bottom-b {
	margin-top: 0 !important;
	box-shadow: none;
}

.tm-footer {
	position: relative;
	padding: 25px;
	background: #f7f7f7;
	text-align: center;
}

.tm-grid-block.tm-bottom-b + .tm-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.tm-totop-scroller {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1000;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #515355;
	text-align: center;
	-webkit-transition: all linear 0.05s;
	transition: all linear 0.05s;
}

.tm-totop-scroller:after {
	content: "\f077";
	font-family: "FontAwesome";
}

.tm-totop-scroller:hover,
.tm-totop-scroller:focus {
	color: #838689;
	font-size: 16px;
	outline: none;
	text-decoration: none;
}

.tm-totop-scroller:active {
	color: #1f2021;
	font-size: 11px;
}

.tm-grid-block > [class*='uk-width-']:nth-child(1n+2) > [class*='uk-panel-box'] {
	border-left: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 768px) {
	.tm-grid-block > [class*='uk-width-']:nth-child(1n+2) > [class*='uk-panel-box'] {
		border-top: 1px solid rgba(0, 0, 0, 0.07);
		border-left: 0;
	}
}

.tm-content .uk-article {
	padding: 25px;
	border: none;
}

.tm-article .tm-article-content {
	position: relative;
}

body {
	background: #D08422 -webkit-radial-gradient(ellipse at top, #D08422 20%, #D08422 100%) 0 0 fixed;
	background: #D08422 radial-gradient(ellipse at top, #D08422 20%, #D08422 100%) 0 0 fixed;
}

@media (min-width: 767px) {
	body > .tm-page-bg {
		background: url("https://www.germanika-peristeri.edu.gr/templates/yoo_avenue/images/background/salmon_darkblue_glow.jpg") 50% 0 fixed no-repeat;
	}
}

.tm-grid-block,
.tm-block-bottom,
.uk-article {
	box-shadow: 0 0 0 1px rgba(47, 49, 53, 0.2), 0 6px 12px rgba(47, 49, 53, 0.18);
}

.wk-gallery-avenue .caption {
	background-color: rgba(34, 37, 43, 0.9);
}

.wk-gallery-avenue .nav span {
	background-image: url("https://www.germanika-peristeri.edu.gr/templates/yoo_avenue/images/widgetkit/salmon/nav_icons.svg");
}

.tm-search {
	margin-top: 10px;
}

* + .tm-search {
	margin-left: 15px;
}

.tm-social-icon-buttons {
	margin-top: 10px;
}

.tm-social-icon-buttons > .uk-icon-button.facebook:hover {
	background-color: #3b5998;
}

/*! CSS Used from: Embedded */
.fb_reset {
	background: none;
	border: 0;
	border-spacing: 0;
	color: #000;
	cursor: auto;
	direction: ltr;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	margin: 0;
	overflow: visible;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	visibility: visible;
	white-space: normal;
	word-spacing: normal;
}

.fb_reset > div {
	overflow: hidden;
}

.fb_iframe_widget {
	display: inline-block;
	position: relative;
}

.fb_iframe_widget span {
	display: inline-block;
	position: relative;
	text-align: justify;
}

.fb_iframe_widget iframe {
	position: absolute;
}

/*! CSS Used from: Embedded */
#fb-root {
	display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
	min-height: initial;
}



.tm-grid-block:not(:empty) {
	margin-left: 0;
	margin-right: 0;
}

.tm-grid-block:not(:empty) > [class*='uk-width-'] {
	padding-left: 0;
	padding-right: 0;
}

.tm-grid-block,
.tm-block-bottom,
.tm-grid-block + .tm-content,
.tm-top-block + .tm-middle {
	margin-top: 20px;
}

.clearfix {
	clear: both;
}

em.fa.fa-check {
	color: inherit;
}

.tm-footer {
	position: relative;
	padding: 25px;
	background: #f7f7f7;
	text-align: center;
}

.uk-subnav > li {
	position: relative;
	font-size: 1rem;
	vertical-align: top;
}

.uk-subnav > li,
.uk-subnav > li > a,
.uk-subnav > li > span {
	display: inline-block;
}

.wk-accordion-default .toggler {
	margin-bottom: 10px;
	padding: 7px;
	border: 1px solid #ddd;
	background: #F5F5F5;
	background: -moz-linear-gradient(top, #FAFAFA 0%, #F5F5F5 100%);
	background: -webkit-linear-gradient(top, #FAFAFA 0%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #FAFAFA 0%, #F5F5F5 100%);
	background: linear-gradient(to bottom, #FAFAFA 0%, #F5F5F5 100%);
	border-radius: 5px;
	box-shadow: 0 1px 0 #fff inset;
	text-shadow: 0 1px 0 #fff;
}

.yeah-slider-wthm .uk-overlay {
	padding: 20px 30px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.yeah-slider-wthm h2.uk-margin-remove {
	float: left;
}

a.uk-button.uk-button-primary.uk-float-right {
	color: #fff;
}

a.uk-button.uk-button-primary.uk-float-right:hover {
	color: #333;
}

.wk-gallery.wk-gallery-wall {
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}

.wk-gallery.wk-gallery-wall a {
	margin-bottom: 5px;
	display: inline-block;
}

a.uk-navbar-toggle {
	display: none;
}

.topbanner {
	display: none;
}

@media screen and (max-width:930px) {
	a.uk-navbar-toggle {
		display: block;
	}


	.uk-nav > li > a {
		padding: 5px 0;
	}

	.tm-logo-small img.uk-responsive-height {
		width: 100%;
		height: auto;
	}

	.tm-headerbar .tm-logo {
		float: left;
		width: 270px;
	}

	.tm-headerbar .uk-panel {
		max-width: 360px;
		margin-right: 0;
		float: right;
	}

	body > .tm-page-bg {
		background: none;
	}

	/*
	.uk-offcanvas-flip .uk-offcanvas-bar-animation {
		transition-property: left;
	}
*/
}

@media screen and (max-width:767px) {
	.topbanner {
		display: block;
		margin-top: 20px;
	}

	.tm-headerbar.uk-clearfix {
		display: none;
	}

	section.tm-top-a.uk-grid.tm-grid-block {
		margin-top: 20px;
	}
}

.tm-footer .uk-subnav > * > :first-child {
	text-transform: none;
}

.tm-footer ul.uk-subnav.uk-subnav-line {
	text-align: center;
	display: block;
}

em.fa.fa-facebook {
	color: #fff;
}

#fb-root {
	display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

.tm-middle.uk-grid {
    margin-top: 20px;
}

button#yeah-uk-close {
    display: block;
    position: absolute !important;
    border: none;
    height: auto;
    bottom: initial;
    right: 10px !important;
    left: initial !important;
    z-index: 9999;
    top: 20px;
    font-size: 20px;
    background: inherit;
}