/*
* Uses Font Awesome and Bootstrap 3
* Both aren't required for this demo
*/
#site-wrapper {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

@media (max-width: 480px) {
    #site-wrapper {
      position: relative;
      overflow-x: hidden;
      width: 100%;
      height: 100%;
      -webkit-overflow-scrolling:touch;
    }
}
#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  
  -webkit-transform: translateX(0);
  transform: translateX(0);
  
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
}
.show-nav #site-canvas {
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
  
  -webkit-transform: translate3d(-270px, 0, 0);
  transform: translate3d(-270px, 0, 0);
}
#site-menu {
  width: 270px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -270px;
  background: rgba(255,255,255,.1);
}

/* Just styles... Not relevant to demo */
body {
  background-color: #333;
  background: url('../img/texture.png');
  background-repeat: repeat;
  color: #fff;
}

#toggleNavBtn {
  width: 50px;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  z-index: 9999;
  right: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  border: 3px solid #6F6F6F;
  border-right: 0;
  border-top: 0;
  background: rgba(255,255,255, .1);
  -webkit-transition: all .175s ease;
    -moz-transition: all .175s ease;
    -o-transition: all .175s ease;
    transition: all .175s ease;
}

#toggleNavBtn.change {
    right: 270px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.top-head {
  width: 100%;
  border-bottom: 3px solid #6F6F6F;
    padding: 5px 0;
  max-height: 49px;
  font-size: 26px;
  font-family: 'Comfortaa','Helvetica',sans-serif;
}

.top-head p {
  padding: 0;
  margin: 0;
}

ul, p, h1, h2, h3, h4, a {
  font-family: 'Comfortaa','Helvetica',sans-serif;
}

ul.qualifications {
  padding-top: 10px;
  padding-left: 27px;
  font-size: 12px;
}

ul.qualifications li {
  line-height: 2;
}

.bg {
  min-height: 100%;
  min-height: 100vh;
  width: 100%;
  display: table;
}

.bg h1 {
  font-size: 40px;
  color: white;
  letter-spacing: 1.3px;
}

@media (max-width: 992px) {
  .bg h1 {
    font-size: 30px;
    color: white;
    letter-spacing: 1.3px;
  }
}

@media (max-width: 768px) {
  .bg h1 {
    font-size: 24px;
    color: white;
    letter-spacing: 1.3px;
  }
}

.bg h2 {
  font-size: 14px;
}

.vert-wrap {
  display: table-cell;
  vertical-align: middle;
}

img.profile {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 2px solid #6F6F6F;
}
.profile-wrap {
  max-width: 300px;
  height: 230px;
  margin: 0 auto;
  display: block;
}

.profile-wrap .profile-item {
  padding: 20px 0;
}

.owl-item { transform: translateZ(0); -webkit-transform: translateZ(0); -ms-transform: translateZ(0); }

.featured-block {
  position: relative;
  margin: 15px 0;
  border: 5px solid black;
  -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.featured-block:after {
  z-index: 1;
  height: 100%;
  width: 100%;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: black;
  opacity: .25;
  -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.featured-block img {
  width: 100%;
}

.featured-block a {
  opacity: 0;
  position: absolute;
  z-index: 9;
  padding: 10px 0;
  border: 2px solid white;
  background: rgba(0,0,0, .75);
  width: 100%;
  max-width: 200px;
  left: 50%;
  margin-left: -100px;
  top: 60%;
  margin-top: -15px;
  font-size: 14px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
}

.featured-block h5 {
  color: white;
  border: 2px solid #6F6F6F;
  font-family: 'Comfortaa','Helvetica',sans-serif;
  border-right: none;
  font-size: 12px;
  color: white;
  padding: 10px 0;
  width: 100%;
  max-width: 215px;
  background: black;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  text-align: center;
}

.featured-block:hover a,
.featured-block:focus a {
  opacity: 1;
  top: 50%;
  -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
}

a.primary {
  margin-top: 60px;
  padding: 10px 0;
  border: 2px solid white;
  background: rgba(0,0,0, .75);
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  color: white !important;
  text-align: center;
  text-decoration: none !important;
}

.content {
  padding: 35px 0 35px 0;
}
.content h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
  
ul.social-links {
  padding: 0;
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
}

ul.social-links li {
  padding: 0 10px;
  display: inline-block;
}

ul.social-links li a {
  color: white;
  display: block;
  font-size: 25px;
  padding: 10px 0;
}

button.primary {
    color: #fff;
    background-color: #7D7D7D;
    border: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px #4A4A4A;
    -moz-box-shadow: 0 10px #4A4A4A;
    box-shadow: 0 10px #4A4A4A;
    padding: 17px 0;
    width:100%;
    font-family: 'Comfortaa','Helvetica',sans-serif; 
    font-size: 24px;
    outline: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

@media (max-width: 768px) {
  button.primary {
    font-size: 13px;
    letter-spacing: 1px;
  }
}

button.primary:hover {
  background-color: #333A6D;
  -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

button.primary:active {
    background-color: #232D63;
    -webkit-box-shadow: 0 5px #4A4A4A;
    -moz-box-shadow: 0 5px #4A4A4A;
    box-shadow: 0 5px #4A4A4A;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.cta-btn-wrap {
  max-width: 769px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 480px) {
  .cta-btn-wrap button.primary {
    margin-top: 20px;
    font-size: 16px;
  }
}


/*.cta-btn-fixed {
  width: 100%;
  position:fixed;
  bottom: 50px;
}*/

@media (max-width: 480px) {
  .cta-btn-fixed {
    width: 100%;
    position: fixed;
    bottom: 50px;
    position: relative;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-12.alt {
    padding: 0 45px;
  }
  .cta-btn-fixed {
    bottom: 22px;
  }
  button.primary {
    margin-top: 20px;
  }
  .reposition {
    margin-top: -150px;
  }
  .profile-wrap {
    height: 170px;
  }
  img.profile {
    max-width: 150px;
  }
}

.growth h3 {
  width: 100%;
  text-align: left;
  margin: 0;
  padding-top: 23px;
}

.growth h3.first{
  text-align: center;
  padding-bottom: 30px;
}

@media (max-width: 769px) {
  .growth h3 {
    padding-top: 15px;
    font-size: 19px;
  }
}

@media (max-width: 480px) {
  .growth h3 {
    text-align: center;
    font-size: 13px;
  }
}

.growth .row {
  padding-bottom: 30px;
  margin: 0px;
} 

@media (max-width: 480px) {
    .growth .row {
    padding-bottom: 30px;
    margin: 0 -15px;
  } 
}

button.overall {
  margin-top: 30px;
}

@media (max-width: 480px) {
  button.primary,
  button.overall {
    margin-top: 10px;
  }
}

section.growth-wrap {
  background: black;
  margin: 60px 0 0 0;
  border-top: 5px solid #333;
  border-bottom: 5px solid #333;
  -webkit-box-shadow: 0px -7px 72px 4px rgba(0,0,0,0.48);
-moz-box-shadow: 0px -7px 72px 4px rgba(0,0,0,0.48);
box-shadow: 0px -7px 72px 4px rgba(0,0,0,0.48);
}

.relative-wrap {
  position: relative;
}

.relative-wrap h2 {
  position: absolute;
  padding: 20px;
  width: 100%;
  max-width: 300px;
  top: 50px;
  right: 0;
  border: 3px solid #333;
  border-right: 0;
  color: white;
  text-transform: uppercase;
  font-family: 'Comfortaa','Helvetica',sans-serif; 
  background: black;
  letter-spacing: 1.8px;
}

@media (max-width: 768px) {
  .relative-wrap h2 {
    font-size: 18px;
    padding: 10px;
    max-width: 120px;
    top: -90px;
  }
}

iframe.vid {
}

/*@media (max-width: 992px) {
    iframe.vid {
      height: 420px;
    }
}

@media (max-width: 769px) {
    iframe.vid {
      height: 360px;
    }
}

@media (max-width: 480px) {
    iframe.vid {
      height: 240px;
    }
}*/

footer {
  background: #333;
  padding: 20px 0;
  -webkit-box-shadow: inset 0px 7px 50px -1px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 7px 50px -1px rgba(0,0,0,0.75);
box-shadow: inset 0px 7px 50px -1px rgba(0,0,0,0.75);
}

footer img.logo {
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}

p.intro {
  font-size: 22px;
  line-height: 2.5;
  letter-spacing: 1.1px;
  padding: 0 20px;
}

@media (max-width: 769px) {
  p.intro {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  p.intro {
    line-height: 1.5;
    font-size: 16px;
  }
}

.attach-bottom {
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.attach-bottom p a {
  color: white;
}

.attach-bottom p a:hover,
.attach-bottom p a:focus {
  color: white;
}

.feat-overlay:hover .featured-block:after {
  opacity: .9 !important;
  -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

ul.contact {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

ul.contact li {
  display: inline;
  padding: 5px 0;
  margin: 0 1%;
  width: 44%;
}

ul.contact li a {
  display: inline-block;
  font-size: 22px;
  color: white;
  width: 45%;
  background: rgba(255, 255, 255, .05);
  padding: 5px 0;
  border: 1px solid white;
}

ul.contact li a:hover,
ul.contact li a:focus {
  background: rgba(255, 255, 255, .1);
}

ul.contact li a:active {
  background: rgba(255, 255, 255, .15);
  -webkit-box-shadow: inset 0px 0px 70px 8px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 70px 8px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 70px 8px rgba(0,0,0,0.75);
}

.growth h3.date-published:before {
    content: '';
    position: absolute;
    z-index: 9999;
    width: 80%;
    height: 3px;
    background: #7D7D7D;
    left: -20px;
    top: 51px;
        -webkit-box-shadow: 0px -9px 42px -5px rgba(235,235,235,0.49);
-moz-box-shadow: 0px -9px 42px -5px rgba(235,235,235,0.49);
box-shadow: 0px -9px 42px -5px rgba(235,235,235,0.49);
}

@media (max-width: 769px) {
  .growth h3.date-published {
    font-size: 16px;
  }
  .growth h3.date-published:before {
      top: 36px;
      width: 90%;
  }
}

@media (max-width: 480px) {
  .growth h3.date-published:before {
      top: 36px;
      width: 40%;
      left: 30%;
      right: 30%;
  }
}

.news-notice {
    background: #4A4A4A;
    max-width: 768px;
    margin: 0 auto;
    margin-bottom: 50px;
    border: 5px solid black;
    padding: 20px 10px;
    position: relative;
}

.news-notice:before {
    position: absolute;
    left: 30px;
    top: 17px;
    content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 46px;
    z-index: 9999;
    color: #0188F2;
    text-shadow: 1px 1px 7px black;
}

@media (max-width: 480px) {
  .news-notice:before {
    left:18px;
    top: 7px;
  }
}

@media (max-width: 992px) {
  .news-notice {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 480px) {
  .news-notice {
    padding: 10px 0;
  }
}

.news-notice h3 {
  text-transform: uppercase;
  text-align: left;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px;
  background: black;
  margin-bottom: 10px;
  font-size: 24px;
}

.news-notice p a {
  color: white;
  text-decoration: underline;
  -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.news-notice p a:hover,
.news-notice p a:focus,
.news-notice p a:active {
    color: #0188F2;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.news-notice p {
  margin: 0;
  padding:0;
  line-height: 1.8;
}

p.text-center.hashtags span {
    padding: 0 7px 0 12px;
}

p.hashtags {
    border-top: 5px solid black;
    max-width: 320px;
    margin: 0px auto;
    padding-top: 10px;
    margin-top: 10px;
}

@media (max-width: 480px) {
  p.hashtags {
    max-width: 280px;
    margin-top: 10px;
  }
}

/*.bg-overflow {
  width: 100%;
  overflow: hidden;
}*/

.hover-wrap {
  position:relative;
  height:auto;
  width:100%;
  max-width:100%;
  margin:0 auto;
  z-index: 999;
}

@media (max-width: 768px) {
  .sm-clear-bottom {
    padding-top: 105%;
  }
}

.hover-wrap img {
  position:absolute;
    max-width:100%;
  left:0;
  top: 1px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.hover-wrap img.top:hover,
.hover-wrap img.top:focus {
  opacity:0;
}

.contact-wrap {
  margin-top: 30px;
}

.responded {
    color:green;
}
.checking,.unchecked {
    color:#FF8C00;
}
.timeout {
    color:red;
}

.server-tester {
  display: none;
}

.resume-single {
  max-width: 320px;
  margin: 0 auto;
  display: block;
}

.mg-top-10 {
  margin-top: 10px;
}