body {
    --bs-body-color: #161414;
    font-family: 'Nunito';
    overflow: hidden;
    --bs-body-font-size: 18px;
}
h1, h2, h3, h4, h5, a {
    /** text-shadow: 2px 2px 3px rgba(0,0,0,.95); **/
    font-family: 'Bai Jamjuree';
}
a {color: #184e63;}
a:hover {color: #53bab2;}
img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/**
animation: 1s ease-out 0s 1 slideInFromLeft;
**/

.dropdown-menu, .dropdown-item, .nav-item {
    --bs-dropdown-bg: #fff;
    --bs-dropdown-link-color:#184e63;
    --bs-dropdown-link-hover-bg: rgba(0,0,0,0.4);;
    border:none;
}
.dropdown-men:hover, .dropdown-item:hover {
    background: #fff;
    color: #53bab2;
}

.coverme {
    background: url('/static/website/img/monet.jpg')  no-repeat center center fixed;
    background-position: center;
    background-size: cover;
    height:100vh;
    width: 100vw;
}

.brand-tektonikos img{
    height: 21px;
}
@media (min-width: 576px) {
    .brand-tektonikos img{
        height: 24px;
    }
}
.toggler-icon {

}
.navbar a{
    color: #184e63;
    text-shadow: none;
}
.nav-link:hover,.nav-link:focus  {
    color: #53bab2;
}


.navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2824,78,99, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    z-index: 150;
    background: #fff;
}
.navbar-toggler { border: none; }

.navbar-collapse.show {
    overflow: scroll;
}

.language {
    width: 100%;
    display: flex;
}
.language svg{
    width: 24px;
    height: auto;
}

.sr-only { display: none; }


header .navbar-collapse {
    margin-top: 9px;
}
@media (min-width: 992px) {
    header .navbar-collapse {
        margin-top: 0px;
    }
}

.overflow-scroll {
    height: 100%;
    overflow: scroll;
}

main.container-fluid {
    position: absolute;
    margin-top: 57px;
    top: 0;
    left:0;
    z-index: 50;
}
@media (min-width: 576px) {
    main.container-fluid {
        margin-top: 59px;
    }
}


.tile .inner, .twothird .inner, .block .inner {
    background: rgba(255,255,255,0.9);
    background-image: url(/static/website/img/white-paperboard.png);
     transition: 2s;
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transition: 2s;
    -o-transition: 2s;
    padding: 24px 18px;
     height: 100%;
     margin: 0 auto;

    border-width: 0;
    /**border-radius: 0.375em;**/
}
@media (min-width: 576px) {
    .tile .inner, .twothird .inner, .block .inner {
        padding: 48px 48px;
    }
}
.blogheader, .nobg .inner {
    background: none !important;
    color: #fff;
    padding: 24px 18px 0px 18px;
}
.blog {
    background: #fff;
    border-radius: 5px;
}

.inView .inner{
    background: rgba(255,255,255,0.96);
}
.person img, .zoom img {
    /**border-radius: 0.375em;*/
    z-index:100;
}
.person .inner, .person.inView .inner  {
    background: rgba(22,20,20, 0.69);
    background: unset;
    color: #fff;
    padding: 0;
}
.person .inner .name, .person.inView .inner .name{
    margin-top: -54px;
    background: rgba(22,20,20, .69);
    z-index:150;
    position: relative;
}
.blockimage {padding: 0 !important;margin: 0 !important;}
.siteicon {
    text-align: center;
    width: 100%;
}
.siteicon i {
    font-size: 3.5rem;
    color: #184e63;
    margin-bottom: 10px;
}
/** .featured-image-holder .intro {
    background: none;
    color: white;
} **/

.featured_image{
    float:right;
    padding-left: 1rem;
    width: calc(30vw + 1rem);
    max-width: calc(200px + 1rem);
    position: relative;
}
.featured_image img {
    width: 100%;
    overflow: hidden;
    height: auto;
    z-index: 300;
    position: relative;
    border-radius: 0.375em;
}
.featured_image div {
    text-align: center;
    font-size: 12px;
    padding-top: 0.6rem;
    padding-bottom: 1rem;
}
@media (min-width: 768px) {
    .featured_image div {
        font-size: 15px;
    }
}
.featured_image.blogimage {
    width: 100%;
    padding-left: 0rem;
    max-width: unset;
}
@media (min-width: 992px) {
    .featured_image.blogimage {
        padding-left: 1rem;
        max-width: calc(600px + 1rem);
    }
}

blockquote {
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    font-size: 16px;
    border-left: 1px solid #d1b5b1;
    padding-left: 3px;
}
@media (min-width: 576px) {
    blockquote {
        border-left: 5px solid #796e68;
        padding-left: 0.5em;
        padding-right: 0.5em;
        padding-top: 1rem;
        font-size: 1.5rem;
    }
}

.svgwrap, svg {
    width: 3rem;
    height: auto;
    padding:3px;
    padding-top: 6px;
}

.techiconslist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    font-size: 0.8rem;
}
.techiconslist p {
}
.techiconslist div {
    flex: 0 0 auto;
}
.techiconslist span {
    font-size: 0.8rem;
}
.techiconslist svg path {
    fill: #184e63 !important;
}


.blocklink .inner, blocknolink .inner {
    background: linear-gradient(180deg, rgba(240,100,73,.87) 60%, rgba(229,79,109, 0.90) 100%);
}
.blocklink .inner{border-radius: 0.375em;}
.col-12.blocklink .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    max-width: 80vw;
     box-shadow: none;
     vertical-align: middle;
     color: #fff;
    width: 100%;

}
.col-12.blocklink .inner:hover {
    background: linear-gradient(180deg, rgba(240,100,73,1) 60%, rgba(229,79,109, 1) 100%)
}
.col-12.blocklink .inner:active,.col-12.blocklink .inner:focus {
    border-style: none;
}
.col-12.blocklink .inner h3{
    margin: 3px;
}

.aquaduct-bridge .inner{
    background: linear-gradient(180deg, rgba(240,100,73,0.5) 60%, rgba(229,79,109, 0.5) 100%);
    background: linear-gradient(180deg, rgba(240,100,73,0.87) 60%, rgba(229,79,109, 0.9) 100%);
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.aquaduct-bridge.inView .inner {
    background: linear-gradient(180deg, rgba(240,100,73,0.87) 60%, rgba(229,79,109, 0.9) 100%);
}
.aquaduct-bridge .inner > *{
    flex-shrink: 0;
    width: 100%;
}
.text-big {font-size:2rem;}
.block.light .inner{
}

p label:not([for='id_message']){
    display: inline-block;
    padding: 6px 0;
    width: 150px;
}
p label:not([for="id_company"])::after {
    content: ' *';
}
p label:is([for='id_message']){
    display: block;
    padding: 6px 0;
    width: 150px;
}
p select, p input:not([type='checkbox']), textarea {
    display: inline-block;
    max-width: 400px;
    min-width: 228px;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: 5px;
    outline-radius: 5px;
    border: 1px inset #184e63;
    outline: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

p select:focus, p input:not([type='checkbox']):focus, textarea:focus {
    outline: 1px inset #161414;
}
p textarea {
    height: 100px;
    width: 378px;
    max-width: 100% !important;
}
p input[type='checkbox'] {
      margin-right: 5px;
}
.btn-primary {
    background-color: #184e63;
    color: #fff;
    border: none;
}
.btn-primary:hover {
    background-color: #53bab2;
}

footer { padding-top: 20px; }
footer ul {
    list-style-type: none;
}
footer ul, footer li {
    padding: 0;
    margin: 0;
}
footer  {
    background: rgba(24,78,99,.9);
    color: #fff;
    margin-bottom: 63px;
    margin-top: 30px;
}
footer .row > div {
    margin-bottom: 10px;
}
footer a {
    color: white;
}
footer a:hover {
    color: #03161d;
}
footer p,footer a,footer h4 {text-shadow: none;}

.photocontainer {
    width: 100%;
    max-height: 35vh;
    height: 50vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

@media (orientation:landscape) {
    .photocontainer {
        max-height: 80vh;
    }
    .jumbovideo {
        max-height: 80vh;
    }
}
@media (min-width: 992px) and (orientation:landscape) {
    .photocontainer {
        max-height: 60vh;
        background-position: center top;
    }
    .jumbovideo {
        max-height: 40vh;
        background-position: center top;
    }
}

.blog-hero { position: relative; }
.blog-hero img {
    width: 100%;
    height: auto;
}

.stars {
    background-image: url('/static/website/img/europe.png');
}

 .photocontainer .content {
    color: var(--white);
}

.contact-footer {
    position: fixed;
    z-index: 500;
    bottom: 0px;
    width: 100%;
    padding: 12px 0;
    background: linear-gradient(90deg, rgba(83,186,178,1) 0%, rgba(24,78,99, 1) 100%)

}
.contact-footer .container {
    max-width: 768px;
}
.contact-footer .col-3{
    text-align: center;
}
.contact-footer i {
    display: inline-block;
    width: 2.1rem;
    height: 2.1rem;
    background: #fff;
    vertical-align: text-bottom;
}
.contact-footer i:hover{
    background: rgba(255,255,255,.87);
}

@media (min-width: 576px) {
    .contact-footer i{
        width: 2.7rem;
        height: 2.7rem;
    }
}
i.call {
    mask-image: url(/static/website/img/i-call.svg) no-repeat 50% 50%;
    -webkit-mask: url(/static/website/img/i-call.svg) no-repeat 50% 50%;
}
i.whatsaop {
    mask-image: url(/static/website/img/i-whatsapp.svg) no-repeat 50% 50%;
    -webkit-mask: url(/static/website/img/i-whatsapp.svg) no-repeat 50% 50%;
}
i.mail {
    mask-image: url(/static/website/img/i-mail.svg) no-repeat 50% 50%;
    -webkit-mask: url(/static/website/img/i-mail.svg) no-repeat 50% 50%;
}
i.linkedin {
    mask-image: url(/static/website/img/i-linkedin.svg) no-repeat 50% 50%;
    -webkit-mask: url(/static/website/img/i-linkedin.svg) no-repeat 50% 50%;
}

.pagination {
    color: #fff;
}
.pagination a {
    color: #fff;
}