@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,400italic,300italic,700italic|Roboto+Slab:400,700);

body {
  padding-top: 0 !important;
  background-color: #000 !important;
  background-image: url(../images/bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
}

a {
  color: #ffba00;
}

.secondary-color {
  color: #ffba00 !important;
}

.after-login, .before-login {
  display: none;
  align-items: center;
  justify-content: center;
}

.en, .fr, .de, .pt,.tr,.ms {
  display: none;
}

.footer .mobile .row1 #mobile-footer-language .en,
.footer .mobile .row1 #mobile-footer-language .fr,
.footer .mobile .row1 #mobile-footer-language .de,
.footer .mobile .row1 #mobile-footer-language .pt,
.footer .mobile .row1 #mobile-footer-language .tr,
.footer .mobile .row1 #mobile-footer-language .ms {
  display: none;
}

#dokuwiki__site {
  min-height: 800px;
  padding-top: 20px;
}

.sub-menu {
  display: none;
}

#dokuwiki__top .search-form-wrapper {
  display: block;
  width: 100%;
  height: 60px;
}
#dokuwiki__top .search-form-wrapper form {
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
}
#dokuwiki__top .search-form-wrapper input[type=search] {
  background: none;
  border: none;
  border-bottom: 2px solid #ffba00;
  padding-left: 35px;
  color: #ddd;
}
#dokuwiki__top .search-form-wrapper button {
  display: none;
}
#dokuwiki__top .search-form-wrapper form {
  box-shadow: none;
}
#dokuwiki__top .search-form-wrapper .form-group::before {
  font-family: FontAwesome;
  color: #ffba00;
  content: "\f002";
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}

#dw__breadcrumbs hr {
  display: none;
}
#dw__breadcrumbs .dw__youarehere .breadcrumb li {
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#dw__breadcrumbs .dw__youarehere .breadcrumb li:first-child {
  display: none;
}
#dw__breadcrumbs .dw__youarehere .breadcrumb li:nth-child(2) a {
  color: #acacac;
}
#dw__breadcrumbs .dw__youarehere .breadcrumb li:nth-child(2)::before {
  display: none;
}

#dokuwiki__aside .dw-sidebar-content {
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0;
  color: #ffffff;
}
#dokuwiki__aside .dw-sidebar-content .dw-sidebar-title {
  background-color: #000000 !important;
  color: #ffba00 !important;
  border: none !important;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding-left: 25px;
}
#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 25px;
  color: #ffffff;
  font-size: 1.3rem;
  padding-left: 10px;
}
#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body a:hover, #dokuwiki__aside .dw-sidebar-content .dw-sidebar-body a:focus {
  background-color: rgba(0, 0, 0, 0.7);
}
#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body h1 {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  padding-left: 10px;
  margin: 0;
}
#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body h1::after {
  content: '';
  display: block;
  width: 30px;
  color: #ffba00;
  border-bottom: 2px solid #ffba00;
  padding-top: 5px;
}
#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body h1:not(:first-child) {
  padding-top: 25px;
}

#dokuwiki__content .dw-content {
  min-height: 800px;
}
#dokuwiki__content .dw-content h1 {
  font-size: 2.6rem;
  color: #2c2c2c;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 600;
  padding-bottom: 2px;
  margin: 20px 0 10px;
  border-bottom: none;
}
#dokuwiki__content .dw-content h2 {
  font-size: 1.4rem;
  color: #6b290b;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
#dokuwiki__content .dw-content p {
  font-size: 1.4rem;
  color: #757575;
}
#dokuwiki__content .dw-content iframe {
  width: 100%;
}
div.dokuwiki div.gallery table {
  width: 100%;
}
div.dokuwiki div.gallery table img.tn {
  max-width: 100% !important;
  height: auto;
}

.social-media-nav {
  position: fixed;
  left: 0;
  top: 36%;
  z-index: 2;
}
.social-media-nav ul li {
  background-color: #ffffff;
  width: 40px;
  height: 35px;
  display: table;
  margin-bottom: 5px;
  margin-left: -5px;
}
.social-media-nav ul a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 0;
  border-left: 5px solid #6b290b;
}
.social-media-nav ul a span {
  line-height: 0;
  color: #6b290b;
  font-weight: 500;
  font-size: 2.1rem;
}
.social-media-nav ul a:hover, .social-media-nav ul a:focus {
  background-color: #ededed;
  margin-left: 0;
}


 .header {
    height: 125px;
    position: absolute;
    left: 0; right: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
	transition: all 0.6s;
}

 .header .container {
    position: relative;
}

 .header .container .migrate {
    position: absolute;
    top: -30px;
    transition: all 0.2s;
}

 .header .container .migrate:hover, .header .container .migrate:focus {
    top: -22px;
}

 .header ul {
    display: flex;
    align-items: center;
	justify-content: center;
}

 .header ul li {
    position: relative;
    padding-right: 25px;
}

 .header ul li:first-child {
    padding-left: 0;
	padding-right: 36px;
}

/*
 .header ul li:nth-child(6) a {
    color: #ffba00;
}
*/

 .header ul li:last-child {
    padding-right: 0;
}

 .header ul li.shop-menu {
    position: relative;
}

 .header ul li.shop-menu .new-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    right: 0;
    height: 17px;
    padding: 0 6px;
    background-color: #ff0000;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 6px;
}

 .header ul li .menu_active {
    color: #ffba00;
}

 .header ul li a {
    color: #fff;
    font-size: 20px;
    font-family: "Roboto Slab",serif;
    font-weight: 600;
    text-transform: uppercase;
}

 .header ul li a:hover,  .header ul li a:focus {
    color: #ffba00;
}

 .header ul li a.active {
    color: #ffba00;
}

 .header .dekaron-logo {
    display: flex;
    background-image: url(https://papayacdn.s3.amazonaws.com/static/assets/images/dekaron/common/dekaron-logo.png);
	background-size: cover;
    width: 110px;
    height: 101px;
}

 .header .badge-new {
	padding-top: 1px;
	height: 16px;
	width: 34px;
	position: absolute;
	border-radius: 9px;
	background-color: $secondary-color;
	top: -15px;
	left: 35px;
	text-transform: uppercase;
	font-family: $primary-font;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.77px;
	line-height: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}

 .header .play-free-btn {
	display: flex;
	align-items: center;
	justify-content: center;
    height: 50px;
    width: 180px;
    border-radius: 5px;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 21px;
    color: #000;
}

 .header .play-free-btn:hover,  .header .play-free-btn:focus {
    color: #000;
    background-color: #ffba00;
}

.header .play-free-btn {
	display: flex;
	align-items: center;
	justify-content: center;
    height: 50px;
    width: 180px;
    border-radius: 5px;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 21px;
    color: #000;
}

.header .play-free-btn:hover,  .header .play-free-btn:focus {
    color: #000;
    background-color: #ffba00;
}

@media screen and (min-width: 768px) {
  #dokuwiki__top .search-form-wrapper {
    display: block;
    width: 100%;
    height: 60px;
  }
  #dokuwiki__top .search-form-wrapper form {
    text-align: right;
  }
  #dokuwiki__top .search-form-wrapper form .form-group {
    width: 30%;
  }
  #dokuwiki__top .search-form-wrapper form .form-group input {
    width: 100%;
  }
  #dokuwiki__top .search-form-wrapper form .form-group::before {
    top: -6px;
  }

  #dokuwiki__aside .dw-sidebar-content {
    padding: 15px 0;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }

  #dokuwiki__site {
    padding-top: 50px;
  }
  
  .sub-menu {
    position: inherit;
    left: 50%;
    z-index: 6;
    text-align: center;
    margin-top: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .sub-menu a {
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Roboto Slab",serif;
  }
  
  .sub-menu a:nth-child(2){
     border: 2px solid #ffba00;
     color: #ffba00;
     padding-right: 5px;
  }
  
  .sub-menu a:hover, .sub-menu a:focus {
    border: 2px solid #ffba00;
    color: #ffba00;
	font-size: 1.8rem;
    font-weight: bold;
    font-family: "Roboto Slab",serif;
  }
}
