/* PANTONE SOLID 7461 C (rgb(0, 125, 186)) #007dba */
/* blue earth 50% de #007dba to #000000 background =  #003f5d */

/* Generated by less 2.2.0 */
/* ==========================================================================
   by Default - Colors, Fonts and Vars
   ========================================================================== */

.light {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.normal {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.no-blur {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
/* ==========================================================================
   General
   ========================================================================== */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  /*background: #333333 !important;*/
  background: #003f5d !important;
/*
  background: #333333 url("/img/background_1.jpg") no-repeat center center fixed !important;
  webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
*/
}
h1 {
  color: #009999;
  margin: 0;
  font-size: 36px;
  line-height: 60px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
h2 {
  color: #FFFFFF;
  font-size: 46px;
  margin: 0px;
  line-height: 42px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #ff6666;
  text-transform: uppercase;
}
h3 {
  color: #FFFFFF;
  font-size: 30px;
  margin: 30px 0px;
  line-height: 36px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.potentialities {
  margin: 40px 0 20px 0;
  color: #CCC;
  font-size: 18px;
}
p.medium {
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
p {
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}
/* ==========================================================================
   Loading
   ========================================================================== */
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #003f5d url(../img/loading.gif) center center no-repeat;
}
/* ==========================================================================
   Menu
   ========================================================================== */
.btn-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  background: #333333;
  color: #ff6666;
  z-index: 13;
  display: block;
}
.opened {
  color: #333333;
  background: #ff6666;
}
.opened:hover {
  color: #333333;
  background: #009999;
}
.opened #open {
  display: none;
}
.opened #close {
  display: inline-block;
}
.closed {
  color: #ff6666;
  background: #333333;
}
.closed:hover {
  color: #333333;
  background: #ff6666;
}
.closed #open {
  display: inline-block;
  margin-top: 8px;
}
.closed #close {
  display: none;
}
.wrap-menu {
  /*background: #333333 !important;*/
}
.wrap-menu h1 {
  color: #999;
  text-align: center;
  padding: 0;
}
.wrap-menu #menu {
  width: 100%;
  margin: 0 auto;
}
.wrap-welcome {
  /*background: #333333 !important;*/
  /*background: #007dba !important;*/
  background: #003f5d !important;
}
/* ==========================================================================
   Structure
   ========================================================================== */
.section {
  text-align: center;
}
.section.light {
  background: #f9f9f9;
}
.slide {
  background-position: center center;
  background-size: cover;
}
.arrow-up {
  left: 50%;
  margin-left: -100px;
  border-width: 80px 80px 0px 100px;
  border-color: rgba(255, 102, 102, 0.1) transparent transparent transparent;
  position: absolute;
  top: 0%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: 0px;
  z-index: 10;
}
.arrow-up:hover::after {
  color: rgba(355, 102, 102, 0.5);
}
.arrow-up::after {
  content: "\e682";
  font-family: 'Pe-icon-7-stroke';
  color: #ff6666;
  font-size: 100px;
  position: relative;
  line-height: 0px;
  margin-left: -28px;
  margin-top: 0px;
  top: -50px;
}
.arrow-down {
  left: 50%;
  bottom: 0%;
  margin-left: -100px;
  border-width: 0px 80px 80px 100px;
  border-color: transparent transparent rgba(255, 102, 102, 0.1) transparent;
  position: absolute;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: 0px;
  z-index: 10;
}
.arrow-down:hover::after {
  color: rgba(255, 102, 102, 0.5);
}
.arrow-down::after {
  content: "\e688";
  font-family: 'Pe-icon-7-stroke';
  color: #ff6666;
  font-size: 100px;
  position: relative;
  line-height: 0px;
  margin-left: -28px;
  margin-top: 0px;
  top: 50px;
}
.fp-controlArrow {
  margin-top: -100px;
}
.fp-controlArrow.fp-prev {
  left: 0px;
  width: 0;
  border-width: 100px 0px 100px 100px;
  border-color: transparent rgba(0, 153, 153, 0.2) transparent rgba(0, 153, 153, 0.2);
  border-radius: 0px;
  display: none;
}
.fp-controlArrow.fp-prev:hover::after {
  color: rgba(0, 153, 153, 0.5);
}
.fp-controlArrow.fp-prev::after {
  content: "\e686";
  font-family: 'Pe-icon-7-stroke';
  color: #009999;
  font-size: 100px;
  position: relative;
  line-height: 0px;
  margin-left: -100px;
}
.fp-controlArrow.fp-next {
  right: 0px;
  width: 0;
  border-width: 100px 100px 100px 0px;
  border-color: transparent rgba(255, 102, 102, 0.2) transparent rgba(255, 102, 102, 0.2);
  border-radius: 0px;
  display: none;
}
.fp-controlArrow.fp-next:hover::after {
  color: rgba(255, 102, 102, 0.5);
}
.fp-controlArrow.fp-next::after {
  content: "\e684";
  font-family: 'Pe-icon-7-stroke';
  color: #ff6666;
  font-size: 100px;
  position: relative;
  line-height: 0px;
  margin-left: 38px;
}
.tip-info {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  display: none;
}
.tip-info span {
  font-size: 64px;
}
.tip-info p {
  color: #fff;
}
.tip-info .btn-close {
  position: absolute;
  display: block;
  background: #ff6666;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 65px;
  border-radius: 50px;
  top: -15px;
  right: -15px;
}
.tip-info .btn-close:hover {
  background: #009999;
}
.tip-info .btn-close span {
  font-size: 32px;
}
.section.sample h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: #FFFFFF;
  margin: 0px 0px 15px 0px;
  padding: 0;
}
#intro h1,
#video h1,
.section.contact h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 46px;
  line-height: 60px;
  color: #FFFFFF;
  margin: 0px 0px 15px 0px;
  padding: 0;
  text-transform: capitalize;
}
.section.contact a {
  /*color: #ff6666!important;*/
}
.section.contact a:hover,
.section.contact a:focus {
  /*color: #009999!important;*/
}
#intro h2,
#video h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 36px;
  color: #009999;
  margin: 10px 0px;
}
.section.contact h2 {
  margin: 0;
  margin-bottom: 40px;
}
.section.contact .wrap-logo {
  margin-bottom: 40px;
}




#intro h3,
.section.contact h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #ff6666;
  margin: 0;
}
ul.items {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  width: intrinsic;
}
ul.items li {
  display: inline-table;
  margin: 0px 15px 30px 15px;
  padding: 0;
  text-align: center;
  width: 130px;
}
ul.list-items {
  margin: 30px auto;
  padding: 0;
  display: block;
  max-width: 250px;
}
ul.list-items li {
  display: block;
  padding: 0;
  text-align: left;
  color: #666666;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
}
ul.list-items li:before {
    content: "•"; /* Insert content that looks like bullets */
    padding-right: 14px;
    color: #FFFFFF; /* Or a color you prefer */
}
ul.items li .initials {
  font-size: 36px;
  line-height: 80px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 80px;
}
ul.items li p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
ul.items li a {
  color: #ff6666;
  text-decoration: none;
}
ul.items li a:hover {
  color: #009999;
  text-decoration: none;
}
ul.items li ul {
  margin: 0 auto;
  padding: 0;
}
ul.items li ul li {
  text-align: center;
  margin: 0;
  padding: 0;
}
ul.items li h3 {
  text-transform: uppercase;
  margin-top: 10px;
  color: #666666;
  font-size: 16px;
  line-height: 22px;
}
ul.items li:nth-child(odd) .initials {
  /*color: #009999;*/
  /*border-color: rgba(0, 153, 153, 0.5);*/
}
ul.items li:nth-child(odd) h3 {
  /*color: #009999;*/
}
ul.items li:nth-child(even) .initials {
  /*color: #ff6666;*/
  /*border-color: rgba(255, 102, 102, 0.5);*/
}
ul.items li:nth-child(even) h3 {
  /*color: #ff6666;*/
}

ul.items li .initials {
  color: #ff6666;
  border-color: rgba(0, 153, 153, 0.5);
}
ul.items li h3 {
  color: #FFFFFF;
}



#menu ul.items li ul {
  margin-bottom: 20px;
}
#menu ul.items li li {
  margin: 5px 0px 0px 0px;
  padding-top: 5px;
  border-top: 1px solid #999;
}
#menu ul.items li li a {
  color: #999;
}
#menu ul.items li li a:hover {
  color: #666666;
}
#menu ul.items li a:hover .initials {
  color: #999;
  border-color: #999;
}
#menu ul.items li a:hover h3 {
  color: #999;
}
#project-info-01,
#project-01-01 {
  background-image: url(../img/works/01-langosta/01.jpg);
  background-size: cover;
}
#project-01-02 {
  background-image: url(../img/works/01-langosta/02.jpg);
}
#project-info-02,
#project-02-01 {
  background-image: url(../img/works/02-infusion/01.jpg);
}
#project-02-02 {
  background-image: url(../img/works/02-infusion/02.jpg);
}
#project-02-03 {
  background-image: url(../img/works/02-infusion/03.jpg);
}
.project-info .fp-tableCell {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.info {
  width: 70%;
  margin: auto;
}
.info h1 {
  color: #fff;
}
.info h2 {
  color: #66cccc;
  margin: 20px 0px;
  font-size: 36px;
}
.info p {
  color: #fff;
  margin: 0px 0px 10px 0px;
}
.wrap-buttons {
  text-align: center;
  width: 100%;
  margin: 0px;
}
.learn-more i {
  padding-right: 10px;
}
.learn-more {
  padding: 10px 10px;
  border-radius: 5px;
  background: #ff6666;
  text-align: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  width: 300px;
  margin: 5px auto;
  text-transform: uppercase;
}
.section.patent .learn-more {
  width: 360px;
}
.learn-more:hover,
.learn-more:focus {
  background: #009999;
  text-decoration: none;
  color: #FFFFFF;
}
.launch-site {
  padding: 10px 10px;
  border-radius: 5px;
  background: #009999;
  text-align: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  width: 200px;
  margin: 5px auto;
  text-transform: uppercase;
}
.launch-site:hover {
  background: #ff6666;
  text-decoration: none;
}
.wrap-chart {
  float: left;
  width: 100%;
}
.charts {
  background: #333333;
}
.charts h1 {
  color: #fff;
}
.charts h2 {
  color: #fff;
}
.charts p {
  color: #fff;
}
.charts canvas {
  width: 100% !important;
  max-width: 400px;
  height: auto !important;
}
.legend {
  width: intrinsic;
  margin: 20px auto;
}
.legend .title {
  display: block;
  line-height: 11px;
  margin: 10px;
  border-style: solid;
  border-width: 0 0 0 10px;
  padding: 0 10px;
  color: #fff;
  text-align: left;
}
.wrap-image {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background-size: cover;
}
.wrap-image.overlay:before {
  background-size: cover;
  display: block;
  position: absolute;
  opacity: 0.4;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: inherit;
}
.wrap-image.overlay {
  background-color: #000;
  height: auto;
}
.negative {
  color: #fff;
}
.negative h1,
.negative h2,
.negative h3,
.negative h4,
.negative h5,
.negative h6,
.negative p,
.negative ul li,
.negative ol li {
  color: #fff;
}
.section.wrap-welcome .wrap-image {
  background: url(../img/welcome.png) center center no-repeat;
  background-size: cover;
}
.section.patent .wrap-image {
  background: url(../img/patent.png) center center no-repeat;
  background-size: cover;
}
.section.patent h1 {
  color: #ff6666;
}
.section.kit .wrap-image {
  background: url(../img/kit.png) center center no-repeat;
  background-size: cover;
}
.section.prototype .wrap-image {
  background: url(../img/prototype.jpg) center center no-repeat;
  background-size: cover;
}
#sample-section-01 .wrap-image {
  background: url(../img/slide-sample-01.jpg) center center no-repeat;
  background-size: cover;
}
#sample-section-02 .wrap-image {
  background: url(../img/slide-sample-06.jpg) center center no-repeat;
  background-size: cover;
}


#sample-section-03 .wrap-image.overlay:before {
  background: url(../img/slide-sample-04.jpg) center center no-repeat;
  background-size: cover;
}
#sample-section-03 .wrap-image.overlay {
  background-color: #ff3300;
}


.wrap-logo img {
  width: 120px;
  height: auto;
}
.slick-prev {
  left: 15px !important;
  z-index: 4 !important;
}
.slick-next {
  left: -15px !important;
  z-index: 4 !important;
}


.panel-group {
    margin: 0 !important;
    margin-bottom: 0 !important;
}
.accordion .panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0px;
}
.accordion .panel {
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid #666666;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-radius: 0px;
}
.accordion a {
  text-decoration: none;
  color: #ffffff;
}

.dots span {
  max-width: 10px
  max-height: 10px;
  border-radius: 5px;
  display: block;
}
.dots span img {
  width: 100%;
  height: auto;
}



p span {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
}
p span.pat-granted {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #2b4747;
  background-color: #2b4747;
  margin: 10px 10px;
  border: 1px solid #666666;
}
p span.pat-ap {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #5a3d3d;
  background-color: #5a3d3d;
  margin: 10px 10px;
  border: 1px solid #666666;
}
p span.pat-not {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #3d3d3d;
  background-color: #3d3d3d;
  margin: 10px 10px;
  border: 1px solid #666666;
}
.pat-ref {
  padding-top: 20px;
}
.pat-ref p {
  width: 400px;
  text-align: left;
  margin: 0 auto;
}
























/* SWIPEBOX */
#swipebox-slider .slide {
    padding: 10px;
}
@media (min-width: 768px) {
  #swipebox-slider .slide {
      padding: 40px;
  }
}
#swipebox-bottom-bar {
    bottom: 0;
    top: 50px;
}
#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#swipebox-bottom-bar, #swipebox-top-bar {
    background: transparent;
}
#swipebox-bottom-bar {
  height: calc(100% - 50px);
}
#swipebox-arrows {
  width: 100%;
  height: 100%;
  max-width: none;
}
#swipebox-prev,
#swipebox-next {
  width: 50%;
  height: 100%;
}
#swipebox-prev {
  background-image: url(../img/swipebox/swipebox-prev.png) !important;
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  background-position: 10% 50%;
    float: left;
}
#swipebox-next {
  background-image: url(../img/swipebox/swipebox-next.png) !important;
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  background-position: 90% 50%;
    float: right;
}

.obama {
  padding-bottom: 40px;
}
.contact-wrapper {
  padding-top: 40px;
}

.separate {
  padding: 25px 0;
}
.patent-area {
  padding-top: 60px;
  color: #FFFFFF;
  line-height: 40px;
  display: inline-block;
}
.patent-area span {
  width: 20px;
  height: 20px;
  background-color: #006375;
  display: inline-block;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: -4px;
  margin-right: 10px;
}
.section.animation {
  background-color: #CCCCCC;
}
.section.animation .animation-wrapper img {
  width: 100%;
  height: auto;
  max-width: 1440px;
}


.section.contact .wrap-logo img {
  max-width: 90px;
  height: auto;
}
.confidential {
  padding-top: 10px;
}
.section.kit .wrap-buttons a {
  display: inline-block;
}
.section.kit img {
  width: 100%;
  max-width: 420px;
  height: auto;
}
.wrap-buttons.end-buttons a {
  display: inline-block;
}
.end-buttons {
  color: #FFF;
}


span.initials {
  font-size: 22px;
  line-height: 38px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #009999;
  border-radius: 20px;
  margin-bottom: 10px;
  color: #009999;
}
span.refe {
  color: #009999;
  padding-right: 20px;
}
.drawings-public {
  padding-top: 40px;
}
div.section.support .wrap-buttons,
div.section.web-links .wrap-buttons {
  padding-top: 40px;
}
div.section.support .wrap-buttons {
  padding-bottom: 40px;
}

a.other-patents span {
  content: initial;
}
a.other-patents span.rollOverText {
  display: none;
}
a.other-patents:hover span {
  display: none;
}
a.other-patents:hover span.rollOverText {
  display: initial;
}
.section.claims h1 {
  line-height: 1em;
  padding: 40px 0;
}
.section.claims p.list-corp {
  min-height: 260px;
}
.section.discarded-patents .discarded-patents-table,
.section.discarded-patents .discarded-patents-titles {
  display: block;
  width: 100%;
}
.section.discarded-patents .discarded-patents-cell {
  display: table-cell;
  border: 1px solid #009999;
  line-height: 30px;
}
.section.discarded-patents .discarded-patents-cell.two-up {
  line-height: 60px;
  border: 1px solid #009999;
}
.section.discarded-patents .discarded-patents-cell.selected {
  display: table-cell;
  border: 1px solid #003f5d;
  background-color: #009999;
  color: #009999;
}
.section.discarded-patents .discarded-patents-titles .discarded-patents-cell {
  display: table-cell;
  border: 1px solid #003f5d;
  background-color: #009999;
  line-height: 30px;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  text-align: center;
}
.section.discarded-patents .discarded-patents-titles .discarded-patents-cell a {
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
}
.section.discarded-patents .discarded-patents-titles .discarded-patents-cell a:hover,
.section.discarded-patents .discarded-patents-titles .discarded-patents-cell a:focus {
  text-decoration: underline;
}
.section.discarded-patents .discarded-patents-titles {
  position: relative;
}
.section.discarded-patents .discarded-patents-titles .links {
  color: #FFF;
  position: absolute;
  right: 0;
  top: -25px;
}
.section.discarded-patents .discarded-patents-cell p {
  margin: 0;
  font-size: 18px;
}
.section.discarded-patents .discarded-patents-footer {
  margin-top: 15px;
}
.section.discarded-patents .discarded-patents-footer a {
  color: #009999;
}
.section.discarded-patents .discarded-patents-footer a:hover,
.section.discarded-patents .discarded-patents-footer a:focus {
  text-decoration: underline;
}


.wrap-logos-sponsors .sponsor {
  border-top: 1px solid #009999;
  border-bottom: 1px solid #009999;
  padding: 20px;
}
.wrap-logos-sponsors .sponsor img {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  max-width: 360px;
}
.wrap-logos-sponsors .sponsor span {
  display: block;
  color: white;
}
.wrap-logos-sponsors .sponsor span.price {
  font-size: 1.6em;
}

.img-responsive {
  width: 100%;
  height: auto;
}
.img-inventor {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 30px;
  display: block;
}