@import url("https://fonts.googleapis.com/css?family=Poppins:200,400,700");
@import url("aos.css");
body {
  font-family: 'Poppins';
  font-weight: 400;
  background: white url("../img/bg-prontera.jpg") no-repeat;
  background-size: cover;
}
a{
	color:#fa6400;
}

/* header top */
@media (max-width: 991.98px)
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar>.container, .navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 768px)
.container {
    max-width: 720px;
}
@media (min-width: 576px)
.container {
    max-width: 540px;
}
.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
*, .mfp-container, .slick-slider, ::after, ::before, img.mfp-img {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}



html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
}
.mfp-arrow, .slick-slider, html {
    -webkit-tap-highlight-color: transparent;
}
*, .mfp-container, .slick-slider, ::after, ::before, img.mfp-img {
    box-sizing: border-box;
}
*, .mfp-container, .slick-slider, ::after, ::before, img.mfp-img {
    box-sizing: border-box;
}

/*
    Helpers
*/
.article-title {
  margin-bottom: 1rem;
}

.bar-right {
  margin-left: 0.25rem;
  font-weight: 700;
}

.bar-left {
  margin-right: 0.35rem;
  font-weight: 700;
}

.font-size-small {
  font-size: 0.8rem;
}

/* Start */
.container {
  padding: 2rem;
}

.ro-header {
  background: #2f2f2f url("../img/header.jpg") center 0px no-repeat;
  height: 500px;
  width: 100%;
  text-align: center;
}

.ro-logo-container {
  position: relative;
  width: 250px;
}

.ro-logo {
  display: block;
  width: 250px;
  position: absolute;
  margin-top: -20%;
}

.navbar {
  background: #2f2f2f;
}

.navbar a.nav-item {
  width: 90px;
  background-color:#2f2f2f;
  color: white;
  border-radius: 1rem;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.7rem;
  
}

.navbar a.nav-item:hover {
  color: #343a40;
  background: white;
}

.navbar a.nav-item img {
  margin: 0 auto;
  display: block;
}

p {
  margin-bottom: 0;
}

.subtitle {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
}

.ro-status {
  min-height: 408px;
}

.ro-status h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
}

.kafra {
  background: url("../img/kafra.png") no-repeat;
  background-position: right bottom;
  height: 408px;
}

/*
    Login Box
*/
.ro-login-container {
  margin-top: -4.1rem;
  padding-bottom: 2rem;
  background: url("../img/header-tail.png") repeat-x, white url("../img/bg-prontera.jpg") no-repeat;
  background-position: center top, center bottom;
  background-size: 100%, cover;
}

.ro-panel-title {
  padding-left: 1rem;
}

.panel-title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin: 0;
}

.align-middle {
  -ms-flex-line-pack: center;
      align-content: center;
}

.panel-subtitle {
  line-height: 1rem;
  font-weight: 200;
  margin: 0;
  text-transform: uppercase;
}

.ro-login-menu-container {
  margin: 1rem;
}

.ro-login-key {
  height: 48px;
}
@media screen and (min-width: 1024px) 
  .ro-login-menu {
  background: #abc9fd;
  padding: 0.75rem;
  border-radius: 1rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.4rem;
  letter-spacing: 0px;
  text-align: center;
  width: 60px;
  display: inline-block;
  margin: 0.25rem;

}

.ro-login-menu {
  background: #abc9fd;
  padding: 0.75rem;
  border-radius: 1rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.5rem;
  letter-spacing: 1px;
  text-align: center;
  width: 80px;
  display: inline-block;
  margin: 0.25rem;
}
.ro-login-menu:hover {
  background: #ddd;
}

.ro-login-menu.ro-logout {
  background: #dc3747 !important;
}

.ro-login-menu.ro-logout a {
  color: white;
}

.ro-login-menu img {
  display: block;
}

.ro-login-menu a {
  color: #343a40;
}
/* New Ones by Hendrix
*/
.new_ones {
  margin-bottom: 2.5rem;
}

.new_ones {
  width:100%;
  padding: 10px;
  height: 250px;
  background: #FFF;
  border-radius: 12px;
  text-align: center;
  -webkit-box-shadow: 2.5px 4.33px 54px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2.5px 4.33px 54px 0px rgba(0, 0, 0, 0.3);
  color: #343a40;
  font-weight: 700;
}

.new_ones img {
  height: 64px;
  width: 64px;
  display: block;
  margin-top: 0.75rem;
}
/*
    About the Server
*/
.features {
  margin-bottom: 1.5rem;
}

.feature {
  padding: 10px;
  height: 150px;
  background: #FFF;
  border-radius: 12px;
  text-align: center;
  -webkit-box-shadow: 2.5px 4.33px 54px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2.5px 4.33px 54px 0px rgba(0, 0, 0, 0.3);
  color: #343a40;
  font-weight: 700;
}

.feature img {
  display: block;
  margin-top: 0.75rem;
}

.char-about {
  background: url("../img/highpriest.png") no-repeat;
  background-position: left bottom;
  min-height: 450px;
}

#about {
  background: url("../img/nflheim.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  padding: 2rem;
  color: white;
  padding: 2rem;
}

#about .container {
  min-height: 450px;
}


#footer a {
  color: #aaa;
}

/*
Showcase
*/
#showcase {
  padding: 2rem;
  background: #ffaf00 url("../img/bg-ro2.jpg") no-repeat;
  background-size: cover;
  min-height: 490px;
}

.woe-sura {
  background: url("../img/woe-sura.png") no-repeat;
  background-position: right bottom;
  height: 490px;
}

/*
    Page: Download
*/
.page-download {
  margin-top: -4.1rem;
  padding-bottom: 2rem;
  background: url(../img/header-tail.png) repeat-x, white url(../img/bg-prontera.jpg) no-repeat;
  background-position: center top, center bottom;
  background-size: 100%, cover;
}

.article-alchemist {
  background: url("../img/alchemist.png") no-repeat;
  background-position: right bottom;
  height: 473px;
}

.page-download-img {
  width: 66px;
  height: 62px;
}

/*
    fluxcp
*/
.info-text {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
}

.vertical-table th {
  padding: 5px 10px;
  color: white;
  background-color: #343a40;
  font-weight: 400;
  border-radius: 1rem;
}
.itemmall { width: 436px; height: 205px; background: url("../img/itemmall.png") center top no-repeat; margin: 0px auto; }
#my-list li {
	width: 75px;
	height: 100px;
	padding: 0 20px;
	cursor: pointer;
}
/*# sourceMappingURL=main.css.map */