.gallery_view_h1 {
	font-size: 30px;
	font-weight: 200;
	color:rgba(0, 0, 0, 0.65)
	
}

.gallery_view_h2 {
	font-size: 24px;
	font-weight: 200;
	color:rgba(0, 0, 0, 0.65)
	
}

.gallery_view_label {
	font-size: 19px;
	font-weight: 200;
	color:rgba(0, 0, 0, 0.65)
	
}


.navbar-default {
	background: #e7e7e7;
		
	
}

.header-bar
{
    background: #e7e7e7;
    width: 100%;
   /* height: 140px; */
    margin-bottom: 10px;
}

.header-logo
{
    max-height: 100px;
    max-width: 300px;
    margin-top: 10px;
}

.header-logo-mobile
{
    max-height: 65px;
    max-width: 200px;
    margin-top: 10px;
}

.header-inner
{
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.header-nav
{
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.nav-text
{
}

.nav-text
{
    color: #000;
font-family: Roboto;
font-weight: 500;
font-style: normal;
font-size: 16px;
letter-spacing: 1.01px;
text-transform: uppercase;
text-decoration: none;
line-height: 1em;
}

.nav-bar-header
{
    margin-top: 38px;
    color: #000;
}

.groupTitle {
font-family: Oswald;
font-weight: 700;
font-style: normal;
font-size: 45px;
letter-spacing: 0px;
text-transform: uppercase;
line-height: 1.03em;
color: #ffd000;
text-rendering: optimizeLegibility;
}

.groupDate {
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.2em;
    font-family: Roboto Slab;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.09em;
	
}

.eventBox{
margin-top: 40px;	
	
}

.groupButton{
	
	    padding: 13px 26px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    background-color: #ffd000;
    border-color: #ffd000;
}

.dash-gallery-highlight {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	-webkit-backface-visibility: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 7px;
}

.dash-gallery-name {
	margin: 10px 0 5px;
	display: inline-block;
	width: 95%;
	font-size: 1.2em;
	font-weight: 200;
	}

.dash-gallery-actions {
	display: inline-block;
	margin: -35px 0;
	font-size: 1em;
	}

.dash-top-buttons {
	margin: 15px 0 15px;

}

.dash-images-box {
	min-height: 225px;
}

.dash-image-highlight {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	-webkit-backface-visibility: hidden;
}

.form-label {
	
		font-size: 1.3em;
	font-weight: 200;
}

.dash-gallery-box {
	min-height: 375px;
}

.dash-gallery-details {
	font-size: 1.05em;
	font-weight: 200;
}

.footer {
	margin-top: 30px;
}

.footer_text {
	font-size: 1.05em;
	font-weight: 200;
	color: rgba(0, 0, 0, 0.3)
}

.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 175px;
	overflow: hidden;
}
.box img{
	height: 140%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 180px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}


.breadcrumb {
	background-color: #fff;
}

.centerImage {
	margin-left: auto;
	margin-right: auto;
	
}

.modal-header {
    border-bottom: 0px;
}

.modal-footer {
    border-top: 0px;
}

.fa-6 {
    font-size: 6em;
}

.printOptional {
	display:none;
	color: white;
}