
@font-face {
    font-family: 'DINOT';
    src: url('DINOT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINOT-LIGHT';
    src: url('DINOT-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINOT-BOLD';
    src: url('DINOT-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.bt_lobby {
    font-family: "DINOT";
    font-size: 19px;
}

.info_body {
    font-family: "DINOT-LIGHT";
    font-size: 14px;
}
a.info_body {
    font-family: "DINOT-LIGHT";
    font-size: 14px;
    color:#007ac3;
    text-decoration: underline;
}

.info_header {
    font-family: "DINOT-BOLD";
    font-size: 20px;
}
.info_header2 {
    font-family: "DINOT-BOLD";
    font-size: 20px;
    border-radius: 5px;
}

.info_menu {
    font-family: "DINOT";
    font-size: 19px;
}
.info_menusub {
    font-family: "DINOT-LIGHT";
    font-size: 16px;
}
.info_menu_header {
    font-family: "DINOT";
    font-size: 20px;
}

.info_menu_header2 {
    font-family: "DINOT-LIGHT";
    font-size: 18px;
}

/**####################################CCS STYLES##############################**/


.info_body_doublelist{
    font-family: "DINOT-LIGHT";
    font-size: 14px;
    float: left;
}

.slide-fwd-center {
    -webkit-animation: slide-fwd-center 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
            animation: slide-fwd-center 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-9-13 9:13:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-fwd-center
 * ----------------------------------------
 */
@-webkit-keyframes slide-fwd-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  100% {
    -webkit-transform: translateZ(160px);
            transform: translateZ(160px);
  }
}
@keyframes slide-fwd-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  100% {
    -webkit-transform: translateZ(160px);
            transform: translateZ(160px);
  }
}
