body {
  background: /* url(../images/bg.jpg) right no-repeat fixed */ #fff;
  color: #333;
  font: 300 15px/15px Roboto, Arial, Helvetica;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #00a9c6;
  text-decoration: none;
}

a:hover {
  color: #666;
}

.btn, a,
.btn:hover,
a:hover {
  -moz-transition:    all 0.3s ease-in-out;
  -ms-transition:     all 0.3s ease-in-out;
  -o-transition:      all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4 {
  line-height: 1em;
  margin: 0;
}

h1 {
  font: 300 2.5em Roboto, Arial, Helvetica;
  margin-bottom: 1.5em;
}

h2 {
  font: 300 2.5em Roboto, Arial, Helvetica;
  margin-bottom: 1.5em;
}

h3 {
  font: 300 1.5em Roboto, Arial, Helvetica;
  margin: 1em 0 1em 0;
}

h4 {
  font: 300 1em Roboto, Arial, Helvetica;
  margin: 0.5em 0;
}

h3 i {
  margin-right: 0.5em;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.8em;
}

p > small {
  line-height: 0.5em;
}

.spacer {
  padding: 6em 0;
}

h2 {
    margin-top: 2.3em;
}

.btn {
  background: rgba(96, 96, 96, 1);
  border: none;
  border-radius: 0;
  padding: 0.5em 3.6em;
  text-transform: uppercase;
}

.btn:hover, .btn:active {
  color: #fff;
}

.btn-default {
  border: 1px solid #aaa;
  color: #ccc;
}

.btn-default:hover, .btn-default:active {
  background: rgba(0, 0, 0, 0.8);
}

.btn-primary {
  background: #e89f10;
  color: #fff;
  outline: none;
  width: 100%;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #f3c024;
  box-shadow: none;
}

.topbar {
  height: 0;
}

.navbar-nav > li > a {
  font-size: 1em;
  line-height: 3.6em;
}

.navbar-fixed-top {
}

body {
  background: #fcfcfc;
}

.navbar-brand {
  padding: 22px 0;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
}

.navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #ddd;
  border: none;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #eee;
}

.navbar-inverse {
  background: #fff;
  border: none;
  box-shadow: 0px 1px 4px 0px rgba(176, 176, 176, 0.75);
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus {
  background: none;
  color: #000;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #008;
}

#head, .carousel {
  margin-top: 0;
}

.about.spacer {
  padding-bottom: 0;
  padding-left: 4em;
  padding-right: 4em;
}

.services ul li {
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #999;
  height: 10em;
  line-height: 13.5em;
  margin: 0 1.25em;
  padding: 0;
  width: 10em;
}

.services ul li span {
  display: inline-block;
  font-weight: 300;
  line-height: 2em;
}

.services ul li span i {
  font-size: 3em;
}

.services ul li span b {
  display: block;
  font-size: 0.85em;
  font-weight: 300;
}

.partners img {
  float: left;
  margin: 0 75px 30px 0;
}

.testimonails {
  min-height: 195px;
}

.testimonails img {
  margin-top: 5px;
}

.testimonails span {
  color: #888;
}

.testimonails span b {
  font-weight: 400;
}

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

.carousel-inner {
  max-height: 98vh;
  max-height: 100vh;
  overflow: hidden;
}

.carousel-indicators li, .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin-left: 7px;
  margin-right: 7px;

  border: none;

  box-shadow: 0 0 2px #fff;
  background: rgba(160, 160, 160, 0.25) none;
  box-sizing: content-box;
  border-radius: 50%;
}

.carousel-indicators .active {

  box-shadow: 0 0 2px #000;
  background: rgba(255, 255, 255, 0.9) none;
}

.carousel-indicators {
  bottom: 20px;
}

#works {
  padding-top: 6em;
}

#works figcaption a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin-top: 1em;
  padding: 0 2em;
}

#works figcaption a:hover {
  padding: 0 3em;
  text-decoration: none;
}

.team figure {
  width: 100%;
}

.team img {
  width: 100%;
}

.team b {
  display: block;
  font-size: 1.2em;
}

.team a i.fa {
  color: #fff;
  font-size: 2em;
}

.team a i.fa:hover {
  color: #E89F10;
}

.highlight-info {
  background: url(../images/lab.jpg) center fixed;
  background-size: cover;
  color: #fff;
}

.highlight-info .overlay {
  background: rgba(232, 159, 16, 0.7);
}

.highlight-info h4 {
  color: #fff;
  margin: 0.5em 0 0 0;
}

.contactform textarea, .contactform input {
  border: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 1em;
  outline: none;
  padding: 1em;
  width: 100%;
}

.footer {
  background-color: #111;
  color: #aaa;
  color: #fff;
  font-size: 1em;
}

.footer a {
  color: #aaa;
  margin: 0 1em;
}

.gototop {
  background: rgba(0, 0, 0, 0.5);
  bottom: 20px;
  color: #fff;
  padding: 10px;
  position: fixed;
  right: 20px;
}

.gototop i {
  line-height: 0.5em;
}

.go-down-button {
  background: rgba(0, 0, 0, 0.5);
  bottom: 10px;
  color: #fff;
  padding: 10px;
  position: fixed;
  right: 10px;
}

.go-down-button i {
  line-height: 0.5em;
}

/* Blueimp gallery */

.indicator li {
  background-image: none !important;
}

.blueimp-gallery > .indicator > li {
  margin: 4px;
}

.blueimp-gallery > .indicator {
  margin-bottom: 16px !important;
}

.blueimp-gallery > .close, .blueimp-gallery > .title {
  text-shadow: 0 0 9px #000;
}

.blueimp-gallery {
  background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
}

.blueimp-gallery > h3.title {
  width: 100%;
  left: 0;
  top: 0;
  padding: 36px 40px;
  text-align: center;
  background: rgba(0, 0, 0, 1) none;
  font-size: 16px;
  line-height: 20px;
  opacity: 1;
  color: #ddd;
  font-weight: 500;
}

.blueimp-gallery > .prev, .blueimp-gallery > .next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  box-sizing: content-box;
  width: 46px;

  height: 100%;
  top: 0;
  margin: 0;
}

.blueimp-gallery-disc {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border: 3px solid #fff;
  border-radius: 23px;
  box-sizing: content-box;
  color: #fff;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  height: 40px;
  width: 40px;
  line-height: 30px;
  margin-top: -23px;
  opacity: 0.5;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  position: absolute;
  top: 50%;
}

.carousel-control {
  width: 120px;
}

#carousel {
  position: relative;
  width: 100%;
  height: 75vw;
  max-height: 100vh;
  background-color: #f0f0f0;
}

@media (max-width: 1200px) {
  body {
    font: 300 13px/13px Roboto, Arial, Helvetica;
  }

  .navbar-brand {
    padding-top: 23px;
  }

  .navbar-brand img {
    height: 35px;
  }

  .services ul li {
    margin: 0 0.5em;
  }

  .grid figure h2 {
    font: 700 1.5em Roboto, Arial, Helvetica;
  }

  figure.effect-oscar figcaption {
    padding: 12%;
  }

  figure.effect-oscar figcaption::before,
  figure.effect-chico figcaption::before {
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px;
  }

  .partners img {
    margin: 0 25px 25px 0;
  }

}

@media (max-width: 900px) {
  h1 {
    font: 700 3.5em Roboto, Arial, Helvetica;
  }

  h4 {
    font: 300 1.3em Roboto, Arial, Helvetica;
  }

  .btn {
    padding: 1em 2em;
  }

  .partners img {
    margin: 0 15px 25px 0;
    width: 157px;
  }

  .services ul li {
    height: 9em;
    width: 9em;
  }

  figure.effect-chico figcaption {
    padding: 2em;
  }

  figure.effect-oscar figcaption {
    padding: 12% 30px;
  }

  figure.effect-chico figcaption::before {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
  }

  .grid figure.effect-chico p {
    font-size: 0.6em;
    line-height: 1.5em;
  }

  .blueimp-gallery > h3.title {
    padding: 8px 40px;
    background: rgba(0, 0, 0, .4) none;
    font-size: 14px;
    line-height: 18px;

  }
}

@media (max-width: 767px) {
  body {
    font: 300 12px/12px Roboto, Arial, Helvetica;
  }

  #home {
    padding-top: 50px;
  }

  .navbar-nav > li > a {
    line-height: 1em;
    text-align: right;
  }

  .navbar-brand {
    padding: 14px 10px;
  }

  .navbar-brand img {
    height: 27px;
  }

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

  .navbar-inverse {
    background: rgba(255, 255, 255, 0.98);
  }

  .navbar-inverse .navbar-nav > li {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #carousel {
    width: 100%;
    height: 75vw;
  }

  /*.carousel-caption, .carousel-control {
         display: none;
     }*/
  .carousel-control.right, .carousel-control.left {
    background-image: none;
  }

  .carousel-control {
    font-size: 20px;
    opacity: 0.3;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    width: 30px;
  }

  .carousel-indicators li {
    width: 7px;
    height: 7px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .carousel-indicators .active {
    width: 7px;
    height: 7px;
    margin-left: 3px;
    margin-right: 3px;
  }

  h2.text-center {
    font-size: 1.7em;
    text-align: left;
  }

  h4 {
    font: 300 1.2em Roboto, Arial, Helvetica;
  }

  #partners h2 {
    padding: 0 1em;
  }

  .partners {
    display: block;
    float: left;
  }

  .partners img {
    width: 120px;
  }

  .about.spacer {
    padding-left: 2em;
    padding-right: 2em;
  }

  .spacer {
    padding: 2em 0 0 0;
  }

  .services ul li {
    margin-bottom: 1em;
  }

  .highlight-info .overlay {
    padding-bottom: 2em;
  }

  .grid.team div {
    margin: 0;
    padding: 0;
  }

  figure.effect-chico figcaption {
    padding: 1.5em;
  }

  .footer {
    margin-top: 2em;
    padding-bottom: 2em;
  }

  .now {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container-wide {
  padding: 0 25px 0 25px;
  margin-top: -20px;
}

.span-wide {
  padding: 0 25px 0 25px;
}

.grid figure h2 {
  font-weight: 700;
  word-spacing: inherit;
  text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);

  color: #444;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
  font-size: 140%;
}

figcaption {
  background: rgba(255, 255, 255, 0.65) none repeat scroll 0 0;
  position: relative;
}

figcaption button {
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
}

.grid figure figcaption {
    padding: 0.8em;
}

.grid figure figcaption p {
  margin-top: 8px;
  padding: 8px;
  text-transform: none;
  color: black;
  text-shadow: 0 0 1px rgba(255, 255, 255, 1);

  padding: 0;
  width: auto;

  text-shadow: -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff;
}

.grid figure {
  padding: 1px;
}

.grid figure p {
  font-size: 68.5%;
  font-size: 75%;
}

.grid figure a {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #00a9c6;
}

.grid figure a:hover {
  color: #00a9c6;
  text-decoration: none;
}

.grid figure {
  cursor: auto;
}

.legend {
  font-family: "Times New Roman";
  font-size: 90%;
  line-height: 130%;
  font-style: italic;
  color: #666;
  margin-top: 5px;
  font-weight: 100;
  text-align: right;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: none;
}

.btn-phone {
  min-width: 120px;
  padding: 10px;
  font-size: 9px;
  color: white;
  border-radius: 20px;
  margin: 5px 0;
  background-color: #777;
}

.currently p {
  line-height: 1;
  font-size: 95%;
}

.currently h3 {
  font: 150 1.125em Roboto, Arial, Helvetica;
  margin: .75em 0;
}

.stock-thumb {
    _width: 75px;
    _height: 60px;

    width: 95px;
    height: 76px;
}

.navbar {
    max-width: 100vw;
    border-bottom: 1px solid #eee;
}

ul.nav-tabs > li.nav-item > .nav-link {
  padding: .05rem .45rem;
}

.blueimp-gallery-disc {
    border: none;
}
