
.route-intro-info {
    text-align: center;
}

.path-gallery .imgthumb {
    margin-bottom: 10px;
}

.media-thumb-list .path-arrow {
    color: #a1a1a1;
    font-size: 20px;
}

.path-gallery li.mediaListItem span::before {
    position: absolute;
    display: inline-block;
    content: counter(photo_path);
    counter-increment: photo_path;
    width: 22px;
    height: 17px;
    text-align: center;
    font-size: 11px;
    padding-right: 1px;
    padding-bottom: 1px;
    background: #FFF2AE;
    color: #826868;
    z-index: 1000;
    right: 0;
    top: 0;
    background: #000;
    color: white;
}

.imgthumb.route-info-thumb {
    height: 80px;
}

.route-info-thumb .info-route-title {
    color: white;
    font-size: 17px;
    font-weight: 400;
    padding: 10px;
}

.imgthumb.route-info-thumb {
    color: black !important;
    background: #4a9a84;
}

.info-route-cont {
    padding: 20px;
    overflow-y: auto;
    height: 100%;
    background: white;
    flex-direction: column;
}

.info-route-title {
    font-size: 23px;
    padding: 14px 0 10px;
    color: #3e3d3d;
    font-weight: 400;
}

.info-route-text p,
.info-route-text ul li {
    color: #827f7f;
    text-align: left;
    font-size: 15px;
    font-family: "Open sans";
    font-family: "Open sans",sans-serif !important;
    color: #717171;
    /*! font-family: 'Raleway', sans-serif; */
    margin-bottom: 13px;
    /*! font-family: 'Raleway', sans-serif; */
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #4D4D4D;
}

.info-route-text .route-subtitle  {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.info-route-text ul {
    padding-left: 40px;
    list-style-type: disclosure-closed;
}

.info-route-text ul li {
    list-style: inherit
}


#mediaDisplay {
    height: 95%
}

#picturePanel .picture-info p {
    margin: 0;
    color: white;
}

#category-carousel .carousel-item-div > div {
    height: 125px
}

#route-carousel .carousel-item-div {
    width: 200px;
}

.arrowRight {
    position: absolute;
    top: 52px;
    right: 7px;
    cursor: pointer;
    width: 19px;
    display: none
}

.arrowLeft {
    position: absolute;
    top: 52px;
    left: 7px;
    cursor: pointer;
    width: 19px;
    display: none;
    z-index: 1000;
}

#mediaDisplay iframe {
    width: 90%;
    height: 90vh;
}

.next-picture,
.prev-picture {
    position: absolute;
    bottom: 45%;
    right: 17px;
    color: white;
    width: 20px;
}

.prev-picture {
    left: 17px;
    right: auto
}

#place-media-cont {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    overflow: hidden;
    z-index: 3000000;
    position: relative;
}

#media-container {
    position: absolute;
    left: 5%;
    width: 90%;
    height: 93%;
    top: 2%;
    border: 2px solid #404040;
    z-index: 3000000;
    pointer-events: auto;
}

#media-container .media-top-div {
    line-height: 40px;
    font-size: 20px;
    background: #333;
    padding: 0px;
    font-family: 'proxima-nova', sans-serif;
    color: #fff;
    text-align: left;
    padding-left: 10px;
    min-width: 100px;
}

#media-container .media-top-div .back {
    position: absolute;
    right: -40px;
    top: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #fff;
    display: block;
}

#media-container #media-side-bar {
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    left: auto !important;
    width: 190px;
    position: absolute;
    right: 0;
    background: #181818;
    bottom: 0;
    top: 40px;
    overflow: hidden;
    text-align: center;
}

#media-container #media-side-bar .media-toggle-ribbon {
    text-align: center;
    margin: 12px 0 0 0;
    white-space: nowrap;
}

#media-container #media-side-bar .media-toggle-ribbon .media-toggle-button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 54px;
}

#media-container #media-side-bar .media-toggle-ribbon .media-toggle-button .content {
    padding: 6px;
    color: white;
    background: #757575;
}

#media-container #media-side-bar .media-toggle-ribbon .media-toggle-button .content .icon {
    width: 100%;
    height: 30px;
}

.media-scrollable {
    overflow-y: auto;
    overflow-scrolling: touch;
    overflow-x: hidden;
    margin-left: 15px;
    margin-bottom: 2px;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
        top: 100px;
        margin-left: 10px;
            opacity: 1;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    text-align: center;
}

.media-thumb-list {
    list-style-type: none;
    text-align: center;
    padding: 0;
}

.imgthumb {
    width: 150px;
    height: 112.5px;
}

@media only screen and (max-width: 1650px){
    .imgthumb {
        width: 140px;
        height: 90px;
        margin: 10px 0 20px 10px;
        cursor: pointer;
        outline: solid #000 3px;
        position: relative;
        overflow: hidden;
    }
}

.imgthumb .imageloaded {
    width: 100%;
}


.imgthumb img {
    transition: transform 250ms;
}

.landscape {
    transform: translateZ(1px);
    width: 100%;
    height: 100%;
}

.imgthumb label {
    position: absolute;
    bottom: -10px;
    left: 0;
    color: #a5ad9c;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 5px 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-family: 'proxima-nova', sans-serif;
    font-size: 14px;
    padding: 3px 0 3px 0;
}

.imgthumb:hover img {
    transform: scale(1.2);
}

#media-container #media-side-bar .media-toggle-ribbon .media-toggle-button.is-active .content {
    background: #ffd00e;
}

.imgthumb img {
    transition: transform 250ms;
}

.imgthumb.active {
    outline: solid #f7c60f 3px;
}

.imgthumb label:hover {
    overflow: visible;
    white-space: normal;
}

#media-container .main-media-section.expand {
    left: 0;
    transition: all 0.8s ease;
}

.main-media-section {
    background: black;
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 0px;
    text-align: center;
    left: 0 !important
}

.main-media-section {
    right: 210px;
}

@media only screen and (max-width: 1650px) {
    .main-media-section {
        right: 190px;
    }
}

#media-container .main-media-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

a.nextmedia, a.previousmedia {
    opacity: 1;
    width: 42px;
    height: 64px;
    position: absolute;
    top: 50%;
    z-index: 2000;
    transform: translateZ(100000px);
    margin-top: -32px;
    background-size: 30px 46px;
}

a.nextmedia {
    background: url(/Assets/img/arrowRight.png) no-repeat;
    right: 1%;
}

a.previousmedia {
    background: url(/Assets/img/arrowLeft.png) no-repeat;
    left: 1%;
}

.description-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    max-height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    overflow: auto;
    padding: 40px;
    z-index: 20;
}

.description-text {
    font-family: 'proxima-nova', sans-serif;
}

.info-button {
    background: url(/Assets/img/info-button.png);
    position: absolute;
    right: 20px;
    top: 40px;
    width: 26px;
    height: 26px;
    z-index: 2000;
    transform: translateZ(100000px);
}

.timer_loadericon, .timer_loadericon div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid transparent;
    border-top: 3px solid white;
    border-radius: 50%;
    animation: loaderRotate 2s linear infinite;
    width: 100px;
    height: 100px;
}

.timer_loadericon, .timer_loadericon div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid transparent;
    border-top: 3px solid white;
    border-radius: 50%;
    animation: loaderRotate 2s linear infinite;
}

.timer_loadericon div:nth-child(1) {
    width: 75%;
    height: 75%;
    animation-duration: 3s;
}

.main-photo {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    /*! width: 58rem; */
    
    margin: 0 auto;
}

.photos .mediaDisplay {
    width: 100%;
    text-align: center;
    height: 100%;
    position: relative;
    width: max-content;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    /*display: none*/
    flex-direction: column;
}


.photos .info-cont {
    position: absolute;
    bottom: 0;
    height: 25%;
    background: #222;
    opacity: 0.65;
    color: white;
}

.photos .info-cont .picture-name {
    padding: 0 14px 0;
    font-size: 19px;
    width: auto;
    float: left;
    margin-top: 0;
    display: block;
}

.photos .info-cont .picture-info {
    padding: 6px 14px 0;
    width: auto;
    margin-right: 0;
    margin-bottom: 0px;
    margin-top: 3px;
    color: #FFF;
    word-wrap: break-word;
    float: right;
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    text-align: left;
}

.photos .info-cont .picture-attr {
    padding: 0px 14px 0;
    width: auto;
    margin-right: 0;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #FFF;
    float: right;
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}

.photos .info-cont .picture-attr a {
    color: white
}

.timer_loadericon, .timer_loadericon div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid transparent;
    border-top: 3px solid white;
    border-radius: 50%;
    animation: loaderRotate 2s linear infinite;
    width: 100px;
    height: 100px;
}

.main-media-section {
    background: black;
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 0px;
    text-align: center;
}