/* FONTS */

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta Light_0.eot');
    src: url('../fonts/Averta Light_0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Averta Light_0.woff') format('woff'),
        url('../fonts/Averta Light_0.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta_0.eot');
    src: url('../fonts/Averta_0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Averta_0.woff') format('woff'),
        url('../fonts/Averta_0.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta Bold_0.eot');
    src: url('../fonts/Averta Bold_0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Averta Bold_0.woff') format('woff'),
        url('../fonts/Averta Bold_0.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta Black_0.eot');
    src: url('../fonts/Averta Black_0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Averta Black_0.woff') format('woff'),
        url('../fonts/Averta Black_0.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Flaticon';
    src: url('../fonts/Flaticon.eot');
    src: url('../fonts/Flaticon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Flaticon.woff') format('woff'),
        url('../fonts/Flaticon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* GENERAL */

* {
	font-family: Averta, sans-serif, Arial;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
	box-sizing: inherit;
}

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
    padding-top: 0;
    color: #656565;
	background: #f5f5f5;
}

.container {
    padding: 0 20px 0 250px;
    margin: 0;
    width: auto;
	max-width: 100%;
}

.containerB {
	padding: 0 20px 0 80px;
}

.row {
    margin: 0;
}

.clear {
	clear: both;
}

/* LINKS */

a:hover {
	text-decoration: none;
	color: inherit;
}

a:active, a:focus, a:focus-within {
	background: none;
	outline : none;
	text-decoration: none;
	color: inherit;
}

a {
    font-size: 13px;
    font-weight: 100;
	color: #fff
}

.linkA a {
	font-size: 16px; /* 27-10-2020 Was 18 */
    font-weight: 300;
	color: #656565;
}

.linkA a + a {
    font-size: 13px;
}

.linkA a:hover {
	color: #00688f;
}

.linkA img, .linkB img {
    transition: 0.7s;
}

.linkA img:hover, .linkB img:hover {
    transform: scale(1.1);
}

.textA a {
    color: #656565;
    font-size: 16px; /* 27-10-2020 Was 18 */
    font-weight: 300;
}

.textA a:hover {
    color: #00688f;
}

.textA span {
    color: #00688f;
    font-weight: 600;
}

/* H1-H6 TITLES */

h1 {
	font-size: 46px;
	font-weight: normal;
	color: #656565;
	padding: 0;
	margin: 10px 0 20px 0;
	line-height: 1.3em;
	clear: both;
	text-align: left;
}

h2 {
	font-size: 42px;
	font-weight: normal;
	color: #656565;
	padding: 0;
	margin: 10px 0 20px 0;
	clear: both;
	text-align: left;
}

h3 {
	font-size: 26px;
	font-weight: normal;
	color: #656565;
	padding: 0;
	margin: 10px 0;
	clear: both;
	text-align: left;
}

.titleA h1 {
    font-size: 46px;
    font-weight: 900;
    color: #f49b1e;
}

.titleA h2 { /**/
    font-size: 50px; /* 27-10-2020 Was 58 */
    font-weight: 700;
    color: #00688f;
    letter-spacing: 3px;
}

.titleB h2 { /**/
	font-size: 28px;
    font-weight: 700;
    color: #00688f;
}

.titleC h2 { /**/
    font-size: 50px; /* 27-10-2020 Was 58 */
	font-weight: 700;
    color: #fff;
	letter-spacing: 3px;
}

.titleA h3 { /**/
    font-size: 24px;
    font-weight: 700;
    color: #00688f;
}

.titleA {
    padding-bottom: 20px;
}

.titleB h3 { /**/
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.titleB {
    padding-bottom: 20px;
}

.titleC h3 { /**/
    font-size: 36px;
    font-weight: 700;
    color: #00688f;
}

.titleC {
    padding-bottom: 20px;
}

.titleD h3 { /**/
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.titleD {
    padding-bottom: 20px;
}

/* P TEXT */

p {
	margin: 0;
}

p, li, .textA p, .textA li { /**/
    font-size: 16px; /* 27-10-2020 Was 18 */
    font-weight: 300;
}

.textA span p { /**/
    color: #00688f;
    font-weight: 600;
}

.textB p {
    font-size: 16px; /* 27-10-2020 Was 18 */
    font-weight: 400;
}

.textC p { /**/
    color: #fff;
    font-weight: 300;
}

/* IMAGES */

img {
	width: auto;
	max-width: 100%;
}

img:active, img:focus, img:focus-within {
	outline : none;
}

/* MENU */

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}

/* FLOATS */

.left, .left25, .left33, .left40, .left45, .left50, .left55, .left60, .left67, .left75 {
	float: left;
}

.right, .right25, .right33, .right40, .right45, .right50, .right55, .right60, .right67, .right75 {
	float: right;
}

.left25, .right25 {
	width: 25%;
}

.left33, .right33 {
	width: 33.333%;
}

.left40, .right40 {
	width: 40%;
}

.left45, .right45 {
	width: 45%;
}

.left50, .right50 {
	width: 50%;
}

.left55, .right55 {
	width: 55%;
}

.left60, .right60 {
	width: 60%;
}

.left67, .right67 {
	width: 67.777%;
}

.left75, .right75 {
	width: 75%;
}

/* BUTTONS */
button, .btn, td.acysubbuttons input, .btn-primary {
	display: inline-block;
    text-decoration: none;
    background: #00688f;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal;
    padding: 8px 20px;
    border: 2px solid #00688f;
    transition: all 0.3s ease;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
}
		
button:hover, button:focus, .btn:hover, .btn:focus, td.acysubbuttons input:hover, td.acysubbuttons input:focus, .btn-primary:hover, .btn-primary:focus {
	text-decoration: none;
    background-color: #c3c3c3;
    color: #fff;
    border-color: #c3c3c3;
}

.btnCyan {
	display: block;
    text-decoration: none;
    background: #00688f;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    padding: 35px 10px;
    border: 2px solid #00688f;
    transition: all 0.3s ease;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    max-width: 250px;
	text-align: center;
}

.btnCyan a {
    font-weight: 300;
}
		
.btnCyan:hover {
	text-decoration: none;
    background-color: #c3c3c3;
    color: #fff;
    border-color: #c3c3c3;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #c3c3c3;
    border-color: #c3c3c3;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

/* COOKIE */

#cookie_assistant_container {
	margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 9999;
    bottom: 0px;
    background: #f3f7f7;
	-webkit-animation: pop 2s;
    animation: pop 2s;
    -moz-animation: pop 2s;
    -ms-animation: pop 2s;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    display: none;
	color: #8e8e8e;
}

#cookie_assistant_wrapper {
    text-align: center;
    line-height: 15px;
    padding: 10px 2%;
}

#cookie_assistant_wrapper p {
    font-size: 12px;
}

#cookie_assistant_wrapper div.buttons {
    margin: 5px 0 3px;
	padding-top: 10px;
}

#cookie_assistant_wrapper a.btn-accept, 
#cookie_assistant_wrapper a.btn-accept:focus, #cookie_assistant_wrapper a.btn-accept:hover {
    background: #00688f;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
	padding: 5px 15px;
}

#cookie_assistant_wrapper a.btn-more {
	display: none;
}

#cookie_assistant_wrapper h2 {
    display: none;
}

#cookie_assistant_wrapper p a {
    display: block;
    padding-top: 4px;
	color: #00688f;
}

#cookie_assistant_wrapper p a:hover {
    color: #656565;
    text-decoration: none;
}

/* HEADER */

header.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 999;
    background: #fff;
}

.scrolled header.header {
    box-shadow: 0 0 5px;
}

/* MENU */

#hornav {}

#hornav .nav { /* no wrap on items */
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
}

span.nav-header { /* pointer when hovering no link item or nav header */
    cursor: pointer;
}

#hornav ul.nav.menu li.parent > a, #hornav ul.nav.menu li.parent > span { /* each parent menu item styling */
    font-family: Averta;
    font-size: 14px;
    font-weight: 300;
    color: #8e8e8e;
	padding-left: 50px;
}

#hornav ul.nav.menu li > a, #hornav ul.nav.menu li > span { /* each menu item styling that is no parent*/
    font-family: Averta;
    font-size: 14px;
    font-weight: 300;
    color: #8e8e8e;
    padding-left: 50px;
     -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out;
}

#hornav ul.nav.menu li.active span, #hornav ul.nav.menu li.active a { /* color of each 1st menu active item/category */
	color: #00688f;
}

#hornav ul.nav.menu li.parent:hover > a, #hornav ul.nav.menu li.parent:hover > span { /* on hover of each parent menu item */
	color: #00688f;
	text-decoration: none;
}

#hornav ul.nav.menu li:hover > a, #hornav ul.nav.menu li:hover > span { /* on hover of each menu item that is no parent */
	color: #00688f;
	text-decoration: none;
}

#hornav ul.nav.menu li.parent > a:after, #hornav .nav.menu li.parent > span:after { /* content for 1st level items */
    content: url(/images/menuArrow.png);
	padding-left: 5px;
}

#hornav li.item-101 { /* hide home menu item */
    display: none;
}

.nolink { /* not clickable */
	cursor: default !important;
	pointer-events: none;
	/*color: #fff !important;*/
}

/* 1st SUBMENU */

#hornav ul.nav.menu li.parent > ul { /* 1st submenu styling */
	display: none;
	position: absolute;
    z-index: 999;
    left: auto;
    top: auto;
    padding: 0;
    width: auto;
    margin-left: 50px;
    background-color: #fff;
    padding: 5px;
    -webkit-box-shadow: 0px 10px 11px -4px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 10px 11px -4px rgba(0,0,0,0.35);
    box-shadow: 0px 10px 11px -4px rgba(0,0,0,0.35);
}

#hornav ul.nav.menu li.parent ul > li { /* 1st submenu each item styling */
	display: block;
	float: none;
	padding: 5px 10px;
	height: auto;
}

#hornav ul.nav.menu li.parent ul > li { /* 1st submenu item that has 2nd submenu */
	position: relative;
}

#hornav ul.nav.menu li.parent ul li > a, #hornav ul.nav.menu li.parent ul li > span { /* 1st submenu each menu item styling */
    font-family: Averta;
    font-size: 14px;
    font-weight: 300;
    color: #8e8e8e;
	padding-left: 0;
}

#hornav ul.nav.menu li.active ul li.active > span, #hornav ul.nav.menu li.active ul li.active > a { /* color of each 1st submenu active item/category */
	color: #00688f;
}

#hornav ul.nav.menu li.parent ul li:hover > a, #hornav ul.nav.menu li.parent ul li:hover > span { /* 1st submenu on hover of each menu item */
	color: #00688f;
	text-decoration: none;
}

#hornav ul.nav.menu li.parent ul li > a:after, #hornav ul.nav.menu li.parent ul li > span:after { /* content after for 1st submenu items */
    content: none;
}

#hornav ul.nav.menu li.parent ul > li.parent span:after { /* content for 1st submenu items that have 2nd submenu */
    font-family: Flaticon;
    content: '\f118';
	color: #00688f;
}

/*2nd SUBMENU */

#hornav ul.nav.menu li.parent ul li.parent > ul { /* 2nd submenu styling */
	display: none;
	position: absolute;
    z-index: 999;
    left: 100%;
    top: 0;
    padding: 0;
    width: auto;
    margin-left: 0;
    background-color: #fff;
    padding: 5px;
    -webkit-box-shadow: 0px 10px 11px -4px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 10px 11px -4px rgba(0,0,0,0.35);
    box-shadow: 0px 10px 11px -4px rgba(0,0,0,0.35);
}

#hornav ul.nav.menu li.parent ul li.parent ul > li { /* 2nd submenu each item styling */
	display: block;
	float: none;
	padding: 5px 10px;
	height: auto;
}

#hornav ul.nav.menu li.parent ul li.parent ul li > a, #hornav ul.nav.menu li.parent ul li.parent ul li > span { /* 2nd submenu each menu item styling */
    font-family: Averta;
    font-size: 14px;
    font-weight: 700;
    color: #8e8e8e;
	padding-left: 0;
}

#hornav ul.nav.menu li.active ul li.active ul li.active > span, #hornav ul.nav.menu li.active ul li.active ul li.active > a { /* color of each 1st submenu active item/category */
	color: #00688f;
}

#hornav ul.nav.menu li.parent ul li.parent ul li:hover > a, #hornav ul.nav.menu li.parent ul li.parent ul li:hover > span { /* 2nd submenu on hover of each menu item */
	color: #00688f;
	text-decoration: none;
}

#hornav ul.nav.menu li.parent ul li.parent ul li > a:after, #hornav ul.nav.menu li.parent ul li.parent ul li > span:after { /* content after for 2nd submenu items */
    content: none;
}

/* FALANG LANGUAGE SWITCHER */

div.advanced-dropdown a.langChoose:link, div.advanced-dropdown a.langChoose:visited {
	background-color: transparent !important;
}

a.langChoose {
    position: relative;
}

a.langChoose:after {
    content: url(../images/General/arrowMenu.png);
    position: absolute;
    right: 0px;
    top: 8px;
}

.mod-languages a {
    color: #656565;
    text-transform: uppercase;
    font-size: 13px;
    /* font-weight: 600; */
}

div.mod-languages.advanced-dropdown ul {
    background: #fff !important;
    width: 100%;
}

div.advanced-dropdown a:hover {
	color: #00688f;
}

div.advanced-dropdown a.langChoose:hover {
	color: #000;
}

/* INNER BANNER */

.itemHeaderTop {
    height: 55vh;
    max-height: 580px;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}

.itemHeaderTop:after {
    content: "";
    display: block;
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.banner_ttl {
    height: 50%;
    top: 18%;
    position: absolute;
    border-left: 5px solid #fff;
    width: 100%;
	z-index: 5;
}

.banner_ttlInner {
    position: absolute;
    top: 35%;
	left: 80px;
	margin-right: 20px;
}

.banner_ttl h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.banner_ttl h2 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
}

/* BREADCRUMB */

.breadcrumb {
    background-color: transparent;
	padding: 50px 0 50px 80px;
}

.breadcrumb li, .breadcrumb a {
    color: #198e9d;
    font-size: 14px;
	font-weight: 300;
}

.breadcrumb li:hover {
    cursor: default;
}

.breadcrumb li:hover, .breadcrumb a:hover {
    color: #000;
}

.breadcrumb li span:after {
    content: '>';
    padding: 0 3px;
}

.breadcrumb li:last-child span:after {
    content: none;
}

.breadcrumb li.active span {
    font-weight: 600;
}

/* CONTACT FORM */

div.cf-container form fieldset input:hover, div.cf-container form fieldset textarea:hover {
	box-shadow: none !important;
	border-radius: 0 !important;
}

.fieldType.text:nth-child(1), .fieldType.text:nth-child(2) {
    width: 49.6%;
    display: inline-block;
}

.fieldType.text{
	width: 100%;
	display: inline-block;
}

div.cf-container form fieldset input {
    float: none;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
}

.fieldType.textarea {
    width: 100%;
    display: inline-block;
}

.fieldType.optin {
	width: 100%;
    display: inline-block;
	font-size: 14px;
}

div.cf-container form fieldset textarea {
    float: none;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
	height: 150px;
}

.all-options.optin {
    text-align: left;
	color: #fff;
	font-size: 16px;
}

input[type=checkbox], input[type=radio] {
    margin: 0 !important;
    vertical-align: middle;
    margin: 0 10px !important;
	margin-left: 0 !important;
}

.fieldType.text {
    vertical-align: top;
}

.fieldType.optin .label {
    display: none;
}

div.cf-container form label.label {
    width: 100%;
    text-align: left;
    color: #fff;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 400;
	margin-top: 5px;
}

.fieldType.submit button {
    position: relative;
	border: 1px solid #3d3d3d !important;
    background: #3d3d3d;
    width: 85px !important;
    height: 85px;
    display: block;
    border-radius: 90% !important;
    box-shadow: -1px 1px 15px 0px rgba(0,0,0,0.36) !important;
    transition: 0.7s;
    margin: auto;
    margin-bottom: 10px !important;
	cursor: pointer;
}

.fieldType.submit button:focus {
	outline: 0;
}

.submitLabel {
    position: absolute;
    top: 120%;
    left: 12%;
    color: #00498f;
    text-transform: uppercase;
}

/*.fieldType.submit button:after {
    content: '';
    background: url(/images/arrowRightW.png);
    width: 58px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 36%;
    left: 17%;
    transition: 0.5s;
}*/

div.cf-container form fieldset button:hover {
    border: 1px solid #000 !important;
    box-shadow: -1px 1px 15px 5px rgba(0,0,0,0.36) !important;
}

.fieldType.submit {
    max-width: 250px;
    margin-top: 20px;
}

input[type="checkbox"] {
    width: 12px !important;
    box-shadow: none !important;
}

.fieldType.text label.error, .fieldType.textarea label.error, .fieldType.optin label.error {
    color: #ff0000;
	font-size: 14px;
}

div.cf-container form .fieldType {
    position: relative;
}

.fieldType.file input {
    border: 0;
}

div.cf-container form fieldset input {
	margin-bottom: 5px;
	height: 45px;
}

div.cf-container label.error {
    position: absolute;
    bottom: -18px;
    left: 0;
}

div.cf-container form fieldset .label, div.cf-container form fieldset label {
    text-align: left;
    font-size: 16px;
    width: auto;
    color: #00498f;
    font-weight: 300;
}

.all-options.optin {
    color: #656565;
}

.fieldType.submit button:hover:after {
    left: 21%;
}

div.cf-container form label.error {
    text-align: left;
}

.contactContainer .cf-container {
    max-width: 700px;
}

.contactContainer .textA {
    padding: 8px 0;
}

.contactContainer .textA * {
	color: #008292;
}

.fieldType.submit input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    background: #00498f;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal;
    padding: 8px 20px;
    border: 2px solid #00498f;
    transition: all 0.3s ease;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
}

.fieldType.submit input[type="submit"]:hover {
    background: #00688f;
	border: 2px solid #00688f;
}

/* SYSTEM MESSAGE CONTAINER */

#system-message-container {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 45%;
}

#system-message-container #system-message {
    width: 90%;
    margin: auto;
    max-width: 350px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    color: #00688f;
}

/* ARTICLES */

#k2Container.arthraCategoryContainer {
    padding-left: 80px;
    float: left;
    max-width: 1500px;
	padding-bottom: 150px;
}

.arthraCategoryContainer div.itemContainer {
    width: 30% !important;
    display: inline-block !important;
    border: 1px solid #eaeaea;
    padding: 25px;
	margin: 15px 15px 15px 0;
}

.arthraCategoryContainer #itemListLeading div.itemContainer:nth-child(6n+3) {
    border: 1px solid #00688f;
	background: #d1e8eb;
}

#k2Container .clr {
    display: none;
}

div.catItemHeader span.catItemDateCreated {
    color: #198e9d;
    font-size: 16px; /* 27-10-2020 Was 18 */
}

div.catItemHeader h3.catItemTitle {
    padding: 0;
}

div.catItemHeader h3.catItemTitle a {
    color: #00498f;
    font-size: 16px; /* 27-10-2020 Was 18 */
    font-weight: 600;
}

div.catItemIntroText {
    padding-top: 20px;
}

div.catItemIntroText p {
    font-size: 17px;
}

div.catItemReadMore a {
    background: #00498f;
    padding: 6px 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

div.catItemReadMore a:hover {
    background: #000;
}

div.catItemView {
    margin-bottom: 0;
}

div.k2Pagination {
    text-align: left;
}

div.k2Pagination ul {
    text-align: left;
    margin: 0;
    padding: 0;
}

.k2Pagination li.disabled, .k2Pagination li .pagenav {
    display: none;
}

.k2Pagination li.hidden-phone .pagenav {
    display: block;
}

.k2Pagination li.hidden-phone a {
    background: #00498f;
    color: #fff;
    border-radius: 0;
	border: 0;
}

.k2Pagination li.hidden-phone a:hover {
    background: #000;
}

.k2Pagination li.hidden-phone.active a {
    background: #198e9d;
	color: #fff;
}

.k2Pagination li.hidden-phone.active a:hover {
    background: #000;
}

#k2Container.arthroContainer {
    padding-left: 80px;
}

div.itemHeader h2.itemTitle {
    color: #00498f;
    font-size: 26px;
    font-weight: 600;
    max-width: 800px;
	padding-bottom: 20px;
}

div.itemHeader span.itemDateCreated {
    color: #198e9d;
    font-size: 16px; /* 27-10-2020 Was 18 */
}

div.itemIntroText {
    color: #656565;
    max-width: 1000px;
}

div.itemFullText {
    max-width: 1000px;
}

ul.itemNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
	max-width: 1000px;
	padding-top: 50px;
}

ul.itemNavigation a {
    color: #656565;
    font-size: 13px;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 100%;
}

ul.itemNavigation li {
    float: left;
    width: 32%;
}

ul.itemNavigation li.prev {
    border: 1px solid #198e9d;
    padding: 5px;
}

ul.itemNavigation li.next {
    border: 1px solid #198e9d;
    padding: 5px;
}

ul.itemNavigation li.back {
    border: 1px solid #00498f;
    padding: 5px;
	margin: 0 5px
}

ul.itemNavigation li.prev div {
    position: relative;
    padding-left: 22px;
}

ul.itemNavigation li.prev div:before {
    position: absolute;
    font-family: Flaticon;
    content: '\f115';
    left: 0;
    top: 32%;
}

ul.itemNavigation li.next div {
    position: relative;
}

ul.itemNavigation li.next div:after {
    position: absolute;
    font-family: Flaticon;
    content: '\f114';
    right: 0;
    top: 32%;
}

ul.itemNavigation li.prev:hover {
    background: #198e9d;
}

ul.itemNavigation li.next:hover {
    background: #198e9d;
}

ul.itemNavigation li.back:hover {
    background: #00498f;
}

ul.itemNavigation .itemBack {
    text-align: center;
    width: 100%;
}

ul.itemNavigation li div {
    width: 100%;
}

/* GDPR */

.gdprContainer {
    max-width: 1200px;
    padding-bottom: 100px;
}

.gdprContainer .titleA h3 {
    padding: 20px 0 5px 0;
}

.gdprContainer a {
    color: #00498f;
}

.gdprContainer .titleA h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 5px 0;
}

.gdprContainer table td, .gdprContainer table tr, .gdprContainer table td, .gdprContainer table th {
    border: 1px solid #c3c3c3;
}

.gdprContainer table th {
    background: #c3c3c3;
}

/* SEARCH */

.searchContainer {
    padding: 100px 20px 50px 80px;
	max-width: 800px;
}

.searchContainer fieldset.phrases label {
    display: block;
    font-size: 13px;
}

.searchContainer input#search-searchword {
    padding: 5px;
}

.searchContainer fieldset.phrases {
    padding-top: 20px;
}

.searchContainer h2.componentheading {
    margin-bottom: 0;
}

.searchContainer dl.search-results a {
    color: #656565;
    font-size: 16px;
    font-weight: 600;
}

.searchContainer dl.search-results a:hover {
    color: #198e9d;
}

/* OTHER */

.flexCenter {
    display: flex;
    align-items: center;
}

.nolink {
	pointer-events: none;
}

header.header.header_container .container {
	width: auto;
    max-width: 1960px;
	padding: 20px;
	margin: 0 auto;
}

header.header.header_container .row {margin: 0;}

header.header.header_container {
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 999;
    background: #fff;
	box-shadow: 0 0 8px 0px #000;
	border-top: 2px solid #00688f;
	min-height: 140px;
}

#logo img {
    max-width: 170px;
	height: 60px;
}
@media all and (max-width: 1366px) {
	#logo img {
		height: 60px;
		margin: 0;
	}
}
@media all and (max-width: 1096px) {
	#logo img {
		height: 40px;
		margin: 0;
	}
}

/* #logo2 {
    margin: auto 70px auto auto;
} */

#logo2 img {
	/* height: 50px; */
	margin: 0 0 0 40px;
}
@media all and (max-width: 1366px) {
	#logo2 img {
		/* height: 50px; */
		margin: 0;
	}
}
@media all and (max-width: 1096px) {
	#logo2 img {
		/* height: 40px; */
		margin: 0;
	}
}

#lang {padding-left: 100px;}

#lang a {
    color: #8e8e8e;
    font-weight: 300;
    font-family: Averta;
    font-size: 14px;
     -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out;
}

#lang a:hover {
    color: #00688f;
}

#lang .lang-active a {
    color: #00688f;
}

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: fixed;
  right: 15px;
  top: 26px;
  display: none; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  
ul.nav.menu ul li {
    display: block;
}

ul.nav.menu ul li a, ul.nav.menu ul li span {
    font-size: 90%;
}

ul.nav.menu li a:hover, ul.nav.menu li span:hover {
	color: #3c3c3c;
	text-decoration: none;
}

ul.nav.menu li.parent {
	position: relative;
}

ul.nav.menu li.parent.open:before {
    transform: rotate(180deg);
    top: 8px;
	transition: 0.7s;
}

ul.nav.menu li span {
    cursor: pointer;
}

ul.nav-child {
    list-style: none;
	padding-left: 11px;
}

ul.nav-child li {
    padding-right: 0 !important;
}

ul.nav.menu li.active, ul.nav.menu li.active a, ul.nav.menu li.active span {
    color: #383838;
    font-weight: 700;
}

ul.nav.menu li.active ul li a {
    color: #fff;
}

ul.nav.menu li.active ul li.active a {
    color: #383838;
}

.moduletable_menu.menubottom ul li.open > a, .moduletable_menu.menubottom ul li.open > span {
	color: #383838;
}

ul.nav.menu li.parent ul {
	display: none;
	position: absolute;
    background: #fff;
    top: auto;
    border-width: 1px 0 3px 0;
    border-style: solid;
    border-color: #00688f;
    padding: 15px;
    white-space: nowrap;
	min-width: 99.5%;
}

ul.nav.menu li.parent ul li.parent ul {
    position: relative;
    border: 0;
}

.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 14.666667%;
    max-width: 14.666667%;
}

.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 85.333333%;
    max-width: 85.333333%;
}

#headerUp {
    border-bottom: 1px solid #c3c3c3;
	text-align: right;
    padding: 0 20px;
	height: 35%;
}

#headerUp .moduletable {
    display: inline-block;
}

input#mod-search-searchword {
    border: 0;
    font-size: 12px;
    color: #9d9d9d;
    padding-right: 18px;
    padding: 0 10px;
    width: 100%;
    height: 100%;
}

input#mod-search-searchword:focus, input#mod-search-searchword:focus-within {
    outline: 0;
}

.searchButtonContainer {
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
}

#search {
    display: inline-block;
    width: 18px;
    height: 22px;
    cursor: pointer;
}

#search:hover {
    color: #00688f;
}

#search:after {
	content: url('../images/General/search.png');
}

.searchFormContainer form button.button {
    position: absolute;
    right: 17px;
    height: 100%;
    padding: 0 20px;
}

.searchFormContainer.visible {
    width: 100vw;
    background: #fff;
    position: absolute;
    bottom: -40px;
    left: 0;
    height: 40px;
    border-top: 1px solid #ccc;
    align-items: center;
    display: flex !important;
}

.searchFormContainer {
    display: none;
}

.searchFormContainer .search.searchmod, .searchFormContainer .moduletable.searchmod {
    height: 100%;
    display: flex;
    width: 100%;
}

.searchFormContainer form {
    width: 100%;
}

#hornav {
    float: left;
	height: 100%;
    display: block;
}

#lang {
    display: inline-block;
}

#logoright {}

.sc select.inputbox {
    border: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.sc .mod-languages {
	position: relative;
	padding-left: 22px;
}

.sc .mod-languages:before {
    content: url(../images/General/globe.png);
    position: absolute;
    left: 0;
	top: 3px;
}

.sc .moduletable_language ul.lang-block {
    position: absolute;
    left: 22px;
    top: 22px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 11px -4px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 10px 11px -4px rgba(0,0,0,0.35);
    box-shadow: 0px 10px 11px -4px rgba(0,0,0,0.35);
}

.sc select.inputbox:focus, .sc select.inputbox:focus-within {
    outline: 0;
}

.homeTopSlider .slide_info_ins {
	padding-top: 15%;
    color: #fff;
    max-width: 600px;
}

.homeTopSlider .sliderText {
    border-left: 7px solid #fff;
    padding-left: 100px;
}

.homeTopSlider .slick-prev, .homeBottomSlider .slick-prev {
    left: 107px;
    bottom: 12%;
    top: auto;
	right: auto;
	width: 44px;
    height: 44px;
	z-index: 998;
}

.homeTopSlider .slick-next, .homeBottomSlider .slick-next {
    right: auto;
    left: 257px;
	bottom: 12%;
    top: auto;
	width: 44px;
    height: 44px;
	z-index: 998;
}

.homeTopSlider .slick-prev:before, .homeBottomSlider .slick-prev:before {
    content: '';
    background: url(../images/General/arrowLeft.png);
    width: 44px;
    height: 44px;
    display: block;
}

.homeTopSlider .slick-next:before, .homeBottomSlider .slick-next:before {
    content: '';
    background: url(../images/General/arrowRight.png);
    width: 44px;
    height: 44px;
    display: block;
}

.homeTopSlider .slide_img {
    background-repeat: no-repeat;
    background-size: cover;
}

.homeTopSlider .slideCounter, .homeBottomSlider .slideCounter {
    position: absolute;
    bottom: 22%;
    left: 112px;
    width: 223px;
}

.homeBottomSlider .linkB img {
    display: inline-block;
}

.homeBottomSlider .linkB a + a {
    padding-left: 10px;
}

.slideCounter span {
    font-size: 10px;
    font-weight: 800;
	display: inline-block;
}

.slideBar {
    width: 66%;
    display: inline-block;
    background: #878589;
    margin: 0 5px;
}

.slideProgress {
    background: #fff;
}

.sliderText h4 {
    font-size: 16px; /* 27-10-2020 Was 18 */
    font-weight: 300;
}

.sliderText h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

.sliderText p {
    font-size: 16px; /* 27-10-2020 Was 18 */
    font-weight: 300;
    max-width: 500px;
}

.ependyontasContainer {
    padding: 150px 350px 100px 250px;
}

.ependyontasContainer .textA {
    padding: 35px 30px 0 150px;
}

.ependyontasContainer .linkA {
    padding: 20px 0 0 150px;
}

.ependyontasContainer .btnCyan {
    margin-bottom: 35px;
	margin-right: 0;
    margin-left: auto;
}

.ependyontasContainer .left75 .btnCyan {
    margin-left: 0;
}

.linkA .btnCyan a {
    color: #fff;
    font-size: 13px;
}

.homeBanner {
    float: left;
    width: 100%;
    padding: 20px 50px 150px 50px;
}

.homeBanner .moduletable {
    width: 25%;
    float: left;
	padding: 7px;
	position: relative;
}

.homeBanner .moduletable.perivallon {
    width: 50%;
}

.homeBanner .contentBody {
    position: absolute;
    top: 5%;
    left: 5%;
}

.homeBanner .moduletable.perivallon .contentBody {
    top: 3%;
    left: 4%;
}

.contentBody h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
	margin: 0;
	padding-bottom: 10px;
}

.moduletable.perivallon .contentBody h2 {
    font-size: 32px;
}

.contentBody p {
    font-size: 16px; /* 27-10-2020 Was 18 */
    color: #fff;
    font-weight: 300;
}

.contentBody-outter a {
    position: absolute;
    bottom: 5%;
    left: 5%;
    font-size: 16px; /* 27-10-2020 Was 18 */
    font-weight: 600;
	color: #fff;
}

.contentBody-outter a:after {
    content: '';
    background: url(../images/General/arrowRight.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    right: -35px;
    position: absolute;
	transition: 0.5s;
}

.homeBanner span.imageLayer {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.homeBanner .moduletable:hover span.imageLayer {
    background: rgba(0,0,0,0.5);
}

.homeBanner span.linkedImage {
    position: relative;
	min-height: 320px;
}

.homeBanner .moduletable:hover .contentBody-outter a:after {
	right: -45px;
}

.homeBottomSlider .slide_img {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.homeBottomSlider .slide_info_ins {
    padding: 15% 0 0 100px;
    color: #fff;
    max-width: 650px;
}

.homeBottomSlider .linkB {
    padding-top: 20px;
}

.homeBottomSlider .linkB a {
    background: #fff;
    color: #656565;
    padding: 15px;
}

.homeBottomSlider .linkB a:hover {
    background: #00688f;
    color: #fff;
}

.drastiriotitesModContainer {
    padding: 150px 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.drastiriotitesModContainer .image {
    padding-right: 50px;
}

.drastiriotitesModContainer .btnCyan {
    margin-top: 30px;
}

.enimerosiContainer {
    background: #c3c3c3;
    padding: 50px 0 50px 100px;
}

.enimerosiContainer .leftContainer {
    transform: rotate(-90deg);
    margin-top: 17%;
    margin-left: -5%;
    width: 12%;
}

.enimerosiContainer .title h2 {
    font-size: 84px;
    color: #d4d4d4;
    font-weight: 600;
}

.enimerosiContainer .rightContainer {
    width: 88%;
}

.homePhotosSlider .sigProImg {
    max-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 400px;
    background-position: center;
}

.enimerosiContainer .top {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}

.enimerosiContainer .bottom {
    padding-top: 30px;
}

.enimerosiContainer .enimerosiItem {
    float: left;
    padding-right: 50px;
    text-align: center;
	position: relative;
	width: 14%;
}

.enimerosiItem img.white {
    display: none;
}

.enimerosiItem:hover img.default {
    display: none;
}

.enimerosiItem:hover img.white {
    display: block;
}

.enimerosiContainer .enimerosiItemImage a {
    background: #fff;
    border-radius: 50%;
    height: 125px;
    width: 125px;
    display: block;
    margin: auto;
    padding-top: 24%;
}

.enimerosiContainer .enimerosiItemImage img {
    margin: auto;
    /*width: 60px;*/
    height: 45px;
}

.enimerosiItem:hover .enimerosiItemImage a {
    background: #00688f;
}

.homePhotosSlider .slick-prev {
    left: auto;
    bottom: auto;
    top: 50%;
    right: 50px;
	width: 44px;
    height: 44px;
	z-index: 998;
}

.homePhotosSlider .slick-next {
    right: -25px;
    left: auto;
    bottom: auto;
    top: 50%;
	width: 44px;
    height: 44px;
	z-index: 998;
}

.homePhotosSlider .slick-prev:before {
    content: '';
    background: url(../images/General/arrowLeftBlue.png);
    width: 44px;
    height: 44px;
    display: block;
}

.homePhotosSlider .slick-next:before {
    content: '';
    background: url(../images/General/arrowRightBlue.png);
    width: 44px;
    height: 44px;
    display: block;
}

.footer .mainmenu {
    width: 100%;
    margin: 50px 0 50px 150px;
    padding: 30px 0 150px 50px;
    background: #00688f;
    color: #fff;
}

.footer .mainmenu ul.nav.menu li.parent ul {
    display: block !important;
    position: relative;
    background: none;
    border: 0;
    top: auto;
    padding: 0;
    min-width: 0;
	padding-top: 20px;
}

.footer .mainmenu li.item-101 {
    display: none;
}

.footer .mainmenu li {
    width: 25%;
}

.footer .mainmenu span.nav-header {
    pointer-events: none;
    font-size: 14px;
    font-weight: 600;
}

.footer .mainmenu ul.nav.menu ul li a, .footer .mainmenu ul.nav.menu ul li span {
    font-size: 14px;
}

.footer .mainmenu ul.nav-child li a {
    font-weight: 300;
}

.footer .mainmenu ul.nav-child li {
    padding: 5px 0;
}

.footer .mainmenu li a {
    font-size: 14px;
    font-weight: 600;
}

.footer ul.nav.menu li a:hover, .footer ul.nav.menu li span:hover {
    color: #fff;
    text-decoration: underline;
}

.footer ul.nav.menu li.active > a {
    color: #fff;
	text-decoration: underline;
}

.footer .bottom ul.nav.menu li.active > a {
    color: #656565;
}

/*.footer ul.nav.menu li.active {
    color: #fff;
}

.footer ul.nav.menu li.active, .footer ul.nav.menu li.active a, .footer ul.nav.menu li.active span {
	color: #fff;
}*/

.footer .bottom {
    width: 100%;
    padding: 0 50px 50px 150px;
}

.footer .bottom p {
    font-size: 14px;
    font-weight: 700;
}

.footer .bottom img {
    padding-right: 50px;
}

.footer .bottom .right {
    text-align: right;
}

.footer .bottom .right ul.nav.menu li a {
    padding: 0 10px;
    border-right: 2px solid #656565;
}

.footer .bottom a {
    color: #656565;
	font-size: 14px;
    font-weight: 700;
}

.footer .bottom a:hover, .footer .bottom .right ul.nav.menu li a:hover {
    color: #00688f;
}

.footer .bottom .right ul.nav.menu li:last-child a {
    border-right: 0;
	padding-right: 0;
}

.istoriaContainerA h2 {
    max-width: 1200px;
}

.istoriaContainerA .textA {
    max-width: 600px;
}

.istoriaContainerBA {
    background: #eaeaea;
    margin: 80px 0;
    padding: 50px 0;
}

.dateA {
    display: flex;
    align-items: center;
    width: 200px;
    height: 200px;
    background: #00688f;
    border-radius: 50%;
    position: relative;
    color: #fff;
}

.dateB {
    display: flex;
    align-items: center;
    width: 200px;
    height: 200px;
    background: #00498f;
    border-radius: 50%;
    position: relative;
    color: #fff;
}

.dateA p, .dateB p, .dateC p{
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.dateC {
    display: flex;
    align-items: center;
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    color: #00688f;
}

.istoriaContainerBA .textA {
    max-width: 900px;
}

.istoriaContainerBB {
    padding: 50px 0;
}

.istoriaContainerBB .left75 {
    text-align: right;
    padding-right: 100px;
}

.istoriaContainerBB .titleA h3 {
    text-align: right;
}

.istoriaContainerC {
    margin: 250px 0 50px 0;
    float: left;
	width: 100%;
    background: #00498f;
}

.istoriaContainerCInner {
    padding: 50px 50px 50px 250px;
    float: left;
	width: 100%;
}

.istoriaContainerC .left50 {
    margin-top: -150px;
}

.istoriaContainerC .textC {
    max-width: 700px;
}

.istoriaContainerD {
    background: #00688f;
}

.istoriaContainerDInner {
    padding-top: 50px;
    padding-bottom: 100px;
}

.istoriaContainerD .textC {
    max-width: 950px;
}

.istoriaContainerE {
    height: 720px;
    margin: 100px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.istoriaContainerE:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.3);
}

.istoriaContainerEInner {
    padding-top: 8%;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin-right: 0;
    margin-left: auto;
}

.istoriaContainerBA .left67 {
    padding-left: 50px;
}

.istoriaContainerBB .left55 {
    padding-right: 50px;
    text-align: right;
}

.istoriaContainerBA .dateA, .istoriaContainerBB .dateB {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.istoriaContainerE .titleB h3, .istoriaContainerE .textC p {
    color: #fff;
}

.istoriaContainerE .textC {
    max-width: 800px;
}

.drastiriotitesContainerA .textContainer {
    padding-left: 150px;
    max-width: 800px;
	padding-right: 50px;
}

.drastiriotitesContainerB {
    background: #eaeaea;
    padding: 100px 0;
    margin: 100px 0;
}

.drastiriotitesContainerBA .textA {
    max-width: 600px;
}

.drastiriotitesContainerBA {
    padding-bottom: 100px;
}

.drastiriotitesContainerBA.drastiriotitesP {
    padding-bottom: 0;
}

.drastiriotitesContainerBA .image {
    padding-right: 50px;
    text-align: right;
}

.drastiriotitesContainerC .image {
    text-align: right;
}

.drastiriotitesContainerC .image img {
    padding-right: 50px;
}

.drastiriotitesContainerBB .left40 {
    text-align: right;
    padding-right: 50px;
}

.drastiriotitesContainerBB .titleC h3 {
    text-align: right;
    padding-right: 50px;
}

.drastiriotitesContainerBB .textA {
    padding-right: 50px;
    text-align: right;
}

.drastiriotitesContainerD .titleC h3 {
    text-align: right;
    padding-right: 50px;
}

.drastiriotitesContainerD .textA {
    padding-right: 50px;
    text-align: right;
}

/*.drastiriotitesContainerC {
    height: 600px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	margin: 200px 0;
	position: relative;
}

.drastiriotitesContainerCInner {
    background: #00498f;
    max-width: 750px;
    position: absolute;
    right: 10%;
    top: -15%;
    padding: 25px 35px 40px 35px;
}*/

/*.drastiriotitesContainerC .image {
    padding-left: 50px;
    max-width: 600px;
}*/

.drastiriotitesContainerC, .drastiriotitesContainerBA, .drastiriotitesContainerBB, .drastiriotitesContainerD {
    max-width: 1600px;
}

.drastiriotitesContainerA img {
    width: auto !important;
}

.drastiriotitesContainerD .image {
    padding-right: 50px;
}

.drastiriotitesContainerD {
    padding: 100px 0 0 0;
}

.contactContainer {
    padding: 50px 20px 100px 80px;
}

.map a:before {
    font-family: Flaticon;
    content: '\f151';
    padding-right: 10px;
}

.phone a:before {
    font-family: Flaticon;
    content: '\f120';
    padding-right: 10px;
}

.fax p:before {
    content: 'Fax: ';
    font-weight: 300;
    font-size: 16px;
}

.mail a:before {
    font-family: Flaticon;
    content: '\f126';
    padding-right: 10px;
}

.profilContainerA {
    float: left;
    padding-bottom: 50px;
	width: 100%;
}

.profilContainerA .textContainer {
    padding-left: 200px;
    max-width: 800px;
}

.profilContainerA .rightInner {
    background: #00688f;
    color: #fff;
    padding: 50px 30px 100px 30px;
    max-width: 350px;
    margin-top: -215px;
    position: relative;
}

.profilContainerA .rightInner .textA p {
    font-weight: 600;
}

.profilContainerB {
    background: #eaeaea;
    padding-top: 50px;
    margin: 20px 0 250px 0;
}

.profilContainerB .textContainer {
    padding-left: 200px;
    max-width: 750px;
}

.profilContainerB .textContainer .textA {
	padding: 50px 0;
	position: relative;
}

.profilContainerB .textContainer .textA:nth-child(2) {
    border-bottom: 1px solid #00688f;
    border-top: 1px solid #00688f;
}

.profilContainerB .textContainer .textA:before {
    content: url(../images/General/arrowRightBlue.png);
    position: absolute;
    left: -100px;
    top: 45%;
}

.profilContainerB .titleA {
    padding-bottom: 0;
}

.profilContainerB .image {
    margin-bottom: -85px;
    margin-top: 50px;
	padding-left: 50px;
}

.stratigikiContainerA .titleA {
    max-width: 750px;
}

.stratigikiContainerA .textContainer {
    max-width: 800px;
    padding-left: 200px;
	padding-right: 50px;
}

.stratigikiContainerA {
    float: left;
    width: 100%;
}

.stratigikiContainerB {
    float: left;
    width: 100%;
    background: #00498f;
    margin: 100px 0 150px 0;
    padding: 50px 0;
}

.stratigikiContainerB .titleC {
    max-width: 1100px;
}

.stratigikiContainerB .textC {
    padding-left: 200px;
    padding-right: 65px;
}

.stratigikiContainerB .left50 {
    margin-bottom: -100px;
}

.fotoylikoContainer {
    padding-bottom: 50px;
}

.fotoylikoContainer .gallery {
    max-width: 1400px;
}

ul.sigProClassic li.sigProThumb {
    width: 30%;
}

ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
    background: none;
    width: 100%;
    padding: 10px;
}

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    border: 0;
}

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    margin: 0;
	width: 100%;
}
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
}

ul.sigProClassic li.sigProThumb a.sigProLink {
    width: 100% !important;
    max-height: 400px;
}

ul.sigProClassic li.sigProThumb a.sigProLink {
	position: relative;
	transition: 0.5s;
}

ul.sigProClassic li.sigProThumb a.sigProLink:after {
    content: url(../images/General/plusIcon.png);
    position: absolute;
    bottom: 10px;
    right: 10px;
}

ul.sigProClassic li.sigProThumb a.sigProLink:hover {
    opacity: 0.7;
}

ul.sigProClassic li.sigProThumb a.sigProLink:after {
    transition: 0.5s;
}

ul.sigProClassic li.sigProThumb a.sigProLink:hover:after {
    transform: scale(1.2);
}

.videoContainerMod {
    padding-bottom: 50px;
    float: left;
    max-width: 1400px;
}

.videoContainerMod .videoContainerItem {
    float: left;
    width: 30%;
	padding: 10px;
}

.videoContainerItem img {
    width: 100%;
}

.wf-icon-zoom-image:before {
    content: url(../images/General/videoIconWhiteResized.png);
    left: 50%;
    top: 95%;
    margin-left: -15px;
    margin-top: -32px;
	transition: 0.5s;
}

a.wf-zoom-image:hover .wf-icon-zoom-image:before {
    transform: scale(1.2);
}

a.wf-zoom-image:hover {
    opacity: 0.7;
}

a.wf-zoom-image {
    transition: 0.5s;
}

.selectContainer {
    border: 1px solid #198e9d;
    padding: 15px 25px 30px 25px;
    background: rgba(25, 142, 157, 0.05);
    float: left;
    width: 100%;
	max-width: 1000px;
}

.selectContainer h4 {
    color: #198e9d;
    font-weight: 600;
    font-size: 14px;
}

.selectContainer li.selectItem {
    float: left;
    list-style: none;
    background: #fff;
    margin: 0 30px;
    min-width: 130px;
    padding: 5px;
	border: 1px solid #198e9d;
	position: relative;
}

.selectContainer li.selectItem:nth-child(2) {
    margin-left: 0;
}

.selectContainer li.selectItem:after {
    font-family: Flaticon;
    content: '\f118';
    position: absolute;
    right: 5px;
	color: #198e9d;
}

.selectContainer li.selectItem a {
    display: inline-block;
    width: 100%;
	font-size: 14px;
	color: #198e9d;
    font-weight: 600;
}

.selectContainer li.selectItem:hover {
    background: #198e9d;
}

.selectContainer li.selectItem:hover a {
    color: #fff;
}

.selectContainer li.selectItem:hover:after {
    color: #fff;
}

.selectContainer li.selectItem.active {
    background: #198e9d;
}

.selectContainer li.selectItem.active a {
    color: #fff;
}

.selectContainer li.selectItem.active:after {
    content: none;
}

.arthraCategoryContainer div.itemContainer.activeArticle {
	display: inline-block !important;
}

.arthraCategoryContainer div.itemContainer.inactiveArticle {
	display: none !important;
}

.pd-category .pd-filebox.activePhoca {
	display: block !important;
}

.pd-category .pd-filebox.inactivePhoca {
	display: none !important;
}

#fancybox-buttons ul {
    box-shadow: none;
    background: rgb(50,50,50);
	border: 0;
    border-radius: 0;
}

.organotikidomiContainerInner {
    max-width: 1000px;
    padding-bottom: 50px;
}

/* PHOCA */

.deltia-typouContainer .main_container, .etairikes-ekdoseisContainer .main_container, .downloadsContainer .main_container {
	padding-left: 80px;
	max-width: 1000px;
	padding-right: 20px;
}

.etisioi-apologismoiContainer .main_container, .oikonomikes-katastaseisContainer .main_container {
	padding-left: 80px;
	max-width: 1400px;
	padding-right: 20px;
}

.deltia-typouContainer .selectContainer, .etairikes-ekdoseisContainer .selectContainer, .downloadsContainer .selectContainer, .etisioi-apologismoiContainer .selectContainer, .oikonomikes-katastaseisContainer .selectContainer {
	margin-bottom: 50px;
    max-width: 1000px;
	background: #fbfbfb;
}

.pd-date p {
    color: #198e9d;
	font-size: 15px;
}

#phoca-dl-download-box .pd-filenamebox, #phoca-dl-category-box .pd-filenamebox {
    margin: 0;
	max-width: 600px;
	padding-right: 20px;
}

#phoca-dl-category-box .pd-title, #phoca-dl-file-box .pd-title, #phoca-dl-download-box .pd-title {
    margin-bottom: 0;
    color: #00688f;
}

#phoca-dl-category-box .pd-filebox {
    border-bottom: 1px solid #198e9d;
    padding: 20px 0;
    margin: 0;
}

#phoca-dl-category-box .pd-buttons, #phoca-dl-file-box .pd-buttons, #phoca-dl-download-box .pd-buttons {
    float: right;
    margin: 0;
    /*padding-right: 15%;*/
}

.pd-button-download .btn {
    padding: 5px 40px;
}

.pdtop, .pgcenter, .pd-cb + div, .pd-button-details, .pd-filename, .pd-category .titleA {
    display: none;
}

.etisioi-apologismoiContainer #phoca-dl-category-box .pd-filebox, .oikonomikes-katastaseisContainer #phoca-dl-category-box .pd-filebox {
    float: left;
    width: 300px;
    height: 300px;
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 50px;
    text-align: center;
    padding: 4%;
    border: 0;
	position: relative;
}

.etisioi-apologismoiContainer #phoca-dl-category-box .pd-filebox:nth-child(odd), .oikonomikes-katastaseisContainer #phoca-dl-category-box .pd-filebox:nth-child(odd) {
    background: #198e9d;
}

.etisioi-apologismoiContainer #phoca-dl-category-box .pd-filebox:nth-child(even), .oikonomikes-katastaseisContainer #phoca-dl-category-box .pd-filebox:nth-child(even) {
    background: #00688f;
}

.etisioi-apologismoiContainer .pd-date, .oikonomikes-katastaseisContainer .pd-date {
	display: none;
}

.etisioi-apologismoiContainer #phoca-dl-category-box .pd-title, .etisioi-apologismoiContainer #phoca-dl-file-box .pd-title, .etisioi-apologismoiContainer #phoca-dl-download-box .pd-title, .oikonomikes-katastaseisContainer #phoca-dl-category-box .pd-title, .oikonomikes-katastaseisContainer #phoca-dl-file-box .pd-title, .oikonomikes-katastaseisContainer #phoca-dl-download-box .pd-title {
    color: #fff;
}

.etisioi-apologismoiContainer #phoca-dl-download-box .pd-filenamebox, .etisioi-apologismoiContainer #phoca-dl-category-box .pd-filenamebox, .oikonomikes-katastaseisContainer #phoca-dl-download-box .pd-filenamebox, .oikonomikes-katastaseisContainer #phoca-dl-category-box .pd-filenamebox {
    padding-right: 0;
}

.etisioi-apologismoiContainer #phoca-dl-category-box .pd-buttons, .etisioi-apologismoiContainer #phoca-dl-file-box .pd-buttons, .etisioi-apologismoiContainer #phoca-dl-download-box .pd-buttons, .oikonomikes-katastaseisContainer #phoca-dl-category-box .pd-buttons, .oikonomikes-katastaseisContainer #phoca-dl-file-box .pd-buttons, .oikonomikes-katastaseisContainer #phoca-dl-download-box .pd-buttons {
    float: none;
    padding-right: 0;
    position: relative;
    padding-top: 95%;
}

.etisioi-apologismoiContainer #phoca-dl-category-box .pd-filebox:nth-child(even) .pd-button-download .btn, .oikonomikes-katastaseisContainer #phoca-dl-category-box .pd-filebox:nth-child(even) .pd-button-download .btn {
	background: transparent;
	border-color: #fff;
}

.etisioi-apologismoiContainer #phoca-dl-category-box .pd-filebox:nth-child(odd) .pd-button-download .btn, .oikonomikes-katastaseisContainer #phoca-dl-category-box .pd-filebox:nth-child(odd) .pd-button-download .btn {
	background: transparent;
	border-color: #fff;
}

.etisioi-apologismoiContainer #phoca-dl-category-box .pd-filebox:nth-child(even) .pd-button-download .btn:hover, .oikonomikes-katastaseisContainer #phoca-dl-category-box .pd-filebox:nth-child(even) .pd-button-download .btn:hover {
	background: #c3c3c3;
	border-color: #c3c3c3;
}

.etisioi-apologismoiContainer #phoca-dl-category-box .pd-filebox:nth-child(odd) .pd-button-download .btn:hover, .oikonomikes-katastaseisContainer #phoca-dl-category-box .pd-filebox:nth-child(odd) .pd-button-download .btn:hover {
	background: #c3c3c3;
	border-color: #c3c3c3;
}

#sc1 .moduletable.contactMod {
	margin-right: 130px;
}

#sc1 .moduletable:nth-child(2) {
	position: absolute;
    right: 8px;
    top: 27%;
}

.istoriaContainerEInner p, .istoriaContainerEInner h3 {
    color: #656565;
}

.fancybox-title.fancybox-title-inside-wrap {
    display: none;
}

.drastiriotitesContainer .flexCenter {
    align-items: normal;
}

.drastiriotitesContainer .image img {
    padding-top: 0;
}

.footer li.item-576 ul li {
    float: left;
    width: 50%;
}

.homeBanner a.readmore {
    display: none;
}

/* Changes 30/4/2020 */

body.i-istoria-masContainer .itemHeaderTop, body.anthropoi-masContainer .itemHeaderTop {
    background-position: center;
}

/* Changes 18/5/2020 */

.istoriaContainerBA .rightBA {
    padding-left: 2%;
}