@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,400italic,700italic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700,400italic,700italic');
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,700');

/* Generic
// ======================================================================== */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font: normal 14px/1.3 'Roboto', Arial, sans-serif;
  color: #444;
}

a,
em {
  color: #708aa7;
}

h1,
h2,
h3,
h4 {
  color: #333;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 400;
  padding: 0;
  line-height: 1;
  margin: 0 0 15px 0;
}

strong {
  color: #465674;
}

dd > strong {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  color: #717171;
}

/* Utility
// ======================================================================== */

.space {
  margin-bottom: 25px;
}

.space-big {
  margin-bottom: 35px;
}

.space-large {
  margin-bottom: 45px;
}

.space-top {
  margin-top: 25px;
}

.space-top-big {
  margin-top: 35px;
}

.space-top-large {
  margin-top: 45px;
}

.fluid {
  width: 100% !important;
}

.indent {
  padding-left: 30px !important;
}

.hide-bullets ~ ol ul {
  list-style-type: none;
}

.disable__bullets ul, .disable__bullets ol {
  list-style-type: none;
}

/* Navbar
// ======================================================================== */

#ts-navbar {
  background: #efefef;
  opacity: 1;
  -webkit-box-shadow: 0 1px 5px 0 rgba(102, 102, 102, 0.7);
  -moz-box-shadow: 0 1px 5px 0 rgba(102, 102, 102, 0.7);
  box-shadow: 0 1px 5px 0 rgba(102, 102, 102, 0.7);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  min-height: 58px;
}

#ts-navbar a {
  font-size: 1.0em;
  color: #465674;
}

#ts-navbar span {
  text-transform: uppercase;
}

#ts-navbar .nav li > a {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

#ts-navbar .nav li > a > small {
  font-family: 'Roboto', Arial, sans-serif;
  text-transform: none;
  display: block;
  font-size: 0.8em;
  line-height: 1;
}

#ts-navbar .navbar-brand {
  padding: 0 15px;
}

#ts-navbar .navbar-social {
  padding: 0 15px;
  font-size: 1.25em;
}

#ts-navbar .navbar-social a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

#ts-navbar .navbar-social a:hover {
  text-decoration: none;
}

#ts-navbar .dropdown .divider {
  width: 100%;
  background-color: #e5e5e5;
  opacity: 1;
}

#ts-navbar .dropdown .dropdown-menu {
  border: 0;
  background: rgba(255, 255, 255, 0.95);
  border-top: 5px solid #465674;
  margin-top: -3px;
}

#ts-navbar .dropdown .dropdown-menu > li > a {
  font-size: 1.0em;
  padding: 5px 25px;
}

#ts-navbar .dropdown .dropdown-menu > li > a:hover {
  background: #708aa7;
  color: #fff;
}

@media (min-width: 768px)
{
  #ts-navbar .nav,
  #ts-navbar .navbar-social {
    float: right;
  }

  #ts-navbar .navbar-social a {
    line-height: 58px;
  }

  #ts-navbar .nav > li > a {
    padding: 0 5px;
    line-height: 58px;
  }

  #ts-navbar .dropdown:active ul.dropdown-menu,
  #ts-navbar .dropdown:hover ul.dropdown-menu {
    display: block;
  }

  #ts-navbar .dropdown .dropdown-menu > li > a {
    padding: 5px 15px;
  }
}

@media (min-width: 992px)
{
  #ts-navbar a {
    font-size: 1.15em;
  }

  #ts-navbar .navbar-social a {
    line-height: 80px;
  }

  #ts-navbar .nav > li > a {
    padding: 0 7px;
    line-height: 80px;
  }
}

@media (min-width: 1200px)
{
  #ts-navbar .nav > li > a {
    padding: 0 15px;
  }
}

/* Footer
// ======================================================================== */

#ts-footer {
  border-top: 4px solid #708AA7;
  padding: 20px 0;
  background: #00234D;
  color: #fff;
}

#ts-footer h3 {
  color: #fff;
  font-size: 1.35em;
  font-weight: 400;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  border-bottom: 1px solid #708AA7;
  margin: 0 0 10px 0;
  padding: 0;
}

#ts-footer a {
  color: #708AA7;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#ts-footer a:hover {
  color: #A4B4C7;
  padding-left: 5px;
  text-decoration: none;
}

/* Copyright
// ======================================================================== */

#ts-copyright {
  color: #708AA7;
  font-size: 0.8em;
  font-weight: 300;
  text-align: center;
  padding-top: 10px;
}

/* Logo
// ======================================================================== */

#ts-logo,
#ts-logo-small {
  width: auto;
  height: 58px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

@media (min-width: 992px)
{
  #ts-logo,
  #ts-logo-small {
    height: 82px;
  }
}

/* Scrolled Down Header
// ======================================================================== */

@media (min-width: 768px)
{
  #ts-navbar.scrolled {
    opacity: 0.96;
  }

  #ts-navbar.scrolled .navbar-social a,
  #ts-navbar.scrolled .nav > li > a {
    line-height: 58px !important;
  }

  #ts-navbar.scrolled #ts-logo {
    height: 58px !important;
  }
}

/* Body
// ======================================================================== */

#ts-body {
  margin-top: 60px;
}

@media (min-width: 992px)
{
  #ts-body {
    margin-top: 83px;
  }
}

/* Titles
// ======================================================================== */

#ts-title {
  padding: 12px 0;
}

#ts-title h1 {
  color: #fff;
  font-weight: 400;
  font-size: 2.2em;
  line-height: 1;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px)
{
  #ts-title {
    padding: 14px 0;
  }

  #ts-title h1 {
    font-size: 2.5em;
  }
}

@media (min-width: 992px)
{
  #ts-title {
    padding: 17px 0;
  }

  #ts-title h1 {
    font-size: 2.7em;
  }
}

/* Content
// ======================================================================== */

#ts-body {
  overflow: hidden;
}

.ts-content {
  color: #717171;
  font-size: 1.0em;
  line-height: 1.5em;
  padding: 15px 0;
}

#ts-body .alternate > .ts-content {
  padding: 0;
}

#ts-body .alternate {
  background: #F9F9F9;
}

.ts-content h2 {
  font-weight: 700;
  font-size: 1.4em;
}

.ts-content img {
  max-width: 350px;
  max-height: 350px;
}

.ts-content img.fullsize {
  max-width: none;
  max-height: none;
  width: 100%;
  height: auto;
}

@media (min-width: 768px)
{
  .ts-content {
    font-size: 1.05em;
    line-height: 1.55em;
    padding: 30px 0;
  }
}

@media (min-width: 992px)
{
  .ts-content {
    font-size: 1.15em;
    line-height: 1.65em;
    padding: 30px 0;
  }
}

.ts-content .features {
  font-size: 0.95em;
  line-height: 1.45em;
}

.ts-content .features h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.3em;
  padding-top: 10px;
}

.ts-content .features img {
  width: 100%;
  margin-bottom: 10px;
}

.ts-content .features p {
  text-align: justify;
}

.ts-content .operating-system {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ts-content .operating-system-name {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 700;
  color: #00234D;
  padding: 18px 10px 0 90px;
}

.ts-content .operating-system-arch {
  font-size: 0.8em;
  padding: 0 10px 0 90px;
}

/* Highlight Tags
// ======================================================================== */

.highlight {
  text-align: center;
  background: #00234D;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.2em;
  padding: 20px;
  color: #fff;
}

@media (min-width: 992px)
{
  .highlight {
    font-size: 1.4em;
    padding: 30px;
  }
}

.alternate {

}

/* Slider
// ======================================================================== */

#ts-slider {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.25em;
  text-shadow: 1px 1px 1px rgba(25, 25, 25, 1);
  position: relative;
}

#ts-slider .item,
#ts-slider .row,
#ts-slider > div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#ts-slider h1 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2.7em;
  font-weight: 700;
  color: #fff;
  padding: 3px 0;
}

#ts-slider h2 {
  font-size: 1.5em;
  line-height: 1.15em;
  color: #fff;
  padding: 3px 0;
}

#ts-slider h3 {
  font-size: 1.25em;
  color: #fff;
  padding: 3px 0;
}

#ts-slider img {
  max-height: 400px;
}

#ts-slider .row > div {
  padding: 20px;
}

#ts-slider .dotmap {
  background-image: url('../images/slides/bg_dotmap.png');
}

#ts-slider .circuit {
  background-image: url('../images/slides/bg_circuit.jpg');
}

#ts-slider .gc {
  background-image: url('../images/slides/bg_gc.png');
}

#ts-slider .connected {
  background-image: url('../images/slides/bg_connected.png');
}

#ts-slider .people {
  background-image: url('../images/slides/bg_people.png');
}

#ts-slider .rings {
  background-image: url('../images/slides/bg_rings.png');
}

#ts-slider .swirl {
  background-image: url('../images/slides/bg_swirl.png');
}

#ts-slider .ts-slider-nav {
  display: none;
  visibility: hidden;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  line-height: 60px;
  opacity: 0.5;
  font-size: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
}

#ts-slider:hover .ts-slider-nav {
  display: inline-block;
  visibility: visible;
}

#ts-slider .ts-slider-nav:hover,
#ts-slider .ts-slider-nav:focus {
  outline: none;
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}

#ts-slider .ts-slider-nav:active {
  opacity: 0.9;
}

#ts-slider .ts-slider-nav.next {
  right: 20px;
}

#ts-slider .ts-slider-nav.prev {
  left: 20px;
}

/* Platforms
// ======================================================================== */

#ts-platforms {
  padding: 20px;
  border-bottom: 5px solid #555;
}

#ts-platforms img {
  max-width: 420px;
}

/* Introduction
// ======================================================================== */

#ts-introduction {
  padding: 30px 0 20px 0;
}

#ts-introduction h2 {
  text-transform: uppercase;
  font-size: 1.6em;
}

#ts-introduction .features {
  font-size: 0.9em;
  line-height: 1.35em;
}

#ts-introduction .features h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5em;
  padding-top: 15px;
}

#ts-introduction .features p {
  text-align: justify;
}

/* Targets
// ======================================================================== */

#ts-targets,
#ts-targets h1,
#ts-targets strong {
  color: #fff;
}

#ts-targets h1 {
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 30px;
}

#ts-targets #ts-personal {
  background-image: url('../images/misc/side-personal.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 0;
  margin: 0;
}

#ts-targets #ts-business {
  background-image: url('../images/misc/side-business.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 0;
  margin: 0;
}

#ts-targets .infopanel {
  padding: 65px 45px;
  color: #fff;
  font-size: 1.0em;
  line-height: 1.25em;
}

#ts-targets #ts-personal .infopanel {
  float: none;
  background: url('../images/misc/black-transp.png');
  margin: 0;
}

#ts-targets #ts-business .infopanel {
  float: none;
  background: url('../images/misc/blue-transp.png');
  margin: 0;
}

@media (min-width: 992px)
{
  #ts-targets .infopanel {
    max-width: 500px;
  }

  #ts-targets #ts-personal .infopanel {
    float: right;
    background: url('../images/misc/black-transp.png');
    margin: 40px 60px 40px 40px;
  }

  #ts-targets #ts-business .infopanel {
    float: left;
    background: url('../images/misc/blue-transp.png');
    margin: 40px 40px 40px 60px;
  }
}

/* Downloads
// ======================================================================== */

#ts-downloads ul > li {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 2em;
}

#ts-downloads ul > li > a {
  color: #333;
  padding: 5px;
  line-height: 1.2;
}

#ts-downloads h2 {
  font-size: 1.35em;
}

#ts-downloads h3 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.35em;
  color: #666;
  margin: 0;
  padding: 0;
}

#ts-downloads h3 > .fa {
  font-size: 0.8em;
  line-height: 1;
}

#ts-downloads .platform {
  background: #fff;
  padding: 30px 30px 10px 30px;
}

#ts-downloads .platform:nth-of-type(even) {
  background: #F9F9F9;
}

#ts-downloads .platform-logo {
  max-height: 42px;
  max-width: 37px;
  width: auto;
  margin-right: 5px;
}

#ts-downloads .version {
  font-size: 0.8em;
  font-weight: 700;
  color: #465674;
}

#ts-downloads .file {
  padding: 5px 10px 20px 62px;
}

#ts-downloads .description {
  font-size: 0.7em;
  line-height: 1;
}

#ts-downloads .checksum {
  font-family: 'Source Code Pro', 'Courier New', sans-serif;
  font-size: 0.6em;
  line-height: 1;
  padding-top: 7px;
  word-break: break-all;
  word-wrap: break-word;
}

#ts-downloads .task {
  text-align: right;
}

#ts-downloads .mirror {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 1.0em;
  height: 50px;
}

/* Page Highlights
// ======================================================================== */

#ts-highlight {
  background: #bababa url('../images/misc/bg-highlight.png') top center repeat-x;
}

#ts-highlight .highlight-image {
  text-align: center;
}

#ts-highlight .highlight-image img {
  max-height: 180px;
}

@media (min-width: 768px)
{
  #ts-highlight .highlight-image img {
    max-height: 280px;
  }
}

@media (min-width: 992px)
{
  #ts-highlight .highlight-image img {
    max-height: 380px;
  }
}

/* Backgrounds
// ======================================================================== */

.bg-primary {
  background: #00234D;
  color: #fff;
}

.bg-secondary {
  background: #111;
  color: #fff;
}

/* Social Media
// ======================================================================== */

.social-facebook:hover {
  color: #4968bd !important;
}

.social-twitter:hover {
  color: #61c5ec !important;
}

.social-google-plus:hover {
  color: #f90101 !important;
}

.social-youtube:hover {
  color: #bf2626 !important;
}

/* Country Images
// ======================================================================== */

.country img {
  height: 16px;
  width: auto;
  vertical-align: center;
  margin-top: -3px;
}

.country-inline {
  height: 16px;
  width: auto;
}

/* Timelines
// ======================================================================== */

.timeline-centered {
  position: relative;
}

.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #f5f5f6;
  left: 50%;
  top: 20px;
  bottom: 20px;
  margin-left: -4px;
}

.timeline-centered .timeline-entry {
  position: relative;
  width: 50%;
  float: right;
  margin-bottom: 20px;
  clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
  float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
  left: auto;
  right: -100px;
  text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
  float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
  margin-left: 0;
  margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -22px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -100px;
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
  font-size: 15px;
  font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
  font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #737881;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f5f5f6;
  -webkit-box-shadow: 0 0 0 5px #f5f5f6;
  box-shadow: 0 0 0 5px #f5f5f6;
  line-height: 40px;
  font-size: 15px;
  float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
  background-color: #506a86;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
  background-color: #111;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
  background-color: #00a651;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
  background-color: #21a9e1;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
  background-color: #fad839;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
  background-color: #cc2424;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f5f5f6;
  padding: 1.7em;
  margin-left: 70px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f5f5f6 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}

/* Font Awesome Hacks
// ======================================================================== */

/* Bootstrap Hacks
// ======================================================================== */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px)
{
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px)
{
  .col-md-15 {
    width: 20%;
    float: left;
  }

  .panel-heading > .btn {
    margin-top: 2px;
  }
}

@media (min-width: 1200px)
{
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.text-primary {
  color: #465674;
}

.text-success {
  color: #3bb640;
}

.text-purple {
  color: #708aa7;
}

.text-error {
  color: #c9070a;
}

.panel-purple {
  border-color: #00234D;
}

.panel-purple > .panel-heading {
  background: #465674;
  color: #fff;
}

.panel-blue {
  border-color: #465674;
}

.panel-blue > .panel-heading {
  background: #00234D;
  color: #fff;
}

.panel .table td {
  padding: 5px 15px;
}

.panel-heading {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  text-transform: uppercase;
}

.panel-body {
  padding: 10px 15px;
  font-size: 0.9em;
  line-height: 1.25em;
}

.panel-footer {
  font-size: 0.8em;
  line-height: 1.25em;
  padding: 10px 15px;
}

.panel-body *:last-child,
.panel-footer *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.dl-horizontal dd {
  margin-bottom: 10px;
}

.btn {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}

.btn-alt {
  border: 0;
  border-bottom: 0.15em solid;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.btn-big {
  font-size: 1.2em;
  padding: 10px 20px;
  height: 50px;
}

.btn-large {
  font-size: 2.3em;
  padding: 10px 30px;
}

.btn-default {
  border-color: #465674;
  color: #465674;
}

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

.btn-contrast {
  border-color: #7c96b3;
  color: #7d97b4;
}

.btn-contrast:hover,
.btn-contrast:active {
  border-color: #fff;
  color: #fff;
}

.btn-important {
  background: #fb4611;
  border-color: #a22D0b;
  color: #fff;
}

.btn-important:hover,
.btn-important:active {
  background: #e3714f;
  color: #fff;
}

.btn-purple {
  background: #465674;
  border-color: #00234D;
  color: #fff;
}

.btn-purple:hover,
.btn-purple:active {
  background: #6B7890;
  color: #fff;
}

.btn-blue {
  background: #00234D;
  border-color: #465674;
  color: #fff;
}

.btn-blue:hover,
.btn-blue:active {
  background: #334F71;
  color: #fff;
}

.btn-black {
  background: #111;
  border-color: #555;
  color: #fff;
}

.btn-black:hover,
.btn-black:active {
  background: #414141;
  color: #fff;
}

.tooltip > .tooltip-inner {
  background: rgba(112, 138, 167, 0.96);
}

/* Owl Hacks
// ======================================================================== */

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: rgba(255, 255, 255, 0.5);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  margin: 4px 6px;
}

.owl-carousel .btn {
/*  width: 110px; */
}

/* Clipboard Hacks
// ======================================================================== */

.tooltipped {
  position: relative
}

.tooltipped:after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 5px 8px;
  font: normal normal 11px / 1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: rgba(112, 138, 167, 0.96);
  border-radius: 3px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.tooltipped:before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: rgba(112, 138, 167, 0.96);
  pointer-events: none;
  content: "";
  border: 5px solid transparent;
}

.tooltipped:hover:before, .tooltipped:hover:after, .tooltipped:active:before,
.tooltipped:active:after, .tooltipped:focus:before, .tooltipped:focus:after {
  display: inline-block;
  text-decoration: none;
}

.tooltipped-s:after {
  top: 100%;
  right: 50%;
  margin-top: 5px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.tooltipped-s:before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
  border-bottom-color: rgba(112, 138, 167, 0.96);
}
