@font-face {
    font-family: Amiri;
    src: url("../webfonts/Amiri.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Nunito;
    src: url("../webfonts/Nunito.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
:root {
    --lblue: #eaf5fa;
    --green: #09855a;
    --dgreen: #01744c;
    --blue: #046592;
    --dblue: #015074;
    --bluegray: #55748d;
    --gold: #7a6e4e;
    --lgold: #b0a682;
    --xlgold: #e6e1cd;
    --orange: #ff700a;
    --red: #bd0926;
    --gray: #888888;
    --lgray: #c7d0d9;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-thumb {
    background: #ede9df;
    border: 3px solid #fff
}

::-webkit-scrollbar-track {
    border: none;
    background: #fff
}

body {
    font-family: Nunito;
    font-size: 20px;
    line-height: 32px;
    color: var(--gold);
    overflow: auto !important;
    overflow-x: hidden;
}

.container.navbar {
    padding: 0;
}

header {
    display: block;
    position: relative;
    padding: 5px 0 0 0;
    height: 80px;
    -webkit-transition: height .5s;
    transition: height 0.5s ease-in-out;
    /* background: url('/images/front/header_pattern.png'); */
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
    font-family: 'Amiri',  serif;
    top: 0;
    z-index: 1100;
    width: 100%;
    background-color: #fff;
}

h1, h2, h3, h4 {
    font-weight: normal;
    font-family: 'Amiri', serif;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}
/* .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body .ui-tooltip {
    background-color: var(--gold);
    outline: none;
    padding: 0 8px;
    font-size: 13px;
    color: #fff;
    opacity: 1;
    box-shadow: 0 2px 3px 0 #00000033;
}
 */
header .nav-link {
    font-size: 24px;
    color: var(--gray);
    padding: 0 0.5rem ;
}
header .nav-link:hover,
header .nav-link.active,
header .nav-link.btn-offers.active {
    color: var(--red);
    background-color: transparent;
}

header .line-break{
    width: 100%;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 5px;
}

header .line-break ~a{
    color: var(--gold);
    font-size: 1.8rem;
}
header .navbar-toggler {
    position: absolute;
    top: 20px;
}
.text_gold {
    color: var(--gold);
}
.text_gray {
    color: var(--gray);
}
.text_red {
    color: var(--red);
}
.fs_12 {
    font-size: 12px !important;
    line-height: 14px !important;
}
.fs_14 {
    font-size: 14px !important;
    line-height: 16px !important;
}
.fs_16 {
    font-size: 16px !important;
    line-height: 18px;
    color: #626262 !important;
}
.fs_20 {
    font-size: 20px !important;
}
.fs_24 {
    font-size: 24px !important;
}

.bg_gray {
    background-color: #f5f5f5;
}

.bg_gold {
    background-color: #F9F3E6;
}

.page_white {
    background: rgba(255, 255, 255, 1);
    border-radius: 7px;
    box-shadow: 0 2px 21px 0 rgb(0 0 0 / 20%);
}
.hidden {
    display: none !important;
}
/* animate on scroll */
.anim-el {
    opacity: 0;
    -webkit-transition: transform 0.7s ease-out, opacity 0.4s, color 0.3s,
        padding 0.3s;
    transition: transform 0.7s ease-out, opacity 0.4s, color 0.3s, padding 0.3s;
}

.anim-el.slide-right {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}

.anim-el.slide-left {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}

.anim-el.slide-top {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

.anim-el.slide-bottom {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

.anim-el.in-view {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


#navbarNavAltMarkup{
    max-width: 900px;
}

/* #start_from i {
    color: var(--gold);
    font-size: 1rem;
}
 */
 .newlink{position: relative;}
 .newlink::after{
    content: 'new';
    display: block;
    color: var(--red);
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: -4px;
    right: -16px;
 }
#top_banner {
    position: relative;
    line-height: 0;
    width: 100%;
}

#topvideo {
    display: none;
    position: relative;
    width: 100%;
    max-height: 90vh;
    object-fit: cover;
    z-index: 1;
}

#top_banner_text {
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    top: 0;
    left: 10%;
    right: 0;
    bottom: 0;
    width: 80%;
}

#top_banner_overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.2) 100%
    );
    z-index: 2;
}

#top_banner h1 {
    font-size: 3.5em;
    font-size: calc(3vw + 12px);
}
/* .pattern{
    background-image: url('/images/front/header_pattern.png');
} */

.edel {
    position: relative;
    font-size: 34px;
}
.edel:after,
.edel:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 35px;
    margin: -8px 8px;
    background-image: url(/images/front/edel.png);
    background-position: 50% 50%;
    background-size: 35px;
    background-repeat: no-repeat;
}


.green_btn, .white_btn, .blue_btn, .orange_btn, .red_btn {
    font-size: 26px;
    font-family: 'Amiri', serif;
    border: none;
    outline: none;
    display: block;
    padding: 0.5em 1em;
    border-radius: .3em;
    position: relative;
    width: fit-content;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    transition: 0.4s;
}

.green_btn {
    background-color: var(--green);
    color: #fff;
}
.green_btn:hover,.green_btn.outline:hover {
    color: #fff;
    background-color: var(--dgreen);
    box-shadow: 0px 2px 6px 0px #00000040;
}

.green_btn.outline{
    background-color:  #fff;
    border: 1px solid var(--green);
    color:var(--green);
}

.blue_btn.outline{
    background-color:  #fff;
    border: 1px solid var(--blue);
    color:var(--blue);
}
.blue_btn {
    background-color: #046592;
    color: #fff;
}
.blue_btn:hover {
    color: #fff;
    background-color: var(--dblue);
}



.orange_btn.outline {
    background-color: #fff;
    border: 1px solid var(--orange);
    color: var(--orange);
}
/*
.orange_btn {
    background-color: var(--orange);
    color: #fff;
} */
.orange_btn:hover {
    color: #fff;
    background-color: var(--orange);
}


.red_btn.outline {
    background-color: #fff;
    border: 1px solid var(--red);
    color: var(--red);
}

.red_btn:hover {
    color: #fff;
    background-color: var(--red);
}


.btn-book {
    max-width: 400px;
    padding: .5em 1.5em;
    line-height: normal;
    z-index: 2;
    transition: .2s;
}
.btn-book.green_btn:hover {
    padding: 0.5em 1.5em;
    transform: scale(1.02);
}

.white_btn {
    /* box-shadow: 0px 2px 6px 0px #00000040; */
    background-color: #f8fbf8;
    color: var(--blue);
    border: 1px solid var(--blue)
}

.white_btn:hover,
.white_btn:active,
.white_btn:focus {
    color: #ffffff;
    background-color: var(--dblue);
    outline: none;
    text-decoration: none;
}

/* preloader */
#preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: var(--gold);
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2100;
}
.bar-container {
    position: relative;
    border-radius: 50%;
    -webkit-animation: scale 2s ease-out infinite;
    animation: scale 2s ease-out infinite;
}

@keyframes scale {
    0% {
        transform: scale(1.5);
        opacity: 0;
    }

    70% {
        transform: scale(2) rotate(130deg);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.2) rotate(180deg);
        opacity: 0.1;
    }
}

#topslider {
    background-color: var(--lgray);
    margin-bottom: -100px;
    height: 50vh;
}

#topslider img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

#top_banner_overlay {
    z-index: 0;
}

#topslider h1 {
    color: #ffffff;
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-shadow: 0 0 10px #000000aa;
}

/* .bread a {
    position: relative;
    background: #ffffffcc;
    padding: 5px 30px;
    text-decoration: underline;
    border-radius: 5px 5px 0 0;
} */
.bordered {
    border: 1px solid #B9B8BD;
    border-top: none !important;
    color: var(--gold);
    /* display: block; */
    padding: 10px 0;
    position: relative;
}
.bordered:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #B9B8BD 5%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #B9B8BD 95%);
    top: 0;
    left: 0;
}

footer {
    background: url(/images/front/footer_bg.jpg);
    border-top: 3px solid #b0a682;
    font-size: 14px;
}

footer a,
footer li,
footer {
    color: #b9b5b1;
    line-height: 1.8em;
}

footer a,
footer span {
    opacity: 0.5;
    transition: 0.3s;
}

footer a:hover {
    opacity: 1;
}

footer li {
    line-height: 32px;
}

.footer-copyright {
    font-size: 14px;
    color: var(--gold);
}

#foot-dest {
    columns: 2;
    -moz-columns: 2;
    -webkit-columns: 2;
}

.footer-header {
    color: var(--lgold);
    border-bottom: 1px solid var(--lgold);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.social_icons {
    margin-bottom: 0.5em;
    white-space: nowrap;
}

.social_icons li {
    display: inline-block;
    margin-right: 1px;
    margin-left: 0;
}

.social_icons a {
    line-height: 0;
    display: block;
    background: #b0a682;
    text-align: center;
    border-radius: 5px;
    color: #464034;
}

.social_icons i {
    padding: 3px;
    font-size: 1.5em;
}

.our_logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 20px;
}
.our_logos img {
    transition: 0.3s;
    max-height: 50px;
    margin:15px;
}
#delivery_logo {
    max-height: 30px;
}
#mysw_logo{
    max-height: unset;
    height: 77px;
    margin-bottom: 3px;
}
#partner_logos img{
    width: 65px;
    max-height: 50px;
    object-fit: contain;
    margin: 10px 15px 0 0;
}
#partner_logos img.swisstainable {
    max-height: 65px;
    margin-right: 0;
}

#full_image{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    width: 100%;
    background-color: #09669c;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
#full_image h1 {
    font-size: 32px;
}
.container_bg_black {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 3rem;
    margin: 1rem auto;
    border-radius: 8px;
}
.page-text img{
    max-width: 100%;
}
.page-text p,
.item_description p {
    color: #4D4B48;
    font-size: 18px;
}
.article_icon{
    height: 50px;
}
.group_item{
    text-align: center;
    color: var(--lgold);
    padding: 25px;
    border-bottom: 1px solid var(--gold);
    transition: all 0.2s;
}
.group_item:hover{
    background-color: #00000066;
}
.group_item h2{
    font-size: 24px;
    margin: 0;
}
.right-menu{
    padding: 15px 20px;
    height: fit-content;
}
.right-menu ul li{
    line-height: 40px;
    transition: all 0.2s;
}
.right-menu ul li a{
    padding-left: 8px;
}
.right-menu ul li>p{
    margin: 0;
    background-color: var(--gold);
    color: #ffffff;
    padding-left: 8px;
}

.right-menu li:hover {
    background-color: #bcb8a2;
}
.alp_link{
    text-decoration: underline;
}

/* a.more_info_fleet {
    color: var(--gold);
    border-radius: 5px;
    border:1px solid var(--lgold);
    padding: 4px 30px;
    text-decoration: none;
    transition: .5s;
}
a.more_info_fleet:hover {
    background: var(--gold);
    color: #fff;
}
.fleet_item{
    border-top: 1px solid var(--lgold);
    padding-top: 10px;
    margin-top: 25px;
}
.fleet_item img {
    width: 100%;
}
*/
.table{
    color: inherit;
    border: none!important;
}
.table  th {
    font-size: 22px;
}
/* weather */
#today_icon{
    height: 30px;
}

/* thanks container */
.thanks_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #1f2229cc;
    z-index: 9999;
    animation-name: opacity;
    animation-duration: 1s;
}

@keyframes opacity {
    from { opacity: 0; }
    to { opacity: 1; }
}
.centered {
    position: absolute;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    max-width: 450px;
    margin: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.excurs_price h3{
    margin-bottom: -12px;
}

.av_dates span {
    background-color: #efefef;
}

#compose_link.active{
    background-color:var(--red);
    border: 1px solid var(--red);
}
#compose_link{
    background-color: var(--dblue);
    color: #ffffff;
    border: 1px solid var(--blue);
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    padding: 5px 10px 3px;
    border-radius: 12px;
    position: relative;
    transition: .5s;
    overflow: hidden;
}
#compose_link:hover{
    background-color: var(--dblue);
    color: #ffffff;
}

#compose_link:after{
    content: "";
    position: absolute;
    top: 0;left:-150%;bottom: 0;
    width:150%;
    /* transform: rotate(-30deg); */
    background-color: #ffffff40;
    transition: .4s ease-in;
    filter: blur(12px);
}
#compose_link:hover:after{
    left:120%;
}



.excurs_img {
    height: 100%;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

span .fa-star {
    color: var(--gold);
}

ul.navbar-nav.line-effect {
    display: flex;
    justify-content: space-evenly;
    width: 75%;
    margin: 0 auto;
}

.navbar-brand {
    height: 70px;
    display: flex;
    align-items: center;
    margin-right: 0;
    outline: none;
    z-index: 7;
}

.page-title {
    font-size: 2.5rem;
    line-height: 2;
    font-weight: 300;
}


.grecaptcha-badge {
    right: -600px !important;
}

/* #walking{
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 180px;
    left: initial;
    right: 11px;
    color: #fff;
    padding: 14px 22px;
    border-radius: 40px;
    border-bottom-right-radius:0;
    z-index: 1088;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    background-color: #568d71;
    cursor: pointer;
    transition: .4s;
}
#walking img{
    height: 30px;
}
#walking span{
    display: inline-block;
    margin-left: 6px;
    width: 0px;
    white-space: nowrap;
    overflow: hidden;
    transition: .4s;
}
#walking:hover{
    background-color: #31844e;
}

#walking:hover span{
    width: 130px;
}

#transfer{
    display: block;
    position: fixed;
    bottom: 100px;
    left: initial;
    right: 11px;
    color: #fff;
    padding: 14px 22px;
    border-radius: 30px;
    transform-origin: 50%;
    z-index: 1087;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    background-color: #55748d;
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transition: .4s;
    cursor: pointer;
}


#transfer img{
    width: 0;
    transition: .3s;
    margin-top: -8px;
}

#transfer:hover{
    box-shadow: -3px -2px 6px #00000055;
    background-color: #265a85;
    padding: 14px 24px 14px 20px;
}
#transfer:hover img{
    width: 30px;
    transform: rotate(0deg) scale(1);
}
*/

/* fix */
#fix_buttons {
    display: flex;
    align-items: end;
    justify-content: space-around;
    flex-direction: row;
    position: fixed;
    bottom: 50vh;
    right: 4px;
    color: #fff;
    padding: 0;
    z-index: 1066;
    font-weight: bold;
    font-size: 1em;
    min-width: 330px;
    transition: 1s;
    transform-origin: 50% 100%;
    transform: translateX(50%) rotate(-90deg);
}

#fix_buttons .fix_button {
    position: relative;
    border-radius: 40px 40px 0 0;
    transition: .3s;
    padding: 20px;
    margin: 0 3px;
    }

#fix_buttons .fix_button span {
    font-size: 18px;
    display: inline-block;
    transition: .3s cubic-bezier(0.19, 0.13, 0.5, 1.38);
    text-align: left;
    margin: -10px 0;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
}

#fix_buttons .fix_button img {
    transform: rotate(90deg);
    height: 32px;
    width: 42px;
}
#fix_buttons .fix_button.helo {
    background-color: #78e1ff;
    padding: 15px 9px 1px 9px;
}
#fix_buttons .fix_button svg {
    transform: rotate(90deg);
    height: 60px;
    width: 60px;
}
#fix_buttons .fix_button.helo span {
    color: #162b31;
}
#fix_buttons .fix_button.helo:hover span {
    width: 152px;
    margin-left: -16px;
}
#prop {
    transform: scaleX(0.3);
    transform-origin: 56% 50%;
    animation: propel .5s infinite linear forwards;
}

@keyframes propel {

    0%,
    100% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(0.3);
    }
}

#walking:hover span {
    width: 170px;
}

#active:hover span {
    width: 120px;
}

#transfer:hover span {
    width: 142px;
}

#transfer {
    background-color: #F07121;
}

#active {
    background-color: #327EA5;
}

#walking {
    background-color: #2C3E50;
}
.why_us {
    width: 100%;
    height: min(400px, 40vw);
    object-fit: cover;
}
.private-excursion {
    font-weight: 700;
    font-size: 30px;
}
.dest_items img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.snow, .snow:after, snow:before {
    content: "";
    position: absolute;
    top: -650px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
    radial-gradient(4px 4px at 100px 50px, #fff, transparent),
    radial-gradient(6px 6px at 200px 150px, #fff, transparent),
    radial-gradient(3px 3px at 300px 250px, #fff, transparent),
    radial-gradient(4px 4px at 400px 350px, #fff, transparent),
    radial-gradient(6px 6px at 500px 100px, #fff, transparent),
    radial-gradient(3px 3px at 50px 200px, #fff, transparent),
    radial-gradient(4px 4px at 150px 300px, #fff, transparent),
    radial-gradient(4px 4px at 150px 350px, #fff, transparent),
    radial-gradient(6px 6px at 250px 4000px, #fff, transparent),
    radial-gradient(3px 3px at 350px 500px, #fff, transparent);
    background-size: 650px 650px;
    animation: snowAnimation 5s linear;
    animation-iteration-count: infinite;
    z-index: 9;
}
.snow:after {
    margin-left: -250px;
    opacity: 0.5;
    filter: blur(2px);
    animation-duration: reverse;
    animation-duration: 15s;
}
.snow:before {
    margin-left: -350px;
    opacity: 0.7;
    filter: blur(1px);
    animation-duration: reverse;
    animation-duration: 20s;
}
@keyframes snowAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(650px);
    }
}

/*#topslider h1 {
    font-family: Nunito;
}*/



@media (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }
    .social_icons li {
        margin-right: 4px;
    }
}

@media (max-width: 992px) {
    h1 {
            font-size: 2.2rem;
        }
    .navbar {
        z-index: 90;
    }
    .navbar .navbar-collapse{
        background-color: #ffffff;
        background-image: url(/images/front/header_pattern.png);
    }
    .navbar .nav-link {
        border-top: 1px solid var(--lgray);
        padding: 15px 20px;
    }
    .navbar .line-break {
        display: none;
    }
    .navbar .navbar-toggler {
        padding-right: 50px;
    }
    #navbarNavAltMarkup {
        box-shadow: 0 50px 120px #00000077;
    }
    #search {
        display: inline-block;
        background-color: #eeeeee;
        margin-top: 15px;
        margin-left: calc(50% - 26px);
        padding: 0.5rem 2rem;
    }
    #compose_link {
        line-height: 24px;
        padding: 15px 12px 8px;
        border-radius: 0;
    }

    .jumbotron {
        padding: 0;
    }
    .advanced-filters {
        display: block;
        cursor: pointer;
    }
    .all-filters {
        display: none;
    }
    #excursions-list-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
       /*  max-width: 100%; */
    }
    .slider .slick-prev {
        left: 45% !important;
        transform: translateX(-60px) !important;
        top: calc(100% - -15px) !important;
        }
        .slider .slick-next {
        right: 50% !important;
        transform: translateX(45px) !important;
        top: calc(100% - -15px) !important;
        transform: translateX(-50%) !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    #logoAE {
        height: 40px;
    }
    h1 {
        font-size: 1.8rem;
    }
    #preloader {
        display: none;
    }

    #topslider h1{
        width: 80%;
    }
    .navbar .container {
        justify-content: space-around;
    }
    .navbar-toggler:focus {
        outline: 1px auto #eee;
        outline: none;
    }
    .ex_card{
        box-shadow: 0 8px 30px -20px black;
        margin-bottom: 12px;
    }
    .seasonal_img {
        width: 70px;
        height: 70px;
    }

    .seasonal_img img {
        height: 70%;
    }
    #seasonal_block h5 {
        font-size: 14px;
    }
    .white_btn, .green_btn {
        margin: auto;
    }
    .home_text{
        height: 120px;
        overflow-y: scroll;
        margin-bottom: 12px;
    }
    .thanks_container .centered {
        width: 80vw;
    }

    .vmap{
        font-size: 1rem;
    }
    #wave {
        display: none;
    }

    #booking_modal #map,
    #seasonal_block {
        min-height: 200px;
    }
    #booking_modal_details {
        padding: 30px 15px;
        min-height: unset;
    }
    .modal_close {
        right: 48%;
        top: -3rem;
    }
    .excurs_price {
        text-align: center;
    }
    .excurs_price * {
        display: inline;
    }

    .page-title {
        font-size: 2rem;
        line-height: 1.5;
    }

    .gridimg {
/*        grid-template-rows: 60px 60px 100px;
*/        gap: 5px;
    }

    footer h5 {
        margin-top: 2rem;
    }
/*     footer .row > div:nth-child(3) li,
    footer .row > div:nth-child(4) li {
        border-bottom: 1px solid #aaaaaa22;
    } */
    footer .row > div {
        padding-left: 2rem;
    }
    .footer_logo {
        padding: 8px;
    }
    .brd-sm-top {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 15px;
    }
    hr.clearfix.w-100.d-md-none {
        display: none;
    }
    .navbar {
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .fixed-top {
        position: inherit;
    }
    #content {
        padding-top: 0;
    }
    .info {
        display: block!important;
    }

    /* #transfer, #walking { display: none;} */
    #fix_buttons { display: none;}
}

@media (max-width: 576px) {
    body{
        font-size: 16px;
        line-height: 28px;
    }
    .nav-link,
    #compose a {
        font-size: 18px;
    }
    #compose svg {
        height: 28px;
    }
    #exc-svg {
        width: 34px;
    }
    .ex_card img {
        height: 120px;
    }
    .recommended_img {
        height: 230px;
    }

    .container_bg_black {
        padding: 1.5rem;
        margin: 0;
        border-radius: 0;
    }

    footer a,
    footer li,
    footer {
        font-size: 1rem;
    }
    footer h5 {
        margin-top: 1rem;
    }
/*     #transfer {
        font-size: 16px;
        padding: 2px 8px;
        border-radius: 0 0 12px 12px;
        bottom: 50px;
        right: 0;
        transform-origin: 100% 0;
        transform: rotate(90deg);
    } */
    .edel, h3 { font-size: 24px; }
    .edel:after,
    .edel:before {
        width: 25px;
        height: 30px;
        background-size: 20px;
        margin: -8px 3px;
    }

    .green_btn, .white_btn {
        font-size: 24px;
        padding: 0.4em 1em;
    }

    .social_icons {
        white-space: normal;
    }

    #partner_logos img {
        width: 38px;
        margin: 0 8px 0 0;
    }
}
