* {
    margin: 0;
    padding: 0;
}

div{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #ccc;
    font-family: Lucida Sans, Arial, Helvetica, Sans-Serif;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    overflow: auto;
    overflow-x: hidden;
    background-attachment: fixed;
}

body:hover{
opacity:.99;
}

ul {
    text-align: left;
}

    ul li {
        list-style-type: none;
        position: relative;
        left: 40px;
        margin-top: 3px;
        display: inline-block;
    }

h1 {
    color: #ddd;
    border: 0;
    font-weight: normal;
    font-size: 25px;
}

h2 {
    color: #ddd;
    border: 0;
    font-weight: normal;
    font-size: 18px;
}

h3 {

    position: relative;
    left: 40px;
    display: inline-block;
    font-size: 18px;
    color: #ddd;
   

}

a, a:visited {
    text-decoration: none;
}

a:link, a:visited{
	color:#777;
}

a:active, a:hover{
	color:#fff;
}

#slideshow {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,1) fixed;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
    position: fixed;
    background-attachment: fixed;
    opacity: 0;
    z-index: 1;
}
#mobileMenu{
	display:none;
	}
#menuScroll{
	padding-right:8px;
	overflow:visible;
	}
#content {
    font-size: 15px;
    display: block;
    color: #888;
    position: absolute;
    z-index: 2;
    padding-right: 12%;
    
}

#content {}

    #content p {
        width: 60%;
        min-width: 300px;
    }

    #content a {
        color: #ccc;
        text-decoration: none;
    }

        #content a:hover {
            color: #fff;
        }
        
#content {
    font-size: 15px;
    display: block;
    color: #888;
    position: absolute;
    z-index: 2;
    padding-right: 12%;
    
}



.contentTitle {
    display: block;
    margin-bottom: 3px;
}

#menu {
    display: block;
    width: 10%;
    height: 100%;
    background: #050505;
    background: rgba(0,0,0,.9);
    border-right: 1px solid #777;
    padding: 0 8px 0 1%;
    text-align: right;
    position: fixed;
    z-index: 3000;
}

#wrapper, img{
    width:100%;
    height:100%;
}

#gallery {
    display: block;
    width: 10%;
    height: 100%;
    background: #050505;
    background: rgba(0,0,0,.9);
    border-left: 1px solid #777;
    z-index: 3;
    padding: 0 1% 0 0;
    position: absolute;
    left: 90%;
}


#sort{
	background: #333;
	color:#555;
	text-align:center;
	font-size:11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:5px;
	-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#sort:hover{
	background: #555;
	color:#777;
	text-align:center;
	font-size:11px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-top:5px;
	cursor:pointer;
}





.scroll-pane,
.scroll-pane-arrows
{
	width: 100%;
	height: 500px;
	overflow:auto;
}
.galleryPadding {
    width: 70%;
    height: auto;
    padding: 15% 15% 0 15%;
    display: block;
}

.categoryPadding {
    max-width: 250px;
    max-height: 250px;
    display: inline-block;
    padding: 10px 10px 10px 0px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #777;
}

    .categoryPadding:hover {
        color: #fff;
    }

.galleryThumb {
    width: 100%;
    height: auto;
    cursor: pointer;
    display: block;
    opacity: .7;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    border: 1px #555 solid;
    border: 1px rgba(255,255,255,.25) solid;
    text-align: center;
}

.videoPadding {
    width: 225px;
    height: 225px;
    display: inline-block;
    padding: 10px 10px 10px 0px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #777;
}






.videoThumb {    
    width: 100%;
    height: auto;
    cursor: pointer;
    display: inline-block;
    opacity: .7;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    border: 1px #555 solid;
    border: 1px rgba(255,255,255,.25) solid;
    text-align: center;
    color: #777;
}



    .galleryThumb:hover, .videoThumb:hover {
        opacity: 1;
        -webkit-transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }
	
#vidHeader, #imgHeader{
	background: #222 none repeat scroll 0 0;
    color: #ccc;
    display: block;
    font-size: 14px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    top: 10px;
}	

#vidHeader{
	display:none;
}
	
.reviewImage{
	width:60%;
	max-width:1229px;
	height:auto;
	display:block;
	margin:0 auto;
	position:relative;
	padding:25px;
}

#gTxt1, #gTxt2, #gTxt3, #gTxt4, #gTxt5, #gTxt6{
	font-size:13px;
}

#videoBox{
	display:none;
/* 	border-bottom:1px solid #666;
	padding-bottom:12%; */
}
	
#titleTextFront, #titleTextBack {
    position: absolute;
    line-height: 18px; /*min-width: 500px;*/
    color: #666;
    font-size: 13px;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
    z-index: 2;
    text-align: right;
    margin: 15px 15px 15px 0px
	padding: 0 20px 0 0;
    background: #050505;
    background: rgba(0,0,0,0);
}

#titleTextFront {
    opacity: 0;
    z-index: 3;
}

#header, #header2 {
    display: block;
    width: 100%;
}

#pressContent {
    display: none;
    background: rgba(255,255,255,.05);
    padding: 40px;
    margin: 20px 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkitborder-radius: 10px;
}

    #pressContent a:link {
        color: #c77f3a;
        display: block;
        margin-bottom: 5px;
    }

    #pressContent a:visited {
        color: #d88f4b;
    }

    #pressContent a:hover, #pressContent a:active {
        color: #a46027;
    }

#bioContent {
    display: table;
}

.dateSpacer, .dateSpacer2 {
    display: table-cell;
    /* width: 100px; */
}

.dateSpacer2 {
	width: 60px;
}

#bioContent li {
    display: table-cell;
    padding-bottom: 3px;
}

.bioRow {
    display: table-row;
}

.name {
    max-width: 500px;
    width: 96%;
    position: relative;
    right: 4%;
}

.social {
    width: 24px;
    height: 24px;
    position: relative;
	opacity: 0.6;
}

.menuLink {
    cursor: pointer;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2;
}

.menuLinkBold {
    font-size: 14px;
    padding: 0 20px 0 0;
    color: #ccc;
    display: block;
    cursor: pointer;
}

.contentTitle {
    font-size: 14px;
    color: #ddd;
}

.menuLink, #copyright, #copyright2 {
    font-size: 13px;
    padding: 0 20px 0 0;
    color: #777;
    display: block;
}
#copyright, #copyright2{
	font-size:9px;
}
#copyright a:link, #copyright2 a:link, #copyright a:visited, #copyright2 a:visited{
	color:#555;
}
#copyright a:hover, #copyright2 a:hover, #copyright a:active, #copyright2 a:active{
	color:#999;
}

    .menuLink:hover {
        color: #fff;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        -ms-transition: color .2s ease-in-out;
        -o-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out;
    }

.spacer {
    width: 100%;
    height: 5px;
    display: block;
    border-bottom: 1px solid #777;
    margin-bottom: 5px;
}

#subMenu, #featMenu, #subMenuPrint, #subMenuLight {
    display: none;
    position: absolute;
    background: #050505;
    background: rgba(0,0,0,.85);
    z-index: 100;
    text-align:left;
}
#featMenu{
    padding:12px 5px 12px 5px;
    margin-top:-10px;
    line-height:30px;
    display:block;
}

.title {
    color: #ccc;
}

.contentLink {
    text-decoration: underline;
    color: #888;
}

    .contentLink:hover {
        text-decoration: underline;
        color: #ccc;
    }

.contentMenuLink {
    font-size: 17px;
    color: #666;
    display: block;
}

    .contentMenuLink:hover {
        font-size: 17px;
        color: #ccc;
        display: block;
    }

.date {
    float: right;
}

.infoText {
    margin: 5px;
}

.collapsible {
    height: 0px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#passwordInput {
    background: #444;
    background: rgba(255,255,255,.1);
    width: 300px;
    display: block;
    padding: 15px;
}

#submission {
    background: #999;
    border: 0;
    padding: 3px;
    position: relative;
    left: 230px;
}

    #submission:hover {
        cursor: pointer;
        background: #bbb;
    }

#searchBox {
    display: none;
    background: #000;
    position: absolute;
    z-index: 100;
    line-height: 39px;
    opacity: .9;
    height: 39px;
    width: 255px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
}

#specialEventTxt{
	display: none;
    background: #000;
    position: absolute;
    z-index: 100;
	width:350px;
    opacity: .75;
    border-left: 1px solid #444;
    border-top: 1px solid #444;
	overflow:hidden;
	font-size:13px;
}

#specialEventTxt2{
	display: none;
    background: #000;
    position: absolute;
    z-index: 100;
	width:350px;
    opacity: .75;
    border-right: 1px solid #444;
    border-top: 1px solid #444;
	overflow:hidden;
	font-size:13px;
}

#specialEventTxt p, #specialEventTxt2 p{
	margin:15px;
}

#content, #bioContent, #specialEventTxt, #specialEventTxt2, #leftNote, #rightNote{
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

#imageNote {
    display: block;
    width: 100%;
	height:150px;
    background: #050505;
    background: rgba(0,0,0,.7);
	border-top: solid 1px rgba(100,100,100,.5);
	opacity:0;
    position: fixed;
    color: #999;
    font-size: 13px;
    margin: 0 auto;
    text-align: left;
    z-index: 2;
	-webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
	cursor:default;
	overflow:hidden;
}

#rightNote, #leftNote{
	display: inline-block;
    width: 50%;
	min-height:70px;
	vertical-align:top;
	padding:15px 0;
}

#rightNotePadding{
	padding:0 20px;
}

#imagePadding{
padding:0 10% 0 15%;
}

#collections {
    list-style: none;
}

    #collections li {
        padding-bottom: 3px;
    }

#hideOnMobile, #hideOnMobile2 {
    display: block;
}

#showOnMobile, #showOnMobile2 {
    display: none;
}

#overlay {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: block;
    background: #000 url(../images/loading.gif) center center no-repeat;
}

@media screen {
    body {
        background: #000 url(../images/back-gradient.jpg) no-repeat top right fixed;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 1800px) {
    #menu {
        width: 10%;
    }
}

@media screen and (max-width: 1600px) {
    
    h2{
    font-size: 14px   
    }
    
    #menu {
        width: 11%;
    }

    #content, #specialEventTxt, #specialEventTxt2 {
        font-size: 11px;
    }

    .menuLinkBold {
        font-size: 13px;
        padding: 0 15px 0 0;
        color: #ccc;
    }

    .menuLink, .copyright {
        font-size: 12px;
        padding: 0 15px 0 0;
        color: #777;
    }
	
	#gTxt1, #gTxt2, #gTxt3, #gTxt4, #gTxt5, #gTxt6{
	font-size:12px;
	}
	
	#copyright,#copyright2{
	font-size:9px;
}
}

@media screen and (max-width: 1400px) {
    #menu {
        width: 13%;
    }

    #content, #specialEventTxt, #specialEventTxt2 {
        font-size: 11px;
    }

    .menuLinkBold {
        font-size: 13px;
        padding: 0 15px 0 0;
        color: #ccc;
    }

    .menuLink, .copyright {
        font-size: 12px;
        padding: 0 15px 0 0;
        color: #777;
    }
	
	#gTxt1, #gTxt2, #gTxt3, #gTxt4, #gTxt5, #gTxt6{
	font-size:12px;
	}
	
	#copyright,#copyright2{
		font-size:9px;
	}
	#imagePadding{
		padding:0 10% 0 18%;
	}
#titleTextFront, #titleTextBack {
		font-size: 12px;
}
}
@media screen and (max-width: 1200px) {
    #menu {
        width: 15%;
    }

    #content, #specialEventTxt, #specialEventTxt2 {
        font-size: 11px;
    }

        #content p {
            width: 70%;
            min-width: 400px;
        }

    .menuLinkBold {
        font-size: 12px;
        padding: 0 15px 0 0;
        color: #ccc;
    }

    .menuLink, .copyright {
        font-size: 11px;
        padding: 0 15px 0 0;
        color: #777;
    }
	
	#gTxt1, #gTxt2, #gTxt3, #gTxt4, #gTxt5, #gTxt6{
	font-size:11px;
	}
	
	#copyright,#copyright2{
		font-size:9px;
	}
	#imagePadding{
		padding:0 10% 0 22%;
	}
#titleTextFront, #titleTextBack {
		font-size: 11px;
}
}

@media screen and (max-width: 1100px) {
    #menu {
        width: 16%;
    }
}

@media screen and (max-width: 1000px) {
    #menu {
        width: 17%;
    }
    
    
}

@media screen and (max-width: 900px) {
	body{
	height:auto;
	}
    h1 {
        text-align: center;
    }

    h2{
    font-size: 20px   
    }

/* Padding Top was added to compensate for the larger mobile menu size */

    #content {
        width: 95%;
        padding: 3.6%;
        font-size: 15px;
        text-align: center;
        padding-top: 250px;
        
        
    }

        #content p{
            width: 80%;
            min-width: 300px;
            text-align: left;
            display: block;
            margin: 0 auto;
            
        }

    #header, #header2 {
        border-bottom: 1px solid #777;
    }

    #menu {
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0);
        border-right: none;
        padding: 0;
        text-align: center;
        position: relative;
    }

    #gallery {
        display: block;
        width: 100%;
        height: auto;
        background: #050505;
        background: rgba(0,0,0,.85);
        border-top: 1px solid #777;
        border-left: none;
        z-index: 3;
        padding: 0;
        padding-top: 165px;
        position: relative;
        left: 0;
    }

    #titleText {
        display: none;
    }

    #submission {
        left: 118px;
    }

	#passwordInput {
	margin:0 auto;
	}
	#videoBox{
	display:none;
	}
    .bioRow li, #bioTop {
        list-style: circle;
        padding-left: 20px;
    }

    .name {
        max-width: 500px;
        width: 100%;
        position: relative;
        right: 0;
        margin: 0 auto;
    }
	
	.social {
		width: 24px;
		height: 24px;
		position: relative;
		opacity: 0.6;
	}

    .menuLinkBold, .contentMenuLink {
        font-size: 15px;
        padding: 10px;
        color: #ccc;
        background: rgba(0,0,0,.75);
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

        .menuLinkBold:hover, .contentMenuLink:hover {
            background: rgba(255,255,255,.75);
            color: #333;
            -webkit-transition: all .2s ease-in;
            -moz-transition: all .2s ease-in;
            -ms-transition: all .2s ease-in;
            -o-transition: all .2s ease-in;
            transition: all .2s ease-in;
        }

    .contentMenuLink {
        color: #666;
    }

        .contentMenuLink:hover {
            font-size: 15px;
        }

    .menuLink {
        display: none;
    }

    .spacer {
        display: none;
    }

    #copyright,#copyright2 {
        padding-left: 20px;
        border-top: 1px solid #777;
        color: #777;
    }

    #titleTextFront, #titleTextBack {
		font-size: 15px;
        display: none;
    }

    #searchBox {
        display: none;
    }

    .galleryThumb {
        opacity: 1;
        margin: 0 auto;
        padding: 0;
    }

    .date {
        display: block;
        float: none;
        font-weight: bold;
    }

    .dateSpacer, .dateSpacer2 {
        margin-top: 15px;
        display: block;
    }

    #installationLinks, #vidButtons {
        width: auto;
        margin: 0 auto;
        text-align: center;
    }

     #bigvidButtons {
        width: auto;
        margin: 0 auto;
        text-align: center;
    }



    .categoryPadding {
        margin: 0 auto;
    }

    #installationTitle {
        text-align: center;
    }

    #imageNote {
        display: none;
    }


    #hideOnMobile, #hideOnMobile2 {
        display: none;
    }

    #showOnMobile, #showOnMobile2 {
        display: block;
    }
	#menuScroll{
	display:none;
	}
	#mobileMenu{
	display:block;
	}
	#slideshow{
	display:none;
	}
	#vidHeader, #imgHeader{
		display:none;
	}
	
}


@media screen and (max-height: 900px) {
    #titleTextFront, #titleTextBack {
        display: none;
    }
}


