@charset "UTF-8";
/* Overwride variables
 **********************************************************************/
/* Bootstrap
 *******************************************************************************************************/
/* Custom
 *******************************************************************************************************/
/* Bootstrap
 **********************************************************************/
/*! normalize.css v4.0.0 | 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,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

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

figure {
  margin: 1em 40px; }

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

button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

button,
input,
select,
textarea {
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

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

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

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

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

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

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

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  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; }
  .tag {
    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; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

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

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #222;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #3201a3;
  text-decoration: none; }
  a:focus, a:hover {
    color: #1b0157;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #888;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eaeaea; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #888; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eaeaea;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #888; }

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #222; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

.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, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%; }

.col-xs {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eaeaea; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eaeaea; }
  .table tbody + tbody {
    border-top: 2px solid #eaeaea; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eaeaea; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eaeaea; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

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

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

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

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

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

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

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

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

.thead-inverse th {
  color: #fff;
  background-color: #222; }

.thead-default th {
  color: #555;
  background-color: #eaeaea; }

.table-inverse {
  color: #eaeaea;
  background-color: #222; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #555; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eaeaea; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eaeaea; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eaeaea; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #555;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #555;
    background-color: #fff;
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eaeaea;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: 2.506rem; }

select.form-control:focus::-ms-value {
  color: #555;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  min-height: 2.506rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }
  .form-control-static.form-control-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, .form-control-static.form-control-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 {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .form-check + .form-check {
    margin-top: -.25rem; }
  .form-check.disabled .form-check-label {
    color: #888;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer; }
  .form-check-inline + .form-check-inline {
    margin-left: .75rem; }
  .form-check-inline.disabled {
    cursor: not-allowed; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.6265rem;
  background-size: 1.253rem 1.253rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #41bd5c; }

.has-success .form-control {
  border-color: #41bd5c; }

.has-success .input-group-addon {
  color: #41bd5c;
  border-color: #41bd5c;
  background-color: #d8f2de; }

.has-success .form-control-feedback {
  color: #41bd5c; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #fbc700; }

.has-warning .form-control {
  border-color: #fbc700; }

.has-warning .input-group-addon {
  color: #fbc700;
  border-color: #fbc700;
  background-color: #fff4c8; }

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

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #cd3c00; }

.has-danger .form-control {
  border-color: #cd3c00; }

.has-danger .input-group-addon {
  color: #cd3c00;
  border-color: #cd3c00;
  background-color: #ffb89a; }

.has-danger .form-control-feedback {
  color: #cd3c00; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

@media (min-width: 544px) {
  .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 .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check-label {
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  transition: all 0.2s ease-in-out; }
  .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:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

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

.btn-primary {
  color: #fff;
  background-color: #3201a3;
  border-color: #3201a3; }
  .btn-primary:hover {
    color: #fff;
    background-color: #220170;
    border-color: #1f0166; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #220170;
    border-color: #1f0166; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #220170;
    border-color: #1f0166;
    background-image: none; }
    .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: #18004d;
      border-color: #0b0024; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #3201a3;
    border-color: #3201a3; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #3201a3;
    border-color: #3201a3; }

.btn-secondary {
  color: #222;
  background-color: #fff;
  border-color: #555; }
  .btn-secondary:hover {
    color: #222;
    background-color: #e6e6e6;
    border-color: #363636; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #222;
    background-color: #e6e6e6;
    border-color: #363636; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #222;
    background-color: #e6e6e6;
    border-color: #363636;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #222;
      background-color: #d4d4d4;
      border-color: #151515; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #555; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #555; }

.btn-info {
  color: #fff;
  background-color: #00c7fb;
  border-color: #00c7fb; }
  .btn-info:hover {
    color: #fff;
    background-color: #009fc8;
    border-color: #0096be; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #009fc8;
    border-color: #0096be; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #009fc8;
    border-color: #0096be;
    background-image: none; }
    .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: #0082a4;
      border-color: #00627c; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #00c7fb;
    border-color: #00c7fb; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #00c7fb;
    border-color: #00c7fb; }

.btn-success {
  color: #fff;
  background-color: #41bd5c;
  border-color: #41bd5c; }
  .btn-success:hover {
    color: #fff;
    background-color: #34974a;
    border-color: #318f46; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #34974a;
    border-color: #318f46; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #34974a;
    border-color: #318f46;
    background-image: none; }
    .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: #2b7c3d;
      border-color: #205e2e; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #41bd5c;
    border-color: #41bd5c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #41bd5c;
    border-color: #41bd5c; }

.btn-warning {
  color: #fff;
  background-color: #fbc700;
  border-color: #fbc700; }
  .btn-warning:hover {
    color: #fff;
    background-color: #c89f00;
    border-color: #be9600; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #c89f00;
    border-color: #be9600; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c89f00;
    border-color: #be9600;
    background-image: none; }
    .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: #a48200;
      border-color: #7c6200; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #fbc700;
    border-color: #fbc700; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #fbc700;
    border-color: #fbc700; }

.btn-danger {
  color: #fff;
  background-color: #cd3c00;
  border-color: #cd3c00; }
  .btn-danger:hover {
    color: #fff;
    background-color: #9a2d00;
    border-color: #902a00; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #9a2d00;
    border-color: #902a00; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #9a2d00;
    border-color: #902a00;
    background-image: none; }
    .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: #762300;
      border-color: #4e1700; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #cd3c00;
    border-color: #cd3c00; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #cd3c00;
    border-color: #cd3c00; }

.btn-outline-primary {
  color: #3201a3;
  background-image: none;
  background-color: transparent;
  border-color: #3201a3; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #3201a3;
    border-color: #3201a3; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #3201a3;
    border-color: #3201a3; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3201a3;
    border-color: #3201a3; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
    .open > .btn-outline-primary.dropdown-toggle:hover,
    .open > .btn-outline-primary.dropdown-toggle:focus,
    .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #18004d;
      border-color: #0b0024; }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #550cfe; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #550cfe; }

.btn-outline-secondary {
  color: #555;
  background-image: none;
  background-color: transparent;
  border-color: #555; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #555;
    border-color: #555; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #555;
    border-color: #555; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #555;
    border-color: #555; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
    .open > .btn-outline-secondary.dropdown-toggle:hover,
    .open > .btn-outline-secondary.dropdown-toggle:focus,
    .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #2a2a2a;
      border-color: #151515; }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: #888888; }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: #888888; }

.btn-outline-info {
  color: #00c7fb;
  background-image: none;
  background-color: transparent;
  border-color: #00c7fb; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #00c7fb;
    border-color: #00c7fb; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #00c7fb;
    border-color: #00c7fb; }
  .btn-outline-info:active, .btn-outline-info.active,
  .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #00c7fb;
    border-color: #00c7fb; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
    .open > .btn-outline-info.dropdown-toggle:hover,
    .open > .btn-outline-info.dropdown-toggle:focus,
    .open > .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #0082a4;
      border-color: #00627c; }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #62deff; }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #62deff; }

.btn-outline-success {
  color: #41bd5c;
  background-image: none;
  background-color: transparent;
  border-color: #41bd5c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #41bd5c;
    border-color: #41bd5c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #41bd5c;
    border-color: #41bd5c; }
  .btn-outline-success:active, .btn-outline-success.active,
  .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #41bd5c;
    border-color: #41bd5c; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
    .open > .btn-outline-success.dropdown-toggle:hover,
    .open > .btn-outline-success.dropdown-toggle:focus,
    .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #2b7c3d;
      border-color: #205e2e; }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #8cd89d; }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #8cd89d; }

.btn-outline-warning {
  color: #fbc700;
  background-image: none;
  background-color: transparent;
  border-color: #fbc700; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #fbc700;
    border-color: #fbc700; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #fbc700;
    border-color: #fbc700; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #fbc700;
    border-color: #fbc700; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
    .open > .btn-outline-warning.dropdown-toggle:hover,
    .open > .btn-outline-warning.dropdown-toggle:focus,
    .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #a48200;
      border-color: #7c6200; }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #ffde62; }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #ffde62; }

.btn-outline-danger {
  color: #cd3c00;
  background-image: none;
  background-color: transparent;
  border-color: #cd3c00; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #cd3c00;
    border-color: #cd3c00; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #cd3c00;
    border-color: #cd3c00; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #cd3c00;
    border-color: #cd3c00; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
    .open > .btn-outline-danger.dropdown-toggle:hover,
    .open > .btn-outline-danger.dropdown-toggle:focus,
    .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #762300;
      border-color: #4e1700; }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #ff6f34; }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #ff6f34; }

.btn-link {
  font-weight: normal;
  color: #3201a3;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #1b0157;
    text-decoration: none;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #888;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

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

.btn-block + .btn-block {
  margin-top: 0.5rem; }

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

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

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

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

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

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

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.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;
  font-size: 1rem;
  color: #222;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #222;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #151515;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3201a3;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #888; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  color: #888;
  white-space: nowrap; }

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

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

.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:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      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: -0.5rem; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 0.5rem; }

.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-group {
  float: left; }

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

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

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

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

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

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

.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::after {
  content: "";
  display: table;
  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-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

[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;
  width: 100%;
  display: flex; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

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

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #555;
  text-align: center;
  background-color: #eaeaea;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.form-control + .input-group-addon:not(:first-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:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer; }
  .custom-control + .custom-control {
    margin-left: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #555; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: .0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked .custom-control {
  display: inline; }
  .custom-controls-stacked .custom-control::after {
    display: block;
    margin-bottom: 0.25rem;
    content: ""; }
  .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #555;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #51a7e8;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #555;
      background-color: #fff; }
  .custom-select:disabled {
    color: #888;
    cursor: not-allowed;
    background-color: #eaeaea; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .custom-file-control:lang(ro)::after {
    content: "Alege fișier..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd; }
  .custom-file-control:lang(ro)::before {
    content: "Alege"; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #888; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #888;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: 0.2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eaeaea #eaeaea #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #888;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #555;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #222;
  cursor: default;
  background-color: #f1f1f1; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0; }

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

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

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }

.navbar-full {
  z-index: 1000; }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.card-block {
  padding: 1.25rem; }
  .card-block::after {
    content: "";
    display: table;
    clear: both; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header::after {
    content: "";
    display: table;
    clear: both; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer::after {
    content: "";
    display: table;
    clear: both; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #3201a3;
  border-color: #3201a3; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #41bd5c;
  border-color: #41bd5c; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #00c7fb;
  border-color: #00c7fb; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #fbc700;
  border-color: #fbc700; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #cd3c00;
  border-color: #cd3c00; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #3201a3; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #555; }

.card-outline-info {
  background-color: transparent;
  border-color: #00c7fb; }

.card-outline-success {
  background-color: transparent;
  border-color: #41bd5c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #fbc700; }

.card-outline-danger {
  background-color: transparent;
  border-color: #cd3c00; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

@media (min-width: 544px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-bottom: 0.75rem;
    margin-left: -0.625rem; }
    .card-deck .card {
      flex: 1 0 0;
      margin-right: 0.625rem;
      margin-bottom: 0;
      margin-left: 0.625rem; } }

@media (min-width: 544px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; } }

@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      width: 100%; } }

.breadcrumb {
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #888;
    content: "›"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #888; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3201a3;
    border-color: #3201a3; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #888;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #3201a3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #1b0157;
    background-color: #eaeaea;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem; }

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline; }
  .tag:empty {
    display: none; }

.btn .tag {
  position: relative;
  top: -1px; }

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

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em; }

.tag-default {
  background-color: #888; }
  .tag-default[href]:focus, .tag-default[href]:hover {
    background-color: #6f6f6f; }

.tag-primary {
  background-color: #3201a3; }
  .tag-primary[href]:focus, .tag-primary[href]:hover {
    background-color: #220170; }

.tag-success {
  background-color: #41bd5c; }
  .tag-success[href]:focus, .tag-success[href]:hover {
    background-color: #34974a; }

.tag-info {
  background-color: #00c7fb; }
  .tag-info[href]:focus, .tag-info[href]:hover {
    background-color: #009fc8; }

.tag-warning {
  background-color: #fbc700; }
  .tag-warning[href]:focus, .tag-warning[href]:hover {
    background-color: #c89f00; }

.tag-danger {
  background-color: #cd3c00; }
  .tag-danger[href]:focus, .tag-danger[href]:hover {
    background-color: #9a2d00; }

.alert {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 2rem; }
  .alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1rem;
    color: inherit; }

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

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

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

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

.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;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

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

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

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    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;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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; }
  .modal-backdrop.in {
    opacity: 0.5; }

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }

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

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

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

.bg-faded {
  background-color: #f1f1f1; }

.bg-primary {
  color: #fff !important;
  background-color: #3201a3 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #220170 !important; }

.bg-success {
  color: #fff !important;
  background-color: #41bd5c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #34974a !important; }

.bg-info {
  color: #fff !important;
  background-color: #00c7fb !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #009fc8 !important; }

.bg-warning {
  color: #fff !important;
  background-color: #fbc700 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #c89f00 !important; }

.bg-danger {
  color: #fff !important;
  background-color: #cd3c00 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #9a2d00 !important; }

.bg-inverse {
  color: #fff !important;
  background-color: #222 !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #090909 !important; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.flex-xs-first {
  order: -1; }

.flex-xs-last {
  order: 1; }

.flex-xs-unordered {
  order: 0; }

.flex-items-xs-top {
  align-items: flex-start; }

.flex-items-xs-middle {
  align-items: center; }

.flex-items-xs-bottom {
  align-items: flex-end; }

.flex-xs-top {
  align-self: flex-start; }

.flex-xs-middle {
  align-self: center; }

.flex-xs-bottom {
  align-self: flex-end; }

.flex-items-xs-left {
  justify-content: flex-start; }

.flex-items-xs-center {
  justify-content: center; }

.flex-items-xs-right {
  justify-content: flex-end; }

.flex-items-xs-around {
  justify-content: space-around; }

.flex-items-xs-between {
  justify-content: space-between; }

@media (min-width: 544px) {
  .flex-sm-first {
    order: -1; }
  .flex-sm-last {
    order: 1; }
  .flex-sm-unordered {
    order: 0; } }

@media (min-width: 544px) {
  .flex-items-sm-top {
    align-items: flex-start; }
  .flex-items-sm-middle {
    align-items: center; }
  .flex-items-sm-bottom {
    align-items: flex-end; } }

@media (min-width: 544px) {
  .flex-sm-top {
    align-self: flex-start; }
  .flex-sm-middle {
    align-self: center; }
  .flex-sm-bottom {
    align-self: flex-end; } }

@media (min-width: 544px) {
  .flex-items-sm-left {
    justify-content: flex-start; }
  .flex-items-sm-center {
    justify-content: center; }
  .flex-items-sm-right {
    justify-content: flex-end; }
  .flex-items-sm-around {
    justify-content: space-around; }
  .flex-items-sm-between {
    justify-content: space-between; } }

@media (min-width: 768px) {
  .flex-md-first {
    order: -1; }
  .flex-md-last {
    order: 1; }
  .flex-md-unordered {
    order: 0; } }

@media (min-width: 768px) {
  .flex-items-md-top {
    align-items: flex-start; }
  .flex-items-md-middle {
    align-items: center; }
  .flex-items-md-bottom {
    align-items: flex-end; } }

@media (min-width: 768px) {
  .flex-md-top {
    align-self: flex-start; }
  .flex-md-middle {
    align-self: center; }
  .flex-md-bottom {
    align-self: flex-end; } }

@media (min-width: 768px) {
  .flex-items-md-left {
    justify-content: flex-start; }
  .flex-items-md-center {
    justify-content: center; }
  .flex-items-md-right {
    justify-content: flex-end; }
  .flex-items-md-around {
    justify-content: space-around; }
  .flex-items-md-between {
    justify-content: space-between; } }

@media (min-width: 992px) {
  .flex-lg-first {
    order: -1; }
  .flex-lg-last {
    order: 1; }
  .flex-lg-unordered {
    order: 0; } }

@media (min-width: 992px) {
  .flex-items-lg-top {
    align-items: flex-start; }
  .flex-items-lg-middle {
    align-items: center; }
  .flex-items-lg-bottom {
    align-items: flex-end; } }

@media (min-width: 992px) {
  .flex-lg-top {
    align-self: flex-start; }
  .flex-lg-middle {
    align-self: center; }
  .flex-lg-bottom {
    align-self: flex-end; } }

@media (min-width: 992px) {
  .flex-items-lg-left {
    justify-content: flex-start; }
  .flex-items-lg-center {
    justify-content: center; }
  .flex-items-lg-right {
    justify-content: flex-end; }
  .flex-items-lg-around {
    justify-content: space-around; }
  .flex-items-lg-between {
    justify-content: space-between; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1; }
  .flex-xl-last {
    order: 1; }
  .flex-xl-unordered {
    order: 0; } }

@media (min-width: 1200px) {
  .flex-items-xl-top {
    align-items: flex-start; }
  .flex-items-xl-middle {
    align-items: center; }
  .flex-items-xl-bottom {
    align-items: flex-end; } }

@media (min-width: 1200px) {
  .flex-xl-top {
    align-self: flex-start; }
  .flex-xl-middle {
    align-self: center; }
  .flex-xl-bottom {
    align-self: flex-end; } }

@media (min-width: 1200px) {
  .flex-items-xl-left {
    justify-content: flex-start; }
  .flex-items-xl-center {
    justify-content: center; }
  .flex-items-xl-right {
    justify-content: flex-end; }
  .flex-items-xl-around {
    justify-content: space-around; }
  .flex-items-xl-between {
    justify-content: space-between; } }

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

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

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

.w-100 {
  width: 100% !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #888 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #6f6f6f !important; }

.text-primary {
  color: #3201a3 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #220170 !important; }

.text-success {
  color: #41bd5c !important; }

a.text-success:focus, a.text-success:hover {
  color: #34974a !important; }

.text-info {
  color: #00c7fb !important; }

a.text-info:focus, a.text-info:hover {
  color: #009fc8 !important; }

.text-warning {
  color: #fbc700 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #c89f00 !important; }

.text-danger {
  color: #cd3c00 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #9a2d00 !important; }

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

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !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; } }

/* Custom modules
 **********************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/* Custom vendors
 **********************************************************************/
/* bootstrap
 **********************************************************************/
.container-fluid,
.container {
  min-width: 992px;
  max-width: 1200px; }

.breadcrumb {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0; }
  .breadcrumb a {
    color: #888; }
  .breadcrumb + h1 {
    margin-top: 1rem; }

h1, .h1,
h2, .h2,
h3, .h3 {
  overflow-wrap: break-word;
  word-wrap: break-word; }

.form-control {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

.has-danger .form-control-success {
  border-color: #41bd5c; }

.custom-select {
  width: 100%; }

.custom-control-indicator {
  top: 50%;
  transform: translateY(-50%); }

span.btn {
  cursor: default; }

.pagination {
  vertical-align: middle; }

.nav-link:not(.disabled):not(.tag) {
  color: #222; }

.nav-stacked .nav-item {
  display: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .nav-stacked .nav-item + .nav-item {
    margin-top: 0; }

.nav-stacked .nav-link {
  padding-left: 0;
  padding-right: 0; }
  .nav-stacked .nav-link.active {
    padding-left: 1rem;
    padding-right: 1rem; }

.nav-item h1, .nav-item h2, .nav-item h3 {
  margin-bottom: 0;
  font-weight: inherit; }

.nav-item .nav .nav-item {
  padding-left: 1rem; }

.card-img-top {
  position: relative; }
  .card-img-top .btn-circle {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #fff;
    box-sizing: content-box; }
    .card-img-top .btn-circle.btn-lg, .card-img-top .btn-group-lg > .btn-circle.btn {
      border-width: 8px; }
  .bg-inverse .card-img-top .btn-circle {
    border-color: #222; }
  .card-img-top figure:last-child {
    margin-bottom: 0; }

.flex-items-xs-between {
  display: flex; }

/* bootstrap extend
 **********************************************************************/
.bg-facebook {
  color: #fff !important;
  background-color: #3c5ba0 !important; }

a.bg-facebook:focus, a.bg-facebook:hover {
  background-color: #2e467b !important; }

.bg-twitter {
  color: #fff !important;
  background-color: #00abec !important; }

a.bg-twitter:focus, a.bg-twitter:hover {
  background-color: #0086b9 !important; }

.bg-google-plus {
  color: #fff !important;
  background-color: #d34836 !important; }

a.bg-google-plus:focus, a.bg-google-plus:hover {
  background-color: #b03626 !important; }

.bg-linkedin {
  color: #fff !important;
  background-color: #0077b5 !important; }

a.bg-linkedin:focus, a.bg-linkedin:hover {
  background-color: #005582 !important; }

.bg-Digi24 {
  color: #fff !important;
  background-color: #3201a3 !important; }

a.bg-Digi24:focus, a.bg-Digi24:hover {
  background-color: #220170 !important; }

.bg-DigiAnimalWorld {
  color: #fff !important;
  background-color: #008642 !important; }

a.bg-DigiAnimalWorld:focus, a.bg-DigiAnimalWorld:hover {
  background-color: #005329 !important; }

.bg-DigiEnergy {
  color: #fff !important;
  background-color: #0055B8 !important; }

a.bg-DigiEnergy:focus, a.bg-DigiEnergy:hover {
  background-color: #003d85 !important; }

.bg-FilmNow {
  color: #fff !important;
  background-color: #F00000 !important; }

a.bg-FilmNow:focus, a.bg-FilmNow:hover {
  background-color: #bd0000 !important; }

.bg-DigiFM {
  color: #fff !important;
  background-color: #002157 !important; }

a.bg-DigiFM:focus, a.bg-DigiFM:hover {
  background-color: #000e24 !important; }

.bg-DigiLife {
  color: #fff !important;
  background-color: #450057 !important; }

a.bg-DigiLife:focus, a.bg-DigiLife:hover {
  background-color: #1d0024 !important; }

.bg-DigiSport {
  color: #fff !important;
  background-color: #2080E6 !important; }

a.bg-DigiSport:focus, a.bg-DigiSport:hover {
  background-color: #1567be !important; }

.bg-DigiWorld {
  color: #fff !important;
  background-color: #00AFFF !important; }

a.bg-DigiWorld:focus, a.bg-DigiWorld:hover {
  background-color: #008ccc !important; }

.bg-ProFM {
  color: #fff !important;
  background-color: #FFC800 !important; }

a.bg-ProFM:focus, a.bg-ProFM:hover {
  background-color: #cca000 !important; }

.bg-UTV {
  color: #fff !important;
  background-color: #E21367 !important; }

a.bg-UTV:focus, a.bg-UTV:hover {
  background-color: #b30f52 !important; }

.bg-PeRoz {
  color: #fff !important;
  background-color: #ff2b63 !important; }

a.bg-PeRoz:focus, a.bg-PeRoz:hover {
  background-color: #f70041 !important; }

.bg-gray {
  color: #fff !important;
  background-color: #555 !important; }

a.bg-gray:focus, a.bg-gray:hover {
  background-color: #3c3c3c !important; }

.bg-black {
  color: #fff !important;
  background-color: #000 !important; }

a.bg-black:focus, a.bg-black:hover {
  background-color: black !important; }

.bg-none {
  color: #fff !important;
  background-color: transparent !important; }

a.bg-none:focus, a.bg-none:hover {
  background-color: rgba(0, 0, 0, 0) !important; }

.bg-inverse,
.bg-inverse a,
.bg-inverse .btn-link,
.bg-inverse .close {
  color: #fff; }

.bg-inverse hr {
  border-top-color: #222; }

.bg-inverse .close {
  opacity: .65;
  text-shadow: none; }

.bg-none {
  color: #222 !important; }

.tag-lg {
  padding: 0.5rem;
  font-size: 1rem; }

.tag-xl {
  padding: 1rem;
  font-size: 1rem; }

.tag-digi[class*="bg"] {
  display: inline-flex;
  width: 90px;
  height: 18px;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  vertical-align: middle; }
  .tag-digi[class*="bg"] .icon {
    position: unset;
    width: 100%;
    height: 100%; }
    .tag-digi[class*="bg"] .icon::before {
      display: none; }
    .tag-digi[class*="bg"] .icon svg {
      position: unset; }
  .tag-digi[class*="bg"].tag-lg {
    width: 150px;
    height: 32px; }
  .tag-digi[class*="bg"].tag-xl {
    width: 200px;
    height: 48px; }

.tag-dark {
  background-color: #222; }
  .tag-dark[href]:focus, .tag-dark[href]:hover {
    background-color: #090909; }
  .tag-dark a {
    color: #fff; }

.tag-light {
  background-color: #888; }
  .tag-light[href]:focus, .tag-light[href]:hover {
    background-color: #6f6f6f; }

.tag-news-alert {
  background-color: #f23b79; }
  .tag-news-alert[href]:focus, .tag-news-alert[href]:hover {
    background-color: #ea105a; }

.tag-breaking-news {
  background-color: #cd3c00; }
  .tag-breaking-news[href]:focus, .tag-breaking-news[href]:hover {
    background-color: #9a2d00; }

.tag-outline-light {
  background-color: #fff;
  color: #555;
  box-shadow: 0 0 0 1px #888; }
  .tag-outline-light[href]:focus, .tag-outline-light[href]:hover {
    background-color: #e6e6e6; }

.btn-circle {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  text-align: center; }
  .btn-circle .icon {
    height: 50%;
    margin: 25% auto; }
  .btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
    width: 30px;
    height: 30px; }
  .btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
    width: 50px;
    height: 50px; }

.btn-link {
  color: #222; }
  .btn-link:hover {
    color: #3201a3; }

.btn.btn-group {
  padding: 0; }
  .btn.btn-group .btn {
    float: none;
    display: table-cell;
    margin: 0;
    border: 0;
    text-align: left; }

.btn-live {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border: 0; }
  .btn-live .btn {
    font-weight: 700;
    cursor: pointer; }
  .btn-live .btn:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-color: #793ffe; }
  .btn-live .text-truncate {
    display: block;
    max-width: 122px;
    font-size: 0.75rem;
    text-transform: none;
    font-weight: 400; }
  .btn-live:focus, .btn-live:hover {
    background-color: #793ffe;
    color: #fff; }

.btn-scroll::before {
  content: attr(title);
  display: block;
  margin-bottom: 15px; }

.list-unstyled a,
.list-unstyled .btn-link {
  color: #222; }

.list-bordered li {
  margin-bottom: 1rem; }

.list-bordered li:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.dl-nav {
  background-color: #e9e9e9; }
  .dl-nav dt,
  .dl-nav dd {
    padding: 5px 10px; }
  .dl-nav dt {
    background-color: #222;
    color: #fff;
    font-weight: 400; }
    .dl-nav dt a {
      color: #fff; }
  .dl-nav dd {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0; }
    .dl-nav dd a:not(.btn) {
      color: #222; }
  .dl-nav dd:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.list-inline-steps {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 49%, #888888 50%, rgba(0, 0, 0, 0) 50%); }
  .list-inline-steps > li {
    flex: 0 1 auto;
    width: 60px;
    height: 60px;
    line-height: 55px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    font-size: 2.5rem; }
    .list-inline-steps > li,
    .list-inline-steps > li a {
      color: #bbbbbb; }
    .list-inline-steps > li a {
      display: block; }
    .list-inline-steps > li.active {
      border-color: #222; }
      .list-inline-steps > li.active,
      .list-inline-steps > li.active a {
        color: #222; }
  .bg-faded .list-inline-steps > li {
    background-color: #f1f1f1;
    border-color: #d5d5d5; }
    .bg-faded .list-inline-steps > li.active {
      border-color: #222; }

.dropdown-full {
  position: static; }
  .dropdown-full .dropdown-menu {
    right: 0;
    left: 0;
    border-top: none;
    border-right: none;
    border-left: none; }

.nav-collapse {
  border-top: 1px solid #3201a3; }
  .nav-collapse ul {
    padding-left: 0; }
  .nav-collapse > .nav-item > .nav-link {
    font-weight: bold;
    color: #555; }
  .nav-collapse .nav-item {
    border-bottom-color: #3201a3; }
    .nav-collapse .nav-item .nav-item {
      border-top: 1px solid #f1f1f1;
      border-bottom: 0; }
      .nav-collapse .nav-item .nav-item .nav-item > .nav-link {
        padding-left: 1rem; }
      .nav-collapse .nav-item .nav-item .nav-item,
      .nav-collapse .nav-item .nav-item .nav-item .nav-link {
        font-size: 0.875rem; }
  .nav-collapse .nav-link[data-toggle] {
    position: relative;
    padding-right: 1rem; }
    .nav-collapse .nav-link[data-toggle]::before, .nav-collapse .nav-link[data-toggle]::after {
      content: ' ';
      position: absolute;
      top: 50%;
      background: #888;
      font-size: 0; }
    .nav-collapse .nav-link[data-toggle]::before {
      right: 0;
      width: 10px;
      height: 2px;
      margin-top: -1px; }
    .nav-collapse .nav-link[data-toggle]::after {
      right: 4px;
      width: 2px;
      height: 10px;
      margin-top: -5px;
      transform: rotate(90deg);
      transition: transform .25s; }
    .nav-collapse .nav-link[data-toggle].collapsed::after {
      transform: rotate(0); }
  .nav-collapse .nav-link.active {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    color: #3201a3; }
    .nav-collapse .nav-link.active:focus, .nav-collapse .nav-link.active:hover {
      background-color: transparent;
      color: #3201a3; }

.nav-inline-full {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold; }
  .nav-inline-full .nav-item {
    flex: 1 1 0; }
    .nav-inline-full .nav-item + .nav-item {
      margin-left: 0; }
  .nav-inline-full .nav-link {
    display: block;
    padding: 1rem;
    background-color: #f1f1f1; }
    .nav-inline-full .nav-link.active {
      background-color: #222;
      color: #fff; }

.b-b-0 {
  border-bottom: 0 !important; }

.b-t-black {
  border-top-color: #000 !important; }

.b-t-gray {
  border-top-color: #888 !important; }

.b-t-hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }

.b-a-gray {
  border-color: #888 !important; }

.m-t-c1 {
  margin-top: 80px; }

.row-0 {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0; }
  .row-0 > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.row-sm {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  .row-sm > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }

.col-2_4 {
  flex: 0 0 20%;
  max-width: 20%; }

.col-4_8 {
  flex: 0 0 40%;
  max-width: 40%; }

.col-7_6 {
  flex: 0 0 63.33333%;
  max-width: 63.33333%; }

.col-9_6 {
  flex: 0 0 80%;
  max-width: 80%; }

.col-2_4,
.col-4_8,
.col-7_6,
.col-9_6 {
  padding-right: 10px;
  padding-left: 10px; }

[class*="col-"][class*="bg-"] {
  background-clip: content-box; }

.embed-responsive-16by10 {
  padding-bottom: 62.5%; }

[class*="center"] .img-fluid {
  margin-left: auto;
  margin-right: auto; }

[class*="-middle"] > *:last-child:not([class*="col-"]),
[class*="-middle"] [class*="col-"] > *:last-child {
  margin-bottom: 0; }

/* bootstrap temp
 **********************************************************************/
.input-group .form-control {
  flex-basis: auto;
  width: 1%; }

.custom-file {
  margin-bottom: 0; }

.h-100 {
  height: 100%; }

.flex-column {
  flex-direction: column !important; }

.navbar-toggler {
  vertical-align: middle; }

.custom-controls-stacked .custom-control {
  float: left;
  margin-bottom: 0.25rem;
  clear: left; }
  .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0; }

/* Other vendors
 **********************************************************************/
.easy-autocomplete {
  position: relative;
  width: 100% !important; }
  .easy-autocomplete .form-control {
    width: 100%; }
  .easy-autocomplete .easy-autocomplete-container ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .easy-autocomplete .easy-autocomplete-container ul:empty {
      display: none; }
    .easy-autocomplete .easy-autocomplete-container ul li {
      padding: 5px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .easy-autocomplete .easy-autocomplete-container ul li.selected {
        background-color: #f1f1f1; }

.sticky {
  position: sticky;
  top: 0; }
  .sticky::after {
    content: "";
    display: table;
    clear: both; }
  .sticky.top {
    top: 70px; }
    .site-has-header-big .sticky.top {
      top: 20px; }

.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem; }
  .icon::before {
    content: " ";
    display: inline-block; }
  .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .icon svg use {
      pointer-events: none; }
  .icon.icon-sm {
    width: 1rem; }
  .icon.icon-lg {
    width: 2rem; }
  .icon.icon-xl {
    width: 4rem; }
  .icon.icon-block {
    height: 1.5rem; }
    .icon.icon-block.icon-sm {
      height: 1rem; }
    .icon.icon-block.icon-lg {
      height: 2rem; }
    .icon.icon-block.icon-xl {
      height: 4rem; }
  .navbar-toggler .icon,
  .btn:not(.btn-circle) .icon {
    vertical-align: baseline; }

.icon-weather-text {
  color: #3201a3;
  text-align: center;
  font-size: 1.75rem; }
  .icon-weather-text * {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto; }

.slick {
  overflow: hidden;
  opacity: 1;
  transition: opacity .15s linear; }
  .slick:not(.slick-initialized) {
    opacity: 0; }
    .slick:not(.slick-initialized) > * {
      display: none; }

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: 1;
  font-size: 0;
  background-color: transparent;
  color: #fff;
  border: 0;
  opacity: .8; }
  .slick-arrow:hover {
    opacity: 1; }
  .slick-arrow .icon {
    width: 30px;
    height: 30px;
    margin: 0; }

.slick-prev {
  left: 10px; }

.slick-next {
  right: 10px; }

.slick-dots {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  line-height: 1;
  padding-left: 0;
  list-style: none;
  opacity: .5; }
  .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 0;
    border-radius: 50%; }
  .slick-dots li {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle; }
    .slick-dots li.slick-active button {
      background-color: #fff; }

.slick-list {
  margin-left: -10px;
  margin-right: -10px; }

.slick-slide {
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }
  .slick-slide > img,
  .slick-slide > a > img {
    display: block;
    max-width: 100%;
    height: auto; }
  .slick-slide figure {
    margin-bottom: 0; }

.slick-inner {
  padding-left: 60px;
  padding-right: 60px; }
  .slick-inner .slick-arrow {
    color: #555; }

.ias-trigger {
  padding: 1rem 1rem;
  background-color: #3201a3;
  color: #fff;
  text-transform: uppercase; }

.pswp__button {
  position: relative;
  float: right;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  background: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  border: 0;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .pswp__button > * {
    pointer-events: none; }

.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button {
  width: 50px;
  height: 50px; }

.pswp__button--fs {
  display: none; }
  .pswp--supports-fs .pswp__button--fs {
    display: block; }

.pswp__button--zoom {
  display: none; }
  .pswp--zoom-allowed .pswp__button--zoom {
    display: block; }

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 100px;
  margin-top: -50px;
  background: none; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pswp__share-modal {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  position: absolute;
  top: 56px;
  right: 50px;
  z-index: 1620;
  display: block;
  width: auto;
  background: #FFF;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    font-size: 14px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--email:hover {
  background: #DDD; }

a.pswp__share--google-plus:hover {
  background: #d34836;
  color: #fff; }

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 50px;
  color: #FFF;
  opacity: 0.75; }

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.875rem; }
  .pswp__caption,
  .pswp__caption a {
    color: #eaeaea; }
  .pswp__caption a {
    text-decoration: underline; }
  .pswp__caption p:last-child {
    margin-bottom: 0; }

.pswp__caption__center {
  text-align: left;
  max-width: 440px;
  padding: 10px;
  margin: 0 auto; }

.pswp__caption--empty {
  display: none; }

.pswp__caption--fake {
  visibility: hidden; }

.pswp__preloader {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 14px;
  height: 14px;
  margin: 0;
  background: none;
  opacity: 0.75; }

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  background: none; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    float: right;
    margin: 0; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001; }

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.js-marquee > * {
  padding-left: 1rem;
  padding-right: 1rem; }

/* Custom style
 **********************************************************************/
/* STRUCTURE
 **********************************************************************/
body {
  padding-top: 129px; }

.site-header {
  background-color: #eaeaea;
  box-shadow: 0 0 6px rgba(85, 85, 85, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: margin .1s; }
  .site-header [class*="bg"] {
    background-clip: border-box; }
  .site-header .nav-quick {
    display: none;
    float: right;
    font-size: 0.75rem; }
    .site-header .nav-quick .active {
      color: #3201a3; }
  .site-header .navbar {
    position: inherit;
    padding: 4px 0;
    text-align: center; }
    .site-header .navbar::after {
      content: "";
      display: table;
      clear: both; }
  .site-header .navbar-brand {
    width: 38px;
    height: 38px;
    padding: 0; }
  .site-header .navbar-nav {
    display: inline-block; }
    .site-header .navbar-nav .nav-item {
      line-height: 1.2; }
      .site-header .navbar-nav .nav-item + .nav-item {
        margin-left: 3rem; }
      .site-header .navbar-nav .nav-item.active .nav-link {
        color: #3201a3; }
    .site-header .navbar-nav .nav-link {
      display: inline-block;
      color: #222;
      text-transform: uppercase;
      font-weight: 700; }
  .site-header .nav-btn {
    float: right;
    clear: right; }
  .site-header .navbar-toggler svg {
    width: 1.4rem;
    height: 1.4rem; }
  .site-header .btn-live .text-truncate {
    width: 0;
    height: 0;
    opacity: 0; }
  .site-header .dropdown-full,
  .site-header .dropdown-full a {
    color: #fff; }
  .site-header .dropdown-full hr {
    border-color: #222; }
  .site-header .dropdown-full .active {
    color: #888; }
  .site-header .dropdown-full.open > .dropdown-toggle {
    position: relative;
    color: #793ffe; }
    .site-header .dropdown-full.open > .dropdown-toggle::before {
      content: " ";
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translate(-50%, 0px);
      width: 0;
      height: 0;
      border: 8px solid transparent;
      border-bottom-color: rgba(0, 0, 0, 0.95); }
  .site-header .dropdown-full .dropdown-menu {
    padding: 0;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.95);
    color: #fff; }
  .site-header .dropdown-full .dropdown-header {
    padding: 0;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    color: #fff; }
    .site-header .dropdown-full .dropdown-header .small {
      text-transform: none;
      font-weight: 400; }
      .site-header .dropdown-full .dropdown-header .small,
      .site-header .dropdown-full .dropdown-header .small a {
        color: #888; }
  .site-header .dropdown-full .dropdown-item {
    padding-left: 0;
    padding-right: 0;
    text-transform: none; }
    .site-header .dropdown-full .dropdown-item:focus, .site-header .dropdown-full .dropdown-item:active, .site-header .dropdown-full .dropdown-item:hover {
      background-color: transparent; }
    .site-header .dropdown-full .dropdown-item.active {
      background-color: transparent; }
  .site-header .dropdown-full .dropdown-divider {
    background-color: #222; }
  .site-header .dropdown-full .list-inline li:not(:last-child) {
    margin-right: 2rem; }
  .site-header .dropdown-full .list-bordered {
    padding-top: 1rem;
    border-top: 1px solid #222; }
    .site-header .dropdown-full .list-bordered li {
      border-color: #222; }
  .site-header .dropdown-full .card-title,
  .site-header .dropdown-full .card-title a {
    color: #fff;
    font-size: 1rem; }
  .site-header .dropdown-full .card > .card-block:first-child .card-title {
    text-transform: uppercase; }
  .site-header::before {
    content: " ";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 46px;
    background-color: #eaeaea;
    transition: height .1s; }
  .site-has-header-big .site-header {
    position: absolute;
    top: 46px;
    right: 0;
    left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: -46px;
    transition: none; }
    .site-has-header-big .site-header .nav-quick {
      display: block;
      margin-top: -40px; }
    .site-has-header-big .site-header .navbar {
      margin-top: 46px; }
    .site-has-header-big .site-header .navbar-brand {
      width: 90px;
      height: 90px;
      margin-top: -46px; }
    .site-has-header-big .site-header .nav-btn {
      margin-top: -10px; }
    .site-has-header-big .site-header .btn-live .icon {
      width: 2rem;
      height: 0;
      padding-bottom: 100%; }
    .site-has-header-big .site-header .btn-live .text-truncate {
      width: auto;
      height: 18px;
      opacity: 1; }
    .site-has-header-big .site-header .dropdown-full.open > .dropdown-toggle::before {
      bottom: -20px; }
    .site-has-header-big .site-header::before {
      height: 0; }

.site-content {
  margin-bottom: 20px; }

.site-sidebar {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column; }
  .site-sidebar > .box-grow {
    flex-grow: 1; }

.site-footer {
  background-color: #000; }
  .site-footer label,
  .site-footer a {
    color: #fff; }
  .site-footer label {
    font-weight: 700; }
  .site-footer hr {
    border-color: #555; }
  .site-footer .list-inline[class*="center"] {
    font-weight: 700; }
    .site-footer .list-inline[class*="center"] li + li::before {
      content: '|';
      padding-right: 8px; }
  .site-footer .container-fluid {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .site-footer .container-fluid > *:last-child {
      margin-bottom: 0; }
  .site-footer .bg-primary ul {
    margin-bottom: 0; }
  .site-footer .bg-primary .list-inline.m-l-1 {
    display: inline-block; }
    .site-footer .bg-primary .list-inline.m-l-1 .list-inline-item:not(:last-child) {
      margin-right: 1rem; }
  .site-footer > .container-fluid .list-unstyled li {
    padding-top: 2px;
    padding-bottom: 2px; }
  .site-footer > .container-fluid .row {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .site-footer .bg-inverse {
    font-size: 0.875rem; }
    .site-footer .bg-inverse .list-inline {
      margin-bottom: 0; }

.site-cookies {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none; }
  .site-cookies a {
    color: #222;
    text-decoration: underline; }
  .site-cookies .container-fluid {
    min-width: 320px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .site-cookies .close {
    margin-left: 0.75rem;
    line-height: .8; }

/* TYPO, GENERAL TAGS (buttons, icons, etc) AND STYLES
 **********************************************************************/
:focus {
  outline: none !important; }

figure:not(.card-img-top) .img-responsive {
  margin-bottom: 0.5rem; }

figcaption {
  color: #888; }
  figcaption p {
    margin-bottom: 0;
    font-size: 0.875rem;
    font-style: italic; }
  figcaption a {
    color: #555; }

svg {
  fill: currentColor; }

.site-wrap > .row.m-b-3 h1 {
  text-transform: uppercase; }

.site-wrap > .row.m-b-3 [class*="col-"] > *:last-child {
  margin-bottom: 0; }

.brand-logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: inline-block;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  background: url(../svg/digi24.ro-logo.svg) no-repeat 50% 50%; }

.img-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .img-responsive .img-responsive-item,
  .img-responsive img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    margin-right: -50%;
    text-align: center;
    transform: translate(-50%, -50%); }
    .img-responsive .img-responsive-item[height],
    .img-responsive img[height] {
      height: auto; }
    .img-responsive .img-responsive-item::before,
    .img-responsive img::before {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #eaeaea;
      color: transparent; }
    .img-responsive .img-responsive-item::after,
    .img-responsive img::after {
      content: "Încărcare incompletă: '" attr(alt) "'";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      font-size: 0.75rem;
      color: #888;
      transform: translateY(-50%); }
  .img-responsive > .icon,
  .img-responsive > .counter,
  .img-responsive > .tag {
    position: absolute;
    z-index: 2;
    color: #fff;
    pointer-events: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .img-responsive > .icon {
    left: 10px;
    bottom: 10px; }
  .img-responsive > .counter {
    top: 10px;
    right: 10px;
    padding: 2px 5px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: .75; }
  .img-responsive > .tag {
    right: 5px;
    bottom: 5px; }
  .img-responsive > .icon-play {
    width: 4rem;
    height: 4rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .75; }
  .img-responsive figcaption {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 10px;
    left: 20px;
    color: #fff; }
    .img-responsive figcaption .quote::before {
      content: "\201C";
      position: absolute;
      left: 0;
      top: -60px;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 60px; }
    .img-responsive figcaption .quote p {
      font-style: normal; }
    .img-responsive figcaption p {
      font-size: 1rem;
      margin-bottom: 0; }
      .img-responsive figcaption p span {
        padding: 4px 10px;
        line-height: 2.2;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        box-decoration-break: clone; }
    .img-responsive figcaption a {
      color: #fff; }
    .img-responsive figcaption[class*="bg-"] {
      padding: 10px;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .8; }

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

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

.img-responsive-3by2 {
  padding-bottom: 66.66667%; }

.img-responsive-1by1 {
  padding-bottom: 100%; }

.item-responsive {
  height: 0;
  overflow: hidden; }
  .item-responsive .item-responsive-item {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%); }

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

.embed-responsive + .input-group {
  margin-top: -1rem;
  margin-bottom: 1rem; }

.cover-dark {
  position: relative; }
  .cover-dark::after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.5);
    pointer-events: none; }

/* NAVS, LISTS, ROWS
 **********************************************************************/
.dl-contact {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .dl-contact dt {
    color: #3201a3; }
  .row [class*="col-"]:nth-last-child(-n+2) .dl-contact {
    padding-bottom: 0;
    border-bottom: 0; }

.list-articles {
  padding-left: 0;
  list-style: none; }
  .list-articles h2 a {
    color: #222; }
  .list-articles .lead {
    font-weight: 700; }
  .list-articles .box-social a {
    color: #555; }
  .list-articles li:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .list-articles li > *:not(:last-child) {
    margin-bottom: 20px; }

.list-top-articles {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
  list-style: none; }
  .list-top-articles > li {
    flex: 0 0 50%;
    max-width: 50%;
    counter-increment: step-counter;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 74px; }
    .list-top-articles > li a {
      color: #222; }
    .list-top-articles > li::before {
      position: absolute;
      top: 1rem;
      left: 10px;
      content: counter(step-counter);
      width: 44px;
      height: 44px;
      text-align: center;
      line-height: 44px;
      margin-right: 5px;
      font-size: 1rem;
      background-color: #555;
      color: #fff;
      font-weight: 700; }
    .list-top-articles > li::after {
      content: ' ';
      position: absolute;
      right: 10px;
      top: 0;
      left: 10px;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
    .list-top-articles > li:nth-child(-n+2)::after {
      height: 5px; }
    .list-top-articles > li:nth-last-child(-n+2) {
      padding-bottom: 0; }

.list-weather-details {
  padding-left: 0;
  list-style: none;
  font-size: 0.875rem;
  display: flex;
  text-align: center; }
  .list-weather-details:last-child {
    margin-bottom: 0; }
  .list-weather-details strong {
    text-transform: uppercase; }
  .list-weather-details small,
  .list-weather-details strong {
    display: block; }
  .list-weather-details li {
    flex: 1 0 0; }
    .list-weather-details li:not(:first-child) {
      padding: 0 0 0 0.5rem;
      margin: 0 0 0 0.5rem;
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .row-sm .list-weather-details {
    flex-direction: column; }
    .row-sm .list-weather-details li:not(:first-child) {
      padding: 0.5rem 0 0 0;
      margin: 0.5rem 0 0 0;
      border-left: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }

.list-exchange {
  padding-left: 0;
  list-style: none;
  background-color: #f7f7f7; }
  .list-exchange span {
    float: right; }
  .list-exchange li {
    padding: 10px;
    font-size: 0.875rem; }
    .list-exchange li:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.list-careers {
  padding-left: 0;
  list-style: none; }
  .list-careers > li {
    padding: 1rem;
    margin-bottom: 5px;
    background-color: #f1f1f1; }
    .bg-faded .list-careers > li {
      background-color: #fff; }
  .list-careers .row {
    color: #888;
    align-items: center; }
    .list-careers .row .title {
      font-size: 1.25rem;
      text-transform: uppercase;
      font-weight: normal; }
      .list-careers .row .title,
      .list-careers .row .title a {
        color: #222; }
      .list-careers .row .title a:hover {
        color: #3201a3; }
    .list-careers .row .list-inline {
      font-size: 0.875rem; }
      .list-careers .row .list-inline li + li::before {
        content: '|';
        padding-right: 8px;
        color: #eaeaea; }
  .list-careers dl {
    padding-top: 1rem; }
  .list-careers .btn-lg, .list-careers .btn-group-lg > .btn {
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto; }

.dl-program time {
  display: block;
  color: #888;
  font-size: 0.875rem; }

[class*="col-2_4"]:not(:nth-last-child(-n+5)) .dl-program {
  margin-bottom: 3rem; }

.dl-program dt .img-responsive {
  padding-bottom: 30%;
  margin-bottom: 0; }

.dl-program dd {
  padding: 1rem 0;
  margin: 0;
  border-top: 1px solid #eaeaea; }
  .dl-program dd figure {
    margin: -1rem 0 1rem 0; }
  .dl-program dd.text-xs-center {
    padding: 0.5rem 0;
    margin: 0; }

/* FORMS
 **********************************************************************/
/* TABLES
 **********************************************************************/
/* CARDS, WIDGETS, BOXES, CAROUSELS, CONTAINERS
 **********************************************************************/
.box {
  position: relative;
  margin-bottom: 2rem; }
  .box:last-child, .box:only-child,
  .box > *:only-child {
    margin-bottom: 0; }
  .box > *:not(.b-b-0):not(.tag):not([class*="col-"]):not(:last-child),
  .box .box-block:not(.b-b-0):not(.tag):not([class*="col-"]):not(:last-child) {
    margin-bottom: 0.75rem; }
  .box .box-block-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px; }
    .box .box-block-overlay .row {
      height: 100%; }
  .box[class*="bg-"] {
    padding: 10px; }

.box-header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top: 5px solid #3201a3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .box-header.b-b-0,
  .box-header *:last-child {
    margin-bottom: 0; }
  [class*="col-"][class*="-12"] .box-header:only-child {
    margin-bottom: 0.75rem; }

.box-title {
  color: #3201a3;
  font-weight: 700;
  line-height: 1.5; }

.bg-black .box-header,
.bg-inverse .box-header {
  border-top-color: #00c7fb;
  border-bottom-color: #00c7fb; }

.bg-black .box-title,
.bg-black .box-title a,
.bg-inverse .box-title,
.bg-inverse .box-title a {
  color: #00c7fb; }

.box-block > *:not(:last-child) {
  margin-bottom: 0.75rem; }

.box-block > *:last-child, .box-block > *:last-child:first-child {
  margin-bottom: 0; }

.box-bordered {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.box-widget > .box-header {
  background: #000;
  padding: 5px 10px;
  border-top: 0; }
  .box-widget > .box-header,
  .box-widget > .box-header a {
    color: #fff; }

.box-news-alert {
  display: flex;
  flex-wrap: nowrap; }
  .box-news-alert .tag {
    flex: 1 1 1;
    margin-bottom: 0; }
    .box-news-alert .tag:first-child {
      margin-right: 10px; }

.box-social {
  text-align: right; }
  .box-social .box-block {
    display: inline-block; }
  .box-social .nav-stacked {
    width: 44px; }
    .box-social .nav-stacked .btn {
      display: block;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
  .box-social .nav-item {
    border-bottom: 0; }
    .box-social .nav-item:not(:last-child) {
      margin-bottom: 0.5rem; }
  .box-social.hr {
    position: relative;
    text-align: center; }
    .box-social.hr::before {
      content: ' ';
      position: absolute;
      z-index: -1;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
    .box-social.hr .box-block {
      padding: 0 10px;
      background-color: #fff; }
      .box-social.hr .box-block > * {
        margin-bottom: 0; }
    .box-social.hr .btn {
      padding: 0 0.5rem; }
    .col-xs-6.push-xs-2 > .box-social.hr:first-child {
      margin-top: -12px; }

.box-newsletter {
  padding: 20px 0;
  text-align: center;
  background-color: #222; }
  .box-newsletter .box-title {
    color: #fff; }
  .box-newsletter .box-block {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto; }
  .box-newsletter form > :last-child {
    margin-bottom: 0; }

.box-celebrities .box-block {
  padding-right: 50%; }
  .box-celebrities .box-block dt, .box-celebrities .box-block dd {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: 0;
    border-bottom: 1px solid #fff; }
  .box-celebrities .box-block dl,
  .box-celebrities .box-block dl + .text-xs-center {
    padding-right: 30%; }
  .box-celebrities .box-block a:hover {
    color: #fff; }
  > .box-celebrities .box-block:not(:last-child) {
    margin-bottom: 20px; }

.box-hero p {
  font-size: 1.25rem; }
  .box-hero p span {
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.6);
    box-decoration-break: clone;
    line-height: 2; }

.box-search-webcam {
  height: 100%;
  display: flex;
  flex-flow: column; }
  .box-search-webcam .box-block:last-child {
    position: relative;
    flex: 1 0 0;
    overflow-y: scroll; }
    .box-search-webcam .box-block:last-child > *:not(:last-child) {
      padding-bottom: 0.5rem;
      margin-bottom: 1rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .box-search-webcam dt {
    margin-bottom: 0.5rem;
    color: #555; }
  .box-search-webcam a {
    color: #222; }
  .box-search-webcam .active a {
    color: #3201a3;
    font-weight: bold; }
  .box-search-webcam .text-muted {
    text-align: center;
    opacity: .4; }

.box-forecast {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-content: stretch; }
  .box-forecast .row-0 .icon {
    width: 100%;
    height: 3rem;
    color: #3201a3; }
  .box-forecast .box-block {
    flex: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0; }

.box-weather-day {
  padding: 10px;
  background-color: #f7f7f7; }
  .box-weather-day .list-weather-details {
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.75rem; }
  .box-weather-day .row-sm .list-weather-details {
    padding-top: 0;
    border-top: 0; }
  .box-weather-day .icon-weather-text {
    color: #3201a3; }
  .box-weather-day .icon {
    width: 3rem;
    height: 3rem; }
  .box-weather-day .row-sm > *:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .box-weather-day .row-sm .icon {
    width: 100%; }
  .box-weather-day .box-header {
    padding-top: 0;
    border-top: 0; }
  .box-weather-day.bg-primary .box-title,
  .box-weather-day.bg-primary .box-header a,
  .box-weather-day.bg-primary .icon-weather-text {
    color: #fff; }
  .box-weather-day.bg-primary .list-weather-details {
    border-top-color: #fff; }
    .box-weather-day.bg-primary .list-weather-details li:not(:first-child) {
      border-top-color: #fff;
      border-left-color: #fff; }
  .box-weather-day.bg-primary .box-header {
    border-bottom-color: #fff; }
  .box-weather-day.bg-primary .row-sm > *:not(:first-child) {
    border-left-color: #fff; }

.box-careers-hero {
  position: relative;
  height: 0;
  padding-bottom: 47.16981%;
  background: url(../../assets/imgs/careers-hero.jpg) no-repeat 50% 50%;
  color: #3201a3;
  text-align: center; }
  .box-careers-hero .box-block {
    position: absolute;
    bottom: 10%;
    left: 50%;
    max-width: 610px;
    border: 10px solid #3201a3;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    transform: translateX(-50%); }
    .box-careers-hero .box-block.b-a-gray,
    .box-careers-hero .box-block.b-a-gray .box-title {
      color: #888; }
    .box-careers-hero .box-block.b-a-gray .box-header {
      border-bottom-color: #888; }
  .box-careers-hero .box-header {
    padding-top: 0;
    border-top: 0;
    border-bottom: 0;
    border-bottom: 1px solid #3201a3; }

.box-careers legend {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  color: #3201a3;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #888; }

.box-careers .nav-inline-full {
  margin-bottom: 0 !important; }
  .box-careers .nav-inline-full .nav-link:not(.active) {
    background-color: #888;
    color: #fff; }

.box-careers .col-xs-6.flex-items-xs-between {
  flex-flow: column; }

.box-careers .box-block.bg-faded {
  padding: 6rem; }

.card-articles {
  overflow: hidden; }
  .card-articles .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 700; }
  .card-articles .card-img-top {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .card-articles .card-block {
    padding: 0;
    border: 0; }
    .card-articles .card-block::after {
      content: "";
      display: table;
      clear: both; }
    .card-articles .card-block > *:not(:last-child):not(hr):not([class*="col-"]) {
      margin-bottom: 0.375rem; }
    .card-articles .card-block > *:last-child {
      margin-bottom: 0; }
  .card-articles .card-title {
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-weight: 700; }
    .card-articles .card-title,
    .card-articles .card-title a {
      color: #222; }
      .bg-black .card-articles .card-title,
      .bg-inverse .card-articles .card-title, .bg-black
      .card-articles .card-title a,
      .bg-inverse
      .card-articles .card-title a {
        color: #fff; }
  .card-articles [class='card-title'] {
    font-size: 1rem;
    line-height: 1.33333; }
  .card-articles .card-text {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1rem; }
  .card-articles .card-link {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700; }
  .card-articles .card {
    display: flex;
    flex-flow: column;
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    border: 0; }
    .card-articles .card:not(:last-child) {
      margin-bottom: 20px; }
    .card-articles .card > *:not(:last-child) {
      margin-bottom: 0.75rem; }
    .card-articles .card > .card-block:only-child:not(.bg-none) {
      align-self: stretch;
      flex-grow: 1;
      padding: 0.75rem 1.25rem;
      background-color: #f1f1f1; }
      .bg-faded .card-articles .card > .card-block:only-child:not(.bg-none) {
        background-color: #fff; }
      .bg-black .card-articles .card > .card-block:only-child:not(.bg-none),
      .bg-inverse .card-articles .card > .card-block:only-child:not(.bg-none) {
        background-color: #151515; }
  .card-articles:last-child .card:last-child, .card-articles:last-child .card.col-2_4:nth-last-child(-n+5), .card-articles:last-child .card.col-xs-3:nth-last-child(-n+4), .card-articles:last-child .card.col-xs-4:nth-last-child(-n+3), .card-articles:last-child .card.col-xs-6:nth-last-child(-n+2) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }
  .card-articles:not(:only-child) {
    margin-bottom: 20px; }

.card-articles-list [class='card-title'] {
  font-size: 1.25rem; }

.card-articles-list .card:not(.flex-column) {
  flex-flow: row;
  align-items: stretch; }
  .card-articles-list .card:not(.flex-column) > * {
    flex: 0 1 100%;
    margin-bottom: 0 !important; }
  .card-articles-list .card:not(.flex-column) > .card-img-top {
    flex-shrink: 0;
    flex-basis: 240px;
    margin-right: 20px; }
  .card-articles-list .card:not(.flex-column) > .card-block {
    overflow: hidden; }

.card-articles-list .card .icon-play {
  width: 1.5rem;
  height: 1.5rem;
  top: auto;
  bottom: 5px;
  left: 5px;
  transform: none; }

.card-articles-bordered .card {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.card-articles-bordered.card-articles-sm .card {
  padding-bottom: 10px; }

.card-articles-sm [class='card-title'] {
  font-size: 1rem; }

.card-articles-sm .card:not(:last-child) {
  margin-bottom: 10px; }

.card-articles-sm.card-articles-list .card .card-img-top {
  flex-basis: 75px;
  margin-right: 10px; }

.card-articles-sm:not(:only-child) {
  margin-bottom: 10px; }

.card-articles-striped .card > .card-block:only-child {
  background-color: transparent; }

.card-articles-striped .card:nth-child(odd) > .card-block:only-child {
  background-color: #f1f1f1; }

.card-articles-striped .card:nth-child(even) > .card-block:only-child {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0; }

.card-block-text-vs {
  padding: 0.375rem 0 !important;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  background-color: #eaeaea; }
  .card-block-text-vs a {
    color: #222; }
  .bg-inverse .card-block-text-vs {
    background-color: #555; }
    .bg-inverse .card-block-text-vs,
    .bg-inverse .card-block-text-vs a {
      color: #eaeaea; }

.map {
  display: inline-block;
  position: relative;
  text-align: left;
  overflow: hidden; }
  .map .tag {
    position: absolute;
    top: 0;
    left: 0; }

.map-pin {
  position: absolute;
  padding-left: 40px;
  color: #888; }
  .map-pin.active {
    color: #222; }
  .map-pin > span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    overflow: hidden;
    color: #3201a3; }
    .map-pin > span .icon {
      position: absolute; }
    .map-pin > span > *:first-child {
      top: 40%;
      left: 50%;
      z-index: 2;
      transform: translate(-50%, -50%); }
    .map-pin > span .icon-pin {
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%; }
  .map-pin strong {
    display: block;
    margin-top: 4px;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1; }

.map-pin-right {
  padding-left: 0;
  padding-right: 40px;
  text-align: right; }
  .map-pin-right > span {
    left: auto;
    right: 0; }

.map-romania .map-pin-oradea {
  top: 18%;
  left: 25%; }

.map-romania .map-pin-baia-mare {
  top: 16%;
  left: 40%; }

.map-romania .map-pin-iasi {
  top: 18%;
  left: 60%; }

.map-romania .map-pin-arad {
  top: 30%;
  left: 20%; }

.map-romania .map-pin-cluj-napoca {
  top: 28%;
  left: 35%; }

.map-romania .map-pin-timisoara {
  top: 45%;
  left: 12%; }

.map-romania .map-pin-sibiu {
  top: 40%;
  left: 42%; }

.map-romania .map-pin-piatra-neamt {
  top: 34%;
  left: 58%; }

.map-romania .map-pin-brasov {
  top: 52%;
  left: 52%; }

.map-romania .map-pin-focsani {
  top: 56%;
  left: 65%; }

.map-romania .map-pin-craiova {
  top: 72%;
  left: 35%; }

.map-romania .map-pin-bucuresti {
  top: 68%;
  left: 52%; }

.map-romania .map-pin-constanta {
  top: 76%;
  left: 68%; }

.map-transilvania .map-pin-zalau {
  top: 23%;
  left: 26%; }

.map-transilvania .map-pin-bistrita {
  top: 20%;
  left: 44%; }

.map-transilvania .map-pin-cluj-napoca {
  top: 35%;
  left: 26%; }

.map-transilvania .map-pin-targu-mures {
  top: 40%;
  left: 45%; }

.map-transilvania .map-pin-alba-iulia {
  top: 50%;
  left: 28%; }

.map-transilvania .map-pin-miercurea-ciuc {
  top: 48%;
  left: 54%; }

.map-transilvania .map-pin-deva {
  top: 68%;
  left: 22%; }

.map-transilvania .map-pin-sibiu {
  top: 64%;
  left: 42%; }

.map-transilvania .map-pin-brasov {
  top: 67.5%;
  left: 57%; }

.map-transilvania .map-pin-sfantu-gheorghe {
  top: 60%;
  left: 52.5%; }

.map-banat .map-pin-timisoara {
  top: 35%;
  left: 40%; }

.map-banat .map-pin-resita {
  top: 53%;
  left: 52%; }

.map-crisana .map-pin-oradea {
  top: 40%;
  left: 50%; }

.map-crisana .map-pin-arad {
  top: 58%;
  left: 46%; }

.map-maramures .map-pin-satu-mare {
  top: 49%;
  left: 30%; }

.map-maramures .map-pin-baia-mare {
  top: 48%;
  left: 48%; }

.map-dobrogea .map-pin-tulcea {
  top: 31%;
  left: 46%; }

.map-dobrogea .map-pin-constanta {
  top: 60%;
  left: 43%; }

.map-oltenia .map-pin-ramnicu-valcea {
  top: 24%;
  left: 58%; }

.map-oltenia .map-pin-targu-jiu {
  top: 32%;
  left: 41%; }

.map-oltenia .map-pin-drobeta-turnu-severin {
  top: 48%;
  left: 39%; }

.map-oltenia .map-pin-slatina {
  top: 54%;
  left: 57%; }

.map-oltenia .map-pin-craiova {
  top: 62%;
  left: 45%; }

.map-muntenia .map-pin-pitesti {
  top: 34%;
  left: 20%; }

.map-muntenia .map-pin-targoviste {
  top: 40%;
  left: 31%; }

.map-muntenia .map-pin-ploiesti {
  top: 28%;
  left: 38%; }

.map-muntenia .map-pin-buzau {
  top: 30%;
  left: 52%; }

.map-muntenia .map-pin-braila {
  top: 32%;
  left: 66%; }

.map-muntenia .map-pin-bucuresti {
  top: 50%;
  left: 43%; }

.map-muntenia .map-pin-slobozia {
  top: 47%;
  left: 59%; }

.map-muntenia .map-pin-alexandria {
  top: 71%;
  left: 24%; }

.map-muntenia .map-pin-giurgiu {
  top: 63%;
  left: 40%; }

.map-moldova .map-pin-botosani {
  top: 10%;
  left: 48%; }

.map-moldova .map-pin-suceava {
  top: 22%;
  left: 26%; }

.map-moldova .map-pin-iasi {
  top: 32%;
  left: 54%; }

.map-moldova .map-pin-piatra-neamt {
  top: 42%;
  left: 38%; }

.map-moldova .map-pin-bacau {
  top: 58%;
  left: 44%; }

.map-moldova .map-pin-vaslui {
  top: 54%;
  left: 63%; }

.map-moldova .map-pin-focsani {
  top: 78%;
  left: 48%; }

.map-moldova .map-pin-galati {
  top: 80%;
  left: 62.5%; }

/* ARTICLE, POST, PAGES
 **********************************************************************/
/* article */
.entry {
  line-height: 1.7; }
  .entry *:not(h2):not(h3):not(h4) {
    font-family: Georgia, "Times New Roman", Times, serif; }
  .entry p,
  .entry table,
  .entry figure,
  .entry .embed-responsive {
    margin-bottom: 1rem; }
  .entry iframe {
    max-width: 100% !important; }
  .entry blockquote {
    position: relative;
    color: #3201a3;
    font-size: 1.25rem;
    padding-left: 60px; }
    .entry blockquote::before {
      content: "\201C";
      position: absolute;
      left: 0;
      top: -26px;
      width: 50px;
      text-align: right;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 70px; }
    .entry blockquote + figcaption {
      padding-left: 60px;
      margin-top: -1rem;
      font-style: normal;
      font-size: 1.25rem;
      color: #222; }
      .entry blockquote + figcaption p::before {
        content: "- ";
        display: inline; }
  .entry a {
    text-decoration: underline; }
    .entry a:hover {
      text-decoration: none; }
  .entry .embed-responsive {
    background: #f1f1f1 url(../svg/digi24.ro-logo.svg) no-repeat 50% 50%;
    background-size: 25%; }

.entry-video {
  margin-bottom: 1rem; }
  @media (min-width: 1200px) {
    .entry-video iframe,
    .entry-video .jwplayer {
      transition: margin .2s; }
    .entry-video.move-to-sidebar iframe,
    .entry-video.move-to-sidebar .jwplayer {
      position: fixed;
      top: auto;
      right: 0;
      bottom: 0;
      left: 50%;
      width: 370px !important;
      height: 207px !important;
      margin: 0 -50% 20px 215px;
      z-index: 1030;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); } }

.entry-meta {
  padding-left: 0;
  list-style: none;
  font-size: 0.75rem;
  color: #888; }
  .entry-meta:not(ul) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
    .entry-meta:not(ul) > *:not(:last-child) {
      margin-right: 5px; }
  .entry-meta a {
    font-weight: 700; }
    .bg-black .entry-meta a,
    .bg-inverse .entry-meta a {
      color: #fff; }
  .entry-meta span {
    font-weight: 700;
    color: #222; }

/* pages */
/* PLUGINS
 **********************************************************************/
.fb-like {
  font-size: 0; }

.fb-post {
  display: block !important;
  margin-bottom: 1rem;
  text-align: center; }

.twitter-tweet {
  margin: 0 auto 1rem auto !important; }

.jwplayer {
  margin-left: auto;
  margin-right: auto; }

.jw-icon {
  font-family: 'jw-icons' !important; }

/* BANNERS
 **********************************************************************/
div[id*="div-gpt-"] {
  height: 0; }

.dSlot {
  height: auto !important; }
  .dSlot > div {
    margin-bottom: 1.5rem; }
  .dSlot,
  .dSlot > div {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .dSlot.dSlot-branding > div {
    display: block;
    text-align: center; }
    .dSlot.dSlot-branding > div > iframe {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
  .dSlot.dSlot-branding + * {
    position: relative; }
  .dSlot.dSlot-interscroller {
    position: relative;
    z-index: 1; }

.box-block-pirelli {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 126%;
  perspective: 1000px;
  color: #fff;
  backface-visibility: hidden; }
  .box-block-pirelli .flip {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    animation: pirelli-rotation 10s infinite linear;
    transform-style: preserve-3d; }
  .box-block-pirelli .front,
  .box-block-pirelli .back {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: none;
    background-position: 50% 50%;
    background-size: cover; }
  .box-block-pirelli .front {
    transform: rotateY(0deg);
    opacity: 1;
    animation: pirelli-front 10s infinite linear; }
  .box-block-pirelli .back {
    transform: rotateY(-180deg);
    opacity: 0;
    animation: pirelli-back 10s infinite linear; }
  .box-block-pirelli a {
    color: #fff; }
  .box-block-pirelli span {
    display: block; }
  .box-block-pirelli .h5 {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    text-align: center;
    font-weight: normal; }
  .box-block-pirelli .icon-weather-text {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    color: #fff; }

@keyframes pirelli-rotation {
  0% {
    transform: rotateY(0deg); }
  25% {
    transform: rotateY(0deg); }
  30% {
    transform: rotateY(180deg); }
  75% {
    transform: rotateY(180deg); }
  80% {
    transform: rotateY(0deg); } }

@keyframes pirelli-front {
  0% {
    opacity: 1; }
  28% {
    opacity: 1; }
  29% {
    opacity: 0; }
  75% {
    opacity: 0; }
  80% {
    opacity: 1; } }

@keyframes pirelli-back {
  0% {
    opacity: 0; }
  28% {
    opacity: 0; }
  29% {
    opacity: 1; }
  75% {
    opacity: 1; }
  80% {
    opacity: 0; } }

/* Animations
 **********************************************************************/
.bounce-bottom {
  animation: bounce-bottom 2s infinite; }

@keyframes bounce-bottom {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  60% {
    transform: translateY(-10px); } }

.ad-native {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  .ad-native-alt {
    position: static;
    padding: 0; }
    .ad-native-alt > div > div {
      padding: 10px;
      border: 1px solid #ddd !important;
      border-bottom: 3px solid #1b69ce !important;
      overflow: hidden; }
  .ad-native > div,
  .ad-native > div > div {
    position: relative;
    height: 100%;
    background: #fff;
    z-index: 9; }
  .ad-native iframe {
    width: 100% !important;
    height: 100% !important; }
  .ad-native .dSlot {
    height: 100% !important; }

.card-title-link {
  position: relative;
  z-index: 1; }

.internal-cross-article-thumb {
  width: 50%; }
  .internal-cross-article-thumb img {
    max-width: 100%; }

.internal-cross {
  margin: 20px 0;
  font-family: 'Open Sans', sans-serif; }

.internal-cross-title {
  margin: 0;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #1b69ce;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }

.internal-cross-article {
  position: relative;
  padding: 10px;
  border: 1px solid #ddd;
  border-bottom: 3px solid #1b69ce;
  overflow: hidden; }

.internal-cross-article > a {
  position: relative;
  display: block;
  text-decoration: none;
  z-index: 1; }
  .internal-cross-article > a.internal-cross-article-link {
    position: absolute; }

.internal-cross-article-thumb {
  float: left;
  margin: 0;
  margin-right: 10px; }

.internal-cross-article-thumb img {
  display: block; }

.internal-cross-article-title {
  margin: 0;
  margin-bottom: 10px;
  color: #252528;
  font-size: 16px;
  font-weight: 700; }

.internal-cross-article-content {
  margin: 0;
  margin-bottom: 20px;
  color: #252528;
  font-size: 14px; }

.internal-cross-article-link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #1b69ce;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none; }

span.cross-btn {
  position: absolute;
  left: 2px;
  bottom: 2px;
  display: block;
  width: 72px;
  height: 20px;
  border: 1px solid #222;
  box-sizing: border-box;
  background-color: #fff;
  color: #222;
  font-size: 9px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  z-index: 1; }

.bg-PeRoz {
  text-shadow: none !important;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  min-width: 320px;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity .2s, z-index 0s;
  z-index: 1040; }
  .popup.inactive {
    opacity: 0;
    transition: opacity .2s, z-index 0s .2s;
    z-index: -1040; }
  .popup-box {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: center;
    width: 300px;
    height: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: url(../imgs/bg-popup.jpg) center no-repeat;
    background-size: 100% auto; }
    .popup-box-content {
      align-self: center;
      padding: 10px;
      color: #fff;
      font-weight: 700;
      text-align: center; }
  .popup .close {
    position: absolute;
    top: 5px;
    right: 10px;
    float: none;
    color: #fff;
    text-shadow: none;
    opacity: 1; }

.card-articles .card.card-bg .card-img-top {
  margin: 0; }

.card-articles .card.card-bg .card-block {
  padding: 10px;
  background: #f1f1f1; }
