/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header .header-nav {
    margin-bottom: 15px;
}
#header .header-top .menu {
    padding-top: 10px;
}
#footer{
	padding-top:0px;
}
.footer-container{
	margin-top:0px;
}
#header .header-top {
	padding-bottom:0px;
}
.carousel {
	margin-top:-25px;
}
@media (max-width:480px) {
	.carousel {
	margin-top:-15px;
}
}
.carousel .carousel-inner {
	height:100%;
}