body, html {
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #000;
    background: #fff;
}

a {
    color: #cc2d2d;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #cc2d2d;
}

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

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }

.space {
    margin-top: 30px;
}

ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

.btn-default {
    background: #cc2d2d;
    border-color: #cc2d2d;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    line-height: 26px;
}

.btn-default:active,
.btn-default:hover,
.btn-default:focus {
    background: #951f1f;
    border-color: #951f1f;
    color: #fff;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: none;
}

/* MENU */
#tf-menu {
  padding: 40px 0;
  background: #EAEBF4;
  /*border-bottom: 1px solid #ddd;*/
}

@media screen and (max-width: 768px) {
  #tf-menu {
    margin-top: 0;
    background: #EAEBF4;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #tf-menu .navbar-brand {
    color: #343434 !important;
  }
  #tf-menu #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #tf-menu #navbar li a:hover {
    color: #343434 !important;
  }
  #tf-menu #navbar li a span:before {
    background: transparent !important;
  }
  #tf-menu #navbar li.active a {
    background: transparent;
    background: none;
    color: #343434 !important;
  }
  #tf-menu #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#tf-menu .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#tf-menu #navbar li a {
  font-family: "Helvetica Neue", 'Roboto', sans-serif;
  color: #343434;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}

@media screen and (max-width: 1199px) {
  #tf-menu #navbar li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

#tf-menu #navbar .se2sky-navbar-right li a {
    color: #CC2D2D;
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
}

#tf-menu #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#tf-menu #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #343434;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#tf-menu #navbar li a:hover {
  color: rgba(0, 0, 0, 0.5);
}
#tf-menu #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#tf-menu #navbar li.active a {
  background: transparent;
  background: none;
  color: rgba(0, 0, 0, 0.5);
}
#tf-menu #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#tf-menu .navbar-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding-top: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.5);
  line-height: 50px;
}
#tf-menu .navbar-brand img {
    display: inline-block;
    max-height: 52px;
    padding-right: 40px;
}
#tf-menu.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#tf-menu.navbar-fixed-top .navbar-brand {
  color: #343434;
}
#tf-menu.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#tf-menu.navbar-fixed-top #navbar li a:hover {
  color: #343434;
}
#tf-menu.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #343434;
}
#tf-menu.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#tf-menu .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #tf-menu .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#tf-menu .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#tf-menu .navbar-default .brand-slogan em {
  color: #343434;
  font-style: normal;
}
#tf-menu a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.tf-menu-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.tf-menu-toggle.active i::before, .tf-menu-toggle.active i::after {
  background: #343434;
}
.tf-menu-toggle:hover, .tf-menu-toggle:focus, .tf-menu-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.tf-menu-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #343434;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #343434;
  transition: all .2s ease-out;
}
.tf-menu-toggle i::before, .tf-menu-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #343434;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.tf-menu-toggle i::before {
  top: -7px;
}

.tf-menu-toggle i::after {
  bottom: -7px;
}

.tf-menu-toggle:hover i::before {
  top: -10px;
}

.tf-menu-toggle:hover i::after {
  bottom: -10px;
}

.tf-menu-toggle.active i {
  background: transparent;
}

.tf-menu-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.tf-menu-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.tf-menu-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .tf-menu-toggle {
    display: block;
  }
}

/* Header Section */
#tf-header {
    padding: 60px 0 0;
    background: #eaebf4;
    max-height: 530px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    #tf-header {
        max-height: 600px;
    }
}

@media screen and (max-width: 768px) {
    #tf-header {
        max-height: 100%;
        overflow: none;
        padding-bottom: 60px;
    }
}

#tf-header p {
    color: #3E3E3E;
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 18px;
}

#tf-header h1 {
    margin-top: 0;
    margin-bottom: 36px;
    color: #000000;
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.12px;
    line-height: 37px;
}

#tf-header h2 {
    margin-top: 70px;
    margin-bottom: 0;
    color: #5B5B5B;
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 19px;
}

@media screen and (max-width: 768px) {
    #tf-header h2 {
        margin-top: 0;
    }
}

#tf-header h3 {
    color: #5B5B5B;
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 19px;
}

#tf-header .se2sky-paper {
}

#tf-header .se2sky-paper img {
    display: inline-block;
    -webkit-box-shadow: -5px 1px 15px -1px rgba(140,140,140,0.58);
    -moz-box-shadow: -5px 1px 15px -1px rgba(140,140,140,0.58);
    box-shadow: -5px 1px 15px -1px rgba(140,140,140,0.58);
    margin: 15px 0 0 15px;
}

#tf-header .se2sky-buttons {
    margin-top: 40px;
    margin-bottom: 30px;
}

#tf-header .se2sky-buttons a {
    margin-bottom: 10px;
}

#tf-header .se2sky-buttons a:first-child {
    margin-right: 20px;
}

#tf-header .se2sky-buttons .btn {
    padding-left: 16px;
    padding-right: 16px;
}

/* What to Get section */
#tf-what-to-get {
    padding: 60px 0;
    background: #F1F1F1;
}

.se2sky-featured-icon img {
    max-height: 110px;
    display: inline-block !important;
}

.se2sky-featured-icon {
}

.se2sky-featured {
    margin: 5px 0 45px;
}

.se2sky-featured h3 {
    color: #CC2D2D;
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 19px;
}

.se2sky-featured p {
    color: #3E3E3E;
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 18px;
}

.se2sky-section-title h2 {
    color: #5d5d5d;
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 30px !important;
    font-weight: bold;
    letter-spacing: -0.12px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 20px;
}

.se2sky-section-title01 h2 {
    color: #5B5B5B;
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 24px !important;
    font-weight: bold;
    letter-spacing: -0.09px;
    line-height: 29px;
    font-size: 30px;
    margin-bottom: 20px;
}

.se2sky-section-line {
    border-top: 6px solid #CC2D2D;
    height: 4px;
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.se2sky-download-icon {
    margin: 10px;
}

.se2sky-download-icon img {
    max-height: 70px;
    display: inline-block;
}

/* How It Work section */
#tf-how-it-work {
    padding: 60px 0;
    background: #fff;
}

.se2sky-video-icon img {
    display: inline-block;
    padding: 20px;
}

.se2sky-video {
    margin: 5px 0 45px;
}

#tf-how-it-work h3 {
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 19px;
    margin-bottom: 4px;
}

#tf-how-it-work .se2sky-section-line01 {
    border-top: 2px solid #CC2D2D;
    height: 2px;
    max-width: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 4px;
    margin-bottom: 20px;
}

#tf-how-it-work a,
#tf-how-it-work p {
    color: #5B5B5B;
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: -0.12px;
    line-height: 21px;
}

#tf-how-it-work a {
    text-decoration: underline;
}

#tf-how-it-work a:hover {
    text-decoration: underline;
    color: #CC2D2D;
}

/* Payment Plans section */
#tf-payment-plans {
    padding: 60px 0;
    background: #F1F1F1;
}

.se2sky-plans {
    margin: 10px 10px 45px;
    padding: 34px 17px;
    background-color: #fff;
}
.se2sky-plans2 {
  margin: 10px 10px 45px;
  padding: 34px 17px;
  background-color: #fff;
  justify-content: center
}

#tf-payment-plans h3 {
    color: #5D5D5D;
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.12px;
    line-height: 37px;
    margin-bottom: 4px;
}

#tf-payment-plans h4 {
    color: #000000;
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.19px;
    line-height: 58px;
    margin-bottom: 4px;
}

#tf-payment-plans p {
    color: #5B5B5B;
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.19px;
    line-height: 37px;
}

/* Footer */
#tf-footer {
    padding: 60px 0;
    background-color: #4c4c4c;
    color: #fff;
}

#tf-footer a {
    color: #FFFFFF;
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: -0.12px;
    line-height: 29px;
    margin-right: 20px;
    text-decoration: underline;
}

#tf-footer a:last-child {
    margin-right: 0;
}

#tf-footer a:hover {
    color: #ddd;
    text-decoration: underline;
}

#tf-footer p {
    color: #FFFFFF;
    font-family: "Helvetica Neue", 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: -0.12px;
    line-height: 29px;
}


/* Scroll to top */
.scroll-up a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.scroll-up {
  position: fixed;
  z-index: 999;
  bottom: 1em;
  right: 2em;
}

.scroll-up a {
  background-color: rgba(135, 135, 135, 0.5);
  display: block;
  width: 35px;
  height: 33px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

.scroll-up a span {
  font-size: 22px;
  line-height: 31px;
}

.scroll-up a:hover,
.scroll-up a:active {
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
}
