.gtco-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 1001;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .gtco-nav {
    padding: 20px 0;
  }
}
.gtco-nav #gtco-logo {
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.gtco-nav #gtco-logo em {
  color: #fff;
  font-weight: 100;
  font-style: normal;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.gtco-nav #gtco-logo a {
  padding: 0px 10px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .gtco-nav .menu-1, .gtco-nav .menu-2 {
    display: none;
  }
}
.gtco-nav ul {
  padding: 0;
  margin: 1px 0 0 0;
}
.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.gtco-nav ul li a {
  font-size: 12px;
  padding: 30px 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400 !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active {
  color: #000;
  color: rgba(2, 2, 2, 0.5);
}
.gtco-nav ul li.has-dropdown {
  position: relative;
}
.gtco-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.gtco-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.gtco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.gtco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.gtco-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.gtco-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000; 
  color: rgba(2, 2, 2, 0.5);
}
.gtco-nav ul li.has-dropdown .dropdown li.active > a {
  color: #000 !important;
}
.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
  color: #000;
  color: rgba(2, 2, 2, 0.5);
}
.gtco-nav ul li.btn-cta a {
  color: #fff;
}
.gtco-nav ul li.btn-cta a span {
  border: none !important;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.gtco-nav ul li.btn-cta a:hover span {
  background: #8bde2f;
  color: #fff;
}
.gtco-nav ul li.active > a {
  color: #fff !important;
}
.gtco-nav.fixed {
  background: #fff;
  webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.gtco-nav.fixed ul {
  padding: 0;
  margin: 1px 0 0 0;
}
.gtco-nav.fixed ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.gtco-nav.fixed ul li a {
  color: rgba(0, 0, 0, 0.5);
}
.gtco-nav.fixed ul li a:hover {
  color: black;
}
.gtco-nav.fixed ul li.active > a {
  color: #7ED321 !important;
}
.gtco-nav.fixed ul li.btn-cta a {
  color: #fff;
}
.gtco-nav.fixed ul li.btn-cta a span {
  border: none !important;
  background: #7ED321;
  padding: 4px 20px;
  color: #fff;
}
.gtco-nav.fixed #gtco-logo em, .gtco-nav.fixed #gtco-logo a {
  color: #000;
}

.gtco-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(35, 35, 35, 0.4);
}

#gtco-intro,
#gtco-highlights,
#gtco-devices,
#gtco-device-details,
#gtco-designs {
  padding: 7em 0;
  clear: both;
}

#gtco-intro .img-shadow {
  position: relative;
  background: #7ED321;
  width: 100%;
  float: left;
}
#gtco-intro .img-shadow img {
  position: relative;
  top: -20px;
  left: -20px;
}
#gtco-intro .heading {
  position: relative;
}
#gtco-intro .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
}

#gtco-highlights .heading {
  position: relative;
}
#gtco-highlights .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}
#gtco-highlights .heading .subtle-text span {
  display: block;
}
#gtco-highlights .gtco-highlight-item {
  margin-bottom: 30px;
}
#gtco-highlights .gtco-highlight-item .gtco-icon,
#gtco-highlights .gtco-highlight-item .gtco-copy {
  display: table-cell;
  vertical-align: top;
}
#gtco-highlights .gtco-highlight-item .gtco-icon {
  width: 100px;
}
@media screen and (max-width: 768px) {
  #gtco-practice-areas .gtco-highlight-item .gtco-icon {
    width: 70px;
  }
}
#gtco-highlights .gtco-highlight-item .gtco-copy h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

#gtco-devices .heading,
#gtco-device-details .heading {
  position: relative;
}
#gtco-devices .heading .subtle-text,
#gtco-device-details .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}
#gtco-devices .heading .subtle-text span,
#gtco-device-details .heading .subtle-text span {
  display: block;
}
#gtco-devices .device-item,
#gtco-device-details .device-item {
  margin-bottom: 9em;
}
#gtco-devices .device-item:last-child,
#gtco-device-details .device-item:last-child {
  margin-bottom: 0;
}
#gtco-devices .gtco-device-reverse .img-shadow,
#gtco-devices .gtco-device .img-shadow,
#gtco-device-details .gtco-device-reverse .img-shadow,
#gtco-device-details .gtco-device .img-shadow {
  position: relative;
  background: #7ED321;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
#gtco-devices .gtco-device-reverse .img-shadow img,
#gtco-devices .gtco-device .img-shadow img,
#gtco-device-details .gtco-device-reverse .img-shadow img,
#gtco-device-details .gtco-device .img-shadow img {
  position: relative;
  top: -20px;
  right: -20px;
}
#gtco-devices .gtco-device .img-shadow img,
#gtco-device-details .gtco-device .img-shadow img {
  top: -20px;
  left: -20px;
}
#gtco-device-details .gtco-device .gtco-device-technicals {
    margin-bottom:15px;
}

#gtco-designs .heading {
  position: relative;
}
#gtco-designs .heading .subtle-text {
  position: absolute;
  bottom: -1em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}
#gtco-designs .heading .subtle-text span {
  display: block;
}
#gtco-designs .form-group {
  margin-bottom: 30px;
}
#gtco-designs .form-control {
  height: 70px;
  font-size: 18px;
  box-shadow: none !important;
  border: 1px solid #cccccc;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
}
#gtco-designs textarea {
  height: inherit !important;
  resize: vertical;
}
