/** Colors **/
/** Typography **/
@-webkit-keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

.event-info-registration {
  color: #fff;
  padding: 15px;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .event-info-registration {
      max-width: 550px; } }

.event-info-registration__deadline {
  margin-bottom: 10px; }

.event-info-registration__url {
  padding: 10px;
  max-width: 100%;
  width: 100%;
  text-align: center; }
  @media (min-width: 900px) {
    .event-info-registration__url {
      max-width: 30%;
      margin: 0 20px 0 0; } }
  .event-info-registration__url a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }

.event-info-registration__contact {
  width: 100%;
  font-size: 15px;
  margin: 10px 0 0; }
  .event-info-registration__contact a {
    text-decoration: none;
    color: #fff; }
