/*
css Styling only for main.php
*/
/* 
    Created on : Apr 29th, 2016, 2:26:43 PM
    Author     : rafael
    Version    : 0.0.2 RC
    Modified   : June 14th, 2016 8:55 AM
*/
body {
  background: url(/images/structure/backgrounds/polygon-pattern.png) !important;
  overflow: hidden;
}

#contentBody:after {
  min-height: 0px !important;
}

@media screen and (max-height: 480px) {
  .masterContainer {
    top: -8%;
  }
}

#menuItems {
  margin-left: -10px;
}

.menuTitle {
  font-size: 24px;
  color: white;
  vertical-align: middle;
  line-height: 18px;
  padding-top: 2px;
  margin-left: 5px;
  text-transform: uppercase;
  display: inline-block;
}

#mainPageLogo {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 400px;
  height: auto;
  margin-left: -200px;
  z-index: 3;
}
@media screen and (max-width: 1060px) {
  #mainPageLogo {
    width: 40%;
    left: auto;
    right: 10px;
    width: 30%;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  #mainPageLogo {
    width: 35%;
    margin-left: -17.5%;
  }
}
@media screen and (max-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
  #mainPageLogo {
    width: 46.2%;
    margin-left: -23.1%;
  }
}
@media screen and (max-width: 640px) {
  #mainPageLogo {
    width: 40%;
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 485px) and (orientation: portrait) {
  #mainPageLogo {
    top: 50px;
    left: 50%;
    right: auto;
    margin-left: -20%;
  }
}

#mainFooter {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-shadow: 0 1px 1px black;
  z-index: 2 !important;
}
#mainFooter:not(._light) a {
  color: white;
}

#topLeftMenu {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.9);
  width: auto;
  z-index: 20;
  padding: 0 8px;
  overflow: hidden;
  border: 3px black solid;
  border-width: 0 3px 3px 0;
}
@media screen and (max-width: 485px) and (orientation: portrait) {
  #topLeftMenu {
    background-color: black;
    right: 0;
  }
}

.main-page-links li {
  transition: border-color 0.5s ease-out, box-shadow 0.5s ease-out;
  -moz-transition: border-color 0.5s ease-out, box-shadow 0.5s ease-out;
  -webkit-transition: border-color 0.5s ease-out, box-shadow 0.5s ease-out;
  -o-transition: border-color 0.5s ease-out, box-shadow 0.5s ease-out;
  -ms-transition: border-color 0.5s ease-out, box-shadow 0.5s ease-out;
  display: block;
  width: 100%;
  border: 2px gray solid;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 10px;
}
.main-page-links li:hover, .main-page-links li:focus {
  border-color: white;
  box-shadow: 0 0 20px white;
}
.main-page-links li a {
  transition: color 0.5s ease-out, background-color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out, background-color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out;
  -o-transition: color 0.5s ease-out, background-color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out, background-color 0.5s ease-out;
  display: block;
  line-height: 30px;
  white-space: nowrap;
  text-align: center;
  color: gray;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.main-page-links li a:hover, .main-page-links li a:focus, .main-page-links li a:active {
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
}

#adminNav {
  color: gray;
  font-size: 14px;
}
#adminNav ul, #adminNav ol, #adminNav li {
  color: gray;
}
#adminNav:not(._bottomNav) {
  position: absolute;
  display: block;
  width: 20%;
  top: 80px;
  left: 30px;
}
nav #adminNav._bottomNav {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 90px;
  z-index: 10;
  margin-top: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.9) !important;
  border-width: 5px 0;
  border-color: white;
  border-style: solid;
}
nav #adminNav._bottomNav > .main-page-links {
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: normal;
}
nav #adminNav._bottomNav > .main-page-links > li {
  display: inline-block;
  width: calc(50% - 1px);
  margin: 0 0 3px 0;
  font-size: 12px;
  border-width: 1px 1px 1px 0;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  padding: 0;
}
nav #adminNav._bottomNav > .main-page-links > li > a {
  line-height: normal;
  padding: 2px 5px;
}
nav #adminNav._bottomNav > .main-page-links > li:nth-child(2n+2) {
  border-right: 0;
}
nav #adminNav._bottomNav > .main-page-links > li:last-child {
  border: 0;
}
nav #adminNav._bottomNav > .main-page-links > li:nth-child(1), nav #adminNav._bottomNav > .main-page-links > li:nth-child(2) {
  margin-top: 6px;
}
@media only screen and (orientation: portrait) {
  nav #adminNav._bottomNav {
    position: fixed;
  }
}
@media only screen and (max-width: 791px) and (orientation: landscape) {
  nav #adminNav._bottomNav {
    z-index: 10;
    bottom: 70px;
    margin-top: 0;
    border-bottom: 0;
  }
}

#adminTrigger {
  position: absolute;
  display: none;
  opacity: 0;
  top: 20px;
  right: 5px;
  color: white;
  transition: transform 0.9s ease-out;
  -moz-transition: transform 0.9s ease-out;
  -webkit-transition: transform 0.9s ease-out;
  -o-transition: transform 0.9s ease-out;
  -ms-transition: transform 0.9s ease-out;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#adminTrigger:hover, #adminTrigger:active, #adminTrigger:visited, #adminTrigger:focus {
  color: white;
}
#adminTrigger.rotated {
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

.slideInfo > ._circle._raised {
  transition: box-shadow 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out;
  -webkit-transition: box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  -ms-transition: box-shadow 0.3s ease-out;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  border: 2px solid white;
  margin: 2px 5px 2px 0px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.8);
}
.slideInfo > ._circle._raised:hover {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.8), inset 0 0 10px rgba(0, 0, 0, 0.8), inset 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.8), inset 0 0 10px rgba(0, 0, 0, 0.8), inset 0 0 20px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.8), inset 0 0 10px rgba(0, 0, 0, 0.8), inset 0 0 20px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.8), inset 0 0 10px rgba(0, 0, 0, 0.8), inset 0 0 20px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.8), inset 0 0 10px rgba(0, 0, 0, 0.8), inset 0 0 20px rgba(0, 0, 0, 0.8);
}

/*
#loadedSearchBar {
    position: relative;
    background-color: black;
    display: block;
    z-index: 20;
    padding: 0;
    overflow: hidden;
    border-bottom: 2px white solid;
    box-shadow: 0 0 10px rgba(100,100,100,.9), 0 0 20px rgba(100,100,100,.9);
}

#loadedKeywords {
    position: relative;
    display: inline;
    width: calc(100% - 75px);
    border-radius: 32px;
    top: 5px;
    left: 5px;
    font: {
        family: $sfont;
        size: 20px;
    }
    text-indent: 10px;
    line-height: 22px;
    color: rgb(180,180,180) !important;
    padding: 0;
}

#loadedSearchBar .utilButton {
    position: relative;
    display: inline-block;
    margin: 2px 0 0 5px;
    &:last-child {
        margin: 2px 0 0;
    }
}
*/
#backToMenu {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  color: white;
  cursor: pointer;
}
#backToMenu:before {
  position: absolute;
  display: block;
  content: "<";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: "Stealth Apps";
  font-size: 64px;
  color: white;
  line-height: 64px;
}
#backToMenu:hover:before {
  color: crimson;
}

/*FULL PAGE SLIDE TEMPLATE*/
#first-help {
  position: absolute;
  top: 100px;
  left: 180px;
}

#fullPage {
  position: relative;
  top: -30px;
  left: 0;
  background: black;
  min-height: calc(100vh - 200px);
}

#fullPageTopMenu, #fullPageTopMenuLock {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  /*background: white;*/
  height: 100px;
  z-index: 4;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
}

#fullPageLeftMenu, #fullPageLeftMenuLock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: white;
  width: 180px;
  z-index: 4;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
}

#slideSelector {
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  position: absolute;
  opacity: 1;
  bottom: 0;
  right: 10px;
  padding: 8px;
  z-index: 3 !important;
  line-height: 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 565px) {
  #mainBody.scrolled #slideSelector {
    opacity: 0;
  }
}

.showSlide {
  transition-property: border, box-shadow, background;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
  width: 10px;
  height: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  margin: 5px;
  z-index: 4;
  border-radius: 100%;
  vertical-align: middle;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  border: 2px rgba(0, 0, 0, 0.3) solid;
}
.showSlide:hover {
  transition-property: border, box-shadow, background;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  background: rgba(129, 33, 34, 0.8);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  border: 2px rgba(255, 255, 255, 0.8) solid;
}

.activated {
  transition-property: border, box-shadow, background;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
  background: rgba(10, 97, 212, 0.8);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  border: 2px rgba(255, 255, 255, 0.8) solid;
}

.fullPageSlide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 485px) and (orientation: portrait) {
  div[id^=slide] .fullPageSlide {
    background-position: center 32px;
  }
}

.fullSize {
  bottom: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.fullSizeNext {
  bottom: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  z-index: 0;
}

#fullPageBottomLinks {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55px;
  overflow: hidden;
  z-index: 2;
  background: black;
  border-top: 5px white solid;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  margin-bottom: -55px;
}

.slideInfo {
  position: absolute;
  right: 38px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(0, 0, 0, 0.5);
  width: calc(100vw - 90px);
  min-width: 200px;
  padding: 20px 0;
  overflow: hidden;
  border: 2px white solid;
  border-width: 2px 0;
  backdrop-filter: blur(8px);
}
.slideInfo > .searchLink {
  font-size: 200%;
  text-decoration: none;
  color: crimson;
}
.slideInfo > .searchLink:hover {
  color: darkblue;
  text-shadow: 0 0 10px yellow, 0 0 10px white, 0 0 5px white;
}

body:hover #fullPageBottomLinks {
  margin: 0;
}

/*Dynamic Selector Styles*/
.master {
  transition-property: box-shadow;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  border: 2px rgba(255, 255, 255, 0.1) solid;
  background: transparent;
  box-shadow: none;
}
.master:hover {
  transition-property: box-shadow;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  box-shadow: 0 0 200px;
  /*rgba(254, 248, 109, .9);*/
  color: steelblue;
}

.slave {
  transition-property: width, box-shadow, border-color, background-color, top, left;
  transition-property: top, left;
  transition-duration: 0.08s;
  transition-timing-function: ease;
  border: 2px white solid;
  box-shadow: none;
  overflow: hidden;
  background-color: lightblue;
}
.slave:hover:not(._noexpand), .slave.expanded {
  transition-property: width, box-shadow, border-color, background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  width: 300px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.9);
  background-color: white;
  z-index: 6;
}
.slave._noexpand {
  overflow: visible;
  border: none;
}
.slave._noexpand:after, .slave._noexpand:focus {
  transition: opacity 0.3s linear, z-index 0.3s linear;
  -moz-transition: opacity 0.3s linear, z-index 0.3s linear;
  -webkit-transition: opacity 0.3s linear, z-index 0.3s linear;
  -o-transition: opacity 0.3s linear, z-index 0.3s linear;
  -ms-transition: opacity 0.3s linear, z-index 0.3s linear;
  position: absolute;
  display: block;
  opacity: 0;
  content: attr(data-help);
  background-color: rgba(0, 0, 0, 0.8);
  font-style: italic;
  font-size: 14px;
  text-align: center;
  color: white;
  padding: 2px 5px;
  margin: 10px -100px 0;
  top: 70%;
  left: calc(50% - 5px);
  width: 180px;
  height: auto;
  border-width: 2px;
  border-color: white;
  border-style: solid;
  border-radius: 10px;
  box-shadow: 0 0 20px white;
  cursor: default;
}
@media screen and (max-width: 320px), screen and (max-height: 800px) {
  .slave._noexpand:after, .slave._noexpand:focus {
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    width: 60px;
    margin: 10px -30px 0;
  }
}
.slave._noexpand:hover:after {
  opacity: 1;
  z-index: 7;
}
.slave > .slaveIcon {
  transition-property: background-color, box-shadow;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  display: inline-block;
  border-radius: 100%;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
}
.slave:hover > .slaveIcon, .slave.expanded > .slaveIcon {
  transition-property: background-color, box-shadow;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  background-color: steelblue;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}
.slave > a:not(.catalogIcon) {
  position: absolute;
  display: inline-block;
  left: 100px;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  color: black;
  text-decoration: none;
  font-weight: 700;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slave > a:not(.catalogIcon):hover {
  text-decoration: underline;
}
.slave > a.catalogIcon {
  position: absolute;
  top: 0;
  left: 0;
}

.textContainer {
  width: 49%;
  height: 8.1%;
  position: absolute;
  top: 55.9%;
  left: 16.1%;
  overflow: hidden;
  text-align: right;
}
@media screen and (max-width: 320px), screen and (max-height: 800px) {
  .textContainer {
    top: 52%;
  }
}

.titleText {
  font-size: 2em;
  font-weight: bold;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 2px 2px rgba(0, 0, 0, 0.5), 0 2px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
  cursor: default;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
}
@media only screen and (max-width: 500px) {
  .titleText {
    font-size: 0.8em;
  }
}
@media only screen and (max-height: 800px) {
  .titleText {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1000px) {
  #mainHead {
    height: 56px !important;
  }

  .slideInfo > p {
    height: auto;
    bottom: 150px;
    font-size: 130%;
    width: 100vw;
    min-width: 100vw;
  }

  .slideInfo {
    font-size: 130%;
    right: 0px !important;
    left: 0px !important;
    bottom: 150px;
    height: auto;
    min-width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    border-right: none;
    border-left: none;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.8);
    overflow: hidden;
    overflow-y: auto;
  }

  #slideSelector {
    line-height: 40px;
    height: 60px;
    bottom: 50px;
  }

  .showSlide {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 773px) and (max-height: 435px) {
  #fullPage ~ #mainFooter {
    font-size: 0px !important;
  }
  #fullPage ~ #mainFooter:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px !important;
    color: white;
    content: "Stealth Products, LLC. | +1(512) 715-9995";
  }

  .showSlide {
    width: 15px;
    height: 15px;
  }

  #slideSelector {
    left: 0;
    text-align: center;
    bottom: 25px;
    height: auto;
  }

  .slideInfo {
    bottom: 50px;
  }
}
@media screen and (max-width: 639px) and (orientation: portrait) {
  body {
    margin: 0 !important;
  }

  .slideInfo > p {
    font-size: 90%;
  }
  .slideInfo > .searchLink {
    font-size: 120%;
  }

  .fullPageSlide {
    background-position: center center;
    background-size: cover, auto;
  }

  .slideInfo {
    font-size: 100%;
    right: 0;
    left: 0;
    bottom: 125px;
    height: auto;
    width: 100vw;
    border-radius: 0;
    border-right: none;
    border-left: none;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.8);
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
  }

  #slideSelector {
    line-height: 20px;
    height: 40px;
    top: auto;
    right: 0;
    left: auto;
    bottom: 50px;
  }

  .showSlide {
    width: 10px;
    height: 10px;
  }

  body:hover #fullPageBottomLinks {
    display: none;
  }

  #app-field {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    top: auto;
  }
}
@media screen and (max-width: 485px) {
  #fullPage ~ #mainFooter {
    font-size: 0px !important;
  }
  #fullPage ~ #mainFooter:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px !important;
    color: white;
    content: "Stealth Products, LLC. | +1(512) 715-9995";
  }

  #slideSelector {
    left: 0;
    text-align: center;
    height: auto;
    bottom: 40px;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 480px) and (orientation: landscape) {
  .slideInfo {
    display: none;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .showSlide {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-height: 485px) and (orientation: landscape), screen and (max-width: 485px) and (orientation: portrait) {
  .slideInfo {
    display: none;
  }

  .showSlide {
    width: 32px;
    height: 32px;
  }

  #slideSelector {
    left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 360px) and (orientation: portrait) {
  .slideInfo {
    bottom: 55px;
    margin: 0;
    width: 100%;
  }
  .slideInfo a {
    display: none !important;
  }
  .slideInfo a:first-child {
    display: inline-block !important;
  }

  .showSlide {
    width: 15px;
    height: 15px;
  }

  #slideSelector {
    left: 0;
    text-align: center;
    bottom: 30px;
    height: auto;
  }
}

/*# sourceMappingURL=mainpage.css.map */
