/* demo.css */
/* PURPOSE: DEMO AND LAYOUT STYLES */

@import url('reset.css');

/* General Demo Style */
html{
	width:100%;
	height:100%;
	min-width:100%;
	min-height:100%;
}

body{
	/* background: url(../images/55.gif) no-repeat center center fixed;
	background-size: 100% 100%; */
	color:#cc00ff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:12px;
	width:100%;
	height:100%;
	min-width:100%;
	min-height:100%;	
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	
}

/* APPLE/IOS ONLY */
@supports (-webkit-touch-callout: none) {
	body {
		height: 100vh;
		min-height: 100vh;
		position: fixed;
	}
}



a{
	color:#fff;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1, h5{
	font-size:40px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:'Monoton', Arial, sans-serif;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	word-spacing:10px;
	line-height: 40px;
	padding: 10px 5px 0px 0px;
}
h1 span, h5{
	font-size:18px;
	color:#c08763;
	font-family:Georgia, serif;
	font-style:italic;
	text-transform:none;
	word-spacing:0px;
	white-space: nowrap;
}
h2{
	font-family:Georgia, serif;
	font-style:italic;
	padding: 5px 10px 5px 5px;
	font-size:14px;
}
pre{
	padding:15px;
	white-space:pre-wrap;
	
	
}

#clock { /* Styles apply to element with id="clock" */
	height:25px;
	line-height:24px;
	font-size:20px;
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	background:transparent; /* orange */
	color:#ffb84d;
	opacity:0.9;
	text-transform:uppercase;
	z-index:998;

}

/* topheader Style */
.topheader{
	height:25px;
	line-height:24px;
	font-size:20px;
	background:#ffb84d; /* orange */
	color:#cc00ff; /* purple */
	opacity:0.9;
	text-transform:uppercase;
	z-index:998;
	width:100%;
	min-width:100%;
}

.topheader:hover{
	background:#ffb84d; /* orange */
	z-index:998;
	width:100%;
	min-width:100%;
}

.topheader div:hover{
	z-index:998;
	width:100%;
	min-width:100%;
}

.topheader a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#cc00ff; /* purple */
	text-align:right;
	z-index:998;
}
.topheader a:hover{
	color:#ffb84d; /* purple */
	z-index:998;
}
.topheader a span{
	font-weight:bold;
	color:#cc00ff; /* purple */;
	z-index:998;
}
.topheader span.right_ab{
	position:absolute;
	right:4px;
	z-index:998;
}


/* Header Style */
.header{
	height:25px;
	line-height:24px;
	font-size:20px;
	background:#cc00ff;
	color:red;
	opacity:0.9;
	text-transform:uppercase;
	z-index:100000;
	width:100%;
	min-width:100%;
}

.header:hover{
	background:#ffb84d;
	z-index:100000;
	width:100%;
	min-width:100%;
}

.header div:hover{
	z-index:100000;
	width:100%;
	min-width:100%;
}

.header a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ffb84d;
	text-align:right;
	z-index:100000;
}
.header a:hover{
	color:#cc00ff;
	z-index:100000;
}
.header a span{
	font-weight:bold;
	color:#cc00ff;
	z-index:100000;
}
.header span.right_ab{
	position:absolute;
	right:4px;
	z-index:100000;
}

#file-input {
	bgcolor:red;
	
}

#HideImages {
	
	
}

#RandomCloseUp {
	
	
}

#RandomBackground {
	
	
}

#RandomSlideShowCloseUp {
	
	
}

#RandomSlideShowBackground {
	
	
}

#ThumbnailsAllRandomSlideShow {
	
	
}

#ThumbnailsAllRandomScramble {
	
	
}

#ThumbnailsAllSameScramble {
	
	
}


.container-fluid{
	background: rgba(55, 55, 55, .0);
	width:100%;
	height:100%;
	min-width:100%;
	min-height:100%;
	z-index:10;
}


.thumbnail {
	z-index:1502;
	/* animation-timing-function: ease-in; */
}

.thumbnail:hover {
	z-index:1502;
	 animation-name: AnimationHover;
    animation-duration: 1.61803398875s;
	/* animation-iteration-count: infinite; */
	/* animation-timing-function: linear; */
	/* animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); */
	
}

@keyframes AnimationHover {
  0% {
    transform: scale(1.0);
	border-radius: 0px;
	box-shadow: -1px 1px 1px 1px black;
	opacity: 1.0;
	 
	
  }
  25% {
	transform: scale(0.80901699437);
	border-radius: 0px;
	box-shadow: -1px 1px 1px 1px black;
	opacity: 0.7;
	
	  
  }
  50% {
    transform: scale(1.61803398875);
	border-radius: 0px;
	box-shadow: -1px 1px 1px 1px black;
	opacity: 0.3;
	
  }
 
  100% {
    transform: scale(1.0);
	border-radius: 0px;
	box-shadow: -1px 1px 1px 1px black;
	opacity: 1.0;
	
	
  }
}

#overlay {
	width:100%;
	height:100%;
	min-width:100%;
	min-height:100%;
	overflow:hidden;
	z-index:1503;
	background: rgba(204, 51, 255, .4);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.content{
	position:absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	min-width:100%;
	min-height:100%;
	display:none;
	z-index:501;
	background: rgba(204, 51, 255, .0);
}

.inner{
	padding:100px;
	/* background:transparent; url(../images/black.png) repeat top left; */
	width:100%;
	height:100%;
	min-width:100%;
	min-height:100%;
	z-index:12;
	background: rgba(255, 184, 77, .0)
} 

.more ul{
	text-transform:uppercase;
	font-size:11px;
	padding:20px 15px 5px 5px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	margin:0 auto;
}
.more ul li{
	display:inline;
	line-height:30px;
	margin:0px 2px;
	white-space:nowrap;
}
.more ul li:first-child{
	clear:both;
	float:none;
	display:block;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#f7f7f7;
	color:#000;
	text-shadow:none;
	white-space:nowrap;
}
.more ul li a{
	text-shadow:1px 1px 1px #000;
	color:#fff;
	background:#c08763;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px #000;
	-webkit-box-shadow:1px 1px 2px #000;
	box-shadow:1px 1px 2px #000;
}
.more ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.snippet{
	padding:5px;
}
.snippet span{
	font-size:14px; 
	cursor:pointer;

	padding: 2px 18px 2px 9px;
}
.snippet span.down{
	background: #000 url(../images/arrow.png) no-repeat 98% 50%;
}
.snippet span.up{
	background: #000 url(../images/arrow_up.png) no-repeat 98% 50%;
}
.snippet pre{
	display:none;
}
.panel{
	position:absolute;
	height:86px;
	width:20px;
	right:0px;
	top:10px;
	cursor:pointer;
	border:70px;
	background: rgba(255, 184, 77, .0)
}
.hide{
	background:transparent url(../images/hide.png) no-repeat center center;
}
.show{
	background:transparent url(../images/show.png) no-repeat center center;
}
.loadmore{
	display:none;
	width:100%;
	min-width:100%;
	line-height:30px;
	text-transform:uppercase;
	background:#cc00ff;
	color:#ffb84d;
	float:right;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	text-shadow:1px 1px 1px #000;
	z-index:11;
}
.loadmore:hover{
	background:#ffb84d;
	color:#cc00ff;
	width:100%;
	min-width:100%;
	
}

/* below added by me */

#testdiv {
	
	
}

/* DROPDOWN STYLES - FIXED VERSION */
/* ============================================ */
/* REMOVED ALL :hover RULES - JAVASCRIPT CONTROLS DROPDOWN NOW */
/* ============================================ */

.dropdown {
    position: relative;
    display: inline-block;
	text-align: left;
	z-index: 200000;
	background: rgba(133, 184, 32, .0);
	height:auto;
}

.dropdown-content {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
	text-align: left;
    z-index: 200001;
	background: #ffb84d;
	min-width: 300px;
}

/* DROPDOWN MENU LIST STYLING */
.dropdown-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.dropdown-content ul li {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

.dropdown-content ul li a {
	display: block;
	padding: 8px 12px;
	color: #cc00ff;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	white-space: normal;
	text-shadow: none;
	line-height: 1.3;
}

.dropdown-content ul li a:hover {
	background: #cc00ff;
	color: #ffb84d;
}

.dropdown-choice {
	text-align: left;
}

/* HIDE HELP, ABOUT, SUPPORT ON ALL DEVICES */
.header a[href*="instructions"],
.header a[href*="about"],
.header a[href*="patreon"] {
    display: none;
}

/* FIX LOAD IMAGES BUTTON HEIGHT */
#LoadImagesButton {
    padding: 0px 15px;
    background: #ffb84d;
    color: #cc00ff;
    border: none;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    border-radius: 0px;
    font-size: 20px;
    margin-left: 20px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    display: inline-block;
}

#LoadImagesButton:hover {
    background: #cc00ff;
    color: #ffb84d;
}

/* RESPONSIVE TEXT SIZING FOR SMALL SCREENS */
@media screen and (max-width: 768px) {
    .topheader a,
    .header a,
    #LoadImagesButton {
        font-size: 18px;
    }
	
	.dropdown-content {
		min-width: 280px;
	}
}

@media screen and (max-width: 480px) {
    .topheader a,
    .header a,
    #LoadImagesButton {
        font-size: 16px;
        padding: 0px 8px;
    }
    
    #LoadImagesButton {
        margin-left: 10px;
    }
	
	.dropdown-content {
		min-width: 250px;
		font-size: 13px;
	}
	
	.dropdown-content ul li a {
		font-size: 13px;
		padding: 6px 10px;
	}
}
