/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* `Global Classes
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
}
.cleft {
  clear: left;
}
.cright {
  clear: right;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.fnone {
  float: none;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
.tjustify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  border-bottom: 1px solid;
}
.nojot {
  list-style: none;
}
.nojot li {
  list-style: none;
  margin-left: 0;
}
.gap {
  margin-bottom: 30px;
  width: 100%;
}
.gaphalf {
  margin-bottom: 15px;
  width: 100%;
}
.gaptiny {
  margin-bottom: 8px;
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.nobottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.noleft {
  margin-left: 0;
}
.upper {
  text-transform: uppercase;
}
/* Mixins
-------------------------------------------------- */
/* 960 grid adjustments */
.pad_1 {
  margin-left: 10px;
}
.pad_2 {
  margin-left: 20px;
}
.pad_3 {
  margin-left: 30px;
}
.pad_4 {
  margin-left: 40px;
}
.neg_1 {
  margin-left: -10px;
}
.neg_2 {
  margin-left: -20px;
}
.neg_3 {
  margin-left: -30px;
}
.neg_4 {
  margin-left: -40px;
}
.center-block {
  display: block;
  margin: 0 auto;
}
/*
#font {
  .shorthand(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .sans-serif(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-family: 'Open Sans', sans-serif;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .serif(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-family: "Georgia", Times New Roman, Times, sans-serif;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .monospace(@weight: normal, @size: 12px, @lineHeight: 20px) {
    font-family: "Monaco", Courier New, monospace;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
}
*/
/* Variables
-------------------------------------------------- */
body.home #hd .right {
  margin-left: 20px;
}
body.home.home #bd {
  position: relative;
}
body.home.home #bd ul {
  list-style: none;
}
body.home.home #bd .bg {
  height: 399px;
}
body.home.home #bd .slider {
  background-color: #000000;
  width: 100%;
  overflow-x: hidden;
  float: left;
  position: relative;
  top: 0;
}
body.home.home #bd .slider .bx-wrapper,
body.home.home #bd .slider .bx-window {
  width: 100% !important;
}
body.home.home #bd .slider ul li {
  background: no-repeat center top;
  color: #ffffff;
  width: 100%;
}
body.home.home #bd .slider ul li .info {
  padding-top: 50px;
}
body.home.home #bd .slider ul li .info.smaller h1,
body.home.home #bd .slider ul li .info.smaller h2 {
  font-size: 55px;
  line-height: 58px;
}
body.home.home #bd .slider ul li .info.smaller h3 {
  font-size: 45px;
  line-height: 30px;
}
body.home.home #bd .slider ul li h1,
body.home.home #bd .slider ul li h2 {
  font-weight: bold;
  font-size: 80px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  line-height: 70px;
  margin-bottom: 0;
}
body.home.home #bd .slider ul li h1 {
  margin-bottom: 20px;
}
body.home.home #bd .slider ul li h3,
body.home.home #bd .slider ul li h4 {
  font-weight: normal;
  font-size: 60px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  line-height: 60px;
}
body.home.home #bd .slider ul li h4 {
  font-size: 33px;
  margin: 0;
}
body.home.home #bd .slider ul li p {
  font-size: 16px;
  font-weight: 100;
}
body.home.home #bd .slider ul li a.gray_button {
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  padding: 3px 10px;
  background-color: #dcdcdc;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dcdcdc));
  /* Konqueror */
  background-image: -moz-linear-gradient(#ffffff, #dcdcdc);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#ffffff, #dcdcdc);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#ffffff, #dcdcdc);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#ffffff, #dcdcdc);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc', GradientType=0);
  /* IE6 & IE7 */
  /* -ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor);  */
  /* IE8+ */
  background-image: linear-gradient(#ffffff, #dcdcdc);
  /* the standard */
  color: #3a3a3a;
}
body.home.home #bd .slider ul li a.gray_button:hover {
  color: #6b6a6a;
}
body.home.home #bd .slider .bx-pager {
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: left;
  z-index: 9999;
}
body.home.home #bd .slider .bx-pager a {
  width: 13px;
  height: 13px;
  background-image: url("/lib/images/pager-big-gray.png");
  margin-right: 5px;
}
body.home.home #bd .slider .bx-pager a:hover,
body.home.home #bd .slider .bx-pager a.pager-active {
  background-image: url("/lib/images/pager-big-white.png");
}
body.home.home #bd .page {
  background-color: #f4f3f3;
  padding-bottom: 0;
}
body.home.home #bd .page a {
  text-decoration: none;
}
body.home.home #bd .page h3 {
  color: #393939;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #ffffff;
}
body.home.home #bd .page h3 span {
  font-size: 30px;
  padding-right: 8px;
}
body.home.home #bd .page p {
  margin-bottom: 0;
  color: #393939;
  text-shadow: 1px 1px 1px #ffffff;
}
body.home.home #bd .page a {
  padding: 25px 0 25px 42px;
  background: no-repeat left center url("/lib/images/home-arrow.png");
  display: block;
}
body.home.home #bd .page a:hover {
  background-image: url("/lib/images/home-arrow-over.png");
}
body.home.home #bd .page .shadow {
  margin-bottom: 0;
}
body.home.home #bd .page ul {
  margin: 0;
}
body.home.home #bd .page ul li {
  float: left;
  width: 31%;
  background: right center no-repeat url("/lib/images/home-middle-divider.png");
  margin-right: 20px;
}
body.home.home #bd .page ul li.last {
  background: none;
}
body.home.home #bd .bottom {
  padding-bottom: 150px;
  padding-top: 60px;
  background-color: #000000;
}
body.home.home #bd .bottom ul li {
  float: left;
  width: 327px;
}
body.home.home #bd .bottom ul li.first {
  margin-right: 12px;
}
body.home.home #bd .bottom ul li.last {
  float: right;
  margin: 0;
}
body.home.home #bd .bottom ul li img {
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body.home.home #bd .bottom ul li a {
  color: #c3c3c3;
}
body.home.home #bd .bottom ul li h3 {
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 15px 0 5px;
  line-height: 22px;
}
body.home.home #bd .bottom ul li p {
  line-height: 17px;
}
body.home #ft {
  background: none;
}
body.home #ft .copyright {
  margin-left: 10px;
  float: left;
}
