/*
@font-face {
  font-family: "Didot_Bold";// avenir font regular
  src: url("/fonts/Didot-Bold.woff") format('woff');
  //font-weight: bold;
}

@font-face {
  font-family: "Didot_Italic";// avenir font regular
  src: url("/fonts/Didot-Italic.woff") format('woff');
  font-style: italic;
}

@font-face {
  font-family: "Gotham_Bold";// avenir font bold
  src: url("/fonts/GothamHTF Bold.woff") format('woff');
  font-weight: bold;
}

@font-face {
  font-family: "Gotham_Medium";// avenir font bold
  src: url("/fonts/GothamHTF Medium.woff") format('woff');
  font-weight: bold;
}
*/

#modal-promos .modal-dialog  {
  margin: 115px auto;
}

#modal-promos .modal-header button.close {
  position: absolute;
  left: 0;
  top: -60px;
}

#modal-promos .modal-header {
  height: auto;
  min-height: 0;
  padding: 0;
}
#modal-promos .modal-header button {
  position:absolute;
}
#modal-promos .modal-body {
  padding: 0;
}
#modal-promos .modal-content {
  border: none;
}
#modal-promos .modal-body div {
  background-repeat: no-repeat;
}