/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/

/*------------------------------------*\
    RESET
\*------------------------------------*/

*,
*:after,
*:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font:400 13px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background:#333;
}
.body-temporary {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	text-align: center;
	background-color: #FFF;
}


.body-blk {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	font-weight: bold;
	color: #CCC;
	background-color: #000;
	float: none;
	vertical-align: baseline;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	font-weight: bold;
	color: #CCC;
	background-color: #000;
	float: none;
	vertical-align: baseline;
	text-align: center;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width:1280px;
	margin:0 auto;
}
.header {
	padding: 15px 25px;
	background: #FFF;
	overflow: hidden;
	border-left-width: 5px;
	border-left-style: none;
	border-left-color: #2BA6CB;
}
.logo {
	float:left;
}
.logo-left {
	float: left;
	left: auto;
}

.demo-nav {
	float:right;
	margin:12px 0;
	list-style:none;
}
footer {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	bottom: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.demo-big {
	float: right;
	margin: 12px 0;
	list-style: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}

.demo-nav-link {
	
}
.demo-nav-link a {
	color:#2BA6CB;
	text-decoration:none;
}.content-picture {
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
}
