html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
b, strong {
	font-weight: bold;
}
img {
	border: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
input {
	line-height: normal;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: none;
}
@font-face { 
	font-family: "SourceSansPro-Regular";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/SourceSansPro-Regular.otf") format("opentype");
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
html {
    font-size: 10px;
}
body {
    background-color: #ffffff;
    color: #979e94;
	height: 100%;
    font-family: SourceSansPro-Regular,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #979e94;
    text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
    color: #979e94;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
p{
	margin: 0 0 5px 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
.text-center{
	text-align: center;
}
.text-uppercase {
	text-transform: uppercase;
}
ul, ol{
	margin: 0;
	padding: 0;
}
[role="button"] {
    cursor: pointer;
}
form span {
	color: #ff0000;
}
h1, h2, h3, h4, h5, h6 {
    color: #979e94;
    font-family: SourceSansPro-Regular,Arial,Helvetica,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
h1 {
	font-size: 48px;
}
h2 {
   font-size: 18px;
}
@media screen and (min-width: 768px) {
h2 {
   font-size: 30px;
}
}
@media screen and (min-width: 1600px) {
h2 {
   font-size: 36px;
}
}
h3 {
    font-size: 20px;
	font-weight: bold;
    margin: 20px 0 10px 0;
}
@media screen and (min-width: 992px) {
.main {
	height: 100%;
}
}
@media screen and (max-width: 1200px) and (min-width: 1300px) {
.bg {
	position: fixed;
	width: 100%;
	bottom: 0;	
}
}
@media screen and (min-width: 1800px) {
.bg {
	position: fixed;
	width: 100%;
	bottom: 0;	
}
}
.navbar-nav {
	float: right;
}
.navbar-nav li{
	list-style: none;
	font-weight: bold;
	border-bottom: 3px solid transparent;
}
.navbar-nav li:hover{
	border-color: #c5d882;
}
.navbar-nav li, .navbar-nav a{
	color: #333333;
	display: inline-block;
}
.navbar-nav a{
    padding: 5px;
}
.navbar-nav a:hover{
    text-decoration: none;
}
.container {
	position: relative;
    padding: 5px;
	width: 100%;
	margin: 0 auto;
}
@media (min-width: 600px) {
.container {
	width: 450px;
}
}
.form-control { 
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	color: #888;
	font-size: inherit;
	padding: 5px 8px;
	padding-right:30px;
	width: 100%;
	height: 40px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}
.form-control:focus {
	background: #fff; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 
	padding-right:80px;
}
.form-controlinput:required:valid {
	box-shadow: 0 0 5px #c5d882;
	border-color: #c5d882;
}
.form-control input:focus:invalid{
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}
.form-group {
    margin-bottom: 15px;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:focus, .btn:active:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: #ffffff;
    text-decoration: none;
}
.btn:active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.btn-default {
    background-color: #979e94;
    border-color: transparent;
    color: #ffffff;
    transition: all 0.25s linear 0s;
	border-radius: 0;
}
.btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default:active:hover{
    background-color: #c5d882;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-default:active {
    background-image: none;
}
.pull-right {
	float: right;
}
.container:before, .container:after, nav:before, nav:after, header:before, header:after {
  display: table;
  content: " ";
}
.container:after, nav:after, header:after {
  clear: both;
}