/* line 4, ../scss/modal.scss */
ul.camera_advantages .modal_link {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  font-weight: 800;
  line-height: 1.1875rem;
}
/* line 13, ../scss/modal.scss */
ul.camera_advantages .modal_link span.dxo_logo {
  background-image: url("/images/dxo_logo.png");
  width: 84px;
  height: 11px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 1px;
}
/* line 21, ../scss/modal.scss */
ul.camera_advantages .modal_link span.dxo_logo:hover {
  background-image: url("/images/dxo_logo_hover.png");
}
@media (max-width: 950px) {
  /* line 4, ../scss/modal.scss */
  ul.camera_advantages .modal_link {
    display: block;
  }
}

/* line 30, ../scss/modal.scss */
.modal_bg {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 501;
}
/* line 39, ../scss/modal.scss */
.modal_bg > .modal_body {
  font-family: "proxima-nova", "Arial", san-serif;
  width: 400px;
  max-width: 100%;
  margin: 100px auto;
  background-color: #565c68;
  color: #fff;
  padding: 1.5625rem;
}
/* line 47, ../scss/modal.scss */
.modal_bg > .modal_body a {
  font-weight: 700;
  color: #3d74d9;
}
/* line 50, ../scss/modal.scss */
.modal_bg > .modal_body a:hover {
  color: #EC4B2C;
}
/* line 54, ../scss/modal.scss */
.modal_bg > .modal_body .modal_button {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  background-color: #3d74d9;
  color: #fff;
  padding: 0.375rem 0.8125rem;
  margin-bottom: 0.625rem;
}
/* line 14, ../scss/_custom_functions.scss */
.modal_bg > .modal_body .modal_button:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 12px;
  margin-bottom: 2px;
  background-color: transparent;
  background-image: url("/images/link_arrow_sprite.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 0 -16px;
}
/* line 63, ../scss/modal.scss */
.modal_bg > .modal_body .modal_button:after {
  margin-left: 0.5rem;
  margin-bottom: 0.0625rem;
}
/* line 67, ../scss/modal.scss */
.modal_bg > .modal_body .modal_button:hover {
  background-color: #EC4B2C;
  color: #fff;
}
/* line 72, ../scss/modal.scss */
.modal_bg > .modal_body p {
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}
/* line 80, ../scss/modal.scss */
.modal_bg > .modal_body .modal_header {
  clear: both;
}
/* line 82, ../scss/modal.scss */
.modal_bg > .modal_body .modal_header h4 {
  width: 95%;
  float: left;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  text-transform: uppercase;
}
/* line 92, ../scss/modal.scss */
.modal_bg > .modal_body .modal_header .modal_close {
  float: right;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url("/images/modal_close.png");
  cursor: pointer;
}
/* line 98, ../scss/modal.scss */
.modal_bg > .modal_body .modal_header .modal_close:hover {
  background-image: url("/images/modal_close_hover.png");
}
