.navbar-brand img{
	width: 250px;
	margin-top: -5px;
}

.navbar {
    min-height: 80px !important;
}

.carousel-caption{
    padding: 30px;
    margin-bottom: 150px;
    background: rgba(29, 26, 26, 0.5);
}

.carousel-caption h1{
	color: #fff;
}

.owl-slider-caption{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(25,25,25,0.5);
    height: 100%;
    padding: 30px;
    font-size: 30px;
    color: #fff;
}

.full-width{
	width: 100%;
}

@media (max-width:767px){
	.padded-top{
		padding-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (min-width: 768px){
	.padded-top{
		padding-top: 60px;
		padding-left: 10px;
		padding-right: 10px;
	}	
}

#nav-to-top{
	font-size: 35px;
    padding: 10px;
    border: 3px solid;
    border-color: #268ee3;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 25px;
    color: #268ee3;
    background: #fff;
    z-index: 99;
    text-decoration: none;
}

#nav-to-top:hover{
	background: #268ee3;
	color: #fff;
}