.home .full-height {
  max-height: 800px;
}
@media screen and (max-height: 31em) {
  .home .full-height {
    height: 550px;
  }
}
.home .header {
  width: 100%;
  height: 100%;
  position: relative;
}
.projects-row {
  background: #231f20;
}
.projects-row .container {
  height: 100%;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .projects-row .container {
    width: 100%;
  }
}
.projects-row .project-box {
  display: block;
  width: 25%;
  height: 100%;
  float: left;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .projects-row .project-box {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .projects-row .project-box {
    width: 100%;
  }
}
.projects-row .project-box .overlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(130, 193, 67, 0.85);
  position: absolute;
  z-index: 15;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.projects-row .project-box .overlay .wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50%;
  transform: translate(0, -50%);
}
.projects-row .project-box .overlay .title {
  text-align: center;
  font: 30px 'Quicksand', sans-serif;
  color: #FFF;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}
.projects-row .project-box .overlay .subtitle {
  text-align: center;
  font: 18px 'Quicksand', sans-serif;
  color: #FFF;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
}
.projects-row .project-box .overlay .plus {
  width: 50px;
  height: 50px;
  color: #82c143;
  margin: 0 auto;
  background: transparent url("../images/projects/circle-plus-icon.png");
  border-radius: 50%;
  margin-top: 20px;
}
.projects-row .project-box.anim img {
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.projects-row .project-box.anim:hover {
  text-decoration: none;
}
.projects-row .project-box.anim:hover .overlay {
  display: block;
}
.projects-row .project-box.anim:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .projects-row .project-box.anim {
    text-decoration: none;
    /*img{
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2); 
          -o-transform: scale(1.2);
          transform: scale(1.2);
        }*/
  }
  .projects-row .project-box.anim .overlay {
    display: block;
    background-color: rgba(130, 193, 67, 0.7);
  }
}
.projects-row .project-box.spree {
  background-image: url(../images/projects/thumbs/spree-bkg.jpg);
}
.projects-row .project-box.modev {
  background-image: url(../images/projects/thumbs/modev-bkg.jpg);
  text-align: center;
}
.projects-row .project-box.modev .overlay {
  background-color: rgba(127, 24, 22, 0.85);
}
.projects-row .project-box.nasa {
  background-image: url(../images/projects/thumbs/nasa-bkg.jpg);
}
.projects-row .project-box.nasa .overlay {
  background-color: rgba(9, 12, 32, 0.85);
}
.projects-row .project-box.baseball {
  background-image: url(../images/projects/thumbs/baseball_bg.jpg);
}
.projects-row .project-box.baseball .overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
.projects-row .project-box.navy {
  background-image: url(../images/projects/thumbs/navi-bkg.jpg);
}
.projects-row .project-box.navy .overlay {
  background-color: rgba(9, 27, 51, 0.85);
}
.projects-row .project-box.more {
  color: #FFF;
  display: table;
  text-align: center;
  position: relative;
}
.projects-row .project-box.more span {
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  position: absolute;
  margin-top: 37%;
}
.projects-row .project-box.more img {
  width: 100%;
}
.process-row {
  padding: 40px 0 20px;
  color: #FFF;
  background: #231f20;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 1200px) {
  .process-row .container {
    width: 100%;
  }
}
.process-row .title {
  font: 36px 'Quicksand', sans-serif;
  text-align: center;
  padding: 0 0 28px;
  margin-bottom: 0;
  color: #ea4e3d;
}
@media (min-width: 768px) {
  .process-row .title {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
.process-row .subtitle {
  font: 36px 'Bitter', sans-serif;
  text-align: center;
  padding-bottom: 18px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .process-row .subtitle {
    margin: 10px 0 25px;
    font-size: 48px;
    line-height: 56px;
    padding: 0 50px;
  }
}
.process-row p {
  font: 20px 'Bitter', sans-serif;
  line-height: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .process-row p {
    padding: 0 140px;
  }
}
.process-row .gear {
  margin: 36px auto 40px;
  position: relative;
  width: 89px;
  height: 89px;
}
.process-row .gear:hover .gear-img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.process-row .gear .gear-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 89px;
  height: 89px;
  background: url(../images/engranaje.png) no-repeat;
  -webkit-transition: all 4s ease-out;
  -moz-transition: all 4s ease-out;
  -ms-transition: all 4s ease-out;
  -o-transition: all 4s ease-out;
  transition: all 4s ease-out;
}
.process-row .gear a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  font-weight: bold;
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  line-height: 89px;
  width: 89px;
  text-align: center;
  color: #FFF;
}
.process-row .gear a:hover {
  text-decoration: none;
}
/*SOME KEYFRAMES para PROCESS*/
/*RE-UBICAR*/
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.services-row {
  background: #ea4e3d;
  padding: 20px 0;
}
.services-row .container {
  width: 100%;
}
.services-row .title {
  font: 36px 'Quicksand', sans-serif;
  text-align: center;
  color: #FFF;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .services-row .title {
    font-size: 48px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.services-row ul {
  padding: 0;
  margin: 14px 0 24px;
  text-align: center;
}
@media (max-width: 1140px) {
  .services-row ul {
    width: 768px;
    margin: 14px auto 24px;
  }
}
@media (max-width: 800px) {
  .services-row ul {
    width: 100%;
  }
}
.services-row ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  width: 238px;
  font-family: 'Bitter', sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0 16px 45px;
}
@media (max-width: 1140px) {
  .services-row ul li {
    margin: 0 60px 45px;
  }
}
@media (max-width: 800px) {
  .services-row ul li {
    margin: 0 16px 40px;
  }
}
.services-row ul li a {
  /*position:absolute;
        bottom:-30px;
        left:-11px;
        width:260px;
        padding:205px 0 0;*/
  position: relative;
  display: block;
  height: 259px;
  text-align: center;
  color: #FFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.services-row ul li a span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: right;
  transform-origin: right;
  padding: 0;
}
.services-row ul li a:hover {
  text-decoration: none;
}
.services-row ul li a .animation {
  width: 238px;
  height: 224px;
}
.services-row ul .item-1 .animation {
  background-image: url(../images/services-item-1-sprite2.png);
}
.services-row ul .item-2 .animation {
  background: transparent url(../images/services-item-2-sprite.png) 0 0 no-repeat;
}
.services-row ul .item-3 .animation {
  background-image: url(../images/services-item-3-sprite.png);
}
.services-row ul .item-4 .animation {
  background-image: url(../images/services-item-4-sprite.jpg);
}
.services-row a.go {
  display: block;
  margin: 0 auto 37px;
  width: 245px;
  height: 75px;
  overflow: hidden;
  font: 28px 'Quicksand', sans-serif;
  color: #FFF;
  padding-top: 20px;
  font-weight: bold;
  -webkit-transition: color .2s;
  /* For Safari 3.1 to 6.0 */
  transition: color .2s;
}
@media (min-width: 768px) {
  .services-row a.go {
    width: 520px;
    height: 75px;
    background-size: 75px 75px;
    margin: 0 auto 37px;
    font-size: 28px;
    padding-top: 20px;
  }
}
.services-row a.go:hover {
  text-decoration: none;
  color: #e6e6e6;
}
.services-row a.go:hover .icon img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.services-row a.go .icon {
  float: right;
  margin-top: -20px;
  background: url(../images/services-go2.png) top right no-repeat;
}
.services-row a.go .icon img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.federal-row {
  background: #e8e8e8;
  padding: 30px 0 20px;
}
.federal-row .container {
  width: 100%;
}
.federal-row .title {
  font: 36px 'Quicksand', sans-serif;
  text-align: center;
  color: #ea4e3d;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .federal-row .title {
    font-size: 48px;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
.federal-row ul {
  padding: 0;
  margin: 14px 0 24px;
  text-align: center;
}
@media (max-width: 1140px) {
  .federal-row ul {
    width: 768px;
    margin: 14px auto 24px;
  }
}
@media (max-width: 800px) {
  .federal-row ul {
    width: 100%;
  }
}
.federal-row ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  width: 238px;
  font-family: 'Bitter', sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0 16px 45px;
}
@media (max-width: 1140px) {
  .federal-row ul li {
    margin: 0 60px 45px;
  }
}
@media (max-width: 800px) {
  .federal-row ul li {
    margin: 0 16px 40px;
  }
}
.federal-row ul li a {
  position: relative;
  display: block;
  height: 259px;
  text-align: center;
  color: #231f20;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.federal-row ul li a span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: right;
  transform-origin: right;
  padding: 0;
}
.federal-row ul li a:hover {
  text-decoration: none;
}
.federal-row ul li a:hover img {
  transition: all .15s ease;
  transform: scale(1.05);
}
.federal-row ul li img {
  max-width: 190px;
}
@media (min-width: 992px) {
  .federal-row ul li img {
    max-width: 200px;
  }
}
.federal-row ul li.item-3 span {
  bottom: -15px;
}
@media (min-width: 600px) {
  .federal-row ul li.item-3 span {
    bottom: -20px;
  }
}
.federal-row a.go {
  display: block;
  margin: 0 auto 37px;
  width: 245px;
  height: 75px;
  overflow: hidden;
  font: 28px 'Quicksand', sans-serif;
  color: #ea4e3d;
  padding-top: 20px;
  font-weight: bold;
  -webkit-transition: color .2s;
  /* For Safari 3.1 to 6.0 */
  transition: color .2s;
}
@media (min-width: 768px) {
  .federal-row a.go {
    width: 630px;
    height: 75px;
    background-size: 75px 75px;
    margin: 0 auto 37px;
    font-size: 28px;
    padding-top: 20px;
  }
}
.federal-row a.go:hover {
  text-decoration: none;
  color: #444;
}
.federal-row a.go:hover .icon img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.federal-row a.go .icon {
  float: right;
  margin-top: -20px;
  background: url(../images/services-go2.png) top right no-repeat;
}
.federal-row a.go .icon img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.awards-row {
  background: #f7f7f7;
  padding: 30px 0 20px;
}
.awards-row .container {
  width: 100%;
}
.awards-row .title {
  font: 36px 'Quicksand', sans-serif;
  text-align: center;
  color: #313131;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .awards-row .title {
    font-size: 48px;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
.awards-row ul {
  padding: 0;
  margin: 14px auto 24px;
  text-align: center;
  max-width: 1170px;
}
@media (max-width: 1140px) {
  .awards-row ul {
    width: 768px;
    margin: 14px auto 24px;
  }
}
@media (max-width: 800px) {
  .awards-row ul {
    width: 100%;
  }
}
.awards-row ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  width: 238px;
  font-family: 'Bitter', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin: 0 16px 45px;
}
@media (max-width: 1140px) {
  .awards-row ul li {
    margin: 0 60px 45px;
  }
}
@media (max-width: 800px) {
  .awards-row ul li {
    margin: 0 16px 40px;
  }
}
.awards-row ul li a {
  position: relative;
  display: block;
  height: 259px;
  text-align: center;
  color: #231f20;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.awards-row ul li a.none {
  cursor: auto;
}
.awards-row ul li a span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: right;
  transform-origin: right;
  padding: 0;
}
.awards-row ul li a:hover {
  text-decoration: none;
}
.awards-row ul li img {
  max-width: 190px;
}
@media (min-width: 992px) {
  .awards-row ul li img {
    max-width: 200px;
  }
}
.awards-row ul li.item-1 span {
  bottom: 25px;
}
@media (min-width: 600px) {
  .awards-row ul li.item-1 span {
    bottom: 37px;
  }
}
.awards-row ul li.item-2 span,
.awards-row ul li.item-3 span {
  bottom: -15px;
}
@media (min-width: 600px) {
  .awards-row ul li.item-2 span,
  .awards-row ul li.item-3 span {
    bottom: -23px;
  }
}
.testimonials-row {
  background: #FFF;
  padding-top: 22px;
  padding-bottom: 85px;
}
.testimonials-row .title {
  font-size: 40px;
  text-align: center;
  color: #555;
}
@media screen and (min-width: 768px) {
  .testimonials-row .title {
    font: 48px 'Quicksand', sans-serif;
  }
}
.testimonials-row #testimonial-slider {
  min-height: 310px;
}
.testimonials-row .carousel-indicators {
  bottom: -65px;
}
.testimonials-row .carousel-indicators li {
  border-color: #ea4e3d;
  width: 18px;
  height: 18px;
}
.testimonials-row .carousel-indicators li.active {
  background-color: #ea4e3d;
}
@media screen and (min-width: 768px) {
  .testimonials-row .carousel-indicators {
    bottom: -47px;
  }
  .testimonials-row .carousel-indicators li {
    width: 10px;
    height: 10px;
  }
}
.testimonials-row .testimonial-list {
  margin: 45px 0 30px;
  padding: 0;
  /*.who{
        margin:0 auto;
        position:relative;
        width:2px;
        height: 105px;
        a.logo{
          position:absolute;
          top:0;
          right:13px;
          display:block;

          img{

          }
        }
        .person{
          background:#555;
          position:absolute;
          top:17px;
          left:13px;
          height:60px;
          width:auto;
          min-width:195px;
          padding:7px 20px;
          font-family:@principal-font;
          color:#FFF;
          h4{
            font-size:24px;
            font-weight:bold;
            margin:0;
            text-align:center;
          }
          span{
            display:block;
            font-size:14px;
            text-align:center;
          }
        }
    }*/
}
.testimonials-row .testimonial-list .item {
  position: relative;
  opacity: 0;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.testimonials-row .testimonial-list .item.active {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.testimonials-row .testimonial-list .item.left {
  opacity: 0;
  left: 0;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  display: inline-block;
}
.testimonials-row .testimonial-list .item.left,
.testimonials-row .testimonial-list .item.right {
  display: inline-block;
  top: 0;
}
.testimonials-row .testimonial-list .item.next,
.testimonials-row .testimonial-list .item.prev {
  display: inline-block;
  position: absolute;
}
.testimonials-row .testimonial-list p {
  font-family: 'Bitter', sans-serif;
  font-size: 21px;
  line-height: 34px;
  color: #555;
  font-style: italic;
  text-align: center;
  padding: 0 15px 65px;
  background: url(../images/testimonial-bg.png) bottom center no-repeat;
  background-size: 100% 44px;
}
@media (max-width: 700px) {
  .testimonials-row .testimonial-list p {
    background-image: url(../images/testimonial-bg-700.png);
  }
}
.testimonials-row .testimonial-list .who {
  margin: 0 auto;
  position: relative;
  width: auto;
  text-align: center;
}
.testimonials-row .testimonial-list .who a.logo {
  display: block;
  vertical-align: middle;
}
@media screen and (min-width: 480px) {
  .testimonials-row .testimonial-list .who a.logo {
    display: inline-block;
  }
}
.testimonials-row .testimonial-list .who a.logo img {
  display: block;
  margin: 0 auto;
  max-width: 190px;
}
.testimonials-row .testimonial-list .who .person {
  background: #555;
  display: block;
  vertical-align: middle;
  width: auto;
  min-width: 195px;
  padding: 7px 20px;
  margin-top: 22px;
  font-family: 'Quicksand', sans-serif;
  color: #FFF;
}
@media screen and (min-width: 480px) {
  .testimonials-row .testimonial-list .who .person {
    display: inline-block;
    margin-left: 35px;
    margin-right: -50px;
    margin-top: 0px;
  }
}
.testimonials-row .testimonial-list .who .person h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.testimonials-row .testimonial-list .who .person span {
  display: block;
  font-size: 14px;
  text-align: center;
}
/*MEDIA QUERIES*/
@media (max-width: 600px) {
  .testimonials-row ul.testimonial-list li .who {
    width: auto;
    height: auto;
    text-align: center;
  }
  .testimonials-row ul.testimonial-list li .who a.logo {
    position: static;
    text-align: center;
    padding: 20px 0 0;
  }
  .testimonials-row ul.testimonial-list li .who .person {
    position: static;
    display: inline-block;
  }
}
