/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -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); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit; }

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
  }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3);
      }
    .mm-menu .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
      tap-highlight-color: rgba(255, 255, 255, 0.5); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }
  html.mm-blocking body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    width: 90px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -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); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }
  .mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit; }
  .mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -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); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -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); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar > .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar > .mm-breadcrumbs > a {
    text-decoration: underline; }
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -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); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    margin-right: 20px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px; }

/*
	jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -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); }
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -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); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -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); }
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -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);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  opacity: 0;
  top: -25%;
  -webkit-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -ms-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker, html.mm-pagedim-white #mm-blocker, html.mm-pagedim-black #mm-blocker {
  opacity: 0; }
html.mm-pagedim.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s; }
html.mm-pagedim #mm-blocker {
  background: inherit; }
html.mm-pagedim-white #mm-blocker {
  background: #fff; }
html.mm-pagedim-black #mm-blocker {
  background: #000; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

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

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -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); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar > *,
  .mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
      tap-highlight-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar > *,
  .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
      tap-highlight-color: rgba(0, 0, 0, 0.05); }
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar > *,
  .mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
      tap-highlight-color: rgba(255, 255, 255, 0.3); }
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
  .mm-menu.mm-tileview .mm-listview > li:after,
  .mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%; }
  .mm-menu.mm-tileview .mm-listview > li > a,
  .mm-menu.mm-tileview .mm-listview > li > span,
  .mm-menu .mm-tileview.mm-listview > li > a,
  .mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0; }
  .mm-menu.mm-tileview .mm-listview > li > .mm-next,
  .mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto; }
    .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
      content: none;
      display: none; }
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
  .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }
.mm-menu.mm-tileview .mm-listview {
  margin: 0; }
/**
 * Swiper 3.0.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: June 14, 2015
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow{z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

 
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
transition:All 0.4s ease;-webkit-transition:All 0.4s ease;-moz-transition:All 0.4s ease;-o-transition:All 0.4s ease;}
html {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  background: #000 none repeat scroll 0 0;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin: 0px;
  overflow-x: hidden !important;
  width: 100%;
  min-width: 1024px;
  line-height: 16px;
}
.block {
  float: left;
  position: relative;
  width: 100%;
  z-index: 3;
}
.orange {
	color: #f4b01d;
}
#preloader {
  background: rgba(0, 0, 0, 0) url("../images/preload-bg.png") no-repeat scroll center top / cover ;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  display: none !important;
}

#status {
  background-image: url("../images/preload-logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 378px;
  left: 50%;
  margin: -189px 0 0 -339px;
  opacity: 1 !important;
  padding-left: 30px;
  padding-top: 335px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 648px;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #f0e3bf;
	/* font-size: 12px; */
}
p {
  /* line-height: 0px; */
  /* margin: 0; */
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
.wrap {
  display: block;
  margin: 0 auto;
  min-width: 1024px;
  position: relative;
  width: 1024px;
}
.live {
  margin-top: 10px;
}

.background-ov {
  background: rgba(0, 0, 0, 0) url("../img/background-ov.png") repeat-x scroll center top;
  height: 395px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 630px;
  width: 100%;
  z-index: 1;
}
.background-top {
  background: rgba(0, 0, 0, 0) url("../img/home-bg.jpg") no-repeat scroll center top;
  height: 790px;
  left: 0;
  position: absolute;
  top: 198px;
  width: 100%;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: visible;
}
.background-bottom {
  background: rgba(0, 0, 0, 0) url("../images/background.jpg") no-repeat scroll center top;
  height: 395px;
  left: 0;
  position: absolute;
  top: 561px;
  width: 100%;
	-webkit-transform: rotate(180deg) scaleX(-1);
	-moz-transform: rotate(180deg) scaleX(-1);
	-ms-transform: rotate(180deg) scaleX(-1);
	-o-transform: rotate(180deg) scaleX(-1);
	transform: rotate(180deg) scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	z-index: 1;
}

#contact {
  background: rgba(0, 0, 0, 0) url("../img/bg-kontak.png") no-repeat scroll center top;
  height: 550px;
  left: -151px;
  line-height: 21px;
  padding-right: 69px;
  padding-top: 135px;
  position: fixed;
  top: 30%;
  width: 221px;
  z-index: 5;
}
#contact:hover {
    left: 0;
}
#contact .join {
    background: rgba(0, 0, 0, 0) url("../images/sprite2.png") no-repeat scroll center top;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 15px;
    width: 152px;
    color: #fdecb8;
}
#contact .phone {
    background: rgba(0, 0, 0, 0) url("../img/kontak.png") no-repeat scroll center -47px;
    color: #000;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 5px;
    padding-left: 41px;
    padding-top: 7px;
    width: 152px;
    font-size: 14px;
    font-weight: bold;
}
#contact .bbm {
    background: rgba(0, 0, 0, 0) url("../img/kontak.png") no-repeat scroll center -84px;
    color: #000;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 5px;
    padding-left: 41px;
    padding-top: 7px;
    width: 152px;
    font-size: 14px;
    font-weight: bold;
}
#contact .telegram {
    background: rgba(0, 0, 0, 0) url("../img/kontak.png") no-repeat scroll center -122px;
    color: #000;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 5px;
    padding-left: 41px;
    padding-top: 7px;
    width: 152px;
    font-size: 14px;
    font-weight: bold;
}
#contact .line {
    background: rgba(0, 0, 0, 0) url("../img/kontak.png") no-repeat scroll center -235px;
    color: #000;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 5px;
    padding-left: 41px;
    padding-top: 7px;
    width: 152px;
    font-size: 14px;
    font-weight: bold;
}
#contact .whatsapp {
    background: rgba(0, 0, 0, 0) url("../img/kontak.png") no-repeat scroll center -197px;
    color: #000;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 5px;
    padding-left: 41px;
    padding-top: 7px;
    width: 152px;
    font-size: 14px;
    font-weight: bold;
}
#contact .wechat {
    background: rgba(0, 0, 0, 0) url("../img/kontak.png") no-repeat scroll center -311px;
    color: #000;
    cursor: pointer;
    display: block;
    height: 34px;
    margin-bottom: 5px;
    padding-left: 41px;
    padding-top: 7px;
    width: 152px;
    font-size: 14px;
    font-weight: bold;
}
#contact .facebook {
    background: rgba(0, 0, 0, 0) url("../img/kontak.png") no-repeat scroll center -160px;
    color: #000;
    display: block;
    height: 34px;
    margin-bottom: 5px;
    padding-left: 41px;
    padding-top: 7px;
    width: 152px;
    font-size: 14px;
    font-weight: bold;
}
#contact .twitter {
    background: rgba(0, 0, 0, 0) url("../img/kontak.png") no-repeat scroll center -349px;
    color: #000;
    display: block;
    height: 34px;
    margin-bottom: 5px;
    padding-left: 41px;
    padding-top: 7px;
    width: 152px;
    font-size: 14px;
    font-weight: bold;
}

#contact .sms {
    background: rgba(0, 0, 0, 0) url("../img/kontak.png") no-repeat scroll center -160px;
    color: #000;
    display: block;
    height: 34px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 41px;
    padding-top: 7px;
    width: 152px;
    font-size: 14px;
    font-weight: bold;
}


#header {
  background: rgba(0, 0, 0, 0) url("../img/header.jpg") repeat-x scroll center top;
  height: 164px;
  padding-top: 54px;
  z-index: 6;
}
#header .wrap {
  height: 113px;
}
#header .col-1 {
  float: left;
  height: inherit;
  width: 280px;
}
#header .col-1 img {
  position: relative;
  top: 5px;
  height: 78px;
}
#header .col-2 {
  float: left;
  text-align: right;
  width: 744px;
  padding-top: 30px;
  padding-left: 40px;
}

#menu .wrap {
  background: #001b30 none repeat scroll 0 0;
  border-top: 1px solid #002948;
  height: 48px;
}
#menu li {
  list-style: none;
}
#menu ul {
  display: inline-block;
  height: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
}
#menu #menu-main-menu > li {
  float: left;
  height: 55px;
  text-align: left;
  width: 16.5%;
}
#menu #menu-main-menu .menu-item-description {
	display: inline-block;
	height: inherit;
	line-height: 10px;
	width: 100%;
	font-size: 8px;
	/* font-style: italic; */
	color: #fff;
}
#menu #menu-main-menu > li:hover, #menu #menu-main-menu > li.current-menu-item {
}
#menu #menu-main-menu > li:nth-child(1) {
  border-left: none;
}
#menu #menu-main-menu > li:nth-last-child(1) {
  border-right: none;
}
#menu #menu-main-menu > li > a {
  color: #fef0ca;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: inherit;
  line-height: 15px;
  padding: 12px 0 0 15px;
  text-transform: uppercase;
  width: 100%;
}
#menu #menu-main-menu > li:hover > a, #menu #menu-main-menu > li.current-menu-item > a, #main #menu-main-menu > li.current-menu-ancestor > a {
  /* background: rgba(0, 0, 0, 0) url("../img/menu-tab.png") no-repeat scroll left top; */
  color: #fef0ca;
}
#menu #menu-main-menu > li > ul {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: none;
  height: auto;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 114px;
  width: 100%;
  z-index: 5;
}
#menu #menu-main-menu > li.download > ul {
  background: rgb(0, 27, 48) none repeat scroll 0 0;
  display: none;
  height: auto;
  left: -1px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
  width: 100%;
  z-index: 5;
}
#menu #menu-main-menu > li.download > ul > li {
  width: 136px;
}
#menu #menu-main-menu > li.download:hover > ul > li > a {
  background: rgba(0, 0, 0, 0) url("../images/list.png") no-repeat scroll 5px center / 11px auto;
  border: medium none;
  font-size: 13px;
  font-weight: normal;
  padding-left: 20px;
  text-align: left;
}
#menu #menu-main-menu > li:hover > ul {
  display: inline-block;
  width: 100%;
}
#menu #menu-main-menu .sub-menu li {
  float: left;
  line-height: 38px;
  width: 50%;
}
#menu #menu-main-menu > li > .sub-menu > li {
  height: 230px;
}
#menu #menu-main-menu > li > .sub-menu > li:nth-child(odd) {
  background: black;
}
#menu #menu-main-menu > li > .sub-menu > li:nth-child(even) {
  background: #1a1a1a;
}
#menu #menu-main-menu .sub-menu li a {
  color: rgb(255, 255, 255);
}
#menu #menu-main-menu .sub-menu li:hover > a, #menu #menu-main-menu .sub-menu li.current-menu-item > a {
  color: #fcebb7;
}
#menu #menu-main-menu .sub-menu li:hover > a > ul > li:hover > a {
  color: #fcebb7;
}
#menu #menu-main-menu > li:hover > ul > li:nth-child(odd) > a {
  background: #131313;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: none;
}
#menu #menu-main-menu > li:hover > ul > li:nth-child(even) > a {
  background: #222;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: none;
}
#menu #menu-main-menu > li:hover > ul > li > a > div {
  color: rgb(247, 183, 33);
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 11px;
  margin-bottom: 13px;
  margin-top: -8px;
}
#menu #menu-main-menu > li:hover > ul > li > ul {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  text-align: center;
  width: 100%;
  border: none;
}

#menu #menu-main-menu > li:hover > ul > li > ul > li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  display: inline-flex;
  float: none;
  height: 166px;
  line-height: 290px;
  margin: 0;
  opacity: 0.7;
  padding: 0;
  text-align: center;
  width: 24%;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li:hover {
	cursor: pointer;
	opacity: 1;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.bluebet {
  background: rgba(0, 0, 0, 0) url("../img/games/sportsbook-bluebethot.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.sbobet {
  background: rgba(0, 0, 0, 0) url("../img/games/sportsbook-sbobet.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.cbet {
  background: rgba(0, 0, 0, 0) url("../img/games/sportsbook-cbet.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.igkbet {
  background: rgba(0, 0, 0, 0) url("../img/games/sportsbook-igkbet.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.tbsbet {
  background: rgba(0, 0, 0, 0) url("../img/games/sportsbook-tbsbet.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.maxbet {
  background: rgba(0, 0, 0, 0) url("../img/games/sportsbook-maxbet.png") no-repeat scroll 5px center;
}

#menu #menu-main-menu > li:hover > ul > li > ul > li.osgcasino {
  background: rgba(0, 0, 0, 0) url("../img/games/casino-osgcasino.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.bluebet-casino {
  background: rgba(0, 0, 0, 0) url("../img/games/casino-bluebet.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.ionclub {
  background: rgba(0, 0, 0, 0) url("../img/games/casino-ionclub.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.wmcasino {
  background: rgba(0, 0, 0, 0) url("../img/games/casino-wmcasino.png") no-repeat scroll 5px center;
}

#menu #menu-main-menu > li:hover > ul > li > ul > li.osg777 {
  background: rgba(0, 0, 0, 0) url("../img/games/slot-osg777hot.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.play1628 {
  background: rgba(0, 0, 0, 0) url("../img/games/slot-play1628.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.joker123 {
  background: rgba(0, 0, 0, 0) url("../img/games/slot-joker123.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.scr888 {
  background: rgba(0, 0, 0, 0) url("../img/games/slot-scr888.png") no-repeat scroll 5px center;
}

#menu #menu-main-menu > li:hover > ul > li > ul > li.pokerplace88 {
  background: rgba(0, 0, 0, 0) url("../img/games/poker-pokerplace88hot.png") no-repeat scroll 5px center;
}

#menu #menu-main-menu > li:hover > ul > li > ul > li.klik4d {
  background: rgba(0, 0, 0, 0) url("../img/games/togel-klik4d.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.demo4d {
  background: rgba(0, 0, 0, 0) url("../img/games/togel-demo4d.png") no-repeat scroll 5px center;
}

#menu #menu-main-menu > li:hover > ul > li > ul > li.tangkasnet {
  background: rgba(0, 0, 0, 0) url("../img/games/tangkas-tangkasnet.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.boltang88 {
  background: rgba(0, 0, 0, 0) url("../img/games/tangkas-boltang88.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.88tangkasnet {
  background: rgba(0, 0, 0, 0) url("../img/games/tangkas-888tangkas.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.s128 {
  background: rgba(0, 0, 0, 0) url("../img/games/sabung-s128.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.sv388 {
  background: rgba(0, 0, 0, 0) url("../img/games/sabung-sv388.png") no-repeat scroll 5px center;
}
#menu #menu-main-menu > li:hover > ul > li > ul > li.kfc {
  background: rgba(0, 0, 0, 0) url("../img/games/sabung-kfc-chicken.png") no-repeat scroll 5px center;
}

#menu #menu-main-menu > li:hover > ul > li > ul > li > a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 155px;
  width: 100%;
}

#top-menu .wrap {
  background: #001b30 none repeat scroll 0 0;
  border-top: 1px solid #002948;
  height: 48px;
}
#top-menu li {
  list-style: none;
}
#top-menu #menu-top-menu {
  display: inline-block;
  height: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-right: 30px;
}
#top-menu #menu-top-menu > li {
  float: right;
  height: 100%;
  text-align: center;
  width: 20%;
}
#top-menu #menu-top-menu .menu-item-description {
	display: inline-block;
	height: inherit;
	line-height: 10px;
	width: 100%;
	font-size: 9px;
	color: #866b30;
}
#top-menu #menu-top-menu > li:hover, #top-menu #menu-top-menu > li.current-menu-item {
	color: #fff;
}
#top-menu #menu-top-menu > li:nth-child(1) {
  border-left: none;
}
#top-menu #menu-top-menu > li:nth-last-child(1) {
  border-right: none;
}
#top-menu #menu-top-menu > li > a {
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	height: 35px;
	line-height: 40px;
	text-shadow: 0 0 5px #c8a970;
	text-transform: none;
}
#top-menu #menu-top-menu > li:hover > a, #top-menu #menu-top-menu > li.current-menu-item > a, #top-menu #menu-top-menu > li.current-menu-ancestor > a {
	color: #fff;
	text-shadow: 0 0 5px #7e653c;
}
#top-menu #menu-top-menu > li > ul {
  display: none;
  height: inherit;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 165%;
  left: -30%;
}
#top-menu #menu-top-menu > li:hover > ul {
  display: inline-block;
}
.sub-menu li {
  background: rgba(0,0,0,1);
  line-height: 38px;
}
.sub-menu li a {
  color: rgb(255, 255, 255);
}
.sub-menu li:hover a, .sub-menu li.current-menu-item a {
  color: #ffb80c;
}



#breadcrumb {
  background: rgba(0, 0, 0, 0) url("../img/header.jpg") repeat-x scroll center bottom;
  color: #9a835a;
  height: 41px;
  position: relative;
  z-index: 4;
}
#breadcrumb .wrap {
  height: 34px;
}
#breadcrumb .col-1 {
	width: 50%;
	float: left;
	margin-top: 5px;
}
#breadcrumb .col-2 {
  float: left;
  width: 50%;
}

#breadcrumb .col-88 {
    width: 50%;
    float: left;
    margin-top: 10px;
}

#breadcrumb h2 {
  color: #fef0ca;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 18px;
  padding-right: 32px;
  text-align: left;
  text-shadow: 0 0 5px #040404;
}
.breadcrumbs {
  margin: 0;
  padding-left: 15px;
  line-height: 40px;
}
.breadcrumbs > li {
  background: rgba(0, 0, 0, 0) url("../img/arrow.png") no-repeat scroll left 14px;
  float: left;
  font-size: 13px;
  line-height: 38px;
  list-style: outside none none;
  margin-right: 10px;
  padding-left: 18px;
}
.breadcrumbs > li:nth-child(1) {
  background: none;
  padding-left: 0;
}
.breadcrumbs a {
	color: #fff;
}
.breadcrumbs a:hover {
	color: #000;
}


#front {
  height: 420px;
  position: relative;
  z-index: 1;
}
#front .wrap {
  width: 100%;
	min-width: 100%;
}
#front canvas {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
#premium {
  left: 50%;
  margin-left: -293px;
  position: absolute;
  top: 125px;
  z-index: 4;
}



#middlebox {
  color: white;
  margin-top: 100px;
}
#middlebox .wrap {
  height: 175px;
}
#middlebox .col-1 {
  background: rgba(0, 0, 0, 0) url("../img/middle-box.png") no-repeat scroll left top;
  float: left;
  height: 243px;
  overflow: hidden;
  padding-top: 60px;
  position: relative;
  width: 370px;
}
#middlebox .col-2 {
  background: rgba(0, 0, 0, 0) url("../img/middle-box.png") no-repeat scroll -385px top;
  float: left;
  height: 243px;
  position: relative;
  text-align: center;
  width: 279px;
}
.logo-tengah {
	z-index: 1;
	left: 26px;
	position: absolute;
	top: -98px;
	/* animation: rotateright linear 36s; */
	/* animation-iteration-count: infinite; */
	/* transform-origin: 50% 50%; */
	/* -webkit-animation: rotateright linear 36s; */
	/* -webkit-animation-iteration-count: infinite; */
	/* -webkit-transform-origin: 50% 50%; */
	/*-moz-animation: rotateright linear 36s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: rotateright linear 36s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: rotateright linear 36s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%; */
}
.logo-tengah1 {
	z-index: 2;
  left: 40px;
	position: absolute;
	top: -60px;
	animation: rotateleft linear 36s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50% ;
  -webkit-animation: rotateleft linear 36s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50% ;
  -moz-animation: rotateleft linear 36s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50% ;
  -o-animation: rotateleft linear 36s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50% ;
  -ms-animation: rotateleft linear 36s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50% ;
}
.logo-tengah2 {
	z-index: 3;
  left: 58px;
	position: absolute;
	top: -43px;
	animation: rotateright linear 15s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50% ;
  -webkit-animation: rotateright linear 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50% ;
  -moz-animation: rotateright linear 15s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50% ;
  -o-animation: rotateright linear 15s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50% ;
  -ms-animation: rotateright linear 15s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50% ;
}
.logo-tengah3 {
	z-index: 4;
	left: -9px;
	position: absolute;
	top: -135px;
	animation: rotateleft linear 5s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: rotateleft linear 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: rotateleft linear 5s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: rotateleft linear 5s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: rotateleft linear 5s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}
.logo-tengah4 {
	z-index: 5;
	left: -9px;
	position: absolute;
	top: -133px;
	animation: rotateleft linear 1s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: rotateleft linear 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: rotateleft linear 1s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: rotateleft linear 1s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: rotateleft linear 1s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}

@keyframes rotateright {
  0% {
    transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
	50% {
    transform:  rotate(180deg) scaleX(1) scaleY(1) ;
  }
  100% {
    transform:  rotate(360deg) scaleX(1) scaleY(1) ;
  }
}

@-moz-keyframes rotateright {
  0% {
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
	50% {
    -moz-transform:  rotate(180deg) scaleX(1) scaleY(1) ;
  }
  100% {
    -moz-transform:  rotate(360deg) scaleX(1) scaleY(1) ;
  }
}

@-webkit-keyframes rotateright {
  0% {
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
	50% {
    -webkit-transform:  rotate(180deg) scaleX(1) scaleY(1) ;
  }
  100% {
    -webkit-transform:  rotate(360deg) scaleX(1) scaleY(1) ;
  }
}




@keyframes rotateleft {
  0% {
    transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
	50% {
    transform:  rotate(-180deg) scaleX(1) scaleY(1) ;
  }
  100% {
    transform:  rotate(-360deg) scaleX(1) scaleY(1) ;
  }
}

@-moz-keyframes rotateleft {
  0% {
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
	50% {
    -moz-transform:  rotate(-180deg) scaleX(1) scaleY(1) ;
  }
  100% {
    -moz-transform:  rotate(-360deg) scaleX(1) scaleY(1) ;
  }
}

@-webkit-keyframes rotateleft {
  0% {
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
	50% {
    -webkit-transform:  rotate(-180deg) scaleX(1) scaleY(1) ;
  }
  100% {
    -webkit-transform:  rotate(-360deg) scaleX(1) scaleY(1) ;
  }
}


#middlebox .col-3 {
  background: rgba(0, 0, 0, 0) url("../img/middle-box.png") no-repeat scroll right top;
  float: left;
  height: 244px;
  overflow: hidden;
  padding: 58px 0px 0 0px;
  position: relative;
  width: 373px;
}
#middlebox .col-3 .swiper-slide {
  text-align: center;
}
#middlebox .col-3 .games {
  height: 180px;
  overflow: hidden;
  width: 100%;
}
#middlebox .col-3 .games-prev {
  background: rgba(0, 0, 0, 0) url("../images/tips-prev.png") no-repeat scroll center center;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 55px;
  top: 10px;
  width: 32px;
}
#middlebox .col-3 .games-next {
  background: rgba(0, 0, 0, 0) url("../images/tips-next.png") no-repeat scroll center center;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 32px;
}

#bottom {
	background: rgba(0, 0, 0, 0) url("../images/bottom.jpg") no-repeat scroll center top / cover ;
  color: white;
  margin-top: 30px;
}
#bottom .wrap {
  height: 199px;
  overflow: hidden;
}
#bottom .swiper-slide > div {
	display: inline-block;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -webkit-grab;
	cursor: grab;
}
#bottom .col-1 {
  float: left;
  height: 200px;
  padding-top: 70px;
  width: 245px;
}
#bottom .col-2 {
  float: left;
  height: 200px;
  padding-top: 10px;
  text-align: center;
  width: 855px;
}
#bottom .col-2 > div {
  background: rgba(0, 0, 0, 0) url("../images/game-bg.png") no-repeat scroll center top / cover ;
  display: inline-block;
  height: 85px;
  margin-bottom: 5px;
  margin-right: 25px;
  padding-left: 5px;
  padding-top: 5px;
  width: 256px;
	text-align: left;
}
#bottom .col-2 > div > div {
  font-size: 14px;
  height: 75px;
  overflow-y: auto;
  padding-right: 15px;
}
#bottom .col-2 > div > img {
  float: left;
  height: 75px;
  margin-right: 10px;
  width: 75px;
}
#bottom h2 {
  font-size: 30px;
}
#bottom h2 span {
  color: white;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  top: -20px;
}

#footer {
  background: rgba(0, 0, 0, 0) url("../img/footer.png") no-repeat scroll center top;
  color: rgb(255, 255, 255);
  font-size: 12px;
  margin-top: 25px;
  text-align: center;
  padding-top: 15px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #edcf71;
}
#footer div:nth-child(1) {
  padding: 15px;
  font-family: 'Roboto', sans-serif;
}
#footer div:nth-child(3) {
  padding-bottom: 16px;
}
#footer div:nth-child(4) {
  padding: 0px 0 10px;
}

#content {
  color: #d7d7d7;
  margin-top: 5px;
}
#content .wrap {
  background: rgb(0, 0, 0) none repeat scroll 0 0;
  border-radius: 7px;
  height: auto;
  /* margin-bottom: 0px; */
}
.home #content {
  display: none;
}
#primary {
  padding: 15px;
}
h1.entry-title {
  text-align: center;
}



.form.register-home {
  margin-bottom: 15px;
}
.form {
  float: left;
  width: 100%;
}
.form .left {
  float: left;
  width: 50%;
  padding-right: 4px;
  position: relative;
  margin-bottom: 10px;
}
.form .right {
  float: left;
  width: 50%;
	padding-left: 4px;
	position: relative;
	margin-bottom: 10px;
}
.form .fullwidth {
  float: left;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.field-title {
  font-size: 20px;
  color: #fff8e7;
  font-weight: bold;
  margin-bottom: 15px;
}
.label-title {
  color: #fcebb7;
  margin: 20px 0 10px;
}
.half {
  padding: 0 25%;
}
.form select, .form input {
  border: 1px solid #2f2e2e;
  border-radius: 10px;
  height: 40px;
  line-height: 30px;
  margin-bottom: 8px;
  width: 100%;
  background: black;
  color: white;
  text-align: center;
}
.greybox {
  background: #101010 none repeat scroll 0 0;
  border: 1px solid #2f2e2e;
  border-radius: 10px;
  display: inline-block;
  padding: 15px 35px;
  width: 100%;
}
.greybox .col-1, .greybox .col-2, .greybox .col-3, .greybox .col-4, .greybox .col-5, .greybox .col-6, .greybox .col-7, .greybox .col-8 {
  color: #fcebb7;
  float: left;
  font-size: 17px;
  text-align: left;
  width: 25%;
  position: relative;
}

.greybox .col-11, .greybox .col-12, .greybox .col-13, .greybox .col-14, .greybox .col-15, .greybox .col-16, .greybox .col-17, .greybox .col-18 {
  color: #fcebb7;
  float: left;
  font-size: 17px;
  text-align: left;
  width: 50%;
  position: relative;
}


.greyboxb {
  background: #101010 none repeat scroll 0 0;
  border: 1px solid #2f2e2e;
  border-radius: 10px;
  display: inline-block;
  padding: 15px 35px;
  width: 100%;
}
.greyboxb .col-1, .greyboxb .col-2, .greyboxb .col-3, .greyboxb .col-4, .greyboxb .col-5, .greyboxb .col-6, .greyboxb .col-7, .greyboxb .col-8 {
  color: #fcebb7;
  float: left;
  font-size: 17px;
  text-align: left;
  width: 25%;
  position: relative;
}



.success td {
  padding-bottom: 20px;
}
label {
  color: white;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
label img {
  position: relative;
  top: 8px;
  margin-right: 10px;
  width: 100px;
}
.form-loading {
  margin: 0 auto;
  display: block;
}
input[type=radio] {
    display: none;
}
label::before {
  background: rgba(0, 0, 0, 0) url("../images/radio.png") no-repeat scroll left -40px;
  content: "";
  display: inline-block;
  height: 32px;
  left: 0;
  margin-right: 10px;
  overflow: visible;
  position: relative;
  top: 6px;
  transition:All 0.1s ease;
	-webkit-transition:All 0.1s ease;
	-moz-transition:All 0.1s ease;
	-o-transition:All 0.1s ease;
  width: 26px;
}
.radio label:before {
    border-radius: 8px;
}
input[type="radio"]:checked + label::before {
  background: rgba(0, 0, 0, 0) url("../images/radio.png") no-repeat scroll left 0px;
  content: "";
  display: inline-block;
  height: 32px;
  left: 0;
  margin-right: 10px;
  overflow: visible;
  position: relative;
  top: 6px;
  transition:All 0.1s ease;
	-webkit-transition:All 0.1s ease;
	-moz-transition:All 0.1s ease;
	-o-transition:All 0.1s ease;
  width: 26px;
}
.form option:disabled {
	margin-top:10px;
	margin-bottom: 5px;
	color: black;
	font-weight: bold;
} 
.form .bonusref {
  left: 10px;
  margin: 7px 0;
  position: relative;
  top: -5px;
}
.form .pop-bonus {
  display: none;
  left: -35px;
  position: absolute;
  top: -173px;
  width: 260px;
}
.form .right:hover .pop-bonus {
	display: block;
}
.form .captcha {
  float: left;
  height: 45px;
  margin-right: 8px;
  width: 45%;
}
.form .kode {
  float: left;
  font-size: 20px;
  font-weight: bold;
  height: 45px;
  padding: 10px;
  text-align: center;
  width: 50%;
}
.form .center {
  float: left;
  margin: 5px 0;
  width: 100%;
}
.form .margin {
  margin: 10px 0;
}
.form .button-left input, .form .button-right input {
  background: #f7b721 none repeat scroll 0 0;
  float: left;
  height: 45px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
	cursor: pointer;
}
.form .button-left input:hover, .form .button-right input:hover {
	background: #004581 none repeat scroll 0 0;
	color: white;
}
.form .button-left {
  float: left;
  width: 50%;
	padding-right: 4px;
}
.form .button-right {
  float: left;
  width: 50%;
	padding-left: 4px;
}
.form input.submit {
  background: rgba(0, 0, 0, 0) url("../images/button.png") repeat-x scroll center top;
  cursor: pointer;
  display: block;
  font-weight: bold;
  height: 45px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 35%;
  color: black;
}
.form input.submit:hover {
  background: rgba(0, 0, 0, 0) url("../images/button-hover.png") repeat-x scroll center bottom;
  color: black;
}
#form-body.form-registrasi {
	display: none;
  background: #0a0a0a none repeat scroll 0 0;
	border: 1px solid #2f2e2e;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: -62px;
	padding-bottom: 22px;
	padding-top: 73px;
}
.registrasi-button {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  height: 90px;
}
.registrasi-button a > div {
  display: inline-block;
  position: relative;
}
.registrasi-button a > div > div {
  height: 110px;
  position: absolute;
  right: 0;
  top: -12px;
}
.registrasi-button a > div > div > img {
  position: relative;
}
.registrasi-button a > div > div > img.rolet {
  float: right;
  position: relative;
  right: 0;
  top: 0;
  width: 112px;
}
.registrasi-button a > div > div > img.rolet-1 {
  float: right;
  left: 24px;
  top: -106px;
  width: 100px;
}
.registrasi-button a > div > div > img.rolet-2 {
  float: right;
  left: 17px;
  top: -198px;
  width: 85px;
}
.registrasi-button a > div > div > img.rolet-3 {
  float: right;
  left: -6px;
  top: -260px;
  width: 39px;
}
.registrasi-button a > div > div > img.rolet-4 {
  float: right;
  left: 25px;
  top: -333px;
  width: 104px;
}
#form-body {
  display: inline-block;
  padding: 0 140px;
  width: 100%;
  text-align: center;
}
#result .error {
  background: #fd5858 none repeat scroll 0 0;
  border: 1px solid #ff2626;
  display: table-cell;
  font-weight: bold;
  height: 55px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 25px;
  vertical-align: middle;
  width: 350px;
}


.entry-content > h2 {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 7px;
}

.main-image {
  height: 200px;
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
}
.main-image > p {
  display: inline-block;
  margin: 0 7px;
}
.main-image img {
  box-shadow: 0 0 10px rgb(0, 0, 0);
	opacity: 0.8;
}
.main-image img:hover {
	opacity: 1;
}
.registrasi {
  background: rgb(1, 29, 53) none repeat scroll 0 0;
  display: inline-block;
  float: left;
  height: 320px;
  margin-right: 20px;
  padding: 20px 10px 10px;
  width: 330px;
}
.registrasi h3 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}
h4 {
  background: rgb(0, 23, 41) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  display: inline-block;
  margin-bottom: 15px;
  padding: 13px;
}
.image-left {
  float: left;
  margin-right: 25px;
}
.entry-content li {
  margin: 0px;
}
#primary h3 {
  background: #826941 none repeat scroll 0 0;
  color: #fff;
  text-shadow: 0 0 6px #0000007d;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: bolder;
  font-family: 'Roboto', sans-serif;
}
.related {
  background: rgb(0, 23, 41) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  display: inline-block;
  margin: 30px 0;
  padding: 10px 20px 20px;
  width: 100%;
  margin-bottom: 80px;
}
.related > div {
  float: left;
  padding: 0 10px;
  width: 20%;
}
h5 {
  background: rgb(0, 23, 41) none repeat scroll 0 0;
  font-size: 17px;
  font-weight: normal;
  padding: 15px;
  text-align: center;
}
.related p {
  font-size: 13px;
  line-height: 17px;
}
.readmore {
  background: rgb(255, 168, 0) none repeat scroll 0 0;
  border-radius: 5px;
  color: rgb(0, 23, 41);
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px;
}
.readmore:hover {
  background: #003f71;
  color: #fff;
}
section {
  margin-bottom: 50px;
}
ol, ul {
  margin-bottom: 5px;
}
header.entry-header {
  background: rgba(0, 0, 0, 0) url("../img/line.png") no-repeat scroll center bottom;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  padding: 10px;
  line-height: 5px;
}
.fn span {
  color: #f0e3bf;
}
.post-meta {
  text-align: center;
  font-size: 12px;
  color: #f0e3bf;
}
.yasr-total-average-text {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: -5px;
}
.dashicons, .dashicons-before::before {
  display: none;
}


.pagination {
  /* background: #032546 none repeat scroll 0 0; */
  /* border-bottom: 5px solid #ffb81f; */
  /* border-top: 5px solid #ffb81f; */
  clear: both;
  display: inline-block;
  font-size: 11px;
  height: auto;
  line-height: 13px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 10px;
  position: relative;
  width: 100%;
  text-align: center;
}
.pagination > div {
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
.pagination > span, .pagination > a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  width: 19%;
}
.pagination a:hover span {
    background: #ffb81f none repeat scroll 0 0;
    color: #fff;
}
.pagination .current span {
  background: #ffb81f none repeat scroll 0 0;
  color: #fff;
}
.pagination span > span, .pagination a > span {
  background: white none repeat scroll 0 0;
  color: black;
  display: inline-block;
  font-size: 20px;
  line-height: 45px;
  width: 100%;
}
#loader-visitor-rating {
	color: transparent;
	text-align: center;
	width: 100%;
	background-position: center center;
}
#loader-visitor-rating img {
	display: block;
	margin: 0 auto;
}

#submenu {
  background: #ffb81f none repeat scroll 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  padding: 15px 10px 10px;
  text-align: center;
  text-transform: uppercase;
}
#submenu .wrap {
  padding: 15px 10px 10px;
}
#submenu .mainmenu {
  background: #032546 none repeat scroll 0 0;
  border-radius: 7px;
  color: white;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 55px;
  width: 100%;
}
#submenu .mainmenu:hover {
  background: #004181 none repeat scroll 0 0;
}
#submenu .subcat:nth-child(odd) {
  border-radius: 7px;
  color: white;
  display: inline-block;
  margin: 5px 0;
  padding: 0 0 0 5px;
  width: 50%;
}
#submenu .subcat:nth-child(even) {
  border-radius: 7px;
  color: white;
  display: inline-block;
  margin: 5px 0;
  padding: 0 5px 0 0;
  width: 50%;
}
#submenu .subcat span {
  background: #032546 none repeat scroll 0 0;
  border-radius: 7px;
  display: inline-block;
  line-height: 55px;
  width: 100%;
}
#submenu .subcat:hover span {
  background: #004181 none repeat scroll 0 0;
}

#jadwal tr:nth-child(1) {
	display: none;
}
#jadwal td:nth-child(1) {
	font-weight: bold;
	width: 20%;
}
#jadwal td:nth-child(2) {
	width: 30%;
}
#jadwal td:nth-child(3) {
	width: 30%;
}
#jadwal td:nth-child(4) {
	width: 20%;
}
#jadwal td:nth-child(5) {
	width: 0%;
}

#jadwal table {
	width: 100%;
	display: none;
}
#jadwal table#suzanaTable {
  background: white none repeat scroll 0 0 !important;
  display: inline-block;
  margin-top: 15px;
}
#jadwal tr {
  display: inline-block;
  width: 100%;
}
#jadwal td {
  display: inline-block;
  float: left;
  font-size: 12px !important;
  padding: 10px 5px !important;
	word-wrap: break-word;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
#jadwal tr td strong {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
#jadwal tr td:nth-child(4) {
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
  text-align: center;
}
#jadwal tr td:nth-child(5) {
  display:none;
}
.category article.category-berita-bola {
  background: rgb(4, 37, 70) none repeat scroll 0 0;
  float: left;
  margin-bottom: 10px;
  min-height: 95px;
  padding: 10px;
  position: relative;
}
.category article.category-berita-bola .post-thumbnail img {
  height: 75px;
  width: 120px;
}
.single .category article.category-berita-bola .post-thumbnail img {
  height: auto;
  width: 100%;
}
.category article.category-berita-bola .post-thumbnail {
  display: inline-block;
  float: left;
  height: 75px;
  left: 10px;
  margin-right: 10px;
  position: absolute;
  top: 10px;
  width: 120px;
}
.single .category article.category-berita-bola .post-thumbnail {
  display: inline-block;
  float: none;
  height: auto;
  left: 0;
  margin-right: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.category article.category-berita-bola .entry-header {
  display: inline-block;
  float: left;
  height: 40px;
  margin-right: 10px;
  padding-left: 128px;
  width: auto;
}
.category article.category-berita-bola .tanggal {
  color: white;
  display: inline-block;
  float: left;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  padding-left: 128px;
  width: auto;
}
.category article.category-berita-bola .entry-title.web {
  line-height: 10px;
  position: relative;
  top: -2px;
}
.category article.category-berita-bola .entry-title.web > a {
  color: rgb(255, 255, 255);
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 9px;
}
.category article.category-berita-bola .read {
  border-radius: 0;
  height: 86px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
	font-family: 'Roboto', sans-serif;
}
.category article.category-berita-bola .detailbutton {
  border-radius: 0;
  bottom: 0;
  font-size: 18px;
  padding: 3px 9px;
  position: absolute;
  right: 10px;
  text-align: right;
  width: 80px;
}
.category article.category-berita-bola .detailbutton > span {
  display: inline;
  font-size: 12px;
  left: -5px;
  margin-right: 5px;
  position: relative;
  top: -4px;
}
.category article.category-berita-bola .detail {
  background: white none repeat scroll 0 0;
}
.category article.category-berita-bola .detail .yasr-visitor-votes {
  display: none;
}

#klasemen {
	margin-top:10px;
}
#klasemen .title {
  background: rgb(3, 37, 70) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  height: 48px;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
}
#klasemen .title .left {
  float: left;
  text-align: left;
  width: 50%;
}
#klasemen .title .right {
  float: left;
  text-align: right;
  width: 50%;
}
#klasemen > div {
	margin-bottom: 15px;
}
#klasemen h2.button {
  background: #ffb81f url("../images/view.png") no-repeat scroll right center / contain ;
  cursor: pointer;
  font-size: 18px;
  line-height: 55px;
  padding-left: 14px;
  text-transform: uppercase;
}
#klasemen .detail > div {
  display: inline-block;
  float: left;
  width: 100%;
}
#klasemen .detail .head > div {
  background: #1e3348 none repeat scroll 0 0;
  border-bottom: medium none;
  border-right: 1px solid #132332;
  color: white;
  float: left;
  text-align: center;
}
#klasemen .detail div > div {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
  color: black;
  float: left;
  line-height: 45px;
  text-align: center;
}
#klasemen .detail div > div {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: normal;
  width: 7%;
}
#klasemen .detail div > div:nth-child(2) {
  font-family: 'Roboto', sans-serif;
  font-size: 96%;
  font-weight: lighter;
  width: 37%;
}
#klasemen .detail > div:nth-last-child(1) {
	display:none;
}

.promotion {
  padding-top: 30px;
  text-align: center;
}
.yasr-visitor-votes {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
.yasr-total-average-container {
  display: block;
  margin: 10px;
}
.rateit {
  -moz-user-select: none;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
footer.entry-footer {
  margin-bottom: 25px;
}
.yasr_schema {
  font-size: small;
  text-align: center;
}
#primary .entry-content {
  min-height: 100%;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
}

.filter-table {
  background: #421120;
  color: rgb(255, 255, 255);
  padding: 19px;
  text-align: center;
}
.filter-table > input {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
table.prediksi {
  border: 1px solid rgb(128, 128, 128);
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
table.prediksi td, table.prediksi th {
  border: 1px solid #232323;
  color: black;
  padding: 10px;
  text-align: center;
}
table.prediksi td:hover {
    background: #ffa100 none repeat scroll 0 0;
}
table.prediksi th {
  background: #232323;
  color: rgb(255, 255, 255);
  font-size: 17px;
}
table.prediksi tr:nth-child(2n) {
    background: #f6f6f6 none repeat scroll 0 0;
}
table.prediksi tr:nth-child(2n+1) {
    background: #fff none repeat scroll 0 0;
}
table.white {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(128, 128, 128);
    border-collapse: collapse;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
table.white th {
    background: rgb(57, 66, 93) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
}
table.white th, table.white td {
    border: 1px solid grey;
    padding: 9px;
}
.login {
	margin-bottom: 10px;
	text-align: center;
}
.login > div {
}
.login a {
	background: rgba(0, 0, 0, 0) url("../images/login.png") no-repeat scroll center center;
  display: inline-block;
  height: 60px;
  text-align: left;
  width: 379px;
}
.login a span {
  color: black;
  font-size: 20px;
  font-weight: bolder;
  left: 15px;
  position: relative;
  text-transform: uppercase;
  top: 20px;
}


.more {
  background: #730024;
  border-radius: 5px;
  color: #fff;
  display: block !important;
  font-weight: bold;
  line-height: 36px;
  margin: 0 auto 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100px !important;
}
.desc {
    margin-bottom: 20px;
}

.mobile {
	display:none;
}

@media only screen and (max-width: 1023px) {
		.block {
			display:none;
		}
		.mobile, .site-content.block {
			display: block;
		}
		html {
			margin-top: 0 !important;
		}
		body {
			background: #000 none repeat scroll 0 0;
			color: #e5e8ec;
			font-size: 16px;
			height: 100%;
			max-height: 100%;
			min-height: 100% !important;
			min-width: 100%;
		}
		.wrap {
			display: block;
			margin: 0 auto;
			min-width: 100%;
			position: relative;
			width: 100%;
		}
		a {
			color: white;
		}
		a:hover {
			color: white;
		}
		.background-ov {
			display: none;
		}
		.background-top {
			display: none;
		}
		.entry-content li {
			line-height: 22px;
		}
		ol, ul {
			margin-bottom: 5px;
			padding-left: 18px;
		}
		
		.bolt-blue, .bolt-black {
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}
		.bolt-blue > div {
			background: #18212c url("../images/mobile/bolt-blue.png") no-repeat scroll center center;
			width: 5px;
			height: 5px;
		}
		.bolt-black > div {
			background: #18212c url("../images/mobile/bolt-blue.png") no-repeat scroll center center;
			width: 5px;
			height: 5px;
		}
		.bolt-tl {
			left: 10px;
			position: absolute;
			top: 10px;
		}
		.bolt-bl {
			left: 10px;
			position: absolute;
			bottom: 10px;
		}
		.bolt-tr {
			right: 10px;
			position: absolute;
			top: 10px;
		}
		.bolt-br {
			right: 10px;
			position: absolute;
			bottom: 10px;
		}
		.overlay-blue {
			background: rgba(0, 0, 0, 0) url("../images/mobile/overlay-blue.png") no-repeat scroll center top / cover ;
			height: 100%;
			position: absolute;
			width: 100%;
			top: 0;
			left: 0;
			z-index: 1;
		}
		.overlay-black {
			background: rgba(0, 0, 0, 0) url("../images/mobile/overlay-black.png") no-repeat scroll center top / cover ;
			height: 100%;
			position: absolute;
			width: 100%;
			top: 0;
			left: 0;
			z-index: 1;
		}
    #top-mobile {
			background: #1d1f22 url(../img/mobile/top-head.png) repeat-x scroll right top;
			height: 52px;
			position: relative;
			width: 100%;
		}
		#top-mobile .left {
			float: left;
			height: inherit;
			line-height: 74px;
			padding-left: 10px;
			position: relative;
			text-align: left;
			width: 50%;
			z-index: 2;
		}
		#top-mobile .right {
			float: left;
			height: inherit;
			line-height: 74px;
			padding-right: 10px;
			position: relative;
			text-align: right;
			width: 50%;
			z-index: 2;
		}
		
		#header-mobile {
			background: rgba(0, 0, 0, 0) url(../img/mobile/bg-header.png) repeat-x scroll center top;
			border-bottom: 1px solid #bba56b;
			height: 100px;
			opacity: 1;
			padding-top: 5px;
			position: relative;
			text-align: center;
		}
		
		#utility-mobile {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			height: 90px;
			margin-bottom: 15px;
			opacity: 1;
			padding: 0 15px;
			position: relative;
			text-align: center;
		}
		#utility-mobile:hover {
			opacity: 1;
		}
		#utility-mobile a {
			background: rgba(0, 0, 0, 0) url("../images/mobile/livechat-bg.png") no-repeat scroll center top / cover ;
			border-radius: 10px;
			display: block;
			font-size: 20px;
			font-weight: bold;
			height: 100%;
			line-height: 20px;
			padding-top: 22px;
			position: relative;
			width: 100%;
			z-index: 2;
		}
		#utility-mobile a span {
			display: block;
			font-size: 12px;
			font-weight: normal;
		}
		
		#feature-mobile {
			background: rgba(0, 0, 0, 0) url("../img/mobile/bg-home.jpg") repeat-x scroll left top;
			height: auto;
			opacity: 1;
			position: relative;
			text-align: center;
			background-size: auto 100%;
		}
		.swiper-slide img {
			height: auto;
			width: 100%;
		}

		#nav-mobile {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			display: inline-block;
			height: auto;
			margin-bottom: 15px;
			margin-top: 15px;
			position: relative;
			text-align: center;
			width: 100%;
		}
		#nav-mobile .left {
			float: left;
			height: 100%;
			padding-right: 1%;
			padding-left: 2%;
			width: 50%;
			position: relative;
		}
		#nav-mobile .right {
			float: left;
			height: 100%;
			padding-right: 2%;
			padding-left: 1%;
			width: 50%;
			position: relative;
		}
		#nav-mobile .right > a {
			background: rgba(0, 0, 0, 0) url("../img/mobile/bg-nav.png") no-repeat scroll center top / cover;
		}
		#nav-mobile .left > a {
			background: rgba(0, 0, 0, 0) url("../img/mobile/bg-nav.png") no-repeat scroll center top / cover;
		}
		#nav-mobile div > a {
			border: 0.5px solid #fcebb7;
			display: block;
			font-size: 17px;
			font-weight: bold;
			height: 100%;
			line-height: 55px;
			opacity: 1;
			overflow: hidden;
			position: relative;
			width: 100%;
			z-index: 2;
			border-radius: 10px;
		}
		#nav-mobile div > a span {
			text-shadow: 0 0 6px #0000007d;
		}
		#nav-mobile div > a:hover {
			opacity: 1;
		}
		
		.related {
			background: #1d1f22 none repeat scroll 0 0;
			color: rgb(255, 255, 255);
			display: inline-block;
			height: auto;
			margin: 30px 0 0;
			padding: 10px 20px 20px;
			width: 100%;
		}
		.related > div {
			border: 1px solid #393939;
			float: left;
			margin-bottom: 0;
			padding: 17px 0;
			text-align: center;
			width: 100%;
		}
		h5 {
			background: #2c2c2c;
			font-size: 17px;
			font-weight: normal;
			padding: 15px;
			text-align: center;
		}
		.entry-content h2 {
			line-height: 27px;
		}
		.image-left {
			display: block;
			margin: 10px 0;
			text-align: center;
		}
		
		#content-mobile {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			height: auto;
			overflow: hidden;
			padding: 1%;
			position: relative;
			text-align: left;
			color: white;
		}
		
		#content-mobile .game, #content-mobile .download {
			height: 75px;
			margin-bottom: 7px;
			position: relative;
			opacity: 0.8;
		}
		#content-mobile .game:hover, #content-mobile .download:hover {
			opacity: 1;
		}
		#content-mobile .black {
			background: #111214 none repeat scroll 0 0;
			border-bottom: 1px solid #242527;
			border-top: 1px solid #090b0e;
			width: 100%;
		}
		#content-mobile .blue {
			background: #171c26;	
			border-bottom: 1px solid #2a3a4a;
			border-top: 1px solid #0b0e14;
			width: 100%;
		}
		h1, h2, h3, h4, h5, h6 {
			font-family: 'Roboto', sans-serif;
			margin: 0;
			margin-bottom: 11px;
		}
		.related {
			background: rgb(0, 23, 41) none repeat scroll 0 0;
			color: rgb(255, 255, 255);
			display: inline-block;
			height: auto;
			margin: 30px 0 80px;
			padding: 10px 20px 20px;
			width: 100%;
		}
		.related > div {
			float: left;
			margin-bottom: 10px;
			padding: 0 10px;
			width: 100%;
		}
		.main-image {
			display: none;
			height: 200px;
			margin-bottom: 25px;
			text-align: center;
			width: 100%;
		}
		
		#footer-mobile {
			background: rgba(0, 0, 0, 0) url(../img/mobile/footer.png) no-repeat scroll center top;
			color: #fff;
			height: 100px;
			/* margin-top: 0%; */
			position: relative;
			text-align: center;
			width: 100%;
			font-family: 'Roboto', sans-serif;
			font-size: 12px;
		}
		#footer-mobile img {
			height: auto;
			max-width: 783px;
			margin-top: 15px;
		}
		
		#footer-mobile2 {
			background: rgba(0, 0, 0, 0) url(../img/mobile/footer.png) no-repeat scroll center top;
			color: #fff;
			height: 100px;
			margin-top: 100%;
			position: relative;
			text-align: center;
			width: 100%;
			font-family: 'Roboto', sans-serif;
			font-size: 12px;
		}
		#footer-mobile2 img {
			height: auto;
			max-width: 752px;
			margin-top: 15px;
		}
		
		.main-form .col-1 {
			float: left;
			margin-bottom: 20px;
			padding: 0;
			text-align: left;
			width: 100%;
		}
		.main-form .col-2 {
			display: none;
		}
		
		.registrasi {
			background: #303236 none repeat scroll 0 0;
			color: rgb(255, 255, 255);
			display: inline-block;
			float: left;
			height: auto;
			margin: 0 0 35px;
			padding: 20px 10px;
			width: 100%;
		}
		.image-left {
			display: none;
			margin: 10px 0;
			text-align: center;
		}
		.related {
			background: #1b1c1e;
			color: rgb(255, 255, 255);
			display: inline-block;
			height: auto;
			margin: 30px 0 80px;
			padding: 10px 20px 20px;
			width: 100%;
		}
		.related > div {
			float: left;
			margin: 10px 0;
			padding: 15px 10px;
			width: 100%;
		}
		.related > div h3, .related > div p {
			margin: 0;
		}
		h4 {
			background: #171c26 none repeat scroll 0 0;
			color: rgb(255, 255, 255);
			display: inline-block;
			margin-bottom: 15px;
			padding: 13px;
			text-align: center;
		}
				
		#content {
			background: #000 none repeat scroll 0 0;
		}
		.entry-content img {
			height: auto;
			max-width: 100%;
			width: 100%;
		}
		.registrasi-button a > div > div {
			display: none;
			height: 110px;
			position: absolute;
			right: 0;
			top: -12px;
		}
		#form-body {
			display: inline-block;
			padding: 0 20px;
			text-align: center;
			width: 100%;
		}
		#form-body.form-registrasi {
			background: #0a0a0a none repeat scroll 0 0;
			border: 1px solid #2f2e2e;
			border-radius: 10px;
			display: none;
			margin-bottom: 20px;
			margin-top: -62px;
			padding: 55px 15px 35px;
		}
		label {
			color: white;
			cursor: pointer;
			display: block;
			font-size: 14px;
			height: 40px;
			line-height: 10px;
			text-align: left;
		}
		.label-title {
			color: #fff;
			font-size: 20px;
			font-weight: bold;
			margin: 8px 0 10px;
			text-align: left;
		}
		.field-title {
			color: #fff8e7;
			font-size: 20px;
			font-weight: bold;
			margin-bottom: 25px;
			text-align: left;
		}
		.greybox {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			border: medium none;
			border-radius: 10px;
			display: inline-block;
			padding: 15px 0 0;
			width: 100%;
		}
		.greybox .col-1, .greybox .col-2, .greybox .col-3, .greybox .col-4, .greybox .col-5, .greybox .col-6, .greybox .col-7, .greybox .col-8 {
			color: #fcebb7;
			float: left;
			font-size: 17px;
			margin-bottom: 25px;
			text-align: left;
			width: 50%;
		}
		.half {
			padding: 0;
		}
		.form .left {
			float: left;
			margin-bottom: 10px;
			padding-right: 4px;
			position: relative;
			width: 50%;
			margin-top: 30px;
		}
		#form-body p {
			display: none;
		}
		header.entry-header {
			background: #111 none repeat scroll 0 0;
			color: #ffffff;
			text-shadow: 0 0 6px #0000007d;
			height: auto;
			margin-bottom: 25px;
			padding: 15px;
		}
		section {
			display: inline-block;
			margin-bottom: 0;
			width: 100%;
		}
		.edited {
			position: relative;
			right: 0;
			text-align: center;
			top: 3px;
		}
		.main-form {
			background: #1d1f22 none repeat scroll 0 0;
			display: inline-block;
			padding: 10px;
			width: 100%;
		}
		.main-form h2 {
			color: rgb(255, 255, 255);
			text-align: center;
			text-transform: uppercase;
			line-height: 25px;
		}
		.form .left,
		.form .right {
			float: left;
			padding: 0;
			position: relative;
			width: 100%;
		}
		html #wpadminbar {
			display: none;
			height: 46px;
			min-width: 300px;
		}
		.form select, .form input {
			background: white none repeat scroll 0 0;
			border: medium none;
			border-radius: 0;
			color: black;
			font-size: 18px;
			font-weight: bold;
			height: 39px;
			line-height: 37px;
			margin-bottom: 15px;
			width: 100%;
		}
		.form input.submit {
			background: rgba(0, 0, 0, 0) url("../images/button.png") repeat-x scroll center top;
			color: black;
			cursor: pointer;
			display: block;
			font-weight: bold;
			height: 45px;
			margin: 0 auto;
			padding: 0;
			text-align: center;
			text-transform: uppercase;
			width: 35%;
		}
		.entry-content label img {
			height: auto;
			width: 90px;
		}
		.form .bonusref {
			display: none;
			left: 10px;
			margin: 7px 0;
			position: relative;
			top: -5px;
		}
		header.entry-header h1 {
			line-height: 33px;
			text-align: center;
		}
		table.prediksi th {
			border: 1px solid rgb(38, 44, 68);
			color: white;
			padding: 10px;
			text-align: center;
		}
		table.prediksi td {
			border: 1px solid rgb(38, 44, 68);
			color: black;
			padding: 10px;
			text-align: center;
		}
		.yasr_schema > span {
			display: inline-block;
		}
		h4 {
			background: #303236 none repeat scroll 0 0;
			color: rgb(255, 255, 255);
			display: inline-block;
			margin-bottom: 15px;
			padding: 13px;
		}
		#primary {
			overflow: hidden;
			padding: 5px;
		}
		.yasr-visitor-votes {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			color: rgb(255, 255, 255);
			display: inline-block;
			margin-top: 13px;
			padding: 15px;
			text-align: center;
			width: 100%;
		}
		#sportcontainer {
			display: none;
			position: relative;
		}
		.yasr_schema {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			color: rgb(255, 255, 255);
			font-size: small;
			padding: 11px;
			text-align: center;
			text-shadow: 1px 1px 2px rgb(0, 0, 0);
		}
		.entry-content .game > a img, .entry-content .download > a img {
			top: 40px;
		}
		
		.game > a, .download > a {
			display: block;
			font-size: 12px;
			height: 100%;
			line-height: 20px;
			padding-left: 10%;
			padding-top: 15px;
			position: relative;
			text-align: left;
			width: 100%;
			z-index: 2;
		}
		.game > a span, .download > a span {
			display: block;
			font-size: 23px;
			font-weight: bold;
			position: relative;
			top: -3px;
		}
		.game > a img, .download > a img {
			position: absolute;
			right: 10%;
			top: 20px;
		}
		
		.mm-menu {
			background: #8d7551 none repeat scroll 0 0;
			border: medium none transparent;
			color: #fff;
			text-shadow: 0 0 9px rgb(141, 117, 81);
		}
		.mm-listview {
			font-size: 16px;
			line-height: 30px;
		}
		.mm-listview > li:not(.mm-divider)::after {
			border-bottom: 1px solid #d3b27c;
			border-top: 1px solid #0d0002;
		}
		em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
			border-right: 1px solid #705c3f;
			margin-right: 90px;
		}
		.mm-listview > li .mm-next, .mm-listview > li .mm-next::before {
			border-left: 1px solid #9e865b;
		}
		.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
			color: #fff;
			font-weight: 500;
		}
		.mm-menu .mm-search input {
			background: #000 none repeat scroll 0 0;
			border: 1px solid #bba56b;
			color: #fff;
			height: 42px;
			line-height: 42px;
			text-align: center;
		}
		.mm-menu .mm-navbar .mm-btn::before, .mm-menu .mm-navbar .mm-btn::after {
			border-color: white;
		}
		.mm-iconpanel .mm-panel.mm-iconpanel-1 {
			left: 0;
		}
		.mm-search {
			height: 60px;
			padding: 7px 10px 0;
		}
		.mm-navbar {
			height: 60px;
		}
		.mm-navbar-top-2 {
			height: 43px;
			top: 60px;
			line-height: 14px;
		}
		.mm-hasnavbar-top-2 .mm-panels {
			top: 105px;
		}
		.mm-menu em.mm-counter {
			color: #ffff;
		}
		#menu-mobile-menu .game > a, #menu-mobile-menu .download > a {
			font-size: 16px;
		}
		.mm-menu .mm-listview > li .mm-next::after, .mm-menu .mm-listview > li .mm-arrow::after {
			border-color: #fff;
		}
		#menu-mobile-menu > li > a.mm-next {
			background: none !important;
		}
		#menu-mobile-menu > li > a {
			background: rgba(0, 0, 0, 0) url("../images/menu-icon.png") no-repeat scroll 20px center;
			font-size: 16px;
			line-height: 50px;
			padding: 0 36px 0 52px;
		}
		#menu-mobile-menu > li:hover > a, #menu-mobile-menu > li.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-hover.png") no-repeat scroll 20px center;
			color: #ffb80c;
		}
		#menu-mobile-menu > li.home > a {
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-home.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.home:hover > a, #menu-mobile-menu > li.home.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-home-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.game > a {
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-game.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.game:hover > a, #menu-mobile-menu > li.game.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-game-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.bonus > a {
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-bonus.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.bonus:hover > a, #menu-mobile-menu > li.bonus.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-bonus-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.bonus > a {
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-bonus.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.bonus:hover > a, #menu-mobile-menu > li.bonus.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-bonus-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.bola > a {
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-bola.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.bonus:hover > a, #menu-mobile-menu > li.bola.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-bola-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.bola > a {
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-bola.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.bola:hover > a, #menu-mobile-menu > li.bola.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-bola-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.contact > a {
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-panduan.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.contact:hover > a, #menu-mobile-menu > li.contact.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-panduan-hover.png") no-repeat scroll 20px center;
		}
		
		#menu-mobile-menu > li.download > a {
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-download.png") no-repeat scroll 20px center;
		}
		#menu-mobile-menu > li.download:hover > a, #menu-mobile-menu > li.download.current-menu-item > a{
			background: rgba(0, 0, 0, 0) url("../images/menu-icon-download-hover.png") no-repeat scroll 20px center;
		}
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

iframe#frame-sport {
    display: block;
    border: none;
    width: 992px;
    height: 700px;
    margin: 0 auto;
}