.omodal [required] ::-webkit-input-placeholder:after {
  content: '*';
}
.omodal [required] :-moz-placeholder:after {
  content: '*';
}
.omodal [required] ::-moz-placeholder:after {
  content: '*';
}
.omodal [required] :-ms-input-placeholder:after {
  content: '*';
}

.omodal {
  display: none;
}

.omodal,
.omodal * {
  box-sizing: border-box;
}

.omodal .omodal-overlay {
  width: 100%;
  height: 100%;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: black;
  zoom: 1;
  z-index: 99990;
}
.omodal .omodal-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-clip: border-box;
  border-radius: 3px;
  display: none;
  position: fixed;
  overflow: visible;
  top: 50%;
  left: 0;
  right: 0;
  max-height: 90%;
  width: 440px;
  max-width: 90%;
  margin: auto;
  color: #333;
  z-index: 9999999;
}
@media (max-width: 750px) {
  .omodal .omodal-container {
    max-width: 300px;
  }
}
.omodal .omodal-container #omodal-content {
  position: relative;
  height: 100%;
}
.omodal .omodal-container > .omodal-content {
  box-shadow: 0 0 5px 2px #e1e1e1;
}
.omodal .omodal-close {
  font-size: 22px;
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: initial !important;
  color: white;
  cursor: pointer;
  z-index: 99;
}
.omodal .omodal-close .fa {
  font-size: 16px;
}
@media (max-width: 750px) {
  .omodal .omodal-close {
    top: 10px;
    right: 10px;
  }
}
.omodal .omodal-header {
  padding: 20px;
  background-clip: border-box;
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 6px solid #f89829;
  background: #f89829;
  color: white;
  text-align: center;
}
.omodal .omodal-header h3 {
  margin: 0;
  font-family: serif, Arial, Sans-Serif;
  font-style: normal;
  font-size: 22px;
  color: white;
  font-weight: initial;
  text-align: center;
  text-transform: initial;
  line-height: 1;
}
@media (max-width: 750px) {
  .omodal .omodal-header h3 {
    font-size: 16px;
  }
}
.omodal .omodal-header h3:before {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 20px;
  left: 20px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .omodal .omodal-header h3:before {
    width: 22px;
    height: 22px;
    top: 10px;
    left: 10px;
  }
}
.omodal .omodal-body {
  padding: 20px;
  background-clip: border-box;
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  width: 100%;
  height: 310px;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: 0 0;
  text-align: center;
}
@media (max-width: 750px) {
  .omodal .omodal-body {
    height: 280px;
  }
}
.omodal .omodal-body img {
  margin-bottom: 20px;
}
.omodal .omodal-body h1 {
  margin-bottom: 0;
  color: #f89829;
  text-align: center;
}
.omodal .omodal-body h2 {
  font-size: 40px;
  font-family: sans-serif, Arial, Sans-Serif;
  font-style: normal;
  display: block;
  margin-bottom: 0;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .omodal .omodal-body h2 {
    font-size: 36px;
  }
}
.omodal .omodal-body h2 span {
  font-size: 40px;
  font-family: sans-serif, Arial, Sans-Serif;
  font-style: normal;
  color: #333;
  text-transform: lowercase;
}
.omodal .omodal-body h4,
.omodal .omodal-body h5,
.omodal .omodal-body h6 {
  margin-bottom: 0;
  color: #f89829;
  text-align: center;
}
.omodal .omodal-body p {
  font-size: 16px;
  font-family: sans-serif, Arial, Sans-Serif;
  font-style: normal;
  margin-bottom: 20px;
  color: #333;
  text-transform: normal;
  line-height: 1.1;
  font-weight: 300;
}
@media (max-width: 750px) {
  .omodal .omodal-body p {
    font-size: 16px;
  }
}
.omodal .omodal-body span {
  font-family: sans-serif, Arial, Sans-Serif;
  font-style: normal;
  display: block;
  margin-top: 10px;
  color: white;
}
.omodal .omodal-body .body-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.omodal .omodal-body [class^="email_signup_widget"] {
  position: absolute;
  display: inline-block;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  margin-top: 20px;
}
.omodal .omodal-body [class^="email_signup_widget"] input {
  padding: 10px;
  width: 100%;
  border: 1px solid #e1e1e1;
  background-color: white;
  box-shadow: 0 0 0 1px white;
}
.omodal .omodal-body [class^="email_signup_widget"] input::-webkit-input-placeholder {
  color: #e1e1e1;
}
.omodal .omodal-body [class^="email_signup_widget"] input:-moz-input-placeholder {
  color: #e1e1e1;
}
.omodal .omodal-body [class^="email_signup_widget"] input::-moz-input-placeholder {
  color: #e1e1e1;
}
.omodal .omodal-body [class^="email_signup_widget"] input:-ms-input-placeholder {
  color: #e1e1e1;
}
.omodal input {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: Helvetica Neue,Helvetica,sans-serif;
  line-height: 1.443;
}
.omodal .omodal-footer {
  padding: 20px;
  background-clip: border-box;
  border-radius: 0 0 3px 3px;
  overflow: auto;
  border-top: 10px solid #f89829;
  background-color: #f89829;
  color: white;
  text-align: center;
}
.omodal .email_widget_submit,
.omodal .btn {
  margin: 10px auto 20px;
  padding: 10px 20px;
  background-clip: border-box;
  border-radius: 0;
  font-size: 20px;
  font-family: sans-serif, Arial, Sans-Serif;
  font-style: normal;
  display: block;
  right: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 80%;
  background-color: #f89829;
  color: white;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  box-shadow: none;
}
@media (max-width: 750px) {
  .omodal .email_widget_submit {
    font-size: 20px;
  }
}
.omodal .email_widget_success_button .email_widget_submit {
  padding: 10px 20px;
}
.omodal .disclaimer {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #aca7a3;
  text-align: center;
}
.omodal .disclaimer a {
  color: #aca7a3;
  text-decoration: underline;
}
.omodal #eWidgetSubmit {
  float: none !important;
  border: 0 !important;
}
.omodal .email_signup_messages.success {
  font-size: 16px;
  border-color: transparent;
  background: transparent;
  color: white;
  text-align: center;
}

.omodal.photo-gallery .omodal-header h3 {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}
.omodal.photo-gallery .omodal-body {
  max-height: 80%;
  height: auto;
}
.omodal.photo-gallery .omodal-body img {
  margin: 0 auto;
  max-height: 480px;
}
@media (max-width: 750px) {
  .omodal.photo-gallery .omodal-body img {
    max-height: 320px;
  }
}
.omodal.photo-gallery .btn {
  padding: 10px 20px;
  background-clip: border-box;
  border-radius: 0;
  font-size: 20px;
  font-family: sans-serif, Arial, Sans-Serif;
  font-style: normal;
  background-color: #f89829;
  color: white;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  box-shadow: none;
}
.omodal.photo-gallery .prev-modal {
  float: left;
}
.omodal.photo-gallery .next-modal {
  float: right;
}