@charset "UTF-8";

#wrapper {
	margin:0 auto 0 auto;
	width:960px;
}

#header {
	width:100%;
	height:auto;
	padding-top:50px;
}

#header h1 {
	font-family: 'Karla', sans-serif;
	font-weight:400;
	font-size:55px;
	line-height:36px;
	letter-spacing: -1px;
}
	
#header ul {
	margin:0;
	padding:25px 0 50px 0;
	list-style-type:none;
	font-size:16px;
	line-height:25px;
	font-weight:bold;
}

#header ul a {
	color:#2e242d;
}

#header ul a:hover {
	color:#2e242d;
}

#header li {
	padding-right:25px;
	display:inline;
	float:left;
}

.all {
	width:92%;
	padding:30px 4% 30px 4%;
	margin-top:30px;
	background-color:#fff;
	border:1px solid #eee;
	}

.teaser {
	width:92%;
	padding:30px 4% 30px 4%;
	margin-top:30px;
	background-color:#fff;
	display: table;
	}
	
	
.teaser .box .box-row {
    display: table-row;
    }
 
.teaser .box .box-cell {
    display: table-cell;
    width: 33%;
    padding-left: 10px;
	padding-right: 10px;
    }
    
.teaser .box .box-cell p {
	font-size:16px;
	}

 
.teaser .box .box-cell.box1 {
    }
 
.teaser .box .box-cell.box2 {
    }
 
.teaser .box .box-cell.box3 {
    }
	
.tour {
	width:92%;
	padding:30px 4% 30px 4%;
	margin-top:30px;
	background-color:rgba(255, 255, 255, 0.8);
	}

h2 {
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:25px;
	letter-spacing:0.5px;
}

img {
	margin-bottom:25px;
	max-width:100%;
}

p {
	font-size:16px;
	line-height:25px;
	letter-spacing:0.02em;
	padding-bottom:25px;
}

p:last-child {
  padding-bottom:0;
}

.meta {
	font-size:13px;
	padding-bottom:0;
	text-align:right;
}

.date {
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	font-weight:bold;
	padding-right:15px;
	}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 25px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#footer {
	width:100%;
	padding:25px 0 75px 0;
}

#footer p {
	font-size:16px;
	line-height:25px;
	text-align:center;
}

@media screen and (max-width: 900px) {

#wrapper {
	width:90%;
	}
	
p {
	font-size:15px;
	}

}