.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfloat {
  zoom: 1;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
body *,
html * {
  box-sizing: border-box;
}
.inner-container {
  margin: 0 auto;
  width: 1200px;
}
body {
  overflow-x: hidden;
}
body.fixed {
  padding-top: 68px;
}
body.fixed .header {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
body.add .header-action .action-wrapper {
  transform: translate3d(-200px, 0, 0);
}
body.add .header-action .action-btn.add-to-chrome-btn {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
body.add .header-action .action-btn.add-to-chrome-btn:hover {
  background: #70a4ff;
}
.header {
  height: 68px;
  background: white;
}
.header .logo {
  float: left;
  margin-top: 17px;
  height: 34px;
  width: 124px;
  background-size: 124px auto;
  background-image: url(../images/logo_black.png);
  cursor: pointer;
  position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .header .logo {
    background-image: url(../images/logo_black@2x.png);
  }
}
.header .logo a {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}
.header .logo .logo-text {
  line-height: 20px;
  font-weight: 500;
}
.header .header-action {
  margin-top: 15px;
  position: relative;
  float: right;
}
.header .header-action .action-wrapper {
  transition: all 300ms ease;
  position: absolute;
  right: 0;
  width: 363px;
}
.header .header-action #account-btn,
.header .header-action #project-btn,
.header .header-action #video-btn,
.header .header-action #sign-in-btn {
  display: none;
}
.header .header-action .action-btn {
  float: right;
  display: block;
  text-align: center;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 300ms ease;
  color: #505667;
  text-decoration: none;
}
.header .header-action .action-btn.pricing,
.header .header-action .action-btn.video {
  margin-right: 20px;
}
.header .header-action .action-btn.sign-in-btn {
  width: 106px;
  background: transparent;
  border: 1px solid #505667;
  color: #505667;
}
.header .header-action .action-btn.sign-in-btn:hover {
  background: #505667;
  color: white;
}
.header .header-action .action-btn.add-to-chrome-btn {
  visibility: hidden;
  opacity: 0;
  width: 172px;
  background: #5794ff;
  color: white;
  transform: scale(0);
}
.header .header-action .action-btn.add-to-chrome-btn:hover {
  background: #70a4ff;
}
.add-to-chrome-btn {
  font-size: 16px;
  font-weight: 500;
  color: white;
  background: #5794ff;
  border-radius: 6px;
  line-height: 50px;
  height: 50px;
  width: 340px;
  cursor: pointer;
  transition: all 200ms ease;
  box-shadow: 0px 10px 20px rgba(87, 134, 255, 0.2);
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.add-to-chrome-btn .free-tip {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 10px;
}
.add-to-chrome-btn .browser-name {
  margin-left: 4px;
}
.add-to-chrome-btn .browser-icon {
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  color: white;
  margin-right: 10px;
  background-size: 80px auto;
  background-image: url(../images/browsers.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .add-to-chrome-btn .browser-icon {
    background-image: url(../images/browsers@2x.png);
  }
}
.add-to-chrome-btn .browser-icon.chrome {
  background-position: 0px -20px;
}
.add-to-chrome-btn .browser-icon.edge {
  background-position: -20px -20px;
}
.add-to-chrome-btn .browser-icon.safari {
  background-position: -40px -20px;
}
.add-to-chrome-btn .browser-icon.firefox {
  background-position: -60px -20px;
}
.add-to-chrome-btn .arrow {
  height: 2px;
  width: 8px;
  position: relative;
  background-color: white;
  float: right;
  transform: rotate(45deg);
  border-radius: 3px;
  margin-left: auto;
  top: -2px;
}
.add-to-chrome-btn .arrow::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 3px;
  left: 3px;
  top: 3px;
  height: 2px;
  width: 8px;
  background-color: white;
  transform: rotate(270deg);
}
.add-to-chrome-btn:hover {
  background: #70a4ff;
}
.supports {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #8f9ac0;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.supports .support-browser {
  height: 20px;
  width: 20px;
  font-size: 20px;
  margin-left: 10px;
  background-size: 80px auto;
  background-image: url(../images/browsers.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .supports .support-browser {
    background-image: url(../images/browsers@2x.png);
  }
}
.supports .support-browser.chrome {
  background-position: 0px 0;
}
.supports .support-browser.edge {
  background-position: -20px 0;
}
.supports .support-browser.safari {
  background-position: -40px 0;
}
.supports .support-browser.firefox {
  background-position: -60px 0;
}
.banner .inner-container .left {
  float: left;
  width: 490px;
  padding-top: 92px;
}
.banner .inner-container .left .new {
  font-size: 18px;
  color: #fec141;
  font-style: italic;
}
.banner .inner-container .left .slogon {
  font-size: 47px;
  color: #3b404e;
  letter-spacing: -1px;
  line-height: 63px;
  font-weight: 700;
  margin-bottom: 40px;
}
.banner .inner-container .left .numbers-container {
  display: flex;
}
.banner .inner-container .left .numbers-container .number-item {
  color: #4f5572;
  margin-right: 40px;
}
.banner .inner-container .left .numbers-container .number-item .num {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 5px;
}
.banner .inner-container .left .numbers-container .number-item .num-desc {
  white-space: nowrap;
  font-size: 12px;
}
.banner .inner-container .left .description {
  font-size: 15px;
  color: #3b404e;
  letter-spacing: 0;
  line-height: 27px;
}
.banner .inner-container .left .description div {
  margin-bottom: 10px;
}
.banner .inner-container .left .add-to-chrome-btn {
  margin-top: 73px;
}
.banner .inner-container .left .tip {
  font-size: 13px;
  color: #8189a9;
  letter-spacing: 0;
  margin-top: 10px;
}
.banner .inner-container .right {
  float: left;
  width: 710px;
  position: relative;
  height: 850px;
}
.banner .inner-container .right .bg {
  position: absolute;
  left: 0;
  top: -51px;
  width: 804px;
  height: 968px;
  background: url(../images/bg1.png) no-repeat;
  z-index: -2;
}
.banner .inner-container .right .video-box-wrapper {
  position: absolute;
  left: 124px;
  top: 130px;
  height: 386px;
  width: 524px;
}
.banner .inner-container .right .video-box-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  top: 14px;
  right: -6px;
  bottom: -14px;
  background: rgba(36, 40, 59, 0.4);
  border-radius: 6px;
  filter: blur(18px);
  z-index: -1;
}
.banner .inner-container .right .video-box-wrapper .video-box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.banner .inner-container .right .video-box-wrapper .video-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .inner-container .right .video-box-wrapper .video-box video {
  width: 100%;
  height: 100%;
}
.how-it-works .title {
  font-size: 36px;
  color: #3b404e;
  line-height: 38px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 48px;
}
.how-it-works .work-container-title {
  font-size: 18px;
  font-style: italic;
  color: #fec141;
  line-height: 30px;
  text-align: center;
  margin-bottom: 13px;
}
.how-it-works .work-item-container {
  display: flex;
  justify-content: space-around;
  margin-bottom: 73px;
}
.how-it-works .work-item-container.show .work-item {
  -webkit-animation: slide-in-top 500ms ease 0.5s 1 forwards;
  -moz-animation: slide-in-top 500ms ease 0.5s 1 forwards;
  -ms-animation: slide-in-top 500ms ease 0.5s 1 forwards;
  animation: slide-in-top 500ms ease 0.5s 1 forwards;
}
.how-it-works .work-item-container .work-item {
  text-align: center;
  width: 380px;
  opacity: 0;
  position: relative;
  top: -20px;
}
.how-it-works .work-item-container .work-item .pic {
  height: 256px;
  width: 100%;
  background-size: 380px auto;
}
.how-it-works .work-item-container .work-item .text {
  font-size: 19px;
  color: #3b404e;
  letter-spacing: 0;
  line-height: 38px;
  font-weight: 500;
}
.how-it-works .work-item-container .work-item .text-tip {
  font-size: 13px;
  color: #505667;
  letter-spacing: 0;
  line-height: 30px;
}
.how-it-works .work-item-container .work-item.screenshot {
  animation-delay: 0s;
}
.how-it-works .work-item-container .work-item.screenshot .pic {
  background-image: url(../images/img_TakeScreenshot.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .how-it-works .work-item-container .work-item.screenshot .pic {
    background-image: url(../images/img_TakeScreenshot@2x.png);
  }
}
.how-it-works .work-item-container .work-item.annotate {
  animation-delay: 0.5s;
}
.how-it-works .work-item-container .work-item.annotate .pic {
  background-image: url(../images/img_AnnotateScreenshot.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .how-it-works .work-item-container .work-item.annotate .pic {
    background-image: url(../images/img_AnnotateScreenshot@2x.png);
  }
}
.how-it-works .work-item-container .work-item.share {
  animation-delay: 1s;
}
.how-it-works .work-item-container .work-item.share .pic {
  background-image: url(../images/img_ShareScreenshot.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .how-it-works .work-item-container .work-item.share .pic {
    background-image: url(../images/img_ShareScreenshot@2x.png);
  }
}
.how-it-works .work-item-container .work-item.record {
  animation-delay: 0s;
}
.how-it-works .work-item-container .work-item.record .pic {
  background-image: url(../images/img_recording.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .how-it-works .work-item-container .work-item.record .pic {
    background-image: url(../images/img_recording@2x.png);
  }
}
.how-it-works .work-item-container .work-item.video-share {
  animation-delay: 0.5s;
}
.how-it-works .work-item-container .work-item.video-share .pic {
  background-image: url(../images/img_InstantSharing.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .how-it-works .work-item-container .work-item.video-share .pic {
    background-image: url(../images/img_InstantSharing@2x.png);
  }
}
.how-it-works .work-item-container .work-item.connect {
  animation-delay: 1s;
}
.how-it-works .work-item-container .work-item.connect .pic {
  background-image: url(../images/img_connectDirectly.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .how-it-works .work-item-container .work-item.connect .pic {
    background-image: url(../images/img_connectDirectly@2x.png);
  }
}
.usage {
  height: 930px;
  margin: 150px auto 0 auto;
  background: -webkit-linear-gradient(to bottom, #ecf9ff, rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, #ecf9ff, rgba(0, 0, 0, 0));
  position: relative;
}
.usage .inner-container {
  position: relative;
}
.usage .camera-icon {
  height: 600px;
  width: 600px;
  position: absolute;
  left: 160px;
  top: 120px;
  z-index: 0;
}
.usage .blur-block {
  width: 1440px;
  height: 236px;
  filter: blur(50px);
  position: absolute;
  left: 0;
  top: 693px;
  background: white;
}
.usage .usage-container {
  display: flex;
  justify-content: space-around;
}
.usage .usage-container.show .usage-item {
  -webkit-animation: slide-in-top 500ms ease 0.5s 1 forwards;
  -moz-animation: slide-in-top 500ms ease 0.5s 1 forwards;
  -ms-animation: slide-in-top 500ms ease 0.5s 1 forwards;
  animation: slide-in-top 500ms ease 0.5s 1 forwards;
}
.usage .usage-container .usage-item {
  position: relative;
  opacity: 0;
  backface-visibility: hidden;
}
.usage .usage-container .usage-item .usage-item-wrapper {
  width: 370px;
  height: 439px;
  background: white;
  border-radius: 6px;
  position: relative;
  padding: 32px 11px;
}
.usage .usage-container .usage-item .bg {
  display: block;
  background: rgba(87, 148, 255, 0.3);
  border-radius: 6px;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 17px;
  bottom: -17px;
  filter: blur(18px);
  z-index: -1;
}
.usage .usage-container .usage-item::after {
  content: "";
  display: block;
  background: rgba(87, 148, 255, 0.3);
  border-radius: 6px;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 17px;
  bottom: -17px;
  filter: blur(18px);
  z-index: -1;
}
.usage .usage-container .usage-item .icon {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.usage .usage-container .usage-item .pic {
  height: 230px;
  width: 348px;
  background-size: 348px auto;
}
.usage .usage-container .usage-item .text {
  margin-top: 28px;
  font-size: 22px;
  color: #3b404e;
  letter-spacing: 0;
  line-height: 38px;
  padding: 0 19px;
  font-weight: 500;
}
.usage .usage-container .usage-item .text-tip {
  margin-top: 8px;
  font-size: 15px;
  color: #505667;
  letter-spacing: 0;
  line-height: 30px;
  padding: 0 19px;
}
.usage .usage-container .usage-item.personal {
  animation-delay: 0s;
  top: 152px;
}
.usage .usage-container .usage-item.personal .pic {
  background-image: url(../images/img_Personal.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .usage .usage-container .usage-item.personal .pic {
    background-image: url(../images/img_Personal@2x.png);
  }
}
.usage .usage-container .usage-item.friends {
  animation-delay: 0.5s;
  top: 192px;
}
.usage .usage-container .usage-item.friends .pic {
  background-image: url(../images/img_WithFriends.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .usage .usage-container .usage-item.friends .pic {
    background-image: url(../images/img_WithFriends@2x.png);
  }
}
.usage .usage-container .usage-item.clients {
  animation-delay: 1s;
  top: 232px;
}
.usage .usage-container .usage-item.clients .pic {
  background-image: url(../images/img_WithClients&Teammates.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .usage .usage-container .usage-item.clients .pic {
    background-image: url(../images/img_WithClients&Teammates@2x.png);
  }
}
.comments {
  text-align: center;
  position: relative;
}
.comments .title {
  font-size: 35px;
  color: #3b404e;
  letter-spacing: 0;
  text-align: center;
  line-height: 62px;
  font-weight: 500;
  z-index: 5;
  position: relative;
}
.comments .star {
  width: 465px;
  height: 40px;
  background-size: 465px auto;
  margin: 6px auto 0 auto;
  background-image: url(../images/img_4.6-stars.png);
  position: relative;
  z-index: 3;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .comments .star {
    background-image: url(../images/img_4.6-stars@2x.png);
  }
}
.comments .star-desc {
  color: #3b404e;
  font-size: 20px;
  z-index: 5;
  position: relative;
  line-height: 30px;
  margin-top: 20px;
  font-weight: 500;
}
.comments .comments-container {
  margin-top: -60px;
  height: 1200px;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.comments .comments-container .block {
  position: absolute;
  width: calc(100% + 100px);
  top: -53px;
  height: 212px;
  background-image: linear-gradient(to bottom, #ffffff 0, #ffffff 50%, #ffffff 71%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.comments .comments-container .comments-column {
  width: 380px;
  height: 100%;
}
.comments .comments-container .comments-column .comment-item {
  background: white;
  border-radius: 6px;
  position: relative;
  width: 380px;
  padding: 12px 16px;
  margin-bottom: 30px;
}
.comments .comments-container .comments-column .comment-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 5px;
  right: 5px;
  background: rgba(87, 148, 255, 0.3);
  border-radius: 8px;
  filter: blur(10px);
  z-index: -1;
}
.comments .comments-container .comments-column .comment-item .user {
  text-align: left;
  height: 52px;
}
.comments .comments-container .comments-column .comment-item .user .avatar {
  float: left;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  margin-right: 13px;
}
.comments .comments-container .comments-column .comment-item .user .info .name {
  font-size: 14px;
  font-weight: 500;
  color: #3b404e;
}
.comments .comments-container .comments-column .comment-item .user .info .star {
  height: 16px;
  width: 100px;
}
.comments .comments-container .comments-column .comment-item .content {
  margin-top: 16px;
  text-align: left;
  font-size: 13px;
  color: #3b404e;
  line-height: 22px;
}
.comments .comments-container .comments-column .comment-item .time {
  font-size: 11px;
  color: #8189a9;
  text-align: right;
  line-height: 22px;
}
.btn-area {
  height: 211px;
  position: relative;
  top: -70px;
  text-align: center;
  background-image: linear-gradient(to top, #ffffff 0, #ffffff 50%, #ffffff 71%, rgba(255, 255, 255, 0) 100%);
}
.btn-area .add-to-chrome-btn {
  margin: 142px auto 0 auto;
}
.btn-area .add-to-chrome-btn:hover {
  background: #70a4ff;
}
.btn-area .supports {
  justify-content: center;
}
.footer {
  color: white;
  margin-top: 35px;
  height: 164px;
  background: #1d1e1f;
  padding-top: 36px;
}
.footer .logo {
  float: left;
  height: 33px;
  width: 135px;
  background-size: 135px auto;
  background-image: url(../images/logo_white.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .footer .logo {
    background-image: url(../images/logo_white@2x.png);
  }
}
.footer .list-container {
  float: left;
  margin-left: 285px;
}
.footer .list-container .list {
  float: left;
  margin-right: 20px;
  width: 140px;
}
.footer .list-container .list.two-column {
  width: 200px;
}
.footer .list-container .list .list-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer .list-container .list .list-box {
  width: 100%;
}
.footer .list-container .list .list-box a {
  text-decoration: none;
  color: #9b9b9b;
  font-size: 13px;
  float: left;
  width: 104px;
  font-weight: 500;
  margin-bottom: 6px;
}
.footer .list-container .list .list-box a:hover {
  text-decoration: underline;
}
.footer .list-container .list .list-box .media-icon {
  height: 30px;
  width: 30px;
  background-color: #505667;
  border-radius: 50%;
  float: left;
  margin-right: 14px;
}
.footer .list-container .list .list-box .media-icon.facebook {
  background-image: url("../images/icon_Facebook.svg");
}
.footer .list-container .list .list-box .media-icon.facebook:hover {
  background-color: #3b5998;
}
.footer .list-container .list .list-box .media-icon.twitter {
  background-image: url("../images/icon_Twitter.svg");
}
.footer .list-container .list .list-box .media-icon.twitter:hover {
  background-color: #1da1f2;
}
.footer .list-container .list .list-box .media-icon.email {
  background-image: url("../images/icon_e-mail.svg");
}
.footer .list-container .list .list-box .media-icon.email:hover {
  background-color: #d93025;
}
.cr {
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  color: #4d5961;
  letter-spacing: 0;
  text-align: center;
  background: #2c3137;
}
/********privacy & policy page**************/
.main {
  font-size: 15px;
  color: #3b404e;
}
.main .inner-main {
  padding: 50px 20px 0 20px;
  width: 800px;
  margin: 0 auto;
}
.main .inner-main .title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #3b404e;
}
.main .inner-main .section {
  margin-bottom: 40px;
}
.main .inner-main .section .section-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 20px;
  color: #3b404e;
}
.main .inner-main .section .section-content p {
  line-height: 27px;
}
.main .inner-main .section .section-content p a {
  font-weight: 500;
  text-decoration: none;
  color: #4f8bf3;
}
.main .inner-main .section .section-content p a:hover {
  text-decoration: underline;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../font/roboto/roboto-v20-latin-regular.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../font/roboto/roboto-v20-latin-regular.woff") format("woff");
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../font/roboto/roboto-v20-latin-500.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../font/roboto/roboto-v20-latin-500.woff") format("woff");
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-600 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../font/roboto/roboto-v20-latin-500.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../font/roboto/roboto-v20-latin-500.woff") format("woff");
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../font/roboto/roboto-v20-latin-700.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../font/roboto/roboto-v20-latin-700.woff") format("woff");
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@-webkit-keyframes slide-in-top {
  to {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes slide-in-top {
  to {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
}
@-ms-keyframes slide-in-top {
  to {
    opacity: 1;
    -ms-transform: translateY(20px);
  }
}
@keyframes slide-in-top {
  to {
    opacity: 1;
    transform: translateY(20px);
  }
}
