.pop {
	padding: 15px;
	display: none;
}

.fancybox-image {
    width: 80% !important;
    height: auto !important;
    max-width: auto !important;
    max-height: initial !important;
    margin: 0 auto;
}

.fancybox-wrap .fancybox-close {
	top: -10px;
	right: -10px;
	width: 36px;
	height: 35px;
	background: url(../img/index/close.png) no-repeat;
}

.modalTitle { font-size:12px; padding:30px 10% 20px; }
.bold { font-weight:bold; font-size:14px; padding:20px 0; }
.modalTxt { font-size:12px; padding:30px 10%; }
.facebook {
    background: #4267b2;
    border: 1px solid #4267b2;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-left: 10%;
    white-space: nowrap;
}
.twitter {
    background: #0c7abf;
    border: 1px solid #4267b2;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-left: 1%;
    white-space: nowrap;
    margin-bottom: 30px;
}

.fancybox-nav {
	width: 10%;
}

.fancybox-prev span {
	width: 56px;
	left: -100px;
	height: 40px;
	visibility: visible;
	background: url(../img/index/prev.png) no-repeat;
}

.fancybox-next span {
	width: 56px;
	right: -100px;
	height: 40px;
	visibility: visible;
	background: url(../img/index/next.png) no-repeat;
}



@media  (max-width:767px) and (min-width:0) {
		
	.pop {
		padding: 5px;
		width: 90%;
	}
	
	.fancybox-prev span {
		width: 40px;
		left: 0;
		height: 29px;
		visibility: visible;
		background: url(../img/index/prev.png) no-repeat;
		background-size: 40px 29px;
	}
	
	.fancybox-next span {
		width: 40px;
		right: 0;
		height: 29px;
		visibility: visible;
		background: url(../img/index/next.png) no-repeat;
		background-size: 40px 29px;
	}

	.modalTitle { padding:20px 5% 10px; }
	.bold { padding:10px 0; }
	.modalTxt { padding:20px 5%; }
	.facebook {
		margin-left: 5%;
	}
	.fancybox-image {
		width: 90% !important;
	}
	
	.fixed {
		position: fixed !important;
		width: 100%;
		height: 100%;
	}
	.fancybox-inner {
		width: 300px !important;
	}
	.newsImg {
		width: 281px !important;
		height: auto !important;
		text-align: center;
		margin: 5px auto;
	}
}