.change-email{
    height: 100%;
    width:75%;
}
#albumBackButton{
    width: 35px;
    height: 35px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-left {
    text-align: left;
}
.sessionTitleNameMargin{
    margin-left: 10px;
}
.hidden-nav {
    transform: translateY(-60px);
    transition: transform 0.15s ease-in-out;
}
.show-nav {
    transform: translateY(0px);
    transition: transform 0.15s ease-in-out;
}
.session-thumb-overlay{
    position: absolute;
    top: 1%;
    right: 0.5%;
    width: 55px !important;
    height: 55px !important;
    fill: #ffffff !important;
    box-shadow: black;
}
.password-protect-event{
    height: 200px;
}
.mobile-navbar-logo{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.subtext-color{
   color: #c8c8c8;
}
.text-white{
    color:#fff !important;
}
.inner-menu label{
    color: #fff !important;
}
.nav-link{
    color: #fff !important;
}
.inner-toolbar ul{
    color: #fff !important;
}
.inner-menu-collapse{
    color: #fff !important;
}
.admin-gallery{
    width: 20%;
    max-width: 400px;
    transition: max-width 0.5s ease;
    transition: width 0.5s ease;
}
@media only screen and (max-width: 1500px) {
    .admin-gallery{
        width: 25%;
    }
}
@media only screen and (max-width: 1200px) {
    .admin-gallery{
        width: 33%;
        min-width: 265px;
    }
}
@media only screen and (max-width: 900px) {
    .admin-gallery{
        width: 50%;
        min-width: 315px;
    }
    .event-logo {
        max-width: 200px !important;
    }
}
@media only screen and (max-width: 600px) {
    .admin-gallery{
        width: 100%;
        min-width: 170px;
    }
}
.reset-button{
    text-align:center;
    cursor: pointer;
    text-align: center !important;
    font-family: sans-serif;
    margin-top: 5px;
}
.reset-button:hover, .nav-link:hover, .nav-option:hover{
    color: #999 !important;
}
.submitButton:hover{
    color: #fff!important;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}
.color-black{
    color: #000;
}
.color-white{
    color: #fff;
}
.background-color-white{
    background-color: #fff;
}
.background-color-black{
    background-color: #000;
}
.swiper-height{
    height: 100%;
}

#active-item-swiper-container .swiper-slide video{
    height: auto;
    width:auto;
}
#active-item-swiper-container .swiper-slide video[poster]{
    height:100%;
}

#thumb-swiper-container .swiper-slide {
    width: 30%;
    max-width: 135px;
    height: 100%;
}

#thumb-swiper-container .swiper-slide img {
    display: block;
    width: 90%;
    border-radius: 10px;
    aspect-ratio:1;
}

#thumb-swiper-container{
    min-height: 125px;
    overflow: hidden;
    margin: 2% 1% 2% 1%;
    width: 100vw;
}
.gallery-thumb{
    max-width: 300px;
    display: flex;
    justify-content: center;
}

.download-button {
    text-decoration: none;
    border-radius: 100px;
    font-weight: bold;
}

.download-button:hover{
    opacity: 100%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.font-weight-semibold{
    letter-spacing: -0.25px;
}

.download-button .bx-download{
    font-size: 35px;
}

.max-width-48p{
    max-width: 48%;
}

.swiper-pagination{
    pointer-events: none;
    top: 5px;
    max-height: 50px;
    max-width: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 80%;
}
.pagination-count{
    border-radius: 20px;
    padding: 5px 20px;
}

.topmargin{
    margin-top: 60px;
}
.sessionImage a img{
    object-fit: contain;
}
.pt-less{
    padding-top: 2rem !important;
}
#albumShareModalFallback  .modal-header,
#itemShareModalFallback  .modal-header{
    padding-right: 0px !important;
    padding-top: 0px !important;
    width: 100% !important;
}
.text-decoration-none{
	text-decoration: none;
}
.event-content{
    justify-content: center !important;
}
#albumHeaderSection3{
    gap: 10px;
    justify-content: flex-end;
    padding-right: 65px;
}
.nav-bar-section1{
    display: flex;
    padding-left: 65px;
}
.nav-bar-section3{
    padding-right: 65px;
    justify-content: flex-end!important;
}
.border-radius-thumb{
    border-radius: 10px;
}
/*.gap{*/
/*    gap: 25px;*/
/*}*/
.event-date{
    font-size: 1.5vw;
    font-weight: 100;
}
.logo img{
    text-align: center;
}
.album-title{
    font-weight: 100;
}
.nav-album-title{
    font-weight: 100;
    max-height: 60px;
}
.grid-flex-container{
    max-width: 1745px;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
}
body {
    background-repeat: repeat;
    background-size: 100%;
}

.color-black{
    color: #1a1a1a;
}
.font-size-1_6em-important{
    font-size: 1.6em!important;
}
.font-size-1_6em{
    font-size: 1.6em;
}

.header {
    margin-top: 50px;
}

.header h1 {
    text-align: center;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 4em;
}
.max-height-85px{
    max-height: 85px;
}
.nav-box{
    flex: 1;
    display: flex;
    justify-content: center;
}
.nav-box:first-child > span {
    margin-right: auto;
}
.nav-box:last-child > span {
    margin-left: auto;
}
.container {
  margin: 0px auto;
  padding:0;
  text-align: center;
}
.video_padding{
    padding: 0 5%;
}
.thumb{
    display: inline-block;
    cursor: pointer;
    margin: 1%;
    width: 20%;
    min-width: 175px;
    max-width: 350px;
}
.max-width-gallery{
    max-width: 2000px !important;
}

.thumb img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 950px) {
    .thumb{
        width: 25%;
        margin: 1%;
    }
}
@media only screen and (max-width: 800px) {
    .thumb{
        width: 40%;
        margin: 1%;
    }
}
@media only screen and (max-width: 600px) {
    .thumb{
        width: 85%;
        margin: 2%;
    }
}
.display-flex{
    display: flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

.flex-direction-column{
    flex-direction: column;
}

.flex-end{
    justify-content: flex-end;
}

.flex-start{
    justify-content: flex-start;
}

.align-items-flex-start{
    align-items: flex-start;
}

.flex-direction-row{
    flex-direction: row;
}

.justify-content-center{
    justify-content: center;
}

.justify-content-space-between{
    justify-content: space-between;
}

.justify-content-space-around{
    justify-content: space-around;
}

.align-items-center{
    align-items: center;
}

.align-items-flex-end{
    align-items: flex-end;
}

.hidden {
  display: none !important;
}

.visible {
  display: block;
}

.position-absolute{
    position: absolute;
}

.position-fixed{
    position: fixed;
}

.z-index-100{
    z-index: 100;
}

.z-index-9999{
    z-index: 9999;
}

.width-auto{
    width: auto;
}

.width-10p{
    width:10%;
}

.width-25p{
    width:25%;
}

.width-30p{
    width:30%;
}

.width-50p{
    width:50%;
}

.width-60p{
    width:60%;
}
.width-75p{
    width:75%;
}

.width-95p{
    width:95%;
}

.width-100p{
    width:100%;
}

.width-150p{
    width:150%;
}

.width-90vw{
    width:90vw;
}

.width-100vw{
    width:100vw;
}

.width-50px{
    width: 50px;
}

.width-60px{
    width: 60px;
}

.max-width-100p{
    max-width:100%;
}

.max-width-50px{
    max-width: 50px;
}

.height-auto{
    height: auto;
}

.height-10p{
    height:10%;
}

.height-20p{
    height:20%;
}

.height-50p{
    height:50%;
}

.height-80p{
    height:80%;
}

.height-90p{
    height:90%;
}

.height-100p{
    height:100%;
}

.height-150p{
    height:150%;
}

.height-25vh{
    height:25vh;
}

.height-50vh{
    height:50vh;
}

.height-100vh{
    height:100vh;
}

.height-50px{
    height: 50px;
}

.height-55px{
    height: 55px;
}

.height-60px{
    height: 60px;
}

.max-height-55px{
    height: 55px;
    max-height: 55px;
}

.max-height-60px{
    max-height: 60px;
}
.height-40px{
    height: 40px;
}
.max-height-40px{
    max-height: 40px;
}
.max-height-50px{
    max-height: 50px;
}
.max-height-50p{
    max-height: 50%;
}

.max-height-100p{
    max-height: 100%;
}
.max-height-90p{
    max-height: 90%;
}

.max-height-300px{
    max-height: 300px;
}

.overflow-hidden{
    overflow: hidden;
}

.overflow-visible{
    overflow: visible;
}

.object-fit-contain{
    object-fit: contain;
}

.border-radius-50p {
    border-radius: 50%;
}

.top-0{
    top:0;
}

.left-0{
    left:0;
}

.no-background{
      background-color: transparent;
}

.image-contain{
    object-fit: contain;
}
.image-cover{
    object-fit: cover;
}
.width-auto{
    width: auto;
}
.aspect-ratio-1-1{
    aspect-ratio: 1 / 1;
}

.font-2em{
    font-size: 2em;
}

.font-size-30px{
    font-size: 30px!important;
}
.font-size-40px{
    font-size: 40px!important;
}   

.m-top-2{
    margin-top: 2%;
}

.m-0{
    margin: 0%;
}

.m-2{
    margin: 2%;
}

.m-5{
    margin: 5%;
}

.m-5px{
    margin: 5px;
}

.m-10px{
    margin: 10px;
}

.p-0{
    padding: 0%!important;
}

.p-1{
    padding: 1%;
}

.p-2{
    padding: 2%!important;
}

.p-2rem{
    padding: 0.5rem;
}

.p-5{
    padding: 5%;
}

.m-3px{
    margin: 3px;
}

.p-left-2{
    padding-left: 2%;
}

.p-left-3{
    padding-left: 3%;
}

.p-left-5{
    padding-left: 5%;
}

.m-right-2{
    margin-right: 2%;
}

.p-right-5{
    padding-right: 5%;
}

.p-bottom-0{
    padding-bottom: 0%;
}

.p-top-0{
    padding-top: 0%;
}

.text-nowrap{
    white-space: nowrap;
}

.font-weight-500{
    font-weight: 500;
}

.nav-bar-section1{
    display: flex;
    justify-content: flex-start;
    width: 15%;
}
.nav-bar-section2{
    width: 70%;
}
.nav-bar-section3{
    width: 15%!important;
}
#album-nav{
    top:0;
    overflow: hidden;
    position: fixed;
    flex-direction: row;
    height: 60px;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    justify-content: center;
}

#album-nav>.title>h1{
    font-size: 2.5vw;
}

#album-header>.event-content>#overlay>h1{
    font-size: 35px;
}

#album-nav>.title>.logo img{
    max-width: 145px;
    max-height: 60px;
}
#album-header>.event-content>.event-logo img{
    border-radius: 50%;
}

.linear-gradient-black{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3), transparent);
}

#album-header{
    align-items: center;
    display: flex;
    flex-direction: column;
}

#itemShareButton, #itemShareButton2,  #albumShareButton, #nav-share-button, #album-share-button,#nav-share-button>i {
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#album-share-button,#nav-share-button>i{
    padding-right: 0%;
}


/* Increase the size of the close "x" icon */
.modal-header .close {
  font-size: 5rem;
}

.close-button{
  border-bottom: none!important;
  width: 90%;
}
.close-button .bx-x{
    font-size: 50px;
}

#albumShareModalFallback,
#itemShareModalFallback{
    z-index: 99999;
}

#albumShareModalFallback>.modal-dialog,
#itemShareModalFallback>.modal-dialog {
    width: 50%;
}

.logoButton {
  display: flex;
  align-items: center;
}

.big-button {
    margin-bottom: 25px !important;
  border: none;
  width:50%;
  height: auto;
    background-color: rgb(1,1,1,0%);
}

.companyLogo {
  width: 80%;
  height: auto;
  margin-bottom: 5px;
}

.button-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.button-text {
  margin-right: 10px;
}

/* Set the color of the close "x" icon to black */
.modal-header .close {
  opacity: 1;
  text-shadow: none!important;
}

/* Item View of one element */
#itemView{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
#itemView>.pswp__top-bar{
    width: 100%;
    z-index: 99999;
}

#itemView>#content{
    width: 33%;
    padding: 2%;
}

#shareingButtonsContents{
    width: 20%;
    height: 100%;
}

.modal-body>#shareingButtonsContents{
    width: 100%;
}

.pswp__img--placeholder{
    display: none!important;
}


#rightArrowButton, #leftArrowButton{
    top: 0%;
    position: relative;
    margin: 5px;
    width: 60px;
    height: 55px;
    border-radius: 50%;;
}

#rightArrowButton>.fa-arrow-right, 
#leftArrowButton>.fa-arrow-left{
    font-size: 2rem;
}
#rightArrowButton i{
    margin-top: 5px;
}

#itemView .big-button{
   width: 100%;
}

.border-none{
    border: none;
}

.box-shadow{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.z-index-9999{
    z-index: 9999;
}
#section2{
    width: 160px;
}
#section2>.logo img{
    max-width: 145px;
    max-height: 60px;
}

#albumHeaderSection1 {  
   width: 25%;
   padding-left:65px;
}

#albumHeaderSection2 {  
    width:50%;
    text-align:left;
    opacity:1;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
}

#albumHeaderSection3 {  
    width: 25%;
}

#eventLogoShareScreen{
    width:25vw;
    height:25vw;
    max-height: 300px;
    max-width: 300px;
}

#itemContents {
    padding-top: 60px!important;
    height:100%;
}

.event-logo{
    max-height: 85px;
	max-width: 250px;
}
.big-button div a img{
    object-fit: contain;
    width: 100%;
}

#album-banner{
    min-width: 100vw;
    aspect-ratio: 32/5;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#homepage-banner{
    min-width: 100vw;
    aspect-ratio: 32/5 !important;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1000px) {
    #album-banner{
        aspect-ratio: 15/4;
    }
    #homepage-banner{
        aspect-ratio: 15/4 !important;
    }
}

.background-color-transparent{
    background-color: transparent;
}   

@media only screen and (min-width: 2000px) {  
    .event-date{
        font-size: 2.5em;
    }
}

@media only screen and (max-width: 1000px) {  
    .event-date{
        font-size: 2.5vw;
    }
    #albumShareModalFallback>.modal-dialog,
    #itemShareModalFallback>.modal-dialog{
        width: 75%;
    }
}

@media only screen and (max-width: 1300px) {  
     .big-button {
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    #albumHeaderSection1 {  
        padding-left: 4%;
    }
    .event-date{
        font-size: 3.5vw;
    }
    .mobile-logo{
        display: none !important;
    }
    .nav-bar-section1 {
        width:0%;
        display: none;
    }
    .nav-bar-section2{
        justify-content: flex-start!important;
        width: 80%;
    }
    .height-55px{
        height: 45px;
    }
    #albumShareModalFallback>.modal-dialog,
    #itemShareModalFallback>.modal-dialog{
        width: inherit;
    }
    #active-item-swiper-container .swiper-slide video[poster]{
        height:auto;
    }
}
.sharingButtonsMobile, #sharingButtonsMobileDiv{
    display: none;
}
@media only screen and (max-width: 600px) {
    .section1-mobile-nav{
        width: 100%!important;
        padding-top: 2%;
        padding-bottom: 1%;
    }   
    .section2-mobile-nav{
        max-width: 100%!important;
        width:45px!important;
        padding-right: 2%;
        padding-top: 8px;
    }
    .mobileNavHidden{
        display: none!important;
    }
    .sharingButtonsMobile{
        display: flex!important;
        justify-content: center;
        align-items: center;
        height: 30px;
        margin-top: 60px;
        padding-bottom: 2%;
        z-index: 9999999;
    }
    .itemShareButton{
        height: 30px;
    }
    
    #albumHeaderSection1{
        margin-bottom: 15px;
        justify-content: center;
        padding-left: 0%;
        padding-right: 0%;
    }
    .nav-bar-section3{
        padding-right: 0%;
    }
    #albumHeaderSection3{
        margin-top: 15px;
        justify-content: center;
        padding-right: 0%;
        padding-left: 0%;
    }
    .thumb img {
        max-width: 100%;
    }
    #album-nav>.logo{
        display: none;
    }
    #album-nav{
        justify-content: space-around;
    }

    #album-header>.event-content>#overlay>h1{
        font-size: 30px;
    }
    #album-nav>.title>h1{
        font-size: 15px;
        white-space: wrap;
    }

    #album-header>.event-content{
        flex-direction: column;
        justify-content: center;
    }

    #albumHeaderSection1, #albumHeaderSection2, #albumHeaderSection3 {  
        width: 100%;
    }

    #itemView>#content{
        width: 100%;
    }

    #itemView>#shareingButtonsContents .logo, #itemView>#shareingButtonsContents #section2{
        display: none;
    }

    #itemView{
        flex-direction: column;
    }

    #shareingButtonsContents{
        width: 100%;
        z-index: 9999;
    }

    #eventLogoShareScreen{
        width:50vw;
        height:50vw;
    }
}

@media only screen and (max-width: 450px) { 
    .nav-album-title{
        font-size: 4.5vw;
    }
    .album-title{
        font-size: 6vw;
    }
    .event-date{
        font-size: 4.5vw;
    }
    .swiper-height{
        max-height: 600px;
    }
    #albumShareModalFallback,
    #itemShareModalFallback{
        padding-left: 2%;
        padding-right: 2%;
    }
    #albumShareModalFallback>.modal-dialog,
    #itemShareModalFallback>.modal-dialog{
        padding: 0%!important;
        margin: 0%!important;
        width: 100%;
    }
    #albumShareModalFallback>.modal-dialog>.modal-content>.modal-body,
    #itemShareModalFallback>.modal-dialog>.modal-content>.modal-body{
        padding: 0%;
    }
    #albumShareModalFallback>.modal-dialog>.modal-content,
    #itemShareModalFallback>.modal-dialog>.modal-content{
        height: 100%;
        border-radius: 10px;
        webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }
    .big-button {
        width: 80%;
    }
    
}

@media only screen and (max-width: 300px) { 
    .event-logo {
        max-width: 150px;
    }
    #section3.p-5{
        padding: 0% !important;
    }
}

@media only screen and (max-width: 250px) { 
    #itemContents{
        height:75%;
    }
}
.hgp {
  position: relative;
  visibility: hidden;
  overflow: hidden;
}


.videoslide {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0;
  text-align: center;
}

.center_item {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.poweredby {
    background-color: #fff;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    margin: auto;
    text-align: center;
    font-size: 40px;
    z-index: 9999;
}

#slideshow {
    margin: 0px auto;
    position: absolute;
    width: 100%;
    height:100%;
    background-color: #000;
}

#slideshow > img {
    max-width: 100%;
    max-height: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
}

.section h2, .section h3, .section h4 {
	color:#000;
	font-weight:bold;
	
}

.cover-image
{
    float:left;
    width:100%;
    margin:0 0 15px 0;
    position:relative;
}

.cover-image img
{
    height:500px;
    width:100%;
    margin:0 auto;
    padding: 0;
    object-fit: cover;
}

.logo {
	z-index:1;
    float: left;
}

.logo a {
    display: block;
    text-align: center;
}

.logo img {
	max-width: 150px;
	height: auto;
}

.event-logo-icon img{
   object-fit: cover !important;
    height: 100%;
}

.event-logo-icon{
    border-radius: 50%;
    max-width: 40px;
    max-height: 40px;
    height: 85%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.blocker {
    background-color: rgba(0,0,0,1) !important;
}

/* -- Sharing buttons */
#itemShareModalFallbacksFallback{
    gap:10px;
}

.btn-circle.btn-l {
    width: 50px;
    height: 50px;
    padding: 9px 14px;
    font-size: 30px;
    border-radius: 25px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.fa-twitter, .fa-facebook, .fa-google-plus, .fa-link, .fa-play {
    color: #fff;
}

.ball-spin-fade-loader > div {
    background-color: red;
}

#wait {
    display:none;
    font-size: 30px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position:fixed;
    z-index:99999;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
    cursor:pointer;
}