/* Page CSS
-------------------------------------------------- */
html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

@import url(http://fonts.googleapis.com/css?family=Roboto:500,900,400italic,100,300,700,400);
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -120px;
  /* Pad bottom by footer height */
  padding: 0 0 120px;
}

/* fixed height of the footer */
#footer {
  height: 120px;
  background-color: rgba(34, 34, 34, 0.77);
  position: absolute;
  width: 100%;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.47);
  z-index: 1500;
}


/* Styling CSS
-------------------------------------------------- */
#wrap > .container {
  padding: 60px 15px 0;
}

/* Footer
-------------------------------------------------- */
.container .footerContent {
  padding: 0 0 0;
  font-size: 12px;
}

.container .footerContent img {
  margin-top: 50px;
}

#footer > .container {
  text-align: center;
}

.logoFooter{
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 140px;
}

.untoldDesign a {
  text-decoration: none;
  color: inherit;
}

.untoldDesign a:hover {
  color: #d5d3d2;
}

/* Nav
-------------------------------------------------- */
.navbar {
  background-color: rgba(34, 34, 34, 0.77);
  height: 121px;
  padding-top: 12px;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.47);
  z-index: 2000;
}

.navbar-toggle {
  margin-top: 27px;
}

@media only screen and (max-width : 768px), only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  .navbar-collapse {
    background-color: rgba(34, 34, 34, 0.77);
    margin-top: 38px;
    text-align: right;
  }

  .navbar .nav > li > a:hover {
    border-bottom: 1px solid;
    border-color: #d5d3d2;
 }
}

@media only screen and (min-width : 768px) {
  .navbar .nav {
    position: absolute;
    width: 380px;
    left: 58%;
    margin-left: -165px;
  }
}

.navbar-header img {
  position: absolute;
  left: 35.5%;
  width: 192px;
  margin-left: -96px;
}

.navbar .nav > li > a {
  color: #d5d3d2;
  padding-top: 35px;
  padding-left: 35px;
}

.navbar .nav > li > a:hover {
  color: #ffffff;
}

/* Video Background
-------------------------------------------------- */
#video-bg {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  overflow: hidden;
}

#video-bg > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* 1. No object-fit */
@media (min-aspect-ratio: 16/9) {
  #video-bg > video { height: 300%; top: -100%; }
}

@media (max-aspect-ratio: 16/9) {
  #video-bg > video { width: 300%; left: -100%; }
}

/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
  #video-bg > video {
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
}

/* Home Page
--------------------------------------------------*/
.container > #homePageContent img {
  position: absolute;
  z-index: 1500;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@media only screen and (min-width : 768px) {
  .container > #homePageContent img  {
  top:35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 532.5px;
    height: 280px;
  }
}

@media only screen and (max-width : 768px), only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  .container > #homePageContent img  {
    width: 355px;
    height: 140px;
    top:35%;
    left: 50%;
  transform: translate(-50%, -50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}

#homePageContent2 {
  z-index: 1500;
  position: absolute;
  text-transform: uppercase;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  color: #F5F5F5;
  text-align: center;
}

@media only screen and (max-width : 768px), only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
 #homePageContent2 {
  font-size: 8pt;
  text-align: center;
  width: 90%;
  margin-top: 10px;
  }
}

#homePageContent3 {
  z-index: 1500;
  position: absolute;
  text-transform: uppercase;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  color: #d5d3d2;
  border: 2px solid;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#homePageContent3 a {
  text-decoration: none;
  color: #d5d3d2;
}

#homePageContent3 a:hover {
  text-decoration: none;
  color: #ffffff;
}

@media only screen and (max-width : 1100px), only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  .container > #homePageContent img {
    margin-top: -24px;
    width: 355px;
    height: 180px;
    left: 50%;
    transform: translate(-50%, -50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);

      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
     -o-transform: translateX(-50%);
  }
  #homePageContent3 {
    top: 68%;
    z-index: 1900;
  }
}

/* Service Page
--------------------------------------------------*/
.servicePage {
  position: absolute;
  left:0;
  top:0;
  height: 100%;
  width: 100%;
  background-color: #000F24;
}

.hiddenL{
  height: 100%;
  width: 100%;
  z-index: 1500;
}

.hiddenL a {
  height: 100%;
  width: 100%;
  z-index: 1500;
}

.hiddenL #serviceCentering {
  opacity: 0;
  z-index: 1500;
}

.hiddenL #serviceCentering:hover{
  opacity: 1;
  color: #1A1A1A;
  z-index: 1500;
  -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

#servicePageContent {
  opacity: 1;
  position: absolute;
  background-image: url("../img/services1.jpg");
  background-color: #1A1A1A;
  background-repeat: no-repeat;
  background-position: center;
  width: 25%;
  height: 100%;
  top:0;
   -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#servicePageContent:hover{
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(26, 26, 26) transparent;
  /* RGBa with 0.6 opacity */
  background: rgba(26, 26, 26, 0.6);
  /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000);
  /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000)";
  background-repeat: no-repeat;
  background-position: center;
   -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#servicePageContent2 {
  position: absolute;
  background-image: url("../img/services2.jpg");
  background-color: #1A1A1A;
  background-repeat: no-repeat;
  background-position: center;
  width:25%;
  height: 100%;
  left:25%;
  top:0;
  -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

#servicePageContent2:hover{
  background: rgb(26, 26, 26) transparent;
  background: rgba(26, 26, 26, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000)";
  background-repeat: no-repeat;
  background-position: center;
   -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#servicePageContent3 {
  position: absolute;
  background-image: url("../img/services3.jpg");
  background-color: #1A1A1A;
  background-repeat: no-repeat;
  background-position: center;
  width:25%;
  height: 100%;
  left:50%;
  top:0;
  -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

#servicePageContent3:hover{
  background: rgb(26, 26, 26) transparent;
  background: rgba(26, 26, 26, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000)";
  background-repeat: no-repeat;
  background-position: center;
   -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#servicePageContent4 {
  position: absolute;
  background-image: url("../img/services4.jpg");
  background-color: #1A1A1A;
  background-repeat: no-repeat;
  background-position: center;
  width:25%;
  height: 100%;
  left:75%;
  top:0;
  -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

#servicePageContent4:hover{
  background: rgb(26, 26, 26) transparent;
  background: rgba(26, 26, 26, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000)";
  background-repeat: no-repeat;
  background-position: center;
   -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#serviceCentering {
  position: absolute;
  width: 100%;
  height: 100%;
  vertical-align: middle; 
}

#serviceLink {
  position: absolute;
  text-align: center;
  top:50%;
  color: #d5d3d2;
  border: 2px solid;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
  left: 50%;
  transform: translate(-50%, -50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#serviceLink a {
  text-decoration: none;
  color: #d5d3d2;
}

#serviceLink a:hover {
  text-decoration: none;
  color: #ffffff;
}

#serviceBlurb {
  position: absolute;
  text-align: center;
  top:62%;
  left: 50%;
  transform: translate(-50%, -50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  text-transform: uppercase;
  font-weight: 700;
  color: #d5d3d2;
}

@media only screen and (max-width : 768px), only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  #servicePageContent {
    position: absolute;
    background-image: url("../img/services1L.jpg") no-repeat center center fixed; 
      background-color: #1A1A1A;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
    background-size: cover;
    width:100%;
    height: 100%;
  }

  #servicePageContent:hover {
  background: rgb(26, 26, 26) transparent;
  background: rgba(26, 26, 26, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000)";
  background-repeat: no-repeat;
  background-position: center;
   -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

  #servicePageContent2 {
    position: absolute;
    background-image: url("../img/services2L.jpg") no-repeat center center fixed; 
    background-color: #1A1A1A;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
    background-size: cover;
    width:100%;
    height: 100%;
    left:0;
    top:100%;
    background-color: #1A1A1A;
  }

  #servicePageContent2:hover{
  background: rgb(26, 26, 26) transparent;
  background: rgba(26, 26, 26, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000)";
  background-repeat: no-repeat;
  background-position: center;
   -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

  #servicePageContent3 {
    position: absolute;
    background-image: url("../img/services3L.jpg") no-repeat center center fixed; 
    background-color: #1A1A1A;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
    background-size: cover;
    width:100%;
    height: 100%;
    left:0%;
    top:200%;
    background-color: #1A1A1A;
  }

  #servicePageContent3:hover{
  background: rgb(26, 26, 26) transparent;
  background: rgba(26, 26, 26, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000)";
  background-repeat: no-repeat;
  background-position: center;
   -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

  #servicePageContent4 {
    position: absolute;
    background-image: url("../img/services4L.jpg") no-repeat center center fixed; 
    background-color: #1A1A1A;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
    background-size: cover;
    width:100%;
    height: 100%;
    left:0;
    top:300%;
    background-color: #1A1A1A;
  }

  #servicePageContent4:hover{
  background: rgb(26, 26, 26) transparent;
  background: rgba(26, 26, 26, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#99000000)";
  background-repeat: no-repeat;
  background-position: center;
   -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

  #footerMS {
    height: 120px;
    background-color: rgba(34, 34, 34, 0.77);
    position: absolute;
    width: 100%;
    top: 400%;
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.47);
    z-index: 1500;
  }

  #serviceBlurb {
    top:66%;
  }

  .hiddenL #serviceCentering {
  opacity: 1;
  }

}

/* Contact Page
--------------------------------------------------*/
.contactPage {
  position: absolute;
  left:0;
  top:0;
  height: 100%;
  width: 100%;
}

.contactWrapper {
  position: absolute;
  background-color: white;
  top:25%;
  height: 75%;
  width: 100%;
}

#footerMC #footer {
  background-color: rgba(34, 34, 34, 1);
}

#contactPageContent img {
  width: 100%;
}

#contactPageContent2 {
  text-align: center;
  font-weight: 100;
}

#contactPageContent2 p {
  line-height: 2.1em;
  width: 45%;
  margin: 0 auto;
}

#divider1 hr {
  width: 2%;
  border: none;
  height: 2px;
  color: rgba(34, 34, 34, 1);
  background-color: rgba(34, 34, 34, 1);
}

#contactPageContent2 h1 {
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
}

#contactPageContent3 {
  position: absolute;
  font-weight: 100;
  width: 20%;
  left:20%;
}

#contactPageContent3 a {
  text-decoration: none;
  color: black;
}

#contactPageContent3 h2 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  letter-spacing: 0.0025em;
}

#contactPageContent3 ul li {
  list-style: none;
  margin-left: -10%;
 }

 #divider2 hr {
  width: 50%;
  position: absolute;
  top:64%;
  left:80%;
  border: none;
  height: 2px;
  color: rgba(34, 34, 34, 1);
  background-color: rgba(34, 34, 34, 1);
}

#contactPageContent4 {
  font-weight: 100;
  width: 100%;
  padding-top: 10px;
}

#contactPageContent4 h2 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  letter-spacing: 0.0025em;
}

input {
  border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
  border: 1px inset ;
  padding-left: 5px;
}

#noBorder {
border-radius: 0px; 
  -moz-border-radius: 0px; 
  -webkit-border-radius: 0px; 
border: 0px inset ;
margin-left: -100%;
margin-top: -100%;
}

#contactPageContent4 form table tr td {
  border: 1px;
  padding: 1px;
  padding-right: 10px;
}

#table_container{
  position: absolute;
  left: 60%;
  margin-left: -148px;
}

#divider3 hr {
  width: 50%;
  position: absolute;
  top: 5%;
  left: 90%;
  border: none;
  height: 2px;
  color: rgba(34, 34, 34, 1);
  background-color: rgba(34, 34, 34, 1); 
}

#rightColT{
  position: absolute;
  left: 100%;
  top: 32%;
}

#avText {
  position: absolute;
}

#rightBox{
  margin-left: -80px;
}

@media only screen and (max-width : 1250px), only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  #footerMC {
    height: 120px;
    background-color: rgba(34, 34, 34, 0.77);
    position: absolute;
    width: 100%;
    top: 1350px;
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.47);
    z-index: 1500;
  }

  #contactPageContent2 p {
    line-height: 2.1em;
    width: 60%
  }

  #contactPageContent3 {
    width: 75%;
    left:10%;
  }
  #table_container{
    left:50%;
    margin-left: -155px;
  }

  #divider1 hr {
    width: 10%;
  }

  #contactPageContent4 {
    margin-top:250px;
    margin-left: -25%;
  }

  #rightColT{
    left:0px;
    top:100%;
  }

  #divider2 hr {
    width: 30%;
    position: absolute;
    left:40%;
  }

  #divider3 hr {
    margin-left:-50px;
  }

  #noBorder {
    margin-left: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width : 700px), only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  #contactPageContent4 {
    margin-left: -25%;
  }
  #footerMC {
    top: 1500px;
  }
  
  #divider2 hr {
    left:60%;
    margin-top: 0.91em;
  }

  #divider3 hr {
    margin-left:-40px;
  }

  #contactPageContent2 p {
    width: 80%
  }

  #noBorder {
    margin-left: 0;
    margin-top: 0;
  }
}

@media only screen and (max-height: 950px) and (min-width:1250px){
  #footerMC {
    position: absolute;
    top: 1000px;
    height: 120px;
    background-color: rgba(34, 34, 34, 0.77);
    width: 100%;
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.47);
    z-index: 1500;
  }
}
