/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-family: sans-serif;
  /* 1 */
  position: relative; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* font: inherit; */
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* font: inherit; */
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("clientlibs/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("clientlibs/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("clientlibs/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("clientlibs/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("clientlibs/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #2c2c2c;
  background-color: #fff; }

input,
button,
select,
textarea {
  /* font-family: inherit; */
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #1A1C1E;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6c6c6c; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #2c2c2c; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.carousel__text,
.disclaimer,
.form__headline,
.form__subheadline,
.form__label,
.headline,
.internal-navigation__item,
.istitutional__link,
.menu,
.navigation--bottom__headline,
.navigation--bottom__link,
.subheadline,
.subtitle,
.title,
.smalltitle {
  /*color: #0c51a1;*/
    color: #0047BB;
  /*font-family: 'Assistant';*/
  /*font-weight: 600;*/ }

a,
a:visited,
a:active,
a:active:focus {
  color: #0047BB;
  text-decoration: underline;
}

a.menu__item__link:visited,
a.menu__item__link:active,
a.menu__item__link:active:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #4270E4;
}

ul,
ul li {
  list-style-type: none; }

.back {
  margin: 2em auto; }

.center {
  text-align: center; }
  .center .img-responsive {
    margin: 0 auto; }

.green,
a.green {
  color: #71bd37; }

.light-yellow,
a.light-yellow {
  color: #fcf4de; }

.yellow,
a.yellow {
  color: #ffe886; }

.dark-yellow,
a.dark-yellow {
  color: #fadc5c; }

.darkest-yellow,
a.darkest-yellow {
  color: #fdce1b; }

.orange,
a.orange {
  color: #ffa300; }

.medium-orange,
a.medium-orange {
  color: #ff791f; }

.dark-orange,
a.dark-orange {
  color: #f58220; }

.red,
a.red {
  color: #e92100; }

.medium-red,
a.medium-red {
  color: #cd1d00; }

.dark-red,
a.dark-red {
  color: #b82300; }

.darkest-red,
a.darkest-red {
  color: #900000; }

.blue,
a.blue {
  color: #0c51a1; }

.dark-blue,
a.dark-blue {
  color: #004c97; }

.medium-blue,
a.medium-blue {
  color: #1b9ddb; }

.light-blue,
a.light-blue {
  color: #8dc8e8; }

.superlight-blue,
a.superlight-blue {
  color: #dfe9f1; }

.white,
a.white {
  color: #fff; }

.lightest-grey,
a.lightest-grey {
  color: #eaeaea; }

.lighten-grey,
a.lighten-grey {
  color: #ccc; }

.light-grey,
a.light-grey {
  color: #b3b3b3; }

.medium-grey,
a.medium-grey {
  color: #999; }

.dark-grey,
a.dark-grey {
  color: #666; }

.darkest-grey,
a.darkest-grey {
  color: #333; }

.black,
a.black {
  color: #000; }

.constrain-0-0 {
  padding-bottom: 0em;
  padding-top: 0em; }

.constrain-2-0 {
  padding-bottom: 2em;
  padding-top: 2em; }

.constrain-4-0 {
  padding-bottom: 4em;
  padding-top: 4em; }

.constrain-0-2 {
  padding: 0em 2em; }

.constrain-2-2 {
  padding: 2em 2em; }

.constrain-4-2 {
  padding: 4em 2em; }

.constrain-0-4 {
  padding: 0em 4em; }

.constrain-2-4 {
  padding: 2em 4em; }

.constrain-4-4 {
  padding: 4em 4em; }

.white-shadow {
  text-shadow: -2px 0 2px #fff, 0 2px 2px #fff, 2px 0 2px #fff, 0 -2px 2px #fff; }

.main-container {
  padding-bottom: 2em; }

.content-flexible {
  align-items: center;
  display: flex; }
  .content-flexible .grow-1 {
    flex-grow: 1; }
  .content-flexible .grow-2 {
    flex-grow: 2; }

.default-text {
  margin: 2em 0; }
  @media (min-width: 768px) {
    .default-text:first-child {
      margin-top: 0; } }
  .default-text .star {
    font-size: 1.4em;
    top: 0; }
  .default-text--compressed {
    margin: .5em 0; }
  .default-text__left-image, .default-text__right-image {
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 480px) {
    .default-text__left-image, .default-text__right-image {
      max-width: 50%; }
    .default-text__left-image {
      margin-right: 1em;
      margin-bottom: 1em;
      float: left; }
    .default-text__right-image {
      margin-left: 1em;
      margin-bottom: 1em;
      float: right; } }
  .default-text--gev {
    font-size: .8em;
    color: #666; }

.headline,
.subheadline {
  color: #1A1C1E; }

.headline {
  font-size: 3em;
  line-height: 1;
  margin: 0 auto 1em; }

.list {
  list-style-type: none;
  padding: 0; }
  .list ul {
    padding: 0; }
  .list--styled li {
    list-style-type: disc; }

.smalltitle {
  font-size: 1em; }
  .smalltitle.inline {
    display: inline; }
  .smalltitle--lotto {
    color: #ffa300; }
  .smalltitle--gev {
    border-bottom: 2px solid #8dc8e8;
    color: #0c51a1;
    font-weight: 300;
    margin-top: 2em; }
    .smalltitle--gev--big {
      font-size: 1.5em;
      font-weight: 100;
      padding: 0 .2em 0 .3em; }
    .smalltitle--gev__image {
      margin-top: -.8em; }

.subtitle {
  font-size: 1.4em; }
  .subtitle--no-space {
    margin: 0 0 1em 0;
    padding: 0; }
  .subtitle--lotto {
    color: #f58220;
    font-weight: 600; }
  .subtitle--dieci-e-lotto {
    color: #0c51a1;
    font-weight: 600; }
    .subtitle--dieci-e-lotto .left {
      float: left; }
    .subtitle--dieci-e-lotto .right {
      float: right; }
    .subtitle--dieci-e-lotto--game {
      /*align-items: center;*/
      display: flex;
      justify-content: space-between;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: uppercase; }
      @media (min-width: 768px) and (max-width: 992px) {
        .subtitle--dieci-e-lotto--game {
          font-size: 1.1em; } }
      .subtitle--dieci-e-lotto--game .lottery-ball {
        margin: 0; }
      .subtitle--dieci-e-lotto--game .dieci-e-lotto-game__title__code {
        font-size: 1.2em;
        margin-left: 0; }

.switch-borders .top-image .img-circle,
.switch-borders li:nth-child(odd) .img-circle {
/*   border: 4px solid #1b9ddb; */
  width: 15em; }

.switch-borders .top-image .img-circle--border-orange,
.switch-borders li:nth-child(even) .img-circle {
  /*border: 4px solid #ffa300;*/
  width: 15em; }

.borderless,
li .borderless {
  border: 0;
  border-radius: 0; }

.azienda {
  margin: 1em 0;
  width: 1140px; }

.countries {
  overflow: visible; }
  .countries .num {
    color: #004c97;
    font-size: 1.5em;
    padding: 0.3em 0 0; }
  .countries .description {
    color: #666;
    font-size: .8em; }
  .countries .countries__wrapper {
    position: relative; }
  .countries .countries__map {
    margin: 0 auto; }
  .countries span {
    /* font-family: 'Assistant'; */
}

/*.open-with-lightbox {*/
  /*position: relative; }*/
  /*.open-with-lightbox::before {*/
    /*position: absolute;*/
    /*content: '';*/
    /*right: 0;*/
    /*top: 50%;*/
    /*margin-top: -50px;*/
    /*margin-right: -40px;*/
    /*background-image: url("clientlibs/images/lente.png");*/
    /*width: 80px;*/
    /*height: 79px;*/
    /*background-position: right center;*/
    /*background-repeat: no-repeat; }*/

.reseller {
  color: #666;
  font-size: .8em;
  margin-bottom: 1em; }
  /*.reseller__image {
    border: 2px solid #ff791f; }*/

@media (max-width: 480px) {
  .col-xs-fullwidth {
    width: 100%; } }

.margin-bottom-1 {
  margin-bottom: 15px; }

.margin-bottom-2 {
  margin-bottom: 2em; }

@media (min-width: 768px) {
  .col-sm-1--custom {
    width: 10.5%; } }

@media (min-width: 1200px) {
  .col-lg-1--custom {
    width: 12.5%; } }

.datepicker-trigger__container {
  float: left;
  font-size: 2em;
  margin-top: .7em;
  text-align: center; }
  .datepicker-trigger__container .datepicker-trigger:hover {
    cursor: pointer;
}



/* ----------------------------------------------------- */
html,
body {
  color: #1A1C1E;
  font-family: 'Inter' !important;
  font-weight: 300;
}

.lis-font-style {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.lfs-w-regular {
  font-weight: 300;
}

.lfs-w-bold {
  font-weight: 500;
}

.lfs-c-neutral-10 {
  color: #1A1C1E;
}

.lfs-c-neutral-30 {
  color: #46474A;
}

.lfs-c-neutral-40 {
  color: #5D5E61;
}

.lfs-c-primary-33 {
  color: #0047BB;
}

.lfs-c-secondary-87 {
  color: #EEDC00;
}

/*
 * Foglio di stile per accessibilità WCAG 2.1 
 * site-accessibility.css
 *
 * -------------------------------- focus-visible globale ------------------------------- */
[role=button]:focus-visible,
[role=link]:focus-visible,
[role=main]:focus-visible,
[role=navigation]:focus-visible,
header:focus-visible,
footer:focus-visible,
nav:focus-visible,
main:focus-visible,
section:focus-visible,
a:focus-visible,
button:focus-visible,
.form-control:focus-visible,
.form .custom-checkbox:focus-visible~.check.check--box,
span:focus-visible,
div:focus-visible,
.lis-section-central--item:focus-within,
.ltmit-swiper-image--container:focus-within .ltmit-swiper-image--button:focus-visible,
.ltmit-swiper-image--container:focus-within .swiper-button-next:focus-visible, 
.ltmit-swiper-image--container:focus-within .swiper-button-prev:focus-visible,
.ltmit-swiper-image--container .swiper-pagination-bullets .swiper-pagination-bullets:focus-visible {
    box-shadow: 0 0 0 1px #0047bb, 0 0 0 4px #eedc00 !important;
    transition: box-shadow .15s linear !important;
    outline: 2px solid #0000 !important;
}

/* -------------------------------- skip-content-menu (site-accessibility.css) ------------------------------- */

.navigation-skip-menu:not(:focus-within) {
    color: #000;
    position: fixed;
    top: -10000px;
    left: 0px;
    z-index: -100 !important;
}

.navigation-skip-menu:focus-within {
    color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100000 !important;
}

.navigation-skip-container {
    width: 18em;
    height: auto;
    margin: 10px;
    font-size: 1.8rem;
    line-height: 1.5;
}

.navigation-skip-list {
    position: inherit !important;
    padding-inline: 0.5em;
    margin-top: 0.45rem;
}

.navigation-skip-button,
.navigation-skip-list {
    background-color: #fff;
    border: 0.18rem solid #000;
    border-radius: 0.45rem;
    height: auto;
    width: 100%;
}

.navigation-skip-button{
    color: #000;
    padding: 0.45em;
    line-height: 1.5;
}

.navigation-skip-container .navigation-skip-list .skip-menu-link{
	color: #0047bb;																
    line-height: 1.5;
    padding: 1rem;
}

.navigation-skip-container .navigation-skip-list .skip-menu-link:hover,
.navigation-skip-container .navigation-skip-list .skip-menu-link:focus {
    color: #00297A;
    background-color: transparent;
}

@media screen and (max-width: 1254px) {
    .skip-menu-link__hidden {
        display: none;
    }
}

/* -------------------------------- ltmit-lis-vetrina (site-accessibility.css) ------------------------------- */

.lis-vetrina-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1em 0 1em 0;
}

.lis-vetrina-container--title{
    margin-bottom: 0.5em;
}

.lis-vetrina-container--row{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: row wrap;
    gap: 1.5rem;
    row-gap: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.lis-vetrina--item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap; 
    width: 17.75em;
}

.lis-vetrina--item .vetrina{
    height: auto !important;
    flex-grow: 1;
}

.lis-vetrina--content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: .5em;
    margin-bottom: .5em;
}

.lis-vetrina-content--image{
    max-width: 100%; 
    max-height: 100%; 
    height: auto;    
    width: auto;     
}

.lis-vetrina-content--text{
    display: block;
    padding-top: 1em;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
}

@media screen and (max-width: 1254px) {
    .lis-vetrina-container{
        align-items: center;
    }
    .lis-vetrina-container--row{
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .lis-vetrina-content--text{
        font-size: 1.2rem;
    } 
}

@media screen and (max-width: 400px) {
    .lis-vetrina-container--row{
        width: 100%;
    }

    .lis-vetrina--item {
        flex: auto;
    }
}

/* -------------------------------- ltmit-lissection-component (site-accessibility.css) ------------------------------- */

.lis-section-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    gap: 1rem;
}

.lis-section-container--central{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 2;
    gap: 1.5rem;
}

.lis-section-central--row{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
    height: 100%;
}

.lis-section-central--item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 14.2em;
}

.lis-section-central--item:focus-within a:focus-visible{
    outline: none !important;
    box-shadow: none !important;
    transition: none !important;
}

.lis-section-item--container{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.lis-section-item--content{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lis-section-item--text{
    font-size: 1rem;
    margin-top: 1em;
    width: 100%;
    overflow-wrap: anywhere;
}

.lis-section-item--content p.lis-section-item--text{
    line-height: 1.5;
}

.lis-section-central--rowParsys{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1rem; 
}

.lis-section-central--parsysLeft{
    display: block;
    width: 59.2%;
}

.lis-section-central--parsysRight{
    display: block;
    width: 38.9%;
}

.lis-section-parsys--content:first-child :first-child{
    max-width: 100%; 
    max-height: 100%;  
 }

.lis-section-container--rightSide{
    display: flex;
    flex: 1;
}

.lis-section-rightSide--row{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.lis-section-rightSide--item{
    width: 100%;
    height: 100%;
}

.lis-section-container--central .lis-section-central--item .lis-section-item--container,
.lis-section-container--rightSide .lis-section-rightSide--row .lis-section-rightSide--item{
    margin: 0;
}

.lis-section-rightSide--itemContent{
    display: flex;
    flex-direction: column;
    margin-inline: 1rem;
}

.lis-section-rightSide--image a{
    display: block;
}

.lis-section-rightSide--image img{
    max-width: 100%; 
    max-height: 100%; 
    height: auto;    
    width: auto;     
}

.lis-section-rightSide--text{
    margin-top: 3em;
    line-height: 1.5;
}

.lis-section-rightSide--title{
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5;
    margin: 1rem 0 1.5rem 0;
}

@media screen and (max-width: 1200px) {
    .lis-section-central--item{
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 992px) {
    .lis-section-container{
        flex-direction: column;
        gap: 1.5rem;
    }

    .lis-section-container--central,
    .lis-section-container--rightSide{
        flex: 0 0 auto;
        width: 100%;
    }

    .lis-section-central--item{
        flex: auto;
    }

    .lis-section-rightSide--row{
        justify-content: center;
        flex: 1;
    }

    .lis-section-rightSide--itemContent{
        flex-direction: row;
        gap: 1rem;
    }

    .lis-section-central--parsysLeft,
    .lis-section-central--parsysRight{
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 767px){
    .lis-section-container{
        align-items: center;
    }

    .lis-section-central--rowParsys,
    .lis-section-rightSide--itemContent{
        flex-direction:column;
        align-items: center;
    }

    .lis-section-rightSide--item{
        height: fit-content;
    }
}

@media screen and (max-width: 400px) {
    .lis-section-item--text{
        font-size: 1.2rem;
    } 
}

/* -------------------- pre-footer (site-accessibility.css) ----------------- */

.navigation--bottom a {
    display: inline-block;  
}

.navigation--bottom .menu__dropdown__content .menu__dropdown__row {
    padding-top: 0.4em;
}

.navigation--bottom .menu__dropdown__columns__item .menu__dropdown__columns__link{
    line-height: 1.5;
 }

.pre-footer-section a{
    padding: 0.7em;
    padding-left: 0;
}

/* -------------------- ltmit-faq (site-accessibility.css) ----------------- */

.ltmit-faq-heading-container{
    padding: 0.85em 0.85em;

}
.text-faq-default.ltmit-faq-heading-text{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.5;
    background-color: transparent !important;
    padding: 0.94em 0.5em;
}

.panel-group .panel .ltmit-faq-heading-text[aria-expanded=true] i {
    font-size: 1.1em;
    rotate: 90deg;
    transition: .3s linear all !important;
}

.panel-group .panel .ltmit-faq-heading-text[aria-expanded=false] i {
    transition: none !important;
}

/* -------------------- header (site-accessibility.css) ----------------- */

@media (min-width: 1255px) {
    .menu__second__level a.menu__item__link--block,
    .third-level-menu__item a.menu__item__link--block,
    .menu__dropdown__columns__item a.menu__item__link--block{
        display: inline-block;
        padding: .1em;
        line-height: 1.5;
    }

    .help.menu__item__help__link .menu__separator span{
        height: 1.4em;
        top: 0.7em;
        width: 0.13rem;
        transform: translateZ(0);
    }
}

.help.menu__item__help__link{
    display: flex;
}

.help .menu__item__link .fa{
    display: contents;
}

@media (max-width: 1254px) {
    .help.menu__item__help__link .menu__item__link{
        text-underline-offset: .1em;
    }
}

@media (max-width: 767px) {
    .logo-container .menu__logo {
        height: 5em;
    }

    .hamburger{
        top: 22px;
    }
}

@media (max-width: 328px) {
    header .logo-container a {
      visibility: hidden;
    } 
}

/* -------------------- ltmit-swiper-image (site-accessibility.css) ----------------- */

.ltmit-swiper-image--container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    min-height: 15em;
}

.ltmit-swiper-image--container .swiper-button-next, 
.ltmit-swiper-image--container .swiper-button-prev,
.ltmit-swiper-image--container .swiper-pagination.swiper-pagination-bullets,
button.ltmit-swiper-image--button {
    background-color: #00000050;
}

.ltmit-swiper-image--container .swiper-button-next:hover, 
.ltmit-swiper-image--container .swiper-button-prev:hover,
.ltmit-swiper-image--container .swiper-pagination.swiper-pagination-bullets:hover,
.ltmit-swiper-image--container .swiper-pagination.swiper-pagination-bullets:focus-within,
button.ltmit-swiper-image--button:hover,
button.ltmit-swiper-image--button:focus-visible{
    background-color: #00000086;
}

.ltmit-swiper-image--container .swiper-button-next, 
.ltmit-swiper-image--container .swiper-button-prev {
    padding: 3rem;
    border-radius: 50%;
    border-color: transparent;
}

.ltmit-swiper-image--container .swiper-pagination .swiper-pagination-bullet {
    margin-inline: .4em;
}

.ltmit-swiper-image--container .swiper-pagination.swiper-pagination-bullets{
    left: auto;
    width: max-content;
    padding-bottom: 0.1em;
    border-radius: 1em;
    bottom: 1rem;
    font-size: 1.1em !important;
}

button.ltmit-swiper-image--button{
    position: absolute;
    top: 10px;
    left: 10px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    padding: 1.8rem 1.9rem 1.3rem 1.9rem;
}

button.ltmit-swiper-image--button i{
    color: #fff;
    font-size: 1.6em !important;   
}

button.ltmit-swiper-image--button i.fa.fa-play{
    margin-left: 0.05em;
}

.ltmit-swiper-image--link{
    text-decoration: none;
}

.ltmit-swiper-image--link:focus-visible{
    display: block;
    margin: 0.35em;
}

.ltmit-faq-heading-container .swiper-pagination-bullet:focus {
    outline: none !important;
}   

.ltmit-swiper-image--slide{
    display: flex;
    justify-content: center;
}

@media (min-width: 1025px){
    .ltmit-swiper-image--container .swiper-button-next, 
    .ltmit-swiper-image--container .swiper-button-prev,
    .ltmit-swiper-image--container .swiper-pagination,
    .ltmit-swiper-image--container .swiper-pagination .swiper-pagination-bullet,
    button.ltmit-swiper-image--button,
    button.ltmit-swiper-image--button i {
        opacity: 0;
    }

    .ltmit-swiper-image--container:hover .ltmit-swiper-image--button,
    .ltmit-swiper-image--container:hover .ltmit-swiper-image--button i,
    .ltmit-swiper-image--container:focus-within .ltmit-swiper-image--button,
    .ltmit-swiper-image--container:focus-within .ltmit-swiper-image--button i,
    .ltmit-swiper-image--container:hover .swiper-button-next, 
    .ltmit-swiper-image--container:hover .swiper-button-prev,
    .ltmit-swiper-image--container:focus-within .swiper-button-next, 
    .ltmit-swiper-image--container:focus-within .swiper-button-prev,
    .ltmit-swiper-image--container:hover .swiper-pagination,
    .ltmit-swiper-image--container:focus-within .swiper-pagination,
    .ltmit-swiper-image--container:hover .swiper-pagination .swiper-pagination-bullet,
    .ltmit-swiper-image--container:focus-within .swiper-pagination .swiper-pagination-bullet{
        opacity: 1;
    }
}

@media (max-width: 992px ){
    .ltmit-swiper-image--container{
        min-height: 12em;
    }

    .ltmit-swiper-image--container .swiper-button-next, 
    .ltmit-swiper-image--container .swiper-button-prev {
        padding: 2.4rem;
        margin-left: 0;
        margin-right: 0;
    }

    .ltmit-swiper-image--container .swiper-button-white{
        background-size: 60% 60%;
    }

    button.ltmit-swiper-image--button{
        padding: 0.55rem 0.75rem;
        padding: 1.4rem 1.5rem 1.1rem 1.5rem;
    }

    button.ltmit-swiper-image--button i{
        font-size: 1.5em !important;
    }

    .ltmit-swiper-image--container .swiper-pagination.swiper-pagination-bullets{
        font-size: .9em !important;
    }

}

@media (max-width: 767px ){
    .ltmit-swiper-image--container{
        margin-bottom: 1em;
    }

    .ltmit-swiper-image--container .ltmit-swiper-image-bullets--hidden{
        display: none;
    }

    .ltmit-swiper-image--container .swiper-pagination.swiper-pagination-bullets{
        bottom: 0.6em;
        padding: 0.2em 0.2em 0.1em 0.2em;
    }

    .ltmit-swiper-image--container .swiper-pagination .swiper-pagination-bullet {
        padding: 0.4em;
        margin-inline: .5em;
    }

    button.ltmit-swiper-image--button{
        padding: 1.3rem 1.4rem .9rem 1.4rem;
    }

    button.ltmit-swiper-image--button i{
        font-size: 1.4em !important;
    }

    .ltmit-swiper-image--container button.ltmit-swiper-image--button{
        top: 8px;
        left: 8px;
    }
 
    .ltmit-swiper-image--container .swiper-button-prev {
        left: 8px;
    }

    .ltmit-swiper-image--container .swiper-button-next {
        right: 8px;
    }

    .ltmit-swiper-image--container .swiper-pagination.swiper-pagination-bullets{
        font-size: .8em !important;
    }
}

/* -------------------- pageTitle (site-accessibility.css) ----------------- */
a.page-title-help-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: normal;
    font-size: initial;
}

.awareness {
  list-style-type: none;
  padding: 0; }
  .awareness__item {
    background-image: url("clientlibs/images/lottomatica_per_la_comunita/gioco_responsabile/formazione_giocatore/icone.png");
    background-repeat: no-repeat;
    background-size: 57px;
    color: #1b9ddb;
    margin-bottom: 1em;
    min-height: 55px;
    padding-left: 4em; }
    @media (min-width: 992px) {
      .awareness__item {
        line-height: 3.5; } }
    .awareness__item--divieto {
      background-position: 0 0; }
    .awareness__item--potenziali {
      background-position: 0 -69px; }
    .awareness__item--strumenti {
      background-position: 0 -136px; }
    .awareness__item--sensi {
      background-position: 0 -205px; }

.box {
  background-color: #1b9ddb;
  position: relative; }

.box--highlight {
  background-color: #fcf4de;
  padding: 1em; }
  .box--highlight a {
    background-color: #ffa300;
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    font-size: .9em;
    margin: 1em 0;
    padding: 1em 2em; }

.box--with-background {
  background-color: #eaf0f6; }

.whole-button {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.box--classic {
  color: #fff;
  font-size: 1em;
  padding: 1em; }
  .box--classic .box__button {
    margin-top: 2em; }
    .box--classic .box__button a {
      color: #fff;
      text-decoration: underline; }

.box--classic .large__headline {
    font-size: 2.5em;
    padding: 0;
    margin: 0 auto 1em auto
}
.box--classic .box--centered {
    text-align: center;
    margin: auto;
}
        .box--classic .box__headline {
    font-size: 1.3em;
    padding-top: 1em; }
    .box--classic .box__headline + .box__subheadline {
      font-size: 1em;}
    @media (max-width: 768px) {
        .box--classic .box__headline + .box__subheadline {
            margin-top: -1em;
        }
    }
  .box--classic.box--classic--icon-search .box__headline {
    padding-right: 2em; }
  .box--classic.squared-grid__item .box__headline {
    font-size: 2em;
    padding-top: 0; }
    .box--classic.squared-grid__item .box__headline--smaller {
      font-size: 1.8em; }
  .box--classic .box__description {
    padding-top: 1em; }
  .box--classic--inner-image {
    width: 66%; }
  .box--classic--icon-masks {
    background-image: url("../../../content/dam/puntolis/images/lottomatica_per_la_comunita/masks.png");
    background-position: 97% 1em;
    background-repeat: no-repeat; }
  .box--classic--icon-hand {
    background-image: url("../../../content/dam/puntolis/images/lottomatica_per_la_comunita/hand.png");
    background-position: 97% 1em;
    background-repeat: no-repeat; }
  .box--classic--icon-search {
    background-image: url("../../../content/dam/puntolis/images/cerca_il_punto_vendita/search.png");
    background-position: 97% 2em;
    background-repeat: no-repeat; }
  .box--classic--blue {
    background-color: #0c51a1; }
  .box--classic--orange {
    background-color: #ffa300; }
  .box--classic--dark-orange {
    background-color: #f58220; }
  .box--classic--dark-grey {
    background-color: #666; }
  .box--classic--medium-blue {
    background-color: #1b9ddb; }
  .box--classic--light-grey {
    background-color: #ccc; }
  .box--classic--banner {
    background-color: transparent;
    margin-bottom: 15px;
    padding: 0;
    position: relative; }
    .box--classic--banner.squared-grid__item {
      padding: 0; }
    .box--classic--banner--spaced {
      padding: 0 15px; }
    @media (min-width: 768px) {
      .box--classic--banner--no-margin-bottom {
        margin-bottom: 0; } }
    @media (max-width: 480px) {
      .box--classic--banner {
        padding-right: 15px;
        padding-left: 15px;
        width: 100%; }
        .box--classic--banner--no-padding {
          padding-right: 0;
          padding-left: 0; } }
    @media (min-width: 480px) {
      .box--classic--banner--left {
        padding-right: 15px; }
      .box--classic--banner--right {
        padding-left: 15px; } }
    .box--classic--banner .box__button {
      position: absolute;
      bottom: 2em;
      left: 50%;
      transform: translateX(-50%); }
      @media (max-width: 480px) {
        .box--classic--banner .box__button {
          bottom: 1em;
          font-size: .8em; } }
    .box--classic--banner--gev .box__button {
      background-color: #fdce1b; }
      .box--classic--banner--gev .box__button a {
        color: #090951;
        display: inline-block;
        padding: 1em 2em;
        text-decoration: none; }
        .box--classic--banner--gev .box__button a:hover {
          background-color: #fdd94e; }
  .box--classic--news {
    background-color: transparent;
    border-top: 3px solid #1b9ddb;
    color: #888;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0; }
    .squared-grid .box--classic--news.squared-grid__item {
      padding: 1em 0; }
    .box--classic--news .box__button {
      margin-top: 2em;
      text-align: right; }
      .box--classic--news .box__button a {
        color: #090951;
        background-color: #fdce1b;
        font-weight: 600;
        text-decoration: none;
        padding: 1em; }
        .box--classic--news .box__button a:hover {
          background-color: #fdd94e; }
    .box--classic--news .box__headline {
      color: #0c51a1;
      font-weight: 600; }
      .box--classic--news .box__headline + .box__subheadline {
        color: #0c51a1;
        font-weight: 600; }
    .box--classic--news .box__description {
      font-size: .9em; }
    .box--classic--news--gaming-machines {
      border-top: 0;
      border-bottom: 3px solid #e2c535;
      position: relative; }
      .box--classic--news--gaming-machines .box__button {
        position: absolute;
        right: 0;
        top: -1em;
        text-align: center; }
        .box--classic--news--gaming-machines .box__button a {
          background-color: transparent;
          color: #e2c535;
          padding: 0; }
          .box--classic--news--gaming-machines .box__button a:hover {
            background-color: transparent;
            color: #a39204; }
          .box--classic--news--gaming-machines .box__button a i {
            font-size: 1.5em; }
            @media (min-width: 768px) {
              .box--classic--news--gaming-machines .box__button a i {
                font-size: 4.5em; } }
          .box--classic--news--gaming-machines .box__button a span {
            color: #888;
            font-size: .8em; }
      .box--classic--news--gaming-machines .box__headline {
        color: #a39204; }
        .box--classic--news--gaming-machines .box__headline + .box__subheadline {
          color: #e2c535; }
      .box--classic--news--gaming-machines .box__description {
        font-variant: small-caps; }
        @media (min-width: 768px) {
          .box--classic--news--gaming-machines .box__description {
            max-width: 87%; } }
  .box--classic--lotto-secondary {
    background-color: #ffa300; }
  .box--classic--lotto-primary {
    background-color: #f58220; }
  .box--classic--dieci-e-lotto-secondary {
    background-color: #1b9ddb; }
  .box--classic--dieci-e-lotto-primary {
    background-color: #004c97; }
  .box--classic--gratta-e-vinci-secondary {
    background-color: #f7af31; }
  .box--classic--gratta-e-vinci-primary {
    background-color: #fdce1b; }
  .box--classic--lis-carica-secondary {
    background-color: #ff163b; }
  .box--classic--lis-carica-primary {
    background-color: #c80020; }
  .box--classic--lis-paga-secondary {
    background-color: #5da41f; }
  .box--classic--lis-paga-primary {
    background-color: #7ccb36; }
  .box--classic--lis-card-secondary {
    background-color: #ffc945; }
  .box--classic--lis-card-primary {
    background-color: #fdb030; }
  .box--classic--gaming-machines-secondary {
    background-color: #bda844; }
  .box--classic--gaming-machines-primary {
    background-color: #e2c535; }
  .box--classic--better-secondary {
    background-color: #60ad2b; }
  .box--classic--better-primary {
    background-color: #80d14d; }
  .box--classic--bingo-secondary {
    background-color: #2b76a5; }
  .box--classic--bingo-primary {
    background-color: #3a98d3; }
  .box--classic--casino-secondary {
    background-color: #b58428; }
  .box--classic--casino-primary {
    background-color: #e6a018; }
  .box--classic--skill-secondary {
    background-color: #60b09b; }
  .box--classic--skill-primary {
    background-color: #1d8f71; }
  .box--classic--fantasysport-secondary {
    background-color: #5b799c; }
  .box--classic--fantasysport-primary {
    background-color: #154072; }
  .box--classic--poker-secondary {
    background-color: #af5860; }
  .box--classic--poker-primary {
    background-color: #8d111d; }
  .box--classic--light-blue-millionday {
    background-color: #96ddf1; }
  .box--classic--dark-blue-millionday {
    background-color: #64c2dc; }
  .box--classic--dark-blue-lis{
    background-color: #081548; }
  .box--classic--poste-primary-33 {
    background-color: #0047BB;
  }
  .box--classic--poste-secondary-87 {
    background-color: #EEDC00;
  }
  .box--classic--poste-selection-90 {
    background-color: #DAE2FF;
  }
  .box--classic--poste-hover-50 {
    background-color: #4270E4;
  }
  .box--classic--poste-pressed-20 {
    background-color: #00297A;
  }
  .box--classic--poste-success-40 {
    background-color: #006D36;
  }
  .box--classic--poste-evidence-60 {
    background-color: #DF7400;
  }
  .box--classic--poste-error-40 {
    background-color: #BA1B1B;
  }
  .box--classic--poste-success-90 {
    background-color: #CCEBC3;
  }
  .box--classic--poste-evidence-90 {
    background-color: #FFDCC3;
  }
  .box--classic--poste-error-90 {
    background-color: #FFDAD4;
  }
  .box--classic--poste-primary-95 {
    background-color: #EEF0FF;
  }
  .box--classic--poste-secondary-97 {
    background-color: #FC7E73;
  }
  .box--classic--poste-secondary-85 {
    background-color: #FFF47E;
  }
  .box--classic--poste-iceblue-97 {
    background-color: #F2F8FF;
  }
  .box--classic--poste-neutral-10 {
    background-color: #1A1C1E;
  }
  .box--classic--poste-neutral-30 {
    background-color: #46474A;
  }
  .box--classic--poste-neutral-40 {
    background-color: #5D5E61;
  }
  .box--classic--poste-neutral-60 {
    background-color: #909194;
  }
  .box--classic--poste-neutral-80 {
    background-color: #C6C6C9;
  }
  .box--classic--poste-neutral-90 {
    background-color: #E2E2E6;
  }
  .box--classic--poste-neutral-95 {
    background-color: #F0F0F3;
  }
  .box--classic--poste-neutral-97 {
    background-color: #F5F5F7;
  }
  .box--classic--poste-neutral-100 {
    background-color: #FFFFFF;
  }

.box--image {
  text-align: center; }
  .box--image .box__headline {
    margin: 0;
    padding: 0; }
  .box--image img {
    height: 220px;
    margin: .5em auto 0; }
  .box--image .box__description {
    display: none; }

.squared-grid__row--multiple .box--image--side {
  margin-bottom: 1em; }

.box--image--side__background {
  height: 120px; }
  .swiper-container--small .box--image--side__background {
    height: auto;
    min-height: 120px; }
  .box--image--side__background__img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: ''; }
  .box--image--side__background--placeholder::before {
    background-image: url("../../../content/dam/puntolis/images/placeholder.jpg");
    background-size: 100px 100px;
    background-repeat: repeat; }

@media (min-width: 768px) {
  .box--image--side {
    display: flex; }
    .box--image--side__background {
      height: auto;
      min-height: 100%; } }

.box--image--side .num_description {
  color: #fff;
  height: 100%;
  padding: 1em 1em 1em 5em; }
  @media (min-width: 992px) {
    .box--image--side .num_description {
      padding: 1.8em 1em 1em 10em; } }
  .box--image--side .num_description .num {
    background-color: #ffa300;
    border-radius: 50%;
    color: #fff;
    float: left;
    /*font-family: 'Assistant';*/
    font-size: 1.7em;
    font-weight: 300;
    height: 1.7em;
    line-height: 1.7;
    margin: 0 .5em 0 -2.5em;
    text-align: center;
    width: 1.7em;
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      .box--image--side .num_description .num {
        font-size: 2.5em; } }
  .box--image--side .num_description .text {
    font-size: 1em;
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      .box--image--side .num_description .text {
        font-size: 1.2em;
        /*font-family: 'Assistant';*/
        font-weight: 300; } }
  .box--image--side .num_description::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: ' ';
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.box--image--side .box__headline,
.box--image--side .box__subheadline,
.box--image--side .box__description {
  text-align: center; }
  @media (min-width: 768px) {
    .box--image--side .box__headline,
    .box--image--side .box__subheadline,
    .box--image--side .box__description {
      text-align: left; } }

.box--image--side .box__description {
  padding-top: 0; }
  @media (min-width: 768px) {
    .box--image--side .box__description {
      padding-top: 1em;
      padding-bottom: 0; } }
  .box--image--side .box__description span {
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: content-box;
    color: #ffa300;
    display: inline-block;
    /*font-family: 'Assistant';*/
    font-size: 1.8em;
    font-weight: 300;
    height: 1.5em;
    line-height: 1.5;
    margin-right: .5em;
    text-align: center;
    width: 1.5em; }
    @media (min-width: 992px) {
      .box--image--side .box__description span {
        font-size: 2em; } }
    .box--image--side .box__description span:hover {
      cursor: pointer; }

@media(min-width: 768px) {
    .squared-grid .box--image--side .squared-grid__item {
        margin-bottom: 0;
    }
}

.box--simple {
  text-align: center; }
  .box--simple .box__description {
    font-weight: 100;
    line-height: 1.5;
    margin: 0 0 3em; }
  @media (min-width: 992px) {
    .box--simple {
      text-align: left; } }
  .box--simple .box__headline {
    color: #f58220; }
    @media (max-width: 480px) {
      .box--simple .box__headline {
        font-size: 2em; } }
    .box--simple .box__headline + .box__subheadline {
      margin-top: -2em; }
      @media (min-width: 480px) {
        .box--simple .box__headline + .box__subheadline {
          margin-top: -2.8em; } }
    .box--inverted .box--simple .box__headline {
      color: #0c51a1; }
  .box--simple .box__subheadline {
    color: #ffa300;
    font-size: 1em;
    margin-bottom: 2em; }
    .box--inverted .box--simple .box__subheadline {
      color: #1b9ddb; }
  .box--simple .box__image {
/*     border: 0.35em solid #f58220; */
    margin: 0 auto 2em;
    width: 20em; }
    @media (min-width: 768px) {
      .box--simple .box__image {
        width: 25em; } }
    @media (min-width: 992px) {
      .box--simple .box__image {
        margin-bottom: 0; } }
    .box--inverted .box--simple .box__image {
      border-color: #1b9ddb; }
  .box--simple .box__button a {
    border-bottom: 1px solid #ffa300;
    color: #ffa300; }
    .box--inverted .box--simple .box__button a {
      border-bottom: 1px solid #1b9ddb;
      color: #1b9ddb; }

@media (min-width: 992px) {
  .articles__item {
    align-items: center;
    display: flex; } }

.people__item .box__image {
  width: 15em; }

.milestones__item .box__headline {
  color: #0c51a1; }
  .milestones__item .box__headline + .box__subheadline {
    color: #8dc8e8; }

@media (min-width: 992px) {
  .milestones__item--inverted {
    text-align: right; } }

.box--slide {
  color: #fff;
  height: 518px; }
  .box--slide .box__description {
    font-weight: 100;
    line-height: 1.5;
    margin: 0 0 3em; }
  @media (max-width: 480px) {
    .box--slide {
      font-size: .8em; } }
  @media (max-width: 992px) {
    .box--slide {
      background-position: center !important; } }
  @media (max-width: 1254px) {
    .box--slide::before {
      background-color: rgba(0, 0, 0, 0.7);
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 0; } }
  .box--slide section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 768px) {
      .box--slide section:last-child {
        font-size: .8em; } }
    @media (max-width: 992px) {
      .box--slide section:last-child {
        text-align: center; } }
    .box--slide section:first-child {
      display: none; }
  .box--slide .box__headline {
    font-size: 3.2em;
    position: relative;
    z-index: 1; }
  .box--slide .box__description {
    font-size: 1.25em; }
  .box--slide .box__button a {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1.25em; }

.carousel {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
  display: flex;
  height: 339px;
  justify-content: center;
  line-height: 1;
  text-align: center; }
  .carousel__text {
    color: #fff;
    font-size: 3em;
    font-weight: 400;
    max-width: 15em; }
    @media (max-width: 480px) {
      .carousel__text {
        font-size: 2em; } }

.swiper-container--small .swiper-button-next--small.swiper-button-white,
.swiper-container--small .swiper-button-prev--small.swiper-button-white {
  display: none; }
  @media (min-width: 768px) {
    .swiper-container--small .swiper-button-next--small.swiper-button-white,
    .swiper-container--small .swiper-button-prev--small.swiper-button-white {
      display: block; } }

.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
  padding: .35em;
  position: relative; }
  .swiper-pagination .swiper-pagination-bullet::before,
  .swiper-pagination .swiper-pagination-bullet-active::before {
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: white; }

.swiper-slide {
  height: 518px; }
  .swiper-slide .headline {
    margin-bottom: .5em; }
  .swiper-slide.odd {
    background-image: linear-gradient(141deg, #1b9ddb 0%, #0c51a1 75%); }
    @media (min-width: 1255px) {
      .swiper-slide.odd .headline {
        text-shadow: 2px 2px #0c51a1; } }
    @media (min-width: 1255px) {
      .swiper-slide.odd .description {
        text-shadow: 2px 2px #0c51a1; } }
    @media (min-width: 1255px) {
      .swiper-slide.odd .button {
        text-shadow: 1px 1px #0c51a1; } }
  .swiper-slide.even {
    background-image: linear-gradient(141deg, #ffa300 0%, #f58220 75%); }
    @media (min-width: 1255px) {
      .swiper-slide.even .headline {
        text-shadow: 2px 2px #f58220; } }
    @media (min-width: 1255px) {
      .swiper-slide.even .description {
        text-shadow: 2px 2px #f58220; } }
    @media (min-width: 1255px) {
      .swiper-slide.even .button {
        text-shadow: 1px 1px #f58220; } }

.swiper-slide--small {
  height: auto; }
  .swiper-slide--small .box {
    min-height: 191.98px; }

.swiper-pagination--small .swiper-pagination-bullet,
.swiper-pagination--small .swiper-pagination-bullet-active {
  padding: .25em; }
  .swiper-pagination--small .swiper-pagination-bullet::before,
  .swiper-pagination--small .swiper-pagination-bullet-active::before {
    border: 1px solid #fff; }

.swiper-pagination--black .swiper-pagination-bullet {
  padding: .5em; }
  .swiper-pagination--black .swiper-pagination-bullet::before {
    border: 1px solid #b3b3b3; }

.swiper-pagination--black .swiper-pagination-bullet-active {
  background-color: #b3b3b3; }

.gallery img {
  margin-bottom: 1em; }

.dieci-e-lotto-game__title__code, .dieci-e-lotto-game__title__date {
  font-size: .7em; }
  @media (min-width: 480px) {
    .dieci-e-lotto-game__title__code, .dieci-e-lotto-game__title__date {
      font-size: .8em; } }
  @media (min-width: 992px) {
    .dieci-e-lotto-game__title__code, .dieci-e-lotto-game__title__date {
      font-size: 1em; } }

.dieci-e-lotto-game__title__date {
  margin-left: 1em; }

@media (min-width: 480px) {
  .dieci-e-lotto-game__title__code {
    margin-left: 1em; } }

.dieci-e-lotto-game .frame--extraction:not(.frame--extracted) .table--lottery-balls {
  margin-bottom: 0; }

.frame {
  background-color: #dfe9f1;
  display: none;
  left: 0;
  height: 100%;
  margin: 0 auto 2em; }
  .frame--countdown {
    font-size: 1em;
    padding-top: 100%;
    position: relative; }
    .frame--countdown .lottery-ball[data-num="1"], .frame--countdown .lottery-ball[data-num="2"], .frame--countdown .lottery-ball[data-num="3"], .frame--countdown .lottery-ball[data-num="4"], .frame--countdown .lottery-ball[data-num="5"] {
      animation: show 1s linear both; }
    .frame--countdown .lottery-ball[data-num="1"] {
      animation-delay: 4s; }
    .frame--countdown .lottery-ball[data-num="2"] {
      animation-delay: 3s; }
    .frame--countdown .lottery-ball[data-num="3"] {
      animation-delay: 2s; }
    .frame--countdown .lottery-ball[data-num="4"] {
      animation-delay: 1s; }

  .frame--extraction {
    position: relative; }
    .frame--extraction .table--lottery-balls {
      background-color: transparent; }
      .frame--extraction .table--lottery-balls table tbody tr td {
        border-color: transparent; }
      @media (min-width: 768px) and (max-width: 992px) {
        .frame--extraction .table--lottery-balls .lottery-ball {
          font-size: 1em; } }
    .frame--extraction .table--lottery-balls--all .lottery-ball {
      transform: scale(1); }
      .frame--extraction .table--lottery-balls--all .lottery-ball--cloned {
        font-size: 1.7em;
        left: 50%;
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        width: 2em; }
        @media (min-width: 768px) and (max-width: 992px) {
          .frame--extraction .table--lottery-balls--all .lottery-ball--cloned {
            font-size: 1em; } }
    .frame--extraction .table--lottery-balls--all .lottery-ball--dark-orange {
      animation: bounce 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .frame--extraction .table--lottery-balls--extracted {
      visibility: hidden; }
    .frame--extraction.frame--extracted .subtitle--dieci-e-lotto--game {
      opacity: 0;
      justify-content: center; }
      .frame--extraction.frame--extracted .subtitle--dieci-e-lotto--game .gold-number,
      .frame--extraction.frame--extracted .subtitle--dieci-e-lotto--game .double-gold-number{
        justify-content: center; }
    .frame--extraction.frame--extracted .table--lottery-balls--all .lottery-ball {
      transform: scale(0);
      transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .frame--extraction.frame--extracted .table--lottery-balls--extracted {
      visibility: visible; }
      .frame--extraction.frame--extracted .table--lottery-balls--extracted .lottery-ball:not(.lottery-ball--cloned) {
        transform: none !important;
        transition: transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s; }
    .frame--extraction.frame--animated .subtitle--dieci-e-lotto--game {
      font-size: 2em;
      opacity: 1;
      transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media (min-width: 768px) and (max-width: 992px) {
        .frame--extraction.frame--animated .subtitle--dieci-e-lotto--game {
          font-size: 1.5em; } }
    .frame--extraction.frame--animated .table--lottery-balls--extracted .lottery-ball span {
      animation: roll 1s linear 10 backwards; }
    .frame--extraction.frame--animated .table--lottery-balls--extracted .lottery-ball.bounce {
      animation: bounce 1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .frame--extraction.frame--animated .table--lottery-balls--extracted .lottery-ball--cloned {
      font-size: 2.7em!important;
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%) scale(1);
      transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      width: 2em; }
      @media (min-width: 768px) and (max-width: 992px) {
        .frame--extraction.frame--animated .table--lottery-balls--extracted .lottery-ball--cloned {
          font-size: 1.8em;
          line-height: 1.8; } }
      .frame--extraction.frame--animated .table--lottery-balls--extracted .lottery-ball--cloned span {
        animation: none; }
    .frame--extraction.frame--animated .table--lottery-balls--extracted .gold-number .lottery-ball span,
    .frame--extraction.frame--animated .table--lottery-balls--extracted .double-gold-number .lottery-ball span{
      animation: none; }

@keyframes bounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@keyframes roll {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateZ(0deg); }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateZ(360deg); } }

@keyframes show {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1.3); }
  1% {
    opacity: .4; }
  15% {
    opacity: 1; }
  99% {
    opacity: .4; }
  100% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0.8); } }

.gold-number, .double-gold-number {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: flex-end; }
  .gold-number .lottery-ball, .double-gold-number .lottery-ball {
    font-size: 1em;
    margin-left: .5em;
    margin-right: .2em;
    padding: .8em; }
    @media (min-width: 1200px) {
      .gold-number .lottery-ball, .double-gold-number .lottery-ball {
        font-size: 1.3em; } }
    @media (min-width: 480px) and (max-width: 768px) {
      .gold-number .lottery-ball, .double-gold-number .lottery-ball {
        font-size: 1.3em; }
    }
    .frame--extraction .gold-number .lottery-ball, .frame--extraction .double-gold-number .lottery-ball {
        font-size: 1.6em;
        width: 14%;
    }

.extraction-code {
  font-size: 1.3em; }

.dieci-e-lotto-game .lottery-ball {
    font-size: 2.2em;
}
.dieci-e-lotto-game .lottery-ball.lottery-ball--yellow {
    -webkit-text-stroke: 2px white;
}


.dieci-e-lotto-game .ball-hole {
    width: 97px;
    height: 97px;
    background: url("clientlibs/images/10-e-lotto/vanoNumeroOro.jpg") no-repeat;
    display: inline-block;
    margin: 0 5px;
}

.dieci-e-lotto-game .bottom-golden-numbers h2 {
    color: #004c93;
    font-weight: 700;
    margin-top:0;
}

.dieci-e-lotto-game .bottom-golden-numbers .lottery-ball {
    margin:0;
    width:100%;
    padding: 0.4em;
}

.dieci-e-lotto-game .last-extraction-golden-numbers {
    margin: 0px;
}

.dieci-e-lotto-game .last-extraction-golden-numbers h2 {
    display: inline-block;
    font-size: 1.2em;
    margin: 0;
    vertical-align: middle;
}

.dieci-e-lotto-game .last-extraction-golden-numbers .lottery-ball {
    display: inline-block;
    width: 9%;
    margin: 0;
    vertical-align: middle;
    margin: 0 20px 0 5px;
}

.table--lottery-balls.table--lottery-balls--all .table tr td .lottery-ball{
    margin:2.5px 0;
}

.ltmit-ultime-estrazioni-lotto-10-e-lotto .frame--extraction .table--lottery-balls table tbody tr td,
.ltmit-10eLotto-legato-lotto .frame--extraction .table--lottery-balls table tbody tr td {
    border: none;
    padding: .1em .4em;
}

@media (max-width: 555px), (min-width: 768px) and (max-width: 992px) {
    .dieci-e-lotto-game .ball-hole {
        width: 45px;
        height: 45px;
        background: url("clientlibs/images/10-e-lotto/vanoNumeroOro_small.jpg") no-repeat;
        display: inline-block;
        margin: 0 5px;
    }

    .dieci-e-lotto-game .bottom-golden-numbers h2 {
        font-size:22px;
        margin-top: 0;
    }
}

@media (max-width:480px) {
    .table--lottery-balls.table--lottery-balls--extracted .table {
        width:80%;
    }
}

@media (max-width:550px) {
    .dieci-e-lotto-game .last-extraction-golden-numbers h2 {
        font-size:1.2em;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .dieci-e-lotto-game .last-extraction-golden-numbers h2 {
        font-size: 1em !important;
    }
}

.dieci-e-lotto-game .frame--countdown .lottery-ball--big {
    font-size: 5em!important;
    padding: .6em;
}
@media (min-width: 480px) {
    .dieci-e-lotto-game .frame--countdown .lottery-ball--big {
        font-size: 10em!important;;
    }
}

.downloads {
  background-color: #1b9ddb;
  margin: 4em 0;
  padding: .5em 0; }
  @media (max-width: 480px) {
    .downloads {
      padding: 0 .5em; } }
  .downloads a {
    border-right: 1px solid #fff;
    color: #fff;
    padding: 1em 0;
    text-align: center; }
    @media (max-width: 480px) {
      .downloads a {
        border-bottom: 1px solid #fff;
        border-right: 0;
        display: block;
        float: none;
        width: 100%; } }
    .downloads a:last-child {
      border: 0; }

.circle {
  margin: 0 auto 1em;
  text-align: center; }
  .circle__image {
/*     border: 4px solid #1b9ddb; */
    border-radius: 50%; }
    .products .circle__image {
      border-color: #ffa300; }
  .circle__baseline,
  .circle__baseline a {
    color: #0047BB;
    display: block;
    text-align: center; }

#legal {
    height: 60px;
    padding-top: 15px;
    background: #f2f2f2
}
#legal .infos {
    font-size: 13px;
    color: #777; 
    line-height: 1.1;
    width:430px
}
#legal .infos a {
    position: relative;
    color: inherit;
    -webkit-transition: color 0.4s ease-out;
    -o-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out
}
#legal .infos a:active {
    color: #333
}
#legal .infos a:active:after {
    opacity: 0 
}
#legal .infos a:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #777;
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out
}
#legal .disclaimer * {
    display: inline-block
}
#legal .disclaimer p {
    font-size: 10px;
    color: #004586;
    line-height: 10px;
    text-transform: uppercase
}
#legal .disclaimer img {
    margin-right: 5px
}
#legal .addiction {
    position: relative;
    margin-right: 20px
}
#legal .addiction p {
    max-width: 115px;
    vertical-align: middle
}

#legal .adult img{
	position: relative;
	top: -5px;
}

#legal .addiction img{
	position: relative;
	top: -5px;
}

#legal .addiction:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -10px;
    width: 1px;
    height: 30px;
    background: #303590
}
#legal .adult p {
    max-width: 92px;
    vertical-align: middle
}
.no-touch #legal .infos a:hover,
.no-touch #legal .infos a:focus {
    color: #333
}
.no-touch #legal .infos a:hover:after,
.no-touch #legal .infos a:focus:after {
    opacity: 0
}

.legal-padding{
	padding-left:30px; 
	padding-right:35px
}

@media (max-width : 825px) {

	#legal .infos {
	    width:auto
	}

}

@media (max-width : 395px) {
	
	.legal-padding{
		padding-right:15px
	}
	
	#legal {
		padding:10px 0px 5px 10px;
	}
	
	#legal .adult {
		width: 40%;
	}
	#legal .addiction {
		width: 40%;
	}
	
	#legal .adult p{
		width: 55%;
		max-width:none;
	}
	#legal .addiction p{
		width: 55%;
		max-width:none;
	}
	
	#legal .addiction:after {
	    height: 70%;
	}
	
	#legal img {
		width: 40px;
	}
	
	#legal .adult img{
		position: relative;
		top: -5px;
	}
	
	#legal .addiction img{
		position: relative;
		top: -3px;
	}
}


/*
.disclaimer { 
  background-color: #efefef; 
  color: #666;
  font-size: .7em;
  height: 60px;
  line-height: 1;
  padding: 1em 0;
  position: relative; }
  @media (max-width: 480px) {
    .disclaimer {
      font-size: .5em; }
      .disclaimer .container {
        padding: 0; } }
  @media (max-width: 768px) {
    .disclaimer {
      font-size: .6em; } }
  .disclaimer a {
    color: #666;
    text-decoration: underline; }
  .disclaimer img {
    margin-right: 1em; }
  .disclaimer span {
    font-variant: small-caps;
    color: #0c51a1;
    font-weight: 600; }
  @media (max-width: 480px) {
    .disclaimer span {
      display: none; }
    .disclaimer img {
      margin: 0 auto; } }
  .disclaimer .divider {
    border-right: 1px solid #666; }
*/
.dieci-e-lotto__sidebar {
  /*font-family: 'Assistant';*/
  margin-bottom: 30px; }
  .dieci-e-lotto__sidebar .box--classic {
    background-color: #0c51a1; }
    @media (min-width: 768px) {
      .dieci-e-lotto__sidebar .box--classic {
        padding-bottom: 1.5em; } }
    @media (max-width: 480px) {
      .dieci-e-lotto__sidebar .box--classic {
        text-align: center;
        width: 100%; } }
    .dieci-e-lotto__sidebar .box--classic:last-child {
      margin-bottom: 1em; }
    .dieci-e-lotto__sidebar .box--classic--banner {
      background-color: transparent;
      padding-bottom: 0; }
      @media (min-width: 768px) {
        .dieci-e-lotto__sidebar .box--classic--banner--left {
          padding-right: 0; }
        .dieci-e-lotto__sidebar .box--classic--banner--right {
          padding-left: 0; } }
      .dieci-e-lotto__sidebar .box--classic--banner .box__image {
        border: 0; }
  .dieci-e-lotto__sidebar .box__description {
    font-size: .9em;
    padding-top: 0; }
  .dieci-e-lotto__sidebar .box__image {
    border: 1px solid #fff; }
    @media (max-width: 480px) {
      .dieci-e-lotto__sidebar .box__image {
        margin: 0 auto; } }

.donut {
    margin: 3em auto;
    position: relative;
    width: 100%; }
@media (min-width: 768px) {
    .donut {
        margin: 10em auto;
        width: 70%; } }

.donut__donut-slices {
    list-style-type: none;
    padding: 0;
    width: 100%; }
@media (min-width: 768px) {
    .donut__donut-slices {
        border-radius: 50%;
        margin: 0 auto 5em;
        overflow: hidden;
        padding-top: 100%;
        position: relative; } }

.donut__donut-slice {
    height: 10em;
    position: relative;
    width: 100%; }
@media (min-width: 768px) {
    .donut__donut-slice {
        border-bottom: 10em solid transparent;
        border-top: 10em solid transparent;
        bottom: 0;
        height: 0;
        left: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        transform-origin: left center;
        width: 0; } }

@media (max-width: 767px) {
    .donut__donut-slice:nth-child(1) {
        background-color: #ffe886; } }

@media (min-width: 768px) {
    .donut__donut-slice:nth-child(1) {
        border-right: 30em solid #ffe886;
        transform: translateY(-50%) rotateZ(36deg); } }

@media (max-width: 767px) {
    .donut__donut-slice:nth-child(2) {
        background-color: #fadc5c; } }

@media (min-width: 768px) {
    .donut__donut-slice:nth-child(2) {
        border-right: 30em solid #fadc5c;
        transform: translateY(-50%) rotateZ(72deg); } }

@media (max-width: 767px) {
    .donut__donut-slice:nth-child(3) {
        background-color: #fdce1b; } }

@media (min-width: 768px) {
    .donut__donut-slice:nth-child(3) {
        border-right: 30em solid #fdce1b;
        transform: translateY(-50%) rotateZ(108deg); } }

@media (max-width: 767px) {
    .donut__donut-slice:nth-child(4) {
        background-color: #ffa300; } }

@media (min-width: 768px) {
    .donut__donut-slice:nth-child(4) {
        border-right: 30em solid #ffa300;
        transform: translateY(-50%) rotateZ(144deg); } }

@media (max-width: 767px) {
    .donut__donut-slice:nth-child(5) {
        background-color: #ff791f; } }

@media (min-width: 768px) {
    .donut__donut-slice:nth-child(5) {
        border-right: 30em solid #ff791f;
        transform: translateY(-50%) rotateZ(180deg); } }

@media (max-width: 767px) {
    .donut__donut-slice:nth-child(6) {
        background-color: #f58220; } }

@media (min-width: 768px) {
    .donut__donut-slice:nth-child(6) {
        border-right: 30em solid #f58220;
        transform: translateY(-50%) rotateZ(216deg); } }

@media (max-width: 767px) {
    .donut__donut-slice:nth-child(7) {
        background-color: #e92100; } }

@media (min-width: 768px) {
    .donut__donut-slice:nth-child(7) {
        border-right: 30em solid #e92100;
        transform: translateY(-50%) rotateZ(252deg); } }

@media (max-width: 767px) {
    .donut__donut-slice:nth-child(8) {
        background-color: #cd1d00; } }

@media (min-width: 768px) {
    .donut__donut-slice:nth-child(8) {
        border-right: 30em solid #cd1d00;
        transform: translateY(-50%) rotateZ(288deg); } }

@media (max-width: 767px) {
    .donut__donut-slice:nth-child(9) {
        background-color: #b82300; } }

@media (min-width: 768px) {
    .donut__donut-slice:nth-child(9) {
        border-right: 30em solid #b82300;
        transform: translateY(-50%) rotateZ(324deg); } }

@media (max-width: 767px) {
    .donut__donut-slice:nth-child(10) {
        background-color: #900000; } }

@media (min-width: 768px) {
    .donut__donut-slice:nth-child(10) {
        border-right: 30em solid #900000;
        transform: translateY(-50%) rotateZ(360deg); } }

.donut__donut-links {
    bottom: 0;
    left: 0;
    list-style-type: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
@media (max-width: 480px) {
    .donut__donut-links {
        top: 8em; } }
@media (max-width: 767px) {
    .donut__donut-links {
        top: 10em; } }
.donut__donut-links .donut__donut-slice {
    border: 0; }
@media (max-width: 767px) {
    .donut__donut-links .donut__donut-slice {
        display: flex;
        flex-direction: column;
        justify-content: center; } }
.donut__donut-links .donut__donut-link {
    align-items: center;
    background-color: #fff;
    border: 0.175em solid #0c51a1;
    border-radius: 50%;
    display: flex;
    height: 8em;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 8em; }
.donut__donut-links .donut__donut-link:hover {
    box-shadow: 0 0 10px 0 rgba(12, 81, 161, 0.5); }
@media (min-width: 768px) {
    .donut__donut-links .donut__donut-link {
        position: absolute; } }
@media (min-width: 992px) {
    .donut__donut-links .donut__donut-link {
        height: 10em;
        width: 10em; } }
@media (min-width: 768px) {
    .donut__donut-links .donut__donut-slice:nth-child(1) .donut__donut-link {
        transform: translateX(11em) translateY(-4em) rotateZ(-36deg); } }
@media (min-width: 992px) {
    .donut__donut-links .donut__donut-slice:nth-child(1) .donut__donut-link {
        transform: translateX(15em) translateY(-5em) rotateZ(-36deg); } }
@media (min-width: 1200px) {
    .donut__donut-links .donut__donut-slice:nth-child(1) .donut__donut-link {
        transform: translateX(19em) translateY(-5em) rotateZ(-36deg); } }
@media (min-width: 768px) {
    .donut__donut-links .donut__donut-slice:nth-child(2) .donut__donut-link {
        transform: translateX(11em) translateY(-4em) rotateZ(-72deg); } }
@media (min-width: 992px) {
    .donut__donut-links .donut__donut-slice:nth-child(2) .donut__donut-link {
        transform: translateX(15em) translateY(-5em) rotateZ(-72deg); } }
@media (min-width: 1200px) {
    .donut__donut-links .donut__donut-slice:nth-child(2) .donut__donut-link {
        transform: translateX(19em) translateY(-5em) rotateZ(-72deg); } }
@media (min-width: 768px) {
    .donut__donut-links .donut__donut-slice:nth-child(3) .donut__donut-link {
        transform: translateX(11em) translateY(-4em) rotateZ(-108deg); } }
@media (min-width: 992px) {
    .donut__donut-links .donut__donut-slice:nth-child(3) .donut__donut-link {
        transform: translateX(15em) translateY(-5em) rotateZ(-108deg); } }
@media (min-width: 1200px) {
    .donut__donut-links .donut__donut-slice:nth-child(3) .donut__donut-link {
        transform: translateX(19em) translateY(-5em) rotateZ(-108deg); } }
@media (min-width: 768px) {
    .donut__donut-links .donut__donut-slice:nth-child(4) .donut__donut-link {
        transform: translateX(11em) translateY(-4em) rotateZ(-144deg); } }
@media (min-width: 992px) {
    .donut__donut-links .donut__donut-slice:nth-child(4) .donut__donut-link {
        transform: translateX(15em) translateY(-5em) rotateZ(-144deg); } }
@media (min-width: 1200px) {
    .donut__donut-links .donut__donut-slice:nth-child(4) .donut__donut-link {
        transform: translateX(19em) translateY(-5em) rotateZ(-144deg); } }
@media (min-width: 768px) {
    .donut__donut-links .donut__donut-slice:nth-child(5) .donut__donut-link {
        transform: translateX(11em) translateY(-4em) rotateZ(-180deg); } }
@media (min-width: 992px) {
    .donut__donut-links .donut__donut-slice:nth-child(5) .donut__donut-link {
        transform: translateX(15em) translateY(-5em) rotateZ(-180deg); } }
@media (min-width: 1200px) {
    .donut__donut-links .donut__donut-slice:nth-child(5) .donut__donut-link {
        transform: translateX(19em) translateY(-5em) rotateZ(-180deg); } }
@media (min-width: 768px) {
    .donut__donut-links .donut__donut-slice:nth-child(6) .donut__donut-link {
        transform: translateX(11em) translateY(-4em) rotateZ(-216deg); } }
@media (min-width: 992px) {
    .donut__donut-links .donut__donut-slice:nth-child(6) .donut__donut-link {
        transform: translateX(15em) translateY(-5em) rotateZ(-216deg); } }
@media (min-width: 1200px) {
    .donut__donut-links .donut__donut-slice:nth-child(6) .donut__donut-link {
        transform: translateX(19em) translateY(-5em) rotateZ(-216deg); } }
@media (min-width: 768px) {
    .donut__donut-links .donut__donut-slice:nth-child(7) .donut__donut-link {
        transform: translateX(11em) translateY(-4em) rotateZ(-252deg); } }
@media (min-width: 992px) {
    .donut__donut-links .donut__donut-slice:nth-child(7) .donut__donut-link {
        transform: translateX(15em) translateY(-5em) rotateZ(-252deg); } }
@media (min-width: 1200px) {
    .donut__donut-links .donut__donut-slice:nth-child(7) .donut__donut-link {
        transform: translateX(19em) translateY(-5em) rotateZ(-252deg); } }
@media (min-width: 768px) {
    .donut__donut-links .donut__donut-slice:nth-child(8) .donut__donut-link {
        transform: translateX(11em) translateY(-4em) rotateZ(-288deg); } }
@media (min-width: 992px) {
    .donut__donut-links .donut__donut-slice:nth-child(8) .donut__donut-link {
        transform: translateX(15em) translateY(-5em) rotateZ(-288deg); } }
@media (min-width: 1200px) {
    .donut__donut-links .donut__donut-slice:nth-child(8) .donut__donut-link {
        transform: translateX(19em) translateY(-5em) rotateZ(-288deg); } }
@media (min-width: 768px) {
    .donut__donut-links .donut__donut-slice:nth-child(9) .donut__donut-link {
        transform: translateX(11em) translateY(-4em) rotateZ(-324deg); } }
@media (min-width: 992px) {
    .donut__donut-links .donut__donut-slice:nth-child(9) .donut__donut-link {
        transform: translateX(15em) translateY(-5em) rotateZ(-324deg); } }
@media (min-width: 1200px) {
    .donut__donut-links .donut__donut-slice:nth-child(9) .donut__donut-link {
        transform: translateX(19em) translateY(-5em) rotateZ(-324deg); } }
@media (min-width: 768px) {
    .donut__donut-links .donut__donut-slice:nth-child(10) .donut__donut-link {
        transform: translateX(11em) translateY(-4em) rotateZ(-360deg); } }
@media (min-width: 992px) {
    .donut__donut-links .donut__donut-slice:nth-child(10) .donut__donut-link {
        transform: translateX(15em) translateY(-5em) rotateZ(-360deg); } }
@media (min-width: 1200px) {
    .donut__donut-links .donut__donut-slice:nth-child(10) .donut__donut-link {
        transform: translateX(19em) translateY(-5em) rotateZ(-360deg); } }

.donut__donut-hole {
    display: none;
    z-index: 2; }
@media (min-width: 768px) {
    .donut__donut-hole {
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 50%; } }
.donut__donut-hole--mobile {
    display: block;
    margin: 0 auto;
    padding-bottom: 2em; }
@media (min-width: 768px) {
    .donut__donut-hole--mobile {
        display: none; } }

.footer {
  background-color: #EEDC00;
  color: #0047BB;
  padding: 0;
}

.footer a {
  color: #0047BB;
  text-decoration-line: underline;
}

.footer a:hover {
  color: #00297A;
  text-decoration-line: underline;
}

/*
 footer__headline     > Intestazione
 footer__description  > Usata per i testi, tra cui il sottotitolo sotto l'intestazione
 footer__social       > Sezione dei link social
 footer__legals       > Sezione per il legalese
 footer__icons        > Inutilizzata
*/
.footer__headline {
  font-size: 2em;
}

.footer__legals {
  padding-top: 1em;
  line-height: 1.5 !important;
}

.footer__legals a,
.footer__social a {
  padding: 0 1em;
}

.footer__legals a,
.footer__social a {
  padding: 0 0.5em;
}

.footer__description {
  padding-right: 5px;
  padding-left: 10px;
  line-height: 1.5 !important;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 2em 0 5em 0;
  }
}

@media (max-width: 400px) {
  .footer__description {
    padding-right: 20px;
    padding-left: 10px;
  }
}

.form--row {
  padding: .7em 0; }

.form input,
.form select, .form__btn,
.form .check {
  background-color: #F0F0F3;
  border: 1px solid #909194;
  border-radius: 0;
  box-shadow: none; }

.form input:focus,
.form select:focus,
.form [type="radio"]:focus ~ .check {
  border: 1px solid #86acca;
  box-shadow: none;
  outline: 0; }

.form [type="radio"],
.form [type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form [type="radio"] ~ label,
  .form [type="checkbox"] ~ label {
    cursor: pointer;
    display: block;
    font-weight: 300;
    height: 30px;
    padding-right: 2em;
    position: relative;
    transition: all .25s linear;
    z-index: 9; }

.form.form-dati-personali [type="radio"]:disabled ~ label,
.form.form-dati-personali [type="checkbox"]:disabled ~ label {
    cursor: not-allowed; }

.form .check {
  border: 1px solid #909194;
  border-radius: 100%;
  display: block;
  height: 1.5em;
  position: absolute;
  right: 1em;
  top: 0;
  transition: all .25s linear;
  width: 25px;
  z-index: 5; }
  .form .check::before {
    border-radius: 100%;
    content: '';
    display: block;
    height: 15px;
    left: 4px;
    margin: auto;
    position: absolute;
    top: 3.6px;
    transition: all .25s linear;
    width: 15px; }
  .form .check--box {
    border-radius: 0; }
    .form .check--box::before {
      border-radius: 0; }

.form .check:hover::before,
.form [type="radio"]:focus ~ .check::before {
  background-color: rgba(27, 157, 219, 0.7); }

.form [type="radio"]:checked ~ .check::before,
.form [type="checkbox"]:checked ~ .check::before {
  background-color: #0047BB; }

.form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("clientlibs/images/arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 36px;
  line-height: 40px;
  padding: 0 36px 0 10px;
  width: 100%; }
  .form select::-ms-expand {
    display: none; }
  .form select::-ms-value {
    background: transparent;
    color: inherit; }

.form input.btn, .form__btn {
  border: 0;
  color: #fff;
  margin-top: .5em; }
  .form input.btn:hover, .form input.btn:focus, .form__btn:hover, .form__btn:focus {
    outline: 0; }
  .form input.btn.btn-default, .form__btn.btn-default {
    background-color: #999; }
    .form input.btn.btn-default:hover, .form input.btn.btn-default:focus, .form__btn.btn-default:hover, .form__btn.btn-default:focus {
      background-color: #b3b3b3; }
  .form input.btn.btn-primary, .form__btn.btn-primary {
    background-color: #0047BB; }
    .form input.btn.btn-primary:hover, .form input.btn.btn-primary:focus, .form__btn.btn-primary:hover, .form__btn.btn-primary:focus {
      background-color: #4270E4; }
    .form input.btn.btn-primary:visited {
      background-color: #00297A; }
  .form input.btn--big, .form__btn--big {
    padding: 1em;
    width: 100%; }

.form input.ng-invalid.ng-touched,
.form select.ng-invalid.ng-touched,
.form [type="radio"].ng-invalid.ng-touched ~ .check,
.form [type="checkbox"].ng-invalid.ng-touched ~ .check,
.form .textfields-wrapper input.ng-invalid,
.form.ng-submitted input.ng-invalid,
.form.ng-submitted select.ng-invalid,
.form.ng-submitted [type="radio"].ng-invalid ~ .check,
.form.ng-submitted [type="checkbox"].ng-invalid ~ .check {
  border-color: #e92100; }

.form .error {
  color: #e92100; }
  .form .error span {
    padding-left: .5em; }

.form .no-error {
  color: #006D36; }

.form .actions a {
  color: #fff; }

.form__label {
  color: #666;
  font-weight: 300; }

.form__headline {
  background-color: #0c51a1;
  color: #fff;
  font-size: 1.2em;
  padding: .3em .5em; }
  .form__headline--gaming-machines {
    background-color: #e2c535; }

.form__subheadline {
  color: #666;
  font-size: 1.2em;
  font-weight: 300; }
  .form__subheadline .error,
  .form__subheadline .no-error {
    font-size: .835em; }

.form .captcha {
  margin-bottom: 1em;
  margin-top: -.5em; }
  @media (min-width: 768px) {
    .form .captcha {
      margin-top: .5em; } }

.form--inline .form__label {
  line-height: 34px; }

.form__date-wrapper .form__label {
  display: inline-block; }

.form__field-wrapper {
  position: relative; }
  .form__field-wrapper .show-password {
    color: #1b9ddb;
    font-size: 1.2em;
    position: absolute;
    right: .5em;
    top: .5em; }

.form__dropdown {
  position: relative; }
  
.form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #d7d7d7;
    opacity: 0.7; }

.radio-button-wrapper.text-after,
.checkbox-wrapper.text-after {
  clear: both; }
  .radio-button-wrapper.text-after .check,
  .checkbox-wrapper.text-after .check {
    left: 1em;
    right: 100%;
    top: -.1em; }
  .radio-button-wrapper.text-after .form__label,
  .checkbox-wrapper.text-after .form__label {
    padding-right: 0;
    padding-left: 2em; }

@media (max-width: 480px) {
  .radio-button-wrapper.text-after {
    margin-bottom: 1em; } }

.checkbox-wrapper.text-after {
  clear: none; }

.radio-button-wrapper {
  float: left;
  padding: 0 15px;
  position: relative; }
  .radio-button-wrapper.with-textfield .textfields-wrapper {
    color: #666;
    /*font-family: 'Assistant';*/
    font-weight: 300;
    position: absolute;
    right: -2.5em;
    top: 0; }
    .radio-button-wrapper.with-textfield .textfields-wrapper [type="text"] {
      color: #333;
      font-size: .9em;
      padding: 0;
      text-align: center;
      width: 3em; }
    .radio-button-wrapper.with-textfield .textfields-wrapper--multiple {
      right: -6.5em; }
      .radio-button-wrapper.with-textfield .textfields-wrapper--multiple span {
        padding: 0 .2em; }

.radio-group {
  margin-bottom: 1em; }

.form__popover {
  border: 1px solid #eaeaea;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
  color: #666;
  font-size: .8em;
  margin-top: 1.3em;
  padding: .5em;
  position: relative; }
  .form__popover::before, .form__popover::after {
    border-bottom: 19px solid #eaeaea;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    top: -19px;
    width: 0; }
  .form__popover::after {
    border-bottom: 19px solid #fff;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    top: -17px; }

.lotto.form input,
.lotto.form select, .lotto.form__btn,
.lotto.form .check {
  background-color: #fcf4de;
  border-color: #f8e4af; }

.lotto.form select {
  background-image: url("clientlibs/images/arrow-orange.png"); }

.lotto.form .check:hover::before,
.lotto.form [type="radio"]:focus ~ .check::before {
  background-color: rgba(245, 130, 32, 0.7); }

.lotto.form [type="radio"]:checked ~ .check::before,
.lotto.form [type="checkbox"]:checked ~ .check::before {
  background-color: #f58220; }

.lotto.form input.btn.btn-primary, .lotto.form__btn.btn-primary {
  background-color: #f58220; }
  .lotto.form input.btn.btn-primary:hover, .lotto.form input.btn.btn-primary:focus, .lotto.form__btn.btn-primary:hover, .lotto.form__btn.btn-primary:focus {
    background-color: #f79d51; }
  .lotto.form input.btn.btn-primary.form__btn--inline, .lotto.form__btn.btn-primary.form__btn--inline {
    margin-top: 0; }

.lotto.form .form__headline {
  background-color: #f58220; }

.lotto.form i.fa {
  color: #f58220; }

.gev.form {
  padding-bottom: 2em; }
  .gev.form input,
  .gev.form select, .gev.form__btn,
  .gev.form .check {
    background-color: #fcf4de;
    border-color: #f8e4af;
    color: #090951; }
  .gev.form select {
    background-image: url("clientlibs/images/arrow-yellow.png"); }
  .gev.form .check:hover::before,
  .gev.form [type="radio"]:focus ~ .check::before {
    background-color: rgba(253, 206, 27, 0.7); }
  .gev.form [type="radio"]:checked ~ .check::before,
  .gev.form [type="checkbox"]:checked ~ .check::before {
    background-color: #fdce1b; }
  .gev.form input.btn.btn-primary, .gev.form__btn.btn-primary {
    background-color: #fdce1b; }
    .gev.form input.btn.btn-primary:hover, .gev.form input.btn.btn-primary:focus, .gev.form__btn.btn-primary:hover, .gev.form__btn.btn-primary:focus {
      background-color: #fdd94e; }
    .gev.form input.btn.btn-primary.form__btn--inline, .gev.form__btn.btn-primary.form__btn--inline {
      margin-top: 0; }
  .gev.form .gev__btn {
    height: 36px;
    line-height: 37px;
    margin-top: 0;
    padding: 0; }
  .gev.form .form__headline {
    background-color: #fdce1b; }
  .gev.form i.fa {
    color: #fdce1b; }
  @media (max-width: 480px) {
    .gev.form .filters {
      margin-bottom: 1em;
      padding-left: 0;
      padding-right: 0;
      width: 100%; } }

.lis-carica.form {
  padding-bottom: 2em; }
  .lis-carica.form input,
  .lis-carica.form select, .lis-carica.form__btn,
  .lis-carica.form .check {
    background-color: rgba(255, 47, 80, 0.5);
    border-color: rgba(251, 0, 40, 0.5); }
  .lis-carica.form input.btn.btn-primary, .lis-carica.form__btn.btn-primary {
    background-color: #c80020; }
    .lis-carica.form input.btn.btn-primary:hover, .lis-carica.form input.btn.btn-primary:focus, .lis-carica.form__btn.btn-primary:hover, .lis-carica.form__btn.btn-primary:focus {
      background-color: #fb0028; }
    .lis-carica.form input.btn.btn-primary.form__btn--inline, .lis-carica.form__btn.btn-primary.form__btn--inline {
      margin-top: 0; }
  .lis-carica.form select {
    background-image: url("clientlibs/images/arrow-lis-carica.png"); }
  .lis-carica.form .check:hover::before,
  .lis-carica.form [type="radio"]:focus ~ .check::before {
    background-color: rgba(200, 0, 32, 0.7); }
  .lis-carica.form [type="radio"]:checked ~ .check::before,
  .lis-carica.form [type="checkbox"]:checked ~ .check::before {
    background-color: #c80020; }
  .lis-carica.form .form__headline {
    background-color: #c80020; }
  .lis-carica.form i.fa {
    color: #c80020; }

.lis-paga.form {
  padding-bottom: 2em; }
  .lis-paga.form input,
  .lis-paga.form select, .lis-paga.form__btn,
  .lis-paga.form .check {
    background-color: rgba(177, 224, 135, 0.5);
    border-color: rgba(150, 213, 95, 0.5); }
  .lis-paga.form input.btn.btn-primary, .lis-paga.form__btn.btn-primary {
    background-color: #7ccb36; }
    .lis-paga.form input.btn.btn-primary:hover, .lis-paga.form input.btn.btn-primary:focus, .lis-paga.form__btn.btn-primary:hover, .lis-paga.form__btn.btn-primary:focus {
      background-color: #96d55f; }
    .lis-paga.form input.btn.btn-primary.form__btn--inline, .lis-paga.form__btn.btn-primary.form__btn--inline {
      margin-top: 0; }
  .lis-paga.form select {
    background-image: url("clientlibs/images/arrow-lis-paga.png"); }
  .lis-paga.form .check:hover::before,
  .lis-paga.form [type="radio"]:focus ~ .check::before {
    background-color: rgba(124, 203, 54, 0.7); }
  .lis-paga.form [type="radio"]:checked ~ .check::before,
  .lis-paga.form [type="checkbox"]:checked ~ .check::before {
    background-color: #7ccb36; }
  .lis-paga.form .form__headline {
    background-color: #7ccb36; }
  .lis-paga.form i.fa {
    color: #7ccb36; }

.lis-card.form {
  padding-bottom: 2em; }
  .lis-card.form input,
  .lis-card.form select, .lis-card.form__btn,
  .lis-card.form .check {
    background-color: rgba(254, 215, 149, 0.5);
    border-color: rgba(253, 195, 99, 0.5); }
  .lis-card.form input.btn.btn-primary, .lis-card.form__btn.btn-primary {
    background-color: #081548; }
    .lis-card.form input.btn.btn-primary:hover, .lis-card.form input.btn.btn-primary:focus, .lis-card.form__btn.btn-primary:hover, .lis-card.form__btn.btn-primary:focus {
      background-color: #0f2981; }
    .lis-card.form input.btn.btn-primary.form__btn--inline, .lis-card.form__btn.btn-primary.form__btn--inline {
      margin-top: 0; }
  .lis-card.form select {
    background-image: url("clientlibs/images/arrow-lis-card.png"); }
  .lis-card.form .check:hover::before,
  .lis-card.form [type="radio"]:focus ~ .check::before {
    background-color: rgba(253, 176, 48, 0.7); }
  .lis-card.form [type="radio"]:checked ~ .check::before,
  .lis-card.form [type="checkbox"]:checked ~ .check::before {
    background-color: #fdb030; }
  .lis-card.form .form__headline {
    background-color: #fdb030; }
  .lis-card.form i.fa {
    color: #fdb030; }

.gaming-machines.form {
  padding-bottom: 2em; }
  .gaming-machines.form input,
  .gaming-machines.form select, .gaming-machines.form__btn,
  .gaming-machines.form .check {
    background-color: rgba(239, 223, 142, 0.5);
    border-color: rgba(232, 210, 98, 0.5); }
  .gaming-machines.form input.btn.btn-primary, .gaming-machines.form__btn.btn-primary {
    background-color: #e2c535; }
    .gaming-machines.form input.btn.btn-primary:hover, .gaming-machines.form input.btn.btn-primary:focus, .gaming-machines.form__btn.btn-primary:hover, .gaming-machines.form__btn.btn-primary:focus {
      background-color: #e8d262; }
    .gaming-machines.form input.btn.btn-primary.form__btn--inline, .gaming-machines.form__btn.btn-primary.form__btn--inline {
      margin-top: 0; }
  .gaming-machines.form select {
    background-image: url("clientlibs/images/arrow-gaming-machines.png"); }
  .gaming-machines.form .check:hover::before,
  .gaming-machines.form [type="radio"]:focus ~ .check::before {
    background-color: rgba(226, 197, 53, 0.7); }
  .gaming-machines.form [type="radio"]:checked ~ .check::before,
  .gaming-machines.form [type="checkbox"]:checked ~ .check::before {
    background-color: #e2c535; }
  .gaming-machines.form .form__headline {
    background-color: #e2c535; }
  .gaming-machines.form i.fa {
    color: #e2c535; }

.better.form {
  padding-bottom: 2em; }
  .better.form input,
  .better.form select, .better.form__btn,
  .better.form .check {
    background-color: rgba(186, 230, 158, 0.5);
    border-color: rgba(157, 219, 118, 0.5); }
  .better.form input.btn.btn-primary, .better.form__btn.btn-primary {
    background-color: #80d14d; }
    .better.form input.btn.btn-primary:hover, .better.form input.btn.btn-primary:focus, .better.form__btn.btn-primary:hover, .better.form__btn.btn-primary:focus {
      background-color: #9ddb76; }
    .better.form input.btn.btn-primary.form__btn--inline, .better.form__btn.btn-primary.form__btn--inline {
      margin-top: 0; }
  .better.form select {
    background-image: url("clientlibs/images/arrow-better.png"); }
  .better.form .check:hover::before,
  .better.form [type="radio"]:focus ~ .check::before {
    background-color: rgba(128, 209, 77, 0.7); }
  .better.form [type="radio"]:checked ~ .check::before,
  .better.form [type="checkbox"]:checked ~ .check::before {
    background-color: #80d14d; }
  .better.form .form__headline {
    background-color: #80d14d; }
  .better.form i.fa {
    color: #80d14d; }

.bingo.form {
  padding-bottom: 2em; }
  .bingo.form input,
  .bingo.form select, .bingo.form__btn,
  .bingo.form .check {
    background-color: rgba(141, 196, 230, 0.5);
    border-color: rgba(100, 174, 220, 0.5); }
  .bingo.form input.btn.btn-primary, .bingo.form__btn.btn-primary {
    background-color: #3a98d3; }
    .bingo.form input.btn.btn-primary:hover, .bingo.form input.btn.btn-primary:focus, .bingo.form__btn.btn-primary:hover, .bingo.form__btn.btn-primary:focus {
      background-color: #64aedc; }
    .bingo.form input.btn.btn-primary.form__btn--inline, .bingo.form__btn.btn-primary.form__btn--inline {
      margin-top: 0; }
  .bingo.form select {
    background-image: url("clientlibs/images/arrow-bingo.png"); }
  .bingo.form .check:hover::before,
  .bingo.form [type="radio"]:focus ~ .check::before {
    background-color: rgba(58, 152, 211, 0.7); }
  .bingo.form [type="radio"]:checked ~ .check::before,
  .bingo.form [type="checkbox"]:checked ~ .check::before {
    background-color: #3a98d3; }
  .bingo.form .form__headline {
    background-color: #3a98d3; }
  .bingo.form i.fa {
    color: #3a98d3; }

.casino.form {
  padding-bottom: 2em; }
  .casino.form input,
  .casino.form select, .casino.form__btn,
  .casino.form .check {
    background-color: rgba(240, 198, 116, 0.5);
    border-color: rgba(236, 179, 69, 0.5); }
  .casino.form input.btn.btn-primary, .casino.form__btn.btn-primary {
    background-color: #e6a018; }
    .casino.form input.btn.btn-primary:hover, .casino.form input.btn.btn-primary:focus, .casino.form__btn.btn-primary:hover, .casino.form__btn.btn-primary:focus {
      background-color: #ecb345; }
    .casino.form input.btn.btn-primary.form__btn--inline, .casino.form__btn.btn-primary.form__btn--inline {
      margin-top: 0; }
  .casino.form select {
    background-image: url("clientlibs/images/arrow-casino.png"); }
  .casino.form .check:hover::before,
  .casino.form [type="radio"]:focus ~ .check::before {
    background-color: rgba(230, 160, 24, 0.7); }
  .casino.form [type="radio"]:checked ~ .check::before,
  .casino.form [type="checkbox"]:checked ~ .check::before {
    background-color: #e6a018; }
  .casino.form .form__headline {
    background-color: #e6a018; }
  .casino.form i.fa {
    color: #e6a018; }

.skill.form {
  padding-bottom: 2em; }
  .skill.form input,
  .skill.form select, .skill.form__btn,
  .skill.form .check {
    background-color: rgba(59, 215, 174, 0.5);
    border-color: rgba(38, 185, 147, 0.5); }
  .skill.form input.btn.btn-primary, .skill.form__btn.btn-primary {
    background-color: #1d8f71; }
    .skill.form input.btn.btn-primary:hover, .skill.form input.btn.btn-primary:focus, .skill.form__btn.btn-primary:hover, .skill.form__btn.btn-primary:focus {
      background-color: #26b993; }
    .skill.form input.btn.btn-primary.form__btn--inline, .skill.form__btn.btn-primary.form__btn--inline {
      margin-top: 0; }
  .skill.form select {
    background-image: url("clientlibs/images/arrow-skill.png"); }
  .skill.form .check:hover::before,
  .skill.form [type="radio"]:focus ~ .check::before {
    background-color: rgba(29, 143, 113, 0.7); }
  .skill.form [type="radio"]:checked ~ .check::before,
  .skill.form [type="checkbox"]:checked ~ .check::before {
    background-color: #1d8f71; }
  .skill.form .form__headline {
    background-color: #1d8f71; }
  .skill.form i.fa {
    color: #1d8f71; }

.fantasysport.form {
  padding-bottom: 2em; }
  .fantasysport.form input,
  .fantasysport.form select, .fantasysport.form__btn,
  .fantasysport.form .check {
    background-color: rgba(37, 112, 200, 0.5);
    border-color: rgba(29, 88, 157, 0.5); }
  .fantasysport.form input.btn.btn-primary, .fantasysport.form__btn.btn-primary {
    background-color: #154072; }
    .fantasysport.form input.btn.btn-primary:hover, .fantasysport.form input.btn.btn-primary:focus, .fantasysport.form__btn.btn-primary:hover, .fantasysport.form__btn.btn-primary:focus {
      background-color: #1d589d; }
    .fantasysport.form input.btn.btn-primary.form__btn--inline, .fantasysport.form__btn.btn-primary.form__btn--inline {
      margin-top: 0; }
  .fantasysport.form select {
    background-image: url("clientlibs/images/arrow-fantasysport.png"); }
  .fantasysport.form .check:hover::before,
  .fantasysport.form [type="radio"]:focus ~ .check::before {
    background-color: rgba(21, 64, 114, 0.7); }
  .fantasysport.form [type="radio"]:checked ~ .check::before,
  .fantasysport.form [type="checkbox"]:checked ~ .check::before {
    background-color: #154072; }
  .fantasysport.form .form__headline {
    background-color: #154072; }
  .fantasysport.form i.fa {
    color: #154072; }

.poker.form {
  padding-bottom: 2em; }
  .poker.form input,
  .poker.form select, .poker.form__btn,
  .poker.form .check {
    background-color: rgba(228, 32, 51, 0.5);
    border-color: rgba(187, 22, 38, 0.5); }
  .poker.form input.btn.btn-primary, .poker.form__btn.btn-primary {
    background-color: #8d111d; }
    .poker.form input.btn.btn-primary:hover, .poker.form input.btn.btn-primary:focus, .poker.form__btn.btn-primary:hover, .poker.form__btn.btn-primary:focus {
      background-color: #bb1626; }
    .poker.form input.btn.btn-primary.form__btn--inline, .poker.form__btn.btn-primary.form__btn--inline {
      margin-top: 0; }
  .poker.form select {
    background-image: url("clientlibs/images/arrow-poker.png"); }
  .poker.form .check:hover::before,
  .poker.form [type="radio"]:focus ~ .check::before {
    background-color: rgba(141, 17, 29, 0.7); }
  .poker.form [type="radio"]:checked ~ .check::before,
  .poker.form [type="checkbox"]:checked ~ .check::before {
    background-color: #8d111d; }
  .poker.form .form__headline {
    background-color: #8d111d; }
  .poker.form i.fa {
    color: #8d111d; }

.gaming-machines.form.gaming-machines--small-padding-bottom {
  padding-bottom: 1em; }
  @media (max-width: 480px) {
    .gaming-machines.form.gaming-machines--small-padding-bottom {
      padding-bottom: 0; } }

.logo {
  padding-bottom: 1em; }
  @media (min-width: 768px) {
    .logo {
      display: none; } }

.sidebar .logo {
  display: none; }
  @media (min-width: 768px) {
    .sidebar .logo {
      display: block; } }

.mega-jackpot,
.jackpot-di-sala {
  background-color: #f02e02;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 2.5%;
  padding-top: 11%; }
  .mega-jackpot .table,
  .jackpot-di-sala .table {
    border-collapse: collapse;
    font-size: .7em;
    margin: 0 auto;
    width: 90%; }
    @media (min-width: 992px) {
      .mega-jackpot .table,
      .jackpot-di-sala .table {
        font-size: 1em; } }
    .mega-jackpot .table strong,
    .jackpot-di-sala .table strong {
      color: #b82300;
      display: block; }
      @media (min-width: 768px) {
        .mega-jackpot .table strong,
        .jackpot-di-sala .table strong {
          display: inline-block; } }
    .mega-jackpot .table span,
    .jackpot-di-sala .table span {
      color: #000;
      display: block;
      font-weight: 300;
      margin-right: .6em; }
      @media (min-width: 768px) {
        .mega-jackpot .table span,
        .jackpot-di-sala .table span {
          display: inline-block; } }
    .mega-jackpot .table.table--gaming-machines--compressed td,
    .jackpot-di-sala .table.table--gaming-machines--compressed td {
      text-align: center; }
      @media (min-width: 480px) {
        .mega-jackpot .table.table--gaming-machines--compressed td,
        .jackpot-di-sala .table.table--gaming-machines--compressed td {
          padding-left: 4rem;
          text-align: left; } }
    .mega-jackpot .table thead tr td span,
    .jackpot-di-sala .table thead tr td span {
      font-size: 1.5em; }
    .mega-jackpot .table thead tr td strong,
    .jackpot-di-sala .table thead tr td strong {
      font-size: 2.5em; }
    .mega-jackpot .table tbody tr td,
    .jackpot-di-sala .table tbody tr td {
      padding: .5em; }
      .mega-jackpot .table tbody tr td strong,
      .jackpot-di-sala .table tbody tr td strong {
        font-size: 1.3em;
        text-transform: uppercase; }
      .mega-jackpot .table tbody tr td span,
      .jackpot-di-sala .table tbody tr td span {
        font-size: 1.3em; }

.mega-jackpot {
  background-image: url("../../../content/dam/puntolis/images/gaming-machines/mega-jackpot.jpg");
  margin-bottom: 22px; }

.jackpot-di-sala {
  background-image: url("../../../content/dam/puntolis/images/gaming-machines/jackpot-di-sala.jpg"); }

.mega-jackpot-hp {
  background-image: url("../../../content/dam/puntolis/images/gaming-machines/mega-jackpot-hp.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 15px; }
  @media (min-width: 480px) {
    .mega-jackpot-hp {
      max-width: 409px; } }
  .mega-jackpot-hp .table {
    display: block;
    font-size: 2em;
    margin: 0 auto;
    padding-bottom: 13.444%;
    padding-top: 35%;
    width: 88%; }
    @media (min-width: 768px) and (max-width: 992px) {
      .mega-jackpot-hp .table {
        font-size: 1.5em; } }
    .mega-jackpot-hp .table thead tr td {
      background-color: #fff5a3;
      border: 0;
      color: #764906;
      padding: .2em 0;
      text-align: center;
      box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.4); }

.gev__sidebar {
  /*font-family: 'Assistant';*/
  margin-bottom: 30px; }
  .gev__sidebar .box--classic {
    background-color: #ccc; }
    @media (min-width: 768px) {
      .gev__sidebar .box--classic {
        padding-bottom: 1.5em; } }
    @media (max-width: 480px) {
      .gev__sidebar .box--classic {
        text-align: center;
        width: 100%; } }
    .gev__sidebar .box--classic:last-child {
      margin-bottom: 1em; }
    .gev__sidebar .box--classic--banner {
      background-color: transparent;
      padding-bottom: 0; }
      @media (max-width: 480px) {
        .gev__sidebar .box--classic--banner {
          width: 100%; } }
      @media (min-width: 768px) {
        .gev__sidebar .box--classic--banner--left {
          padding-right: 0; }
        .gev__sidebar .box--classic--banner--right {
          padding-left: 0; } }
      .gev__sidebar .box--classic--banner .box__image {
        border: 0; }
  .gev__sidebar .box__description {
    font-size: .9em;
    padding-top: 0; }
  .gev__sidebar .box__image {
    border: 1px solid #fff; }
    @media (max-width: 480px) {
      .gev__sidebar .box__image {
        margin: 0 auto; } }

.panel-group--gev {
  /*color: #666;*/
  font-size: .9em;
}

.panel-group--gev .panel-default {
  border-color: #C6C6C9;
}
.panel-group--gev .panel-heading {
  background-color: #F0F0F3;
  color: #0047BB;
}

.panel-group--gev .panel-title--gev {
  font-size: inherit;
}

/*.panel-group--gev .panel-title--gev a:hover {
  color: #090951;
}*/

.panel-group--gev .panel-title--gev i {
  transition: .5s linear all;
}

.gev__item {
  color: #090951;
  /*font-family: 'Assistant';*/
  margin-bottom: 2em;
  position: relative; }
  @media (max-width: 480px) {
    .gev__item {
      width: 100%; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .gev__item {
      font-size: .8em; } }
  .gev__item__amount {
    background-color: #fff;
    border: 5px solid #dba313;
    border-radius: 50%;
    display: inline-block;
    font-size: 2.5em;
    font-weight: 600;
    height: 2.2em;
    line-height: 1.9;
    width: 2.2em; }
  .gev__item__name, .gev__item__text {
    font-size: 1.5em;
    font-weight: 600;
    padding-top: .5em;
    padding-bottom: .5em; }
  .gev__item__text {
    padding-bottom: 0; }
  .gev__item__buttons {
    margin: 0 auto;
    width: 60%; }
    .gev__item__buttons .form__btn {
      background-color: #090951;
      color: #fff;
      font-size: 1.3em;
      margin: 0;
      padding: .6em 0;
      text-align: center; }
      .gev__item__buttons .form__btn:first-child {
        margin-bottom: .8em; }
  .gev__item__wrapper {
    background-color: #fdce1b;
    padding: 1em; }
  .gev__item__badge::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    width: 75px;
    height: 53px; }
  .gev__item__badge--new::before {
    background-image: url("../../../content/dam/puntolis/images/gev/new.png"); }
  .gev__item__badge--richest::before {
    background-image: url("../../../content/dam/puntolis/images/gev/richest.png"); }

.hamburger {
  background-color: #EEDC00;
  border: 0;
  cursor: pointer;
  display: block;
  height: 2.5em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 1em;
  top: 23px;
  width: 2.5em;
  z-index: 7; }
  @media (min-width: 1255px) {
    .hamburger {
      display: none; } }
  .hamburger:focus {
    outline: none; }
  .hamburger span,
  .hamburger span::before,
  .hamburger span::after {
    background-color: #0047BB;
    content: '';
    display: block;
    position: absolute; }
  .hamburger span {
    height: 12%;
    left: 10%;
    right: 10%;
    top: 44%;
    transition: background .3s .3s; }
    .menu--open .hamburger span {
      background-color: rgba(179, 179, 179, 0);
      transition: background .3s 0s; }
  .hamburger span::before,
  .hamburger span::after {
    height: 100%;
    left: 0;
    right: 0;
    transition: background .3s, top .3s .3s, transform .3s .0s;
    width: 100%; }
    .menu--open .hamburger span::before, .menu--open
    .hamburger span::after {
      top: 0;
      transition: background .3s, top .3s 0s, transform .3s .3s; }
  .hamburger span::before {
    top: -210%; }
    .menu--open .hamburger span::before {
      transform: rotate(45deg); }
  .hamburger span::after {
    top: 210%; }
    .menu--open .hamburger span::after {
      transform: rotate(-45deg); }
    .menu--open .hamburger {
      background-color: unset; }
.cssload-container{
	width: 100%;
	display: flex;
  	flex-direction: column;
  	gap: 1em;
	text-align: center;
}

.cssload-message {
	font-size: 1.25em;
	font-weight: 500;
}

loading.small .cssload-message {
	font-size: 1em;
}

.cssload-speeding-wheel {
	width: 3em;
	height: 3em;
	margin: 0 auto;
	border: 0.3125em solid #EEDC00;
	border-radius: 50%;
	border-top-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 0.76362s infinite linear;
	-o-animation: cssload-spin 0.76362s infinite linear;
	-ms-animation: cssload-spin 0.76362s infinite linear;
	-webkit-animation: cssload-spin 0.76362s infinite linear;
	-moz-animation: cssload-spin 0.76362s infinite linear;
}

loading.small .cssload-speeding-wheel{
	height: 1.25em !important;
    width: 1.25em !important;
	border-width: 0.215em !important;
}

loading.light .cssload-speeding-wheel{
	border-color: transparent transparent #FFF #FFF;
    border-radius: 50%;
}


@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
.login-area {
  display: none;
  position: relative; }
  .login-area:hover .menu__item__link {
    color: #ffa300; }
  .login-area:hover .login__footer__button {
    color: #fff; }
  .login-area.login-area--mobile {
    display: block; }
    @media (min-width: 1255px) {
      .login-area.login-area--mobile {
        display: none; } }

.login {
  background-color: #fff;
  box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.25);
  display: none;
  padding: 2em;
  position: absolute;
  right: 0;
  text-align: left;
  width: 400px; }
  .menu__item--expanded .login {
    display: block; }
  .login .field {
    margin-bottom: 1em; }
    .login .field--submit {
      background-color: #1b9ddb;
      border: 0;
      color: #fff;
      float: right;
      padding: .5em 1em; }
  .login .headline {
    color: #0c51a1;
    font-size: 1.5em; }
  .login [type="text"] {
    background-color: #dfe9f1;
    border: 1px solid #8dc8e8;
    padding: .8em;
    width: 100%; }
  .login .form {
    border-bottom: 1px solid #dfe9f1;
    float: left;
    padding-bottom: 1em;
    width: 100%; }
  .login .close {
    color: #b3b3b3;
    opacity: 1;
    position: absolute;
    right: 1em; }

.login__foter {
  float: left;
  padding: 1em 0;
  width: 100%; }
  .login__foter .headline {
    font-size: 1em; }
  .login__foter .login__footer__button {
    background-color: #0c51a1;
    border: 1px solid #dfe9f1;
    color: #fff;
    padding: .5em 1em; }

.table--lottery-balls {
    background-color: #dfe9f1;
    font-size: .6em;
    margin-bottom: 2em;
    padding: 1em;
    position: relative;
}

.table--lottery-balls table tbody tr td {
    border-color: #dfe9f1;
    padding: 0;
}

.table--lottery-balls table tbody tr td::before {
    content: '';
    float: left;
    padding-bottom: 100%;
}

@media (min-width: 480px) {
    .table--lottery-balls {
        font-size: .9em;
    }

    .table--lottery-balls table tbody tr td {
        padding: .2em;
    }
}

@media (min-width: 768px) {
    .table--lottery-balls {
        font-size: 1.2em;
    }

    .table--lottery-balls table tbody tr td {
        padding: .2em;
    }
}

.table--lottery-balls--game {
    margin-bottom: 0;
    padding: .5em 1em;
}

.table--lottery-balls--game--inverted {
    background-color: #bcd1e1;
}

.table--lottery-balls--game--inverted table tbody tr td {
    border-color: #bcd1e1;
}

.table--lottery-balls--extracted {
    left: 50%;
    height: 100%;
    padding-top: 1.5em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}

.table--lottery-balls--extracted .table {
    font-size: 1.5em;
    margin: .5em auto;
    width: 80%;
}

.lottery-ball {
    background-color: #0c51a1;
    /*background: radial-gradient(circle at 33% 33%, #1175e8 2%, #0c51a1 30%, #052142 90%, black);*/
    background: radial-gradient(circle at 33% 33%, #6cabd2 2%, #12619a 30%, #116ba6 90%, black);
    border-radius: 50%;
    color: #fff;
    font-family: 'Baloo';
    font-size: 2em;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.lottery-ball--oro {
    background: #ffca2c;
    background: radial-gradient( circle at 33% 33%, #fff7e1 2%, #ffca2c 30%, #cc913b 90%, #231d01 );
    color: #004c93;
    text-shadow: -0.015em -0.015em 0 #fff, 0.015em -0.015em 0 #fff, -0.015em 0.015em 0 #fff, 0.015em 0.015em 0 #fff;
}

.lottery-ball--white {
    background: #fff;
    background: radial-gradient( circle at 33% 33%, #fff 1%, #e1e1e1 30%, #afafaf 90% );
    color: #004c93;
    border: 0.08em solid #de7b2c;
}

.lottery-ball::before {
    content: '';
    float: left;
    padding-bottom: 100%;
}

.lottery-ball--dark-orange {
    background-color: #f58220;
    /*background: radial-gradient(circle at 33% 33%, #fdefdf 2%, #f58220 30%, #773905 90%, black);*/
    background: radial-gradient(circle at 25% 25%, #fdefdf 1%, #ed892c 30%, #de7b2c 90%);
    color: #004c93;
}

.lottery-ball--yellow {
    background-color: #fec92a;
    background: radial-gradient(circle at 33% 33%, #fff7e1 2%, #ffca2c 30%, #cc913b 90%, #231d01);
    color: #0c51a1;
    -webkit-text-stroke: 2px white;
}

.lottery-ball span, .lottery-ball--countdown {
    left: 50%;
    position: absolute;
    top: 52%;
    transform: translate(-50%, -50%);
}

.dieci-e-lotto-game .lottery-ball--yellow {
    padding: .69em;
}

@media (min-width: 768px) and (max-width: 992px) {
    .dieci-e-lotto-game .lottery-ball {
        font-size:1.2em !important;
    }
    .dieci-e-lotto-game .lottery-ball--yellow {
        -webkit-text-stroke: 1px white !important;
    }
}

@media (min-width: 480px) and (max-width: 767px), (min-width: 993px) and (max-width:1199px) {
    .dieci-e-lotto-game .lottery-ball {
        font-size:1.5em !important;
    }
}


@media (max-width:555px) {
    .dieci-e-lotto-game .lottery-ball--yellow {
        -webkit-text-stroke: .6px white !important;
    }
    .bottom-golden-numbers .lottery-ball--yellow {
        font-size:1.6em!important;
    }
}
.istitutional {
  background-color: #0c51a1;
  display: none; }
  @media (min-width: 1255px) {
    .istitutional {
      display: block; } }
  .istitutional ul {
    margin-top: .5em;
    margin-bottom: 0;
    padding-left: 1em; }
  .istitutional__link {
    display: inline-block;
    margin: 0 .5em;
    padding: .5em 0 .3em; }
    .istitutional__link:first-child {
      margin-left: 0; }
    .istitutional__link a {
      color: #fff;
      text-transform: uppercase; }
    .istitutional__link--selected {
      background-image: linear-gradient(106deg, rgba(255, 255, 255, 0) 6.5%, white 7%, white 60%, rgba(255, 255, 255, 0) 60%), linear-gradient(254deg, rgba(255, 255, 255, 0) 6.5%, white 7%, white 60%, rgba(255, 255, 255, 0) 60%);
      padding-left: 2em;
      padding-right: 2em; }
      .istitutional__link--selected a {
        color: #0c51a1; }

@font-face {
    font-family: Bliss;
    font-weight: bold;
    src: url("clientlibs/fonts/bliss2/Bliss2-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Bliss';
    src: url('clientlibs/fonts/bliss2/Bliss2-Bold.eot');
    src: url('clientlibs/fonts/bliss2/Bliss2-Bold.eot?#iefix') format('embedded-opentype'),
    url('clientlibs/fonts/bliss2/Bliss2-Bold.woff2') format('woff2'),
    url('clientlibs/fonts/bliss2/Bliss2-Bold.woff') format('woff'),
    url('clientlibs/fonts/bliss2/Bliss2-Bold.ttf') format('truetype'),
    url('clientlibs/fonts/bliss2/Bliss2-Bold.svg#Bliss2-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

.simbolotto {
    clear: both;
    display: flow-root;
}

.simbolotto_data_text {
    font-family: 'Bliss', "Open Sans";
    font-weight: bold;
    font-size: 21px;
    color: #003f87;
    border-bottom: 3px solid #003f87;
}

.table-simbolotto {
    font-family: 'Bliss', "Open Sans";
    font-weight: bold;
    width: calc(100% - 178px);
    float: left;
    table-layout: fixed;
}

.table-simbolotto.w100 {
    width: 100%;
}

.table-simbolotto thead td {
    text-align: center;
    font-family: 'Bliss',"Open Sans";
    font-weight: bold;
    color: #003f87;
    font-size: 15px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 3px solid #003f87;
}

.table-simbolotto thead td small {
    font-size: 15px !important;
    text-align: center;
    display: none;
}

.table-simbolotto thead td small.extended {
    display: inline-block;
}

.table-simbolotto thead td:nth-child(1) {
    text-align: left;
    font-size: 21px;
    padding-left: 0;
    text-transform: uppercase;
    padding-bottom: 0px;
    width: 130px;
}

.table-simbolotto tbody tr {
    background-color: #f58220;
}

.table-simbolotto tbody tr.blu {
    background-color: #003f87;
}

.table-simbolotto tbody tr:last-child {
    background: white;
}

.table-simbolotto tbody td {
    color: white;
    border: none !important;
    background-color: #f58220;
    font-size: 21px;
    padding: 7px 0 8px 0 !important;
    border-bottom: 3px solid #fff !important;
    right: -1px;
    position: relative;
}

.table-simbolotto tbody td.blu {
    background-color: #003f87;
}

.table-simbolotto tbody td.blu:last-child {
    border-radius: 0;
    position: relative;
}

.table-simbolotto tbody td.blu .blue-arrow {
    position: absolute;
    right: 1px;
    transform: translate(100%);
    top: 0;
}

.table-simbolotto tbody td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 12px !important;
}

.table-simbolotto tbody td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.table-simbolotto tbody tr:last-child td {
    background: white;
    color: #f58220;
    border-color: #f58220 !important;
    border-style: solid none !important;
}

.table-simbolotto tbody tr:last-child td.blu {
    border-color: #003f87 !important;
    color: #003f87 !important;
    background: none;
}

/* .table-simbolotto tbody tr:last-child td.blu .blue-arrow {
    display: none;
} */

.table-simbolotto tbody tr:last-child td:first-child {
    border-style: solid none solid solid !important;
}

.table-simbolotto tbody tr:last-child td:last-child {
    border-style: solid solid solid none !important;
}

.table-simbolotto tbody tr:last-child td:last-child.blu {
    border-style: solid none !important;
}

.table-simbolotto tbody tr:last-child td:last-child.blu .blue-arrow {
    top: -3px;
}

.simbolotto .simbolotti {
    width: 162px;
    position: relative;
    float: right;
    border: 2px solid #003f87;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 13px;
    margin-top: 2px;
    margin-bottom: 10px;
    overflow: hidden;
}

.simbolotto .simbolotti .simbolotti-wrapper .header {
    margin-bottom: 20px;
    display: block;
    background: #003f87;
    color: white;
    text-align: center;
}

.simbolotto .simbolotti .xs-header {
    display: none;
}

.simbolotto .simbolotti .simbolotti-wrapper .singolo-simbolo {
    text-align: center;
    margin: 16px auto;
}

.simbolotto .simbolotti .simbolotti-wrapper .singolo-simbolo img {
    height: 64px;
}

.simbolotto .simbolotti .simbolotti-wrapper .singolo-simbolo p {
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0 0 12px 0;
    color: #003f87;
    font-weight: bold;
}

/* CHROME OVERIDE */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .simbolotto .simbolotti .simbolotti-wrapper .header {
        margin-bottom: 13px;
    }

    .simbolotto .simbolotti .simbolotti-wrapper .singolo-simbolo {
        margin: 15px auto;
    }
}

/* EDGE OVERIDE */
@supports (-ms-ime-align: auto) {
    .simbolotto .simbolotti .simbolotti-wrapper .header {
        margin-bottom: 14px;
    }

    .simbolotto .simbolotti .simbolotti-wrapper .singolo-simbolo {
        margin: 17px auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .simbolotto .table-simbolotto * {
        font-size: 100%;
    }

    .table-simbolotto thead td small.extended {
        display: none;
    }

    .table-simbolotto thead td small.abbreviated {
        display: inline-block;
    }

    .simbolotto .table-simbolotto tbody td {
        padding: 12px 0 12px 0 !important;
    }

    .table-simbolotto tbody td:first-child {
        padding-left: 12px !important;
    }
}

/* IOS MOBILE (iPad due to resolution at which this rule applies) OVERIDE */
@supports (-webkit-overflow-scrolling: touch) {
    .simbolotto .simbolotti .simbolotti-wrapper .header {
        margin-bottom: 8px;
    }

    .simbolotto .simbolotti .simbolotti-wrapper .singolo-simbolo {
        margin: 15px auto;
    }
}

@media only screen and (max-width: 991px) {
    .simbolotto .table-simbolotto {
        width: 100%;
        float: none;
    }

    .simbolotto .simbolotti {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .simbolotto .simbolotti .simbolotti-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    .simbolotto .simbolotti .header {
        display: none !important;
    }

    .simbolotto .simbolotti .xs-header {
        display: block;
        background: #003f87;
        color: white;
        text-align: center;
    }

    .simbolotto .simbolotti img {
        margin-top: 10px;
    }

    .simbolotto .simbolotti .simbolotti-wrapper .singolo-simbolo {
        margin: 0;
    }

    .simbolotto .simbolotti .simbolotti-wrapper .singolo-simbolo img {
        height: 54px;
    }

    .simbolotto .simbolotti .singolo-simbolo {
        display: inline-block;
    }

    .table-simbolotto tbody td.blu:last-child {
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    .simbolotto .table-simbolotto tbody tr.blu,
    .simbolotto .table-simbolotto tbody td.blu {
        background-color: #f58220;
    }

    .simbolotto .table-simbolotto tbody td.blu .blue-arrow {
        display: none;
    }

    .table-simbolotto tbody tr:last-child td:last-child.blu {
        border-style: solid solid solid none !important;
    }

    /* .table-simbolotto tbody tr:last-child td:last-child.blu::after {
        display: none;
    } */
}

@media only screen and (max-width: 430px) {
    .simbolotto table {
        table-layout: fixed;
    }

    .simbolotto .table-simbolotto thead td:nth-child(1) {
        width: 80px;
    }

    .simbolotto table * {
        font-size: 95% !important;
    }

    .simbolotto .simbolotti * {
        font-size: 85% !important;
    }

    .table-simbolotto thead td small.extended {
        display: none;
    }

    .table-simbolotto thead td small.abbreviated {
        display: inline-block;
    }
}


.num-wrapper {
  padding-bottom: 2em;
  padding-top: 1.5em; }
  @media (max-width: 768px) {
    .num-wrapper {
      padding-bottom: 1em;
      padding-top: .5em; } }
  @media (min-width: 480px) {
    .num-wrapper--left, .num-wrapper--right {
      float: left; } }
  .num-wrapper--right {
    margin-top: .8em; }
    @media (min-width: 480px) {
      .num-wrapper--right {
        margin-top: -.5em; } }
  .num-wrapper--flexible {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-bottom: 0;
    padding-top: 0; }
  .num-wrapper .num {
    border: 1px solid #b3b3b3;
    padding: .5em 1.2em;
    text-align: center; }
    .num-wrapper .num--bold {
      font-weight: 600; }
    .num-wrapper .num--green {
      border-color: #71bd37;
      color: #71bd37; }
      .num-wrapper .num--green--inverse {
        background-color: #71bd37;
        border-color: #71bd37;
        color: #fff; }
    .num-wrapper .num--light-grey-blue {
      border-color: #b3b3b3;
      color: #0c51a1; }
    .num-wrapper .num--blue {
      border-color: #0c51a1;
      color: #0c51a1; }
      .num-wrapper .num--blue--inverse {
        border-color: #0c51a1;
        background-color: #0c51a1;
        color: #fff; }
    .num-wrapper .num--medium-blue {
      border-color: #1b9ddb;
      color: #1b9ddb; }
      .num-wrapper .num--medium-blue--inverse {
        background-color: #1b9ddb;
        border-color: #1b9ddb;
        color: #fff; }
    .num-wrapper .num--orange {
      border-color: #ff791f;
      color: #ff791f; }
      .num-wrapper .num--orange--inverse {
        background-color: #ff791f;
        border-color: #ff791f;
        color: #fff; }
    .num-wrapper .num--red {
      border-color: #e92100;
      color: #e92100; }
      .num-wrapper .num--red--inverse {
        background-color: #e92100;
        border-color: #e92100;
        color: #fff; }
  .num-wrapper .text {
    color: #666;
    font-size: .8em; }
    @media (min-width: 480px) {
      .num-wrapper .text {
        font-size: .9em;
        padding-left: 1em; } }

.lotto__sidebar {
  /*font-family: 'Assistant';*/
  margin-bottom: 1em;
  background-color: #f58220; }
  @media (max-width: 768px) {
    .lotto__sidebar {
      margin-top: 15px; } }
  @media (min-width: 1200px) {
    .lotto__sidebar {
      min-height: 1375px; } }
  .lotto__sidebar .box--classic {
    background-color: #f58220; }
    @media (min-width: 768px) {
      .lotto__sidebar .box--classic {
        padding-bottom: 3.5em; } }
    @media (max-width: 480px) {
      .lotto__sidebar .box--classic {
        text-align: center;
        width: 100%; } }
    /*.lotto__sidebar .box--classic:last-child {
      margin-bottom: 1em; }*/
  .lotto__sidebar .box__description {
    font-size: .9em;
    padding-top: 0; }
  .lotto__sidebar .box__image {
    border: 1px solid #fff; }
    @media (max-width: 480px) {
      .lotto__sidebar .box__image {
        margin: 0 auto; } }

.num-table-wrapper {
  margin: 1em -15px 2em;
  overflow-x: scroll; }
  .num-table-wrapper::-webkit-scrollbar-track {
    margin-left: 1em;
    margin-right: 1em; }
  .num-table-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px; }
  .num-table-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 7px; }

@media (max-width: 768px) {
  .num-table {
    margin-top: 2.5em; } }

.num-table .num-wrapper,
.num-table .num {
  padding: 0; }

.num-table .num, .num-table__header {
  padding-top: 1em;
  padding-bottom: 1em; }

.num-table__header {
  background-color: #0c51a1;
  border: 1px solid #0c51a1;
  color: #fff; }
  .num-table__header--orange {
    background-color: transparent;
    color: #ff791f;
    font-weight: 600; }
    .num-table__header--orange--inverse {
      background-color: #ff791f;
      border-color: #ff791f;
      color: #fff; }
  .num-table__header--spaced {
    margin-bottom: 4px; }

.num-table__row,
.num-table .num-row {
  margin-bottom: 2px; }

.num-table .odd {
  background-color: #dfe9f1; }

.num-table--lotto .odd {
  background-color: #fcf4de; }

.num-table--vertical {
  display: flex;
  font-size: .9em;
  margin: 0 auto; }
  .num-table--vertical .num-table__header {
    text-align: center; }
  .num-table--vertical .num-table__row {
    flex: 0 0 auto;
    float: left;
    margin-right: 4px;
    width: 95px; }
  .num-table--vertical .num {
    padding-top: .5em;
    padding-bottom: .5em; }

.num-table--borderless .num {
  border: 0; }

.num-table--compressed .num-table__header {
  padding-bottom: .5em;
  padding-top: .5em; }

.num-table--compressed .num-row {
  margin-bottom: 4px; }

.num-table--compressed .num-table__row {
  width: 89px; }
  @media (min-width: 480px) {
    .num-table--compressed .num-table__row {
      flex: 1 1 auto; } }

.logo-container {
  flex: 0 1 auto;
  display: block;
  margin-left: 1rem;
  padding-top: 1px;
}

.logo-container a {
  display: block;
}
  
.menu__wrapper {
  background: #EEDC00;
  position: relative;
  width: 100%;
}

.menu__wrapper a {
  color: #0047BB;
}

@media (min-width: 1255px) {

  .menu__wrapper a:visited,
  .menu__wrapper a:hover,
  .menu__wrapper a:hover:visited {
    color: #0047BB;
  }
}

@media (max-width: 1254px) {

  .menu__wrapper a:hover {
    color: #00297A;
  }

}

.menu__logo {
  display: block;
  height: 5.437em;
  /*width: 258px; */
  z-index: 1002;
  max-width: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 73px;
  background-color: transparent;
  /* margin-left: 10px; */
}

.menu {
  font-weight: 600;
  overflow: hidden;
}

.menu .menu__item--expanded:not(.search) .menu__item__expand i,
.menu .submenu__item--expanded .submenu__item__expand i,
.menu .third-level-menu__item--expanded .third-level-menu__item__expand i {
  transform: scaleY(-1);
}

.menu .menu__dropdown {
  z-index: 1000;
}

.menu--top {
  z-index: 4;
}

.menu--top .menu__item__link {
  font-size: 0.9em !important;
}

.menu--top .menu__item__link .fa.fa-question-circle-o {
  font-size: 1.05em;
  margin-top: 0.5em;
}

.menu--top .menu__item__link--locale {
  float: left;
}

.menu--top .menu__separator span {
  top: 0.75em;
}

.menu--bottom .menu__item__link {
  /*font-size: 1.1em !important;*/
}

/* --- ??? --- */
header .menu--top header .menu__item .menu__item__link .fa.fa-question-circle-o {
  font-size: 1.05em;
  margin-top: 0.5em;
}

/* --- ??? --- */
header .menu__item .menu__item__link .menu--bottom .menu__item__link {
  font-size: 1.1em;
}

.menu__items {
  clear: both;
}

.menu__items,
.menu__item {
  margin: 0;
  padding: 0;
}

.menu__item .menu__item__link {
  color: #0047BB;
  cursor: pointer;
  display: block;
  height: 100%;
  line-height: 3;
  padding: 0 .6em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.menu__item .menu__item__link .social {
  display: inline-block;
  line-height: 4rem;
  padding: 0.15em 0 0 0.9em;
}

.menu__item .search .menu__item__link {
  display: none;
}

.menu__item__link--locale+.menu__item__link--locale {
  margin-left: -0.3em;
  position: relative;
}

.menu__item__link--locale+.menu__item__link--locale::before {
  content: '/';
  font-size: .8em;
  left: 0;
  position: absolute;
  top: .7em;
}

.menu__item--no-hover:hover {
  background: none;
}

@media (max-width: 1254px) {
  .menu__item--no-hover:hover a {
    color: #00297A;
  }
}

.menu__item--no-hover:hover .login .close,
.menu__item--no-hover:hover .menu__dropdown-search .close {
  color: #b3b3b3;
  opacity: 1;
}

.menu__item--no-hover:hover .menu__dropdown-search__button a {
  color: #fff;
}

.menu__item--simple .menu__item__link:hover {
  background: none;
}

.menu__item--highlight .menu__item__link {
  color: #ffa300;
}

.menu__item--highlight .menu__item__link:hover {
  color: #ffa300;
}

.menu__separator {
  display: none;
  float: left;
  height: 2em;
  line-height: 2;
  position: relative;
  width: 1.9em;
}

.menu__separator span {
  background: #0047BB;
  display: block;
  height: 1em;
  left: 1em;
  position: absolute;
  top: 1em;
  width: 1px;
}

/* if needed remove the "menu__item--user-logged" block */
.menu__item--user-logged {
  cursor: pointer;
  position: relative;
}

.menu__item--user-logged .menu__item__expand i {
  color: #ffa300;
}

.menu__item--user-logged.menu__item--expanded .menu__item__expand i {
  color: #fff;
}

.menu__item--user-logged::before {
  background: url("clientlibs/images/user_area/user.png");
  background-position: .6em 1em;
  background-repeat: no-repeat;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.menu__item--user-logged .menu__separator {
  float: none;
  height: 1em;
}

.menu__item--user-logged .menu__separator span {
  display: none;
}

.menu__item--user-logged .menu__item__link {
  float: left;
  padding-right: .1em;
}

.menu__item--user-logged .menu__item__link:hover {
  text-decoration: none;
}

/* --- END "menu__item--user-logged" block -------------- */
/* --- @media rules: min-width: 1255px ---------------------------------------------------------------------------------------- */
@media (min-width: 1255px) {

  .menu__container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .menu__container div {
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 10.5%;
    max-width: 28%;
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
  }

  header nav {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    flex: 1 1 auto;
  }

  header nav ul {
    margin-bottom: 0 !important;
  }

  .menu--bottom {
    margin-bottom: 0
  }

  header {
    display: flex;
    justify-content: space-between;
  }

  .menu__wrapper {
    /*  height: 5.437em */
  }

  .menu__logo {
    position: relative;
    z-index: 5;
  }

  .menu {
    /*  max-height: 5.375em; */
    overflow: visible;
    position: relative;
    /*right: 1em;*/
    /* left: 1em; */
    z-index: 2;
    padding-right: 1em;
    margin-left: 2em;

  }

  .menu--top {
    border: 0;
    top: 10px;
    margin-bottom: 0.8rem;
  }

  .menu--bottom {
    /* top: 39px; */
  }

  .menu--bottom .menu__items,
  .menu--bottom .menu__item {
    min-height: 3em;
  }

  .menu--bottom .menu__item {
    min-height: 3rem;
  }

  .menu__items {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .menu__item {
    display: inline;
    float: left;
    width: auto;
  }

  .menu__item .menu__item__expand,
  .menu__item .submenu__item__expand {
    display: none;
  }

  .menu__item .menu__item__link {
    line-height: 2.65;
  }

  .menu__item .search .menu__item__link {
    display: block;
  }

  /* NEW */
  .menu__item>a::after {
    content: '';
    display: block;
    height: 4px;
    width: 0;
    background: transparent;
    transition: width 0.3s ease, background-color 0.3s ease;
  }

  /*  .menu__item>a:hover::after { 
    width: 100%;
    background: #0047BB;
  } */

  .menu__item:hover a::after {

    width: 100%;
    background: #0047BB;

  }

  .menu--top .menu__item>a::after {
    /* alignment of the underline effect a bit higher for top row */
    margin-top: -4px;
  }

  .menu--bottom .menu__item>a::after {
    /* alignment of the underline effect a bit lower to match header size, for bottom row */
    margin-top: 2px;
  }

  .menu__separator {
    display: block;
  }

  /* if needed remove the "menu__item--user-logged" block */
  .menu__item--user-logged {
    padding: 0 1em 0 1.3em;
  }

  .menu__item--user-logged:hover {
    background: #f58220;
  }

  .menu__item--user-logged::before {
    background-position: .5em .9em;
  }

  .menu__item--user-logged:hover::before {
    background-image: url("clientlibs/images/user_area/user-hover.png");
  }

  .menu__item--user-logged .menu__item__link:hover {
    color: #fff;
  }

  .menu__item--user-logged {
    padding-right: .6em;
  }

  .menu__item--user-logged .menu__item__expand {
    display: block;
    float: right;
    margin-top: .4em;
  }

  .menu__item--user-logged .menu__dropdown__columns {
    padding: 2em 0 1em;
  }

  .menu__item--user-logged .menu__dropdown__columns__item {
    border: 0;
    float: none;
    line-height: 1;
    margin: 0 0 .6em !important;
    padding: 0 15px;
  }

  /* --- END "menu__item--user-logged" block -------------- */
}

/* --- @media rules: max-width: 1254px ---------------------------------------------------------------------------------------- */
@media (max-width: 1254px) {

  .logo-container {
    flex: 0 1 auto;
    display: block;
    margin-left: 1rem;
    max-width: 420px;
  }

/*   li .menu__item__expand a {
    padding-right: 4px;
  }
 */
  /* .logo-container a {
    visibility: hidden;
  } */

  .menu__second__level {
    float: left;
    position: relative;
    width: 10.5%;
  }

  .menu__second__level a {
    padding-top: 0;
    line-height: 1.5;
  }

  .menu {
    height: 0;
    transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  /* .menu__item--expanded .menu__dropdown {
    overflow: visible;
  } */


  .menu--open {
    background-color: unset;
  }

  .menu--open .menu__logo {
    visibility: hidden;
  }

  .menu--open .menu--top {
    border-bottom: 1px solid #dfe9f1;
    border-top: 1px solid #dfe9f1;
  }

  .menu--top {
    background-color: #F0F0F3;
  }

  .menu--top .menu__items .menu__item:last-child {
    clear: left;
  }

  .menu__items {
    display: flex;
    flex-direction: column;
  }

  .menu--bottom {
    background-color: white;
  }

  .menu--bottom > ul {
    margin-top: 4px;
    margin-bottom: 4px;

  }

  .menu--bottom > ul > li > a {
    margin-left: 4px;
  }

  .menu--bottom > ul > li > a:nth-of-type(2)  {
    margin-right: 4px;
  }

  .submenu__item__expand {
    margin-right: 4px;
  }

  .menu--bottom .menu__item {
    border-bottom: 1px solid #dfe9f1;
    position: relative;
  }

  .menu--bottom .menu__item .search {
    position: initial;
  }

  .menu__item .menu__item__link {
    text-decoration: underline;
    display: inline-block;
  }

  .menu__item .menu__item__expand,
  .menu__item .submenu__item__expand,
  .menu__item .third-level-menu__item__expand {
    display: block;
    height: 3em;
    line-height: 3.5;
    padding: .2em .8em;
    position: absolute;
    right: 0;
    top: 0;
  }

  .menu__item .menu__item__expand i,
  .menu__item .submenu__item__expand i,
  .menu__item .third-level-menu__item__expand i {
    color: #0047BB;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .menu__item .menu__item__expand::before,
  .menu__item .submenu__item__expand::before,
  .menu__item .third-level-menu__item__expand::before {
    background-color: #0047BB;
    bottom: .65em;
    content: '';
    left: 0;
    position: absolute;
    top: .65em;
    width: 1px;
  }

  .menu__item .submenu__item__expand i,
  .menu__item .third-level-menu__item__expand i {
    color: #0047BB;
  }

  .menu__item .submenu__item__expand::before,
  .menu__item .third-level-menu__item__expand::before {
    background-color: rgba(255, 255, 255, 0.3);
  }

  /* if needed remove the "menu__item--user-logged" block */
  .menu__item--user-logged .menu__item__link {
    padding-left: 2em;
  }

  .menu__item--user-logged .menu__item__expand::before {
    background-color: rgba(255, 163, 0, 0.3);
  }

  /* --- END "menu__item--user-logged" block -------------- */
}
.menu__dropdown, .menu__dropdown__submenu {
     transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
     line-height: 1;
}
 .menu__dropdown__submenu {
     clear: both;
     display: block;
     line-height: 1.5;
     overflow: hidden;
     padding: 0 0 0 .8em;
}
 @media (min-width: 1255px) {
     .menu__dropdown__submenu {
         padding-left: 0;
    }
}
 @media (max-width: 1254px) {
     .menu__dropdown__submenu {
         height: 0;
         position: relative;
         top: .8em;
         transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
     .submenu__item--expanded .menu__dropdown__submenu {
         transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
}
 .menu__dropdown__submenu li {
     line-height: 1;
     margin-bottom: 0.6em;
}
 .menu__dropdown__submenu li:first-child {
     margin-top: 1em;
}
 @media (min-width: 1255px) {
     .menu__dropdown__submenu .menu__dropdown {
         display: none;
    }
}
 .menu__dropdown {
     background: white;
     clear: both;
     display: block;
     height: 0;
     overflow: hidden;
}
 @media (max-width: 1254px) {
     .menu__dropdown {
         background-color: #F0F0F3;
         transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
}
 @media (min-width: 1255px) {
     .menu__dropdown {
         //box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
         display: block;
         left: -1em;
         height: 0;
         position: absolute;
         right: -1em;
    }
}
 .navigation--bottom__link__wrapper .menu__dropdown {
     left: 0;
     right: 0;
}
 @media (min-width: 480px) {
     .navigation--bottom__link__wrapper .menu__dropdown {
         overflow: visible;
         height: 100%;
    }
}
 .menu__item--user-logged .menu__dropdown {
     background: #f58220;
     left: auto;
     right: 0;
     text-align: left;
     top: 100%;
}
 @media (min-width: 1255px) {
     .menu__item--user-logged .menu__dropdown {
         width: 200px;
    }
     .menu__item--user-logged .menu__dropdown li:first-child {
         margin-top: 0;
    }
     .menu__item--user-logged .menu__dropdown ul {
         padding: 0;
    }
     .menu__dropdown a, .menu__dropdown a:hover {
         text-decoration: none;
    }
}
 @media (max-width: 1254px) {
     .menu__item--expanded .menu__dropdown {
         transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
     .menu__dropdown a {
         text-decoration: underline;
         color: #0047BB;
    }
     .menu__dropdown a:hover {
         text-decoration: underline;
    }
     .menu__dropdown__content {
         position: relative;
    }
}
 @media (min-width: 1255px) {
     .menu__dropdown__content::after {
         content: '';
         display: block;
         height: 4px;
         width: 100%;
         background: transparent;
    }
     .menu__bounded::after {
         content: '';
         display: block;
         height: 4px;
         width: 100%;
         background: #E6E6E6;
    }
}
 .menu__item--user-logged .menu__dropdown__content {
     padding-bottom: 0;
}
 .menu__dropdown__row {
     margin-bottom: 2em;
}
 @media (max-width: 1254px) {
     .menu__dropdown__row {
         margin-bottom: 0;
    }
}
 .menu__dropdown__columns {
     height: 100%;
     padding-left: 0;
     width: 100%;
}
 @media (min-width: 1255px) {
     .menu__dropdown__columns {
         float: left;
         padding-top: 2em;
         padding-bottom: 2em;
    }
     .navigation--bottom .menu__dropdown__columns {
         padding-top: 0;
    }
}
 .menu__dropdown__columns__item {
     height: 100%;
}
 .menu__dropdown__columns__item:last-child {
     border-bottom-width: 0;
}
 @media (min-width: 1255px) {
     .menu__dropdown__columns__item {
         border-bottom: 0;
         border-left: 1px solid #0047BB;
         float: left;
         padding-bottom: 1em;
    }
     .menu__dropdown__columns__only_mobile, .menu__dropdown__only_mobile {
         display: none;
    }
}
 @media (max-width: 1254px) {
     .menu__dropdown__columns__item {
         clear: both;
         padding: .8em;
         width: 100%;
    }
     .menu__dropdown__columns__item li {
         padding: .5em 0;
    }
}
 @media (min-width: 1255px) {
     .menu__dropdown__columns__item:first-child {
         border: 0;
         margin-left: 0;
    }
}
 .menu__dropdown__columns__item__header {
     color: #fff;
     padding: 1em 0 0;
     text-transform: uppercase;
}
 @media (min-width: 1255px) {
     .menu__dropdown__columns__item__header {
         border: 0;
         padding: 0 0 1em;
    }
}
 .third-level-menu__item__expand {
     display: none;
}
 @media (max-width: 1254px) {
     .third-level-menu__dropdown__submenu {
         margin-left: -.8em;
         margin-right: -.8em;
         background-color: #FFFFFF;
    }
     li.third-level-menu__item {
         background: #FFFFFF;
         margin: 0;
         padding: 1em 0;
         position: relative;
    }
     li.third-level-menu__item:first-child {
         margin-top: 0;
    }
     li.third-level-menu__item:last-child {
         border-bottom: 0;
    }
     li.third-level-menu__item .third-level-menu__item__expand {
         display: block;
    }
     li.third-level-menu__item .menu__dropdown {
         background-color: #7dcdf3;
         margin-right: .8em;
         height: 0;
         position: relative;
         top: 1em;
    }
     li.third-level-menu__item .menu__dropdown .menu__dropdown__columns__item {
         background: #FFFFFF;
    }
     li.third-level-menu__item .menu__dropdown .menu__dropdown__columns__item__header {
         display: block;
         padding: 0;
         text-transform: none;
    }
}
 @media (min-width: 1255px) {
     .menu__dropdown__row {
         .menu__dropdown__columns__item {
             background: transparent;
        }
    }
     .menu__dropdown__columns__item {
         background: #FFFFFF;
    }
}
 @media (max-width: 1254px) {
     .menu__dropdown__columns__item {
         background: transparent;
    }
}

.menu__dropdown__submenu {
    clear: both;
    display: block;
    line-height: 1.5;
    overflow: visible;
    padding: 0 0 0 .8em;
}

@media (min-width: 1255px) {
    .menu__dropdown__submenu {
        padding-left: 0;
    }
}

@media (max-width: 1254px) {
    .menu__dropdown__submenu {
        height: 0;
        position: relative;
        top: .8em;
        transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        overflow: hidden;
    }

    .submenu__item--expanded .menu__dropdown__submenu {
        transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
}

.menu__dropdown__submenu li {
    line-height: 1;
    margin-bottom: 0.6em;
}

.menu__dropdown__submenu li:first-child {
    margin-top: 1em;
}

@media (min-width: 1255px) {
    .menu__dropdown__submenu .menu__dropdown {
        display: none;
    }
}

.menu__dropdown {
    background: white;
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}

@media (max-width: 1254px) {
    .menu__dropdown {
        background-color: #F0F0F3;
        transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        padding-left: 2px;
    }
}

@media (min-width: 1255px) {
    .menu__dropdown {
        /*box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);*/
        display: block;
        left: -1em;
        height: 0;
        position: absolute;
        right: -1em;
    }

    header .menu__dropdown {
        display: block;
        position: absolute;
        right: 0;
        left: calc(100% - 100vw) !important;
    }
}

.navigation--bottom__link__wrapper .menu__dropdown {
    left: 0;
    right: 0;
}

@media (min-width: 480px) {
    .navigation--bottom__link__wrapper .menu__dropdown {
        overflow: visible;
        height: 100%;
    }
}

.menu__item--user-logged .menu__dropdown {
    background: #f58220;
    left: auto;
    right: 0;
    text-align: left;
    top: 100%;
}

@media (min-width: 1255px) {
    .menu__item--user-logged .menu__dropdown {
        width: 200px;
    }

    .menu__item--user-logged .menu__dropdown li:first-child {
        margin-top: 0;
    }

    .menu__item--user-logged .menu__dropdown ul {
        padding: 0;
    }

    .menu__dropdown a,
    .menu__dropdown a:hover {
        text-decoration: none;
    }
}

@media (max-width: 1254px) {
    .menu__item--expanded .menu__dropdown {
        transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .menu__dropdown a {
        text-decoration: underline;
        color: #0047BB;
    }

    .menu__dropdown a:hover {
        text-decoration: underline;
    }

    .menu__dropdown__content {
        position: relative;
    }
}

@media (min-width: 1255px) {
    .menu__dropdown__content::after {
        content: '';
        display: block;
        height: 4px;
        width: 100%;
        background: transparent;
    }

    .menu__bounded::after {
        content: '';
        display: block;
        height: 4px;
        width: 100%;
        background: #E6E6E6;
    }
}

.menu__item--user-logged .menu__dropdown__content {
    padding-bottom: 0;
}

.menu__dropdown__row {
    margin-bottom: 2em;
}

@media (max-width: 1254px) {
    .menu__dropdown__row {
        margin-bottom: 0;
    }
}

.menu__dropdown__columns {
    height: 100%;
    padding-left: 0;
    width: 100%;
}

@media (min-width: 1255px) {
    .menu__dropdown__columns {
        float: left;
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .navigation--bottom .menu__dropdown__columns {
        padding-top: 0;
    }
}


@media (max-width: 1254px) {
    .menu__dropdown__columns.menu__container {
        padding-top: 4px;
    }

    div .menu__dropdown.menu__bounded {
        right: 0 !important;
        transform: translate(0) !important;
    }

    .menu__item__expand {
        z-index: 1000;
    }

    .menu__item__link {
        z-index: 1000;
    }
}

.menu__dropdown__columns__item {
    height: 100%;
}

.menu__dropdown__columns__item:last-child {
    border-bottom-width: 0;
}

@media (min-width: 1255px) {
    .menu__dropdown__columns__item {
        border-bottom: 0;
        border-left: 1px solid #0047BB;
        float: left;
        padding-bottom: 1em;
    }

    .menu__dropdown__columns__only_mobile,
    .menu__dropdown__only_mobile {
        display: none !important;
    }
}

@media (max-width: 1254px) {
    .menu__dropdown__columns__item {
        clear: both;
        padding-left: 1.2em;
        padding-right: 1.2em;
        padding-top: 1.2em;
        padding-bottom: 0.8em;
        width: 100%;
    }

    .menu__dropdown__columns__item li {
        padding: .5em 0;
    }

    .menu__second__level>a:nth-of-type(2) {
        z-index: 100;
    }

    .menu__second__level>ul {
        margin-left: -1.2em;
        margin-right: -1.2em;
    }

    .menu__second__level>ul>li {
        padding-left: 1.2em;
    }
}



@media (min-width: 1255px) {
    .menu__dropdown__columns__item:first-child {
        border: 0;
        margin-left: 0;
    }
}

.menu__dropdown__columns__item__header {
    color: #fff;
    padding: 1em 0 0;
    text-transform: uppercase;
}

@media (min-width: 1255px) {
    .menu__dropdown__columns__item__header {
        border: 0;
        padding: 0 0 0;
    }
}

.third-level-menu__item__expand {
    display: none;
}

@media (max-width: 1254px) {
    .third-level-menu__dropdown__submenu {
        margin-left: -.8em;
        margin-right: -.8em;
        background-color: #FFFFFF;
        margin-top: 0.2em;
    }

    li.third-level-menu__item {
        background: #FFFFFF;
        margin: 0;
        padding: 1em 0;
        position: relative;
    }

    li.third-level-menu__item:first-child {
        margin-top: 0;
    }

    li.third-level-menu__item:last-child {
        border-bottom: 0;
    }

    li.third-level-menu__item .third-level-menu__item__expand {
        display: block;
    }

    li.third-level-menu__item .menu__dropdown {
        background-color: #7dcdf3;
        margin-right: .8em;
        height: 0;
        position: relative;
        top: 1em;
        padding-left: 0;
    }

    li.third-level-menu__item .menu__dropdown .menu__dropdown__columns__item {
        background: #FFFFFF;
    }

    li.third-level-menu__item .menu__dropdown .menu__dropdown__columns__item__header {
        display: block;
        padding: 0;
        text-transform: none;
    }
}

@media (min-width: 1255px) {
    .menu__dropdown__row .menu__dropdown__columns__item {
        background: transparent;
    }

    .menu__dropdown__columns__item {
        background: #FFFFFF;
    }
}

@media (max-width: 1254px) {
    .menu__dropdown__columns__item {
        background: transparent;
    }

    .third-level-menu__dropdown__submenu .third-level-menu__item .menu__item__link--block~a{
        margin-right: 0.2em;
    }

    .third-level-menu__dropdown__submenu .third-level-menu__item .menu__item__link--block~a:focus-visible{
            z-index: 10000;
    }
}

.milestones {
  margin: 4em 0;
  position: relative; }

.milestones--wrapper {
  position: relative; }
  .milestones--wrapper::before {
    border-right: 2px solid #1b9ddb;
    content: ' ';
    height: 100%;
    left: 51.7%;
    position: absolute;
    top: 0; }
    @media (max-width: 992px) {
      .milestones--wrapper::before {
        left: 4px; } }
    @media (min-width: 1200px) {
      .milestones--wrapper::before {
        left: 51.4%; } }

.milestones__item {
  position: relative; }
  @media (max-width: 992px) {
    .milestones__item {
      text-align: left; } }
  .milestones__item::before {
    background: #004c97;
    border-radius: 50%;
    content: ' ';
    height: 10px;
    left: 49.7%;
    position: absolute;
    top: 1em;
    width: 10px; }
    @media (max-width: 992px) {
      .milestones__item::before {
        left: 0; } }
  .milestones__item.left::before {
    left: 0; }

.milestones--wrapper:first-child::after {
  background: #fff;
  content: '';
  height: 20px;
  left: 51%;
  position: absolute;
  top: -4px;
  width: 10px; }
  @media (max-width: 992px) {
    .milestones--wrapper:first-child::after {
      left: 0; } }

.navigation {
  display: none;
}

@media (min-width: 1255px) {
  .navigation {
    background-color: #8dc8e8;
    display: block;
    font-size: .9em;
    margin: 0 auto;
    top: 10.2em;
    width: 100%;
    z-index: 1;
  }

  .navigation a {
    color: #0047BB;
    margin: 0 .3em;
    text-decoration: underline;
  }

  .navigation a:hover {
    color: #4270E4;
  }

  .navigation a:hover::after {
    color: #4270E4;
  }

  .navigation a:focus {
    color: #4270E4;
  }

  .navigation__breadcrumbs__wrapper {
    background: #fff;
    border-bottom: 1px solid #b3b3b3;
    color: #b3b3b3;
    padding: .5em;
    padding-inline: 16rem;
  }

  .navigation__breadcrumbs__wrapper span:last-child a {
    color: #1A1C1E;
    font-weight: 600;
    text-decoration: none;
  }

  .navigation__breadcrumbs{
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1.3em;
    list-style-type: none;
  }

  .navigation__menu__wrapper {
    background: #f9f9f9;
    border-bottom: 1px solid #b3b3b3;
    line-height: 1.6;
    padding: .5em;
  }

  .navigation__menu__wrapper a {
    color: #0047BB;
    margin: 0 .6em;
  }

  .navigation__menu__wrapper ul {
      display: flex; 
      flex-wrap: wrap; 
      justify-content: center;
      list-style-type: none; 
      padding: 0; 
      margin-left: 8%; 
      margin-right: 8%; 

  }

  .navigation__menu__item {
    white-space: nowrap;
  }
}

.internal-navigation .internal-navigation__item {
  color: #fff;
  font-size: 1.4em;
}

.internal-navigation .internal-navigation__item__image {
  display: block;
  margin: 0 auto;
  width: 93px;
}

.internal-navigation .internal-navigation__item:hover {
  cursor: pointer;
}

.internal-navigation .internal-navigation__item i {
  transition: .5s linear all;
}

.internal-navigation__item {
  background-color: #ffa300;
  display: block;
  margin-bottom: 15px;
  padding: 1em 0;
  text-align: center;
}

@media (min-width: 768px) {
  .internal-navigation__item {
    margin-bottom: 30px;
  }
}

.internal-navigation__item:hover {
  background-color: #ffbb42;
}

.internal-navigation__item.selected {
  background-color: #f58220;
}

.internal-navigation__item.selected:hover {
  background-color: #f8a65f;
}

.internal-navigation__item--gaming-machines {
  background-color: #e2c535;
}

.internal-navigation__item--gaming-machines:hover {
  background-color: #bda844;
}

.internal-navigation__item--gaming-machines .internal-navigation__item__image--gaming-machines {
  width: auto;
}

.internal-navigation .internal-navigation__item--simple {
  background-color: transparent;
  color: #1b9ddb;
  font-size: 1em;
  font-weight: 300;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.internal-navigation .internal-navigation__item--active {
  font-weight: 600;
}

.internal-navigation--gev {
  margin-bottom: 1em;
}

.animate-if {
  background-color: #fff;
  overflow: hidden;
  transition: transform .5s linear;
}

.animate-if .animate-if__content {
  overflow: hidden;
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.animate-if.ng-enter-prepare .animate-if__content,
.animate-if.ng-enter .animate-if__content,
.animate-if.ng-leave.ng-leave-active .animate-if__content {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
}

.animate-if.ng-leave-prepare .animate-if__content,
.animate-if.ng-leave .animate-if__content,
.animate-if.ng-enter.ng-enter-active .animate-if__content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.navigation--bottom {
  background-color: #F0F0F3;
  padding-top: 1em;
  padding-bottom: 1em;
}

.navigation--bottom a {
  color: #0047BB;
}

@media (min-width: 1255px) {
  .navigation--bottom a:visited,
  .navigation--bottom a:hover,
  .navigation--bottom a:hover:visited {
    color: #0047BB;
  }
}

@media (max-width: 1254px) {
  .navigation--bottom a:hover {
    color: #00297A;
  }
}

.navigation--bottom ul {
  padding: 0;
}

.navigation--bottom a {
  color: #0047BB;
  text-decoration: underline;
}

.navigation--bottom a:hover {
  text-decoration: underline;
}

.navigation--bottom__link__wrapper {
  padding-top: .5em;
}

@media (max-width: 480px) {
  .navigation--bottom__link__wrapper {
    border-bottom: 1px solid #FFFFFF;
    clear: left;
    line-height: 2.2;
    width: 100%;
  }
  .navigation--bottom__link__wrapper:last-child {
    border: 0;
  }
}

@media (min-width: 480px) {
  .navigation--bottom__link__wrapper {
    margin-bottom: 2em;
  }
  .navigation--bottom__link__wrapper:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) {
  .navigation--bottom__link__wrapper:nth-child(2n+1) {
    clear: none;
  }
  .navigation--bottom__link__wrapper:nth-child(4n+1) {
    clear: left;
  }
}

@media (min-width: 1200px) {
  .navigation--bottom__link__wrapper:nth-child(4n+1) {
    clear: none;
  }
  .navigation--bottom__link__wrapper:nth-child(8n+1) {
    clear: left;
  }
}

.navigation--bottom__headline {
  text-transform: uppercase;
}

.navigation--bottom .menu__item__expand,
.navigation--bottom .submenu__item__expand {
  float: right;
}

@media (min-width: 480px) {
  .navigation--bottom .menu__item__expand,
  .navigation--bottom .submenu__item__expand {
    display: none;
  }
}

.navigation--bottom .menu__dropdown {
  background-color: transparent;
}

@media (min-width: 480px) {
  .navigation--bottom .menu__dropdown {
    padding: 1em 0 0;
  }
}

@media (min-width: 1255px) {
  .navigation--bottom .menu__dropdown {
    box-shadow: none;
    position: relative;
  }
}

.navigation--bottom .menu__dropdown__content {
  padding-bottom: 0;
  padding-left: 1em;
}

.navigation--bottom .menu__dropdown__content .menu__dropdown__row {
  margin-bottom: 0;
}

.navigation--bottom .menu__dropdown__columns__item {
  border: 0;
  /*font-family: 'Assistant';*/
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.6em;
  padding: 0 1em;
  width: 100%;
}

@media (min-width: 480px) {
  .navigation--bottom .menu__dropdown__columns__item {
    padding: 0;
  }
}

@media (max-width: 1254px) {
  .navigation--bottom .menu__item--expanded .menu__item__expand i,
  .navigation--bottom .submenu__item--expanded .submenu__item__expand i {
    transition: transform linear .25s;
    transform: scaleY(-1);
  }
}

.collapsed i {
  font-size: 1.1em;
  transform: scaleY(-1);
}

.collapse_navigation_bottom {
  padding-top: 1em;
}


.numbers {
  background-color: #1b9ddb;
  color: #fff; }
  @media (max-width: 480px) {
    .numbers__headline {
      font-size: 2em; } }
  .numbers__data {
    align-items: center;
    display: flex;
    flex-direction: column; }
  .numbers__num {
    display: block;
    font-size: 1.5em;
    font-weight: 600; }
  .numbers__info {
    padding-top: 1em; }

.products__headline {
  color: #0c51a1; }
  @media (max-width: 480px) {
    .products__headline {
      font-size: 2em; } }

.products__description {
  margin-bottom: 0; }

.products__list {
  margin-top: 4em; }

.products__item {
  margin-bottom: 2em; }
  .products__item img {
    height: 190px; }

/* -------------------------------- ltmit-related-pages (related.css) --------------------------- */

.related {
  clear: both; 
  padding-top: 4em; }

.related-pages-container{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

ul.related-pages-content{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-inline: 0;
}

.related-pages-content--title{
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #1A1C13;
  font-family: inherit;
  font-size: 1.4em;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  font-weight: 300;
}

.related-pages-content--noTitle{
  display: flex;
  border-bottom: 1px solid #ccc;
  margin: 1em 0 2.5em 0;
}

.related-pages-content--title span{
  margin: 2rem;
}

.related-pages-content--title::before,
.related-pages-content--title::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.related-pages-content li.related-pages-content--item{
  padding: 1em;
  list-style: none;
}

.related-pages-item--link{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  padding: 0.5rem;
  width: min-content;
}

.related-pages-item--link .related-pages-link--image{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.related-pages-item--link .related-pages-link--text{
  text-align: center;
  width: 12em;
}


@media screen and (max-width: 576px) {
  .related {
    padding-top: 2em; 
  }

  ul.related-pages-content{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em 0 2em 0;
    gap: 3rem;
  }

  .related-pages-content--title span{
    margin: 1rem;
  }

  .related-pages-content li.related-pages-content--item{
    padding: 0;
  }
  
  .related-pages-item--link .related-pages-link--text{
    text-align: center;
    width: 20rem;
  }
}
.menu__dropdown-search {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 0;
  display: block; }
  @media (max-width: 1254px) {
    .menu__dropdown-search {
      display: none; }
      .menu--open .menu__dropdown-search {
        background: none;
        border: 0;
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  @media (min-width: 1255px) {
    .menu__dropdown-search {
      box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.25);
      display: none;
      position: absolute;
      right: 0;
      top: 38px; }
      .menu__item--expanded .menu__dropdown-search {
        display: block; } }
  .menu__dropdown-search__field {
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: visible;
    padding: 10px;
    position: relative;
    vertical-align: top; }
    @media (max-width: 1254px) {
      .menu__dropdown-search__field {
        padding: 23px 10px;
        width: 80%; } }
    .menu__dropdown-search__field::before {
      border-bottom: 9px solid #fff;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      content: '';
      display: none;
      height: 0;
      position: absolute;
      right: 8px;
      top: -9px;
      width: 0; }
      @media (min-width: 1255px) {
        .menu__dropdown-search__field::before {
          display: block; } }
  .menu__dropdown-search__input {
    background-color: #dfe9f1;
    border: 1px solid #8dc8e8;
    padding: .8em;
    width: 100%;
    border-radius: 0;
    color: #666;
    display: inline-block;
    height: 2.5em;
    line-height: 2.5;
    outline: 0;
    position: relative;
    transition-duration: .2s;
    vertical-align: middle; }
    @media (min-width: 1255px) {
      .menu__dropdown-search__input {
        width: 400px; } }
    @media (max-width: 1254px) {
      .menu__dropdown-search__input {
        width: 75%; } }
  .menu__dropdown-search .close {
    color: #b3b3b3;
    cursor: pointer;
    display: none;
    margin-top: .3em;
    opacity: 1;
    outline: 0;
    text-decoration: none;
    vertical-align: middle; }
    @media (min-width: 1255px) {
      .menu__dropdown-search .close {
        display: inline; } }
    .menu__dropdown-search .close:hover {
      color: #b3b3b3; }

.menu__dropdown-search__button {
  background: #1b9ddb;
  border-radius: 0;
  display: inline-block;
  height: 2.5em;
  line-height: 1.8;
  margin-right: 1em;
  padding: .5em 1em;
  vertical-align: middle;
  width: auto; }
  @media (max-width: 1254px) {
    .menu__dropdown-search__button {
      margin-right: 0; } }
  .menu__dropdown-search__button a {
    color: #fff; }
    .menu__dropdown-search__button a:hover {
      text-decoration: none; }

.result {
  padding: .5em 0;
}

.search-results-title {
  margin-bottom: 2rem;
}

.search-results-msg {
  display: inline-block;
  margin-right: 0.1em;
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.25em;
}

.search-results-error-msg {
  display: inline-block;
  margin-top: 0.2em;
  line-height: 1.1;
  font-size: 1.25em;
}

.search-results-keywords {
  text-transform: uppercase;
}

a.search-link {
  text-decoration: none;
}

a.search-link:hover {
  text-decoration: underline;
}

.search-card-cnt {
  margin-top: 0.625em;
}

.search-card {
  padding: 1em 1.2em;
}

.search-card .row {
  margin: 0;
}

.search-card .row.search-card-title {
  margin-bottom: 0.57em;
}

.search-card .row.search-card-excerpt {
  margin-top: 0.625em;
}

.search-card .row i {
  margin-right: 0.2em;
}

.search-card-path {
  font-weight: 500;
}

.search-card-title {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 768px) {
  .smorfia {
    margin-bottom: 15px; } }

.smorfia form {
  background-color: #ff791f;
  padding: 0 2em; }
  .smorfia form [type="text"] {
    background-color: #fff;
    color: #666;
    font-size: 1.2em;
    margin: 0 auto 1.5em;
    padding: .3em;
    text-align: center; }
  .smorfia form [type="submit"] {
    background-color: #0c51a1;
    border: 0;
    color: #fff;
    min-height: 60px;
    width: 100%; }
    .smorfia form [type="submit"]:hover, .smorfia form [type="submit"][aria-expanded="true"] {
      background-color: #1b9ddb;
      outline: 0; }
    .smorfia form [type="submit"]:focus {
      outline: 0; }
  .smorfia form label {
    color: #fff;
    display: block;
    font-size: 1.2em;
    font-weight: 300;
    margin: 1em 0 .5em;
    text-align: center; }
  .smorfia form .header-image {
    display: block;
    margin: 0 auto;
    padding-top: 2em; }
  .smorfia form .actions {
    background-color: #ffa300;
    margin: 0 -2em;
    padding: 0 2em 2em; }
    @media (max-width: 992px) {
      .smorfia form .actions__button:first-child {
        margin-bottom: 1em; }
      .smorfia form .actions__button span {
        display: block; } }

.smorfia__description {
  border: 2px solid #8dc8e8;
  color: #999;
  margin-top: 2em;
  padding: 2em 1em;
  text-align: center; }
  .smorfia__description .headline {
    border-bottom: 2px solid #8dc8e8;
    color:#1b9ddb;
    font-size: 1.5em;
    padding-bottom: .3em;
    text-align: center; }
  .smorfia__description p {
    padding: 0 2em; }

.smorfia__num {
  padding-top: .5em;
  padding-bottom: .5em; }
  .smorfia__num__text,
  .smorfia__num span {
    color: #0c51a1; }
  .smorfia__num span {
    background-color: #fff;
    display: block;
    font-size: 3em; }

.smorfia .animate-if {
  background-color: transparent;
  padding-top: 2em;
  transition: none; }

@media (max-width: 480px) {
  .smorfia .actions__button {
    width: 100%; } }

.smorfia .internal-navigation__item {
  background-color: #0c51a1;
  font-size: 1.2em;
  margin-bottom: 0;
  padding: .7em .5em .5em; }
  .smorfia .internal-navigation__item:first-child {
    margin-bottom: 1em; }
  .smorfia .internal-navigation__item:hover, .smorfia .internal-navigation__item--active {
    background-color: #1b9ddb;
    outline: 0; }

.title {
  color: #1A1C1E;
  font-weight: 600;
  margin: 1em 0;
  padding: 0 0 .5em;
  position: relative; }
  @media (max-width: 480px) {
    .title {
      font-size: 2em; } }
  .title--default, .title--question {
    align-items: center;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between; }
    .title--default .icon, .title--question .icon {
      align-self: flex-start; }
  .title--bottom {
    border-bottom: 1px solid #ccc;
    color: #1A1C13;
    font-size: 1.4em;
    line-height: .1;
    padding-bottom: 0;
    text-align: center; }
    .title--bottom span {
      background: #fff;
      padding: 0 .5em; 
      font-weight: 300; }
  .title--margin-bottom-0 {
    margin-bottom: 0; }
  .title--padding-bottom-0 {
    padding-bottom: 0; }
  .title--bold {
    font-weight: 300; }
  .title--lotto, .title--sidebar-lotto{
    background-color: #f58220;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    padding: .3em .5em;
    text-align: center; }
    @media (min-width: 480px) {
      .title--lotto, .title--sidebar-lotto {
        text-align: left; } }
    .title--lotto a {
      background-color: #ffa300;
      color: #fff;
      display: block;
      font-size: .7em;
      font-variant: small-caps;
      margin-top: .3em;
      padding: 0 .5em; }
      @media (min-width: 480px) {
        .title--lotto a {
          float: right; } }
      .title--lotto a:hover {
        background-color: #ffb533; }
  .title--dieci-e-lotto, .title--sidebar-dieci-e-lotto {
    background-color: #0c51a1;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    padding: .3em .5em;
    text-align: center; }
    
 .title--color-lotterie {
    background-color: #fdce1b; }
    
    @media (min-width: 480px) {
      .title--dieci-e-lotto, .title--sidebar-dieci-e-lotto {
        text-align: left; } }
    .title--dieci-e-lotto a {
      background-color: #1b9ddb;
      color: #fff;
      display: block;
      font-size: .7em;
      font-variant: small-caps;
      margin-top: .3em;
      padding: 0 .5em; }
      @media (min-width: 480px) {
        .title--dieci-e-lotto a {
          float: right; } }
      .title--dieci-e-lotto a:hover {
        background-color: #41b2e8; }
    .title--dieci-e-lotto__logo {
      align-items: center;
      display: flex;
      flex-direction: column;
      padding-top: .2em;
      padding-bottom: .2em; }
      @media (min-width: 480px) {
        .title--dieci-e-lotto__logo {
          flex-direction: row; } }
      .title--dieci-e-lotto__logo img {
        display: inline-block; }
  .title--gev {
    background-color: #fadc5c;
    color: #0c51a1;
    font-size: 1.2em;
    line-height: 1.5;
    margin: 0 0 .3em;
    padding: .3em .5em;
    text-align: center; }
    @media (min-width: 480px) {
      .title--gev {
        text-align: left; } }
  .title--lis-carica {
    background-color: #c80020;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    padding: .3em .5em;
    text-align: center; }
    @media (min-width: 480px) {
      .title--lis-carica {
        text-align: left; } }
    .title--lis-carica a {
      background-color: #fb0028;
      color: #fff;
      display: block;
      font-size: .7em;
      font-variant: small-caps;
      margin-top: .3em;
      padding: 0 .5em; }
      @media (min-width: 480px) {
        .title--lis-carica a {
          float: right; } }
      .title--lis-carica a:hover {
        background-color: #ff2f50; }
  .title--lis-paga {
    background-color: #7ccb36;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    padding: .3em .5em;
    text-align: center; }
    @media (min-width: 480px) {
      .title--lis-paga {
        text-align: left; } }
    .title--lis-paga a {
      background-color: #96d55f;
      color: #fff;
      display: block;
      font-size: .7em;
      font-variant: small-caps;
      margin-top: .3em;
      padding: 0 .5em; }
      @media (min-width: 480px) {
        .title--lis-paga a {
          float: right; } }
      .title--lis-paga a:hover {
        background-color: #b1e087; }
  .title--lis-card {
    background-color: #fdb030;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    padding: .3em .5em;
    text-align: center; }
    @media (min-width: 480px) {
      .title--lis-card {
        text-align: left; } }
    .title--lis-card a {
      background-color: #fdc363;
      color: #fff;
      display: block;
      font-size: .7em;
      font-variant: small-caps;
      margin-top: .3em;
      padding: 0 .5em; }
      @media (min-width: 480px) {
        .title--lis-card a {
          float: right; } }
      .title--lis-card a:hover {
        background-color: #fed795; }
  .title--gaming-machines {
    background-color: #e2c535;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    padding: .3em .5em;
    text-align: center; }
    @media (min-width: 480px) {
      .title--gaming-machines {
        text-align: left; } }
    .title--gaming-machines a {
      background-color: #e8d262;
      color: #fff;
      display: block;
      font-size: .7em;
      font-variant: small-caps;
      margin-top: .3em;
      padding: 0 .5em; }
      @media (min-width: 480px) {
        .title--gaming-machines a {
          float: right; } }
      .title--gaming-machines a:hover {
        background-color: #efdf8e; }

.tree {
  position: relative; }
  @media (max-width: 480px) {
    .tree {
      font-size: .9em;
      padding-left: 1em; } }
  .tree__heading {
    align-items: center;
    color: #0047BB;
    display: flex;
    font-size: 1.5em; }
    .tree__heading span {
      text-decoration: underline; }
    .tree__heading:hover {
      cursor: pointer; }
    .tree__heading em {
      font-size: .8em; }
    .tree__heading i {
      color: #b3b3b3;
      flex: 1 0;
      font-size: .8em;
      text-align: right; }
  .tree ul .tree__heading {
    color: #0047BB; }
  .tree ul ul .tree__heading {
    color: #0047BB; }
  .tree ul ul ul .tree__heading {
    color: #0047BB; }
  .tree__subtree::before {
    border-left: 2px solid #b3b3b3;
    content: '';
    height: 100%;
    left: -.6em;
    position: absolute;
    top: .5em; }
  .tree__item {
    list-style-type: none;
    position: relative; }
    .tree__item--to-show .subtitle {
      color: #1A1C1E;
      font-weight: 600; }
    .tree__item > div::before {
      border-top: 2px solid #b3b3b3;
      content: ' ';
      height: 100%;
      left: -3.1em;
      position: absolute;
      top: .45em;
      width: 2.6em; }
      @media (max-width: 480px) {
        .tree__item > div::before {
          left: -3.4em;
          width: 2.9em; } }
    .tree__item strong {
      color: #1A1C1E;
      font-weight: 300; }
    .tree__item::after {
      background: #b3b3b3;
      border-radius: 50%;
      content: ' ';
      height: 8px;
      left: -.8em;
      position: absolute;
      top: .3em;
      width: 8px; }
  .tree__subtree > .tree__item:last-child::before {
    border-left: 3px solid #fff;
    content: ' ';
    height: 100%;
    left: -3.1em;
    position: absolute;
    top: .6em; }
    @media (max-width: 480px) {
      .tree__subtree > .tree__item:last-child::before {
        left: -3.4em; } }

.tree > .tree__item:first-child > div::before {
  display: none; }

.squared-grid {
  font-size: 1em;
}

@media (min-width: 480px) {
  .squared-grid {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .squared-grid {
    font-size: .8em;
  }
}

@media (min-width: 992px) {
  .squared-grid {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .squared-grid .squared-grid__row {
    display: flex;
    padding: 30px 0 0 0;
  }
  .squared-grid .squared-grid__row:last-child {
    padding-bottom: 30px;
  }

  .squared-grid .squared-grid__row--no-padding {
    padding: 0;
  }

  .swiper-container--small .squared-grid .squared-grid__row {
    padding: 0;
  }

  .swiper-container--small .squared-grid .squared-grid__row--multiple {
    padding: 15px;
  }
}

.squared-grid .squared-grid__item {
  padding: 2em;
}

@media (max-width: 768px) {
  .squared-grid .squared-grid__item {
    margin: 15px;
  }

  .swiper-container--small .squared-grid .squared-grid__item {
    margin-bottom: 0;
    min-height: 220px;
  }
}

.squared-grid .squared-grid__item::before {
  content: '';
  float: left;
}

.squared-grid .squared-grid__item::after {
  clear: both;
  content: '';
  display: table;
}

.squared-grid .squared-grid__item--placeholder {
  background-image: url("../../../content/dam/puntolis/images/placeholder.jpg");
  background-size: 100px 100px;
}

@media (min-width: 768px) {
  .squared-grid .squared-grid__item--1::before {
    padding-top: 100%;
  }

  .squared-grid .squared-grid__item--2::before {
    padding-top: 44.7%;
  }

  .squared-grid .squared-grid__item--3::before {
    padding-top: 100%;
  }
}
@font-face {
	font-family: 'Bliss 2';
	src: url('clientlibs/fonts/Bliss2-ExtraLight.eot');
	src: url('clientlibs/fonts/Bliss2-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('clientlibs/fonts/Bliss2-ExtraLight.woff2') format('woff2'),
		url('clientlibs/fonts/Bliss2-ExtraLight.woff') format('woff'),
		url('clientlibs/fonts/Bliss2-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Bliss 2';
	src: url('clientlibs/fonts/Bliss2-Medium.eot');
	src: url('clientlibs/fonts/Bliss2-Medium.eot?#iefix') format('embedded-opentype'),
		url('clientlibs/fonts/Bliss2-Medium.woff2') format('woff2'),
		url('clientlibs/fonts/Bliss2-Medium.woff') format('woff'),
		url('clientlibs/fonts/Bliss2-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Bliss 2';
	src: url('clientlibs/fonts/Bliss2-ExtraBold.eot');
	src: url('clientlibs/fonts/Bliss2-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('clientlibs/fonts/Bliss2-ExtraBold.woff2') format('woff2'),
		url('clientlibs/fonts/Bliss2-ExtraBold.woff') format('woff'),
		url('clientlibs/fonts/Bliss2-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Bliss';
	src: url('clientlibs/fonts/Bliss-Regular.eot');
	src: url('clientlibs/fonts/Bliss-Regular.eot?#iefix') format('embedded-opentype'),
		url('clientlibs/fonts/Bliss-Regular.woff2') format('woff2'),
		url('clientlibs/fonts/Bliss-Regular.woff') format('woff'),
		url('clientlibs/fonts/Bliss-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bliss 2';
	src: url('clientlibs/fonts/Bliss2-Bold.eot');
	src: url('clientlibs/fonts/Bliss2-Bold.eot?#iefix') format('embedded-opentype'),
		url('clientlibs/fonts/Bliss2-Bold.woff2') format('woff2'),
		url('clientlibs/fonts/Bliss2-Bold.woff') format('woff'),
		url('clientlibs/fonts/Bliss2-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Baloo';
	src: url('clientlibs/fonts/BalooTammudu-Regular.eot');
	src: url('clientlibs/fonts/BalooTammudu-Regular.eot?#iefix') format('embedded-opentype'),
		url('clientlibs/fonts/BalooTammudu-Regular.woff2') format('woff2'),
		url('clientlibs/fonts/BalooTammudu-Regular.woff') format('woff'),
		url('clientlibs/fonts/BalooTammudu-Regular.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

/*
* Impostazioni generali
*/
.ltmit-millionday .title--default {
	border: none;
}

.ltmit-millionday .title.title--default {
	margin: .5em 0;
	border-bottom: 1px solid #cccccc;
    color: #f58220;
}

.ltmit-millionday .title--millionday {
	color: #ffffff;
    margin: 0;
    background: #eb602b;
    padding: 10px 0 10px 10px;
    font-size: .8em;
    text-transform: uppercase;
    display: block;
	font-size: 1.2em;
}

.ltmit-millionday .title--millionday .white-text {
	color: #ffffff;
	text-shadow: 2px 2px #666666;
}

.ltmit-millionday .dieci-e-lotto__sidebar .box--classic {
	background: #eb602b;
}

/*
* Animazione Box estrazioni
*/
.ltmit-millionday #box-estrazione-area,
.ltmit-millionday .spinning-number-box,
.ltmit-millionday .preload-icon {
	display: none;
}
.ltmit-millionday .spinning-number {
	opacity: 0;
	display: block;
}
.ltmit-millionday #logo-millionday {
	margin: 0 auto 2em;
}
.ltmit-millionday #box-estrazione-container {
	font-family: 'Baloo', sans-serif;
	/*width: 650px;*/
	width: auto;
	height: 540px;
	background: #64c2dc;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
    margin-bottom: 1em;
}
.ltmit-millionday #preload {
	margin: 0;
}
.ltmit-millionday #preload-icon-3 {
	ms-transform: scale(1, 1); /* IE 9 */
	-webkit-transform: scale(1, 1); /* Safari */
	transform: scale(1, 1);
}
.ltmit-millionday #preload-icon-2 {
	ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
}

.ltmit-millionday #preload-icon-1 {
	ms-transform: scale(1.2, 1.2); /* IE 9 */
	-webkit-transform: scale(1.2, 1.2); /* Safari */
	transform: scale(1.2, 1.2);
}

.ltmit-millionday #box-estrazione-area {
	margin: 0;
}
.ltmit-millionday #box-estrazione {
	background: url('../../../content/dam/puntolis/images/millionday/box-estrazione/box-estrazione.png') center no-repeat;
	background-size: contain;
	width: 450px;
	height: 250px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.ltmit-millionday #days-list {
	list-style: none;
	display: block;
	margin: 0 auto 0 -11px;
	position: relative;
	top: 40px;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
}
@-moz-document url-prefix() {
	.ltmit-millionday #days-list {
		top: 38px;
	}
}
.ltmit-millionday #days-list > li {
	display: inline-block;
	padding: 0 11px;
	color: #006f77;
	font-weight: bold;
	line-height: 19px;
}
.ltmit-millionday #days-list > li.active {
	background: #ffd107;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,#ffd107), color-stop(100%,#fbc10c));
	background: -webkit-linear-gradient(top,  #ffd107 31%,#fbc10c 100%);
	background: -moz-linear-gradient(top,  #ffd107 31%, #fbc10c 100%);
	background: -o-linear-gradient(top,  #ffd107 31%,#fbc10c 100%);
	background: -ms-linear-gradient(top,  #ffd107 31%,#fbc10c 100%);
	background: linear-gradient(to bottom,  #ffd107 31%,#fbc10c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd107', endColorstr='#fbc10c',GradientType=0 );
	color: #eb602c;
}
.ltmit-millionday #box-estrazione-numbers-list {
	list-style: none;
	margin: 0 auto 0 -11px;
	padding: 0;
	display: block;
	position: relative;
	top: 65px;
}
.ltmit-millionday .spinning-number-box {
	background: url('../../../content/dam/puntolis/images/millionday/box-estrazione/spinning-number-box-bg.png') center no-repeat;
	width: 58px;
	height: 61px;
	margin: 0 10px;
	display: inline-block;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	vertical-align: middle;
}
.ltmit-millionday .spinning-number-box.estratto {
	background: url(../../../content/dam/puntolis/images/millionday/box-estrazione/pallina_estratti.png) center no-repeat;
	background-size: contain;
	width: 58px;
	height: 61px;
	vertical-align: middle;
	line-height: 55px;
	font-size: 2em;
	color: #ffffff;
	font-weight: bold;
}
.ltmit-millionday .rays-icon {
	width: 100px;
	position: absolute;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0;
}
.ltmit-millionday .data-estrazione {
	color: #ffffff;
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	top: 41px;
	opacity: 0;
}
.ltmit-millionday .data-estrazione > span {
	color: #ffd107;
}

.ltmit-millionday #rays-icon-1 {
	top: 230px;
	left: 155px;
}
.ltmit-millionday #rays-icon-1.active {
    top: 205px;
    left: 82px;
}
.ltmit-millionday #rays-icon-2 {
	top: 310px;
	left: 150px;
}
.ltmit-millionday #rays-icon-2.active {
    top: 360px;
    left: 90px;
}
.ltmit-millionday #rays-icon-3 {
    top: 315px;
    right: 160px;
}
.ltmit-millionday #rays-icon-3.active {
	top: 195px;
	right: 92px;
}
.ltmit-millionday #rays-icon-4 {
	top: 300px;
	right: 160px;
}
.ltmit-millionday #rays-icon-4.active {
	top: 350px;
	right: 90px;
}

.ltmit-millionday .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.ltmit-millionday .animated.infinite {
  animation-iteration-count: infinite;
}

.ltmit-millionday .animated.hinge {
  animation-duration: 2s;
}

.ltmit-millionday .animated.flipOutX,
.ltmit-millionday .animated.flipOutY,
.ltmit-millionday .animated.bounceIn,
.ltmit-millionday .animated.bounceOut {
  animation-duration: .75s;
}

@keyframes pulse {
  from {
	transform: scale3d(1, 1, 1);
  }

  50% {
	transform: scale3d(1.6, 1.6, 1.6);
  }

  to {
	transform: scale3d(1.3, 1.3, 1.3);
  }
}

.ltmit-millionday .pulse {
  animation-name: pulse;
}

/*
* Tabelle
*/
.ltmit-millionday .archivio-statistiche {
	border: 1px solid #eb602b;
}

.ltmit-millionday .archivio-estrazioni,
.ltmit-millionday .archivio-statistiche {
	width: 100%;
	border-collapse: collapse;
	padding: 15px;
    color: #000000;
}
.ltmit-millionday .archivio-estrazioni thead,
.ltmit-millionday .archivio-statistiche thead {
	background-color: #64c2dc;
	color: #ffffff;
}
.ltmit-millionday .archivio-estrazioni tfoot,
.ltmit-millionday .archivio-statistiche tfoot {
	background-color: #64c2dc;
	color: #ffffff;
	text-align: center;
}
.ltmit-millionday .archivio-estrazioni tfoot a,
.ltmit-millionday .archivio-statistiche tfoot a {
	color: #ffffff;
	text-decoration: underline;
}
.ltmit-millionday .archivio-estrazioni tr {
	border-bottom: 1px solid #cccccc;
}
.ltmit-millionday .archivio-estrazioni th,
.ltmit-millionday .archivio-estrazioni td,
.ltmit-millionday .archivio-statistiche th,
.ltmit-millionday .archivio-statistiche td {
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.ltmit-millionday .archivio-statistiche td {
	padding: 14px;
}
.ltmit-millionday .archivio-estrazioni td,
.ltmit-millionday .archivio-statistiche td {
	font-size: 14px;
}
.ltmit-millionday .archivio-statistiche th,
.ltmit-millionday .archivio-statistiche td {
	text-align: center;
}
.ltmit-millionday .archivio-estrazioni th,
.ltmit-millionday .archivio-statistiche th {
	text-align: center;
}
.ltmit-millionday .archivio-estrazioni th a {
	color: #ffffff;
}
.ltmit-millionday .archivio-estrazioni th.active a,
.ltmit-millionday .archivio-statistiche th.active a {
	color: #ffffff;
	border-bottom: 2px solid #ffdc0a;
}
.ltmit-millionday .archivio-estrazioni .day,
.ltmit-millionday .archivio-estrazioni .orange-text,
.ltmit-millionday .archivio-statistiche .day,
.ltmit-millionday .archivio-statistiche .orange-text {
	color: #eb602b;
}
.ltmit-millionday .archivio-estrazioni .bg-orange,
.ltmit-millionday .archivio-statistiche .bg-orange {
	background-color: #eb602b;
}
.ltmit-millionday .archivio-estrazioni .orange-box-text,
.ltmit-millionday .archivio-statistiche .orange-box-text {
	color: #eb602b;
	border: 1px solid #eb602b;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 10px;
}
.ltmit-millionday .archivio-estrazioni .orange-box-text span,
.ltmit-millionday .archivio-statistiche .orange-box-text span {
	border-bottom: 2px solid #ffdc0a;
	text-transform: lowercase !important;
}
.ltmit-millionday .archivio-estrazioni .blue-box-text,
.ltmit-millionday .archivio-statistiche .blue-box-text {
	color: #eb602b;
	border: 1px solid #64c2dc;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 10px;
}
.ltmit-millionday .archivio-estrazioni .blue-box-text span,
.ltmit-millionday .archivio-statistiche .blue-box-text span {
	border-bottom: 2px solid #ffdc0a;
	text-transform: lowercase !important;
}
.ltmit-millionday #statistiche-head {
	display: inline-block;
	background: url(../../../content/dam/puntolis/images/millionday/statistiche/icona-statistiche.png) left center no-repeat;
	padding-left: 100px;
	padding: 0 0 0 3em;
	vertical-align: middle;
	line-height: 3em;
	color: #eb602b;
	font-family: 'Baloo', sans-serif;
	text-transform: uppercase;
}

@media only screen and (max-width : 1200px)
{

	.ltmit-millionday .archivio-estrazioni,
	.ltmit-millionday .archivio-statistiche {
		border: none;
	}

	.ltmit-millionday #box-estrazione {
		width: 390px;
	}

	.ltmit-millionday .archivio-estrazioni th,
	.ltmit-millionday .archivio-estrazioni td {
		padding: 1em 5px;
	}

	.ltmit-millionday .data-estrazione {
		top: 50px;
	}

	.ltmit-millionday #days-list {
		top: 44px;
	}

	.ltmit-millionday #days-list > li {
		padding: 0 9px;
		line-height: 18px;
	}

	.ltmit-millionday .spinning-number-box {
		width: 38px;
		height: 41px;
		background-size: contain;
		line-height: 39px;
	}

	.ltmit-millionday .spinning-number-box > img {
		width: 38px;
		height: 41px;
	}

	.ltmit-millionday .spinning-number-box.estratto {
	    background: url(../../../content/dam/puntolis/images/millionday/box-estrazione/pallina_estratti.png) center no-repeat;
	    background-size: contain;
	    width: 38px;
	    height: 51px;
	    vertical-align: middle;
	    line-height: 49px;
	    font-size: 1em;
	    color: #ffffff;
	    font-weight: bold;
	}

    .ltmit-millionday .archivio-statistiche {
        margin-bottom: 1em;
    }

	.ltmit-millionday .menu--open .menu__logo {
        visibility: hidden !important;
    }

	.ltmit-millionday #box-estrazione-container {
		height: 584px;
	}

	.ltmit-millionday #rays-icon-1.active {
	    top: 240px;
	    left: 44px;
	}

	.ltmit-millionday #rays-icon-2 {
	    top: 325px;
	    left: 117px;
	}
	.ltmit-millionday #rays-icon-2.active {
	    top: 370px;
	    left: 55px;
	}

	.ltmit-millionday #rays-icon-3.active {
	    top: 210px;
	    right: 55px;
	}

	.ltmit-millionday #rays-icon-4 {
	    top: 315px;
	    right: 125px;
	}

	.ltmit-millionday #rays-icon-4.active {
	    top: 360px;
	    right: 55px;
	}

	.ltmit-millionday .squared-grid__item {
		width: auto !important;
	}
}

@media only screen and (max-width : 992px)
{
	.ltmit-millionday #rays-container {
		opacity: 0;
	}
}

@media only screen and (max-width : 768px)
{

	.ltmit-millionday .archivio-estrazioni {
		margin-bottom: .7em;
	}

	.ltmit-millionday .archivio-estrazioni .orange-box-text,
	.ltmit-millionday .archivio-statistiche .orange-box-text,
	.ltmit-millionday .archivio-estrazioni .blue-box-text,
	.ltmit-millionday .archivio-statistiche .blue-box-text {
		border: none;
		padding: 0;
	}

	.ltmit-millionday #box-estrazione-container {
		height: 400px;
	}

	.ltmit-millionday #box-estrazione {
		width: 360px;
	}

	.ltmit-millionday .data-estrazione {
	    top: 58px;
	    font-size: 22px;
	}

	.ltmit-millionday #days-list {
	    top: 50px;
	}

	.ltmit-millionday #days-list > li {
		padding: 0 6px;
	}

	.ltmit-millionday #logo-millionday {
		margin: 0 auto;
	}

    .ltmit-millionday .menu--open .menu__logo {
        visibility: hidden !important;
    }

	.ltmit-millionday #box-estrazione-container {
		height: 518px;
	}

	.ltmit-millionday #rays-icon-1.active {
	    top: 240px;
	    left: 44px;
	}

	.ltmit-millionday #rays-icon-2 {
	    top: 325px;
	    left: 117px;
	}
	.ltmit-millionday #rays-icon-2.active {
	    top: 370px;
	    left: 55px;
	}

	.ltmit-millionday #rays-icon-3.active {
	    top: 210px;
	    right: 55px;
	}

	.ltmit-millionday #rays-icon-4 {
	    top: 315px;
	    right: 125px;
	}

	.ltmit-millionday #rays-icon-4.active {
	    top: 360px;
	    right: 55px;
	}

}

@media only screen and (max-width : 480px)
{

	.ltmit-millionday .title--millionday {
		font-size: 1.2em;
	}

	.ltmit-millionday #box-estrazione-container {
		height: 300px;
	}

	.ltmit-millionday #box-estrazione {
		width: 320px;
	}

	.ltmit-millionday #logo-millionday {
		position: absolute;
		left: 50%;
		top: 2%;
		transform: translateX(-50%);
	}

	.ltmit-millionday .data-estrazione {
		top: 64px;
	}

	.ltmit-millionday #days-list {
		top: 52px;
	}

	.ltmit-millionday #days-list > li {
		padding: 0 4px;
		line-height: 12px;
		font-size: 16px;
	}

	.ltmit-millionday .archivio-estrazioni th, .ltmit-millionday .archivio-statistiche th {
		font-size: 14px;
	}

	.ltmit-millionday #preload-icon-3 {
		ms-transform: scale(1, 1); /* IE 9 */
		-webkit-transform: scale(1, 1); /* Safari */
		transform: scale(1, 1);
	}
	.ltmit-millionday #preload-icon-2 {
		ms-transform: scale(1, 1); /* IE 9 */
		-webkit-transform: scale(1, 1); /* Safari */
		transform: scale(1, 1);
	}

	.ltmit-millionday #preload-icon-1 {
		ms-transform: scale(1, 1); /* IE 9 */
		-webkit-transform: scale(1, 1); /* Safari */
		transform: scale(1, 1);
	}
}

.pika-single.millionday-theme{
	color: #333;
    background: #fff;
    border: 2px solid #5FC5DE;
    font-size: 18px;
}

.millionday-theme .pika-lendar {
    width: auto;
    margin: 0;
    float: none;
    margin: 0 -2px; 
}

.millionday-theme .pika-title {
	padding: 1em;
}

.millionday-theme .pika-prev,
.millionday-theme .is-rtl .pika-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAATCAIAAADEVRDAAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHFSURBVChTRZLfSsMwFMb3nNqu80YUUfRWfAF9CEHQK/EB1Dttu1VERPyDts02ZbJNtPvXdbZN4ndONgxp2jS/fPnOOalorRUeahKPUiXmSkv0NJcnIhnk9Ic4EAblkQhd6lGpdu/btv+6fdvuZrnRIyX6UCQFOsny1SCyfLHith0vvOwM53oM8ZfSrXTmXMeOF9mesPyo0Z9gxXDmSDrxZZBaXuh4wvZD5zp8SFKzyhwr4dDG97TqxtV6bPsR9MRkVC5WK2xOAjrvjADV/Ni5aq41RC9DnAxh0ZyL+WnrBxpV981y462b5iAvSGUBEfcry8OoR675rIPnz6Hk8Amkgd+6ctZOqn4TKcBoe++9bMb/JdYNQeEhjqLUR29fSBJiRN9/6owLCIKRRKDxAH8F0g9/MIejl+rRZtBK8n+C3kpVzAQ7Lz6HiBdpq7lioy66MzIwJxf15aZk8JVRDcgDYhJibLxSm+cZWTRbUQ/HbZnY0R+TKXtlztwDzKgr3ZxkCAsJh4FlL7zpp1hgvfl1oarghW3f02I9QJpQZVKFdaNXGM7sMAaGRbl39wGXO7h/09//OCDGBNF0q7WcyPI4/qEaav0H2TyXSGT6x70AAAAASUVORK5CYII=');
}

.millionday-theme .pika-next,
.millionday-theme .is-rtl .pika-prev {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAATCAIAAADEVRDAAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIjSURBVChTNVJLa1NBFD4zN7FJ6CNJUzRNQqgLH1gVuujWRXFpRbf1F4jLLgpCNeiiUFwIbty5sH/Cn6BorbWKqCmEEtvUJNea5713zvidSR3mxcx3zvedB1m2fhBtVdvdwLCViRfmyMowWOxu6rAfbOz9agaDUiqxNl+aIGU9VkSWtNtJERNpvdvqt4dBjBO1nll9X/XDEK9kMYEBSKBygdu3x90XPw6V1RqmrCoLhVJyDN6AVAA6fwr8sNr1e88+19kjbT1D5uGV2YtTCcHAsRxQAytLRlGt+7ey04A0BSeG7l/OL2YScncahRcLn4A2B+GjnYN+oFSMmWllbuZmflzB1UjfSCagVtFJGK1/PGgFrMlA8PJs9k454414TyPCchQnzC+/He21e9CgLd04O7EyN+3iABIBiZF4RnSNwXD1QwNa2AVyu5B24bjoHTVUqU7Er6pNTRG4PGuWcuPLhTR+WIL6T+qHdn271uTIc1a3irm75Ukk/TR/DkNHw+GT7XoXCdRGsb53Prd0bnJUPpc/N/Y7w8qnOrJvYE3egwv5xekzpPToV3AQ+9UfbH4BCGUjzbG1+ZlLUynngFFPcAnvu9+959/rcStVg9Xj68VyKiE6nBjrbNWb+p+t/WPXSXo8pp5eLWaSkCQWSLz0jiSK9LV0IjsW11aXk/GNhVI2GZNneBKQDKsjOVA3Pwhf/2x1DHrYuE5GG6Ox0dXY3LD2H/sqSskpE4BnAAAAAElFTkSuQmCC');
}

.millionday-theme .pika-table thead{
	color: white;
	background-color: #018A9C;
}

.millionday-theme .pika-table th{
	color: white;	
	border-bottom: none;
	font-weight: normal;
	font-size: 11px;
	padding: 0.3em 0;
}

.millionday-theme .pika-table tbody tr:first-child td{
	padding-top: 0.8em;
}

.millionday-theme .pika-table tbody tr:last-child td{
	padding-bottom: 0.8em;
}

.millionday-theme .pika-table tr::before, 
	.millionday-theme .pika-table tr::after{
	content: "\00a0\00a0";
	display: table-cell;
	font-size: 1.2em;
}

.millionday-theme th abbr[title]{
	border-bottom: none;
	text-decoration: none;
}

.millionday-theme .pika-button {
	color: #73CEE1;
	background: transparent;
	box-shadow: none;
	text-align: center;
	border-radius: 0;
}

.millionday-theme .pika-button:hover {
	color: #2bb2d4;
	background: transparent;
	border: none;
}

.millionday-theme .is-selected .pika-button {
	color: white;
	background: #ED601B;
	border: none;
}

.millionday-theme .pika-label{
	font-size: 15px;
}
/* Utilities */
.w100 {
	width: 100%;
}

.invisible {
    visibility: hidden;
}

.clear {
	clear: both;
}

.uppercase {
	text-transform: uppercase;
}

.padding0 {
	padding: 0 !important;
}

.margin-right-0{
    margin-right: 0px !important;
}

.margin0{
    margin: 0px !important;
}

.no-h-padding{
	padding-left: 0;
	padding-right: 0;
}

a.no-decoration, a.no-decoration:hover, a.no-decoration:active, 
a.no-decoration:visited, a.no-decoration:focus {
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	display: inline;	
}

a.no-text-decoration, a.no-text-decoration:hover, a.no-text-decoration:active, 
a.no-text-decoration:visited, a.no-text-decoration:focus {
	text-decoration: none;
}

/* /Utilities */
.login [type="password"] {
	background-color: #dfe9f1;
	border: 1px solid #8dc8e8;
	padding: .8em;
	width: 100%;
}

.ltmit-coloured-box {
	height: 100%;
}

.hide-error-message {
	display: none !important;
}

.table .td--medium-blue--bordered::after {
	border: 1px solid #1b9ddb;
}

.table .td--medium-blue {
	color: #1b9ddb;
}

.table .td--green--bordered::after {
	border: 1px solid #71bd37;
}

.table .td--green {
	color: #71bd37;
}

.table .td--red--bordered::after {
	border: 1px solid #e92100;
}

.table .td--red {
	color: #e92100;
}

.pagination-disabled {
	cursor: not-allowed;
}

.form-success {
	font-size: 1.2em;
	padding: .3em .5em;
	/*font-family: 'Assistant';*/
	font-weight: 100;
	margin-top: 20px;
	color: #0c51a1;
	border: 2px solid #0c51a1;
	font-weight: bold;
}

.form-warn {
	font-size: 1.2em;
	padding: .3em .5em;
	/*font-family: 'Assistant';*/
	font-weight: 100;
	margin-top: 20px;
	color: #E3A830;
	border: 2px solid #E3A830;
	font-weight: bold;
}

.ltmlit-captcha-reload {
	height: 55px;
	padding: 0 1em;
	margin: 0;
	text-decoration: none;
}

.ltmlit-captcha-reload i {
	height: 55px;
	display: table-cell;
	vertical-align: middle;
}

.verifica-vincite .trailing-text {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Blue buttons */
.btn.btn-lotto {
	background-color: #41b2e8;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
}

.btn.btn-lotto:hover, .btn.btn-lotto:focus {
	background-color: #1b9ddb;
}

/* Orange buttons */
.lotto .btn.btn-lotto {
	background-color: #ff671f;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
}

.lotto .btn.btn-lotto:hover, .lotto .btn.btn-lotto:focus {
	background-color: #ff8a52;
}

.custom-cursor-regional-wins-table {
	cursor: pointer !important;
	display: inline-block;
	pointer-events: visible !important;
}

.table-ff-fix {
	border-collapse: separate;
}

.lista-ingredienti-margin {
	margin: 15px !important;
}

.gioca-numeri-base-url {
	display: none !important;
}

@media ( max-width : 991px) {
	.reduce-xs-button-padding.form__btn--big {
		padding: 1em 0em !important;
	}
}

/* Generic FAQ */
.panel-group--generic {
	/*color: #666;*/
	font-size: .9em;
}
.panel-group--generic .panel-default {
    border-color: #C6C6C9; 
}
.panel-group--generic .panel-heading {
    background-color: #F0F0F3;
    color: #0047BB; 
}
.panel-group--generic .panel-title--generic {
	font-size: inherit;
}
/*.panel-group--generic .panel-title--generic a:hover {
      color: #FFF; 
}*/
.panel-group--generic .panel-title--generic i {
	transition: .5s linear all;
}

.gev__item__badge--new.topLeft {
	position: absolute;
	top: 0;
	left: 15px;
	font-size: 1.2em;
	background-color: rgba(256, 256, 256, 0.6);
	padding: 5px 15px;
	border-radius: 0 0 0.5em 0;
}

.z-index-1000 {
	z-index: 1000;
}

.z-index-1000 {
	z-index: 999;
}

.width-284 {
	width: 284px;
}

.box--classic--yellow {
	background-color: #fdce1b;
}

.box.box--classic.box--classic--banner img {
	margin-bottom: 0;
}

.box.box--classic.box--classic--banner.box--classic-no-padding {
	padding-left: 0;
	padding-right: 0;
}

.form__subheadline {
	margin: 10px 0 30px 0;
}

.dieci-e-lotto__sidebar__wrapper {
	background-color: #0c51a1;
	margin-bottom: 1em;
}

.dieci-e-lotto__sidebar__wrapper .box--classic:last-child {
	margin-bottom: 0;
}

@media ( max-width : 480px) {
	.dieci-e-lotto__sidebar .box--classic {
		margin-left: 0;
	}
}

.no-wrap {
	white-space: nowrap;
}

.gev .num-table__header {
	background-color: #fdce1b !important;
	border: 1px solid #fdce1b !important;
}

.winningTickets {@media (max-width : @screen-sm-max) {.winningTickets,
	.fixMarginV {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

}
}
.winningTickets .centralImgCustom {
	margin: 0px;
	margin-bottom: 15px !important;
}

.winningTickets .form__btn.form__btn--big.btn.btn-primary {
	padding-left: 0;
	padding-right: 0;
}

.winningTickets .gev.form {
	display: block;
	padding-bottom: 30px;
	width: 100%;
}

.gev .title--dieci-e-lotto, .gev .dieci-e-lotto__sidebar__wrapper, .gev .box--classic
	{
	background-color: #fdce1b !important;
}

.bottomErrorLabel .error span {
	padding-left: 0 !important;
}

.privacy {
	margin: 1em 0 0 0;
}

.privacy .row {
	margin-bottom: 20px;
}

.privacy .error {
	display: block;
	margin-bottom: 20px;
	position: relative;
	top: -16px;
	margin-left: 15px;
	margin-top: 10px;
}

.privacy .error small {
	font-size: 12px;
}

.privacy.touched input[type="radio"].ng-invalid ~ .check {
	border-color: #e92100;
}

.privacy .radio-button-wrapper {
	padding: 0 15px 0 0;
}

.privacy .subnodesLine {
	border-left: 2px solid #b3b3b3;
	position: absolute;
	top: 10px;
	left: 0;
	bottom: 20px;
}

.privacy .subnodeBull {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #b3b3b3;
	left: -4px;
	top: 25%;
}

.htmlbox-grid-row {
	/* 	margin: 15px 0; questo sovrascrive margin left e right di .row*/
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Sostituisce il <p></p> presente in alcuni celle */
.additional-margin>*:first-child {
	margin-top: 11px;
}

.center-image-maps-tour-page {
	padding-bottom: 11px;
	margin: auto;
}

/* Tour Italia Page*/
.adapt-to-ie {
	height: 279px;
}

@media ( min-width : 380px) {
	.adapt-to-ie {
		height: 444px;
	}
}

@media ( min-width : 480px) {
	.adapt-to-ie {
		height: 567px;
	}
}

@media ( min-width : 991px) {
	.adapt-to-ie {
		height: 742px;
	}
}

@media ( min-width : 1200px) {
	.adapt-to-ie {
		height: 901px;
	}
}

@media ( max-width : 1254px) {
	.header-clear {
		clear: both;
	}
}

/* venobox component - custom 100% */
ul.venoboxContainer li {
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

ul.venoboxContainer img {
	outline: none;
}

ul.venoboxContainer p {
	margin-top: 15px;
}

.ltmit-venobox ol {
	margin: 0;
}

ul.venoboxContainer li.fullWidth, ul.venoboxContainer li.fullWidth img {
	width: 100%;
}

ul.venoboxContainer li.fullWidth img {
	margin: 0;
}
/* /venobox component */
img.center {
	display: block;
	margin: 0 auto;
}

.no-lateral-margin {
	/* 	questo sovrascrive margin left e right di .row*/
	margin-top: 15px;
	margin-bottom: 15px;
}

.menu.menu--bottom {
	z-index: 1001;
}

.screenSize {
	z-index: 1002;
	display: none;
}

.modal-new-width {
	max-width: 620px;
}

/* MODAL POPUP 2 MANAGE COOKIES */
#cookieModal .divisore {
	margin: 5px 0 15px 0;
}

#cookieModal .form .check {
    cursor: pointer;
    height:25px;
}

#cookieModal .form .check:hover::before {
	background-color: rgba(27, 157, 219, 0);
}

#cookieModal [type="checkbox"]:checked ~ .check::before {
	background-color: #1b9ddb !important;
}

@media ( max-width : 400px) {
	#cookieModal { 
        font-size:80%;
    }
}

.white {
	color: white !important;
}

/*RESET PASSWORD COMPONENT */
.opacity-one {
	opacity: 1;
}

.opacity-zero {
	opacity: 0;
	height: 0px;
	overflow: hidden;
}

.transition-reset-password-form {
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.linkBox-custom {
	display: block;
	flex-grow: 1;
}

.extraMarginBottom {
	margin: 1px 0px 2em 0px !important;
}

.customLinksWrapper {
	margin: 1px 0 !important;
}

@media ( max-width : 768px) {
	.customLinksWrapper {
		padding: 0;
	}
}

@media ( min-width : 768px) {
	.customLinksWrapper {
		display: flex;
	}
}

.advanced-search .datepicker-trigger {
	color: #41b2e8;
	background-color: #fff;
	border-color: #2e6da4;
}

.cursor-pointer {
	cursor: pointer;
}

.adapt-firefox-padding {
	padding: 6px 9px !important;
}

.pagination-disabled-link {
	pointer-events: none;
	cursor: not-allowed;
}

.height-auto img {
	height: auto !important;
}

/* HEADER SEARCH BOX FIXES */
.menu__dropdown-search__input {
    padding: .6em;
    line-height: 1;
}

.menu__dropdown-search__button {
	line-height: 1.6;
}

.gev__item__text {
	font-size: 1.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6em;
}

.gev__item__wrapper{
	padding: 1em 1em 0 1em;
}


/* LOTTOROSCOPO */
@media ( min-width : 992px) and (max-width: 1199px ) {
    .lottoroscopo {
        font-size: 14px;
    }
}
.remove-downloads-class-padding {
    padding: 0 0 !important;
}


/*LOTTO EXTRACTION COMPONENT*/
.button-extraction-confirm{
    line-height: 1;
}

.button-stampa-new-margin{
    margin-top: .3em !important;
}

.header-text-extraction-flex{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
    margin-right: 3px;
    flex-grow: 0;
}

.IE-margin{
    margin-top: 10px !important;
}



.header-input-extraction-flex{
    flex-grow: 1;
    white-space: nowrap;
    display:flex;
    flex-wrap: wrap;
}
.header-h3-extracion-flex{
    display: flex;
    flex-wrap: wrap;
}
.print-button-extracion-flex{
    flex-grow: 1;
    text-align: right;
}
.remove-float{
    float:none !important;
}
.normalBrowserButton{
    bottom: 0px !important;
    margin-top: -5px !important;
}

.IEButton{
    bottom: 0px !important;
    margin-top: -8px !important;
}

@media (max-width: 1199px){
    .IEButton{
        margin-top: -8px !important;
    }
}

@media (max-width: 767px) {
    .header-text-extraction-flex{
        padding-top: 4px;
    }

    .lotto-extraction-custom-class input.datepicker {
        margin-top: 2px;
    }

    .IEButton{
        margin-top: -5px !important;
    }

    .button-stampa-new-margin{
        margin-top: 0px !important;
    }

}


@media (max-width: 392px) {
    .justify-center{
        justify-content: center;
    }

    .print-button-extracion-flex{
        text-align: center;
    }

    .IEButton{
        margin-top: -4px !important;
    }

    .button-stampa-new-margin{
        margin-top: 0px !important;
    }

}
/* END LOTTO EXTRACTION COMPONENT*/



@media (min-width: 768px) and (max-width: 1199px ){
    .lottobox-button-text {
        font-size: 0.8em;
    }
}

/* Lotto box */
.btn-orange:focus, .btn-orange:visited, .btn-orange:active, .btn-orange {
	background-color: #f58220;
	color: white;
}

.btn.btn-orange{
	padding-left:0;
	padding-right:0;	
}

.btn-orange:hover{
	background-color: #f79d51;
	color: white;
}

div.jackpot-lotto{
	font-size: 21px;
}

div.jackpot-lotto span.importo{
	font-size: 39px;
}
/* /Lotto box */

/* 10eLotto legato Lotto */
.ltmit-10eLotto-legato-lotto .frame__title,
.ltmit-10eLotto-legato-lotto .title input,
.ltmit-10eLotto-legato-lotto .title select,
.lotto-extraction-custom-class .title input{
    font-size:25px;
}
.ltmit-10eLotto-legato-lotto input.btn.btn-primary {
    margin-top: -5px;
    line-height: .8;
}
.ltmit-10eLotto-legato-lotto #datepicker,
.lotto-extraction-custom-class input.datepicker {
    width: 130px;
    padding: 0 0 0 4px;
    cursor: pointer;
}
/*.ltmit-10eLotto-legato-lotto .table--lottery-balls > p {*/
    /*color: #b3b3b3;*/
/*}*/
.ltmit-10eLotto-legato-lotto .title a.btnStampa img {
    padding-right: 5px;
}
.ltmit-10eLotto-legato-lotto .col-md-5 a.btnStampa {
    width: 187px;
    text-align: left;
}
.ltmit-10eLotto-legato-lotto a.btnStampa.btnStampaEstrazione {
    width: 145px;
}
.ltmit-10eLotto-legato-lotto .extractionSelect {
    width:100px;
    position: relative;
    bottom: -2px;
}
@media (max-width: 991px) {
    .ltmit-10eLotto-legato-lotto .frame__title .col-md-5 .btnStampa,
    .ltmit-10eLotto-legato-lotto .frame__title .col-md-5 .btnStampaEstrazione {
        float:left;
    }
}
@media (max-width: 767px) {
    .ltmit-10eLotto-legato-lotto input.btn.btn-primary {
        margin-top: -5px;
    }
    .ltmit-10eLotto-legato-lotto .title--dieci-e-lotto a{
        float:none;
    }
    .ltmit-10eLotto-legato-lotto .title a.btnStampa {
        font-size:16px;
        float: right;
    }
    /*.ltmit-10eLotto-legato-lotto .title a.btnStampa img {*/
        /*padding-right: 5px;*/
    /*}*/
    .ltmit-10eLotto-legato-lotto .frame__title,
    .ltmit-10eLotto-legato-lotto .title,
    .ltmit-10eLotto-legato-lotto .title input,
    .ltmit-10eLotto-legato-lotto .title select,
    .lotto-extraction-custom-class .title,
    .lotto-extraction-custom-class .title input{
        font-size: 19px;
    }

    .ltmit-10eLotto-legato-lotto input#datepicker,
    .lotto-extraction-custom-class input.datepicker {
        width: 103px;
    }
}
@media (max-width: 479px) {
    .ltmit-10eLotto-legato-lotto .frame__title .col-xs-12 {
        text-align: left;
    }
    .ltmit-10eLotto-legato-lotto .extractionLabel {
        display:block;
    }
    .ltmit-10eLotto-legato-lotto .frame__title .col-md-7 {
        text-align:left;
    }
    .ltmit-10eLotto-legato-lotto .frame__title .col-md-7 select,
    .ltmit-10eLotto-legato-lotto .frame__title .col-md-7 input.datepicker {
        display: block;
        width:100%!important;
    }
    .ltmit-10eLotto-legato-lotto .frame__title .col-md-7 .btn-primary {
        margin:10px 0;
    }
}
/* / 10eLotto legato Lotto */



/* Aggiornamento biglietto gratta e vinci */
.box--classic--banner--gev .box__button{
	background-color: #090951;
}

.box--classic--banner--gev .box__button a{
	color: white;
}

.box--classic--banner--gev .box__button a:hover{
	background-color: #b3b3b3;
}

.list-no-dots, .list-no-dots li {
	list-style-type: none !important;
}

/* LINK ESTRAZIONE 10 E LOTTO*/
@media (max-width: 479px){
    .custom-hidden{
        display: none !important;
    }
}

.link-all-extraction{
    display: inline-block;
    float: right;
}

.no-margin-left{
    margin-left: 0px !important;
}

.new-all-extraction-style{
    text-align: left !important;
    font-variant: normal !important;
    text-decoration: underline !important;
    text-transform: none !important;
    line-height: 1em !important;
    margin-top:0px !important;
}

.lotto-extraction-header-float-right{
    float: right !important;
}

@media (max-width: 1200px) {
    .new-font-size{
        font-size: 1em !important;
    }
}

@media (max-width: 428px) {
    .ultime-estrazioni-custom-hidden{
        display: none !important;

    }
    .dieci-e-lotto-xs-display{
        width: 100% !important;
        text-align: center !important;
    }
}
@media (max-width: 991px) {
    .ltmit-10elotto-widget .title.title--dieci-e-lotto.title--dieci-e-lotto__logo .frame__title {
       font-size: .7em;
    }

    .print-button-font-size{
        font-size: .5em !important;
    }
    .title-to-center{
        justify-content: center;
    }

    .new-all-extraction-lotto-style{
        font-size: .7em !important;
    }

}
@media (max-width: 767px) {
    .new-all-extraction-lotto-style{
        font-size: .9em !important;
    }
}

@media (max-width: 510px) {
    .new-font-size{
        font-size: .7em !important;
    }
}

@media (max-width: 768px) {
    .dieci-e-lotto-xs-display{
        font-size: .6em !important;
    }
}




.font-weight-400{
	font-weight: 400;
}


.gev-detail-demo-button-wrapper{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 4em;
    background-color: rgba(0, 0, 0, 0.6);
    height: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 480px){
	.gev-detail-demo-button-wrapper {
	    right: 15px;
	    left: 15px;
	}
}

.gev-detail-demo-button{
	background-color: #090951;
	color: white;
    display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
}

.gev-detail-demo-button:hover, .gev-detail-demo-button:focus, .gev-detail-demo-button:visited{
	color: white;
}

.gev-detail-demo-button:hover{
	background-color: #b3b3b3;
}

.section-logo-container{
    padding: 0.2em .6em !important;
}

.section-logo-container p{
    text-align: center;
    padding: 0;
    margin-top: -5px;
    font-size: 16px!important;
    font-weight: normal;
}

@media ( max-width : 768px) {
	.section-logo-desktop {
		display:none;
	}
}

header .show-in-mobile{
	display:none;
}

@media ( max-width : 1254px) {
	header .show-in-mobile{
		display:block;
	}
}



/* Hide on IE of the reveal password button */
input::-ms-clear, input::-ms-reveal {
    display: none !important;
}
/* / */


/* LE RUOTE COMPONENT NEW CSSS RULES*/
@media (min-width: 1200px){
    .col-lg-1010 {
        width: 20%;
        position: relative;
        min-height: 1px;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
}
.reduce-le-ruote-internal-padding{
    padding-left: 1px !important;
}
/* LE RUOTE COMPONENT NEW CSSS RULES*/


/* SWIPER HOMEPAGE */
/*I tasti prev slide e next slide un po' più grandi così che non ci si sbagli nel cliccarli evitando che si apra */
/*per sbaglio il link della slide sottostante*/
.home-swiper .swiper-button-next, .home-swiper .swiper-button-prev {
    width: 48px;
    height: 84px;
}


@media (min-width: 1400px) {
    .home-swiper .swiper-slide .col-lg-offset-2 {
        margin-left: 19%;
    }
}
/*SMALL SCREEN DESKTOP*/
@media (min-width: 1255px) and (max-width: 1399px) {
    .home-swiper .swiper-slide .col-lg-offset-2 {
        margin-left: 12%;
    }
}
/* TABLET */
@media (max-width: 1254px) {
    .home-swiper .swiper-slide .headline {
        margin-bottom: .2em;
    }
    .home-swiper .swiper-slide {
        height:530px;
    }
    .home-swiper .box--slide::before {
        background: none;
    }
    .home-swiper .box.box--slide {
        background-position: 50% -70%!important;
        background-size: auto 80%!important;
        height:530px;
    }
    .home-swiper .box--slide section {
        position: absolute;
        bottom: 0;
        transform: translateY(0)!important;
        left: 0;
        top: 50%;
        margin: 0;
        width: 100%;
        padding:0 88px;
        background: #b15d02;
    }
    .home-swiper .centeredCaption {
        position: absolute;
        top: 50%;
        bottom:0;
        left:0;
        right:0;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        display: table;
        width: 100%;
    }
    .home-swiper .swiperCaptionContainer {
        position: absolute;
        top: 0;
        bottom: 0;
        left:88px;
        right:88px;
    }
    /*.home-swiper .swiperSafariFix {*/
        /*position:absolute;*/
        /*top:50%!important;*/
        /*bottom:0!important;*/
        /*left:88px!important;*/
        /*right:88px!important;*/
    /*}*/
    .home-swiper .swiper-slide.odd .box--slide section {
        background: #062a52;
    }
    .home-swiper .swiper-button-next, .home-swiper .swiper-button-prev {
        top: inherit;
        bottom: 95px;
    }
    .home-swiper .box--slide .box__description {
        margin: 0 0 0.3em;
    }
    .home-swiper .box--slide section:last-child {
        text-align:center;
    }
    .box--slide .box__headline {
        font-size: 3em;
        text-align: center;
    }
    .home-swiper .box--slide .box__description {
        font-size: 1.1em;
        text-align: center;
    }
}
/* PHONE */
@media (max-width: 767px) {

    .home-swiper .box.box--slide {
        background-position: 50% -50%!important;
    }

    .home-swiper .box--slide section {
        top:60%;
        padding: 0 66px;
    }
    .home-swiper .box--slide section:last-child {
        text-align:center;
    }
    .home-swiper .box__headline.headline {
        font-size:2.6em;
    }
    .home-swiper .box--slide .box__button a {
        font-size: 1.45em;
    }
    .home-swiper .swiper-button-next, .home-swiper .swiper-button-prev {
        bottom:66px;
    }
}
/* /SWIPER HOMEPAGE */

.constrain-1-1 {
  	padding-bottom: 1em;
	padding-top: 1em; 
}

@media (max-width: 400px){
	.pull-right.administrative, .pull-left.administrative{
		float:none !important;
	}
}

/* Venobox IE11 fix */
_:-ms-fullscreen, :root .vbox-preloader { 
	flex-direction: column; 
}

/*Doppio numero oro update*/
.gold-number.space-around {
	justify-content: space-around; 
}

.gold-number .gold-number-block{
	display: flex;
	align-items: center;
	flex-wrap:wrap;
	justify-content: center;
}

.gold-number .gold-number-block .doppio-oro{
	display: flex;
	align-items: center;
}

@media (max-width: 991px) and (min-width: 768px){
	.subtitle .gold-number{
		font-size:0.8em;
	}
}

.image-square{
	border-radius: 0%;
}


.box--slide section {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 5em;
}

.img-circle{
	border-radius:0;
}

.no-border{
	border: none !important;
}

.ltmit-millionday .title.title--default .section-logo-desktop img{
	width:180px;
}

.ltmit-millionday .archivio-estrazioni td {
    padding: 15px 10px;
}
.ltmit-millionday .archivio-estrazioni td:first-child {
    padding-left: 15px;
}
.ltmit-millionday .archivio-estrazioni td:last-child {
    padding-right: 15px;
}

.archivio-statistiche tr td:first-child{
	border-right: 1px solid #ccc;
}

.ltmit-millionday .archivio-estrazioni,
.ltmit-millionday .archivio-statistiche {
	border-collapse: inherit !important;
	padding: 0px !important;
	border: 1px solid #64c2dc;
}


/* */
.LIScolor.servizi{color:#5DBCD2;}

.box-LIS.servizi {
    background-color: #5DBCD2 !important;
}

.box-LIS.vetrina.carica,
.box-LIS.vetrina.paga,
.box-LIS.vetrina.card,
.box-LIS.vetrina.servizi {
    background-color: transparent !important;
    color: #0047BB;
    font-weight: bold;
    border: 2px solid #E2E2E6;
    border-radius: 3px;
    height: 210px;
}

.box-LIS.service-blu {
    background-color: #081548 !important;
}

.box-LIS.service-light-blu {
    background-color: #0C51A1 !important;
}

.panel-group--lis-servizi {
  /*color: #666;*/
  font-size: .9em;
}
.panel-group--lis-servizi .panel-default {
    border-color: #C6C6C9; 
}
.panel-group--lis-servizi .panel-heading {
    background-color: #F0F0F3;
    color: #0047BB; 
}
.panel-group--lis-servizi .panel-title--lis-card {
    font-size: inherit;
}
/*.panel-group--lis-servizi .panel-title--lis-card a:hover {
      color: #FFF;
}*/
.panel-group--lis-servizi .panel-title--lis-card i {
      transition: .5s linear all; 
}
.panel-group--lis-card .panel-heading {
    background-color: #F0F0F3;
    color: #0047BB;
}
.panel-group--lis-card .panel-default{
    border-color: #C6C6C9;
}

/**   NUOVI ***/
.pre-footer-section {
    font-weight: 600;
}

@media (min-width: 481px) {
    .collapse_navigation_bottom ul {
        display: flex;
        flex-wrap: wrap;
        margin: -15px; 
    }
}

@media (min-width: 1201px) {
    .collapse_navigation_bottom .col-8 { 
        flex: 0 0 12.5%; 
        padding: 15px;
        box-sizing: border-box;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .collapse_navigation_bottom .col-8 { 
        flex: 0 0 25%; 
        padding: 15px;
        box-sizing: border-box;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .collapse_navigation_bottom .col-8 { 
        flex: 0 0 33.333%; 
        padding: 15px;
        box-sizing: border-box;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .collapse_navigation_bottom .col-8 { 
        flex: 0 0 25%; 
        padding: 15px;
        box-sizing: border-box;
    }
}
  

.language-selector{
	font-size: 18px;
	color: black;
	align-self:center;
	white-space: nowrap;
}

.language-selector img{
	margin-bottom: 0;
}

.language-selector a *{
	vertical-align: middle;
	color: black;
}

.language-selector .flag-icon, .language-selector .lang-label, .language-selector .dropdown-icon {
	margin-left: 0.3em;
	margin-right: 0.3em;
}

.language-selector-label{
	text-transform: uppercase;
}

.language-selector ul{
	min-width: 0;
	display:none; /* Overridden by uib-dropdown-menu */
}

.language-selector ul a{
	padding:0.25em 0.5em;	
}

.language-selector ul a.selected{
	background-color:#dbdbdb;
}
.custom-modal-container {
    text-align: center;
    padding: 0 !important;
}

.custom-modal-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.custom-modal-container .modal-dialog {
    width: 1140px;
    margin: auto;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.custom-modal-container .wrapper {
    padding: 3px;
    background: #fff;
}

.custom-modal-container .claim_img {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 419px;
}

.custom-modal-container .claim_img span {
    font-weight: 700;
    font-size: 60px;
    color: #004c93;
    position: absolute;
    top: 5px;
    right: 15px;
    line-height: 1;
    cursor: pointer;
}

.custom-modal-container .white_banner {
    background: #fff;
    width: 100%;
}

/* TIPOGRAFIA */

.custom-modal-container .blue_text {
    font-size: 49px;
    font-weight: 700;
    color: #004c93;
    text-align: center;
    margin: 20px 0 10px;
}

.custom-modal-container .orange_text {
    font-size: 41px;
    font-weight: 400;
    color: #f49f22;
    text-align: center;
    margin: 0;
    padding: 0 150px;
    line-height: 50px;
}

.custom-modal-container .app_link {
    position: relative;
    display: block;
    background: #004c93;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    width: 570px;
    padding: 19px 100px;
}

.custom-modal-container .app_link:hover,
.custom-modal-container .app_link:active,
.custom-modal-container .app_link:focus,
.custom-modal-container .app_link:visited {
    text-decoration: none;
}

/* TIPOGRAFIA */

@media (max-width: 1199px), screen and (max-height: 760px) {

    .custom-modal-container .modal-dialog {
        width: 940px;
    }

    .custom-modal-container .claim_img span {
        font-size: 40px;
        top: 3px;
        right: 8px;
    }

    .custom-modal-container .wrapper {
        padding: 3px;
        background: #fff;
    }

    .custom-modal-container .claim_img {
        height: 345px;
    }

    .custom-modal-container .white_banner {
        background: #fff;
        width: 100%;
    }

    /* TIPOGRAFIA */
    .custom-modal-container .blue_text {
        font-size: 40px;
        margin: 16px 0 8px;
    }

    .custom-modal-container .orange_text {
        font-size: 34px;
        font-weight: 400;
        padding: 0 123px;
        line-height: 40px;
    }

    .custom-modal-container .app_link {
        font-size: 40px;
        margin: 16px auto;
        width: 470px;
        padding: 19px 82px;
    }

    /* TIPOGRAFIA */

}

@media (max-width: 991px) {
    .custom-modal-container .modal-dialog {
        width: 95%;
        margin: auto;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .custom-modal-container .claim_img span {
        font-size: calc(100vw / 12.5);
        top: calc(100vw / 150);
        right: calc(100vw / 50);
    }

    .custom-modal-container .wrapper {
        padding: calc(100vw / 250);
    }

    .custom-modal-container .claim_img {
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(95vw / 1.726);
    }

    .custom-modal-container .white_banner {
        background: #fff;
        width: 100%;
    }

    /* TIPOGRAFIA */
    .custom-modal-container .blue_text {
        font-size: calc(100vw / 20.833333);
        margin-top: calc(100vw / 75);
        margin-bottom: calc(100vw / 150);
    }

    .custom-modal-container .orange_text {
        font-size: calc(100vw / 22.727272);
        margin: 0;
        padding-left: calc(100vw / 10.714285);
        padding-right: calc(100vw / 10.714285);
        line-height: calc(100vw / 20.833333);
    }

    .custom-modal-container .app_link {
        font-size: calc(100vw / 20.8333333);
        margin-left: 5%;
        margin-right: 5%;
        margin-top: calc(100vw / 50);
        margin-bottom: calc(100vw / 50);
        width: 90%;
        padding-left: calc(100vw / 25);
        padding-right: calc(100vw / 25);
        padding-top: calc(100vw / 39.473684);
        padding-bottom: calc(100vw / 39.473684);
    }
    
    .custom-modal-container .app_link_other_mobile_tablet {
        font-size: calc(100vw / 20.8333333);
        margin-left: 5%;
        margin-right: 5%;
        margin-top: calc(100vw / 50);
        margin-bottom: calc(100vw / 50);
        width: 90%;
        padding-left: calc(100vw / 25);
        padding-right: calc(100vw / 25);
        padding-top: calc(100vw / 39.473684);
        padding-bottom: calc(100vw / 39.473684);
    }
    
    /* TIPOGRAFIA */
}

    .custom-modal-container .app_link_ios {
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: calc(100vw / 50);
        margin-bottom: calc(100vw / 50);
        width: calc(100vw / 2.094972);
        height: calc(100vw / 6.756756);
        padding-top: calc(100vw / 39.473684);
        padding-bottom: calc(100vw / 39.473684);
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: block;
    }

    .custom-modal-container .app_link_android {
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: calc(100vw / 50);
        margin-bottom: calc(100vw / 50);
        width: calc(100vw / 2.094972);
        height: calc(100vw / 6.756756);
        padding-top: calc(100vw / 39.473684);
        padding-bottom: calc(100vw / 39.473684);
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: block;
    }
@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0; } }

.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px; }

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px; }

.table {
  border-collapse: separate;
  color: #0c51a1;
  font-size: .9em;
  margin-bottom: 0; }
  .table thead tr td {
    border: 3px solid #fff;
    padding: .7em; }
    .table thead tr td:first-child {
      vertical-align: middle; }
  .table tbody tr td {
    border: 3px solid #fff;
    padding: .7em;
    position: relative; }
    .table tbody tr td.td--bordered::after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: ''; }
    .table tbody tr td.td--no-space-left::after {
      left: -3px; }
    .table tbody tr td.td--no-space-right::after {
      right: -3px; }
  .table .td--bold {
    font-weight: 600; }
  .table .td--green {
    color: #71bd37; }
    .table .td--green--inverse {
      background-color: #71bd37;
      color: #fff; }
  .table .td--light-grey {
    color: #b3b3b3; }
    .table .td--light-grey--bordered::after {
      border: 1px solid #b3b3b3; }
  .table .td--blue {
    color: #0c51a1; }
    .table .td--blue--inverse {
      background-color: #0c51a1;
      color: #fff; }
    .table .td--blue--bordered::after {
      border: 1px solid #0c51a1; }
  .table .td--medium-blue {
    color: #1b9ddb; }
    .table .td--medium-blue--inverse {
      background-color: #1b9ddb;
      color: #fff; }
  .table .td--orange {
    color: #ff791f; }
    .table .td--orange--inverse {
      background-color: #ff791f;
      color: #fff; }
  .table .td--red {
    color: #e92100; }
    .table .td--red--inverse {
      background-color: #e92100;
      color: #fff; }
  .table .td--darkest-yellow {
    color: #fdce1b; }
    .table .td--darkest-yellow--inverse {
      background-color: #fdce1b;
      color: #090951; }
  .table.table--lis-carica {
    color: #666; }
    .table.table--lis-carica.table-striped > tbody > tr:nth-of-type(even) {
      background-color: rgba(255, 47, 80, 0.2); }
    .table.table--lis-carica.table-striped > tbody > tr:nth-of-type(odd) {
      background: transparent; }
    .table.table--lis-carica .td--lis-carica {
      color: #c80020; }
      .table.table--lis-carica .td--lis-carica--inverse {
        background-color: #c80020;
        color: #fff; }
  .table.table--lis-paga {
    color: #666; }
    .table.table--lis-paga.table-striped > tbody > tr:nth-of-type(even) {
      background-color: rgba(177, 224, 135, 0.2); }
    .table.table--lis-paga.table-striped > tbody > tr:nth-of-type(odd) {
      background: transparent; }
    .table.table--lis-paga .td--lis-paga {
      color: #7ccb36; }
      .table.table--lis-paga .td--lis-paga--inverse {
        background-color: #7ccb36;
        color: #fff; }
  .table.table--lis-card {
    color: #666; }
    .table.table--lis-card.table-striped > tbody > tr:nth-of-type(even) {
      background-color: rgba(254, 215, 149, 0.2); }
    .table.table--lis-card.table-striped > tbody > tr:nth-of-type(odd) {
      background: transparent; }
    .table.table--lis-card .td--lis-card {
      color: #fdb030; }
      .table.table--lis-card .td--lis-card--inverse {
        background-color: #fdb030;
        color: #fff; }
  .table.table--gaming-machines {
    color: #666; }
    .table.table--gaming-machines.table-striped > tbody > tr:nth-of-type(even) {
      background-color: rgba(239, 223, 142, 0.2); }
    .table.table--gaming-machines.table-striped > tbody > tr:nth-of-type(odd) {
      background: transparent; }
    .table.table--gaming-machines .td--gaming-machines {
      color: #e2c535; }
      .table.table--gaming-machines .td--gaming-machines--inverse {
        background-color: #e2c535;
        color: #fff; }
  .table.table--better {
    color: #666; }
    .table.table--better.table-striped > tbody > tr:nth-of-type(even) {
      background-color: rgba(186, 230, 158, 0.2); }
    .table.table--better.table-striped > tbody > tr:nth-of-type(odd) {
      background: transparent; }
    .table.table--better .td--better {
      color: #80d14d; }
      .table.table--better .td--better--inverse {
        background-color: #80d14d;
        color: #fff; }
  .table.table--bingo {
    color: #666; }
    .table.table--bingo.table-striped > tbody > tr:nth-of-type(even) {
      background-color: rgba(141, 196, 230, 0.2); }
    .table.table--bingo.table-striped > tbody > tr:nth-of-type(odd) {
      background: transparent; }
    .table.table--bingo .td--bingo {
      color: #3a98d3; }
      .table.table--bingo .td--bingo--inverse {
        background-color: #3a98d3;
        color: #fff; }
  .table.table--casino {
    color: #666; }
    .table.table--casino.table-striped > tbody > tr:nth-of-type(even) {
      background-color: rgba(240, 198, 116, 0.2); }
    .table.table--casino.table-striped > tbody > tr:nth-of-type(odd) {
      background: transparent; }
    .table.table--casino .td--casino {
      color: #e6a018; }
      .table.table--casino .td--casino--inverse {
        background-color: #e6a018;
        color: #fff; }
  .table.table--skill {
    color: #666; }
    .table.table--skill.table-striped > tbody > tr:nth-of-type(even) {
      background-color: rgba(59, 215, 174, 0.2); }
    .table.table--skill.table-striped > tbody > tr:nth-of-type(odd) {
      background: transparent; }
    .table.table--skill .td--skill {
      color: #1d8f71; }
      .table.table--skill .td--skill--inverse {
        background-color: #1d8f71;
        color: #fff; }
  .table.table--fantasysport {
    color: #666; }
    .table.table--fantasysport.table-striped > tbody > tr:nth-of-type(even) {
      background-color: rgba(37, 112, 200, 0.2); }
    .table.table--fantasysport.table-striped > tbody > tr:nth-of-type(odd) {
      background: transparent; }
    .table.table--fantasysport .td--fantasysport {
      color: #154072; }
      .table.table--fantasysport .td--fantasysport--inverse {
        background-color: #154072;
        color: #fff; }
  .table.table--poker {
    color: #666; }
    .table.table--poker.table-striped > tbody > tr:nth-of-type(even) {
      background-color: rgba(228, 32, 51, 0.2); }
    .table.table--poker.table-striped > tbody > tr:nth-of-type(odd) {
      background: transparent; }
    .table.table--poker .td--poker {
      color: #8d111d; }
      .table.table--poker .td--poker--inverse {
        background-color: #8d111d;
        color: #fff; }

.table.table--lotto.table-striped > tbody > tr:nth-of-type(odd),
.table.table--dieci-e-lotto.table-striped > tbody > tr:nth-of-type(odd),
.table.table--gev.table-striped > tbody > tr:nth-of-type(odd) {
  background: transparent; }

.table.table--lotto.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fcf4de; }

.table.table--gaming-machines--compressed thead tr td,
.table.table--gaming-machines--compressed tbody tr td {
  border: 0;
  text-align: left; }
  .table.table--gaming-machines--compressed thead tr td.center,
  .table.table--gaming-machines--compressed tbody tr td.center {
    text-align: center; }
  .table.table--gaming-machines--compressed thead tr td.td--gaming-machines,
  .table.table--gaming-machines--compressed tbody tr td.td--gaming-machines {
    color: #e2c535; }
    .table.table--gaming-machines--compressed thead tr td.td--gaming-machines--inverse,
    .table.table--gaming-machines--compressed tbody tr td.td--gaming-machines--inverse {
      background-color: #e2c535;
      color: #fff; }

.table.table--gaming-machines--compressed.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fcf4de; }

.table.table--gaming-machines--compressed.table-striped--inverted > tbody > tr:nth-of-type(odd) {
  background-color: #fcf4de; }

.table.table--gev {
  color: #090951; }
  .table.table--gev thead tr td,
  .table.table--gev tbody tr td {
    border: 0;
    text-align: left; }
    .table.table--gev thead tr td.center,
    .table.table--gev tbody tr td.center {
      text-align: center; }
  .table.table--gev--spaced thead tr td,
  .table.table--gev--spaced tbody tr td {
    border: 3px solid #fff; }
  .table.table--gev.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fcf4de; }
  .table.table--gev.table-striped--inverted > tbody > tr:nth-of-type(odd) {
    background-color: #fcf4de; }

.table.table--dieci-e-lotto.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #dfe9f1; }
.table.table--dieci-e-lotto.table-striped>tbody>tr td:first-child{
	font-weight:bold;
	color:#0c51a1}
.table.table--dieci-e-lotto.table-striped>tbody>tr.table-heading td{
	font-weight:normal;
	color:white}
.table.table--lotto tbody td:first-child{
	font-weight:bold;
}

/*@import url("clientlibs/css/gstaticFont.css"); */
/*inizio gstaticFont */

/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBb__lWoe5ixi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBb__lWEe5ixi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBb__lWAe5ixi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBb__lW4e5g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*fine gstaticFont */

.text-color-arancio {
  color: #f58220 !important;
}
.text-color-arancio-chiaro {
  color: #ffa300 !important;
}
.text-color-azzurro {
  color: #1b9ddb !important;
}
.text-color-blu {
  color: #0c51a1 !important;
}
.text-color-nero {
  color: #000 !important;
}
.text-color-bianco {
  color: #FFF !important;
}
.top-slider-wrap .slide .text-wrap .slide-btn, .categories-wrapper .single-category .swiper-container .slide .text-wrap .rollover-wrap .slide-btn, .top-slider-narrow-wrap .slide .text-wrap .slide-btn, .category-content-wrapper .btn-load-more {
  background-color: #f58220;
  color: #FFF;
}

@media (max-width: 1254px) {
  header .menu__item .menu__item__link.social {
    padding: 0.15em 0.9em 0 0;
  }
}
@media (max-width: 1254px) {
  header .menu__item .menu__item__link.social:first-child {
    margin-left: 0.9rem;
  }
}
header .menu__item .menu__item__link.social:last-child {
  padding-right: 0.75rem;
}
header .menu__item .menu__item__link.social .fa {
  font-size: 2rem;
}
header .menu__item .menu__item__link.social .fa.fa-linkedin-square {
  color: #0274B3;
}
header .menu__item .menu__item__link.social .fa.fa-twitter {
  color: #1DA1F2;
}
header .menu__item .menu__item__link.social .fa.fa-youtube-play {
  color: #FF0000;
}
header .menu__item .menu__item__link.social .fa.fa-whatsapp {
  color: #25D366;
}
header .menu__item .menu__item__link.social .fa.fa-facebook-f {
  color: #3B589C;
}

@media (max-width: 1254px) {
  .menu--bottom .menu__item.search {
    border: none;
  }
  .menu--open .menu--top {
    padding: 0.2em 0.2em;
  }
}
@media (min-width: 1255px) {
  .menu--top {
 /*    top: 7px; */
  }
  .menu__dropdown-search {
    top: 42px;
    right: 23px;
  }
}
.top-slider-wrap {
  position: relative;
}
.top-slider-wrap .slide {
  height: calc(90vh - 147px);
  min-height: 60rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  .top-slider-wrap .slide {
    min-height: 40rem;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .top-slider-wrap .slide:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#59000000',GradientType=0);
    /* IE6-9 */
  }
}
.top-slider-wrap .slide .text-wrap {
  margin: -16rem auto 0;
  width: 100%;
  max-width: 192rem;
  color: #FFF;
}
@media (max-width: 991px) {
  .top-slider-wrap .slide .text-wrap {
    margin: 0 7rem 5rem;
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .top-slider-wrap .slide .text-wrap {
    margin: 2rem;
  }
}
.top-slider-wrap .slide .text-wrap .text-inner {
  width: 100%;
  max-width: 57rem;
  margin-left: 8.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .top-slider-wrap .slide .text-wrap .text-inner {
    max-width: 100%;
    margin: 0;
  }
}
.top-slider-wrap .slide .text-wrap .slide-categ {
  /*font-family: 'Assistant';*/
  color: #1b9ddb;
  font-weight: 700;
  font-size: 2.8rem;
}
@media (max-width: 550px) {
  .top-slider-wrap .slide .text-wrap .slide-categ {
    font-size: 2rem;
  }
}
.top-slider-wrap .slide .text-wrap h2 {
  /*font-family: 'Assistant';*/
  font-weight: 700;
  font-size: 5.1rem;
  margin: 0.8rem 0 2.8rem;
  line-height: 4.6rem;
}
@media (max-width: 550px) {
  .top-slider-wrap .slide .text-wrap h2 {
    font-size: 3rem;
    line-height: 3.3rem;
    margin: 0.2rem 0 1.8rem;
  }
}
.top-slider-wrap .slide .text-wrap a {
  color: #FFF;
}
.top-slider-wrap .slide .text-wrap .slide-desc {
  font-size: 2rem;
  line-height: 3rem;
  max-height: 58px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 550px) {
  .top-slider-wrap .slide .text-wrap .slide-desc {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.top-slider-wrap .slide .text-wrap .slide-btn {
  padding: 1.2rem 2rem;
  font-size: 2rem;
  margin-top: 5rem;
  display: inline-block;
  text-shadow: none;
}
.top-slider-wrap .swiper-button-next {
  right: 2rem;
  margin-top: -9.5rem;
  background-image: url(clientlibs/images/arrow-right.svg);
  width: 37px;
  height: 54px;
  background-size: 37px 54px;
}
@media (min-width: 1960px) {
  .top-slider-wrap .swiper-button-next {
    right: 5rem;
  }
}
@media (max-width: 991px) {
  .top-slider-wrap .swiper-button-next {
    margin-top: -4rem;
  }
}
@media (max-width: 767px) {
  .top-slider-wrap .swiper-button-next {
    right: 1rem;
    background-size: 27px 44px;
  }
}
.top-slider-wrap .swiper-button-prev {
  left: 2rem;
  margin-top: -9.5rem;
  background-image: url(clientlibs/images/arrow-left.svg);
  width: 37px;
  height: 54px;
  background-size: 37px 54px;
}
@media (min-width: 1960px) {
  .top-slider-wrap .swiper-button-prev {
    left: 5rem;
  }
}
@media (max-width: 991px) {
  .top-slider-wrap .swiper-button-prev {
    margin-top: -4rem;
  }
}
@media (max-width: 767px) {
  .top-slider-wrap .swiper-button-prev {
    left: 1rem;
    background-size: 27px 44px;
  }
}
.top-slider-nav {
  padding: 1.9rem 3.5rem 2.9rem;
  background-color: rgba(0, 49, 92, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #FFF;
}
.top-slider-nav .container-fluid {
  max-width: 187.5rem;
  margin: 0 auto;
}
.top-slider-nav .inner-box {
  opacity: 0.3;
  min-height: 11rem;
  position: relative;
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .top-slider-nav .inner-box {
    width: 100%;
  }
}
.top-slider-nav .inner-box:hover, .top-slider-nav .inner-box.active {
  opacity: 1;
}
.top-slider-nav .inner-box .tit {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  line-height: 2.3rem;
  max-height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1280px) {
  .top-slider-nav .inner-box .tit {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
.top-slider-nav .inner-box .desc {
  font-size: 1.2rem;
  max-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.top-slider-nav .inner-box .loading-bar {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.top-slider-nav .inner-box .loading-bar .loading-bar-inner {
  height: 1px;
  width: 0;
  background-color: #FFF;
}
.categories-wrapper {
  background-color: #f7ede7;
  overflow: hidden;
  padding-bottom: 27vh;
}
.categories-wrapper .single-category-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.categories-wrapper .single-category {
  padding: 5rem 7rem;
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .categories-wrapper .single-category {
    padding: 5rem 5rem 5rem 2rem;
  }
}
@media (max-width: 550px) {
  .categories-wrapper .single-category {
    padding: 3rem 10rem 3rem 0.5rem;
  }
}
.categories-wrapper .single-category .category-name-big {
  position: absolute;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #FFF;
  opacity: 0.4;
  top: -4rem;
  left: -8rem;
  font-size: 40rem;
  line-height: 30rem;
}
@media (max-width: 1280px) {
  .categories-wrapper .single-category .category-name-big {
    top: -2rem;
    left: -4rem;
    font-size: 24rem;
    line-height: 19rem;
  }
}
@media (max-width: 550px) {
  .categories-wrapper .single-category .category-name-big {
    top: 4rem;
    left: -3rem;
    font-size: 16rem;
    line-height: 14rem;
  }
}
.categories-wrapper .single-category .category-name-big div:nth-child(2) {
  margin-left: 35rem;
}
@media (max-width: 550px) {
  .categories-wrapper .single-category .category-name-big div:nth-child(2) {
    margin-left: 5rem;
  }
}
.categories-wrapper .single-category h2 {
  color: #f58220;
  /*font-family: 'Assistant';*/
  font-weight: 700;
  font-size: 3.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .categories-wrapper .single-category h2 {
    font-size: 3rem;
  }
}
.categories-wrapper .single-category hr {
  border-color: rgba(245, 130, 32, 0.2);
  margin-left: -50%;
  margin-bottom: 3rem;
  width: 99.2%;
  min-width: 33.5rem;
}
@media (max-width: 991px) {
  .categories-wrapper .single-category hr {
    margin-left: -33.5%;
  }
}
@media (max-width: 550px) {
  .categories-wrapper .single-category hr {
    margin-left: -2rem;
    min-width: calc(100% + 1.5rem);
  }
}
.categories-wrapper .single-category hr.odd {
  margin-left: auto;
  margin-right: -50%;
  margin-top: 3rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .categories-wrapper .single-category hr.odd {
    margin-right: -33.5%;
  }
}
@media (max-width: 550px) {
  .categories-wrapper .single-category hr.odd {
    margin-right: -11.5rem;
    width: 9.5rem;
    min-width: inherit;
  }
}
.categories-wrapper .single-category .swiper-container {
  overflow: visible;
}
.categories-wrapper .single-category .swiper-container .swiper-button-next {
  right: -6.5rem;
  background-image: url(clientlibs/images/arrow-right.svg);
}
.categories-wrapper .single-category .swiper-container .swiper-button-prev {
  left: -6.5rem;
  background-image: url(clientlibs/images/arrow-left.svg);
}
.categories-wrapper .single-category .swiper-container .slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  color: #FFF;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.categories-wrapper .single-category .swiper-container .slide a {
  color: #FFF;
  position: relative;
  width: 100%;
}
.categories-wrapper .single-category .swiper-container .slide a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -ms-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}
.categories-wrapper .single-category .swiper-container .slide .slide-icons {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 100%;
}
.categories-wrapper .single-category .swiper-container .slide .slide-icons img {
  margin-right: 0.5rem;
}
.categories-wrapper .single-category .swiper-container .slide .text-wrap {
  padding: 2.5rem 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.categories-wrapper .single-category .swiper-container .slide .text-wrap .slide-title {
  /*font-family: 'Assistant';*/
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  padding: 0 2.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 86px;
}
@media (max-width: 1280px) {
  .categories-wrapper .single-category .swiper-container .slide .text-wrap .slide-title {
    font-size: 2rem;
    line-height: 2.6rem;
    padding: 0 1rem;
  }
}
.categories-wrapper .single-category .swiper-container .slide .text-wrap .rollover-wrap {
  overflow: hidden;
  -webkit-transition: max-height 450ms ease-out;
  -moz-transition: max-height 450ms ease-out;
  -ms-transition: max-height 450ms ease-out;
  -o-transition: max-height 450ms ease-out;
  transition: max-height 450ms ease-out;
  max-height: 0;
}
.categories-wrapper .single-category .swiper-container .slide .text-wrap .rollover-wrap .slide-abstract {
  display: block;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1rem 2.5rem 0;
  opacity: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 86px;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -ms-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
@media (max-width: 767px) {
  .categories-wrapper .single-category .swiper-container .slide .text-wrap .rollover-wrap .slide-abstract {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 2rem;
    padding: 1rem 1rem 0;
  }
}
.categories-wrapper .single-category .swiper-container .slide .text-wrap .rollover-wrap .slide-btn {
  display: inline-block;
  padding: 1rem 1rem;
  font-size: 1.2rem;
  margin-top: 1.7rem;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -ms-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
@media (max-width: 767px) {
  .categories-wrapper .single-category .swiper-container .slide .text-wrap .rollover-wrap .slide-btn {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .categories-wrapper .single-category .swiper-container .slide a:hover:before {
    opacity: 0.6;
  }
  .categories-wrapper .single-category .swiper-container .slide a:hover .rollover-wrap {
    max-height: 500px;
    -webkit-transition: max-height 1600ms ease-out;
    -moz-transition: max-height 1600ms ease-out;
    -ms-transition: max-height 1600ms ease-out;
    -o-transition: max-height 1600ms ease-out;
    transition: max-height 1600ms ease-out;
  }
  .categories-wrapper .single-category .swiper-container .slide a:hover .rollover-wrap .slide-abstract {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .categories-wrapper .single-category .swiper-container .slide a:hover .rollover-wrap .slide-btn {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
}
.interview-wrapper {
  background-color: #FFF;
  padding: 10rem 7rem;
  max-width: 192rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .interview-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 550px) {
  .interview-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.interview-wrapper .container-fluid {
  margin-top: -35vh;
}
@media (min-width: 1024px) {
  .interview-wrapper .container-fluid .col-xs-12:nth-of-type(1) {
    padding-right: 0;
  }
  .interview-wrapper .container-fluid .col-xs-12:nth-of-type(2) {
    padding-left: 0;
  }
}
.interview-wrapper .container-fluid .inner-wrap {
  height: 50vh;
  min-height: 45rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
}
@media (max-width: 550px) {
  .interview-wrapper .container-fluid .inner-wrap {
    height: auto;
    min-height: 50vh;
  }
}
.interview-wrapper .container-fluid .inner-wrap .read-more {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  color: #FFF;
  text-decoration: underline;
}
.interview-wrapper .container-fluid .inner-wrap .read-more:hover {
  text-decoration: none;
}
.interview-wrapper .container-fluid .inner-wrap .text-wrap {
  padding: 2rem;
}
.interview-wrapper .container-fluid .inner-wrap .text-wrap .interview-categ-name {
  color: #1b9ddb;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.interview-wrapper .container-fluid .inner-wrap .text-wrap .interview-title {
  font-size: 3.8rem;
  line-height: 3.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  max-width: 70%;
}
@media (max-width: 550px) {
  .interview-wrapper .container-fluid .inner-wrap .text-wrap .interview-title {
    max-width: 100%;
  }
}
.interview-wrapper .container-fluid .inner-wrap .text-wrap .interview-abstract {
  width: 50%;
  font-size: 1.4rem;
}
@media (max-width: 550px) {
  .interview-wrapper .container-fluid .inner-wrap .text-wrap .interview-abstract {
    width: 100%;
  }
}
.interview-wrapper .container-fluid .inner-wrap .interview-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 48rem;
}
@media (max-width: 550px) {
  .interview-wrapper .container-fluid .inner-wrap .interview-image {
    position: static;
    width: 100%;
  }
}
.game-list {
  background-color: #F1F1F1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.5rem;
}
.game-list a, .game-list b {
  color: #ffa300;
}
.game-list a {
  text-decoration: none;
}
.game-list a:hover {
  text-decoration: underline;
}
.top-slider-narrow-wrap {
  position: relative;
}
.top-slider-narrow-wrap .slide {
  height: calc(78vh - 147px);
  min-height: 55rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .top-slider-narrow-wrap .slide {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 991px) {
  .top-slider-narrow-wrap .slide {
    min-height: 40rem;
  }
  .top-slider-narrow-wrap .slide:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#59000000',GradientType=0);
    /* IE6-9 */
  }
}
.top-slider-narrow-wrap .slide .text-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 192rem;
  color: #FFF;
}
@media (max-width: 1024px) {
  .top-slider-narrow-wrap .slide .text-wrap {
    margin-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .top-slider-narrow-wrap .slide .text-wrap {
    margin: 0 7rem 5rem;
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .top-slider-narrow-wrap .slide .text-wrap {
    margin: 2rem;
  }
}
.top-slider-narrow-wrap .slide .text-wrap .text-inner {
  width: 100%;
  max-width: 57rem;
  margin-left: 8.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .top-slider-narrow-wrap .slide .text-wrap .text-inner {
    max-width: 100%;
    margin: 0;
  }
}
.top-slider-narrow-wrap .slide .text-wrap .slide-categ {
  /*font-family: 'Assistant';*/
  color: #1b9ddb;
  font-weight: 700;
  font-size: 2.8rem;
}
@media (max-width: 550px) {
  .top-slider-narrow-wrap .slide .text-wrap .slide-categ {
    font-size: 2rem;
  }
}
.top-slider-narrow-wrap .slide .text-wrap h2 {
  /*font-family: 'Assistant';*/
  font-weight: 700;
  font-size: 5.1rem;
  margin: 0 0 3rem;
}
@media (max-width: 550px) {
  .top-slider-narrow-wrap .slide .text-wrap h2 {
    font-size: 3rem;
    margin: 0.2rem 0 1rem;
  }
}
.top-slider-narrow-wrap .slide .text-wrap a {
  color: #FFF;
}
.top-slider-narrow-wrap .slide .text-wrap .slide-desc {
  font-size: 2rem;
  line-height: 3rem;
  max-height: 58px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 550px) {
  .top-slider-narrow-wrap .slide .text-wrap .slide-desc {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.top-slider-narrow-wrap .slide .text-wrap .slide-btn {
  padding: 1.2rem 2rem;
  font-size: 2rem;
  margin-top: 5rem;
  display: inline-block;
  text-shadow: none;
}
.top-slider-narrow-wrap .swiper-button-next {
  right: 2rem;
  background-image: url(clientlibs/images/arrow-right.svg);
  width: 37px;
  height: 54px;
  background-size: 37px 54px;
}
@media (min-width: 1960px) {
  .top-slider-narrow-wrap .swiper-button-next {
    right: 5rem;
  }
}
@media (max-width: 991px) {
  .top-slider-narrow-wrap .swiper-button-next {
    margin-top: -4rem;
  }
}
@media (max-width: 767px) {
  .top-slider-narrow-wrap .swiper-button-next {
    right: 1rem;
    background-size: 27px 44px;
  }
}
.top-slider-narrow-wrap .swiper-button-prev {
  left: 2rem;
  background-image: url(clientlibs/images/arrow-left.svg);
  width: 37px;
  height: 54px;
  background-size: 37px 54px;
}
@media (min-width: 1960px) {
  .top-slider-narrow-wrap .swiper-button-prev {
    left: 5rem;
  }
}
@media (max-width: 991px) {
  .top-slider-narrow-wrap .swiper-button-prev {
    margin-top: -4rem;
  }
}
@media (max-width: 767px) {
  .top-slider-narrow-wrap .swiper-button-prev {
    left: 1rem;
    background-size: 27px 44px;
  }
}
.category-content-wrapper {
  background-color: #f7ede7;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.category-content-wrapper .btn-load-more {
  display: inline-block;
  padding: 1.2rem 2rem;
  font-size: 2rem;
}
.category-content-wrapper .single-category {
  padding: 2.5rem 7rem;
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .category-content-wrapper .single-category {
    padding: 5rem;
  }
}
@media (max-width: 550px) {
  .category-content-wrapper .single-category {
    padding: 0 0 2rem;
  }
}
.category-content-wrapper .single-category .category-name-big {
  position: absolute;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #FFF;
  opacity: 0.4;
  top: -3rem;
  left: -8rem;
  font-size: 40rem;
  line-height: 30rem;
  z-index: 0;
}
@media (max-width: 1023px) {
  .category-content-wrapper .single-category .category-name-big {
    top: 0rem;
    left: -4rem;
    font-size: 24rem;
    line-height: 19rem;
  }
}
@media (max-width: 550px) {
  .category-content-wrapper .single-category .category-name-big {
    top: -1rem;
    left: -3rem;
    font-size: 16rem;
    line-height: 14rem;
  }
}
.category-content-wrapper .single-category .category-name-big div:nth-child(2) {
  margin-left: 35rem;
}
@media (max-width: 550px) {
  .category-content-wrapper .single-category .category-name-big div:nth-child(2) {
    margin-left: 5rem;
  }
}
.category-content-wrapper .single-category h2 {
  color: #f58220;
  /*font-family: 'Assistant';*/
  font-weight: 700;
  font-size: 3.8rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 550px) {
  .category-content-wrapper .single-category h2 {
    font-size: 3rem;
  }
}
.category-content-wrapper .single-category .box-article {
  margin-bottom: 3rem;
}
.category-content-wrapper .single-category .box-article a {
  color: #000;
}
.category-content-wrapper .single-category .box-article .box-article-icons {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}
.category-content-wrapper .single-category .box-article .box-article-icons img {
  margin-right: 0.5rem;
}
.category-content-wrapper .single-category .box-article .box-article-thumb {
  height: 28rem;
  overflow: hidden;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  margin-bottom: 1.2rem;
  position: relative;
}
@media (min-width: 1600px) {
  .category-content-wrapper .single-category .box-article .box-article-thumb {
    height: 33rem;
  }
}
.category-content-wrapper .single-category .box-article .box-article-thumb .box-article-thumb-inner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: transform 1000ms ease-out;
  -moz-transition: transform 1000ms ease-out;
  -ms-transition: transform 1000ms ease-out;
  -o-transition: transform 1000ms ease-out;
  transition: transform 1000ms ease-out;
}
@media (min-width: 1024px) {
  .category-content-wrapper .single-category .box-article .box-article-thumb .box-article-thumb-inner:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.category-content-wrapper .single-category .box-article .box-article-title {
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: 700;
  /*font-family: 'Assistant';*/
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 86px;
  padding-bottom: 0.2rem;
}
.category-content-wrapper .single-category .box-article .box-article-abstract {
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 78px;
  padding-bottom: 0.2rem;
}
.top-banner {
  height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .top-banner {
    height: 40vh;
  }
}
@media (max-width: 550px) {
  .top-banner {
    height: 30vh;
  }
}
.article-2019-wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
.article-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
.article-content .container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .article-content .container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.article-content .article-category {
  color: #1b9ddb;
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin-bottom: 1rem;
  /*font-family: 'Assistant';*/
  font-weight: 700;
}
.article-content h1 {
  color: #f58220;
  font-size: 4.1rem;
  line-height: 4.5rem;
  /*font-family: 'Assistant';*/
  font-weight: 700;
  margin-bottom: 4rem;
}
.article-content h2 {
  color: #0c51a1;
  font-size: 2.2rem;
  line-height: 2.5rem;
  /*font-family: 'Assistant';*/
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
}
.article-content hr {
  border-color: #ccc;
}
.article-content .capital-letter {
  display: block;
  font-size: 14rem;
  font-family: 'PlayFair';
  color: rgba(245, 130, 32, 0.15);
  line-height: 0;
  margin-bottom: -15px;
  margin-top: 10rem;
  font-weight: 900;
}
.article-content p {
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.article-content a {
  color: #f58220;
}
.article-content blockquote {
  padding: 0;
  margin: 18rem auto;
  font-size: 3rem;
  border-left: none;
  /*font-family: 'Assistant';*/
  color: #0c51a1;
  text-align: center;
  line-height: 4rem;
  max-width: 96rem;
  padding: 3.5rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .article-content blockquote {
    margin: 14rem auto 6rem;
  }
}
.article-content blockquote:before {
  content: '';
  display: block;
  width: 72rem;
  height: 72rem;
  -webkit-border-radius: 72rem;
  border-radius: 72rem;
  background-color: rgba(183, 214, 255, 0.25);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 767px) {
  .article-content blockquote:before {
    width: 30rem;
    height: 30rem;
  }
}
.article-content blockquote:after {
  content: '';
  display: block;
  width: 7rem;
  height: 6rem;
  background: url(clientlibs/images/single/icon-quote.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: -10rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.article-content .article-slider {
  overflow: visible;
  margin: 5rem 0;
}
@media (max-width: 1023px) {
  .article-content .article-slider {
    margin: 5rem -3rem;
  }
}
.article-content .article-slider .slide img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.article-content .article-slider .slide .iframe-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 53.15%;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 1023px) {
  .article-content .article-slider .slide .iframe-video {
    padding-bottom: 59.27%;
  }
}
@media (max-width: 767px) {
  .article-content .article-slider .slide .iframe-video {
    padding-bottom: 56.25%;
  }
}
.article-content .article-slider .slide .iframe-video iframe, .article-content .article-slider .slide .iframe-video object, .article-content .article-slider .slide .iframe-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.article-content .swiper-button-next {
  right: -14rem;
  z-index: 9999;
  background-image: url(clientlibs/images/arrow-right.svg);
  width: 37px;
  height: 54px;
  background-size: 37px 54px;
}
@media (max-width: 1280px) {
  .article-content .swiper-button-next {
    right: -9rem;
  }
}
@media (max-width: 1023px) {
  .article-content .swiper-button-next {
    right: 2rem;
  }
}
@media (max-width: 550px) {
  .article-content .swiper-button-next {
    background-size: 27px 44px;
  }
}
.article-content .swiper-button-prev {
  left: -14rem;
  z-index: 9999;
  background-image: url(clientlibs/images/arrow-left.svg);
  width: 37px;
  height: 54px;
  background-size: 37px 54px;
}
@media (max-width: 1280px) {
  .article-content .swiper-button-prev {
    left: -9rem;
  }
}
@media (max-width: 1023px) {
  .article-content .swiper-button-prev {
    left: 2rem;
  }
}
@media (max-width: 550px) {
  .article-content .swiper-button-prev {
    background-size: 27px 44px;
  }
}
.article-share {
  padding: 2rem 1rem;
  color: #1b9ddb;
}
.article-share .btn-top-page {
  margin-top: 3rem;
  display: inline-block;
  text-decoration: underline;
  color: #ffa300 !important;
  font-size: 1.6rem;
}
.article-share .btn-top-page:hover {
  text-decoration: none;
}
.article-share div {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .article-share .lnk_whatsapp {
    display: none;
  }
}
.article-share .fa.fa-linkedin-square {
  color: #0274B3;
}
.article-share .fa.fa-twitter {
  color: #1DA1F2;
}
.article-share .fa.fa-youtube-play {
  color: #FF0000;
}
.article-share .fa.fa-whatsapp {
  color: #25D366;
}
.article-share .fa.fa-facebook-f {
  color: #3B589C;
}
.article-share a {
  color: #1b9ddb;
  font-size: 3rem;
  line-height: 3rem;
  margin: 0 1rem;
}

@font-face {
    font-family: 'Bliss 2';
    src: url('clientlibs/fonts/bliss2/Bliss2-Bold.woff2') format('woff2'),
        url('clientlibs/fonts/bliss2/Bliss2-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.widget-20190701 {
  padding-bottom: 1%;
}

.widget-20190701.azzurro-back {
  background-color: #dfe9f1;
  padding-bottom: 0 !important;
}

.widget-20190701 .widget-header.blu-head .widget-header-big p {
  margin-bottom: 1%;
}

.widget-20190701 .azzurro-back {
  background-color: rgba(212, 230, 246, 1) !important;
}

.widget-20190701 .widget-header.blu-head.p-top-0 {
  padding-top: 0 !important;
}

.widget-20190701 .widget-header.blu-head.m-top-0 {
  margin-top: 0 !important;
}

.widget-20190701 .right-border-fff {
  border-right: 1px solid #fff;
}

.widget-20190701 .widget-wrapper {
  display: block;
  position: relative;
  width: 100%;
  background-color: rgba(0, 76, 147, 1);
  margin: 0%;
  padding: 0 0 2% 0;
}

.widget-20190701 .widget-header {
  display: flex;
  width: 100%;
}

.widget-20190701 .widget-header.blu-head {
  padding: 1.5%;
}

.widget-20190701 .widget-header.blu-head .widget-header-big {
  width: 100%;
}

.widget-20190701 .widget-header.blu-head p {
  margin-bottom: 0;
}

.widget-20190701 h4 {
  font-weight: bold;
  color: rgb(0, 76, 147);
  font-size: 1em;
  margin: 1.5%;
}

.widget-20190701 .widget-header div {
  width: 33.3333332%;
}

.widget-20190701 .widget-header .widget-header-ue {
  width: 100%;
  text-align: center;
  margin: 0 1.1% 0 1.8%;
}

.widget-20190701 p {
  color: #ffffff;
  /*font-family: "Assistant", Serif;*/
  /* 
        font per lottomatica
        font-family: "Bliss 2", Serif;
         */
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  margin-top: calc(0.5em - 0.1em);
}

.widget-20190701 .widget-animation-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  padding: 1% 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.widget-20190701 .widget-animation-wrapper .left-animation {
  width: 72%;
  position: relative;
  display: block;
  margin: 0 1%;
}

.widget-20190701 .widget-animation-wrapper .right-animation {
  width: 28%;
  position: relative;
  display: block;
  padding: 0 0.5%;
  margin: 0 0 0 2%;
}

.widget-20190701 .widget-animation-wrapper .big-central-animation {
  width: 100%;
  position: relative;
  padding: 0 1.5% 0 0;
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin: 0 1%;
  flex-wrap: wrap;
}

.widget-20190701 .single-ball {
  font-size: 20px;
  margin: 0.9% 1.4%;
  font-family: "Baloo", cursive;
  border-radius: 50%;
  width: 8%;
  text-align: center;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}

.widget-20190701 .single-ball span {
  width: 100%;
  height: 100%;
  margin-top: calc(50% - 0.4em);
}

.widget-20190701 .big-central-animation .single-ball {
  margin: 0.6% 0.6%;
}

.widget-20190701 .blu-ball {
  background: rgba(0, 76, 147, 1);
  background: radial-gradient(
    circle at 33% 33%,
    #6cabd2 2%,
    #004c93 30%,
    #004c93 90%,
    black
  );
  color: #ffffff;
}

.widget-20190701 .orange-ball {
  background: #de7b2c;
  background: radial-gradient(
    circle at 33% 33%,
    #fdefdf 1%,
    #ed892c 30%,
    #de7b2c 90%
  );
  color: #004c93;
}

.widget-20190701 .oro-ball {
  background: #ffca2c;
  background: radial-gradient(
    circle at 33% 33%,
    #fff7e1 2%,
    #ffca2c 30%,
    #cc913b 90%,
    #231d01
  );
  color: #004c93;
  /*-webkit-text-stroke: thin #fff;*/
  text-shadow: -0.015em -0.015em 0 #fff, 0.015em -0.015em 0 #fff,
    -0.015em 0.015em 0 #fff, 0.015em 0.015em 0 #fff;
}

.widget-20190701 .white-ball {
  background: #fff;
  background: radial-gradient(
    circle at 33% 33%,
    #fff 1%,
    #e1e1e1 30%,
    #afafaf 90%
  );
  color: #004c93;
  border: 0.04em solid #de7b2c;
}

.widget-20190701 .single-ball.empty-ball {
  height: 40px;
  background: rgb(13, 73, 146);
  -moz-box-shadow: inset 0px 1px 3px 0px #000000;
  -webkit-box-shadow: inset 0px 1px 3px 0px #000000;
  box-shadow: inset 0px 1px 3px 0px #000000;
  color: #004c93;
  /* border: .015em solid transparent; */
}

.widget-20190701.azzurro-back .big-central-animation .single-ball {
  margin: 0.666666666% 0.46666666%;
}

.widget-20190701 .numeri-oro-wrapper {
  width: 100%;
  height: 100%;
  display: block;
}

.widget-20190701 .numeri-oro-wrapper-50 {
  width: 50%;
  float: left;
  /* height: 100%; */
  display: flex;
  flex-wrap: wrap;
  flex: wrap;
  flex: 1;
  justify-content: center;
  align-content: flex-end;
}

.widget-20190701 .numeri-oro-wrapper-50 .widget-header p {
  margin: 0 auto 0 auto;
}

.widget-20190701 .numeri-oro-wrapper-50 .oro-balls-padder {
  width: 100%;
  height: 50%;
  display: flex;
  /* margin: 0 1%; */
  /* align-self: flex-end; */
  align-items: center;
  justify-content: center;
}

.widget-20190701 .numeri-oro-wrapper-50 .doppio-oro-padder {
  width: 100%;
  height: 50%;
  display: flex;
  text-align: center;
  justify-content: space-around;
  align-items: center;
}

.widget-20190701 .numeri-oro-wrapper-50 .oro-balls-padder .single-ball {
  position: relative;
}

#ultime-estrazioni-target .widget-animation-wrapper {
  padding: 0px;
}

#ultime-estrazioni-target .big-central-animation .single-ball {
  margin: 0.34% 0.34%;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .widget-20190701 .big-central-animation .single-ball {
    margin: 0px;
  }

  #ultime-estrazioni-target .big-central-animation .single-ball {
    margin: 0.33% 0.33%;
  }

  .widget-20190701 .numeri-oro-wrapper-50 .oro-balls-padder .single-ball {
    position: relative;
  }

  .widget-20190701 .widget-animation-wrapper .big-central-animation {
    padding: 0 0 0 0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #ultime-estrazioni-target .big-central-animation .single-ball {
    margin: 0.14% 0.14%;
  }

  .widget-20190701 .single-ball span {
    width: 100%;
    height: 100%;
    margin-top: calc(50% - 0.4em);
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .widget-20190701 .single-ball {
    margin: 1.41%;
  }

  .widget-20190701 .single-ball span {
    width: 100%;
    height: 100%;
    margin-top: calc(50% - 0.5em);
  }
  .widget-20190701 .white-ball {
    background: #fff;
    background: radial-gradient(
      circle at 33% 33%,
      #fff 1%,
      #e1e1e1 30%,
      #afafaf 90%
    );
    color: #004c93;
    border: 0.06em solid #de7b2c;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .widget-20190701 .widget-animation-wrapper .big-central-animation {
    width: 100%;
    position: relative;
    padding: 0 0 0 6%;
    display: flex;
    margin: 0%;
    justify-content: space-evenly;
  }

  .widget-20190701 .numeri-oro-wrapper {
    display: flex;
    justify-content: space-evenly;
  }

  .widget-20190701 .columnItems {
    margin: 0 1.5em;
  }

  .widget-20190701 .numeri-oro-wrapper-50 {
  }

  .widget-20190701 .widget-animation-wrapper .right-animation {
    width: 28%;
    position: relative;
    display: block;
    padding: 0 0.5%;
    margin: 0 1%;
  }

  .widget-20190701 .big-central-animation .single-ball {
    margin: 0.9% 0.9% !important;
  }

  .widget-20190701 .widget-animation-wrapper .left-animation {
    width: 100%;
  }

  .widget-20190701 .widget-animation-wrapper .right-animation {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
  }

  .widget-20190701 .widget-animation-wrapper .left-animation.responsive-left {
    width: 100%;
    overflow: hidden;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    height: 6em;
    flex-wrap: wrap;
  }

  .widget-20190701
    #ultime-estrazioni-target
    .widget-animation-wrapper
    .left-animation.responsive-left {
    width: 100%;
    overflow: hidden;
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
  }

  .widget-20190701 .widget-animation-wrapper .right-animation.responsive-right {
    width: 100%;
    position: relative;
    padding: 0 1%;
    margin: 0%;
  }

  .widget-20190701 .widget-animation-wrapper.responsive-all {
    display: inline-table;
  }

  .widget-20190701 .right-border-fff {
    border-right: none;
  }

  .widget-20190701 .single-ball {
    margin: 1.6% !important;
  }

  .widget-20190701 .widget-header div {
    width: 100%;
  }

  .widget-20190701 .widget-animation-wrapper .left-animation {
    margin: 0 0;
  }

  .widget-20190701 .widget-header.responsive-oro {
    text-align: left !important;
    width: auto;
    display: flex;
    align-items: center;
  }
  .widget-20190701 .numeri-oro-wrapper-50 .oro-balls-padder {
    width: auto;
    height: auto;
    display: flex;
    /* margin: 0 1%; */
    /* align-self: flex-end; */
    align-items: center;
    justify-content: center;
  }

  .widget-20190701 .responsive-doppio {
    text-align: left !important;
    width: 40%;
    display: block;
  }

  .widget-20190701 .hide-small {
    display: none !important;
  }

  .widget-20190701 .visible-small {
    display: block !important;
    text-align: center;
  }

  .widget-20190701 .numeri-oro-wrapper-50 {
    display: inline-flex;
    margin-top: 2%;
    width: auto;
    flex-wrap: nowrap;
    float: none;
    flex: 1;
    justify-content: space-evenly;
    align-content: flex-end;
  }

  .widget-20190701 .doppio-oro-padder div:first-child,
  .widget-20190701 .doppio-oro-padder div:last-child {
    margin: 0 !important;
  }

  .widget-20190701 .widget-header.responsive-oro p {
    margin: 0;
  }

  .widget-20190701 .numeri-oro-wrapper-50 .oro-balls-padder .single-ball {
    margin: 0.2em !important;
  }

  .widget-20190701 .widget-wrapper.responsive-all {
    display: inline-flex;
    align-items: center;
  }

  .widget-20190701 .widget-wrapper.responsive-all .responsive-head {
    width: 20%;
  }

  .widget-20190701 .widget-wrapper {
    padding: 0 1%;
  }

  .widget-20190701 #ultime-estrazioni-target .widget-wrapper {
    padding: 2% 0;
  }

  .widget-20190701
    #ultime-estrazioni-target
    .widget-animation-wrapper
    .big-central-animation {
    padding: 0px;
  }

  .widget-20190701 .widget-animation-wrapper.responsive-titolo-mod {
    display: block;
  }
}

@media only screen and (max-width: 450px) {
}

@media only screen and (max-width: 410px) {
  .widget-20190701 .widget-animation-wrapper .left-animation.responsive-left {
    height: 5em;
  }
}

@media only screen and (max-width: 300px) {
  .widget-20190701 .widget-animation-wrapper .left-animation.responsive-left {
    height: 4em;
  }

  .widget-20190701 .big-central-animation .single-ball {
    margin: 0.6% !important;
  }

  .widget-20190701
    #ultime-estrazioni-target
    .widget-animation-wrapper
    .big-central-animation {
    padding: 0 0 0 1%;
  }

  .widget-20190701 .widget-animation-wrapper .big-central-animation {
    width: 100%;
    position: relative;
    padding: 0 0 0 6%;
    display: flex;
    margin: 0%;
    justify-content: space-evenly;
  }
}

@media only screen and (max-width: 290px) {
  .widget-20190701 .widget-animation-wrapper .left-animation.responsive-left {
    height: 3em;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-7-3 11:23:42
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-down-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-down-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@keyframes scale-down-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.25);
        transform: scale(.25);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.25);
        transform: scale(.25);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


@-webkit-keyframes pulsate-fwd-three {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulsate-fwd-three {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
} 


@-webkit-keyframes pulsate-fwd-five {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    } 
}
@keyframes pulsate-fwd-five {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes blink {
    0%,

    100% {
      opacity: 1;
    }
    50%  {
      opacity: 0;
    }
  }
  @keyframes blink {
    0%,
    100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }

/* custom dropdown */
button.customSkin {
  width: 100px;
  font-family: inherit;
  font-size: 25px;
  font-weight: bold;
  height: 36px;
  line-height: 20px;
  background-color: #dfe9f1;
  border: 1px solid #bcd1e1;
  border-radius: 0;
  box-shadow: none;
  color: #0c51a1;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.textSkin{
  width: 64px;
  line-height: 37px;
	color: #0c51a1 !important;
}

button.customSkin:hover {
	color: #0c51a1;
}

.skinArrow {
  background-image: url("clientlibs/images/arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
	width: 36px;
	height: 34px;
}

.customSkinContainer {
    width: 100px;
    display: inline-block;
    top: 1.5px;
}

ul.customSkin {
    max-width: 100px !important;
    font-size: 25px;
    color: #0c51a1;
    border-radius: 0px;
    list-style: none !important;
    font-weight: bold;
    min-width: 100px !important;
    overflow-y: scroll;
    height: 350px;
	background-color: #dfe9f1;
	padding: 0px;
}

li.customSkin {
    font-size: 25px;
    color:
    #0c51a1;
    border-radius: 0px;
    list-style: none !important;
    font-weight: bold;
	padding-left: 13px;
}

li.customSkin.active, li.customSkin:hover {
	background-color: #1b9ddb;
	color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.customSkinContainer {
    top: 7px;
	}
}

.safari::-webkit-scrollbar {
  width: 10px;
}

.safari::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.safari::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(100,100,100,0.8); 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/* custom dropdown */
/* KEYFRAMES */

.widget-20190701-le .scale-down-center {
  -webkit-animation: scale-down-center 1s linear normal backwards;
  animation: scale-down-center 1s linear normal backwards;
}

.widget-20190701-le .scale-up-center {
  -webkit-animation: scale-up-center 1s linear normal backwards;
  animation: scale-up-center 1s linear normal backwards;
}

.widget-20190701-le .pulsate-fwd {
  -webkit-animation: pulsate-fwd 0.5s ease-in-out backwards;
  animation: pulsate-fwd 0.5s ease-in-out backwards;
}

.widget-20190701-le .pulsate-fwd-three {
  -webkit-animation: pulsate-fwd-three 0.4s ease-in-out 3 both;
  animation: pulsate-fwd-three 0.4s ease-in-out 3 both;
}

.widget-20190701-le .pulsate-fwd-five {
  -webkit-animation: pulsate-fwd-five 0.4s ease-in-out 5 both;
  animation: pulsate-fwd-five 0.4s ease-in-out 5 both;
}

.widget-20190701-le .blink {
  -webkit-animation: blink 0.6s 3 both;
  animation: blink 0.6s 3 both;
}

/* KEYFRAMES */

@font-face {
  font-family: "Bliss 2";
  src: url("clientlibs/fonts/Bliss2-Bold.woff2") format("woff2"),
    url("clientlibs/fonts/Bliss2-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

.bottom-margin-1 {
  margin-bottom: 1% !important;
}

.widget-20190701-le {
  background-color: #004c93;
  padding-bottom: 1%;
  min-height: 100px;
  margin-bottom: 32px;
}

.widget-20190701-le.azzurro-back {
  background-color: rgba(212, 230, 246, 1);
  padding-bottom: 0 !important;
}

.widget-20190701-le .orange-color {
  color: #de7b2c !important;
}

.widget-20190701-le .bottom-borded {
  border-bottom: 1px solid rgba(0, 76, 147, 1);
  padding-bottom: 0% !important;
  width: 94%;
  margin: 0 3%;
  padding-bottom: 1%;
}

.widget-20190701-le .padder-ultimi {
  background-color: rgba(212, 230, 246, 1);
  width: 98%;
  margin: 0 1%;
  padding: 0;
}

.widget-20190701-le .widget-header.blu-head .widget-header-big p {
  margin-bottom: 1%;
}

.widget-20190701-le .azzurro-back {
  background-color: rgba(212, 230, 246, 1) !important;
}

.widget-20190701-le .widget-header.blu-head.p-top-0 {
  padding-top: 0 !important;
}

.widget-20190701-le .widget-header.blu-head.m-top-0 {
  margin-top: 0 !important;
}

.widget-20190701-le .right-border-fff {
  border-right: 1px solid #fff;
}

.widget-20190701-le .widget-wrapper {
  display: block;
  position: relative;
  width: 98%;
  background-color: rgba(0, 76, 147, 1);
  margin: 0 1%;
  padding: 1% 0;
}

.widget-20190701-le .widget-header {
  display: flex;
  width: 100%;
  justify-content: center;
}

.widget-20190701-le .widget-header.blu-head {
  padding-left: 1.5%;
  padding-top: 1.5%;
}

.widget-20190701-le .widget-header.blu-head-estrazioni {
  padding-left: 1.5%;
  padding-top: 0%;
}

.widget-20190701-le .widget-header.blu-head .widget-header-big {
  width: 100%;
}

.widget-20190701-le .widget-header.blu-head p {
  margin-bottom: 0;
}

.widget-20190701-le .widget-header div {
  width: 33.3333332%;
}

.widget-20190701-le .widget-header .widget-header-1 {
  width: 30%;
  text-align: left;
  margin: 0 1.1% 0 1.8%;
}

.widget-20190701-le .widget-header .widget-header-ue {
  width: 100%;
  text-align: center;
  margin: 0 1.1% 0 1.8%;
}

.widget-20190701-le .widget-header .widget-header-2 {
  text-align: center;
}

.widget-20190701-le .widget-header .widget-header-3 {
  text-align: right;
}

.widget-20190701-le p {
  color: #ffffff;
  font-family: "Bliss 2", Serif;
  /* 
        font per lottomatica
        font-family: "Bliss 2", Serif;
         */
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  margin-top: calc(0.5em - 0.1em);
}

.widget-20190701-le .right-animation-wrapper p {
  color: rgba(0, 76, 147, 1);
}

.widget-20190701-le .widget-header p.linked {
  margin-top: 0;
  font-size: 16px;
  color: #ffffff;
  font-family: "Bliss 2", Serif;
  /* 
        font per lottomatica
        font-family: "Bliss 2", Serif;
         */
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}

.widget-20190701-le .widget-header p.linked a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 80% !important;
}

.widget-20190701-le .widget-animation-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  padding: 1% 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.widget-20190701-le .widget-animation-wrapper .left-animation {
  width: 68%;
  position: relative;
  display: block;
  margin: 0 1%;
}

.widget-20190701-le .widget-animation-wrapper .right-animation {
  width: 32%;
  position: relative;
  display: block;
  padding: 0 0.5%;
  margin: 0 1%;
}

.widget-20190701-le .widget-animation-wrapper .right-animation .widget-header {
    display: block;
}

.widget-20190701-le .widget-animation-wrapper .big-central-animation {
  width: 100%;
  position: relative;
  padding: 0 1.5% 0 0;
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin: 0 1%;
  flex-wrap: wrap;
}

.widget-20190701-le .single-ball {
  font-size: 20px;
  margin: 0.9%;
  font-family: "Baloo", cursive;
  border-radius: 50%;
  width: 8%;
  text-align: center;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}

.widget-20190701-le .single-ball span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.widget-20190701-le .big-central-animation .single-ball span {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.widget-20190701-le
  #ultime-estrazioni-target
  .big-central-animation
  .single-ball
  span {
  align-items: center;
}

.widget-20190701-le .big-central-animation .single-ball {
  margin: 0.4% 0.4%;
}

.widget-20190701-le .blu-ball {
  background: rgba(0, 76, 147, 1);
  background: radial-gradient(
    circle at 33% 33%,
    #6cabd2 2%,
    #004c93 30%,
    #004c93 90%,
    black
  );
  color: #ffffff;
}

.widget-20190701-le .orange-ball {
  background: #de7b2c;
  background: radial-gradient(
    circle at 33% 33%,
    #fdefdf 1%,
    #ed892c 30%,
    #de7b2c 90%
  );
  color: #004c93;
}

.widget-20190701-le .oro-ball {
  background: #ffca2c;
  background: radial-gradient(
    circle at 33% 33%,
    #fff7e1 2%,
    #ffca2c 30%,
    #cc913b 90%,
    #231d01
  );
  color: #004c93;
  /*-webkit-text-stroke: thin #fff;*/
  text-shadow: -0.015em -0.015em 0 #fff, 0.015em -0.015em 0 #fff,
    -0.015em 0.015em 0 #fff, 0.015em 0.015em 0 #fff;
}

.widget-20190701-le .white-ball {
  background: #fff;
  background: radial-gradient(
    circle at 33% 33%,
    #fff 1%,
    #e1e1e1 30%,
    #afafaf 90%
  );
  color: #004c93;
  border: 0.04em solid #de7b2c;
}

.widget-20190701-le .single-ball.empty-ball {
  height: 40px;
  background: rgb(13, 73, 146);
  -moz-box-shadow: inset 0px 1px 3px 0px #000000;
  -webkit-box-shadow: inset 0px 1px 3px 0px #000000;
  box-shadow: inset 0px 1px 3px 0px #000000;
  color: #004c93;
  /* border: .015em solid transparent; */
}

.widget-20190701-le.azzurro-back .big-central-animation .single-ball {
  margin: 0.666666666% 0.46666666%;
}

.widget-20190701-le .numeri-oro-wrapper {
  width: 100%;
  height: 100%;
  display: block;
}

.widget-20190701-le .numeri-oro-wrapper-50 {
  width: 50%;
  float: left;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex: wrap;
  flex: 1;
  justify-content: space-around;
  align-content: flex-end;
}

.widget-20190701-le .numeri-oro-wrapper-50 .widget-header p {
  margin: 0 auto 0 auto;
}

.widget-20190701-le .numeri-oro-wrapper-50 .oro-balls-padder {
  width: 100%;
  height: 50%;
  display: flex;
  /* margin: 0 1%; */
  /* align-self: flex-end; */
  align-items: center;
  justify-content: center;
}

.widget-20190701-le .numeri-oro-wrapper-50 .doppio-oro-padder {
  width: 100%;
  height: 50%;
  display: flex;
  text-align: center;
  justify-content: space-around;
  align-items: center;
}

.widget-20190701-le .numeri-oro-wrapper-50 .oro-balls-padder .single-ball {
  position: relative;
}

/*
    .widget-20190701-le .doppio-oro-padder div:first-child {
      margin-left: 0.7em !important;
    }
    
    .widget-20190701-le .doppio-oro-padder div:last-child {
      margin-right: 0.7em !important;
    }
    */

.widget-20190701-le .left-padder {
  margin: 0;
  width: 99%;
}

.widget-20190701-le .oro-wrapper .oroLogo {
  width: 50%;
  margin: -17px auto 0 auto;
}

.widget-20190701-le .doppio-oro-wrapper .oroLogo {
  width: 81%;
  margin: -17px auto 0 auto;
}

.widget-20190701-le #ultime-estrazioni-target .oro-wrapper .oroLogo {
  width: auto;
  margin: -17px auto 0 auto;
}

.widget-20190701-le #ultime-estrazioni-target .doppio-oro-wrapper .oroLogo {
  width: auto;
  margin: -17px auto 0 auto;
}

.widget-20190701-le .testo-estrazione-destra .extraLogo {
  height: 2.1em;
  margin: 4%;
}

.widget-20190701-le .widget-wrapper .logoExtraDiv,
#ultime-estrazioni-target .logoExtraDiv {
  text-align: center;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 1.1% 0 1.8%;
}

#ultime-estrazioni-target .widget-animation-wrapper {
  padding: 0px;
}

.widget-20190701-le .widget-wrapper .logoExtraDiv .extraLogo {
  height: 2.6em;
}

#ultime-estrazioni-target .logoExtraDiv .extraLogo {
  height: 2.6em;
}

#ultime-estrazioni-target .oro-wrapper .oroLogo {
  height: 1.8em;
  display: flex;
  margin: 4px auto 0 auto;
  align-self: flex-end;
}

#ultime-estrazioni-target .doppio-oro-wrapper .oroLogo {
  height: 2.5em;
  display: flex;
  margin: -2px auto;
  align-self: flex-end;
}

#ultime-estrazioni-target .big-central-animation .single-ball {
  margin: 0.34% 0.34%;
}

/* COUNT DOWN - EXTRACTION START */

.widget-20190701-le .countdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.widget-20190701-le .count-cd-ball {
  margin: 0 auto;
  font-family: "Baloo", cursive;
  border-radius: 50%;
  width: 30%;
  text-align: center;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}

.widget-20190701-le .count-cd-ball span {
  width: 100%;
  height: 100%;
  margin-top: calc(50% - 0.5em);
  margin-left: auto;
  margin-right: auto;
  font-size: 60%;
}

.right-animation-wrapper {
  display: flex;
  align-items: center;
  height: 90%;
  margin-top: 15%;
  position: relative;
  visibility: hidden;
}

.widget-20190701-le .count-extraction-ball {
  margin: 0 auto;
  font-family: "Baloo", cursive;
  border-radius: 50%;
  width: 15%;
  text-align: center;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}

.widget-20190701-le .count-extraction-ball span {
  width: 100%;
  height: 100%;
  margin-top: calc(50% - 0.5em);
  margin-left: auto;
  margin-right: auto;
  font-size: 60%;
}

.widget-20190701-le .testo-estrazione-destra {
  width: 100%;
  text-align: center;
}

.widget-20190701-le .testo-estrazione-destra p {
  font-size: 100%;
}

.widget-20190701-le #testo-numero-estratto {
  position: absolute;
  top: 0;
}

.widget-20190701-le .page-wrapper-market-img {
  display: block;
  position: relative;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
}

.page-wrapper-market-img img {
  max-width: 98%;
  margin: 0 1%;
}

.widget-20190701-le .widget-all-wrapper-2 .widget-wrapper {
  background-color: rgba(212, 230, 246, 1);
}

.widget-20190701-le .widget-all-wrapper-2 .widget-wrapper p {
  color: #004c93;
  text-align: left;
}

/* COUNT DOWN EXTRACTION END  */

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .widget-20190701-le .widget-wrapper .logoExtraDiv .extraLogo {
    height: 2.2em;
  }

  .widget-20190701-le .big-central-animation .single-ball {
    margin: 0px;
  }

  #ultime-estrazioni-target .big-central-animation .single-ball {
    margin: 0.29% 0.29%;
  }

  .widget-20190701-le .numeri-oro-wrapper-50 .oro-balls-padder .single-ball {
    position: relative;
  }

  #ultime-estrazioni-target .doppio-oro-wrapper .oroLogo {
    height: 2.5em;
    display: flex;
    margin: 0px auto;
    align-self: flex-end;
  }

  #ultime-estrazioni-target .oro-wrapper .oroLogo {
    height: 1.8em;
    width: auto;
    display: flex;
    margin: 3px auto 0 auto;
    align-self: flex-end;
  }

  .widget-20190701-le .widget-animation-wrapper .big-central-animation {
    padding: 0 1.9% 0 0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .widget-20190701-le .widget-wrapper .logoExtraDiv .extraLogo {
    height: 1.6em;
  }

  #ultime-estrazioni-target .doppio-oro-wrapper .oroLogo {
    height: 2.5em;
    width: auto;
    display: flex;
    margin: 0px auto;
    align-self: flex-end;
  }

  #ultime-estrazioni-target .logoExtraDiv .extraLogo {
    height: 1.8em;
  }

  #ultime-estrazioni-target .big-central-animation .single-ball {
    margin: 0.14% 0.14%;
  }

  .widget-20190701-le .doppio-oro-wrapper .oroLogo {
    width: 91%;
    height: auto;
    /* display: flex; */
    margin: -17px auto 0 auto;
    /* align-self: unset; */
  }

  .widget-20190701-le .oro-wrapper .oroLogo {
    width: 60%;
    /* display: flex; */
    margin: -17px auto 0 auto;
    /* align-self: unset; */
  }

  .widget-20190701-le .single-ball span {
    width: 100%;
    height: 100%;
    /*  margin-top: calc(50% - 0.7em); */
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .widget-20190701-le .widget-wrapper .logoExtraDiv .extraLogo {
    height: 2.3em;
  }

  .widget-20190701-le .single-ball span {
    width: 100%;
    height: 100%;
  }

  .widget-20190701-le .big-central-animation .single-ball span {
    margin-top: calc(50% - 0.54em);
  }

  #ultime-estrazioni-target .doppio-oro-wrapper .oroLogo {
    height: 2.3em;
    width: auto;
    display: flex;
    margin: 0px auto;
    align-self: flex-end;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .widget-20190701-le .widget-animation-wrapper .big-central-animation {
    width: 100%;
    position: relative;
    padding: 0 0 0 6%;
    display: flex;
    margin: 0 1%;
    justify-content: space-evenly;
  }

  .widget-20190701-le .numeri-oro-wrapper {
    display: flex;
    justify-content: space-evenly;
  }

  .widget-20190701-le .numeri-oro-wrapper-50 {
  }

  .widget-20190701-le .big-central-animation .single-ball {
    margin: 0.5% 1% !important;
  }

  .widget-20190701-le .big-central-animation .single-ball span {
    margin-top: calc(50% - 0.7em);
  }

  .widget-20190701-le .doppio-oro-wrapper .oroLogo {
    width: 3.5em;
    height: auto;
    /* display: flex; */
    margin: -5px auto 0 auto;
  }

  .widget-20190701-le #ultime-estrazioni-target .oro-wrapper .oroLogo {
    width: auto;
    margin: -4px auto 0 auto;
  }
  .widget-20190701-le #ultime-estrazioni-target .doppio-oro-wrapper .oroLogo {
    width: auto;
    margin: -13px auto 0 auto;
  }
  .widget-20190701-le .oro-wrapper .oroLogo {
    width: 3em;
    /* display: flex; */
    margin: 0 auto;
    /* align-self: unset; */
  }

  .widget-20190701-le .widget-wrapper .logoExtraDiv .extraLogo {
    height: 2em;
  }

  .widget-20190701-le .widget-wrapper .logoExtraDiv {
    display: flex;
    align-items: center;
  }

  .widget-20190701-le .widget-animation-wrapper .left-animation {
    width: 100%;
  }

  .widget-20190701-le .widget-animation-wrapper .right-animation {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
  }

  .widget-20190701-le .widget-header .widget-header-1 {
    width: 100%;
  }

  #estrazione-numero {
    text-align: left;
    margin: 1% 1.1% 0 0%;
    width: 120%;
  }
  
  .widget-20190701-le .widget-animation-wrapper .left-animation.responsive-left {
    width: 100%;
    overflow: hidden;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: row;
    margin: 0;
    /* height: 5.5em; */
    flex-wrap: wrap;
  }

  .widget-20190701-le
    #ultime-estrazioni-target
    .widget-animation-wrapper
    .left-animation.responsive-left {
    width: 100%;
    overflow: hidden;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: unset;
    margin: 0;
    flex-wrap: wrap;
  }

  .widget-20190701-le .widget-animation-wrapper .right-animation.responsive-right {
    width: 100%;
    position: relative;
    padding: 0 1%;
    margin: 0%;
  }

  .widget-20190701-le .widget-animation-wrapper.responsive-all {
    display: inline-table;
  }

  .widget-20190701-le .left-padder {
    display: flex;
    height: 6em;
    flex: 1;
    flex-direction: row;
    align-content: space-evenly;
    flex-wrap: wrap;
	width: 100%;			
  }

  .widget-20190701-le .right-border-fff {
    border-right: none;
  }

  .right-animation-wrapper {
    display: flex;
    height: 100%;
    margin-top: 0;
  }

  .widget-20190701-le #testo-numero-estratto {
    display: none;
  }

  .widget-20190701-le .single-ball {
    margin: 0.5% 1% !important;
  }

  .widget-20190701-le .count-cd-ball {
    width: 45%;
  }

  .widget-20190701-le .widget-header div {
    width: 100%;
  }

  .widget-20190701-le .widget-animation-wrapper .left-animation {
    margin: 0 0;
  }

  .widget-20190701-le .widget-header.responsive-oro {
    text-align: left !important;
    width: auto;
    display: flex;
    align-items: center;
  }
  .widget-20190701-le .numeri-oro-wrapper-50 .oro-balls-padder {
    width: auto;
    height: auto;
    display: flex;
    /* margin: 0 1%; */
    /* align-self: flex-end; */
    align-items: center;
    justify-content: center;
  }

  .widget-20190701-le .responsive-doppio {
    text-align: left !important;
    width: 40%;
    display: block;
  }

  .widget-20190701-le .hide-small {
    display: none !important;
  }

  .widget-20190701-le .visible-small {
    display: block !important;
    text-align: center;
  }

  .widget-20190701-le .visible-small p {
    color: #004c93;
  }

  .widget-20190701-le .numeri-oro-wrapper-50 {
    display: inline-flex;
    margin-top: 2%;
    width: auto;
    flex-wrap: nowrap;
    float: none;
    flex: 1;
    justify-content: space-evenly;
    align-content: flex-end;
  }

  .widget-20190701-le .doppio-oro-padder div:first-child,
  .widget-20190701-le .doppio-oro-padder div:last-child {
    margin: 0 !important;
  }

  .widget-20190701-le .widget-header.responsive-oro p {
    margin: 0;
  }

  .widget-20190701-le .numeri-oro-wrapper-50 .oro-balls-padder .single-ball {
    margin: 0.2em !important;
  }

  .widget-20190701-le .widget-wrapper.responsive-all {
    display: inline-flex;
    align-items: center;
  }

  .widget-20190701-le .widget-wrapper.responsive-all .responsive-head {
    width: 20%;
  }

  .widget-20190701-le .widget-header .widget-header-1 {
    text-align: center;
  }

  .widget-20190701-le .padder-small {
    margin-left: 7% !important;
  }

  .widget-20190701-le .widget-wrapper {
    padding: 0 1%;
  }

  .widget-20190701-le #ultime-estrazioni-target .widget-wrapper {
    padding: 2% 0;
  }

  .widget-20190701-le
    #ultime-estrazioni-target
    .widget-animation-wrapper
    .big-central-animation {
    padding: 0 0 0 1%;
  }

  .widget-20190701-le .testo-estrazione-destra {
    display: none;
  }

  .widget-20190701-le .widget-animation-wrapper.responsive-titolo-mod {
    display: block;
  }

  .widget-20190701-le #estrazione-data {
    visibility: hidden !important;
  }
}

@media only screen and (max-width: 450px) {
  .widget-20190701-le .widget-wrapper .logoExtraDiv .extraLogo {
    height: 2em;
  }

  #ultime-estrazioni-target .logoExtraDiv .extraLogo {
    height: 2em;
  }
  .widget-20190701-le #ultime-estrazioni-target .oro-wrapper .oroLogo {
    width: 3em;
    margin: 0 auto;
  }

  .widget-20190701-le #ultime-estrazioni-target .doppio-oro-wrapper .oroLogo {
    width: 3.4em;
    height: auto;
    margin: -4px auto;
  }
}

@media only screen and (max-width: 320px) {
  .widget-20190701-le .widget-wrapper .logoExtraDiv .extraLogo {
    height: 1.8em;
  }

  #ultime-estrazioni-target .logoExtraDiv .extraLogo {
    height: 1.6em;
  }
  .widget-20190701-le #ultime-estrazioni-target .oro-wrapper .oroLogo {
    width: 3em;
    margin: 0 auto;
  }

  .widget-20190701-le #ultime-estrazioni-target .doppio-oro-wrapper .oroLogo {
    width: 3.3em;
    display: block;
    position: relative;
    margin: -4px auto;
    display: block;
  }

  .widget-20190701-le .widget-animation-wrapper .left-animation.responsive-left {
    height: 4em;
  }

  .widget-20190701-le #ultime-estrazioni-target .left-padder {
    display: flex;
    align-content: space-evenly;
    flex-wrap: wrap;
  }

  .widget-20190701-le .left-padder {
    display: flex;
    height: 4em;
    flex: 1;
    flex-direction: row;
    align-content: space-evenly;
    flex-wrap: wrap;
  }

  .widget-20190701-le
    #ultime-estrazioni-target
    .widget-animation-wrapper
    .big-central-animation {
    padding: 0 0 0 2%;
  }

  .widget-20190701-le .widget-animation-wrapper .big-central-animation {
    width: 100%;
    position: relative;
    padding: 0 0 0 6%;
    display: flex;
    margin: 0%;
    justify-content: space-evenly;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-7-3 11:23:42
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-down-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-down-center {
    1% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@keyframes scale-down-center {
    1% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes scale-up-center {
    1% {
        -webkit-transform: scale(.25);
        transform: scale(.25);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-up-center {
    1% {
        -webkit-transform: scale(.25);
        transform: scale(.25);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


@-webkit-keyframes pulsate-fwd {
    1% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulsate-fwd {
    1% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


@-webkit-keyframes pulsate-fwd-three {
    1% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulsate-fwd-three {
    1% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
} 


@-webkit-keyframes pulsate-fwd-five {
    1% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    } 
}
@keyframes pulsate-fwd-five {
    1% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes blink {
    1%,

    100% {
      opacity: 1;
    }
    50%  {
      opacity: 0;
    }
  }
  @keyframes blink {
    1%,
    100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }

/* Pagina recupero-ricevuta.html */
#checkCode{
	display:none;
}

#viewer canvas{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .60);
}

@media screen and (max-width: 767px) {

  #viewer canvas{
    width: 100%;
  }
}

.receipt-body > div:first-child {
  margin-bottom: 1.5rem;
}

.mytooltip {
  display: block;
  position: relative;
  z-index: 999
}

.mytooltip .tooltip-item {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 3px 10px;
}

.mytooltip .tooltip-content {
  top: 44px;
  height: fit-content;
  position: absolute;
  z-index: 9999;
  min-width: 480px;
  width: 100%;
  left: -263px;
  margin: 0 0 0px -180px;
  bottom: 100%;
  text-align: justify;
  font-size: 14px;
  line-height: 30px;
  -webkit-box-shadow: -5px -5px 15px rgb(48 54 61 / 20%);
  box-shadow: -5px 5px 15px rgb(48 54 61 / 20%);
  background: #ffffff;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  padding: 10px;
  border-radius: 0.75em;
  border: solid 1px #d9d9d9;
}

.mytooltip .tooltip-content::after {
  content: '';
  top: -20px;
  right: 10px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent transparent #d9d9d9;
  border-width: 10px;
  margin-left: -10px;
}

.mytooltip .tooltip-content img {
  position: relative;
  display: block;
  float: left;
  margin-right: 1em
}

.mytooltip .tooltip-item::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 20px;
  bottom: -20px;
  left: 0px;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mytooltip:hover .tooltip-item::after {
  pointer-events: auto
}

.mytooltip:hover .tooltip-content,
.mytooltip:focus-within .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg)
}

.mytooltip:hover .tooltip-content2 {
  opacity: 1;
  font-size: 18px
}

.mytooltip .tooltip-text {
  font-size: 14px;
  line-height: initial;
  display: block;
  padding: 10px;
  color: #767474;
}

input:empty,
.text-muted,
.mytooltip {
  font-family: Arial;
}

@media only screen and (max-width:530px) {
  .mytooltip .tooltip-content {
    min-width: 275px !important;
    left: -60px !important;
  }
}

#receiptId_label span{ 
	font-size: 13px;
}

#clientCode_label span{
	font-size: 13px;
}

.prologue-form{
	margin-bottom: 3em;
}

.prologue-receipt{
	margin-bottom: 3em;
}

.epilogue-receipt{
	margin-top: 3em;
}
.search-box-title {
  margin-bottom: 2rem; 
}

