::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 0.8;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

:root {
    --shadow-color: rgba(0, 0, 0, 0.5);
    --ferry-color1: #254f8b;
    --ferry-color2: #fff;
    --ferry-color3: #31475e;
    --ferry-color4: #628ebd;

    --train-color1: #272d23;
    --train-color2: #fff;
    --train-color3: #31475e;
    --train-color4: #99b28b;

    --tunnel-color1: #59544e;
    --tunnel-color2: #fff;
    --tunnel-color3: #57544b;
    --tunnel-color4: #afa898;

    --eurotunnel-color1: #6b440b;
    --eurotunnel-color2: #fff;
    --eurotunnel-color3: #6b440d;
    --eurotunnel-color4: #d18913;

    --bridge-color1: #4c3d3a;
    --bridge-color2: #fff;
    --bridge-color3: #4c3d3a;
    --bridge-color4: #977a74;

    --toll-color1: #26625a;
    --toll-color2: #fff;
    --toll-color3: #26625a;
    --toll-color4: #4bc4b5;

    --fuelcard-color1: #26625a;
    --fuelcard-color2: #fff;
    --fuelcard-color3: #26625a;
    --fuelcard-color4: #4bc4b5;

    --trucking-color1: #595629;
    --trucking-color2: #fff;

    --about-color1: #015e6d;
    --about-color2: #fff;
    --about-color3: #004d53;
    --about-color4: #009ca8;

    --contact-color1: #009ca8;
    --contact-color2: #f96400;

    --customer-color1: #561c1b;
    --customer-color2: #fff;

    /* --gutter-5: 5px; */
    --gutter-5: 0.260vw;

    /* --gutter-10: 10px; */
    --gutter-10: 0.521vw;

    /* --gutter-15: 15px; */
    --gutter-15: 0.781vw;

    /* --gutter-20: 20px; */
    --gutter-20: 1.042vw;

    /* --gutter-25: 25px; */
    --gutter-25: 1.302vw;

    /* --gutter-30: 30px; */
    --gutter-30: 1.563vw;

    /* --gutter-35: 35px; */
    --gutter-35: 1.823vw;

    /* --gutter-40: 40px; */
    --gutter-40: 2.083vw;

    /* --gutter-45: 45px; */
    --gutter-45: 2.344vw;

    /* --gutter-50: 50px; */
    --gutter-50: 2.604vw;

    /* --gutter-55: 55px; */
    --gutter-55: 2.865vw;

    /* --gutter-60: 60px; */
    --gutter-60: 3.125vw;

    /* --gutter-65: 65px; */
    --gutter-65: 3.385vw;

    /* --gutter-70: 70px; */
    --gutter-70: 3.646vw;

    /* --gutter-75: 75px; */
    --gutter-75: 3.906vw;

    /* --gutter-80: 80px; */
    --gutter-80: 4.167vw;

    /* --gutter-85: 85px; */
    --gutter-85: 4.427vw;

    /* --gutter-90: 90px; */
    --gutter-90: 4.688vw;

    /* --gutter-95: 95px; */
    --gutter-95: 4.948vw;

    /* --gutter-100: 100px; */
    --gutter-100: 5.208vw;
}

html {
    font-family: "Montserrat", sans-serif;
}

body {
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    /* font-size: 1.250vw; */
    line-height: 26px;
    /* line-height: 1.354vw; */

    overflow-x: hidden;
}

p {
    margin: 0;
}

ul {
    padding-inline-start: 5px;
}


li {
    background: url(../images/bullet.svg) no-repeat left top;
    /* <-- change `left` & `top` too for extra control */
    background-position: 0px 20px;
    padding: 19px 0px 0px 30px;
    /* reset styles (optional): */
    list-style: none;
    margin: 0;

    font-weight: 600;
    font-size: 16px;
    font-kerning: normal;
    /* margin-bottom: 10px; */
}

li>i {
    font-weight: 400;
}

li>span {
    color: #4c5945;
    font-weight: 700;
}

a {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    text-decoration: underline;
}

div>.col {
    /* border-left-style: solid;
    border-right-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-color: red;
    border-right-color: red; */
}

div>.col {
    /* border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: chartreuse;
    border-bottom-color: chartreuse; */
}

h1 {
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
}

h2 {
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
}

.gutter-5 {
    height: var(--gutter-5);
}

.gutter-10 {
    height: var(--gutter-10);
}

.gutter-15 {
    height: var(--gutter-15);
}

.gutter-20 {
    height: var(--gutter-20);
}

.gutter-25 {
    height: var(--gutter-25);
}

.gutter-30 {
    height: var(--gutter-30);
}

.gutter-35 {
    height: var(--gutter-35);
}

.gutter-40 {
    height: var(--gutter-40);
}

.gutter-45 {
    height: var(--gutter-45);
}

.gutter-50 {
    height: var(--gutter-50);
}

.gutter-55 {
    height: var(--gutter-55);
}

.gutter-60 {
    height: var(--gutter-60);
}

.gutter-65 {
    height: var(--gutter-65);
}

.gutter-70 {
    height: var(--gutter-70);
}

.gutter-85 {
    height: var(--gutter-85);
}

.gutter-90 {
    height: var(--gutter-90);
}

.gutter-95 {
    height: var(--gutter-95);
}

.gutter-100 {
    height: var(--gutter-100);
}

.h-text {
    margin-left: 5px;
}

.h2-text {
    margin-left: 5px;
}

.list-item .bullet {
    background: url(../images/bullet.svg) no-repeat left top;
}

.left-sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: none;
}

.inline-image {
    display: block;
}





/* @media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .left-sidebar {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }    
} */


.left-sidebar-ferries-color {
    background-color: var(--ferry-color3);
}

.left-sidebar-trains-color {
    background-color: #4d5847;
}

.left-sidebar-tunnels-color {
    background-color: #847d73;
}

.left-sidebar-eurotunnel-color {
    background-color: #6b440b;
}

.left-sidebar-bridges-color {
    background-color: #715c57;
}

.left-sidebar-tolls-color {
    background-color: #26625a;
}

.left-sidebar-trucking-color {
    background-color: #595629;
}

.left-sidebar-aboutus-color {
    background-color: #004d53;
}

.left-sidebar-customer-color {
    background-color: #561c1b;
}

.left-sidebar-news-color {
    background-color: #f96400;
}

/** ferries colors */

.ferries-color1 {
    color: var(--ferry-color1);
}

.ferries-color2 {
    color: var(--ferry-color2);
}

.ferries-color3 {
    color: var(--ferry-color3);
}

.ferries-color4 {
    color: var(--ferry-color4);
}

/** trains colors */
.trains-color1 {
    color: var(--train-color1);
}

.trains-color2 {
    color: var(--train-color2);
}

.trains-color3 {
    color: var(--train-color3);
}

.trains-color4 {
    color: var(--train-color4);
}

/** tunnels colors */
.tunnels-color1 {
    color: var(--tunnel-color1);
}

.tunnels-color2 {
    color: var(--tunnel-color2);
}

.tunnels-color3 {
    color: var(--tunnel-color3);
}

.tunnels-color4 {
    color: var(--tunnel-color4);
}

/** eurotunnel colors */
.eurotunnel-color1 {
    color: var(--eurotunnel-color1);
}

.eurotunnel-color2 {
    color: var(--eurotunnel-color2);
}

.eurotunnel-color3 {
    color: var(--eurotunnel-color3);
}

.eurotunnel-color4 {
    color: var(--eurotunnel-color4);
}

/** bridges colors */
.bridges-color1 {
    color: var(--bridge-color1);
}

.bridges-color2 {
    color: var(--bridge-color2);
}

.bridges-color3 {
    color: var(--bridge-color3);
}

.bridges-color4 {
    color: var(--bridge-color4);
}

/** tolls colors */
.tolls-color1 {
    color: var(--toll-color1);
}

.tolls-color2 {
    color: var(--toll-color2);
}

.tolls-color3 {
    color: var(--toll-color3);
}

.tolls-color4 {
    color: var(--toll-color4);
}

/** fuelcard colors */
.fuelcard-color1 {
    color: var(--fuelcard-color1);
}

.fuelcard-color2 {
    color: var(--fuelcard-color2);
}

.fuelcard-color3 {
    color: var(--fuelcard-color3);
}

.fuelcard-color4 {
    color: var(--fuelcard-color4);
}

/** trucking colors */
.trucking-color1 {
    color: var(--trucking-color1);
}

.trucking-color2 {
    color: var(--trucking-color2);
}

/** about colors */
.about-color1 {
    color: var(--about-color1);
}

.about-color2 {
    color: var(--about-color2);
}

.about-color3 {
    color: var(--about-color3);
}

.about-color4 {
    color: var(--about-color4);
}

/** contact colors */
.contact-color1 {
    color: var(--contact-color1);
}

.contact-color2 {
    color: var(--contact-color2);
}

/** customer colors */
.customer-color1 {
    color: var(--customer-color1);
}

.customer-color2 {
    color: var(--customer-color2);
}


.greca-logo {
    background-image: url(../images/greca-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}

.ferry-services-image {
    background-image: url(../images/ferry-services-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 400px;
    margin-left: 35px;
    margin-top: 50px;
}

.ferry-services-image-mobile {
    background-image: url(../images/ferry-services-image-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 50px;
    margin-left: -30px;
    margin-top: 0px;
}

.train-services-image {
    background-image: url(../images/train-services-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 400px;
    margin-left: 35px;
    margin-top: 50px;
}

.train-services-image-mobile {
    background-image: url(../images/train-services-image-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 50px;
    margin-left: -30px;
    margin-top: 0px;
}

.tunnel-services-image {
    background-image: url(../images/tunnel-services-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 550px;
    margin-left: 35px;
    margin-top: 25px;
}

.tunnel-services-image-mobile {
    background-image: url(../images/tunnel-services-image-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 50px;
    margin-left: -30px;
    margin-top: 0px;
}

.eurotunnel-image {
    background-image: url(../images/eurotunnel-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 440px;
    margin-left: 35px;
    margin-top: 25px;
}

.eurotunnel-services-image-mobile {
    background-image: url(../images/eurotunnel-services-image-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 50px;
    margin-left: -30px;
    margin-top: 0px;
}

.bridge-services-image {
    background-image: url(../images/bridge-services-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 520px;
    margin-left: 35px;
    margin-top: 50px;
}

.bridge-services-image-mobile {
    background-image: url(../images/bridge-services-image-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 50px;
    margin-left: -30px;
    margin-top: 0px;
}

.toll-services-image {
    background-image: url(../images/toll-services-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 440px;
    margin-left: 35px;
    margin-top: 25px;
}

.toll-services-image-mobile {
    background-image: url(../images/toll-services-image-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 50px;
    margin-left: -30px;
    margin-top: 0px;
}

.fuelcard-services-image {
    background-image: url(../images/fuelcard-services-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 440px;
    margin-left: 35px;
    margin-top: 25px;
}

.fuelcard-services-image-mobile {
    background-image: url(../images/fuelcard-services-image-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 50px;
    margin-left: -30px;
    margin-top: 0px;
}

.trucking-services-image {
    background-image: url(../images/trucking-services-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 520px;
    margin-left: 35px;
    margin-top: 50px;
}

.trucking-services-image-mobile {
    background-image: url(../images/trucking-services-image-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 50px;
    margin-left: -30px;
    margin-top: 0px;
}

.customer-services-image {
    background-image: url(../images/customer-services-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 520px;
    margin-left: 35px;
    margin-top: 50px;
}

.customer-services-image-mobile {
    background-image: url(../images/customer-services-image-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 50px;
    margin-left: -30px;
    margin-top: 0px;
}

.about-us-image {
    background-image: url(../images/about-us-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 320px;
    height: 400px;
    margin-left: 35px;
    margin-top: 50px;
}

.about-us-services-image-mobile {
    background-image: url(../images/about-us-services-image-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 50px;
    margin-left: -30px;
    margin-top: 0px;
}

.news-image {
    background-image: url(../images/news-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 320px;
    height: 400px;
    margin-left: 35px;
    margin-top: 50px;
}

.contact-image {
    background-image: url(../images/contact-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 320px;
    height: 400px;
    margin-left: 35px;
    margin-top: 50px;
}

.right-sidebar {
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    background-color: #fff;
    /* min-width: 100%; */
    max-width: 260px;
}

.right-blank-cell {
    -ms-flex: 0 0 26px;
    flex: 0 0 260px;
    background-color: #fff;
}

.image-column {
    min-height: 500px;
}

.pre-footer-gutter-row1 {
    min-height: var(--gutter-100);
    /* 20%; */
}

.pre-footer-social-row {
    min-height: 120px;
    /* 20%; */
    /* display: none; */
}

.pre-footer-sitemap-row {
    min-height: 120px;
    /* 20%; */
    margin-left: -30px;

}

.pre-footer-gutter-row2 {
    min-height: var(--gutter-50);
    /* 10%; */
}

.pre-footer-sponsor-contact {
    /* min-height: 50%; */
}

@media (max-width: 690px) {
    .my-sidebar {
        display: none;
    }
}

.map-image {
    /* background-image: url(../images/transparent-map-1024px.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */
}

.ferry-image-s1 {
    background-color: #000;
    background-image: url(../images/ferry-image-s1-1024px.jpg);
    background-size: cover;
    background-position: center center;

    min-height: 200px;
}

.train-image-s1 {
    background-color: #000;
    background-image: url(../images/train-image-s1-1024px.jpg);
    background-size: cover;
    background-position: center center;

    min-height: 200px;
}

.tunnel-image-s1 {
    background-color: #000;
    background-image: url(../images/tunnel-image-s1-1024px.jpg);
    background-size: cover;
    background-position: center center;

    min-height: 200px;
}

.eurotunnel-image-s1 {
    background-color: #000;
    background-image: url(../images/eurotunnel-image-s1-1024px.jpg);
    background-size: cover;
    background-position: center center;

    min-height: 200px;
}

.bridge-image-s1 {
    background-color: #000;
    background-image: url(../images/bridge-image-s1-1024px.jpg);
    background-size: cover;
    background-position: center center;

    min-height: 200px;
}

.toll-services-image-s1 {
    background-color: #000;
    background-image: url(../images/toll-image-s1-1024px.jpg);
    background-size: cover;
    background-position: center center;

    min-height: 200px;
}

.fuelcard-services-image-s1 {
    background-color: #000;
    background-image: url(../images/fuelcard-image-s1-1024px.jpg);
    background-size: cover;
    background-position: center center;

    min-height: 200px;
}

.trucking-services-image-s1 {
    background-color: #000;
    background-image: url(../images/trucking-image-s1-1024px.jpg);
    background-size: cover;
    background-position: center center;

    min-height: 200px;
}

.about-us-image-s1 {
    background-color: #000;
    background-image: url(../images/about-us-image-s1-1024px.jpg);
    background-size: cover;
    background-position: center center;

    min-height: 200px;
}

.about-us-image-s2 {
    background-color: #000;
    background-image: url(../images/about-us-image-s2.jpg);
    /** office building */
    background-size: cover;
    background-position: center center;

    min-height: 500px;

    opacity: 1;
}

.about-us-image-s3 {
    background-image: url(../images/about-us-image-s3.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 400px;
    opacity: 1;
}

.about-us-office-s1 {
    background-color: #000;
    background-image: url(../images/about-us-office-s1.jpg);
    background-size: cover;
    background-position: center center;

    min-height: 200px;
}


.customer-image-s1 {
    background-image: url(../images/customer-image-s1-1024px.jpg);
    background-size: cover;
    background-position: center center;

    min-height: 200px;
}

.ferry-channels-s3 {
    background-image: url(../images/ferry-channels-s3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 400px;
    margin-left: 50px;
    margin-top: 50px;
}

.ferry-services-locations-s1 {
    background-image: url(../images/ferry-services-locations-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 50px;
    margin-left: 5px;
}

.train-services-routes-s1 {
    background-image: url(../images/train-services-routes-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 50px;
    margin-left: 40px;
}

.tunnel-services-routes-s1 {
    background-image: url(../images/tunnel-services-routes-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 50px;
    margin-left: 40px;
}

.tunnel-book-online-s1 {
    background-image: url(../images/tunnel-book-online-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 50px;
    margin-left: 40px;
}

.bridge-book-online-s1 {
    background-image: url(../images/bridge-book-online-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 50px;
    margin-left: 40px;
}

.toll-book-online-s1 {
    background-image: url(../images/toll-book-online-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 50px;
    margin-left: 40px;
}

.fuelcard-book-online-s1 {
    background-image: url(../images/fuelcard-book-online-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 50px;
    margin-left: 40px;
}

.ferry-transport-service-solutions-s1 {
    background-image: url(../images/ferry-transport-service-solutions-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 720px;
    height: 90px;

    margin-top: 50px;
    margin-left: 85px;
}

.train-trucks-on-rails-s1 {
    background-image: url(../images/train-trucks-on-rails-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 720px;
    height: 90px;

    margin-top: 50px;
    margin-left: 85px;
}

.train-using-trucks-on-rails-s3 {
    background-image: url(../images/train-using-trucks-on-rails-s3.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 720px;
    height: 90px;

    margin-top: 50px;
    margin-left: 85px;
    margin-bottom: 25px;
}

.tunnel-alpine-tunnels-s1 {
    background-image: url(../images/tunnel-alpine-tunnels-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 720px;
    height: 90px;

    margin-top: 50px;
    margin-left: 85px;
}

.eurotunnel-le-shuttle-s1 {
    background-image: url(../images/eurotunnel-le-shuttle-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 720px;
    height: 90px;

    margin-top: 50px;
    margin-left: 85px;
}

.eurotunnel-important-information-s1 {
    background-image: url(../images/eurotunnel-important-information-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 50px;
    margin-left: 40px;
}

.tunnel-important-information-s1 {
    background-image: url(../images/tunnel-important-information-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 50px;
    margin-left: 40px;
}

.eurotunnel-book-online-s1 {
    background-image: url(../images/eurotunnel-book-online-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 50px;
    margin-left: 40px;
}

.bridge-storebaelt-bridge-s1 {
    background-image: url(../images/bridge-storebaelt-bridge-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 720px;
    height: 90px;

    margin-top: 50px;
    margin-left: 85px;
}

.bridge-oresund-bridge-s1 {
    background-image: url(../images/bridge-oresund-bridge-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 720px;
    height: 60px;

    margin-top: 50px;
    margin-left: 85px;
}

.bridge-dartford-crossing-s1 {
    background-image: url(../images/bridge-dartford-crossing-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 720px;
    height: 90px;

    margin-top: 50px;
    margin-left: 85px;
}

.toll-services-toll-vignet-solutions-s1 {
    background-image: url(../images/toll-services-toll-vignet-solutions-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 720px;
    height: 90px;

    margin-top: 50px;
    margin-left: 85px;
}

.toll-services-benefits-of-pre-booking-s1 {
    background-image: url(../images/toll-services-benefits-of-pre-booking-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 50px;
    margin-left: 40px;
}

.trucking-services-our-customer-service-team-s1 {
    background-image: url(../images/trucking-services-our-customer-service-team-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 720px;
    height: 90px;

    margin-top: 50px;
    margin-left: 85px;
}


.about-us-about-our-company-s1 {
    background-image: url(../images/about-us-about-our-company-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    width: 720px;
    height: 90px;

    margin-top: 50px;
    margin-left: 85px;
    margin-bottom: 25px;
}

.customer-our-customer-service-s1 {
    background-image: url(../images/customer-our-customer-service-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    width: 720px;
    height: 90px;

    margin-top: 50px;
    margin-left: 85px;
    margin-bottom: 25px;
}

.about-us-our-services-s1 {
    background-image: url(../images/about-us-our-services-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    width: 720px;
    height: 60px;

    margin-top: 25px;
    margin-left: 85px;
    margin-bottom: 25px;
}

.about-us-advance-online-system-s1 {
    background-image: url(../images/about-us-advance-online-system-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    width: 720px;
    height: 90px;

    margin-top: 50px;
    margin-left: 85px;
    margin-bottom: 25px;
}

.about-us-the-greca-company-s1 {
    background-image: url(../images/about-us-the-greca-company-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 50px;
    margin-left: 40px;
    margin-bottom: 25px;
}

.about-us-contact-and-bookings-s1 {
    background-image: url(../images/about-us-contact-and-bookings-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 25px;
    margin-left: 40px;
    margin-bottom: 25px;
}

.about-us-services-locations-s1 {
    background-image: url(../images/about-us-services-locations-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 25px;
    margin-left: 40px;
    margin-bottom: 25px;
}

.contact-phone-support-s1 {
    background-image: url(../images/contact-phone-support-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 30px;

    margin-top: 100px;
    margin-left: 40px;
    margin-bottom: 25px;
}

.contact-greca-transport-limited-s1 {
    background-image: url(../images/contact-greca-transport-limited-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 25px;
    margin-left: 40px;
    margin-bottom: 25px;
}

.contact-agent-in-greece-s1 {
    background-image: url(../images/contact-agent-in-greece-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 60px;

    margin-top: 25px;
    margin-left: 40px;
    margin-bottom: 25px;
}

.contact-agent-in-patras-port-s1 {
    background-image: url(../images/contact-agent-in-patras-port-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 25px;
    margin-left: 40px;
    margin-bottom: 25px;
}

.bridge-benefit-of-booking-s1 {
    background-image: url(../images/bridge-benefit-of-booking-s1.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;

    width: 410px;
    height: 90px;

    margin-top: 50px;
    margin-left: 40px;
    margin-bottom: 25px;
}

.book-online-image {
    background-image: url(../images/book-online-image.svg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    /* width: 350px; */
    height: 64px;
    margin-top: 30px;
    margin-left: 5px;
    margin-bottom: auto;
    /* display: none; */
}


.ferry-map-s2 {
    background-image: url(../images/ferry-map-s2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 800px;
    z-index: 3;
}

.train-map-s2 {
    background-image: url(../images/train-map-s2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 800px;
    z-index: 3;
}

.ferry-freight-ticket-s3 {
    background-image: url(../images/ferry-freight-ticket-s3.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 90px;
    width: 350px;
    margin-left: 85px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.eurotunnel-why-use-eurotunnel-s3 {
    background-image: url(../images/eurotunnel-why-use-eurotunnel-s3.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 90px;
    width: 350px;
    margin-left: 85px;
    margin-top: 25px;
    /* margin-bottom: 25px; */
}

.toll-services-countries-s3 {
    background-image: url(../images/toll-services-countries-s3.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 60px;
    width: 350px;
    margin-left: 85px;
    margin-top: 25px;
    /* margin-bottom: 25px; */
}

.tunnel-content-text {
    color: #57544b;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-left: 20px;
    margin-right: 14px;
}

.eurotunnel-content-text {
    color: #6b440b;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-left: 20px;
    margin-right: 14px;
}

.eurotunnel-content-text>i {
    font-weight: 400;
}

.ferry-services-location {
    display: block;
    margin-left: 5px;
}

.about-us-services-location {
    display: block;
    margin-left: 40px;
}

.about-us-services-location1 {
    color: #009ca8;
}

.about-us-services-location2 {
    color: #004d53;
}

.about-us-greca-company {
    display: block;
    margin-left: 40px;
    margin-right: 50px;
    margin-bottom: 30px;
    font-size: 24px;
}

.about-us-greca-company1 {
    color: #004d53;
}

.about-us-greca-company2 {
    color: #009ca8;
}

.contact-text {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.about-us-contact-and-bookings {
    display: block;
    margin-left: 40px;
    margin-right: 50px;
    font-size: 24px;
}

.about-us-contact-and-bookings1 {
    color: #009ca8;
}

.about-us-contact-and-bookings2 {
    color: #004d53;
    margin-bottom: 30px;
}

.eurotunnel-important-information {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
    font-size: 20px;
}

.eurotunnel-important-information>i {
    font-weight: 400;
}

.eurotunnel-important-information1 {
    color: #6b440a;
}

.eurotunnel-important-information2 {
    color: #d38811;
}

.tunnel-important-information {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
    font-size: 20px;
}

.tunnel-important-information1 {
    color: #57544b;
}

.toll-services-benefits-of-pre-booking {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    /* margin-bottom: 30px; */
    font-size: 20px;
}

.toll-services-benefits-of-pre-booking>i {
    font-weight: 400;
}

.toll-services-benefits-of-pre-booking1 {
    color: #256159;
}

.toll-services-benefits-of-pre-booking2 {
    color: #4dc2b2;
}

.bridge-benefit-of-booking {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
    font-size: 20px;
}

.bridge-benefit-of-booking1 {
    color: #725b54;
}

.bridge-benefit-of-booking2 {
    color: #977a74;
}


.footer-link {
    display: block;
}

.ferry-book-your-ticket-slogan-s2 {
    background-image: url(../images/ferry-book-your-ticket-slogan-s2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /* margin-left: -40px; */
    margin-top: 25px;
    height: 260px;
    width: 260px;
    z-index: 1;
    opacity: 0.5;
}

.pre-footer-social-icons {
    font-weight: 700;
    font-size: 18px;
}

.pre-footer-sitemap-subscribe {
    font-weight: 700;
    font-size: 18px;
}

.pre-footer-social-icons-list {
    font-size: 30px;
    color: #004f53;
    line-height: 0px;
}

.pre-footer-diaspora {
    /* background-image: url(../images/pre-footer-diaspora.png);
    background-position: top center; */
    background-image: url(../images/diaspora-logo.svg);
    background-position: center center;
    background-size: 125px 105px;
    background-repeat: no-repeat;
}

.pre-footer-menu {
    font-size: 18px;
}

.pre-footer-menu .bold {
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

.pre-footer-contact-info {
    font-size: 18px;
}

.pre-footer-contact-info .bold {
    font-weight: 700;
}

.pre-footer-contact-address {
    font-size: 12px;
    line-height: 14px;
}

.pre-footer-contact-address .bold {
    font-weight: 700;
}

.pre-footer-contact-address .colored {
    color: #004f53;
}

.pre-footer-gutter16 {
    height: var(--gutter-15);
}

.content-white-background {
    background-color: #fff;
}

.book-your-ticket-button {
    background-color: #f96400;
    /* width: 420px; */
    height: 64px;
    margin-top: 30px;
    /* margin-left: 30px; */
    /* margin-right: 30px; */
    text-align: center;
    font-size: 20px;
    margin-left: 0;
    width: 100%;
}

.book-your-ticket-button>div {
    font-weight: 700;
    padding-top: 20px;
}


.ferry-book-button-s2 {
    background-color: #000;
    min-height: 80px;
}

.content-ferries-background {
    background-color: var(--ferry-color4);
}

.content-trains-background {
    background-color: #99b28b;
}

.content-tunnels-background {
    background-color: #afa898;
}

.content-eurotunnel-background {
    background-color: #d18913;
}

.content-bridges-background {
    background-color: #977a74;
}

.content-tolls-background {
    background-color: #4bc4b5;
}

.content-fuelcard-background {
    background-color: #4bafc4;
}

.content-trucking-background {
    background-color: #b2ab50;
}

.content-aboutus-background {
    background-color: #009ca8;
}

.content-customer-background {
    background-color: #a93737;
}


/* Normal shadow color: rgba(0, 0, 0, 0.5) */

.drop-shadow-inset-top {
    -webkit-box-shadow: inset 0px 30px 30px -30px var(--shadow-color);
    -moz-box-shadow: inset 0px 30px 30px -30px var(--shadow-color);
    box-shadow: inset 0px 30px 30px -30px var(--shadow-color);
}

.drop-shadow-inset-bottom {
    -webkit-box-shadow: inset 0px -30px 30px -30px var(--shadow-color);
    -moz-box-shadow: inset 0px -30px 30px -30px var(--shadow-color);
    box-shadow: inset 0px -30px 30px -30px var(--shadow-color);
}

.drop-shadow-inset-top-bottom {
    /* -webkit-box-shadow: inset 0px 30px 30px -30px rgba(0, 0, 0, 0.5),
    inset 0px -30px 30px -30px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 0px 30px 30px -30px rgba(0, 0, 0, 0.5),
    inset 0px -30px 30px -30px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -30px 30px -30px rgba(0, 0, 0, 0.5),
    inset 0px -30px 30px -30px ; */

    box-shadow:
        inset 0px 30px 30px -30px var(--shadow-color),
        inset 0px -30px 30px -30px var(--shadow-color);
}

.drop-shadow-inset-left {
    /* -webkit-box-shadow: inset 30px 0px 30px -30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 30px 0px 30px -30px rgba(0, 0, 0, 0.5);
    box-shadow: inset 30px 0px 30px -30px rgba(0, 0, 0, 0.5); */
}

.ferry-book-your-ticket-s2 {
    background-color: #f96400;
    z-index: 2;
}

.pre-footer {
    /* min-height: 500px; */
}

.pre-footer-social {
    background-color: #009ca6;
}

.pre-footer-sitemap {
    background-color: #f96400;
}

.service-locations {
    color: var(--ferry-color4);
    font-weight: 700;
    /* line-height: 10px;  */
}

.train-service-locations {
    color: #4c5945;
    font-weight: 700;
}

.train-service-locations>span>i {
    font-weight: 500;
}

.tunnel-service-routes {
    color: #57544b;
    font-weight: 700;
    padding-left: 5px;
    font-size: 20px;
}

.tunnel-service-routes1 {
    color: #57544b;
}

.tunnel-service-routes2 {
    color: #afa898;
}

.align-text-s1 {
    top: 200px;
    /* position: absolute; */
}

.right-margin-content {
    margin-right: 5px;
}

/* @media screen and (min-width: 480px) {
    .right-margin-content {
        margin-right: 5px;
    }
}

@media screen and (min-width: 650px) {
    .right-margin-content {
        margin-right: 5px;
    }
}

@media screen and (min-width: 950px) {
    .right-margin-content {
        margin-right: 5px;
    }
}
  
@media screen and (min-width: 1024px) {
    .right-margin-content {
        margin-right: 70px;
    }
} */

.pre-footer-sitemap-subscribe-input form input[type=email] {
    height: 40px;
    width: 100%;
    margin-bottom: 15px;
    background-color: #f96400;
    color: #000;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.pre-footer-sitemap-subscribe-input form input[type=email]:hover {
    cursor: pointer;
    background-color: #fff;
    border-color: #fff;
}

.pre-footer-sitemap-subscribe-input form input[type=email]:focus {
    cursor: pointer;
    background-color: #fff;
    border-color: #fff;
}

.pre-footer-sitemap-subscribe-input form input[type=submit] {
    height: 40px;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    background-color: #f96400;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.pre-footer-sitemap-subscribe-input form input[type=submit]:hover {
    cursor: pointer;
    background-color: #000;
    border-color: #fff;
}

.contact-form {
    font-size: 20px;
    font-weight: 700;
}

.contact-header {
    margin-top: 30px;
    margin-bottom: 10px;
}

.contact-input {
    width: 100%;
    /* border-color: #000; */
}

.contact-input-text {
    width: 100%;
    /* border-color: #000;
    border-width: 2px; */
}

.contact-submit {
    font-weight: 700;
    background-color: #f96400;
    border: 0;
    color: #fff;
    width: 155px;
    height: 45px;
}

/* MENU */

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;

    background-image: url('../images/menubackground-1024px.jpg');
    background-repeat: no-repeat;
    background-size: cover;

    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slide1background.jpg');
    background-size: cover;  */
    background-position: center center;

    text-align: center;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    /* width: 500px; */
    text-align: center;
    /* margin-top: 30px; */
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    /* font-size: 2rem;
    line-height: 2rem; */
    display: block;
    transition: 0.3s;

    font-size: 24px;
    line-height: 22px;
}

.overlay a:hover,
.overlay a:focus {
    color: #f96400;
}

.overlay span:hover,
.overlay span:focus {
    --interval: 1s;
    /* display: block; */

    box-shadow: inset 0 -2px 0 #86fdee, inset 0 -3px 0 #86fdee;

    text-shadow:
        0 0 5px var(--color1),
        0 0 15px var(--color2);
    will-change: filter, color;
    filter: saturate(60%);
    animation: flicker steps(100) var(--interval) 1s infinite;

    color: white;
    --color1: #86fdee;
    --color2: #53a69a;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        /* font-size: 1rem */
    }

    .overlay .closebtn {
        font-size: 2rem;
        top: 15px;
        right: 35px;
    }
}

.sub-menu-items-container {
    text-align: center;
    /* border: 3px solid green; */
    /* display: flex; */

    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sub-menu-items-hidden {
    display: none;
    opacity: 0;
    transition: display 0s, opacity 0.5s linear;
}

.sub-menu-items-visible {
    /* */
    opacity: 1;
}

.sub-menu-items-container a {
    margin: auto;
    /* border: 1px solid red; */

    display: block;
    padding: 8px;
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 0.9rem;
    transition: 0.3s;
    width: 300px;
}

.sub-menu-items-container a span {
    margin: auto;
}

.sub-menu-items-container a:hover,
.sub-menu-items-container a:focus {
    /* zoom: 1;
        filter: alpha(opacity=75);
        -webkit-opacity: .75;
        -moz-opacity: .75;
        opacity: .75 */

    --interval: 1s;
    display: block;

    /* text-decoration: underline; */

    /* border-bottom: 1px solid #86fdee; */
    /* margin-bottom: -1px; */

    /* box-shadow: none|h-offset v-offset blur spread color |inset|initial|inherit; */
    box-shadow: inset 0 -2px 0 #86fdee, inset 0 -3px 0 #86fdee;

    /* text-shadow: h-shadow v-shadow blur-radius color|none|initial|inherit; */
    text-shadow:
        0 0 5px var(--color1),
        0 0 15px var(--color2);
    /* 0 0 40px var(--color3),
            /* 0 0 80px var(--color4); */
    will-change: filter, color;
    filter: saturate(60%);
    animation: flicker steps(100) var(--interval) 1s infinite;

    color: white;
    --color1: #86fdee;
    --color2: #53a69a;
    /* --color3: #86fdee;
        --color4: #86fdee; */
}

@keyframes flicker {
    50% {
        color: white;
        filter: saturate(200%) hue-rotate(20deg);
    }
}

.menu-button {
    color: #fff;
    min-width: 30px;
    min-height: 30px;
    float: right;
    padding-right: 20px;
}

.menu-icon:hover:after {
    -webkit-animation: bounceright .3s alternate ease infinite;
    animation: bounceright .3s alternate ease infinite;
}

.menu-icon {
    color: #fff;
}

.menu-icon:hover {
    --interval: 1s;
    display: block;
    /* box-shadow: inset 0 -2px 0 #86fdee, inset 0 -3px 0 #86fdee; */
    text-shadow:
        0 0 1px var(--color1),
        0 0 5px var(--color2);
    will-change: filter, color;
    filter: saturate(60%);
    animation: flicker steps(100) var(--interval) 1s infinite;

    color: #86fdee;
    --color1: #86fdee;
    --color2: #53a69a;
}

.black-color {
    background-color: #000;
}

.footer-inner {
    font-family: Montserrat, san-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
}

.footer-inner-mobile {
    display: none;
}

.copyrights {
    float: left;
    margin-left: 15px;
    padding-top: 4px;
}

.terms {
    padding-left: 15px;
    float: left;
    text-decoration: underline;
    padding-top: 4px;
}

.policy {
    padding-left: 15px;
    float: left;
    text-decoration: underline;
    padding-top: 4px;
}


/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input~.radio-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.radio-checkmark-greca {
    background-color: #f96400;
}

.radio-container input:checked~.radio-checkmark-train {
    background-color: #4d5847;
}

.radio-container input:checked~.radio-checkmark-tunnel {
    background-color: #57544b;
}

.radio-container input:checked~.radio-checkmark-eurotunnel {
    background-color: #6b440a;
}

.radio-container input:checked~.radio-checkmark-bridge {
    background-color: #725b54;
}

.radio-container input:checked~.radio-checkmark-toll {
    background-color: #256159;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/* HOVER ON REGIONS */

.popup {
    opacity: 0;
    position: absolute;
    top: 32px;
    background-color: white;
    /* rgb(98, 142, 189); */
    /* border: 1px solid transparent; */
    border-radius: 0px;
    height: 0px;
    padding: 0 12px;
    overflow: hidden;
    /* -webkit-transition: all 500ms;
    transition: all 500ms; */

    /* width: 600px; */
    left: -100px;
    font-size: 14px;
    font-weight: 700;
    color: rgb(49, 71, 94);

    z-index: 999;
}

.region {
    cursor: pointer;
}

.region:hover .popup {
    padding: 12px 12px;
    height: auto;
    opacity: 1;
    /* border: 1px solid rgb(49, 71, 94); */
    border: 2px solid rgb(49, 71, 94);
    left: -740px;
    top: 180px;
    width: 800px;

    -webkit-box-shadow: 10px 10px 38px -21px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 38px -21px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 38px -21px rgba(0, 0, 0, 0.75);

    z-index: 999;
}

.route {
    margin-bottom: 10px;
}


/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */

    color: #000;

    font-size: 16px;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* button */

.btn-light-green {
    background-color: #8bc34a !important;
    color: #fff;
}

.btn-light-green:hover {
    background-color: #97c95d;
    color: #fff;
}

.btn-light-green:focus,
.btn-light-green.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-light-green:focus,
.btn-light-green:active,
.btn-light-green.active {
    background-color: #577d2a;
}

.btn-light-green.dropdown-toggle {
    background-color: #8bc34a !important;
}

.btn-light-green.dropdown-toggle:hover,
.btn-light-green.dropdown-toggle:focus {
    background-color: #97c95d !important;
}

.btn-light-green:not([disabled]):not(.disabled):active,
.btn-light-green:not([disabled]):not(.disabled).active,
.show>.btn-light-green.dropdown-toggle {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #577d2a !important;
}

.btn-light-green:not([disabled]):not(.disabled):active:focus,
.btn-light-green:not([disabled]):not(.disabled).active:focus,
.show>.btn-light-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-deep-orange {
    background-color: #ff7043 !important;
    color: #fff;
}

.btn-deep-orange:hover {
    background-color: #ff835d;
    color: #fff;
}

.btn-deep-orange:focus,
.btn-deep-orange.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-deep-orange:focus,
.btn-deep-orange:active,
.btn-deep-orange.active {
    background-color: #dc3500;
}

.btn-deep-orange.dropdown-toggle {
    background-color: #ff7043 !important;
}

.btn-deep-orange.dropdown-toggle:hover,
.btn-deep-orange.dropdown-toggle:focus {
    background-color: #ff835d !important;
}

.btn-deep-orange:not([disabled]):not(.disabled):active,
.btn-deep-orange:not([disabled]):not(.disabled).active,
.show>.btn-deep-orange.dropdown-toggle {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #dc3500 !important;
}

.btn-deep-orange:not([disabled]):not(.disabled):active:focus,
.btn-deep-orange:not([disabled]):not(.disabled).active:focus,
.show>.btn-deep-orange.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-deep-orange.active,
.btn-deep-orange:active,
.btn-deep-orange:focus {
    background-color: #dc3500;
}

.btn-deep-orange.focus,
.btn-deep-orange:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.btn.btn-sm {
    padding: .5rem 1.6rem;
    font-size: .64rem;
}

.btn:active,
.btn:focus,
.btn:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    outline: 0;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.btn {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}

.btn,
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled:hover,
.btn:disabled:active,
.btn:disabled:focus,
.btn:disabled:hover,
.jumbotron {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

button,
select {
    text-transform: none;
}

button,
input {
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
}

user agent stylesheet:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

user agent stylesheet button {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: buttonface;
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

.disabled {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.menu-link {}

.footer-margin-left {
    margin-left: 20px;
}

.mini-map {
    display: none;
}

.arrivals-col {
    min-width: 100%;
}

.book-your-ticket-margins {
    margin-left: 5px;
    margin-right: 5px;

    display: none;
}

.booking-text {
    font-size: 20px;
    line-height: 20px;
}

.route-inputs {
    min-width: 100%;
}

.ferry-book-your-ticket-s2 {
    min-height: 550px;
}

.google-map-parent {
    padding-left: 0px;
    padding-right: 0px;
}

.google-map {
    height: 100%;
    width: 100%;
    min-height: 550px;
    padding-right: 0px;
    padding: 0;
    z-index: 999;
}

.region-col {
    margin: 0;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
}

.departures-col {
    min-width: 100%;
}

.greca-logo-header {
    background-image: url(../images/greca-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 130px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    float: left;
    display: block;
}

.footer-gutter-flex {
    /* -ms-flex: 0 0 0px;
    flex: 0 0 0px;
    display: none; */
}

.services-menu {
    display: none;
}

.mobile-services-menu {
    padding-left: 20px;
    padding-right: 10px;
    /* display: inline-block; */
}

.book-now-gutter {
    min-height: 25px;
}

.ferry-channels-text {
    padding-top: 25px;
    /* display: block; */
}

.ferry-locations-text {
    padding-top: 25px;
    padding-bottom: 15px;
}

.train-locations-text {
    padding-top: 25px;
    padding-bottom: 15px;
}

.tunnel-locations-text {
    padding-top: 25px;
    padding-bottom: 15px;
}

.eurotunnel-locations-text {
    padding-top: 25px;
    padding-bottom: 15px;
}

.bridges-locations-text {
    padding-top: 25px;
    padding-bottom: 15px;
}

.tunnel-booking-text {
    /* padding-top: 25px; */
    padding-bottom: 15px;
}

.eurotunnel-booking-text {
    /* padding-top: 25px; */
    padding-bottom: 15px;
}

.bridge-booking-text {
    padding-top: 25px;
    padding-bottom: 15px;
}

.toll-booking-text {
    padding-top: 25px;
    padding-bottom: 15px;
}

.fuelcard-booking-text {
    padding-top: 25px;
    padding-bottom: 15px;
}

.ferry-text {
    padding-top: 25px;
    padding-bottom: 0px;
}

.train-text {
    padding-top: 25px;
    padding-bottom: 0px;
}

.tunnel-text {
    padding-top: 25px;
    padding-bottom: 0px;
}

.eurotunnel-text {
    padding-top: 25px;
    padding-bottom: 0px;
}

.toll-text {
    padding-top: 25px;
    padding-bottom: 0px;
}

.fuelcard-text {
    padding-top: 25px;
    padding-bottom: 0px;
}

.bridge-text {
    padding-top: 25px;
    padding-bottom: 0px;
}

.trucking-text {
    padding-top: 25px;
    padding-bottom: 0px;
}

.about-text {
    padding-top: 25px;
    padding-bottom: 0px;
}

.con-text {
    padding-top: 25px;
    padding-bottom: 0px;
}

.customer-text {
    padding-top: 25px;
    padding-bottom: 0px;
}

.pre-footer-social-row-mobile {
    min-height: var(--gutter-100);
    font-size: 18px;
}

.ferry-services-location {
    font-size: 20px;
}

.ferry-services-location>img {
    width: 16px;
    height: 16px;
}

.about-us-text {
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
    text-align: justify;
}

.contact-margin-top {
    margin-top: 0;
}

.contact-margins {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
}

.vignet-text {
    word-break: break-all;
}

.e-mail-text>a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.book-online-row {
    height: 120px;
}


/** MORE INFO popup */
.overlay-more {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    z-index: 1000;
}

.overlay-more:target {
    visibility: visible;
    opacity: 1;
}

.popup-more {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    /*   border-radius: 5px; */
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup-more h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup-more .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup-more .close:hover {
    color: #06D85F;
}

.popup-more .content {
    max-height: 30%;
    /* overflow: auto; */
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup-more {
        width: 70%;
    }
}

.toll-extra1 {
    display: none;
}

.toll-extra2 {
    display: none;
}

.toll-extra3 {
    display: none;
}

.toll-input {
    /* margin-left: 40px; */
}

.fuelcard-extra1 {
    display: none;
}

.fuelcard-extra2 {
    display: none;
}

.fuelcard-extra3 {
    display: none;
}

.fuelcard-input {
    /* margin-left: 40px; */
}

.about-us-image-s4 {
    background-image: url(../images/about-us-image-s4.png);
    background-size: 400px;
    background-position: right center;
    background-repeat: no-repeat;
    /* min-height: 400px; */
    opacity: 1;
}

.about-us-text-new {
    margin-right: 250px;
}

.customer-services-image-new {
    background-image: url(../images/customer-services-image-new.svg);
    background-size: 400px 400px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
    opacity: 1;
}