/* default state */
.state-indicator {
  position: absolute;
  top: -999em;
  left: -999em;
  z-index: 4; }


/*Start ofir change 6/11*/

.relative{
  position: relative;
}
/*End ofir change*/


/* small desktop */
@media (min-width: 768px) and (max-width: 1024px) {
  .state-indicator {
    z-index: 3; } }

@media (min-width: 1024px) {
  .state-indicator {
    z-index: 1; } }

.agent-bar {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 100%;
  line-height: normal;
  min-height: 100px;
  padding: 0 3.44828%;
  background-color: #fff;
  position: absolute;
  background-color: #fff;
  z-index: 30;
  padding-bottom: 3.44828%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms linear, visibility 0s linear;
  -webkit-transition-delay: 0s, 500ms;
  transition: opacity 300ms linear, visibility 0s linear 500ms; }
  .agent-bar:after {
    content: "";
    display: table;
    clear: both; }
  .agent-bar p {
    text-align: left; }
    .agent-bar p span {
      display: block;
      margin-top: 10px; }
  .agent-bar span.first {
    font-size: 1.5625em;
    font-weight: 700; }
  .agent-bar span.second {
    font-size: 1em;
    font-weight: 700; }
  .agent-bar span.third {
    font-size: 1em;
    color: #777;
    margin-top: 15px; }
  .agent-bar.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 300ms linear, visibility 0s linear; }
   @media (max-width: 767px) {
       .agent-bar {
           padding: 0;
       }
   }
  @media (min-width: 1024px) {
    .agent-bar {
      min-height: 100%;
        transition: opacity 150ms linear, visibility 150ms linear;
    }
      .agent-bar p {
        text-align: center; }
        .agent-bar p span {
          display: block; }
      .agent-bar span.first {
        font-size: 2.1875em;
        font-weight: 700; }
      .agent-bar span.second {
        font-size: 1.25em;
        font-weight: 700; }
      .agent-bar span.third {
        font-size: 1.25em; }
      .agent-bar.open {
        opacity: 1;
        visibility: visible;
        transition: opacity 150ms linear, visibility 150ms linear; } }
  .agent-bar a.close {
    position: absolute;
    right: 15%;
    top: 5%; }

.links-item.agent.open {
  position: relative; }
  .links-item.agent.open:before {
    top: 163%;
    left: 3.9em;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    z-index: 2;
    border-bottom: 0.9em solid #fff;
    border-left: 0.6em solid transparent;
    border-right: 0.6em solid transparent; }
    @media (min-width: 1024px) {
      .links-item.agent.open:before {
        top: 82%; } }

.inputs-wrapper input {
  height: 40px;
  background-color: #fff;
  padding: 0 10px;
  text-align: left;
  color: black;
  border: 1px solid black; }
  .inputs-wrapper input:last-child {
    margin-top: 10px; }

@media (min-width: 1024px) {
  .inputs-wrapper {
    /*width: 31.03448%;*/
    width: 39.03448%;
    float: left;
    margin-right: 3.44828%;
    /*margin-right: 34.48276%; */
    margin-left: 30.48276%;
  }
    .inputs-wrapper .form-line {
      width: 48.27586%;
      float: left;
      margin-right: 3.44828%;
      float: left; }
      .inputs-wrapper .form-line:last-child {
        width: 48.27586%;
        float: right;
        margin-right: 0; }
    .inputs-wrapper input {
      height: 60px;
      background-color: #fff;
      padding: 0 10px;
      text-align: center; } }

.form-agent .forgot-pass {
  color: black;
  text-decoration: underline;
  margin-top: 15px;
  display: block; }

.form-agent .submit-btn {
  padding: 0;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.38);
  margin-top: 25%;
  display: inline-block;
  cursor: pointer; }
  .form-agent .submit-btn .btn {
    color: white;
    text-decoration: none;
    padding: 5px 100px;
    font-size: 1.875em;
    text-align: center;
    color: #323232;
    font-weight: 700; }
  .form-agent .submit-btn .btn-main {
    background: #ff7d19; }
    .form-agent .submit-btn .btn-main:hover {
      background: #ef6800;
      transition: all 0.3s ease; }
    .form-agent .submit-btn .btn-main:active {
      background: #994200; }

@media (min-width: 1024px) {
  .form-agent .submit-btn {
    margin-top: 1.44828%; } }

.new-line {
  clear: both; }

/*Ofir change 20/6/16*/
@media(max-width: 768px){
  /* make the close btn a little more closer the the line of the div*/
  .agent-bar a.close{
    right:6%;
  }
  /*give space between the div bottom to the btn*/
  .form-agent .submit-btn{
    margin-bottom: 10%;
    margin-top: 10%;
  }
}
/*End ofir change*/
@media screen and (device-aspect-ratio: 40/71) {
  .form-agent .submit-btn .btn {
    padding: 5px 80px;
  }
}
