.gallery_card h3 {
    height: 2.2em;
}
.gallery_card .item:hover .caption::before, .gallery_card .item:hover p {
    top: 0;
    line-height: 2.2em;
}
.gallery_card .item:hover .caption {
    background-color: rgba(255, 255, 255, 0.53);
    border: 9px double #fff;
}
.gallery_card h3 span {
    color: #444;
    text-shadow: none;
}
.gallery_card p {
    color: #444;
}
.garally_list .item {
    clear: inherit;
}
.garally_list .item .img {
    margin-bottom: 0;
}
.garally_list .caption p {
    font-size: 12px;
}
.list-g {
    margin-bottom: 25px;
}
.contact-center{
    position: relative;
    left: 50%;
}
header .navbar-brand img, content .navbar-brand img {
    height: 50px;
    margin-top: 6px;
}
header h1{
	margin-top:0;
	line-height:45px;
	}
@media (max-width:992px) {
.contact-center {
    position: inherit;
}
}
@media (max-width:768px) {
.nav.navbar-nav{
	text-align:center;
}
.nav.navbar-nav li{
	display:inline-block;
}
header .navbar-brand{float:left;}
header .navbar-toggle{
	display:block;
}
.navbar-collapse.collapse {
    display: none!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.collapse.in {
    display: block!important;
}
}
@media (max-width:500px) {
.nav.navbar-nav{
	text-align:center;
}
header .navbar-toggle{
	display:block;
}
}