@import "flexgrid.css";
#Contact {
background-image: url(images/bg-contact.jpg); 
background-size: 100%; 
background-position: center center;
}

.navbar-brand {
	max-width:80%;
}

.navbar-brand img {
    max-width: 100%;
}

.images-list .image-item {
    overflow: hidden;
}
.image-item {
    min-width: 250px;
    max-width: 250px;
    padding-right: 0;
    padding-left: 0;
}

.image-item img {
    width: 100%;
}

.image-item a {
    padding: 2px;
    display: block;
}

.control-label {
	display:none;
}

.phone {
    white-space: nowrap;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    }
    
    .navbar-default .navbar-nav > li > a {
    color: silver;
}