body {
    background: url('../img/bg.jpg');
}

.navbar-brand {
    padding: 4px;
}

.navbar-brand img {
    height: 52px;
}

.page-header {
    margin-top: 20px;
}

address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.useful-links {
    list-style-type: square;
    color: #ff7b74;
}

.useful-links li a {
    color: #333;
}

.carousel .carousel-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
}

.carousel .carousel-inner .item img {
    margin: 0 auto;
    max-height: 480px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
