@font-face {
    font-family: 'Delirium';
    src: url('./font/Delirium_extrabold.eot');
    /* IE9 Compat Modes */
    src: url('./font/Delirium_extrabold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./font/Delirium_extrabold.woff') format('woff'),
        /* Modern Browsers */
        url('./font/Delirium_extrabold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./font/Delirium_extrabold.svg#Akrobat-Black') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Delirium';
    src: url('./font/Delirium_extrabold.eot');
    /* IE9 Compat Modes */
    src: url('./font/Delirium_extrabold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./font/Delirium_extrabold.woff') format('woff'),
        /* Modern Browsers */
        url('./font/Delirium_extrabold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./font/Delirium_extrabold.svg#Akrobat-Bold') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('./font/Rajdhani-Regular.eot');
    /* IE9 Compat Modes */
    src: url('./font/Rajdhani-Regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./font/Rajdhani-Regular.woff') format('woff'),
        /* Modern Browsers */
        url('./font/Rajdhani-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./font/Rajdhani-Regular.svg#Akrobat-Bold') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


body {
    font-family: sans-serif;
    font-size: 12px;
}

form {
    margin-top: 2em;
}

.unselectable {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#jersey {
    font-family: "Delirium";
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.jersey-2223 .flipper {
    font-family: "Rajdhani";
}

#jersey_name {
    font-size: 3.5em;
    letter-spacing: 2px;
    line-height: 1.75;
    text-align: center;
    position: absolute;
    left: 20%;
    right: 20%;
    white-space: nowrap;
}

#jersey_number {
    text-align: center;
    position: absolute;
    left: 10%;
    right: 10%;
}

.jersey_number_img {
    margin: 0 5px;
}

.jersey-font-white {
    color: #ffffff;
}

.jersey-font-blue {
    color: #06234c;
}

.jersey-font-blue_2223 {
    color: #0253ae;
}

.jersey-font-black_2324 {
    color: #0c0c0c;
}

.jersey-font-red {
    color: #dd1f28;
}

.jersey-1 #jersey_img {
    margin-left: 1.5vw;
}

.flipper {
    position: relative;
    transition: transform .25s ease-in-out;
    transform-style: preserve-3d;
}

.flipper.front {
    transform: rotateY(180deg);
}

.img_frontside {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateY(180deg);
}

.img_backside {
    transform: rotateY(0deg);
}

.img_frontside,
.img_backside {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.btn-radio {
    background-color: #ececec;
    border-color: #ececec;
    color: #093b82;
}

.btn-radio:hover {
    background-color: #da2032;
    border-color: #da2032;
    color: #fff;
}

.btn-radio.active {
    background-color: #093b82;
    border-color: #093b82;
    color: #fff;
}

.btn-radio-group .btn-radio {
    font-weight: 200;
    margin-left: 1em;
    padding: .75em 2em .825em;
    text-transform: none;
}

.btn-radio-group .btn-radio:first-child {
    margin-left: 0;
}

.price_row {
    display: inline;
    padding-right: 8px;
    vertical-align: text-bottom;
}