/* ---------------- section -------------------------*/

.cityhome-ticket{
    padding-top:0;
    min-height:500px;
    position: relative;
}

.cityhome-ticket > .container-fluid,
.cityhome-ticket > .container{
    position: relative;
    z-index: 1;
}

.t-relative,
.t-row-relative{
    position: relative;
    z-index: 1;
}

.cityhome-ticket .cityhome-text{
    max-width: 940px;
    margin: 0 auto;
}

.t-slider-container{
    position: relative;
}


@media  (max-width:1199px) {
    .t-slider-container {
        max-width: 700px;
        margin: 0 auto;
    }
}

@media  (max-width:767px) {
    .t-slider-container {
        max-width:400px;
        margin: 0 auto;
    }
}

.cityhome-text .text-colored{
    color:#8f7244;
    margin-bottom:25px;
    font-size:30px;
}

.cityhome-ticket .city-home-col{
    padding-bottom: 10px;
}

.t-container-m-h{
    min-height: 550px;
}

@media  (min-width:1200px) {
    .cityhome-ticket .city-home-col{
        padding-right: 6%;
    }
}

@media (max-width:1699px){
    .cityhome-text .text-colored{
        font-size:25px;
    }

    .cityhome-ticket .cityhome-text {
        max-width: 780px;
        margin: 0 auto;
    }      
}

@media (max-width:767px){
    .cityhome-ticket{
        padding-top:15px;
        padding-bottom: 60px;
    }

    .cityhome-ticket .city-home-col{
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

}
/* //Background */

.cityhome-ticket-bg{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    width: 40%;
    z-index: 0;
}

.cityhome-ticket-bg2{
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    width: 40%;
    z-index: 0;
}

.cityhome-ticket-bg-picture{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cityhome-ticket-bg-picture img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center left;
}

.cityhome-ticket-bg2 .cityhome-ticket-bg-picture img{
    object-position: center right;
}

@media (max-width:1200px){
    .cityhome-ticket-bg,
    .cityhome-ticket-bg2{
        width: 50%;
    }
}

@media (max-width:991px){
    .cityhome-ticket-bg2{
        display: none;
    }

    .cityhome-ticket-bg{
        width: 120%; 
    }

    .cityhome-ticket-bg-picture img{        
        object-fit: contain;
        object-position: center right;
    }
}

/* -------------------slide -------------------- */

/* //slide color */

.t-item-bg{
    background-color: #f3ecdc;
}
.t-item-border.t-item-border-color{
    border-color:#8f7244;
}
.t-item-label.t-item-label-color{
    background-color:#8f7244;
}
.t-item-info--list-icon.t-item-info--list-icon-color{
    border-color:#8f7244;
    color:#8f7244;
}
.t-item-link.t-item-link-color{
    color:#6f41b7;
}
.t-item-link.t-item-link-color::before{
    background-color: #6f41b7;
}
.t-item-btn.t-item-btn-color{
    background-color: #6f41b7;
    text-decoration-color: transparent;
}

.t-item-btn.t-item-btn-color:hover,
.t-item-btn.t-item-btn-color:active,
.t-item-btn.t-item-btn-color:focus{
    color:#8f7244;
    background-color: #5b319d;
    text-decoration-color: transparent;
}

.t-item-btn.t-item-btn-color .t-item-btn-detail{
    border-color: #8f7244;
}
.t-item-price.t-item-price-colo .t-item-price--text{
    color: #8f7244;
}
.t-item-price.t-item-price-color .t-item-price--n{
    color: #6f41b7;
}
.t-item-price.t-item-price-colo .t-item-price--sale{
    color: #8f7244;
}

.t-item-info--list-icon.t-item-info--list-icon-color.t-list-icon-plus::before,
.t-item-info--list-icon.t-item-info--list-icon-color.t-list-icon-plus::after,
.t-item-info--list-icon.t-item-info--list-icon-color.t-list-icon-check::before ,
.t-item-info--list-icon.t-item-info--list-icon-color.t-list-icon-check::after {
    background-color: #8f7244;;
}

.t-item-info--list-icon.t-item-info--list-icon-color.t-list-icon-default::before {
    border-color: transparent  #8f7244 #8f7244 transparent;
}

.t-swiper-arrow.t-swiper-arrow-color{
    background-color: #5b319d;
}

.t-swiper-arrow:hover{
    background-color: #5b319d;
    cursor: pointer;
}
.t-swiper-arrow-next.t-swiper-arrow:hover::before{
    border-color: transparent #8f7244 #8f7244 transparent;
}

.t-swiper-arrow-next.t-swiper-prev:hover::before{
    border-color: #8f7244 transparent transparent #8f7244;
}

/* slide */

.t-item{
    display: inline-block;
}

.t-item.t-item-w{
    width: 100%;
}

.t-item-border{
    border:1px solid #ccc;
}
.t-itemCont{
    display: flex;
    flex-wrap:wrap;
    flex-direction:column;
}
.t-itemCont-dim{
    max-width: 400px;
    width: 100%;
    min-height: 742px;
}

.t-itemCont-no-head-top .t-itemCont-dim{
    min-height: calc(742px - 30px);
}

@media (max-width:767px){
    .t-itemCont-dim{
        min-height: 300px;
    }
    
    .t-itemCont-no-head-top .t-itemCont-dim{
        min-height: 300px;
    }   
}

.t-itemCont-no-head-top{
    padding-top: 30px;
}

.t-item--head-top{
    position: relative;
    width: 100%;
    color: #fff;
}

.t-item--head{
    position: relative;
    min-height: 120px;
    width: 100%;
}

.t-item--head-textcenter{
    text-align: center;
}

.t-item--head-textcenter-p{
    padding: 20px 20px 15px;
}

.t-item--body{
    position: relative;
}

.t-item--footer{
    position: relative;
}

.t-box-class{
    box-shadow: 0px 15px 18px -15px rgba(0,0,0,0.75);
    margin-bottom: 30px;
}

/* //label */
.t-item-label{
    display: block;
    width: 100%;
    padding: 0 5px;
    background-color: #ccc;
    color:#fff !important;
    font-size: 1.5rem;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.t-item-label span{
    color: #ffffff;
}

/* //title */

.t-item-title-cont{
    max-width: 320px;
    margin: 0 auto;
}

.t-item-title-cont .t-item-title{
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.t-item-subtext{
    line-height: 1;
    font-size: 2rem;
}


/* //price */

.t-item-price{
    min-height: 75px;
}
.t-item-price--text{
    font-size: 1.5rem;
    color:#807861;    
    line-height: 1;
    margin-bottom: 5px;    
}
.t-item-price--text-italic{
    font-style: italic;
}

.t-item-price-num-font{
    font-family: Lora,sans-serif;
}

.t-item-price--n{    
    font-size: 3.1rem;
    color:#9b9b9b;
    line-height: 1;
}



.t-item-price--sale{
    margin-top: 5px;
    font-size: 1.9rem;
    color:#A18455;
    line-height: 1;
}


.t-item-price-sign {
	font-size: 1.6rem;
	vertical-align: top;
	line-height: 1.5;
	display: inline-block;
	margin-right: 2px;
}

.t-item-price--sale .t-item-price-sign {
	font-size: 1rem;
	line-height: 1.7;
	/* margin-right: 2px; */
}

.t-item-price--text .t-item-price-sign {
	font-size: 1rem;
	line-height: 1.5;
	margin-left: 2px;
}

/* /cta */

.t-item-cta{
    position: relative;
    z-index: 2;
    padding-top: 27px;
}

.t-item-cta-position{
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    text-align: center;
}


@media (max-width:767px){
    .t-item-cta-mobile.t-item-cta{
        padding-top: 7px;
    }
    
    .t-item-cta-mobile .t-item-cta-position{
        position: static;
        padding-bottom: 20px;
    }
}


/* //buton */
.t-item-btn{
    position: relative;
    display: inline-block;
    padding: 17px 20px;
    background: #000;
    color:#fff;
    min-width: 200px;
    font-size: 2.2rem;
    line-height: 1;    
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 15px 25px -8px rgb(60, 59, 59);
    /* box-shadow: 0px 15px 18px -15px rgba(0,0,0,0.75); */
}




.t-item-btn:hover,
.t-item-btn:active,
.t-item-btn:focus{
    color:#fff;
    background-color: #353030;
}

.t-item-btn-detail{
    position: absolute;
    top:4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border:2px solid #fff;
}


/* info */

.t-item-info-p{
    padding: 20px 17px 0px 17px;
    font-size: 1.8rem;
}



/* //list */

.t-item-info--list{
    list-style: none;
}

.t-item-info--list li {
    padding-left: 26px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 1.8rem;
}



.t-item-info--list-icon{
    display: block;
    position: absolute;
    left: 0;
    top:1px;
    width: 17px;
    height: 17px;
    border:1px solid #ccc;
    border-radius: 100%;

}

.t-item-info--list-icon.t-list-icon-plus::before {
    content: '.';
    font-size: 0;
    color: transparent;
    width: 11px;
    height: 1px;
    background-color: #ccc;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 0px;
    margin-left: -6px;
}
.t-item-info--list-icon.t-list-icon-plus::after {
    content: '.';
    font-size: 0;
    color: transparent;
    width: 1px;
    height: 11px;
    background-color: #ccc;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -1px;
}

.t-item-info--list-icon.t-list-icon-check::before {
    content: '.';
    font-size: 0;
    color: transparent;
    width: 1px;
    height: 8px;
    background-color: #ccc;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: 0px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.t-item-info--list-icon.t-list-icon-check::after {
    content: '.';
    font-size: 0;
    color: transparent;
    width: 1px;
    height: 4px;
    background-color: #ccc;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -4px;
    -webkit-transform: rotate(-52deg);
    -ms-transform: rotate(-52deg);
    transform: rotate(-52deg);
}

.t-item-info--list-icon.t-list-icon-default::before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
    height: 7px;
    width: 7px;
    border:1px solid #ccc;
    border-color: transparent  #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* //media */

.t-item-picture{
    position: relative;
    padding-top: 61%;
    width: 100%;
    display: block;
    z-index: 1;
}

.t-item-picture img{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media(max-width:767px){
    .t-item-media-hide-mobile{
        display: none;
    }
}

/* //footer */


.t-item-footer-p-b{
    margin-top:auto;
}

.t-item--footer-cont{
    padding: 10px 20px 15px 45px;
}


.t-item-link{
    position: relative;
    display: block;
    font-size: 2rem;
    padding-left: 25px;
    text-transform: uppercase;
    text-decoration: underline !important;
}

.t-item-link .sr-only{
    text-decoration: underline !important;
}

.t-item-link:before{
    content:'';
    display: block;
    position: absolute;
    top:50%;
    left: 0;
    margin-top: -1px;
    height: 2px;
    width: 17px;
    background-color: #000;
}

/*---------------- slider classes ---------------------------- */

/* //arrow */
.t-swiper-arrow{
    position: absolute;
    top:50%;
    width: 60px;
    height: 60px;
    background-color: #000;
    color:#fff;
    border-radius: 100%;    
    margin-top: -30px;
    z-index: 1;
}

.t-swiper-arrow-next{
    right: -70px;
}
.t-swiper-arrow-prev{
    left: -70px;
}
.t-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.t-swiper-arrow::before{
    content:'';
    display: block;
    position: absolute;
    top:50%;
    left: 50%;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border:2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.t-swiper-arrow-next.t-swiper-arrow::before{
    border-color: transparent #fff  #fff transparent;
    margin-left: -14px;
}

.t-swiper-arrow-prev.t-swiper-arrow::before{
    border-color: #fff transparent   transparent #fff;
    margin-left: -6px;
}

.t-swiper-arrow.swiper-button-disabled{
    opacity: 0.3;
}
.t-swiper-arrow.swiper-button-lock{
    display: none;
}

@media (max-width:1300px){
    .t-swiper-arrow-next{
        right: -40px;
    }
    .t-swiper-arrow-prev{
        left: -40px;
    }
}

@media (max-width:991px){
    .t-swiper-arrow-next{
        right: -30px;
    }
    .t-swiper-arrow-prev{
        left: -30px;
    }
}

@media (max-width:767px){

    .t-swiper-arrow{
        width: 34px;
        height: 34px;
        margin-top: -17px;
    }
    .t-swiper-arrow-next{
        right: -17px;
    }
    .t-swiper-arrow-prev{
        left: -17px;
    }

    .t-swiper-arrow::before{
        height: 14px;
        width: 14px;
        margin-top: -7px;
        margin-left: -7px;
    }    
    .t-swiper-arrow-next.t-swiper-arrow::before{
        margin-left: -10px;
    }
    
    .t-swiper-arrow-prev.t-swiper-arrow::before{
        margin-left: -4px;
    }
}

/* container */

.swiper-slide .t-itemCont-dim{
    max-width: 100%;
}

/* // */
.t-trip-class .ta-logo,
.t-trip-class .TA_cdsratingsonlywide{
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.t-trip-class .cdsROW{
    background-color: transparent;
} 

.t-trip-class .cdsComponent.logo,
.t-trip-class .cdsComponent.cdsLocName{
    display: none !important;
}
