/*--------------------------*\
    IMPACT AREA
\*--------------------------*/



/**
 * Impact Area
 */
.impact {
  position: relative;
  z-index: 1;
  min-width: 980px;
  height: 554px;
  background: #2c5380 url('../images/impact.jpg') top center no-repeat;
}



/**
 * Contact Us Form
 */
.form {
  z-index: 9999;
  position: relative;
  top: -360px;
  width: 300px;
  height: 340px;
  padding: 10px 20px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  background-color: #3c5c85;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2f4d74), to(#496a96));
  background-image: -webkit-linear-gradient(top, #2f4d74, #496a96);
  background-image: -moz-linear-gradient(top, #2f4d74, #496a96);
  background-image: -ms-linear-gradient(top, #2f4d74, #496a96);
  background-image: -o-linear-gradient(top, #2f4d74, #496a96);
  background-image: linear-gradient(to bottom, #2f4d74, #496a96);
}
.no-js .form {
  top: 10px;
}

.form-header {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px; font-size: 2.0rem;
  font-weight: bold;
}

.form-input {
  display: block;
  width: 290px;
  margin-bottom: 10px;
  padding: 8px 5px;
  border: 0;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  color: #333;

  -webkit-box-shadow: inset 0 1px 1px 0 #666;
  -moz-box-shadow: inset 0 1px 1px 0 #666;
  box-shadow: inset 0 1px 1px 0 #666;
}
.form textarea {
  resize: none;
}

.form a:link,
.form a:visited {
  color: #fff;
  text-decoration: underline;
}
.form a:hover,
.form a:focus {
  text-decoration: none;
}
.form a:active {
  color: #d6e1ef;
}
.form-submit {
  position: absolute;
  bottom: 10px;
  right: 20px;
  padding: 7px 20px;

  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  color: #3F5F80;
  font-size: 15px; font-size: 1.5rem;
  font-weight: bold;

  background-color: #e0e6ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7dee7));
  background-image: -webkit-linear-gradient(top, #fff, #d7dee7);
  background-image: -moz-linear-gradient(top, #fff, #d7dee7);
  background-image: -ms-linear-gradient(top, #fff, #d7dee7);
  background-image: -o-linear-gradient(top, #fff, #d7dee7);
  background-image: linear-gradient(to bottom, #fff, #d7dee7);
}
.lt-ie8 .form-submit {
  width: 120px;
}
.form-submit:hover,
.form-submit:focus {
  color: #142b4b;
}
.form-submit:active {
  background-color: #c7d1df;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e8ef), to(#b1bfd2));
  background-image: -webkit-linear-gradient(top, #e2e8ef, #b1bfd2);
  background-image: -moz-linear-gradient(top, #e2e8ef, #b1bfd2);
  background-image: -ms-linear-gradient(top, #e2e8ef, #b1bfd2);
  background-image: -o-linear-gradient(top, #e2e8ef, #b1bfd2);
  background-image: linear-gradient(to bottom, #e2e8ef, #b1bfd2);

  -webkit-box-shadow: inset 0 1px 1px 0 #27446b;
  -moz-box-shadow: inset 0 1px 1px 0 #27446b;
  box-shadow: inset 0 1px 1px 0 #27446b;
}

.form-close {
  position: absolute;
  top: 100%;
  left: 0;
  width: 130px;
  margin: 0;
  padding: 9px 20px 9px 40px;

  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;

  color: #fff;
  font-size: 16px; font-size: 1.6rem;
  font-weight: bold;

  background-color: #333;
  background-color: rgba(51, 51, 51, 0.8);

  cursor: pointer;
}

.lt-ie8 .form-close {
  background-color: #333;
}



/**
 * Carousel
 */
.car-slide {
  position: absolute;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  color: #474C57;
  text-align: center;

  background: rgb(255,255,255); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(215,222,231,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(215,222,231,1))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(215,222,231,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(215,222,231,1) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(215,222,231,1) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(215,222,231,1) 100%); /* W3C */
}

.car-body {
  display: none;
}

.car-link {
  display: none;
  padding: 4px 25px 2px;
  border: 1px solid #c6c8ca;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  font-size: 11px; font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;

  background-color: #e6eaf1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d4dbe6));
  background-image: -webkit-linear-gradient(top, #fff, #d4dbe6);
  background-image: -moz-linear-gradient(top, #fff, #d4dbe6);
  background-image: -ms-linear-gradient(top, #fff, #d4dbe6);
  background-image: -o-linear-gradient(top, #fff, #d4dbe6);
  background-image: linear-gradient(to bottom, #fff, #d4dbe6);
}
.car-link:link,
.car-link:visited {
  color: #30333A;
  text-decoration: none;
}
.car-link:hover,
.car-link:focus {
  background: #fff;
}

.pos1,
.pos5 {
  top: 365px;
  width: 174px;
  height: 99px;
  padding: 7px 13px;
  z-index: 10;
}

.pos1,
.pos3 {
  top: 355px;
  width: 216px;
  height: 126px;
  padding: 8px 17px;
  z-index: 20;
}

.pos1 {
  left: 0;
}

.pos1 {
  left: 159px;
}

.pos2 {
  left: 340px;
  top: 345px;
  width: 260px;
  height: 150px;
  padding: 10px 20px;
  z-index: 30;
}
.car-img { width: 100%; }

.pos3 {
  left: 569px;
}

.pos5 {
  left: 780px;
}



/**
 * Slider
 */
.slider {
  position: relative;
  margin: 0 auto;
  width: 980px;
  height: 235px;
  overflow: hidden;
}

.slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 980px;
  padding: 20px 0 10px;
}

.slide-img {
  float: left;
  margin-right: 40px;
}

.slide-body {
  float: right;
  width: 630px;
}
.slide-body > .clearfix {
  border-top: 1px dotted #94abd1;
  border-bottom: 1px dotted #94abd1;
}
.slide-body .link-shaded {
  float: right;
}

.slide-title {
  margin: 5px 0 0 0;
  padding-bottom: 10px;
  color: #555;
  font-family: 'Chivo';
  text-transform: uppercase;
}
  .slide-title > span {
    color: #999;
  }

.slide-list {
  float: left;
  padding-left: 20px;
  margin-left: 60px;
  list-style-image: url('../images/arrow.gif');
}
.slide-list:first-child {
  margin-left: 0;
}
.slide-list > li {
  margin: 3px 0;
}
  .slide-list a:link,
  .slide-list a:visited {
    color: #3F71AA;
    text-decoration: none;
  }
  .slide-list a:hover,
  .slide-list a:focus {
    text-decoration: underline;
  }
  .slide-list a:active {
    color: #666;
  }

.slider-controls {
  position: absolute;
  top: 22px;
  right: 0;
  padding-top: 5px;
  width: 118px;
  height: 38px;

  border-left: 1px dotted #94abd1;

  text-align: center;
  z-index: 99999;
}
  .slider-controls-count {
    color: #B1B8BF;
    font-family: 'Chivo';
    font-size: 20px; font-size: 2.0rem;
    font-weight: bold;
  }

.slide2 {
  display: block;
}





/*--------------------------*\
    MAIN CONTENT
\*--------------------------*/
.main-content {
  padding: 10px 0 20px 0;
  background: #fff url('../images/content-bg.jpg') top center repeat-x;
}

.main-content .h2 {
  padding-bottom: 10px;
  border-bottom: 1px dotted #94abd1;
  color: #555;
  font-family: 'Chivo';
  text-transform: uppercase;
}
  .main-content .h2 > span { color: #aaa; font-weight: normal; }



/**
 * Content
 */
.content {
  float: left;
  width: 615px;
  padding-right: 24px;
}



/**
 * Aside
 */
.aside {
  float: right;
  width: 315px;
  padding-left: 24px;
  border-left: 1px solid #dce0e3;
}



/**
 * News
 */
.news .h3 {
  color: #667EAC;
  font-size: 15px; font-size: 1.5rem;
  font-weight: normal;
}