/* reset */
* {
	box-sizing: border-box;
}

:focus {
	outline: 0;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

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

h1 {
	display: none;
}

h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 25px;
	font-weight: 300;
	margin: 10px 50px 20px 50px;
	color: #000;
}

h2.gallery {
	text-align: center;
	margin-top: 20px;
}

h2.project {
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 0px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0;
	padding: 0;
	margin-left: 50px;
	color: #000;
}

p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	margin: 0 50px 30px 50px;
	color: #000;
}

span.description {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	margin: 0 50px 30px 50px;
	color: #000;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #e85e11;
}

#container {
	width: 100%;
	overflow: hidden;
}

.inner-container {
	max-width: 1140px;
	padding: 0 50px;
	margin: 0 auto;
}

#map {
	height: 300px;
	width: 100%;
}

/* menu */
#main-menu {
	background: #fff;
	height: 63px;
	width: 100%;
	position: fixed;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.05);
	z-index: 9999;
	top: 0;
	transition: top 0.4s ease-in-out;
}

#main-menu.nav-up {
	top: -63px;
}

#menu-button { /* responsive */
	display: none;
	position: absolute;
	background: 0;
	border: 0;
	right: 30px;
	top: 12px;
	font-size: 17px;
}

.logo {
	width: 85px;
	margin: 0;
	position: absolute;
	left: 30px;
	top: 9px;
}

ul.menu {
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.menu, ul.social {
	margin: 0;
	padding: 0;
}

ul.menu a {
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 50px;
	margin-top: 6px;
}

ul.menu li {
	display: inline-block;
}

ul.social {
	position: absolute;
	right: 30px;
	top: 6px;
	border-left: 1px solid #f1f1f1;
	padding-left: 30px;
}

ul.social a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 15px;
}

/* header */
#main-header {
	background: url(images/header.jpg);
	min-height: 600px;
	min-width: 100%;
	background-size: cover;
	background-position: right bottom;
	/*background-attachment: fixed;*/
}

.header-image {
	margin-top: 50px;
}

/* layout */
#main-content {
	
}

#contact {

}

#contact h2 {
	margin-top: 0;
}

#contact p {
	margin-bottom: 0;
}

.content {
	border-left: 1px solid #e85e11;
	margin-bottom: 40px;
	margin-top: 40px;
	transition: all 0.5s;
	overflow: hidden;
}

.read-more-text {
	display: none;
	float: left;
}

.read-more {
	display: block;
	margin: 0 auto;
	padding: 13px 30px;
	background: #fff;
	color: #e85e11;
	border: 1px solid #e85e11;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
}

.read-more:hover {
	color: #e85e11;
	cursor: pointer;
}

.read-more-text2 {
	display: none;
	float: left;
}

.read-more2 {
	display: block;
	margin: 0 auto;
	padding: 13px 30px;
	background: #fff;
	color: #e85e11;
	border: 1px solid #e85e11;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
}

.read-more2:hover {
	color: #e85e11;
	cursor: pointer;
}

.gallery-content {
	margin-bottom: 40px;
}

.content-image {
	max-width: 1000px;
  	margin: auto;
	margin-top: 50px;
}

#main-footer {
	background: #e85e11;
	margin-top: 0px;
	min-height: 65px;
}

.copyright {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 45px;
}

.mail {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
	color: #fff;
	margin: 0;
	line-height: 0px;
}

/* SLIDESHOW */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

.mySlides:first-of-type {
	display: block;
}

/* next & prev buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.5s ease;
  border-radius: 0 3px 3px 0;
}

/* position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.5);
}

/* caption text */
.text {
  color: #fff;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* 1/5 etc */
.numbertext {
	font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* the dots */
.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.active, .dot:hover {
  background-color: #e85e11;
}

/* fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* SLIDESHOW */

/* responsive */
@media only screen and ( min-width: 801px ) {
	ul.menu {
		display: block !important;
	}
}

@media only screen and ( max-width: 800px ) {

	#main-header {
		min-height: 400px;
	}

	#menu-button {
		display: block;
		top: 20px;
	}

	ul.social {
		display: none;
	}

	#contact .col {
		padding-bottom: 15px;
		clear: both;
		width: 100%;
	}

	ul.menu {
		position: absolute;
		top: 50px;
		width: 100%;
		display: none;
	}

	ul.menu li {
		display: block;
		width: 100%;
		background: #fff;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #f1f1f1;
	}

	ul.menu li:last-of-type {
		border: 0;
	}

	ul.menu a {
		margin: 0;
		float: none;
		font-size: 17px;
	}

}

