/*!
 * Start Bootstrap - Agency v1.1.1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body, html {

    font-family: 'Roboto', sans-serif
    width: 100%;
    height: 100%;
    background-color: #000000;
    margin:0;padding:0

}
.disabled {
    opacity: 0.2;
    pointer-events: none;
}
.container-fluid{
  height:100%;
  display:table;
  width: 100%;
  padding: 0;
}

.row-fluid {height: 100%; display:table-cell; vertical-align: middle;}

.text-muted {
    color: #777777
}

.text-primary {
    color: #fed136
}

p {
    font-size: 18px;
    line-height: 1.75;
    font-weight: 300;
}

p.large {
    font-size: 16px
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none
}

a {
    color: #617fde
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    color: #333;
}

.img-centered {
    margin: 0 auto
}

.bg-light-gray {
    background-color: #f4f4f5
}

.bg-darkest-gray {
    background-color: #222222
}

.btn-primary {
    color: white;
    background-color: #617fde;
    border-color: #617fde;
    border-radius: 30px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 300
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #617fde;
    border-color: #617fde
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #fed136;
    border-color: #fed136
}

.btn-primary .badge {
    color: #fed136;
    background-color: white
}

.btn-xl {
    color: white;
    background-color: #617fde;
    border-color: #617fde;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 50px;
    font-size: 16px;
    padding: 15px 30px
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: white;
    background-color: #617fde;
    border-color: #617fde;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #fed136;
    border-color: #fed136
}

.btn-xl .badge {
    color: #fed136;
    background-color: white
}

.navbar-custom {
    background-color: #222222;
    border-color: transparent
}

.navbar-custom .navbar-brand {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: #ffffff;
}

.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02)
}

.navbar-custom .navbar-toggle {
    background-color: #617fde;
    border-color: #617fde;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 12px
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #617fde;
}

.navbar-custom .nav li a {
  font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 1px;
color: #000000;
border-radius: 4px;
font-size: 16px;
padding: 3px 20px;
text-align: left;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
    color: #ababab;
    outline: none
}

.navbar-custom .navbar-nav > .active > a {
    border-radius: 0;
    color: white;
    background: none;
}

.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #ffffff;
      background:none;


}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus {
    color: #ffffff;
    background-color: #54a4da;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
    .navbar-custom {
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
        background-color: rgba(0, 0, 0, 0.28);
    }
    .navbar-custom .navbar-brand {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s
    }
    .navbar-custom .navbar-nav > .active > a {
        border-radius: 3px
        font-weight: 300;
    }
}

@media (min-width: 768px) {
    .navbar-custom.affix {
      background-color: #282828;
          padding: 10px 0;
          border-bottom: none;
          box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    }
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em
    }
}

header {
    background-image: url('../img/header.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #FFFFFF;
    height: 102vh;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px
}

header .intro-text .intro-lead-in {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 25px
}

header .intro-text .intro-heading {
    font-family: 'Roboto', sans-serif;
    ;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 500px;
        padding: 0;
    }
    header .intro-text .intro-lead-in {
        font-family: 'Roboto', sans-serif;
        font-size: 65px;
        font-weight: bold;
        line-height: 40px;
        color: #54a4da;
        letter-spacing: 5px;
        margin-bottom: 25px;
        text-transform: uppercase;
        text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.75);
    }
    header .intro-text .intro-heading {
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-size: 48px;
        color: #54a4da;
        line-height: 75px;
        text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.75);
        margin-bottom: 0;
    }
}

section {
    padding: 100px 0
}

section h2.section-heading {
  font-size: 56px;
  margin-top: 0;
  margin-right: -11px;
  margin-left: -5px;
  border: 1px solid #54a4da;
  margin-bottom: 15px;
  color: #54a4da;
  font-weight: 500;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10), 0 8px 8px rgba(0, 0, 0, 0.18);
  background: #54a4da;
  background: -moz-linear-gradient(top, #dcdcdc 0%, #47b73a 50%, #dcdcdc 100%);
  background: -webkit-linear-gradient(top, #dcdcdc 0%,#47b73a 50%,#dcdcdc 100%);
  background: linear-gradient(to bottom, #dcdcdc 0%,#ffffff 50%,#dcdcdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc ', endColorstr='#dcdcdc ',GradientType=0 );
  background: -moz-linear-gradient(top, #dcdcdc 0%, #282828 50%, #dcdcdc 100%);
  padding: 20px;
  padding-left: 100px!important;
}
h2.section-heading:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: -10px;
  top: 103px;
  border-width: 10px 5px;
  border-style: solid;
  border-color: #666 #666 transparent transparent;
}

section h3.section-subheading {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-weight: 300;
    color: #6f7c82;
    line-height: 1.5;
    margin-bottom: 75px
}

@media (min-width: 768px) {
    section {
        padding: 100px 0
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none
}

#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(254, 209, 54, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: white
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}

#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    padding: 25px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0
}

#portfolio .portfolio-item .portfolio-caption p {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    margin: 0
}

#portfolio * {
    z-index: 2
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px
    }
}

.timeline {
    list-style: none;
    padding: 0;
    position: relative
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px
}

.timeline > li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table
}

.timeline > li:after {
    clear: both
}

.timeline > li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left
}

.timeline > li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline > li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline > li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #fed136;
    color: white;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center
}

.timeline > li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline > li:last-child {
    margin-bottom: 0
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit
}

.timeline .timeline-heading h4.subheading {
    text-transform: none
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%
    }
    .timeline > li {
        margin-bottom: 100px;
        min-height: 100px
    }
    .timeline > li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right
    }
    .timeline > li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px
    }
    .timeline > li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px
    }
}

@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px
    }
    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px
    }
    .timeline > li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px
    }
}

@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px
    }
    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px
    }
    .timeline > li .timeline-image h4 {
        margin-top: 40px
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px
    }
}

.team-member {
    text-align: center;
    margin-bottom: 50px
}

.team-member img {
    margin: 0 auto;
    border: 7px solid white
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none
}

.team-member p {
    margin-top: 0
}

aside.clients img {
    margin: 50px auto
}

section#contact .section-heading {
    color: #333
}

section#contact .form-group {
    margin-bottom: 25px
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px
}

section#contact .form-group input.form-control {
    height: auto
}

section#contact .form-group textarea.form-control {
    height: 236px
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none
}

section#contact::-webkit-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee
}

section#contact:-moz-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee
}

section#contact::-moz-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee
}

section#contact:-ms-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee
}

section#contact .text-danger {
    color: #e74c3c
}

footer {
    padding: 25px 0;
    text-align: center;
    min-height: 150px;
}

footer span.copyright {
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    color: #8c8f94;
    text-transform: uppercase;
    text-transform: none
}

footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-transform: none;
}

ul.social-buttons {
    margin-bottom: 0
}

ul.social-buttons li a {
    display: block;
    background-color: #222222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: white;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: none
}

footer ul {
    list-style-type: none;
}

.portfolio-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: auto
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px
}

.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px
}

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3
}

.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}

.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none
}

::-moz-selection {
    text-shadow: none;
    background: #fed136
}

::selection {
    text-shadow: none;
    background: #fed136
}

img::selection {
    background: transparent
}

img::-moz-selection {
    background: transparent
}

body {
    webkit-tap-highlight-color: #fed136
}

.p-about {
    font-size: 22px !important;
    font-weight: 300;
    color: #757575;
    padding: 25px;
}

.span-about {
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
}

.footer-text {
    font-size: 15px;
    font-weight: 400;
    color: #414446;
}

.top-margin-md {
    margin-top: 40px!important;
}

.top-margin-lg {
    margin-top: 60px!important;
}

.before-header {
    font-size: 24px;
    font-weight: 200;
}

.bottom-margin-sm {
    margin-bottom: 20px!important
}
.header-lesson-font {
  font-weight: 300;
  font-size: 18px;
  color: #54a4da;
  text-transform: uppercase;
}
hr {
  border-top: 3px solid #FFFFFF;
  max-width: 800px;
  text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.75);
}
.dropotron {
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
  line-height: 2.25em;
  padding: 0;
  text-transform: uppercase;
  display: none;
  }
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background:none;
  }
  .navbar-default .navbar-nav>.open>a:focus {
    color: #ababab;
  }
#about {
  background-image: url('../img/grey-texture.png');
}
#smes {
  background-image: url('../img/grey-texture.png');
}
li {
  list-style: none;
      padding: 5px 3px;
      text-align: left;
        font-size: 18px;
}
#modules, #services, #objectives  {
      background-color: #ffffff;
        background: url(../img/bg-divider-top.png) 50% 0 no-repeat;
}
#lessons {
  background:
  radial-gradient(black 15%, transparent 16%) 0 0,
  radial-gradient(black 15%, transparent 16%) 8px 8px,
  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
  background-color:#282828;
  background-size:16px 16px;
}
#icons-1 {
  background-color: #afafaf;
}
#intro-audio {

  background: #afafaf;;
}
#vectors {

}
#anemometer, #summary {
 background:
  radial-gradient(black 15%, transparent 16%) 0 0,
  radial-gradient(black 15%, transparent 16%) 8px 8px,
  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
  background-color:#282828;
  background-size:16px 16px;
   /*background: url(../img/dark-bg.jpg);*/
}
#ultrasonic {
  background-color: #afafaf;
}
.blue-bg-diag {
    background: url(../img/bg-divider-top.png) 50% 0 no-repeat;
    position: relative;
      top: -110px;
    border-top: 1px solid #fefefe;
}
.pad-bot-110 {
  padding-bottom: 110px;
}
.pad-top-110 {
  padding-top: 110px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  font-size: 28px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  font-weight: 300;
}
ul.dropdown-menu.dropotron {
  position: absolute;
  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
  border: 1px solid #54a4da;
  border-radius: 4px;
}
.icons-bg {
  display: block;
  margin: 20px;
}
.icons-bg > div > div > p {
  padding: 40px;
  font-size: 18px;
}
.icons {
  width: 75px;
  padding-top: 55px;
}
#icons > div.row {
  height: 250px;
}
.pad-bot-0 {
  padding-bottom:0;
}
.obj-text {
  font-size: 24px;
  color: #FFF;
  text-align: center;
}
.obj-row {
  margin: 20px -15px;
}
.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}
.kc-intro-text {
  color: #54a4da;
    padding: 10px;
    margin-left: 15px;
    max-width: 1140px;
    border: 3px solid #54a4da;
}
.kc-header {
  font-size: 52px;
    color: #222a35;
    padding-left: 10px;
    background-color: #54a4da;
}
.kc-intro-text > p {
  font-size: 18px;
}
.sme-header {
  font-size: 28px;
color: #54a4da;
}
.navbar-right {
  margin-top: 10px;
}
.course-text {
  font-size: 28px;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
.lesson-block {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
      padding: 15px;
      background-color: #f8f8f8;
      border-radius: 3px;
      margin-bottom: 5px;
}
.ds-boxes {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 0 15px 45px 15px;
    background-color: #f8f8f8;
    border-radius: 3px;
    margin-bottom: 5px;
}
.pad-bot-45 {
  padding-bottom: 45px;
}
.intro-block {
  display: block;
  position: absolute;
  border: 1px solid #54a4da;
  top: 50%;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  left: 50%;
  background: rgba(255, 255, 255, 0.7);
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 20px 20px 0 20px;
  border-radius: 2px;
}
hr {
  margin-bottom: 0;
}
.ds-boxes-icons {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
    padding: 0 15px 45px 15px;
    background-color: #f8f8f8;
    border-radius: 3px;
    margin-bottom: 5px;
    height: 236px;
    padding: 20px;
    display: table;
    width: 500px;
    margin: 25px;
    background-color: #ececec;
}
#first-divider{
	background: url(../img/par1-bg.jpg) 0% 70px no-repeat fixed;
	color: white;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
  height: 300px;
  border-top: 3px solid #54a4da;
  border-bottom: 3px solid #54a4da;
}

#first-divider .bg{
  background: url(../img/para1-fg.png) 100% 0 no-repeat;
  height: 600px;
  margin: -30px auto;
  opacity:0.2;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 200;
}

#second-divider{
	background: url(../img/par-bg.jpg) 50% 0 no-repeat fixed;
	color: white;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
  height: 300px;
  border-top: 3px solid #54a4da;
  border-bottom: 3px solid #54a4da;
}

#second-divider .bg{
  background: url(../img/para-fg.png) 100% 0 no-repeat;
  height: 600px;
  margin: -30px auto;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 200;
}


.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;
}
.ds-bg-fix {
  position: relative;
top: 110px;
}
.bg-diag-para-top {
  position: absolute;
}
.lesson-div {
  position: relative;
}
.lesson-content {
  position: absolute;
  display: block;
  width: 310px;
  left: 40px;
  text-align: center;
  top: 70px;
  height: 117px;
  border: 1px solid #54a4da;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.73);
  background: rgba(0, 0, 0, 0.77);
  padding: 10px 20px;
  pointer-events: none;
}
h3 {
  font-size: 22px;
  padding: 10px 0;
  font-weight: 300;
  background: linear-gradient(to bottom, #353535 0%,#585858 50% ,#353535 100%);
  color: #dcdcdc;
  position: relative;
  top: 15px;
  margin-right: -7px;
  letter-spacing: 1.5px;
  border-radius: 3px;
  margin-left: -5px;
  border: 3px outset #dadada;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10), 0 8px 8px rgba(0, 0, 0, 0.18);
  text-align: center;

}
svg {
  display: block;
  width: 100%;
  height: 90px;
  background: #54a4da;
}
h3:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: -3px;
  top: 44px;
  border-width: 5px 3px;
  border-style: solid;
  border-color: #868686 #868686 transparent transparent;
}
h3.double-line:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: -3px;
  top: 68px;
  border-width: 5px 3px;
  border-style: solid;
  border-color: #868686 #868686 transparent transparent;
}
h3.h3-long {
  font-size:18px;
  color: #FFFFFF;
  margin-top: 15px;
  line-height: 1.3;
  margin-bottom: 0;
}
.hideme {
  opacity: 0.5;
}
.hideme-2, .hideme-3 {
  opacity: 0;
}
.black-bg-diag {
  position: relative;
  bottom: 0;
  background: url(../img/bg-divider-bot.png) 50% 0 no-repeat;
}

/* progress bar */

progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
      appearance: none;
      position: relative;
      top: 0;
      width: 250px;
      height: 25px;
}
progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::-webkit-progress-value::before {
  content: '80%';
  position: absolute;
  right: 0;
  top: -125%;
}
progress[value]::-webkit-progress-value {
  background-color:#54a4da;
}
.jump-btn .sub {
    display:none;
}
.jump-btn .sub.on {
    display:inline-block;
    font-weight: 300;
}
.pb-text{
  position: absolute!important;
z-index: 2000;
}
.ds-boxes-icons > div.col-md-9 {
height: 196px;
line-height: 196px;
}
.ds-boxes-icons > div.col-md-9 > p {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
}
hr.hr-bot {
  border-top: 1px solid #FFF;
margin-top: 0;
margin-bottom: 10px;
width: 120px;
}
.header-title-font {
    font-weight: 300;
    font-size: 24px;
    color: #54a4da;
    text-transform: uppercase;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
{
  background-color: #54a4da;
}
li.dropdown > a.dropdown-toggle:hover {
  background: none;
  box-shadow: none;
}
li.dropdown > a.dropdown-toggle {
  color: #FFF;
  text-align: center;
}
.on {
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
.menu-item-text {
  overflow:hidden;
  text-overflow:ellipsis;
}
.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
    top: 50px;
}
.intro-audio {
  position: relative;
  top: -3px;
  left: 25px;
  width: 40px;
}
.icon-block {
  position: absolute;
  top: 0;
  left: 14px;
  width: 97px;
  height: 42px;
  background: #efefef;
  display: block;
  padding: 3px;
}
.mat-img {
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
}
.mejs-container .mejs-controls{
  background: #ececec!important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26)!important;
  height: 40px!important;
  width: 1060px!important;
  margin-left: 0px!important;

}
 .mejs-time {
   color: #282828!important;
 }
.mejs-time-current {
  background: linear-gradient(#54a4da,#54a4da)!important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: none!important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: linear-gradient(#54a4da,#54a4da)!important;
}
.mejs-container {
  background: none!important;
}
.mejs-container .mejs-controls {
  top: 18px;
}
.mejs-controls .mejs-time-rail span {
  height: 20px!important;
}
.mejs-container .mejs-controls .mejs-time {
  padding: 15px 3px 0!important;
}
.mejs-controls .mejs-button button {
      margin: 12px 9px!important;
}
.mejs-controls a.mejs-horizontal-volume-slider {

}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  top: 16px!important;
}
.animated {
 	-webkit-animation-name: bounceIn;
 	-webkit-animation-duration: 8s;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-timing-function: ease-out;
 	-webkit-animation-fill-mode: forwards;

 	animation-name: bounceIn;
 	animation-duration: 8s;
 	animation-iteration-count: infinite;;
 	animation-timing-function: ease-out;
 	animation-fill-mode: forwards;

}
.animated-tabs {
 	-webkit-animation-name: bounceIn;
 	-webkit-animation-duration: 3s;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-timing-function: ease-out;
 	-webkit-animation-fill-mode: forwards;

 	animation-name: bounceIn;
 	animation-duration: 3s;
 	animation-iteration-count: infinite;;
 	animation-timing-function: ease-out;
 	animation-fill-mode: forwards;
}
.animated-carousel {
 	-webkit-animation-name: bounceIn;
 	-webkit-animation-duration: 6s;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-timing-function: ease-out;
 	-webkit-animation-fill-mode: forwards;

 	animation-name: bounceIn;
 	animation-duration: 6s;
 	animation-iteration-count: infinite;;
 	animation-timing-function: ease-out;
 	animation-fill-mode: forwards;
}
@-webkit-keyframes flash-carousel {
    0%, 50%, 100% {opacity: 1;}
    25%, 75% {opacity: 0.6;}
}
@keyframes flash-carousel {
    0%, 50%, 100% {opacity: 1;}
    25%, 75% {opacity: 0.6;}
}
.flash-carousel {
    -webkit-animation-name: flash-carousel;
    animation-name: flash-carousel;
}

#animated-example {
	margin:100px auto;
	width:400px;
    -webkit-box-shadow: 0 8px 6px -6px black;
       -moz-box-shadow: 0 8px 6px -6px black;
            box-shadow: 0 8px 6px -6px black;
            text-align: center;
            padding: 80px;
	}

@-webkit-keyframes flash {
    0%, 50%, 100% {opacity: 1;}
    25%, 75% {opacity: 0.5;}
}
@keyframes flash {
    0%, 50%, 100% {opacity: 1;}
    25%, 75% {opacity: 0.5;}
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

.wrapper {
  cursor: help;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.wrapper .tooltip {
  background: #ececec;
  bottom: 0px;
  color: #54a4da;
  display: block;
  left: 35px;
  margin-bottom: 15px;
  opacity: 1;
  padding: 20px;
  text-align: center;
  pointer-events: none;
  position: absolute;
  width: 300px;;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #ececec 10px;
  bottom: -10px;
  left: 30px;

  content: " ";
  height: 0;
  left: 10%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
  display: none;
}

.lte8 .wrapper:hover .tooltip {
  display: block;
}
.tooltip {
  font-family:'Roboto', sans-serif;
  font-size: 18px;
}
.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-width: 0;
}

.nav-tabs>li>a {
    color: #666;
    border: none;
}

.nav-tabs>li.active>a, .nav-tabs>li>a:hover {

    border: none;
    background: transparent;
}

.nav-tabs>li>a::after {
  position: absolute;
  bottom: -18px;
  left: 0px;
  width: 100%;
  height: 4px;
  content: "";
  transition: all 250ms ease 0s;
  transform: scale(0);
  background: #54a4da;
}

.nav-tabs>li.active>a::after, .nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.tab-nav>li>a::after {
    color: #fff;
    background: #21527d none repeat scroll 0% 0%;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.card {
    margin-bottom: 15px;
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    padding:35px;
}
.l-color {
  color: #54a4da;
}
#definition, #vectors {
  /* background-color: #afafaf; */
  background: url(../img/cloud-bg.jpg) 100% 0;
}
#sws-overview {
  background-color: #fff;
}
#nas-il {
  background-color: #afafaf;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-moz-keyframes bounce-h {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -moz-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-webkit-keyframes bounce-h  {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes bounce-h  {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}


body {
  background: black;
}

.arrow {
  position: fixed;
  bottom: 10px;
  right: 10%;
  z-index: 10000;
  margin-left: -20px;
  width: 60px;
  height: 60px;
  background-image: url(../img/down-arrow.png);
  background-size: contain;
}



.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.arrow-h, .arrow-h2, .arrow-h3, .arrow-h4, .arrow-h5 {
  position: absolute;
  top: 149px;
  right: 111px;
  z-index: 1000;
  margin-left: -20px;
  width: 60px;
  height: 60px;
  background-image: url(../img/right-arrow.png);
  background-size: contain;
  border-radius: 50%;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.bounce-h {
  -moz-animation: bounce-h 4s infinite;
  -webkit-animation: bounce-h 4s infinite;
  animation: bounce-h 4s infinite;
}

.arrow-intro-h {
  position: absolute;
  top: 121px;
  left: -5px;
  z-index: 10000;
  margin-left: -20px;
  width: 60px;
  height: 60px;
  background-image: url(../img/right-arrow.png);
  background-size: contain;
  border-radius: 50%;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.arrow-summary-h {
  position: absolute;
  top: 522px;
  left: -5px;
  z-index: 10000;
  margin-left: -20px;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  height: 60px;
  background-image: url(../img/right-arrow.png);
  background-size: contain;
}

.bounce-intro-h {
  -moz-animation: bounce-h 4s infinite;
  -webkit-animation: bounce-h 4s infinite;
  animation: bounce-h 4s infinite;
}
section { min-height: 100vh;}
.card-content {
  padding: 20px;
}
.margin-top-110 {
  margin-top: 110px;
}
#two-i-req, #two-i-req2, #two-i-req3, #two-i-req4, #two-i-req5 {
  max-width:100px;
  cursor:pointer;
  position:absolute;
  right:0;
  top:127px;
  z-index:1000;
}
.card-bg-gray {
background-color: #efefef;
margin: 0;
box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.margin-bot-45 {
  margin-bottom: 45px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: right;
  margin-left: 19px;
  margin-right: 137px;
  padding-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  padding: 20px;
    text-align: center;
    background: #53a4da;
    color: white;
  margin-right: 30px;
  margin-bottom: 25px;
  border-radius: 23px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.nav-tabs > li > a.left-tab-img {
  padding: 0;
}
.nav-tabs>li.active>a.left-tab-img, .nav-tabs>li>a.left-tab-img:hover {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
}
.pro-icon-ab {
  position: absolute;
height: 100px;
top: 700px;
border-radius: 50%;
right: 0;
box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.pro-icon-bc {
  position: absolute;
height: 100px;
    top: 7px;
    border-radius: 50%;
    right: 0;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.pro-icon-de {
  position: absolute;
height: 100px;
    top: 622px;
    border-radius: 50%;
    right: 0;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.pro-icon-fg {
  position: absolute;
height: 100px;
    top: 10px;
    border-radius: 50%;
    right: 0;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.review-icon {
  position: absolute;
height: 90px;
    top:133px;
    border-radius: 50%;
    right: 30px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.review-icon-2 {
  position: absolute;
height: 90px;
    top:800px;
    border-radius: 50%;
    right: 30px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
div.tab-pane > ol > li {

}
.tab-content > .tab-pane > .img-responsive {
  max-width: 500px;
}
.lesson-border {
  border: 1px solid #54a4da;
}
.animation-transition-general, .carousel .carousel-indicators li {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.carousel .carousel-control {
  width: 10%;
  height: 150px;
  top: 185px;
}
.carousel-control.right {
    right: -30px;
}
.carousel-control.left {
    left: -20px;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
  background-image: none;
  cursor: pointer;
}
.col-md-5 > img.center-block {
      max-height: 463px;
}
.carousel .carousel-control .material-icons,
.carousel .carousel-control .fa {
  display: none;
}
.carousel .carousel-indicators {
  bottom: 5px;
}
.carousel .carousel-indicators li,
.carousel .carousel-indicators .active {
  margin: 11px 10px;
}
.carousel .carousel-indicators li {
  background: #FFFFFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.carousel .carousel-indicators .active {
  margin-top: 10px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.carousel .carousel-caption {
  padding-bottom: 45px;
}
.carousel .carousel-caption .material-icons {
  position: relative;
  top: 5px;
}
.card-raised {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.carousel-tooltip {
  position: relative;
  top: 578px;
  z-index: 10000;
}
.wrapper-carousel {
  cursor: help;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.wrapper-carousel .tooltip {
  background: #ececec;
  top: -720px;
  color: #54a4da;
  display: block;
  right: 58px;
  margin-bottom: 15px;
  opacity: 1;
  padding: 20px;
  text-align: center;
  pointer-events: none;
  position: absolute;
  width: 290px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper-carousel .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.tabs-tooltip {
    position: relative;
    top: 666px;
    left: 355px;
    z-index: 10000;
}
/* CSS Triangles - see Trevor's post */
.wrapper-carousel .tooltip:after {
  border-top: solid transparent 10px;
  border-bottom: solid transparent 10px;
  border-left: solid #ececec 10px;
  bottom: calc(50% - 5px);
  content: " ";
  height: 0;
  left: 100%;
  margin-left: 0px;
  position: absolute;
  width: 0;
}

.wrapper-carousel:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}


.wrapper-tabs {
  cursor: help;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.wrapper-tabs .tooltip {
  background: #ececec;
  top: -682px;
  color: #54a4da;
  display: block;
  right: 25px;
  margin-bottom: 15px;
  opacity: 1;
  padding: 20px;
  text-align: center;
  pointer-events: none;
  position: absolute;
  width: 320px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper-tabs .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}


.wrapper-tabs:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}
.wrapper-tabs .tooltip:after {
border-top: solid transparent 10px;
border-bottom: solid transparent 10px;
border-right: solid #ececec 10px;
bottom: calc(50% - 5px);
content: " ";
height: 0;
right: 100%;
margin-left: 0px;
position: absolute;
width: 0;
}


div.item > div.row.card-content {
  min-height: 525px;
}
video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 120%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/intro-bg.jpg) no-repeat;
    background-size: cover;
}
.kc-h3 {
  padding-left: 80px;
  padding-right: 50px;
}
.modal-content {
  font-size: 18px;
  border-radius: 0;
}
.modal-header {
      background: #54a4da;
}
.glyphicon-exclamation-sign {
  top: 4px;
  margin-right: 10px;
}
.numberCircle {
  border-radius: 50%;
  behavior: url(PIE.htc);
  width: 95px;
  position: absolute;
  height: 95px;
  line-height: 1.2;
  z-index: 1000;
  background: #54a4da;
  border: 5px solid #f3f3f3;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 70px;
  top: 10px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  left: -5px;
}
.s-numberCircle-alpha, .s-numberCircle {
  border-radius: 50%;
  behavior: url(PIE.htc);
  width: 120px;
  position: absolute;
  height: 120px;
  padding: 3px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.18);
  background: #ececec;
  border: 5px solid #54a4da;
  color: #54a4da;
  text-align: center;
  font-size: 72px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10), 0 8px 8px rgba(0, 0, 0, 0.18);
      font-weight: 300;
  top: -13px;
  left: -45px;
}
.c-arrow-left {
position: absolute;
z-index: 10;
top: 950px;
pointer-events: none;
}
.c-arrow-right{
position: absolute;
z-index: 10;
top: 950px;
right: 30px;
pointer-events: none;
}
.c-arrow-left-1 {
position: absolute;
z-index: 10;
top: 3650px;
pointer-events: none;
}
.c-arrow-right-1 {
position: absolute;
z-index: 10;
top: 3650px;
right: 30px;
pointer-events: none;
}
section h2.section-heading-kc {
  font-size: 32px;
  color: #54a4da;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  background-color: #282828;
  font-weight: 300;
  padding: 20px;
  padding-left: 100px!important;
}
.css-slideshow{
}
.css-slideshow figure{
  margin: 0;
  max-width: 495px;
  height: 370px;
  background: #000;
  position: absolute;
}
.css-slideshow img{
  box-shadow: 0 0 2px #666;
}
.css-slideshow figcaption{
  position: absolute;
  top: 0;
  color: #fff;
  background: rgba(0,0,0, .3);
  font-size: .8em;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity .5s;
}
.css-slideshow:hover figure figcaption{
  transition: opacity .5s;
  opacity: 1;
}
.css-slideshow-attr{
  max-width: 495px;
  text-align: right;
  font-size: .7em;
  font-style: italic;
  margin:0 auto;
}
.css-slideshow-attr a{
  color: #666;
}
.css-slideshow figure{
  opacity:0;
}
figure:nth-child(1) {
  animation: xfade 15s 10s infinite;
}
figure:nth-child(2) {
  animation: xfade 15s 5s infinite;
}
figure:nth-child(3) {
  animation: xfade 15s 0s infinite;
}


@keyframes xfade{
  0% {
    opacity:0;
  }
  10% {
    opacity:1;
  }
  31% {
    opacity: 1;
  }
  33% {
    opacity:0;
  }
  100% {
    opacity:0;
  }
}
