 /**
 * @package		RND Combo Template
 * @layout		Admin Field - Google Fonts
 * @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
 */

body{
	padding: 0;
	background-color: #000000;
	background-image: url(../img/body-bg.jpg);
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #9c979e;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	color:#FFF;
}
a{
	color:#947eaa;
}
a:hover, a:focus {
    color: #c299ea;
    text-decoration: none;
}

@media (max-width: 767px){
	.container {}
}

/* Section */

.top-section {
	background-color: #251b36;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.73);
	-webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.24);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.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, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.55)), color-stop(100%,transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%,transparent 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%,transparent 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%,transparent 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%,transparent 100%);
}

.features-section {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: top center;
    color: #FFF;
}
@media(min-width: 1921px){
	.features-section {
		background-size: cover;
	}
}
.main-top-section {
    background-color: #1a1820;
}
.main-bottom-section {
    background-color: #1a1820;
    border-top: none;
}
.main-top-section,
.main-bottom-section{
    border: 1px solid rgba(0, 0, 0, 0.16);	
}
.main-top-section{
	border-top: 1px solid rgba(0, 0, 0, 0.16);
	border-bottom: none;
}
#sp-component {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background-color: transparent;
}

.breadcrumbs-section {
    background-color: rgba(255, 255, 255, 0.04);
    padding: 15px;
    margin: 20px -16px -16px -16px;
    border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.footer-section {
    padding: 30px 0;
    color: #91979E;
}
@media (max-width: 480px){
.footer-section {
    padding: 30px 0;
    margin-top: 0px;
}
}
.copyright-section {
    color: #91979E;
    padding: 15px 0;
    font-size: small;
}
.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;
}
.panel h3 {
    color: #FFF;
}
.panel.panel-box {
    background: #423852;
    color: rgba(255, 255, 255, 0.51);
}

.panel.panel-box h3 {
    color: #FFF;
}
.top-section .panel {
    padding: 10px;
}
.top-section .panel p{
    margin:0
}
.header-section .panel-menu{
    padding: 30px 15px;
}

.sidebar-section .panel{
	background-color: #1a1820;
	border: 1px solid rgba(0, 0, 0, 0.16);
}
.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;
	margin: 0;
	color: #FFF;
	padding: 0 12px;
	border-radius: 4px;
	vertical-align: middle;
	font-size: 17px;
}
.navigation ul li a:hover,
.navigation ul li.active a,
.navigation ul li.alias-parent-active a{
	color: #9f6ecf;
	text-decoration: none;
}

/** Breadcrumbs */
.breadcrumbs {
    text-align: left;
}
.breadcrumbs .divider {
    padding: 0 5px;
    font-size: 12px;
    vertical-align: text-top;
    color: #9c979e;
}
.breadcrumbs div{
	display: inline-block;
}
.breadcrumbs div:last-child a{
	color:#9c979e;
	cursor:default;
}

/* 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 #D5D5D5;
    padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
    border-radius: 4px;
    background-color: #EEE;
    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: #27262d;
	border-color: #110e16;
	color: #b3b6b8;
	overflow:hidden;
}

.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: #110e16;
	padding: 10px;
-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.05);
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,0.05);
    box-shadow: 0 0 1px 1px rgba(255,255,255,0.05);	
}
.rnd-kstats-module table.rnd-kstats-table .progress {
    margin: 0;
}
.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-color: #1d1d22;
    font-weight: bold;
    -webkit-box-shadow: 0 -2px 4px 0px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 0 -2px 4px 0px rgba(0,0,0,0.3) inset;
    box-shadow: 0 -2px 4px 0px rgba(0,0,0,0.3) inset;		
}
.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: #f6f6f6;
    border: 1px solid #c7c7c7;
    margin-left: 3px;
    color: #474747;
    text-shadow: none;
    font-size: 12px;
}

.rnd-kstats-module  .kwho-guest,
.rnd-kunena-latest  .kwho-guest,
.klogin-vert  .kwho-guest{
	color: #959595;
}
.rnd-kstats-module  .kwho-user,
.rnd-kunena-latest  .kwho-user,
.klogin-vert  .kwho-user {
	color: #ffffff;
}
.rnd-kstats-module  .kwho-moderator,
.rnd-kunena-latest  .kwho-moderator,
.klogin-vert  .kwho-moderator {
	color: #8888b2;
}
.rnd-kstats-module  .kwho-globalmoderator,
.rnd-kunena-latest  .kwho-globalmoderator,
.klogin-vert  .kwho-globalmoderator {
	color: #976e6e;
}
.rnd-kstats-module  .kwho-admin,
.rnd-kunena-latest  .kwho-admin,
.klogin-vert  .kwho-admin {
	color: #c36363;
}
.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 {
    background: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    border: 2px solid #9b95a6;
    color: #b3b6b8;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 16px;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.rnd-kunena-latest li.klatest-topicicon a:hover,
.rnd-kunena-latest li.klatest-topicicon a:focus{
background: none;
    color: #c299ea;
    border-color: #c299ea;
    -webkit-box-shadow: 0 0 3px 0px #947eaa;
    -moz-box-shadow: 0 0 3px 0px #947eaa;
    box-shadow: 0 0 3px 0px #947eaa;
}
.rnd-kunena-latest li.klatest-topicicon a i{
    display: inline-block;
    font-size: 17px;
    vertical-align: middle;
    margin: 0;
    background-image: none;
}
.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 #1d1d22;
}
.rnd-kunena-latest .klatest-items li.klatest-item:last-child{
	border-bottom:none;
}
.rnd-kunena-latest .klatest-avatar img{
	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 #1d1d22;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
    padding: 3px;
    background-color: #FFF;
}
.progress{
	    background: rgba(255,255,255,0.15);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
	background-color: #669dac;
}
@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;
		border-radius: 5px
	}
	.nav-collapse ul li.active a,
	.nav-collapse ul li a:hover,
	.nav-collapse ul li a:focus{
		color: #9f6ecf;
		text-decoration: none;		
	}
}

.alert,
.alert h4,
.alert h3,
.alert .close{
    color:#FFF;
    text-shadow:none;
}
.alert h4,
.alert h3{
    margin-bottom: 10px;
}
.alert{
    border-color: rgba(0, 0, 0, 0.15);
    padding: 15px 35px 15px 15px;
	background: #423852;
}
.alert.alert-info{
	background: #423852;
}
.alert.alert-warning{
	background: #9c7841;
}
.alert.alert-success{
    background: #477459;
}
.alert.alert-error,
.alert.alert-danger{
    background: #744747
}

.well{
	background: #27262d;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-tabs.nav-stacked>li>a {
	border: 1px solid #27262d;
}
.nav>li>a:hover, .nav>li>a:focus,
.nav-tabs.nav-stacked>li>a:hover,
.nav-tabs.nav-stacked>li>a:focus {
    background-color: #513d6a;
	border-color: #513d6a;
	color:#FFF
}

.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th,
.table-hover tbody tr:hover>td,
.table-hover tbody tr:hover>th  {
    background-color: #3a3943;
}

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{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #b3b6b8;
    background: #110e16;
    border-color: rgba(255,255,255,0.15);
}

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{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #47464c;
}

.btn,
.input-append .add-on{
    color: #110e16;
    border: 1px solid #9b95a6;
    background: none;
    background-color: #9b95a6;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.15);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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: none;
    background-color: #947eaa;
    border-color: rgba(255,255,255,0.04);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.15);
    -webkit-box-shadow: 0 0 3px 0px #947eaa;
    -moz-box-shadow: 0 0 3px 0px #947eaa;
    box-shadow: 0 0 3px 0px #947eaa;
}
.input-prepend span.add-on,
.input-prepend span.add-on:hover{
	background: #707070;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color:transparent;
}