* {
  padding: 0;
  margin: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  /*background: #3f3f42;*/
  line-height: 1.2em; }

.container {
  max-width: 960px;
  height: auto;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3f3f42;
  font-size: 12px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #3f3f42;
  font-size: 12px; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #3f3f42;
  font-size: 12px; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #3f3f42;
  font-size: 12px; }

/*navigation*/
.row1 {
  margin-top: 50px; }

.car{
    position: relative;
    margin-top: -150px;
}
.nav {
    /* no-gutters Class Rules */
    background: #d71921;
    height: 250px;
    padding-top: 20px;
}


  .nav h1 {
    color: #178cd7;
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
    .nav h1 span {
      color: #3f3f42; }
  .nav .login {
    margin: 20px; }
  .nav .form-group input.form-control {
    padding-left: 5px;
    color: #3f3f42;
    height: 29px;
    position: relative;
    z-index: 2; }
    .nav .form-group button.form-control {
        padding: 1px 20px;
        border: 1px solid #d71921;
        border-radius: 4px;
        font-size: 11px;
        line-height: 10px;
        color: #d71921;
        text-align: center;
        text-transform: uppercase;
        height: 29px;
        font-weight: bold;
    }
  .nav .row.no-gutters {
    margin-right: 0;
    margin-left: 0px; }
  .nav .row.no-gutters > [class^="col-"], .nav .row.no-gutters > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 0; 
    z-index: 9;
  }


.sliders {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1140px;
  height: 442px;
  overflow: hidden; }

#slider1_container {
  visibility: hidden;
  position: relative;
  margin: 0 auto;
  width: 1140px;
  height: 442px;
  overflow: hidden; }

/*navigator*/
.jssorb031 {
  position: absolute; }

.jssorb031 .i {
  position: absolute;
  cursor: pointer; }

.jssorb031 .i .b {
  fill: #000;
  fill-opacity: 0.5;
  stroke: #fff;
  stroke-width: 1200;
  stroke-miterlimit: 10;
  stroke-opacity: 0.3; }

.jssorb031 .i:hover .b {
  fill: #fff;
  fill-opacity: .7;
  stroke: #000;
  stroke-opacity: .5; }

.jssorb031 .iav .b {
  fill: #fff;
  stroke: #000;
  fill-opacity: 1; }

.jssorb031 .i.idn {
  opacity: .3; }

/*arrows*/
.jssora051 {
  display: block;
  position: absolute;
  cursor: pointer; }

.jssora051 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 360;
  stroke-miterlimit: 10; }

.jssora051:hover {
  opacity: .8; }

.jssora051.jssora051dn {
  opacity: .5; }

.jssora051.jssora051ds {
  opacity: .3;
  pointer-events: none; }

/*footer*/
.footer{
    margin-top: 61px;
    background-color: #082639;
    color: #fff;
    margin-bottom: -20px;
}

    .footer .container .copyright {
        font-size: 11px;
        line-height: 1.4em;
        margin-top: 23px;
        padding-bottom: 10px;
        margin-left: 16px;
        font-weight: bold;
    }
    .footer .container .copyright a {
      color: #0293c4;
      display: block;
      font-weight: normal; }

.input-validation-error {
    border: 1px solid #a94442 !important;
}
.validation-summary-valid{
    display:none;
}
.validation-summary-errors, .account-not-found, .info-message {
    padding-left: 28px;
    padding-top: 6px;
    padding-bottom: 1px;
}
.validation-summary-errors span{
    font-weight:bold;
}
.account-not-found, .info-message {
    padding-bottom: 6px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
/*# sourceMappingURL=style.css.map */
