#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}


/* content */
.cd-content {
    position: relative;
    padding: 108px 51px;
}

.cd-content .bg-section {
    opacity: 0.2;
}

.cd-content__inner {
    max-width: 1320px;
    margin: 0 auto;
}

.cd-content__title {
    position: relative;
    margin-bottom: 27px;
}

.cd-content__title .section-title small {
    letter-spacing: 0.2em;
    margin-bottom: 13px;
}

.cd-content__title .section-title small i {
    color: var(--primary);
}

.cd-content__title .section-title span.line-right:after {
    margin-left: 14vw;
}

.cd-content__text {
    position: relative;
    text-align: justify;
}

.cd-content__text p {
    font-size: 16px;
    line-height: 1.625;
    margin: 26px 0;
    font-weight: 300;
}

.cd-content__text>div {
    width: 45.8%;
}

.cd-content__text>div:first-child:last-child {
    width: 100%;
}

.cd-content__text>div {
    width: 45.8%;
}

.cd-content__scroll {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-flow: column;
    align-items: center;
    padding: 4px 0 0;
}

.cd-content__scroll a {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #000;
    text-transform: uppercase;
    transition: color var(--default-transition);
}

.cd-content__scroll a:hover {
    color: var(--primary);
}

.cd-content__scroll i.mouse-icon {
    width: 21px;
    height: 39px;
    display: block;
    margin: 27px auto 0;
    border: 2px solid #000;
    border-radius: 20px;
    position: relative;
}

.cd-content__scroll i.mouse-icon:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    animation: scroll 2s forwards;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    10% {
        opacity: 1;
    }

    80% {
        transform: translateY(22px);
    }

    100% {
        opacity: 0;
    }
}

.cd-content__scroll .arrow-icon {
    display: flex;
    flex-flow: column;
    font-size: 21px;
    margin-top: 3px;
    color: #000;
}

.cd-content__scroll .arrow-icon i {
    display: block;
    line-height: 0.45;
}

/* content end */

/* listings */
.cd-listings-wrap {
    position: relative;
}

.gr-v2 {
    padding: 28px 0 0;
}

.gr-v2 .gr-v2-main .bg-section {
    display: none;
}

.gr-v2 .gr-v2-main .gr-v2-main-row .gr-v2-main-form form {
    padding-left: 40px;
    padding-right: 40px;
}

/* listings end */

/* things to do */
.cd-ttd {
    position: relative;
    padding: 51px 0 0;
}

.cd-ttd__text {
    max-width: 1060px;
    margin: 0 auto 80px;
}

.cd-ttd__title {
    margin-bottom: 36px;
}

.cd-ttd__text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    margin: 26px 0;
    text-align: center;
}

.cd-ttd__tabs {
    position: relative;
    margin-bottom: 12px;
}

.cd-ttd__tabs ul {
    margin: 0 -13px;
}

.cd-ttd__tabs ul li {
    width: 20%;
    padding: 0 13px;
    flex-grow: 1;
}

.cd-ttd__tabs ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    background: #000;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: all var(--default-transition);
    text-align: center;
}

.cd-ttd__tabs ul li a:hover {
    background: var(--primary);
}



.cd-ttd__activities {
    position: relative;
    margin: 0 -13px;
}

.cd-ttd__activity {
    width: 20%;
    padding: 13px;
}

.cd-ttd__activity a {
    display: block;
    position: relative;
    border-bottom: 3px solid var(--primary);
}

.cd-ttd__activity .img-wrapper {}

.cd-ttd__activity .img-wrapper:before,
.cd-ttd__activity .img-wrapper:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
}

.cd-ttd__activity .img-wrapper:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5;
}

.cd-ttd__activity .img-wrapper:after {
    top: 0;
    background: rgba(255, 255, 255, 0.65);
    opacity: 0;
}

.cd-ttd__activity:hover .img-wrapper:before {
    opacity: 0;
}

.cd-ttd__activity:hover .img-wrapper:after {
    opacity: 1;
}

.cd-ttd__activity a h3 {
    position: absolute;
    bottom: 11.4%;
    left: 0;
    right: 0;
    font-size: 20px;
    font-family: var(--font-family-title);
    color: #fff;
    z-index: 2;
    text-align: center;
    transition: text-shadow var(--default-transition);
    padding: 0 10px;
}

.cd-ttd__activity a:hover h3 {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}


/* .mfp-auto-cursor .mfp-content {
    vertical-align: top;
    margin-top: 42px;
} */

.cd-ttd__popup {
    width: 1474px;
    margin: 0 auto;
    background: #fff;
    max-width: 95%;
    position: relative;
    width: 92.125vw;
}

.cd-ttd__popup-slider {
    position: relative;
    font-size: 0;
    padding: 35px 77px;
    padding: 2.1875vw 4.8125vw;
}

.cd-ttd__popup-slider:not(.slick-initialized) .cd-ttd__popup-slide~.cd-ttd__popup-slide {
    display: none;
}

.cd-ttd__popup-slide {
    position: relative;
    padding: 0 155px;
    background: #000;
    padding: 0 9.6875vw;
}

.cd-ttd__popup-slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1009 / 621;
    object-fit: cover;
}

.cd-ttd__popup button.mfp-close {
    opacity: 1;
    font-size: 0;
    width: auto;
    height: auto;
    padding: 0;
    line-height: 1;
    /* top: 14px;
    right: 15px; */
    top: 0.8750000000000001vw;
    right: 0.9375vw;
    color: #000;
    transition: color var(--default-transition);
}

.cd-ttd__popup button.mfp-close:before {
    content: '';
    position: relative;
    font-family: agentimage !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\b0245";
    /* font-size: 22px; */
    font-size: 1.375vw;
    display: block;
}

.cd-ttd__popup button.mfp-close:hover {
    color: var(--primary);
}

.cd-ttd__popup-slider ul.slick-dots {
    position: absolute;
    /* top: 54px;
    right: 120px; */
    z-index: 2;
    width: 9.6875vw;
    text-align: center;
    top: 3.375vw;
    right: 4.8125vw;
}

.cd-ttd__popup-slider button.slick-arrow {
    position: absolute;
    /* width: 60px;
    height: 60px; */
    width: 3.75vw;
    height: 3.75vw;
    border: transparent;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background: transparent;
    border-bottom: 4px solid #fff;
    color: #fff;
    font-size: 0;
    transition: color var(--default-transition), border var(--default-transition);
}

.cd-ttd__popup-slider button.slick-arrow:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.cd-ttd__popup-slider button.slick-prev {
    left: 125px;
    left: 7.8125vw;
}

.cd-ttd__popup-slider button.slick-next {
    right: 125px;
    right: 7.8125vw;
}

.cd-ttd__popup-slider button.slick-arrow:before {
    content: '';
    position: relative;
    font-family: agentimage !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* font-size: 24px; */
    font-size: 1.5vw;
}

.cd-ttd__popup-slider button.slick-arrow.slick-prev:before {
    content: "\b0209";
}

.cd-ttd__popup-slider button.slick-arrow.slick-next:before {
    content: "\b0210";
}

.cd-ttd__popup-slider ul.slick-dots li {
    display: none;
}

.cd-ttd__popup-slider ul.slick-dots li.slick-active {
    display: block;
    text-align: center;
}

.cd-ttd__popup-slider ul.slick-dots li button {
    display: block;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #fff;
    line-height: 1;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 0;
    width: 100%;
    display: block;
    text-align: center;
}

.cd-ttd__popup-slider ul.slick-dots li button:before {
    content: attr(aria-label);
    /* font-size: 16px; */
    font-size: 1vw;
}

.cd-ttd__popup-title {
    position: absolute;
    top: 53px;
    left: 100px;
    z-index: 2;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: center;
    top: 3.3125vw;
    left: 6.25vw;
    font-size: 1vw;
}

.cd-ttd__popup-title i {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}

.cd-ttd__popup-title em {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.cd-ttd__popup-title i:before,
.cd-ttd__popup-title i:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #fff;
}

.cd-ttd__popup-title i:last-child {
    margin-bottom: 0;
}

/* things to do end */

/* blogs */
.cd-blogs {
    padding: 104px 0 79px;
    position: relative;
}

.cd-blogs__title {
    margin-bottom: 67px;
}

.cd-blogs__list {
    margin: 0 -16px;
    font-size: 0;
}

.cd-blogs__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 16px;
}

.cd-blogs__list:not(.slick-initialized) .cd-blogs__item:nth-child(4)~.cd-blogs__item {
    display: none;
}

.cd-blogs__item .img-wrapper {
    background: #999;
}

.cd-blogs__item .img-wrapper:before {
    content: '';
    background: rgba(255, 255, 255, 0.65);
    opacity: 0;
}

.cd-blogs__item .img-wrapper:hover:before {
    opacity: 1;
}

.cd-blogs__item .details {
    position: relative;
    padding: 32px 15px 0;
}

.cd-blogs__item .details h3 {
    font-size: 23px;
    line-height: 1;
    color: var(--primary);
    font-family: var(--font-family-title);
    margin-bottom: 11px;
}
.cd-blogs__item .details h3 a {
    color: inherit;
    transition: var(--default-transition);
}
.cd-blogs__item .details h3 a:hover {
    opacity: 0.7;
}

.cd-blogs__item .details p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #7d7d7d;
    margin-bottom: 10px;
}

.cd-blogs__item .details a.btn-a {
    font-size: 12px;
    color: var(--primary);
    letter-spacing: 0.1em;
}

.cd-blogs__item .details a.btn-a:before {
    background: var(--primary);
}

.cd-blogs__controls {
    margin: 61px 0 0;
}

.cd-blogs__controls button {
    background: transparent;
    padding: 0;
    border: none;
    font-size: 20px;
    color: var(--primary);
    transition: color var(--default-transition);
}

.cd-blogs__controls button i {
    display: flex;
    justify-content: flex-end;
    width: 19px;
    height: 20px;
    overflow: hidden;
}

.cd-blogs__controls button.slick-prev i {
    transform: rotateY(180deg);
}

.cd-blogs__controls button:hover {
    color: #000;
}

.cd-blogs__controls a.btn-a {
    margin: 0 30px;
}

p.coming-soon {
    font-size: 20px;
    text-align: center;
}

/* blogs end */


/* destinations */
.gr-v2-destinations {
    position: relative;
    padding: 108px 0 26px;
}

.gr-v2-destinations .bg-section {
    max-height: 825px;
}

.gr-v2-destinations .bg-section:before {
    content: "";
    background: #fff;
    opacity: 0.9;
}

.gr-v2-destinations .bg-section:after {
    content: "";
    top: 30%;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.gr-v2-destinations__title {
    margin-bottom: 61px;
}

.cd-gr-v2-destinations__list {
    position: relative;
    margin: 0 -15px;
    font-size: 0;
}

.cd-gr-v2-destinations__list:not(.slick-initialized) .gr-v2-destinations__item:nth-child(4)~.gr-v2-destinations__item {
    display: none;
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 25%;
    padding: 0 15px;
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item a {
    display: block;
    position: relative;
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item a .img-wrapper:before {
    content: "";
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    height: 40%;
    opacity: 0.5;
    top: initial;
    z-index: 2;
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item a .details {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 2;
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item a .details h2 {
    font-size: 26px;
    font-weight: 400;
    font-family: var(--font-family-title);
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: flex-end;
    flex-flow: row wrap;
    color: #000;
    line-height: 1;
    opacity: 0;
    transition: opacity var(--default-transition);
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover>div {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0 30px 30px;
    transform: translateY(30px);
    transition: all var(--default-transition);
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(15deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 60%);
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover h2 {
    font-size: 30px !important;
    font-family: var(--font-family-title);
    line-height: 1 !important;
    margin: 0 0 21px !important;
    font-weight: 400 !important;
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover p {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 1.625 !important;
    margin: 0 0 18px !important;
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover .btn-a {
    text-align: left;
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item a:hover .details {
    transform: translateY(-30px);
    opacity: 0;
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item a:hover .hover {
    opacity: 1;
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item a:hover .hover>div {
    transform: translateY(0);
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item a:hover .hover .btn-a,
.cd-gr-v2-destinations__list .gr-v2-destinations__item a:hover .hover .btn-a:hover {
    color: #000;
}

.cd-gr-v2-destinations__list .gr-v2-destinations__item a:hover .hover .btn-a:before,
.cd-gr-v2-destinations__list .gr-v2-destinations__item a:hover .hover .btn-a:hover:before {
    width: 68%;
    background: var(--primary);
}

.gr-v2-destinations__controls {
    position: relative;
    margin: 50px 0 0;
}

.gr-v2-destinations__controls button {
    background: transparent;
    padding: 0;
    border: none;
    font-size: 20px;
    color: var(--primary);
    transition: color var(--default-transition);
}

.gr-v2-destinations__controls button i {
    display: flex;
    justify-content: flex-end;
    width: 19px;
    height: 20px;
    overflow: hidden;
}

.gr-v2-destinations__controls button.slick-prev i {
    transform: rotateY(180deg);
}

.gr-v2-destinations__controls button:hover {
    color: #000;
}

.gr-v2-destinations__controls a.btn-a {
    margin: 0 30px;
}


.breadcrumbs {
    position: relative;

}

.breadcrumbs .container {
    position: relative;
    max-width: 1350px;
}

.breadcrumbs #breadcrumbs {
    position: absolute;
    bottom: 100%;
    margin: 115px 0;
    z-index: 1;
    color: #b3b3b3;
}

.breadcrumbs #breadcrumbs span.breadcrumb_last {
    color: #fff;
}

/* destinations end */
@media only screen and (min-width: 1441px) {
    .cd-ttd .custom-container {
        max-width: 1475px;
    }

    .cd-blogs .custom-container {
        max-width: 1475px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .gr-v2-destinations .custom-container {
        width: 1470px;
    }
}

@media only screen and (max-width: 1440px) {

    /* listings */
    .gr-v2 .gr-v2-main .gr-v2-main-row .gr-v2-main-form form {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* listings end */
}

@media only screen and (max-width: 1366px) {
    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .details {
        bottom: 35px;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .details h2 {
        font-size: 20px;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover>div {
        padding: 0 15px 15px;
        transform: translateY(15px);
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover h2 {
        font-size: 25px !important;
        margin: 0 0 15px !important;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover p {
        font-size: 14px !important;
        margin: 0 0 10px !important;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a:hover .details {
        transform: translateY(-15px);
    }
}

@media only screen and (max-width: 1199px) {
    .cd-content__text>div {
        width: 48%;
    }

    .cd-ttd__tabs ul li a {
        font-size: 13px;
        letter-spacing: 0.1em;
    }

    .cd-ttd__activity a h3 {
        font-size: 16px;
    }

    .cd-blogs__item .details h3 {
        font-size: 20px;
    }

    .cd-gr-v2-destinations__list {
        margin: 0 -10px;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item {
        padding: 0 10px;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .details {
        bottom: 25px;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .details h2 {
        font-size: 20px;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover>div {
        padding: 0 10px 10px;
        transform: translateY(10px);
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover h2 {
        font-size: 20px !important;
        margin: 0 0 10px !important;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover p {
        font-size: 11px !important;
        margin: 0 0 10px !important;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a:hover .details {
        transform: translateY(-10px);
    }
}

@media only screen and (max-width: 991px) {

    .hp-slideshow__qs {
        display: none;
    }

    .cd-content {
        padding: 60px 0 50px;
    }

    .cd-content__text>div p:last-child {
        margin-bottom: 0;
    }

    .cd-content__scroll a {
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .cd-content__text>div {
        width: 100%;
    }

    .cd-content__scroll {
        padding-top: 40px;
    }

    .cd-content__title {
        justify-content: center;
        text-align: center;
    }

    .cd-ttd {
        padding: 0;
    }

    .cd-ttd__tabs ul li {
        width: 50%;
        padding: 13px;
    }

    .cd-ttd__activity {
        width: 50%;
    }

    .cd-ttd__activity a h3 {
        font-size: 20px;
    }

    .cd-ttd__popup {
        max-width: 100%;
        width: 100%;
    }

    .cd-ttd__popup-slider {
        padding: 10px;
    }

    .cd-ttd__popup-slide {
        padding: 0;
    }

    .cd-ttd__popup-slider button.slick-arrow {
        width: 30px;
        height: 30px;
    }

    .cd-ttd__popup-slider button.slick-arrow:before {
        font-size: 14px;
    }

    .cd-ttd__popup-slider button.slick-prev {
        left: 20px;
    }

    .cd-ttd__popup-slider button.slick-next {
        right: 20px;
    }

    .cd-ttd__popup-slider ul.slick-dots {
        width: auto;
        top: 20px;
        right: 20px;
    }

    .cd-ttd__popup-slider ul.slick-dots li button:before {
        font-size: 16px;
    }

    .cd-ttd__popup button.mfp-close:before {
        font-size: 16px;
    }

    .cd-ttd__popup button.mfp-close {
        top: -22px;
        right: 8px;
        color: #fff;
    }

    .cd-ttd__popup-title {
        font-size: 14px;
        top: 20px;
        left: 20px;
    }

    .cd-blogs {
        padding: 80px 0;
    }

    .cd-blogs__item {
        width: 50%;
    }

    .cd-blogs__list:not(.slick-initialized) .cd-blogs__item:nth-child(2)~.cd-blogs__item {
        display: none;
    }

    .cd-gr-v2-destinations__list {
        margin: 0 -10px;
    }

    .cd-gr-v2-destinations__list:not(.slick-initialized) .gr-v2-destinations__item:nth-child(2)~.gr-v2-destinations__item {
        display: none;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item {
        padding: 0 10px;
        width: 50%;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .details {
        bottom: 35px;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .details h2 {
        font-size: 20px;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover>div {
        padding: 0 20px 20px;
        transform: translateY(20px);
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover h2 {
        font-size: 20px !important;
        margin: 0 0 20px !important;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover p {
        font-size: 13px !important;
        margin: 0 0 20px !important;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a:hover .details {
        transform: translateY(-20px);
    }

    .cd-blogs__item .details {
        text-align: center;
    }
    
    .gr-v2 .gr-v2-main .gr-v2-main-row .gr-v2-main-list-wrap .gr-v2-main-pagination ul {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .cd-gr-v2-destinations__list {
        margin: 0 -10px;
    }

    .cd-gr-v2-destinations__list:not(.slick-initialized) .gr-v2-destinations__item:nth-child(1)~.gr-v2-destinations__item {
        display: none;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item {
        padding: 0 10px;
        width: 100%;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .details {
        bottom: 35px;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .details h2 {
        font-size: 20px;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover>div {
        padding: 0 20px 20px;
        transform: translateY(20px);
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover h2 {
        font-size: 20px !important;
        margin: 0 0 20px !important;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a .hover p {
        font-size: 13px !important;
        margin: 0 0 20px !important;
    }

    .cd-gr-v2-destinations__list .gr-v2-destinations__item a:hover .details {
        transform: translateY(-20px);
    }

    .gr-v2-destinations__controls a.btn-a {
        font-size: 12px;
        margin: 0 15px;
    }

    .cd-blogs__controls a.btn-a {
        font-size: 12px;
        margin: 0 15px;
    }
}

@media only screen and (max-width: 480px) {
    .cd-ttd__tabs ul li {
        width: 100%;
        padding: 5px;
    }

    .cd-ttd__tabs ul {
        margin: 0 -5px;
    }

    .cd-ttd__activity {
        width: 100%;
        padding: 5px;
    }

    .cd-ttd__activities {
        margin: 0 -5px;
    }

    .cd-ttd__tabs {
        margin-bottom: 0;
    }

    .cd-blogs__controls a.btn-a {
        letter-spacing: 0.05em;
        font-size: 12px;
    }
}