/* line 1, ../sass/attention.scss */
.att-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  display: none;
}

/* line 11, ../sass/attention.scss */
.att-holder {
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

/* line 25, ../sass/attention.scss */
.arr-box {
  background: #fff;
  width: 60%;
  height: auto;
  position: absolute;
  display: none;
  padding: 1em;
  -webkit-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.37);
-moz-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.37);
box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.37);
}

.arr-box .con-mod-box {
    width: 812px;
}

/* line 33, ../sass/attention.scss */
.arr-box .pos-inner {
  padding: 30px;
  text-align: center;
}

/* line 38, ../sass/attention.scss */
.arr-box a.btn-default {
      border: 1px solid #bc9b5d;
    padding: 0.75em;
    display: inline-block;
    background: #bc9b5d;
    color: #fff;
    margin: 1em 0 0;
}

/* line 45, ../sass/attention.scss */
.arr-box h3 {
  line-height: 36px;
}

@media (min-width: 320px) and (max-width: 414px) {
    .arr-box {
      width: 95%;
    }
    .arr-box .con-mod-box {
        width: 304px;
    }
}

@media (min-width: 568px) and (max-width: 812px) {
    .arr-box {
      width: 95%;
    }
    .arr-box .con-mod-box {
        width: 540px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .arr-box {
      width: 95%;
    }
    .arr-box .con-mod-box {
        width: 772px;
    }
}
