* {
  font-family: Cabin Condensed !important;
  font-weight: 300;
  color: #333333;
}
a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a.more {
  letter-spacing: 1px;
  display: inline-block;
  border: 1px solid #d41906;
  background-color: #b40028;
  padding: 2px 6px;
  width: 80px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.more:hover {
  background-color: #F33916;
}
body {
  background: #fff;
}
.container {
  width: 970px !important;
}
.top {
  height: 100px;
  background: #f3f3f3 url('/static/img/noise-bg.png');
  border-bottom: 10px solid #fff;
}
.top .logo {
  width: 250px;
  height: 43px;
  display: block;
  margin-top: 25px;
}
.top .logo img {
  width: 250px;
  height: 43px;
}
.top .buttons {
  line-height: 90px;
}
.top .buttons a {
  font-weight: 400;
  text-shadow: 1px 1px 1px #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #555;
}
.top .buttons a:hover {
  background: #b40028;
  color: #fff;
  text-shadow: -1px -1px 1px #111111;
}
.margin0auto {
margin: 0 auto;
position: absolute;
}
.banner {
  height: 250px;
  background: url('/static/img/bg.png') center center repeat;
}
.banner .carousel {
  height: 250px;
}
.banner .carousel .carousel-control {
  background-image: none;
}
.banner .carousel .carousel-indicators {
  bottom: 0px;
}
.banner .carousel .carousel-indicators li {
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  border-radius: 2px;
  height: 14px;
}
.banner .carousel .carousel-indicators li.active {
  height: 16px;
}
.banner .carousel .carousel-inner .item {
  height: 250px;
}
.banner .carousel .carousel-inner .item.content-left img {
  left: 120px;
}
.banner .carousel .carousel-inner .item.content-left h1,
.banner .carousel .carousel-inner .item.content-left p,
.banner .carousel .carousel-inner .item.content-left a {
  right: 120px;
}
.banner .carousel .carousel-inner .item.content-right img {
  right: 20px;
}
.banner .carousel .carousel-inner .item.content-right h1,
.banner .carousel .carousel-inner .item.content-right h2,
.banner .carousel .carousel-inner .item.content-right p,
.banner .carousel .carousel-inner .item.content-right a {
  left: 40px;
}
.banner .carousel .carousel-inner .item img {
  position: absolute;
  top: 0;
}
.banner .carousel .carousel-inner .item h1 {
  position: absolute;
  top: 0px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 4px #666;
}
.banner .carousel .carousel-inner .item h2 {
  position: absolute;
  top: 60px;
  color: #000000;
  text-shadow: 1px 1px 4px #666;
  font-family: Exo;
  margin-top: 5px;
  font-weight: bold;
  font-size: 20px;  
}
.banner .carousel .carousel-inner .item p {
  position: absolute;
  top: 90px;
  color: #fff;
  text-shadow: 1px 1px 4px #666;
  font-weight: 500;
  width: 40%;
}
.banner .carousel .carousel-inner .item a {
  position: absolute;
  top: 200px;
}
.content {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #f7f7f7 url('/static/img/noise-bg.png');
}
.content .content-block {
  background: #ffffff;
  padding: 5px 25px 20px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px 3px #e3e3e3;
  -moz-box-shadow: 1px 1px 3px #e3e3e3;
  -ms-box-shadow: 1px 1px 3px #e3e3e3;
  -o-box-shadow: 1px 1px 3px #e3e3e3;
  box-shadow: 1px 1px 3px #e3e3e3;
}
.content .content-block h1 {
  font-family: Exo;
  margin-top: 5px;
  height: 90px;
  line-height: 115px;
  font-size: 18px;
  font-weight: bold;
  background-position: center right;
  background-repeat: no-repeat;
}
.content .content-block h2 {
  font-family: Exo;
  margin-top: 5px;
  font-weight: bold;
  font-size: 13px;
}
.content .content-block p {
  font-size: 14px;
}
.content .content-block ul {
  font-size: 14px;
}
.content .content-block div.more {
  border-top: 1px solid #acacac;
  text-align: right;
  padding-top: 15px;
  margin-top: 35px;
}
footer {
  padding-top: 10px;
  padding-bottom: 30px;
  font-weight: 500;
  background: #fff;
  border-top: 1px solid #e3e3e3;
}
footer a,
footer span {
  letter-spacing: 1px;
  color: #333333;
  font-size: 10px;
  text-transform: uppercase;
}
