﻿/* -----------------------------------------
:: THEME.CSS
----------------------------------------- */
/* -----------------------------------------
:: BODY
----------------------------------------- */
body {
  background-color: #1d1d1d;
  background: url("../graphics/page-bg.png") center top no-repeat,
    url("../graphics/body-bg.jpg") top center, #1d1d1d;
}

main {
  position: relative; /*z-index: 2; */
  padding: 0;
  backface-visibility: hidden;
}

/* -----------------------------------------
:: TOP
----------------------------------------- */
.top {
  padding-top: 4px;
}
@media (min-width: 992px) {
  .top {
    min-height: 30px;
  }
}
/* -----------------------------------------
:: HEADER
----------------------------------------- */
@media (min-width: 992px) {
  .header {
    margin-bottom: 10px;
  }

  .header div.container {
    padding: 10px 0 0 70px;
  }

  .menu-outer {
    padding: 0 27px;
  }

  .menu-wrapper {
    background: #000000;
    background: rgba(0, 0, 0, 0.75);
    border-right: 10px #0091ea solid;
    transform: skewX(-45deg);
    height: 80px;
    position: relative;
    z-index: 2;
  }

  .menu-inner {
    transform: skewX(45deg);
    position: relative;
    display: none;
  }
}
/* -----------------------------------------
:: PARRALAX
----------------------------------------- */
.section-bg-a {
  position: relative;
  background-image: url("../themed-images/backgrounds/section-bg-a.jpg");
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}

.section-bg-abc {
  position: relative;
  /*background-image: url('../themed-images/backgrounds/field.jpg');*/
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}

.section-bg-abcd {
  position: relative;
  /*background-image: url('../themed-images/backgrounds/field3.jpg');*/
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}
.section-bg-b {
  position: relative;
  background-image: url("../themed-images/backgrounds/section-bg-b.jpg");
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}

.section-bg-c {
  position: relative;
  background-image: url("../themed-images/backgrounds/section-bg-c.jpg");
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}

.section-bg-d {
  position: relative;
  background-image: url("../themed-images/backgrounds/section.jpg");
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}

.section-bg-e {
  position: relative;
  background-image: url("../themed-images/backgrounds/section.jpg");
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}

.section-bg-f {
  position: relative;
  background-image: url("../themed-images/backgrounds/section-bg-f.jpg");
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}

.section-bg-g {
  position: relative;
  background-image: url("../themed-images/backgrounds/section-bg-g.jpg");
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}

.section-bg-h {
  position: relative;
  background-image: url("../themed-images/backgrounds/section-bg-h.jpg");
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}

/* -----------------------------------------
:: SECTIONS
----------------------------------------- */
.section1 {
  position: relative;
}

@media (min-width: 992px) {
  .section1 .container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.section2 {
  position: relative;
}

.section3 {
  position: relative;
  overflow: hidden;
}

.section4 {
  position: relative;
  overflow: hidden;
}

.section5 {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

.section-dark {
  position: relative;
  overflow: hidden;
  background: #111111;
  background: rgba(0, 0, 0, 0.5);
}

.section-dark .container {
  position: relative;
  overflow: hidden;
}

.section-dark div.wrapper div.container div.row {
  padding: 0 0 50px 0;
}

.section-black {
  position: relative;
  overflow: hidden;
  background: #000000;
}

.section-black .container {
  position: relative;
  overflow: hidden;
}

.section-black div.wrapper div.container div.row {
  padding: 0 0 50px 0;
}

.section-parallax-dark .wrapper {
  background: #222222;
  background: url("../graphics/dark-wrapper-cover.png") left center,
    rgba(0, 0, 0, 0.5);
  padding: 0 30px;
}

.map-wrapper2 .container {
  padding: 0 0 0 0;
}

/* contact.htm with half map */
.contact2-map iframe {
  width: 100%;
  border: 0;
  height: 350px;
}

div.contact2-map small {
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px;
  background: rgba(0, 0, 0, 0.25);
}

.contact2-form {
  margin-top: 50px;
}

.contact-half-map {
  position: relative;
}

.map-left {
  background: #222222;
  background: rgba(34, 34, 34, 0.88);
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .contact-half-map {
    height: 400px;
    position: relative;
  }

  .map-left {
    background: #222222;
    background: url("../graphics/dark-dots.png") left center,
      rgba(34, 34, 34, 0.88);
    position: relative;
    z-index: 1;
    height: 400px;
    width: 50%;
    padding-left: 100px;
    box-sizing: border-box;
  }

  .map-left:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-left-color: #222222;
    border-left-color: rgba(34, 34, 34, 0.88);
    border-width: 30px;
    margin-top: -30px;
  }
}
/* -----------------------------------------
:: DIVIDERS
----------------------------------------- */
.divider1 {
  height: 20px;
  width: 100%;
  background: #0091ea;
}

.divider2 {
  height: 20px;
  width: 100%;
  background: #000000;
}

/* -----------------------------------------
:: FOOTER
----------------------------------------- */
.footer-bg {
  background: #111111;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  margin-top: 100px;
  border-top: 20px solid #0091ea;
}

/* -----------------------------------------
:: COPYRIGHT
----------------------------------------- */
.copyright {
  background: #111111;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  padding: 5px 30px;
}
