body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
  background: #000;
}

#header {
    width: 100%;
    background: #000;
    height: 135px;
    position: fixed;
    z-index: 999;
    text-align: center;
}

#line_logo {
  opacity: 0
}

.line-one {
    -webkit-transition: all ease 0.75s;
    -moz-transition: all ease 0.75s;
    -o-transition: all ease 0.75s;
    transition: all ease 0.75s;
}

#header-logo {
    width: 300px;
    height: 100px;
    margin: 15px 0;
    display: inline-block;
   /* padding: 0px;
    margin: 20px 0;
    display: block;
    text-indent: -9999px;
    background: url(DustinSparks.svg);
  background-size: 100% 100%;*/
      -webkit-transition: all ease 0.75s;
    -moz-transition: all ease 0.75s;
    -o-transition: all ease 0.75s;
    transition: all ease 0.75s;
}

.line-nav {
    display: inline-block;
    width: 30%;
    position: relative;
}

.clients-container {
  width: 100%;
  text-align: center;
  padding: 30px 0 10px;
}

.clients {
 max-width: 250px;
 margin: 0 auto;
  display: inline-block;
  text-align: left;
}


/* Icon 1 */

#menu {
    background: #fff;
    position: absolute;
    padding: 20px 20px 18px 20px;
    z-index: 999;
    top: 11px;
    right: 11px;
    opacity: 0;
    -webkit-transition: all linear 0.75s;
    -moz-transition: all linear 0.75s;
    -o-transition: all linear 0.75s;
    transition: all linear 0.75s;
}

#nav-icon3 {
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 7px;
}

#nav-icon3 span:nth-child(4) {
  top: 14px;
}

#nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


/*#nav ul {
    padding: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    top: -98px;
    min-width: 500px;
    margin-left: 1px;
}*/

ul.nav-container {
    padding: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    top: -83px;
    /* min-width: 550px; */
    margin-left: 0px;
    text-align: center;
    margin: 0;
    opacity: 1;
    -webkit-transition: all linear 0.75s;
    -moz-transition: all linear 0.75s;
    -o-transition: all linear 0.75s;
    transition: all linear 0.75s;
}

ul.nav-container li {
  margin-right: 50px;
  display: inline-block;

}

ul.nav-container li a {
  opacity: .5;
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 12px "Lato", sans-serif;
  color: #fff;
  text-decoration: none;
}

ul.nav-container li a:hover {
  opacity: 1 !important;
  cursor: pointer;
    -webkit-transition: all linear 0.75s;
    -moz-transition: all linear 0.75s;
    -o-transition: all linear 0.75s;
    transition: all linear 0.75s;
}

ul.social-container {
    padding: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    top: -53px;
    /* min-width: 550px; */
    margin-left: 0px;
    text-align: right;
    margin: 0;
    -webkit-transition: all linear 0.75s;
    -moz-transition: all linear 0.75s;
    -o-transition: all linear 0.75s;
    transition: all linear 0.75s;
}

ul.social-container li {
  opacity: 1;
  color: #fff;
  margin-right: 25px;
  display: inline-block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font: 14px "Lato", sans-serif;
  color: #fff;
}

ul.social-container li a {
  opacity: .75;
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 12px "Lato", sans-serif;
  color: #fff;
  text-decoration: none;
}

ul.social-container li a:hover {
  opacity: 1 !important;
  cursor: pointer;
    -webkit-transition: all linear 0.75s;
    -moz-transition: all linear 0.75s;
    -o-transition: all linear 0.75s;
    transition: all linear 0.75s;
}

li:last-child {
  margin-right: 0 !important;
}

ul.nav-container.mobile {
    padding-top: 25px;
    opacity: 1;
    background: #fff;
    height: 0;
    position: fixed;
    top: 95px;
    width: 100%;
    visibility: hidden;
    max-width: 100%;
    -webkit-transition: all ease 0.75s;
    -moz-transition: all ease 0.75s;
    -o-transition: all ease 0.75s;
    transition: all ease 0.75s;
}

ul.nav-container.mobile li {
    opacity: 1;
    width: 100%;
    display: block;
    margin: 15px 0;
}

ul.nav-container.mobile li a {
  display: block;
  letter-spacing: 5px;
  width: 100%;
  text-transform: uppercase;
  font: 16px "Lato", sans-serif;
  color: #000;
  padding: 25px 0;
}

ul.nav-container.mobile li a:hover {
  background: #000;
  color: #fff;
}

ul.nav-container.mobile.on {
  visibility: visible;
  height: 100%;
}

.active {
  opacity: 1;
    -webkit-transition: all ease 0.75s;
    -moz-transition: all ease 0.75s;
    -o-transition: all ease 0.75s;
    transition: all ease 0.75s;
}

#logo {
  width: 100%;
  height: 100%;
      -webkit-transition: all ease 0.75s;
    -moz-transition: all ease 0.75s;
    -o-transition: all ease 0.75s;
    transition: all ease 0.75s;
}

.line-white
{
  display: inline-block;
  background-color:white;
  width: 100%;
  height:1px;
  position: relative;
  top: -55px;
  opacity: 1;
  -webkit-transition: all linear 0.75s;
    -moz-transition: all linear 0.75s;
    -o-transition: all linear 0.75s;
    transition: all linear 0.75s;
  
}

#lineLeft {
float: left;
width: 0;
}

#lineRight {
float: right;
width: 0;
}


.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("../img/img_parallax_0.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("../img/img_parallax_4.jpg");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("../img/img_parallax_3.jpg");
  min-height: 400px;
}

.bgimg-4 {
    background-image: url("../img/img_parallax_2.jpg");
    min-height: 990px;
}

.svg-link {
  border:0;
  text-decoration: none;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #000;
}

.main {
  color: #000;
  background-color:#fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  text-align:center;
  padding:50px 80px;
  text-align: justify;
}

.sub {
  color:#fff;
  background-color:#000;
  text-align:center;
  padding:50px 20%;
  text-align: justify;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
}

.bio {
  max-width: 1020px;
  margin: 0 auto;
}

.bio-head {
  color: #fff;
}

.info {
  position:relative;
}

.center {
  text-align:center;
}

.scroll {
  background-color:transparent;font-size:25px;color: #f7f7f7;
}

.base {
  color:#000;
  background-color:#fff;
  text-align:center;
  padding:50px 80px;
  text-align: justify;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
}

.contact-us {
    max-width: 1020px;
  margin: 0 auto;
}

.contact-caption {
  top: 8.5%;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}




/* FORM */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

#contact-container div, #contact-container textarea, #contact-container input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contact-container .container {
  width: 30%;
  margin: 50px auto 0px;
  background-color: transparent;
  border: 1px solid #cfcfcf;
  border-bottom: 3px solid #ccc;
  font-family: 'Roboto Condensed', sans-serif;
  background: rgba(0,0,0,.5);
}

#contact-container .row {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0 2.5em;
}
#contact-container .row.header {
  padding: 1.5em 2.5em;
  border-bottom: 1px solid #ccc;
  background: transparent;
  color: #fff;
}
#contact-container .row.body {
  padding: .5em 2.5em 1em;
}

#contact-container .pull-right {
  float: none;
}

#contact-container h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  display: inline-block;
  font-weight: 100;
  font-size: 2.8125em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 0 0.1em 0;
  padding: 0 0 0.4em 0;
}

#contact-container h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 14px;
  margin: 1em 0 0.4em 0;
  color: #fff !important;
}

#contact-container .btn {
  font-size: 12px;
  display: inline-block;
  padding: 0.74em 1.5em;
  margin: 1.5em 0 0;
  color: #000;
  border-width: 0 0 0 0;
  text-transform: uppercase;
  background: rgba(255,255,255,.75);
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
      -webkit-transition: all ease 0.75s;
    -moz-transition: all ease 0.75s;
    -o-transition: all ease 0.75s;
    transition: all ease 0.75s;
}
#contact-container .btn:hover {
  background: rgba(255,255,255,.75);
}
#contact-container .btn.btn-submit {
 background: rgba(255,255,255,.75);
}
#contact-container .btn.btn-submit:hover {
  background-color: #fff;
}

#contact-container form {
  max-width: 100%;
  display: block;
}
#contact-container form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#contact-container form ul li {
  margin: 0 0 0.25em 0;
  clear: both;
  display: inline-block;
  width: 100%;
  font-family: 'Lato', sans-serif;
}
#contact-container form ul li:last-child {
  margin: 0;
}
#contact-container form ul li p {
  margin: 0;
  padding: 0;

}
#contact-container form ul li p.right {
  float: none;
}
#contact-container form ul li .divider {
  margin: 0.5em 0 0.5em 0;
  border: 0;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #4f6fad;
  background-image: linear-gradient(to right, #fff, #000);
}
#contact-container form ul li .req {
  color: #ee9cb4;
}
#contact-container form label {
  display: block;
  margin: 0 0 0.5em 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
#contact-container form input {
    margin: 0 0 0.5em 0;
    background: rgba(0,0,0,.65);
    border: 1px solid #ccc;
    padding: 6px 10px;
    color: #fff;
    font-size: 1em;
    width: 50%;
}
#contact-container form textarea {
  border: 1px solid #ccc;
  background: rgba(0,0,0,.65);
  padding: 6px 10px;
  width: 100%;
  height: 200px;
  color: #fff;
}
#contact-container form small {
  color: #fff;
  margin: 0 0 0 0.5em;
}

@media only screen and (max-width: 2000px) {
  #contact-container .container {
    width: 40%;
  }
}

@media only screen and (max-width: 480px) {
  #contact-container .pull-right {
    float: none;
  }

  #contact-container input {
    width: 100%;
  }

  #contact-container label {
    width: 100%;
    display: inline-block;
    float: left;
    clear: both;
  }

  #contact-container li, p {
    width: 100%;
  }

  #contact-container input.btn {
    margin: 1.5em 0 0.5em;
  }

  #contact-container h1 {
    font-size: 2.25em;
      color: #fff;
  }

  #contact-container h3 {
    font-size: 1.125em;
  }

  #contact-container li small {
    display: none;
  }
}


@media only screen and (max-width: 1300px) {
  #contact-container .container {
    width: 50%;
  }
}

@media only screen and (max-width: 1660px) {
  ul.nav-container li {
        margin-right: 20px;
        display: inline-block;
        
  }

  ul.nav-container li a {
        letter-spacing: 3px;
        text-transform: uppercase;
        font: 10px "Lato", sans-serif;
        color: #fff;
  }
}

@media only screen and (max-width: 1100px) {
#header {
    height: 95px;
    border-bottom: 1px solid #fff;
}



.line-one {
    position: absolute;
    top: 0;
    opacity: 0;
    display: block;
    
}


  #nav-icon3 {
    display: block;
    opacity: 1;
  }

  ul.social-container {
    opacity: 0;
  }
  #contact-container .container {
    width: 75%;
  }

  ul.nav-container {
    opacity: 0;
    max-width: 320px;
    overflow: hidden;
    height: 28px;
  }

  ul.nav-container li {
    margin-right: 10px;
  }

 #menu {
    opacity: 1;
    text-align: left;
  }

  .line-white {
    opacity: 0 !important;
    max-width: 300px !important;
  }

  .svg-link {
    border: 0;
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 95px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
  
 #header-logo {
    width: 200px;
    height: 80px;
    margin: 7px auto 0;
}

}

@media only screen and (min-width: 1080px) {
  ul.nav-container.mobile {
      top: 135px;
  }
}

@media only screen and (max-width: 920px) {

.line-one {
  display: none;
}

  #header-logo {
    width: 200px;
  }
  

  ul.social-container {
    display: none;
  }


  ul.nav-container {
    display: none;
  }

  ul.nav-container.mobile {
    display: block;
  }

  ul.nav-container li {
    margin-right: 20px;
    display: inline-block;
    letter-spacing: 3px;
    text-transform: uppercase;
    font: 10px "Lato", sans-serif;
    color: #fff;
}

  #lineRight {
    float: none;
  }

   .line-nav {
    top: 50px;
  }

   .line-white {
    display: none !important;
   }
}

@media only screen and (max-width: 830px) {
  .line-nav {
    width: 70%;
    top: 50px;
  }

    .clients-container {
  width: 100%;
  text-align: center;
  padding: 30px 0 10px;
}

.clients {
 max-width: 100%;
 margin: 0 auto;
  display: block;
  text-align: left;
}
}

@media only screen and (max-width: 700px) {
  #contact-container .container {
    width: 90%;
  }

  #contact-container form input {
        width: 100%;
  }

  .main {
    padding: 50px 20px;
    font-size: 20px;
  }

  .sub {
    padding: 50px 20px;
    font-size: 20px;
  }

  .base {
    padding: 50px 20px;
    font-size: 20px;
   }




}

@media only screen and (max-width: 600px) {
  ul.nav-container li {
    margin-right: 10px;
  }

  ul.nav-container li {
    letter-spacing: 2px;
    margin-right: 7px;
  }

}
