@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: left;
	background-color: #222;
}

h1 {
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: #999;
	text-align: left;
	letter-spacing: 1px;
}

h2 {
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: center;
}

h3 {
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #999;
	letter-spacing: 2px;
	text-align: left;
}

h4 {
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #999;
	letter-spacing: 1px;
	text-align: left;
}

a:link, a:active, a:visited { 
	color: #fff;
	text-decoration: none;
	border: 0;
	outline: none;
} 

a:hover {
   	cursor: hand;
   	color: #fcef1c;
	border: 0;
	outline: none;
}

a img {
    border: none;
}

hr {
    width: 880px;
	border: 0;
	border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #222;
}




/*container*/


.container {
	max-width: 900px;
	width: 100%;
	height: 100%;
	margin: auto;
	float: center;
	overflow: hidden;
}

.header {
	max-width: 880px;
	width: 100%;
	margin: 30px 0px 20px 0px;
	padding: 1%;
	height: 50px;
}

.content {
	width: 98%;
	height: 100%;
	margin: 1%;
	overflow: hidden;
}

.logo {
	width: 76%;
	height: auto;
	float: left;
}

.address {
	width: 20%;
	height: auto;
	float: right;
	text-align: left;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 18px;
	text-decoration: none;
}

.nav {
	max-width: 880px;
	width: 100%;
	height: 100%;
	padding: 1%;
	margin: 10px 0px 30px 0px;
}

.top{
	max-width: 880px;
	width: 100%;
	height: 40px;
	margin: 15px 0px 30px 0px;
	padding: 10px;
	overflow: hidden;
	text-align: left;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fcef1c;
}

.columnleft {
	float: left;
	width: 48%;
	margin-bottom: 40px;
}

.columnright {
	float: right;
	width: 48%;
	margin-bottom: 40px;
}

.columncontent {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.columnimage {
	float: left;
	width: 58%;
}

.columnthird {
	float: left;
	width: 62%;
	margin-right: 45px;
}

/*images*/


img {
	max-width: 100%; 
	height: auto; 
	margin-bottom: 1.5%;
}



/*thumbnails*/


.thumbnails {
	max-width: 900px;
	width: 100%;
	height: 100%;
	margin: auto;
	padding-bottom: 40px;
	float: center;
	text-align: center;
	overflow: hidden;
}

ul.img-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: none;
}
 
ul.img-list li {
	display: inline-block;
	float: left;
	width: 23%;
	height: auto;
	margin: 1%;
	border: 0 none;
	position: relative;
	outline: none;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: #fff;
  cursor: pointer;
  display: table;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 0 none;
  outline: none;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}



/* Slideshow */


.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	max-width: 880px;
	width: 100%; 
	height: auto; 
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	text-align: center;
	float: left;
	width: 100%;
}



/* Responsive Navigation */


.nav-collapse {
	width: 20%;
	height: 80px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 18px;
	text-decoration: none;
	overflow: hidden;
	float: right;
}

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}





/* Media Queries */


@media only screen and (max-width: 700px) {
ul.img-list li {
	width: 48%; 
	height: auto;
	float: left; 
	}
	
ul.img-list li:nth-child(2n+1) { 
	clear: left; 
	}
	

.header {
	float: none;
	width: 100%;
	margin-bottom: 50px;
	}
	
.logo {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	}
	
.address {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	}
	
.nav-collapse {
	float: none;
	width: 100%;
	margin-top: 10px;
	}
	
  .columnleft, .columnright {
	float: none;
	width: 100%;
	margin-bottom: 35px;
}

.columncontent, .columnthird, .columnimage {
	float: none;
	width: 100%;
	margin-bottom: 15px;
} }


@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  } }

