body {
  background:#000;
}
.carousel-inner {
  max-width:1020px;
  margin:0px auto;
}
.carousel-indicators {
  padding-left:80px;
}
.carousel-indicators li {
  float:left;
  border-radius:50% !important;
  margin-left:2px;
}
#formnav {
  padding:0px;
  list-style:none outside none;
  text-decoration:none;
  border-radius:0px;
  margin:0px auto;
  width:1031px;
}
#formnav p.top {
  padding-top:18px;
  font-size: 20.5px;
/*  font-family: "Helvetica Neue";*/
  color: rgb(0, 152, 215);
  font-style: italic;
  text-transform: uppercase;
  text-align:center;
}
#formnav p.bottom {
  padding-top:20px;
  font-size: 14px;
/*  font-family: "Helvetica Neue";*/
  color: rgb(0, 149, 212);
  text-align: center;
  clear:both;
}
#formnav p.bottom a {
font-size: 15px;
/*  font-family: "Helvetica Neue";*/
  color: rgb(255, 255, 255);
  /*text-transform: uppercase;*/
  font-style: oblique;
  text-align: left;
  text-decoration: underline;
}
#formnav ul {
    height: 35px;
    padding: 0px;
    margin: 0px auto !important;
}
#formnav li {
    float: left;
    list-style: none outside none;
    padding:0px;
    text-align: center;
    border-collapse: collapse;
    margin: 3px -6px 0px 0px;
    width: 92px;
    height: 26px;
}
#formnav li a {
  text-align:center;
  color:#fff;
  text-decoration:none;
  font-size:18px;
  font-style:italic;
}
#formnav li.arrow_boxx {
  position:relative;
  border:none;
}
li.arrow {
  background:url("/images/home-page/arrows/arrow.png") no-repeat transparent;
}
li.arrow:first-child {
  background:url("/images/home-page/arrows/first_arrow.png") no-repeat transparent;
}
/*li.arrow:nth-child(10) {
  background:url("../../assets/img/last_arrow.png") no-repeat transparent;
}*/
li.arrow:nth-child(11) {
  background:url("/images/home-page/arrows/long_arrow.png") no-repeat transparent;
  width:177px !important;
}
.arrow_boxx.arrow.active {
  background:url("/images/home-page/arrows/active.png") no-repeat transparent;
}
/*
.arrow_boxx.arrow:hover {
    background:url("/images/home-page/arrows/active.png") no-repeat transparent !important;
}
*/
.arrow_boxx.arrow.last.active {
  background:url("/images/home-page/arrows/longactive.png") no-repeat transparent !important;
}
@media (max-width: 1151px) {
  #formnav ul{
    margin: 0px 8% !important;
  }
  #formnav {
width: 630px;
  }
  li.arrow:nth-child(7) {
    background:url("/images/home-page/arrows/first_arrow.png") no-repeat transparent;
  }
  li.arrow:nth-child(6) {
    background:url("/images/home-page/arrows/last_arrow.png") no-repeat transparent;
  }
}
@media (max-width: 995px) {
.col-md-4 {
    width: 30%;
    float:left;
}
div.col-md-4:nth-child(1){
margin-left:5% !important;
}
}
@media (max-width: 860px) {
.col-md-4 {
    width: 33.333%;
    float:left;
}
div.col-md-4:nth-child(1){
margin-left:0px !important;
}
}
@media (max-width: 767px) {
div.col-md-4{
    width: 100% !important;
    clear:both;
}
}
@media (max-width: 599px) {
  #formnav {
    width:320px;
  }
  li.arrow:nth-child(1),li.arrow:nth-child(4),li.arrow:nth-child(7),li.arrow:nth-child(10) {
    background:url("/images/home-page/arrows/first_arrow.png") no-repeat transparent;
  }
  li.arrow:nth-child(3),li.arrow:nth-child(6),li.arrow:nth-child(9) {
    background:url("/images/home-page/arrows/last_arrow.png") no-repeat transparent;
  }
  li.arrow:nth-child(5) {
    background:url("/images/home-page/arrows/arrow.png") no-repeat transparent;
  }
    li.active:nth-child(11){
      background:url("/images/home-page/arrows/longactive.png") no-repeat transparent !important;
    }
}