@font-face {
    font-family: 'sourcesanspro_black';
    src: url('../fonts/sourcesanspro-black-webfont.eot');
    src: url('../fonts/sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-black-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-black-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-black-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-black-webfont.svg#kiesterregular') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'sourcesanspro_semibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold-webfont.svg#kiesterregular') format('svg');
    font-weight: 600;
    font-style: normal;
}
.contentWrap {
    padding-top: 0;
    text-align: center;
}
.logo {
    width: 14.297vw;
    margin: 0 auto;
    margin-left: 2.813vw;
    position: fixed;
    z-index: 1;
}
.headerTxt {
    color: #D2677D;
    font-size: 3.9vw;
    padding-top: 1.3vw;
    font-family: 'sourcesanspro_semibold';
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
}
.header-subTxt {
    color: #D2677D;
    font-size: 2.18vw;
    font-family: 'sourcesanspro_semibold';
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
}
.header-subTxt1 {
    color: #D2677D;
    font-size: 1.38vw;
    font-family: 'sourcesanspro_semibold';
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
}
.chooseDateText {
    color: #D2677D;
    font-size: 1.18vw;
    font-family: 'sourcesanspro_semibold';
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
}
.tourDropdown select {
    background: transparent;
    color: #D2677D;
    font-size: 0.928125vw;
    font-family: 'sourcesanspro_semibold';
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    border: none;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.tourDropdown select {
    background: url(../images/tourDateDropDownArrow.svg) no-repeat transparent;
    background-size: 0.9vw auto !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 17px 2px 2px;
    border: none;
    /* border-bottom: 0.083vw solid #FEDF32; */
    /* padding-right: 3vw; */
    letter-spacing: 0;
    text-align: center;
    background-position-x: 96%;
    text-align: center;
    background-position: 100% 50%;
}
.tourDropdown select option {
    margin: 40px;
    background: #000;
    color: #D2677D;
}
.photoWrapper {
    max-width: 85%;
    margin: 0 auto;
    padding-top: 3.66vw;
    padding-bottom: 1.544vw;
}
ul.photoList {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    column-gap: 3vw;
    row-gap: 3vw;
}
li.photoView.view {
    position: relative;
    list-style: none;
}

.lbbuttonWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.313vw solid #D2677D;
    text-align: center;
    box-sizing: border-box;
}
.lbWrap a.viewBtn {
    margin-bottom: 0.8vw;
    /* margin-top: 21vw; */
    margin-top: 10vw;
}
.lbWrap a.viewBtn:hover,
.lbWrap a:hover {
    opacity: 0.7;
}
.lbWrap {
    display: none;
}
.lbWrap a {
    display: block;
    width: 10vw;
    height: 3vw;
    line-height: 3vw;
    margin: 0 auto;
    font-size: 1.363vw;
    color: #000000;
    background: #D2677D;
    border-radius: 1.56vw;
    cursor: pointer;
    font-family: 'sourcesanspro_semibold';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.lbinnerWrap {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    border: 0.39vw solid #D2677D;
    background: rgba(33, 32, 32, 0.98);
    z-index: 1;
}
.lbinnerWrap a.closeicon {
    display: inline;
    background: transparent;
    color: #D2677D;
    font-size: 3.125vw;
    position: absolute;
    top: 0.9vw;
    right: -2.5vw;
}
.compressedImg {
    width: 29.7%;
    margin: 0 auto;
    margin: 3.359vw auto;
    border: 0.208vw solid #D2677D;
}
.compressedImg img{
    display: block;
}
.lbinnerWrap a.downloadBtn {
    position: absolute;
    bottom: 3.359vw;
    right: 2.5vw;
    font-family: 'sourcesanspro_semibold';
    font-weight: normal;
    font-style: normal;
}
.compressImg {
    cursor: pointer;
}
/* .photoWrapper{
    display:none;
} */
.logo-wrap {
    display: block;
    width: 64.34vw;
    margin: 0 auto;  
}
.logo-wrap h1{
    padding: 0;
    margin: 0;
}
.logo-wrap.Mobile{
    display: none;
}
@media only screen and (max-width:1024px) and (orientation: portrait){
    .logo-wrap.Desktop{
        display: none;
    }
    .logo-wrap.Mobile{
        display: block;
    }
    .logo-wrap {
        width: 40vw;
    }
    ul.photoList {
        grid-template-columns: 49% 49%;
        column-gap: 2%;
        row-gap: 2.4vw;
    }
    .headerTxt {
        font-size: 11.733vw;
        padding-top: 12vw;
        line-height: 10.933vw;
    }
    .headerTxt span {
        display: block;
    }
    .header-subTxt1 {
        /* font-size: 4.467vw; */
        font-size: 25px;
        padding-top: 1vw;
    }
    .chooseDateText {
        font-size: 21px;
        padding-top: 0.4vw;
    }
    .tourDropdown select {
        font-size: 17px;
        background-size: 14px auto !important;
        padding: 2px 1px 2px 2px;
    }
    .contentWrap {
        padding: 0;
    }
    .photoWrapper {
        max-width: 91.7%;
        margin: 0 auto;
        padding-top: 8.637vw;
        padding-bottom: 8vw;
    }
    .header-subTxt {
        font-size: 7.467vw;
        padding-top: 1vw;
    }
    .logo {
        width: 37.333vw;
        bottom: 12%;
        left: 50%;
        margin: 0;
        transform: translateX(-50%);
        display: none;
    }
    .lbbuttonWrap {
        border: 1.067vw solid #D2677D;
    }
    .lbWrap a.viewBtn {
        margin-top: 11vw;
        margin-bottom: 2.5vw;
    }
    .lbWrap a {
        width: 34.400vw;
        height: 10.400vw;
        line-height: 9.700vw;
        border-radius: 5.333vw;
        font-size: 5.333vw;
    }
    .lbinnerWrap {
        border: 1.333vw solid #D2677D;
    }
    .lbinnerWrap a.closeicon {
        font-size: 10.667vw;
        right: 0;
        display: inline-block;
        width: 11vw;
        top: 3vw;
    }
    .compressedImg {
        width: 80%;
        margin: 18.933vw auto 8.533vw;
        border: 1.067vw solid #D2677D;
    }
    .lbinnerWrap a.downloadBtn {
        position: static;
        margin-bottom: 14.667vw;
    }
    .lbinnerWrap {
        width: 83%;
        overflow-y: scroll;
        height: 93vh;
    }
}
@media only screen and (max-width:1023px) and (orientation:landscape) {
    .photoWrapper {
        padding-bottom: 10vw;
    }
    /* .lbinnerWrap {
        overflow-y: scroll;
        height: 93vh;
    } */
}
@media (max-width: 767px) {
    .lbinnerWrap {
        overflow-y: unset;
        height: unset;
    }
    ul.photoList {
        grid-template-columns: 99%;
        column-gap: 6%;
        row-gap: 6.9vw;
    }
    .lbWrap a.viewBtn {
        margin-top: 34vw;
        margin-bottom: 2.5vw;
    }
    .logo-wrap {
        width: 81.667vw;
    }
}