﻿body {
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  color: #18214c;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    font-weight: bold;
  }
}
.section {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.section.section-gray {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ededed;
}
.section .section-title {
  text-align: center;
  margin-bottom: 30px;
  color: #B20202;
}
.section .section-desc {
  margin-bottom: 30px;
}
.section .header {
  text-align: center;
}
.section .header img {
  width: 30px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section .section-desc {
    margin-bottom: 60px;
  }
}
.bg-myttc {
  background-image: url('/images/myttc/bg_mobile.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bg-myttc {
    background-image: url('/images/myttc/bg_desktop.jpg');
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.bg-myttc .app-logo {
  margin: 0 auto;
  max-width: 130px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .bg-myttc .app-logo {
    max-width: 160px;
  }
}
.bg-myttc .app-title {
  margin-bottom: 15px;
}
.bg-myttc .app-desc {
  margin-bottom: 15px;
}
.bg-myttc .btn {
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s all;
  margin-bottom: 15px;
}
.bg-myttc .btn:hover,
.bg-myttc .btn:Active,
.bg-myttc .btn:focus {
  background: #fff;
  color: #B20202;
}
.bg-myttc .link {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
  text-decoration: underline;
}
.bg-myttc .link:hover {
  opacity: 1;
}
.bg-myttc .play-link {
  display: inline-block;
  width: 140px;
}
.bg-myttc .play-link img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .bg-myttc .play-link {
    width: 170px;
  }
}
@media screen and (min-width: 321px) {
  .bg-myttc .play-link.app-store-link {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .bg-myttc .play-link.app-store-link {
    margin-left: 15px;
  }
}
.bg-myttc.menu {
  height: 55px;
  padding: 0 !important;
}
.navbar-default {
  background: transparent;
  color: #fff;
  border-bottom: 0;
  margin-bottom: 0;
}
.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;
}
.float-block {
  height: auto;
}
@media screen and (max-width: 767px) {
  .float-block .float-content {
    padding-bottom: 40px;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .float-block {
    height: 600px;
  }
  .float-block.no-pb {
    height: 540px;
  }
  .float-block .float-right {
    float: right;
  }
}
.float-block .container,
.float-block .row,
.float-block .float-img,
.float-block .float-content {
  height: 100%;
}
.float-block .section-device {
  margin: 0 auto;
  max-height: 480px;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  overflow: hidden;
}
.table .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.table .table-cell h2 {
  margin-bottom: 15px;
}
.table .table-cell p {
  opacity: 0.9;
  margin-bottom: 25px;
}
.float-img .table-cell {
  vertical-align: bottom;
}
.feature-1 {
  padding-bottom: 0;
  max-height: 500px;
  overflow: hidden;
}
.supportedCities .table-title {
  padding-left: 10px;
  font-size: 22px;
}
.supportedCities table {
  width: 100%;
}
.supportedCities table td,
.supportedCities table th {
  text-align: left;
  padding: 7px 10px;
}
.supportedCities table td:not(:last-child),
.supportedCities table th:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.supportedCities table tbody td {
  opacity: 0.8;
}
.supportedCities table td {
  border-top: 1px solid #ebebeb;
}
.supportedCities table tbody tr:hover {
  background-color: #f2f2f2;
}
.supportedCities .note {
  margin-top: 30px;
  font-size: 12px;
}
.features {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #eaeaea;
}
.features #feature-device {
  margin: 0 auto;
  max-height: 450px;
}
.features .features-list {
  display: table;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .features .features-list {
    width: 100%;
    margin-top: 0;
  }
}
.features .features-list .feature {
  display: table-row;
  cursor: pointer;
}
.features .features-list .feature.active {
  background-color: #dddddd;
}
.features .features-list .feature.active .border {
  border-left-color: #B20202;
}
.features .features-list .feature:first-child .border {
  border-top: 1px solid #d1d1d1;
}
.features .features-list .feature .border {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
  border-left: 3px solid transparent;
}
.features .features-list .feature .feature-img,
.features .features-list .feature .feature-text {
  display: table-cell;
  vertical-align: middle;
  float: none;
  max-width: 100px;
}
.features .features-list .feature .feature-img h3,
.features .features-list .feature .feature-text h3 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
}
.myttc-footer {
  background: #121837;
  position: relative;
  color: #fff;
  padding: 20px 0;
}
.myttc-footer p {
  margin-bottom: 0;
}
.myttc-footer .social {
  margin-bottom: 15px;
}
.myttc-footer .social a img {
  display: inline-block;
  width: 35px;
}
.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: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  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: #B20202;
  color: #fff;
  height: auto;
}
.btn span {
  padding: 15px 25px;
  padding-left: 0;
}
.btn .fa {
  padding: 15px 25px;
  padding-right: 12.5px;
}
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
  color: #fff;
  background: #800101;
}
.btn-round {
  border-radius: 50%;
}
.btn-twitter {
  background-color: #0a98e3;
  color: #fff;
}
.btn-twitter:hover,
.btn-twitter:active,
.btn-twitter:focus {
  color: #fff;
}
.btn-facebook {
  background-color: #2e3dc7;
  color: #fff;
  margin-right: 10px;
}
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook:focus {
  color: #fff;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.copyright a {
  color: #fff;
  text-decoration: none;
}
.no-pb {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .no-p {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}