/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}


/* Taotao Video CSS
-------------------------------------------------- */

.ttv-navi-title {
  font-size: 1.2em;
  padding-top: 0.5em;
  color: #bababa;
}

.ttv-navi-title a {
  color: #bababa;
  text-decoration: none;
}

.ttv-navi-title-active {
  color: #2ec447;
  font-weight: bold;
}

.ttv-navi-title-active a {
  color: #2ec447;
}

.ttv-carousel-1 {
  background-image: url(../../images/banner.png);
}

.ttv-team-item {
  margin-top: 1.8em;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  text-align: center;
}

.ttv-team-item span {
  line-height: 1.5em;
  font-size: 1em;
  color: #5a5a5a;
  letter-spacing: 0.1em;
}

.ttv-team-item img {
  width: 100%;
}

.ttv-team-item video {
  width: 99%;
  height: 99%;
  border-radius: 30px;
}

.ttv-live-num {
  font-size: 1.3em;
  font-weight: bold;
  color: #2e9359;
}

.ttv-video-poster {
  border-radius: 30px; 
  cursor: pointer; 
}


.ttv-video-container {
  height: 550px;
  width: 100%;
  position: relative;
  top:0px;
  background-position: center;
}

.ttv-video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  z-index: -10;
}

.ttv-video-container .caption {
  z-index: 1;
  font-size: 3em;
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: 200px;
}

.ttv-noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* -------------------------------------------------- */







/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}




/*
    Created on : 2016-12-16, 13:40:46
    Author     : SĹ‚awomir Netteria.NET https://netteria.net
*/
