.comingSoonPhotos{
    font-size: 30px;
    text-align: center;
    padding: 200px 20px;
    font-weight: bold;
}
.photosPage {
    position: relative;
}
.photosPage #cameraBG{
    position: absolute;
    bottom: 0;
    left:20px;
    max-width: 40%;
    z-index: 0;
}
.photosPage #film1BG{
    position: absolute;
    bottom: 0;
    right:20px;
    max-width: 30%;
    z-index: 0;
}
/*
    INSTAGRAM SECTION
*/
.photosPage .instaSect{
    position: relative;
    padding-bottom: 20px;
}
.photosPage .instaSect h3{
    padding: 20px 20px 0;
}
.photosPage #instaslider{
    margin-bottom: 0;
}
.photosPage #instaslider .carousel-control{
    left: 30px;
}
.photosPage #instaslider .carousel-control.right{
    left: auto;
    right: 30px;
}
.photosPage .innerInstaItem{
    padding: 0 20px;
}
.photosPage .instaImg {
    float: left;
    display: inline-block;
    /* width: 15%; */
    width: 150px;
    height: 150px;
    margin-right: 2%;
}
.photosPage .instaImg:last-child{
    margin-right: 0;
}
.photosPage .followText{
    position: absolute;
    right: 20px;
    top: 24px;
    font-weight: bold;
}
/*
    GALLERY SECTION
*/
.photosPage .leftSide{
    position: relative;
    padding-bottom: 260px;
}
.photosPage #photoSpinner{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 0;
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}
.photosPage .carouselContainer{
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    position: relative;
    margin-top: 20px;
}
.photosPage #mainPhotoCarousel {
    z-index: 2;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.photosPage #mainPhotoCarousel .carouselItemIn {
    padding: 0 20px;
}
/*.photosPage #mainPhotoCarousel .picDeet {
    position: relative;
    z-index: 2;
}
.photosPage #mainPhotoCarousel .picDeetIn {
    width: 100%;
    padding: 10px 10px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.photosPage #mainPhotoCarousel .picDeetDate {
    font-weight: bold;
    margin-bottom: 10px;
}*/
.photosPage #mainPhotoCarousel a.itemImg {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0) center center no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
}

a.fullView {
	cursor: pointer;
	display: block;
}

.photosPage #mainPhotoCarousel .carousel-control{
    left:30px;
}
.photosPage #mainPhotoCarousel .carousel-control.right{
    left:auto;
    right: 30px;
}
.photosPage .picDeetIn{
    padding: 20px 20px 20px;
    min-height: 112px;
    text-align: center;
    font-size: 14px;
}
.photosPage .picDeetIn > div::after{
    display: block;
    content: "Click to Enlarge";
}

.photosPage .leftSide h3{
    padding: 20px 20px 0;
    margin-bottom: 0;
}
.photosPage .leftSide h3 .albumLoc{
    margin-top: 10px;
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
}


/*
    ARCHIVE SECTION
*/
.photosPage .rightSide{
    position: relative;
    padding: 20px 0px 220px;
}
.photosPage .dropDownDiv{
    z-index: 13;
    position: relative;
}
.photosPage .dropDownDiv .cd-dropdown span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.photosPage .rightSide .gallerySelect{
    padding: 0 20px;
}
.photosPage .rightSide .sectionTitle {
    position: relative;
    color: #FFF;
    padding: 8px 20px;
    margin-top: 10px;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}
.photosPage .rightSide .yearSeg {
    position: relative;
    cursor: pointer;
    color: #FFF;
    padding: 8px 20px;
    margin-top: 10px;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}
.photosPage .rightSide .arch .downArrow {
    margin-right: 5px;
    vertical-align: middle;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.photosPage .rightSide .arch.active .downArrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.photosPage .rightSide .listlink {
    display: block;
    padding: 8px 20px;
    font-size: 12px;
}
.photosPage .rightSide .listlink:nth-child(even) {
    background: rgba(0, 0, 0, 0.25);
}
.photosPage .rightSide .listlink.active,  .photosPage .rightSide .listlink:hover{
     background: rgba(0, 0, 0, 0.55);
}
.photosPage .rightSide .listlink .featuredTit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




/*
    KEYFRAME ANIMATION
*/
@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotating {
    from{
        -moz-transform: rotate(0deg);
    }
    to{
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotating {
    from{
        -o-transform: rotate(0deg);
    }
    to{
        -o-transform: rotate(360deg);
    }
}
@-ms-keyframes rotating {
    from{
        -ms-transform: rotate(0deg);
    }
    to{
        -ms-transform: rotate(360deg);
    }
}
@keyframes rotating {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

/* --- RESPONSIVE FIXES ------*/


/* --- RESPONSIVE FIXES ------*/



@media (max-width: 992px) {	
		.photosPage .leftSide {
	    padding-bottom: 0;
	    position: relative;
	}
	
	.col33right {padding-bottom:260px;}
}

