/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito+Sans:wght@200;300;400;600;700;800&display=swap');
@font-face {
    font-family: 'Trajan Pro';
    src: url('../fonts/TrajanPro-Bold.woff2') format('woff2'),
        url('../fonts/TrajanPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

#Header-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.video-bg-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
   width: 100%;
   height: auto;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Media queries to keep aspect ratio over different devices */
@media (min-aspect-ratio: 16/9) {
    .bg-video {
        height: 300%;
        top: -103%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .bg-video {
        width: 300%;
        left: -100%;
        max-width: initial; /* reset for some themes that have predefined widths for <video> elements */
    }
}

 /*font-family: 'Montserrat', sans-serif;  */
body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	background-image: url('../img/bg-2.png');
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #cc2b2b;
	text-decoration: none;
}
a,
button {
	color: #ffffff;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: normal;
	color: #fff1f1;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #e2e2e2;
	margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid #ff0303;
    border-top: 0 none;
}
label {
	color: #e2e2e2;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */



/* header-area */

.main-menu ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
  .main-menu ul li {
	padding: 50px 50px 50px 50px;
	position: relative;
	transition: .3s;
}
.main-menu ul li a {
	font-size: 16px;
	font-weight: 200;
	color: #fff;
	text-decoration: none;
}
.main-menu ul li a span {
	position: relative;
	left: 4px;
	top: 2px;
}
.main-menu ul li:hover {
	background: #24144f;
}
.logo a img, .footer-logo a img, .download-btn, .new-download-btn, .user-input-area button, .create-btn, .show-btn button, .button_area_post button, .visit-shop-btn, .purce-btn {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
}
.logo a img:hover, .footer-logo a img:hover {
  -webkit-filter: brightness(180%);
  filter: brightness(180%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.download-btn:hover, .new-download-btn:hover, .user-input-area button:hover, .create-btn:hover, .show-btn button:hover, .button_area_post button:hover, .visit-shop-btn:hover, .purce-btn:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.main-menu ul li.logo {
	padding: 15px;
	padding-top: 12px;
}
.main-menu ul li.logo:hover {
	background: transparent;
}
.main-menu ul li.logo a {
	font-size: 46px;
	text-shadow: 8px 5px 16px #b60d0d;
	font-family: 'Montserrat', sans-serif;
}

.main-menu ul li ul.submenu {
	position: absolute;
	left: 0;
	top: 120%;
	background: #24144f;
	width: 182px;
	display: block;
	padding: 15px 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 111;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.main-menu ul li:hover ul.submenu{
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.main-menu ul li ul.submenu li {
	padding: 4px 20px;
}



/* header-area-end */



/* banner-area */
.team-wrapper {
	padding-top: 120px;
	text-align: center;
}
.single-team-item {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    left: 4%;
}
.yellow-content h5 {
	color: #a48a0c!important;
}
.red-content h5 {
	font-size: 17px;
	color: #b4624b;
	margin-bottom: 5px;
	font-weight: bold;/*#bf900d*/

}
.red-content span {
	color: #ffff;
	line-height: 1;
}
.red-content p {
	margin-bottom: 0px;
	color: #ffffff;
	line-height: 1;
}
.single-team-item.team-right {
	left: auto;
	right: 5%;
}
.single-team-item img {
    margin-bottom: -35px;
}
.abs-btn-right {
	position: absolute;
	right: 13px;
	bottom: 1px;
}
.abs-btn-right a:active, .abs-btn-right a:focus {
	color: #b9b8d2;
}
.download-btn {
	background-size: cover;
	background-position: center;
	height: 82px;
	display: block;
	width: 251px;
	text-align: center;
	line-height: 104px;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}
.download-btn:hover {
	color: #fff;
}
.dropdown-menu.show {
	display: block;
	width: 97%;
	left: 5px !important;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .5em solid;
	border-right: .5em solid transparent;
	border-bottom: 0;
	border-left: .5em solid transparent;
	position: absolute;
	left: 34px;
	top: 60%;
}
#s-down {
	cursor: pointer;
}
.scroll-down-area h6 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
	line-height: 1;
}
.scroll-down-area p {
	margin-bottom: 0px;
	color: #ffffff;
}
.scroll-down-area {
	margin-bottom: 35px;
}
.mouch-icon {
	display: inline-block;
	height: 30px;
	width: 20px;
	border: 1px solid #fff;
	border-radius: 10px;
	position: relative;
}
.mouch-icon::after {
	position: absolute;
	left: 50%;
	top: 3px;
	height: 7px;
	width: 5px;
	background: transparent;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	border: 1px solid #fff;
	border-radius: 12px;
}
/* banner-area-end */



/* second-section-css */

.news-right {
	background: #110b28;
	}
  .news-thumb-contet {
	position: absolute;
	bottom: 10px;
	left: 20px;
  }
  .news-thumb-contet h3 {
	margin-bottom: 17px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
  }
  .news-thumb-contet p {
	margin-bottom: 0px;
	color: #805864;
	line-height: 1.2;
	}
  .news-nav-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
  .news-title-area h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0px;
}
.news-nav ul li button {
	background: transparent;
	border: none;
	position: relative;
}
.news-nav ul li button::after {
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 1px;
	content: "";
	background: #af0d0d;
	opacity: 0;
	visibility: hidden;
}
.news-nav ul li button.active::after {
	opacity: 1;
	visibility: visible;
}

  .news-nav-area {
	border-bottom: 1px solid #ffffff;
	padding: 0px 7px;
	padding-bottom: 7px;
}
.news-right {
	padding: 20px 10px;
}
.nav-content-area {
	margin-top: 20px;
}
.nav-content-area ul li {
	padding: 6px 10px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.news-title-area h2 span {
	color: #c07575;
}
.nav-content-area ul li:hover {
	background: #152045;
}
.nav-content-area ul li a span {
	margin-right: 5px;
}
.nav-content-area ul li a span.news-color {
	color: #3C7CC4;
	font-size: 15px;
}

.nav-content-area ul li a span.maintenance-color {
	color: #E47B47;
	font-size: 15px;
}
.nav-content-area ul li a span.updates-color {
	color: #9BD893;
	font-size: 15px;
}
.nav-content-area ul li a span.events-color {
	color: #38ff20;
	font-size: 15px;
}
.nav-content-area ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.nav-content-area ul li span.date {
	float: right;
	color: #b05151;
	font-size: 15px;
}
.news-left {
	width: 50%;
	flex: 0 0 50%;
}
.news-right {
	width: 50%;
	flex: 0 0 50%;
}
.news-left img {
	width: 100%;
}
.news-area {
	margin-bottom: 40px;
}

/* news-area end */

/* user-area */
.info-wrapper {
	justify-content: space-between;
}
.sim-widh-content {
	width: 27%;
	flex: 0 0 27%;
	background: #160e34;
}
.wide-widh-content {
	width: 40%;
	flex: 0 0 43%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.wide-widh-content-rankings {
	width: 67%;
	flex: 0 0 70%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.info-area {
	margin-bottom: 28px;
}

@keyframes rank-cer {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.rank-cer {
	animation: 15s rank-cer linear infinite;
	opacity: 0.8;
}

.area-title {
	height: 60px;
	background: rgb(60 17 17);
	background: linear-gradient(50deg, rgb(22 14 52) 17%, rgb(22 14 52) 100%);
	text-align: center;
	border-bottom: 2px solid #000;
	position: relative;
}

.area-title h4 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 54px;
	margin-bottom: 0px;
}

.shape-title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 18px;
}
.user-panel-contet {
	padding: 25px;
	text-align: center;
}
.single-input input, .form-control {
	width: 100%;
	margin-bottom: 20px;
	height: 40px;
	padding: 0px 14px;
	border: none;
	border: 1px solid #ffffff;
	background: #110b28;
	color: #ffffff;
	font-size: 14px;
}
.single-input input::placeholder {
	color: #ffffff;
	font-size: 14px;
}
.user-input-area button {
	width: 100%;
	height: 45px;
	border: none;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background-image: linear-gradient(to right, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f);
	margin-top: 10px;
}
.forget-area-link a {
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
	font-size: 14px;
}
.forget-area-link {
	margin-top: 34px;
}
.resgis-ang{
	color: #ffffff;
}
.create-btn {
	width: 100%;
	height: 49px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background-image: url('../img/create-acc.png');
	/* border-color: #4a0707; */
	background-size: cover;
	background-repeat: no-repeat;
}
.user-input-area {
	margin-top: 15px;
}


.single-server-static h2 {
	font-size: 18px;
	color: #ffffff;
	padding-left: 20px;
	font-family: "Trajan Pro";
}
.single-server-static {
	width: 40%;
	flex: 0 0 40%;
	padding-top: 27px;
}
.single-static {
	width: 40%;
	flex: 0 0 40%;
	padding-top: 27px;
}

.server-stat-wrapper {
	border-top: 1px solid #ffffff;
	align-items: center;
	padding: 7px 8px;
}	
.server-stat-wrapper:last-child {
	border-bottom: 1px solid #ffffff;
}	
.server-stat-content h5 {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0px;
}
.server-stat-content p {
	font-size: 14px;
	margin-bottom: 0px;
}

.opera-color{
	color: #f52929;
}
.maintain-color{
	color: #ff1717;
}
.ofline-color{
	color: #E55F5F;
}
.server-stat-content {
	margin-left: 10px;
}
.stat-wrapper .server-static-img {
	order: 2;
}
.rank-table .table > :not(caption) > * > * {
	background-color: #110b28;
}
.player-statis {
    background-image: url(../img/statis.png);
    width: 43px;
    height: 43px;
    color: #990f36;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
}

.player-statis i {
    padding-top: 14px;
}

.stat-wrapper .server-stat-content {
	order: 1;
}
.single-static h2 {
	font-size: 18px;
	color: #ffffff;
	padding-right: 20px;
	text-align: right;
	font-family: "Trajan Pro";
}
.stat-wrapper {
	border-top: 1px solid #ffffff;
	align-items: center;
	padding: 7px 8px;
	justify-content: flex-end;
	text-align: right;
}
.stat-wrapper:last-child {
	border-bottom: 1px solid #ffffff;
}
.server-stat-content span {
	line-height: 0;
	display: inline-block;
	color: #ff3850;
}

.server-stat-content.right-cont {
	margin-right: 10px;
}
.heade-img-abs {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -60px;
}
.ranking-table-wrapper h4 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.rank-table .table tbody tr td {
	font-size: 14px;
	color: #ffffff;
	border-color: #ffffff;
	padding: 6px 10px;
}
.rank-table .table {
	margin-bottom: 0px;
}
.show-btn {
	text-align: center;
}
.show-btn button {
	height: 41px;
	width: 140px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-image: linear-gradient(to right, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f);
	border: none;
}
.show-btn {
	text-align: center;
	padding: 12px 0px;
	background: #110b28;
}
.def-color-1 {
	color: #A94D50 !important;
}
.def-color-2 {
	color: #9D8E70 !important;
}
/* user-area-end */


/* feature-aere */

.feature-title {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .visit-shop-btn {
	text-decoration: none;
	background: #5d1111;
	position: absolute;
	right: 0;
	top: 53%;
	transform: translateY(-50%);
	font-size: 15px;
	color: #fff;
	padding: 13px 56px;
	font-weight: 600;
}
.visit-shop-btn:hover{
	color: #fff;
}

  .feature-title h4 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 14px;
	text-shadow: 0 0 20px #fd3333;
  }
  .featured-item-area.d-flex.flex-wrap {
	background: #254913;
	padding: 33px 25px 10px 25px;
	justify-content: space-between;
  }
  .single-item h5 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-bottom: 3px;
    height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	
}
  .fetured-img-area {
	height: 107px;
	background: #300909;
	border: 1px solid #4d1818;
	text-align: center;
	line-height: 107px;
	}
  .single-item {
	flex: 0 0 11%;
	width: 11%;
	margin-bottom: 25px;
  }
  .product-price h4 {
	display: inline-block;
	margin-bottom: 0px;
	font-size: 15px;
	color: #DCC07C;
}
.product-contetn-area {
	margin-top: 8px;
}	
.purce-btn {
	width: 100%;
	text-decoration: none;
	font-size: 14px;
	display: block;
	text-align: center;
	padding: 4px 1px;
	color: #fff;
	margin-top: 5px;
	background-size: cover;
	background-repeat: no-repeat;
}
.purce-btn:hover, .purce-btn:focus, .purce-btn:active {
	color: #fff;
}
.product-price span del {
	color: #DD5151;
	font-size: 11px;
	position: relative;
	top: -7px;
	left: -7px;
}
.feature-title-area {
	margin-bottom: 23px;
}


/* cat-area */
.category-area {
	padding-top: 80px;
	padding-bottom: 80px;
}
.single-category {
	position: relative;
	z-index: 5;
	width: 32%;
	flex: 0 0 32%;
	min-height: 236px;
}
.cat-shaman {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin-left: -85px;
	transition: 0.3s;
}
.single-category:hover .cat-shaman {
	margin-left: -80px;
}
.cat-emperor {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
    margin-left: -45px;
	transition: 0.3s;
}
.single-category:hover .cat-emperor {
    margin-left: -40px;
}
.cat-shaman2 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin-left: -95px;
	transition: 0.3s;
}
.single-category:hover .cat-shaman2 {
	margin-left: -90px;
}
.cat-content-text {
	position: absolute;
	right: 30px;
	text-align: right;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11111;
}
.pre-title {
	color: #ff9292;
	font-size: 15px;
	display: block;
	line-height: 1;
}
.cat-content-text h3 {
	font-size: 26px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.enter-btn {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	position: relative;
	top: 13px;
}
.enter-btn:hover {
	color: #fff;
}
.enter-btn span{
	margin-left: 10px;
	transition: 0.3s;
}
.enter-btn:hover span{
	margin-left: 5px;
}
.cat-bg {
	width: 100%;
	height: 100%;
}
/* cat-area-end */


/* menu-area */
.footer-top-menu {
	background: #160e34;
	padding: 50px 0px;
}
.footer-menu ul {
	justify-content: space-between;
}
.footer-menu ul li a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;

}
/* menu-area-end */



/* footer-area */
.social {
    padding-top: 20px;
}
.social a:hover {
	color: #c1b8b8;
}
.social a {
	color: white;
    font-size: 30px;
    width: 45px;
    display: inline-block;
}
.footer-logo a{
	font-size: 52px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 20px #123A9C;
}
.footer-area{
	padding-top: 50px;
	padding-bottom: 15px;
}
.footer-item{
	margin-bottom: 15px;
}
.footer-item p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}
/* footer-area-end */



/* mobo-menu */
.tab-header-wrapper {
	padding: 40px 0px;
}
.bar {
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	margin-right: 20px;
}
/* mobo-menu-end */



/* offcanvas-menu */


.off-canvasmenu {
	background: #2a0f16;
	width: 300px;
	position: fixed;
	height: 100%;
	z-index: 111;
	text-align: center;
	padding-top: 40px;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.off-canvasmenu.active {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	opacity: 1;
	visibility: visible;
}
.ul.off-menu-area li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 5px 0px;
	display: inline-block;
}
.cross {
	position: absolute;
	right: 20px;
	top: 12px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.g-recaptcha {
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
.table > tbody > tr > td, .table > tbody > tr > th {
	vertical-align: middle;
}
.table-dark thead tr {
	border-top-color: #923737;
	border-top-width:3px
}
.table-dark thead tr th {
	background-color: #5b2323;
	color: white;
}
.sub-page {
	padding: 15px;
}
.button_area_post {
	text-align: center;
}
.button_area_post button {
	height: 41px;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-image: linear-gradient(to right, #981e1e, #9f1f1f, #a72121, #ae2222, #b62424, #b62424, #b62424, #b62424, #ae2222, #a72121, #9f1f1f, #981e1e);
	border: none;
}
.name-table {
	color: #e81e1e;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 15px;
  line-height: 1.42857143;
  text-decoration: none;
  color: black;
  background-color: white;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #7c2323;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #b92424;
  border-color: transparent;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ffffff;
  background-color: #007053;
  border-color: transparent;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #00bc8c;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #114415;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #dddddd;
  background-color: #00bc8c;
  cursor: not-allowed;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  border-color: #856e42;
}
a.list-group-item-success.active {
  background-color: #00bc8c;
}
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  background-color: #00a379;
}
a.list-group-item-warning.active {
  background-color: #f39c12;
}
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  background-color: #e08e0b;
}
a.list-group-item-danger.active {
  background-color: #e74c3c;
}
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  background-color: #e43725;
}
.popover {
  color: #ffffff;
}
.panel-default > .panel-heading {
	background-color: #750c0c;
}
.panel-title a {
    text-decoration: none;
}
.panel-body {
	padding: 15px;
}
.alert p {
	color: #989393;
}
.panel-title {
	color: #efefef;
    font-size: 18px;
    padding: 10px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #375a7f;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #110b28;
  border: 1px solid #540909;
}
.list-group-item:hover {
  background-color: #770808!important;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ebebeb;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #110b28;
  border-color: #110b28;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #a8c0da;
}
a.list-group-item,
button.list-group-item {
    color: white;
    font-size: 12px;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #cb0b0b;
  font-size: 1.7em;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #ffe1a2;
  text-decoration: none;
  background-color: transparent;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #00bc8c;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #ffffff;
  background-color: #00a379;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #ffffff;
  background-color: #db3434;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #ffffff;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #ffffff;
  background-color: #d12525;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #f39c12;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #e08e0b;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #e74c3c;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #e43725;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.modal-title, .modal-body {
	color: white;
}
.user-input-area button.btn_logout {
    background-image: linear-gradient(to right, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f);
}
.user-logged {
	margin-top: 0!important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-image: linear-gradient(to right, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f, #24144f);
	border-color: #a71010;
}
textarea.form-control {
	height: unset;
}
.usr-pane-btn {
    height: 41px;
    width: 140px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-image: linear-gradient(to right, #981e1e, #9f1f1f, #a72121, #ae2222, #b62424, #b62424, #b62424, #b62424, #ae2222, #a72121, #9f1f1f, #981e1e)!important;
    border: none;
}
.usr-pane-btn-red {
	background-image: linear-gradient(to right, #981e1e, #a01f1f, #a82121, #b12222, #b92424, #b92424, #b92424, #b92424, #b12222, #a82121, #a01f1f, #981e1e)!important;
}
.usr-pane-btn-yellow {
	background-image: linear-gradient(to right, #98891e, #a09c1f, #a6a821, #b1ad22, #bfba1a, #b7b924, #b9b424, #b9a724, #b1a622, #a8a421, #a09c1f, #98831e)!important;
}
.usr-pane-btn-green {
	background-image: linear-gradient(to right, #1e9827, #2d9f1f, #2fa721, #31ae22, #24b636, #26b624, #24b62f, #26b624, #22ae33, #21a725, #1f9f23, #1e982d)!important;
}
.card {
	background-color: #110b28;
	padding: 25px;
}
.read-article p {
	text-indent: 30px;
}
.modal-ishop {
	background-color: #24144f!important;
}
.news-thumb-contet h3 a {
	color: white;
	text-decoration: none;
}
.btn-block {
	width: 100%;
    border-radius: 0;
    color: white;
}
.download-page-titles {
	text-align: center;
	font-size: 20px;
	color: #a74949;
	font-family: "Trajan Pro";
	padding-bottom: 20px;
}

table.info-download {
	margin: 0 auto;
	font-family: 'Nunito Sans', sans-serif;
	color: #904040;
}

table.info-download tr td:first-child {
	padding-right: 60px
}

.new-download-btn {
	margin-right: 30px;
	background-image: url(../img/banner-btn-bg.png);
	background-size: cover;
    background-position: center;
    height: 82px;
    display: inline-block;
    width: 251px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
	padding-top: 28px;
}
.new-download-btn span {
	display: block;
	font-size: 12px;
}
.new-download-btn:hover, .new-download-btn:focus, .new-download-btn:active {
	color: #fff;
}
.select2-container--default .select2-selection--single {
    background: #0B1025!important;
    border: 1px solid #581010!important;
    margin-bottom: 20px!important;
    height: 40px!important;
    padding: 6px 14px!important;
    color: #e81e1e!important;
    font-size: 14px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #e81e1e!important;
}