/**
 * Bootstrap Overrides
 */
.dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    margin-top: 0;
    transition:all 0.5s ease;
    pointer-events: none;
}

.dropdown:hover:hover .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
}

.navbar-transparent {
    border-radius:0;
    background:transparent;
    box-shadow:none;
    -webkit-box-shadow:none;
    border:none;
    margin:0;
}

.navbar-default .navbar-nav > .active > a {
    color:#fff;
    background:transparent;
    border:2px solid transparent;
}

.navbar-default .navbar-nav > li > a, .btn-transparent, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:focus {
    color:#fff;
    border:2px solid transparent;
    text-shadow:0 0 2px #000, 0 0 2px #000;
    outline:none;
    text-decoration:none;
}

.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .btn-transparent:hover, .btn-transparent:focus {
    color:#333;
    background:transparent;
    text-shadow:-1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff, 1px -1px 8px #fff, 1px -1px 16px #fff, -1px 1px 16px #fff, 1px -1px 30px #fff,-1px 1px 30px #fff;
    /*border-radius:2em;*/
    border:2px solid #f58d1f;
    outline:none;
    text-decoration:none;
}

.navbar-nav > li > a, .btn-transparent {
    font-size:1.1em;
    font-weight:600;
    font-family:'Lato', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    transition:all 0.5s ease;
    border-radius:2em;
}

.navbar-fixed-top {
    min-height:80px;
}

.navbar-brand {
    padding:0;
    height:50px;
    margin:15px 15px;
}

.navbar-nav {
    margin-top:15px;
}

a.play-video {
    outline:none;
    font-size:4em;
    color:rgba(255,255,255,0.8);
}

a.play-video:hover {
    outline:none;
    font-size:4em;
    color:rgba(255,255,255,1);
}

.cover-content .text-muted {
    margin:5em 0 2.5em;
    color:#ddd;
    text-shadow:0 2px 8px #333;
    font-size:1.2em;
    font-weight:600;
}

span.circle {
    height:100px;
    width:100px;
    border:2px solid #fff;
    border-radius:50px;
    display:inline-block;
}

i.play-button {
    font-size:50px;
    margin-top:25px;
    margin-left:10px;
}

.btn-transparent {
    margin:0.2em 0.5em;
    padding:0.2em 0.5em;
}

.play-video-wrap {
    margin-bottom:20px;
}

.btn-transparent > i {
    margin-left:1em;
}

.btn-transparent:hover, .btn-transparent:focus {
    border:2px solid transparent;
}

.navbar .container {
    max-width:1050px;
}

.navbar .container-fluid {
    max-width:1050px;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
}

@media (min-width:768px) and (max-width:990px) {
    .navbar-collapse.collapse {
        display:none !important;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .navbar-collapse.collapse.in {
        display:block !important;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .navbar-header, .collapse, .navbar-toggle {
        display:block !important;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .navbar-header {
        float:none;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .navbar-collapse {
        overflow-x:visible !important;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .navbar-collapse.in {
        overflow-y:auto !important;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .navbar-nav > li {
        float:none;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .navbar-right {
        float:none !important;
        margin-right:0;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .navbar .container-fluid {
        padding:0;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .navbar-brand {
        margin-left:15px !important;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color:#e7e7e7;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .navbar-collapse {
        border-top:1px solid transparent;
    }
}

.navbar-toggle {
    margin-top:25px;
}

.navbar-transparent .navbar-toggle .icon-bar {
    background-color:#efefef;
}

/*.navbar-transparent .navbar-toggle:focus, */.navbar-transparent .navbar-toggle:hover {
    background-color:#fff;
}

/*.navbar-transparent .navbar-toggle:focus */.icon-bar, .navbar-transparent .navbar-toggle:hover .icon-bar {
    background-color:#333;
}

.navbar-collapse {
    max-height:none !important;
}

.navbar-fixed-top {
    position:relative;
}

@media (min-width:991px) {
    .navbar-fixed-top {
        position:fixed;
    }
}

@media (max-width:990px) {
    .navbar-collapse {
        background-color:rgba(0,0,0,.5);
    }
}

.progress.satisfaction {
    border-radius:0;
    background-color:transparent;
    height:100%;
}

.progress.satisfaction .progress-bar {
    margin-top:5px;
}


/**
 * Other Styles
 */
.cover {
    padding-top:440px;
    top:0;
    position:absolute;
    min-height:620px;
    height:100%;
    width:100%;
}

.cover .cover-content {
    color:#fff;
    font-family:'Roboto Slab', serif;
    font-size:24px;
    line-height:26px;
    text-align:center;
}

.cover .cover-content em {
    font-style:normal;
}

.cover .cover-content em.hidden {
    display:none;
}

.tv {
    position:absolute;
    top:0;
    left:0;
    z-index:-99;
    width:100%;
    height:100%;
    min-height:620px;
    background:rgba(0,0,0,.1);
    overflow:hidden;
}

.tv .screen {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:-99;
    margin:auto;
    opacity:0;
    transition:opacity .5s;
}

.tv .screen.active {
    opacity:1;
}

.bg-img {
    position:absolute;
    z-index:-99;
    top:0;
    margin:auto;
    width:100%;
    height:100%;
    min-height:620px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

.content2 {
    top:620px;
}

.content3 {
    top: 1370px;
}

.content4 {
    top: 1990px;
}

@media (min-height:621px) {
    .cover {
        padding-top:550px;
    }

    .content2 {
        top: 100%;
    }

    .content3 {
        top: 200%;
    }

    .content4 {
        top: 100%;
    }
}

.cover-content {
    position:absolute;
    width:100%;
    bottom:5%;
}

/* Colors */
.color-green-light {
    color:#c2dfac;
}

.color-green {
    color:#8cc63e;
}

.color-pink {
    color:#f9beb9;
}

.color-yellow {
    color:#ffdf1a;
}

.color-yellow-light {
    color:#fff100;
}

.color-yellow-dark {
    color:#f8bf00;
}

.color-orange {
    color:#f36f21;
}

.color-blue-light {
    color:#9cdcf8;
}

.color-blue {
    color:#00aeef;
}

.color-blue-dark {
    color: #085086;
    /*color:#00598b;*/
}

.color-blue-navy {
    color:#085086;
}

.color-white {
    color:#fff;
}

.color-red {
    color:#ee3d42;
}

.color-purple {
    color:#a91a78;
}

.img-blur
{
    display:block;
    position:relative;
}

.img-blur img {
    width: 100%;
    height: 100%;
}

.img-blur:before
{
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    -moz-box-shadow:inset 0px 0px 6px 6px rgba(255,255,255,1);
    -webkit-box-shadow:inset 0px 0px 6px 6px rgba(255,255,255,1);
    box-shadow:inset 0px 0px 6px 6px rgba(255,255,255,1);
}
/* End Colors */

/* Backgrounds */
.bg-logo {
    background:url(../img/front-page/header.png) no-repeat center center;
    background-size: cover;
}

.bg-content-2 {
    background:radial-gradient( rgba(0,0,0,.2), rgba(0,0,0,.4)), url(../img/front-page/content-2.jpg) no-repeat center center;
}

.bg-content-3 {
    background: #fff;
}

.bg-content-4 {
    background: #ffdb90;
}

.bg-map {
    background: no-repeat center center;
    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../img/front-page/circle-kids.jpg);
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

.bg-footer {
    background: #0d4e81;
}

.bg-footer-addon {
    background: #0d4e81;
    /*background: #083251;*/
}
/* Backgrounds */

.content {
    position:absolute;
    margin:0 auto;
    min-height:750px;
    width:100%;
}

.sketch {
    font-family:'HBSketch', sans-serif;
}

.content .container {
    max-width:1080px;
}

.text-larger {
    font-size:1.2em;
}

.text-bold {
    font-weight:bold;
}

.text-spacer-1 {
    padding:1em;
}

.text-spacer-2 {
    padding:2em;
}

.text-spacer-3 {
    padding:3em;
}

.heading-clear-top {
    margin-top:0;
}

.heading-clear-bottom {
    margin-bottom:0;
}

.font-peralta {
    font-family:'Peralta', sans-serif;
}

.font-sketch {
    font-family:'Cabin Sketch';
}

.text-large {
    font-size:1.4em;
}

.text-largest {
    font-size:1.6em;
}

@media (min-width: 768px) {
    .text-largest {
        font-size: 1.6em;
    }
}

.text-largest {
    font-size: 1.2em;
}

.font-volkhov {
    font-family:'Volkhov', sans-serif;
}

.bar-blue {
    color:#A7CDED;
}

.satisfaction-bar-1 {
    background:#A7CDED;
}

.satisfaction-bar-2 {
    background:#74CEDE;
}

.satisfaction-bar-3 {
    background:#FFD18C;
}

.satisfaction-bar-4 {
    background:#92CE9B;
}

.satisfaction-bar-5 {
    background:#B7D54E;
}

.satisfaction-bar-6 {
    background:#A0D9D6;
}

.progress.satisfaction .progress-bar {
    font-size: 0.9em;
    color:#000;
    text-shadow:0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 5px #fff;
    text-align:left;
    padding: 5px 0 5px 0.5em;
    /*padding-left:.5em;*/
}

.navbar-scrolled {
    background:rgba(13, 78, 129, 0.85);
    box-shadow: 0 2px 6px 2px rgba(8, 46, 73, 0.85);
    /*box-shadow: 0 4px 2px -2px rgba(8, 46, 73, 0.85);*/
    /*0a385b*/
}

.navbar {
    transition:background 0.5s ease;
}

.slide-fade {
    position: relative;
    animation: fade-slide 1.5s infinite;
    animation-timing-function: linear;
    text-shadow: 0 0 5px #000;
}

@keyframes fade-slide {
    0% {
        opacity:0;
        top: 0%;
    }
    25% {
        opacity:1;
    }
    75% {
        opacity:1;
    }
    100% {
        opacity:0;
        top: 100%;
    }
}

#map-container iframe {
    margin-top: 100px;
    width: 1200px;
    height: 800px;
    /*margin: 0 auto;*/
    overflow: visible;
}

@media (min-width:768px) {
    .col-same-height {
        min-height: 740px;
    }
}

@media (max-width: 768px) {
    .col-same-height {
        padding-bottom: 10px;
    }

    .img-responsive {
        margin: 0 auto;
    }
}

.row-margin-10 {
    margin-left: 0px;
    margin-right: 0px;
}

.why-springs-links a, .why-springs-links li {
    color: #9cdcf8;
    text-decoration: none;
}

.why-springs-links a:hover {
    color: #ffffff;
}

#navbar-top {
    font-family: 'Lato', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

#navbar-top a {
    /*line-height: 46px;*/
    color: #ffffff;
    padding: 0 15px;
    text-shadow: 0 0 2px #000, 0 0 2px #000;
    transition: all 0.5s ease;
}

#navbar-top a:hover {
    color: #333;
    text-decoration: none;
    text-shadow: -1px 1px 8px #fff,
    -1px 1px 8px #fff,
    1px -1px 8px #fff,
    1px -1px 8px #fff,
    1px -1px 16px #fff,
    -1px 1px 16px #fff,
    1px -1px 30px #fff,
    -1px 1px 30px #fff;
}

#navbar-top {
    line-height: 46px;
    margin-left: -15px;
    border-bottom: 1px solid rgba(255,255,255,0.4) !important;
    background-color: rgba(0,0,0,0.3);
}

#navbar-top .input-group-addon, #navbar-top input, #navbar-top .input-group {
    display: inline;
}

#navbar-top input {
    height: 30px;
    padding: 0 20px;
    border: none;
    /*border-bottom: 1px solid rgba(255,255,255,0.9);*/
    color: #fff;
    margin: 0;
    border-radius: 5px;
    /*border-bottom-right-radius: 0;*/
    /*border-top-right-radius: 0;*/
    border: 1px solid rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.4);
    /*background: transparent;*/
    text-shadow: 0 0 2px #000, 0 0 2px #000;
    outline: none
}

#navbar-top .input-addon {
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    text-shadow: 0 0 2px #000, 0 0 2px #000;
}

#navbar-top input::-webkit-input-placeholder { /* Chrome */
    color: #fff;
    text-shadow: 0 0 2px #000, 0 0 2px #000;
}

#navbar-top input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    text-shadow: 0 0 2px #000, 0 0 2px #000;
}

#navbar-top input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 1;
    text-shadow: 0 0 2px #000, 0 0 2px #000;
}

#navbar-top input:-moz-placeholder { /* Firefox 4 - 18 */
    color: #fff;
    opacity: 1;
    text-shadow: 0 0 2px #000, 0 0 2px #000;
}

.search-wrap form {
    display: inline;
}

.search-wrap button[type="submit"] {
    background: none;
    border: none;
}

.footer {
    padding: 20px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.footer a {
    color: #ffffff;
    padding: 0 5px;
    transition: all 0.5s ease;
}

.footer-links {
    margin-left: -15px;
}

#social #lcap img {
    vertical-align: inherit;
    width: 41px;
    margin-bottom: -2px;
}

.social-wrap .btn {
    padding: 8px;
    font-weight: 600;
}

#social {
    text-align: center;
    margin: 20px 0;
}

#social a {
    text-decoration: none;
}

#social a > i, #social a > img {
    transition: all 0.5s ease;
}

#social a:hover > i, #social a:hover > img {
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

#social i {
    font-size: 48px;
}

.full-width {
    width: 100%;
}

.btn-orange {
    background-color: #F58D1F;
}

.btn-green {
    background-color: #71B858;
}

.social-wrap .btn i {
    margin: 0 10px;
}

.floating-bottom-right {
    position: fixed;
    bottom: 50px;
    right: 50px;
    /* background: rgba(0,0,0,.6); */
    opacity: .6;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.to-the-top {
    background: rgba(0,0,0,.6);
    opacity: .6;
    border-radius: 50%;
    transition: all 0.5s ease;
    width: 36px;
    margin: 0 auto;
    margin-top: 20px;
}

.to-the-top .fa {
    padding: 7px;
    font-size: 1.6em;
}

.to-the-top:hover {
    opacity: 1;
}

.to-the-top a {
    color: #fff;
    text-decoration: none;
}

.dropdown-menu {
    background: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 5px;
}

.dropdown-menu > li > a {
    font-weight: 600;
    color: #fff;
    transition:all 0.5s ease;
    /*text-shadow: 0 0 2px #000, 0 0 2px #000;*/
}

@media (max-width: 768px) {
    .text-xs-center {
        text-align: center;
    }
}