#gallery-header {
	height: auto;
	position: relative;
	display: block;
	padding: 140px 30px 10px 30px;
	margin: 0;
	width: 100%;
	text-align: left;
	background: #F4F4F4;
}
#gallery-header-mini {
	height: auto;
	position: relative;
	display: block;
	padding: 0px 50px 2px 50px;
	margin: 0;
	width: 100%;
	text-align: left;
	background: #F4F4F4;
}
#gallery-hitem, #gallery-hitemx {
	position: relative;
	width: 100%;
	height: auto;
	background: #F4F4F4;
	padding: 10px 0 0 0;
	margin: 0;
	display: block;
}
#gallery-hitem #gallery-cat, #gallery-hitemx #gallery-cat {
	position: relative;
	width: auto;
	height: auto;
	background: #FFF;
	border: 1px solid #FC9A27;
	padding: 4px;
	margin: 2px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #404040;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
p#hide-cat {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	position: relative;
	width: auto;
	height: auto;
	background: #FC9A27;
	padding: 4px 10px 4px 10px;
	margin: 10px 0 0 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor: pointer;
}
p#show-cat {
	display: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	position: relative;
	width: auto;
	height: auto;
	background: #FC9A27;
	padding: 4px 10px 4px 10px;
	margin: 10px 0 0 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor: pointer;
}
#gallery-hitem p.gallery-title {
	font-family: 'Raleway', sans-serif;
	font-size: 46px;
	font-weight: 300;
	color: #FC9A27;
	margin: 0;
	padding: 0;
}
#gallery-hitem p.gallery-scroll {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FC9A27;
	margin: 0;
	padding: 20px 0 0 0;
}
#gallery-hitem p.gallery-subtitle {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #AAA;
	margin: 0;
	padding: 0;
}
#gallery-hitem p.gallery-subtitle span {
	font-weight: 500;
	color: #999;
}
#gallery {
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-gap:.5rem;
	padding: 10px 30px 50px 30px;
	margin: 0;
	width: 100%;
	text-align: left;
	background: #F4F4F4;
}
#gallery-mini {
	height: auto;
	overflow-y: auto;
	overflow-x: auto;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	grid-gap:.5rem;
	padding: 0 50px 50px 50px;
	margin: 0;
	width: 100%;
	text-align: left;
	background: #F4F4F4;
}
#gallery-item-extra {
	position: relative;
	width: auto;
	height: auto;
	background: #F4F4F4;
	padding: 0 20px;
	margin: 10px 0 10px 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.g-1 {
	display: inline-block;
}
.g-2 {
	display: inline-block;
}
.g-3 {
	display: inline-block;
}
.g-4 {
	display: inline-block;
}
.g-5 {
	display: inline-block;
}
.g-6 {
	display: inline-block;
}
#gallery-item-extra #g-noimg {
	width: 200px;
	height: 1px;
	background: #F4F4F4;
}
#gallery-item {
	position: relative;
	width: auto;
	height: auto;
	background: #FFF;
	padding: 20px;
	margin: 10px 0 10px 0;
	display: inline-block;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#gallery-item p.video-title {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #888;
	text-align: center;
	margin: 0 0 16px 0;
	padding: 0;
}
#gallery-item #g-img {
	width: 200px;
	height: 200px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#gallery-item #gallery-views {
	position: absolute;
	right: 25px;
	bottom: 22px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-align: right;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
}
#gallery-item #gallery-views img {
	width: 20px;
	height: 20px;
	border: 0;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: middle;
}
p.gallery-show-num {
	width: 100%;
	font-size: 14px;
	color: #808080;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
}
#load-button {
	width: 60%;
	position: relative;
	display: block;
	height: auto;
	cursor: pointer;
	text-align: center;
}
.btn-col-load {
	background: #fc9a27;
	font-size: 14px;
	color: #FFF;
	margin: 0 auto 40px auto;
	padding: 15px 10px 15px 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	border-radius: 54px !important;
	-moz-border-radius: 54px !important;
	-webkit-border-radius: 54px !important;
}
@media (max-width: 1927px) {
	.g-6 {
		display: none;
	}
}
@media (max-width: 1659px) {
	.g-5 {
		display: none;
	}
}
@media (max-width: 1391px) {
	.g-4 {
		display: none;
	}
}
@media (max-width: 1123px) {
	.g-3 {
		display: none;
	}
}
@media (max-width: 855px) {
	.g-2 {
		display: none;
	}
}
@media (max-width: 1080px) {
	#gallery-header-mini {
		padding: 0px 30px 10px 30px;
	} 
	#gallery-mini {
		padding: 0 30px 50px 30px;
	}
}
@media (max-width: 587px) {
	.g-1 {
		display: none;
	}
	#gallery #gallery-item {
		width: 100%;
		margin: 10px 0 10px 0;
	}
	#gallery #gallery-item #g-img {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}
}
