
/*
################################################################################
##
## BEGIN STYLE
##
################################################################################
*/

.lightBlue {
    color: rgba(63,105,170,1.0);
    color: rgb(63,105,170);
    color: #3f69aa;
}

.themeColor { background: rgb(32,53,85) }

html, body { height: 100% }

body {
    padding: 0;
    margin: 0;
    text-align: center;
    background: #eee;
    overflow-x: hidden;
}

body * { 
    outline: none; 
    box-sizing: border-box;    
    user-select: none;
}

.cb { 
    clear: both; 
    overflow: hidden;
    display: block; 
}

.sp1 { height: 1px }
.sp2 { height: 2px }
.sp3 { height: 3px }
.sp4 { height: 4px }
.sp5 { height: 5px }
.sp6 { height: 6px }
.sp7 { height: 7px }
.sp8 { height: 8px }
.sp9 { height: 9px }
.sp10 { height: 10px }
.sp15 { height: 15px }
.sp20 { height: 20px }

img { user-select: none; }

/*********************************** HEADER ***********************************/

header {
    height: 90px;
    border-bottom: 0px solid rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.0);
    position: fixed;
    width: 100%;
    z-index: 1100;
    padding-top: 0px;
    user-select: none;
    min-width: 360px;
    background-color: transparent;
    
}

/*********************************** FOOTER ***********************************/

footer {
    font: 14px Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #000;
    height: 24px;
    line-height: 24px;
    border-top: 1px solid rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1200;
    user-select: none;
    min-width: 360px;
    background-color: #aac;
}

/************************************ MAIN ************************************/

main {
    min-height: calc(100% - 25px);
    min-width: 360px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 1000;
    padding: 0;
  
}

/********************************* HEADER MENU ********************************/

header ul {
    user-select: none;
    display: inline-block;
    padding: 0 0 0 25px;
    margin: 0;
    background: rgba(0,0,0,0.0);
    position: absolute;
    top: 24px;
    right: 80px;
    overflow: hidden;
}

header ul li {
    display: inline-block;
    font: 16px Roboto, Arial, sans-serif;
    font-weight: 500;
    height: 25px;
    line-height: 25px;
    margin: 0 25px 0 0;
    padding: 0;
    list-style-type: none;
    float: left;
    text-transform: uppercase;
    box-sizing: content-box;
    border-bottom: 2px solid transparent;
    color: rgba(255,255,255,0.75);
    transition: color 0.75s ease-out, border-color 0.75s ease-out;
    text-shadow: 1px 1px 1px #000;
}

header ul li:hover {
    cursor: pointer;
    color: #fff;
    border-color: #fff;
    transition: color 0.75s ease-out, border-color 0.75s ease-out;
}

/******************************** MENU BUTTON *********************************/

#menuButton { 
    display: none;
    cursor: pointer;
    z-index: 4000; 
}

/*
################################################################################
##
## ANIMATED ORB LOGO
##
################################################################################
*/

#logoDiv {
    height: 1000px;
    width: 1000px;
    position: absolute;
    left: 350px;
    top: -145px;
    z-index: 2000;
    zoom: 0.125;
    cursor: pointer;
}

#canvas {
    height: 1000px;
    width: 1000px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0px solid #000;
    box-sizing: content-box;
    z-index: 2500;
}

#dot {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    background: red;
    margin-left: -5px;
    margin-top: -5px;
    opacity: 1.0;
    background-color: #f0f;
    border: 4px solid #000;
    box-sizing: content-box;
    background-image: radial-gradient(ellipse at 33% 33%,
    rgba(255,255,255,0.60),
    rgba(255,255,255,0.50) 5%,
    rgba(0,0,0,0.13) 27%,
    rgba(0,0,0,0.26) 50%,
    rgba(0,0,0,0.40) 60%,
    rgba(0,0,0,0.53) 70%,
    rgba(0,0,0,0.66) 80%,
    rgba(0,0,0,0.80) 90%,
    rgba(0,0,0,0.93));
}

#ellipse {
    width: 1000px;
    height: 1000px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2500;
    background: rgba(255,0,128,0.0) url('../images/svg/ellipse.svg') no-repeat 50% 50%;
    background-size: 1000px 1000px;
    opacity: 1.0;
}

/****************************** MAIN LOGO LETTERS *****************************/

.letter, .shadow {
    display: inline-block;
    font: 58px Anton;
    position: absolute;
    top: 30px;
    left: 0px;
    margin-left: 5px;
    text-transform: lowercase;
    zoom: 5.714;
}

#letterB, #shadowB, 
#letterI, #shadowI, 
#letterZ, #shadowZ, 
#letterN, #shadowN { z-index: 2800 }

#letterB, #shadowB { left: 2px }
#letterI, #shadowI { left: 31px }
#letterZ, #shadowZ { left: 46px }
#letterN, #shadowN { left: 69px }
#letterE, #shadowE { left: 97px }
#letterT, #shadowT { left: 125px }
#letterK, #shadowK { left: 143px }
#letterC, #shadowC { left: 170px }

.shadow { 
    color: #fff; 
    -webkit-text-stroke: 4px rgba(0,0,0,1);
    text-shadow: 0px 1px 1px #000, 
                 0px 2px 2px #000;
}

.letter {
    color: #fff;
    background-image: linear-gradient(#676767, #fff, #676767);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
}

/********************************** TAGLINE ***********************************/

#tagLine1, #tagLine2 {
    font: 12px Roboto;
    position: absolute;
    top: 56px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

#tagLine1 { left: 46px; z-index: 3000 }

#tagLine2 { left: 93px; z-index: 1000 }

/*
################################################################################
##
## go to top button
##
################################################################################
*/

#gototop {
    display: none;
    height: 50px;
    width: 50px;
    background: rgba(2,33,77,0.5);
    border-radius: 25px;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -25px;
    border: 1px solid #fff;
    z-index: 4400;
}

#gototop i {
    display: inline-block;
    height: 16px;
    width: 16px;
    border: solid #fff;
    border-width: 4px 0 0 4px;
    transform: rotate(45deg);
    margin-top: 18px;
}

#gototop:hover { 
    background: rgba(2,33,77,1.0); 
    border-color: #fff;
}

#gototop:hover i { 
    border-color: #ffff;
}

/******************************* EXPANDABLE NAV *******************************/

nav {
    min-height: 100%;
    width: 300px;
    background: rgba(0,0,0,0.90);
    position: fixed;
    top: 0px;
    left: -320px;
    z-index: 5000;
    box-shadow: 0 0 15px rgba(0,0,0,0.85);
    display: none;
    box-sizing: border-box;
    border-right: 2px solid silver;
    padding-top: 80px; 
}

nav span, nav i, nav b {
    display: block;
    font-style: normal;
    height: 30px;
    text-decoration: none;                                                      
    color: silver;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
}

nav i, nav b { line-height: 30px; }

nav span {
    width: 240px;
    margin: 0 auto 15px auto;
    background: rgba(255,255,255,0.0);
    position: relative;
    border-radius: 3px;
    cursor: pointer;
}

nav i {
    font-family: Roboto;
    font-weight: 500;
    margin-left: 50px;
}

nav b {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    width: 50px;
    position: absolute; top: 0; left: 0;
    text-indent: 15px;
}

#A3 b:before { content: '\f3cd'; }
#A4 b:before { content: '\f2bb'; }
#A5 b:before { content: '\40'; }

#A1 b, #A2 b {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 25px 25px;
}

#A1 b { background-image: url('../images/svg/home-icon.svg'); }
#A2 b { background-image: url('../images/svg/website-icon.svg');}

#A3 b { font-size: 20px; text-indent: 17px; }

nav span:hover { background: rgba(255,255,255,0.15); }

nav button {
    display: block;
    width: 30px;
    height: 30px;
    border: 0;
    position: absolute;
    top: 15px; right: 15px;
    cursor: pointer;
    font: 24px Roboto;
    font-weight: 700;
    color: silver;
    background: transparent;
}

nav button:before { content: 'X'; }
nav button:hover { color: #fff; }

/******************************* SLIDER IMAGES ********************************/

#slider { position: relative; width: 100%; aspect-ratio: 16/9; }

#slider img { width: 100%; min-width: 360px; }

#pic1, #pic2, #pic3 { position: absolute; top: 0; left: 0; }

.bgPic { position: relative; opacity: 0.6; z-index: 600; }

#slider span {
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid rgba(0,0,0,0.6);
    border-radius: 50%;
    position: absolute;
    margin-left: -10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
    z-index: 700;
    cursor: pointer;
}

#b1, #b2, #b3 { top: 0px; }

#b1 { left: calc(50% - 30px); }
#b2 { left: 50%; }
#b3 { left: calc(50% + 30px); }

#slider span.active { background: #fff; border-color: rgba(0,0,0,0.8); }
#slider span.inactive { background: rgba(255,255,255,0.2) }
#slider span.inactive:hover { background: rgba(255,255,255,0.5) }

#slider img.active { opacity: 1.0; transition: opacity 0.75s ease-out; }
#slider img.inactive { opacity: 0.0; transition: opacity 0.75s ease-out; }

/**************************** SLIDER TEXT SECTIONS ****************************/

#slider section {
    display: inline-block;
    background: rgba(255,0,0,0.0);
    position: absolute;
    top: 0;
    left: 145px;
    height: 60px;
    line-height: 60px;
    width: calc(100% - 300px);
    font: 50px Roboto, Arial, sans-serif;
    font-weight: 500;
    color: #fff;
    margin-top: -30px;
}

#slider section.active { opacity: 1; }
#slider section.inactive { opacity: 0; }

#section1 { z-index: 900; transition: opacity 0.75s ease-out; }
#section2 { z-index: 850; transition: opacity 0.75s ease-out; }
#section3 { z-index: 800; transition: opacity 0.75s ease-out; }

/**************************** SLIDER PREV AND NEXT ****************************/

#slider span.prevArrow,
#slider span.nextArrow {
    display: block;
    width: 150px;
    height: 75px;
    background-color: rgba(255,0,0,0.2);
    position: absolute;
    /* top: calc(50% - 37.5px); */
    top: 0px;
    border-radius: 0px;
    box-shadow: none;
    cursor: pointer;
    z-index: 950;
    border: 0;
    background-color: rgba(32,53,85,0.5);
    background-repeat: no-repeat;
    background-size: 32px 51px;
    opacity: 0.8;
    margin-top: -37.5px;
}

#slider span.prevArrow:hover,
#slider span.nextArrow:hover { opacity: 1; }

#slider span.prevArrow {
    left: 0px;
    border-top-right-radius: 37.5px;
    border-bottom-right-radius: 37.5px;
    background-image: url('../images/arrows/arrow-left.svg');
    background-position: 90px 50%;
}

#slider span.nextArrow {
    right: 0px;
    border-top-left-radius: 37.5px;
    border-bottom-left-radius: 37.5px;
    background-image: url('../images/arrows/arrow-right.svg');
    background-position: 30px 50%;
}

/******************************* FOOTER OVERRIDE ******************************/

footer {
  background: rgb(63,105,170);
  background: #080808;
  color: #eee;
}

/********************************** PAGE MASK *********************************/

#pageMask {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    background: #000;
    opacity: 0.75;
    z-index: 4500; 
}

/************************ INTRO BOX RIGHT BELOW SLIDER ************************/

#D1 { 
    background: #eee; 
    margin: 0;
    padding: 25px 35px;
    font: 18px Roboto, Arial, sans-serif;
    position: relative;
    top: -2px;
    color: rgba(0,0,0,0.75);
}

#D1 span.title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

/*********************** THREE MIDDLE BOXES BELOW INTRO ***********************/

#D2 { 
    background: linear-gradient(to right, #3f69aa, #3f69aa 33%, #222 33%, #222 67%, #3f69aa 67%, #3f69aa 100%);
    margin: 0 0 0 0;
    padding: 0px;
    font: 16px Roboto, Arial, sans-serif;
    color: rgba(255,255,255,0.8);
}

#D2 span.title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.boxL, .boxM, .boxR {
    float: left;
    padding: 15px;
}

.boxL, .boxR { width: 33%; }
.boxM { width: 34%; }

.boxL span.icon, .boxM span.icon, .boxR span.icon {
    display: block;
    height: 70px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.boxL span.icon {
    background-image: url('../images/boxicons/history.svg');
    background-size: 68px 68px;
}

.boxM span.icon {
    background-image: url('../images/boxicons/bullseye.svg');
    background-size: 70px 70px;
}

.boxR span.icon {
    background-image: url('../images/boxicons/eye.svg');
    background-size: 79px 70px;
}

/******************************************************************************/

#services { scroll-margin-top: 75px; }

#services section {
    display: block;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    margin-bottom: 2px;
}

.myspan {
    display: block;
    width: calc(33.3% - 33px); 
    max-width: 350px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 80px;
    background: rgb(241,241,241);
    float: left;
    border: 0px solid rgba(0,0,0,0.4);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    position: relative;
    left: 10px;
    overflow: hidden;
    cursor: pointer;
}

.myspan b, .myspan i {
    display: inline-block;
    position: absolute; top: 0;
    height: 80px;
}

.myspan b {
    width: 80px;
    border-radius: 45px;
    border: 3px solid #3f69aa;
    left: 0;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-style: normal;
    line-height: 80px;
    color: #3f69aa;
    background-size: 45px 45px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.myspan i {
    font: 20px Roboto;
    font-weight: 500;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    right: 0;
    width: calc(100% - 90px);
    color: #3f69aa;
    font-style: normal;
    padding-right: 20px;
    text-transform: uppercase;
}

.myspan.admin i { line-height: 24px; padding-top: 16px; }
.myspan.aviation i { line-height: 24px; padding-top: 16px; }
.myspan.ecommerce i { line-height: 24px; padding-top: 16px; }

.myspan.cogs b:before { content: '\f085'; font-size: 45px; }
.myspan.gear b:before { content: '\f013'; font-size: 40px; }
.myspan.monitor b:before { content: '\f26c'; font-size: 36px; }
.myspan.laptop b:before { content: '\f109'; font-size: 40px; }
.myspan.aviation b:before { content: '\f072'; font-size: 40px; }
.myspan.finance b:before { content: '\f51e'; font-size: 40px; }
.myspan.ecommerce b:before { content: '\f07a'; font-size: 40px; }
.myspan.more b:before { content: '\002b'; font-size: 40px; }

.myspan.more b { line-height: 75px; }

.myspan.android b { background-image: url('../images/svg/android.svg'); }
.myspan.stocks b { background-image: url('../images/svg/stocks.svg'); }

.myspan.inventory b { 
    background-image: url('../images/svg/inventory.svg'); 
    background-size: 50px 50px; 
}

.myspan.design b { 
    background-image: url('../images/svg/design.svg'); 
    background-size: 75px 35px; 
    background-position: 2px 20px;
}

.myspan.admin b { 
    background-image: url('../images/svg/admin.svg'); 
    background-size: 50px 50px; 
}

.myspan.palette b { 
    background-image: url('../images/svg/palette.svg'); 
    background-size: 80px 80px; 
}

.myspan.cogs b { line-height: 77px; }
.myspan.gear b { line-height: 77px; }
.myspan.aviation b { line-height: 77px; }
.myspan.finance b { line-height: 77px; }

.myspan u {
    display: block;
    background: #3f69aa;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0px;
    text-decoration: none;
    color: #fff;
    font: 16px Roboto;
    font-weight: 300;
    padding: 10px 10px 10px 30px;
    text-align: left;
}

.myspan u.inactive {
    left: -100%;
    transition: left 0.5s ease-out;
}

.myspan u.active {
    left: 0%;
    transition: left 0.5s ease-out;
}

/******************************************************************************/

.blueSection { background: #3f69aa; padding-top: 20px; padding-bottom: 20px; }

.box {
    float: left;  
    width: 240px;
    position: relative;
    left: calc(50% - 480px);
}

.boxicon {
    display: block;
    font-family: "Font Awesome 6 Pro";
    height: 80px;
    width: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0px auto 7px auto;
    line-height: 78px;
    color: #fff;
    font-weight: 700;
}

#box1 .boxicon {
    background: url('../images/svg/calendar-icon.svg') no-repeat 50% 50%;
    background-size: 45px 45px;
}

#box2 .boxicon, #box3 .boxicon, #box3 .boxicon { font-size: 40px; }

#box2 .boxicon { font-weight: 900; }
#box3 .boxicon, #box4 .boxicon { font-weight: 700; }
#box4 .boxicon { font-size: 50px; }

#box2 .boxicon:before { content: '\f00c'; }
#box3 .boxicon:before { content: '\f0c0'; }
#box4 .boxicon:before { content: '\f004'; }

.boxunit {
    display: block;
    color: #fff;
    font: 65px Roboto;
    font-weight: 700;
    margin-bottom: 7px; 
    position: relative;   
}

.boxunit i {
    display: inline-block;
    font: 32px Roboto;
    font-style: normal;
    font-weight: 500;
    width: 30px;
    position: relative; top: -13px;
}

.boxunit i:before { content: '+'; }

#box1 .boxunit { left: 15px; }
#box2 .boxunit { left: 15px; }
#box3 .boxunit { left: 15px; }
#box4 .boxunit { left: 15px; }

.boxtext {
    color: #fff;
    font: 18px Roboto;
    font-weight: 400;
    text-transform: uppercase;
}

/******************************************************************************/

#about { 
    min-height: 300px; 
    background: #3f69aa; 
    margin-bottom: 0px; 
    scroll-margin-top: 65px; 
    box-sizing: border-box;
    position: relative;
}

.bioWrap { margin: 0 100px; }

.bioPic {
    display: inline-block;
    height: 150px;
    width: 150px;
    border: 6px solid #7996c4;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    background: url('../images/rod/rod-and-family.jpg') no-repeat -35px 0px;
    background-size: 240px 180px;
    margin-top: 75px;
}

.bioLeft, .bioRight { display: inline-block; }

.bioLeft { float: left; height: 300px; width: 200px; }

.bioRight { float: right; min-height: 300px; width: calc(100% - 200px); }

.bioRight {
    padding-top: 75px; 
    font: 16px Roboto;
    color: rgba(255,255,255,0.7);
    text-align: left;
}

.bioName { 
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 1px;
}

.bioLine {
    display: block;
    height: 2px;
    overflow: hidden;
    width: 100px;
    margin-bottom: 8px;
    background:
        linear-gradient(to right,
        rgba(255,255,255,0.0),
        rgba(255,255,255,0.35) 5px,
        rgba(255,255,255,0.35) 35px,
        rgba(255,255,255,0.0) 40px,
        rgba(255,255,255,0.0));
}

.bioTitle {
    display: block;
    font-style: italic;
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 6px;
}

/******************************************************************************/

#projects {  
    scroll-margin-top: 75px;
    min-height: 300px; 
    margin-bottom: 15px; 
}

.subtitle {
    display: block;
    color: #3f69aa;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    padding: 14px 0 3px 0;
    border-bottom: 0px solid #3f69aa;
}

.underline {
    display: block;
    background: #3f69aa;
    width: 30px;
    margin: 0 auto;
    overflow: hidden;
    height: 4px;
    margin-bottom: 10px;
}

.desc {
    display: inline-block;
    font: 18px Roboto, Arial, sans-serif;
    font-weight: 400;
    color: rgba(0,0,0,0.75);
    margin: 0 50px 20px 50px;
    max-width: 1000px;
}

#prowrap { width: 1135px; margin: 0 auto; }

#pro-01, #pro-02, #pro-04, #pro-05, #pro-07, #pro-08 { margin: 0 20px 20px 0; }
#pro-03,  #pro-06,  #pro-09 { margin: 0 0 20px 0; }
#pro-10, #pro-11 { margin: 0 20px 0 0; }
#pro-12 { margin: 0; }

.propic {
    background-color: #e8e8ff;
    width: 365px;
    height: 260px;
    float: left;
    border: 5px solid #dcdcdc;
    position: relative;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 365px 260px;
    transition: background-size 0.25s ease-out;
    cursor: default;
    overflow: hidden;
}

.propic:hover {
    background-size: 438px 312px;
    transition: background-size 0.25s ease-out;
}

.promask {
    display: inline-block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.0);
    position: absolute;
    top: 0; left: 0;
}

.promask:hover { background: rgba(0,0,0,0.5); }

#pro-01 { background-image: url('../images/portfolio/folio-biznet.png'); }
#pro-02 { background-image: url('../images/portfolio/folio-cruise.png'); }
#pro-03 { background-image: url('../images/portfolio/folio-stratus.png'); }
#pro-04 { background-image: url('../images/portfolio/folio-kdog.png'); }
#pro-05 { background-image: url('../images/portfolio/folio-weather.png'); }
#pro-06 { background-image: url('../images/portfolio/folio-ucon.png'); }
#pro-07 { background-image: url('../images/portfolio/folio-ucon.png'); }
#pro-08 { background-image: url('../images/portfolio/folio-ucon.png'); }
#pro-09 { background-image: url('../images/portfolio/folio-ucon.png'); }
#pro-10 { background-image: url('../images/portfolio/folio-ucon.png'); }
#pro-11 { background-image: url('../images/portfolio/folio-ucon.png'); }
#pro-12 { background-image: url('../images/portfolio/folio-ucon.png'); }

.promask i {
    display: inline-block;
    font: 16px Roboto;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    width: 80px;
    background: #3f69aa;
    background: rgba(0,0,0,0.5);
    padding: 3px 0;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 40px);
    border-radius: 5px;
    opacity: 0.0;
    transition: opacity 0.25s ease-out;
    border: 2px solid rgba(255,255,255,0.3);
    cursor: pointer;
}

#pro-01 .promask i:before { content: 'VIEW MORE'; }
#pro-02 .promask i:before { content: 'VIEW MORE'; }
#pro-03 .promask i:before { content: 'VIEW MORE'; }
#pro-04 .promask i:before { content: 'VIEW MORE'; }
#pro-05 .promask i:before { content: 'VIEW MORE'; }
#pro-06 .promask i:before { content: 'VIEW MORE'; }

#pro-07 .promask i:before { content: 'COMING SOON'; }
#pro-08 .promask i:before { content: 'COMING SOON'; }
#pro-09 .promask i:before { content: 'COMING SOON'; }
#pro-10 .promask i:before { content: 'COMING SOON'; }
#pro-11 .promask i:before { content: 'COMING SOON'; }
#pro-12 .promask i:before { content: 'COMING SOON'; }

.promask:hover i { opacity: 1.0; transition: opacity 0.25s ease-out; }

.promask i:hover { border-color: rgba(255,255,255,0.5); color: #fff; background: rgba(0,0,0,0.75); }

.promask b {
    height: 24px;
    width: 100%;
    display: block;
    background: rgba(0,0,0,0.3);
    font: 14px Roboto;
    font-weight: 500;
    color: #eee;
    position: relative;
    top: 100%;
    line-height: 23px;
    transition: top 0.25s ease-out;
}

.propic:hover .promask b {
    top: calc(100% - 24px);
    transition: top 0.25s ease-out;
}

#pro-01 .promask b:before { content: 'BIZNET KC'; }

#pro-02 .promask b:before { content: 'CRUISE KANSAS'; }
#pro-03 .promask b:before { content: 'STRATUS AVIATION'; }
#pro-04 .promask b:before { content: 'KAYAK DOG'; }
#pro-05 .promask b:before { content: 'PURPLE WX APP'; }

#pro-06 .promask b:before { content: 'UNDER CONSTRUCTION'; }
#pro-07 .promask b:before { content: 'UNDER CONSTRUCTION'; }
#pro-08 .promask b:before { content: 'UNDER CONSTRUCTION'; }
#pro-09 .promask b:before { content: 'UNDER CONSTRUCTION'; }
#pro-10 .promask b:before { content: 'UNDER CONSTRUCTION'; }
#pro-11 .promask b:before { content: 'UNDER CONSTRUCTION'; }
#pro-12 .promask b:before { content: 'UNDER CONSTRUCTION'; }

/******************************************************************************/

.proshow, .prohide {
    width: 70%; 
    margin-left: 15%;
    position: fixed;
    top: 120px;
    margin-left: 15%;
    background: #fff;
    z-index: 4600;
    border: 2px solid rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.65);
    font: 16px Roboto, Arial;
    font-weight: 400;
    text-align: left; 
    padding: 10px;
}

.prohide { display: none; }
.proshow { display: block; }

.popClose {
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 2px solid #fff;
    color: #fff;
    font: 20px Roboto,Arial;
    font-weight: 700;
    line-height: 42px;
    cursor: pointer;
    background: #f00;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
}

.popClose:before { content: 'X'; }

.popPic {
    display: inline-block;
    width: 40%;
    max-width: 590px;
    min-width: 295px;
    float: left;
    margin: 0 10px 10px 0;
}

.popTitle {
    display: block;
    font: 28px Roboto;
    font-weight: 300;
    margin-bottom: 10px; 
}

.prohide a, .proshow a,
.prohide button, .proshow button {
    background: #3f69aa;
    font: 14px Roboto;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    text-decoration: none;
    padding: 0 8px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
}

.prohide a, .proshow a { display: inline-block; }
.prohide button, .proshow button { display: none; }

.prohide, .proshow { text-align: left; padding: 10px; }

.popClose {
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 2px solid #fff;
    color: #fff;
    font: 20px Roboto,Arial;
    font-weight: 700;
    line-height: 42px;
    cursor: pointer;
    background: #f00;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
}

.popClose:before { content: 'X'; }

.popPic {
    display: inline-block;
    width: 40%;
    max-width: 590px;
    min-width: 295px;
    float: left;
    margin: 0 10px 10px 0;
}

.popTitle {
    display: block;
    font: 28px Roboto;
    font-weight: 300;
    margin-bottom: 10px; 
}

.prohide a, .proshow a {
    display: inline-block;
    background: #3f69aa;
    font: 14px Roboto;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    text-decoration: none;
    padding: 0 8px;
    border-radius: 3px;
}

/******************************************************************************/

#alertium {
    height: 240px;
    width: 320px;
    background: #3f69aa;
    border: 2px solid #fff;
    position: fixed;
    left: calc(50% - 160px);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 8000;
    font: 16px Roboto, Arial, sans-serif;
    font-weight: 400;
}

#alertium.covert { 
    top: -260px; 
    transition: top 0.5s ease-out;
}

#alertium.overt { 
    top: calc(50% - 120px); 
    transition: top 0.5s ease-out;
}

#alertium .boxTop {
    display: block;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #000;
    font-weight: 500;
}

#alertium .boxMid {
    display: block;
    padding: 15px 15px 0px 15px;
    color: #fff;
}

button.closeBox {
    height: 24px;
    width: 100px;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 52px);
    border: 2px solid #fff;
    background: rgba(0,0,0,0.35);
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    font: 14px Roboto, sans-serif;
    font-weight: 500;
    box-sizing: content-box;
}

button.closeBox:hover { background: rgba(0,0,0,0.5); }

/****************** SLIDER STUFF THAT WILL NEED MEDIA RULES *******************/

#slider section {
    left: 145px;
    height: 60px;
    line-height: 60px;
    width: calc(100% - 300px);
    font-size: 50px;
    background: rgba(255,255,255,0.0);
}

#slider span.prevArrow,
#slider span.nextArrow {
    width: 150px;
    height: 75px;
    background-size: 32px 51px;
}

#slider span.prevArrow {   
    border-top-right-radius: 37.5px;
    border-bottom-right-radius: 37.5px;
    background-position: calc(100% - 30px) 50%;
}

#slider span.nextArrow {    
    border-top-left-radius: 37.5px;
    border-bottom-left-radius: 37.5px;
    background-position: 30px 50%;
}

/******************************************************************************/

#contact { 
    min-height: 500px;
    margin-bottom: 0px; 
    scroll-margin-top: 75px; 
    background: rgba(63,105,170,1.0);
    background: rgb(241,241,241);
}

#contact * { font-family: Roboto, sans-serif;  }

#contact .subtitle { font-size: 24px; }

#contact .underline { height: 3px; }

#contact .desc { font-size: 16px; }

.contact {
    text-align: center;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}

.captcha_text { font-size: 12px; margin-bottom: 5px; }

.captcha_division {
    display: inline-block;
    width: 107px;
    height: 40px;
    padding: 0;
}

.captcha_division img {
    width: 105px;
    height: 38px;
    margin: 0;
    border: 1px solid #000;
}

.formlabel {
    font-size: 14px;
    margin-bottom: 2px;
}

#form_name,
#form_email,
#form_subject,
#form_message,
#captcha {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 2px;
    margin: 0px auto;
}

#form_name,
#form_email,
#form_subject,
#form_code,
#captcha {
    height: 26px;
    text-indent: 15px;
    width: 100%;
    outline: none;
}

#form_name { max-width: 250px; }
#form_email { max-width: 325px; }
#form_subject { max-width: 400px; }
#form_code { max-width: 100px; }
#captcha { width: 200px; }

#form_message {
    height: 300px;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    padding: 10px;
    outline: none;
    overflow: auto;
}

.mailbutton {
    display: inline-block; 
    background: #3f69aa;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    height: 30px;
    width: 100px;
    font-weight: 600;
    color: #fff;
    border: 0;
    border-radius: 4px;
}

.mailbutton:hover {
    background: #447;
    cursor: pointer;
}

#new-captcha { display: inline-block; }

#new-captcha:hover { cursor: pointer; color: orange; }

.required #form_name,
.required #form_email,
.required #form_subject,
.required #form_message,
.required #captcha {
    background: #fff;
    box-shadow: 0 0 10px rgba(255,0,0,0.35);
}

.required .formlabel b { font-weight: 400; color: red; }

.required .formlabel b:before { content: 'required: \a0 '; }

#captcha_div span { display: none; }

#captcha_div span:before { content: 'required:'; }

#captcha_div.required span {
    color: red;
    display: inline-block;
    margin-right: 10px;
}

/******************************************************************************/


/*
################################################################################
##
## MEDIA RULES
##
################################################################################
*/

/******************************* MAX WIDTH 800 ********************************/

@media screen and (max-width: 800px){

    #slider section {
        left: 115px;
        height: 50px;
        line-height: 50px;
        width: calc(100% - 240px);
        font-size: 40px;
        margin-top: -25px;
    }
    
    #slider span.prevArrow,
    #slider span.nextArrow {
        width: 120px;
        height: 60px;
        margin-top: -30px;
        background-size: 26px 40px;
    }
    
    #slider span.prevArrow {   
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        background-position: calc(100% - 25px) 50%;
    }
    
    #slider span.nextArrow {    
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        background-position: 25px 50%;
    }

}

/******************************* MAX WIDTH 670 ********************************/

@media screen and (max-width: 670px){ 

    #slider section {
        left: 95px;
        height: 40px;
        line-height: 40px;
        width: calc(100% - 200px);
        font-size: 32px;
        margin-top: -20px;
    }
    
    #slider span.prevArrow,
    #slider span.nextArrow {
        width: 100px;
        height: 50px;
        margin-top: -25px;
        background-size: 20px 35px;
    }
    
    #slider span.prevArrow {   
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        background-position: calc(100% - 20px) 50%;
    }
    
    #slider span.nextArrow {    
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        background-position: 20px 50%;
    }

}

/******************************* MAX WIDTH 540 ********************************/

@media screen and (max-width: 540px){ 

    #slider section {
        left: 75px;
        height: 40px;
        line-height: 40px;
        width: calc(100% - 160px);
        font-size: 26px;
    }
    
    #slider span.prevArrow,
    #slider span.nextArrow {
        width: 80px;
        height: 40px;
        margin-top: -20px;
        background-size: 14px 25px;
    }
    
    #slider span.prevArrow {   
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-position: calc(100% - 15px) 50%;
    }
    
    #slider span.nextArrow {    
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-position: 15px 50%;
    }

}

/******************************* MAX WIDTH 480 ********************************/

@media screen and (max-width: 480px){ 

    #slider section {
        left: 55px;
        height: 30px;
        line-height: 30px;
        width: calc(100% - 120px);
        font-size: 24px;
        margin-top: -15px;
    }
    
    #slider span.prevArrow,
    #slider span.nextArrow {
        width: 60px;
        height: 30px;
        margin-top: -15px;
        background-size: 11px 18px;
    }
    
    #slider span.prevArrow {   
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-position: calc(100% - 10px) 50%;
    }
    
    #slider span.nextArrow {    
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-position: 10px 50%;
    }

}

/******************************* MAX WIDTH 480 ********************************/

@media screen and (max-width: 400px){

    #slider section { font-size: 24px; }

} 

/***************************** HEADER RELATED CSS *****************************/

/******************************* MAX WIDTH 780 ********************************/

@media screen and (max-width: 780px){

    header ul { right: 36px }
    
    #logoDiv { left: 302px }
    #tagLine1 { left: 40px }
    #tagLine2 { left: 87px }

}

/******************************* MAX WIDTH 740 ********************************/

@media screen and (max-width: 740px){

    header ul { padding-left: 20px; right: 20px; }
    header ul li { font-size: 14px; margin-right: 16px; border-width: 2px; }

    #b1 { left: calc(50% - 25px); }
    #b3 { left: calc(50% + 25px); }

}

/******************************* MAX WIDTH 700 ********************************/

@media screen and (max-width: 700px){
    
    .boxL, .boxM, .boxR { width: 100%; font-size: 16px; }
    
    #D2 { background: transparent; }
    #D1 { font-size: 16px }
    
    .boxL, .boxR { background-color: #3f69aa }
    .boxM { background-color: #222 }
    
    .desc { font-size: 16px }
    
    .bioWrap { margin: 0 50px; }

}

/******************************* MAX WIDTH 600 ********************************/

@media screen and (max-width: 600px){

    nav { display: block }
    
    header ul { display: none }
    
    #menuButton {
        display: block; 
        height: 40px; 
        width: 40px;
        background: transparent url('../images/svg/menu.svg') no-repeat center center;
        background-size: 40px 40px;
        position: fixed; top: 10px; right: 20px; 
        z-index: 4000;
    }
    
    #b1 { left: calc(50% - 22px); }
    #b3 { left: calc(50% + 22px); }
    
    .bioWrap { margin: 0 30px; }
    .bioRight { padding-top: 60px; }

}

/****************************** MAX WIDTH 1000 ********************************/

@media screen and (max-width: 1000px){

    #services section { 
        padding-left: calc(50% - 370px);
    }
    
    .myspan {
        width: 350px;
        left: 0; 
    }

}

/******************************* MAX WIDTH 800 ********************************/

@media screen and (max-width: 800px){

    #services section {         
        padding-left: calc(50% - 340px);
    }
    
    .myspan {
        width: 320px;
        left: 0; 
    }

}

/******************************* MAX WIDTH 700 ********************************/

@media screen and (max-width: 700px){

    #services section { 
        width: calc(80% - 30px);
        padding: 0;
    }
    
    .myspan {
        width: 100%;
        max-width: 1000px;
        min-width: 300px;
        margin-right: 0;
        left: 0; 
    }
    
}

/******************************* MAX WIDTH 500 ********************************/

@media screen and (max-width: 500px){

    #services section { 
        width: calc(100% - 30px);
        padding: 0;
    }
    
    .myspan {
        width: 100%;
        max-width: 1000px;
        min-width: 300px;
        margin-right: 0;
        left: 0; 
    }

    .bioWrap { margin: 0 15px; }
    .bioRight { padding-top: 60px; }
    
}

/******************************* MAX WIDTH 450 ********************************/

@media screen and (max-width: 450px){ .bioRight { padding-top: 50px; } }

/******************************* MAX WIDTH 400 ********************************/

@media screen and (max-width: 400px){ .bioRight { padding-top: 40px; } }

/******************************* MAX WIDTH 395 ********************************/

@media screen and (max-width: 395px){ .bioRight { padding-top: 30px; } }

/******************************* MAX WIDTH 980 ********************************/

@media screen and (max-width: 980px){ 
    #box3 { clear: left; }
    .box { left: calc(50% - 350px); width: 350px; }
    #box1, #box2 { margin-bottom: 20px; }
}

/******************************* MAX WIDTH 800 ********************************/

@media screen and (max-width: 800px){ 
    #box3 { clear: left; }
    .box { left: calc(50% - 300px); width: 300px; }
    #box1, #box2 { margin-bottom: 20px; }
}

/******************************* MAX WIDTH 680 ********************************/

@media screen and (max-width: 680px){ 
    #box3 { clear: left; }
    .box { left: calc(50% - 250px); width: 250px; }
    #box1, #box2 { margin-bottom: 20px; }
}

/******************************* MAX WIDTH 540 ********************************/

@media screen and (max-width: 540px){ 
    #box2, #box4 { clear: left; }
    .box { left: calc(50% - 120px); }
    #box3 { margin-bottom: 20px; }
}

/******************************* MAX WIDTH 1200 *******************************/

@media screen and (max-width: 1200px){
    #prowrap { width: 1000px; }
    .propic { width: 320px; height: 228px; background-size: 320px 228px; }
    .propic:hover { background-size: 384px 274px; }
}

/******************************* MAX WIDTH 1040 *******************************/

@media screen and (max-width: 1040px){
    #prowrap { width: 930px; }
    .propic { width: 300px; height: 214px; background-size: 300px 214px; }
    #pro-01, #pro-02, #pro-04, #pro-05, #pro-07, #pro-08 { margin: 0 15px 15px 0; }
    #pro-03,  #pro-06,  #pro-09 { margin: 0 0 15px 0; }
    #pro-10, #pro-11 { margin: 0 15px 0 0; }
    .propic:hover { background-size: 360px 257px; }
}

/******************************* MAX WIDTH 980 *******************************/

@media screen and (max-width: 980px){ 
    .propic { width: 365px; height: 260px; background-size: 365px 260px; }
    #prowrap { width: 750px; }
    #pro-01, #pro-03, #pro-05, #pro-07, #pro-09 { margin: 0 20px 20px 0; }
    #pro-02, #pro-04, #pro-06, #pro-08, #pro-10 { margin: 0 0 20px 0; }
    #pro-11 { margin: 0 20px 0 0; }
    .propic:hover { background-size: 438px 312px; }
}

/******************************* MAX WIDTH 800 ********************************/

@media screen and (max-width: 800px){ 
    #prowrap { width: 660px; }
    .propic { width: 320px; height: 228px; background-size: 320px 228px; }
    .propic:hover { background-size: 384px 274px; }
}

/******************************* MAX WIDTH 720 ********************************/

@media screen and (max-width: 720px){ 
    #prowrap { width: 365px; }
    .propic { width: 365px; height: 260px; background-size: 365px 260px; }
    #pro-01, #pro-02, #pro-03, #pro-04, #pro-05, #pro-06, 
    #pro-07, #pro-08, #pro-09, #pro-10, #pro-11 { margin: 0 0 20px 0; }
    .propic:hover { background-size: 438px 312px; }
}

/******************************* MAX WIDTH 410 ********************************/

@media screen and (max-width: 410px){ 
    #prowrap { width: 320px; background-size: 320px 228px; }
    .propic { width: 320px; height: 228px; background-size: 320px 228px; }
    .propic:hover { background-size: 384px 274px; }
}

/******************************* MAX WIDTH 900 ********************************/

@media screen and (max-width: 900px){
    .proshow, .prohide { width: 80%; margin-left: 10%; }
}

/******************************* MAX WIDTH 750 ********************************/

@media screen and (max-width: 750px){
    .proshow, .prohide { width: 90%; margin-left: 5%; }
}

/******************************* MAX WIDTH 700 ********************************/

@media screen and (max-width: 700px){
    .popPic { float: none; width: 100%; }
    .proshow, .prohide { width: 70%; margin-left: 15%; }
    }

/******************************* MAX WIDTH 600 ********************************/

@media screen and (max-width: 600px){
    .proshow, .prohide { width: 400px; margin-left: calc(50% - 200px); }    
}

/******************************* MAX WIDTH 500 ********************************/

@media screen and (max-width: 500px){
    .proshow, .prohide { width: 380px; margin-left: calc(50% - 190px); }    
}

/******************************* MAX WIDTH 450 ********************************/

@media screen and (max-width: 450px){
    .proshow, .prohide { width: 360px; margin-left: calc(50% - 180px); }    
}

/******************************* MAX WIDTH 400 ********************************/

@media screen and (max-width: 400px){
    .proshow, .prohide { width: 340px; margin-left: calc(50% - 170px); }    
}

/******************************* MAX WIDTH 380 ********************************/

@media screen and (max-width: 380px){
    .proshow, .prohide { width: 320px; margin-left: calc(50% - 160px); }    
}

/******************************* MAX WIDTH 360 ********************************/

@media screen and (max-width: 360px){
    .popPic { width: 276px; min-width: 276px; } 
    .proshow, .prohide { width: 300px; margin-left: calc(50% - 150px); } 
    body { overflow-x: auto; }   
}

/*
################################################################################
##
## END STYLE
##
################################################################################
*/