@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome-webfont.eot');
	src:url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome-webfont.woff') format('woff'),
		url('../fonts/fontawesome-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html {
	font-family: 'fontawesome';
	font-size: 100%;
	padding: 0;
	margin: 0;
	background: #f5f5f5;
}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 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;
    color: #333;
    background: #f9f9f9;
    font-size: 0.9em;
    overflow-x: hidden;

}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.container > header {
	/*padding: 1em 1.875em;*/
	padding: 0em 0.875em;
	margin-bottom: 2em;
	background: #f5f5f5;
	position: relative;
}

.inner {
	max-width: 65em;
	width: 100%;
	margin: 0 auto;
}

.container > header h1 {
	font-size: 2.125em;
	/*line-height: 1.3;*/
	text-align: left;
	/*text-align: center;*/
	font-weight: 400;
	float: left;
	width: 30%;
	/*width: 100%;*/
}

.container > header span {
	display: block;
	font-weight: 300;
	font-size: 75%;
	color: #c0c0c0;
	padding: 0 0 0.6em 0.1em;
}

.footer {
	margin-top: 2em;
	width:100%;
	text-align:center;
	background: #f5f5f5;
	padding: 0.6em 0.6em 0.6em 0.6em;
}

.main {
	margin-top: 2em;
}

.main > p {
	font-weight: 300;
	font-size: 1.1em;
	color: #999;
	text-align: center;
	padding: 2em;
}

/* Arrows */
span.arrow {
	background: transparent url(../images/arrows.png) no-repeat 0 0;
	width: 47px;
	height: 120px;
	display: inline-block;
	position: relative;
	top: -2em;
	float: right;
}

span.arrow.vtl {
	background-position: 0 0;
	width: 47px;
	height: 96px;
}

span.arrow.vtr {
	background-position: -101px 0;
	width: 47px;
	height: 96px;
}

span.arrow.vbl {
	background-position: 0 -144px;
	width: 47px;
	height: 96px;
}

span.arrow.vbr {
	background-position: -101px -144px;
	width: 47px;
	height: 96px;
}

span.arrow.hlt {
	background-position: -209px 0;
	width: 120px;
	height: 47px;
}

span.arrow.hlb {
	background-position: -209px -101px;
	width: 120px;
	height: 47px;
}

span.arrow.hrt {
	background-position: -353px 0;
	width: 120px;
	height: 47px;
}

span.arrow.hrb {
	background-position: -353px -101px;
	width: 120px;
	height: 47px;
}

#bz_arrow {
	/*display: none;*/
	float: right;
	width: 0%;
}

#bz_phone_left_title {
	color: #222;
	/*color: #97c6cc;*/
	font-weight: 300;
	/*font-weight: bold;*/
}

.bz_subindex:after {
	content:"";
	display: table;
	clear: both;
}

a.bz_read_more_cls{
	color:#999;
	text-decoration:none;
	/*font-weight: bold;*/
	font-size:0.6em;
}
a:hover.bz_read_more_cls {
	color:#000;
	/*font-weight:bold;*/
	cursor:pointer;
	font-size:0.6em;
}

/* Demo Buttons Style */
.codrops-demos {
	float: right;
	padding-top: 1em;
}

.codrops-demos a {
    display: inline-block;
    margin: 1em;
    line-height: 2;
    color: #666;
    font-weight: 700;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
	color: #000;
	border-color: #000;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
	cursor: default;
}