body {
    min-height: 1000px;
    padding-top: 60px;
}
.subline {
    font-size: 1.5em;
    color: #606060;
}

.text-spaced {
    line-height: 1.8em;
}

/* Navbar
-------------------------------------------*/

.navbar {
    min-height: 0;
}

.navbar-fixed-top {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 0;
    margin: 0;
}

.navbar-header {
    margin-top: 8px;
}

.navbar-main {
    margin-left: 20px;
    margin-top: 8px;
}

.navbar-default .navbar-nav>li>a {
    color: #245795;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #245795;
    background-color: transparent;
    border-bottom: 2px solid #245795;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    border-bottom: 2px solid #245795;
}

/*.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}*/
.nav>li>a {
    padding: 10px 5px 5px 5px;
    margin-left: 10px;
    font-size: 1.3em;
}

/* Home page
-------------------------------------------*/
.home-preface {
    padding-top: 60px;
    color: #efefef;
    border-bottom: 1px solid #eee;
    background: url('../images/preface-bg.png') no-repeat center top #245795;
}

.home-preface h1 {
    font-size: 3.2em;
    margin-bottom: 5px;
}

.home-preface h2 {
    margin-top: 5px;
}

.home-signup {
    padding-bottom: 40px;
    padding-top: 20px;
    background-color: #f5f5f5;
}

/* Features
-------------------------------------------*/

.home-features {
    padding-top: 60px;
    /*margin-bottom: 40px;*/
    background-color: #f5f5f5;
}

.feature-strapline {
    color: #bbb;
    font-size: 2.5em;
    margin-bottom: 25px;
}

.home-features h2 {
    color: #245795;
}

.home-features .feature {
    margin-bottom: 80px;
}

.home-features p {
    font-size: 1.15em;
    color: #333;
}


/* Pricing
-------------------------------------------*/
.home-pricing {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}
.pricing {
    margin: 30px 0 0;
}

.pricing .plan {
    border-radius: 6px;
    list-style: none;
    padding: 0;
    background: #fff;
    text-align: center;
    border: 1px solid #ddd;
}
.pricing .plan li {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.pricing .plan li.plan-price {
    border-top: 0;
}
.pricing .plan li.plan-name {
    border-radius: 6px 6px 0 0;
    padding: 15px;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    background: #245795;
    border-top: 0;
}

.pricing .plan li.plan-action {
    margin-top: 10px;
    /*border-top: 0;*/
}
.pricing .plan.featured {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pricing .btn-default {
    background-color: #245795;
    color: #fff
}

.plan .price {
    font-size: 3em;
    font-weight: normal;
}
.preview-img {
    border: 2px dashed #ddd;
}
.about-us-img {
    margin-top: 25px;
}

/* Footer
-------------------------------------------*/
#footer{
    background-color: #333;
    color: #efefef;
    padding-top: 60px;
    padding-bottom: 80px;

    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 210px;

}

/* Forms
-------------------------------------------*/
.form-horizontal .control-label {
    text-align:left;
}

.btn-primary {
    background-color: #245795;
    border-color: #184B88;
}

/* About us */
.about-us, .privacy, .terms {
    margin-top: 20px;
    margin-bottom: 60px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 220px;
}

.blog {
    margin-top: 20px;
}

/* Blog */
.blog .author-row {
    margin-top: 20px;
}
.blog .article-heading h3 {
    margin-top: 10px;
}
.blog .published-on {
    padding: 10px 0;
}
.blog h4 {
    margin-top: 30px;
}
.blog h4:first-child {
    margin-top: 0px;
}
.blog img {
    margin: 10px 0;
}

/* Video
-------------------------------------------------- */

.btn-play {
    position: absolute;
    top: 75px;
    left: 26%;
}

@media (min-width: 700px) {
    .btn-play {
        top: 110px;
        left: 31%;
    }
}

@media (min-width: 600px) {
    .modal-huge {
        width: 1080px;
        max-width: 95%;
    }
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
