*{
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none!important;

}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

@keyframes slideRight {
  0% {
    transform-origin: 0 0;

  }

  100% {
    transform-origin: 0 0;
    transform: translateX(0%);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    /*transform: translateX(-100%);*/
    transform: translateX(0);
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInRigth {
  from {
    opacity: 0;
   transform: translateX(0);
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fa-question-circle, .fa-file-text-o, .fa-calendar{
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 10px;
}

.fa-search{
  font-size: 20px ;
}
.fa-angle-down{
  color: #8b8e94;
  font-size: 20px;
  position: absolute;
  top: 8px;
  right: 10px;
  font-weight: bold;
}
.fa-angle-up{
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 8px;
  right: 10px;
  font-weight: bold;
}
.fa-info-circle, .fa-arrow-circle-left, .fa-cogs, .fa-commenting-o, .fa-arrow-circle-right{
  color: #fff;
  font-size: 2em;
  position: absolute;
  top: 15px;
  left: 10px;
}
.fa-users, .fa-line-chart{
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 30px;
}
.fa-user, .fa-power-off, .fa-registered{
  color: #fff;
  font-size: 24px;
}
.fa-youtube, .fa-television, .fa-facebook-square{
  color: #fff;
  font-size: 32px;
  position: absolute;
  top: 14px;
  left: 14px;
}
.fa-play-circle-o, .fa-play{
  color: #fff;
  font-size: 90px;
  position: absolute;
  top: 120px;
  left: calc(50% - 30px);
  font-weight: lighter
}
.fa-chevron-left, .fa-chevron-right{
  color: #9dc3ee;
  font-size: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: 3px;
}
.fa-plus-circle{
  color: #fe2335;
  font-size: 40px;
  cursor: pointer;
}
.fa-check{
  position: absolute;
  top: 5px;
  left: 5px;
  color:green;
  font-size: 30px;
  opacity: 0.8;
}
.fa-bars{
  color: #9dc3ee;
  font-size: 30px;
  cursor: pointer;
  line-height: 50px;
}
.navbar-find .fa-search, .navbar-find .fa-times{
  font-size: 30px;
  color: #9dc3ee;
  font-size: 30px;
  cursor: pointer;
  margin-left: 10px;
  line-height: 50px;
}
.navbar-find .fa-times{
  color: #fff;
}
