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, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


body,td,th {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	background-color: #fdfdff;
	font-size:13px;
	line-height:19px;
	color: #0d103f;
}
	
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
}

a:link {
	color: #0d103f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0d103f;
}
a:hover {
	text-decoration:none;
}

a:active {
	text-decoration: none;
	color: #0d103f;
}

		
		
		
html {
  line-height: 1;
}

* {
  outline: none;
}

html, body {
  background: #fdfdff;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
		background:#fdfdff;
}



#content {
	position:absolute;
/*--width:100%; --*/
	margin-top:55px;
	width:100%;
	text-align:center;
}

.center {
    margin: auto;
    width: 50%;
    border: 0px;
    padding: 10px;
}


#linez {
	width:100%;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:thin;
	background-color:#0d103f;
}

img {
	height:auto;
	width:1000px;
	padding-top:10px;	
}

#info {
	width:900px auto;
	position:relative;
	height:auto;
	}

#info_left {
	position:relative;
	top:0;
	left:0;
	width:65%;
	height:auto;
	text-align:left;	
}


.twocolumns {
 padding-top:10px;
 padding-left:2px;
  width:80%;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 15px;
}

#info_right {
	position:absolute;
	bottom:10px;
	right:0;
	width:30%;
	height:auto;
	text-align:left;
	font-size:11px;
}

.bottom {
	position:absolute;
	bottom:0px;
	left:0px;
}

  
#box {
	padding:5px 5px 5px 5px;
	line-height:17px;
	height:auto;
	width:1000px;
	text-align:left;
  }
 

  .header {
	position:fixed;
	padding:20px 15px 20px 20px;
	background:#fdfdff;
	border-bottom:1px solid #0d103f;
	right: 0;
	left: 0;
	top:0px;
	z-index:100;
	height:auto;
}



.logo {
	float:left;
	position:absolute;
	font-family:'Roboto',sans-serif;
	font-size: 15px;
	background-color:#fdfdff;
	color: #0d103f;
	letter-spacing: 2px;
	}
	
.logo a:hover {
	text-decoration:none;
}

.navi {
	float:right;
	position:relative;
	font-family:'Roboto',sans-serif;
	font-size: 15px;
	width: 30px;
	color: #0d103f;
}

.navi a:hover {
	text-decoration:none;
}


#insta {
	width: auto;
	height: auto;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/



@media only screen and (min-width: 320px) and (max-width: 1000px) {
	.nav-mobile {
		display:block;
	}
	.nav {
	width:100%;
	padding:10px 0px 9px 0px;
	line-height: 24px;	
	font-size: 15px;
	}
	
	.nav-list {
	display:none;
	font-size: 15px;
	}
	
	.nav-item {
	width:100%;
	float:none;
	font-size: 15px;
	}
	
	.nav-item a {
	padding:5px 0px;
	font-size: 15px;

	}
	
	.nav-item:first-child a {
	margin-top:10px;
	border-radius:0px 0 0;
	padding-top: 8px;
	font-size: 15px;
	}
	
	.nav-item:last-child a {
	border-radius:0 0 0px 0px;
	margin-bottom: -20px;
	font-size: 15px;
	}
	
	.nav-active {
	display:block;
	padding-bottom: 0px;
	font-size: 15px;
	}
	
	.nav-mobile-open {
	border-radius:0px 0px 0 0;
	-webkit-border-radius:0px 0px 0 0;
	-moz-border-radius:0px 0px 0 0;
	font-size: 15px;
	}
	
		
	#box {
	margin-top:55px;
	line-height:16px;
	height:auto;
	font-size:12px;
	width:97%;
	
  }
	
#content {
		margin:0px auto;
		font-size:14px;
		width:100%;
		height:auto;
	}

img {
	width:100%;
	height:auto;
	padding-top:10px;	
}
}


@media only screen and (min-width: 320px) and (max-width: 650px) {

.twocolumns {
 padding-top:10px;
 column-count: 1;
}



/* SLIDESHOW */


#slider {
	position:relative;
	width:100%;
	height:100%;
}	

#slider2 {
	position:relative;
	width:100%;
	height:300px;
}	

#slideshow {
	position:relative;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	text-wrap:none;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}