.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 {
    width: 680px;
    background-color: #fff;
    position: relative;
  border: 2px solid #fff;
  border-radius: 5px;
}
.box-modal:before {
  content: '';
  display: block;
  position: absolute;
  width: 58px;
  height: 58px;
  top: 0;
  right: 0;
  z-index: 3;
  background: url("../../images/form-corner.png") 0px 0px no-repeat;
}
.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: 140%;
    display: table-cell;
    vertical-align: middle;
    height: 140px;
}
#light-box {
    border-radius: 5px;
}
.modal-close:hover{

  opacity: .9;

}
.modal-close:active{
  top: -21px;
}
.modal-close {
    z-index: 1000;
    position: absolute;
    right: -22px;
    top: -22px;
    color: transparent;
    cursor: pointer;
    background: url('../../images/sprite.png') no-repeat -57px -213px;
    width: 30px;
    height: 30px;
}





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;
}

