

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background: none;
	font-family: 'Lato', 'arial' , sans-serif;
    font-weight:300;
}
.full {
	background: url(../img/bg2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.body-text {
	/* background-color: rgba(255, 255, 255, 0.5);*/
 
  font-size:1.4em;
	color:#fff;
	font-weight:300;
}
h1 {
	display:none;
}
.inner-bg {
	background: url("../img/pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
}
.absbottom {
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	padding-top:20px;
	font-weight:300;
	padding-bottom:20px;
	color: #FFF;
	z-index:1001;
}
.col-centered {
	float: none;
	margin:  10% auto 0 auto;
}
.logo {
	height:68px;
	width:100%;
	text-align:center;
}
.logo img {
	padding: 0px 0 0 0px;
}
.divider {
	height:30px;
	width:100%;
	text-align:center;
}
.logo img {
	padding: 0px 0 0 0px;
}
.centered {
	text-align:center;
}
/* Buttons

====================================*/

.button, input[type="button"] {
	padding: 9px 12px;
	display: inline-block;
	border: 0px;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
input[type="button"] {
	float: left;
}
.button.medium {
	padding: 11px 17px;
	font-size: 14px;
}
.button.gray {
	color: #fff;
	background: #444;
}
.button.gray:hover {
	background:#f09a25;
}
.button.light {
	color:#fff;
	background:#aaa;
}
.button.light:hover {
	background:#f09a25;
}
.button.color {
	color:#fff;
	background:#f09a25;
}
.button.color:hover {
	background:#aaa;
}
/* Input Button */

input[type="button"] {
	color:#fff;
	background:#f09a25;
}
input[type="button"]:hover {
	background:#aaa
}
