@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: sans-serif;
  }
}
.callout {
  margin-bottom: 25px;
  padding: 20px;
  border-left: 3px solid #eeeeee;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout-danger {
  background-color: #fdf7f7;
  border-color: #ebccd1;
}
.callout-danger h4 {
  color: #a94442;
}
.callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc;
}
.callout-warning h4 {
  color: #8a6d3b;
}
.callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}
.callout-info h4 {
  color: #31708f;
}
.callout-success {
  background-color: #f9fdf7;
  border-color: #d6e9c6;
}
.callout-success h4 {
  color: #3c763d;
}
.t-ww {
  word-wrap: break-word;
  word-break: break-word;
}
.border-none {
  border: 0;
}
.pos-r {
  position: relative !important;
}
.pos-a {
  position: absolute !important;
}
.pos-f {
  position: fixed !important;
}
.w-sm {
  width: 25% !important;
}
.w-md {
  width: 50% !important;
}
.w-lg {
  width: 75% !important;
}
.w-full {
  width: 100% !important;
}
.w-50 {
  width: 50px !important;
}
.w-100 {
  width: 100px !important;
}
.w-120 {
  width: 120px !important;
}
.w-130 {
  width: 130px !important;
}
.w-140 {
  width: 140px !important;
}
.w-150 {
  width: 150px !important;
}
.w-200 {
  width: 200px !important;
}
.w-300 {
  width: 300px !important;
}
.w-350 {
  width: 350px !important;
}
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-a {
  margin: 20px !important;
}
.m-t {
  margin-top: 20px !important;
}
.m-r {
  margin-right: 20px !important;
}
.m-b {
  margin-bottom: 20px !important;
}
.m-l {
  margin-left: 20px !important;
}
.m-x {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.m-y {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-xs {
  margin: 5px !important;
}
.m-t-xs {
  margin-top: 5px !important;
}
.m-r-xs {
  margin-right: 5px !important;
}
.m-b-xs {
  margin-bottom: 5px !important;
}
.m-l-xs {
  margin-left: 5px !important;
}
.m-x-xs {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.m-y-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.m-a-sm {
  margin: 10px !important;
}
.m-t-sm {
  margin-top: 10px !important;
}
.m-r-sm {
  margin-right: 10px !important;
}
.m-b-sm {
  margin-bottom: 10px !important;
}
.m-l-sm {
  margin-left: 10px !important;
}
.m-x-sm {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.m-y-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-a-md {
  margin: 30px !important;
}
.m-t-md {
  margin-top: 30px !important;
}
.m-r-md {
  margin-right: 30px !important;
}
.m-b-md {
  margin-bottom: 30px !important;
}
.m-l-md {
  margin-left: 30px !important;
}
.m-x-md {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.m-y-md {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.m-a-lg {
  margin: 60px !important;
}
.m-t-lg {
  margin-top: 60px !important;
}
.m-r-lg {
  margin-right: 60px !important;
}
.m-b-lg {
  margin-bottom: 60px !important;
}
.m-l-lg {
  margin-left: 60px !important;
}
.m-x-lg {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.m-y-lg {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-a {
  padding: 20px !important;
}
.p-t {
  padding-top: 20px !important;
}
.p-r {
  padding-right: 20px !important;
}
.p-b {
  padding-bottom: 20px !important;
}
.p-l {
  padding-left: 20px !important;
}
.p-x {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.p-y {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-a-xs {
  padding: 5px !important;
}
.p-t-xs {
  padding-top: 5px !important;
}
.p-r-xs {
  padding-right: 5px !important;
}
.p-b-xs {
  padding-bottom: 5px !important;
}
.p-l-xs {
  padding-left: 5px !important;
}
.p-x-xs {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.p-y-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-a-sm {
  padding: 10px !important;
}
.p-t-sm {
  padding-top: 10px !important;
}
.p-r-sm {
  padding-right: 10px !important;
}
.p-b-sm {
  padding-bottom: 10px !important;
}
.p-l-sm {
  padding-left: 10px !important;
}
.p-x-sm {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.p-y-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-a-md {
  padding: 30px !important;
}
.p-t-md {
  padding-top: 30px !important;
}
.p-r-md {
  padding-right: 30px !important;
}
.p-b-md {
  padding-bottom: 30px !important;
}
.p-l-md {
  padding-left: 30px !important;
}
.p-x-md {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.p-y-md {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-a-lg {
  padding: 60px !important;
}
.p-t-lg {
  padding-top: 60px !important;
}
.p-r-lg {
  padding-right: 60px !important;
}
.p-b-lg {
  padding-bottom: 60px !important;
}
.p-l-lg {
  padding-left: 60px !important;
}
.p-x-lg {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.p-y-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.navbar .site-logo {
  margin: 25px 0 10px;
  max-width: 465px;
}
.navbar-header .navbar-brand {
  padding-left: 55px;
  background-image: url('../images/logo.png');
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: 7px 50%;
  transition: color 0.2s ease 0.05s;
  color: #ccc;
}
.navbar-header .navbar-brand:hover {
  color: #fff;
}
.navbar-nav li.separator {
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  height: 30px;
  margin: 20px 10px 0 10px;
}
.navbar-autohide {
  transition: transform .5s;
}
.navbar-autohide.is-hidden {
  transform: translateY(-72px);
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a {
  transition: color 0.2s ease 0.05s;
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:after {
  position: absolute;
  height: 4px;
  bottom: -1px;
  content: '';
  border-radius: 4px;
  z-index: 5;
  width: 0;
  left: 50%;
  transition: all 0.2s ease 0.05s;
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:after {
  width: 100% !important;
  left: 0 !important;
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li:hover > a:after {
  width: 100%;
  left: 0;
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a {
  background: transparent;
}
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:after,
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
  background: #000;
}
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:hover:after {
  background: #000;
}
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
  background: #e67e22;
}
.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:after,
.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
  background: #64ae5b;
}
.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:hover:after {
  background: #64ae5b;
}
.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
  background: #93dc8a;
}
body {
  padding-top: 70px;
  background: #000000;
  font-family: 'Maven Pro', sans-serif;
}
.container {
  text-align: center;
}
#layout-nav .container {
  width: 508px;
}
.navbar-inverse {
  background: #ddaa00;
  border-color: #ddaa00;
}
.navbar-header .navbar-brand {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
}
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:after,
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after,
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:hover:after {
  background: #ffffff;
}
#footer, #layout-footer { padding: 50px 0; }
#footer .container {
  text-align: center;
}
#footer .container p {
  font-family: 'Maven Pro', sans-serif;
  color: #ddaa00;
  font-weight: 900;
}
#layout-content .jumbotron {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0;
}
#layout-content .jumbotron h1 {
  font-family: 'Maven Pro', sans-serif;
  color: #ddaa00;
  font-weight: 900;
  text-transform: uppercase;
}

/************** Welcome Page: Projects ***************/
#gps-looped-video {

}

.welcome { background: #FFF; padding: 50px 0; }
.home-image { display: inline-block; margin-right: 30px; width: 50%; vertical-align: top; }
.home-image img { width: 80%; height: auto; }
.welcome-text { display: inline-block; width: 45%; text-align: left; }
.welcome-text h3 { color: #ddaa00; font-weight: 700; text-transform: uppercase; }
.welcome-text p { font-size: 16px; color: #4b4f54; line-height: 1.6; text-transform: uppercase; font-weight: 400; }

#projects .featured-projects {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#projects .featured-projects li {
  display: inline-block;
  overflow: hidden;
  width: 23%;
  margin: 1%;
}
#projects .featured-projects li iframe {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#projects .featured-projects li iframe:hover,
#projects .featured-projects li iframe:active,
#projects .featured-projects li iframe:focus {
  opacity: 0.75;
}
#projects .featured-projects li div h3 {
  margin-top: 10px;
  font-size: 1em;
  font-family: 'Maven Pro', sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
#projects .featured-projects li:hover div h3 {
  color: #ddaa00;
}

/************** Contact Page: Contact Form ***************/
.contactForm { text-align: left; } 
.contact-form { background: #fff; clear: both; float: none; padding: 50px 0; }
.contact-form input,
.contact-form textarea#message { background: #f6f6f6; border: #ddd; }
.contact-form .fullname { display: inline-block; } 
.contact-form .fullname input { margin-right: 20px; }
.contact-form .fullname.firstname,
.contact-form .fullname.lastname { width: 49.6%; } 
.contact-form #lastname { margin-right: 0; }
.contact-form p { text-align: left; width: 60%; margin: 0 auto; margin-bottom: 25px; color: #ddaa00; text-transform: uppercase; }
.contact-form p a { font-size: 20px; color: #ddaa00; font-weight: 700; text-transform: uppercase; }
.contact-form #submit-wrapper button { width: 120px; }

.contact-banner { 
    clear:both;
    float: none;
    padding: 0;
    margin: 0;
    line-height: 0;
    position: relative;
}
.contact-banner img { height: auto; width: 100%; }
.contact-banner h1 { margin: 0; padding: 0; color: #fff; font-weight: 700; text-transform: uppercase; line-height: 0.7; width: 60%; }
.contact-banner .container { 
    position: absolute; 
    bottom: 0; 
    width: 1170px;
    left: 0;
    right: 0;
}    
.contact_us {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
.contact_us #scf-form-contactForm .form-group {
  margin: 20px 0 0;
}
.contact_us #scf-form-contactForm .form-group input {
  width: 100%;
  height: 45px;
  font-size: 16px;
  padding: 10px 14px;
  font-weight: 300;
  border-radius: 4px;
  border: none;
}
.contact_us #scf-form-contactForm .form-group label {
  font-weight: 300;
}
.contact_us #scf-form-contactForm .form-group textarea {
  border: none;
  border-radius: 4px;
  font-weight: 300;
  font-size: 16px;
  width: 100%;
}
.contact_us #scf-form-contactForm .btn-primary {
  border: none;
  border-radius: 4px;
  background: #EEAA00;
  color: #FFFFFF;
  padding: 0.4em 0.8em;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.contact_us #scf-form-contactForm .btn-primary:hover {
  background: #ee9600;
}

/**************** Homepage Widgets ****************/
.head-widget {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  height: 150px;
  opacity: 0.7;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  text-align: left;
}
.head-widget:hover,
.head-widget:focus {
  opacity: 1;
}
.head-widget-wrap {
  background: #4b4f54;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.head-widget-wrap h3 {
  color: #fff !important;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin-left: 1rem;
  margin-top: 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.head-widget-wrap p.widget-description {
  font-size: 12px;
  font-size: 300;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-shadow: none;
  font-weight: 300;
  line-height: 1.4;
  margin-left: 1rem;
  color: #fff;
}
.widget-links {
  background: #f66014;
}
.wdiget-links {
  display: table;
}
.widget-links a {
  width: auto;
  color: #fff;
  padding: 10px;
  display: table-cell;
  margin: 0;
}
.widget-links a:hover,
.widget-links a:focus {
  background: #f5843a;
}
.head-widget-wrap a {
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.head-widget-wrap a:last-of-type {
  border-right: none;
}
.head-widget-wrap a:hover,
.head-widget-wrap a:focus {
  text-decoration: none;
  cursor: pointer;
}

/**************** Responsive styles ****************/
@media (max-width: 1366px) {
  #projects .featured-projects li {
    width: 23%;
    /* Thumbnails 4 across */
    height: 150px;
  }
  #projects .featured-projects li iframe,
  .head-widget {
    height: 150px;
  }
}
@media (max-width: 1170px) {
  #projects .featured-projects li {
    width: 31.333%;
    /* Thumbnails 3 across */
    height: 165px;
  }
  #projects .featured-projects li iframe,
  .head-widget {
    height: 165px;
  }
  .contact-form .fullname.firstname,
  .contact-form .fullname.lastname { width: 100%; } 
  .contact-form .fullname.lastname { margin-top: 15px; }
}
@media (max-width: 980px) {

  .home-image, .welcome-text { display: block; width: 100%; text-align: center; } 
  .home-image img { width: 80%; }
  .welcome-text p { width: 80%; margin: 0 auto; }
  #projects .featured-projects li {
    width: 48%;
    /* Thumbnails 2 across */
    height: 190px;
  }
  #projects .featured-projects li iframe,
  .head-widget {
    height: 190px;
  }
}
@media (max-width: 768px) {
  .contact_us, .contact-form p { width: 80%; }
  
  .contact-form p a { font-size: 16px; }
  #projects .featured-projects li {
    width: 48%;
    /* Thumbnails 2 across */
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  /* STYLES GO HERE */
  .navbar .site-logo {
    width: 290px;
  }
  #layout-nav .container {
    width: 320px;
  }
  #projects .featured-projects li {
    display: block;
    width: 96%;
    /* Single column view. */
    height: 150px;
    margin: 2%;
    /* The smaller the screen, the smaller the percentage actually is. */
    float: none;
  }
  #projects .featured-projects li iframe,
  .head-widget {
    height: 150px;
  }
}
@media (max-width: 360px) {
  #projects .featured-projects li {
    display: block;
    width: 96%;
    /* Single column view. */
    height: 150px;
    margin: 2%;
    /* The smaller the screen, the smaller the percentage actually is. */
    float: none;
  }
  #projects .featured-projects li iframe,
  .head-widget {
    height: 150px;
  }
}
