.b {
  color: #1fa5db;
}

.p {
  color: #ec008c;
}

.y {
  color: #fff200;
}

.g {
  color: #77c00e;
}

.img-responsive{
  width:100%;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  margin-bottom: 450px;
  background-color: #f3f4f3;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: none !important;
  width: 960px !important;
}

@media (min-width: 992px) {
  .container {
    max-width: 1170px !important;
    width: auto !important;
  }
}
/*
===============
==== RESET ====
===============
*/
.nav-pills > li > a,
input {
  border-radius: 0 !important;
}

.form-control {
  padding: 10px 15px;
  height: inherit;
}

select.form-control {
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

p {
  color: #666666;
}

a {
  color: #666666;
}
a:hover {
  text-decoration: none;
  color: #666666;
}

.btn {
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 13px;
}
.btn.btn-default {
  border: 1px solid #1fa5db;
  background-color: #1fa5db;
}
.btn.btn-default:hover {
  background-color: transparent;
  color: #1fa5db;
}
.btn.btn-primary {
  border: 1px solid #ec008c;
  background-color: #ec008c;
}
.btn.btn-primary:hover {
  background-color: transparent;
  color: #ec008c;
}
.btn i {
  margin-left: 25px;
  font-weight: 200;
}

.fa-border {
  width: 35px;
  height: 35px;
  padding-top: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.fa-circle {
  display: inline;
  font-size: 6px;
  margin: 5px 5px 0;
  vertical-align: middle;
}

/*
===============
==== TITLE ====
===============
*/
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Raleway', sans-serif;
  margin-top: 0;
}

h1,
h2 {
  font-size: 33px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h1 strong,
h2 strong {
  font-weight: 500;
}

h3 {
  font-size: 17px;
  color: #19161c;
  font-weight: 600;
  margin-bottom: 20px;
}

h4 {
  font-size: 14px;
  text-transform: uppercase;
}

h5 {
  font-size: 20px;
}

#content h2{
  margin-bottom:60px;
}

/*
================
==== FOOTER ====
================
*/
footer {
  position: absolute;
  padding-top: 10px;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #F8F8F8;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
footer .container {
  position: relative;
}

footer .brandname
{
	font-family: "Dosis",sans-serif;
    font-size: 1.47em;
    padding-right: 1%;
    color: #af0917 !important;
    font-weight: bold;
    max-width: 70%;
    padding-top: 10px;
    text-transform: uppercase;
    float: left !important;
    font-size: 1.2em !important;
    height: auto;
    line-height: 1.3em;
    padding-left: 1%;
}

footer .brandname-sub {
	font-family: "Dosis",sans-serif;
    float: left !important;
    font-size: 1.6em;
    padding-left: 1%;
    font-weight: 100;
    line-height: 1.4;
    margin-bottom: 5px;
}
.campagneDescription {
	margin-bottom:1px;
}
