/* reset styles */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Initial Styles */

body {
    color: black;
    /* font-family: Georgia, "Times New Roman", Times, serif; */
    font-family: ff-tisa-web-pro-1, ff-tisa-web-pro-2, Georgia, sans-serif;
    background-color: #353535;
    margin: 0;
    font-size: 100%;
    

}

#top {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 0 auto;
    background-color: #575757;
    overflow-x: hidden;
    overflow-y: visible;
	padding-bottom: 200px;
    /* background-color: rgba(88, 88, 88, 0.85); */ /* #575757 */
    /* min-width: 599px; */
}
#header {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 50px;
    clip: auto;
}

#A {
	display: none;
    margin-left: 9px;
    position: fixed;
    color: #202020;
    font-weight: bold;
    font-size: 120px;
    clip: auto;
}
a {
    text-decoration: none;
    color: inherit;
}
#navigation {
	display: none;
    top: 135px;
    margin-left: 5px;
    background-color: rgba(13, 13, 13, 0.85);
    position: fixed;
    
}
#navlist {
     list-style-type: none;
     padding: 0;
     margin: 0 0 0 0;
     height: 350px;
     width: 165px;
     line-height: 40px;
     text-align: start;
     
     
     color: #353535;
     
}
.navlink {
    font-size: 26px;
    font-weight: 400;
    border-bottom: 5px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #575757;
    text-align: center;
    
}

#contact {
	text-align: center;
	max-width: 165px;
	line-height: 30px;
	font-size: 15px;
	margin-left: 2px;
	
	
}

#header2 {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 100px;
    clip: auto;
    padding-top: 25px;
}
#header3 {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 100px;
    clip: auto; 
}
#header4 {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 100px;
    clip: auto; 
}
.introduction {
    max-width: 100%;
    margin: 0 auto 0 auto;
}
.pgraph {
    margin: 0 30px 0 0;
}
.pgraph:first-letter {
    font-size: 200%;
}

.pictures {
    width: 700px;
    margin: 0 auto 0 auto;
    margin-left: 195px;
    margin-top: 0;
    
    display: inline;
    z-index: 50;
    
}
.pictures2 {
    width: 95%;
    margin: 0 auto 0 auto;
    margin-left: 0;
    margin-top: 5px;
}
/* #picturesFinal {
    max-width: 700px;
    margin: 0 auto 0 auto;
    margin-left: 195px;
    margin-top: 0;
    padding-bottom: 10%;
    
} */


div.portBox {
	
}
.thumbBox {
	margin-left: 5px;
	padding-top: 5px;

	max-width: 100%;
     margin: 0 auto 0 auto;
}
.thumb, .galthumb {
	cursor: pointer;
}
.galthumb {
	max-width: 100%;
}

#thumb1 {
	float: right;
	width: 30%;
	min-width: 150px;
	max-width: 499px;
}
#thumb2 {
	float: left;
	width: 30%;
	min-width: 150px;
	max-width: 499px;
	margin-left: 0;
}

.portKey {
	position: relative;
	top: 0;
	left: 85%;
    color: #000000;
    width: 60px;
    background-color: #353535;
    height: 35px;

    
}

.portKey2 {
    position: relative;
	top: 5px;
	left: 85%;
    color: #000000;
    width: 60px;
    background-color: #353535;
    height: 35px;
}

.arrow {
	text-align: center;
}
.next {
	text-align: center;
}

/* php contact form */

#contactForm {
    margin-left: 195px;
    padding-bottom: 50px;
}
input:focus {
	border-style: solid;
	border-color: #353535;
}
form {
	margin: 15px 0 15px 45px;
	
}
input {
	outline: none;
}
#formHeader {
	font-size: 18px;
	margin-top: 30px;
	margin-right: 15px;
	margin-left: 15px;
}
.formItem {
	font-size: 18px;
	margin: 15px 0 5px 0;
}

textarea {
	width: 300px;
	height: 125px;
	resize: none;
	overflow: auto;
	
}
textarea:focus {
	border-color: #353535;
	border-style: solid;
}

.footer {
	width: 1000px;
	height: 400px;
	position: relative;
	top: 100px;
}
.ftLink {
	font-size: 16px;
	font-weight: 300;
}
.ftBar {
	font-family:  Geneva, sans-serif;
}

#ftLink1 {
	position: relative;
	left: 275px;
	top: 15px;
}
#ftBar1 {
	position: relative;
	left: 355px;
}
#ftLink2 {
	position: relative;
	left: 388px;
	bottom: 17px;
}
#ftBar2 {
	position: relative;
	left: 453px;
	bottom: 32px;
}
#ftLink3 {
	position: relative;
	left: 490px;
	bottom: 49px;
}
#ftBar3 {
	position: relative;
	left: 571px;
	bottom: 64px;
}
#ftLink4 {
	position: relative;
	left: 600px;
	bottom: 81px;
}




/*  tv  */
/*----------------------*/
.tv #header {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 9px;
    font-size: 120px;
    clip: auto;
}
.tv #header2 {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 185px;
    font-size: 100px;
    clip: auto;
    padding-top: 25px;
}
.tv #header3 {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 100px;
    clip: auto; 
}
.tv #A {
	display: block;
    margin-left: 9px;
    position: fixed;
    color: #202020;
    font-weight: bold;
    font-size: 120px;
    clip: auto;
}
.tv #header4 {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 185px;
    font-size: 100px;
    clip: auto; 
}
.tv #navigation {
	display: block;
    top: 135px;
    margin-left: 5px;
    background-color: rgba(13, 13, 13, 0.85);
    position: fixed;
}
.tv #thumb1 {
	float: right;
	width: 30%;
	min-width: 150px;
	max-width: 499px;
}
.tv #thumb2 {
	float: left;
	width: 30%;
	min-width: 150px;
	max-width: 499px;
	margin-left: 195px;
}
.tv .pgraph {
    margin: 0 30px 0 195px;
}
.tv .pictures2 {
    width: 700px;
    margin: 0 auto 0 auto;
    margin-left: 195px;
    margin-top: 5px;
}
.tv #contactForm {
    margin-left: 195px;
    padding-bottom: 50px;
}
.tv form {
	margin: 15px 0 15px 45px;
}
.tv textarea {
	width: 300px;
	height: 125px;
	resize: none;
	overflow: auto;
}
.tv .ftLink {
	font-size: 16px;
	font-weight: 300;
}
.tv .ftBar {
	font-family:  Geneva, sans-serif;
}

.tv #ftLink1 {
	position: relative;
	left: 275px;
	top: 15px;
}
.tv #ftBar1 {
	position: relative;
	left: 355px;
}
.tv #ftLink2 {
	position: relative;
	left: 388px;
	bottom: 17px;
}
.tv #ftBar2 {
	position: relative;
	left: 453px;
	bottom: 32px;
}
.tv #ftLink3 {
	position: relative;
	left: 490px;
	bottom: 49px;
}
.tv #ftBar3 {
	position: relative;
	left: 571px;
	bottom: 64px;
}
.tv #ftLink4 {
	position: relative;
	left: 600px;
	bottom: 81px;
}

/*  pc  */
/*----------------------*/
.pc #header {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 9px;
    font-size: 120px;
    clip: auto;
}
.pc #A {
	display: block;
    margin-left: 9px;
    position: fixed;
    color: #202020;
    font-weight: bold;
    font-size: 120px;
    clip: auto;
}
.pc #header2 {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 185px;
    font-size: 100px;
    clip: auto;
    padding-top: 25px;
}
.pc #header3 {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 100px;
    clip: auto; 
}
.pc #header4 {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 185px;
    font-size: 100px;
    clip: auto; 
}
.pc #navigation {
	display: block;
    top: 135px;
    margin-left: 5px;
    background-color: rgba(13, 13, 13, 0.85);
    position: fixed;
}
.pc #thumb1 {
	float: right;
	width: 30%;
	min-width: 150px;
	max-width: 499px;
}
.pc #thumb2 {
	float: left;
	width: 30%;
	min-width: 150px;
	max-width: 499px;
	margin-left: 195px;
}
.pc .pgraph {
    margin: 0 30px 0 195px;
}
.pc .pictures2 {
    width: 700px;
    margin: 0 auto 0 auto;
    margin-left: 195px;
    margin-top: 5px;
}
.pc #contactForm {
    margin-left: 195px;
    padding-bottom: 50px;
}
.pc form {
	margin: 15px 0 15px 45px;
}
.pc textarea {
	width: 300px;
	height: 125px;
	resize: none;
	overflow: auto;
}
.pc .ftLink {
	font-size: 16px;
	font-weight: 300;
}
.ftBar {
	font-family:  Geneva, sans-serif;
}

#ftLink1 {
	position: relative;
	left: 275px;
	top: 15px;
}
#ftBar1 {
	position: relative;
	left: 355px;
}
#ftLink2 {
	position: relative;
	left: 388px;
	bottom: 17px;
}
#ftBar2 {
	position: relative;
	left: 453px;
	bottom: 32px;
}
#ftLink3 {
	position: relative;
	left: 490px;
	bottom: 49px;
}
#ftBar3 {
	position: relative;
	left: 571px;
	bottom: 64px;
}
#ftLink4 {
	position: relative;
	left: 600px;
	bottom: 81px;
}
/*  tab  */
/*----------------------*/
.tab #header {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 9px;
    font-size: 120px;
    clip: auto;
}
.tab #A {
	display: block;
    margin-left: 9px;
    position: fixed;
    color: #202020;
    font-weight: bold;
    font-size: 120px;
    clip: auto;
}
.tab #header2 {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 185px;
    font-size: 100px;
    clip: auto;
    padding-top: 25px;
}
.tab #header3 {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 80px;
    clip: auto; 
}
.tab #header4 {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 185px;
    font-size: 50px;
    clip: auto; 
}
.tab #navigation {
    display: block;
    top: 135px;
    margin-left: 5px;
    background-color: rgba(13, 13, 13, 0.85);
    position: fixed;
}
.tab #thumb1 {
	float: right;
	width: 30%;
	min-width: 150px;
	max-width: 499px;
}
.tab #thumb2 {
	float: left;
	width: 30%;
	max-width: 499px;
	min-width: 150px;
	margin-left: 195px;
}
.tab .pgraph {
    margin: 0 30px 0 195px;
}
.tab .pictures2 {
    width: 65%;
    margin: 0 auto 0 auto;
    margin-left: 195px;
    margin-top: 5px;
}
.tab #contactForm {
    margin-left: 195px;
    padding-bottom: 50px;
}
.tab form {
	margin: 15px 0 15px 45px;
	
}
.tab textarea {
	width: 300px;
	height: 125px;
	resize: none;
	overflow: auto;
}
.tab .ftLink {
	font-size: 16px;
	font-weight: 300;
}
.ftBar {
	font-family:  Geneva, sans-serif;
}

#ftLink1 {
	position: relative;
	left: 275px;
	top: 15px;
}
#ftBar1 {
	position: relative;
	left: 355px;
}
#ftLink2 {
	position: relative;
	left: 388px;
	bottom: 17px;
}
#ftBar2 {
	position: relative;
	left: 453px;
	bottom: 32px;
}
#ftLink3 {
	position: relative;
	left: 490px;
	bottom: 49px;
}
#ftBar3 {
	position: relative;
	left: 571px;
	bottom: 64px;
}
#ftLink4 {
	position: relative;
	left: 600px;
	bottom: 81px;
}
/*  m  */
/*----------------------*/
.m #header {
    color: #202020;
    font-weight: bold;
    margin: 0 auto 0 auto;
    font-size: 50px;
    clip: auto;
}
.m #A {
	display: none;
    margin-left: 9px;
    position: fixed;
    color: #202020;
    font-weight: bold;
    font-size: 120px;
    clip: auto;
}
.m #header2 {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 60px;
    clip: auto;
    padding-top: 25px;
}
.m #header3 {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 50px;
    clip: auto;
    
    padding-top: 50px;
   
}
.m #header4 {
    color: #202020;
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 40px;
    clip: auto;
    
    padding-top: 40px;
}
.m #navigation {
    display: none;
    top: 135px;
    margin-left: 5px;
    background-color: rgba(13, 13, 13, 0.85);
    position: fixed;
}
.m #thumb1 {
	float: right;
	width: 30%;
	min-width: 150px;
	max-width: 499px;
}
.m #thumb2 {
	float: left;
	width: 30%;
	min-width: 150px;
	max-width: 499px;
	margin-left: 0;
}
.m .pgraph {
    margin: 0 30px 0 0;
}
.m .pictures2 {
    width: 95%;
    margin: 0 auto 0 auto;
    margin-top: 5px;
}
.m #contactForm {
    margin-left: 0;
    padding-bottom: 50px;
}
.m form {
	margin: 15px 0 15px 10px;
}
.m textarea {
	width: 250px;
	height: 125px;
	resize: none;
	overflow: auto;
}
.m .ftLink {
	font-size: 16px;
	font-weight: 300;
}
.m .ftBar {
	font-family:  Geneva, sans-serif;
}

.m #ftLink1 {
	position: relative;
	left: 5px;
	top: 15px;
}
.m #ftBar1 {
	position: relative;
	left: 65px;
}
.m #ftLink2 {
	position: relative;
	left: 75px;
	bottom: 17px;
}
.m #ftBar2 {
	position: relative;
	left: 121px;
	bottom: 32px;
}
.m #ftLink3 {
	position: relative;
	left: 132px;
	bottom: 49px;
}
.m #ftBar3 {
	position: relative;
	left: 192px;
	bottom: 64px;
}
.m #ftLink4 {
	position: relative;
	left: 205px;
	bottom: 81px;
}
/* Lightbox */

.backdrop
		{
			position:fixed;
			top:0px;
			left:0px;
			width:100%;
			height:100%;
			background:#000;
			opacity: .0;
			filter:alpha(opacity=0);
			z-index:50;
			display:none;
		}

.box
		{
			position:fixed;
			margin:auto;
			/* width: 450px; */
			/* height: 337px; */
			background:#ffffff;
			z-index:51;
			
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow:0px 0px 5px #444444;
			-webkit-box-shadow:0px 0px 5px #444444;
			box-shadow:0px 0px 5px #444444;
			
			display:none;
		}
		

.close
		{
		
			cursor:pointer;
			z-index:56;
			
			position: absolute;
			left:.8%;
			top:0;
			color: red;
			
			
		}
 .xl {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
 }

#rotator {
	position: relative;
	/* opacity: 0;  if fade in... */
	/* top: 3px; */
}

#rotator div {
	 max-width: 100%; 
	position: fixed;
	/* max-width: 450px; */
	/* or: position: absolute; */
    z-index: 52;
    
}
#rotator div.previous {
    z-index: 53;
}
#rotator div.current {
    z-index: 54;
}

#rotator div.other {
	display: none;
}

.buttons {
	opacity: 0.6;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 40px;
	z-index: 55;
	-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
	display: none;
	cursor: pointer;
	
}
div#button1 {
	background-color: #575757;
	position: relative;
	height: 40px;
	width: 40px;
	
}
div#button2 {
	background-color: #575757;
	height: 40px;
	width: 40px;
	position: relative;
	bottom: 80px;
	left: 80px;
	
}


span.rtrArrow {
	color: #999999;
	font-weight:boldest;
	font-size: 32px;
	line-height: 40px;
	margin: auto;
}
span#left{
	position: relative;
	bottom: 2px;
	margin: auto;
	margin-left: 12px;
	
}

span#right{
	position: relative;
	bottom: 2px;
	margin: auto;
	margin-left: 7px;
	
}

/* pause, play: */
div#action1{
	background-color: #575757;
	position: relative;
	height: 40px;
	width: 40px;
	bottom: 40px;
	left: 40px;
	text-align: center;

	display: none;
}
div#action2{
	
	background-color: #575757;
	position: relative;
	height: 40px;
	width: 40px;
	bottom: 40px;
	left: 40px;
	text-align: center;
}
span#pause {
	font-family: sans-serif;
}
span#play {
	
}
span.action {
	color: #999999;
	font-weight:boldest;
	font-size: 32px;
	line-height: 40px;
	margin: auto;
}

.captions {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	max-width: 75%;
	height: 50px;
	background-color: #ffffff;
	z-index: 56;
	color: #000000;
}
		
#legalbox {
			position:fixed;
			margin:auto;
			width: 450px;
			height: auto;
			background:#ffffff;
			z-index:51;
			
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow:0px 0px 5px #444444;
			-webkit-box-shadow:0px 0px 5px #444444;
			box-shadow:0px 0px 5px #444444;
			
			display:none;
			
			overflow: scroll;
		}
#privbox {
			position:fixed;
			margin:auto;
			width: 450px;
			height: auto;
			background:#ffffff;
			z-index:51;
			
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow:0px 0px 5px #444444;
			-webkit-box-shadow:0px 0px 5px #444444;
			box-shadow:0px 0px 5px #444444;
			
			display:none;
			
			overflow: scroll;
		}

#legal:hover, #privacy:hover, .button:hover {
	cursor: pointer;
	}