﻿.chk-lck-hidden-menu-desktop-show li[data-menu-view="desktop"] {
    height: unset !important;
}


body > header > div.wrapper.w3-top.w3-col.w3-black.headerHeight > div > div.w3-col.l10.m4.s4 > div.w3-cell-row.headerHeight > div.w3-cell.w3-cell-middle.verticalLine
{
	cursor:pointer;
}


.chk-lck-hidden-menu-list-item[data-menu-view="mobile"] {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
}

.chk-lck-hidden-menu-list-item {
    height: 0 !important;
}

.chk-lck-hidden-menu {
    left: -100%;
    transition: all 0.7s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

 .chk-burger-1 {
    top: 70px;
}

 .chk-burger-2 {
    top: 78px;
}

 .chk-burger-3 {
    top: 86px;
}

.chk-lck-hidden-menu {
    background-color: black;
    z-index: 99999999;
}

.chk-lck-hidden-menu {
    background: black;
}

.chk-lck-hidden-menu-desktop {
    visibility: hidden;
    opacity: 0;
    border-top: 3px white solid;
    position: fixed;
    right: 0;
    width: calc(((((100% - 80px ) / 12) * 2) + 56px ) );
    top: 120px;
    border-radius: 0 0 0 10px;
    border: white 1px solid;
    border-top: none !important;
}

.chk-lck-hidden-menu-list {
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
    /*padding-left: calc(((((100% - 80px) / 12 ) * 5) + 8px) );*/
    list-style: none;
    /* border: white 1px solid; */
}

.chk-lck-hidden-menu-list-item {
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
}

    .chk-lck-hidden-menu-list-item:hover {
        color: #00AEEF !important;
    }

.chk-lck-hidden-menu-desktop-show {
    visibility: visible;
    opacity: 1;
    left: unset !important;
    transition: all 0.7s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.chk-hbg-open {
    background-color: #00AEEF !important;
}

.chk-lck-menu-sep {
    border: 1px white solid;
    border-bottom: 0px transparent !important;
    border-right: 0px transparent !important;
    border-radius: 2px 0 0 0;
    position: fixed;
    top: 30px;
    z-index: 9999999;
    right: 0px;
    width: 70px;
    height: 90px;
    cursor: pointer;
}

.chk-lck-hidden-menu-desktop::before {
    content: '';
    background: #ffffff;
    width: calc(100% - 68px);
    height: 1px;
    position: absolute;
    z-index: 99999999999;
}

span.chk-burger-3.chk-hbg-open {
    display: none;
}

span.chk-burger-2.chk-hbg-open {
    transform: rotate(135deg);
    width: 30px;
    margin-right: 18px;
}

span.chk-burger-1.chk-hbg-open {
    transform: rotate(45deg);
    margin-top: 8px;
    width: 30px;
    margin-right: 18px;
    /* transform: scalex(1.5); */
}

.chk-burger-1, .chk-burger-2, .chk-burger-3 {
    cursor: pointer !important;
}

.hamb-menu-clk {
    display: block;
    position: absolute;
    width: 32px;
    height: 34px;
    /* border-radius: 30px; */
    right: 0;
    right: 20px;
    top: 62px;
    background: transparent;
    cursor: pointer;
    z-index: 999;
}

input::placeholder {
    font-style: italic;
    padding-left: 20px;
    font-weight: bold;
    color: #7c7c7c;
}

.chk-header-content-internal-pad {
    padding-left: 85px;
    /* background: black; */
    /* z-index: 111111111; */
}

/*header footer*/

img.logo {
    height: 70px;
}

#margin_top {
    margin-top: 5px;
}

.verticalLine {
    border-left: 3px solid white;
}

.w3-bar-item {
    padding: 0px;
    text-align: center;
}

.wrapper {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.w3-auto {
    max-width: 2000px;
}

.content-pad {
    padding-left: 40px;
    padding-right: 40px;
}

.content-internal-pad {
    padding-left: 85px;
    /*padding-right: 40px;*/
}

/*.contentStartTop {
    margin-top: 120px;
}*/

.headerHeight {
    height: 120px;
    z-index: 19999999 !important;
}

.padTop25 {
    padding-top: 25px;
}

.w3-bar-item {
    padding: 0px;
    text-align: center;
}

.wrapper {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid white;
}





.w3-auto {
    max-width: 2000px;
}

.content-pad {
    padding-left: 40px;
    padding-right: 40px;
}

/*.contentStartTop {
    margin-top: 120px;
}*/

.headerHeight {
    height: 120px;
}

.padTop25 {
    padding-top: 25px;
}

.padTop50 {
    padding-top: 50px;
}

.fontSmaller {
    font-size: 9px;
    /*font-weight: bold;*/
}

.fontSmall {
    font-size: 11px;
    /*font-weight: bold;*/
}

.fontFooterLink {
    font-size: 14px;
}

.fontMedium {
    font-size: 15px;
    font-weight: bold;
}

.footerImage {
    height: 50px;
    padding: 0px;
}

.linkNoUnderline {
    text-decoration: none;
}

.spacer50 {
    height: 50px;
}

.spacer100 {
    height: 100px;
}

.spacer250 {
    height: 250px;
}

.footer-wrapper-icon path {
    fill: white;
}

svg {
    height: 50px;
    font-size: 2rem;
}
/*Added on 22-04-2020*/
#no-underline {
    text-decoration: none;
}

a:hover {
    color: #00aeef;
}

.w3-bar-item a {
    text-decoration: none !important;
}

    .w3-bar-item a:hover {
        color: #00aeef !important;
    }

.chk-nav-bar {
    width: 60% !important;
    display: inline-flex;
}

.chk-hamburger-menu {
    padding: 1em;
    display: block;
    text-align: center;
    font: normal normal normal 16px/1 Roboto;
    float: none;
    width: 100%;
}

.chk-burger-1, .chk-burger-2, .chk-burger-3 {
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    border-radius: 30px;
    right: 0;
    margin-right: 25px;
    background: #fff;
    -webkit-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}



    .chk-burger-1.open, .chk-burger-2.open, .chk-burger-3.open {
        -webkit-transition: .2s ease;
        -ms-transition: .2s ease;
        -moz-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
        transform-origin: 50% 50%;
    }

    .chk-burger-1.open {
        top: 25px;
        width: 23px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .chk-burger-2.open {
        opacity: 0;
    }

    .chk-burger-3.open {
        top: 25px;
        width: 23px;
        transform: rotate(-45deg);
    }
    /*message banner*/
.chk-maintainance-banner {
    position: relative;
}

.chk-maintainance-banner {
    width: 100%;
    position: fixed;
    top: 120px;
    z-index: 9999999999;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #00aeef;
    display: flex;
    /* border: black solid 2px; */
    border: 2px solid #ccc;
}

.chk-maintainance-banner-message {
    width: calc((100% / 12) * 10);
    display: flex;
    flex-direction: column;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

.chk-maintainance-banner-buttons {
    width: calc((100% / 12) * 1);
    color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-left: 1px solid white;
    /* float: right; */
    padding-top: 5px;
    padding-right: 10px;
}

    .chk-maintainance-banner-buttons i {
        color: white;
    }
    .chk-maintainance-banner-buttons:hover {
        background: black;
        border: white 1px solid;
        padding-right: 15px;
        padding-bottom: 5px;
        cursor: pointer !important;
    }
.chk-lck-hidden-menu-desktop {
    width: calc(((100% / 12) * 2 ) + 20px ) !important;
}
@media (min-width:2001px)
{
    .chk-lck-hidden-menu-desktop {
        width: calc(((2000px / 12) * 2) + 20px ) !important;
    }
}

@media (min-width:1600px)
{
    .call-me-back-inner-text {
        position: relative;
        left: calc(((100% / 12) * 4 ) - -2px);
    }
}


@media (min-width:993px) {
    .chk-maintainance-banner-call-me-back-form-open
    {

    }
    .chk-maintainance-banner {
        max-width: calc(((100% / 12) * 10 ) - 20px );
    }
}

@media (min-width:601px ) and (max-width:992px) {
    .chk-maintainance-banner {
        z-index: 9;
        max-width: calc(((100% / 12) * 8 ) - 13px );
    }
}

@media (max-width:600px) {
    .chk-maintainance-banner {
        z-index: 9;
    }
        .chk-maintainance-banner-buttons {
        padding-top: 0px;
    }

    .chk-maintainance-banner-icon {
        padding-top: 0px !important;
    }
}

.chk-maintainance-banner-button {
    font-size: 25px;
    padding-left: 15px;
}

.chk-maintainance-banner-icon {
    width: calc((100% / 12) * 1);
    color: white;
    /* display: flex; */
    padding-top: 5px;
    padding-right: 10px;
    /* padding-top: calc(100%); */
    flex-direction: column;
    text-align: center;
    font-size: 25px;
    border-right: 1px white solid;
}

.chk-maintainance-banner-buttons {
}

.chk-maintainance-banner-hidden {
    /* opacity: 0; */
    /* height: 77px; */
    opacity: 0;
    transition: 1s linear all;
    display: none;
}

.menu-expansion-link
{
    cursor:pointer;
}
.menu-expansion-link-less-item {
    padding-right: 9px !important;
    color: #00aeef !important;
}
i.fas.fa-chevron-down {
    font-size: 15px;
    vertical-align: bottom;
}
i.fas.fa-chevron-up {
    font-size: 15px;
    vertical-align: baseline;
}
/*to add menu below more-less right: calc(((100% / 12) * 2) + 43px ) !important;*/
@media(min-width:994px) {
    .chk-hamburger-menu {
        display: none !important;
    }
    .chk-lck-menu-sep {
        display: none;
    }
    .menu-expansion-link-more .menu-expansion-link-less-item {
        display:none;
    }
    .menu-expansion-link-less .menu-expansion-link-more-item {
        display: none;
    }
    
}
    /*message banner ends*/
@media (max-width:993px) {

    
    .menu-expansion-link
    {
        display:none;
    }
    .chk-lck-hidden-menu {
        width: 100% !important;
    }
    .headerlink {
        display: none !important;
    }
    .chk-lck-hidden-menu-list-item[data-menu-view="mobile"] {
        visibility: visible;
        opacity: 1;
        padding-bottom: 10px;
        padding-top: 10px;
        transition: all 0.7s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }

    .chk-lck-hidden-menu-desktop-show li[data-menu-view="mobile"] {
        height: unset !important;
    }

    .chk-person-wrapper {
        padding-bottom: 50px;
    }

    .chk-people-row {
        padding-bottom: unset !important;
    }

    .chk-lck-hidden-menu-desktop-show {
        visibility: visible;
        opacity: 1;
        left: 0% !important;
        transition: all 0.7s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }
   
    .verticalLine {
        border-left: 3px solid white;
    }
}

 

/*Ioannis 12/05/2020*/
@media (max-width:600px) {
     
    .headerlink {
        display: none !important;
    }
    .verticalLine {
        /* display: none; */
        border-left: none;
        top: 18px;
        position: relative;
    }
    .chk-lck-hidden-menu-desktop-show {
        height: 100%;
    }
}

