/* PHASE ONE */
.header-link-sitemap, .header-link-search {
  _display: none !important;
}
.lang-switch.navbar-right-element {
  border-right: 0;
  padding-right: 0;
}
/* GENERAL CSS RULES */
html {

}
body {
  font-size: 17px;
	background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
p {
	font-size: 17px;
	margin: 0 0 15px;
}
h1, h2, h3, h4 {

}
img {
    /*image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;  */
}
.padding-3 {
	padding-left: 3px;
	padding-right: 3px;
}
.padding-5 {
	padding-left: 5px;
	padding-right: 5px;
}
.padding-7 {
	padding-left: 7px;
	padding-right: 7px;
}
.padding-8 {
	padding-left: 8px;
	padding-right: 8px;
}
.padding-9 {
	padding-left: 9px;
	padding-right: 9px;
}
.padding-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.padding-50 {
	padding-left: 50px;
	padding-right: 50px;
}
.no-padding {
	padding: 0;
}
.no-padding-l {
	padding-left: 0;
}
.no-padding-r {
	padding-right: 0;
}
.section-padding {
  padding: 100px 0;
}
.section-padding-no-fluid {
    padding: 100px 15px;
}
.about-us .section-padding {
  padding: 60px 0;
}
.no-margin {
  margin: 0;
}
.text-center {
	text-align: center;
}
.img-center {
	margin: auto;
}
.img-full img {
	width: 100%;
}
.col-center {
	float: none;
	margin: auto;
}
.self-align-center {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}
.opacity {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.opacity:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.80;
}
.unopacity {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.80;
	transition: opacity 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.unopacity:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.vertical-align-text-wrap {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
.vertical-align-text {
	display: table-cell;
	vertical-align: middle;
}
div, a {
  outline: 0;
}
.clearfix {
	clear: both;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
#wrapper, #header {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#wrapper {
  position: relative;
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  _z-index: 3;
  z-index: 11;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
#content {
  _margin-top: 128px;
  padding-top: 128px;
  /* min-height: 200px;
  background-color: #cccccc; */
}
#top-slider img {
  width: 100%;
  height: calc(100vh - 128px);
  object-fit: cover;
}
.container.no-padding {
  overflow: hidden;
}
.lang-switch a {
  text-decoration: none;
}
/* GENERAL CSS RULES END */

/* SHARED ELEMENTS START */
.very-light-blue-bg {
    background-color: #f1f8fb;
}
h2.standard-heading {
    font-size: 50px;
    font-weight: 300;
    color: #0061a2;
    margin-bottom: 0;
    /* margin-top: 0; */
}
h2.entypa-heading{
    font-size: 22px;
    color: #0f90c5;
}
.entypa-seperator{
    border-top: 1px solid #0f90c5!important;
    margin-top: 10px;
}
.flipbook-thumb:last-of-type img{
    width: 96.3908px!important;
}
.flipbook-thumb:last-of-type{
    width: 98.3908px!important;

}
h4.secondary-heading {
    font-size: 26px;
    font-weight: 300;
    color: #87c9e6;
}
h4.secondary-entypa-heading {
    font-size: 17px;
    font-weight: 400;
    color: #0f90c5;
}
h4.secondary-heading.grey {
    color: #6c6c6c;
}
p.standard-subtitle {
    font-size: 30px !important;
    margin-top: 5px;
    font-weight: 300;
    color: #a0a0a0;
}
p.standard-subtitle.black {
    color: #333;
}
p.standard-subtitle.light {
    font-weight: 300;
}
p.standard-text, .standard-text p, .post-details p {
    font-size: 18px;
    font-weight: 300;
}
hr.small-separator {
    border-top: 2px solid #87c9e6;
    width: 170px;
    margin-left: 0;
}
hr.right-separator {
    border-top: 2px solid #87c9e6;
    width: 100%;
    margin-left: 0;
}
hr.section-separator {
    border-top: 1px solid #87c9e6;
}
a.standard-button {
    width: 155px;
    color: #87c9e6;
    display: block;
    background-color: #fff;
    border: 1px solid #87c9e6;
    padding: 10px 25px;
    margin-top: 60px;
    text-align: center;
    text-decoration: none;
}
a.standard-button:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #87c9e6;
}
.form-btn .btn:hover {
  color: #ffffff;
  background-color: #a0d4e9 !important;
}
a.standard-button.blue {
    color: #fff;
    background-color: #0061a2;
    border: 1px solid #0061a2;
}
.text-big-image-section {
    padding: 80px 0;
}
.text-big-image-section.left-align-img .fluid-img-container {
    left: 0;
}
.center-aligned-text-section {
    padding: 60px 0;
}
.text-big-image-section .fluid-img-container {
    position: absolute;
    width: 50%;
    right: 0;
    text-align: right;
}
.text-big-image-section .fluid-img-container img {
    width: 100%;
    max-width: 759px;
}
.text-big-image-section.gradient-blue-bg {
    /* padding: 80px 0; */
}
.text-big-image-section.gradient-blue-bg .standard-heading,
.text-big-image-section.gradient-blue-bg .standard-subtitle,
.text-big-image-section.gradient-blue-bg .standard-text {
    color: #fff;
}
/* SHARED ELEMENTS END */

/* HEADER START */
.navbar-brand {
  height: 120px;
  margin-right: 20px;
}
#header .left-to-right-gradient {
  height: 8px;
}
.navbar {
  border: 0;
}
#header .navbar {
  background-color: #ffffff;
  border-radius: 0;
}
#header .navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
#header .navbar {
  margin-bottom: 0;
}
.nav>li>a {
  padding: 10px 0;
}
.nav>li {
  padding: 0 10px;
  font-weight: 400;
}
#header .navbar-right {
  _margin-right: -12px;
  margin-right: 0;
}
.lang-switch a {
  padding: 10px 0;
  display: inline-block;
  line-height: 20px;
  color: #979797;
}
.header-link {
  height: 40px;
  line-height: 40px;
}
.header-link a {
  display: inline-block;
}
.lang-switch a.selected {
  color: #0089c2;
}
.navbar-right-element {
  border-right: 1px solid #dadada;
  padding-right: 12px;
  padding-left: 12px;
}
.navbar-right-element:first-child {
  padding-left: 0;
}
.navbar-right-element:last-child {
  border: 0;
  padding-right: 0;
}
.navbar-nav {
  margin-top: 37px;
}
.navbar-default .navbar-nav>li>a {
  color: #0061a2;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  background-color: transparent;
  color: #7e7e7e;
}
.navbar-default .navbar-nav>.active>a:after, .navbar-default .navbar-nav>.active>a:focus:after, .navbar-default .navbar-nav>.active>a:hover:after, .navbar-default .navbar-nav>li>a:focus:after, .navbar-default .navbar-nav>li>a:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #6ec6fd;
}
.left-to-right-gradient {
  background: rgb(0,114,167);
  background: -moz-linear-gradient(left, rgba(0,114,167,1) 0%, rgba(66,157,215,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,114,167,1) 0%,rgba(66,157,215,1) 100%);
  background: linear-gradient(to right, rgba(0,114,167,1) 0%,rgba(66,157,215,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072a7', endColorstr='#429dd7',GradientType=1 );
}
.left-to-right-dark-blue-gradient {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 8%, #1e5799 23%, #2989d8 100%, #2989d8 100%);
    background: -webkit-linear-gradient(left, #1e5799 8%,#1e5799 23%,#2989d8 100%,#2989d8 100%);
    background: linear-gradient(to right, #1e5799 8%,#1e5799 23%,#2989d8 100%,#2989d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8',GradientType=1 );
}
.navbar-toggle {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  height: 4px;

}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #0089c2;
  width: 24px;
}
.navbar-default .navbar-toggle {
  border-color: unset;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}
.caret {
  display: inline-block !important;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
  margin: 0 !important;
  float: none;
  border-color: #ffffff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  color: #6ec6fd !important;
}
.navbar-nav .open .dropdown-menu .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  background-color: transparent;
}
.dropdown-menu {
  border-radius: 0;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left: -10px;
}
.icl-en a, .icl-el a {
  font-family: 'Roboto', sans-serif !important;
  padding: 10px 0 !important;
    display: inline-block !important;
    line-height: 20px !important;
    color: #979797 !important;
    font-size: 17px !important;
    background-color: transparent !important;
}
a.lang_sel_sel {
  color: #0089c2 !important;
}
#lang_sel_list li {
  margin-right: 4px !important;
}
#lang_sel_list li:last-child {
  margin-right: 0 !important;
}
#lang_sel_list ul {
  border: 0 !important;
}
/* HEADER END */


/* FOOTER START */
.footer-top {
  padding-top: 30px;
  background: rgb(0,114,167);
  background: -moz-linear-gradient(left, rgba(0,114,167,1) 0%, rgba(66,157,215,1) 40%, rgba(66,157,215,1) 60%, rgba(66,157,215,1) 60%, rgba(66,157,215,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,114,167,1) 0%,rgba(66,157,215,1) 40%,rgba(66,157,215,1) 60%,rgba(66,157,215,1) 60%,rgba(66,157,215,1) 100%);
  background: linear-gradient(to right, rgba(0,114,167,1) 0%,rgba(66,157,215,1) 40%,rgba(66,157,215,1) 60%,rgba(66,157,215,1) 60%,rgba(66,157,215,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072a7', endColorstr='#429dd7',GradientType=1 );
}
.footer-top-inside {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 25px;
}
.footer-top-img {
  position: relative;
}
.footer-top-img .scroll-to {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer-top-menu {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer-top-menu .links-img {
  margin-right: 10px;
}
.footer-top-menu .links-img-entypa {
  margin-right: 4px;
}
.font-entypa{
    font-weight: 400;
}
.footer-top-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-top-menu ul li {
  display: inline-block;
  color: #ffffff;
  margin-right: 20px;
}
.footer-top-menu ul li:last-child {
  margin-right: 0;
}
.footer-top-menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer-center-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-center {
  background: rgb(0,106,159);
  background: -moz-linear-gradient(left, rgba(0,106,159,1) 0%, rgba(60,146,204,1) 40%, rgba(60,146,204,1) 60%, rgba(60,146,204,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,106,159,1) 0%,rgba(60,146,204,1) 40%,rgba(60,146,204,1) 60%,rgba(60,146,204,1) 100%);
  background: linear-gradient(to right, rgba(0,106,159,1) 0%,rgba(60,146,204,1) 40%,rgba(60,146,204,1) 60%,rgba(60,146,204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006a9f', endColorstr='#3c92cc',GradientType=1 );
}
.footer-center-menu ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
  font-size: 85%;
  margin: 0;
}
.footer-center-menu ul li {
  display: inline-block;
  color: #ffffff;
  padding-right: 10px;
  border-right: 1px solid #ffffff;
  margin-right: 10px;
}
.footer-center-menu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}
.footer-center-menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer-bottom {
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 70%;
  color: #6c6c6c;
}
#footer a:hover {
  color: #dddddd;
}
/* FOOTER END */

/* EXTRAS */
.error .post-content {
  padding-top: 180px;
  padding-bottom: 180px;
}
.single .post-content {
  padding-top: 20px;
  padding-bottom: 100px;
}
.text-big-image-section .fluid-img-container, .full-width-imgs .row, .join-us-banner {
  overflow: hidden;
}
.text-big-image-section.left-align-img .fluid-img-container {
  text-align: left;
}
.text-big-image-section .fluid-img-container img, .homepage .full-width-imgs img, .join-us-banner img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.text-big-image-section .fluid-img-container img:hover, .homepage .full-width-imgs img:hover, .join-us-banner img:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.international-presence .fluid-img-container {
  overflow: visible;
}
.single .standard-text ol, .single .standard-text ul {
  padding-left: 20px;
}
/* EXTRAS END */

/* TOP SLIDER START */
.swiper-pagination-bullet-active {
  _background: #0061a2;
  background: #ffffff;
  opacity: .9;
}
.top-slider-container {
    position: relative;
}
.top-slider-container .slider-arrow-down {
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
#top-slider {
    overflow: hidden;
}
#top-slider img {
  width: 100%;
  height: calc(100vh - 120px);
  object-fit: cover;
}
/* TOP SLIDER END */


/* INTRO START */
.intro-page #wrapper {
  position: static;
}
body.intro-page {
    overflow-x: hidden;
}
.intro-logo {
    margin-top: 130px;
    margin-bottom: 85px;
    margin-top: 50px;
    margin-bottom: 45px;
}
.intro-logo img {
    margin: 0 auto;
}
.intro-title {
    color: #6cc4ff;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 90px;
    margin-bottom: 70px;
    line-height: 1.1;
    padding: 15px 0px;
    border-top: 1px solid #6cc4ff;
    border-bottom: 1px solid #6cc4ff;
    letter-spacing: 6px;
}
.intro-lang {
    text-align: center;
}
.intro-lang a {
    color: #575756;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 3px 20px;
    letter-spacing: 2.5px;
    text-decoration: none;
    font-weight: normal;
}
.intro-lang a:hover {
  color: #0061a2;
}
.intro-lang a.grk {
    _color: #0061a2;
    border-right: 1px solid #6cc4ff;
    _font-weight: normal;
}
.age-para {
    color: #575756;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.8;
}
.age-btns {
    text-align: center;
}
.age-btns a {
    color: #575756;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 3px 20px;
    letter-spacing: 0px;
    font-weight: normal;
    text-decoration: none;
}
a {
  text-decoration: none;
}
.age-btns a:hover {
  color: #0061a2;
}
.age-btns a.under-age {
    border-right: 1px solid #6cc4ff;
}
.age-btns a.of-age {
    _color: #0061a2;
    _font-weight: normal;
}
.intro-age-grk, .under-age-msg-grk, .intro-age-eng, .under-age-msg-eng {
    display: none;
}
.cookie-policy {
    color: #7e7e7e;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    line-height: 1.1;
    padding: 15px 0px;
    border-top: 1px solid #c3e4f2;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.cookie-policy img {
    margin-left: 5px;
    cursor: pointer;
}
/* INTRO END */


/* HOMEPAGE START */
.homepage .full-width-imgs img {
    width: 100%;
    padding-bottom: 100px;
}
.homepage .news {
    background-color: #f3f6f8;
    padding: 100px 0;
}
.homepage .news .posts {
    margin-top: 80px;
}
.homepage .news .posts .post-item {
    margin-top: 10px;
}
.homepage .news .posts .post-item .post-details {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}
.homepage .news .posts .post-item .right-arrow-box {
    background: #87c9e6;
    padding: 5px 12px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.homepage .news .posts .post-item .right-arrow-box img {
    width: 8px;
}

.homepage .news .posts .post-item .post-img {
    border-left: 30px solid #0061a2;
}
.homepage .news .posts .post-item .post-img img {
    width: 100%;
}
/* HOMEPAGE END */


/* ABOUT US START */
.about-us-tabs .tabs-heading-wrapper {
    margin-top: 50px;
}
.about-us-tabs .tabs-heading-wrapper .tab-item {
    font-size: 14px;
    background-color: #2c8fc7;
    color: #fff;
    font-weight: 300;
    padding: 10px 0;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
}
.about-us-tabs .tabs-heading-wrapper .tab-item:hover,
.about-us-tabs .tabs-heading-wrapper .tab-item:active,
.about-us-tabs .tabs-heading-wrapper .tab-item:focus {
    text-decoration: none;
}
.about-us-tabs .tabs-heading-wrapper .tab-item:first-child {
    border-left: none;
}
.about-us-tabs .tabs-heading-wrapper .tab-item:last-child {
    border-right: none;
}
.about-us-tabs .tabs-heading-wrapper .tab-item.selected {
    background-color: #29a8f0;
}
.about-us-tabs .tab-content {
    margin-top: 5px;
}
.about-us-tabs .tab-content .text-wrapper {
    padding: 50px 20px;
}
.numbers-section p.number-heading {
    font-size: 1.5em;
    color: #0061a2;
    margin-top: 30px;
}
.numbers-section p.subtitle {
    color: #979797;
}
.distinctions-carousel {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.distinctions-carousel .distinctions-carousel-nav-control,
.distinctions-carousel .distinctions-carousel-nav-control {
    background-color: rgba(66, 157, 215, 0.7);
    padding: 0 10px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.distinctions-carousel .distinctions-carousel-nav-control#next-slide {
    right: 0;
}
.distinctions-carousel .distinction-item {
    background-color: #fff;
}
.distinctions-carousel .distinction-item .details {
    padding: 20px 10px;
}
.distinctions-carousel .distinction-item .details .heading {
    font-size: 18px;
}
/* ABOUT US END */


/* OUR BRANDS START */
.our-brands .our-people-section {
    padding: 60px 0 60px 0;
}
.our-brands-section .brands-wrapper {
    padding: 0 10px;
}

.our-brands-section .brands-wrapper .brands-row > a {
    margin-top: 10px;
}

.our-brands-section .brands-wrapper .brands-row a {
    padding-left: 5px;
    padding-right: 5px;
}

.our-brands-section .brands-wrapper .brands-row a img {
    border: 1px solid #d0d0d0;
}

.our-brands-section .brands-slider {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    padding-bottom: 80px;
}

.our-brands-section .details {
    background-color: #f4f4f4;
    padding: 15px 0;
}

.our-brands-section .brands-slider .details .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #0089c2;
    padding-right: 0;
}

.our-brands-section .brands-slider .details .img-wrapper img {
    width: 70%;
}

.our-brands-section .brands-slider .details .text-wrapper {
    padding: 0 30px;
}

.our-brands-section .brands-slider .brands-slider-navigation {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
}

.our-brands-section .brands-slider .brands-slider-navigation a img {
    width: 25px;
}
.brands-slider-navigation a {
  text-decoration: none;
}
/* OUR BRANDS END */


/* INTERNATIONAL PRESENCE START */
.international-presence .globe-section .fluid-img-container {
    padding-right: 15px;
}

.international-presence .globe-section img {
    margin-top: -20%;
    margin-bottom: -20%;
}

.international-presence .location-icons {
    position: relative;
    margin-top: 80px;
}

.international-presence .location-icons a.location-item:hover,
.international-presence .location-icons a.location-item:active,
.international-presence .location-icons a.location-item:focus {
    text-decoration: none;
}

.international-presence .location-icons a.location-item .country,
.international-presence .location-icons-mob .country {
    color: #0f90c5;
    font-size: 16px;
}

.international-presence .location-icons a.location-item .city {
    color: #333;
}

.international-presence .location-icons-mob .city {
    margin-top: 30px;
}

.international-presence .location-icons .point {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    background-color: #123979;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.international-presence .location-icons .point.selected {
    border: 5px solid #87c9e6;
    width: 20px;
    height: 20px;
    border-radius: 15px;
}

.international-presence .location-icons hr.dark-blue-separator {
    width: 100%;
    border-top: 1px solid #123979;
    position: absolute;
    bottom: 96px;
}

.international-presence .location-icons .grey-info-box,
.international-presence .location-icons-mob .grey-info-box {
    position: relative;
    padding: 50px 0;
    margin-top: 50px;
    background-color: #f3f6f8;
}

.international-presence .location-icons-mob .grey-info-box {
    margin-top: 0;
}

.international-presence .location-icons .grey-info-box p,
.international-presence .location-icons-mob .grey-info-box p {
    padding: 0 25px;
}

.international-presence .location-icons .grey-info-box hr,
.international-presence .location-icons-mob .grey-info-box hr {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #0061a2;
    margin: 0;
    padding-bottom: 10px;
}
p.standard-text.small, .standard-text p.small, .post-details p.small {
  font-size: 85%;
}

.international-presence .location-icons-mob {
    position: relative;
}

.international-presence .location-icons-mob .location-mob-carousel-nav-control#prev-location-slide {
    left: 0;
}

.international-presence .location-icons-mob .location-mob-carousel-nav-control#next-location-slide {
    right: 0;
}

.international-presence .location-icons-mob .location-mob-carousel-nav-control  img{
    width: 45px;
}

.international-presence .location-icons-mob .location-mob-carousel-nav-control {
    position: absolute;
    top: 0;
}

.international-presence .location-icons-mob .locations-mob-slider {
    overflow: hidden;
}
/* INTERNATIONAL PRESENCE END */


/* OUR PEOPLE START */
.our-people-section {
    padding: 60px 0 100px 0;
}
.our-people-section .standard-text {
    margin-top: 40px;
}
.join-us-banner {
    position: relative;
}
.join-us-banner h3 {
    position: absolute;
    font-size: 45px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.jobs .standard-subtitle {
    border-bottom: 1px solid #0061a2;
}
.jobs .secondary-subtitle {
    font-size: 25px;
    margin: 30px 0 40px 0;
}

.jobs .content-inside-title h3 {
  color: #707070;
}
.jobs .single-job a {
  display: block;
}
.jobs .single-job + .single-job {
  margin-top: 12px;
}
.jobs .single-job .job-title {
  background: rgba(211, 231, 243, .8);
  border-bottom: 1px solid #72A8CA;
  border-top: 1px solid #72A8CA;
  color: #0061a2;
  font-weight: 500;
}
.jobs .single-job .job-detail {
  background: rgba(211, 231, 243, .56);
  border-bottom: 1px solid #72A8CA;
  border-top: 1px solid #72A8CA;
  color: #707070;
  font-weight: 300;
}
.jobs .job-header {
  color: #707070;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 11px;
  margin-bottom: 11px;
}

.jobs .single-job .job-col {
  min-height: 95px;
  line-height: 95px;
}
.jobs .single-job .job-col .job-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1em;
}

.single-job-infos .singl-job-ic {
  margin: 32px auto 16px;
  max-width: 67px;
}
.single-job-infos .single-job-info .job-header {
  padding: 5px 15px;
  color: #a0a0a0;
  font-size: 85%;
  font-weight: 300;
}
.single-job-infos .single-job-info .job-info {
  background: rgba(211,231,243,.8);
  padding: 5px 15px;
  font-size: 1.1em;
  color: #0061a2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-job-subtitle, .single-job-text h4 {
  color: #449ed3;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 0;
  font-size: inherit;
}
.single-job-text ul {
  list-style-position: outside;
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 25px;
}
.single-job-text p {
  font-size: 103%;
  line-height: 160%;
  margin-bottom: 25px;
}
/* OUR PEOPLE END */


/* BE PART OF OU TEAM (SUBMIT CV) START */

/* BE PART OF OU TEAM (SUBMIT CV) END */


/* INVESTMENT RELATIONSHIPS START */
  #top-slider .swiper-slide, #top-slider-not .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
  }
  .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e260";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #ffffff;         /* adjust as needed */
  }
  .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e259";    /* adjust as needed, taken from bootstrap.css */
    color: #0f90c5;
  }
  .panel-heading .accordion-toggle {
    background-color: #0f90c5;
  }
  .panel-heading a.accordion-toggle {
    color: #ffffff;
  }
  .panel-heading .accordion-toggle.collapsed {
    background-color: #dcecf5;
    color: #0f90c5;
    transition: all 0.4s ease-in-out;
  }
  .panel-heading+.panel-collapse.collapsing {
    color: #ffffff;
  }
  .content-inside-title {
    border-bottom: 1px solid #0f90c5;
    text-align: right;
    padding-top: 45px;
    margin-bottom: 45px;
  }
  .content-inside-title h3 {
    color: #0f90c5;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .panel-link a {
    color: #ffffff;
    text-decoration: none;
  }
  .panel.selected .collapse {
    display: block !important;
    height: auto !important;
  }
  .panel.selected .panel-title a {
    pointer-events: none;
  }
  .panel-link.selected a {
    font-weight: 500;
  }
  .panel-link a:hover {
    color: #cccccc;
  }
  .panel-link {
    margin-bottom: 10px;
  }
  .panel-heading+.panel-collapse .panel-body {
    background-color: #0f90c5;
  }
  .panel-body {
    padding: 10px 15px 15px;
  }
  .panel-heading+.panel-collapse.collapse.in .panel-body {
    background-color: #0f90c5;
  }
  .panel-default {
    border-radius: 0;
    border: 0;
  }
  .panel-default>.panel-heading {
    background-color: #dcecf5;
  }
  .panel-heading {
    padding: 0;
    border-radius: 0;
  }
  .panel-heading a {
    padding: 15px 15px;
    display: block;
    text-decoration: none;
    color: #0f90c5;
  }
  .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .panel-title {
    font-size: unset;
  }
  .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0;
  }
  h4.panel-title {
    font-weight: 400;
  }
  .investment-relationships-top-toggle-half {
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
  }
  .investment-relationships-top-toggle-half:last-child {
    _margin-right: 0;
  }
  .investment-relationships-top-toggle-title {
    color: #707070;
    background-color: #edf5fa;
    text-align: center;
    font-size: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 3px;
  }
  .selected .investment-relationships-top-toggle-title {
    background-color: #0f90c5;
    color: #ffffff;
  }
  .investment-relationships-top-toggle-half a {
    text-decoration: none;
  }
  .investment-relationships-top-toggle {
    margin-left: -1%;
    margin-right: -1%;
  }
  .investment-relationships-content {
    display: none;
    padding-top: 35px;
    clear: both;
    transition: all 0.3s ease-in-out;
  }
  .investment-relationships-right, .investment-relationships-left {
    padding-bottom: 50px;
  }
  .investment-relationships-content.selected {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  .investment-relationships-both {
    border-bottom: 1px solid #4495bb;
    margin-bottom: 80px;
  }
  .investment-relationships-left .panel.selected .panel-heading a {
    background-color: #0f90c5;
    color: #ffffff;
  }
  .investment-relationships-left .panel.selected .panel-heading .accordion-toggle.collapsed:after {
    color: #ffffff;
  }
  .investment-relationships-img {
    margin-bottom: 20px;
  }
  /* SECTION - PRESIDENT MESSAGE */
  #president-msg {
    font-weight: 300;
  }
  #president-msg p {
    margin-bottom: 20px;
    line-height: 160%;
    font-size: 18px;
  }
  #president-msg img.pull-left, #president-msg img {
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  #president-msg img {
    max-width: 218px;
  }
  /* SECTION - PRESIDENT MESSAGE END */


  /* SECTION - BOARD OF DIRECTORS */
  .single-line {
    border-bottom: 1px solid #4495bb;
    overflow: hidden;
  }
  .single-line:first-child {
    border-top: 1px solid #4495bb;
  }
  .single-line-left {
    background-color: #f1fafe;
    color: #707070;
    padding-right: 10px;
    padding-left: 10px;
  }
  .single-line-section {
    clear: both;
  }
  .single-line-right {
    color: #0f90c5;
    padding-left: 30px;
  }
  .single-line-row {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 87%;
  }
  .single-line-title {
    clear: both;
    color: #0f90c5;
  }
  .content-inside-board {
    display: none;
  }
  /* SECTION - BOARD OF DIRECTORS END */


  /* SECTION - CORPORATE GOVERNANCE */
  .diakivernisi-right {
    color: #707070;
  }
  .diakivernisi-right, .diakivernisi-right p {
    font-size: 103%;
    line-height: 160%;
  }
  .diakivernisi-right p {
    margin-bottom: 25px;
  }
  .diakivernisi-both {
    padding-top: 20px;
  }
  /* SECTION - CORPORATE GOVERNANCE END */


  /* SECTION - FINANCIAL REPORTS */
  .single-apologismos a p {
    color: #575756;
    margin-top: 12px;
  }
  .single-apologismos a {
    text-decoration: none;
    max-width: 247px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .single-apologismos {
    margin-bottom: 5px;
  }
  .oikonomika-stoixeia .investment-relationships-right .nav-tabs>li.active>a, .oikonomika-stoixeia .investment-relationships-right .nav-tabs>li.active>a:focus, .oikonomika-stoixeia .investment-relationships-right .nav-tabs>li.active>a:hover {
    border: 0;
    margin: 0;
    background-color: transparent;
  }
  .oikonomika-stoixeia .investment-relationships-right .nav-tabs {
    text-align: center;
    border: 0;
  }
  .oikonomika-stoixeia .investment-relationships-right .nav-tabs>li {
    float: none;
    display: inline-block;
    background-color: #e6e6e6;
    padding: 0;
    width: 24%;
    font-size: 90%;
    line-height: 130%;
    margin-right: 1%;
  }
  .oikonomika-stoixeia .investment-relationships-right .nav-tabs>li>a {
    border: 0;
    margin: 0;
  }
  .oikonomika-stoixeia .investment-relationships-right .nav-tabs>li.active {
    background-color: #3ebff4;
  }
  .oikonomika-stoixeia .investment-relationships-right .nav-tabs>li.active a {
    color: #ffffff;
  }
  .oikonomika-stoixeia .investment-relationships-right .nav-tabs>li a {
    color: #707070;
  }
  .oikonomika-stoixeia .investment-relationships-right .nav>li>a {
    padding: 8px 0;
  }
  .panel-table-center, .panel-table-right {
    text-align: center;
  }
  .panel-table-top {
    font-size: 95%;
    color: #3ebff4;
    overflow: hidden;
    padding-bottom: 18px;
  }
  .panel-table-top p {
    font-size: 100%;
  }
  .oikonomika-stoixeia .investment-relationships-right .tab-content {
    padding-top: 35px;
    padding-right: 1%;
  }
  .panel-table-single-inside img {
    display: block;
  }
  .panel-table-single {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #4495bb;
  }
  .panel-table-single:first-child {
    border-top: 1px solid #4495bb;
  }
  .oikonomika-stoixeia .investment-relationships-right .panel-heading+.panel-collapse .panel-body {
    background-color: #ffffff;
  }
  .oikonomika-stoixeia .investment-relationships-right .panel-heading {
    border: 0;
  }
  /* SECTION - FINANCIAL REPORTS END */


  /* SECTION - SHARE PRICE */
.filter-col .form-btn .btn {
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  padding: 2px;
}
.filter-col .form-control {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 2px solid #a0d4e9;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.filter-col .input-group-addon {
  padding: 0 8px;
}
.filter-col .select2-container {
  width: 100%;
}
.filter-col .select2-container--default .select2-selection--single {
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.filter-col .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 36px;
  height: 30px;
}
.filter-col .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
}
.filter-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 100%;
}
.filter-col {
  padding-top: 30px;
  /* padding-bottom: 30px; */
}
.filter-col + .filter-col {
  padding-top: 0
  /* padding-bottom: 30px; */
}
.filter-col-wrap {
  margin-bottom: 40px;
}
.filter-title {
  background: #3ebff4;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  padding: 15px;
}
.stigmiotypo-metochis .filter-title {
  font-size: 18px;
  text-align: left;
}
.table-row {
  margin-bottom: 10px;
}
.table-row .table-col {
  float: left;
  color: #707070;
  /* padding: 10px 5px; */
  font-size: 13px;
  line-height: 1em;
}
/* .table-row .table-col.table-highlight {
  background: rgba(62,191,244,.07);
} */
.table-row .table-col.table-highlight .table-header {
  width: auto;
  padding-right: 5px;
  background: #158ABF;
  color: #ffffff;
}
.tab-header .table-header {
  padding: 5px;
}
.table-row .table-cell {
  border-bottom: 1px solid #429dd7;
}
.table-row .table-cell:first-child {
  border-top: 1px solid #429dd7;
}
.table-row .table-cell .table-header, .table-row .table-cell .table-info {
  padding: 15px 5px;
}
.table-row .table-cell .table-header {
  background: rgba(62,191,244,.07);
  color: #0f90c5;
}
.table-row .table-head {
  color: #0f90c5;
}
#buyers {
  max-width: 100%;
  height: auto !important;
}
  /* SECTION - SHARE PRICE END */


  /* SECTION - SHARE PRICE */
.current-share-wrap {
  border-bottom: 1px solid #a7a7a7;
  border-top: 1px solid #a7a7a7;
  margin-top: 6px;
  margin-bottom: 30px
}
.current-share-status .share-date-time {
  color: #3ebff4;
  font-size: 0.9411764706em;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
}
.current-share-status .share-disclaimer {
  color: #707070;
  font-size: 0.8823529412em;
  font-weight: 300;
}
.current-share-col {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 10px;
  margin-bottom: 10px;
}
.current-share-col + .current-share-col {
  margin-top: -10px;
}
.current-share-value {
  font-size: 3.5294117647em;
  line-height: 1em;
  font-weight: 300;
  color: #0f90c5;
}
.current-share-label {
  font-size: 0.8823529412em;
  font-weight: 300;
  color: #707070;
}
.animated-circles-wrap {
  text-align: center;
}
.animated-circle-col {
  float: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
.animated-circle-col .animated-circle {
  max-width: 100%;
  height: auto;
  position: relative;
}
.animated-circle-col .animated-circle-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.animated-circle-col .animated-circle-title {
  color: #0f90c5;
  font-weight: 300;
  font-size: 2.3529411765em;
}
.animated-circle-col .animated-circle-subtitle {
  color: #707070;
  font-weight: 300;
  font-size: 1em;
}

  /* SECTION - SHARE PRICE END */


  /* SECTION - SUBSIDIARIES */
  .investment-relationships-right-inside .panel-group .panel .panel-heading a {
    background-color: #3ebff4;
    color: #ffffff;
    position: relative;
  }
  .investment-relationships-right-inside .panel-group .panel .panel-heading .accordion-toggle.collapsed:after {
    color: #ffffff;
  }
  .investment-relationships-right-inside .panel-body {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 90%;
    line-height: 130%;
  }
  .investment-relationships-right-inside .panel-heading+.panel-collapse.collapse.in .panel-body, .investment-relationships-right-inside .panel-heading+.panel-collapse.collapsing .panel-body, .investment-relationships-right-inside .panel-collapse .panel-body, .nomos .investment-relationships-right-inside .panel-body, .announcements .investment-relationships-right-inside .panel-body  {
    background-color: transparent !important;
    color: #575756;
    font-weight: 300;
  }
  
  .panel-section-single {
    overflow: hidden;
  }
  .panel-section:nth-child(odd) {
    background-color: #f1fafe;
  }
  .panel-section:nth-child(even) {

  }
  .panel-section {
    overflow: hidden;
    border-top: 1px solid #3ebff4;
  }
  .panel-section:last-child {
    border-bottom: 1px solid #3ebff4;
  }
  .panel-section-single {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #c4dbe4;
  }
  .panel-section-single:last-child {
    border-bottom: 0;
  }
  .panel-section-single-right {
    text-align: right;
  }
  /* SECTION - SUBSIDIARIES END */


  /* SECTION - INVESTOR RELATIONS */
  .gnostopoiiseis .investment-relationships-right-inside .panel-group .panel .panel-heading a {

  }
  .gnostopoiiseis .investment-relationships-right-inside .panel-group .panel .panel-heading .accordion-toggle.collapsed:after {
    color: #46bff1;
  }
  .gnostopoiiseis .investment-relationships-right-inside .panel-group .panel .panel-heading a.accordion-toggle.collapsed {
    background-color: #f1fafe;
    color: #0f90c5;
  }
  .gnostopoiiseis .panel-section-single:last-child {
    border-bottom: 1px solid #c4dbe4;
  }
  /* SECTION - INVESTOR RELATIONS END */


  /* SECTION - INVESTMENT DEPARTMENT */
  .ependitiko-bottom {
    padding-top: 20px;
    font-size: 100%;
  }
  .ependitiko-bottom .blue {
    color: #0f90c5;
  }
  .blue-box {
    margin-top: 12px;
    padding: 15px 20px;
    background-color: #edf5fa;
  }
  /* SECTION - INVESTMENT DEPARTMENT END */

/* INVESTMENT RELATIONSHIPS END */


/* ARCHIVE NEWS START */
.archive-news #content-inside {
    padding: 60px 0 140px 0;
}
.archive-news .posts {
    margin-top: 80px;
    padding: 0 15px;
}
.archive-news .posts .post-item {
    margin-top: 10px;
}
.archive-news .posts .post-item .post-details {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}
.archive-news .posts .post-item .right-arrow-box {
    background: #87c9e6;
    padding: 5px 12px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.archive-news .posts .post-item .right-arrow-box img {
    width: 8px;
}

.archive-news .posts .post-item .post-img {
    border-left: 30px solid #0061a2;
}

.archive-news .posts .post-item .post-img img {
    width: 100%;
}

.archive-news .bottom-elements {
    margin-top: 30px;
    overflow: hidden;
}

.archive-news .bottom-elements a.posts-nav-control {
  margin-bottom: 5px;
}

.archive-news .bottom-elements hr.bottom-separator {
    margin: 5px 0 25px 0;
    border-bottom: 1px solid #9b9c9d;
    clear: both;
}

.archive-news .bottom-elements a.posts-nav-control img {
    width: 30px;
}
.archive-news #content-inside {
  background-color: #f3f6f8;
}
.post-details p {
  max-height: 100px;
  overflow: hidden;
}
/* ARCHIVE NEWS END */


/* SINGLE NEWS START */


.single-news .post-wrapper {
    padding-bottom: 100px;
}

.single-news .post-wrapper h4.secondary-heading {
    color: #fff;
}

.single-news .post-wrapper hr.heading-separator {
    color: #fff;
}

.single-news .post-wrapper p.date {
    color: #fff;
}

.single-news .post-wrapper .post-content {
    margin-top: 60px;
    padding-bottom: 90px;
}

.single-news .post-wrapper .post-content img {
    width: 100%;
}

.single-news .post-wrapper .pagination {
    text-align: center;
    display: block;
}

.single-news .post-wrapper .pagination a.controls img {
    width: 47px;
    margin-bottom: 4px;
}

.single-news .post-wrapper a.all-news {
    margin: 0 10px;
    display: inline-block;
    border: 2px solid #2c8fc7b8;
}
.pagination a {
  text-decoration: none !important;
}
.single-news .post-wrapper .pagination a.controls img {
  text-decoration: none !important;
}

/* SINGLE NEWS END */


/* CONTACT START */
.map-link {
  margin-top: 15px;
  margin-bottom: 0;
  _font-weight: normal;
}
#captchaContainer {
  width: 304px;
  margin-left: auto;
  margin-right: auto;
}
#captchaContainer + .help-block {
  text-align: center;
}
.contact .center-aligned-text-section {
  padding-bottom: 50px;
}
.contact .form-control {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 2px solid #a0d4e9;
  height: 48px;
  line-height: 48px;
  font-size: 17px;
}
.form-group {
  margin-bottom: 30px;
}
.label-area label {
  color: #0089c2;
  font-weight: 300;
  font-size: 110%;
}
textarea {
  resize: none;
  min-height: 200px;
}
#contact-form-left {
  padding-right: 50px;
}
#contact-form-right {
  padding-left: 50px;
}
#contact-form-center .section-separator {
  margin-top: 40px;
}
.terms-label {
  font-weight: 300;
  color: #575756;
}
.contact input[type=checkbox], .contact input[type=radio] {
  margin-right: 10px;
}
.input-group-addon {
  border-radius: 0;
  border: 0;
  background-color: #a0d4e9 !important;
}
.input-group-addon .glyphicon {
  color: #ffffff;
  font-size: 20px;
}
.form-btn .btn {
  border: 2px solid #a0d4e9 !important;
  background-color: #ffffff !important;
  color: #0089c2;
  font-weight: 300;
  border-radius: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.contact-form-wrap {
  margin-bottom: 80px;
}
.select2-container--default .select2-selection--single {
  border: 2px solid #a0d4e9;
  border-radius: 0;
  height: 48px;
  line-height: 48px;
}
.select2-container--default .select2-selection--multiple {
  border: 2px solid #a0d4e9;
  border-radius: 0;
  min-height: 48px;
  /* line-height: 48px; */
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1em;
  border-radius: 0;
  background: #a0d4e9;
  border-color: #a0d4e9;
  padding: 7px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #a0d4e9;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 44px;
  height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  display: block;
  width: 100%;
  height: 45px;
  top: 0;
  right: 0;
  left: 0;
  position: relative;
  margin: 0 auto;
  background-color: #a0d4e9;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  color: #555555;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #a0d4e9;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "\e259";
  border: 0;
  color: #ffffff;
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  text-align: center;
}
.where-we-are-section-wrap {
  font-size: 110%;
}
#where-we-are {
  background-color: #f3f6f8;
  padding-bottom: 30px;
}
.where-we-are-title {
  text-align: center;
  margin-bottom: 35px;
}
.where-we-are-title-inside {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #7bb4cd;
  border-bottom: 1px solid #7bb4cd;
  color: #0e76d1;
}
.where-we-are-single {
  font-weight: 300;
  text-align: center;
  margin-bottom: 80px;
  line-height: 150%;
}
.where-we-are-btn {
  font-size: 85%;
  font-weight: bolder;
  background-color: #52a7f2;
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
/* CONTACT END */


/* SEARCH START */
.search #content-inside {
  min-height: 600px
}
.search-form-wrap .form-control {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 2px solid #a0d4e9;
  height: 48px;
  line-height: 48px;
  font-size: 17px;
  width: 100%;
}
.search-form-wrap .form-group {
  width: calc(100% - 48px);
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.search-btn {
  background: #86c8e5;
  border-color: #86c8e5;
  border-radius: 0;
  border-width: 2px;
  border-left-width: 0px;
  color: #ffffff;
  height: 48px;
  line-height: 32px;
  margin-left: -0.2857142857em;
  width: 48px;
}
.search-btn:focus, .search-btn:hover {
  background: #7e7e7e;
  color: #ffffff;
  border-color: #a0d4e9
}
.search .our-people-section {
  padding-bottom: 0;
}
.search .content-inside-title {
  color: #7b7b7b;
  text-align: left;
  margin-bottom: 0;
}
.search .content-inside-title h3 {
  color: #7b7b7b;
}
.search-results {
  margin-bottom: 160px;
}
.search-result {
  border-bottom: 1px solid #0f90c5;
}
.search-term {
  text-transform: uppercase;
}
.search-result-link {
  color: #2c8fc7;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 25px;
}
.search-result-title {
  margin-top: 0;
  margin-bottom: .85em;
  color: #7b7b7b;
  margin-top: 25px;
}
/* SEARCH END */


/* SITEMAP START */
.sitemap .gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0072a7+49,429dd7+100 */
  background: #0072a7; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwNzJhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjlkZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(63deg,  #0072a7 49%, #429dd7 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49%,#0072a7), color-stop(100%,#429dd7)); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(63deg,  #0072a7 49%,#429dd7 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(63deg,  #0072a7 49%,#429dd7 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(63deg,  #0072a7 49%,#429dd7 100%); /* IE10 preview */
  background: linear-gradient(63deg,  #0072a7 49%,#429dd7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072a7', endColorstr='#429dd7',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
  color: #ffffff;
}
.sitemap .gradient * {
  color: inherit;
}
.sitemap .our-people-section {
  padding-bottom: 40px;
}
.sitemap-wrap {
  margin-bottom: 40px;
}
.sitemap-wrap .nav>li>a {
  padding: 5px 0;
}
.sitemap-wrap .nav>li>a:focus, .sitemap-wrap .nav>li>a:hover {
  background: transparent;
  color: #dddddd;
}
.sitemap-wrap .nav>li {
  font-weight: 500;
}
.sitemap-wrap .nav>li::before {
  content: '';
  display: inline-block;
  border-top: 1px solid #87c9e6;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 44px;
}
.sitemap-wrap .nav>li>.nav>li {
  font-weight: 100;
}
.sitemap-wrap .nav>li:first-child::before, .sitemap-wrap .nav>li>.nav>li::before {
  display: none;
}
.highlights-grid .highlight-col {
  /* min-height: 305px; */
  margin-bottom: 15px;
}
.highlights-grid .highlight-title {
  font-size: 1em;
  text-align: center;
  background: #3ebff4;
  margin-top: 0;
  margin-bottom: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}
.highlights-grid .highlight-content {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.highlights-grid .highlight-content .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
}
.highlights-grid .highlight-content .img-overlay {
  opacity: 0;
  transition: all ease-in .2s;
  background-color: rgba(0,84,150,.91);
}
.highlights-grid .highlight-content {

}
.highlights-grid .highlight-content:hover .img-overlay, .highlights-grid .highlight-content:focus .img-overlay {
  opacity: 1;
}
.highlights-grid .overlay-content {
  height: 100%;
}
.highlights-grid .overlay-content>a {
  height: 100%;
  display: block;
  text-align: center;
  font-weight: 100
}
.highlights-grid .overlay-content>a:focus, .highlights-grid .overlay-content>a:hover {
  text-decoration:none;
}
.highlights-grid .current-stock-value .current-value {
  font-size: 4.1176470588em;
  line-height: 1em;
}
.highlights-grid .jobs .job-info {
  margin: 0 0 8px;
  padding: 0 8px;
}
.highlights-grid .latest-news .new-info {
  margin: 0 0 8px;
  padding: 0 8px;
}
.highlights-grid .standard-button {
  background: transparent;
  width: 100%;
}

/* SITEMAP END */
.our-people a.standard-button {
  width: auto;
}
@media screen and (max-width: 480px) {
  .distinctions-mob-carousel p.secondary-heading {
    font-size: 14px;
  }
  /* HEADER START */
  .nav>li {
    padding: 0 20px;
  }
  #navbar .navbar-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .navbar-nav>li>a {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    width: 24px;
  }
  .navbar-toggle .icon-bar {
    height: 3px;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }
  .navbar-right-element {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar-toggle {
    margin-top: 19px;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .lang-switch a {
    padding: 3px 0;
  }
  .header-link-search img {
    width: 18px;
  }
  .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-right-mob {
    margin-top: 8px;
    margin-right: 25px;
    font-size: 13px;
  }
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }
  .navbar-brand {
    width: 110px;
    height: 56px;
    margin-right: 10px;
    padding: 10px;
    margin-left: 10px !important;
  }
  #header .left-to-right-gradient {
    height: 4px;
  }
  .navbar-nav .open .dropdown-menu {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .container-fluid>.navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-nav .open .dropdown-menu .dropdown-menu{
    margin-left: 0;
    margin-right: 0;
  }
  #content {
    _margin-top: 60px;
    _padding-top: 60px;
    padding-top: 0;
  }
  #top-slider img {
    height: calc(100vh - 60px);
  }
  /* HEADER END */


  /* FOOTER START */
  .footer-bottom-left {
    margin-bottom: 5px;
  }
  #footer {
    font-size: 72%;
  }
  .footer-top-img img.img-center {
    width: 102px;
  }
  .footer-top-img .scroll-to img {
    width: 30px;
  }
  .footer-top {
    padding-top: 15px;
  }
  .footer-top-inside {
    padding-bottom: 15px;
  }
  .footer-top-menu ul li {
    margin-right: 15px;
    display: block;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  .footer-top-menu ul li.links-img, .footer-top-menu ul li.font-medium {
    display: inline-block;
    padding-left: 0;
  }
  .footer-top-menu {
    max-width: 170px;
  }
  .footer-top-menu {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .footer-center-menu {
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-center-menu ul li {
    display: block;
    border: 0;
    margin-bottom: 5px;
  }
  .footer-center-menu ul {
    text-align: left;
  }
  .footer-center-menu {
    max-width: 170px;
    padding-left: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
  }
  /* FOOTER END */

  /* TOP SLIDER START */
  #top-slider img {
      height: 100%;
  }
  /* TOP SLIDER END */

  /* INTRO START */
  .intro-page #content {
    padding-top: 0;
  }
  .intro-logo {
      margin-top: 50px;
      margin-bottom: 35px;
  }
  .intro-logo img {
      max-width: 80%;
  }
  .intro-title {
      font-size: 15px;
      margin-bottom: 50px;
      margin-bottom: 30px;
      padding: 10px 0px;
      _border: 0;
      font-weight: 300;
      letter-spacing: 1px;
  }
  .intro-lang a, .age-btns a {
      font-size: 14px;
      padding: 5px 10px;
      display: block;
      border: 1px solid #0061a2 !important;
      margin-bottom: 10px;
      color: #0089c2 !important;
      font-weight: normal;
      text-decoration: none;
  }
  .under-age-msg-grk, .under-age-msg-eng {
    margin-top: 0 !important;
  }
  .age-para {
      font-size: 12px;
      margin-bottom: 15px;
      line-height: 1.4;
  }
  .age-btns a {
      /* font-size: 14px;
      padding: 3px 10px; */
  }
  /* INTRO END */


  /* HOMEPAGE START */

  /* HOMEPAGE END */


  /* ABOUT US START */
  .distinctions-mob-carousel .distinctions-mob-carousel-nav-control {
    top: 20px !important;
  }
  /* ABOUT US END */


  /* OUR BRANDS START */
  .our-brands-section .brands-slider-navigation-mob {
    margin-top: 195px !important;
  }
  .our-brands-section .brands-slider-navigation-mob img {
      width: 50%;
  }

  .our-brands-section .brands-slider-navigation-mob#brands-slider-next {
      text-align: right;
  }

  .our-brands-section .brands-slider-navigation-mob#brands-slider-prev {
      text-align: left;
  }

  .our-brands-section .brands-slider .details .img-wrapper img {
      width: 100%;
  }

  .our-brands-section .brands-slider-navigation-mob#brands-slider-next {
      right: 0 !important;
  }

  .our-brands-section .brands-slider-navigation-mob#brands-slider-prev {
      left: 0 !important;
  }
  /* OUR BRANDS END */


  /* INTERNATIONAL PRESENCE START */
  .international-presence .location-icons-mob .swiper-slide img {
      width: 60%;
  }
  .international-presence .location-icons .grey-info-box, .international-presence .location-icons-mob .grey-info-box {
    padding: 20px 0;
  }
  /* INTERNATIONAL PRESENCE END */


  /* OUR PEOPLE START */

  /* OUR PEOPLE END */


  /* BE PART OF OU TEAM (SUBMIT CV) START */

  /* BE PART OF OU TEAM (SUBMIT CV) END */


  /* INVESTMENT RELATIONSHIPS START */
  .container.no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
    #top-slider .swiper-slide, #top-slider-not .swiper-slide {
      min-height: 140px;
    }
    .content-inside-title {
      padding-top: 15px;
      padding-bottom: 0;
      margin-bottom: 0;
    }
    /* SECTION - PRESIDENT MESSAGE */
    .content-inside-title h3 {
      font-size: 15px;
    }
    .investment-relationships-right-inside {
      padding-top: 15px;
    }
    .investment-relationships-content {
      padding-top: 0;
    }
    .investment-relationships-right, .investment-relationships-left {
      padding-bottom: 40px;
    }
    #president-msg img.pull-left, #president-msg img {
      float: none !important;
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-bottom: 15px;
      max-width: 100% !important;
    }
    #president-msg p {
      font-size: 14px;
    }
    /* SECTION - PRESIDENT MESSAGE END */


    /* SECTION - BOARD OF DIRECTORS */
    .investment-relationships-img {
      margin-bottom: 15px;
    }
    .single-line-right {
      padding-left: 10px;
      padding-right: 10px;
    }
    .single-line-title {
      font-weight: bold;
      padding-left: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .single-line-row {
      font-size: 80%;
      padding-top: 7px;
      padding-bottom: 7px;
    }
    /* SECTION - BOARD OF DIRECTORS END */


    /* SECTION - CORPORATE GOVERNANCE */
    .diakivernisi-right, .diakivernisi-right p {
      font-size: 89%;
      line-height: 150%;
    }
    .diakivernisi-right p {
      margin-bottom: 15px;
    }
    .diakivernisi-right {
      margin-bottom: 10px;
    }
    .diakivernisi-both {
      padding-top: 0;
    }
    .diakivernisi-left .apologismos-img img {
      width: 140px;
    }
    .diakivernisi-left .apologismos-img {
      text-align: center;
    }
    .diakivernisi-left .apologismos-img a {
      display: inline-block;
    }
    /* SECTION - CORPORATE GOVERNANCE END */


    /* SECTION - FINANCIAL REPORTS */
    .single-apologismos a p {
      font-size: 13px;
      line-height: 130%;
    }
    .oikonomika-stoixeia .investment-relationships-right .panel-heading a {
      background-color: #2d8fc9;
      text-align: center;
      color: #ffffff;
    }
    .oikonomika-stoixeia .investment-relationships-right .tab-pane {
      margin-bottom: 5px;
    }
    .panel-table-single:last-child {
      border-bottom: 0;
    }
    .panel-table-top {
      padding-bottom: 5px;
      line-height: 130%;
    }
    .investment-relationships-right-inside .panel-body {
      margin-top: 5px;
      margin-bottom: 5px;
    }
    .panel-table-center, .panel-table-right {
      padding-left: 5px;
      padding-right: 5px;
    }
    /* SECTION - FINANCIAL REPORTS END */


    /* SECTION - SHARE PRICE */

    /* SECTION - SHARE PRICE END */


    /* SECTION - SHARE PRICE */
  .animated-circle-col .animated-circle-title {
    font-size: 1.4705882353em;
  }
  .animated-circle-col .animated-circle-subtitle {
    font-size: .85em;
  }

    /* SECTION - SHARE PRICE END */


    /* SECTION - SUBSIDIARIES */
    .investment-relationships-right-inside .panel-body {
      font-size: 75%;
    }
    .panel-section-single-right {
      padding-left: 0;
    }
    .panel-section-single-right {
      position: relative;
    }
    .panel-section-single-right a {
      position: relative;
      display: block;
      height: 100%;
    }
    .panel-section-single-right a img {
      position: absolute;
      display: block;
      top: 50%;
      margin-top: -18px;
      right: 0;
    }
    .panel-title {
      font-size: 80%;
    }
    .panel-heading a {
      padding: 10px 10px;
    }
    /* SECTION - SUBSIDIARIES END */


    /* SECTION - INVESTOR RELATIONS */
    .panel-section-single-left, .panel-section-single-right {
      min-height: 36px;
    }
    .investment-relationships-right .panel-heading .accordion-toggle:after {
      right: 10px;
      top: 50%;
      margin-top: -7px;
    }
    /* SECTION - INVESTOR RELATIONS END */


    /* SECTION - INVESTMENT DEPARTMENT */
    .ependitiko-bottom {
      padding-top: 15px;
      font-size: 70%;
    }
    .blue-box {
      font-size: 90%;
      margin-top: 12px;
      padding: 15px 20px;
    }
    /* SECTION - INVESTMENT DEPARTMENT END */

  /* INVESTMENT RELATIONSHIPS END */


  /* ARCHIVE NEWS START */
  .archive-news .posts {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px !important;
  }
  .section-margin-top-xs {
    margin-top: 20px !important;
  }
  /* ARCHIVE NEWS END */


  /* SINGLE NEWS START */
  .single-news .post-wrapper .details {
    padding: 20px 20px 20px !important;
  }
  .single-news .post-wrapper .post-content {
    padding: 0 15px 30px 15px;
  }
  /* SINGLE NEWS END */


  /* CONTACT START */
  .map-link {
    font-size: 100%;
  }
  #contact-form-right, #contact-form-left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact .center-aligned-text-section {
    padding-bottom: 0;
    padding-top: 0;
  }
  .label-area label {
    font-size: 100%;
  }
  .contact .form-control {
    height: 38px;
    line-height: 38px;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    height: 38px;
    line-height: 38px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 35px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
  }
  .terms-label {
    font-size: 80%;
  }
  small.help-block {
    font-size: 75%;
  }
  #contact-form-center .section-separator {
    margin-top: 20px;
  }
  .form-btn .btn {
    font-size: 90%;
  }
  .contact-form-wrap {
    margin-bottom: 50px;
  }
  .where-we-are-title-inside {
    _text-align: left;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .where-we-are-section-wrap {
    font-size: 85%;
  }
  .where-we-are-title {
    margin-bottom: 10px;
    text-align: left;
  }
  .where-we-are-single {
      text-align: left;
  }
  .where-we-are-btn {
    margin-bottom: 10px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .where-we-are-single {
    margin-bottom: 20px;
  }
  .where-we-are-wrapper {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  /* CONTACT END */


  /* SEARCH START */
  .search-form-wrap .form-control, .search-btn {
    height: 38px;
    line-height: 38px;
  }
  .search-btn {
    width: 38px;
  }
  .search-result-title, .search-result-link {
    font-size: 14px;
  }
  /* SEARCH END */


  /* SITEMAP START */

  /* SITEMAP END */
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  /* HEADER START */
  .nav>li {
    padding: 0 40px;
  }
  #navbar .navbar-nav {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }
  .navbar-nav>li>a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    width: 34px;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
  }
  .navbar-toggle {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .navbar-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .navbar-right-mob {
    margin-top: 18px;
    margin-right: 25px;
  }
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }
  .navbar-brand {
    width: 160px;
    height: 76px;
    margin-right: 10px;
    padding: 10px;
  }
  .navbar-nav .open .dropdown-menu {
    margin-left: -40px;
    margin-right: -40px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-menu>li>a {
    padding-left: 55px !important;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    padding-left: 45px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fluid>.navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
  /* HEADER END */


  /* FOOTER START */
  .footer-bottom-left {
    margin-bottom: 5px;
  }
  #footer {
    font-size: 85%;
  }
  .footer-top-img img.img-center {
    width: 150px;
  }
  .footer-top-img .scroll-to img {
    width: 35px;
  }
  .footer-top {
    padding-top: 20px;
  }
  .footer-top-inside {
    padding-bottom: 20px;
  }
  .footer-top-menu ul li {
    margin-right: 15px;
    display: block;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  .footer-top-menu ul li.links-img, .footer-top-menu ul li.font-medium {
    display: inline-block;
    padding-left: 0;
  }
  .footer-top-menu {
    max-width: 210px;
  }
  .footer-top-menu {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .footer-center-menu {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-center-menu ul li {
    display: block;
    border: 0;
    margin-bottom: 5px;
  }
  .footer-center-menu ul {
    text-align: left;
  }
  .footer-center-menu {
    max-width: 210px;
    padding-left: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
  }
  #content {
    _margin-top: 84px;
    _padding-top: 84px;
    padding-top: 0;
  }
  #top-slider img {
    height: calc(100vh - 84px);
  }
  /* FOOTER END */

  /* TOP SLIDER START */
  #top-slider img {
      height: 100%;
  }
  /* TOP SLIDER END */


  /* INTRO START */
  .intro-page #content {
    padding-top: 0;
  }
  .intro-logo {
      margin-top: 50px;
      margin-bottom: 35px;
  }
  .intro-logo img {
      max-width: 80%;
  }
  .intro-title {
      font-size: 16px;
      margin-bottom: 50px;
      margin-bottom: 30px;
      padding: 10px 0px;
      border: 0;
      font-weight: 300;
      letter-spacing: 6px;
  }
  .intro-lang a, .age-btns a {
      font-size: 16px;
      padding: 5px 10px;
      display: block;
      border: 1px solid #0061a2 !important;
      margin-bottom: 10px;
      color: #0089c2 !important;
      font-weight: normal;
      text-decoration: none;
  }
  .under-age-msg-grk, .under-age-msg-eng {
    margin-top: 0 !important;
  }
  .age-para {
      font-size: 15px;
      margin-bottom: 15px;
      line-height: 1.4;
  }
  .age-btns, .intro-lang {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
      /* font-size: 14px;
      padding: 3px 10px; */
  }
  /* INTRO END */


  /* HOMEPAGE START */

  /* HOMEPAGE END */


  /* ABOUT US START */
  .distinctions-mob-carousel {
    margin-top: 20px;
  }
  /* ABOUT US END */


  /* OUR BRANDS START */
  .our-brands-section .brands-wrapper {
      width: 460px;
      margin-left: auto;
      margin-right: auto;
      float: none;
  }

  .our-brands-section .brands-slider .brands-slider-navigation {
      display: none;
  }

  /* OUR BRANDS END */


  /* INTERNATIONAL PRESENCE START */

  /* INTERNATIONAL PRESENCE END */


  /* OUR PEOPLE START */

  /* OUR PEOPLE END */


  /* BE PART OF OU TEAM (SUBMIT CV) START */

  /* BE PART OF OU TEAM (SUBMIT CV) END */


  /* INVESTMENT RELATIONSHIPS START */
    #top-slider .swiper-slide, #top-slider-not .swiper-slide {
      min-height: 275px;
    }
    .content-inside-title {
      padding-top: 25px;
      margin-bottom: 0;
    }
    .content-inside-title h3 {
      font-size: 22px;
    }
    /* SECTION - PRESIDENT MESSAGE */
    .container.no-padding {
      padding-left: 15px;
      padding-right: 15px;
    }
    .investment-relationships-content {
      padding-top: 0;
    }
    #president-msg p {
      line-height: 150%;
      font-size: 16px;
    }
    .investment-relationships-right-inside {
      padding-top: 25px;
    }
    /* SECTION - PRESIDENT MESSAGE END */


    /* SECTION - BOARD OF DIRECTORS */
    .investment-relationships-img {
      margin-bottom: 25px;
    }
    .single-line-right {
      padding-left: 10px;
      padding-right: 10px;
    }
    .single-line-title {
      font-weight: bold;
      padding-left: 10px;
      padding-top: 12px;
      padding-bottom: 12px;
    }
    /* SECTION - BOARD OF DIRECTORS END */


    /* SECTION - CORPORATE GOVERNANCE */
    .diakivernisi-right, .diakivernisi-right p {
      font-size: 95%;
      line-height: 150%;
    }
    .diakivernisi-right p {
      margin-bottom: 20px;
    }
    .diakivernisi-right {
      margin-bottom: 15px;
    }
    .diakivernisi-both {
      padding-top: 0;
    }
    .diakivernisi-left .apologismos-img img {
      _width: 140px;
    }
    .diakivernisi-left .apologismos-img {
      text-align: center;
    }
    .diakivernisi-left .apologismos-img a {
      display: inline-block;
    }
    /* SECTION - CORPORATE GOVERNANCE END */


    /* SECTION - FINANCIAL REPORTS */
    .single-apologismos a p {
      font-size: 16px;
      line-height: 130%;
    }
    .oikonomika-stoixeia .investment-relationships-right .panel-heading a {
      background-color: #2d8fc9;
      text-align: center;
      color: #ffffff;
    }
    .oikonomika-stoixeia .investment-relationships-right .tab-pane {
      margin-bottom: 5px;
    }
    .panel-table-single:last-child {
      border-bottom: 0;
    }
    .panel-table-top {
      padding-bottom: 10px;
    }
    .panel-table-center, .panel-table-right {
      padding-left: 10px;
      padding-right: 10px;
    }
    /* SECTION - FINANCIAL REPORTS END */


    /* SECTION - SHARE PRICE */

    /* SECTION - SHARE PRICE END */


    /* SECTION - SHARE PRICE */

    /* SECTION - SHARE PRICE END */


    /* SECTION - SUBSIDIARIES */
    .investment-relationships-right-inside .panel-body {
      font-size: 85%;
    }
    .panel-section-single-right {
      padding-left: 0;
    }
    .panel-section-single-right {
      position: relative;
    }
    .panel-section-single-right a {
      position: relative;
      display: block;
      height: 100%;
    }
    .panel-section-single-right a img {
      position: absolute;
      display: block;
      top: 50%;
      margin-top: -18px;
      right: 0;
    }
    .panel-title {
      font-size: 90%;
    }
    .panel-heading a {
      padding: 12px 12px;
    }
    /* SECTION - SUBSIDIARIES END */


    /* SECTION - INVESTOR RELATIONS */
    .panel-section-single-left, .panel-section-single-right {
      min-height: 36px;
    }
    .investment-relationships-right .panel-heading .accordion-toggle:after {
      right: 10px;
      top: 50%;
      margin-top: -7px;
    }
    /* SECTION - INVESTOR RELATIONS END */


    /* SECTION - INVESTMENT DEPARTMENT */
    .ependitiko-bottom {
      padding-top: 15px;
      font-size: 80%;
    }
    .blue-box {
      font-size: 100%;
      margin-top: 12px;
      padding: 15px 20px;
    }
    /* SECTION - INVESTMENT DEPARTMENT END */

  /* INVESTMENT RELATIONSHIPS END */


  /* ARCHIVE NEWS START */

  /* ARCHIVE NEWS END */


  /* SINGLE NEWS START */

  /* SINGLE NEWS END */


  /* CONTACT START */
  #contact-form-right, #contact-form-left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-form-wrap {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact .center-aligned-text-section {
    padding-bottom: 20px;
    padding-top: 0;
  }
  .label-area label {
    font-size: 100%;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .terms-label {
    font-size: 90%;
  }
  #contact-form-center .section-separator {
    margin-top: 30px;
  }
  .where-we-are-title-inside {
    _text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .where-we-are-section-wrap {
    font-size: 100%;
  }
  .where-we-are-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .where-we-are-single {
      text-align: left;
  }
  .where-we-are-btn {
    margin-bottom: 20px;
    text-align: center;
  }
  .where-we-are-single {
    margin-bottom: 30px;
  }
  .where-we-are-wrapper {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  /* CONTACT END */


  /* SEARCH START */

  /* SEARCH END */


  /* SITEMAP START */

  /* SITEMAP END */
}
@media screen and (max-width: 767px) {
  /* .panel-table-top p {
    font-size: 110%;
  } */
  #header {
    position: static;
  }
  /* SHARED ELEMENTS START */
  hr.section-separator {
      margin-bottom: 20px;
  }

  .no-horizontal-padding-xs {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
  }

  .text-left-xs {
      text-align: left !important;
  }

  .self-align-left-xs {
      margin-left: 0 !important;
      margin-right: 0 !important;
  }

  h2.standard-heading {
      font-size: 20px;
  }

  h4.secondary-heading {
      font-size: 20px;
  }

  .standard-text, .standard-text p, .post-details p {
      font-size: 14px !important;
      margin-top: 10px !important;
  }

  p.standard-subtitle {
      font-size: 17px !important;
  }

  .blue-heading-mob {
      font-size: 16px;
      font-weight: 300;
      background-color: #0061a2;
      color: #fff;
      padding: 10px 0;
  }

  a.standard-button {
      font-size: 16px;
      width: 100%;
      margin-top: 20px;
  }
  .news a.standard-button {
    margin-top: 30px;
  }
  .section-padding {
      padding: 30px 0;
  }

  .section-padding-no-fluid {
      padding: 30px 15px;
  }

  .section-margin-top-xs {
      margin-top: 30px;
  }

  .text-big-image-section {
      padding: 0;
  }

  .text-big-image-section .fluid-img-container {
      position: relative;
      width: 100%;
      padding: 0 15px;
  }

  .text-big-image-section.gradient-blue-bg {
      padding: 30px 0;
  }

  .text-big-image-section .details {
      padding-top: 0px;
  }

  .center-aligned-text-section {
      padding: 0;
  }

  .very-light-blue-bg {
      padding: 20px 0;
  }
  /* SHARED ELEMENTS END */

  /* HEADER START */
  .container-fluid>.navbar-collapse {
    padding: 0;
    margin: 0;
  }
  /* HEADER END */


  /* FOOTER START */

  /* FOOTER END */


  /* INTRO START */

  /* INTRO END */


  /* HOMEPAGE START */
  .homepage .full-width-imgs img {
      padding: 0 15px;
      width: 100%;
      padding-bottom: 0px;
  }

  .homepage .news {
      padding: 0 0 30px 0;
  }

  .homepage .news .posts {
      margin-top: 40px;
  }

  .homepage .news .posts .post-item .post-img {
      padding: 0 15px;
      border-left: none;
  }

  .homepage .news .posts .post-item .post-img img {
      border-top: 15px solid #0061a2;
  }

  .homepage .news .posts .post-item .post-details {
      padding: 0 15px 30px;
  }

  .homepage .news .posts .post-item:not(:first-child) {
      margin-top: 30px;
  }
  .homepage .news .posts .post-item .post-details {
    background-color: transparent;
  }

  /* HOMEPAGE END */


  /* ABOUT US START */
  .about-us .no-horizontal-padding-xs .standard-text .col-xs-12.col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .distinctions-mob-carousel .swiper-slide img {
    min-height: 122px;
  }
  .numbers-mob-slider,
  .distinctions-mob-carousel {
      overflow: hidden;
  }

  .distinctions-mob-carousel {
      position: relative;
  }

  .distinctions-mob-carousel img {
      width: 100%;
  }

  .distinctions-mob-carousel .distinctions-mob-carousel-nav-control {
      position: absolute;
      top: 40px;
      z-index: 1;
  }

  .distinctions-mob-carousel
      #prev-distinctions-mob-slide.distinctions-mob-carousel-nav-control {
      left: 0;
  }
  .distinctions-mob-carousel {
    margin-top: 20px;
  }
  .numbers-mob-slider-wrapper .numbers-mob-carousel-nav-control img, .distinctions-mob-carousel .distinctions-mob-carousel-nav-control img {
    width: 40px;
  }
  .distinctions-mob-carousel
      #next-distinctions-mob-slide.distinctions-mob-carousel-nav-control {
      right: 0;
  }

  .business-principles .business-principles-item-mob {
  }

  .business-principles .business-principles-item-mob .details {
      background-color: #e6f2f8;
      padding: 18px;
  }

  .business-principles .business-principles-item-mob .details p {
      margin-top: 0 !important;
  }

  .numbers-section p.number-heading {
      font-size: 18px;
  }
  .about-us .section-padding {
    padding: 30px 0;
  }
  /* ABOUT US END */


  /* OUR BRANDS START */
  .our-people-section {
      padding-bottom: 10px;
  }

  .our-brands-section .brands-slider .details .img-wrapper {
      border-right: none;
  }

  .our-brands-section .brands-slider {
      margin-top: 40px;
      padding-bottom: 0;
  }

  .our-brands-section .details {
      background-color: #fff;
  }
  .our-brands .our-people-section {
    padding: 10px 0 10px 0;
}
.brands-slider-navigation {
  display: none;
}
  /* OUR BRANDS END */


  /* INTERNATIONAL PRESENCE START */
  .locations-mob-slider .swiper-slide img {
    min-height: 185px;
  }

  .international-presence .globe-section .fluid-img-container {
      text-align: center;
      margin-bottom: 20px;
  }

  .international-presence .globe-section img {
      margin-top: auto;
      margin-bottom: auto;
      width: 50%;
  }

  .international-presence .globe-section p.standard-text {
      margin-bottom: 0;
  }

  .international-presence .location-icons-mob .swiper-slide img {
      width: 70%;
  }
  /* INTERNATIONAL PRESENCE END */


  /* OUR PEOPLE START */
  .contact .our-people-section {
      padding-top: 40px;
  }
  .our-people-section {
      padding-top: 10px;
  }
  .join-us-banner {
      margin-top: 20px;
      font-size: 20px;
  }
  .join-us-banner h3 {
      font-size: 20px;
  }
  .jobs .secondary-subtitle {
      font-size: 18px;
      font-weight: 300;
      margin: 10px 0 20px 0;
  }
  .our-people .text-big-image-section .details .standard-text {
      padding-top: 30px;
  }
  .jobs .single-job {
    padding-left: 15px;
    padding-right: 15px;
  }
  .jobs .single-job + .single-job {
    margin-top: 30px;
  }
  .jobs .job-header {
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .jobs .single-job .job-col {
    background: transparent;
    border: 0;
    display: block;
    min-height: 1px;
    padding: 0;
    line-height: inherit;
  }
  .jobs .single-job .job-title .job-info {
    background: rgba(211, 231, 243, .8);
    border-bottom: 1px solid #72A8CA;
    border-top: 1px solid #72A8CA;
    color: #0061a2;
    font-weight: 500;
    padding: 15px;
    display: block;
  }
  .jobs .single-job .job-detail .job-info {
    background: rgba(211, 231, 243, .56);
    border-bottom: 1px solid #72A8CA;
    border-top: 1px solid #72A8CA;
    color: #707070;
    font-weight: 300;
    padding: 15px;
    display: block;
  }
  .jobs .single-job .job-detail .job-detail
  /* OUR PEOPLE END */


  /* BE PART OF OU TEAM (SUBMIT CV) START */

  /* BE PART OF OU TEAM (SUBMIT CV) END */


  /* INVESTMENT RELATIONSHIPS START */
    .investment-relationships-top-toggle {
      display: none;
    }
    .investment-relationships-both {
      border: 0;
      margin-bottom: 0;
    }
    /* SECTION - PRESIDENT MESSAGE */
    #president-msg img {
      max-width: none;
      float: none !important;
      margin-left: auto;
      margin-right: auto !important;
      display: block;
      margin-bottom: 20px !important;
    }
    /* SECTION - PRESIDENT MESSAGE END */


    /* SECTION - BOARD OF DIRECTORS */
    .single-line-left {
      border-bottom: 1px solid #4495bb;
    }
    /* SECTION - BOARD OF DIRECTORS END */


    /* SECTION - CORPORATE GOVERNANCE */

    /* SECTION - CORPORATE GOVERNANCE END */


    /* SECTION - FINANCIAL REPORTS */

    /* SECTION - FINANCIAL REPORTS END */


    /* SECTION - SHARE PRICE */
    .filter-col {
      height: auto !important;
    }

    /* SECTION - SHARE PRICE END */


    /* SECTION - SHARE PRICE */

    /* SECTION - SHARE PRICE END */


    /* SECTION - SUBSIDIARIES */

    /* SECTION - SUBSIDIARIES END */


    /* SECTION - INVESTOR RELATIONS */
    .gnostopoiiseis .investment-relationships-right-inside .panel-group .panel .panel-heading a {
      position: relative;
      padding-right: 25px;
    }
    .panel-heading .accordion-toggle:after {
      position: absolute;
    }
    /* SECTION - INVESTOR RELATIONS END */


    /* SECTION - INVESTMENT DEPARTMENT */

    /* SECTION - INVESTMENT DEPARTMENT END */

  /* INVESTMENT RELATIONSHIPS END */


  /* ARCHIVE NEWS START */
  .archive-news #content-inside {
      padding: 0 0 30px 0;
  }

  .archive-news h2 {
      margin-top: 0;
  }

  .archive-news .posts {
      margin-top: 40px;
      margin-bottom: 20px;
  }

  .archive-news .posts .post-item .post-img {
      padding: 0 15px;
      border-left: none;
  }

  .archive-news .posts .post-item .post-img img {
      border-top: 15px solid #0061a2;
  }

  .archive-news .posts .post-item .post-details {
      padding: 0 15px;
  }

  .archive-news .posts .post-item:not(:first-child) {
      margin-top: 30px;
  }

  .archive-news .bottom-elements hr.bottom-separator {
      margin: 25px 0;
  }

  .archive-news .bottom-elements {
      padding: 0 15px;
      margin-top: 0;
  }
  .archive-news .posts .post-item .post-details {
    background-color: transparent;
  }
  .archive-news #content {
    background-color: #f3f6f8;
  }
  /* ARCHIVE NEWS END */


  /* SINGLE NEWS START */
  .single-news .post-wrapper {
      padding: 0 0 60px 0;
  }

  .single-news .post-wrapper .post-content {
      padding: 0 15px 60px 15px;
      margin-top: 30px;
  }

  .single-news .post-wrapper .details {
      background-color: #2c8fc7;
      margin-top: 0;
      padding: 30px 30px 20px;
  }

  .single-news .post-wrapper .details h4.secondary-heading,
  .single-news .post-wrapper .details p.date {
      margin: 0;
  }

  .single-news .post-wrapper hr.heading-separator {
      margin: 10px 0;
  }

  .single-news .post-wrapper a.all-news {
      display: inline;
  }

  .single-news .post-wrapper .pagination a.controls img {
      width: 42px;
      margin-bottom: 4px;
  }
  /* SINGLE NEWS END */


  /* CONTACT START */
  .contact .our-people-section {
    padding-bottom: 20px;
  }
  /* CONTACT END */


  /* SEARCH START */

  /* SEARCH END */


  /* SITEMAP START */

  /* SITEMAP END */
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  p.standard-text, .standard-text p, .distinctions-carousel .distinction-item .details .heading, .post-details p {
    font-size: 17px;
  }
  h2.standard-heading {
    font-size: 46px;
  }
  /* HEADER START */
  .navbar-brand {
    width: 200px;
    height: 98px;
    margin-right: 10px;
  }
  .nav>li {
    padding: 0 42px;
  }
  #navbar .navbar-nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #header #navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav {
    margin-top: 30px;
  }
  .navbar-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .navbar-nav .open .dropdown-menu {
    margin-left: -42px;
    margin-right: -42px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-menu>li>a {
    padding-left: 60px !important;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    padding-left: 50px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu {
    font-size: 16px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  /* HEADER END */


  /* FOOTER START */
  .footer-bottom-left {
    margin-bottom: 5px;
  }
  #footer {
    font-size: 90%;
  }
  .footer-top-img img.img-center {
    width: 170px;
  }
  .footer-top-img .scroll-to img {
    width: 40px;
  }
  .footer-top {
    padding-top: 25px;
  }
  .footer-top-inside {
    padding-bottom: 20px;
  }
  .footer-top-menu ul li {
    margin-right: 15px;
  }
  .footer-top-menu {
    max-width: 575px;
  }
  .footer-top-menu {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-center-menu {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .footer-bottom {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  /* FOOTER END */


  /* INTRO START */

  /* INTRO END */


  /* HOMEPAGE START */
  .homepage .news .posts .post-item .post-details {
      padding: 30px;
  }

  /* HOMEPAGE END */


  /* ABOUT US START */
  .about-us-tabs .tabs-heading-wrapper .tab-item {
    width: 20%;
  }
  .about-us-tabs .tabs-heading-wrapper .tab-item:first-child {
    margin-left: 0;
  }
  /* ABOUT US END */


  /* OUR BRANDS START */
      .our-brands-section .brands-wrapper {
          width: 560px;
          margin-left: auto;
          margin-right: auto;
          float: none;
      }

      .our-brands-section .brands-slider .brands-slider-navigation {
          display: none;
      }
  /* OUR BRANDS END */


  /* INTERNATIONAL PRESENCE START */

  /* INTERNATIONAL PRESENCE END */


  /* OUR PEOPLE START */

  /* OUR PEOPLE END */


  /* BE PART OF OU TEAM (SUBMIT CV) START */

  /* BE PART OF OU TEAM (SUBMIT CV) END */


  /* INVESTMENT RELATIONSHIPS START */
    #top-slider .swiper-slide, #top-slider-not .swiper-slide {
      min-height: 340px;
    }
    .content-inside-title h3 {
      font-size: 22px;
    }
    /* SECTION - PRESIDENT MESSAGE */
    #president-msg p {
        font-size: 17px;
    }
    #president-msg img.pull-left, #president-msg img {
      margin-top: 3px;
    }
    /* SECTION - PRESIDENT MESSAGE END */


    /* SECTION - BOARD OF DIRECTORS */
    .investment-relationships-both {
      border: 0;
    }
    .investment-relationships-content {

    }
    .investment-relationships-right, .investment-relationships-left {
      padding-bottom: 0;
    }
    /* SECTION - BOARD OF DIRECTORS END */


    /* SECTION - CORPORATE GOVERNANCE */

    /* SECTION - CORPORATE GOVERNANCE END */


    /* SECTION - FINANCIAL REPORTS */
    .oikonomika-stoixeia .investment-relationships-right .panel-heading a {
      background-color: #2d8fc9;
      text-align: center;
      color: #ffffff;
    }
    .oikonomika-stoixeia .investment-relationships-right .tab-pane {
      margin-bottom: 5px;
    }
    .panel-table-single:last-child {
      border-bottom: 0;
    }
    .panel-table-top {
      padding-bottom: 10px;
    }
    /* SECTION - FINANCIAL REPORTS END */


    /* SECTION - SHARE PRICE */

    /* SECTION - SHARE PRICE END */


    /* SECTION - SHARE PRICE */

    /* SECTION - SHARE PRICE END */


    /* SECTION - SUBSIDIARIES */

    /* SECTION - SUBSIDIARIES END */


    /* SECTION - INVESTOR RELATIONS */

    /* SECTION - INVESTOR RELATIONS END */


    /* SECTION - INVESTMENT DEPARTMENT */

    /* SECTION - INVESTMENT DEPARTMENT END */

  /* INVESTMENT RELATIONSHIPS END */


  /* ARCHIVE NEWS START */

  /* ARCHIVE NEWS END */


  /* SINGLE NEWS START */
  .single-news .post-wrapper .post-content {
    margin-top: 90px;
  }
  .single-news .blue-bg-section {
	  background-color: #2c8fc7;
    height: 350px;
  }
	.single-news .post-wrapper .details {
    margin-top: -45%;
}
  /* SINGLE NEWS END */


  /* CONTACT START */
  #contact-form-right, #contact-form-left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .where-we-are-single {
    margin-bottom: 40px;
  }
  #where-we-are {
    padding-bottom: 60px;
  }
  .contact .our-people-section {
    padding-bottom: 50px;
  }
  /* CONTACT END */


  /* SEARCH START */

  /* SEARCH END */


  /* SITEMAP START */

  /* SITEMAP END */
  .fluid-img-container {
    min-height: 262px;
  }

}
/* @media screen and (min-width: 600px) and (max-width: 991px) {
    .our-brands-section .brands-wrapper {
        width: 560px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
@media screen and (min-width: 600px) and (max-width: 991px) {
    .our-brands-section .brands-wrapper {
        width: 560px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .our-brands-section .brands-slider .brands-slider-navigation {
        display: none;
    }
} */

@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* OUR PEOPLE START */
  /* .our-people .text-big-image-section .fluid-img-container {
      top: 50%;
      transform: translate(0, -50%)
  } */
  .our-people .text-big-image-section .details .standard-text {
      font-size: 15px;
  }
  .homepage .text-big-image-section h2.standard-heading {
      font-size: 35px;
  }
  .homepage .text-big-image-section p.standard-subtitle {
      font-size: 25px !important;
  }
  .homepage .text-big-image-section p.standard-text {
      font-size: 15px;
  }
  .homepage .text-big-image-section a.standard-button {
      margin-top: 30px;
  }
  /* OUR PEOPLE END */
}
@media screen and (max-width: 991px) {
  /* HEADER START */

  /* HEADER END */


  /* FOOTER START */

  /* FOOTER END */


  /* INTRO START */

  /* INTRO END */


  /* HOMEPAGE START */

  /* HOMEPAGE END */


  /* ABOUT US START */
  .numbers-mob-slider-wrapper {
      position: relative;
  }

  .numbers-mob-slider-wrapper .numbers-mob-slider  {
      overflow: hidden;
  }

  .numbers-mob-slider-wrapper .numbers-mob-carousel-nav-control {
      position: absolute;
      top: 60px;
  }

  .numbers-mob-slider-wrapper .numbers-mob-carousel-nav-control img,
  .distinctions-mob-carousel .distinctions-mob-carousel-nav-control img {
      width: 45px;
  }

  .numbers-mob-slider-wrapper
      #prev-number-slide.numbers-mob-carousel-nav-control {
      left: 15%;
  }

  .numbers-mob-slider-wrapper
      #next-number-slide.numbers-mob-carousel-nav-control {
      right: 15%;
  }

  .distinctions .distinctions-carousel .details .standard-text {
      font-size: 16px;
  }
  /* ABOUT US END */


  /* OUR BRANDS START */
  .our-brands-section .brands-slider {
      position: relative;
  }

  .our-brands-section .brands-slider .details .img-wrapper {
      border-right: none;
      border-bottom: 1px solid #0089c2;
      margin-bottom: 30px;
      padding-left: 0;
  }

  .our-brands-section .brands-slider-navigation-mob {
      position: absolute;
      top: 0;
      z-index: 1;
  }

  .our-brands-section .brands-slider-navigation-mob#brands-slider-prev {
      left: 30px;
  }

  .our-brands-section .brands-slider-navigation-mob#brands-slider-next {
      right: 30px;
  }
  /* OUR BRANDS END */


  /* INTERNATIONAL PRESENCE START */

  /* INTERNATIONAL PRESENCE END */


  /* OUR PEOPLE START */

  /* OUR PEOPLE END */


  /* BE PART OF OU TEAM (SUBMIT CV) START */

  /* BE PART OF OU TEAM (SUBMIT CV) END */


  /* INVESTMENT RELATIONSHIPS START */

    /* SECTION - PRESIDENT MESSAGE */

    /* SECTION - PRESIDENT MESSAGE END */


    /* SECTION - BOARD OF DIRECTORS */

    /* SECTION - BOARD OF DIRECTORS END */


    /* SECTION - CORPORATE GOVERNANCE */

    /* SECTION - CORPORATE GOVERNANCE END */


    /* SECTION - FINANCIAL REPORTS */
    .oikonomika-stoixeia .investment-relationships-right .tab-content .tab-pane {
      display: block;
    }
   .oikonomika-stoixeia .investment-relationships-right .nav-tabs {
      display: none;
    }
    .oikonomika-stoixeia .investment-relationships-right .panel-title a{
      display:block;
    }
    .oikonomika-stoixeia .investment-relationships-right .panel{
      margin: 0;
      box-shadow: none;
      border-radius: 0;
       margin-top: -2px;
    }
    .oikonomika-stoixeia .investment-relationships-right .tab-pane:first-child .panel {
      border-radius:5px 5px 0 0;
    }
    .oikonomika-stoixeia .investment-relationships-right .tab-pane:last-child .panel {
      border-radius:0 0 5px 5px;
    }
    .oikonomika-stoixeia .investment-relationships-right .tab-content {
      padding-top: 0;
    }
    /* SECTION - FINANCIAL REPORTS END */


    /* SECTION - SHARE PRICE */

    /* SECTION - SHARE PRICE END */


    /* SECTION - SHARE PRICE */
  .animated-circle-col {
    float: left;
    display: block;
  }
  .animated-circle-col:nth-child(2n + 1) {
    margin-top: -25%;
  }
  .animated-circle-col:nth-child(2) {
    margin-top: 25%;
  }
  .animated-circle-col:first-child {
    margin-top: 0;
  }

    /* SECTION - SHARE PRICE END */


    /* SECTION - SUBSIDIARIES */

    /* SECTION - SUBSIDIARIES END */


    /* SECTION - INVESTOR RELATIONS */

    /* SECTION - INVESTOR RELATIONS END */


    /* SECTION - INVESTMENT DEPARTMENT */

    /* SECTION - INVESTMENT DEPARTMENT END */

  /* INVESTMENT RELATIONSHIPS END */


  /* ARCHIVE NEWS START */

  /* ARCHIVE NEWS END */


  /* SINGLE NEWS START */

  /* SINGLE NEWS END */


  /* CONTACT START */

  /* CONTACT END */


  /* SEARCH START */

  /* SEARCH END */


  /* SITEMAP START */

  /* SITEMAP END */
}
@media screen and (min-width: 768px) {
  .footer-top-menu ul {
    text-align: center;
    margin-left: -30px;
  }
  h2.standard-heading {
      margin-top: 0;
  }

  /* HEADER START */
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #7e7e7e;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    width: 34px;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
  }
  .navbar-toggle {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .navbar-right-mob {
    margin-top: 28px;
    margin-right: 35px;
  }
  #content {
    _margin-top: 106px;
    padding-top: 106px;
  }
  #top-slider img {
    height: calc(100vh - 106px);
  }
  /* HEADER END */


  /* FOOTER START */

  /* FOOTER END */


  /* INTRO START */

  /* INTRO END */


  /* HOMEPAGE START */

  /* HOMEPAGE END */


  /* ABOUT US START */

  /* ABOUT US END */


  /* OUR BRANDS START */

  /* OUR BRANDS END */


  /* INTERNATIONAL PRESENCE START */

  /* INTERNATIONAL PRESENCE END */


  /* OUR PEOPLE START */
  .jobs .single-job .job-col {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .jobs .single-job .job-col {
    border-bottom: 0;
    border-top: 0;
    position: relative;
  }
  .jobs .single-job .job-detail + .job-detail::before {
    content: '';
    height: calc(100% - 24px);
    float: left;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;

    border-left: 1px solid #75B2CD;
  }

  /* OUR PEOPLE END */


  /* BE PART OF OU TEAM (SUBMIT CV) START */

  /* BE PART OF OU TEAM (SUBMIT CV) END */


  /* INVESTMENT RELATIONSHIPS START */

    /* SECTION - PRESIDENT MESSAGE */

    /* SECTION - PRESIDENT MESSAGE END */


    /* SECTION - BOARD OF DIRECTORS */

    /* SECTION - BOARD OF DIRECTORS END */


    /* SECTION - CORPORATE GOVERNANCE */

    /* SECTION - CORPORATE GOVERNANCE END */


    /* SECTION - FINANCIAL REPORTS */

    /* SECTION - FINANCIAL REPORTS END */


    /* SECTION - SHARE PRICE */
    .filter-col {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .filter-col + .filter-col {
      padding-top: 30px;
    }
    .filter-col .form-group:last-child {
      margin-bottom: 0;
    }
    .stock-history-list .table-row .table-col {
      width: 11.1111111111%;
    }
    .table-row:nth-child(even) {
      background: rgba(62,191,244,.07);
    }
    .table-row:nth-child(odd) {
      background: transparent;
    }
    .table-row .table-col.table-highlight {
      background: rgba(62,191,244,.07);
    }
    .table-row .table-cell .table-header, .table-row .table-cell .table-info {
      padding: 0;
    }
    .table-row .table-cell .table-header {
      background: transparent;
    }
    .table-row .table-cell {
      border-bottom: 0;
      padding: 15px 5px;
    }
    .table-row .table-cell:first-child {
      border-top: 0;
    }
    .table-row {
      border-bottom: 1px solid #429dd7;
      margin-bottom: 0;
    }
    /* SECTION - SHARE PRICE END */


    /* SECTION - SHARE PRICE */
  .current-share-value {
    line-height: 1.5em
  }
  .current-share-status {
    text-align: right;
  }
  .current-share-col {
    margin-top: 0px;
    margin-bottom: 0px;
  }
    /* SECTION - SHARE PRICE END */


    /* SECTION - SUBSIDIARIES */

    /* SECTION - SUBSIDIARIES END */


    /* SECTION - INVESTOR RELATIONS */

    /* SECTION - INVESTOR RELATIONS END */


    /* SECTION - INVESTMENT DEPARTMENT */

    /* SECTION - INVESTMENT DEPARTMENT END */

  /* INVESTMENT RELATIONSHIPS END */


  /* ARCHIVE NEWS START */

  /* ARCHIVE NEWS END */


  /* SINGLE NEWS START */

  /* SINGLE NEWS END */


  /* CONTACT START */

  /* CONTACT END */


  /* SEARCH START */
  .search .content-inside-title {
    padding-left: 0;
    padding-right: 0;
  }
  .search-result-title {
    margin-top: 45px;
  }
  .search-result-link {
    margin-bottom: 45px;
  }
  .search-form-wrap .form-group {
    width: calc(100% - 160px);
  }
  .search-btn {
    width: 160px;
    font-size: 17px;
  }
  /* SEARCH END */


  /* SITEMAP START */
  .highlights-grid .highlight-col {
    margin-bottom: 30px;
  }
  /* SITEMAP END */
}
@media screen and (min-width: 992px) {
  #contact-form-right .label-area, #contact-form-left .label-area, .label-area {
    padding-right: 0;
  }
  /* HEADER START */
    /* HIDE SECOND LEVEL MENU START */
    #header .dropdown-menu {
      display: none !important;
    }
    #header .dropdown .caret {
      display: none !important;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
      max-height: none;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-default .navbar-collapse {
      max-height: none;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
      color: #7e7e7e !important;
    }
    .navbar-default .navbar-nav>.open>a {
      color: #0061a2 !important;
    }
    /* HIDE SECOND LEVEL MENU END */
  /* HEADER END */


  /* FOOTER START */

  /* FOOTER END */


  /* INTRO START */

  /* INTRO END */


  /* HOMEPAGE START */

  /* HOMEPAGE END */


  /* ABOUT US START */

  /* ABOUT US END */


  /* OUR BRANDS START */

  /* OUR BRANDS END */


  /* INTERNATIONAL PRESENCE START */

  /* INTERNATIONAL PRESENCE END */


  /* OUR PEOPLE START */
  .single-job-infos .singl-job-ic {
    margin-top: 60px;
  }
  .single-job-infos .single-job-info {
    background: rgba(211,231,243,.8);
  }
  .single-job-infos .single-job-info .job-info {
    background: transparent;
  }
  .single-job-infos .single-job-info {
    text-align: center;
    padding: 35px 15px 20px;
  }
  .single-job-infos .single-job-info .job-info {
    color: #0061a2;
    font-size: 1.2em;
  }
  .single-job-infos .single-job-info .job-info::before {
    content: '';
    display: block;
    border-top: 1px solid #87c9e6;
    margin: 10px auto 15px;
    width: 44px;
  }
  /* OUR PEOPLE END */


  /* BE PART OF OU TEAM (SUBMIT CV) START */

  /* BE PART OF OU TEAM (SUBMIT CV) END */


  /* INVESTMENT RELATIONSHIPS START */

    /* SECTION - PRESIDENT MESSAGE */

    /* SECTION - PRESIDENT MESSAGE END */


    /* SECTION - BOARD OF DIRECTORS */

    /* SECTION - BOARD OF DIRECTORS END */


    /* SECTION - CORPORATE GOVERNANCE */

    /* SECTION - CORPORATE GOVERNANCE END */


    /* SECTION - FINANCIAL REPORTS */
    .oikonomika-stoixeia .investment-relationships-right .panel-heading {
      display: none;
    }
    .oikonomika-stoixeia .investment-relationships-right .panel {
      border: none;
      box-shadow: none;
    }
    .oikonomika-stoixeia .investment-relationships-right .panel-collapse {
      height:auto;
    }
    .oikonomika-stoixeia .investment-relationships-right .panel-collapse.collapse {
        display:block;
    }
    /* SECTION - FINANCIAL REPORTS END */


    /* SECTION - SHARE PRICE */

    /* SECTION - SHARE PRICE END */


    /* SECTION - SHARE PRICE */
  .animated-circle-col .animated-circle-title {
    font-size: 1.7647058824em;
  }
  .animated-circle-col .animated-circle-subtitle {
    font-size: 1em;
  }

    /* SECTION - SHARE PRICE END */


    /* SECTION - SUBSIDIARIES */

    /* SECTION - SUBSIDIARIES END */


    /* SECTION - INVESTOR RELATIONS */

    /* SECTION - INVESTOR RELATIONS END */


    /* SECTION - INVESTMENT DEPARTMENT */

    /* SECTION - INVESTMENT DEPARTMENT END */

  /* INVESTMENT RELATIONSHIPS END */


  /* ARCHIVE NEWS START */

  /* ARCHIVE NEWS END */


  /* SINGLE NEWS START */

  /* SINGLE NEWS END */


  /* CONTACT START */

  /* CONTACT END */


  /* SEARCH START */

  /* SEARCH END */


  /* SITEMAP START */

  /* SITEMAP END */
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  p.standard-text, .standard-text p, .distinctions-carousel .distinction-item .details .heading, .post-details p {
    font-size: 17px;
  }
  h2.standard-heading {
    font-size: 46px;
  }
  /* HEADER START */
  .navbar-brand {
    width: 200px;
    height: 98px;
    margin-right: 10px;
  }
  .navbar-nav {
    margin-top: 30px;
  }
  .navbar-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .nav>li {
    padding: 0 42px;
  }
  #header #navbar {
    padding-left: 0;
    padding-right: 0;
  }
  #navbar .navbar-nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav .open .dropdown-menu {
    margin-left: -42px;
    margin-right: -42px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-menu>li>a {
    padding-left: 60px !important;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    padding-left: 50px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu {
    font-size: 16px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  /* HEADER END */


  /* FOOTER START */

  /* FOOTER END */


  /* INTRO START */

  /* INTRO END */


  /* HOMEPAGE START */

  /* HOMEPAGE END */


  /* ABOUT US START */

  /* ABOUT US END */


  /* OUR BRANDS START */
  .our-brands-section .brands-slider .details .text-wrapper p.standard-text {
      font-size: 16px;
  }
  /* OUR BRANDS END */


  /* INTERNATIONAL PRESENCE START */

  /* INTERNATIONAL PRESENCE END */


  /* OUR PEOPLE START */

  /* OUR PEOPLE END */


  /* BE PART OF OU TEAM (SUBMIT CV) START */

  /* BE PART OF OU TEAM (SUBMIT CV) END */


  /* INVESTMENT RELATIONSHIPS START */
    .content-inside-title h3 {
      font-size: 22px;
    }
    /* SECTION - PRESIDENT MESSAGE */
    #president-msg p {
      line-height: 145%;
      font-size: 17px;
      margin-bottom: 15px;
    }
    /* SECTION - PRESIDENT MESSAGE END */


    /* SECTION - BOARD OF DIRECTORS */

    /* SECTION - BOARD OF DIRECTORS END */


    /* SECTION - CORPORATE GOVERNANCE */
    .diakivernisi-right, .diakivernisi-right p {
      font-size: 100%;
      line-height: 150%;
    }

    /* SECTION - CORPORATE GOVERNANCE END */


    /* SECTION - FINANCIAL REPORTS */

    /* SECTION - FINANCIAL REPORTS END */


    /* SECTION - SHARE PRICE */

    /* SECTION - SHARE PRICE END */


    /* SECTION - SHARE PRICE */

    /* SECTION - SHARE PRICE END */


    /* SECTION - SUBSIDIARIES */
    .investment-relationships-right-inside .panel-body {
      font-size: 85%;
    }
    /* SECTION - SUBSIDIARIES END */


    /* SECTION - INVESTOR RELATIONS */

    /* SECTION - INVESTOR RELATIONS END */


    /* SECTION - INVESTMENT DEPARTMENT */

    /* SECTION - INVESTMENT DEPARTMENT END */

  /* INVESTMENT RELATIONSHIPS END */


  /* ARCHIVE NEWS START */

  /* ARCHIVE NEWS END */


  /* SINGLE NEWS START */
.single-news .blue-bg-section {
    background-color: #2c8fc7;
    height: 450px;
}
.single-news .post-wrapper .details {
  margin-top: -45%;
}
  /* SINGLE NEWS END */


  /* CONTACT START */
  .label-area label {
    font-size: 90%;
  }
  .where-we-are-section-wrap {
    font-size: 100%;
  }
  .contact .our-people-section {
    padding-bottom: 50px;
  }
  /* CONTACT END */


  /* SEARCH START */

  /* SEARCH END */


  /* SITEMAP START */

  /* SITEMAP END */
  .fluid-img-container {
    min-height: 340px;
  }

}

@media screen and (min-width:1200px) and (max-width:1920px){
.single-news .blue-bg-section {
    background-color: #2c8fc7;
    height: 475px;
}
.single-news .post-wrapper .details {
  margin-top: -40%;
}
}

@media screen and (max-width: 1199px) {
  /* FALLBACK TO MOBILE MENU START */
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #6ec6fd !important;
  }
  .navbar-default .navbar-nav>li>a:focus {
    color: #ffffff !important;
  }
  .navbar-default .navbar-nav>.active>a:after, .navbar-default .navbar-nav>.active>a:focus:after, .navbar-default .navbar-nav>.active>a:hover:after, .navbar-default .navbar-nav>li>a:focus:after, .navbar-default .navbar-nav>li>a:hover:after {
    display: none;
  }
  .navbar-right-mob {
    float: right;
  }
  .navbar-right-element.header-link-sitemap {
    display: none;
  }
  .navbar-right-element {
    display: inline-block;
    vertical-align: top;
  }
  #header .navbar-right {
    display: none;
  }
  #header .navbar .container-fluid {
    padding: 0;
  }
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 0;
  }
  #navbar .navbar-nav {
    background-color: #0089c2;
  }
  .navbar-default .navbar-nav>li>a {
    color: #ffffff;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-collapse.collapse.in {  /* NEW */
    display: block!important;
  }
  .navbar-collapse.in {
    overflow-y: auto!important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #0061a2;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }
  /* FALLBACK TO MOBILE MENU END */

  /* INTERNATIONAL PRESENCE START */
  .international-presence .location-icons hr.dark-blue-separator {
      bottom: 116px;
  }
  /* INTERNATIONAL PRESENCE END */
}
@media screen and (min-width: 1200px) {
  /* HEADER START */
  .navbar-right-mob {
    display: none;
  }
  /* HEADER END */


  /* FOOTER START */

  /* FOOTER END */


  /* INTRO START */

  /* INTRO END */


  /* HOMEPAGE START */

  /* HOMEPAGE END */


  /* ABOUT US START */

  /* ABOUT US END */


  /* OUR BRANDS START */

  /* OUR BRANDS END */


  /* INTERNATIONAL PRESENCE START */

  /* INTERNATIONAL PRESENCE END */


  /* OUR PEOPLE START */

  /* OUR PEOPLE END */


  /* BE PART OF OU TEAM (SUBMIT CV) START */

  /* BE PART OF OU TEAM (SUBMIT CV) END */


  /* INVESTMENT RELATIONSHIPS START */

    /* SECTION - PRESIDENT MESSAGE */

    /* SECTION - PRESIDENT MESSAGE END */


    /* SECTION - BOARD OF DIRECTORS */

    /* SECTION - BOARD OF DIRECTORS END */


    /* SECTION - CORPORATE GOVERNANCE */

    /* SECTION - CORPORATE GOVERNANCE END */


    /* SECTION - FINANCIAL REPORTS */

    /* SECTION - FINANCIAL REPORTS END */


    /* SECTION - SHARE PRICE */

    /* SECTION - SHARE PRICE END */


    /* SECTION - SHARE PRICE */
  .animated-circle-col .animated-circle-title {
    font-size: 2.2352941176em;
  }
  .animated-circle-col .animated-circle-subtitle {
    font-size: 1em;
  }
    /* SECTION - SHARE PRICE END */


    /* SECTION - SUBSIDIARIES */

    /* SECTION - SUBSIDIARIES END */


    /* SECTION - INVESTOR RELATIONS */

    /* SECTION - INVESTOR RELATIONS END */


    /* SECTION - INVESTMENT DEPARTMENT */

    /* SECTION - INVESTMENT DEPARTMENT END */

  /* INVESTMENT RELATIONSHIPS END */


  /* ARCHIVE NEWS START */

  /* ARCHIVE NEWS END */


  /* SINGLE NEWS START */

  /* SINGLE NEWS END */


  /* CONTACT START */
  .contact .our-people-section {
    padding-bottom: 50px;
  }
  /* CONTACT END */


  /* SEARCH START */

  /* SEARCH END */


  /* SITEMAP START */

  /* SITEMAP END */
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  /* HEADER START */
  .nav>li {
    _padding: 0 6px;
    padding: 0 5px;
  }
  #header .navbar-nav {
    font-size: 15px;
  }
  .navbar-right-element {
    padding-right: 6px;
    padding-left: 6px;
  }
  #header .navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-brand {
    width: 200px;
    height: 98px;
    _margin-right: 5px;
    margin-right: 0;
  }
  .navbar-nav {
    margin-top: 30px;
  }
  #header #navbar {
    padding-right: 0;
  }
  /* HEADER END */
  .fluid-img-container {
    min-height: 413px;
  }

}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  /* HEADER START */
  .nav>li {
    padding: 0 7px;
  }
  #header .navbar-nav {
    font-size: 16px;
  }
  .navbar-right-element {
    padding-right: 7px;
    padding-left: 7px;
  }
  #header .navbar .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-brand {
    width: 200px;
    height: 98px;
    margin-right: 10px;
  }
  .navbar-nav {
    margin-top: 30px;
  }
  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }
  /* HEADER END */
  .fluid-img-container {
    min-height: 450px;
  }
}
@media screen and (min-width: 1501px) {
  #content {
    _margin-top: 128px;
    padding-top: 128px;
  }
  #top-slider img {
    height: calc(100vh - 128px);
  }
  .fluid-img-container {
    min-height: 518px;
  }
}

/* ------------------- V2 ------------------- */
.checkbox:first-child, .radio:first-child {
  margin-top: 0;
}
/* jquery.steps.css */
.wizard {
  display: block;
  width: 100%;
  /* overflow: hidden */
}
.wizard a {
  outline: 0
}
.wizard ul {
  list-style: none !important;
  padding: 0;
  margin: 0
}
.wizard ul>li {
  display: block;
  padding: 0
}
.wizard>.steps .current-info {
  position: absolute;
  left: -999em
}
.wizard>.content>.title {
  position: absolute;
  left: -999em
}
.wizard>.steps {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 100px;
}
.wizard>.steps .number {
  display: none;
}
.wizard>.steps .step-icon {
  background: #ffffff;
  font-size: 0;
  display: block;
  width: 126px;
  height: 126px;
  margin: 0 auto 42px;
  border: 1px solid #3897d0;
}
.wizard>.steps>ul {
  position: relative;
  text-align: center;
}
.wizard>.steps>ul::before {
  content: '';
  width: 70%;
  height: 1px;
  display: block;
  position: absolute;
  top: 62px;
  background: #7c7c7c;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}
.wizard>.steps>ul>li {
  width: 33.33333333%
}
.wizard>.steps>ul>li, .wizard>.actions>ul>li {
  float: left
}
#cv2stepForm.wizard>.steps>ul::before {
  width: 40%;
}
#cv2stepForm.wizard>.steps>ul>li {
  display: inline-block;
  float: none;
  vertical-align:top;
}
#cv2stepForm.wizard>.steps>ul>li + li {
  margin-left: -4px;
}
.wizard.vertical>.steps>ul>li {
  float: none;
  width: 100%
}
.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
  display: block;
  width: auto;
  margin: 0 0 0.5em;
  padding: 0;
  text-decoration: none;
  text-align: center;
  /* -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px */
}
.wizard>.steps .disabled a, .wizard>.steps .disabled a:hover, .wizard>.steps .disabled a:active {
  /* background: #eee; */
  color: #0089c2;
  cursor: default
}
.wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active {
  color: #0089c2;
  cursor: default;
}
.wizard>.steps .done a, .wizard>.steps .done a:hover, .wizard>.steps .done a:active {
  /* background: #9dc8e2;
  color: #fff */
}
.wizard>.steps .done a .step-icon, .wizard>.steps .done a:hover .step-icon, .wizard>.steps .done a:active .step-icon {
  background-image: url(img/cv-3step/pattern.png);
}
.wizard>.steps .error a, .wizard>.steps .error a:hover, .wizard>.steps .error a:active {
  /* background: #ff3111;
  color: #fff */
}
.wizard>.content {
  display: block;
  /* overflow: hidden; */
  position: relative;
  width: auto;
}
.wizard.vertical>.content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%
}
.wizard>.content>.body {
}
.wizard>.content>.body ul {
  list-style: disc !important
}
.wizard>.content>.body ul>li {
  _display: list-item
}
.wizard>.content>.body>iframe {
  border: 0 none;
  width: 100%;
  height: 100%
}
.wizard>.content>.body input[type="checkbox"] {
  display: inline-block
}
.wizard>.content>.body input.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11
}
.wizard>.content>.body label {
  display: inline-block;
  margin-bottom: 0.5em
}
.wizard>.content>.body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em
}
.wizard>.actions {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  min-height: 45px;
  margin-top: 35px;
}
.wizard.vertical>.actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%
}
.wizard>.actions>ul {
  display: inline-block;
  text-align: right
}
.wizard>.actions>ul>li {
  margin: 0 0.5em
}
.wizard.vertical>.actions>ul>li {
  margin: 0 0 0 1em
}
.wizard>.actions a {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border: 2px solid #a0d4e9 !important;
  background-color: #ffffff !important;
  color: #0089c2;
  font-weight: 300;
  border-radius: 0;
  padding-left: 50px;
  padding-right: 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.wizard>.actions a:hover, .wizard>.actions a:active, .wizard>.actions a:focus {
  color: #ffffff;
  background-color: #a0d4e9 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
  text-decoration: none;
}
.wizard>.actions .disabled a, .wizard>.actions .disabled a:hover, .wizard>.actions .disabled a:active {
  background: #eee;
  color: #aaa
}
.wizard>.loading {}
.wizard>.loading .spinner {}
.wizard>.actions>ul>li:first-child {
  display: none;
}

.form-btn .btn {

}
.page-title {
  margin: 0;
  font-weight: 300;
  text-align: center;
}
.investment-relationships-both {
  margin-bottom: 11px;
}
.stock-value {
  position: relative;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 28px;
  color: #0f90c5;
}
.stock-value .stock-left, .stock-value .stock-right {
  display: inline-block;
  vertical-align: top;
}
.stock-value .stock-left {
  padding-right: 15px;
}
.stock-left .stock-date {
  color: #949494
}
.stock-value .value-number {
  font-weight: 500;
  font-size: 2em;
  line-height: 1em;
}
.cv-3step #top-slider .swiper-slide, #top-slider .swiper-slide.has-content {
  height: 1px;
}
#top-slider .page-title {
  color: #ffffff;
}
.legal-info-wrap {
  margin-bottom: 80px;
}
.section-title {
  color: #0089c2;
  margin-bottom: 1em;
}
p.help-text, .help-text p {
    font-size: 1em;
    font-weight: 300;
}

.contact-form-left {
  padding-right: 50px;
}
.contact-form-right {
  padding-left: 50px;
}
.form-group .select2-container {
  min-width: 100%;
  max-width: 100%;
}
.contact-form-full .label-area {
  width: 100%;
}
.contact-form-full .input-area {
  width: 100%;
}

@media screen and (min-width: 1921px) and (max-width: 2560px){
.single-news .blue-bg-section {
    background-color: #2c8fc7;
    height: 500px;
}

.single-news .post-wrapper .details {
    margin-top: -40%;
}
}
@media screen and (min-width: 2561px){
.single-news .blue-bg-section {
    background-color: #2c8fc7;
    height: 36vh;
}
.single-news .post-wrapper .details {
    margin-top: -30vh;
}
}

@media screen and (max-width: 480px) {
  .wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
    font-size: 80%;
  }
  .wizard>.steps .step-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 21px;
  }
  .wizard>.steps>ul::before {
    top: 40px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
  .contact-form-left {
    padding-right: 15px;
  }
  .contact-form-right {
    padding-left: 15px;
  }
  .stock-value {
    font-size: 14px;
    padding-top: 10px;
    border-top: 1px solid #4495bb
  }
  .stock-value .stock-left {
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .contact-form-full .label-area {
    width: 187.5px;
  }
  .contact-form-full .input-area {
    width: calc(100% - 187.5px);
  }
}
@media screen and (min-width: 992px) {
  .contact-form-full .label-area {
    width: 112.5px;
  }
  .contact-form-full .input-area {
    width: calc(100% - 112.5px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media screen and (max-width: 1199px) {
}
@media screen and (min-width: 1200px) {
  .page-title {
    font-size: 56px;
  }
  .cv-3step #top-slider .swiper-slide, #top-slider .swiper-slide.is-tall {
    min-height: 715px;
  }
  .legal-info-wrap {
    margin-bottom: 110px;
  }
  .section-title {
    font-size: 18px;
  }
  .contact-form-full .label-area {
    width: 137px;
  }
  .contact-form-full .input-area {
    width: calc(100% - 137px);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
}
@media screen and (min-width: 1501px) {
}
.multiselect-native-select {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 2px solid #a0d4e9;
  height: 48px;
  line-height: 48px;
  font-size: 17px;
  display: block;
}
.multiselect-native-select .btn-group {
  position: absolute;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.multiselect-native-select .multiselect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  border: 0;
  border-radius: 0;
  background: transparent !important;
}
.multiselect-native-select .multiselect .caret {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  top: 0;
  right: 0;
  left: auto;
  margin: 0 auto;
  background-color: #a0d4e9;
}
.multiselect-native-select .multiselect .caret:after {
    content: "\e259";
    border: 0;
    color: #ffffff;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    text-align: center;
}
.multiselect-native-select .btn-group .multiselect {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 17px;
}
.multiselect-native-select .multiselect-container {
  width: 100%;
}
.multiselect-native-select .dropdown-menu {
  font-size: inherit
}
.istorikos-pinakas-timon #content-inside>.container.no-padding, .istoriko-grafima-timon #content-inside>.container.no-padding {
  overflow: visible;
}

/*entypa rules */
.entypa-content{
  padding-top: 0!important;
}

.c-p.skin-color.flipbook-btn.flipbook-color-gradient,
.c-l-p.skin-color.flipbook-btn.flipbook-color-gradient,
.c-r-p.skin-color.flipbook-btn.flipbook-color-gradient {
  display: none!important;
}

@media screen and (min-width: 2561px) {
	.single-news .blue-bg-section {
    background-color: #2c8fc7;
    height: 500px;
}
	.single-news .post-wrapper .details {
    margin-top: -40%;
}
}

#lang_sel_list {
    border: 0;
    padding: 0;
    background-color: transparent;
}

#lang_sel_list .wpml-ls-current-language a{
    color: #0089c2 !important;
}
