*	{
	padding: 0;
	margin: 0;
	}
.clear {clear: both; width:100%;}
div {display:block;}
html, *	{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
div, header, nav, main, footer, section, article, hr, .bb {display:block; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}


body {
	font: normal 1em/1.3em verdana, ariel, helvetica, sans-serif;
	/* font: normal 12pt/14pt "Times New Roman", Times, serif; /* printer */
	color: #FFD34F;
	text-align: left;
	background-color: #000;
}
/* div container & field start */
#container {
	display: block;
	text-align: center;
	position: relativ;
	margin: auto;
}
#header {
	width: 100%;
	display: block;
	text-align: center;
	z-index:10;
}
#field {
	max-width: 920px;
	margin: auto;
	width: 100%;
	display: block;
	padding: 0.3em 1.5% 0.7em;
	text-align: left;
}
.fieldcenter {
	margin:auto;
	position: relative;
	text-align: center;
}
#navdiv {
	width: 210px;
	display: block;
	float: left;
	text-align: center;
	display: block; /* printer */
}
#footer {
	width: 95%;
	float: none;
	display: block;
	margin: 20px;
}
ifram {
	border: none;
}
/* div container & field end */

/* general formats start */
h1 {
	font: bold 1.6em/1.5em verdana, ariel, helvetica, sans-serif;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
h2 {
	font: bold 1.1em/1.4em verdana, ariel, helvetica, sans-serif;
	text-align: left;
	margin: 5px 0 10px 0;
}
h3 {
	font: bold 1em/1.2em verdana, ariel, helvetica, sans-serif;
	text-align: left;
	margin: 5px 0 10px 0;
}
p {
	margin: 5px 0 15px 0;
}
p.smalltext {font: normal 10pt/13pt verdana, ariel, helvetica, sans-serif;}
.tacenter {text-align: center;}
.taright {text-align: right;}
.taleft {text-align: left;}
.flleft {float: left;}
.flright {float: right;}
ul, ol {
	margin-left: 20px;
}
hr {
	color: blue;
	margin: 4px 0 4px 0;
}
img {
	border: 0;
	font: normal 0.85em/0.95em verdana, ariel, helvetica, sans-serif;
}
img.imgborder {
	border: 1px solid black;
}
acronym {
	border-bottom: black dotted 1px;
}
a:link, a:active, a:visited {
	color: #FFD34F;
}
a:hover {
	text-decoration: underline;
	color: #ffdc69;
}
a.extern_link {
	padding-left: 15px;
	background: transparent url(../images/externlink.gif) left bottom no-repeat;
}
a:hover.extern_link {
	padding-left: 15px;
	background: transparent url(../images/externlink-hv.gif) left bottom no-repeat;
}
span.spinem	{font-size: 1.3em;}
span.spnorm	{font-weight: normal;}
span.spbold	{font-weight: bold;}
span.spred	{color: #BF0000;}
span.spunder	{text-decoration: underline;}
.nounder	{text-decoration: none;}

.spinv {font-family: "New Times Roman", "Times", serif;
	font-weight: normal;
}
.divblock {
	width: 550px;
	margin-left: 80px;
	display: block;
}
em.emgds {
	font-weight: bold;
	font-style: normal;
}
.inset {
	margin-left: 50px;
}
/* general formats end */



/* div header start*/
#divheadtitle {
	width: 100%;
	text-align: left;
	display: block;
	height:50px;
	margin: 5px 0 0;
	background: transparent url('../images/header_art_reflections.png') center bottom no-repeat;
}
#header img#imagetop {
	margin: 5px 0 0 10%;
}
#header h1 {
	color: white;
	text-align: left;
	margin-left: 200px;
	font: bold 2.4em/1.9em verdana, ariel, helvetica, sans-serif;
}
#header h2 {
	font: normal 1.2em/1em verdana, ariel, helvetica, sans-serif;
	text-align: center;
}
#h1gal {
	margin: 8px 0;
	padding: 0;
	font: normal 1em/1em verdana, ariel, helvetica, sans-serif;
	text-align: center;
	text-transform: capitalize;
}
#divmenu {
	width: 100%;
	float: none;
	text-align: center;
	position: relativ;
	margin: auto;
}
#divmenu a {
	text-decoration: none;
	font: normal 1.1em/1.5em ariel, helvetica, sans-serif;
  padding: 5px 1em;
	margin: 0px ;

	transition: background linear 0.3s;
}
#divmenu a:link,
#divmenu a:visited {color: #FFD34F;}
#divmenu a:hover {color: #ffdc69; background-color: #333; text-shadow: -1px -1px 0 #111;}
#divmenu a.act {text-decoration: underline;}


.fieldcontact {
	max-width: 600px;
	width: 98%;
	margin:0 1%;
}
/* div header end*/

/* div footer end*/
#footer {
	font: normal 0.9em/1.2em verdana, ariel, helvetica, sans-serif;
	margin-top:1em;
	max-width:960px;
	margin:auto;
}
#footer span {
	margin: 5px 15px 5px 10px;
}
#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #FFD34F;
}
#emA {
	font-style: normal;
	color: #da0000;
}
/* div footer end */


/* div field start */
#galleryview, #linklist {
  display: flex;
	display: -webkit-flex; /* NEW - Chrome */
	display: -moz-flex;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flex;     /* TWEENER - IE 10 */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
#galleryview {
	margin-top: 1em;
	max-width: 960px;
	width: 100%;
	text-align: center;
	position: relativ;
	margin: auto;
}
.galleryview {
	margin: 1em 2% 1.5em;
	float:left;
	height: 180px;
	width: 176px;
	max-width: 46%;
	text-align:center;
}
.galleryview div {
	height: 120px;
}
.galleryview a:link {
	text-decoration:none;
}
.galleryview p a {
	padding: 3px 0em;
	display:block;
}
.galleryview p a:hover {
	text-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 2px #fff;

}
.galleryview img {
  max-width: 100%;
	transition: box-shadow 0.1s linear 0.1s;
}
.galleryview img:hover {
	box-shadow: 0 0 4px #fff;
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}
#linklist {
	margin-top:1em;
	width:100%;
	margin:auto;
}
.linklist {
	float:left;
	margin: 0 2%;
}
.linksview {
	text-align: center;
	margin: 1.5em 0;
}
.linksview img {
	max-width: 100%;
	height:auto;
}
.linkbanner {
	max-width:234px;

}
#tblgalleries {
	text-align: center;
	margin: 1em auto;
	padding-right: 80px;
}
#tblgalleries td {
	padding: 10px 25px 40px;
}
#tblgalleries img {
	margin-left: 20px;
}

#tbllinks {
	width: 80%;
	text-align: center;
	margin: 20px auto 20px auto;
}
#tbllinks td {
  height: 25px;
	text-align: left;
	padding: 3px;
}
.back-to-top {
 background: rgba(120,120,120,0.7);
 position: fixed;
 bottom: 20px;
 right: 20px;
 padding: 10px;
 border-radius: 5px;
 color: white;
}
.back-to-top img {
	height: auto;
	width: 32px;
	color: blcak;
}


/* --- */
.divsmimg {
	display: inline;
	min-height: 160px;
	float:left;
	padding: 0;
	margin: 1% 1.6%;
  max-width: 45%;
}
.divsmimg img {
	transition: box-shadow 0.1s linear 0.1s;
}
.divsmimg img:hover {
	box-shadow: 0 0 3px #fff;
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}

#photobut {
	text-align: center; display:block; margin-top:1em;
}
.photobut {padding: 5px 10px; }

#lightbox-nav {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10;
}
#maintitle {
	text-align: center;
}
#mainimage 	{ text-align: center;}
#divprev		{ width:50%; height:100%; display:box; }
#divnext		{ width:50%; height:100%; display:box; float:right;}
#divprev:hover	{ background: transparent url(../images/lightbox-btn-prev.gif) no-repeat left 30%; opacity: 0.8; }
#divnext:hover	{ background: transparent url(../images/lightbox-btn-next.gif) no-repeat right 30%; opacity: 0.8; }
img#mainimg {
	max-width:90%;
}

#listimage {
	float: none;
	text-align: center;
	width: 100%;
	display: block;
	margin: 2em auto 0;
}

.tblecard {
	margin: auto;
	text-align: center;
}
#sutexto {
	padding: 15px 0 10px 0;
}
/* div field end */

/* form start */
#form br {clear: left;}
#form-box {
	font: 1em/1.3em verdana, ariel, helvetica, sans-serif;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}
p.pcontact {
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	padding-left: 10px;
	margin-left: 8em;
}
#form a:link {
	font-weight: normal;
	text-decoration: underline;
	color: blue;
}
#form select#formof {
	display: inline;
	float: left;
	width: 100px;
}
#form label.labnorm {
	vertical-align: text-top;
	text-align: left;
	width: 8em;
	padding-right: 10px;
	margin: 0.5em 0 0.5em 0;
	display: block;
	float: left;
}
#form label#name {
	vertical-align: text-top;
	text-align: right;
	width: 110px;
	padding-right: 10px;
	display: block;
	float: left;
}
#divinput input {
	max-width: 380px;
	width:96%;
	display: block;
	float: left;
	padding: 6px 0.4em;
	margin-top: 5px;
	margin-bottom: 8px;
}
#form select {
  padding: 6px 0.4em;
	margin-top: 5px;
	margin-bottom: 8px;
	border-bottom: thin;
	border:
}
#form input#name {
	width: 280px;	/* width */
	width: 96%;
}
#form textarea {
  padding: 6px 0.4em;
	max-width: 380px;
	width:96%;
	display: block;
	float: left;
  margin-top: 5px;
	margin-bottom: 8px;
	border-bottom: thin;
}
#divinput input, #form textarea, #form select {
	background-color: #C0C0C0;
	border-color: #FFD34F;
	border-style: ridge;
}
#formbuttons {
	text-align: center;
}
#form input#submit {	/* for submit-button */
	width: auto;
	text-align: center;
  padding: 3px 1em;
  margin-top: 10px;
}
#form input#reset {	/* for reset-button */
	float: left;
	width: auto;
}

.formerr, #formerr {
	font-weight: bold;
	color: #A00000;
	padding-left: 30px;
}
#formerr {
	padding-left: 30px;
	margin-bottom: 20px;
}
#formerr li {
	list-style-type: disc;
	padding-left: 10px;
}
input[type=submit] {padding: 0.3em 1em; margin-bottom: 0.4em;}

/* form end */

/* display */
.nodis {
	display: none;
}
.noprint {
	display: none;
}
img {
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.playerback, #player {
	background: transparent url(../images/smallplayer.jpg) left center no-repeat;
	vertical-align: middle;
}
.mobileyes { display: none; }

@media	only screen and (max-width: 600px) {
  #divmenu a	{ line-height: 2.4em; 	margin: 0 1em; }
	p.pcontact {	margin-left: 0; }
}

@media	only screen and (max-width: 460px) {
  .galleryview {margin: 1em 2% 1.5em;}
}

@media	only screen and (max-width: 380px) {
  .galleryview {margin: 1em 1% 1.5em;}
}

@media	only screen and (max-width: 360px) {
  .galleryview {margin: 1em 1% 1.5em;}
}
/*
@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
		only screen and (min--moz-device-pixel-ratio: 1.3),
		only screen and (-o-min-device-pixel-ratio: 13/10),
		only screen and (min-resolution: 180dpi) {
 body		{ font-size: 2.5em; }
#divmenu a	{ line-height: 1.5em; 	margin: 0 0.5em; }

#divheadtitle {
	height:90px; margin-top: 0.3em;
	background: transparent url(../images/header_art_reflections800.jpg) center bottom no-repeat;
}
#h1gal { margin-bottom: 0.3em; }
.linksview {margin:1.5em 0.5em;}
#form label.labnorm	{ text-align: left; float: none; margin: 0.5em 0 0 0; }
#form input, #form input, #form select, #form textarea	{ width: 90%; }
.norminvisible	{ display: inline; }
#photobut { display: none; }
.mobilenot { display: none; }
.mobileyes { display: inline; }
}
*/
