/* =================================
------------------------------------
  Game Warrior Template
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*---------------------------*/
/* Template default CSS
/*---------------------------*/

/* Zac a bitch */ 
/* test */

html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: #181816;
}
.bg-head-text {
      font-size: 20px;
    margin-top: 9px;
    margin-left: 0px;
    /* font-family: serif; */
    color: #a59970;
    letter-spacing: 2px;
    -webkit-text-decorations-in-effect: blink;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    font: arial, sans-serif;
    margin-bottom: 10px;
}

.top-bar {
 background-color: #181816;
    padding: 10px 0 10px 0;
    font-family: "MuseoSans_500", sans-serif;
    border-bottom: 1px solid #32312d;
    max-height:35px;
}
.topnav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.topnav li {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
}
.topnav li:before {
    font-family: "Montserrat-Thin", sans-serif;
    content: '|';
    position: relative;
    font-size: 10px;
    margin: 0 10px 0 10px;
    color:#8c823d;
}
.topnav li:first-child:before {
    content: '';
    margin: 0;
}


.div2 {
  height:200px;
  margin-top:5px;
  float:left;
  width:71%;
  clear:left;
  border-right: 2px solid black;
  border-right: 1px solid #25201E;
  box-shadow: 11px 0 15px -8px black;
}
.div4 {
  height:200px;
  float:right;
  width:29%;
  margin-top:5px;
  clear:right;
}

.form-control {
    width:251px;
	border-radius: 2px;
	background: #0B0808;
	border-color: #100D0D;
	color: #413838;
	font-family: 'Nunito', sans-serif;
}
.percent {
	position:absolute;
    /*padding-top:3px;*/
	float:left;
	text-shadow: 1px 1px 1px #000;
	color: #d2f7bc;
	    
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
    height:20px;
	background-color: #222;
	border-radius: 0;
	border: solid 1px #333;
	box-shadow: inset 0 0 3px #111;
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #577639;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.skill-item{
border-top: 1px solid #131211d4;
    border-bottom: 1px solid #ffffff12;
    /* width: 105%; */
    height: 32px;
    background: #21201d;
    position: relative;
    color: #a59870;
    font-family: 'Nunito', sans-serif;
    padding-bottom: 2px;
}
.skill-item-image {
    position: absolute;
    width:30px;
    height:30px;
    top: 0px;
    left: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.skill-item-image-text {
    padding-top: 5px;
    padding-left: 24%;
}
.skill-item-image-text:hover {
    top: 0px;
    left: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    filter: brightness(150%);
    background: #21201d8a;
}

.skill-item:hover > div.skill-item-image {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    left: 8px;
}

.skill-item-image-splitter {
    width:3px;
    height:32px;
    background:red;
    position: absolute;
    top: -1px;
    left: 35px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.skill-item-image-splitter {
    width:3px;
    height:32px;
    background:red;
    position: absolute;
    top: -1px;
    left: 35px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.skill-item:hover > div.skill-item-image-splitter {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 41px;
}





.mainbody-section-vote {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
   -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border: 1px solid #181817;
    width: 80%;
    margin-top:3%;
    height: auto;
    background-color: #151513;
    display: block;
    margin-left: 10%;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
   margin-bottom: 25px;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}


::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e8ce66;
  border: 2px solid #fdde64;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #efcd45;
}
::-webkit-scrollbar-thumb:active {
  background: #f7d85e;
}
::-webkit-scrollbar-track {
  background: #171717;
  border: 1px solid #2d2d2d;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #0f0f0f;
}
::-webkit-scrollbar-track:active {
  background: #0c0c0c;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


h4 {
	font-size: 24px;
	color: white;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	color: #878787;
	line-height: 2;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}



.Divider {
  height: 55px;
  margin: -18px -15px;
  position: relative;
  z-index: 1; }
  .Divider:before {
    left: 0;
    margin-right: 82px;
    right: 50%;
    background: url(../img/divider-sprite.png) repeat-x 50% 0;
    content: "";
    height: 55px;
    position: absolute;
    top: 0; }
  .Divider:after {
    right: 0;
    margin-left: 82px;
    left: 50%;
    background: url(../img/divider-sprite.png) repeat-x 50% 0;
    content: "";
    height: 55px;
    position: absolute;
    top: 0; }

.Divider-rule {
  background: url(../img/divider-sprite-1.png) repeat-x 50% 100%;
  border: 0;
  height: 127px;
  left: 40%;
  margin: 0 0 0 -122px;
  position: absolute;
  top: -24px;
  width: 509px; }

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 75px;
}

.section-title h2 {
	padding-top: 10px;
	font-size: 36px;
}
.hs-buttons-nav {
    display: inline-block;
    background:blue;
    padding-left:70%;


}
#parent_div_1, #parent_div_2, #parent_div_3{
    width:290px;
    height:100%;
    margin-right:6px;
    float:left;
}
#parent_div_4, #parent_div_5, #parent_div_6{
    width:auto;
    height:100%;
    margin-right:10px;
    float:left;
}



#parent_div_4 button.btn-custom-normal {
    width:auto;
	border-radius: 2px;
	margin-top: 8px;
	background: rgba(48, 46, 45, 1);
	border-color: rgba(48, 46, 45, 1);
	color: #2185a2;
	background-color: rgba(201, 76, 76, 0.0);
	font-family: 'Nunito', sans-serif;
	border-color: rgba(48, 46, 45, 1);
	border-color: #2185a2;
}
#parent_div_4 button.btn-custom-normal:hover{
    width:auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background:#2185a2;
    border-color: #2185a2;
    color: white;

}

#parent_div_4 button.btn-custom-skiller {
    width:auto;
	border-radius: 2px;
	margin-top: 8px;
	background: rgba(48, 46, 45, 1);
	border-color: rgba(48, 46, 45, 1);
	color: #6DA221;
	background-color: rgba(201, 76, 76, 0.0);
	font-family: 'Nunito', sans-serif;
	border-color: rgba(48, 46, 45, 1);
	border-color: #6DA221;
}
#parent_div_4 button.btn-custom-skiller:hover{
    width:auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background:#6DA221;
    border-color: #6DA221;
    color: white;

}

#parent_div_4 button.btn-custom-ironman {
    width:auto;
	border-radius: 2px;
	margin-top: 8px;
	background: rgba(48, 46, 45, 1);
	border-color: rgba(48, 46, 45, 1);
	color: #D4C441;
	background-color: rgba(201, 76, 76, 0.0);
	font-family: 'Nunito', sans-serif;
	border-color: rgba(48, 46, 45, 1);
	border-color: #D4C441;
}
#parent_div_4 button.btn-custom-ironman:hover{
    width:auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background:#D4C441;
    border-color: #D4C441;
    color: white;

}

#parent_div_4 button.btn-custom-hc-ironman {
    width:auto;
	border-radius: 2px;
	margin-top: 8px;
	background: rgba(48, 46, 45, 1);
	border-color: rgba(48, 46, 45, 1);
	color: #A25821;
	background-color: rgba(201, 76, 76, 0.0);
	font-family: 'Nunito', sans-serif;
	border-color: rgba(48, 46, 45, 1);
	border-color: #A25821;
}
#parent_div_4 button.btn-custom-hc-ironman:hover{
    width:auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background:#A25821;
    border-color: #A25821;
    color: white;

}

#parent_div_4 button.btn-custom-ultimate-ironman {
    width:auto;
	border-radius: 2px;
	margin-top: 8px;
	background: rgba(48, 46, 45, 1);
	border-color: rgba(48, 46, 45, 1);
	color: #A22121;
	background-color: rgba(201, 76, 76, 0.0);
	font-family: 'Nunito', sans-serif;
	border-color: rgba(48, 46, 45, 1);
	border-color: #A22121;
}
#parent_div_4 button.btn-custom-ultimate-ironman:hover{
    width:auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background:#A22121;
    border-color: #A22121;
    color: white;

}


.child_div_1{
    float:left;
    margin-right:5px;
}
.image404 {
    background-image: url("../img/404.png");
    width:274px;
    height:250px;
    margin-left:15%;
}


.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 97px;
	padding-bottom: 97px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span {
	color: #fff;
}

.text-white li {
    color: white;
}
.text-gold li {
    color:#948c73;
}
.text-gold li:hover {
    color:#ccc19d;
}
.text-gold:hover {
    color:#ccc19d;
}


.rating i {
	color: #fbb710;
}

.rating .is-fade {
	color: #e0e3e4;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */
.site-btn {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: #131313;
	padding: 16px 30px;
	min-width: 153px;
	border-radius: 50px;
	font-weight: 500;
	border: none;
	background: #ffb320;
	cursor: pointer;
}

.site-btn.btn-sm {
	padding: 10px 30px;
	min-width: 163px;
}

.site-btn:hover {
	color: #131313;
}

.cata {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	padding: 6px 25px;
}

.cata.new {
	background: #97864e;
	font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    -webkit-text-decorations-in-effect: blink;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    font: arial, sans-serif;
    margin-bottom: 10px;
}

.cata.strategy {
	background: #97864e;
	font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    -webkit-text-decorations-in-effect: blink;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    font: arial, sans-serif;
    margin-bottom: 10px;
}

.cata.racing {
	background: #97864e;
	font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    -webkit-text-decorations-in-effect: blink;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    font: arial, sans-serif;
    margin-bottom: 10px;
}

.cata.adventure {
	background: #97864e;
	font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    -webkit-text-decorations-in-effect: blink;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    font: arial, sans-serif;
    margin-bottom: 10px;
}

/* Preloder */
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #181816;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #e7c36d;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #dbaa35;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #e3a615;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #e7c36d;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #dbaa35;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #e3a615;
		border-left-color: transparent;
	}
}

/*------------------
  Header section
---------------------*/

.header-section {
    
background: #21201d;
    clear: both;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #b7ab4bb5;
}

.site-logo {
	display: inline-block;
	float: left;
	width:52px;
	height:52px;
    background-image: url("../img/logo.png");
    background-size: 75%;
    background-repeat: no-repeat;
}
.site-logo:hover {
	display: inline-block;
	float: left;
		width:52px;
	height:52px;
	background-image: url("../img/logo-hover.png");
	  background-size: 75%;
    background-repeat: no-repeat;
}

.user-panel {
	float: right;
	font-weight: 500;
	background: #ffb320;
	padding: 8px 28px;
	border-radius: 30px;
}

.user-panel a {
	font-size: 14px;
	color: #131313;
}

.main-menu {
	float: right;
}
.main-menu {
    border: #8c823d;
}
.main-menu ul {
	list-style: none;
}

.main-menu ul li {
	display: inline;
}



.main-menu ul li a {
	display: inline-block;
	font-size: 16px;
	color: #a59f82;
	margin-left: 35px;
	font-weight: 500;
	padding: 10px 5px;
	color:#948c73;
}

.main-menu ul li a:hover {
	color: #f3d270;
}

.header-btn {
	float: right;
	margin-right: 0;
}

.nav-switch {
	display: none;
}

/*------------------
  Hero Section
---------------------*/

 .hs-item {
	height: 350px;
	display: table;
	width: 100%;
}

 .hs-text {
	display: table-cell;
	vertical-align: middle;
}


.hs-text h2 {
	color: #fff;
	font-weight: 400;
	font-size: 60px;
	margin-bottom: 30px;
	position: relative;
	top: -80px;
	opacity: 0;
}

.hs-text h2 span {
	color: #ffb320;
}

.hs-text p {
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	position: relative;
	top: -90px;
	opacity: 0;
}

.hs-text .site-btn {
	position: relative;
	top: -100px;
	opacity: 0;
}

 .owl-item.active .hs-item h2,
 .owl-item.active .hs-item p,
 .owl-item.active .hs-item .site-btn {
	top: 0;
	opacity: 1;
}

 .owl-item.active .hs-item h2 {
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

 .owl-item.active .hs-item p {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

 .owl-dots {
	position: relative;
	max-width: 1146px;
	margin: -33px auto 0;
	top: -67px;
	z-index: 5;
}

 .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 13px;
	width: 33px;
	height: 33px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding-top: 7px;
	border-radius: 40px;
	background: #dbe2ec;
}

 .owl-dots .owl-dot.active {
	background: #ffb320;
}

/*---------------------
  Latest News section
-----------------------*/

.latest-news-section {
overflow: hidden;
    display: block;
    clear: both;
    background: #131311;
    padding: 8px 0;
    position: relative;
    border: 1px solid #21211f;
    margin-bottom:12px;
}

.ln-title {
     position: absolute;
    height: 100%;
    width: 33%;
    left: 0;
    top: 0;
    text-align: right;
    padding-top: 9px;
    padding-right: 189px;
    font-size: 16px;
    font-weight: 500;
    color: #ffe8b2;
    text-shadow: 0px 0px 5px #362805;
    background: #97864e;
    box-shadow: inset 0px 0px 23px #97864e;
    z-index: 1;
    border: 1px solid #97864e;
}

.announcement-title {
     position: absolute;
    height: 100%;
    width: 33%;
    left: 0;
    top: 0;
    text-align: right;
    padding-top: 9px;
    padding-right: 189px;
    font-size: 16px;
    font-weight: 500;
color: #edffb2;
    text-shadow: 0px 0px 5px #362805;
    background: #72974e;
    box-shadow: inset 0px 0px 23px #4d6323;
    z-index: 1;
    border: 1px solid #7a974e;
}


.news-ticker {
	width: 71%;
	float: right;
	overflow: hidden;
	display: inline-block;
}
.news-ticker-contant .nt-item {
	margin-right: 35px;
	color: #ffe8b2;
    text-shadow: 0px 0px 5px #362805;
	display: inline-block;
}
.news-ticker-contant .announcement-item {
	margin-right: 35px;
	color: #e7e4dd;
    text-shadow: 0px 0px 5px #362805;
	display: inline-block;
}

.news-ticker-contant .nt-item span {
	margin-right: 35px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #ffe8b2;
    text-shadow: 0px 0px 5px #362805;
	padding: 4px 20px;
}
.news-ticker-contant .announcement-item span {
	margin-right: 35px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #ffe8b2;
    text-shadow: 0px 0px 5px #362805;
	padding: 4px 20px;
}

.news-ticker-contant .nt-item span.new {
	background: #97864e;
}

.news-ticker-contant .nt-item span.strategy {
	background: #97864e;
}

.news-ticker-contant .nt-item span.racing {
	background: #97864e;
}
.news-ticker-contant .announcement-item span.support {
	background: #97864e;
}
/*------------------
  Lore Section
---------------------*/

.feature-item {
	height: 415px;
	position: relative;
	border: 2px #97864e;
}

.feature-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .65;
}

.set-bg {
    border: 2px #97864e;
}

/* .feature-item .cata {
	position: relative;
	margin-top: 28px;
	margin-left: 29px;
	z-index: 3;
	width: 100%;
}

*/

.feature-item .fi-content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 26px 24px;
	z-index: 1;
}

.feature-item .fi-content h5 {
	margin-bottom: 18px;
}

.feature-item .fi-content {
	z-index: 1;
}

.feature-item .fi-content .fi-comment {
	font-size: 12px;
	opacity: .54;
}

.mainbody-section-lore {

    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border: 1px solid #181817;
    width: 90%;
    margin-top: 5%;
    height: auto;
    background-color: #151513;
    display: block;
    padding-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    right: -60px;

}

.news-title-lore {

    padding: 8px 21px;
    font-size: 12px;
    font-weight: 700;
    color: #ffe8b2;
    width: 70%;
    height: 18%;
    text-shadow: 0px 0px 5px #362805;
    text-transform: uppercase;
    background: #97864e;
    box-shadow: inset 0 0 19px #e5be6180;
    border: 1px solid #e5c478a3;

}

#lore-title-text {
    position: relative;
    top: -50px;
    font-size: 20px;
    margin-top: 9px;
    margin-left: 0px;
    font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    -webkit-text-decorations-in-effect: blink;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    font: arial, sans-serif;
    margin-bottom: 10px;

}


.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.content {

    font-size: 14px;
    color: #878787;
    line-height: 2;

}
.link {
  font-size: 1em;
  padding: 10px;
  color: #97864e;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.popup {
  margin: 180px auto;
  padding: 20px;
  background-image: url("../img/logo-bg.jpg");
  border-radius: 5px;
  width: 50%;
  height: 50%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 10;
}

.popup p {

    font-size: 14px;
    color: #878787;
    line-height: 2;

}

.popup-chimera {
  margin: 180px auto;
  padding: 20px;
  background-image: url("../img/logo-bg.jpg");
  border-radius: 5px;
  width: 50%;
  height: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 10;
}

.popup-oxl-mao {
  margin: 180px auto;
  padding: 20px;
  background-image: url("../img/logo-bg.jpg");
  border-radius: 5px;
  width: 50%;
  height: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 10;
}

.popup-eldrax {
  margin: 180px auto;
  padding: 20px;
  background-image: url("../img/logo-bg.jpg");
  border-radius: 5px;
  width: 50%;
  height: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 10;
}

.popup-exoden {
  margin: 180px auto;
  padding: 20px;
  background-image: url("../img/logo-bg.jpg");
  border-radius: 5px;
  width: 50%;
  height: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 10;
}

.popup-baron {
  margin: 180px auto;
  padding: 20px;
  background-image: url("../img/logo-bg.jpg");
  border-radius: 5px;
  width: 50%;
  height: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 10;
}

.popup-main{
  margin: 180px auto;
  padding: 20px;
  background-image: url("../img/logo-bg.jpg");
  border-radius: 5px;
  width: 50%;
  height: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 10;
}
    

.popup h2 {

    position: relative;
    right: -200px;
    font-size: 20px;
    margin-top: 9px;
    margin-left: 0px;
    font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    top: -20px;

}

.popup h4 {

    position: relative;
    right: -150px;
    font-size: 20px;
    margin-top: 9px;
    margin-left: 0px;
    font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    top: -20px;

}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: yellow;
  z-index: 10;
}
.popup .close:hover {
  color: gold;
  z-index: 10;
}
.popup .content {
  max-height: 70%;
  overflow: auto;
  z-index: 10;
}

.feature-item:hover {

    opacity: 0.7;

}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
    
    body {
        width: 100%;
    }
    
    .container {
	    width: 100%;
	}
	
	.header-section {
	    width: 100%;
	    
	}
	
	.row-lore {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    top: -90px;
    width: 100%;

}
  }


#lore-title-text-middle {
    position: relative;
    top: -90px;
    right: -500px;
    font-size: 20px;
    margin-top: 9px;
    margin-left: 0px;
    font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    -webkit-text-decorations-in-effect: blink;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    font: arial, sans-serif;

}

#lore-title-text-right {
    position: relative;
    top: -130px;
    right: -960px;
    font-size: 20px;
    margin-top: 9px;
    margin-left: 0px;
    font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    -webkit-text-decorations-in-effect: blink;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    font: arial, sans-serif;

}

#title-lore-text {
    font-size: 20px;
    margin-top: 9px;
    margin-left: 0px;
    font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    -webkit-text-decorations-in-effect: blink;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    font: arial, sans-serif;
    margin-bottom: 10px;
}

.row-lore {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    top: -90px;

}



/*----------------------
  Recent Game Section
------------------------*/

.recent-game-section {
	background-color: #eef2f6;
	border-top: 1px solid #d6dee7;
	border-bottom: 1px solid #d6dee7;
}

.recent-game-item .rgi-thumb {
	height: 204px;
	padding: 25px 28px;
}

.recent-game-item .rgi-content {
	padding: 34px 22px 20px;
	background: #fff;
	border: 1px solid #d6dee7;
	border-top: none;
	position: relative;
}

.recent-game-item .rgi-content h5 {
	margin-bottom: 20px;
	line-height: 1.5;
}

.recent-game-item .rgi-content .comment {
	font-size: 12px;
	color: #737373;
}

.recent-game-item .rgi-extra {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
}

.recent-game-item .rgi-extra .rgi-star,
.recent-game-item .rgi-extra .rgi-heart {
	height: 35px;
	width: 35px;
	float: left;
	display: block;
	padding: 6px 8px 0;
}

.recent-game-item .rgi-extra .rgi-star {
	background: #ffb320;
}

.recent-game-item .rgi-extra .rgi-heart {
	background: #ff205f;
}

/*----------------------
  Tournaments Section
------------------------*/

.tournaments-section {
	background-image: url("../img/pattern.png");
	background-repeat: repeat;
}

.tournament-title {
	display: inline-block;
	padding: 7px 25px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	background: #fb6e10;
}

.tournament-item {
	background: #252525;
}

.tournament-item .ti-notic {
	display: inline-block;
	padding: 8px 21px;
	font-size: 12px;
	font-weight: 700;
	color: #131313;
	text-transform: uppercase;
	background: #ffb320;
}

.tournament-item .ti-content {
	padding: 38px 24px;
	overflow: hidden;
}

.tournament-item .ti-thumb {
	width: 168px;
	height: 178px;
	float: left;
}

.tournament-item .ti-text {
	padding-left: 195px;
}

.tournament-item .ti-text h4 {
	color: #ffb320;
	margin-bottom: 20px;
}

.tournament-item .ti-text ul {
	list-style: none;
	margin-bottom: 20px;
}

.tournament-item .ti-text ul li {
	color: #fff;
	font-size: 12px;
	margin-bottom: 6px;
}

.tournament-item .ti-text ul li span {
	color: #9a9a9a;
}

.tournament-item .ti-text p {
	font-size: 12px;
	margin-bottom: 0;
}

.tournament-item .ti-text p span {
	font-weight: 500;
	color: #ffb320;
}

/*----------------------
  Review Section
------------------------*/

.review-section {
	background-position: right top;
}

.review-item .review-cover {
	position: relative;
	margin-bottom: 30px;
	height: 345px;
}

.review-item .review-cover .score {
	position: absolute;
	width: 54px;
	height: 54px;
	top: -27px;
	left: 26px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	z-index: 1;
}

.review-item .review-cover .score.yellow {
	background: #ffb320;
}

.review-item .review-cover .score.purple {
	background: #694eae;
}

.review-item .review-cover .score.pink {
	background: #ff20ae;
}

.review-item .review-cover .score.green {
	background: #4eae60;
}

.review-item .review-text {
	text-align: center;
}

.review-item .review-text h5 {
	margin-bottom: 20px;
}

.review-item .review-text p {
	margin-bottom: 0;
}

.review-item .rating {
	margin-bottom: 20px;
}

.review-item .rating i {
	font-size: 12px;
}

/*----------------------
  Footer top Section
------------------------*/

#footer {

    margin-top: 50px;
    border-radius: 5px;
    padding: 10px;
    height: 200px;
    width: 1300px;
    position: relative;
    top: -150px;
    right: -500px;
}

.foot {
  position: relative;
  margin-left:8%;
}

.footr {
    color: black;

    margin-top: -20px;

}

#footer li {
  list-style-type: none;
}



#footer .title {

    color: #e4de34;
    font-weight: 700;
    opacity: 0.7;
    font-size: 18pt;
    padding-bottom: 15px;

}

ul.col2 {
  display: inline-table;
  position: relative;
  left: 150px;
  top: -100px;
  list-style-type: none;
}

ul.col3 {
  display: inline-table;
  position: relative;
  left: 200px;
  top: -100px;
  list-style-type: none;
}

.latest-blog .lb-item {
	margin-bottom: 23px;
	overflow: hidden;
}

.latest-blog .lb-item .lb-thumb {
	width: 97px;
	height: 97px;
	float: left;
}

.latest-blog .lb-item .lb-content {
	padding-left: 110px;
}

.latest-blog .lb-item .lb-content .lb-date {
	font-size: 12px;
	color: #ffb320;
	margin-bottom: 8px;
}

.latest-blog .lb-item .lb-content p {
	font-size: 12px;
	margin-bottom: 5px;
	color: #d3d3d3;
}

.latest-blog .lb-item .lb-content .lb-author {
	font-size: 12px;
	color: #d3d3d3;
	opacity: 0.45;
}

.top-comment {
	overflow: hidden;
}

.top-comment .tc-item {
	margin-bottom: 23px;
	overflow: hidden;
}

.top-comment .tc-item .tc-thumb {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	float: left;
}

.top-comment .tc-item .tc-content {
	padding-left: 100px;
}

.top-comment .tc-item .tc-content p {
	font-size: 12px;
	color: #d3d3d3;
	margin-bottom: 5px;
}

.top-comment .tc-item .tc-content p a {
	color: #ff205f;
}

.top-comment .tc-item .tc-content p span {
	color: #7a7a7a;
}

.top-comment .tc-item .tc-content .tc-date {
	font-size: 12px;
	color: #ffb320;
}

/*----------------------
  Vote Section
----------------------*/

.text-muted {

    color: white !important; 

}
.small, small {

    font-size: 80%;
    font-weight: 400;

}

.pl-3, .px-3 {

    padding-left: 1rem !important;

}
.pr-3, .px-3 {

    padding-right: 1rem !important;

}
.mt-1, .my-1 {

    margin-top: .25rem !important;

}
.float-right {

    float: right !important;

}
.badge-dark {

    color: white;
    background-color: #ffb320;

}


.list-group-item:first-child {

    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;

}
.list-group-item:first-child {

    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;

}
.list-group-item {

    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: black;
    border: 1px solid #ffb320;
    color: white;

}

.btn:not(:disabled):not(.disabled) {

    cursor: pointer;

}
.btn:not(:disabled):not(.disabled) {

    cursor: pointer;

}
.btn-info {

    color: white;
    background-color: #ffb320;
    border-color: gold;

}
.btn {

    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
[type="reset"], [type="submit"], button, html [type="button"] {

    -webkit-appearance: button;

}

/*----------------------
  Footer Section
------------------------*/

/*----------------------
  Footer top Section
------------------------*/
@media only screen and (min-width: 768px) and (max-width: 2199px) {
    .footer-top-section {
background: #131211;
    border-bottom: 1px solid rgb(29, 29, 27);
    width: 100%;
    height: 180px;
    overflow: hidden;
    padding: -20px 0 -20px;
    /* border-top: 1px solid #8c823d; */
    margin-top: -62px;
}
.footer-top-content-logo {
    width: 378px;
    height: 96px;

}

.header-section {
	    width: 100%;
	    
	}


.footer-logo {
    background-image:url("https://i.imgur.com/gPyWLk8.png");
    width:378px;
    height:96px;
    margin-top:3%;
}



#footer li {
  list-style-type: none;
}

ul.col1 {
   display: inline-table;
   position: relative;
   left: 900px;
   top: -105px;

}

/*li {*/
/*  color: gold;*/
/*}*/
li {
    color:#948c73;
}
li:hover {
    color:#ccc19d;
}

#footer .title {

    color: #e4de34;
    font-weight: 700;
    opacity: 0.7;
    font-size: 18pt;
    padding-bottom: 15px;

}
.title {
  color: #d4c68a;
    font-weight: bold;
    /* text-underline-position: under; */
    text-shadow: 0px 0px 6px #000000a6;
    
}
ul.col2 {
 /*display: inline-table; */
    /* position: relative; */
    /* left: 1000px; */
    /* top: -105px; */
    display: inline-table;
    position: relative;
    left: 59%;
    top: -90px;
    margin-right: 5%;
}

}


/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.footer-top-section {
	    display: none;
    }
}

/* ul.col3 {
  display: inline-table;
  position: relative;
  left: 230px;
  top: -80px;
} */

.latest-blog .lb-item {
	margin-bottom: 23px;
	overflow: hidden;
}

.header-section {
	    width: 100%;
	    
	}

.latest-blog .lb-item .lb-thumb {
	width: 97px;
	height: 97px;
	float: left;
}

.latest-blog .lb-item .lb-content {
	padding-left: 110px;
}

.latest-blog .lb-item .lb-content .lb-date {
	font-size: 12px;
	color: #ffb320;
	margin-bottom: 8px;
}

.latest-blog .lb-item .lb-content p {
	font-size: 12px;
	margin-bottom: 5px;
	color: #d3d3d3;
}

.latest-blog .lb-item .lb-content .lb-author {
	font-size: 12px;
	color: #d3d3d3;
	opacity: 0.45;
}

.top-comment {
	overflow: hidden;
}

.top-comment .tc-item {
	margin-bottom: 23px;
	overflow: hidden;
}

.top-comment .tc-item .tc-thumb {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	float: left;
}

.top-comment .tc-item .tc-content {
	padding-left: 100px;
}

.top-comment .tc-item .tc-content p {
	font-size: 12px;
	color: #d3d3d3;
	margin-bottom: 5px;
}

.top-comment .tc-item .tc-content p a {
	color: #ff205f;
}

.top-comment .tc-item .tc-content p span {
	color: #7a7a7a;
}

.top-comment .tc-item .tc-content .tc-date {
	font-size: 12px;
	color: #ffb320;
}

/*----------------------
  Footer Section
------------------------*/

.footer-section {
padding: 18px 0 16px;
    overflow: hidden;
    background: #11110f;
    width: 100%;
}

.footer-menu {
	list-style: none;
	float: right;
}

.footer-menu li {
	display: inline;
}

.footer-menu li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: white;
	margin-left: 30px;
}

.copyright {
	float: left;
	margin-bottom: 0;
	font-weight: 500;
color: #656050;
    text-shadow: 1px 3px 6px #000000d1;
    font-size: 13px;
    font-family: "MuseoSans_500", sans-serif;
}


/*------------------
  Other Pages
--------------------
====================*/

.page-info-section {
	height: 499px;
	position: relative;
}

.page-info-section .pi-content {
	position: absolute;
	width: 100%;
	bottom: 65px;
	left: 0;
	z-index: 2;
}

.page-info-section .pi-content h2 {
	font-size: 60px;
	margin-bottom: 25px;
	font-weight: 400;
}

.site-pagination {
	padding-top: 50px;
}

.site-pagination a,
.site-pagination span {
	width: 33px;
	height: 33px;
	font-size: 14px;
	font-weight: 500;
	padding-top: 7px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #131313;
	margin-right: 10px;
}

.site-pagination .active {
	background: #ffb320;
}

.site-pagination.sp-style-2 a,
.site-pagination.sp-style-2 span {
	background: #e5e5e5;
}

.site-pagination.sp-style-2 .active {
	background: #ffb320;
}

.widget-item {
	margin-bottom: 73px;
}

.widget-item:last-child {
	margin-bottom: 0;
}

.widget-item .widget-title {
	margin-bottom: 40px;
}

.widget-item .latest-blog .lb-item .lb-content p,
.widget-item .top-comment .tc-item .tc-content p {
	color: #131313;
}

.widget-item .latest-blog .lb-item .lb-content .lb-author {
	color: #737373;
}

.widget-item .top-comment .tc-item .tc-content {
	padding-right: 20px;
}

.widget-item .review-item {
	background: #eff2f5;
}

.widget-item .review-item .review-text {
	padding: 0 35px 20px;
}

.search-widget {
	position: relative;
}

.search-widget input {
	width: 100%;
	height: 41px;
	border: 1px solid #d6dee7;
	padding-left: 22px;
	padding-right: 45px;
	font-size: 12px;
}

.search-widget button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: none;
	border: none;
	padding-right: 15px;
	color: #878787;
	cursor: pointer;
}

/*-----------------
  Categories page
--------------------*/

.recent-game-page .recent-game-item {
	margin-bottom: 42px;
}

/*-----------------
  Single blog page
--------------------*/

.single-blog-page .blog-thumb {
	height: 424px;
	padding-top: 24px;
	padding-left: 29px;
	margin-bottom: 40px;
	position: relative;
}

.single-blog-page .blog-thumb .rgi-extra {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
}

.single-blog-page .blog-thumb .rgi-extra .rgi-star,
.single-blog-page .blog-thumb .rgi-extra .rgi-heart {
	height: 35px;
	width: 35px;
	float: left;
	display: block;
	padding: 6px 8px 0;
}

.single-blog-page .blog-thumb .rgi-extra .rgi-star {
	background: #ffb320;
}

.single-blog-page .blog-thumb .rgi-extra .rgi-heart {
	background: #ff205f;
}

.single-blog-page .blog-content h3 {
	margin-bottom: 10px;
}

.single-blog-page .blog-content .meta-comment {
	display: block;
	font-size: 12px;
	color: #737373;
	margin-bottom: 25px;
}

.single-blog-page .blog-content p {
	margin-bottom: 25px;
}

.comment-warp {
	padding-top: 50px;
}

.comment-title {
	margin-bottom: 45px;
}

.comment-list {
	list-style: none;
}

.comment-list li {
	margin-bottom: 40px;
	overflow: hidden;
}

.comment-list .comment .comment-avator {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	float: left;
}

.comment-list .comment .comment-content {
	padding-left: 100px;
}

.comment-list .comment .comment-content h5 {
	font-size: 12px;
	color: #131313;
	font-weight: 400;
	margin-bottom: 10px;
}

.comment-list .comment .comment-content h5 span {
	color: #ffb320;
	padding-left: 18px;
}

.comment-list .comment .comment-content p {
	font-size: 12px;
	margin-bottom: 5px;
}

.comment-list .comment .comment-content .reply {
	font-size: 12px;
	color: #ff1d55;
}

.comment-form-warp {
	padding-top: 30px;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
	width: 100%;
	height: 41px;
	border: 1px solid #d6dee7;
	padding-left: 22px;
	padding-right: 45px;
	font-size: 12px;
	margin-bottom: 24px;
}

.comment-form textarea {
	height: 243px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 38px;
}

/*-----------------
  Review page
--------------------*/

.review-page .review-item {
	margin-bottom: 63px;
}

.review-page .review-item .review-text h4 {
	margin-bottom: 10px;
}

.review-dark .review-item .review-text p {
	color: #b5b5b5;
}

.review-section.review-dark {
	background-position: center top;
}

/*-----------------
  Community page
--------------------*/

.community-page .site-pagination {
	padding-top: 62px;
}

.community-warp {
	max-width: 1367px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.28);
}

.community-post-list {
	list-style: none;
}

.community-post-list li {
	padding: 33px 55px 65px;
	margin-bottom: 21px;
	overflow: hidden;
	border: 1px solid #878787;
	background: #1f2225;
}

.community-post-list .community-post .author-avator {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	float: left;
}

.community-post-list .community-post .post-content {
	padding-left: 100px;
}

.community-post-list .community-post .post-content h5 {
	font-size: 16px;
	color: #ff205f;
	font-weight: 400;
	margin-bottom: 10px;
}

.community-post-list .community-post .post-content h5 span {
	color: #7a7a7a;
	padding-left: 18px;
}

.community-post-list .community-post .post-content p {
	color: #fff;
	margin-bottom: 5px;
}

.community-post-list .community-post .post-content .post-date {
	font-size: 12px;
	color: #ffb320;
	margin-bottom: 18px;
}

.community-post-list .attachment-file {
	padding-top: 60px;
	max-width: 435px;
}

.community-top-title {
	margin-bottom: 50px;
}

.community-filter {
	margin-bottom: 80px;
}

.community-filter label {
	font-size: 18px;
	color: #1f2225;
	font-weight: 500;
	padding-right: 10px;
}

.community-filter select {
	width: 201px;
	height: 42px;
	font-size: 14px;
	padding: 0 18px;
	color: #1f2225;
	font-weight: 500;
}

/*-----------------
  Contact page
--------------------*/

.map {
	height: 515px;
	background: #ddd;
	margin-bottom: 90px;
}

.contact-info-list {
	padding-top: 55px;
	padding-bottom: 20px;
	list-style: none;
}

.contact-info-list li {
	margin-bottom: 30px;
}

.contact-info-list .cf-left {
	width: 95px;
	float: left;
	font-size: 16px;
	font-weight: 700;
	color: #ffb320;
}

.contact-info-list .cf-right {
	color: #878787;
	font-size: 15px;
	padding-left: 100px;
}

.social-links a {
	color: #474747;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 20px;
}

/*------------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
    body {
        width: 100%;
    }
	.container {
		max-width: 1300px;
	}
	
	.header-section {
	    width: 100%;
	    
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body {
        width: 100%;
    }
    
    .container {
	    width: 100%;
	}
	
	.header-section {
	    width: 100%;
	    
	}
	
	.main-menu {
		margin-right: 90px;
	}
	.main-menu {
        border: #8c823d;
    }
	.hero-slider .owl-dots {
		max-width: 930px;
	}
	.review-section {
		background-position: right 10% top;
	}
	.review-item .review-cover {
		height: 280px;
	}
	.latest-blog .lb-item .lb-thumb {
		width: 55px;
		height: 55px;
	}
	.latest-blog .lb-item .lb-content {
		padding-left: 67px;
	}
	.top-comment .tc-item .tc-content {
		padding-left: 95px;
	}
	.footer-top-bg {
		max-width: 370px;
	}
	.page-info-section .pi-content h2 {
		font-size: 50px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        width: 100%;
    }
    
    .header-section {
	    width: 100%;
	    
	}
	
	.site-logo {
		max-width: 130px;
	}
	.main-menu {
		margin-right: 25px;
	}
	.main-menu {
        border: #8c823d;
    }
	.main-menu ul li a {
		margin-left: 15px;
		color:#948c73;
	}
	.user-panel {
		padding: 8px 15px;
	}
	.hero-slider .hs-text h2 {
		font-size: 50px;
	}
	.hero-slider .owl-dots {
		max-width: 690px;
	}
	.recent-game-item {
		margin-bottom: 42px;
	}
	.tournament-item .ti-thumb {
		width: 100%;
		height: 230px;
		float: none;
	}
	.tournament-item .ti-text {
		padding-left: 0;
		padding-top: 20px;
	}
	.review-section {
		background-position: left top;
	}
	.review-item {
		margin-bottom: 63px;
	}
	.footer-logo {
		margin-bottom: 50px;
	}
	.latest-blog .lb-item .lb-thumb {
		width: 80px;
		height: 80px;
	}
	.latest-blog .lb-item .lb-content {
		padding-left: 95px;
	}
	.footer-top-bg {
		display: none;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
    body {
        width: 100%;
    }
    
    .header-section {
	    width: 100%;
	    
	}
	
	.header-section {
	    width: 100%;
		overflow: visible;
		padding: 23px 0;
	}
	.header-section .container {
		position: relative;
		width: 100%;
	}
	.site-logo {
		float: none;
		padding-top: 0;
	}
	.main-menu {
        border: #8c823d;
    }
	.main-menu {
		display: none;
		position: absolute;
		top: calc(100% + 24px);
		left: 0;
		width: 100%;
		background: #181816;
		z-index: 999;
	}
	.main-menu ul li {
		display: block;
		border-bottom: 1px solid #ececec;
	}
	
	.container {
	    width: 100%;
	}
	
	.main-menu ul li a {
		margin-left: 0;
		color: #131313;
		padding: 13px 26px;
		color:#948c73;
	}
	.nav-switch {
		color: #ad873b;
		display: block;
		float: right;
		cursor: pointer;
		font-size: 25px;
	}
	.user-panel {
		display: none;
	}
	.hero-slider .hs-item {
		height: 700px;
	}
	.hero-slider .hs-text h2 {
		font-size: 36px;
	}
	.hero-slider .owl-dots {
		max-width: 510px;
	}
	.ln-title {
		padding-right: 30px;
	}
	.announcement-title {
		padding-right: 30px;
	}
	.feature-item {
		margin-bottom: 30px;
	}
	.recent-game-item {
		margin-bottom: 42px;
	}
	.review-section {
		background-position: left top;
	}
	.review-item {
		margin-bottom: 63px;
	}
	.footer-logo {
		margin-bottom: 50px;
	}
	.footer-top-bg {
		display: none;
	}
	.footer-section {
		padding: 30px 0 20px;
		text-align: center;
	}
	.footer-menu li:first-child a {
		margin-left: 0;
	}
	.footer-menu,
	.copyright {
		float: none;
	}
	.copyright {
		padding-top: 15px;
	}
	.community-post-list li {
		padding: 30px 25px 30px;
	}
	.page-info-section .pi-content h2 {
		font-size: 50px;
	}
	
	.row-lore {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    top: 0px;

}
}

/* Medium Mobile :480px. */

@media only screen and (max-width: 576px) {
    body {
        width: 100%;
    }
	.hero-slider .owl-dots {
		padding: 0 15px;
	}
	
	.container {
	    width: 100%;
	}
	
	.row-lore {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    top: 0px;

}
	
	.header-section {
	    width: 100%;
	    
	}
	
	.feature-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.community-post-list .community-post .author-avator {
		float: none;
	}
	.community-post-list .community-post .post-content {
		padding-left: 0;
		padding-top: 30px;
	}
}

.form-popup {
  display: none;
  position: fixed;
  bottom: 45%;
  padding-left: 4.6%;
  z-index: 9;
}



#login-box {
	width: 350px;
	margin: 0 auto;
	border: 1px solid black;
	background: rgba(48, 46, 45, 1);
	min-height: 250px;
	padding: 20px;
	z-index: 9999;
}
#login-box .logo .logo-caption {
	font-family: 'Poiret One', cursive;
	color: white;
	text-align: center;
	margin-bottom: 0px;
}
#logo4 {
    margin-left:50%;
}
#login-box .logo .tweak {
	color: #ff5252;
}
#login-box .controls {
	padding-top: 30px;
}
#login-box .controls input {
	border-radius: 0px;
	background: rgb(98, 96, 96);
	border: 0px;
	color: white;
	font-family: 'Nunito', sans-serif;
}
#login-box .controls input:focus {
	box-shadow: none;
}
#login-box .controls input:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#login-box .controls input:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
#login-box button.btn-custom {
	border-radius: 2px;
	margin-top: 8px;
	background:#ff5252;
	border-color: rgba(48, 46, 45, 1);
	color: white;
	font-family: 'Nunito', sans-serif;
}
#login-box button.btn-custom:hover{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background: rgba(48, 46, 45, 1);
	border-color: #ff5252;
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    body {
        width: 100%;
    }
    
    .header-section {
	    width: 100%;
	    
	}
	
	.row-lore {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    top: 0px;

}
	
	.hero-slider .hs-item {
		height: auto;
		padding: 150px 0;
	}
	.ln-title {
		display: none;
	}
	.announcement-title{
	    display: none;
	}
	.news-ticker {
		width: 100%;
	}
	
	.container {
	    width: 100%;
	}
	
	.tournament-item .ti-thumb {
		width: 100%;
		height: 230px;
		float: none;
	}
	.tournament-item .ti-text {
		padding-left: 0;
		padding-top: 20px;
	}
	.latest-blog .lb-item .lb-thumb {
		width: 55px;
		height: 55px;
	}
	.latest-blog .lb-item .lb-content {
		padding-left: 67px;
	}
	.top-comment .tc-item .tc-content {
		padding-left: 85px;
	}
	.site-btn {
		padding: 11px 30px;
		min-width: 145px;
	}
	.comment-list .comment .comment-avator {
		float: none;
	}
	.comment-list .comment .comment-content {
		padding-left: 0;
		padding-top: 20px;
	}
	.footer-widget {
		padding: 40px 15px 7px;
	}
	.page-info-section .pi-content h2 {
		font-size: 40px;
	}
.top-bar {
background-color: #181816;
    padding: 10px 0 10px 0;
    font-family: "MuseoSans_500", sans-serif;
    border-bottom: 1px solid #32312d;
}	
.topnav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.topnav li {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    color: #a19f82;
}
.topnav li:before {
    font-family: "Montserrat-Thin", sans-serif;
    content: '|';
    position: relative;
    font-size: 10px;
    margin: 0 10px 0 10px;
    color: #AAA;
}


}
/*.text-info {*/
/*    color: var(--primary-color) !important;*/
/*}*/
.text-logo {
    Width: 381px;
    Height: 99px;
    background-image: url(../img/text-logo.png);
    margin-bottom: 10px;
    margin-left: -6px;
}
.text-logo:hover {
    Width: 381px;
    Height: 99px;
    background-image: url("../img/text-logo.png");
filter:brightness(120%);
}
.text-logo-div {
        Width: 100%;
    max-width: 390px;
    Height: 3px;
background-image: url("../img/text-logo-div.png");
margin-bottom: 14px;
}
.test h3 {
    font-size: 20px;
    margin-top: 9px;
    margin-left: 0px;
    /* font-family: serif; */
    color: #a59970;
    letter-spacing: 2px;
    -webkit-text-decorations-in-effect: blink;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    font: arial, sans-serif;
    margin-bottom: 10px;
}
.newtext {
    color: #c0bdac;
    font-weight: bold;
    text-shadow: 1px 1px 6px #000000;
    letter-spacing: 0.2px;
}

@media only screen and (min-width: 768px) and (max-width: 2199px) {
    body {
        width: 100%;
    }
    
    .row-lore {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    top: -100px;

}

    .header-section {
	    width: 100%;
	    
	}
    
    .container {
	    width: 100%;
	}
	
  

    .popup h4 {

    position: relative;
    right: -120px;
    font-size: 0.9em;
    margin-top: 9px;
    margin-left: -120px;
    font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    top: -20px;

}


.popup h2 {

    position: relative;
    right: -150px;
    font-size: 20px;
    margin-top: 9px;
    margin-left: 0px;
    font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    top: -20px;

}
}


/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
    
    body {
        width: 100%;
    }
    
    .header-section {
	    width: 100%;
	    
	}
	
	.row-lore {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    top: -100px;

}
	
	.popup h2 {

    position: relative;
    right: -50px;
    font-size: 0.9em;
    margin-top: 9px;
    margin-left: 0px;
    font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    top: -20px;

}
    

    
    .popup h4 {

    position: relative;
    right: -120px;
    font-size: 0.9em;
    margin-top: 9px;
    margin-left: -120px;
    font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    top: -20px;

}
#lore-title-text {
    display:none;
}

#lore-title-text-middle {
    display:none;
}

#lore-title-text-right {
    display:none;
}
}


.play-now {
    width: 100%;
    height: 82px;
    background-image: url(../img/play-now.png) !important;
    margin-top: -24px;
    z-index: 1;
    display: inline-block;
    overflow: auto;
    position: relative;
    background-size: 100% 95%;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;

}


.play-now-btn:hover {
    background-image: url(../img/play-now-h2.png) !important;
    background-color: #9b8a52;
    color: #131211;
    border: 1px solid #8e7e4a;
    box-shadow: inset 0px 0px 8px #362d10;
        background-size: 100% 95%;
}



.back-to-top {
    width: 100%;
    height: 82px;
    background-image: url(../img/back-to-top.png) !important;
    margin-top: 0px;
    z-index: 1;
    display: inline-block;
    overflow: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: 100% 85%;*/
}

.btn-default {
	/*background-color:#111;*/
	/*border: none;*/
	/*color:#AAA;*/
	/*border-color:transparent;*/
	background-color: #11110f;
    border: none;
    color: #928761;
    border: 1px solid #2e2c29;
}



.btn-default:hover {
    background-color: #9b8a52;
    color: #131211;
    border: 1px solid #8e7e4a;
    box-shadow: inset 0px 0px 8px #362d10;
}

.btn-breadcrumb {
	width:100%;
	background-color:red;
	background-color: #111;
	border-radius: 4px;
	border: solid 1px #333;
	margin-bottom:20px;
}

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 15px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #111;/* Arrow Fill Color */
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #333;/* Arrow Line Color */
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #111;/* Arrow Hover Fill Color */
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #333;/* Arrow Hover Line Color */
}

.table {
	border-color: #252525;
}
.table tr, .table td  {
	border-bottom: solid 1px #222;
	color: #8F7A60;
	border-top: 1px solid #1d1c1a;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color: #323232;
}
.form-control {
	background-color: #151515; 
	border: solid 1px #303030;
	background-image: none;
	box-shadow: inset 0 0 5px #000;
	color: #303030;
}
.form-control:focus {
    background-color: #151515; 
	box-shadow: none;
	color: #EFEFEF;
	border: solid 1px #666;
}
.text-white {
	color: rgb(143, 122, 96);
}
.text-white:hover {
	color:#666;
	text-decoration: none;
}
.page-title {
	margin:0;
	margin-top:50px;
	padding:0;
	text-shadow: 1px 1px 3px #000;
}
.buttons {
	margin-bottom:10px;
}
.buttons img {
	border: solid 1px #000;
	border-radius: 5px;
	box-shadow: 0 0 3px #000;
	-webkit-filter:brightness(50%);
	-webkit-transition: all .3s ease-in-out;
}
.buttons img:hover {
	-webkit-filter:brightness(100%);
}
.buttons p {
	position: relative;
	display: inline-block;
	bottom: 0px;
	right:50px;
	top:50px;
	left: 100px; 
	z-index:1000;
	text-align: right;
	text-shadow: 1px 1px 2px #000;
	margin:0;
	padding:0;
}
.buttons a {
	color:white;
}

.back-to-top-btn {
      width: 124px;
    height: 100%;
    background-image: url(../img/back-to-top-btn.png) !important;
    margin-top: -24px;
    z-index: 99;
margin: 0px auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: 100% 95%;*/
    display: block;
    text-align: center;
    cursor: pointer;
}
.back-to-top-btn:hover {
    background-image: url(../img/back-to-top-btn-h.png) !important;
      background-position: center;
    background-repeat: no-repeat;
}
/*-----------
Main Body
-------------*/
.mainbody-section {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border: 1px solid #181817;
    width: 80%;
    height: auto;
    background-color: #151513;
    display: block;
    margin-left: auto;
    margin-right: auto;
	/*padding-top: 25px;*/
    padding-bottom: 25px;
   margin-bottom: 25px;
}
.news-title{
padding: 8px 21px;
    font-size: 12px;
    font-weight: 700;
    color: #ffe8b2;
    text-shadow: 0px 0px 5px #362805;
    text-transform: uppercase;
    background: #97864e;
    box-shadow: inset 0 0 19px #e5be6180;
    border: 1px solid #e5c478a3;
}
.sidebar-title {
    padding: 8px 21px;
    font-size: 12px;
    font-weight: 700;
    color: #ffe8b2;
    text-shadow: 0px 0px 5px #362805;
    text-transform: uppercase;
    background: #97864e;
    box-shadow: inset 0 0 19px #e5be6180;
    border: 1px solid #e5c478a3;
    text-align: center;
}

.news-body{
background: #21201d;
box-shadow: inset 0 0 31px #34322e57, 0 0 15px #0000001f;
    border: 1px solid #322f2c;
}
.news-body .ti-notic {
	display: inline-block;
	padding: 8px 21px;
	font-size: 12px;
	font-weight: 700;
	color: #131313;
	text-transform: uppercase;
	background: #ffb320;
}

.news-body .ti-content {
	padding: 38px 24px;
	overflow: hidden;
}

.news-body .ti-thumb {
	width: 168px;
	height: 178px;
	float: left;
}

.news-body .ti-text {
	padding-left: 195px;
}

.news-body .ti-text h4 {
	color: #ffb320;
	margin-bottom: 20px;
}

.news-body .ti-text ul {
	list-style: none;
	margin-bottom: 20px;
}

.news-body .ti-text ul li {
	color: #fff;
	font-size: 12px;
	margin-bottom: 6px;
}

.news-body.ti-text ul li span {
	color: #9a9a9a;
}

.news-body .ti-text p {
	font-size: 12px;
	margin-bottom: 0;
}

.news-body .ti-text p span {
	font-weight: 500;
	color: #ffb320;
}


    .social_widget {
        
        position: relative;
       
    }
      .social_widget a {
   color: #656050;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #82744e33;
    margin-left: 6px;
    display: inline-block;
    text-align: center;
      }
.social_widget a:hover {
color: #ebd4ade3;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #b697574d;
    
    margin-left: 6px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ffffff14;
      }
    .social_widget:hover {
                /*background: red;*/
            }
        
  /* HIGHSCORES */
.hs-header-icon {
    height: 120px;
    padding: 5px;
    float: left;
    padding-left: 10px;
}  



.hs-small-body {
    /*background: #21201d;*/
    background: #0d0a09;
    box-shadow: inset 0 0 31px #34322e57, 0 0 15px #0000001f;
    border: 1px solid #322f2c;
    height:120px;
   min-height:100%;
     text-overflow: ellipsis;
       margin-bottom: 12px!important;
     background-image:url("../img/hs-header-bg.png");

 
}

.hs-small-body .ti-notic {
	display: inline-block;
	padding: 8px 21px;
	font-size: 12px;
	font-weight: 700;
	color: #131313;
	text-transform: uppercase;
	background: #ffb320;
}

.hs-small-body .ti-content {
	padding: 38px 24px;
	overflow: hidden;
}

.hs-small-body .ti-thumb {
	width: 168px;
	height: 178px;
	float: left;
}

.hs-small-body .ti-text {
	padding-left: 195px;
}

.hs-small-body .ti-text h4 {
	color: #ffb320;
	margin-bottom: 20px;
}
.hs-large-text h4 {
	color: #ffb320;
}
.hs-small-body .ti-text ul {
	list-style: none;
	margin-bottom: 20px;
}

.hs-small-bodyy .ti-text ul li {
	color: #fff;
	font-size: 12px;
	margin-bottom: 6px;
}

.hs-small-body.ti-text ul li span {
	color: #9a9a9a;
}

.hs-small-body .ti-text p {
	font-size: 12px;
	margin-bottom: 0;
}

.hs-small-body .ti-text p span {
	font-weight: 500;
	color: #ffb320;
}

.search-btn {
    text-align:right; 
    margin-bottom: 10px; 
    padding-left: 2%; 
    padding-right: 2%;
}

.popup h4 {

    position: relative;
    right: -120px;
    font-size: 0.7em;
    margin-top: 9px;
    margin-left: -120px;
    font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    top: -20px;

}

	.popup h2 {

    position: relative;
    right: -50px;
    font-size: 0.7em;
    margin-top: 9px;
    margin-left: 0px;
    font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    top: -20px;

}


.row-lore {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    top: -98px;

}

.mainbody-section-lore {

    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border: 1px solid #181817;
    width: 90%;
    margin-top: 5%;
    height: auto;
    background-color: #151513;
    display: block;
    padding-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    right: -60px;

}


/*************************
     Media Screen
*************************/

 @media only screen and (min-device-width: 370px) and (max-device-width: 720px) {
     .main-menu {
         background-color: #181816;
     }
     .main-menu {
         border: #8c823d;
     }
     
     .fa_fa-bars {
         background-color: #6e5425;
     }
 
 .container {
	    width: 100%;
	}
	
	.popup h2 {

    position: relative;
    right: -50px;
    font-size: 1.3em;
    margin-top: 9px;
    margin-left: 0px;
    font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    top: -20px;

}
	
	.header-section {
	    width: 100%;
	    
	}
	
	.top-bar {
	    width: 100%;
	}
	
	.popup h4 {

    position: relative;
    right: -120px;
    font-size: 1.1em;
    margin-top: 9px;
    margin-left: -120px;
    font-family: serif;
    color: #a59970;
    letter-spacing: 2px;
    text-shadow: 1px 1px 6px #000000;
    font-weight: bold;
    top: -20px;

}


.row-lore {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    top: 10px;

}

.mainbody-section-lore {

    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border: 1px solid #181817;
    width: 70%;
    margin-top: 5%;
    height: auto;
    background-color: #151513;
    display: block;
    padding-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    right: -60px;

}



 }
 
	