﻿body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #FCFCFC;
  font-weight: 400;
  background: #070715;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Raleway', sans-serif;
    font-weight:600;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
  }
}
p {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    text-align: center;
  }
}
ul,
li {
  text-align: left !important;
}
section {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
section h4 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
  }
  section h1 {
    margin-bottom: 30px;
  }
  section .btn {
    margin-top: 20px;
  }
}
.mb-10 {
  margin-bottom: 10px;
}
.play-link {
  display: inline-block;
  width: 140px;
}
.play-link img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .play-link {
    width: 170px;
  }
}
@media screen and (min-width: 321px) {
  .play-link.app-store-link {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .play-link.app-store-link {
    margin-left: 15px;
  }
}
.nav-padding-top {
  padding-top: 50px;
}
.bg-download {
  background-image: url('/images/myttc_old/download_background.jpg');
  background-position: center;
  background-size: cover;
  text-align: center;
}
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-image: none;
  border: none;
  white-space: normal;
  font-size: 14px;
  line-height: 1.42857143;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: linear-gradient(to right, #b20202, #b55050);
  color: #FCFCFC;
  height: auto;
  padding: 12px 40px;
}
@media screen and (max-width: 767px) {
  .btn {
    margin-bottom: 30px;
  }
}
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
  color: #FCFCFC;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}
.owl-carousel {
  margin-top: 15px;
}
.col-sm-6 {
  overflow: hidden;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .table {
    height: 450px;
  }
}
.table .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.app-review-carousel .item {
  padding: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  background-color: #010102;
  cursor: pointer;
  border-radius: 6px;
}
.app-review-carousel .item .review-top {
  position: relative;
  height: 50px;
  margin-bottom: 15px;
}
.app-review-carousel .item .review-top span {
  display: inline-block;
  position: absolute;
  left: 65px;
  text-align: left;
}
.app-review-carousel .item .review-top img,
.app-review-carousel .item .review-top span.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #b20202;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #fff;
  line-height: 45px;
  text-align: center !important;
  font-size: 18px;
  font-weight: 400;
}
.app-review-carousel .item .review-top img.first,
.app-review-carousel .item .review-top span.avatar.first {
  background-color: #02a39c;
  border-color: #02a39c;
}
.app-review-carousel .item .review-top img.second,
.app-review-carousel .item .review-top span.avatar.second {
  background-color: #b55050;
  border-color: #b55050;
}
.app-review-carousel .item .review-top img.third,
.app-review-carousel .item .review-top span.avatar.third {
  background-color: #6c7182;
  border-color: #6c7182;
}
.app-review-carousel .item .review-top img.fourth,
.app-review-carousel .item .review-top span.avatar.fourth {
  background-color: #3db638;
  border-color: #3db638;
}
.app-review-carousel .item .review-top img.fifth,
.app-review-carousel .item .review-top span.avatar.fifth {
  background-color: #e0c837;
  border-color: #e0c837;
}
.app-review-carousel .item .review-top .name {
  top: 10px;
}
.app-review-carousel .item .review-top .stars {
  top: 28px;
  color: #f1ff3c;
}
.app-review-carousel .item p {
  text-align: left !important;
}
.bg-dark {
  background-color: #070715;
  background-image: url('white-diamond-dark.png');
  background-repeat: repeat;
}
.bg-light,
footer {
  background-color: #0b0b20;
}
.bg-main {
  background-image: url('/images/myttc_old/bg-main.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.bg-main:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(7, 7, 21, 0.65);
  width: 100%;
  height: 100%;
}
footer {
  padding-top: 10px;
  padding-bottom: 15px;
}
footer a {
  color: #fff;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: #fff;
}
footer p {
  margin-bottom: 0;
  text-align: left !important;
}
.text-light {
  color: #D2DEDC;
}
.img-main-device {
  max-height: 300px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .img-main-device {
    margin-bottom: 0;
    max-height: 450px;
  }
}
.img-other-device {
  max-height: 300px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .img-other-device {
    max-height: 450px;
  }
}
.navbar-default {
  background: #070715;
  border: none;
  color: #fff;
  border-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .navbar-default {
    background: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0b0b20;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:Active,
.navbar-default .navbar-brand:focus {
  opacity: 1;
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  opacity: 0.8;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:Active,
.navbar-default .navbar-nav > li > a:focus {
  opacity: 1;
  color: #fff;
}
.navbar-background.navbar-default {
  transition: 0.3s all ease-in;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  border-bottom: 0;
  margin-bottom: 0;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
}
.navbar-background.navbar-default .navbar-brand {
  color: #000;
}
.navbar-background.navbar-default .navbar-brand:hover,
.navbar-background.navbar-default .navbar-brand:Active,
.navbar-background.navbar-default .navbar-brand:focus {
  opacity: 1;
  color: #000;
}
.navbar-background.navbar-default .navbar-nav > li > a {
  color: #000;
  opacity: 0.8;
}
.navbar-background.navbar-default .navbar-nav > li > a:hover,
.navbar-background.navbar-default .navbar-nav > li > a:Active,
.navbar-background.navbar-default .navbar-nav > li > a:focus {
  opacity: 1;
  color: #000;
}