body.ovl-opened {
  overflow:hidden!important;
}
body.ovl-opened .page {
  height: auto;
  min-height: 100vh;
  overflow-x:hidden;
  overflow-y:scroll;
}
.ovl-fade {
  background: #362b2a;
  height: 100%;
  left: 0;
  opacity: 0.7;
  visibility: hidden;
  overflow-y:scroll;
  position: fixed;
  top: 0;
  transition: opacity .2s, visibility .2s;
  width: 100%;
  z-index: 99;
}
.ovl-opened .ovl-fade {
  opacity: 0.6;
  visibility: visible;
}
.ovl-wrap {
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  text-align: center;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 100;
}
.ovl {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  position: relative;
  vertical-align: middle;
  white-space: normal;
  margin: 15px 0;
  transition: opacity .2s, visibility .2s;
  color:#c4c4c4;
  background: #1a0b0a;
  text-align:left;
}
.ovl-opened .ovl {
  opacity: 1;
  visibility: visible;
}
.ovl-close {
  position:absolute;
  left:100%;
  top:0;
  margin-left:13px;
  cursor:pointer;
  width:25px;
  height:24px;
  background: url(../images/ovl-close.png) no-repeat  0 0;
}
.ovl-video {
  background: #000;
  width:814px;
  height:458px;
}

.ovl > img {
  max-width:1000px;
  display:block;
}

.ovl-inner {
 width:670px;
}
.ovl-inner--lg {
 width:840px;
}
.ovl-title {
  padding: 15px 30px;
  text-transform:uppercase;
  color:#fff;
  font-size:30px;
}
.ovl-title--lg {
  font:bold 36px $font_cond;
}
.ovl-subtitle {
  color:$color_lgold;
  background:$color_brown;
  font-size:18px;
  padding: 20px 30px;
}
.ovl-content {
  padding: 25px 30px 30px;
}
.ovl-title + .ovl-content {
  padding-top:0;
}

.ovl-inner .column-2 {
  padding: 0 15px 0 0;
}
.ovl-inner .column-2 + .column-2 {
  padding: 0 0 0 15px;
}

/* white ovl */
.ovl-inner--white,
.ovl-inner--white .ovl-title {
  background:#fff;
  color:#180d10;
}
.ovl-inner--white .ovl-content {
  color:#180d10;
}

/* gallery ovl */
.ovl .ovl-arrow {
  width:52px;
  height:53px;
  background: url(../images/ovl-arrow.png) no-repeat 0 0;
  cursor:pointer;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  z-index:11;
}
.ovl .ovl-arrow.ovl-arrow--left {
  left:-72px;
}
.ovl .ovl-arrow.ovl-arrow--right {
  right:-72px;
  background-position: 100% 0;
}
.review-arrow--left:hover {
  background-position: 0 100%;
}
.review-arrow--right:hover {
  background-position: 100% 100%;
}

/* subscribe ovl */
.ovl-subscribe {
  width:720px;
  height:298px;
  padding: 0 25px 0 340px;
  background: url($static/images/common/subscribe-ovl.jpg) no-repeat 0 0;
}
.ovl-subscribe .btn {
  width:165px;
  min-width:165px;
  text-align:center;
}
.ovl-subscribe__text {
  text-transform:uppercase;
  margin:0 0 35px;
  font: 21px/1.2 $font_cond;
}

/* psevdo GMR ovl */
.popup__header {
    background-color: #3c3c3c;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    width: 440px;
    font-family: PTSans,Arial,Tahome,Verdana,sans-serif !important;
}
.popup__inner {
    font-size: 15px;
    line-height: 19px;
    padding: 20px;
    width: 440px;
    background:#fff;
    color: #3a3a3a;
    font-family: PTSans,Arial,Tahome,Verdana,sans-serif !important;
}
.popup__inner p {
    font-size: 15px;
    line-height: 21px;
    margin: 0;
}
.popup__inner p a {
    color: #222222;
    text-decoration: underline;
}
.popup__close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0;
}
.popup__form__button {
    -moz-user-select: none;
    background: #168ce3 none repeat scroll 0 0;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
}
.popup__form__row {
  margin-top: 20px;
  text-align: center;
}
.popup__inner + .icon {
  display:none;
}
