.carousel-inner{
	/* height:250px; */
}

.header-logo{
	/*width:100%;height:30px;*/
	/*margin-top:-3px;*/
}

@media (min-width:768px) {
	footer{
		/*position:fixed;bottom:0px;width:100%;z-index:100;*/
	}
	
	.info{
		margin-left:8%;
	}
	
	.carousel-inner > .item{
		/*width:100%;
		height:250px;*/
		
		height: 38vh;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	.carousel-inner-big > .item{
		/*width:100%;
		height:250px;*/
		
		height: 35vh;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.navbar-nav{
	    padding-left: 125px;
	}

}

@media (max-width:767px) {
	.navbar-default .navbar-nav > li > a{
		color:#f00;
	}
	
	.carousel-inner > .item{
		/* width:100%;
		height:250px; */
		
		height: 25vh;
		overflow: hidden;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	.carousel-inner > .item > img{
		/* width:100%;
		height:100%; */
	}
}

hr {
  height: 4px;
  margin-bottom:-3px;
}
.hr-warning{
  background-image: -webkit-linear-gradient(left, rgba(210,105,30,.8), rgba(210,105,30,.6), rgba(0,0,0,0));
}
.hr-success{
  background-image: -webkit-linear-gradient(left, rgba(15,157,88,.8), rgba(15, 157, 88,.6), rgba(0,0,0,0));
}
.hr-primary{
  background-image: -webkit-linear-gradient(left, rgba(66,133,244,.8), rgba(66, 133, 244,.6), rgba(0,0,0,0));
}
.hr-danger{
  background-image: -webkit-linear-gradient(left, rgba(244,67,54,.8), rgba(244,67,54,.6), rgba(0,0,0,0));
}