.container.toph_banner {
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
    bottom: 9px;
    font-size: 35px;
    font-weight: 600;
    text-transform:uppercase;
    display: table;
}
.toph_banner {
    background-image: url(../img/toph-press.png);
    background-size: cover;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    height: 225px;
    margin-bottom: 20px;
}
.normal_title_font {
    text-transform: none !important;
}
.toph_bg {
    display: table-cell;
    background: rgba(45, 45, 45, 0.5);
    color:#fff;
    padding-right: 35px;
    padding-left: 35px;
    min-height: 225px;
    vertical-align: middle;
}
.no_gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/*CONTENT*/
.photodetail_style {
    margin-bottom: 30px;
}
.photo_pic {
    
}
.title_pic {
    font-size: 25px;
    font-weight: bold;
    color: #1B9BD7;
}
.description_gallery {
    display: table-cell;
}
.button_other_gallery {
    color: #1B9BD7;
}
.other_galery_link {
    display: table;
    vertical-align: bottom;
}
.other_galery_link:hover {
    color: #000;
}
@media (max-width: 1199px) {
    .footer_style {
    margin-bottom: 20px;
    }
    .thumb_intro_hover {
    height: 147px;
    }
    a.icon_zoom {
    top: 9%;
    }
    .thumb_intro_hover .caption-text {
    left: 12px;
    }
    .thumb_intro_hover {
    height: 112px;
    }
}
@media (max-width: 991px) {
    
}
@media (max-width: 767px) {
    a.icon_zoom {
    top: 10%;
    }
    .thumb_intro_hover .caption-text {
    left: 12px;
    }
    .thumb_intro_hover {
    height: 112px;
    }
    .carousel-inner > .item > img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .footer_style .phone-wrap li {
    display: block;
    }
}