carousel-caption
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0px;
  color: #5a5a5a;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper>.container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-wrapper .navbar {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-wrapper .navbar .container {
  width: auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 750px;
  margin-bottom: 0px;
  margin-top: 90px;
  background-color: #eee;
}

.carousel-sub {
  height: 320px;
  margin-bottom: 0px;
  margin-top: 90px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 750px;
  background-color: #eee;
}

.carousel .subitem {
  height: 320px;
  background-color: #777;
}

.carousel-inner>.item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
}

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 80px 0;
  /* Space out the Bootstrap <hr> more */
}

.dfs-divider00 {
  margin: 120px 0;
  clear: both;
}

.dfs-divider01 {
  margin: 100px 0;
  clear: both;
}

.dfs-divider02 {
  margin: 80px 0;
  clear: both;
}

.dfs-divider03 {
  margin: 50px 0;
  clear: both;
}

.dfs-line01 {
  margin: 70px 0;
  border-top: 1px solid #ddd;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1600px) {

  /* Carousel base class */
  .carousel {
    height: 625px;
    margin-bottom: 0px;
  }

  .carousel .item {
    height: 625px;
    background-color: #eee;
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    top: 38%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  }
}

@media (max-width: 1366px) {

  /* Carousel base class */
  .carousel {
    height: 534px;
    margin-bottom: 0px;
  }

  .carousel .item {
    height: 534px;
    background-color: #eee;
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    top: 38%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  }
}

@media (max-width: 1280px) {

  /* Carousel base class */
  .carousel {
    height: 500px;
    margin-bottom: 0px;
  }

  .carousel .item {
    height: 500px;
    background-color: #eee;
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    top: 36%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  }
}

@media (max-width: 1024px) {

  /* Carousel base class */
  .carousel {
    height: 400px;
    margin-bottom: 0;
    margin-top: 50px;
  }

  .carousel .item {
    height: 400px;
    background-color: #eee;
  }

  .carousel-sub {
    height: 200px;
    margin-bottom: 0px;
    margin-top: 50px;
  }

  .carousel .subitem {
    height: 200px;
    background-color: #777;
  }

  .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }

  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    margin: 160px 0 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/main/arrow-left.png);
    filter: alpha(opacity=50);
    opacity: 0.7;
  }

  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    margin: 160px 0 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/main/arrow-right.png);
    filter: alpha(opacity=50);
    opacity: 0.7;
  }

  .carousel-control:hover,
  .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=100);
    outline: 0;
    opacity: 1;
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    top: 33%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  }

  .carousel-caption-sub {
    position: absolute;
    right: 15%;
    bottom: 40px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    opacity: 0.9;
  }

  .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;
    filter: alpha(opacity=100);
    opacity: 1;
  }

  .featurette-divider {
    margin: 60px 0;
  }

  .dfs-divider00 {
    margin: 50px 0;
  }

  .dfs-divider01 {
    margin: 50px 0;
  }

  .dfs-divider02 {
    margin: 40px 0;
  }

  .dfs-divider03 {
    margin: 20px 0;
  }

  .dfs-line01 {
    margin: 15px 0;
    border-top: 1px solid #ddd;
  }
}

@media (max-width: 800px) {

  /* Carousel base class */
  .carousel {
    height: 300px;
    margin-bottom: 0;
  }

  .carousel .item {
    height: 300px;
    background-color: #eee;
  }

  .carousel-sub {
    height: 180px;
    margin-bottom: 0px;
  }

  .carousel .subitem {
    height: 180px;
    background-color: #777;
  }

  .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }

  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    margin: 110px 0 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/main/arrow-left.png);
    filter: alpha(opacity=50);
    opacity: 0.7;
  }

  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    margin: 110px 0 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/main/arrow-right.png);
    filter: alpha(opacity=50);
    opacity: 0.7;
  }

  .carousel-control:hover,
  .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=100);
    outline: 0;
    opacity: 1;
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    top: 30%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  }

  .carousel-caption-sub {
    position: absolute;
    right: 15%;
    bottom: 40px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    opacity: 0.9;
  }

  .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;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

@media (max-width: 420px) {
  .carousel {
    height: 250px;
    margin-bottom: 0;
  }

  .carousel .item {
    height: 250px;
    background-color: #eee;
  }

  .carousel-sub {
    height: 150px;
    margin-bottom: 0px;
  }

  .carousel .subitem {
    height: 150px;
    background-color: #777;
  }

  .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }

  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    margin: 90px 0 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/main/arrow-left.png);
    filter: alpha(opacity=50);
    opacity: 0.7;
  }

  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    margin: 90px 0 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/main/arrow-right.png);
    filter: alpha(opacity=50);
    opacity: 0.7;
  }

  .carousel-control:hover,
  .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=100);
    outline: 0;
    opacity: 1;
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    top: 50px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  }

  .carousel-caption-sub {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    opacity: 0.9;
  }

  .carousel-indicators {
    position: absolute;
    bottom: 5px;
    left: 60%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    text-align: left;
    list-style: none;
    filter: alpha(opacity=100);
    outline: 0;
    opacity: 1;
  }

  .carousel-indicators li {
    display: inline-block;
    width: 50px;
    height: 5px;
    margin: 0 0px 0 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 0px;
    ;
  }

  .carousel-indicators .active {
    width: 50px;
    height: 5px;
    margin: 0px 0px 0 0px;
    background-color: #fff;
  }
}

@media (min-width: 1025px) {

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }

  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 0px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 1025px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.qr {
  width: 75px;
  height: 75px;
}