 /**
 * @package		RND Instance Template
 * @author		Artem Valchuk <support@roundtheme.com>
 * @copyright	Copyright (C) 2017 Roundtheme. All rights reserved.
 * @license		GNU General Public License version 3 or later; see license.txt
 */
 
html{
	background-color: #1c1c1c;
	background-image: url(../img/dark_wall.jpg);
}
body{
	padding: 0;
	background-color: transparent;
	background-image: url(../img/cracks.png);
	color: #8f8f8f;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
a{
	color: #fc9e3e;
}
a:hover, a:focus {
    color: #eaa800;
    text-decoration: none;
}
.rnd-body .alert{
	padding: 15px 35px 15px 15px;
	border: 1px solid #222;
	text-shadow: 1px 1px 1px #000;
	color: #999;
	border-radius: 0;
	background: #222 url(../img/dark_wall.jpg);
	-webkit-box-shadow: 0 0 0 2px #343434 inset, 0 0 2px 3px rgba(0, 0, 0, 0.61) inset;
	-moz-box-shadow: 0 0 0 2px #343434 inset, 0 0 2px 3px rgba(0, 0, 0, 0.61) inset;
	box-shadow: 0 0 0 2px #343434 inset, 0 0 2px 3px rgba(0, 0, 0, 0.61) inset;
}
.rnd-body .alert .close {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.alert h4,
.alert h3{
	margin-bottom:10px
}

@media (max-width: 767px){
	.container {}
}

/* Section */

.top-section {
	background-color: #000000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #909090;
	-webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.24) inset;
	   -moz-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.24) inset;
		    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.24) inset;
	text-shadow: 1px 1px 1px #000;
}

.container {
    max-width: 1200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.wrap-section {
    margin: 30px 0;	
}

.header-section {
	background-color: transparent;
    background-image: -moz-linear-gradient(top, #0e0e0e 0%, transparent 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,transparent));
    background-image: -webkit-linear-gradient(top, #0e0e0e 0%,transparent 100%);
    background-image: -o-linear-gradient(top, #0e0e0e 0%,transparent 100%);
    background-image: -ms-linear-gradient(top, #0e0e0e 0%,transparent 100%);
    background-image: linear-gradient(to bottom, #0e0e0e 0%,transparent 100%);
}

.features-section {
    padding: 30px 0;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.65);
}
.features-section h1{
    text-align: center;
    font-weight: bold;
    color: #ffb700;
    text-shadow: 0px 0px 15px rgba(255, 183, 0, 0.5), 2px 2px 0px #000, -1px -1px 0px rgba(255, 255, 255, 0.5);
}
.main-top-section {

}
.main-bottom-section {
	margin-top: 25px
}
.main-top-section .panel,
.main-bottom-section .panel{
	background-color: #151515;
	border: 1px solid rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 0px 0px 2px #343434, 0px 0px 0px 3px #000, 0px 0px 0px 1px #000 inset, 0px 0px 3px 6px rgba(0, 0, 0, 0.30);
	   -moz-box-shadow: 0px 0px 0px 2px #343434, 0px 0px 0px 3px #000, 0px 0px 0px 1px #000 inset, 0px 0px 3px 6px rgba(0, 0, 0, 0.30);
		    box-shadow: 0px 0px 0px 2px #343434, 0px 0px 0px 3px #000, 0px 0px 0px 1px #000 inset, 0px 0px 3px 6px rgba(0, 0, 0, 0.30);

}
.main-top-section{
	margin-bottom: 25px
}
.component-section {
    padding: 20px 15px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background-color: #151515;
	-webkit-box-shadow: 0px 0px 0px 2px #343434, 0px 0px 0px 3px #000, 0px 0px 0px 1px #000 inset, 0px 0px 3px 6px rgba(0, 0, 0, 0.30);
	   -moz-box-shadow: 0px 0px 0px 2px #343434, 0px 0px 0px 3px #000, 0px 0px 0px 1px #000 inset, 0px 0px 3px 6px rgba(0, 0, 0, 0.30);
		    box-shadow: 0px 0px 0px 2px #343434, 0px 0px 0px 3px #000, 0px 0px 0px 1px #000 inset, 0px 0px 3px 6px rgba(0, 0, 0, 0.30);
    background: #151515 url(../img/kfooter.jpg) no-repeat bottom center;
    position: relative;
}
.component-section-header {
    height: 71px;
    background: #151515 url(../img/kheader.jpg) no-repeat bottom right;
    position: static;
    z-index: 0;
    margin: -20px -15px -50px -15px;
}
.breadcrumbs-section {
    padding: 15px;
    margin: 20px -16px -16px -16px;
}

.footer-section {
    padding: 30px 0 30px 0;
    color: #8f8f8f;
	background-color: transparent;
    background-image: -moz-linear-gradient(top, transparent 0%, #0e0e0e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#0e0e0e));
    background-image: -webkit-linear-gradient(top, transparent 0%,#0e0e0e 100%);
    background-image: -o-linear-gradient(top, transparent 0%,#0e0e0e 100%);
    background-image: -ms-linear-gradient(top, transparent 0%,#0e0e0e 100%);
    background-image: linear-gradient(to bottom, transparent 0%,#0e0e0e 100%);
}
@media (max-width: 480px){
.footer-section {
    padding: 30px 0;
    margin-top: 0px;
}
}
.copyright-section {
    background-color: #000000;
    color: #999;
    padding: 15px 0;
    font-size: small;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.copyright-section p{
	line-height: 30px;
}
.copyright-section a {
    color: #91979E;
	border-bottom: 1px solid;
}
.copyright-section a:hover {
    color: #EEE;
}

/* Panel / Boxes */

.panel{
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.top-section .panel {
    padding: 10px;
}
.top-section .panel p{
    margin:0
}
.header-section .panel-menu{
    padding: 30px 15px;
}

.sidebar-section .panel{
	border: 1px solid rgba(0, 0, 0, 0.16);
	background-color: #151515;
	-webkit-box-shadow: 0px 0px 0px 2px #343434, 0px 0px 0px 3px #000, 0px 0px 0px 1px #000 inset, 0px 0px 3px 6px rgba(0, 0, 0, 0.30);
	   -moz-box-shadow: 0px 0px 0px 2px #343434, 0px 0px 0px 3px #000, 0px 0px 0px 1px #000 inset, 0px 0px 3px 6px rgba(0, 0, 0, 0.30);
		    box-shadow: 0px 0px 0px 2px #343434, 0px 0px 0px 3px #000, 0px 0px 0px 1px #000 inset, 0px 0px 3px 6px rgba(0, 0, 0, 0.30);
}
.sidebar-section .panel+.panel{
	margin-top:15px
}

.box{
	padding: 15px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Modules */

/** Logo */
.logo img {
    max-width:100%;
    height: 39px;
    font-size: 0;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.brand{
	display: inline-block; 
	padding: 30px 15px;
}

/** Navigation */
.navigation{
    text-align: right;
}
.navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}
.navigation ul li {
    font-size: 15px;
	display: inline-block;
}
.navigation ul li a{
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 14px;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	vertical-align: middle;
	font-size: 18px;
	transition: all .35s;
	
}
.navigation ul li a:hover,
.navigation ul li.active a,
.navigation ul li.alias-parent-active a{
	text-decoration: none;
	color: #ffb700;
	text-shadow: 0px 0px 15px rgba(255, 183, 0, 0.5);
}

.navigation ul li a:after{
	display: block;
	width: 0;
	height: 3px;
	position: relative;
	content: '';
	transition: all .35s;
}
.navigation ul li a:hover:after,
.navigation ul li.active a:after,
.navigation ul li.alias-parent-active a:after{
	background-color: #ffb200;
	display: block;
	width: 100%;
	height: 2px;
	position: relative;
	content: '';
	-webkit-box-shadow: 0px 0px 7px 1px rgba(255, 232, 0, 0.47);
	   -moz-box-shadow: 0px 0px 7px 1px rgba(255, 232, 0, 0.47);
		    box-shadow: 0px 0px 7px 1px rgba(255, 232, 0, 0.47);
}
/** Breadcrumbs */
.breadcrumbs {
    text-align: left;
}
.breadcrumbs .divider {
    padding: 0 5px;
    font-size: 12px;
    vertical-align: text-top;
    color: #444;
}
.breadcrumbs div{
	display: inline-block;
}
.breadcrumbs div:last-child a{
	color: #656565;
	cursor:default;
	text-shadow: 1px 1px 1px #000;
}

/* Kunena Modules */

/** Kunena Login Module*/
.klogin-vert .kavatar-box {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.klogin-vert .kavatar-box a{
    width: 60px;
    height: 60px;
    border: 1px solid #343434;
    padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
    background-color: #222;
    display: inline-block;
}
.klogin-vert ul.klogin-loginlink {
    list-style: none;
	margin: 5px 0 10px 0;
    padding: 0;
}
.klogin-hiname {
    margin: 5px 0;
}

/** Kunena Statistics Module */
.rnd-kstats-module table{
	background: #222 url(../img/dark_wall.jpg);
	border-color: #333;
	color: #8f8f8f
}

.rnd-kstats-module .table-bordered>tbody>tr>td, 
.rnd-kstats-module .table-bordered>tbody>tr>th, 
.rnd-kstats-module .table-bordered>tfoot>tr>td, 
.rnd-kstats-module .table-bordered>tfoot>tr>th, 
.rnd-kstats-module .table-bordered>thead>tr>td, 
.rnd-kstats-module .table-bordered>thead>tr>th{
	border-color: #333;
	-webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.4) inset;
	   -moz-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.4) inset;
		    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.4) inset;
	padding: 10px;
}
.rnd-kstats-module table.rnd-kstats-table .progress {
    margin: 0;
    background: #151515;
	-webkit-box-shadow: 0 1px 3px 0px #000 inset;
	   -moz-box-shadow: 0 1px 3px 0px #000 inset;
		    box-shadow: 0 1px 3px 0px #000 inset;	
}
.rnd-kstats-module table.rnd-kstats-table td .label{
    padding: 1px 3px;
    font-size: x-small;
    vertical-align: 10%;
    background-color: rgba(0,0,0,0.38);	
}
.rnd-kstats-module table.rnd-kstats-table  thead,
.rnd-kstats-module table.rnd-kstats-table  tfoot {
	background: rgba(0, 0, 0, 0.2);
	text-shadow: 1px 1px 1px #000;
	font-size: 15px;
}
.rnd-kstats-module .kstats-items{
	margin:0;
	padding:0;
	list-style:none;
}
.rnd-kstats-module .kstats-items li i {
    margin-right: 6px;
    font-size: 12px;
}
.rnd-kstats-module .kstats-items li{
    padding:3px 0;
    margin:3px 0;
}
.rnd-kstats-module .kstats-items .label {
    background: #000000;
    border: 1px solid #444;
    margin-left: 3px;
    color: #8f8f8f;
    text-shadow: none;
    font-size: 12px;
}
.rnd-kstats-module  .kwho-guest,
.rnd-kunena-latest  .kwho-guest,
.klogin-vert  .kwho-guest{
  color: #666666;
}
.rnd-kstats-module  .kwho-user,
.rnd-kunena-latest  .kwho-user,
.klogin-vert  .kwho-user {
  color: #778c9d;
}
.rnd-kstats-module  .kwho-moderator,
.rnd-kunena-latest  .kwho-moderator,
.klogin-vert  .kwho-moderator {
  color: #656584;
}
.rnd-kstats-module  .kwho-globalmoderator,
.rnd-kunena-latest  .kwho-globalmoderator,
.klogin-vert  .kwho-globalmoderator {
  color: #6b5959;
}
.rnd-kstats-module  .kwho-admin,
.rnd-kunena-latest  .kwho-admin,
.klogin-vert  .kwho-admin {
  color: #865252;
}
.rnd-kstats-module  .kwho-blocked,
.rnd-kunena-latest  .kwho-blocked,
.klogin-vert  .kwho-blocked {
  color: #555555;
}
.rnd-kstats-module  .kwho-banned,
.rnd-kunena-latest  .kwho-banned,
.klogin-vert  .kwho-banned {
  color: #555555;
}

/* Kunena Last Topics */

.rnd-kunena-latest .klatest-topicicon {
    margin-right: 10px;
}
.rnd-kunena-latest .klatest-itemdetails li.klatest-author {
    display: inline-block;
    float: left;
    margin-right:5px
}
.rnd-kunena-latest li.klatest-topicicon a {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    border: 1px solid #343434;
	-webkit-border-radius: 6px;
	-moz-border-radius:    6px;
	border-radius:         6px;
    line-height: 22px;
    text-align: center;
    padding: 12px;
	background-color: #ffe290;
    background-image: -moz-linear-gradient(top, #ffe290 0%, #cf942b 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe290), color-stop(100%,#cf942b));
    background-image: -webkit-linear-gradient(top, #ffe290 0%,#cf942b 100%);
    background-image: -o-linear-gradient(top, #ffe290 0%,#cf942b 100%);
    background-image: -ms-linear-gradient(top, #ffe290 0%,#cf942b 100%);
    background-image: linear-gradient(to bottom, #ffe290 0%,#cf942b 100%);	
    color: #a26613;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.03);
	-moz-background-clip:    border;
	-webkit-background-clip: border-box;
	background-clip:         border-box;
	-webkit-box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.22) inset;
	   -moz-box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.22) inset;
		    box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.22) inset;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.30), -1px -1px 0px rgba(0, 0, 0, 0.30);
}
.rnd-kunena-latest li.klatest-topicicon a:hover,
.rnd-kunena-latest li.klatest-topicicon a:focus{
	background: #a46d21;
    border-color: #a46d21;
    color: #f4d079;
	-webkit-box-shadow: 0 0 0 2px rgb(207, 159, 109) inset, 0 0 0px 3px rgba(0, 0, 0, 0.22) inset;
	   -moz-box-shadow: 0 0 0 2px rgb(207, 159, 109) inset, 0 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		    box-shadow: 0 0 0 2px rgb(207, 159, 109) inset, 0 0 0px 3px rgba(0, 0, 0, 0.22) inset;
}
.rnd-kunena-latest li.klatest-topicicon a i{
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    margin: 0;
    background-image: none;
}
.rnd-kunena-latest li.klatest-topicicon a i.fa-file {
    font-size: 21px;
}
.rnd-kunena-latest .klatest-posttime,
.rnd-kunena-latest .klatest-cat,
.rnd-kunena-latest .klatest-author {
    font-size: 12px;
    line-height: 20px;
}
.rnd-kunena-latest .klatest-items li.klatest-item {
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #343434;
}
.rnd-kunena-latest .klatest-items li.klatest-item:last-child{
	border-bottom:none;
}
.rnd-kunena-latest .klatest-avatar img{
	background: #343434;
	margin:0
}
.rnd-kunena-latest .klatest-subject a {
    font-size: 14px;
}

/* Misc / Fixes / Mobile */
.page-header {
    border: none;
}
.item-page .item-image {
    margin-bottom: 20px;
    border: 1px solid #1c1c1c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    padding: 3px;
    background-color: #343434;
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
	background-color: #8e5dcc;
}
@media (max-width: 979px){
	.brand,
	.header-section .panel-menu{
		padding: 0;
	}
	.header-section .btn-navbar{
		margin-top: 7px;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.56), 0px 1px 0px rgba(255, 255, 255, 0.08) inset;
	   -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.56), 0px 1px 0px rgba(255, 255, 255, 0.08) inset;
		    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.56), 0px 1px 0px rgba(255, 255, 255, 0.08) inset;
		background: rgba(255, 255, 255, 0.18);
		text-shadow: none;
		color: #FFF;
		border: none;
		padding: 5px 12px;
	}
	.header-section .btn-navbar:hover,
	.header-section .btn-navbar:focus{
		background-color: rgba(255, 255, 255, 0.25);
	}
	.header-section{
		padding: 14px 15px 18px 15px;
	}
	.nav-collapse ul{
		margin: 10px 0 0 0;
		list-style:none;
		padding:0;
	}
	.nav-collapse ul li a{
		color:#ddd;
		text-shadow: 1px 1px 1px #000;
		padding: 6px 10px;
		margin-top:3px;
		display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
	}
	.nav-collapse ul li a:hover,
	.nav-collapse ul li a:focus{
		color:#FFF;
		background-color:rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.15), 1px 1px 3px rgba(0, 0, 0, 0.5) inset;
	   -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.15), 1px 1px 3px rgba(0, 0, 0, 0.5) inset;
		    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.15), 1px 1px 3px rgba(0, 0, 0, 0.5) inset;		
	}
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    background: #151515;
    border-color: #333;
    color: #8f8f8f;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
    border-color: #735926;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn,
.input-append .add-on{
	color: #000;
    border: 1px solid #000;
    background-color: #787469;
    background: -webkit-gradient(linear,left top,left bottom,from(#a5a096),to(#787469));
    background: -webkit-linear-gradient(top,#a5a096,#787469);
    background: -moz-linear-gradient(top,#a5a096,#787469);
    background: -ms-linear-gradient(top,#a5a096,#787469);
    background: -o-linear-gradient(top,#a5a096,#787469);
    -webkit-box-shadow: 0px 0px 1px #000, 1px 1px 1px rgba(255, 255, 255, 0.54) inset;
    -moz-box-shadow: 0px 0px 1px #000, 1px 1px 1px rgba(255, 255, 255, 0.54) inset;
    box-shadow: 0px 0px 1px #000, 1px 1px 1px rgba(255, 255, 255, 0.54) inset;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.35);
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .input-append .add-on:focus, .input-prepend .add-on:focus, .input-append .add-on:active, .input-prepend .add-on:active, .input-append .add-on:hover, .input-prepend .add-on:hover{
	color: #000;
    background-color: #a46d21;
    border-color: rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
    background-image: none;
    -webkit-box-shadow: 0 0 4px 0px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 0 4px 0px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.1) inset;
}

.input-prepend span.add-on,
.input-prepend span.add-on:hover {
    background: #9d998e;
    color: #333;
    border: 1px solid #000;
}
#kunena.layout .kavatar-box > span {
    width: 40px;
    height: 40px;
    border: 1px solid #110e16;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #110e16;
    display: inline-block;
    -webkit-box-shadow: 0 -1px 2px 0px rgba(0,0,0,0.2) inset, 0 1px 0px 0px rgba(255, 255, 255, 0.06);
    -moz-box-shadow: 0 -1px 2px 0px rgba(0,0,0,0.2) inset, 0 1px 0px 0px rgba(255, 255, 255, 0.06);
    box-shadow: 0 -1px 2px 0px rgba(0,0,0,0.2) inset, 0 1px 0px 0px rgba(255, 255, 255, 0.06);
}