@import url('https://fonts.googleapis.com/css?family=Roboto:400,600, 700');

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


/* 04 - TT-HEADER */


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

body.landing-page {
  font-family: 'Roboto', serif;
  background: #fff;
  overflow-x: hidden;
  background-image:none !important;
}

body.landing-page .tt-header .logo {
  height: 41px;
  line-height: 41px;
}

.tt-header {
  padding-top: 22px;
  height: 80px;
  background: #fff;
  border-bottom: 2px solid #e9e9e9;
}

.tt-header-inner {
  padding: 0 55px;
}

.tt-header .c-btn {
  float: right;
}

.c-btn.btn-landing {
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #30373b;
}

.c-btn:hover {
  color: #fff;
  border-color: #1579C5;
}

.c-btn.btn-landing.style-2 {
  background: #1579C5;
  border-color: transparent;
  color: #fff;
  padding: 1em 2em;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  margin-top: 28px;
}

.c-btn.btn-landing.style-3 {
  background: #fff;
  color: #1579C5;
  font-size: 16px;
  border: 0 none;
  font-weight: 600;
  padding: 1em 2em;
}

.tt-text-link {
  color: #111;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.tt-text-link i {
  margin-right: 6px;
}


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


/* 05 - TT-BANNER */


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

.tt-banner {
  display: table;
  position: relative;
  width: 100%;
  height: 650px;
  background: #fff;
  padding: 0;
  /*margin-bottom: 100px;*/
  border-bottom: 1px solid #d9d9d9;
}

.tt-banner-inner {
  display: table-cell;
  vertical-align: middle;
}

.tt-banner-info {
  /*margin-left: -50px;*/
  margin-top: 146px;
  padding: 0;
}

.tt-banner-info p {
  font-size: 20px;
  color: #595f62;
  line-height: 33px;
}

.tt-banner-label {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #272b2b;
  text-transform: uppercase;
  border-top: 2px solid #272b2b;
  padding-left: 71px;
  padding-top: 5px;
  margin-bottom: 22px;
}

.tt-banner-title {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 12px;
  font-weight: 400;
  color: #111;
}


/*.admin-bar .tt-banner-img {
  top: 61px;
  max-width: 50%;
}*/

.tt-hero-img {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .tt-banner-img {
    max-width: 50%;
  }
  .tt-banner-title {
    font-size: 60px;
    line-height: 67px;
  }
}

@media (max-width: 991px) {
  .tt-banner {
    height: 500px;
    padding: 40px 30px;
    margin-bottom: 60px;
  }
  .tt-banner-info {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .tt-banner-title {
    font-size: 50px;
    line-height: 55px;
  }
  .tt-banner-img {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .tt-banner {
    height: 400px;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .tt-banner-title {
    font-size: 40px;
    line-height: 44px;
  }
  body.landing-page .tt-header-inner {
    padding: 0;
    text-align: center;
  }
  .c-btn.btn-landing {
    display: none;
  }
}


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


/* 06 - TT-TITLE */


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

.tt-title {
  text-align: center;
  margin-bottom: 45px;
}

.tt-title-count {
  font-size: 90px;
  line-height: 80px;
  font-weight: 700;
  color: #272b2b;
}

.tt-title-name {
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #111;
  margin-bottom: 10px;
}

.tt-title-description {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

.tt-title-text span {
  color: #7ab55c;
}

@media (max-width: 767px) {
  .tt-title {
    margin-bottom: 30px;
  }
}


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


/* 07 - TT-PAGE */


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

.tt-page {
  background: #fff;
  /*border: 1px solid #d0d0d0;*/
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.tt-page.small-thumb .tt-page-img {
  box-shadow: none;
}


/*.tt-page:hover {
  -webkit-box-shadow: 0px 10px 20px 0px #e1e1e1;
  -moz-box-shadow: 0px 10px 20px 0px #e1e1e1;
  box-shadow: 0px 10px 20px 0px #e1e1e1;
}*/

.tt-page.small-thumb {
  border: 1px solid #eaeaea;
}

.tt-page-img {
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  /*border-bottom: 1px solid #d0d0d0;*/
}

.tt-page:not(.small-thumb) .tt-page-img {
  border-radius: 5px;
  border:2px solid #eaeaea;
}

.tt-page:not(.small-thumb) .tt-page-img img {
  border-radius: 5px;
}

.tt-page:not(.small-thumb) .tt-page-img:hover {/*
  -webkit-box-shadow: 0px 10px 20px 0px #e1e1e1;
  -moz-box-shadow: 0px 10px 20px 0px #e1e1e1;
  box-shadow: 0px 10px 20px 0px #e1e1e1;*/
  position: relative;
  transform: translateY(-15px);
}

.tt-page-img img {
  width: 100%;
}

.tt-page-title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #111;
  text-align: center;
  padding: 14px 0;
}

.tt-page.small-thumb .tt-page-title {
  font-size: 13px;
  color: #666;
  text-transform: none;
  border-bottom: 1px solid #eaeaea;
}

.tt-page.small-thumb:hover .tt-page-title {
  color: #111;
}

.tt-page-title:hover {
  color: #676a6a;
}

.tt-page-more .btn-more {
  display: inline-block;
}

.tt-page-more {
  display: block;
  border: 2px dashed #eaeaea;
  width: 100%;
  padding: 60px 0;
  text-align: center;
}

.tt-page-more span {
  color: #949494;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

@media (max-width: 991px) {
  .isotope-content {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .isotope-item {
    width: 100%;
  }
  .isotope-content {
    margin-bottom: 0;
  }
}


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


/* 08 - TT-FOOTER-INNER */


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

.tt-footer {
  text-align: center;
}

.tt-footer-inner {
  background-image: url('https://relstudiosnx.github.io/videoly/landing/pages/footer-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #167AC6;
  padding-top: 95px;
  padding-bottom: 90px;
}

.tt-footer-title {
  font-size: 48px;
  line-height: 52px;
  color: #fff;
  margin-bottom: 18px;
}

.tt-footer-text {
  font-size: 20px;
  line-height: 1.5em;
  color: #b8d0ee;
  margin-bottom: 45px;
}

strong {
  font-weight: 700;
}

@media (max-width: 991px) {
  .tt-footer-inner {
    padding: 60px 15px;
  }
  .tt-footer-line {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .tt-footer-inner {
    padding: 30px 15px;
  }
}

.text-left {
  text-align: left;
}

.mac-book-holder {
  position: relative;
  background: url('https://relstudiosnx.github.io/videoly/landing/pages/macbook.png');
  width: 623px;
  height: 355px;
  float: right;
  display: block;
}

.holder-img {
  position: absolute;
  left: 103px;
  top: 26px;
}

.with-border {
  border-top: 1px solid #eaeaea;
}

.hvr-sweep-to-top:before {
  background: #1164a2 !important;
}

.c-btn.btn-landing.style-3.hvr-sweep-to-top:before {
  background: #0f578d !important;
}

.c-btn.btn-landing.style-3:hover {
  color: #fff;
}

.tt-header-inner .c-btn.btn-landing.hvr-sweep-to-top:before {
  background: #1579C5 !important;
}

.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius:2px;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: white;
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
