/* custom filterwater */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);

body {
    font-size: 12px;
    line-height: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana, Sans-serif;
}

.container {
    margin: 0 auto;
    min-width: 800px;
    max-width: 1200px;
}

.ops, #nav {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
}

a {
    transition: all 0.25s ease;
    color: #1d8fca;
}

a, a:active, a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 12px !important;
    margin-top: 0;
}

/* topnav */

.topnav {
    background: #f5f5f5;
    margin-top: 5px;
    font-size: 13px;
    padding: 3px 15px;
}

.topnav .topslogan {
	float: right;
	padding-top: 40px;
}

.topnav a {
    color: #0c9ae4;
}

.midfree {
    font-weight: bold;
    color: #e40c0c;
}

.lastnav {
    text-align: right;
}

.lastnav a {
    border-left: 1px solid #c2c2c2;
    padding: 0 8px;
}

.lastnav a:first-child {
    border-left: 0px;
    padding-left: 0px;
}

.lastnav a:last-child {
    padding-right: 0px;
}

/* fwheader */

.fwheader {
    overflow: hidden;
    padding: 15px 0;
    height: 58px;
}

.fwheader column {
    height: 60px;
}

.clear {
    clear: both !important;
    height: 0;
    zoom: 0;
}

/* content */

.midcontent {
	width: 100%;
	text-align:center;
	padding-top: 15%;
	padding-bottom: 15%;
}

/* footer */
.footer {
	border-top: 1px solid #d5d2d3;
	padding-top: 10px;
}

.copyright {
    font-size: 18px;
    color: #414141;
	margin-left: 15px;
    margin-bottom: 30px;
}
.one-half.column {
    width: 48%;
	float: left;
}
.copyright .morelinks {
	font-size: 0.8em;
}
div#year {
	white-space:nowrap;
	display: inline-block;
	/*background-color: yellow;*/
	margin-right:10px;
}
