body {
  font-family: 'proxima-nova', 'Proxima Nova', helvetica, arial, sans-serif !important;
  color: #666666!important;
  font-weight: 300 !important;
}
@media (max-width: 576px) {  
	body {font-size:80%!important;}
 
}
@media (max-width: 768px) {  
 body {font-size:90%!important;}
}
.uc {
  text-transform: uppercase;
}
.blue {
  color: #00a1b1;
}
.bgblue {
  background: #00a1b1;
}
.dark {
  color: #231f20;
}
.bgdark {
  background: #231f20;
}
.red {
  color: #e74f20;
}
.bgred {
  background: #e74f20;
}
.light {
  color: #ffffff;
}
.bglight {
  background: #ffffff;
  color: #666666;
}
.grey {
  color: #666666;
}
h1, h2, h3, h4, h5 {
  letter-spacing: 0.25em;
}
.pad {
  padding: 2em;
}
.floatbox {
  padding: 1em;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  margin: 0;
  background: #ffffff;
  color: #666666;
}
.floatbox .content {
  padding: 1em;
}
.none {padding:0;margin:0;}
.relative {
  position: relative;
  display: block;
}
a {font-weight:600;
  text-decoration: none;
  color: #666666 !important;
}
strong {
  font-weight: 600!important;
}
.bar {
  display: block;
  position: relative;
  height: 7px;
  width: 100%;
  margin: 0;
  padding: 0;
	background:url('../images/bar.png') no-repeat center center; background-size:cover;
}
.sm {font-size:0.85em;}
.clearbox {clear: both;height:1em;}
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.bg {
  background: #121212 center center no-repeat;
  color: #ffffff;
  display: block;
  position: relative;
  background-size: cover;
}
.logo img {
  max-width: 300px;
}