/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}
.sidebar {
    text-align: center;
    color: #fff;
    padding: 20px;
    min-height: 1800px;
    height: 100%;
}
.home-line {
    border-top: 1px dashed #666;
}
.addr-link {
    color: #fff;
}
.large-logo {
    display: block;
    border-radius: 6px;
    border: solid 0px #666;
    margin-top: -15px;
    padding-bottom: 5px;
}
.large-logo img {
    color: #fff;
    text-decoration: none;
}
.large-logo img:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.large-logo img:active {
    color: #fff;
    text-decoration: none;
    opacity: 0.4;
}
.large-logo img {
    width: 60%;
    padding-bottom: 5px;
}

.navbar {
    max-width: 470px;
    height: 100%;
    background: rgba(5,5,5,0.6);
}
navbar-header {
    max-width: 460px;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    padding-bottom: 75px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

@media (max-width: 1992px) {
    .navbar-header {
        float: none;
        max-width: 440px;
        height: 100%;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        max-width: 440px;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
        
	}
    .navbar-collapse.collapse {
        display: none!important;
        max-width: 440px;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
        max-width: 440px;
	}
	.navbar-nav>li {
        float: none;
        max-width: 440px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        max-width: 440px;
    }
    .collapse.in{
  		display:block !important;
        max-width: 440px;
	}
}



