/* ============================================================
  Navigation / Header
============================================================ */
  
.top-bar {
  background-color: #222;
  height: auto;
  padding: .7em;
  margin-bottom: 2em;
}

.site-name {
  font-family: 'Share Tech', sans-serif;
  color: #fff;
  float: left;
  height: auto;
}

.site-name a {
  color: #fff;
}

.contact-info {
  font-family: 'Share Tech', sans-serif;
  color: #fff;
  text-align: right;
  height: auto;
}

.contact-info a {
  color: #fff;
}

.dark-bg {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1em 0em 1em 0em;
}

.nav-menu {
  background-color: #222;
  height: 4.2em;
  color: #2bb673;
  padding: 1.2em 1em 1em 1.6em;
  margin-bottom: 1em;
}

.list-item {
  display: inline;
  margin-right: 1.7em;
  font-family: 'Share Tech', sans-serif;
  font-size: 1.3em;
}

.mobile-item {
  list-style-type: none;
  background-color: #222;
  text-align: center;
  font-family: 'Share Tech', sans-serif;
  font-size: 1em;
  border-bottom: solid 1px #363834;
  padding: .6em 0 .6em 0;
}

.mobile-item-bottom {
  list-style-type: none;
  background-color: #222;
  text-align: center;
  font-family: 'Share Tech', sans-serif;
  font-size: 1em;
  border-right: solid 1px #363834;
  padding: .6em 0 .6em 0;
}

.mobile-item-border {
  list-style-type: none;
  background-color: #222;
  text-align: center;
  font-family: 'Share Tech', sans-serif;
  font-size: 1em;
  border-bottom: solid 1px #363834;
  border-right: solid 1px #363834;
  padding: .6em 0 .6em 0;
}

.mobile-item-last {
  list-style-type: none;
  background-color: #222;
  text-align: center;
  font-family: 'Share Tech', sans-serif;
  font-size: 1em;
  padding: .6em 0 .6em 0;
  margin-bottom: 1em;
}

.horiz-nav {
  margin-bottom: 0;
}

.mld-logo-large {
  max-width: 330px;

}

.tagline {
  font-family: 'Share Tech', sans-serif;
  color: #4a4e45;
  text-align: right;
  font-size: 2.2rem; 
  line-height: 1.2;  
  letter-spacing: .2rem;
  margin-bottom: 1.8rem;
}

/* ============================================================
  Slider
============================================================ */

.slider-bg {
  background-color: #222;
  padding: 1em;
/*  height: 27.5em;*/
}

.vert-nav-bg {
  background-color: #222;
}

.vert-nav {
  list-style-type: none;
  margin-bottom: 0;
}

.list-item-vert {
  color: #2bb673;
  padding: 1em .7em 1em .7em;
  font-family: 'Share Tech', sans-serif;
  font-size: 1.3em;
  border-bottom: solid 1px #363834;
}

.list-item-vert-last {
  color: #2bb673;
  padding: .7em;
  font-family: 'Share Tech', sans-serif;
  font-size: 1.3em;
  border-bottom: none;
}

/* ============================================================
  Body
============================================================ */

.body-info {
  background-color: #222;
  min-height: 100px;
  overflow: hidden;
  margin-top: 1em;
  padding-bottom: 1em;
  font-family: 'Share Tech', sans-serif;
}
.body-info2 {
  background-color: #222;
  min-height: 100px;
  overflow: hidden;
  padding-bottom: 1em;
  font-family: 'Share Tech', sans-serif;
}

.description {
  font-family: 'Share Tech', sans-serif;
  font-size: 1.1em;
}

.body-text {
  font-family: 'Share Tech', sans-serif;
  font-size: 1.1em;
}

.border {
  border: 1px solid #363834;
  padding: .7em;
  width: 100%;
}

.image {
  max-width: 100%;
  margin-bottom: 20px;
}

.img-thumb {
  width: 100%;
  border: 1px solid #363834;
  padding: .7em;
  margin-bottom: 1.5em;
}

.video {
  
} 

.video-container {
  margin-top: 2em;
  margin-bottom: 1em;
  position: relative;
  padding-bottom: 130%;
  padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

span.roll {
  width: 100%;	
  height: 100%;
  left: -.1em;
  position: absolute;
  z-index: 10;	
}

.roll:before {
  position: absolute;
  font-family: FontAwesome;
  color: #fff;
  font-size: 6em;
  left: 37%;
  top: 15%;
  content: "\f00e";
    }

.services-list {
  margin-left: 1.6em;
  color: #fff;
}

/* ============================================================
  Contact
============================================================ */

#contact-form input[type="text"], textarea, input[type="email"] {
    color: #ccc;
    font-family: 'Share Tech', sans-serif;
    font-size: 1.4em;
    padding-left: 3.5%;
    padding-right: 3.5%;
    padding-top: .5em;
    padding-bottom: .5em;
    width: 100%;
    height: 2.4em;
    background:#222222;
    border-radius:3px;
    margin-bottom:20px;
    border:0;
    box-shadow: 0 0px 3px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 0px 3px rgba(255, 255, 255, 0.9) inset;
    -webkit-box-shadow: 0 0px 3px rgba(255, 255, 255, 0.9) inset;
    -o-box-shadow: 0 0px 3px rgba(255, 255, 255, 0.9) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

#contact-form input[type=text]:focus, #contact-form textarea:focus, input[type=email]:focus {
    background-color: #333333;
}

#contact-form textarea {
    height:9.07em;
    resize:none;
    background:#222222;
    border-radius:3px;
    margin-bottom:20px;
    border:0;
    box-shadow: 0 0px 3px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 0px 3px rgba(255, 255, 255, 0.9) inset;
    -webkit-box-shadow: 0 0px 3px rgba(255, 255, 255, 0.9) inset;
    -o-box-shadow: 0 0px 3px rgba(255, 255, 255, 0.9) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.sub-button {
  margin-top: .5em;
}

.errorMsg,
.successMsg {
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 0 40px 0;
  background: #72AD45;
  color: #fff;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
  font-family: 'geared_slabbold';
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}
.errorMsg {
  background: #9D2824;
}


/* ============================================================
  Footer
============================================================ */

.footer {
  background-color: #222;
  height: auto;
  margin-top: 2em;
  padding-bottom: 1.5em;
  padding-top: 2em;
  font-family: 'Share Tech', sans-serif;
}

.footer-info {
  margin-bottom: .6em;
}

.footer-info a {
  color: #fff;
}

.pullaway-logo {
  float: right;
}


/* ============================================================
  Media Queries
============================================================ */
	
@media screen and (max-width: 1070px) {
  .roll:before {
        left: 43%;
        top: 25%;
    }
  

}

@media screen and (max-width: 1025px) {
  .tagline {
    padding-top: .1em;
    font-size: 1.8em;
  }

}

@media screen and (max-width: 960px) {
  .tagline {
    padding-top: .3em;
    font-size: 1.7em;
  }
}

@media screen and (max-width: 916px) {
  .list-item-vert {
    font-size: 1.2em;
  }
  
  .list-item-vert-last {
    font-size: 1.2em;
  }
}


@media screen and (min-width: 850px) {
  .mld-logo-small {
      display: none;
    }
}

@media screen and (max-width: 849px) {

  .roll:before {
          left: 38%;
          top: 21%;
    }
   .list-item-vert {
    font-size: 1.1em;
  }
  
  .list-item-vert-last {
    font-size: 1.1em;
  }

}

@media (min-width: 401px) and (max-width: 1070px) {
  
  .mld-logo-small {
      display: none;
    }

}

@media (max-width: 760px){
  
  .tagline {
      font-size: 1.4em;
    }
  
   .list-item-vert {
    font-size: 1em;
  }
  
  .list-item-vert-last {
    font-size: 1em;
  }

}

@media (min-width: 540px){
  
  .mobile-nav-menu {
      display: none;
    }

}

@media screen and (max-width: 640px) {
  .site-name {
    text-align: center;
  }
  
  .contact-info {
    text-align: center;
  }
  
  .tagline {
    text-align: center;
    text-shadow: 1px 1px #e7ede3;
  }
  
  .mld-logo {
    text-align: center;
    margin-top: 1em;
  }
  
  .vert-nav {
    display: none;
  }
  
  .pullaway-logo {
    display: none;
  }
  
  .footer-info {
    text-align: center;
  }
  .roll:before {
        left: 43%;
        top: 31%;
    }
    
    .top-bar {
      display: none;
    }
	
}

@media screen and (max-width: 540px) {
  

  .nav-menu {
    display: none;
  }
  
  .border {
      width: 100%;
    }
  
    .image {
      float: left;
      max-width: 100%;
      margin-right: 0;
    }

}

@media screen and (max-width: 515px) {

   .roll:before {
      left: 40%;
      top: 24%;
      }
  
}

@media screen and (max-width: 452px) {
	.tagline {
      font-size: 1.4em;
    }

}

@media screen and (max-width: 400px) {
	.mld-logo-large {
      display: none;
    }
  
  .tagline {
      font-size: 1em;
    margin-top: -1em;
    }
  
  .border {
      width: 100%;
    }
  
  .roll:before {
      display: none;
      }
  

}


@media screen and (max-width: 370px) {

  .border {
      width: 100%;
    }
  
  .roll:before {
      display: none;
    }
  
}














	