/*
 Dark Red: #A60000

*/
/* #A60000  */
/* #A60000  */
/* Components */
@font-face {
  font-family: Glacial;
  src: url(../fonts/GlacialIndifference-Regular.otf);
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75em;
  background-color: #060A09;
  color: white;
  -webkit-font-smoothing: subpixel-antialiased;
}
#page {
  z-index: -100;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), /* bottom, image */ url(../img/box-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  /* For WebKit*/
  -moz-background-size: cover;
  /* Mozilla*/
  -o-background-size: cover;
  /* Opera*/
  background-size: cover;
  /* Generic*/
  position: fixed;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
/* Other */
.contactalert p {
  color: black !important;
  padding: 0 !important;
  font-size: 1.5em !important;
}


/* Splash Page */
.splashPage {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), /* bottom, image */ url(../img/box-bg.jpg) no-repeat center center fixed;
  height: 100vh;
  width: 100vw;
  text-align: center;
  vertical-align: middle;
  z-index: -100;
  -webkit-background-size: cover;
  /* For WebKit*/
  -moz-background-size: cover;
  /* Mozilla*/
  -o-background-size: cover;
  /* Opera*/
  background-size: cover;
  /* Generic*/
}
.splashPage::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
  background-size: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.splashTextBox {
  z-index: 100;
  position: relative;
  top: 30%;
  display: inline-table;
  width: 640px;
  padding: 1em;
  background-color: #0d1616;
  border-radius: 10px;
  border: #172726 2px solid;
}
.splashTextBox p,
p {
  color: white;
}
.splashTextBox h2 {
  color: #00AE68;
  margin: 0;
}
.leavebtn,
.enterbtn {
  font-weight: bold;
  color: white;
  border: white 2px solid;
}
.leavebtn {
  float: right;
  background-color: red;
}
.enterbtn {
  float: left;
  background-color: green;
}
/* Stuffs */
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.hidden {
  display: none;
}
hr {
  border-top: 1px solid #18302d;
}
.imgBordered {
  border: 2px solid #172726;
}
.orderbtn {
  background-color: #00AE68 !important;
  font-weight: bold;
  float: right;
  font-size: 1.25em;
}
.twitter {
  padding-top: 1em;
  width: 100%;
}
.productDescription a .orderbtn {
  color: #0d1616;
}
.productDescription a .orderbtn:hover {
  color: white;
}
.alert {
  color: black !important;
  text-align: center;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 20px;
  border: 2px solid #172726;
  border-radius: 4px;
  font-size: 0.8em;
  color: black;
  background-image: none;
  background: #00AE68;
  /* Old browsers */
  background: -moz-linear-gradient(top, #80d7b4 0%, #00AE68 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #80d7b4 0%, #00AE68 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #80d7b4 0%, #00AE68 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
p .alert {
  padding: 15px;
}
.underline {
  font-weight: bolder;
  text-decoration: underline;
}
/** Navbar **/
.navbar {
  z-index: 100;
}
.navbar-fixed-side .navbar-collapse {
  border-left: none;
}
.navbar-default {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), /* bottom, image */ url(../img/box-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  /* For WebKit*/
  -moz-background-size: cover;
  /* Mozilla*/
  -o-background-size: cover;
  /* Opera*/
  background-size: cover;
  /* Generic*/
  border-left: none;
  background-attachment: fixed;
  border: none;
  
  
}
@media (min-width: 768px) {
  .navbar-default {
    border-right: 3px solid #172726;
    border-bottom: none;
  }
}
  @media (max-width: 765px) {
    .navbar-default {
      border-right: none;
      border-bottom: 3px solid #172726;
    }
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-top: 2px solid #172726;
}
.navbar-default .navbar-toggle {
  border-color: #00AE68;
}

.navbar-default .navbar-nav > li > a {
    color: #00AE68;
  }

  @media (max-height:625px)
 {
.navbar-default .navbar-nav > li > a {
    font-size: 0.7em;
    padding: 2px 15px 2px 15px;  
  }
}
@media (min-height:626px)
{
.navbar-default .navbar-nav > li > a {
   font-size: 0.8em;  
 }
}


.navbar-fixed-side .dropdown > .dropdown-toggle,
.navbar-fixed-side .dropdown-menu > .dropdown-header {
  color: #00AE68;
  font-weight: bold;
  font-size: 0.8em;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:hover {
  color: black;
  background-image: none;
  background: #00AE68;
  /* Old browsers */
  background: -moz-linear-gradient(top, #80d7b4 0%, #00AE68 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #80d7b4 0%, #00AE68 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #80d7b4 0%, #00AE68 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.navbar-default .navbar-nav > li > a:focus {
  color: #00AE68;
  background: transparent;
}
.navbar-fixed-side .navbar-nav .dropdown-menu > li > a {
  line-height: 20px;
  color: #00AE68;
}
@media (max-width: 880px) and (min-width: 768px) {
  .navbar li {
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  .navbar {
    position: fixed;
    display: initial;
    width: 100vw;
  }
  .navbar-header {
    height: 75px;
  }
  .navbar-brand {
    padding: 5px;
  }
  .navbar-brand img {
    max-height: 65px;
  }
  .navbar li {
    font-size: 1.25em;
  }
  .navbar-toggle {
    margin-top: 20px;
  }
}






.navbar hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #18302d;
}
@media (max-height:625px)
{
.navbar-brand img {
  display: block;
  margin: 0 auto 0 auto;
  max-height: 65px; 
 }
 .navbar-brand {
  display:block;
  width: 100%;
  padding: 10px 0 10px 0;
 }
 .toggleButtonHr {
  margin: 5px 0 5px 0 !important;
 }
}
@media (min-width: 768px) {
  .navbar-fixed-side .navbar-collapse {
    border-top: 1px solid #172726;
  }
}
.nav-padding {
  width: 100%;
  height: 75px;
}
/* Toggle Button */
#toggleButton {
  text-align: center;
  margin: 0 0 0 -1em;
}

@media (max-height:625px)
{
  #toggleButtonTopLabel {
    font-size: 0.5em;
    display: none;
}
#toggleButton {
  margin: 0;
}
}

h1,h2,h3,h4 {
  font-weight: bold;
  color: #00AE68;
}
label {
  font-size: 1em;
  color: #00AE68;
}
.toggle-on {
  background-color: #00AE68;
}
.toggle-off {
  background-color: #00AE68 !important;
  color: white !important;
  font-weight: normal !important;
  text-shadow: none !important;
}
.imgFloatLeft {
  float: left;
  margin: 0 1em 1em 0;
}
.imgFloatRight {
  float: right;
  margin: 0 0 1em 1em;
}
/* Content */
.maincontent {
  padding: 0 !important;
}
.newscontent > .row {
  padding: 0;
  margin: 0;
}
/* Sections */
.sectionHeader {
  width: 100%;
  position: relative;
  margin: 0 0 2em 0;
}
.sectionHeader h1 {
  margin: 0.5em 0 0 0;
  text-align: center;
  border-bottom: 2px solid #18302d;
}
/* Components */
.component {
  border: 2px solid #18302d;
  /* background-image: url(../img/box-bg.jpg); */
  background-color: #0d1616;
  margin-bottom: 2em;
  display: inline-block;
  width: 100%;
}
.component a {
  color: #00AE68;
  font-weight: bold;
}
.component a:hover {
  color: #80d7b4;
}
.componentTitle,
.componentContent,
.componentFooter {
  display: visible;
}
.componentTitle {
  background-color: transparent;
  min-height: 2em;
  /* border-bottom: 1px solid black;	*/
}
.componentTitle h3 {
  text-align: right;
  color: #00AE68;
  border-bottom: #00AE68 solid 2px;
  margin: 0 10px 0 10px;
  padding: 10px 0 10px 10px;
  font-weight: bold;
}
.componentContent {
  min-height: 2em;
  padding: 15px;
}
.componentContent p {
  color: white;
}
.componentFooter {
  background-color: transparent;
  text-align: right;
  padding: 5px;
  margin: 0 0 10px 0;
  /* border-top: 1px solid black; */
}
/* featured Component */
.featuredComponent {
  border: 2px solid #18302d;
  background-color: #0d1616;
  /* background-image: url(../img/box-bg.jpg); */
  margin-bottom: 2em;
  display: inline-block;
  width: 100%;
}

.featuredComponent:hover {
  background-color: #172726;
}
.featuredComponent a {
  color: #00AE68;
  font-weight: bold;
}
.featuredComponent a:hover {
  color: #80d7b4;
  cursor: hand;
}
.featuredImage {
  margin: 0;
  padding: 0;
  border-right: #18302d solid 2px;
  border-bottom: #18302d solid 2px;
}
.featuredData h3 {
  text-align: right;
  border-bottom: #00AE68 solid 2px;
  color: #00AE68;
  margin: 0 0 0.5em 0;
  padding: 10px 0 10px 10px;
  font-weight: bold;
}
.featuredDescription {
  /* border-top: @darkCol solid 1px; */
  padding: 1em 1em 0 1em;
}
.featuredDescription p {
  font-size: 1em;
  color: white;
  padding-bottom: 0.5em;
  width: 100%;
}
.featuredData {
  padding: 0 1em;
}
.featuredData ul {
  margin: 0;
  padding: 0;
}
.featuredData li {
  list-style-type: none;
  font-size: 0.75em;
  color: white;
  padding-bottom: 0.5em;
}
.featuredLink {
  background-color: transparent;
  min-height: 2em;
  text-align: right;
  padding: 5px;
  margin: 0 0 10px 0;
}
/* Product Component  */
.productComponent {
  border: 1px solid #18302d;
  margin-bottom: 2em;
  display: inline-block;
}
.productComponent a {
  color: #00AE68;
  font-weight: bold;
}
.productComponent a:hover {
  color: #80d7b4;
}
.productImage {
  margin-bottom: 1em;
  padding: 0;
  border: #172726 solid 2px;
}
.productDescription {
  display: inline-block;
  border: #172726 solid 2px;
  background-color: #0d1616;
  padding: 1em;
}
.productDescription p {
  font-size: 1em;
  color: white;
  padding-bottom: 0.5em;
}
.productDescription a {
  font-size: 1em;
  font-weight: bold;
  color: #00AE68;
  padding-bottom: 0.5em;
}
.productDescription h3 {
  text-align: right;
  color: #00AE68;
  border-bottom: #00AE68 solid 2px;
  margin: 0;
  padding: 10px 0 10px 10px;
  font-weight: bold;
}
.productData {
  border: #172726 solid 2px;
  background-color: #0d1616;
  padding: 0.8em;
}
.productData h3 {
  text-align: right;
  border-bottom: #00AE68 solid 1px;
  margin: 0;
  padding: 10px 0 10px 10px;
  font-weight: bold;
}
.productData ul {
  margin: 0;
  padding: 0;
}

.productData li {
  list-style-type: none;
  color: white;
  padding-bottom: 0.5em;
}

@media (max-width: 500px)
{
  .productData li {
    font-size: 0.8em;
}
}
@media (min-width: 501px)
{
  .productData li {
    font-size: 1em;
}
}


.productLink {
  background-color: transparent;
  min-height: 2em;
  text-align: right;
  padding: 5px;
  margin: 0 0 10px 0;
}
/* List Component */
.listComponent {
  border: 2px solid #18302d;
  background-color: #0d1616;
  /* background-image: url(../img/box-bg.jpg); */
  margin-bottom: 2em;
  display: inline-block;
  cursor: pointer;
}
.listComponent:hover {
  color: black;
  background-color: #172726;
}
.listComponent a {
  color: #00AE68;
  font-weight: bold;
}
.listComponent a:hover {
  color: #80d7b4;
}
.listImage {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #18302d;
  border-right: 2px solid #18302d;
}
.listDescription {
  padding: 0;
}
.listDescription h3 {
  text-align: left;
  color: #00AE68;
  border-bottom: #00AE68 solid 2px;
  margin: 0;
  padding: 10px 0 10px 10px;
  font-weight: bold;
}
.listDescription p {
  font-size: 1em;
  color: white;
  padding: 0.5em;
}
.listData ul {
  margin: 0;
  padding: 0;
}
.listData li {
  list-style-type: none;
  font-size: 0.75em;
  color: white;
  padding-bottom: 0.5em;
}
.listLink {
  background-color: transparent;
  min-height: 2em;
  text-align: right;
  padding: 5px;
  margin: 0 0 10px 0;
}
/* Footer */
.footer {
  z-index: 200;
  position: relative;
  bottom: 0;
  background-color: #0d1616;
  border-top: 2px solid #172726;
  width: 100%;
  min-height: 4em;
  font-weight: bold;
  padding: 0 1em 1em 1em;
}
.footer .row div {
  padding-bottom: 1em;
}
.footer .left,
.footer .right {
  color: #000;
  margin: 1.2em 1em 1em 1em;
}
.footer .left {
  text-align: left;
}
.footer .right {
  text-align: right;
}
.footer-padding {
  min-height: 2em;
}
@media (max-width: 768px) {
  .footer .left,
  .footer .right {
    text-align: center;
  }
  .footer-padding {
    min-height: 2em;
  }
}
.footer a {
  color: #00AE68;
}
.footer a:hover {
  color: #80d7b4;
}
.footer p {
  font-size: 0.75em;
}
.footer h1,
h2,
h3,
h4 {
  color: white;
}
/* Carousel */
#mycarousel {
  max-height: 100vh;
  margin: 0 0 15px 0;
  border-bottom: 2px solid #18302d;
  overflow: hidden;
}
.carousel-caption h3 {
  display: inline-block;
  padding: 10px;
  background: #18302d;
  border-radius: 10px;
}
.full-screen {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.carousel-inner {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.item {
  cursor: pointer;
}
/* Navbar Side 

@media (min-width: 768px)
{
.navbar-fixed-side {
	background-color: black;
    position: fixed;
    margin: 0 -15px;
    height: 100vh;
    width: inherit;
    overflow: auto;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}

.navbar-fixed-side .navbar-nav {
    float: none;
    margin: 0 -15px;
}

}*/
#debugWindow {
  position: fixed;
  min-width: 10px;
  min-height: 10px;
  background: yellow;
  top: 10px;
  left: 10px;
  border: 2px solid red;
  z-index: 20000;
  padding: 5px;
  font-size: 0.9em;
}

/* Social Media List */
.even-list {
  display: flex;
  justify-content: space-between; /* Distribute items evenly  */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.even-list li {
  padding: 5px 5px;
}

@media (min-width: 1351px)
{
  .even-list img {
    max-width: 75px;
  }
}

@media (max-width: 1350px) and (min-width: 768px)
{
  .even-list img {
    max-width: 50px;
  }
}


@media (max-width: 767px)
  {
    .even-list img {
      max-width: 50px;
    }
  }