.gallery-header {
	height: 500px;
	width: 100%;
	background: url('/files/images/gallery-banner.jpg') no-repeat center center transparent;
	line-height: 50px;
	background-size: cover;
	
}

.gallery-header-title {
	padding-top:100px;
}

.gallery-header-des {

}

.gallery-menu {
	position: relative;
}

.gallery-menu-bg {
	position: absolute;
	height: 15px;
	width: 100%;
	top: -15px;
	left: 0;
	background-color: #e3001b;
	opacity: 0.5;
}

.gallery-menu-content {
	height: 60px;
	background-color: #e3001b;
}

.gallery-menu-content ul {
    display: inline-block;
    height: 60px;
}
.gallery-menu-content ul li a {
	line-height: 60px;
    padding: 0 12px;
    border-radius: 0px;
}

.gallery-menu-content ul.nav-pills > li.active > a {
    background-color: #8c0414;
}

@media (min-width: 320px) {
	.gallery-menu-content .gallery-menu-border {
	    margin: 0 20px;
	    border-left: 1px solid #FFF;
	    height: 9px;
	}
}
@media (min-width: 768px) {
	.gallery-menu-content .gallery-menu-border {
	    margin: 0 20px;
	    border-left: 1px solid #FFF;
	    height: 15px;
	}

	
}
@media (min-width: 992px) {
	.tag-video .portfolio-item .thumb-info .thumb-info-wrapper img {
		height: 200px !important;
	}
	.tag-image .portfolio-item .thumb-info .thumb-info-wrapper img {
		height: 200px !important;
	}
}

.main {
	background-color: #111;
}

.load-more {
	padding: 10px 30px;
	display: inline-block;
	background: #e3001b;
}

.thumb-info, .thumb-info img, .thumb-info .thumb-info-wrapper {
	border-radius: 0px;
}

.thumb-info .thumb-info-action-icon {
	background-color: #e3001b;
}