/*
 Theme Name:  OLYMPIA
 Description: OLYMPIA custom WP theme based on Bootstrap 4.
 Theme URI:   https://olympia.gr
 Author:      Schema
 Author URI:  https://schema.gr
 Version:     1.0
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face { 
	font-family:AktivGrotesk-Medium; 
	src: url(fonts/AktivGrotesk_W_Rg.woff); 
}

@font-face { 
	font-family:AktivGrotesk; 
	src: url(fonts/AktivGroteskLt.woff); 
}

@font-face { 
	font-family:AktivGrotesk-Italic; 
	src: url(fonts/AktivGroteskLtIt.woff); 
}

body {
	font-family: AktivGrotesk, sans-serif;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6rem;
	font-weight: normal;
	color: #333333;
	background: #ededed;
}

#page, .site-container{
	background:#fff;
	overflow:hidden;
}

.site-container {
    max-width: 1920px;
    margin: 0 auto;
}

.container {
    max-width: 1920px;
}

.pad-container {
    padding-left: 30px;
    padding-right: 30px;
}

.pad-container-left{
	padding-left: 30px;
}

a,
a:hover,
a:focus{
	color: #000;
}

h1, .h1,
h2, .h2,
h3, .h3{
	font-family: 'AktivGrotesk-Medium', sans-serif;	
}

h1, .h1{ font-size: 36px; }
h2, .h2{ font-size: 28px; }
h3, .h3{ font-size: 20px; }
h4, .h4{ font-size: 18px; }

.grotesk-bold,
strong{
	font-family: 'AktivGrotesk-Medium', sans-serif;
	font-weight: 700;
}

.pt-big {
	padding-top: 8rem !important;
}

.pb-big {
	padding-bottom: 8rem !important;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.img-responsive{
	max-width: 100%;
}

.row-top {
    border-top: 1px solid #000;
}

.dashed-right {
    border-right: 1px dashed #8a8a8a;
}

.dashed-bottom {
    border-bottom: 1px dashed #8a8a8a;
}

.pr-40 {
    padding-left: 40px !important;
}

.hidden {
    display: none !important;
}

.bg-gray {
    background: #f0f0f0;
}

.no-underline {
    text-decoration: none !important;
}

.no-pad-container {
	padding-left:0 !important;
	padding-right:0 !important;
}

.no-pad-container .row{
	margin-left:0 !important;
	margin-right:0 !important;
}

.top-border {
    border-top: 1px solid;
}

.top-dashed{
	border-top: 1px dashed #8a8a8a;
}

.no-top-pad {
	padding-top:0 !important;
}

.no-bottom-pad {
	padding-bottom:0 !important;
}

.minustop{
	margin-top:-1px;
}

area:focus
button:focus{
  border: none;
  outline-style: none; 
  -moz-outline-style:none;  
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.come-in {
  transform: translateY(250px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s; 
}

@keyframes come-in {
  to { transform: translateY(0); }
}

.slide-up {
  transform: translateY(80px);
  animation: slide-up 0.8s ease forwards;
}

@keyframes slide-up {
  to { transform: translateY(0); }
}

.hexalist .slide-up:nth-child(1) { animation-delay: .1s }
.hexalist .slide-up:nth-child(2) { animation-delay: .2s }
.hexalist .slide-up:nth-child(3) { animation-delay: .3s }
.hexalist .slide-up:nth-child(4) { animation-delay: .4s }
.hexalist .slide-up:nth-child(5) { animation-delay: .5s }
.hexalist .slide-up:nth-child(6) { animation-delay: .6s }

.hover-image img{
	width:100%;
	height: auto;
}

.bg-hover-slide-right,
.slide-up-animate {
	transition: all 0.3s ease-in 0s;
}

.bg-hover-slide-right-10:hover {
	background-position-x: 10px;
}

.bg-hover-slide-right-20:hover {
	background-position-x: 20px;
}

.bg-hover-slide-right-30:hover {
	background-position-x: 30px;
}

.bg-hover-slide-right-40:hover {
	background-position-x: 40px;
}

.slide-up-animate:hover {
	margin-top:-5px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.olympia-logo {
    max-width: 100%;
    width: 60px;
	margin-top: -12px;
}

#masthead {
    border-bottom: 1px solid #888;
    color: #8a8a8a;
}

#masthead a{
    color: #000;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
#main-nav li a {
	padding: 10px 40px 10px 10px;
}

#main-nav li a:hover, 
#main-nav li.active > a,
.dropdown-item.active, 
.dropdown-item:active  {
    text-decoration: underline;
	background: none;
}

#main-nav ul.dropdown-menu {
    border-radius: 0;
    margin-top: -5px;
    font-size: 14px;
	z-index:99;
}

.dropdown-toggle::after {
	display:none !important;
}

.offices-link {
	background: #333;
	color: #fff !important;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: middle;
}

.search-box-container {
    display: inline-block;
    width: 60px;
    position: relative;
}

.search-link{
	background-image: url(img/search.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
}

.search-form-container {
    display: none;
    position: absolute;
    border: 1px solid #cacaca;
    bottom: -55px;
    right: 0;
    height: 40px;
    padding-top: 5px;
}

.search-form-container .search-field {
    border: none;
    padding: 4px;
}

.bg-transition {
	transition: background .3s, height .5s, transform .5s;
}

.fixed-top.bg-fixed {
	background: rgba(255, 255, 255, 0.96) !important;
}

.fixed-top.bg-fixed .olympia-logo {
    width: 45px;
	margin-top:0px;
}

.home .fixed-top .olympia-logo {
    display: inline-block;
}

.top-spacer{
	display:none;
}

.top-spacer.space-top {
    display: block;
    width: 100%;
}

.lang-switcher {
    list-style: none;
    margin: 0 0 0 20px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

.lang-switcher li {
    display: inline;
    margin: 0 3px;
}

.lang-switcher li a{
	color:#333 !important;
}

.lang-switcher a.active  {
	font-weight:bold;
}

#main-nav-mobile {
    border-top: 1px solid;
    padding: 20px 0;
}

#main-nav-mobile-ul ul li a {
    text-align: right;
}
	
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.entry-header .h1,
.entry-header h1 {
    text-decoration: underline;
	font-family: AktivGrotesk, sans-serif;
}

.goback {
	color:#333333;
    font-size: 16px;
    background-image: url(img/arrow_left.svg);
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 40px;
}

.rrarr {
	background-image: url(img/arrow_right.svg);
	font-size: 14px;
	color: #8a8a8a;
}

.entry-image-container{
	display:block;
	overflow:hidden;
	position: relative;
}

.entry-image {
    background-size: cover;
    background-position: center center;
    display: block;
	position:absolute;
    width: 100%;
	transition: all 2s;
}


.magnify .entry-image {
    transform: scale(1.05);
}

.entry-image-text::before {
    background: #424242db;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    width: 50%;
    z-index: 0;
    left: 0;
    top: 0;
}

.entry-image-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 99;
}

.entry-image-text h1,
.entry-image-text .h1  {
    font-size: 26px;
    margin: 0;
    padding: 0;
}

.entry-image-text h4, 
.entry-image-text .h4 {
    font-size: 22px;
    margin-top: 8px;
}

.inverse-entry-image-text::before {
    background: #ffffffd1;
}

.inverse-entry-image-text {
	color: #333;
}

.date {
    font-size: 18px;
    color: #888;
}

.intro {
    font-size: 18px;
    margin-bottom: 30px;
}

.entry-content p, .entry-content .intro {
    font-size: 18px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.entry-content p img.alignleft {
    float: left;
    margin-right: 20px;
	margin-bottom: 20px;
}

.entry-content p img.alignright {
    float: right;
    margin-left: 20px;
	margin-bottom: 20px;
}


.entry-content p {
	margin: 0 0 20px 0;
}

.blockquoter {
    background: #f7f7f7;
	margin-top: -4rem;
	margin-bottom: 3rem;
}

.blockquote-content img.alignright {
    float: right;
    margin: 0;
    padding: 0;
	max-width: 50%;
    height: auto;
}

.blockquote-content span {
	font-size: 20px;
	line-height: 130%;
	max-width: 50%;
	height: 100%;
	padding-top: 45px;
	display: inline-block;
	font-family: 'AktivGrotesk-Medium', sans-serif;
}

.single-more-container {
    margin-top: 30px !important;
    text-align: center;
}

.single-more {
	font-size: 20px;
	color: #8a8a8a;
	border: 1px dashed #8a8a8a;
	padding: 10px 50px;
	border-radius: 20px;
	display: inline-block;
	transition: all 0.3s ease-in 0s;
}

.single-more:hover {
	padding-top: 13px !important;
	padding-bottom: 7px !important;
    border: 1px solid #8a8a8a;
    text-decoration: none !important;
}

.plus-more-container {
    margin-top: 30px !important;
}

.plus-more {
    background-image: url(img/plus2.svg);
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    background-size: contain;
	transition: all 0.3s ease-in 0s;
}
.plus-more.opened {
	 background-image: url(img/minus1.svg);
}

.plus-accordion {
	background-image: url(img/plus2.svg);
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px 10px 60px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 45px;
}

.plus-accordion.opened {
	 background-image: url(img/minus2.svg);
}


/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.home .olympia-logo {
	display:none;
}

.olympia-logo-full {
    max-width: 350px;
}

.inverse-top-heading{
	
}

.stat-num-container {
    display: block;
    width: 100%;
    height: 20%;
}

.stat-num {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
	color: #333;
}

.stat-num .timing {
    width: 50%;
    display: inline-block;
    margin-right: 5%;
	font-size: 60px;
    line-height: 85px;
}

.stat-num .labeling {
    width: 39%;
    display: inline-block;
    text-align: left;
}

.animate-stat{
	display:none;
}

.yellow-bg{
    background: #f5f2e9;
}

.home-player{
	position:relative;
}

.home-player a.player{
	display:block;
	width:100%;
	height:100%
}

.home-player a.player::before {
    content: "";
	width: 100%;
	height: 100%;
	background-image: url(img/player.svg);
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-size: 110px;
	background-repeat: no-repeat;
}

.home-player-text{
	font-size:22px;
}

.hexagons {
    background: #f9f9f9;
}

.hexagons h3,
.effect-title {
    font-size: 18px;
}
.hexagons h3 span,
.effect-title span{
    font-size: 16px;
	color: #8a8a8a;
	display: block;
	padding: 0 0 5px 0;
}

.bottomer{
	position:relative;
	overflow: hidden;
}

.stripes {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: #f5f2e9;
}

.stripe-top,
.stripe-middle,
.stripe-bottom,
.stripe-container-top,
.stripe-container-middle,
.stripe-container-bottom  {
    height: 33.33333%;
    display: block;
    width: 100%;
    background: #333333;
	color:#ffffff;
	font-size: 18px;
}

.stripe-middle,
.stripe-container-middle {
	background: #c6c6c6;
	color:#333333;
}

.stripe-bottom,
.stripe-container-bottom {
	background: #f5f2e9;
	color:#333333;
}

.stripe-container-top span,
.stripe-container-middle span,
.stripe-container-bottom span {
	font-size: 16px;
	color: #8a8a8a;
	display: block;
	padding: 0 0 5px 0;
}

.stripe-container-top a{
	color:#ffffff;
}

.stripe-container-middle a {
	color:#333333;
}

.stripe-container-top a:hover,
.stripe-container-middle a:hover {
	text-decoration:none;
}

.bottomer .row {
    min-height: 500px;
}

.bottomer .effect-image {
    max-height: 66.666%;
    overflow: hidden;
    min-height: 66.66%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
}

.hover-image,
.hover-text{
	position:relative;
	z-index:0;
}

.hover-image::after {
    width: 100%;
    height: 100%;
    background: #0000002b;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
	visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}

.effect-container:hover .hover-image::after {
	visibility: visible;
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s;
}

.effect-title-text {
    z-index: 99;
    position: relative;
	margin-top:0px;
	transition: margin 0.3s;
	display: block;
}

.effect-title-text:hover {
	text-decoration:none;
}

.hover-text::before {
    position: absolute;
    top: 0px;
    background: #fff;
    left: 0;
    width: 100%;
    content: "";
    z-index: 10;
    height: 30px;
	margin-top:30px;
    transition: margin 0.3s;
}

.effect-container:hover .hover-text::before {
	margin-top: -30px;
    transition: margin 0.3s;
}

.effect-container:hover .effect-title-text {
	margin-top: -30px;
	margin-bottom: 30px;
    transition: margin 0.3s;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.news-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #8a8a8a;
}

.news-cat-list a{
	color: #8a8a8a;
}

.news-cat-list li {
    border-bottom: 1px dashed #8a8a8a;
    padding: 15px 0 15px 30px;
}

.news-cat-list li.active a {
    color: #333333;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
    background: #333;
    color: #8a8a8a;
	font-size:14px;
}

#colophon a{
	color: #8a8a8a;
}

#colophon .small-text {
    font-size: 12px;
}

.footer_menu{
    display: inline;
    padding: 0;
    margin: 0 0 0 10px;
}

.footer_menu li {
    display: inline;
    margin: 0 10px 0 0;
}

.social-links {
    margin-bottom: 8px;
}

.mor-social {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.mor-linkedin{
	background-image: url('img/linkedin.svg');
}

.footer-logo {
	max-width: 250px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Company
--------------------------------------------------------------*/

.company-logo-container {
    text-align:center;
}

.company-logo-container img {
    max-width: 220px;
}

.company-ownership > span {
    font-size: 20px;
    color: #666;
}

.company-ownership-container {
    display: block;
    width: 100%;
}

.company-ownership-container  .c100 {
    margin: 20px auto !important;
    font-size: 180px !important;
    float: none;
}

.facts {
    background: #f4f4f4;
    font-size: 16px;
}

.fact-box .fact-item{
    font-size: 35px;
    display: block;
    margin-bottom: 10px;
}

.fact-box {
    padding: 80px 40px 50px 40px;
}

.facts-d {
    background: #333;
    color: #fff;
}

.facts-d .fact-box .fact-item {
    font-size: 30px !important;
}

.other-companies {
    padding: 0;
}

.other-company-img-container {
    background-size: cover;
    background-position: center center;
    min-height: 350px;
}

.other-companies h3{
	text-decoration: underline;
}

.other-companies a:hover {
	text-decoration: none !important;
}

.olympia-carousel {
    overflow: hidden;
}

.owl-stage{
	display: flex;
}

.owl-nav.disabled {
    display: none;
}

.carousel-nav {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 20px;
    color: #8a8a8a;
    padding: 0 20% 0 0;
}

.carousel-nav span {
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}

/*--------------------------------------------------------------
# History Page
--------------------------------------------------------------*/

.history-menu-container {
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    background-image: url('img/history.svg');
    background-repeat: no-repeat;
    background-position: left center;
}

#longnav-menu-history {
    margin: 0;
    padding: 0;
    list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	font-weight: bold;
}

#longnav-menu-history  li {
    display: inline;
    width: calc(100% / 6);
    text-align: center;
}


#longnav-menu-history  li a.active-long {
    font-weight: bold;
}

#\31 980-2000 {
    border-top: none !important;
}

.history-container {
    font-size: 20px;
}

.history-container .year-col{
	font-weight:bold;
}

.history-container img {
	max-width:100%;
}

.history-container .has-wide-bg {
    background-size: cover;
    min-height: 280px;
    color: #fff;
}

.history-container.decade-top {
    border-top: 1px dashed;
}

.decade-top:nth-child(1) {
    border-top: none;
}


/*--------------------------------------------------------------
# Long Page
--------------------------------------------------------------*/

#longnav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid;
    display: flex;
    flex-wrap: wrap;
}

#longnav-menu li {
    display: inline;
    width: calc(100% / 9);
    text-align: center;
}

#longnav-menu li a {
    text-decoration: underline;
}

#longnav-menu li a.active-long {
    font-weight: bold;
}

.carousel-item img {
    max-width: 100%;
}

.long-image img {
	width:100%;
}

.page-template-long-layout .single-more {
    font-size: 16px;
    padding: 8px 30px;
}

.page-template-long-layout .single-more:hover {
	padding-top: 10px !important;
	padding-bottom: 6px !important;
}

.longnav-menu-container.fixed-top {
    background: #fffffff2;
    margin-top: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 0px !important;
	border-top: none !important;
	z-index: 10;
}

.longnav-menu-container.fixed-top .col-md-12.pb-3 {
    padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.top-spacer-long{
	display:none;
}

.top-spacer-long.space-top {
    display: block;
    width: 100%;
}

.long-container h2 {
    text-decoration: underline;
}

.long-col-container img {
    max-width: 70%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}

.long-col-container p {
    text-align: center;
    font-size: 20px;
}

.long-col-container p strong {
	font-size: 40px;
	margin-bottom: 5px;
	font-family: 'AktivGrotesk-Medium', sans-serif;
	display: block;
	font-weight: 400;
}

.long-container.has-background {
    background-size: cover;
    background-position: center center;
	color:#fff;
}

.greenboxes {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.greenboxes .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.greenboxes .col-item {
    margin-bottom: 0 !important;
    padding: 40px !important;
}

.greenboxes .col-item p strong {
    font-size: 60px;
}

.greenboxes .col-item-1 {
    background: #4f9977;
}
.greenboxes .col-item-2 {
    background: #5da884;
}
.greenboxes .col-item-3 {
    background: #62b288;
}
.greenboxes .col-item-4 {
    background: #6abf94;
}
.greenboxes .col-item-5 {
    background: #7cc49a;
}
.greenboxes .col-item-6 {
    background: #8fc9a6;
}
.greenboxes .col-item-7 {
    background: #9accb0;
}
.greenboxes .col-item-8 {
    background: #aed3bb;
}

.doc-container {
    display: inline-block;
    margin: 0 auto;
	text-align:center;
}

.building, .regulation {
    font-size: 18px;
    text-align: center;
    background: #6abf94;
    display: inline-block;
    margin: 10px 20px;
    padding: 20px;
    border-radius: 40px;
    color: #fff;
}

.regulation {
	background: #b2aea8;
}

.building a,
.regulation a{
    color: #fff;
}

.building strong,
.regulation strong{
    color: #fff;
    font-family: 'AktivGrotesk-Medium', sans-serif;
	text-decoration: underline;
}

.level-pager, .level-pager .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.lvl-menu {
    padding: 0 !important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.lvl-container{
    display: none;
	padding: 50px 40px 20px 40px;
}

.lvl-selector {
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    line-height: 70px;
    padding-top: 5px;
    width: 100%;
	background: url('img/arrow_right.svg');
}

/*
.lvl-selector::before {
    background-image: url('img/arrow_right.svg');
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    left: 10px;
} */

.lvl-selector-1 {
	background: #7f7d7a;
}

.lvl-selector-2 {
	background: #999692;
}
.lvl-selector-3 {
	background: #b2aea8;
}
.lvl-selector-4 {
	background: #ccc7be;
}
.lvl-selector-5 {
	background: #dddad4;
}
.lvl-selector-6 {
	background: #efebe6;
}


.lvl-selector.active-selector {
    background: #0a7549;
    color: #fff;
}

.lvl-container.active-lvl {
    display: block;
}

.lvl-container img {
    max-height: 500px;
    max-width: 100%;
    margin-bottom: 30px;
}

.lvl-container h2 {
    margin-bottom: 30px;
	text-decoration:none;
}

.lvl-container h3{
    text-decoration:underline;
	margin-bottom: 20px;
}

.lvl-container p {
    font-size: 18px;
    margin-bottom: 5px;
}

.p-with-bg {
    display: block;
    padding: 10px 0 10px 65px;
    background-position: left center;
    background-repeat: no-repeat;
    max-height: 46px;
	font-size: 18px;
}

.column-top-img-container {
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.inner-column-description h3{
	text-decoration: underline;
}

.inner-column-description p {
    text-align: left;
    font-size: 16px;
}

.button-item {
    background: #ebe8df;
    margin: 0 auto;
    font-size: 18px;
    padding: 40px 40px 40px 130px;
    min-width: 300px;
    background-repeat: no-repeat;
    background-size: 90px;
    background-position: 20px center;
    font-weight: bold;
}

.stories .long-html-container .carousel-item ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.carousel-navigator {
	text-align: center;
	width: 100%;
	display: block;
	list-style: none;
	margin: 0 0 70px 0;
	padding: 0;
	height: 140px;
	position: relative;
}

.carousel-navigator::before {
    content: " ";
    position: absolute;
    width: 100%;
    background: rgb(240 240 240);
background: linear-gradient(90deg, rgb(240 240 240) 0%, rgba(51,51,51,1) 7%, rgba(51,51,51,1) 93%, rgb(240 240 240) 100%);
    height: 2px;
    top: 50%;
    margin-top: -1px;
    display: block;
    left: 0;
}

.carousel-navigator li {
display: inline-flex;
	font-size: 16px;
	width: calc(100% / 8);
	color: #333;
	overflow: visible;
	position: relative;
	cursor: pointer;
	height: 140px;
}

.carousel-navigator li::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #333;
    border-radius: 50%;
    margin: -7px 0 0 -7px;
    left: 50%;
}

.carousel-navigator li .indicator {
	width: 150%;
	position: absolute;
	height: 50px;
	overflow: visible;
	text-align: center;
	left: -25%;
}

.carousel-navigator li.active {
    font-weight: bold;
    font-size: 18px;
}

.carousel-navigator li.active::before {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
}

.carousel-navigator li:nth-child(2n) .indicator {
    bottom: 0;
}

.carousel-navigator li:nth-child(2n+1) .indicator {
    top: 0;
}

.carousel-navigator li:nth-child(2n) .indicator span,
.carousel-navigator li:nth-child(2n+1) .indicator span {
    position: absolute;
    width: 100%;
    left: 0;
}

.carousel-navigator li:nth-child(2n) .indicator span {
    top: 0;
}

.carousel-navigator li:nth-child(2n+1) .indicator span {
    bottom: 0;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 99;
    width: 30px;
    height: 50px;
    top: 0;
}

.carousel-control-prev  {
    left: -50px !important;
}


.carousel-control-next  {
    right: -50px !important;
}


.carousel-control-prev .fas ,
.carousel-control-next .fas {
    font-size: 30px;
    color: #000;
}

.people .long-content {
    font-size: 16px;
}

.people .long-content .intro {
    font-size: 16px;
    line-height: 20px;
}

/*--------------------------------------------------------------
# Management
--------------------------------------------------------------*/
.directors-box-title{
	 background-image: url(img/board-management.svg);
	background-size: 90px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 40px 0 40px 110px;
    margin-left: 30px;
}

.management-title{
	 background-image: url(img/group-management.svg);
}


.directors-box-container {
    background: #ece9e0;
    min-height: 250px;
    margin-bottom: 12px;
    padding: 40px;
    font-size: 14px;
    font-weight: bold;
	position: relative;
	transition: all 0.4s ease-in 0s;
}

.directors-box-row .col-md-3,
.directors-box-row .col-md-4{
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.director-name {
    font-size: 20px;
    margin-bottom: 15px;
}

a.director-link {
    position: absolute;
    bottom: -2px;
	right: -2px;
    width: 50px;
    height: 50px;
    background-image: url(img/plus2.svg);
}

a.director-link.opened{
	background-image: url(img/minus2.svg);
}

.directors-image img {
    max-width: 100%;
}

.directors-content p {
    font-size: 16px;
}

.management-box-container {
	background: #f0f0f0;
	color: #0f754b;
}

/*--------------------------------------------------------------
# Press Portal
--------------------------------------------------------------*/
.press-portal-title{
    padding: 40px 0 40px 110px;
    margin-left: 30px;
}

.press-portal-container {
    background: #f0f0f0;
    min-height: 250px;
    margin-bottom: 12px;
    padding: 40px;
    font-size: 14px;
    font-weight: bold;
	position: relative;
	transition: all 0.4s ease-in 0s;
}

.press-portal-row .col-md-3,
.press-portal-row .col-md-4{
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.press-portal-item-name {
    font-size: 22px;
    margin-bottom: 15px;
    padding: 15px 0 0 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    height: 70px;
}

.hidden-press-container {
    width: 100%;
}

.press-portal-container.press-logos .press-portal-item-name {
	background-image: url(img/logos.svg);
}

.press-portal-container.press-photos .press-portal-item-name {
	background-image: url(img/photos.svg);
}

.press-portal-container.press-presentations .press-portal-item-name {
	background-image: url(img/corporate-presentations.svg);
}

.press-portal-container.press-videos .press-portal-item-name {
	background-image: url(img/corporate-videos.svg);
}

.press-portal-content ul {
    list-style: none;
    padding: 2em 0;
}

.press-portal-content.listing ul li a {
    padding: 18px 10px 14px;
    display: block;
    width: 100%;
    border-bottom: 1px dashed #cacaca;
    font-size: 22px;
    background-image: url(img/links.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.press-portal-container.press-contacts {
    min-height: 130px !important;
    height: 130px !important;
}

.press-portal-content strong {
    color: #006547;
}

a.press-link {
    font-size: 22px;
    padding-right: 50px;
    background-image: url(img/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: right center;
	text-decoration:none;
}

a.press-portal-item-link {
    position: absolute;
    bottom: -2px;
	right: -2px;
    width: 50px;
    height: 50px;
    background-image: url(img/plus1.svg);
}

a.press-portal-item-link.opened{
	background-image: url(img/minus1.svg);
}

.press-portal-content p {
    font-size: 16px;
}

.press-portal-container.press-contacts .press-portal-item-name {
	background-image: url(img/corporate-videos.svg);
}


/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
video {
    width: 100%;
    max-height: 100%;
	height:auto;
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Locations Page
--------------------------------------------------------------*/
.map-container {
    position: relative;
}

.map-images {
    position: absolute;
    top: 50%;
    width: 300px;
    height: 300px;
	margin-top:-150px;
    left: 25%;
}

.map-images img {
    max-width: 100%;
}

.map-points {
    position: absolute;
    bottom: 0;
    right: 0;
    list-style: none;
    font-size: 18px;
    margin: 0;
    padding: 0 15px 15px 0;
}

.map-points li {
    line-height: 20px;
    font-weight: bold;
    text-align: right;
}

.map-points li a {
	padding: 12px 15px;
	background: #606060e8;
	margin: 0 0 5px;
	color: #b0a7a7;
	display: inline-block;
	font-weight: bold;
	font-family: AktivGrotesk-Medium, sans-serif;
}

.country-link:hover,
.country-link.active-country {
    color: #fff;
	background: #a4a4a4;
	text-decoration: none;
}

.country-image {
    opacity: 0;
    position: absolute;
	-webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}

.country-image.active-country {
    opacity: 1;
}

/*--------------------------------------------------------------
# Circle
--------------------------------------------------------------*/
.per_circle {
    position: relative;
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #0a7549;
	margin: 15px auto;
    background-image: linear-gradient(91deg, transparent 50%, #ccc 50%), linear-gradient(90deg, #ccc 50%, transparent 50%);
}
.per_circle .per_circle_inner {
    position: relative;
    top: 5px;
    left: 5px;
    text-align: center;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background-color: #fff;
	color: #0a7549;
}
.per_circle .per_circle_inner div {
    position: relative;
    top: 55px;
    color:#0a7549;
}
.per_circle .per_circle_stat {
    font-size: 30px;
    line-height:1em;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-box {
	background: #f0f0f0;
    padding: 30px;
    color: #000;
    height: 100%;
}

.contact-title {
    font-size: 22px;
    color: #0a7549;
    text-decoration: underline;
    margin-bottom: 25px;
}

.contact-address {
    margin-bottom: 20px;
}

.wpcf7-form-control-wrap {
    display: inline-block;
    width: 50%;
    padding: 10px;
}

.wpcf7 label {
    font-size: 14px;
    padding: 10px;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
}

.wpcf7-form-control-wrap textarea:focus,
.wpcf7-form-control-wrap input:focus {
	border-bottom: 1px solid #ccc;
	outline: 0px;
}

span.wpcf7-form-control-wrap.acceptance {
    width: 70%;
    font-size: 14px;
}

.wpcf7-form-control-wrap.acceptance input[type="checkbox"] {
    border-radius: 0 !important;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.wpcf7-form-control-wrap.company-name, .wpcf7-form-control-wrap.message {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 30%;
    color: #fff;
    border-radius: 0;
    border: none;
    background: #0a7549;
    padding: 12px 0 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}

/*--------------------------------------------------------------
# Special
--------------------------------------------------------------*/
.page-id-23 #longnav-menu li,
.page-id-9830 #longnav-menu li{
    width: calc(100% / 5);
}

#cookie-law-info-bar {
    background: #000000c4 !important;
}

#resume .wpcf7 {
    border: 1px solid #cacaca;
    padding: 30px;
    margin-top: 30px;
}

#resume .wpcf7-form-control-wrap.bio {
    border: 1px dashed #cacaca;
}

.search-title {
    font-size: 20px;
    font-weight: bold;
}

.search-more-container {
    margin-top: 30px !important;
    text-align: right;
}

.search-more {
	font-size: 16px;
	color: #8a8a8a;
	border: 1px dashed #8a8a8a;
	padding: 6px 20px;
	border-radius: 20px;
	display: inline-block;
	transition: all 0.3s ease-in 0s;
}

.search-more:hover {
	padding-top: 13px !important;
	padding-bottom: 7px !important;
    border: 1px solid #8a8a8a;
    text-decoration: none !important;
}

.news-image-bg {
    height: 270px;
    background-size: cover;
    background-position: top center;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination-wrapper {
    width: 100%;
    text-align: center;
    display: block;
    border-top: 1px dashed;
}

.pagination {
    text-align: center;
    padding: 20px;
    display: block;
    width: 100%;
}

.dots {
    display: inline-block;
    margin: 0 20px;
}

.pagin-number {
    display: inline-block;
    width: 30px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
}

.pagin-number.active {
    font-weight: bold;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
#not-found {
    background-image: url(img/404.jpg);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: cover;
	background-position: center center;
}

.not-found {
    position: relative;
    height: 70%;
        margin: 8% auto 0;
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.not-found h1 {
    font-size: 60px;
    color: #008458;
    margin-bottom: 25%;
}

.not-found a {
    color: #008458;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
}


/*--------------------------------------------------------------
# Social Sharing
--------------------------------------------------------------*/
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    padding-top: 20px;
    border-top: 1px dashed #cacaca;
    margin-top: 30px;
}

.heateorSssSharing {
    background: #333333  !important;
    width: 60px !important;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1440px) {

}

@media screen and (max-width: 1199px) {
	
	.head-row .olympia-logo-full {
		max-width: 200px;
	}
	
	.head-row .logo-col {
		text-align: left !important;
	}
	
	.hidden-xs {
		display: none !important;
	}
	
	.visible-xs {
		display: inline-block !important;
	}
	
	.stripe-top, .stripe-middle, .stripe-bottom, .stripe-container-top, .stripe-container-middle, .stripe-container-bottom {
		height: 100%;
		padding-bottom: 20px;
	}
	
	.bottomer .row {
		min-height: auto;
	}
	
	.bottomer .hover-image {
		min-height: 300px;
	}
		
	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItNTEyIDc0MSA5Ny44IDUzLjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTUxMiA3NDEgOTcuOCA1My42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTS00MTYsNzQxaC05NC4yYy0xLDAtMS44LDAuOC0xLjgsMS44czAuOCwxLjgsMS44LDEuOGg5NC4yYzEsMCwxLjgtMC44LDEuOC0xLjhTLTQxNSw3NDEtNDE2LDc0MXoiPjwvcGF0aD48cGF0aCBkPSJNLTQxNiw3NjZoLTk0LjJjLTEsMC0xLjgsMC44LTEuOCwxLjhzMC44LDEuOCwxLjgsMS44aDk0LjJjMSwwLDEuOC0wLjgsMS44LTEuOFMtNDE1LDc2Ni00MTYsNzY2eiI+PC9wYXRoPjxwYXRoIGQ9Ik0tNDE2LDc5MWgtOTQuMmMtMSwwLTEuOCwwLjgtMS44LDEuOHMwLjgsMS44LDEuOCwxLjhoOTQuMmMxLDAsMS44LTAuOCwxLjgtMS44Uy00MTUsNzkxLTQxNiw3OTF6Ij48L3BhdGg+PC9zdmc+");
	}
	
	.menu-col {
		text-align: right;
	}
	
	.lang-switcher {
		width: 100%;
		text-align: right;
		display: inline-block;
		margin: 0;
		border-top: 1px dashed #cacaca;
		padding: 10px 10px 10px 0;
	}
	
	.offices-link {
		display: block;
		text-align: right;
		color: #000 !important;
		background: none;
		border-top: 1px dashed #cacaca;
		font-weight: bold;
		padding: 10px 10px 10px 0;
		font-size:20px;
	}
	
	#main-nav-mobile-ul ul li {
		padding-right: 10px;
	}
	
	
	#menu-main-menu {
		font-size: 20px;
	}
	#masthead {
		padding-bottom: 1rem !important;
	}
	
	.search-link {
		background-color: inherit;
		border: none;
		text-indent: -99999px;
		margin: 0;
	}
	
	.search-field {
		border: 1px solid #999;
		padding: 6px;
		vertical-align: middle;
	}
	
	.longnav-menu-container {
		display: none;
	}
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	.blockquote-content span {
		font-size: 19px;
		padding-top: 10px;
		padding-right:10px;
	}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
	.company-logo-container img {
		max-width: 100%;
	}
	
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.pad-container {
		padding-left:15px;
		padding-right:15px;
	}
	
	.pad-container-left {
		padding-left: 15px;
	}
		
	.entry-image-text::before {
		display:none;
	}
	
	.entry-image-text, .entry-image {
		position: relative;
		display: block;
		color: #333;
		background-color: #dfdfdf;
	}
	
	.entry-image{
		min-height: 250px !important;
	}
	
	.stripes {
		display: none;
	}
	
	.stripe-container-top, .stripe-container-middle, .stripe-container-bottom {
		height: auto;
		padding-bottom: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	
	.footer-content {
		text-align: center;
	}
	
	.footer-info {
		margin: 30px auto;
	}
	
	.footer-last {
		margin: 30px 0 0 0;
	}
	
	.footer-middle .footer-disclaimer,
	.footer-last {
		text-align:center !important;
	}
	
	#longnav-menu{
		border-bottom: none;
	}
	
	#longnav-menu li {
		width: 100% !important;
		text-align: right;
		padding: 5px 20px 5px;
	}
	
	#longnav-menu-container .col-md-12 {
		text-align: right;
		border-bottom: 1px solid;
	}

	.carousel-control-prev, .carousel-control-next {
		display:none;
	}
	
	.longnav-menu-container.fixed-top,
	.longnav-menu-container{
		display: none !important;
	}
	
	.hexa-item{
		text-align:center;
	}
	
	.hexa-item img{
		max-width:80%;
	}
	
	.intro.pt-5 {
		padding-top: 0 !important;
	}
	
	.history-item{
		padding-right:2rem !important;
	}
	
	.blockquote-content {
		text-align: center;
	}
	
	.blockquote-content span {
		max-width: 100% !important;
		width: 100% !important;
		height: auto;
		text-align: left;
	}
	
	.blockquote-content img.alignright {
		float: none;
		margin: 30px auto;
		display:inline-block;
		max-width:100%;
	}
	
	.blockquote-content span {
		font-size: 20px;
		padding-top: 40px;
	}
	
	.mob-center {
		text-align: center !important;
	}
	
	.carousel-item .col-md-6 {
		margin-bottom: 30px;
	}
	
	.map-images {
		top: 25%;
		width: 250px;
		height: 250px;
		margin-top: -50px;
		left: 10%;
	}
	
	.press-portal-title{
		padding: 40px 0 40px 30px;
		margin-left: 30px;
	}
}

/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	
	
	#menu-footer-menu {
		display: block;
		margin-top: 15px;
	}

}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  
}


.print-only{
	display:none;
}

@media print {
	
	.print-only {
		display: block;
		padding: 40px;
	}
	
	.print-only h1 {
		margin-top: 30px;
	}
		
	.entry-image-container,
	#cookie-law-info-bar,
	.entry-header,
	#cookie-law-info-again,
	#masthead,
	#colophon, 
	#main .col-xl-3.col-lg-2.col-md-1{ display: none !important; }
	
	#main .col-xl-6.col-lg-8.col-md-10 {
		width: 90% !important;
		max-width: 90% !important;
		display: block;
		flex: none !important;
		padding: 5%;
	}
	
	#main .col-xl-6.col-lg-8.col-md-10 p {
		word-break: break-word;
	}
	
	#primary {
		padding: 80px;
	}
	
}
