/******** ad 250X600 ********/
#AdGlobal_220X430 {height:614px;}
#AdMinitour_220X430 {height:514px;}

/*------bottom media-------*/
#index-smallIMG {margin:0}
.bottomInfo { background-color: #f2f2f2; margin-top:20px;}
.bottomInfo-up { width: 1130px; margin: 0 auto; padding: 0;}

.mediaInfo {position:relative;}
.mediaInfo-icon {
    position: absolute;
    bottom: 14.5%;
    right: 0.5%;
    width: 13%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    row-gap: 3px;
    justify-content: center;
}
.mediaInfo-icon a {text-decoration: none; width: 40%;}
.mediaInfo-bg-s {display:none;height:auto;}
.mediaInfo-bg-l {height:auto;display:block;}

.agate {position:absolute;top:0;left:0;width:18%;height:100%;background:transparent}

.mediaInfo a {display: block;}
.mediaInfo-ta {float: left; position:absolute;top:0;left:18%;width:20%;height:100%;background:transparent;}
.mediaInfo-other {float: right; width:100%;}
.agate_small {display:none;padding:10px}

.agate_small div:first-child {
    border-top: none;
    font-weight: bold;
}
.agate_small div:last-child {
    border-bottom: 1px solid #d1d1d1;
}
.agate_small div{ padding: 5px 0px; color: #000;}

@media screen and (max-width:1130px){
    .bottomInfo-up {
        width: auto;
    }
    .mediaInfo-bg-l {
        max-width: 100%;
    }
}
@media screen and (max-width:1024px){
    .bottomInfo-up {
        width: auto;
    }
    .mediaInfo-icon {
        right: 1%;
    }
}
@media screen and (max-width:900px){
    .mediaInfo-icon a {
        line-height: 1.1;
    }
}
@media screen and (max-width:906px){
    .mediaInfo-bg-l {max-width:100%;}

    .mediaInfo-icon img {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width:800px){
    .mediaInfo-icon {right: 1.5%;}
    .mediaInfo-icon {column-gap: 2px;}
}

@media screen and (max-width: 770px){
    #AdTour_220X500, #AdTour_220X430, #AdTour_220X400,#AdGlobal_220X430 { display:none;}
}
@media screen and (max-width:768px){
    .mediaInfo-icon img {width:30px;height:30px}
    .display_none_770{display:none}
    .footer-link {height:auto;}
}
@media screen and (max-width:640px){
    .bottomInfo-up {padding: 10px;}
    .mediaInfo-icon a img {width:85%;max-width: 44px;height:auto;}
}

@media screen and (max-width:500px){
    .mediaInfo-icon {width: 16%;bottom: 0;right:0;}
}
@media screen and (max-width:480px){
    .mediaInfo-bg-l {display:none}
    .mediaInfo-bg-s {display:block;max-width:100%;}
    .mediaInfo-icon {width: 100%;padding-left: 43.8%;box-sizing: border-box;right: 4%;bottom: 10%;}
    .mediaInfo-icon a img {width:80%;max-width: 44px;height: auto;}
    .mediaInfo-icon .media-fb img,.mediaInfo-icon .media-ins img {float:right;}
    .agate {display:none !important;}
    .agate_small {display:block}
    .mediaInfo .mediaInfo-ta {width:33.8%; position:static;padding-left: 9%;}
    .mediaInfo-other {width:66.1%;}
}

.partners-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: space-around;
    padding: 20px 0;
    gap: 60px;
}

.partner-left {
    text-decoration: none;
    color: inherit;
    display: flex;
    justify-content: center;
    margin-left: 5%;
    margin-right: 20px;
    transform: scale(1.1);
}

.mediainfo-ta-badge {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
}

.mediainfo-ta-logo {
    width: 90px;
    height: auto;
    display: block;
}

.partner-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transform: translateY(-15px);
}

.featured-label {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}

.media-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.media-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-item:hover {
    opacity: 1;
}

.media-item img {
    max-height: 25px;
    width: auto;
    max-width: 100%;
    max-height: 30px;
}

.media-national-geo {
    width: 92px;
}
.media-divider {
    width: 1px;
    height: 80px;
    background-color: #ddd;
}
.media-tnyt {
    width: 150px;
}
.media-telegraph {
    width: 100px;
}
.media-usa-today {
    width: 127px;
}
.media-lonely-planet img {
    max-height: 40px;
}

@media screen and (max-width: 1200px) {
    .partner-left {
        margin-left: 0;
        margin-right: 0;
        transform: scale(1);
    }
    .partners-container {
        gap: 0;
    }
}

@media screen and (max-width: 900px) {
    .partners-container {
        padding: 20px 0;
        justify-content: space-evenly;
    }

    .partner-right {
        align-items: flex-start;
        transform: translateY(0);
    }
    .media-logos {
        gap: 5px 10px;
    }
}
@media screen and (max-width: 768px) {
    .partner-right {
        width: 60%;
        align-items: center;
        transform: translateY(0);
    }

    .media-logos {
        display: grid !important;
        grid-template-columns: repeat(6, 1fr);
        gap: 0 10px;
        width: 100%;
        justify-items: center;
    }

    .media-logos .media-item:nth-child(1),
    .media-logos .media-item:nth-child(2),
    .media-logos .media-item:nth-child(3) {
        grid-column: span 2;
    }

    .media-logos .media-item:nth-child(4) {
        grid-column: 2 / span 2;
    }
    .media-logos .media-item:nth-child(5) {
        grid-column: 4 / span 2;
    }
    .featured-label {
        margin: 0 0 5px 0;
    }
}
@media screen and (max-width: 600px) {
    .media-logos {
        gap: 5px 0px;
    }
    .media-logos {
        grid-template-columns: repeat(4, 1fr);
    }

    .media-logos .media-item:nth-child(-n+4) {
        grid-column: span 2;
    }

    .media-logos .media-item:nth-child(5) {
        grid-column: span 4;
    }
}
@media screen and (max-width: 480px) {
    .bottomInfo-up {
        padding: 0;
    }
}
@media screen and (max-width: 430px) {
    .partner-right {
        text-align: center;
    }
    .featured-label {
        width: 100%;
    }
}
@media screen and (max-width: 375px) {
    .partners-container {
        flex-direction: column;
        text-align: center;
        gap: 10px 0;
    }
    .partner-right {
        width: 90%;
    }
    .media-divider {
        width: 100%;
        height: 1px;
    }
    .media-logos {
        justify-content: space-between;
        gap: 5px 0;
    }
}