@font-face {
font-family: 'Ringbearer Medium';
font-style: normal;
font-weight: normal;
src: local('Ringbearer Medium'), url('../fonts/RINGM___.woff') format('woff');
}
body { background:#000000!important; cursor: url(../images/deathko-cursor.cur),progress;}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 0px;
	background-color: #CCCCCC;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	background-color: #D62929;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.4) 50%,
											  transparent,
											  transparent)
}

#kapsa { width: 100%;height: 159px;}
.header {position: absolute;top: 0; left: 0;right: 0;width: 100%;height: 159px;background: url(../images/headerbg-12.png) no-repeat center;z-index: 10;background-size: cover;}
@media (max-width:1400px) { 
.header { position: absolute;top: 0;left: 0;right: 0; width: 100%; height: 159px;max-width: 1400px; background: url(../images/headerbg-13.png) no-repeat center;z-index: 10;background-size: cover;}	
}
@media (max-width:768px) { 
.header {position: absolute;top: 0;left: 0;right: 0; width: 100%; height: 159px;max-width: 1400px;background: url(../images/headerbg-768.png) no-repeat left; z-index: 10;background-size: cover;}	
}
.bg { position: absolute;z-index: -1; top: 0;left: 0; right: 0; overflow: hidden;width: 100%;}

.navbar { padding:10px!important; }
.navbar-collapse{margin-top:10px!important}
@media (max-width:768px){
	.collapse {margin-top:23px!important}
	.navbar-collapse { background-color: rgba(0, 0, 0, 0.8); padding-top:10px; }
}
.nav-item {padding-left:30px}
a.nav-link { color:#cfa972!important;font-family:'Ringbearer Medium'!important;font-weight:normal; font-size:20px; text-shadow: -4px 1px 16px #CE0000;}
a.nav-link:hover { color:#B3B3B3;font-family:'Ringbearer Medium'!important;font-weight:normal; font-size:20px; text-shadow: -4px 1px 16px #cfa972;}
@media (max-width:911px){
	.nav-item {padding-left:10px!important}
	a.nav-link { color:#cfa972!important;font-family:'Ringbearer Medium'!important;font-weight:normal; font-size:17px; text-shadow: -4px 1px 16px #CE0000;}
a.nav-link:hover { color:#B3B3B3;font-family:'Ringbearer Medium'!important;font-weight:normal; font-size:17px; text-shadow: -4px 1px 16px #cfa972;}
}
@media (max-width:790px){
a.nav-link { color:#cfa972!important;font-family:'Ringbearer Medium'!important;font-weight:normal; font-size:17px; text-shadow: -4px 1px 16px #CE0000;}
a.nav-link:hover { color:#B3B3B3;font-family:'Ringbearer Medium'!important;font-weight:normal; font-size:17px; text-shadow: -4px 1px 16px #cfa972;}
}
.navbar-toggler {  margin-top:10px}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(207,169,114, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}

.navbar-toggler {
  border-color: rgb(207,169,114)!important;
} 
@media (max-width:768px){
	.navbar-toggler{margin-right:30px}
}
.left-nav{ margin-right:40px }
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../images/page-background.png') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}
.crv-tv-border .crv-tv-border-t,.crv-tv-border .crv-tv-border-r,.crv-tv-border .crv-tv-border-b,.crv-tv-border .crv-tv-border-l{position:fixed;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-size:100% 100%;z-index:2000}
.crv-tv-border .crv-tv-border-t,.crv-tv-border .crv-tv-border-b{left:0;width:100%;height:100px}
.crv-tv-border .crv-tv-border-b{bottom:0;background-image:url(../images/border-bottom.png)}
.crv-tv-border .crv-tv-border-r,.crv-tv-border .crv-tv-border-l{top:0;width:100px;height:100%}
.crv-tv-border .crv-tv-border-r{right:0;background-image:url(../images/border-right.png)}
.crv-tv-border .crv-tv-border-l{left:0;background-image:url(../images/border-left.png)}
@media(max-width:575px){
	.crv-tv-border .crv-tv-border-t,.crv-tv-border .crv-tv-border-b{height:50px}
	.crv-tv-border .crv-tv-border-r,.crv-tv-border .crv-tv-border-l{width:50px}
}
.death { color:#cfa972; border-radius:3px; font-family:'Ringbearer Medium'!important;font-weight:normal; font-size:20px; padding:10px;
    background-image: radial-gradient(32% 109%,#333 41%,#414141 170%);
}
.bg-deathko { 
    background-color: #cfa972!important;
}

.dwn-game a {	
	position:relative;
	top:-130px;
    display: block;
    background: url(../images/dwn-button.png) no-repeat;
    width: 297px;
    height: 71px;
    line-height: 71px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
	color:#fff;
	text-decoration:none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	filter:alpha(opacity=50); -moz-opacity: 0.8; opacity: 0.8;
	font-family:'Ringbearer Medium'!important;font-weight:normal;
}
.container {position: relative;background-color: rgba(0,0,0,0.64); margin-bottom:30px; }

.container::before {
    content: "";
    background: url(../images/left-container-icon.png) no-repeat;
    left: -35px;
    top: -35px;
    width: 74px;
    height: 73px;
    position: absolute;
    z-index: 1;
}
.container::after {
    content: "";
    background: url(../images/right-container-icon.png) no-repeat;
    right: -35px;
    top: -35px;
    width: 74px;
    height: 73px;
    position: absolute;
}
.dwn-game a:hover {text-decoration: none; color:#fff;filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}
.kayit-screen { min-height:300px;  }
.download-block {
	background:rgba(0,0,0,0.74) url(../images/neon-down.png) no-repeat;
    height: 90px;
    box-shadow: 0px 5px 20px -2px rgba(0, 0, 0, 0.1);
	margin-top:10px; margin-bottom:10px; border-radius:5px;
}
.download-block a {
    display: block;
    position: relative;
    z-index: 3;
    font-size: 11px;
    color: #7a96b0;
    line-height: 1.5;
    padding: 26px 0px 13px 50px;
	text-decoration: none;
	filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;
	display: table;
 	 position: relative;
  	overflow: hidden;
  	text-align:center;
 	 margin:0 auto;
}
.download-block a:hover {text-decoration: none;color: #7a96b0;filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}
.download-block a span {
    display: block;
    color: #aacff2;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
	font-family:'Ringbearer Medium'!important;font-weight:normal;
}
.download-block a span:hover {color: #aacff2!important; }
.login-block {
    background-color: rgba(0,0,0,0.64); border-radius:5px;
}
.p-block {
    padding: 20px 20px 30px 20px;
}
.login-block .login-block-title {
    margin-bottom: 20px;
}
.flex-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-block {margin-bottom:10px}
.login-block .login-block-title span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #cfa972;
	font-family:'Ringbearer Medium'!important;font-weight:normal;
}
.login-block .login-block-title a {
    color: #8C8982;
	font-size:13px;
	text-decoration:none;
}
.login-block input {
    background-repeat: no-repeat;
    background-position: left;
    height: 32px;
    padding: 0px 10px 0px 50px;
    width: calc(100% - 0px);
	
}
.login-in input {
    background-image: url(../images/login-icon.png)!important;
}
.password-in input {
    background-image: url(../images/password-icon.png)!important;
}
input, textarea {
    background-color: rgba(0,0,0,0.14);
    border: 1px solid rgba(41,41,41,0.40);
    color: #7d8a9f;
    padding: 5px 50px;
    font-size: 13px;
    position: relative;
    border-radius: 2px;
    transition: all 0.5s ease;
    width: calc(100% - 0px);
}
.login-block .login-button {
    margin-bottom: 10px;
}
.green-button {
    background: url(../images/green-button.jpg) center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px rgba(69,27,31, 0.8);
	filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;
}
.green-button:hover {
    filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;
}
button, .button {
    transition: all 0.3s ease;
    cursor: pointer;

    background-size: cover;
    border: none;
    color: #c3eaee;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    display: inline-block;
}
.login-block .login-button a {
    color: #8C8982;
	font-size:13px;
}

.orta-block {
	background:rgba(0,0,0,0.74);
    height: 107px;
    box-shadow: 0px 5px 20px -2px rgba(0, 0, 0, 0.1);
	margin-top:10px; margin-bottom:10px; border-radius:5px;
}
.orta-block a {
    display: block;
    position: relative;
    z-index: 3;
    font-size: 11px;
    color: #7a96b0;
    line-height: 1.5;
    padding: 26px 0px 13px 20px;
	text-decoration: none;
	filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;
}
.orta-block a:hover {text-decoration: none;color: #7a96b0;filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}
.orta-block a span {
    display: block;
    color: #aacff2;
    font-size: 18px;
    text-transform: uppercase;
	font-family:'Ringbearer Medium'!important;font-weight:normal;
}
.orta-block a span:hover {color: #aacff2!important; }
.orta-block .abso { position:absolute; top:35px; right:20px }
.orta-block .abso-seed { position:absolute; top:120px; right:20px }
.orta-block .abso-up { position:absolute; top:269px; right:25px }
.orta-block em { color:indianred}


.sag-block {
	background:rgba(0,0,0,0.74);
    height: 224px;
    box-shadow: 0px 5px 20px -2px rgba(0, 0, 0, 0.1);
	margin-top:10px; margin-bottom:10px; border-radius:5px;
}
.sag-block .carousel-inner {height:224px}
.sag-block .carousel-item {height:224px}
.sag-block .carousel-item h5 {font-family:'Ringbearer Medium'!important;font-weight:bold; color:#cfa972}
.sag-block .carousel-item p {padding-left:10px; padding-right:10px; padding-top:20px; font-size:13px;text-align:justify}
.sag-block .carousel-captionx {
    position: relative!important; 
    padding-left:35px;
	padding-top:20px;
	padding-right:35px;
    color: #fff;
    /* text-align: center; */
}
@media(max-width:575px){
	.container::before { display:none;} 
	.container::after{display:none;} 
	.kayit-end:after {display:none;}
	.kayit-end:before{display:none;}
	.in-page-container::after {display:none;}
	.in-page-container::before {display:none;}
}
.kayit-end { width:100%; background:transparent;  }
.kayit-end:after {
    content: "";
    background: url(../images/left-end-icon.png) no-repeat;
    left: -4px;
    bottom: -4px;
    width: 25px;
    height: 25px;
    position: absolute;
}
.kayit-end:before {
    content: "";
    background: url(../images/right-end-icon.png) no-repeat;
    right: -4px;
    bottom: -4px;
    width: 25px;
    height: 25px;
    position: absolute;
}

.sira-block {
	background:rgba(0,0,0,0.74);
    height: 53px;
    box-shadow: 0px 5px 20px -2px rgba(0, 0, 0, 0.1);
	margin-top:10px; margin-bottom:20px; border-radius:5px;
}
.sira-block a {
    display: block;
    position: relative;
    z-index: 3;
    font-size: 11px;
    color: #cfa972;
    line-height: 1.5;
    padding: 7px 0px 13px 20px;
	text-decoration: none;
	filter:alpha(opacity=50); -moz-opacity: 1.0; opacity: 1.0;
}
.sira-block a:hover {text-decoration: none;color: #cfa972;filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}
.sira-block a span {
    display: block;
    color: #cfa972;
    font-size: 18px;
    text-transform: uppercase;
	font-family:'Ringbearer Medium'!important;font-weight:normal;
}
.sira-block a span:hover {color: #cfa972!important; }
.sira-block .abso { position:absolute; top:5px; right:20px }
.sira-block em { color:indianred}

#tabledeathko thead {background-color: rgba(207, 169, 114, 0.6); border-top-left-radius:10px}
#tabledeathko th.tha {color:#4c3e2a; }
#tabledeathko td {color:#A2A2A2; text-shadow: 0px 2px 20px #000;}
#tabledeathko tr.headtab { font-family:'Ringbearer Medium'!important;font-weight:normal; color:#000; text-shadow: 0px 2px 20px #390707;}

.death-footer {
    position: relative;
    color: #eee;
    background-color: #000;
    z-index: 1;
}
.death-footer-top-corner {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    max-height: 250px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.foot-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.foot-container { text-align: justify; font-size:14px}
@media (min-width: 576px) {
  .foot-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .foot-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .foot-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .foot-container {
    max-width: 1140px;
  }
}
.dropd{height:10px; margin-bottom:100px;}
.nk-gap, .nk-gap-1, .nk-gap-2, .nk-gap-3, .nk-gap-4, .nk-gap-5, .nk-gap-6 {
    display: block;
    height: 20px;
}
.nk-gap::after, .nk-gap::before, .nk-gap-1::after, .nk-gap-1::before, .nk-gap-2::after, .nk-gap-2::before, .nk-gap-3::after, .nk-gap-3::before, .nk-gap-4::after, .nk-gap-4::before, .nk-gap-5::after, .nk-gap-5::before, .nk-gap-6::after, .nk-gap-6::before {
    content: "";
    display: table;
    clear: both;
}
.death-foot-link { text-align: center; font-size:13px; font-weight: lighter;}
.deathko-card { padding:20px }
.card {border:none!important; background:transparent!important}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
	filter:alpha(opacity=50); -moz-opacity: 1.0; opacity: 0.5;
}
.card-img-top:hover {filter:alpha(opacity=50); -moz-opacity: 1.0; opacity: 1.0;}
.card-title {font-family:'Ringbearer Medium'!important;font-weight:bold;color: #cfa972; filter:alpha(opacity=50); -moz-opacity: 0.7; opacity: 0.7;}
.card-title a{font-family:'Ringbearer Medium'!important;font-weight:bold;color: #cfa972; filter:alpha(opacity=50); -moz-opacity: 0.7; opacity: 0.7;}
.card-text { color:#ccc;filter:alpha(opacity=50); -moz-opacity: 0.7; opacity: 0.7;}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,0.73);
    border-top:none!important;
}
.card-footer .text-muted { color:#cfa972!important; }


/* IN-PAGE */
.in-page-top {
	position:absolute;
	width:100%;
	top:150px;
	height:60px;
	background-image:url(../images/border-bottom.png);
		pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-size:100% 100%;z-index:2000
	
}
.in-page {height:100%;
	background: -moz-linear-gradient(270deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.23) 50%, rgba(255,255,255,0.01) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,0.23)), color-stop(100%, rgba(255,255,255,0.01))); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.23) 50%, rgba(255,255,255,0.01) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.23) 50%, rgba(255,255,255,0.01) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.23) 50%, rgba(255,255,255,0.01) 100%); /* ie10+ */
background: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.18) 50%, rgba(255,255,255,0.5) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
	margin-top:50px;margin-bottom:-80px}
.in-page-container {position: relative;background-color: rgba(0,0,0,0.64); margin-bottom:30px; }
.in-page-container::before {content: ""; background: url(../images/left-container-icon.png) no-repeat;left: -35px;top: -35px; width: 74px;height: 73px;position: absolute;z-index: 1;}
.in-page-container::after {content: "";background: url(../images/right-container-icon.png) no-repeat;right: -35px;top: -35px;width: 74px;height: 73px; position: absolute;}
.in-page-container { width: 100%;padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; margin-bottom:180px	}
@media (min-width: 576px) {.in-page-container {max-width: 540px;  }}
@media (min-width: 768px) {.in-page-container {max-width: 720px; }}
@media (min-width: 992px) {.in-page-container {max-width: 960px; }}
@media (min-width: 1200px) {.in-page-container { max-width: 1140px; }}
.container-char { width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
@media (min-width: 576px) {.container-char { max-width: 540px;}}
@media (min-width: 768px) {.container-char { max-width: 720px;  }}
@media (min-width: 992px) {.container-char { max-width: 960px }}
@media (min-width: 1200px) {.container-char { max-width: 1140px;}}
.char {width:400px; height:312px; margin-bottom:-50px}
.char img{  width:400px; height:312px;  }
.death-in-title {  padding:5px; margin-top:20px; margin-bottom:20px; color:#fff; 
	background: linear-gradient(268deg, rgba(255,255,255,0) 0%, rgba(207,169,114,0.3) 100%); /* w3c */
background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(207,169,114,0.3) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(207,169,114,0)), color-stop(100%, rgba(255,255,255,0.3))); /* safari4+,chrome */
background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(207,169,114,0.3) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(207,169,114,0.3) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(207,169,114,0.3) 100%); /* ie10+ */
border-radius:4px; }
.death-in-title .text {font-family:'Ringbearer Medium'!important;font-weight:normal; filter:alpha(opacity=50); -moz-opacity: 0.8; opacity: 0.8;}
.the_content {padding-bottom:20px; color:#fff;filter:alpha(opacity=50); -moz-opacity: 0.8; opacity: 0.8;text-align:justify}
.the_content h1 {
	
	background: linear-gradient(268deg, rgba(255,255,255,0) 0%, rgba(207,169,114,0.8) 100%);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(207,169,114,0.8) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(207,169,114,0)), color-stop(100%, rgba(255,255,255,0.8)));
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(207,169,114,0.8) 100%);
    background: -o-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(207,169,114,0.8) 100%);
    background: -ms-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(207,169,114,0.8) 100%);
    border-radius: 4px;
	color:#fff;
	padding:5px; font-size:20px; 
}
.death-sub-title {  padding-top:5px; padding-bottom:5px; padding-right:10px; margin-top:20px; margin-bottom:20px; color:#fff;text-align:right; 
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(207,169,114,0.3) 100%);  /* w3c */
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(207,169,114,0.3) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(207,169,114,0.3))); /* safari4+,chrome */
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(207,169,114,0.3) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(207,169,114,0.3) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(207,169,114,0.3) 100%); /* ie10+ */
border-radius:4px; }
.death-sub-title .text {font-family:'Ringbearer Medium'!important;font-weight:normal; filter:alpha(opacity=50); -moz-opacity: 0.8; opacity: 0.8;}
ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;

}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
.rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: rgba(0,0,0,0.4);
    color: #7a96b0;
    text-decoration: none;
    border-radius: .2em;
    transition: all .3s ease-out;   
}

.rounded-list a:hover{
    background: rgba(207,169,114,0.6);
	color: #fff;
	text-decoration: none;
}

.rounded-list a:hover:before{
    transform: rotate(360deg);  
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
	margin-left:5px;
    background: rgba(207,169,114,1);
    height: 2em;
    width: 2em;
    line-height: 1.7em;
    border: .2em solid;
	border-color: rgba(0,0,0,0.8);color:#333;
    text-align: center;
    font-weight: bold;
    border-radius: 0em;
    transition: all .3s ease-out;
}
.download-block-side {
	background:rgba(0,0,0,0.44) url(../images/neon-down.png) no-repeat;
    height: 90px;
    box-shadow: 0px 5px 20px -2px rgba(0, 0, 0, 0.1);
	margin-top:10px; margin-bottom:10px; border-radius:5px;
}
.download-block-side a {
    display: block;
    position: relative;
    z-index: 3;
    font-size: 11px;
    color: #7a96b0;
    line-height: 1.5;
    padding: 26px 0px 13px 50px;
	text-decoration: none;
	filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;
	display: table;
 	 position: relative;
  	overflow: hidden;
  	text-align:center;
 	 margin:0 auto;
}
.download-block-side a:hover {text-decoration: none;color: #7a96b0;filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}
.download-block-side a span {
    display: block;
    color: #aacff2;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
	font-family:'Ringbearer Medium'!important;font-weight:normal;
}
.download-block-side a span:hover {color: #aacff2!important; }
.social-button {  display: table;
  position: relative;
  overflow: hidden;
  text-align:center;
  margin:0 auto;
padding-bottom:20px}
.social-button a.social {padding:10px; }
.social-button a.social img{width:50px; transition: all .3s ease-out; -webkit-filter: opacity(0.4);
  filter: opacity(0.4);}
.social-button a img:hover{transform: rotate(360deg);}
.dropdown-menu:hover {transition: all .3s ease-out;}
.dropdown-menu {

    left: 0;
    float: left;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #cfa972!important;
    text-align: left;
    list-style: none;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%)!important; /* w3c */
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,0.1)!important;
    border-radius: .95rem;
	 transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#loader {text-align: center; display: none;font-size: 14px; line-height: 28px; color: white;}
#loader img {display:inline;}

.inventory_half_bottom {
    float: left;
    margin-top: 7px;
    margin-left: 22px;
    overflow: auto;
}

ul.item_half_bottom {
  float: left;  
  overflow:hidden;
}
ul.item_half_bottom li {
  display: inline;
  margin-left:8.8px;
  margin-top:3px;
  float:left;
  width:45px;
  height:45px;
  cursor:pointer;
  position: relative;
}

.dropdown-menu .dropdown-item:hover {background:#cfa972!important;}
.dropdown-menu a{color: #cfa972!important; font-family:'Ringbearer Medium'!important;font-weight:normal;transition: all .4s ease-out; }
.dropdown-menu a:hover{color: #ffffff!important; font-family:'Ringbearer Medium'!important;font-weight:normal; }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: transparent!important; 
    border: 0px solid rgba(0,0,0,.0)!important; 
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 0rem!important;
    margin-right: 10px;
}

.the_content .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent!important;
    background-clip: padding-box;
    border: 1px solid #9c9393!important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mc-faq-category:before,.mc-faq-category:last-child:after{content:'';left:7%;bottom:0}.mc-faq-nav__heading{color:#495169;text-transform:uppercase;font-size:14px;margin-bottom:15px}.mc-faq-nav__item{color:#ffb900;font-size:18px;padding:10px 0}.mc-faq-nav__item:hover{color:#887647}.mc-faq-category{padding-left:16.66%;position:relative;min-height:180px;padding-top:50px;padding-right:8.33%}@media (max-width:850px){.mc-faq-nav{margin-top:20px}.mc-faq-category{padding-left:0}}.mc-faq-category:before{display:block;border:1px solid #8d8f9d;top:125px;width:0;position:absolute}.mc-faq-category:last-child:after{background:url(../../themes/revelation/img/spr/spr.png);width:43px;height:51px;position:absolute;top:100%;margin-left:-20px;margin-top:-20px}@media (max-width:1199px){.mc-faq-category{padding-right:0}.mc-faq-category:before,.mc-faq-category:last-child:after{display:none}}.mc-faq-category__heading{display:inline-block;color:#495169;font-size:34px;text-transform:uppercase;border:1px solid #495169;padding:5px 20px;margin-bottom:20px}.mc-faq-category__imagery{position:absolute;left:0;top:0;width:14%}.mc-video{width:100%;padding-bottom:56.25%;padding-top:35px;height:0;overflow:hidden;position:absolute;top:0;left:0;display:none}@media (max-width:850px){.mc-faq-category__imagery,.mc-video{display:none}}
.mc-faq-category__heading{display:inline-block;color:#495169;font-size:34px;text-transform:uppercase;border:1px solid #495169;padding:5px 20px;margin-bottom:20px}.mc-faq-category__imagery{position:absolute;left:0;top:0;width:14%}
.mc-faq-category__imagery{position:absolute;left:0;top:0;width:14%}.mc-video{width:100%;padding-bottom:56.25%;padding-top:35px;height:0;overflow:hidden;position:absolute;top:0;left:0;display:none}@media (max-width:850px){.mc-faq-category__imagery,.mc-video{display:none}}
.mc-faq-item__question{transition:background .3s ease,color .3s ease,top .3s ease,padding .3s ease,margin .3s ease,opacity .3s ease,border .3s ease}.mc-faq-item__question:hover{color:#887647}.mc-faq-item__answer a{border-bottom:1px solid #ae0404;transition:background .3s ease,color .3s ease,top .3s ease,padding .3s ease,margin .3s ease,opacity .3s ease,border .3s ease;color:inherit}.mc-faq-item__answer a:hover{border-color:transparent}
.mc-collapse__question{cursor:pointer;padding:10px 0 15px 25px;font-size:22px;line-height:1.5;position:relative}.mc-collapse__question:hover{color:#887647}.mc-collapse--opened .mc-collapse__question{color:#ae0404}.mc-collapse--opened .mc-collapse__question .fa,.mc-collapse--opened .mc-collapse__question .mc-media-item__video-icon{color:rgba(174,4,4,.4)}.mc-collapse__question .fa,.mc-collapse__question .mc-media-item__video-icon{font-size:18px;margin-right:5px;color:rgba(148,127,70,.5);position:absolute;top:18px;left:0}@media (max-width:650px){.mc-collapse__question{font-size:18px}}
.mc-collapse__content{font-size:18px;position:relative;background:#fff;line-height:1.9}.mc-collapse__content a{border-bottom:1px solid #ae0404;color:inherit}.mc-collapse__content a:hover{border-color:transparent}@media (max-width:650px){.mc-collapse__trigger{font-size:18px}.mc-collapse__content{font-size:15px}}.mc-collapse__close{position:absolute;top:0;right:0;cursor:pointer;width:50px;height:50px;text-align:center;padding-top:3px}.mc-collapse__close:before{content:"\00d7";display:inline-block;font-size:44px;color:#ffb900}.mc-faq-nav:before,.mc-feature:after,.mc-footer__logo:after,.mc-page-header__heading:after{content:''}.mc-collapse__close:hover:before{color:#ae0404}.mc-collapse__content-wrap{padding:30px 55px 30px 30px}.mc-page-header__heading{font-size:36px;color:#d2d7d9;display:inline-block;vertical-align:middle;text-transform:uppercase}.mc-page-header__heading:after{height:50px;width:1px;background:rgba(210,215,217,.5);margin-left:20px;display:inline-block}@media (max-width:650px){.mc-collapse__content-wrap{padding:10px 45px 10px 10px}






