/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:500);

html {  position: relative; min-height: 100%; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden;
}

.navbar-walter {
	background-color: rgba(255,255,255,0.88);
	padding-bottom:20px;
	border-bottom: 1px solid #ffffff;
}

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

a:hover {
	color: #2a6496;
	text-decoration: none;
}

a.checked {
	color: #2a6496;
	text-decoration: none;
}




#footer {
  	position: absolute;
  	bottom: 0;
  	width: 100%;
  	height: 60px;
  	padding: 14px;
  	text-align: center;
  	
	font-size: 18px;
	color: #333;
	
	border-top: 13px solid #f8f8f8;
}

#footer p {
  	text-align: center;
  	
	font-size: 20px;
	font-family: 'Raleway', Calibri, Arial, sans-serif;
	font-weight: 400;
	color: #333;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #abcdeb;
	text-decoration: none;
}






blockquote {
	font-size: 14px;
	text-align: justify;
}

#portrait img {
    width: 100%;
    max-width: 320px;
}

h4 {
	margin-top: 40px;
}



.custom-container {
	width: 100%;
	position: relative;
}




#address.dl-horizontal dt {
	width: 70px;
}

#address.dl-horizontal dd {
	margin-left: 80px;
}




.main {
	padding: 28px 10px 2px 10px;
	max-width: 1580px;
	margin: 0 auto;
}

.main > header {
	padding: 0 0px 0px;
}

.main > header h1 {
	font-family: 'Raleway', Calibri, Arial, sans-serif;
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.main > header h1 span {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	display: block;
	font-size: 20px;
	font-weight: 300;
	
}

.main > header h1 span a {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	margin-left: 2px;
	margin-right: 4px;
}

.main > header h1 span a:hover {
	text-decoration: none;
}

.main h2 {
	font-size: 38px;
	font-weight: 300;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	padding: 10px 0 0 0;
	margin-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.support-note span {
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.loadmore {
	background: #ddd;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
	margin: 10px 4px;
	margin-bottom: 20px;
	padding: 10px;
	padding-left: 20px;
}

.loadmore:hover {
	background: #888;
}

.container-walter {
	margin-top:110px;
}

.container-walter-high {
	margin-top:160px;
}
