@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../assets/fonts/BebasNeue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
	--obs-blue: #191B26;
	--obs-blue-hov: #2b2f42;
	--blue3: #009AE2;
	--dark-blue: #0e1016;
	--btn: #111;
	--btn-border: inset 0px 0px 0px 2px #009AE2;
	--btn-blue: #018ffd;
	--btn-blue-hov: #0083e8;
	--bebas: 100 24px/normal 'Bebas Neue', sans-serif;
	--fontdef: arial,sans-serif;
	--font18: 18px;
	--font16: 16px;
	--font15: 15px;
	--font14: 14px;
	--font13: 13px;
	--font12: 12px;
	--font11: 11px;
	--font9: 9px;
	--font8: 8px;
	--em1: 1em;
}

body {
	color:#fff;
	background: var(--obs-blue);
	font-family: var(--fontdef);
	margin: 0 !important;
	padding: 0 !important;
}
a {
	color:#0095dd;
	text-decoration:none;
}
a:hover, a:focus {
	color:#2255aa;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
}
.center {text-align: center;}

iframe {
	border: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	line-height: normal;
}

label {
	font-size: var(--font9);
}

code {
	font-family: courier,"courier new" !important;
	font-size: 13px;
	line-height: normal;
	background: #111;
	padding: 10px;
	display: block;
}

ul.nobullet, 
ul.nobullet li, 
nav ul, 
nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}

hr {
	border: 0;
	padding: 2px;
	background: var(--obs-blue);
}
*:focus {
    outline: none !important;
}

.relative {position: relative;}

/*flex*/
.flex {
	display: flex;
}
.flexcol {
	flex-direction: column;
}
.flexitem-center, .flexmid {align-items: center;}
.flexcenter {justify-content: center;}
.flexeven {justify-content: space-evenly;}
.flexspace {justify-content: space-between;}
.flexaround {justify-content: space-around;}
.flexwrap {flex-wrap: wrap;}

.gap2 {gap: 2px;}
.gap5 {gap: 5px;}
.gap10 {gap: 10px;}
.gap15 {gap: 15px;}
.gap20 {gap: 20px;}
.gap25 {gap: 25px;}
.gap30 {gap: 30px;}
.gap35 {gap: 35px;}
.gap40 {gap: 40px;}
.gap45 {gap: 45px;}
.gap55 {gap: 55px;}
.gap100 {gap: 100px;}

/*grid*/
.grid {display: grid;}
.grid2 {grid-template-columns: auto auto;}
.grid3 {grid-template-columns: auto auto auto;}
.grid4 {grid-template-columns: auto auto auto auto;} 
.grid5 {grid-template-columns: auto auto auto auto auto;} 
.grid6 {grid-template-columns: auto auto auto auto auto auto;}
.grid7 {grid-template-columns: auto auto auto auto auto auto auto;}
.grid8 {grid-template-columns: auto auto auto auto auto auto auto auto;}

.colgap5 {column-gap: 5px;}
.rowgap5 {row-gap: 5px;}

.valign {
	display: flex;
	flex-direction: column;
	gap: 2px;
}


/*margins*/
.mb2 {margin-bottom: 2px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}

.pad5 {padding: 5px;}
.pad8 {padding: 8px;}
.pad10 {padding: 10px;}

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}

/*width*/
.width120 {width: 120px;}
.width140 {width: 140px;}
.width150 {width: 150px;}
.width160 {width: 160px;}
.width170 {width: 170px;}
.width180 {width: 180px;}
.width190 {width: 190px;}
.width200 {width: 200px;}

.width_20 {width: 20%;}
.width_30 {width: 30%;}
.width_60 {width: 60%;}
.width_70 {width: 70%;}

/*align*/
.align-left {
	text-align: left;
}


.alert {
	padding: 8px; 
	border-radius: 4px;
	font: var(--bebas);
}
.alert-yellow {
	background: #e8e1ae;
	color: #383523 !important;
}
.alert-blue {
	background: #00ffff !important;
	color: #007c7c !important;
}
.alert-orange {
	background: #ffcb8c !important;
	color: #111;
}
.alert-success {
	background: #8DF7D0;
	color: #111;
}
.alert.small {
	font-family: var(--fontdef);
	font-size: var(--font9);
}

.clearfix::after {
content: "";
clear: both;
display: table;
}

span.sep {
    width: 2px;
	background: var(--obs-blue);
	margin: 0 16px;
}

span.hsep {
    height: 2px;
	margin: 6px 0;
	background: var(--obs-blue);
}
span.hsep.sep2 {background: #aaa;}

label {
	font-size: 1em;
}



/* FORM GLOBAL
----------------------*/
input:not(.slider-component), textarea {
	border: 0;
	border-radius: 4px;
	background: var(--obs-blue-hov);
	padding: 6px 8px;
	color: #ddd;
	font-size: 1.1em;
}
input[type="number"] {
	max-width: 60px;
}
input[type="file"] {
	max-width: 260px;
	font-size: .8em;
	padding: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	opacity: 1;
	padding: 0 !important;
}

/*number field replace*/
.numfield {
	position: relative;
}

input.altnum::-webkit-inner-spin-button,
input.altnum::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input.altnum {
	-moz-appearance: textfield;
}
.numfield input {
	width: 65px;
	height: 30px;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	border: 1px solid var(--dark-blue);
}
.numfield input:focus {
	outline: 0;
}
.numfield-nav {
	float: left;
	position: relative;
	height: 20px;
}
.numfield-button {
	position: relative;
	cursor: default;
	border-left: 1px solid var(--dark-blue);
	width: 20px;
	text-align: center;
	color: #ddd;
	font-size: 1em;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.numfield-button.numfield-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid var(--dark-blue);
}
.numfield-button.numfield-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}


/* BUTTONS */
button, .btn, .btnblue {
	border: 0;
	border-radius: 4px;
	padding: 4px 12px;
	background: var(--btn-blue);
	color: #fff;
	cursor: pointer;
	text-align: center;
}
button:hover, .btn:hover, .btnblue:hover {
	background: var(--btn-blue-hov);
}

.btn-active {
	box-shadow: var(--btn-border);
}
.pad20 {padding: 20px;}

.btnblack {
	font-size: 1em;
	display: inline-block;
	background: var(--obs-blue);
	padding: 3px 8px;
	cursor: default;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #444;
}
.btnblack:hover {
	box-shadow: var(--btn-border);
}

button:active, .btnblue:active,
.btnblack:active {background: #ffcc00;}

.btn-orange {background: #ff7200;}

.btnfat {
	padding: 8px 22px;
	font-size: 1.3em;
	width: 100%;
}
.btnwide {
	width: 100%;
}
.btnsmall {
	font-size: .7em;
}
button.btnmed {
	font-size: .8em !important;
}

.radio label {
	display: block;
}
.radio span {
	font-size: var(--em1);
	display: block;
	cursor: pointer;
	border: 1px solid #eee;
	padding: 4px 6px;
	border-radius: 4px;
	line-height: normal;
}
.radio input {
	opacity: 0;
	position: absolute;
	left: -1000px;
}
.radio input:checked + span {
	background: #ffcc00;
	color: #111;
	font-weight: 700;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 16px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #aaa;
	-webkit-transition: .4s;
	transition: .4s;
}
.switch .slider::before {
	position: absolute;
	content: "";
	height: 12px;
	width: 26px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
.switch input:checked + .slider {
	background-color: #2196F3;
}

.switch input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.switch .slider.round {
	border-radius: 40px;
}

.switch .slider.round:before {
	border-radius: 40px;
}

.switch.big {
	width: 120px;
	height: 32px;
}
.switch.big .slider::before {
	height: 28px;
	width: 52px;
}
.switch.big input:checked + .slider:before {
  -webkit-transform: translateX(64px);
  -ms-transform: translateX(64px);
  transform: translateX(64px);
}

/*range slider*/
input[type=range]:not(.slider-component) {
  -webkit-appearance: none;
  margin: 3px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:not(.slider-component)::-webkit-slider-runnable-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: var(--obs-blue);
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]:not(.slider-component)::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #008dce;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.6px;
}
input[type=range]:not(.slider-component):focus::-webkit-slider-runnable-track {
  background: #ac51b5;
}
input[type=range]:not(.slider-component)::-moz-range-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #ac51b5;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]:not(.slider-component)::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}
input[type=range]:not(.slider-component)::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
input[type=range]:not(.slider-component)::-ms-fill-lower {
  background: #ac51b5;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]:not(.slider-component)::-ms-fill-upper {
  background: #ac51b5;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]:not(.slider-component)::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}
input[type=range]:not(.slider-component):focus::-ms-fill-lower {
  background: #ac51b5;
}
input[type=range]:not(.slider-component):focus::-ms-fill-upper {
  background: #ac51b5;
}

.rotval::after {
  content: "\00B0";
}


/* HOME PAGE
--------------------*/
body.home {
	font-size: var(--font18);
	line-height: 1.5em;
	}
section > .inner {
	padding: 80px 40px;
}
.home .radio span {
	font-size: var(--font18);
}
.home input, .home textarea {
	font-size: var(--font14);
}
.home .form-wrap {
	background: var(--dark-blue);
	border-radius: 10px;
	min-width: 350px;
}
.home .outer-glow {
	background: #191e2d;
	padding: 30px;
	border-radius: 12px;
}
.home .form-wrap button {
	width: 100%;
}
.imgmodal {
	display: block;
	overflow: hidden;
	position: relative;
}
.imgmodal::before {
	font-family: "Material Design Icons";
	content: "\F1276";
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 10px;
	font-size: 32px;
	color: #ffcc00;
	background: rgba(0,0,0,0.4);
}
.home h1 {
	padding: 10px 15px;
	background: #141621;
	text-align: center;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 100;
	font-size: 52px;
}
.home strong {color: #ffe900;}
.home h3 {
	color: #9095af;
}
.home section.lead {
	background: #191e2d;
}
.home .lead-vid {
	background: var(--dark-blue);
	padding: 25px;
}

section.navbar > .inner {
	padding: 10px 40px;
	background: var(--dark-blue);
}
nav li a {
	display: block;
	border: 1px solid #009AE2;
	border-radius: 2px;
	padding: 3px 8px;
	font: var(--bebas);
}

.compat img {
	width: 80px;
	display: inline-block;
}


/*user guide*/
.uguide {
	background: #34002d;
}
.uguide h1 {
	background: #420038;
}
.uguide dl {
	background: #260020;
	padding: 35px 20px;
}
.uguide dt, .uguide dd {
	padding: 0;
	margin: 0;
}
.uguide dt {
	display: block;
	margin-bottom: 20px;
}
.uguide dd div:first-child span {
	display: block;
	height: 220px;
	overflow: hidden;
}
.uguide dd div:first-child {
	background: #420038;
	padding: 20px;
	margin-bottom: 20px;
}
.uguide dd div:first-child img {
	display: block;
	margin: auto;
}
.uguide .mdi-plus-box {
	font-size: 32px;
	color: #111;
	background: #fff;
	padding: 0px 5px;
	line-height: normal;
}
.uguide .tabnav h4 {
	background: #420038;
	padding: 5px;
}

/*contact*/
section.foot {
	background: url(../assets/images/maser-bg.jpg) var(--dark-blue) no-repeat right;
	background-size: contain; 
}

.home section.intro {
	background: url(../assets/images/sectionbg.webp);
}	
.home section.intro > .inner {
	padding: 30px;
	background: rgba(0,0,0,0.7);
}
.home .slides-wrap {
	max-width: 100%;
	margin: auto;
}
.home .sswrap {
	position:relative;
	width: 980px;
	height:551px;
	overflow:hidden;
}
.home .sswrap img {
	max-width: 1280px !important;
	margin: auto;
}

.home .feat-list {
	max-width: 450px;
	height: 300px;
	overflow: hidden;
}
.home .feat-list .newstape-content {
	
}
.home .feat-list .newstape-content div {
	padding: 10px;
	border-radius: 4px;
	color: #191B26;
	font-family: BebasNeueRegular;
	margin-bottom: 5px !important;
	line-height: normal;
	font-size: 1.5em;
	background: #00CCFF;
}
.home .feat-list div.odd {
	background: #6de1ff;
}
.home .feat-list div span {
	display: block;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

@media (min-width: 300px) and (max-width: 800px) {
	.home .flex.break, .home .grid.break {display: block !important;}
	.home nav.topnav a {font-size: 16px;}
	.home section > .inner, .home .outer-glow {
		padding-left: 10px;
		padding-right: 10px;
	}
	.home .form-wrap {
		min-width: 290px;
	}
	.home .slides-wrap img {
		width: 300px !important;
		height: auto !important;
	}
	.home .slides-wrap .sswrap {
		width: 300px !important;
		height: 160px !important;
	}
}

.page-title {
	font-family: BebasNeueRegular;
}
.page-title h2 {
	font-weight: 100;
}

/* WIDGETS */
.widget > .inner {
	padding: 20px;
}
.widget h3 {
	font-family: BebasNeueRegular;
	margin-bottom: 20px;
	font-weight: 100;
}
.widget > .inner > .content {
	font-size: 13px;
	line-height: normal;
}
.widget > .inner > .content p {
	margin: 0;
}
.widget .post-item {
	border-bottom: 1px solid #171a23;
	padding-bottom: 4px;
	margin-bottom: 4px;
}



/* LOGIN
------------------------*/
.login {
	color: #fff; 
	padding: 0; 
	font-family: arial, Verdana, sans-serif;
	font-size: 1.5em;
	background: var(--dark-blue);
}

.sm-login h1,.sm-login h2 {text-align: center;}
.sm-login p {color: #bbb;}
.err {color: #fa5c7c;}
.sm-login input {display: block; border: 0; border-radius: 4px; padding: 8px; margin: auto; margin-bottom: 15px; font-size: 16px;}
.login button {border: 0; border-radius: 4px; background: #018ffd; font-size: 1em; padding: 4px 6px; color: #fff; line-height: normal;}
.sm-login button:hover {background: #5eb9ff;}
.sm-login hr {border: 0; border-top: 4px solid #343951; padding-bottom: 10px; height: 10px; display: block;}
.sm-login .flex {display: flex; justify-content: center;}
.reset {width: 250px; margin: auto;}
.reset input {display: inline; width: 80px;}
.login .sidebar {
	width: 380px; 
	text-align: center; 
	position: fixed;
	right: 20px;
	top: 20px;
	background: #191B26;
	padding: 20px;
}
.sbtn {cursor: pointer;}

.radio, .other {
	margin-bottom: 10px;
}

.other span {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #343951;
	padding: 4px 8px;
	border-radius: 0 4px 4px 0;
}
.other span:first-child {
	background: #202a5e;
	border-radius: 4px 0 0 4px;
	width: 140px;
}
.other input[type="number"] {
	border-radius: 0 4px 4px 0;
	padding: 1px 0px 1px 4px;
	background: transparent;
	margin: 0;
	color: #ffcc00;
}
.ppinfo {
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
}
.ppinfo img {
	display: block;
	width: 80px;
	margin: auto;
}



.button {
	display: flex;
	border-radius: 5px;
	background: var(--obs-blue);
	padding: 8px 12px;
	font-size: var(--font9);
	color: #fff;
}
.button:hover {
	background: var(--obs-blue-hov);
	box-shadow: var(--btn-border);
}





/* CONTROLS
------------------------*/
.mh {
	overflow: hidden;
	overflow-y: auto;
}
.mh100 {
	height: 100px;
}




/*editor*/
div.sceditor-container.wysiwygMode {
	background: var(--obs-blue);
	border-color: var(--obs-blue);
	color: #eee;
	font-size: 11px;
}
div.sceditor-container.wysiwygMode div.sceditor-toolbar {
	background: var(--obs-blue);
	border-color: var(--obs-blue);
	padding: 2px;
}
div.sceditor-container.wysiwygMode iframe, div.sceditor-container.wysiwygMode textarea {
	background: var(--obs-blue);
	color: #eee;
	font-size: 11px;
	line-height: normal;
	margin: 0;
}
div.sceditor-container.wysiwygMode iframe body {
	color: #eee !important;
}



div.vidblock {
	background: #111111; 
	margin: auto; 
}

.vidwrap {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    border: 0;
	margin: auto;
}
.vidwrap iframe {
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	display: block;
	margin: auto;
}

#vid_plist {
	position: relative; 
	overflow: hidden; 
	margin: 0; 
	padding: 0;
	}

#vid_plist ul, 
#vid_plist li {
	margin: 0 !important; 
	padding: 0 !important; 
	border: 0 !important; 
	list-style: none !important; 
	line-height: normal !important;
	}

#vid_plist ul li {
	box-sizing: border-box;
	float: left;
	width: 33.33%;
	overflow: hidden;
	margin-bottom: 2px !important;
	}

#vid_plist ul li span.plimg {
	float: left; 
	margin-right: 5px; 
	border: 1px solid #333333; 
	padding: 1px;
	height: 56px; 
	overflow: hidden; 
	display: block; 
	}
#vid_plist ul li img {
	width: 100px; 
	height: auto; 
	border: 0 !important;
	padding: 0 !important;
	display: inline !important;
	}
#vid_plist ul li a {
	text-decoration: none; 
	height: 60px;
	display: block; 
	background: #222222;
	color: #aaaaaa; 
	padding: 4px;
	margin: 0 1px;
	overflow: hidden; 
	font-size: 11px; 
	font-weight: 100;
	font-family: Arial;
	line-height: normal;
	}
#vid_plist li a:hover, 
#vid_plist .currentvideo { background: #444444; }

/*add class when container is sized below 800px*/
.vidblock.pl-bottom #vid_plist,
.vidblock.pl-bottom .vidwrap.playlistvid {
	width: auto;
	max-width: none;
	float: none;
}

/*---[ Add overlay mask to block link click on some videos ]------*/
.vidoverlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 50px;
	z-index: 1;
	display: block;
	}
span.playicon {
	display: inline-block;
	padding: 3px 12px;
	color: #ffcc00;
	background: #333333;
	margin: -5px 0 0 0;
	font-size: 10px;
	}


@media all and (min-width: 320px) and (max-width: 639px) {

#vid_plist ul li {
	display: block; 
	width: auto; 
	margin-right: 0;
	float: none;
	}
.videoad {bottom: 20px !important;}
}

@media all and (min-width: 881px) and (max-width: 6000px) 
{
	div.vidblock {
		overflow: hidden;
		border-radius: 2px;
	}

	.vidblock .playlistvid, 
	.vidblock .ps-container {
		float: left;
	}
	.vidblock .playlistvid {
		width: 80%;
	}
	.vidblock .ps-container {
		width: 20%;
	}
	
	#vid_plist ul li {
		display: block;
		float: none;
		width: auto;
	}
	#vid_plist ul li a {
		background: rgba(34,34,34,0.8);
	}
	#vid_plist li a:hover, 
	#vid_plist .currentvideo {
		background: rgba(68,68,68,0.8);
	}
}
