/*
Theme Name: TA2030
Theme URI: https://territorialagenda.eu
Author: ESTREIA New Media
Author URI: http://www.estreia.pt
Description: Custom theme for Territorial Agenda 2030, June.2021
Version: 1.0
License: Proprietary
License URI: http://www.estreia.pt
Tags: Territorial Agenda 2030 Europe
Text Domain: ta2030
*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	height: 100%;
	font-size: 62.5%; /* helps to translate rem units to pixels */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
}

body {
	height: 100%;
	background-color: #1c68a6;
	font-family: 'Nunito', sans-serif;
	font-size: 1.7rem; /* 17px */
	line-height: 140%;
	color: #224364;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	transition: opacity 1s, background-color 1s;
	-webkit-animation: fadein 1s;
	animation: fadein 1s;
}

body.el {
	font-family: 'Open Sans' !important;
}

/* Light theme */
body.light {
	background-color: #feb811;
}

/* -- body fade transition -- */
@-webkit-keyframes fadein { from {opacity:0} to {opacity:1} }
@keyframes fadein { from {opacity:0} to {opacity:1} }

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	height: 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	clear: left;
}

pre {
	font-family: monospace, monospace;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #224364;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	display: inline-block;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: 'Nunito', sans-serif;
	font-size: 100%;
	margin: 0;
}

/* Greek */
.el button,
.el input,
.el optgroup,
.el select,
.el textarea {
	font-family: 'Open Sans', sans-serif !important;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 1;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}




/*--------------------------------------------------------------
LINKS
--------------------------------------------------------------*/

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

a:focus {
	/*outline: thin dotted;*/
}

a:hover,
a:active {
	color: #224364;
	outline: 0;
}





/*--------------------------------------------------------------
MISCELANEA
--------------------------------------------------------------*/

/* Accessibility style for text readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* Force pointer cursor on hover */
.handCursor:hover {
	cursor: pointer !important;
}

/* Styles for selected text  */
::selection,
::-moz-selection {
    background-color: #e2e9f0;
}

/* Rulers */
hr {
	height: 1px;
	background-color: #e2e9f0;
	border: 0;
	margin: 15px -2vw 19px -2vw;
	clear: both;
}

hr.half {
	width: calc(55% - 15px);
	margin: 15px -3.5vw 19px -3.5vw;
}

@media (max-width: 799px) {
	hr.half {
		width: auto;
	}
}

:focus {
	outline: none;
}




/*--------------------------------------------------------------
TYPOGRAPHY
--------------------------------------------------------------*/

.el {
	font-family: 'Open Sans' !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	margin: 0 0 1.5rem;
	padding: 1.5rem 0 0 0;
	clear: both;
}

hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6 {
	padding: 0;
}

#content h1 {
    font-size: 3.4rem;
	font-weight: 400;
}

@media (max-width: 1365px) {
	#content h1 {
		font-size: 3.2rem;
	}
}

@media (max-width: 1279px) {
	#content h1 {
		font-size: 3rem;
	}
}

@media (max-width: 799px) {
	#content h1 {
		font-size: 2.6rem;
	}
}

#content h1 strong {
	font-weight: 400;
}

#content h2 {
	font-size: 2.4rem;
	color: #84a0bd;
    font-weight: 400;
}

@media (max-width: 799px) {
	#content h2 {
		font-size: 2.2rem;
		margin: 0 0 1rem;
		padding: 1rem 0 0 0;
	}
}

#content h2 strong {
	font-weight: 400;
}

#content h3 {
	font-size: 1.9rem;
    font-weight: 600;
}

/* Greek */
body.el #content h3 {
    font-weight: 500;
}

#content h4 {
	font-size: 1.7rem;
    font-weight: 600;
}

/* Greek */
body.el #content h4 {
    font-weight: 500;
}

#content h5 {
	font-size: 1.5rem;
    font-weight: 400;
}

#content h5 strong {
	font-weight: 400;
}

#content h6 {
	font-size: 1.5rem;
    font-weight: 400;
}

#content h6 strong {
	font-weight: 400;
}

p {
	margin: 0 0 2rem;
	padding: 0;
}

.small {
	font-size: 1.5rem;
}

.grey {
	font-size: 1.5rem;
	color: #a8adb9;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	position: relative;
	background-color: #ebedf2;
	font-size: 2rem;
	font-style: italic;
	border-radius: 5px;
	margin: 0 0 20px 0;
	padding: 15px;
	display: table;
}

blockquote p {
	margin: 0;
}

blockquote .outerBubble {
    position: absolute;
    width: 40px;
    height: 20px;    
    bottom: -18px;
    right: 20px;
    overflow: hidden;
    z-index: 2000;
}

blockquote .innerBubble {
    position: relative;
    top: -40px;
    left: -5px;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg); 
    background-color: #ebedf2;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

blockquote cite {
	font-style: normal;
	font-weight: 700;
	margin-top: 2rem;
	display: block;
}

address {
	margin: 0 0 2rem;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.7rem;
	line-height: 140%;
	margin-bottom: 2rem;
	padding: 2rem;
	max-width: 100%;
	overflow: auto;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1.7rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #b9bcc2;
	cursor: help;
}

mark,
ins {
	background: #b9bcc2;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}






/*--------------------------------------------------------------
ALIGNMENTS
--------------------------------------------------------------*/

.clear {
	display: block;
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 2rem;
}

.alignright {
	float: right;
	margin-left: 2rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}





/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
a.button {
	position: relative;
    height: 36px;
	background-color: #ffffff;
    font-size: 1.7rem;
    line-height: 35px;
	letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    padding: 0 18px;
    border-radius: 18px;
	border: 2px solid rgba(255, 255, 255, 1);
    transition: color 0.2s, background-color 0.2s, border 0.2s;
	display: inline-block;
}

a.button:hover {
	background-color: transparent;
	color: #ffffff;
}

a.button.hollowWhite {
	background-color: transparent;
	color: #ffffff;
	font-weight: 300;
	border: 2px solid rgba(255, 255, 255, 0.2);
    line-height: 34px;
}

a.button.hollowWhite:hover {
	border: 2px solid rgba(255, 255, 255, 1);
}

/* TABS */
#intro article a.button {
	line-height: 34px;
	box-shadow: none;
    padding-right: 35px;
	border: 2px solid #e2e9f0;
	clear: both;
}

#intro article a.button:hover {
	color: #224364;
}

#intro article a.button::after {
	position: absolute;
	top: -2px;
	right: 0;
	width: 36px;
	height: 36px;
	content: " ";
    background-image: url("media/yellow_dot.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 50%;
	transition: background-position 0.2s;
	overflow: hidden;
	display: inline-block;
}

#intro article a.button:hover::after {
    background-position: left center;
}






/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 185px;
	background-color: transparent;
	text-align: right;
	padding: 0 3.5vw;
	transition: all 0.2s;
	z-index: 2000;
}

.scrollHeader {
	height: 56px;
	background-color: #1c68a6;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	padding: 0;
}

/* Light theme */
.light .scrollHeader {
	background-color: #feb811;
}

#logo {
	position: absolute;
	top: 25px;
	top: max(4.5vh, 25px);
	left: 3.5vw;
	width: 413px;
	height: 140px;
	transition: all 0.2s;
	display: block;
	z-index: 3000;
	opacity: 1;
}

/* Mobile */
@media screen and ( max-width: 1365px ) {
	#logo {
		top: 60px;
		top: max(6vh, 60px);
		width: auto;
		height: 105px;
	}
}

.logoSmall {
	top: 0px !important;
	left: 0px !important;
	width: 220px !important;
	height: 56px !important;
	transition: all 0.2s;
}







/*--------------------------------------------------------------
NAVIGATION
--------------------------------------------------------------*/

nav {
	position: absolute;
	top: 100px;
	top: max(11vh, 100px);
	right: 3.5vw;
	max-width: calc(100% - 200px);
	height: 56px;
	background-color: #1c68a6;
	border-radius: 5px 5px 0px 5px;
	transition: top 0.2s, right 0.2s, border-radius 0.2s, background 1s;
	z-index: 2500;
	opacity: 1;
}

/* Light theme */
.light nav {
	background-color: #feb811;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav {
		height: 100px;
		width: 100%;
		max-width: 100%;
		top: 55px;
		right: 0;
		background-color: transparent !important;
	}
}

.scrollHeader nav {
	top: 0;
	right: 0;
	border-radius: 0 0 5px 5px;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.scrollHeader nav {
		height: 56px;
	}
}

nav > ul {   
	position: relative;
    top: 0px;
	text-align: right;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul {
		position: relative;
		top: 100px;
		right: 0px;
		background-color: #ffffff;
		text-align: left;
		padding-right: 0 !important;
	}
}

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

.js nav ul,
.js nav ul ul,
.js nav > div > ul {
	display: block;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.js nav ul,
	.js nav ul ul,
	.js nav > div > ul {
		display: none;
	}
}

nav > ul > li {
	position: relative;
	background-color: transparent;
	vertical-align: middle;
	transition: background 0.3s;
	border-radius: 5px;
	display: inline-block;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li {
		border-bottom: 1px solid #e6e9ec;
		display: block;
	}
}

/* Langs menu */
#langsMenu {
	border-right: none;
}

nav > ul > li:hover,
nav > ul > li.focus {
	background-color: #ffffff;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li:hover,
	nav > ul > li.focus {
		background-color: transparent;
	}
}

/* Parent menus */
nav > ul > li.menu-item-has-children:hover {
	border-radius: 5px 5px 0 0;
}

nav > ul > li > a {
	height: 100%;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 56px;
	letter-spacing: 1px;
	text-transform: lowercase;
	padding: 0 1.5vw;
	transition: color 0.3s;
	display: block;
}

/* Light theme */
.light nav > ul > li > a {
	color: #224364;
}

/* laptops */
@media screen and ( max-width: 1499px ) {
	nav > ul > li > a {
		padding: 0 1vw;
	}
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	nav > ul > li > a {
		font-size: 1.7rem;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li > a {
		height: auto !important;
		color: #224364;
		font-size: 2rem;
		line-height: 26px !important;
		padding: 15px 20px;
	}
}

/* Mobile - small smartphones */
@media screen and ( max-width: 399px ) {
	nav > ul > li > a {
		padding: 15px 60px 15px 20px;
	}
}

/* Parent menus */
nav > ul > li.menu-item-has-children > a {
	padding-right: calc(1.5vw + 25px);
	background-image: url('media/top_menu_arrow.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	transition: background 0.3s, color 0.3s;
}

/* Mobile - small smartphones */
@media screen and ( max-width: 1023px ) {
	nav > ul > li.menu-item-has-children > a {
		background-image: none !important;
	}
}

/* Light theme */
.light nav > ul > li.menu-item-has-children > a {
	background-image: url('media/light/top_menu_arrow.png');
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li.menu-item-has-children > a {
		padding-right: 20px;
		background-image: none;
	}
}

/* Parent menus */
nav > ul > li.menu-item-has-children:hover > a {
	background-position: right top;
}

/* Langs menu */
#langsMenu ul > li > a {
	text-align: right;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#langsMenu ul > li > a {
		text-align: left;
	}
}

/* Highlight menus */
nav > ul > li.current-menu-item > a {
}

nav > ul > li:hover > a,
nav > ul > li.current-menu-item:hover > a,
nav > ul > li.focus > a {
	color: #224364;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li:hover > a,
	nav > ul > li.focus > a {
	}
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript. */
@media screen and ( max-width: 1023px ) {
	.js nav ul,
	nav .menu-item-has-children > a > .menuArrow,
	nav .page_item_has_children > a > .menuArrow,
	nav ul a > .subMenuArrow {
		display: none;
	}
}

.js nav.toggled-on > ul {
	display: block;
}

@media screen and ( max-width: 1023px ) {
	.js nav.toggled-on > ul {
		/* make sure smartphone users can scroll through long menus */
		max-height: calc(100vh - 100px); /* Menu can occupy 100% of the screen height, minus the menu (for browsers that do not support Custom Properties bellow) */
		/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and will cut the menu */
		max-height: calc(var(--vh, 1vh) * 100 - 100px); /* --vh is a Custom Propery, a js variable defined on header.php */
		overflow: auto; /* allow scroll on the menu */
		top: 120px;
	}
	 .js .scrollHeader nav.toggled-on > ul {
		top: 56px !important;
	}
}

@media screen and ( max-width: 399px ) {
	.js nav.toggled-on > ul {
	  	max-height: calc(var(--vh, 1vh) * 100 - 80px); /* --vh is a Custom Propery, a js variable defined on header.php */
	}
}

/* Sub Menus */
nav ul ul {
	position: absolute;
	top: 100%;
	left: -999em;
	min-width: 100%;
	width: auto;
	background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
	border-radius: 0px 5px 5px 5px;
	padding: 15px 0 20px 0;
	margin: 0;
	overflow: hidden;
	z-index: 99999;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul ul {
		position: relative;
		top: 0;
		left: initial;
		background-color: transparent;
		padding: 0 0 10px 0;
		border-radius: 0px;
		z-index: 99999;
		box-shadow: none;
	}
}

nav ul li:hover > ul,
nav ul li.focus > ul {
	left: 0px;
	right: initial;
}

/* Langs menu */
#langsMenu:hover > ul,
#langsMenu.focus > ul {
	right: 0px;
	left: auto; /* MSIE */
	left: initial;
	border-radius: 5px 0px 5px 5px;
}

nav ul ul.toggled-on {
	display: block;
}

@media screen and ( max-width: 1023px ) {
	nav ul ul.toggled-on {
		padding-top: 10px;
	}
}

nav ul ul li > a {
	position: relative;
	background-color: transparent;
	font-size: 1.9rem;
	font-weight: 300;
	text-align: left;
	white-space: nowrap;
	padding: 10px 1.5vw;
	border-radius: 5px;
	transition: background 0.3s;
	display: block;
}

@media screen and ( max-width: 1279px ) {
	nav ul ul li > a {
		font-size: 1.7rem;
		line-height: 2.2rem;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul ul li > a {
		font-size: 2rem;
		font-weight: 300;
		white-space: normal;
		padding: 13px 20px 13px 40px;
	}
}

/* Langs submenu */
#langsMenu {
    width: 100px;
    background-image: url("media/menu_langs.png"), url('media/top_menu_arrow.png');
    background-position: 10px bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
}

/* Laptops */
@media screen and ( max-width: 1499px ) {
	#langsMenu {
		width: 90px;
		background-position: left bottom, right bottom;
	}
}

/* Laptops small */
@media screen and ( max-width: 1279px ) {
	#langsMenu {
		width: 75px;
		background-size: 44px auto, auto;
		background-position: left calc(100% - 7px), right bottom;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#langsMenu {
		width: auto;
		background-image: none !important;
	}
}

/* Light theme */
.light #langsMenu {
    background-image: url("media/light/menu_langs.png"), url('media/light/top_menu_arrow.png');
}

#langsMenu:hover {
    background-position: 10px top, right top;
}

/* Laptops */
@media screen and ( max-width: 1499px ) {
	#langsMenu:hover {
		background-position: left top, right top;
	}
}

/* Laptops small */
@media screen and ( max-width: 1279px ) {
	#langsMenu:hover {
		background-position: left 7px, right top;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#langsMenu:hover {
		background-image: none !important;
	}
}

#langsMenu > a {
    overflow: hidden;
    opacity: 0;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#langsMenu > a {
		overflow: visible;
		opacity: 1;
	}
}

#langsMenu ul {
	width: 660px !important;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#langsMenu ul {
		width: auto !important;
	}
}

#langsMenu ul li {
	width: 33.33% !important;
    float: left !important;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#langsMenu ul li {
		width: auto !important;
		float: none !important;
	}
}

/* Short menus */
@media ( min-width: 1024px ) {
	nav ul li.short ul li > a {
		width: 400px;
		white-space: normal;
	}
}

@media ( min-width: 1024px ) and ( max-width: 1365px ) {
	nav ul li.short ul li > a {
		width: 350px;
	}
}

@media ( min-width: 1024px ) and ( max-width: 1279px ) {
	nav ul li.short ul li > a {
		width: 300px;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul li.short ul li > a {
		width: auto;
	}
}

/* Highlight submenus */
nav ul ul li.current-menu-item > a {
	background-color: #eaf2fd;
	color: #224364;
}

nav ul ul li > a:hover {
	background-color: #edf4fa;
	color: #224364;
}

/* Menu toggle */

.menu-toggle {
	position: absolute;
	top: 40px;
	right: 40px;
	height: auto;
	background-image: none;
	background-color: transparent;
	line-height: normal;
	border-radius: 0;
    transition: none;
	border: 0;
	padding: 0;
	box-shadow: none;
	text-shadow: none;
	display: none;
}

/* Show hamburger menu on mobile */
@media screen and ( max-width: 1023px ) {
	.menu-toggle {
		top: 30px;
		right: calc(3.5vw - 15px);
	}
}

/* Show hamburger menu on mobile */
@media screen and ( max-width: 1023px ) {
	.scrollHeader .menu-toggle {
		top: 0;
		right: 0;
	}
}

/* Hide hamburger menu on desktop */
.js .menu-toggle,
.js .dropdown-toggle {
	display: none;
}

/* Show hamburger menu on mobile */
@media screen and ( max-width: 1023px ) {
	.js .menu-toggle,
	.js .dropdown-toggle {
		display: block;
	}
}

.topMenu.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent !important;
	box-shadow: none;
}

.menu-toggle .icon-bars {
	width: 60px;
	height: 60px;
	display: block;
}

.menu-toggle .icon-close {
	width: 60px;
	height: 60px;
	display: none;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 56px;
	background-color: transparent;
	background-image: none;
	text-shadow: none;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: initial;
	display: block;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent !important;
}

.dropdown-toggle:focus {
}

/* Menu Arrows */

.dropdown-toggle.toggled-on .subMenuArrow {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

.subMenuArrow {
	display: block !important;
    width: 50px;
	height: 56px;
    transition: transform 0.2s;
}





/*--------------------------------------------------------------
BG PAGE
--------------------------------------------------------------*/

#bgPage {
	position: absolute;
	top: 0;
	left: 0;
    background-image: url("media/bg_circles_top.png");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
	transition: opacity 1s, width 1s, height 1s;
	-webkit-animation: bgin forwards 1.5s;
	animation: bgin forwards 1.5s;
	z-index: 100;
}

/* -- body fade transition -- */
@-webkit-keyframes bgin {
	from {opacity:0; width: 80vw; height: 80vh;}
	to {opacity:0.6; width: 100vw; height: 100vh;}
}
@keyframes bgin {
	from {opacity:0; width: 80vw; height: 80vh;}
	to {opacity:0.6; width: 100vw; height: 100vh;}
}





/*--------------------------------------------------------------
MAIN
--------------------------------------------------------------*/

main {
	position: absolute;
	top: 190px;
	top: max(25vh, 190px);
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 500;
}

@media ( max-width: 1023px ) {
	main {
		top: 190px;
	}
}





/*--------------------------------------------------------------
INTRO
--------------------------------------------------------------*/

#container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: stretch;
	flex-wrap: nowrap;
	padding: 0 3.5vw;
	margin: 0 auto;
	z-index: 600;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#container {
		flex-direction: column;
	}
}

/* Smartphones */
@media ( max-width: 799px ) {
	#container {
		padding: 0;
	}
}

#intro {
	width: 75%;
	max-width: 1200px;
	background-color: #ffffff;
	text-align: left;
	border-radius: 5px;
	overflow: hidden;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#intro {
		width: 100%;
		max-width: 100%;
	}
}

/* Mobile */
@media ( max-width: 799px ) {
	#intro {
		border-radius: 0;
	}
}

/* TABS */

#tabs {
	height: 100%;
}

#intro h1,
#intro h2 {
	font-size: 2.4rem;
    font-weight: 400;
	line-height: 130%;
	margin: 0;
	padding: 0 0 15px 0;
}

/* Mobile */
@media ( max-width: 799px ) {
	#intro h1,
	#intro h2 {
		font-size: 2.2rem;
	}
}

/* Mobile */
@media ( max-width: 799px ) {
	#intro h3 {
		font-size: 1.7rem;
	}
}

.ui-tabs .ui-tabs-nav li:first-of-type {
	min-width: 110px !important;
	background-image: none !important;
	padding-left: 25px !important;
}

#intro article {
	height: calc(100% - 64px);
    background-size: auto;
    background-position: right bottom;
    background-repeat: no-repeat;
	padding-right: 50px;
}

/* Mobile - small Tablets */
@media ( max-width: 799px ) {
	#intro article {
		background-size: auto 90%;
		padding-left: 20px;
		padding-right: 10px;
	}
}

/* Mobile - Phones */
@media ( max-width: 599px ) {
	#intro article {
		background-size: 180% auto;
	}
}

#intro article .tabContent {
	padding-bottom: 20px;
}

/* Mobile - small Tablets */
@media ( max-width: 799px ) {
	#intro article .tabContent {
		padding-bottom: 150px;
	}
}

/* Mobile - Phones */
@media ( max-width: 599px ) {
	#intro article .tabContent {
		padding-bottom: 100px;
	}
}

#intro article .tabContent h1,
#intro article .tabContent h2,
#intro article .tabContent h3,
#intro article .tabContent h4,
#intro article .tabContent h5,
#intro article .tabContent h6,
#intro article .tabContent p {
	text-shadow: 0 0 30px #ffffff,
		0 0 30px #ffffff,
		0 0 20px #ffffff,
		0 0 20px #ffffff,
		0 0 15px #ffffff,
		0 0 15px #ffffff,
		0 0 15px #ffffff,
		0 0 10px #ffffff,
		0 0 10px #ffffff,
		0 0 10px #ffffff,
		0 0 5px #ffffff,
		0 0 5px #ffffff;
	padding-right: 250px;
}

/* Laptops small */
@media ( max-width: 1279px ) {
	#intro article .tabContent h1,
	#intro article .tabContent h2,
	#intro article .tabContent h3,
	#intro article .tabContent h4,
	#intro article .tabContent h5,
	#intro article .tabContent h6,
	#intro article .tabContent p {
		padding-right: 100px;
	}
}

/* Tablets */
@media ( max-width: 1023px ) {
	#intro article .tabContent h1,
	#intro article .tabContent h2,
	#intro article .tabContent h3,
	#intro article .tabContent h4,
	#intro article .tabContent h5,
	#intro article .tabContent h6,
	#intro article .tabContent p {
		padding-right: 150px;
	}
}

/* Mobile */
@media ( max-width: 799px ) {
	#intro article .tabContent h1,
	#intro article .tabContent h2,
	#intro article .tabContent h3,
	#intro article .tabContent h4,
	#intro article .tabContent h5,
	#intro article .tabContent h6,
	#intro article .tabContent p {
		padding-right: 10px;
	}
}

#intro article .tabContent > *:first-child {
	padding-right: 0px;
}

/* Mobile */
@media ( max-width: 799px ) {
	#intro article .tabContent br {
		display: inline;
		content: ' ';
	}
}







/*--------------------------------------------------------------
CONTENT
--------------------------------------------------------------*/

#content {
	width: 75%;
	max-width: 1200px;
	background-color: #ffffff;
	text-align: left;
	padding: 1vw 2vw 0 2vw;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#content {
		width: 100%;
		max-width: 100%;
		border-radius: 5px 5px 0 0;
	}
}

/* Smartphones */
@media ( max-width: 799px ) {
	#content {
		padding: 10px 15px 0 15px;
		border-radius: 0;
	}
}

/* Half */
#content.half {
	width: 50%;
	max-width: 800px;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#content.half {
		width: 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
}

/* Full */
#content.full {
	width: 100%;
	max-width: 1600px;
	border-radius: 5px;
}

#content a {
	/*color: #0099ff;*/
	color: #399aeb;
	font-weight: 600;
}

/* Greek */
body.el #content a {
    font-weight: 500;
}

#content a:hover {
	color: #224364;
}

#content ul {
	list-style-position: outside;
	list-style-image: url('media/icon_list.png');
	text-align: justify;
	margin: 20px auto 25px auto;
	contain: content;
}

@media (max-width: 499px) {
	#content ul {
		text-align: left;
	}
}

#content ul li {
	margin: 10px 0;
	word-wrap: break-word;
}

#content ul ul {
	list-style-image: url('media/icon_sublist.png');
}

#content ol li {
	margin: 20px 0;
	word-wrap: break-word;
}

#content ol li ul {
	margin: 10px auto 15px auto;
}







/*--------------------------------------------------------------
BREADCRUMBS
--------------------------------------------------------------*/

a#breadcrumbs {
	position: relative;
    min-height: 36px;
    background-color: transparent;
    color: #224364;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 35px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    padding: 0 18px;
	margin-top: 15px;
    border-radius: 18px;
    border: 2px solid #e2e9f0;
    transition: background-color 0.2s;
    display: inline-block;
}

a#breadcrumbs:hover {
    background-color: #e2e9f0;
}








/*--------------------------------------------------------------
AUTHOR
--------------------------------------------------------------*/

#content #credits {
	color: #84a0bd;
	margin-bottom: 4rem;
}








/*--------------------------------------------------------------
TABLES
--------------------------------------------------------------*/

#content table {
	width: auto !important;
	line-height: 26px;
	margin: 30px 0;
	padding: 0;
	border-collapse: initial;
}

#content table td {
	width: auto !important;
	min-height: 26px;
	line-height: 26px;
	vertical-align: top;
	word-wrap: break-word !important;
	padding: 7px 1.5vw;
}

/* MSIE */
.ie #content table td {
	width: unset !important;
}

/* Header */
#content table thead th,
#content table thead td {
	min-height: 26px;
	line-height: 26px;
	font-weight: 700;
	vertical-align: middle;
	white-space: nowrap;
	padding: 7px 1.5vw;
	border-bottom: 2px solid #e2e9f0;
}

#content table thead th p,
#content table thead td p {
	word-wrap: break-word !important;
	margin: 0;
}

#content table thead th a,
#content table thead td a {
	font-weight: 600;
}

/* Greek */
body.el #content table thead th a,
body.el #content table thead td a  {
    font-weight: 500;
}

#content table td img {
	vertical-align: middle;
}

/* MSIE */
.ie #content table td img {
	width: 100% !important;
}

/* Footer */
#content table tfoot td {
	border-bottom: 2px solid #e2e9f0;
}

/* Left Column */
#content table tr td:first-of-type,
#content table thead td:first-of-type,
#content table thead th:first-of-type {
	padding-left: 0;
}

/* Right Column */
#content table tr td:last-of-type,
#content table thead td:last-of-type,
#content table thead th:last-of-type {
	padding-right: 0;
}








/*--------------------------------------------------------------
RIGHT COLUMN
--------------------------------------------------------------*/

#right {
	width: 25%;
	max-width: 400px;
    background-color: #e2e9f0;
	border-radius: 0 5px 5px 0;
	padding: 0 2vw;
	overflow: hidden;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#right {
		width: 100%;
		max-width: 100%;
		padding: 0;
		border-radius: 0;
	}
}







/*--------------------------------------------------------------
SIBLING PAGES
--------------------------------------------------------------*/

#siblings {
	position: relative;
	left: -2vw;
	width: calc(100% + 4vw);
	height: auto;
	text-align: left;
	padding-bottom: calc(2vw + 25px);
	clear: both;
}

/* Mobile */
@media (max-width: 1023px) {
	#siblings {
		left: 0;
		width: auto;
	}
}

#siblings .pageBox {
	position: relative;
	font-size: 2rem;
	line-height: 140%;
	border-bottom: 1px solid #ffffff;
	padding: calc(1vw + 3px) 2vw calc(1vw + -3px) 2vw;
	border-right: 1px solid rgba(255, 255, 255, 0);
    transition: background-color 0.3s;
    display: block;
}

/* Mobile */
@media (max-width: 799px) {
	#siblings .pageBox {
		padding: 10px 15px;
	}
}

#siblings .pageBox:hover {
	background-color: #1c68a6;
	border-right: 1px solid #77a4ca;
	color: #ffffff;
}

.light #siblings .pageBox:hover {
	border-right: none;
}

/* active */
#siblings span.pageBox,
#siblings span.pageBox:hover {
	background-color: #ffffff;
	color: #224364;
	font-weight: 600;
	border-left: 1px solid #e2e9f0;
	border-right: 1px solid #ffffff;
}

/* Greek */
body.el #siblings span.pageBox,
body.el #siblings span.pageBox:hover  {
    font-weight: 500;
}

/* parent */
#siblings .pageBox.parent {
	border-top: 1px solid rgba(255, 255, 255, 0);
	font-weight: 700;
}

.light #siblings .pageBox.parent {
	border-top: none;
}

#siblings a.pageBox.parent:hover {
	font-weight: 700;
	border-top: 1px solid #77a4ca;
}

.light #siblings a.pageBox.parent:hover {
	border-top: none;
}

/* parent active */
#siblings span.pageBox.parent,
#siblings span.pageBox.parent:hover {
	background-color: transparent;
	font-weight: 700;
	border-right: 1px solid #e2e9f0;
}







/*--------------------------------------------------------------
CHILD PAGES
--------------------------------------------------------------*/
#pages {
    position: relative;
	width: calc(100% + 4vw);
    height: auto;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
	-ms-align-items: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-align-content: center;
	-webkit-align-content: center;
	align-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	padding: 20px 1.5vw 0px 1.5vw;
	margin: 15px -2vw 0px -2vw;
	clear: both;
	z-index: 1000;
}

@media (max-width: 1599px) {
	#pages {
		width: auto;
	}
}

@media (max-width: 799px) {
	#pages {
		padding: 10px 0 0 0;
		margin: 10px 0 0 0;
		display: block;
	}
}

#pages .pageBox {
	position: relative;
    -ms-flex-basis: calc(33.33% - 1vw);
    -webkit-flex-basis: calc(33.33% - 1vw);
	flex-basis: calc(33.33% - 1vw);
	background-color: #e2e9f0;
	margin: 0.5vw;
	border-radius: 5px;
    transition: background-color 0.4s;
	overflow: hidden;
	display: block;
	opacity: 0;
}

/* IE */
.ie #pages .pageBox {
    -ms-flex-basis: calc(33.33% - 1.2vw);
    -webkit-flex-basis: calc(33.33% - 1.2vw);
	flex-basis: calc(33.33% - 1.2vw);
}

/* Mobile - tablets */
@media (max-width: 1023px) {
	#pages .pageBox {
		-ms-flex-basis: calc(50% - 1vw);
		-webkit-flex-basis: calc(50% - 1vw);
		flex-basis: calc(50% - 1vw);
		width: calc(50% - 1vw);
	}
}

/* Mobile */
@media (max-width: 799px) {
	#pages .pageBox {
		width: calc(100% - 1vw);
		margin: 2vw 0.5vw;
	}
}

#pages a.pageBox:hover {
	/*background-color: #feb811;*/
	background-color: #84a0bd;	
}

#pages .pageBox .thumb {
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 220px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    transition: left 0.4s, top 0.4s, width 0.4s, height 0.4s, opacity 0.4s, background-blend-mode 0.4s, mix-blend-mode 0.4s;
	mix-blend-mode: darken;
	display: block;
	opacity: 1;
	z-index: 1000;
}

#pages a.pageBox:hover .thumb {
	left: -15px;
	top: -15px;
    width: calc(100% + 30px);
    height: 235px;
	mix-blend-mode: multiply;
	opacity: 0.8;
	display: block;
}

/*.light #pages .pageBox:hover .thumb {
	background-color: #4e8cbe;
	mix-blend-mode: initial;
	background-blend-mode: multiply;
}*/

#pages .pageBox .content {
	position: relative;
	font-weight: 400; /* to reset the links style font-weight: 600 */
	text-align: left;
	padding: 235px 20px 20px 20px;
	display: block;
}

/* Mobile - phones */
@media (max-width: 599px) {
	#pages .pageBox .content {
		padding: 235px 20px 0 20px;
	}
}

#pages .pageBox .content .title {
	font-size: 2rem;
    color: #224364;
    line-height: 135%;
	padding-bottom: 5px;
	transition: color 0.4s;
    display: block;
}

#pages a.pageBox:hover .title {
	/*color: #224364;*/
	color: #ffffff;
}

#pages .pageBox .author {
	color: #84a0bd;
	transition: color 0.4s, text-shadow 0.4s;
	margin: 0;
	opacity: 1;
}

#pages a.pageBox:hover .author {
	/*color: #224364;
	text-shadow: 0px 0px 4px #8ba4be;*/
	color: #d4dee7;
    text-shadow: 0px 0px 4px #6f91b3;
}

/*.light #pages .pageBox:hover .author {
	color: #e2e9f0;
	opacity: 0.5;
}*/

#pages .pageBox .lead {
	color: #84a0bd;
	transition: color 0.4s, text-shadow 0.4s;
	margin: 0;
	opacity: 1;
}

#pages a.pageBox:hover .lead {
	/*color: #224364;
	text-shadow: 0px 0px 4px #8ba4be;*/
	color: #d4dee7;
    text-shadow: 0px 0px 4px #6f91b3;
}







/*--------------------------------------------------------------
FORM
--------------------------------------------------------------*/

form {
	display: inline-block;
}

label {
	min-height: 50px;
    text-align: center;
    padding: 14px 10px;
	display: block;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="file"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	font-family: inherit; /* reset style from jQuery UI */
	font-size: 1.7rem;
	font-weight: 400;
	color: #224364;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: top;
	padding: 0 20px;
	margin: 5px 0 0 0;
	border: 0;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important; /* reset browser default styles */
	border-radius: 25px;
	display: inline-block;
}

input[type="file"] {
	padding: 10px 20px;
    line-height: 25px;
}

select {
	height: 50px;
	background-color: #ffffff;
	background-image: url('media/icon_select.png');
	background-position: calc(100% - 1vw) center;
	background-repeat: no-repeat;
	font-family: inherit; /* reset style from jQuery UI */
	font-size: 1.7rem;
	font-weight: 400;
	color: #224364;
	line-height: 50px;
	text-align: center;
	vertical-align: top;
	padding: 0 25px 0 10px;
	border-radius: 25px;
    transition: background-color 0.2s;
	margin: 5px 0 0 0;
	border: 0;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important; /* reset browser default styles */
	display: inline-block;
}

select[multiple] {
    height: 150px;
	background-image: none;
}

select:hover {
	cursor: pointer;
}

textarea {
	min-height: 120px;
	line-height: 150%;
	padding: 15px;
}

button,
input[type="button"],
input[type="submit"] {
	position: relative;
	height: 40px;
	background-color: #224364;
    background-image: url("media/yellow_dots.png");
    background-position: calc(100% - 5px) center;
    background-repeat: no-repeat;
	font-size: 1.9rem;
	color: #ffffff;
	font-weight: 300;
	line-height: 40px;
	text-shadow: 0px 0px 8px #224364,
		0px 0px 8px #224364,
		0px 0px 8px #224364,
		0px 0px 8px #224364,
		0px 0px 8px #224364,
		0px 0px 8px #224364,
		0px 0px 8px #224364,
		0px 0px 8px #224364,
		0px 0px 8px #224364,
		0px 0px 8px #224364,
		0px 0px 8px #224364,
		0px 0px 8px #224364,
		0px 0px 8px #224364,
		0px 0px 8px #224364,
		0px 0px 8px #224364;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 35px 0 25px;
	border: 0;
	border-radius: 20px;
    transition: background-position 0.2s;
	display: inline-block;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background-position: calc(100% + 31px) center;
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

/* Checkboxes styles */

input[type="radio"],
input[type="checkbox"] {
	width: auto !important;
	margin-right: 0.5em;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
}

.checkboxLabel {
	position: relative;
	min-height: 25px;
    line-height: 25px;
	font-size: 1.7rem;
	font-weight: 300;
	padding: 0 0 0 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline;
	cursor: pointer;
}

/* Hide the browser's default checkbox */
.checkboxLabel input[type="checkbox"] {
	position: absolute;
	width: 0;
	height: 0;
	cursor: pointer;
	opacity: 0;
}

/* Create a custom checkbox */
.customCheckbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
}

/* When the checkbox is checked, add a background */
label input:checked ~ .customCheckbox {
	background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.customCheckbox:after {
	position: absolute;
	content: "";
	display: none;
}

/* Show the checkmark when checked */
label input:checked ~ .customCheckbox:after {
	display: block;
}

/* Style the checkmark/indicator */
label .customCheckbox:after {
	top: 3px;
	left: 6px;
	width: 6px;
	height: 10px;
	border: solid #224364;
	border-width: 0 3px 3px 0 !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}

.wpcf7-checkbox .wpcf7-list-item-label {
	display: none;
}

/* Autofill - force transparent bg on input fields */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 0s 5000s;
}

/* Placeholder text styles -- selectors need to be separate to work. */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: #84a0bd !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 1.7rem;
	font-weight: 400;
	color: #84a0bd !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	font-size: 1.7rem;
	font-weight: 400;
	color: #84a0bd !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 1.7rem;
	font-weight: 400;
	color: #84a0bd !important;
}

::-moz-placeholder { /* Firefox 19+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: #84a0bd !important;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

:-moz-placeholder { /* Firefox 18- */
	font-size: 1.7rem;
	font-weight: 400;
	color: #84a0bd !important;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

:-ms-input-placeholder { /* IE 10+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: #84a0bd !important;
}






/*--------------------------------------------------------------
CONTACT FORM
--------------------------------------------------------------*/

#contactForm {
    position: relative;
	width: 50%;
	max-width: 800px;
    background-color: #e2e9f0;
	text-align: center;
	border-radius: 0 5px 5px 0;
	padding: 2vw 2vw 0 2vw;
	overflow: hidden;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#contactForm {
		width: 100%;
		max-width: 100%;
		border-radius: 0 0 5px 5px;
		-webkit-box-ordinal-group: 3; /* OLD - iOS 6-, Safari 3.1-6 */
  		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}
}

#contactForm input:not([type="submit"]),
#contactForm textarea,
#contactForm select {
	width: 100%;
	text-align: center;
}

#contactForm select[multiple]{
	padding: 10px 5px;
}

#contactForm .smallTxt {
	font-size: 1.7rem;
}

#contactForm a {
	font-weight: 600;
	text-decoration: underline;
}

/* Greek */
body.el #contactForm a  {
    font-weight: 500;
}

#contactForm .divSubmit {
	width: 85%;
    margin: 0 auto;
	clear: both;
}

@media (max-width: 1023px) {
	#contactForm .divSubmit {
		width: 90%;
		margin: 0 4% 0 6%;
	}
}

@media (max-width: 799px) {
	#contactForm .divSubmit {
		width: 100%;
		margin: 0;
	}
}

#contactForm h3 {
	font-size: 2.4rem;
    font-weight: 300;
	display: block;
}
 
/* -- captcha -- */

.grecaptcha-badge {
	z-index: 10;
	opacity: 0;
}

.wpcf7-recaptcha > div {
	width: auto !important;
}
 
/* -- Feedback -- */

.ajax-loader {
	margin: 2px auto !important;
	display: block !important;
}

#contactForm .wpcf7-response-output {
	color: #ff6600 !important;
	padding: 0px 10px 20px 10px !important;
	margin: 0 !important;
	border: 0 !important;
}

#contactForm .wpcf7-not-valid-tip {
	color: #ff6600 !important;
	padding: 10px 0 !important;
	display: inline-block;
	white-space: nowrap;
}
 
/* -- Dialog -- */

#divDialog {
    position: relative;
	width: 50%;
	max-width: 800px;
	background-color: #e5e8f0;
	text-align: center;
	vertical-align: top;
	padding: 30px 2vw;
	overflow: hidden;
}

@media (max-width: 1023px) {
	#divDialog {
		width: 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		padding-top: 0;
	}
}

#divDialog img {
	margin-top: 50px;
	display: inline-block !important;
}

@media (max-width: 1023px) {
	#divDialog img {
		margin-top: 20px;
	}
}

#divDialog strong {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 140%;
}

/* Greek */
body.el #divDialog strong  {
    font-weight: 500;
}






/*--------------------------------------------------------------
SEARCH
--------------------------------------------------------------*/

#top-menu .search-form {
	display: inline;
}

#top-menu .search-form label {
    min-height: initial;
    text-align: initial;
    padding: 0;
    display: inline;
}

#top-menu .search-form input[type="search"] {
	width: 120px;
	height: 56px;
	background-color: transparent;
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 1px;
	text-align: right;
	vertical-align: middle;
    padding: 1px 0 0 1.5vw;
	margin: 0;
}

.light #top-menu .search-form input[type="search"] {
    color: #224364;
}

/* laptops */
@media screen and ( max-width: 1499px ) {
	#top-menu .search-form input[type="search"] {
		width: 105px;
		padding: 1px 0 0 1vw;
	}
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#top-menu .search-form input[type="search"] {
		width: 90px;
		font-size: 1.7rem;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#top-menu .search-form input[type="search"] {
		width: calc(100% - 100px);
		color: #224364;
		text-align: left;
		padding: 0 20px;
	}
}

nav > ul > li.search:hover input[type="search"],
#top-menu .search-form input[type="search"]:hover {
    color: #224364;
}

#top-menu .search-form input[type="submit"] {
    height: 56px;
    background-color: transparent;
    background-image: url("media/search.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    line-height: 56px;
	vertical-align: middle;
    padding: 0 20px;
    border-radius: 0;
	text-shadow: none;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#top-menu .search-form input[type="submit"] {
		background-position: left top;
		padding-right: 15px;
		float: right;
	}
}

nav > ul > li.search:hover input[type="submit"],
#top-menu .search-form:hover input[type="submit"],
#top-menu .search-form input[type="submit"]:hover {
    background-color: transparent !important;
    background-position: left top;
}

/* Placeholder text styles -- selectors need to be separate to work. */
#top-menu .search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 1px;
	text-align: right;
	transition: color 0.3s;
    opacity: 1; /* Firefox */
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#top-menu .search-form input[type="search"]::placeholder {
		font-size: 1.7rem;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#top-menu .search-form input[type="search"]::placeholder {
		color: #224364 !important;
		font-size: 1.9rem;
		text-align: left;
	}
}

#top-menu .search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 1px;
	text-align: right;
	transition: color 0.3s;
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#top-menu .search-form input[type="search"]:-ms-input-placeholder {
		font-size: 1.7rem;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#top-menu .search-form input[type="search"]:-ms-input-placeholder {
		color: #224364 !important;
		font-size: 1.9rem;
		text-align: left;
	}
}

#top-menu .search-form input[type="search"]input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 1px;
	text-align: right;
	transition: color 0.3s;
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#top-menu .search-form input[type="search"]input[type="search"]::-ms-input-placeholder {
		font-size: 1.7rem;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#top-menu .search-form input[type="search"]input[type="search"]::-ms-input-placeholder {
		color: #224364 !important;
		font-size: 1.9rem;
		text-align: left;
	}
}

#top-menu .search-form input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 1px;
	text-align: right;
	transition: color 0.3s;
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#top-menu .search-form input[type="search"]::-webkit-input-placeholder {
		font-size: 1.7rem;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#top-menu .search-form input[type="search"]::-webkit-input-placeholder {
		color: #224364 !important;
		font-size: 1.9rem;
		text-align: left;
	}
}

#top-menu .search-form input[type="search"]::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 1px;
	text-align: right;
	transition: color 0.3s;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#top-menu .search-form input[type="search"]::-moz-placeholder {
		font-size: 1.7rem;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#top-menu .search-form input[type="search"]::-moz-placeholder {
		color: #224364 !important;
		font-size: 1.9rem;
		text-align: left;
	}
}

#top-menu .search-form input[type="search"]:-moz-placeholder { /* Firefox 18- */
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 1px;
	text-align: right;
	transition: color 0.3s;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#top-menu .search-form input[type="search"]:-moz-placeholder {
		font-size: 1.7rem;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#top-menu .search-form input[type="search"]:-moz-placeholder {
		color: #224364 !important;
		font-size: 1.9rem;
		text-align: left;
	}
}

#top-menu .search-form input[type="search"]:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 56px;
	text-align: right;
	transition: color 0.3s;
    letter-spacing: 1px;
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#top-menu .search-form input[type="search"]:-ms-input-placeholder {
		font-size: 1.7rem;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#top-menu .search-form input[type="search"]:-ms-input-placeholder {
		color: #224364 !important;
		font-size: 1.9rem;
		text-align: left;
	}
}

/* Light theme */
/* Placeholder text styles -- selectors need to be separate to work. */
.light #top-menu .search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #224364 !important;
}

.light #top-menu .search-form input[type="search"]:hover::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff !important;
}

.light #top-menu .search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #224364 !important;
}

.light #top-menu .search-form input[type="search"]:hover:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff !important;
}

.light #top-menu .search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #224364 !important;
}

.light #top-menu .search-form input[type="search"]:hover::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff !important;
}

.light #top-menu .search-form input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #224364 !important;
}

.light #top-menu .search-form input[type="search"]:hover::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff !important;
}

.light #top-menu .search-form input[type="search"]::-moz-placeholder { /* Firefox 19+ */
    color: #224364 !important;
}

.light #top-menu .search-form input[type="search"]:hover::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff !important;
}

.light #top-menu .search-form input[type="search"]:-moz-placeholder { /* Firefox 18- */
    color: #224364 !important;
}

.light #top-menu .search-form input[type="search"]:hover:-moz-placeholder { /* Firefox 18- */
    color: #ffffff !important;
}

.light #top-menu .search-form input[type="search"]:-ms-input-placeholder { /* IE 10+ */
    color: #224364 !important;
}

.light #top-menu .search-form input[type="search"]:hover:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff !important;
}





/*--------------------------------------------------------------
TOP CONTACTS
--------------------------------------------------------------*/

#topContacts {
	position: relative;
    top: 0;
	right: 0;
	width: auto;
	height: 56px;
	background-color: #ffffff;
	color: #7a8ea2;
	font-weight: 400;
	line-height: 56px;
	text-transform: lowercase;
	letter-spacing: 1px;
	border-radius: 0 0 5px 5px;
	padding: 0 15px 0 20px;
	display: inline-block;
	z-index: 2000;
	opacity: 1;
}

#topContacts a {
	color: #7a8ea2;
	font-weight: 400;
	line-height: 56px;
	text-transform: lowercase;
	letter-spacing: 1px;
}

#topContacts a:hover {
	color: #224364;
}

#topContacts .sep {
	color: #224364;
	font-weight: 300;
	padding: 0 20px;
}

/* Light theme */
.light #topContacts .sep {
	color: #feb811;
}

/* Mobile - below ipad normal/mini */
@media ( max-width: 1023px ) {
	#topContacts .sep:last-of-type {
		display: none;
	}
}

.scrollHeader #topContacts {
	opacity: 0;
}





/*--------------------------------------------------------------
THEME switch
--------------------------------------------------------------*/

#formMenuSwitch {
	width: auto;
	display: inline-block;
}

.switch {
	position: relative;
	width: 40px;
	height: 20px;
	top: 4px;
	padding: 0 0 0 35px;
	min-height: auto;
	display: inline-block;
}
  
.switch input {
	width: 0;
	height: 0;
	opacity: 0;
}
  
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #e2e9f0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.slider {
		border: 2px solid #edf3ff;
	}
}
  
.slider:before {
	position: absolute;
	left: 4px;
    top: 3px;
	content: "";
	height: 10px;
	width: 10px;
	background-color: #1c68a6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
  
.light .slider:before {
	background-color: #feb811;
}
  
input:checked + .slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}







/*--------------------------------------------------------------
PAGINATION
--------------------------------------------------------------*/

/* pagination/share */
#contentBottom {
	position: relative;
	width: calc(100% + 4vw);
	background-color: #ffffff;
	text-align: left;
	border-top: 1px solid #e2e9f0;
	padding: 20px 2vw;
	margin: 15px -2vw 0px -2vw;
	border-radius: 0 0 5px 5px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 799px) {
	#contentBottom {
		justify-content: center;
		text-align: center;
	}
}

#pagination {
    white-space: nowrap;
	padding: 10px 20px 10px 0;
}

@media (max-width: 799px) {
	#pagination {
		padding: 10px;
	}
}

#pagination .page-numbers {
	position: relative;
	top: 0;
	min-width: 30px;
	height: 30px;
	background-color: #e2e9f0;
	font-size: 1.5rem;
	text-align: center;
	line-height: 28px;
	border: 2px solid #e2e9f0;
	border-radius: 16px;
	vertical-align: middle;
	transition: top 0.2s ease-in;
	margin: 0 2px;
	display: inline-block;
}

#pagination span.page-numbers {
	background-color: #ffffff;
}

#pagination a.page-numbers {
	color: #224364
}

#pagination a.page-numbers:hover {
	top: -4px;
	background-color: #84a0bd;
	color: #ffffff;
	border: 1px solid #84a0bd;
}

#pagination .page-numbers:nth-child(1) {
	margin-left: 11px;
}






/*--------------------------------------------------------------
SHARE
--------------------------------------------------------------*/

/* Share - Top */
#topContacts .sharethis-inline-share-buttons {
	text-align: right;
	white-space: nowrap;
	display: inline-block !important;
}

/* Share - Top Mobile - below ipad normal/mini */
@media ( max-width: 799px ) {
	#topContacts .sharethis-inline-share-buttons {
		display: none !important;
	}
}

/* Share - Content */
#content .sharethis-inline-share-buttons {
	width: calc(100% + 4vw);
	text-align: left;
	white-space: initial;
	border-top: 1px solid #e2e9f0;
	padding: 20px 2vw;
	margin: 15px -2vw 0px -2vw;
	display: inline-block !important;
}

/* Share - Bottom */
#contentBottom .sharethis-inline-share-buttons {
	width: auto;
    white-space: nowrap;
	border-top: none;
	padding: 10px 0;
	margin: 0;
	display: block !important;
}

/* Share text - Top & Bottom */
.sharethis-inline-share-buttons::before {
	font-family: 'Nunito', sans-serif !important;
	padding-right: 5px;
    display: inline-block;
}

/* Greek */
.el .sharethis-inline-share-buttons::before {
	font-family: 'Open Sans', sans-serif !important;
}

/* Share text - Content */
#content .sharethis-inline-share-buttons::before {
	vertical-align: top;
    padding: 5px 15px 4px 0;
}

/* Share text - Bottom */
#contentBottom .sharethis-inline-share-buttons::before {
	vertical-align: sub !important;
}

@media (max-width: 599px) {
	.sharethis-inline-share-buttons::before { 
		content: "";
	}
}

#st-2 .st-total,
#st-3 .st-total {
	padding-left: 0 !important;
	vertical-align: bottom !important;
}

#st-1 {
    text-align: right !important;
	font-family: inherit !important;
}

/* Mobile */
@media ( max-width: 799px ) {
	#st-1 {
    	text-align: center !important;
	}
}

#st-1 .st-btn {
	min-width: auto !important;
	vertical-align: middle !important;
	margin: 0 0.5rem 2px 0.5rem !important;
	border: none !important;
}

#st-1 .st-btn:hover {
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
	filter: none;
	opacity: 1 !important;
}

#st-1 .st-btn > span {
	min-width: auto !important;
}

.st_fblike_large > span {
	bottom: 8px !important;
}

.st_facebook_large > span {
	top: 8px !important;
}

.st_twitter_large > span {
	top: 8px !important;
}

.st_linkedin_large > span {
	top: 8px !important;
}

.st_email_large > span {
	top: 8px !important;
}

#st-1 .st-total {
    color: #96a5bf !important;
    vertical-align: middle !important;
}








/*--------------------------------------------------------------
DOWNLOADS
--------------------------------------------------------------*/

.download {
	width: 128px;
	min-height: 120px;
	background-color: rgba(255, 255, 255, 0.6);
	font-size: 1.5rem;
	color: #224364 !important;
    line-height: 130%;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	border-radius: 5px;
	display: inline-block;
}

.download::before {
	width: 60px;
	height: 60px;
	content: " ";
	background-color: rgba(255, 255, 255, 1);
    background-image: url("media/downloads.png");
    background-position: center bottom;
    background-repeat: no-repeat;
	border: 2px solid #e2e9f0;
	border-radius: 50%;
	transition: background-position 0.2s;
	margin: 0 auto 10px auto;
	overflow: hidden;
	display: block;
}

.download:hover::before {
    background-position: center top;
}








/*--------------------------------------------------------------
LINKS
--------------------------------------------------------------*/

.link {
	width: 128px;
	min-height: 120px;
	background-color: rgba(255, 255, 255, 0.6);
	font-size: 1.5rem;
	color: #224364 !important;
    line-height: 130%;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	border-radius: 5px;
	display: inline-block;
}

.link::before {
	width: 60px;
	height: 60px;
	content: " ";
	background-color: rgba(255, 255, 255, 1);
    background-image: url("media/links.png");
    background-position: center bottom;
    background-repeat: no-repeat;
	border: 2px solid #e2e9f0;
	border-radius: 50%;
	transition: background-position 0.2s;
	margin: 0 auto 10px auto;
	overflow: hidden;
	display: block;
}

.link:hover::before {
    background-position: center top;
}







/*--------------------------------------------------------------
MEDIA / IMAGES / GALLERIES
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
/* Figure */
#intro figure,
#content figure {
	width: auto !important;
}

#content figure.alignleft,
#content img.alignleft {
	float: left;
	margin: 5px 25px 25px 0;
}

#content figure.alignright,
#content img.alignright {
	float: right;
	margin: 5px 0 25px 25px;
}

#content figure.aligncenter,
#content img.aligncenter {
	margin: 20px auto;
	clear: initial;
	display: inline-block;
}

.home figure.alignleft,
.home figure.alignright,
.home figure.aligncenter,
.home figure.alignnone {
	margin: 0 0 25px 0 !important;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
	border: 0;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

/* CAPTIONS */

.wp-caption,
.gallery-caption {
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 15px 0 20px 0;
}

.wp-caption.alignleft .wp-caption-text {
    text-align: left;
}

.wp-caption.alignright .wp-caption-text {
    text-align: right;
}

.wp-caption.aligncenter .wp-caption-text {
    text-align: center;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Content images */

#subContent img {
    max-width: 100% !important;
    height: auto;
	border-radius: 5px;
    display: block;
}

/* Mobile - phones */
@media ( max-width: 599px ) {
	#subContent img {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}

#subContent img.logo {
    vertical-align: middle;
    margin: 20px 30px;
    display: inline-block;
}

/* GALLERY */

#divGallery {
	width: 100%;
	text-align: center;
	border-top: 1px solid #e5e8f0;
	padding-bottom: 2px;
}

#divGallery div {
	width: calc(10% - 1px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 1px -4px 0px;
	border-radius: 10px;
	transition: opacity 0.2s;
	display: inline-block;
	overflow: hidden;
}

@media (max-width: 1599px) {
	#divGallery div {
		width: calc(12.5% - 1px);
	}
}

@media (max-width: 1278px) {
	#divGallery div {
		width: calc(16.66% - 1px);
	}
}

@media (max-width: 1023px) {
	#divGallery div {
		width: calc(12.5% - 1px);
	}
}

@media (max-width: 799px) {
	#divGallery div {
		width: calc(10% - 1px);
	}
}

@media (max-width: 599px) {
	#divGallery div {
		width: calc(12.5% - 1px);
	}
}

#divGallery div:hover {
	opacity: 0.5;
}

#divGallery div a {
	width: 100%;
	background-color: transparent;
	padding: 0 0 100% 0;
	display: block;
}

#divGallery div a:hover {
	background-color: transparent;
}







/*--------------------------------------------------------------
MAP - google
--------------------------------------------------------------*/





/*--------------------------------------------------------------
NEWS - homepage
--------------------------------------------------------------*/

#newsHome {
	position: relative;
	width: 25%;
	max-width: 400px;
	background-color: #feb811;
	text-align: left;
	border-radius: 5px;
	transition: background 0.3s;
	overflow: hidden;
	z-index: 600;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#newsHome {
		width: 100%;
		max-width: 100%;
	}
}

/* Light theme */
.light #newsHome {
	background-color: #1c68a6;
}

#newsHome .section {
	font-size: 2rem;
    line-height: 38px;
	color: #224364;
	padding: 15px 15px 11px 20px;
	transition: color 0.2s;
	display: block;
}

/* Tablets */
@media ( max-width: 1365px ) {
	#newsHome .section {
		font-size: 1.9rem;
	}
}

#newsHome .section:hover {
	font-weight: 600;
}

/* Light theme */
.light #newsHome .section {
	color: #ffffff;
}

.light #newsHome .section:hover {
	color: #62baff;
	font-weight: 400;
}

#newsHome article {
    background-image: url("media/news_shadow.png");
    background-position: center top;
    background-repeat: no-repeat;
	padding: 20px 20px 235px 20px;
	transition: background 0.3s;
	display: none;
}

/* Light theme */
.light #newsHome article {
    background-image: url("media/light/news_shadow.png");
}

@media (max-width: 1023px) {
	#newsHome article {
		padding-bottom: 385px;
	}
}

/* Show */
#newsHome article.show {
	display: block;
}

#newsHome .date {
	position: relative;
	width: auto;
	height: 28px;
	font-size: 1.5rem;
	font-weight: 400;
    line-height: 28px;
	background-color: #ffffff;
	border-radius: 14px;
	padding: 0 14px;
	display: inline-block;
}

#newsHome .title {
	position: relative;
	font-size: 1.9rem;
	font-weight: 600;
    line-height: 130%;
	color: #ffffff;
	letter-spacing: 0.5px;
	padding: 8px 0 5px 0;
	transition: color 0.2s;
	display: block;
}

/* Tablets */
@media ( max-width: 1365px ) {
	#newsHome .title {
		font-size: 1.7rem;
	}
}

/* Greek */
body.el #newsHome .title {
    font-weight: 500;
}

#newsHome a.title:hover {
	color: #224364;
}

/* Light theme */
.light #newsHome a.title:hover {
	color: #62baff;
}

#newsHome .author {
	position: relative;
	font-size: 1.7rem;
	transition: color 0.2s;
}

/* Light theme */
.light #newsHome .author {
    color: #62baff;
}

#newsHome .thumb {
	position: absolute;
	left: 0;
	bottom: 0;
    width: 100%;
    height: 220px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    transition: left 0.4s, bottom 0.4s, width 0.4s, height 0.4s;
	display: block;
	overflow: hidden;
	z-index: 1000;
}

@media (max-width: 1023px) {
	#newsHome .thumb {
		height: 370px;
	}
}

#newsHome a .thumb:hover {
	left: -15px;
	bottom: -30px;
    width: calc(100% + 30px);
    height: 250px;
	display: block;
}

@media (max-width: 1023px) {
	#newsHome a .thumb:hover {
		height: 400px;
	}
}

#bend {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 51px;
	height: 51px;
	background-image: url('media/news_bend.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	transition: background 0.3s;
	z-index: 1200;
}

.light #bend {
	background-image: url('media/light/news_bend.png');
}







/*--------------------------------------------------------------
NEWS - inside
--------------------------------------------------------------*/

#news {
	position: relative;
	left: -2vw;
	width: calc(100% + 4vw);
	height: auto;
	background-color: #feb811;
	text-align: left;
	transition: background 0.2s;
    overflow: hidden;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#news {
		left: 0;
		width: 100%;
		max-width: 100%;
	}
}

/* Light theme */
.light #news {
	background-color: #1c68a6;
}

#news .section {
	position: relative;
	color: #224364;
	font-size: 2rem;
	line-height: 140%;
	padding: calc(1vw + 3px) 2vw calc(1vw + -3px) 2vw;
	transition: color 0.2s;
	display: block;
}

/* Tablets */
@media ( max-width: 1365px ) {
	#news .section {
		font-size: 1.9rem;
	}
}

/* Smartphones */
@media ( max-width: 799px ) {
	#news .section {
		padding: 10px 15px;
	}
}

#news a.section:hover {
	font-weight: 600;
}

/* Light theme */
.light #news .section {
	color: #ffffff;
}

/* Light theme */
.light #news a.section:hover {
	color: #62baff;
	font-weight: 400;
}

#news article {
    background-image: url("media/news_shadow.png");
    background-position: center top;
    background-repeat: no-repeat;
	padding: 20px 2vw 235px 2vw;
	transition: background 0.2s;
	padding-bottom: 235px;
	display: none;
}

/* Smartphones */
@media ( max-width: 799px ) {
	#news article {
		padding: 20px 15px 235px 15px;
	}
}

/* Light theme */
.light #news article {
    background-image: url("media/light/news_shadow.png");
}

/* Show */
#news article.show {
	display: block;
}

#news .date {
	position: relative;
	width: auto;
	height: 28px;
	font-size: 1.5rem;
	font-weight: 400;
    line-height: 28px;
	background-color: #ffffff;
	border-radius: 14px;
	padding: 0 14px;
	display: inline-block;
}

#news .title {
	position: relative;
	font-size: 1.9rem;
	font-weight: 600;
    line-height: 130%;
	color: #ffffff;
	letter-spacing: 0.5px;
	padding: 8px 0 5px 0;
	transition: color 0.2s;
	display: block;
}

/* Tablets */
@media ( max-width: 1365px ) {
	#news .title {
		font-size: 1.7rem;
	}
}

/* Greek */
body.el #news .title {
    font-weight: 500;
}

#news a.title:hover {
	color: #224364;
}

/* Light theme */
.light #news a.title:hover {
	color: #62baff;
}

#news .author {
	font-size: 1.7rem;
}

/* Light theme */
.light #news .author {
	position: relative;
    color: #62baff;
	transition: color 0.2s;
}

#news .thumb {
	position: absolute;
	left: 0;
	bottom: 0;
    width: 100%;
    height: 220px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    transition: left 0.4s, bottom 0.4s, width 0.4s, height 0.4s;
	display: block;
	overflow: hidden;
	z-index: 1000;
}

#news a .thumb:hover {
	left: -15px;
	bottom: -30px;
    width: calc(100% + 30px);
    height: 250px;
	display: block;
}

.progressBar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 2px;
	background-color: #feb811;
	display: block;
	z-index: 1100;
}

.light .progressBar {
	background-color: #1c68a6;
}










/*--------------------------------------------------------------
COMMENTS
--------------------------------------------------------------*/

.comments-wrapper {
	position: relative;
	left: -2vw;
    width: calc(100% + 4vw);
    border-top: 1px solid #e2e9f0;
	padding: 20px 2vw 10px 2vw
}

/* Mobile */
@media (max-width: 799px) {
	.comments-wrapper {
		left: -15px;
    	width: calc(100% + 30px);
    	padding: 15px 15px 5px 15px;
	}
}

.comment {
	position: relative;
	width: 100%;
	background-color: #e2e9f0;
	font-size: 1.7rem;
	text-align: justify;
	border-radius: 5px;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	display: table;
}

/* Mobile */
@media (max-width: 799px) {
	.comment {
		padding: 15px  15px 0  15px;
	}
}

.comment strong {
	font-weight: 600;
	font-style: italic;
}

.commentInfo {
	position: relative;
    left: -20px;
    width: calc(100% + 40px);
    background-color: #ffffff;
	padding-bottom: 5px;
}

/* Mobile */
@media (max-width: 799px) {
	.commentInfo {
		left: -15px;
		width: calc(100% + 30px);
	}
}

.finnishingLine {
	width: 100%;
	height: 5px;
	background-color: #e2e9f0;
	border-radius: 0 0 5px 5px;
    margin-bottom: 15px;
}

/* Bubble comment */
.comment .outerBubble {
    position: absolute;
    bottom: 23px;
    right: 20px;
    width: 40px;
	height: 30px;
    overflow: hidden;
    z-index: 2000;
}

/* Mobile */
@media (max-width: 799px) {
	.comment .outerBubble {
		display: none;
	}
}

/* Hide Bubble on replies */
.child-comments .outerBubble {
    display: none;
}

.comment .innerBubble {
    position: relative;
    top: -30px;
    left: -5px;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg); 
    background-color: #e2e9f0;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.comment .avatar {
	margin: 5px 20px 0 0;
	float: left;
}

.child-comments {
	position: relative;
	top: 20px;
	border-top: 1px solid #ffffff;
}

/* Comments Form */

#commentform {
	position: relative;
	display: block;
}

#commentform label {
	min-height: auto;
    line-height: initial;
    text-align: left;
    vertical-align: auto;
    display: inline;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email {
	margin-bottom: 5px;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
	display: none !important;
}

#commentform input[type="text"],
#commentform input[type="email"] {
	border: 1px solid #e2e9f0;
}

#commentform textarea {
	border: 1px solid #e2e9f0;
	margin-top: 20px;
}

.comment-form-cookies-consent {
	position: relative;
}

/* Hide custom checkbox */
.comment-form-cookies-consent .customCheckbox {
	display: none;
}

.comment-form-url {
	display: none;
}

.logged-in-as {
	margin-bottom: 0;
}

.comments-closed {
	border-top: 1px solid #e2e9f0;
}

#wait_approval {
	background-color: #ffe278;
	color: #224364;
	padding: 20px;
	margin-top: 20px;
	border-radius: 5px;
}







/*--------------------------------------------------------------
HIGHLIGHTS
--------------------------------------------------------------*/

#highlights {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: stretch;
	flex-wrap: nowrap;
	padding: 35px 3.5vw;
	padding: max(5vh, 35px) 3.5vw;
	margin: 35px auto 0 auto;
	margin: max(5vh, 35px) auto 0 auto;
	z-index: 600;
}

/* Mobile */
@media ( max-width: 799px ) {
	#highlights {
		flex-direction: column;
	}
}

#highlights .pageBox {
	position: relative;
	width: 50%;
	max-width: 800px;
	height: 360px;
	background-color: #e6e9ec;
	border-radius: 5px;
	overflow: hidden;
}

/* Mobile */
@media ( max-width: 799px ) {
	#highlights .pageBox {
		width: 100%;
	}
}

#highlights .pageBox:first-of-type {
	width: calc(50% - 1px);
	max-width: calc(800px - 1px);
	margin-right: 1px;
	margin-bottom: 0;
}

/* Mobile - phones */
@media ( max-width: 799px ) {
	#highlights .pageBox:first-of-type {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 1px;
		border-radius: 5px 5px 0 0;
	}
}

/* Mobile - phones */
@media ( max-width: 799px ) {
	#highlights .pageBox:last-of-type {
		border-radius: 0 0 5px 5px;
	}
}

#highlights .pageBox .title {
	position: absolute;
	left: 50%;
	top: 50%;
	width: fit-content;
    max-width: 70%;
	background-color: #ffffff;
	color: #224364;
	font-size: 2.4rem;
	line-height: 30px;
	text-align: center;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding: 8px 23px;
	border-radius: 23px;
	display: block;
	z-index: 1500;
}

#highlights .pageBox .thumb {
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
	height: 360px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    transition: left 0.4s, top 0.4s, width 0.4s, height 0.4s;
	display: block;
	z-index: 1000;
}

#highlights a.pageBox:hover .thumb {
	left: -30px;
	top: -30px;
    width: calc(100% + 60px);
	height: 420px;
}








/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/

footer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 3.5vw 0 3.5vw;
	padding: max(3.3vh, 30px) 3.5vw 0 3.5vw;
	margin: 0 auto;
	z-index: 600;
}

#logoFooter {
	max-width: 100%;
}

#bottomContacts {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1600px;
	text-align: left;
	margin: 20px auto 0 auto;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: stretch;
	flex-wrap: nowrap;
	z-index: 600;
}

/* Mobile */
@media ( max-width: 799px ) {
	#bottomContacts {
		flex-direction: column;
	}
}

#bottomContacts p {
	margin: 0;
}

#bottomContacts > div:first-of-type {
	background-color: #1a619b;
	border-radius: 5px;
	white-space: nowrap;
	padding: 30px;
}

/* Mobile */
@media ( max-width: 799px ) {
	#bottomContacts > div:first-of-type {
		text-align: center;
		padding: 20px;
	}
}

/* Light theme */
.light #bottomContacts > div:first-of-type {
	background-color: #ffffff;
}

#bottomContacts > div:last-of-type {
	background-color: #1a619b;
	color: #ffffff;
	font-size: 1.7rem;
	font-weight: 300;
	text-align: right;
	border-radius: 5px;
	margin-left: 1px;
	padding: 30px;
}

/* Mobile */
@media ( max-width: 799px ) {
	#bottomContacts > div:last-of-type {
		text-align: center;
		margin-top: 1px;
		margin-left: 0;
		padding: 20px;
	}
}

/* Light theme */
.light #bottomContacts > div:last-of-type {
	background-color: #ffffff;
	color: #224364;
}

#bottomContacts > div:last-of-type a {
	color: #feb811;
}

#bottomContacts > div:last-of-type a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Light theme */
.light #bottomContacts > div:last-of-type a {
	color: #399aeb;
	font-weight: 600;
}

.light #bottomContacts > div:last-of-type a:hover {
	color: #224364;
}

#bottomContacts > div:first-of-type a.button {
	margin: 5px 0;
}

/* Light theme */
.light #bottomContacts > div:first-of-type a.button {
	background-color: #e6e9ec;
	border: 2px solid #e6e9ec;
}

/* Light theme */
.light #bottomContacts > div:first-of-type a.button:hover {
	background-color: #ffffff;
	color: #224364;
	border: 2px solid #feb811;
}

/* Light theme */
.light #bottomContacts > div:first-of-type a.button.hollowWhite {
	background-color: #ffffff;
	color: #224364;
	border: 2px solid #e6e9ec;
}

/* Light theme */
.light #bottomContacts > div:first-of-type a.button.hollowWhite:hover {
	color: #224364;
	border: 2px solid #feb811;
}







/*--------------------------------------------------------------
ICON TOP
--------------------------------------------------------------*/

#iconTop {
	position: fixed;
	right: 1.5vw;
	bottom: 1.5vw;
    width: 40px;
    height: 40px;
	background-color: #1c68a6;
	background-image: url('media/icon_top.png');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
    line-height: 40px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
	border-radius: 20px;
	padding: 0px;
	transition: background-position 0.3s;
	z-index: 999999;
	display: none;
}

.light #iconTop {
	background-color: #feb811;
	background-image: url('media/light/icon_top.png');
}

#iconTop:hover {
	background-position: center bottom;
}







/*--------------------------------------------------------------
LEGAL
--------------------------------------------------------------*/

#footnote {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 34px;
	letter-spacing: 1px;
	padding: 30px 3.5vw;
	padding: max(3vh, 30px) 50px;
}

/* Mobile */
@media ( max-width: 799px ) {
	#footnote {
		padding: 10px 15px 20px 15px;
	}
}

/* Light theme */
.light #footnote {
	color: #224364;
}

#footnote div,
#footnote p {
	display: inline;
}

#footnote span {
	padding: 10px;
	display: inline-block;
}

#footnote a {
	color: #ffffff;
	font-weight: 300;
	line-height: 34px;
	border-radius: 19px;
	border: 2px solid rgba(255, 255, 255, 0.2);
    transition: border 0.2s;
	padding: 0 1.5rem;
	margin: 0 1rem;
	display: inline-block;
}

/* Light theme */
.light #footnote a {
	color: #224364;
	border: 2px solid rgba(255, 255, 255, 0.6);
}

#footnote a:hover {
	border: 2px solid rgba(255, 255, 255, 1);
}






/*--------------------------------------------------------------
PRIVACY CONSENT - message
--------------------------------------------------------------*/

#privacyConsent {
	position: fixed;
	bottom: -300px;
	left: 0;
	width: 100vw;
	height: auto;
	background-color: #1c68a6;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-align: center;
	transition: bottom 1s, background-color 0.2s, color 0.2s;
	padding: 1vw 3vw;
	display: flex;
	justify-content: center;
    align-items: center;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
	z-index: 3000;
}
 
@media (max-width: 799px) {
	#privacyConsent {
		padding: 10px;
		line-height: 130%;
	}
}

/* Light theme */
.light #privacyConsent {
	background-color: #feb811;
	color: #224364;
}

/* Show */
#privacyConsent.show {
	bottom: 0px;
}

#privacyConsent .textwidget {
	text-align: justify;
}

#privacyConsent .textwidget p {
	margin: 0;
}

#privacyConsent a {
	color: #ffffff;
	text-decoration: underline;
}

/* Light theme */
.light #privacyConsent a {
	color: #224364;
}

#privacyConsent a:hover {
	color: #feb811;
	text-decoration: none;
}

/* Light theme */
.light #privacyConsent a:hover {
	color: #1c68a6;
}

#privacyConsent a.button {
	color: #224364;
	font-weight: 700;
	text-decoration: none;
	margin-left: 15px;
}

#privacyConsent a.button:hover {
	color: #ffffff;
}








/*--------------------------------------------------------------
COLORBOX
--------------------------------------------------------------
ColorBox Core Style: The following CSS is consistent between example themes and should not be altered */
#colorbox, #cboxOverlay, #cboxWrapper{ position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0); }
#cboxWrapper { max-width:none; }
#cboxOverlay{ position:fixed; width:100%; height:100%; }
#cboxMiddleLeft, #cboxBottomLeft{ clear:left; }
#cboxContent{ position:relative; }
#cboxLoadedContent{ overflow:auto; -webkit-overflow-scrolling: touch; }
#cboxTitle{ margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic{ position:absolute; top:0; left:0; width:100%; height:100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{ cursor:pointer; }
.cboxPhoto{ float:left; margin:auto; border:0; display:block; max-width: none; max-height: 900px; -ms-interpolation-mode: bicubic; }
.cboxIframe{ width:100%; height:100%; display:block; border:0; padding:0; margin:0; }
#colorbox, #cboxContent, #cboxLoadedContent{ box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; }

/* User Style:
Change the following styles to modify the appearance of ColorBox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background-color: #224364;
	opacity: 0.7 !important;
}

#colorbox {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	overflow: visible !important;
	outline: 0;
}

#cboxWrapper {
	overflow: visible;
}

#cboxContent {
	overflow: visible;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cboxIframe {
	background-color: transparent;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

/* Show colorbox smoothly */
@keyframes showColorBox {
	from {opacity: 0;}
	to {opacity: 1;}
}

#cboxLoadedContent {
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px;
	margin-bottom: 0px;
	animation-name: showColorBox;
	animation-duration: 1s;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

#cboxLoadingGraphic{}

#cboxLoadingOverlay{
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#cboxTitle{position:absolute; bottom:10px; right:10px; text-align:right; width:100%; color:#ffffff;}
#cboxCurrent{position:absolute; bottom:10px; left:10px; color:#ffffff;}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
			border:0;
			padding:0;
			margin:0;
			overflow:visible;
			background: none;
		}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxSlideshow {display: none !important;}
        #cboxPrevious {
			position: fixed;
			top: calc(50% - 20px);
			left: 10px;
			width: 40px;
			height: 40px;
			background-color: transparent;
			background-image: url("media/colorbox_previous.png");
			background-position: center top;
			background-repeat: no-repeat;
			-webkit-transition: background 0.2s;
			transition: background 0.2s;
    		border-radius: 50%;
			text-indent:-9999px;
		}
        #cboxPrevious:hover {
			background-color: #ffffff !important;
			background-image: url("media/colorbox_previous.png");
			background-position: center bottom;
			background-repeat: no-repeat;
		}
		#cboxPrevious:focus { outline: none; }
        #cboxNext {
			position: fixed;
			top: calc(50% - 20px);
			right: 10px;
			width: 40px;
			height: 40px;
			background-color: transparent;
			background-image: url("media/colorbox_next.png");
			background-position: center top;
			background-repeat: no-repeat;
			-webkit-transition: background 0.2s;
			transition: background 0.2s;
    		border-radius: 50%;
			text-indent:-9999px;
		}
        #cboxNext:hover {
			background-color: #ffffff !important;
			background-image: url("media/colorbox_next.png");
			background-position: center bottom;
			background-repeat: no-repeat;
		}
		#cboxNext:focus{outline: none;}
		
		/* Delay the close button, to prevent it from moving */
		@keyframes showCloseBt {
    		from {opacity: 0;}
    		to {opacity: 1;}
		}
		#cboxClose {
			position: absolute;
			top: -18px;
			right: -18px;
			width: 36px;
			height: 36px;
			background-image: url("media/colorbox_close.png");
			background-position: center top;
			background-repeat: no-repeat;
			background-color: #ffffff;
			text-indent:-9999px;
    		border-radius: 50%;
			-webkit-transition: background 0.2s;
			transition: background 0.2s;
			opacity: 0;
			animation-name: showCloseBt;
			animation-delay: 0.5s;
			animation-duration: 0.5s;
			animation-iteration-count: 1;
			animation-fill-mode: forwards;
		}	

		@media (max-width: 699px) {
			#cboxClose {
				right: -8px;
			}
		}
		#cboxClose:hover {
			background-position: center bottom;
			background-color: #224364 !important;
		}
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline: 0; }
		
@media (max-width: 1023px) {
	#cboxLoadedContent{ margin: 0; }
	#cboxTitle { display: none !important; }
	#cboxCurrent { display: none !important; }
}

/* ColorBox Dialogs */

.cboxDialogs #cboxTitle {
	display: none !important;
}

.dialog {
	background-color: #ffffff;
	color: #224364;
	line-height: 125%;
	text-align: center;
	padding: 0 1vw 1vw 1vw;
	border-radius: 5;
	display: none;
}

.dialog ul,
.dialog ol {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.dialog h1 {
	margin-top: 1.5rem;
	display: block;
}

.dialog a {
	font-weight: bold;
}

#colorbox .dialog {
	display: block;
}







/*--------------------------------------------------------------
SCROLLBARS - only desktop
--------------------------------------------------------------*/

/* Firefox */
:not(.mobile) {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0);
}

/* Chrome / Safari */
:not(.mobile) ::-webkit-scrollbar {
    width: 8px;
	background-color: rgba(0, 0, 0, 0);
}
 
/* Track */
:not(.mobile) ::-webkit-scrollbar-track {
	margin: 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
 
/* Handle */
:not(.mobile) ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.2);
}

:not(.mobile) ::-webkit-scrollbar-thumb:window-inactive {
	background-color: rgba(0, 0, 0, 0.2);
}

:not(.mobile) ::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.2);
}