body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Open Sans", Arial, sans-serif;
}

.center {
	text-align: center;
}

.is-hidden {
	display: none;
}

.button {
	letter-spacing: -0.5px;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	background: #e3e3e3;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


.button:hover {
	border-bottom-width: 1px;
	margin-top: 3px;
}

.button-primary {
	background: #3498db;
	color: #fff;
}

.button-close {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAowAAAKMB8MeazgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAB5SURBVDiNrZPRCcAwCEQfnUiySAZuF8kSWeH6Yz8KrQZMQAicJ+epAB0YwAmYJKIADLic0/GPPCbQAnLznCd/4NWUFfkgy1VjH8CryA95ApYltAiTRCZxpuoW+gz9WXE6NPeg+ra1UDIxGlWEObe4SGxY5fIxlc75Bkt9V4JS7KWJAAAAAElFTkSuQmCC59ef34356faa7edebc7ed5432ddb673d');
}


.page-title {
	font-weight: 300;
}



.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index:100000;
}

.modal-content {

	padding:0;
	width: 800px;
	position: relative;
	min-height: 517px;
	margin: 5% auto 0;
	/*background: #fff;*/
	background:url(../img/ind.24.2.17.jpg) no-repeat;
	background-size:contain;
	border:none;
}
.pop  {
	 display:block; height:517px; width:100%;
}
@media only screen and (max-width:480px) {
	.modal-content {

	width:95%;
	
	overflow:hidden;
	height:250px !important; 
}
.pop  {
	  height:250px !important; 
}
}