.bg-img{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.web-blockscreen{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
}
.web-popup{
  z-index: 2000;
  position: fixed;
  width: 100%;
  padding: 10% 0px;
  top: 0px;
  left: 0px;
  display: none;
}
.viewer-popup{
  z-index: 2000;
  position: fixed;
  width: 100%;
  padding: 10% 0px;
  top: 0px;
  left: 0px;
  display: none;
}
#popup{
  z-index: 2200;
}
#subscribe{
  z-index: 2100;
}
.web-popup .display-popup{
  width: 100%;
  background-color: #FFF;
  text-align: center;
  padding: 30px;
  position: relative;
  box-shadow: 0px 0px 3px #AAA;
}
.web-popup .display-popup h3.topic-popup{
  font-family: inherit;
  font-size: 30px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 1;
}
.web-popup .display-popup p.message-popup{
  padding: 0px;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.3;
  max-height: 220px;
  overflow-y: auto;
  margin-bottom: 20px;
  color: #555;
}
.web-popup .display-popup .img-popup{
  width: 100%;
}
.web-popup .display-popup .close-popup{
  color: #000;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.web-popup input[type=text]{
  width: 100%;
  border: 2px solid #000;
  padding: 2px 10px;
  letter-spacing: 1px;
  color: #000;
}
.web-popup input[type=button]{
  height: 40px;
  line-height: 40px;
  text-transform: none;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #B21F2A;
  color: #B21F2A;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  outline: none;
}
.web-popup input[type=button]:hover{
  background-color: #B21F2A;
  color: white;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.validation_fail{
  border-color: #F00 !important;
}
.review-img{
  display: inline-block;
  width: 200px;
  height: 200px;
  background-color: #EEE;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 5px solid #FFF;
  border-radius: 100px;
  box-shadow: 0px 0px 3px #333;
  margin-bottom: 30px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}