html {
    position: relative;
    min-height: 100%
}
body {
    margin-bottom: 45px
}
.navbar-inverse .navbar-toggle .icon-bar {
    background: #777
}
.navbar-inverse .navbar-toggle {
    border-color: 0
}
.navbar {
    background: #e7e7e7;
    font-family: 'Open Sans', sans-serif
}
.navbar .navbar-brand {
    padding-top: 5px;
    color: #777;
    font-weight: bold
}
.navbar .navbar-brand:hover {
    color: #313131;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out
}
.navbar ul.nav li.active a {
    background: #777;
    -webkit-box-shadow: inset 0 -6px 0 -2px #F28B30;
    -moz-box-shadow: inset 0 -6px 0 -2px #F28B30;
    box-shadow: inset 0 -6px 0 -2px #F28B30
}
.navbar ul.nav li.active a:hover {
    background: #777
}
.navbar ul.nav li a:hover {
    color: #313131;
    -webkit-box-shadow: inset 0 -6px 0 -2px #333;
    -moz-box-shadow: inset 0 -6px 0 -2px #333;
    box-shadow: inset 0 -6px 0 -2px #333
}
#header {
    background: url(../images/yosemite.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 423px;
    margin-top: 45px;
    border-bottom: 1px solid #313131;
    padding-top: 10px
}
#subheader {
    background: url(subheaderbg.jpg);
    width: 100%;
    border-bottom: 1px solid #313131;
    border-top: 1px solid #ddd
}
#subheader h2 {
    color: #ccc;
    text-shadow: 1px 4px 6px #333, 0 0 0 #000, 1px 4px 6px #333
}
#main {
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #444
}
#main p {
    color: #888
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ddd;
    font-family: 'Helvetica Neue', Helvetica, arial, freesans, clean;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    border-top: 1px solid #aaa;
    /*margin-bottom: -20px*/
}
#footer a {
    color: #666
}
#footer a.icon-link i {
    font-size: 18px;
    color: #888;
    margin-left: 8px;
    padding-top: 3px;
    margin-right: 2px
}
#footer a.icon-link:hover i {
    color: #000;
    -webkit-transition: all .33s ease;
    -moz-transition: all .33s ease;
    -ms-transition: all .33s ease;
    -o-transition: all .33s ease;
    transition: all .33s ease
}
#footer .icon-link:hover i.fa-twitter {
    color: #55acee
}
#footer .icon-link:hover i.fa-facebook {
    color: #4b699b
}
.header {
    color: #cdbfe3;
    background-color: #3b3c41;
    background-image: url(subheaderbg.jpg);
    background-position: bottom 80%;
    padding: 30px 0 10px;
    font-size: 13px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15)
}
.header h1,
.header h2 {
    color: #fff
}
.header p {
    font-weight: 300;
    line-height: 1.5
}
.header .container {
    position: relative
}
@media (min-width: 768px) {
    .header {
        font-size: 21px;
        text-align: left
    }
    .header h1 {
        font-size: 60px;
        line-height: 1
    }
}
@media (min-width: 992px) {
    .header h1,
    .header p {
        margin-right: 380px
    }
}
.bs-sidebar.affix {
    position: static
}
.bs-sidenav {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #bbb;
    border-radius: 5px
}
.bs-sidebar .nav>li>a {
    display: block;
    color: #6b858a;
    padding: 5px 20px
}
.bs-sidebar .nav>li>a:hover,
.bs-sidebar .nav>li>a:focus {
    text-decoration: none;
    background-color: #fff
}
.bs-sidebar .nav>.active>a,
.bs-sidebar .nav>.active:hover>a,
.bs-sidebar .nav>.active:focus>a {
    font-weight: bold;
    color: #00a5ea;
    background-color: transparent;
    border-left: 3px solid #00a5ea;
    padding-left: 17px
}
.bs-sidebar .nav .nav {
    display: none;
    margin-bottom: 8px
}
.bs-sidebar .nav .nav>li>a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    font-size: 90%
}
@media (min-width: 992px) {
    .bs-sidebar .nav>.active>ul {
        display: block
    }
    .bs-sidebar.affix,
    .bs-sidebar.affix-bottom {
        width: 203px
    }
    .bs-sidebar.affix {
        position: fixed;
        top: 80px
    }
    .bs-sidebar.affix-bottom {
        position: absolute
    }
    .bs-sidebar.affix-bottom .bs-sidenav,
    .bs-sidebar.affix .bs-sidenav {
        margin-top: 0;
        margin-bottom: 0
    }
}
@media (min-width: 1200px) {
    .bs-sidebar.affix-bottom,
    .bs-sidebar.affix {
        width: 203px
    }
}
.bs-docs-section+.bs-docs-section {
    padding-top: 40px
}
.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px
}
.bs-callout p:last-child {
    margin-bottom: 0
}
.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #eed3d7
}
.bs-callout-danger h4 {
    color: #b94a48
}
.bs-callout-warning {
    background-color: #faf8f0;
    border-color: #faebcc
}
.bs-callout-warning h4 {
    color: #8a6d3b
}
.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #bce8f1
}
.bs-callout-info h4 {
    color: #34789a
}
.bs-example {
    position: relative;
    padding: 15px 15px 15px;
    margin: 0 -15px 15px;
    background-color: #fafafa;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0
}
.bs-example+.highlight {
    margin: -19px -19px 10px;
    border-radius: 0;
    border-width: 0 0 1px
}
@media (min-width: 768px) {
    .bs-example {
        margin-left: 0;
        margin-right: 0;
        background-color: #fff;
        border-width: 1px;
        border-color: #ddd;
        border-radius: 4px 4px 0 0;
        box-shadow: none
    }
    .bs-example+.highlight {
        margin-top: -16px;
        margin-left: 0;
        margin-right: 0;
        border-width: 1px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px
    }
}
.bs-example .container {
    width: auto
}
.bs-example>p:last-child,
.bs-example>ul:last-child,
.bs-example>ol:last-child,
.bs-example>blockquote:last-child,
.bs-example>.form-control:last-child,
.bs-example>.table:last-child,
.bs-example>.navbar:last-child,
.bs-example>.jumbotron:last-child,
.bs-example>.alert:last-child,
.bs-example>.panel:last-child,
.bs-example>.list-group:last-child,
.bs-example>.well:last-child,
.bs-example>.progress:last-child,
.bs-example>.table-responsive:last-child>.table {
    margin-bottom: 0
}
.bs-example>p>.close {
    float: none
}
.example-query {
    font-size: 24px;
    color: #666
}
.bs-masthead {
    position: relative;
    padding: 30px 15px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15)
}
.bs-masthead .btn-outline {
    margin: 10px;
    background: #eee;
    border: 5px solid #fff
}
.bs-masthead .btn-outline:hover {
    border: 5px solid #acd8e1
}
.bs-masthead-links {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 15px;
    list-style: none;
    text-align: center
}
.bs-masthead-links li {
    display: inline
}
.bs-masthead-links li+li {
    margin-left: 20px
}
.bs-masthead-links a {
    color: #fff
}
@media (min-width: 768px) {
    .bs-masthead {
        text-align: left;
        padding-top: 140px;
        padding-bottom: 140px
    }
    .bs-masthead h1 {
        font-size: 100px
    }
    .bs-masthead .lead {
        margin-right: 25%;
        font-size: 30px
    }
    .bs-masthead .btn-outline {
        width: auto;
        margin: 20px 5px 20px 0;
        padding: 18px 24px;
        font-size: 21px
    }
    .bs-masthead-links {
        padding: 0;
        text-align: left
    }
}
#stabs li.active a {
    font-weight: bold;
    background: #eee
}
*:focus {
    outline: 0
}
a.icon-link i {
    font-size: 30px;
    color: #888;
    margin-left: 15px;
    margin-right: 2px
}
a.icon-link:hover i {
    color: #000;
    -webkit-transition: all .33s ease;
    -moz-transition: all .33s ease;
    -ms-transition: all .33s ease;
    -o-transition: all .33s ease;
    transition: all .33s ease
}
.icon-link:hover i.fa-twitter {
    color: #55acee
}
.icon-link:hover i.fa-linkedin {
    color: #1582bb
}
.icon-link:hover i.fa-stack-overflow {
    color: #d38b28
}
.icon-link:hover i.fa-facebook {
    color: #4b699b
}
.post-title a {
    color: #333
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#prefooter {
    background:#555;
    height:45px;
    font-family:'Helvetica Neue',Helvetica,arial,freesans,clean;
    font-size:16px;
    padding-top:10px
}
#prefooter a{color:#ddd}
#prefooter a:hover{color:#fff;text-decoration:none}
