/* /////////////////////////////
Body Background
255,255,255  // main
100,100,100  // bg gradient
33,33,33  // bg content

150,150,150  // link
200,200,200  // link active

255,255,255  // theme button text
190,190,190  // theme button active text
255,255,255  // Theme button gradient
255,255,255  // Theme button border
///////////////////////////// */

:root{
	--bs-btn-close-color:rgb(255,255,255) !important;
}
body.stargate-universe{
	background-image:linear-gradient(to top, rgba(100,100,100, 1), rgba(25, 25, 25, 0.5));
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

@media only screen and (max-width: 700px) { 
	.stargate-universe .modal .close{
		top:30px;
		right:0px;
	}
}
.stargate-universe .bg-blur{
	display:block;
	position:fixed;
	content:" ";
	height:100vh;
	width:100vw;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.25);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	z-index:0;
}
/*
.stargate-universe #menu-gap{height:82px;}
.stargate-universe #main-wrapper{padding-top:60px;}
*/
/* /////////////////////////////
Preloader Images
///////////////////////////// */

.stargate-universe .preloader-background{	
	background-color:rgba(0,0,0,0.95);
}

.stargate-universe .preloader-image{
}
.stargate-universe .preloader-image:before{	
	background-image:url('../images/stargate/sgu-logo.png');
	background-position:center center;
	background-size:100% auto;
	background-repeat:no-repeat;
}
.stargate-universe .preloader-image:after{
	background-image:none;
	background-position:center center;
	background-size:auto auto;
	background-repeat:no-repeat;
}

/* /////////////////////////////
Content Icon
///////////////////////////// */

.stargate-universe .themed-content-icon{
	height:48px;
	width:48px;
	position:absolute;
	display:inline-block;
	top:-24px;
	left:-24px;
	
	background-image:url('../images/stargate/sgu-logo.png');
	background-position:center center;
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.stargate-universe .themed-content-icon.themed-custom-image{
	background-image:none;
}
.stargate-universe .themed-content-icon.themed-custom-image img{
	height:48px;
	width:48px;
}
@media only screen and (max-width: 700px) { 
	.stargate-universe .themed-content-icon{
		top:0px;
		left:0px;
	}
}

/* /////////////////////////////
offcanvas
///////////////////////////// */

.stargate-universe .offcanvas-header .btn-close{
	margin-right:0.5em;
}

/* /////////////////////////////
btn-block with Link
///////////////////////////// */

.stargate-universe .btn-block a{
	display:inline-block;
	width:100% !important;
	height:100% !important;
}

/* /////////////////////////////
Content Border
///////////////////////////// */

.stargate-universe .modal .close span,
.stargate-universe .breadcrumbs,
.stargate-universe .card,
.stargate-universe .themed-content,
.stargate-universe .modal-content{
	border-radius:.1em;
	border:1px solid rgba(255,255,255,0.75);
	box-shadow:0px 0px 3px rgba(255,255,255,0.75);

}
.stargate-universe .border{
	border-color: rgba(255,255,255, 0.75) !important;
}

/* /////////////////////////////
Modal Close
///////////////////////////// */

.stargate-universe .modal .close{
	height:40px; width:40px;
	padding:0;
	position:absolute;
	display:inline-block;	
	top:-25px;
	right:-20px;
}
.stargate-universe .modal .close span{
	height:40px; width:40px;
	display:block;
	padding:3px 0;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
	
}
.stargate-universe .modal .close span:hover{	
	box-shadow:
		3px 3px 3px rgba(255,255,255,0.25),
		-3px 3px 3px rgba(255,255,255,0.25),
		3px -3px 3px rgba(255,255,255,0.25),
		-3px -3px 3px rgba(255,255,255,0.25);
	text-shadow:
		3px 3px 3px rgba(255,255,255,0.25),
		-3px 3px 3px rgba(255,255,255,0.25),
		3px -3px 3px rgba(255,255,255,0.25),
		-3px -3px 3px rgba(255,255,255,0.25);
}

.stargate-universe .modal .modal-fullscreen .close{
	top:30px;
	right:0px;
}
/* /////////////////////////////
Content Background
///////////////////////////// */

.stargate-universe .dropdown-menu,
.stargate-universe .breadcrumbs,
.stargate-universe .modal-content,
.stargate-universe .card,
.stargate-universe .themed-content{
	background-color:rgba(33,33,33,0.5);
	/*
	background-color:transparent;
	background-image:url(../images/ARK/theme-bg.png);
	background-repeat:no-repeat;
	background-size:auto auto;
	background-position:bottom center;
	background-color:rgba(0,40,75,0.75);
	*/
}

/* /////////////////////////////
Default Text
///////////////////////////// */

.stargate-universe .btn-close{
	--bs-btn-close-color:rgb(255,255,255) !important;
}
.stargate-universe .nav-link,
.stargate-universe .dropdown-toggle.btn,
.stargate-universe .dropdown-toggle,
.stargate-universe .themed-header,
.stargate-universe .dropdown-item,
.stargate-universe .themed-content,
.stargate-universe .card,
.stargate-universe .modal,
.stargate-universe .btn-close,
.stargate-universe .modal .close,
.stargate-universe .modal .modal-header{	
	color:rgb(255,255,255) !important;
	text-shadow:
		1px 0px 0px rgba(0,0,0,0.5),
		0px 1px 0px rgba(0,0,0,0.5),
		-1px 0px 0px rgba(0,0,0,0.5),
		0px -1px 0px rgba(0,0,0,0.5);
}
.stargate-universe .modal{
	color:inherit !important;
}

/* /////////////////////////////
Remove Text Shadow
///////////////////////////// */

.stargate-universe .form-control,
.stargate-universe .input-group *,
.stargate-universe .form-group *,
.stargate-universe .bg-light,
.stargate-universe .text-dark{
	text-shadow:none;
}
/* /////////////////////////////
Link with valid url
///////////////////////////// */

.stargate-universe .breadcrumbs a[href^="/"]:not(.dropdown-item):not(.dropdown-toggle):not(.nav-link),
.stargate-universe .breadcrumbs a[href^="#"]:not(.dropdown-item):not(.dropdown-toggle):not(.nav-link),
.stargate-universe a[href^="/"]:not(.dropdown-item):not(.dropdown-toggle):not(.nav-link),
.stargate-universe a[href^="#"]:not(.dropdown-item):not(.dropdown-toggle):not(.nav-link){	
	color:rgb(150,150,150) !important;
}
.stargate-universe .breadcrumbs a[href^="/"]:not(.dropdown-item):not(.dropdown-toggle):not(.nav-link):active,
.stargate-universe .breadcrumbs a[href^="/"]:not(.dropdown-item):not(.dropdown-toggle):not(.nav-link):hover,
.stargate-universe .breadcrumbs a[href^="#"]:not(.dropdown-item):not(.dropdown-toggle):not(.nav-link):active,
.stargate-universe .breadcrumbs a[href^="#"]:not(.dropdown-item):not(.dropdown-toggle):not(.nav-link):hover,
.stargate-universe a[href^="/"]:not(.dropdown-item):not(.dropdown-toggle):not(.nav-link):active,
.stargate-universe a[href^="/"]:not(.dropdown-item):not(.dropdown-toggle):not(.nav-link):hover,
.stargate-universe a[href^="#"]:not(.dropdown-item):not(.dropdown-toggle):not(.nav-link):active,
.stargate-universe a[href^="#"]:not(.dropdown-item):not(.dropdown-toggle):not(.nav-link):hover{
	color:rgb(200,200,200) !important;
	text-shadow:
		0px 1px 0px rgba(0,0,0,0.5),
		0px -1px 0px rgba(0,0,0,0.5);
}

/* /////////////////////////////
Alternate window themes
///////////////////////////// */

.stargate-universe .themed-content-1{
	
}
.stargate-universe .themed-content-2{
	
}
.stargate-universe .themed-content-3{
	
}
.stargate-universe .themed-content-4{
	
}

/* /////////////////////////////
<hr>
///////////////////////////// */

.stargate-universe hr{
	border-top:1px solid rgba(255,255,255,.2);
}

/* /////////////////////////////
Header
///////////////////////////// */

.stargate-universe .themed-header{
	background-image:url("../images/ARK/header.png");
	background-repeat:no-repeat;
	background-size:80% 55%;
	background-position:bottom center;
	text-align:center !important;
	width:100%;
	text-transform: uppercase;
}

/* /////////////////////////////
Background
///////////////////////////// */

.stargate-universe .bg-themed{	
	background-color:rgba(0,0,0,0.5);
	background:rgba(0,0,0,0.5);
}

/* /////////////////////////////
Borders
///////////////////////////// */

.stargate-universe .dropdown-menu,
.stargate-universe .border-themed,
.stargate-universe .themed-border,
.stargate-universe input{
	border-color: rgba(255,255,255, 0.75);	
}

/* /////////////////////////////
Form Control
///////////////////////////// */

.stargate-universe .form-control:not(input):not(label):not(textarea){	
	color:rgb(255,255,255);
	
	background-color:rgba(0,0,0,0.5);
	background:rgba(0,0,0,0.5);
	
		
	border: 4px solid transparent;
	padding: 0px;
	
	border-image-source: url("../images/ARK/themebodyborder.png") !important;
	border-image-slice: 8;
	border-image-repeat:stretch;
	border-radius:.1em;	
}
.stargate-universe .form-control{	
	
	color:rgb(255,255,255);
	border-radius:.1em;
}
.stargate-universe .form-control:focus{
	border-radius:.1em;		
}

/* /////////////////////////////
Input Labels
///////////////////////////// */

.stargate-universe label{
	
	background-color:transparent !important;
	background:transparent;
	
	border-color:transparent;
}

/* /////////////////////////////
Inputs
///////////////////////////// */

.stargate-universe textarea,
.stargate-universe textarea:focus,
.stargate-universe label.themed,
.stargate-universe input[type="text"],
.stargate-universe input[type="password"],
.stargate-universe input[type="datetime"],
.stargate-universe input[type="datetime-local"],
.stargate-universe input[type="date"],
.stargate-universe input[type="month"],
.stargate-universe input[type="time"],
.stargate-universe input[type="week"],
.stargate-universe input[type="number"],
.stargate-universe input[type="email"],
.stargate-universe input[type="url"],
.stargate-universe input[type="search"],
.stargate-universe input[type="tel"],
.stargate-universe input[type="color"],
.stargate-universe .uneditable-input{
	color:rgb(255,255,255);
	
	background-color:rgba(0, 0, 5,0.5);
	background:rgba(0, 0, 5,0.5);
	
		
	border-color: rgba(255,255,255, 0.75);
	/*padding: 0px;*/
	/*
	border-image-source: url("../images/ARK/themebodyborder.png") !important;
	border-image-slice: 8;
	border-image-repeat:stretch;
	*/
	border-radius:.1em;	
}

/* /////////////////////////////
Text
///////////////////////////// */

.stargate-universe .modal .text-primary,
.stargate-universe .text-primary{
	color:rgba(255,255,255, 1) !important;
}
.stargate-universe .modal .text-secondary,
.stargate-universe .text-secondary{
	color:rgba(190, 125, 55, 1) !important;
}
.stargate-universe .modal .text-success,
.stargate-universe .text-success{
	color:rgba(55, 190, 55, 1) !important;
}
.stargate-universe .modal .text-warning,
.stargate-universe .text-warning{
	color:rgba(204, 204, 55, 1) !important;
}
.stargate-universe .modal .text-danger,
.stargate-universe .text-danger{
	color:rgba(190, 55, 55, 1) !important;
}

/* /////////////////////////////
Btn Outline
///////////////////////////// */

.stargate-universe .modal .btn-outline-primary,
.stargate-universe .btn-outline-primary{
	color:rgba(120, 230, 255, 1) !important;
	border-color:rgba(120, 230, 255, 1) !important;
}
.stargate-universe .modal .btn-outline-secondary,
.stargate-universe .btn-outline-secondary{
	color:rgba(190, 125, 55, 1) !important;
	border-color:rgba(190, 125, 55, 1) !important;
}
.stargate-universe .modal .btn-outline-success,
.stargate-universe .btn-outline-success{
	color:rgba(55, 190, 55, 1) !important;
	border-color:rgba(55, 190, 55, 1) !important;
}
.stargate-universe .modal .btn-outline-warning,
.stargate-universe .btn-outline-warning{
	color:rgba(204, 204, 55, 1) !important;
	border-color:rgba(204, 204, 55, 1) !important;
}
.stargate-universe .modal .btn-outline-danger,
.stargate-universe .btn-outline-danger{
	color:rgba(190, 55, 55, 1) !important;
	border-color:rgba(190, 55, 55, 1) !important;
}

/* /////////////////////////////
Btn Custom
///////////////////////////// */

.stargate-universe .modal .btn-themed,
.stargate-universe .btn-themed{
	color:rgba(255,255,255, 1) !important;
	background-color:transparent !important;
		
	background-image:linear-gradient(to bottom, rgba(255,255,255, 0.25), rgba(25, 25, 25, 0)),url(../images/ARK/theme-bg.png);
	background-repeat:no-repeat, auto;
	background-size:100% 100%, auto auto;
	background-position:center center, center center;
	border-color:rgba(0, 150, 135,0.5);
}
.stargate-universe .modal .btn-themed:focus,
.stargate-universe .btn-themed:focus,
.stargate-universe .modal .btn-themed:hover,
.stargate-universe .btn-themed:hover{
	color:rgba(190,190,190, 1) !important;
	background-image:linear-gradient(to top, rgba(255,255,255, 0.25), rgba(25, 25, 25, 0)),url(../images/ARK/theme-bg.png);
	background-repeat:no-repeat, auto;
	background-size:100% 100%, auto auto;
	background-position:center center, center center;
}
.stargate-universe .modal .btn-themed a[href^="/"],
.stargate-universe .btn-themed a[href^="/"],
.stargate-universe .modal .btn-themed a[href^="#"],
.stargate-universe .btn-themed a[href^="#"]{	
	color:white !important;
	text-decoration:none;
}
.stargate-universe .modal .btn-themed a[href^="/"]:hover,
.stargate-universe .btn-themed a[href^="/"]:hover,
.stargate-universe .modal .btn-themed a[href^="#"]:hover,
.stargate-universe .btn-themed a[href^="#"]:hover{	
	color:lightgray !important;
	text-decoration:none;
}

/* /////////////////////////////
Btn
///////////////////////////// */

.stargate-universe .navbar a.active:not(.dropdown-toggle),
.stargate-universe .modal .btn-primary,
.stargate-universe .bg-primary,
.stargate-universe .btn-primary{
	color:white;
	background-color:transparent !important;
	
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;
	background-image:linear-gradient(to bottom, rgba(120, 230, 255, 0.5), rgba(25, 25, 25, 0));
	border-color:transparent;
	border-color:rgba(120, 230, 255, 1);
}
.stargate-universe .navbar a.dropdown-item:not(.dropdown-toggle):hover,
.stargate-universe .modal-dialog .btn-primary:hover,
.stargate-universe .modal-dialog .btn-primary:focus,
.stargate-universe .modal-dialog .btn-outline-primary:hover,
.stargate-universe .modal-dialog .btn-outline-primary:focus,
.stargate-universe .btn-primary:hover,
.stargate-universe .btn-primary:focus,
.stargate-universe .btn-outline-primary:hover,
.stargate-universe .btn-outline-primary:focus{
	color:lightgray !important;
	background-color:transparent !important;
	background-image:linear-gradient(to top, rgba(20, 130, 155, 0.5), rgba(25, 25, 25, 0));
	border-color:transparent;
	border-color:rgba(120, 230, 255, 1);
}
.stargate-universe .modal-dialog .btn-primary:focus,
.stargate-universe .modal-dialog .btn-outline-primary:focus,
.stargate-universe .btn-primary:focus,
.stargate-universe .btn-outline-primary:focus{
	box-shadow: 
		3px 3px 0px rgb(20, 130, 155),
		-3px 3px 0px rgb(20, 130, 155),
		3px -3px 0px rgb(20, 130, 155),
		-3px -3px 0px rgb(20, 130, 155);
}
.stargate-universe .modal-dialog .btn-secondary,
.stargate-universe .bg-secondary,
.stargate-universe .btn-secondary{
	color:white;
	background-color:transparent !important;
	background-image:linear-gradient(to bottom, rgba(190, 125, 55, 1), rgba(25, 25, 25, 0));
	background-size:100%;
	
	border-color:rgba(190, 125, 55, 1);
}
.stargate-universe .modal-dialog .btn-secondary:hover,
.stargate-universe .modal-dialog .btn-secondary:focus,
.stargate-universe .modal-dialog .btn-outline-secondary:hover,
.stargate-universe .modal-dialog .btn-outline-secondary:focus,
.stargate-universe .btn-secondary:hover,
.stargate-universe .btn-secondary:focus,
.stargate-universe .btn-outline-secondary:hover,
.stargate-universe .btn-outline-secondary:focus{
	color:lightgray !important;
	background-color:transparent !important;
	background-image:linear-gradient(to top, rgba(190, 125, 55, 1), rgba(25, 25, 25, 0));
	border-color:rgba(25, 25, 25, 0);
}
.stargate-universe .modal-dialog .btn-secondary:focus,
.stargate-universe .modal-dialog .btn-outline-secondary:focus,
.stargate-universe .btn-secondary:focus,
.stargate-universe .btn-outline-secondary:focus{
	box-shadow: 
		3px 3px 0px rgb(150, 105, 5),
		-3px 3px 0px rgb(150, 105, 5),
		3px -3px 0px rgb(150, 105, 5),
		-3px -3px 0px rgb(150, 105, 5);
}
.stargate-universe .modal-dialog .btn-danger,
.stargate-universe .bg-danger,
.stargate-universe .btn-danger{
	color:white;
	background-color:transparent !important;
	background-image:linear-gradient(to bottom, rgba(190, 55, 55, 1), rgba(25, 25, 25, 0));
	background-size:100%;
	
	border-color:rgba(45, 25, 25, 0);
}
.stargate-universe .modal-dialog .btn-danger:hover,
.stargate-universe .modal-dialog .btn-danger:focus,
.stargate-universe .modal-dialog .btn-outline-danger:hover,
.stargate-universe .modal-dialog .btn-outline-danger:focus,
.stargate-universe .btn-danger:hover,
.stargate-universe .btn-danger:focus,
.stargate-universe .btn-outline-danger:hover,
.stargate-universe .btn-outline-danger:focus{
	color:lightgray !important;
	background-color:transparent !important;
	background-image:linear-gradient(to top, rgba(190, 55, 55, 1), rgba(25, 25, 25, 0));
	border-color:rgba(45, 25, 25, 0);
}
.stargate-universe .modal-dialog .btn-warning,
.stargate-universe .bg-warning,
.stargate-universe .btn-warning{
	color:white;
	background-color:transparent !important;
	background-image:linear-gradient(to bottom, rgba(204, 204, 55, 1), rgba(25, 25, 25, 0));
	background-size:100%;
	
	border-color:rgba(204, 204, 25, 0);
}
.stargate-universe .modal-dialog .btn-warning:hover,
.stargate-universe .modal-dialog .btn-warning:focus,
.stargate-universe .modal-dialog .btn-outline-warning:hover,
.stargate-universe .modal-dialog .btn-outline-warning:focus,
.stargate-universe .btn-warning:hover,
.stargate-universe .btn-warning:focus,
.stargate-universe .btn-outline-warning:hover,
.stargate-universe .btn-outline-warning:focus{
	color:lightgray !important;
	background-color:transparent !important;
	background-image:linear-gradient(to top, rgba(204, 204, 55, 1), rgba(25, 25, 25, 0));
	border-color:rgba(204, 204, 25, 0);
}
.stargate-universe .modal-dialog .btn-success,
.stargate-universe .bg-success,
.stargate-universe .btn-success{
	color:white;
	background-color:transparent !important;
	background-image:linear-gradient(to bottom, rgba(55, 190, 55, 1), rgba(25, 25, 25, 0));
	background-size:100%;
	
	border-color:rgba(55, 204, 25, 0);
}
.stargate-universe .modal-dialog .btn-success:hover,
.stargate-universe .modal-dialog .btn-success:focus,
.stargate-universe .modal-dialog .btn-outline-success:hover,
.stargate-universe .modal-dialog .btn-outline-success:focus,
.stargate-universe .btn-success:hover,
.stargate-universe .btn-success:focus,
.stargate-universe .btn-outline-success:hover,
.stargate-universe .btn-outline-success:focus{
	color:lightgray !important;
	background-color:transparent !important;
	background-image:linear-gradient(to top, rgba(55, 190, 55, 1), rgba(25, 25, 25, 0));
	border-color:rgba(55, 204, 25, 0);
}

/* /////////////////////////////
Checkboxes and Radios
///////////////////////////// */

.stargate-universe .modal input[type=checkbox],
.stargate-universe .modal input[type=radio],
.stargate-universe input[type=checkbox],
.stargate-universe input[type=radio]{
	display:none;
}
.stargate-universe .modal input[type=checkbox] + label,
.stargate-universe .modal input[type=radio] + label,
.stargate-universe input[type=checkbox] + label,
.stargate-universe input[type=radio] + label{
	position:relative;
	text-indent: 20px;	
}
.stargate-universe .modal input[type=checkbox] + label:not(.no-box):before,
.stargate-universe input[type=checkbox] + label:not(.no-box):before{
	position:absolute;
	top:calc(50% - 8px);
	left:2px;
	height:16px;
	width:16px;
	content:" ";
	background-color:rgba(0,0,0,0.5);
	
	border: 1px solid rgba(255,255,255, 0.75);
	padding: 0px;
}
.stargate-universe .modal input[type=checkbox]:not(:checked) + label:hover:after,
.stargate-universe input[type=checkbox]:not(:checked) + label:hover:after{
	position:absolute;
	top:calc(50% - 12px);
	left:-16px;
	height:16px;
	width:16px;
	content:"\2713";
	color:rgba(255,255,255, 1);
	
	background-image:url("../images/ARK/check.png");
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
	opacity:0.5;
	
}
.stargate-universe .modal input[type=checkbox]:checked + label:after,
.stargate-universe input[type=checkbox]:checked + label:after{
	position:absolute;
	top:calc(50% - 12px);
	left:-16px;
	height:16px;
	width:16px;
	content:"\2713";
	color:rgba(255,255,255, 1);
	background-image:url("../images/ARK/check.png");
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
.stargate-universe .modal input[type=radio] + label:not(.no-box):before,
.stargate-universe input[type=radio] + label:not(.no-box):before{
	position:absolute;
	top:calc(50% - 8px);
	left:2px;
	height:16px;
	width:16px;
	content:" ";
	background-color:rgba(0,0,0,0.5);
	
	border: 1px solid rgba(255,255,255, 0.75);
	padding: 0px;
}
.stargate-universe .modal input[type=radio]:not(:checked) + label:hover:after,
.stargate-universe input[type=radio]:not(:checked) + label:hover:after{
	position:absolute;
	top:calc(50% - 4px);
	left:6px;
	height:8px;
	width:8px;
	content:" ";
	
	background-color:rgba(255,255,255,0.5);
	
	box-shadow: inset 0 0 2px rgba(0,0,0,0.25);
	
}
.stargate-universe .modal input[type=radio]:checked + label:after,
.stargate-universe input[type=radio]:checked + label:after{
	position:absolute;
	top:calc(50% - 4px);
	left:6px;
	height:8px;
	width:8px;
	content:" ";
	
	background-color:rgba(255,255,255,0.95);
	
	box-shadow: inset 0 0 2px rgba(0,0,0,1);
	
}

.stargate-universe .themed-content input[type="checkbox"].float-end + label:not(.no-box),
.stargate-universe .themed-content input[type="radio"].float-end + label:not(.no-box){
	text-indent:0;
}
.stargate-universe .themed-content input[type="checkbox"].float-end + label:not(.no-box):before,
.stargate-universe .themed-content input[type="radio"].float-end + label:not(.no-box):before{
	left:auto;
	right:2px;
}
.stargate-universe .themed-content input[type="radio"].float-end + label:not(.no-box):after,
.stargate-universe .themed-content input[type="checkbox"].float-end + label:not(.no-box):after{
	left:auto;
	right:6px;
}

.stargate-universe input[type="checkbox"].float-end + label:not(.no-box),
.stargate-universe input[type="radio"].float-end + label:not(.no-box){
	text-indent:0;
}
.stargate-universe input[type="checkbox"].float-end + label:not(.no-box):before,
.stargate-universe input[type="radio"].float-end + label:not(.no-box):before{
	left:auto;
	right:2px;
}
.stargate-universe input[type="checkbox"].float-end + label:not(.no-box):after,
.stargate-universe input[type="radio"].float-end + label:not(.no-box):after{
	left:auto;
	right:6px;
}

/* /////////////////////////////
Scrollbar
///////////////////////////// */

/* width */
.stargate-universe::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.stargate-universe::-webkit-scrollbar-track {
  background:rgba(0,0,30, 1);
  border-left: 1px solid rgba(255,255,255,0.95);
}

/* Handle */
.stargate-universe::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.95);
}

/* Handle on hover */
.stargate-universe::-webkit-scrollbar-thumb:hover {
  background:  rgba(150,150,150,0.95);
}

/* /////////////////////////////
Navbar
///////////////////////////// */

.stargate-universe .navbar{
	position:inherit;	
}
.stargate-universe .navbar.fixed-top{
	position:fixed;
}
.stargate-universe .navbar a.dropdown-toggle[href^="#"]{
	color:rgb(255,255,255) !important;
}

.stargate-sg1-glyph {
  font-family: "StargateSG1Glyphs", sans-serif !important;
}
.stargate-atlantis-glyph {
  font-family: "StargateAtlantisGlyphs", sans-serif !important;
}
.stargate-universe-glyph {
  font-family: "StargateUniverseGlyphs", sans-serif !important;
}
.stargate-ancient-text {
  font-family: "StargateAncientText", sans-serif !important;
}

/* Font Data */

@font-face {
    font-family: 'StargateSG1Glyphs';
	src:url("../fonts/Stargate-SG1-Glyphs.tff") format('ttf');
	src:url("../fonts/Stargate-SG1-Glyphs.woff") format('woff');
    font-weight: normal;
    font-style: normal;	
}
@font-face {
    font-family: 'StargateAtlantisGlyphs';
	src:url("../fonts/Stargate-Atlantis-Glyphs.tff") format('ttf');
	src:url("../fonts/Stargate-Atlantis-Glyphs.woff") format('woff');
    font-weight: normal;
    font-style: normal;	
}
@font-face {
    font-family: 'StargateUniverseGlyphs';
	src:url("../fonts/Stargate-Universe-Glyphs.tff") format('ttf');
	src:url("../fonts/Stargate-Universe-Glyphs.woff") format('woff');
    font-weight: normal;
    font-style: normal;	
}
@font-face {
    font-family: 'StargateAncientText';
	src:url("../fonts/Stargate-Ancient-Text.tff") format('ttf');
	src:url("../fonts/Stargate-Ancient-Text.woff") format('woff');
    font-weight: normal;
    font-style: normal;	
}