/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
	font-family: 'Nexa', sans-serif !important;
	font-weight:normal;
	font-size:15px;
	background: #191919;
	color:#fff;
	padding:0;
	margin:0;

}
.homeBanner {
	min-height:500px;
	background: url(/img/hub-banner.jpg) no-repeat center center ; background-size: cover;
}
.formBackground {
		background: url(/img/formbg.jpg) no-repeat center center ; background-size: cover;
}
/*
 * Typography
 */
@font-face {
    font-family: 'Nexa Light';
    src: local(Nexa Light), url('/fonts/NexaLight.otf') format('opentype');
}
@font-face {
    font-family: 'Nexa Book';
    src: local(Nexa Book), url('/fonts/NexaBook.otf') format('opentype');
}
@font-face {
    font-family: 'Nexa';
    src: local(Nexa), url('/fonts/NexaRegular.ttf') format('opentype');
}
@font-face {
    font-family: 'Essonnes';
    src: local(Nexa), url('/fonts/Essonnes.otf') format('opentype');
}
h1 {
	text-transform: uppercase;
	color:#fff;
	font-size:1.5rem;
	text-align: center;
}
h1, h2, h3 {
	font-family: 'Nexa', sans-serif;
	text-transform: uppercase;
	letter-spacing:2px;
}
h4 {
	font-family: 'Nexa', sans-serif;
	text-transform: uppercase;
}
h2 {
	font-size:1.2rem;
}
h3, h4, h5 {
	font-size:1rem;
	letter-spacing: 2px;
}
.mainHead {
	font-family: 'Essonnes', serif;
	color:#fff;
	padding-top:200px;
	text-transform:uppercase;
	text-align: center;
	font-size:35px;
	letter-spacing:3px;
}
a {
  color: #fff;
}
.uppercase {
	text-transform: uppercase;
}
.titlefont {
	text-transform: uppercase !important;
	font-size:16px;
	color:#fff;
}
.karmatext {
	text-transform: uppercase !important;
	font-family: 'Nexa';
	text-spacing:20px;

}

.karmaBoxLink {
	width:100%;
	display:block;
}
.karmaBoxLink a {
	font-family:'Nexa';
	text-transform: uppercase;
	text-spacing:2px !important;
}
.karmaBoxLink span {
	background-color:#000;
	display:block;
	padding:10px;
	text-align:center;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.karmaBoxLink:hover span {
	background-color:#000;
	display:block;
	padding:10px;
	text-align:center;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.karmaBoxLink:hover {
text-decoration:none;
}
.datepicker-dropdown {
	background: #fff !important;
}
.eventFlag {
	background:#e53c2e;
	color:#fff;
	font-family:'Nexa';
	text-transform: uppercase;
	text-spacing:2px !important;
	position:absolute;
	top:10px;
	right:24px;
	font-size: 13px;
	padding:3px 5px;
}
.membername { text-transform: uppercase !important; font-size:12px; color: #B9B9B9; }
.membername > span { color: #B9B9B9; font-size:11px; }
.postfade { text-transform: uppercase !important; font-size:11px; color: #B9B9B9 !important; }
.postfadelight { text-transform: uppercase !important; font-size:12px; color: #B9B9B9; }
.posttitle { text-transform: uppercase !important; font-size:14px; }
.posttitlemain { text-transform: uppercase !important; font-size:16px; text-align:center; }
.boxPostTitle {
	min-height:55px;
}
.borderTop { border-top:1px solid #414141;}
.nav-link {
	text-transform: uppercase !important;
	color:#fff !important;
	font-size:11px;
	margin: 0 20px;
	letter-spacing:3px;
}
li .nav-item {
	padding:0 !important;
}
.dropdown-menu {
	background: #2e2e2e;
	border:0;
	border-radius:0;
}
.dropdown-item {
	color:#fff;
	text-transform: uppercase;
	font-size:11px;
	letter-spacing:3px;
}
.searchdropdown {
	padding:20px;
}
.footSoc img {
	max-width:30px;
	margin: 0 4px;
}
.klogo {
	max-width: 154px;
	margin-left:38px;
}
.navbar {
	padding: 7px 0 !important;
}
.navbar-brand { padding:0 !important; margin: 0px 20px 5px 20px; }
.bg-dark {
	background: #2e2e2e !important;
}
.hubhead { padding-top: 140px; padding-bottom:100px; }

.hubnav {
	background:#2c2c2c;
	color:#fff;
	padding-top:20px !important;
	padding-bottom:20px;
}
.hubnav a {
	color:#fff;
}
.container-limited {
	max-width:1400px;
}
.page-link {
	color:#fff !important;
	background: none !important;
}
.pagination * {
    border-radius: 0 !important;
}

/*
.carousel-caption {
    position: relative;
    border: 1px solid black;
    top: 0;
    left: 0;
    color: black;
    text-align: left;
    padding: 20px;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    z-index: 999;
    width: 45px;
    height: 45px;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 100%;
    padding: 0 0 10px 0px;
    line-height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    top: 50%;
    bottom: 50%;
    width: 5%;
    opacity: 1;
    position: absolute;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    font-size: 30px;
    background: none;
}

.carousel .carousel-control-next {
    right: 20px;
}
*/

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    top: 50%;
    bottom: 50%;
    width: 5%;
    opacity: 1;
    position: absolute;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    font-size: 30px;
    background: none;
}

.carousel .carousel-control-next {
    right: 20px;
}
.carousel-item {
	height: 450px;
	max-height:100%;
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}
.new-caption-area {
	min-height:140px;
}


.carousel-caption {
 width:50%;
	float:center;
	text-align:center;
	position:absolute;
	left:25%;
	right:25%;
	top:35%;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  margin: 0;
  left: 0;
	width:200px;
}
.carousel h5 {
	font-family: 'Essonnes', serif;
	color:#fff;
	text-transform:uppercase;
	font-size:26px;
	letter-spacing:2px;
}
.carousel p {
font-size: 18px;
}
ol.carousel-indicators li,
ol.carousel-indicators li.active {
  float: left;
  width: 15px;
  height: 15px;
  margin: 5px;
  border-radius: 10px;
  background: #fff;
	 border: 2px solid #000;
}

ol.carousel-indicators li.active {
  background: #000;
}
.eventSide {
	background: #222222;
}
.eventDate {
	float:left;
	width:40px;
	text-align: center;
}
.eventDay {
	border:1px solid #595959;
	border-radius:20px;
	padding:5px;
}
.eventMonth {
	font-size:10px;
	text-transform: uppercase;
}
.eventRow .small-text {
	font-size:12px !important;
	color:#7D7D7D;
}

.HeadBox {
	padding-top:120px;
	width:100%;
	height:100%;
	text-align:center;
	background:url('/img/sli-bg.png') no-repeat;
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.HeadBox h5 {
	font-family: 'Essonnes', serif;
	color:#fff;
	text-transform:uppercase;
	font-size:26px;
	letter-spacing:2px;
}
.HeadBox p {
font-size: 18px;
}
.modal-dialog {
	background:#000;
}
.modal-content {
	background: #191919;
}
.modal-footer {
	border:0;
   justify-content: flex-start;
}
.btn-outline {
	color:#fff;
	border: 1px solid #fff;
	border-radius: 0;
	text-transform: uppercase;
	background-color: #2e2e2e !important;
}
.btn-outline:hover { background-color:#696969 !important; }

.btn-outline-light {
	background-color:#525252 !important;
}
.btn-karma {
	background:#e53c2e;
	border:0;
	border-radius: 0;
	text-transform: uppercase;
	color:#fff;
	letter-spacing: 2px;
}
.btn-xs {
	font-size:12px;
	padding:4px;
}
input[type="text"], input[type="email"], input[type="password"], select, textarea {
	color:#fff !important;
	border: none !important;
	border-radius: 0 !important;
	text-transform: uppercase;
  background: rgba(21,21,21,0.7) !important;
	padding:3px 6px !important;
	font-size:15px !important;
}
.form-control {
border-color:#fff;
}
.form-control::placeholder {
color:#929292;
}  
.form-control:focus {
	  background: rgba(46,46,46,0.8);
}
.whiteForm > input[type="text"], .whiteForm > input[type="email"], .whiteForm > input[type="password"], .whiteForm > select, .whiteForm > textarea {
	color:#000 !important;
	border: none !important;
	border-radius: 0 !important;
	text-transform: uppercase;
	background-color: #e7e7e7 !important;
	padding:3px 6px !important;
	font-size:15px !important;
}
.whiteForm .form-control:focus {
	background-color: #e7e7e7 !important;

}
.mce-content-body {
    background:transparent;
}
.notUppercase {
	text-transform:none !important;
}
.outline {
	border: 1px solid #000;
	border-radius: 0 !important;
}
/* card styling */
.gallery-wrapper {
  overflow: hidden;
margin-left:-15px !important;
margin-right:-15px !important;
}
.grid-item {
margin-bottom:15px;
}
.kbox {
	width:100%;
/*	background-color: #fff;*/
	background:url(../img/boxbg.png) repeat;
	min-height:35px;
	padding:10px;
margin-bottom:15px;
	color:#fff !important;
}
.kbox p a {
	text-decoration: underline;
	color: #fff !important;
}
.kbox a {
	color: #fff !important;
}
.subpost {
	width:90%;
	margin-left:10%;
}
.boxbox {
	width:100%;
	background:#222;
	min-height:150px;
	padding:10px;
margin-bottom:15px;
	color:#fff !important;
}
.boxbox a {
	color: #fff !important;
}
.obox {
	width:100%;
	min-height:300px;
	padding:10px 10px 0 10px;
	margin-bottom:15px;
	position:relative;
}
.obox .posttitle  {
	position:absolute;
	bottom:0;
	left:0;
	background-color:#000;
	color:#fff !important;
	padding:10px;
}
.obox .posttitle a {
	color:#fff !important;
}
.gridImage {
	width:100%;
	height:200px;
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.gridImageSm {
	width:100%;
	height:125px;
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;

}

.gridImageEvent {
	height:60px;
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.borderBox h3 {
	min-height:40px;
}
.borderBox {
/*	border:2px solid #595959;*/
	background: #222222;
	min-height:260px;
}
.postBox { background:#222222; }
.gridImageLg {
	width:100%;
	height:250px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.leadImage {
	width:100%;
	height:300px;
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;

}
.ql-editor{
    min-height:200px;
}

.sidebox {
	display:block;
	padding:10px;
	width:100%;
	margin: 0 0 15px 0;
	color:#fff !important;
	background-color: #555559;
/*	border-left: 4px solid;*/
}
.sidebox:hover {
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	text-decoration: none;
}
.selected {
	background:#222020;
}
.restricted {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.dash { border-color: #222020; }
.public { border-color: #E53C2E; }
.revero { border-color: #101E8E; }
.twenty { border-color: #FFD900; }
.karma { border-color:#222020; }
.notif {
	background:#E53C2E;
	color:#fff;
	font-weight: bold;
	text-align: center;
	padding:3px 3px 3px 6px;
	border-radius: 4px;
}
.reveroHead {
	background:url(../img/boxbgd.png) repeat;
	text-transform: uppercase !important;
	letter-spacing: 3px;
	font-size:12px;
	color:#fff;
}
.twentyHead {
	background:url(../img/boxbgd.png) repeat;
	text-transform: uppercase !important;
	letter-spacing: 3px;
	font-size:12px;
	color:#fff;
}
/*.maincontent {background-color:#555555; }*/

/*.boxrevero {
	background-image: url(../img/reverobg.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.box2012 {
	background-image: url(../img/twentybg.png);
	background-position: top left;
	background-repeat: no-repeat;
}
*/
.socialIcon {
	font-size: 14px;
}
.socShareContent {
	border-radius:0;
}
.footerWrap {
	background: #2e2e2e;
	color:#fff;
	margin-top:150px;
	font-size:14px;
}
.footerWrap a {
	color:#fff;
}
.formBox {
	color:#fff;
	margin-top:180px;
	margin-bottom:300px;
	background: url('/img/boxbgw.png');
}
.formBox a {
	color:#fff;
}
.registerBox {
	color:#fff;
	margin-top:120px;
	background: url('/img/boxbgw.png');
}
.registerBox a {
	color:#fff;
}
.infoBox {
	background:#2c2c2c;
	color:#fff;
	margin-top:100px;
}
.infoBox a {
	color:#fff;
}
.alert {
	border-radius: 0;
}
.alert a {
	color:#000;
	font-weight: bold;
}
.editbutton {

    position: absolute;
    bottom: 0;
}

.strhol {
	width:50px;
	float:right;
}
#loader {
	background:#2c2c2c;
	color:#fff;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	text-transform: uppercase;
}

.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
/*.modal-lg {
    min-width: 80% !important;
}*/
.small-text {
	font-size:12px;
}
.imageRow {
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.marginTop200 {
	margin-top:200px;
}

.mesButton {
	font-family: 'Nexa', sans-serif;
	text-transform: uppercase;
	letter-spacing: 6px;
	display:block;
	width:100%;
	background: #2e2e2e;
	padding:14px 10px;
	color:#fff;
	text-align: center;
}
.mesButton:hover {
	background:#676767;
	text-decoration:none;
	color:#fff;
}

.mesHead {
	display:block;
	width:100%;
	padding:10px;
	margin-bottom:3px;
	border:1px solid #fff;
}
.mesHead:hover {
	background:#CCCCCC;
	text-decoration:none;
}

.notification {
		width:100%;

}
.notread {
	background: #000;
}

.messageRow {
	font-style: italic;
}
.messageRowMine {
/*	background: #E8F2FC;*/
/*	border:1px solid #696969;*/
	text-align:right;

}
.messageHead {
	color:#fff;
	background:#2e2e2e;
}




.rte-autocomplete{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.rte-autocomplete:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.rte-autocomplete:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px;
}

.rte-autocomplete > li.loading {
	background: url("https://www.ajaxload.info/cache/FF/FF/FF/00/00/00/1-0.gif") center no-repeat;
	height: 16px;
}

.rte-autocomplete > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.rte-autocomplete >li > a:hover, .rte-autocomplete > li > a:focus, .rte-autocomplete:hover > a, .rte-autocomplete:focus > a {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top,#08c,#0077b3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
    background-image: -webkit-linear-gradient(top,#08c,#0077b3);
    background-image: -o-linear-gradient(top,#08c,#0077b3);
    background-image: linear-gradient(to bottom,#08c,#0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft;
}

.rte-autocomplete >.active > a, .rte-autocomplete > .active > a:hover, .rte-autocomplete > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top,#08c,#0077b3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
    background-image: -webkit-linear-gradient(top,#08c,#0077b3);
    background-image: -o-linear-gradient(top,#08c,#0077b3);
    background-image: linear-gradient(to bottom,#08c,#0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft;
}

/* Quill Styles */

.embed-container  {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.ql-tooltip {
	z-index: 1100;
}

.ql-editor iframe {
	pointer-events: none;
}

.ql-mention-list-container {
	width: 270px;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	background-color: inherit;
	box-shadow: 0 2px 12px 0 rgba(30, 30, 30, .08);
	z-index: 9001
}

.ql-mention-list {
	background-color: #2e2e2e;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}

.ql-mention-list-item {
	cursor: pointer;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	padding: 0 20px;
	vertical-align: middle;
	color: #FFFFFF;
}

.ql-mention-list-item.selected {
	background-color: #d3e1eb;
	text-decoration: none
}

.mention {
	height: 24px;
	width: 65px;
	border-radius: 6px;
	background-color: #d3e1eb;
	padding: 3px 0
}

.mention>span {
	margin: 0 3px
}

.quill-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1090;
    background-color: #00000080;
}

.quill-progressbar {
    position: fixed;
    height: 10px;
    width: 50%;
    top: 50%;
    left: 25%;
}

/* E/O Quill Styles*/

.card {
	background:none !important;
	border:0;
}
.card .form-group {
	margin:0;
}
.card-body {
	padding:0;
}
.card-header {
	padding:5px 0;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {

input[type="text"], input[type="email"], input[type="password"], select { font-size:12px !important;  }
}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
	.sidebox { font-size:14px !important; padding: 10px !important; }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
	.sidebox { font-size:10px; 	padding:5px; }
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
	.sidebox { font-size:10px; letter-spacing: 4px; }
}
