body {
  font-family: 'Roboto', sans-serif;
}
a {
   outline: 0;
}
.product-name {
  color: #fff;
}
.product-name:hover,
.product-name:focus {
  color: #fff;
  text-decoration: none;
}
.mailto-decor {
  color: #D4DEF6;
}
.mailto-decor:hover,
.mailto-decor:focus {
  color: #D4DEF6;
  text-decoration: none;
}
.carousel-control.right, .carousel-control.left {
  background-image:none;
}
.img-responsive-prod {
    margin-top: 20px;
    margin-bottom: 20px;
}

.fill {
/*    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-color: #1e4098;

    background-repeat: repeat-x;*/
    min-height: 400px;
    background-image: linear-gradient(to bottom, #1e4098 0px, #2249ad 100%);
}
.caption-color {
  color: #809DE6;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.navbar {
  margin-bottom: 0;
}

.carousel-caption {
  position: static;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 40px;
  color: #D4DEF6;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50%;
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #fff;
}
.btn-outline-inverse {
  background-color: transparent;
  border-color: #cdbfe3;
  color: #fff;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
  background-color: #fff;
  border-color: #fff;
  color: #1E4098;
  text-shadow: none;
}
.ct-slidetitle .lead {
    margin: 30px auto;
    font-size: 20px;
    color: #fff;
}
@media (min-width:768px) {
    .ct-slidetitle {
    padding: 0;
}
.ct-slidetitle h1 {
    font-size: 60px;
}
.ct-slidetitle .lead {
    font-size: 24px;
}
}
@media (min-width:992px) {
    .ct-slidetitle .lead {
    width: 80%;
    font-size: 30px;
}
}
.half-rule {
  margin: 50px auto;
  width: 300px;
}
.ct-features {
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
.ct-features-title {
  color: #333;
  font-size: 30px;
  margin-bottom: 5px;
}
.ct-features .lead {
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
}
.bs-docs-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px;
    color: #777;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.bs-docs-footer-links {
    padding-left: 0;
    margin-top: 20px;
    color: #999;
}
.bs-docs-footer-links li {
    display: inline;
    padding: 0 2px;
}
.bs-docs-footer-links li:first-child {
    padding-left: 0;
}

.ct-prod-header {
    position: relative;
    padding: 30px 15px;
    color: #D4DEF6;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    background-color: #2249ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1e4098), to(#2249ad));
    background-image: -webkit-linear-gradient(top, #1e4098 0, #2249ad 100%);
    background-image: -o-linear-gradient(top, #1e4098 0, #2249ad 100%);
    background-image: linear-gradient(to bottom, #1e4098 0, #2249ad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e4098',  endColorstr='#2249ad',  GradientType=0);
    background-repeat: repeat-x;
}
.ct-prod-header {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-weight: 100;
}
.ct-prod-header h1 {
    margin-top: 0;
    color: #fff;
}
.ct-prod-header p {
    margin-bottom: 40;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
.ct-prod-header .container {
    position: relative;
}
@media (min-width:768px) {
    .ct-prod-header {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 24px;
    text-align: left;
}
.ct-prod-header h1 {
    font-size: 60px;
    line-height: 1;
}
}
@media (min-width:992px) {
.ct-prod-header h1, .ct-prod-header p {
    margin-right: 380px;
}
}
h1[id] {
    padding-top: 20px;
    margin-top: 0;
}

/*Right menu*/
.bs-docs-sidebar .nav>li>a {
    display: block;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #8C8C8C;
}
.bs-docs-sidebar .nav>li>a:hover, .bs-docs-sidebar .nav>li>a:focus {
    padding-left: 18px;
    color: #1E4098;
    text-decoration: none;
    background-color: transparent;
    border-left: 2px solid #1E4098;
}
.bs-docs-sidebar .nav>.active>a, .bs-docs-sidebar .nav>.active:hover>a, .bs-docs-sidebar .nav>.active:focus>a {
    padding-left: 15px;
    font-weight: 700;
    color: #1E4098;
    background-color: transparent;
    border-left: 5px solid #1E4098;
}

.lead-text {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .lead-text {
    font-size: 15px;
  }
}
.bs-docs-section {
    margin-bottom: 30px;
}

.table-text {
  font-size: 15px;
}
@media (min-width: 768px) {
  .table-text {
    font-size: 15px;
  }
}

.text-enigo-orange {
  color: #E24F21;
}
.text-2col {
    margin-top: 20px;
}

.fluid-wrapper {
    position: relative;
    padding-bottom: 300px;
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    padding-left: 0px;
    padding-right: 0px;
}
.text-liaa {
    font-size: 16px;
}S
