@import url("jquerui-flick/jquery-ui.min.css");
@import url("menus.css");
@import url("unslider.css");
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
/* 
narrok.com
authored by, robert mwangi
nov 2013
*/

.ui-dialog, .ui-autocomplete, .ui-datepicker, .ui-tooltip {
	font-size:.9em;
}

/* DEFAULTS */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
strong {
	font-weight:bolder;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display:block;
}
p {
	margin: 10px 0 20px 0;
}
nav > ul {
  list-style:none;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
html {
	min-width:600px;
	min-height: 100%;
	height:auto !important;
	height:100%;
}
body {
	min-width: 600px;
	color: #525252;
	font-family: 'Oxygen', Sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oxygen';
	color:#006CD8;
}
h1 {
	margin:50px 0 50px 0;
	font-size:2.8em;
	font-weight:400;
}
h2 {
	font-size:1.8em;
}
h3, h4, h5, h6 {
	margin:5px 0 5px 0;
}
h3 {
	font-size:1.2em;
	font-weight:700;
}
h4, h5, h6 {
	font-size:1em;
	font-weight:400;
}
button:focus {
	outline:0;
}
button::-moz-focus-inner {
	border:0;
}
button.big {
	padding:20px 60px;
	font-size:1.2em;
	color:#FFF;
	background:#006DD9;
	background-image: linear-gradient(to bottom, #2693FF 0%, #006DD9 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2693FF', EndColorStr='#006DD9')";
	box-shadow: 1px 1px 8px #555;
	border-width:1px;
	border-radius:4px;
	border-color:#2693FF;
}
button.big:hover {
	background-image: linear-gradient(to bottom, #5EAEFF 0%, #006DD9 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5EAEFF', EndColorStr='#006DD9')";
}
/*=============================================================*/

div.splash {
	margin:80px auto 0 auto;
	padding:40px 0 0 400px;
	width:600px;
	height:300px;
}
div.splash h1:first-child {
	margin:30px 0 10px 0;
	color:#BBB;
}
div.splash h1 {
	margin:10px 0 40px 0;
}
div.splash a {
	color:#2692FF;
	text-decoration:none;
}
div.splash a:hover {
	color:#000;
}

/*=============================================================*/
div.header {
	position:relative;
	height:510px;
	background:transparent url("../img/bg_splash.jpg") no-repeat center;
	background-size: 100% 510px;
}
div.header div.logo {
	height:60px;
	background-color:#FFF;
}
div.header div.logo > span {
	margin:12px 0 0 40px;
	width:155px;
	height:35px;
	display:inline-block;
	background:transparent url("../img/bg_icons.png") no-repeat 0 0;
}
div.header div.logo > a {
	margin:15px 40px 0 0;
	width:160px;
	height:30px;
	display:inline-block;
	float:right;
}
div.header div.logo > a span {
	margin:0 5px;
	width:42px;
	height:30px;
	display:inline-block;
}
div.page-section {
	position:relative;
	padding:0 40px 80px 40px;
	border-top:1px solid #BBB;
}
div.page-section.odd {
	background-color:#ECECFB;
}
div.page-section.page-section-footer {
	background:transparent url("../img/bg_splash.jpg") no-repeat center;
	background-size: 100% 350px;
	height:250px;
}
div.page-section  > a:link ,
div.page-section  > a:visited {
	position:absolute;
	top:0;
	right:0;
	font-size:.7em;
	height:20px;
	padding:0 30px;
	display:block;
	text-decoration:none;
	background-color:#2693FF;
	color:#FFF;
	border-top:1px solid #2693FF;
	border-bottom-left-radius:8px;
}
div.page-section  > a:active,
div.page-section  > a:hover {
	background:#006DD9 url("../img/bg_icons.png") no-repeat 13px -1594px;
}
div.page-section div.about {
	margin-right:-40px;
	padding-right:540px;
	min-height:160px;
	background:transparent url("../img/bg_img_about.png") no-repeat right 0;
}
div.page-section div.products {
	padding-left:370px;
	min-height:340px;
	background:transparent url("../img/bg_img_products.png") no-repeat 0 0;
}
div.page-section div.products  span {
	position:absolute;
	top:20px;
	left:30px;
	display:block;
	width:100px;
	height:100px;
}
div.page-section div.products  span.controller {
	background:transparent url("../img/bg_icons.png") no-repeat 0 -500px;
}
div.page-section div.products  span.resource-management {
	background:transparent url("../img/bg_icons.png") no-repeat 0 -600px;
}
div.page-section div.products  span.software-service {
	background:transparent url("../img/bg_icons.png") no-repeat 0 -700px;
}
div.page-section div.support {
	margin-right:-40px;
	padding-right:250px;
	min-height:340px;
	background:transparent url("../img/bg_img_support.png") no-repeat right 0;
}
div.page-section div.contact {
	padding-left:370px;
	min-height:340px;
	background:transparent url("../img/bg_img_contact.png") no-repeat 0 bottom;
}
div.page-section div.contact-address {
	position:absolute;
	top:195px;
	left:110px;
	color:#FFF;
}
div.page-section div.social {
	padding:30px 0 80px 0;
	margin:0 -40px;
	background-color:#006D9F;
}
div.page-section div.social h1,
div.page-section div.social p {
	margin:0;
}
div.page-section div.social-links {
	position:absolute;
	margin:0 -440px;
	top: 140px;
    left: 50%;
	width:880px;
}
div.page-section div.social-links a {
	margin:0 15px;
	padding:15px;
	width:230px;
	height:90px;
	color:#555;
	font-size:.8em;
	text-decoration:none;
	display:inline-block;
	box-shadow: 1px 3px 8px #333;
	background-color:#FFF;
}
div.page-section div.social-links a:hover {
	color:#FFF;
	background-color:#5EAEFF;
}
div.page-section div.social-links a  > span {
	margin:10px 0;
	padding-left:50px;
	line-height:30px;
	color:#2692FF;
	font-size:1.4em;
	display:block;
}
div.header div.logo > a span.blog,
div.page-section div.social-links a  > span.blog {
	background:transparent url("../img/bg_icons.png") no-repeat 0 -1000px;
}
div.header div.logo > a span.facebook,
div.page-section div.social-links a  > span.facebook {
	background:transparent url("../img/bg_icons.png") no-repeat 0 -1050px;
}
div.header div.logo > a span.twitter,
div.page-section div.social-links a  > span.twitter {
	background:transparent url("../img/bg_icons.png") no-repeat 0 -1100px;
}
div.page-section-box {
	position:relative;
	width:100%;
}
div.page-section-box.horizontal  > div {
	width:26%;
	padding:0 2%;
	float:left;
}
div.page-section-box.horizontal  > div:first-child {
	padding-left:0px;
}
div.page-section-box.vertical > div {
	position:relative;
	padding:30px 0 30px 150px;
}
div.page-section-box:after {
	content:".";
	height:0;
	font-size:0;
	display:block;
	clear:both;
	visibility:hidden;
}

div.footer {
	position:relative;
	color:#FFF;
	font-size:.7em;
	text-align:center;
	background-color:#000;
}
div.footer > span {
	margin:0 40px;
	line-height:40px;
	display:inline-block;
}
div.footer > span > a {
	color:#FFF;
	text-decoration:none;
}
div.footer > span > a:hover {
	color:#2692FF;
}
div.footer > span:first-child {
	float:left;
}
div.footer > span.logo {
	width:115px;
	float:right;
	background:transparent url("../img/bg_icons.png") no-repeat 0 -95px;
}
form h1 {
	margin:15px 0 30px 0;
	font-size:2em;
	color:#777;
}
form div.col {
	position:relative;
	margin-top:10px;
	width:100%;
	min-height:35px;
}
form div.text {
	position:relative;
	margin-top:10px;
	width:100%;
	height:200px;
}
form div.col.col-2 > div {
	width:48%;
	float:right;
}
form div.col.col-2 > div:first-child {
	position:absolute;
	top:0;
	left:0;
}
form div.col > div {
	width:100%;
	height:35px;
	background-color:#ECECFB;
}
form div.col.text > div {
	height:80px;
}
form div.col > div > input,
form div.col > div > textarea {
	padding-left:5px;
	width:96%;
	min-height:35px;
	background-color:#ECECFB;
	border:0px;
}
form div.col > div > textarea {
	width:98%;
	height:80px;
	border:0;
}
form div.col > div.required{
	border-right:3px solid #FF4DFF;
}
form div.col > div.validated {
	border-right:3px solid #698C00;
}

.loading {
	display:inline-block;
	padding-left:40px;
	line-height:32px;
	background:transparent url("../img/bg_loading.gif") no-repeat;
}
.smaller {
	font-size:.9em;
}
.smaller {
	font-size:.7em;
}
.large {
	font-size:1.3em;
	font-weight:300;
}
.larger {
	font-size:1.7em;
	font-weight:300;
}
.italic {
	font-style:italic;
}
.text-center {
	text-align:center;
}

.color-blue-lt {
	color:#2692FF;
}
.color-white {
	color:#FFF;
}

.border-full { border:1px solid #BBB; }
.border-top { border-top:1px solid #BBB; }
.border-bottom { border-bottom:1px solid #BBB; }
.border-left { border-left:1px solid #BBB; }
.border-right { border-right:1px solid #BBB; }