div#cookies {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #ddd;
    z-index: 100;
    padding: 5px 30px 5px 15px;
    border-top: 2px solid #A62639;
}
div#close {
    position: absolute;
    right: 15px;
    top: 5px;
}

a.navbar-brand {
    padding: 0 10px !important;
}

#logo-header {
    height: 70px;
}

.service-block-red {
	background: #A62639 !important;
    padding: 30px;
    margin: 0;
}
.service-block.service-only-title {
    min-height: 150px;
}
.service-block.service-only-title a {
    color: inherit;
    text-decoration: none;
}
@media (max-width: 992px){
    .service-block.service-only-title {
        min-height: 120px;
    }
}
@media (max-width: 768px){
    .service-block.service-only-title {
        min-height: 90px;
    }
}


.features-title {
    font-size: 20px !important;
    font-weight: 500;
    margin-bottom: 20px;
}
.features-list {
    padding: 0 !important;
}
.features-list li {
    font-size: 14px;
    border-top: dotted 1px #e74c3c;
}
.features-list li:first-child {
    border-top: none;
}

.parallax-quote.lasers {
    background: url(../img/imagenamot2.jpg) 50% 0 repeat fixed;
}
.parallax-quote.sources {
    background: url(../img/home-slider/2.jpg) 50% 0 repeat fixed;
}
.parallax-quote.multi {
    background: url(../img/home-slider/1.jpg) 50% 0 repeat fixed;
}

.revolution-ch2 {
  padding-top: 10px;
}

.revolution-ch2:after {
  top: 0;
}

.parallax-strength {
    z-index: 1;
    padding: 0 80px;
    position: relative;
}
.parallax-strength h2 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}
.parallax-strength p {
    color: #fff;
    font-size: 20px;
}
@media (max-width: 768px){
  .parallax-strength {
    padding: 0 40px;
  }
  .parallax-strength h2 {
    font-size: 24px;
  }
  .parallax-strength p {
    font-size: 18px;
  }
}

.breadcrumbs-v3.img-v1 {
  background: url(../img/namot-contacts.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-v1 {
  background: url(../img/namot-contacts.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.testimonials-desc .testimonial-paper-img img {
    position: absolute;
    width: 110px;
    height: 110px;
}
.testimonials-desc .testimonial-paper-img p {
    margin-left: 120px;
    min-height: 110px;
}
.testimonials-desc .testimonial-name > * {
    text-align: right;
}

.owl-clients .item {
    background: #f5f5f5;
    padding: 30px 10px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    min-height: 120px;
}
.owl-clients .item a {
    color: #333;
}

.service-bg2 {
	width: 250px;
	padding: 60px;
	position: absolute;
	top: -10px;
	right: -100px;
	background-color: rgba(150,150,150,0.1);
	transform: rotate(55deg);
}
