html,
body {
	height: 100%;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Open sans', Arial, Helvetica, sans-serif;
}

/* text-inverse is deprecated */
.text-inverse {
	color: #ffffff;
}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}

.btn-default .badge {
	color: #ffffff;
	background-color: #000000;
}
.btn-primary {
	color: #ffffff;
	background-color: #df1f1c;
	border-color: #df1f1c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #df1f1c;
	border-color: #df1f1c;
}


.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
	background: none;
}


@media (min-width: 768px) {
	.navbar-collapse {
		padding: 0;
	}

	.nav>li>a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}
.dropdown-menu>li>a {
	background: #eee;
	padding-top: 8px;
	padding-bottom: 8px;
}
.dropdown-menu>li>a:hover {
	background: #ff8a34;
}
@media (max-width: 767px) {
	.dropdown-menu>li>a {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #e58406;
	border-color: #e85510;
}


.iconh5 {
	color: f06321;
	font-weigth: 900;
	font-size: 14px;
	font-style: uppecase;
}
.h2 {
	color: #1d2733;
	font-weigth: 800 !important;
	font-size: 40px;
}
.h3 {
	color: 008ce2;
}
h1 {
	font-size: 120px !important;
	font-weigth: 800;
	color: #ffffff;
}
h2 {
	font-size: 40px;
	font-weigth: 800 !important;
}
.coverh1 {
	font-size: 120px !important;
	font-weight: 800 !important;
}
.join-header {
	background: #e58406;
	color: #fffff!important;
	border-radius: 3px;
}
.brands-img {
  width: 400px;
}

.join-section {
	background: #df1f1c;
}
.join-row {
	color: #fff;
}
.join-row p {
	margin: 0;
	padding: 15px;
}

.brands .container {
	width: 100%;
	margin: 0 auto;
}

#footer {
	padding-top: 32px;
	padding-bottom: 16px;
	background: #1e1e1e url('../img/footer-sa-bg.png') no-repeat left top;
	color: #9c9a9a;
}
#footer ul {
	list-style: none;
}




