.icon-center{
	position:absolute;				
	top:50%;
	left:50%;								
	width:20px;
	margin-left:-40px;										
	height:20px;
	margin-top:-10px;
	text-align:center;				
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;		
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;				
	text-align: center;
}

.mfp-title {
	font-family: "Arial";
	font-size: 12px;
	color: #000000;	
	width: auto;
	text-align: left;	
}

.mfp-bottom-bar{
	position: relative;
	margin: -36px auto 0;
}

.mfp-counter {
	color: #000000;
	font-family: "Arial";
	font-size: 12px;
	margin-right: 20px;				
}

.mfp-content{
	min-width: 90%;
}

.mfp-image-holder .mfp-close {
	color: black;
	margin-right: 20px;	
	width: auto;	
	padding-left: 6px;
}

a.nostyle:link {
	text-decoration: inherit;
	color: inherit;				
}

a.nostyle:visited {
	text-decoration: inherit;
	color: inherit;				
}

img.mfp-img {
	max-width: 90%;
	width: auto !important;
}

.gestures-overlay {
	position: absolute;
	width: 77%;
	height: 70%;	
	display: inline;
	z-index: 7000;
	margin: 40px 0px;
	background-color: transparent;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  content: '\f137';
  border-right: none;
}

.mfp-arrow-right {
  right: 0; 
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  content: '\f138';
  border-left: none;
  margin-left: 30px;
}

.mfp-arrow-left:after, .mfp-arrow-right:before {
  border: none;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a, .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
		border-top-width: 20px;
    font-size: 40px;
    top: -20px;
    color: #3F3F3F;
    margin-left: 25px;
}

@media only screen and (orientation: portrait) {
	.jwplayer{
		width: 100%!important;
	}	
	
	.mfp-img{
		width: 100%!important;
		max-width: 100%!important;
		max-height: 99999px!important;
	}
	
	img.mfp-img{
		width: 100%!important;
		max-width: 100%!important;
		max-height: 99999px!important;
	}
	
	.white-popup{
		width: 100%;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.mfp-arrow-left{
		margin-left: -20px;
	}
	.mfp-arrow-right{
		margin-right: -20px;
	}
	
	.mfp-content{
		width: 100%;
	}	
	
	.mfp-bottom-bar{
		min-height: 30px;
	}
	
	.mfp-title{
		margin-left: 40px;
		margin-right: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.mfp-arrow-left:before {
		margin-left: 30px;
	}
	.mfp-arrow-right:after{
		margin-left: 25px;
	}
}



@media (max-width: 974px){
	.mfp-figure .mfp-close {display: none;}
}