.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url('../img/loading.gif') no-repeat 50% 50%;
}
.box-modal {
    position: relative;
    background-color: #fff;
    width: auto;
    border: 5px solid #FF1B22;
    border-radius: 3px;
    padding: 30px 12px 12px 20px

}

.box-modal .main-form{

  padding: 0;
  border: none;
  width: auto;
  border-radius: 0;
}
.light-modal {
    position: relative;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
    opacity: 0;
}
#big-modal {
 width: 655px;
}
#middle-modal {
    width: 455px;
}
#small-modal {
    width: 446px;
}

#feedback-modal-box #feedback-infolist {
    list-style: none;
    display: table;
    width: 100%;
    height: 100%;
	margin:0;
	padding:0;
}
#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 48px;
    width: 800px;
    display: table-cell;
    vertical-align: middle;
    font-family: 'IntroRegular';
    height: 200px;
}
#light-box {
    border-radius: 5px;
}
.modal-close {
    width: 10px;
    height: 9px;
    position: absolute;
    right: 14px;
    top: 14px;
    color: transparent;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAAilBMVEXz8vLy8fHw7+/v7u7v7u7o6Ojo5+fm5eXj4uLi4eHh4ODh4ODg39/f39/f39/e3d3e3d3c29vX1tbU09PT0tLQz8/Ozc3NzMzNzMzMzMzJycnJyMjGxcXFxMS8vLy8vLy6urq5ubm3tra2tbW2tbW2tbW0s7O0s7OzsrKzsrKysbGysbGxsbGxsbFlKxmXAAAALXRSTlMAAg0QEiowNT5CREZKTE1TVFtseX6HkJKTlKOmrrLU1d7g6+3v8PT1+Pn8/f7nC8QsAAAAVklEQVR4AR3BhxYBIBiA0c9IBpWdEaKE+t//9ZzTvbjgxzDywaGi7GErUYFOzc6/SQOYd34WQ3cVOdNt2uNVLMDqlyfLmhcwq7KGnXymHO+nAQwvt8MfN1wGaJNTnGYAAAAASUVORK5CYII=') no-repeat 0 0;
}

.modal-close:hover {
    opacity: .7;
}



input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

