/* ====================================================================================================================
   gallery
   ==================================================================================================================== */
   
.sah-gallery{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	
	background: url('../_img/gallery-bkg.png');
	background: rgba(0,0,0,0.95);
} 

.sahg-header{
	display: block;
	padding: 14px 23px;	
}

.sahg-counter,
.sahg-close{
	display: block;
	height: 23px;
	line-height: 23px;
	color: white;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;	
}	

.sahg-counter{
	float: left;	
}

.sahg-close{
	float: right;
	text-decoration: none;	
}

.sahg-cap{
	padding: 23px;		
	
	color: white;
	text-align: center;
	font-weight: 400;		
}

.sahg-cap div{
	margin-left: auto;
	margin-right: auto;
	max-width: 650px;	
}	

.sahg-next,
.sahg-prev{
	display: block;
	padding: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	
	color: white;
	font-size: 23px;
	text-decoration: none;
	
	background: black;
	background: rgba(0,0,0,0.5);
	
	-webkit-tap-highlight-color: transparent;
}

.sahg-next{
	right: 9px;
}	

.sahg-prev{
	left: 9px;
}

.sahg-loader{
	background: #222222;
}

.sahg-loader span{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -11px;
	
	font-size: 23px;
	text-align: center;
	font-weight: 400;	
	color: white;
}	

@media screen and (max-width: 768px){

	.sahg-cap{
		padding-left: 3.7rem;
		padding-right: 3.7rem;	
	}	
	
	.sahg-next,
	.sahg-prev{	
		top: auto;
		bottom: 0.9rem;
		margin-top: 0;
		padding: 0.9rem;	
		font-size: 1.6rem;
	}	
	
	.sahg-next{
		right: 0;
	}
	
	.sahg-prev{
		left: 0;
	}	
}


























	  