html, body{
	margin:0;
	padding: 0px;
	height: 100%;
}


*, ::after, ::before {
	outline:none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	/*font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size: 12px;
	*/
	font-family: 'IBM Plex Sans', sans-serif;
	font-display: swap;
	line-height: 1.6;
    font-size: 16px;
    font-weight: 400;

	color: #000;
	/*background:url(raster_1_2.gif) repeat #fff;*/
	background:url(raster_1_2_new.gif) repeat #fff ;
	background-size: 16px;

	padding:0px;
	margin: 0;

	text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body.bigimg {
	background:url(raster_2_new.gif) repeat #fff;
	background-size:4px;
}

/* ----------------- DIVS ----------------- */


h1, h2, h3, h4, h5, strong, b {
	font-weight: 700;
}

#page {
	text-align:left;
	margin: 0px ;
	/*min-width: 920px;*/

}

#header{
	width:100%;
	float:left;
	height:80px;
}

#left {
	margin-right: 20px;
    float: left;
    /*position: absolute;
    top: 0;
    left: 0;*/
    padding: 0 20px;

}

#right {
	 padding: 0 20px;
    /* max-width: 100%; */
    margin-left: 200px;
}


#bigimage{
	/*text-align:center;
	/*width:auto;
	margin:0 auto;
	padding:20px 280px;*/
	padding: 20px 120px 20px 300px;
}
#bigimage_left{
	padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
}




  #item{
    max-width: 760px;
	margin:0 0 5px;
	padding:5px;
	background:#fff;

}

#thumbs{

	margin:0;
	padding:0;
}


#footer{
	clear:both;
	height:20px;
	margin:10px 0;
	padding-top:10px;

}



#img_nav{
 	margin:10px 0;
	float:left;
}
#item #img_nav{
	float:right;
}


/* ----------------- LINKS ----------------- */


a {
	color: #000000;
	text-decoration:none;
}
#right p a{
	border-bottom:1px solid #888;
}
#right p a:hover{
	color:#fff;
	border-bottom:1px solid #888;
	background:url(raster_2_new.gif) repeat #000;
	background-size:4px;
}

#left a:hover, #bigimage a:hover, #img_nav a:hover {
	color: #fff;
	text-decoration:none;
	background:url(raster_2_new.gif) repeat #000;
	background-size:4px;


}

#img_nav a{
	background:#fff;
	color:black;
	text-align:center;
	padding: 2px;
	margin-bottom:20px;

}

a.menu{
	list-style:none;
	padding: 2px;
	background:#fff;
}
a.active{
	padding: 2px;
	background:url(raster_1_new.gif) repeat #000;
	background-size:24px 16px;
	color:#fff;
}
a.active:hover{
	/*background:url(raster_1_2.gif) repeat #000;*/
	background:url(raster_1_2_new.gif) repeat #000 ;
	background-size: 16px;
	border-bottom:1px solid;
}

/* ----------------- CLASSES ----------------- */

hr {
	margin: 10px 0;
    height: 0px;
    color: #fff;
    border: none;
	clear:both;
	display:hidden;
}

#right p {
	padding: 0px;
	margin-top:0;

}
a img {
	text-decoration: none;
	vertical-align:top;
}
a:focus, a:focus img {
	outline: none;
}

h1, h2, h3{
	font-size:1em;
	margin:0px;
	padding:2px;


}

h1{

	background:#fff;
	margin-bottom:20px;
	padding:0px;
	display: inline-block;

}
h1 a {
	padding:2px;

}
h2{
	color:#888;
	display:inline;

}
h3{
	background:#fff;
	margin:0 0 5px;
	display:inline;
}

#left h2{
	color:#000;
	font-weight:bold;
	margin:0 0 8px 0;

}

 #img_nav li {
	list-style:none;
	display: inline;
	padding:0;
	margin:0 2px 0 0;
	float:left;
}
#img_nav li.selected {


}
#left li{
	list-style:none;
	margin:4px 0;

	display:block;

}
#left ul{
	list-style:none;
	text-indent:0;
	padding:0;

	margin:2px 0 20px 0;

}


/*#item */
img {
/*margin-right:5px;
align:left;
float:left;*/
    max-width: 100%;
    height: auto;
}

#bigimage_left p{
	margin:0;
	padding:0 2px;
	background:#fff;

}
#bigimage img {
	border:5px solid white;
	background:#FFF;
	max-width: 100%;
    height: auto;
    max-height: 95vh;
    max-height: calc(100vh - 60px);
    width: auto;
}

#right img {

	border:5px solid white;

	margin: 0 5px 5px 0;

	background:#FFF;

}
a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

table, tr, td {
	margin:0;

	padding:0;

	border-spacing:0px;

	/*font-size:12px;

	line-height:20px;*/

}


/* ------------ FLV PLAYER -----------------------*/

#player1, .player-wrapper {
		margin:0 auto;
		padding: 20px 120px 20px 300px;
	/*	border:5px solid white;*/
}




@media (max-width: 960px) {
	#bigimage_left{
    	position: relative;
    	display: inline-block;
	}

	#bigimage, .player-wrapper{
		padding:20px;
	}
}



/* ------------ responsive -----------------------*/

.menu-toggler {
	position: absolute;
    background: transparent;
    display: inline-block;
    border: none;
    width: 26px;
    padding: 0;
    top: 15px;
    height: 20px;
    left: 20px;
}

.toggler-icon {
	background: #000;
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 2px;
}

.toggler-icon::before, .toggler-icon::after {
	content: '';
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    width: 100%;
}
.toggler-icon::before {
	top: 6px;
}
.toggler-icon::after {
	top: 12px;
}

#thumbs p {
	background: #FFF;
	padding: 0 5px;
	display: inline-block;
	font-size: 85%;
}

@media (max-width: 760px) {
	body {
		padding-top: 60px;
		background: #fff;
	}
	.nav-open {
    	height: 100%;
    	overflow: hidden;
   	/* padding-right: 15px;*/
	}

	.header {
		position: fixed;
	  	left:0;
	  	top: 0;
	  	width: 100%;
	  	background: #fff;
	}

	h1 {
		margin: 10px 64px;
	}

	#left {
	  position: fixed;
	 	min-width: 70vw;
    	left: -100%;
    	top: 0;
    	padding: 20px;
	  height: 100%;
	  overflow-y: scroll;
	  overflow-x: visible;
	  transition: left 0.3s ease,
	  box-shadow 0.3s ease;
	  z-index: 999;
	  -webkit-overflow-scrolling: touch;
	  background: white;
	}

	.nav-open #left {
		left:0;
		box-shadow: 0 0 20px rgba(0,0,0,0.2);
	}

	#right {
		margin: 0;
		padding: 15px;
		hyphens: auto;
		-webkit-hyphens: auto;
	}

	#thumbs img {
		width: 100%;
		margin: 0;
	}

	#item img {
		    float: none;
    		display: block;
	}
}

@media (min-width: 761px) {
	.menu-toggler, #thumbs p {
		display: none;
	}
	.header {
		padding: 20px;
	}

}