@charset "UTF-8";
/** BEGIN BOOTSTRAP **/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  /*--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;*/
}
@font-face {
  font-family: 'FontAwesome';
  font-display: auto;
  src: url('/fonts/awesome/fontawesome-webfont.eot?v=4.7.0&display=swap');
  src: url('/fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0&display=swap') format('embedded-opentype'), url('/fonts/awesome/fontawesome-webfont.woff2?v=4.7.0&display=swap') format('woff2'), url('/fonts/awesome/fontawesome-webfont.woff?v=4.7.0&display=swap') format('woff'), url('/fonts/awesome/fontawesome-webfont.ttf?v=4.7.0&display=swap') format('truetype'), url('/fonts/awesome/fontawesome-webfont.svg?display=swap&v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-search:before {
  content: "\f002";
}
.fa-user:before {
  content: "\f007";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-whatsapp:before {
  content: "\f232";
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  /*font-family: sans-serif;*/
  line-height: 1.33333;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img {
  vertical-align: middle;
  border-style: none;
}
h1, .h1 {
  font-size: 1.3rem;/*2.5rem;*/
}

h2, .h2 {
  font-size: 1.2rem;/*2rem;*/
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
.layout-wallpaper #wrapper {background-color:#fff !important;max-width:995px;margin:0 auto;}
.layout-wallpaper .leaderboard {margin-left:-16px;}
.layout-wallpaper #top-menu{z-index:99;}
table {
  border-collapse: collapse;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.collapse:not(.show) {
  display: none;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

.text-center {
  text-align: center !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

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

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

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

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

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

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

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
.rounded-circle {
  border-radius: 50% !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}

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

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

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

.d-block {
  display: block !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
/** END BOOTSTRAP **/
/** BEGIN STYLES **/
html {
	-webkit-font-smoothing: antialiased !important;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-size: 100%;/*85%;*//*62.5%;*/
}
body {
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-weight: 400;
	font-size: 1rem;/*1.27rem;*//*1.45rem;*/
	/*font-size: 20px;*/
	font-style: normal;
	color: #262626;/*color: #212529;*/
	line-height: 1.33333;
	text-align: left;
	background-color: #ECECED;
	width: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #777;
}
.container {
	max-width: 1248px;
	padding: 0;
	width: 100%;
	position: relative;
}
.layout-wallpaper .ad--wallpaper {
	margin-top:96px;
}
.layout-wallpaper .leaderboard {
	min-height: 123px !important;
}
.layout-wallpaper .module-top, .layout-wallpaper .module {
	max-width: 1000px;
	background-color: #fff;
	margin: 0 auto 16px auto;
}
.layout-wallpaper .copyrights {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
#top-menu {
	height: 40px;
	background-color: #2c2c34;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#top-menu ul li a {
	color: #BBBABB;
	display: inline-block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #4c4c59;
}
#top-menu ul li a:hover {
	color: #FFF !important;
	text-decoration: none;
}
#top-menu .drop-menu {
	z-index:100;
}
#top-menu .dropdown-menu > a {
  width:100%;
  border-left:none;
  color: #000;
}
#top-menu .dropdown-menu > a {
	line-height:30px;
	height:30px;
}
#main-menu {
	z-index:99;
}
@supports ((position: -webkit-sticky) or /*!YUI-Compressor */(position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.search-container *, .search-container:after, .search-container:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.search-container {
	display: table;
	position: relative;
	width: 40px;
	height: 40px;
	float: right;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search-icon-btn {
	display: table-cell;
	height: 40px;
	color: #dddde7;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	z-index: 2;
}
.search-input input.search-bar, .search-icon-btn {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.search-container:hover > .search-input input.search-bar {
	padding-left: 60px;
	padding-right: 10px;
	width: 200px;
	background-color: #f2f2f4;
}
.search-input {
	position: absolute;
	right: 0;
	z-index: 1;
}
.search-input input.search-bar {
	border: 1px solid #ccc;
	height: 40px;
	padding: 0;
	width: 40px;
}
.navbar-brand {display: inline-block;font-size:1.2rem;/*2rem*/;font-weight:bolder;margin-left:6px;}
.navbar-brand img{max-width:295px;height:56px;width:auto;margin-top: -0.3125rem;margin-bottom: -0.3125rem;}
.leaderboard {margin: 8px 0;}
.imu {
	margin: 1.625em auto;
}
.spacer { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
#main-menu, #second-menu {
	margin-bottom: 0;
	border-width: 0;
	padding: 0;
	min-height: 0;
	border-radius: 0;
}
#main-menu .navbar-nav > li > a, #second-menu .navbar-nav > li > a {
	text-shadow: none;
	color: #FFF;
}
#main-menu .container, #second-menu .container {
	padding: 0;
}
#main-menu .navbar-nav, #second-menu .navbar-nav {
	margin: 0;
	padding: 0;
}
#main-menu .nav>li, #second-menu .nav>li {
	position: relative;
	display: block;
	border-left: 1px solid rgba(255, 255, 255, .2);
}
#main-menu .nav>li>a, #second-menu .nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;/*10px 15px;*/
}
#main-menu .nav > li > a:focus, #main-menu .nav > li > a:hover, #second-menu .nav > li > a:focus, #second-menu .nav > li > a:hover {
	text-decoration: none;
	background: transparent;
}
#second-menu {
	width: 100%;
	/*max-height:40px;
	overflow:hidden;
	overflow-y:scroll;
	overflow:auto;
	-webkit-overflow-scrolling:touch;*/
	border-bottom: solid 1px #e3e3e3;
	background-color: rgba(255, 255, 255, .95);
}
#second-menu .container {
	/*display:block;
	width:200%;*/
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
#second-menu ul.nav.navbar-nav {
	overflow:hidden;
	overflow-x:scroll;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	-webkit-overflow-scrolling:touch;
	/*white-space: nowrap;*/
}
#second-menu ul.nav.navbar-nav::-webkit-scrollbar {
    display: none;
}
#second-menu .navbar-nav li a {
	height: 40px;
	color: #49494d;
	font-weight: bold;
	font-size: 1em;
	padding: 0 8px;
	line-height: 40px;
	white-space: nowrap;
}
#second-menu .navbar-nav li a:hover {
	background: rgba(255, 255, 255, 0);
}
#second-menu .navbar-nav li a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	content: '';
	margin-left: 4px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#second-menu .navbar-nav li a:hover:before {
	width: calc(100% - 6px);
}
#main-section {
	margin:0 auto;
	max-width: 1200px;
	background-color: #FCFCFC;
	padding:16px;
}
.module-top {
	position: relative;
	height: auto;
	padding-top: 0;
	margin-bottom:16px;
}
.newsticker-outer {
	position: relative;
}
.newsticker {
	position: relative;
	overflow: hidden;
	display: block;
	color: #CCC;
	background-color: #212126;
	margin: 16px 0;
}
.newsticker ul {
	padding: 0;
}
.newsticker li {
	padding: 8px 0 8px 15px;
	clear:left;
}
.newsticker li a {
	text-decoration: none;
	color: #CCC;
	font-weight: 400;
	display: inline-block;
}
.newsticker .category {
	color: #FFF;
	width: auto;
	margin: -8px 16px 8px -15px;
	padding: 8px 16px;
	float: left;
	text-transform: uppercase;
	font-weight:bold;
	display: inline-block;
	letter-spacing: .01em;
	height:40px;
}
.newsticker-navi {
	float: right;
	padding-top: 8px;
	padding-right: 0;
	padding-left: 0;
}
button.newsticker-up, button.newsticker-down {
	background-color: transparent;
	border: none;
	color: #000;
	float: left;
	font-size: 18px;
	transition: color .2s;
	opacity: .5;
	padding-right: 2px;
}
.newsticker button.up:hover, .newsticker button.down:hover {
	opacity: 1;
}
.carousel {
  max-width:750px;
  margin: 0 auto;
}
.carousel-inner {
  margin-top:-10px;
}
.carousel-inner .meta {
	position: absolute;
	bottom: 0;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.carousel-inner h3 {
	background: rgba(44, 44, 52, 0.8);
	padding: 6px 18px;
	margin-bottom: 0;
	font-weight: 400;
	border-radius: 1px;
	line-height: 1.3;
	max-width: 750px;
	text-align: left;
	font-size: 24px;
	text-shadow:1px 2px 1px #000;
}
.carousel-inner h3 a, .carousel-inner h3 a:hover, .carousel-inner h3 a:active {
	color:#fff !important;
}
/** title styles **/
.title-underline {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 0;
	margin-bottom: 1.125em;
}
.title-underline>h1, .title-underline>h2, .title-underline>h3 {
	display: inline-block;
	font-weight: 400;
	padding-bottom: 4px;
	margin-bottom: -2px;
	margin-top: 0;
}
.title-underline h1 b, .title-underline h2 b, .title-underline h3 b {
	font-weight: 500;
	color: #333;
}
.title-block h3 a::after {
	font-size: 18px;
	content: "\f105";
	color: #fff;
	font-family: "FontAwesome";
	position: absolute;
	right: 16px;
	top: 6px;
}
.title-block {
	display: table;
	table-layout: fixed;
	width: 100%;
	/*height: 40px;*/
	position: relative;
	border-radius: 1px;
	padding: 6px 16px 6px;
	margin-bottom: 1.625em;
	text-transform: uppercase;
}
.title-block a, .title-block a:hover {
	color: #FFF !important;
}
.title-block h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.matches {
	background-color: rgba(245, 245, 247, 0.9);
	padding: 22px;
	padding-top: 12px;
	padding-bottom: 10px;
	-webkit-transform: translateZ(0);
	border: 1px solid #e3e2e2;
	margin-bottom: 22px;
}
.match-placard a{text-decoration:none !important;}
.match-placard img.teamlogo_small{padding-top:0 !important;margin-bottom:0 !important;}
a.odds{background-color:#FBDE2F !important;color:#181818 !important;font-weight:bold !important;font-size:11px;padding:2px 3px;margin:2px;text-decoration:none;}
a.odds:hover{color:#000;}
.module {
	position: relative;
	height: auto;
	margin-top: 16px;
}
.highlight {
	background-color: #ececed;
	padding-top: 16px;
}
.module-title {
	margin-bottom: 1.625em;
	height: 52px;
	display: table;
	position: relative;
}
.module-title .title {
	line-height:40px;
	margin: 0;
	padding: 6px 16px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 1px;
	font-weight: 500;
	display: table-cell;
	background-color: rgba(0, 0, 0, 1.00);
	color: #FFF;
	border-radius: 1px;
}
.module-title h1, .module-title .h1 {
	margin-top: 0;
	letter-spacing: .5px;
}
.module-title .subtitle {
	margin: 0;
	display: table-cell;
	font-weight: 500;
	letter-spacing: .5px;
	color: #49494d;
	vertical-align:middle;
}
.module-title .subtitle::before {
	font-family: "FontAwesome";
	content: '\f105';
	padding: 0 14px 0 18px;
	font-style: normal;
	color: #5e5e66;
}
.module-icons {
	float:right;
	height:52px;
}
.module-icons a {
	margin-right:8px;
}
.module-icons .fa {
	line-height:52px;
}
#article #article-title{font-size:32px;font-weight:bolder;}
#article .social-icons li {
	float: left;
	width: 30px;
	margin-right: 16px;
}
#article .social-icons li:last-child {
	margin-right: 0;
}
#article .social-icons li:last-child {
	margin-right: 11px;
}
#article .social-icons a {
	text-align: center;
	line-height: 40px;
	font-size: 1.3em;
	margin: 0;
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 2px;
}
.social-icons.hovercolored .google-plus:hover, .social-icons.colored .google-plus {
	color: #FFF;
	background-color: #dd4b39;
}
.social-icons.hovercolored .facebook:hover, .social-icons.colored .facebook {
	color: #FFF;
	background-color: #3b5998;
}
.social-icons.hovercolored .twitter:hover, .social-icons.colored .twitter {
	color: #FFF;
	background-color: #2e9edd;
}
.social-icons.hovercolored .whatsapp:hover, .social-icons.colored .whatsapp {
	color: #FFF;
	background-color: #189D0E;
}
.social-icons.hovercolored .rss:hover, .social-icons.colored .rss {
	color: #FFF;
	background-color: #f90;
}
#article .social-icons {
	padding: 0;
	margin-bottom: 1.625em;
	margin-top: 0;
	height: auto;
	display: inline-block;
	list-style:none;
}
.item-image-head{position:relative;padding:18px 0px 10px 0px;width:100%;margin:0 auto;text-align:center;}
.item-image-head h1{text-shadow:1px 2px 1px #000;}


/* items */
.item .item-content, .item .content {
	display: table-cell;
	vertical-align: top;
	width: auto;
}
.item .item-content h3 a {
	text-transform: none;
	color: #262626;
}
.item .item-image {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.item .item-image .img-link  {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	position: absolute;
}
.item .item-image .img-link::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	transform: scale(1);
	opacity: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.item .item-image::before {
	display: block;
	content: '';
	padding-top: 54%;
}
.item .item-image .img-full {
	width: auto;
	height: 100%;
	max-width: none;
	position: absolute;
	top: 0;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
/* end items */
.overview .item .item-image {
	display: table-cell;
	vertical-align: top;
	width: 40%;
}
.overview-compact .item .item-image {
	display: table-cell;
	vertical-align:middle;
	width: 20%;
}
.overview .item-image .img-link, .overview-compact .item-image .img-link, .overview-flat .item-image .img-link {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	position: absolute;
}
.overview .item-image .img-link::after, .overview-compact .item-image .img-link::after, .overview-flat .item-image .img-link::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	transform: scale(1);
	opacity: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.overview .item-image::before, .overview-compact .item-image::before, .overview-flat .item-image::before {
	display: block;
	content: '';
	padding-top: 57%;
}
.overview .item-image .img-full, .overview-compact .item-image .img-full, .overview-flat .item-image .img-full{
	width: auto;
	height: 100%;
	max-width: none;
	position: absolute;
	top: 0;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.overview img:not(.teamlogo_small), .overview-compact img:not(.teamlogo_small), .overview-flat img:not(.teamlogo_small) {
	max-width: 100%;
}
img.teamlogo_small{height:25px !important;width:25px !important;}
.overview .item .item-content, .overview-compact .item .item-content {
	padding: 8px 30px 6px;
}
.overview .item {
	display: table;
	width: 100%;
	margin-bottom: 1.625em;
	position: relative;
}
.overview-compact .item {
	display: table;
	width: 100%;
	margin-bottom: 0.825em;
	position: relative;
}
.overview-compact p{margin-bottom:0;}
.overview .item-image:hover, .overview-compact .item-image:hover, .overview-flat .item-image:hover {
	opacity: .9;
}
.overview .item h3, .overview-compact .item h3 {
	font-weight: 400;
	/*font-size: 1.8rem;*/
}
.overview-flat .item {
	display:flex;
	flex-direction: row;
	width: 100%;
	margin-bottom: 24px;
}
.overview-flat .item-media {
	margin: 0 12px 0 0;
	width: 100px;
	height:100px;
	align-self: flex-start;
	position: relative;
	z-index: 1;
}
.overview-flat .item .item-image {
	position: static;
}
.overview-flat .numComments {
	font-weight: 700;
	position: absolute;
	border: none;
	z-index: 2;
    bottom: 12px;
    right: 2px;
    background-color: white;
    font-size: 14px;
    line-height:20px;
    width:20px;
    height:20px;
    text-align:center;
    border-radius: 50%;
    color:#990000;
}

a:hover[class^="label-"] {
	color: #FFF !important;
}
.overview-flat .item-content {
	flex: 1 1 65%;
	position: relative;
	z-index: 2;
}
.overview-flat .item-info {
	align-items: center;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: -12px;
	justify-content: space-between;
}
.overview-flat .item-category {
	margin-right: 24px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding-left: 8px;
	position: relative;
	max-width: 250px;
	margin-top: 12px;
	min-height:26px;
}
.overview-flat .item-category a {
	font-size: .75rem;
	font-weight: 500;
}
.overview-flat .item-category::before {
	background: #abcbac;
	content: '';
	display: inline-block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 2px;
}
.overview-flat .item-date {
	margin-left: auto;
	margin-top: 12px;
	font-size: .625rem;
	color: #A2BFE1;
}
.overview-flat h3 {
	font-weight: 700;
	font-size:20px;
	color: #002e65;
	margin:0;
}
/*
news__body => item-content
	news__info => item-info
		news__categories => item-category
		news__date => item-date
	h3.news__title
*/
.overview-small {
	overflow: hidden;
	background-color: #2c2c34;
	margin-bottom: 1.625em;
}
.overview-small h3 {
	color: #838384;
	font-weight: 400;
	margin-top: .175em;
	margin-bottom: 0;
}
.overview-small ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 14px;
}
.overview-small li {
	padding: 9px 4px;
	width: 100%;
	float: left;
	background-color: transparent;
	border-bottom: 1px solid #727273;
}
.overview-small li img {
	width: 100px;
	float: left;
	margin: 0 12px 8px 4px;
	padding-top: 3px;
}
.overview-small li:last-child {
	margin-bottom: 0;
}
.overview-small li:nth-child(even) {
	background: transparent;
}
.overview-small .item .item-image {
	display: table-cell;
	vertical-align: top;
	width: 100px;
}
.overview-small .item {
	display: table;
	width: 100%;
	position: relative;
	padding: 6px 16px;
	height: 86px;
}
.overview-small .item-content p a {
	color: #ced2d9;
	margin: 0;
}
.overview-small .item-content h3 {
	color: #838384;
	font-weight: 400;
	margin-top: .175em;
	margin-bottom: 0;
}
.overview-small .item .item-content {
	padding: 0 0 0 20px;
}
/* item-full */
.item-full .item-content h3{font-size:18px;margin:0.7em 0;}
.item-image-head img{margin:0 auto;width:100%;}
.item-image-head h1, .item-image-head h2{float:left;position: absolute;z-index: 95;bottom:0;left:0;right:0;text-align:left;font-size:28px;font-weight:bolder;padding:8px;padding-left:16px;padding-right:8px;background-color:#000;-moz-opacity:0.8;-webkit-opacity:0.8;filter:alpha(opacity=80);opacity:0.8;color:#fff;text-shadow:1px 2px 1px #000;}
.item-image-head .copyright{float:right;color:#999;font-size:10px;margin-right:16px;margin-bottom:5px;}
.item-full {
	position: relative;
	margin-bottom:30px;font-size:18px;/*font-family:Arial, sans-serif;*/
}
.item-full .item-title {
	/*margin-top: 36px;*/
	margin-bottom: 9px;
	font-weight: 500;
	letter-spacing: .025em;
}
.item-full .item-title, .item-full .item-title a {
	color: #222;
}
.item-full .item-content img:not(.figure-img) {
	margin-top: 0;
	margin-bottom: 30px;
	max-width: 100%;
}
.item-full p + p {
	margin-top: 10px;
	padding-top: 10px;
}
.item-meta-elements {
	margin-bottom: 8px;
}
.item-meta-elements, .item-meta-elements a, .item-meta-elements .fa {
	font-size: 13px;
}
.item-meta-elements, .item-meta-elements a {
	color: #999;
	display: inline-block;
}
.item-meta-elements .fa {
	margin: 0 6px 0 0;
	transition-duration: 0.3s;
}
article#article .item-content p{font-size:20px;line-height:1.5;word-wrap: break-word;padding-left:8px;padding-right:8px;}
p.intro{font-size:22px !important;font-weight: bolder;}
article#article h2, article#article h3, article#article h4{padding-left:8px;padding-right:8px;font-size:24px;}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-block {
  display: block;
  width: 100%;
}
.bg-dark {
  background-color: #343a40 !important;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
/** END STYLES **/
/** BEGIN COLORS **/
[data-color="red"] #main-menu,
[data-color="red"] .header-logo img,
[data-color="red"] .search-icon-btn,
[data-color="red"] .newsticker .category,
[data-color="red"] .title-underline-short::before,
[data-color="red"] #second-menu .navbar-nav li a:hover:before {
	background-color: #d4000e;
}
[data-color="red"] .title-underline>h1,
[data-color="red"] .title-underline>h2,
[data-color="red"] .title-underline>h3 {
	border-bottom: 2px solid #d4000e;
}
[data-color="red"] .navbar-nav > li.active > a {
	background-color: #be000c;
}
[data-color="blue"] #main-menu,
[data-color="blue"] .header-logo img,
[data-color="blue"] .search-icon-btn,
[data-color="blue"] .newsticker .category,
[data-color="blue"] .title-underline-short::before,
[data-color="blue"] #second-menu .navbar-nav li a:hover:before {
	background-color: #40a9ff;
}
[data-color="blue"] .title-underline>h1,
[data-color="blue"] .title-underline>h2,
[data-color="blue"] .title-underline>h3 {
	border-bottom: 2px solid #40a9ff;
}
[data-color="blue"] .navbar-nav > li.active > a {
	background-color: #3998e5;
}
[data-color="dark-blue"] #main-menu,
[data-color="dark-blue"] .header-logo img,
[data-color="dark-blue"] .search-icon-btn,
[data-color="dark-blue"] .newsticker .category,
[data-color="dark-blue"] .title-underline-short::before,
[data-color="dark-blue"] #second-menu .navbar-nav li a:hover:before {
	background-color: #00469a;
}
[data-color="dark-blue"] .title-underline>h1,
[data-color="dark-blue"] .title-underline>h2,
[data-color="dark-blue"] .title-underline>h3 {
	border-bottom: 2px solid #00469a;
}
[data-color="dark-blue"] .navbar-nav > li.active > a {
	background-color: #003f8a;
}
[data-color="green"] #main-menu,
[data-color="green"] .header-logo img,
[data-color="green"] .search-icon-btn,
[data-color="green"] .newsticker .category,
[data-color="green"] .title-underline-short::before,
[data-color="green"] #second-menu .navbar-nav li a:hover:before {
	background-color: #0c450f;
}
[data-color="green"] #second-menu {
	background-color: #abcbac;
}
[data-color="green"] .title-underline>h1,
[data-color="green"] .title-underline>h2,
[data-color="green"] .title-underline>h3 {
	border-bottom: 2px solid #0c450f;
}
[data-color="green"] .navbar-nav > li.active > a {
	background-color: #449e48;
}
[data-color="purple"] #main-menu,
[data-color="purple"] .header-logo img,
[data-color="purple"] .search-icon-btn,
[data-color="purple"] .newsticker .category,
[data-color="purple"] .title-underline-short::before,
[data-color="purple"] #second-menu .navbar-nav li a:hover:before {
	background-color: #6441a5;
}
[data-color="purple"] .title-underline>h1,
[data-color="purple"] .title-underline>h2,
[data-color="purple"] .title-underline>h3 {
	border-bottom: 2px solid #6441a5;
}
[data-color="purple"] .navbar-nav > li.active > a {
	background-color: #5a3a94;
}
[data-color="orange"] #main-menu,
[data-color="orange"] .header-logo img,
[data-color="orange"] .search-icon-btn,
[data-color="orange"] .newsticker .category,
[data-color="orange"] .title-underline-short::before,
[data-color="orange"] #second-menu .navbar-nav li a:hover:before {
	background-color: #ff9800;
}
[data-color="orange"] .title-underline>h1,
[data-color="orange"] .title-underline>h2,
[data-color="orange"] .title-underline>h3 {
	border-bottom: 2px solid #ff9800;
}
[data-color="orange"] .navbar-nav > li.active > a {
	background-color: #fb8c00;
}
[data-color="deep-orange"] #main-menu,
[data-color="deep-orange"] .header-logo img,
[data-color="deep-orange"] .search-icon-btn,
[data-color="deep-orange"] .newsticker .category,
[data-color="deep-orange"] .title-underline-short::before,
[data-color="deep-orange"] #second-menu .navbar-nav li a:hover:before {
	background-color: #ff4011;
}
[data-color="deep-orange"] .title-underline>h1,
[data-color="deep-orange"] .title-underline>h2,
[data-color="deep-orange"] .title-underline>h3 {
	border-bottom: 2px solid #ff4011;
}
[data-color="deep-orange"] .navbar-nav > li.active > a {
	background-color: #f73100;
}
[data-color="turquoise"] #main-menu,
[data-color="turquoise"] .header-logo img,
[data-color="turquoise"] .search-icon-btn,
[data-color="turquoise"] .newsticker .category,
[data-color="turquoise"] .title-underline-short::before,
[data-color="turquoise"] #second-menu .navbar-nav li a:hover:before {
	background-color: #39c9bb;
}
[data-color="turquoise"] .title-underline>h1,
[data-color="turquoise"] .title-underline>h2,
[data-color="turquoise"] .title-underline>h3 {
	border-bottom: 2px solid #39c9bb;
}
[data-color="turquoise"] .navbar-nav > li.active > a {
	background-color: #33b3a6;
}
[data-color="pink"] #main-menu,
[data-color="pink"] .header-logo img,
[data-color="pink"] .search-icon-btn,
[data-color="pink"] .newsticker .category,
[data-color="pink"] .title-underline-short::before,
[data-color="pink"] #second-menu .navbar-nav li a:hover:before {
	background-color: #ea0253;
}
[data-color="pink"] .title-underline>h1,
[data-color="pink"] .title-underline>h2,
[data-color="pink"] .title-underline>h3 {
	border-bottom: 2px solid #ea0253;
}
[data-color="pink"] .navbar-nav > li.active > a {
	background-color: #d2014a;
}
[data-color="slate"] #main-menu,
[data-color="slate"] .header-logo img,
[data-color="slate"] .search-icon-btn,
[data-color="slate"] .title-underline-short::before,
[data-color="slate"] #second-menu .navbar-nav li a:hover:before {
	background-color: #64666c;
}
[data-color="slate"] .newsticker .category {
	background-color: #d4000e;
}
[data-color="slate"] .title-underline>h1,
[data-color="slate"] .title-underline>h2,
[data-color="slate"] .title-underline>h3 {
	border-bottom: 2px solid #64666c;
}
[data-color="slate"] .navbar-nav > li.active > a {
	background-color: #75777c;
}
/** END COLORS **/
/* BEGIN RESPONSIVE */
@media only screen and /*!YUI-Compressor */(max-width: 1400px) {
	.module { padding: 1.625em 1em 0; }
	.module-title .subtitle { margin-top: 4px; padding-top: 2px; }
}
@media only screen and /*!YUI-Compressor */(max-width: 1248px) {
	#main-section {padding:0;}
	.layout-wallpaper .leaderboard {margin-left:0;}
}
@media only screen and /*!YUI-Compressor */(min-width: 992px) {
	#ad-intro-text { min-height: 300px; } /* Eerste ad in content */
	#imu { min-height: 630px; } /* Sidebar ad */
}
@media only screen and /*!YUI-Compressor */(max-width: 860px) {
	.overview-compact .item .item-image {width: 30%;}
}
@media only screen and /*!YUI-Compressor */(max-width: 767px) {
	h1.title, .h1.title, #article .item-image-head h1{font-size:22px !important;}
	#article h1, #article #article-title{font-size:27px !important;}
	.row.no-gutter [class*="col-"] { padding-left: 0; padding-right: 0; }
	.module-title h3 { font-size: 1.675rem; }
	.overview .item .item-content, .overview-compact .item .item-content {padding: 4px 15px 3px;}
}
@media only screen and /*!YUI-Compressor */(max-width: 619px) {
	.module-title .subtitle::before { padding: 5px; }
}
@media only screen and /*!YUI-Compressor */(max-width: 599px) {
	.overview-compact .item .item-image {width: 35%;}
}
@media only screen and /*!YUI-Compressor */(max-width: 499px) {
	.sport-site.dropdown{display:none;}
	.carousel-inner h3 {font-size: 20px;}
}
@media only screen and /*!YUI-Compressor */(max-width: 479px) {
	.module-title { display:block;height:auto;margin-bottom: 14px; }
	.module-title .title, .module-title .subtitle { display:block; }
	.sport-site{display:none;}
	.overview-compact .item .item-image {width: 30%;}
	.overview-compact .item .item-content {padding: 4px 3px 1px 4px;}
	.overview-compact .item h3{font-size:0.9rem;}
	.overview-compact .item .item-content.long h3{font-size:0.85rem;}
	.overview-compact .item .item-content p, .overview-compact .item .item-content.extralong h3{font-size:0.8rem;}
	.overview-compact .item .item-content p img{width:18px;height:18px;}
}
@media only screen and /*!YUI-Compressor */(max-width: 399px) {
	.carousel-inner .meta {
		padding-left: 16px;
		margin: 32px;
		/*position: absolute;
		bottom: 0;
		color: #fff;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;*/
	}
	.carousel-inner h3 {
		font-size: 32px;
		line-height:40px;
		font-weight: 600;
		background:none;
		/*background: rgba(44, 44, 52, 0.2);*/
		/*padding: 6px 18px;
		margin-bottom: 0;
		font-weight: 400;
		border-radius: 1px;
		line-height: 1.3;
		max-width: 750px;
		text-align: left;
		font-size: 24px;*/
		text-shadow:1px 2px 1px #000;
	}
	
	.overview .item, .module.highlight .overview-compact .item{margin-left:-2% !important;margin-right:-2% !important; width:104% !important;}
}
@media only screen and /*!YUI-Compressor */(max-width: 372px) {
	.navbar-brand img {max-width:250px !important;height:auto !important;}
}
@media only screen and /*!YUI-Compressor */(max-width: 328px) {
	.navbar-brand img {max-width:200px !important;height:auto !important;}
}
@media only screen and /*!YUI-Compressor */(max-width: 278px) {
	.navbar-brand img {max-width:150px !important;height:auto !important;}
}
/* END RESPONSIVE */