/* ======= Base ======= */
body {
  font-family: 'Lato', sans-serif;
  color: #36435A;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
/*   font-family: 'Montserrat', sans-serif; */
  font-weight: 700;
}
p {
  margin-bottom: 15px;
  line-height: 1.5;
}
a {
  color: #00bcd4;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #00a5bb;
}
a:focus {
  text-decoration: none;
  color: #00a5bb;
  outline: none;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  padding: 6px 20px;
}
a.btn-cta,
.btn-cta {
  font-size: 18px;
  padding: 22px 30px;
}
.btn-oval,
a.btn-oval {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius:6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.btn-primary,
.btn-primary {
  background: #002b6a;
  border: none;
  color: #fff;
  text-transform: uppercase;
}
a.btn-primary:hover,
.btn-primary:hover,
a.btn-primary:active,
.btn-primary:active,
a.btn-primary:focus,
.btn-primary:focus {
  background: #001f4b;
  border: none;
  color: #fff;
  outline: none;
}
a.btn-secondary,
.btn-secondary {
  background: #36b843;
  border: none;
  color: #fff;
  text-transform: uppercase;
}
a.btn-secondary:hover,
.btn-secondary:hover,
a.btn-secondary:active,
.btn-secondary:active,
a.btn-secondary:focus,
.btn-secondary:focus {
  background: #158e32;
  border: none;
  color: #fff;
  outline: none;
}

ul {
	margin-left:-17px;
}
ul ul {
	margin-left: -30px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 20px;
    border-left: 4px solid #222;
/*     font-family: 'EB Garamond', serif; */
}


.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 45px;
  border-color: #ccc;
  font-size: 16px;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.form-control:focus {
  border-color: #bfbfbf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
.form-group {
  margin-bottom: 30px;
}
.highlight {
  color: #51597e;
}
.navy-text {
	color: #002b6a;
}
#topcontrol {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #111;
  color: #fff;
  text-align: center;
  display: inline-block;
  z-index: 30;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#topcontrol:hover {
  background: #007888;
  color: #fff;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
  font-weight: bold;
}
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.bg-gradient {
  background-color: #151721;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#51597e), to(#151721));
  background-image: -webkit-radial-gradient(circle, #51597e, #151721);
  background-image: -moz-radial-gradient(circle, #51597e, #151721);
  background-image: -o-radial-gradient(circle, #51597e, #151721);
  background-image: -ms-radial-gradient(circle, #51597e, #151721);
  background-repeat: no-repeat;
  color: #fff;
}
/* Generic section styling */
.section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-title {
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 38px;
  position: relative;
  padding-bottom: 5px;
}
/* ====== Header ======= */
.header {
  color: #fff;
  padding-top: 15px;
}
.header-scrolled {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background: #fff;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  padding-top: 5px;
  padding-bottom: 0;
}
.header-scrolled .nav > li > a {
  color: #36435A;
}
.header-scrolled h1.logo a {
  background: transparent url('../images/settlink-logo-2.svg') no-repeat left top;
  margin-top: 8px;
}
h1.logo {
  margin-top: 0;
  margin-bottom: 0;
}
h1.logo a {
  background: transparent url('../images/settlink-logo.svg') no-repeat left top;
  display: inline-block;
  height: 44px;
  width: 155px;
}
/* ====== Nav ======= */
.navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 15px;
  background: none;
  position: relative;
  top: 5px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .toggle-title {
  display: inline-block;
  float: left;
  color: #36435A;
  margin-right: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  top: -3px;
}
.navbar-toggle .icon-bar-wrapper {
  float: left;
}
.navbar-toggle .icon-bar {
  background-color: #00bcd4;
  height: 3px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.navbar-toggle:hover .icon-bar {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.navbar-nav {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.nav > li > a {
  color: #fff;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 15px;
  padding-left: 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
  outline: none;
}
.nav > li.active > a {
  color: #00bcd4;
}
/* ======= Footer ======= */
.footer {
  background: #191f2a;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer a {
  color: rgba(255, 255, 255, 0.4);
}
.footer a:hover {
  color: #fff;
}
.footer .copyright {
  font-size: 14px;
  margin-top: 30px;
}
.footer .social-list a {
  background: rgba(255, 255, 255, 0.2);
}
.footer .social-list a .fa {
  color: #191f2a;
}
/* ======= Promo Section ======= */
.promo-section {
  padding-top: 150px;
  padding-bottom: 120px;
  background: url('../images/promo-bkgr.jpg') no-repeat;
  background-size: cover;
}
.promo-section h2, .promo-section h3 {
	font-weight: 200;
}
.promo-section h3 {
	font-size: 30px;
	color: #22c0cc;
}
.promo-section .headline {
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 36px;
}
.promo-section .headline2 {
	margin-bottom: 40px;
}
.promo-section .overview-wrapper {
  position: relative;
}
.promo-section .product-holder {
  text-align: center;
}
.promo-section .product-holder img {
  margin: 0 auto;
  display: inline-block;
}
.promo-section .product-holder .video-play-trigger {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  z-index: 5;
  top: 50%;
  margin-top: -30px;
  color: #fff;
  background: rgba(0, 188, 212, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.promo-section .product-holder .video-play-trigger:hover {
  background: #00bcd4;
}
.promo-section .product-holder .video-play-trigger .fa {
  color: #fff;
  font-size: 24px;
  padding-top: 18px;
  padding-left: 4px;
}
.promo-section .heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: bold;
}
.promo-section .heading .text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.promo-section .data-container {
  text-align: center;
}
.progress-container {
  margin-bottom: 15px;
}
.progress-container .meta {
  color: rgba(255, 255, 255, 0.8);
  clear: left;
}
.progress-bar {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  height: 25px;
  width: 460px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 10px;
  float: none;
}
.progress-bar .progress-bar-inner {
  background: #00bcd4;
  height: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cta-container {
  margin-bottom: 45px;
}
.countdown-container {
  margin-bottom: 30px;
}
.countdown-container .number {
  font-weight: bold;
  color: #fff;
  font-size: 28px;
}
.countdown-container .unit {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 5px;
  padding-right: 10px;
  font-size: 14px;
}
.intro-container {
  margin-bottom: 30px;
}
.intro-container a {
  color: #00bcd4;
}
.social-list a {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 7px;
}
.social-list a:hover {
  background: #fff;
}
.social-list a .fa {
  color: #51597e;
  font-size: 20px;
}
.social-list li {
  margin-right: 5px;
}
.social-list li:last-child {
  margin-right: 0;
}
/* ======= Promo Section ======= */
.signup-wrapper {
  background: #63c8d1;
  color: #222;
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center;
}
.signup-wrapper hr {
	border-color: #4abcc6;
	margin: 50px;
}

.signup-wrapper .section-title {
	margin-bottom: 20px;
	color: #002b6a;
}
.signup-wrapper .form-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}
.signup-wrapper .btn {
  background-color: #008fa1;
  border-color: #008fa1;
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.signup-wrapper .btn .fa {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}
.signup-wrapper .btn:hover {
  background-color: #007888;
  border-color: #007888;
}
.signup-wrapper .btn:hover .fa {
  color: #fff;
}
.signup-form {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.signup-form .form-control {
  width: 420px;
  margin-right: 5px;
}
.signup-form label.error {
  position: absolute;
  left: 0;
  width: 100%;
  top: 85px;
  text-align: center;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
/* ======= About Section ======= */

.section-benefit {
	background: #f9f9f9;
}


.about-section {
	background: #f9f9f9;
}
.about-section .item {
  margin-bottom: 90px;
}
.about-section .figure-holder {
  text-align: right;
}
.about-section .figure-holder img {
  display: inline-block;
}
.about-section .figure-holder.figure-holder-left {
  text-align: left;
}
.about-section .item-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
}
.about-section .item-desc {
  color: #586A8F;
}
.about-section .item-desc .icon {
  color: #36b843;
  margin-right: 5px;
}
.about-section .item-desc .subtitle {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.about-section .item-desc .pe-icon {
  font-size: 28px;
  vertical-align: middle;
}
.about-section .list-custom {
  margin-left: 30px;
}
.about-section .list-custom li {
  margin-bottom: 10px;
}
.about-section .list-custom .fa {
  color: #36b843;
  margin-right: 5px;
}
/* ======= Rewards Section ======= */
.rewards-section .item {
  margin-bottom: 30px;
}
.rewards-section .item-inner {
  background: #fff;
  padding: 30px;
  color: #36435A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.rewards-section .upper-wrapper {
/*   margin-bottom: 30px; */
}
.rewards-section .item-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
}
.rewards-section .item-title .price {
  display: block;
  font-size: 34px;
  margin-bottom: 20px;
  margin-top:20px;
}
.rewards-section .item-title .offer-name {
  display: block;
  font-size: 18px;
  color:#580aa1;
}
.rewards-section .item-details {
  margin-bottom: 15px;
  color: #36435A;
}
.rewards-section .backers {
  color: #586A8F;
  margin-bottom: 10px;
}
.rewards-section .backers .icon {
  display: block;
  color: #36b843;
  font-size: 28px;
  margin-bottom: 0px;
}
.rewards-section .label-featured {
  background: #ed5c2f;
  font-size: 12px;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 15px;
  padding-top: 4px;
  text-transform: uppercase;
}
/* ======= Updates Section ======= */
.updates-section .item {
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.updates-section .item-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.updates-section .item-meta {
  color: #999;
  margin-bottom: 30px;
}
.updates-section .item-content {
  color: #586A8F;
}
.updates-section .img-holder {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* ======= FAQ Section ======= */
.img-case {
	margin:30px 0 20px 0;
}
.timeline-container {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.timeline-container:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #139aa4;
  left: 50%;
  top: 0;
  position: absolute;
}
.timeline-container .timeline-item {
  position: relative;
  margin-bottom: 30px;
}
.timeline-container .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.timeline-container .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
.timeline-container .timeline-content.right {
  float: right;
}
.timeline-container .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #fff;
}
.timeline-container .timeline-content .time {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  color: #00bcd4;
  font-size: 16px;
}
.timeline-container .timeline-content .title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #36435A;
}
.timeline-container .timeline-content .desc {
  color: #586A8F;
}
.timeline-container .timeline-icon {
  background: #139aa4;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  padding-top: 14px;
}
.timeline-container .timeline-icon.complete {
  background: #36b843;
}
.timeline-container .timeline-icon .icon {
  color: #fff;
  font-size: 22px;
}
/* ======= Team Section ======= */
.team-section .item {
  margin-bottom: 30px;
}
.team-section .item-inner {
  padding: 30px;
}
.team-section .profile-holder {
  margin-bottom: 15px;
}
.team-section .name {
  margin-top: 0;
  margin-bottom: 5px;
}
.team-section .role {
  margin-bottom: 15px;
  color: #586A8F;
}
.team-section .members-container {
  margin-bottom: 30px;
}
/* ======= Contact Section ======= */
.contact-section {
  background: #f5f5f5;
  padding-top: 90px;
  padding-bottom: 90px;
}
.contact-section .contact-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.contact-form-container {
  max-width: 720px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.contact-form-intro {
  margin-bottom: 30px;
}
.contact-form label.error {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #E65348;
  margin-top: 5px;
}


/*
.panel-group {
    width:430px;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg);
    -o-transform-origin: right top;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top;
}
.panel-heading {
    width: 430px;
}
.panel-title {
    height:18px
}
.panel-title a {
    float:right;
    text-decoration:none;
    padding: 10px 430px;
    margin: -10px -430px;
}
.panel-body {
    height:830px;
}
.panel-group img {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-100%) rotate(90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(90deg);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(90deg);
    -o-transform-origin: right top;
    transform: translateX(-100%) rotate(90deg);
    transform-origin: right top;
}
.panel-group .panel img {
    margin-left:400px;
    margin-top:800px;
    position: absolute;
}
*/


/* ======= FAQ Section ======= */
.faq-section {
  background: #139aa4;
  color: #fff;
}
.faq-section h4 {
	font-weight: bold !important;
}
.faq-section .panel {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.faq-section .panel-title {
  font-weight: 400;
  font-size: 16px;
}
.faq-section .panel-title .fa {
  margin-right: 5px;
  font-size: 22px;
  vertical-align: middle;
}
.faq-section .panel-heading {
  border: none;
}
.faq-section a {
  color: #fff;
}
/* ======= Modal ======= */
.modal-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  color: #586A8F;
}
.modal-body iframe {
  max-width: 100%;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-header {
  border: none;
  padding-top: 30px;
  position: relative;
}
.modal button.close {
  font-size: 36px;
  font-weight: 300;
  text-shadow: none;
  background: none;
  position: absolute;
  right: 12px;
  top: 7px;
  z-index: 10;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.modal button.close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal-backdrop.in {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.modal.modal-video .modal-dialog {
  margin-top: 90px;
}
.modal.modal-video .modal-body {
  padding: 0;
  padding-top: 0;
}
.modal.modal-video .modal-header {
  border: none;
  padding: 0;
}
.modal.modal-video .modal-content {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal.modal-video button.close {
  color: #fff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  background: none;
  position: absolute;
  top: inherit;
  right: 0px;
  bottom: 5px;
  z-index: 10;
}
.modal.modal-video button.close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .header {
    background: #fff;
    padding-top: 5px;
  }
  .header h1.logo a {
    background: transparent url('../images/settlink-logo-2.svg') no-repeat left top;
  }
  .navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav > li > a {
    color: #36435A;
  }
  .nav > li.active > a {
    color: #00bcd4;
  }
  .promo-section .headline {
    font-size: 32px;
  }
  .promo-section .heading {
    font-size: 32px;
  }
  .progress-bar {
    width: 300px;
  }
  .countdown-container .number {
    font-size: 20px;
  }
  .signup-form .form-control {
    width: 100%;
  }
  .signup-form .btn {
    width: 100%;
    margin-top: 5px;
  }
  .about-section .desc-holder {
    margin-bottom: 30px;
  }
  .timeline-container {
    width: 90%;
  }
  .timeline-container:before {
    left: 0;
  }
  .timeline-container .timeline-icon {
    left: 0;
  }
  .timeline-container .timeline-content {
    width: 90%;
    float: right;
  }
  .timeline-container .timeline-content:before,
  .timeline-container .timeline-content.right:before {
    left: 10%;
    margin-left: -7px;
    border-left: 0;
    border-right: 7px solid #fff;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
  .navbar-nav {
    float: none;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .promo-content {
    padding-top: 80px;
  }
  .promo-section .data-container {
    text-align: left;
  }
  .promo-section .progress-bar {
    margin-left: inherit;
    margin-right: inherit;
  }
  .updates-block {
    height: 160px;
  }
  .updates-block .carousel-content .btn-cta {
    position: absolute;
  }
  .updates-block .carousel .item {
    height: 100px;
  }
  .updates-block .glyphicon-chevron-right {
    right: -60px;
  }
  .updates-block .glyphicon-chevron-left {
    left: -60px;
  }
  .music-section .albums-block .cover-figure .record-holder {
    right: -80px;
  }
  .music-section .albums-block .cover-figure:hover .record-holder {
    right: -118px;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* ======= Configure Style (Remove in production) ======= */
body {
  overflow-x: hidden;
}
.config-trigger {
  position: absolute;
  top: 30px;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #222;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
}
.config-trigger:hover {
  background: #000;
  text-decoration: none;
}
.config-trigger:hover .fa {
  color: #fff;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 7px;
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
.config-panel {
  position: absolute;
  top: 80px;
  right: -130px;
  z-index: 10;
  width: 130px;
}
.config-panel .panel-inner {
  position: relative;
  background: #222;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel .panel-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.config-panel label {
  color: #fff;
}
.config-panel #color-options {
  margin-bottom: 0px;
}
.config-panel #color-options li a {
  display: block;
  width: 36px;
  height: 36px;
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.config-panel #color-options li.active a {
  border: 2px solid #fff;
}
.config-panel #color-options li.theme-1 a {
  background: #51597e;
}
.config-panel #color-options li.theme-2 a {
  background-color: #46464D;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}

.timeline-section .panel-default {
    border-color: transparent !important;
    margin-bottom: 20px !important;
    background-color: rgba (0,0,0,0.4) !important;
}
.timeline-section  .panel-default .lead {
	padding-top:30px;
	padding-bottom: 30px;
}
.timeline-section  .panel {
	background-color: transparent !important;
}
.timeline-section  .panel-title {
	font-size: 22px;
	text-align: center
}
.timeline-section  .panel-title a {
	display: block;
	padding:6px 0;
	}
.timeline-section  .panel-title a:hover {
	text-decoration: none;
}

.home-slider {
	height:660px;
	position: relative;
}

.home-slider .title {
  text-align: center;
  width:100%;
  margin-top: 20px;
  padding: 10px;
/*   text-shadow: 2px 2px #000; */
  color: #FFF;
  position: absolute;
  top:10rem;
}
.home-slider .title h1 {
	font-size: 66px;
}
.home-slider .title h1 small {
	font-size: 22px;
	color:#f1f1f1;
	display: block;
	margin-top:30px;
}

@media (max-width:767px) {
	.home-slider .title h1 {
	font-size: 36px;
	}
	a.btn-cta, .btn-cta {
		font-size: 15px;
	}
	.home-slider .slider-buttons .btn {
		margin-left:0px;
		margin-right: 0px;
	}
}
.home-slider .slider-buttons {
	margin:50px 0 30px 0;
}
.home-slider .slider-buttons .btn {
	margin: 10px;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.home-slider .item:nth-child(1) {
    background: url('../images/slider11.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home-slider .item:nth-child(2) {
    background: url('../images/slider2.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home-slider .item:nth-child(3) {
    background: url('../images/slider33.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel {
    z-index: -99;
}
.carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
}

.box-blue {
	border:1px solid #257a80;
	background-color: #32bcc6;
	padding:20px;
}


#about ul {
	margin-left: -17px;
}
#about ul li {
	list-style: none;
	padding:4px 0;
}
#about ul li:before {
   font-family: FontAwesome;
   content: "\f00c";
   padding-right: 6px;
}
#about blockquote {
	margin:20px 0 50px 0;
}

#benefits .item-desc ul {
	margin-left: -17px;
}
#benefits .item-desc ul li {
	padding-bottom: 8px;
}
#benefits .item-desc ul ul {
	margin-left: -27px;
}
#benefits .nav {
	margin-bottom: 40px;
}
#benefits .nav a {
	color:#002b6a;
	font-weight: 700;
	font-size: 19px;
	line-height: 20px;
	border:1px solid #002b6a;
	margin-left:10px;
	margin-right: 10px;
}
#benefits .nav a small {
	font-size: 14px;
}
#price .item-inner {
	min-height: 470px;
}
#price h2 {
	color: #139aa4;
	font-size: 38px;
	text-transform: uppercase;
}
#price h4 {
	color: #139aa4;
	font-size: 24px;
	text-transform: uppercase;
	margin:0 0 20px 0
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background-color: #002b6a;
	color:#fff !important;
}
.tabs-animated ul {
	margin:0;
	margin-bottom: 20px;
}

/* animation */
.bounce {
 animation: bounce 6s infinite;
 -webkit-animation: bounce 6s infinite;
 -moz-animation: bounce 6s infinite;
 -o-animation: bounce 6s infinite;
}
.bounce-img1 {
	margin-top:30px;
}
 
@-webkit-keyframes bounce {
 0%, 20%, 40%, 60%, 
 0%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(120px);}
 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 40%, 60%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(120px);}
 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 40%, 60%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(120px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(120px);}
 60% {transform: translateY(-15px);}
}

.bounce2 {
 animation: bounce 9s infinite;
 -webkit-animation: bounce 9s infinite;
 -moz-animation: bounce 9s infinite;
 -o-animation: bounce 9s infinite;
}
.bounce-img1 {
	margin-top:20px;
}
 
@-webkit-keyframes bounce2 {
 0%, 20%, 40%, 60%, 80% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(20px);}
 60% {-webkit-transform: translateY(-5px);}
}
 
@-moz-keyframes bounce2 {
 0%, 20%, 40%, 60%, 80% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(20px);}
 60% {-moz-transform: translateY(-5px);}
}
 
@-o-keyframes bounce2 {
 0%, 20%, 40%, 60%, 80% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(20px);}
 60% {-o-transform: translateY(-5px);}
}
@keyframes bounce2 {
 0%, 20%, 40%, 60%, 80% {transform: translateY(0);}
 40% {transform: translateY(20px);}
 60% {transform: translateY(-5px);}
}



