/*!
 * Start Bootstrap - The Big Picture 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%;
}
body {
	
	background: none;
}
.white-side {
    min-height: 100%;
    height: auto !important;
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 300px;
    float: left;
	margin-left:80px;
}
.full {
  background: url(bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.logo {
  background: url(logo.png) no-repeat center center;
    width: 90%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 355px;
}
.navbar-inverse {
    background-color: #bcbdc0;
    border-color: transparent;
}
.navbar-fixed-bottom {
    bottom: 50px;
    margin-bottom: 50px;
    border-width: 0px;
}
.img-center {
    margin: 0 auto;
	float: right;
}
.image-bg-fluid-height {
    padding: 200px 0;
}
.col-lg-8.col-md-6.col-sm-6.col-xs-6.right {
    float: right;
}
@media (max-width: 768px){

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: none;
    
}
.navbar-fixed-bottom {
    bottom: 0px;
    margin-bottom: 0px;
    border-width: 0px;
}
}