@font-face {
  font-family: 'MyFont';
  src: url('../fonts/fontawesome-webfont.ttf');
}
body {
	background: #FFF;
	width: 100%;
	overflow-x: hidden;
	font-family: 'MyFont' !important;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'MyFont' !important;
}
.alazea-portfolio-filter {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 30px;
}

.alazea-portfolio-filter .btnDiv {
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	background-color: transparent;
	padding: 0 20px 10px 20px;
	border: 1px solid transparent;
	border-radius: 0;
	/* font-family: 'Raleway', sans-serif; */
	display: inline-block;
	color: #666666;
}
.div_line{
	border-bottom: 1px solid transparent;
	width: 40%;
	margin: auto;
	margin-top: 10px;
}
.alazea-portfolio-filter .btnDiv.select{
	color: #013B5D;
}
.alazea-portfolio-filter .btnDiv.select>.div_line{
	border-bottom: 1px solid #013B5D;
}
@media only screen and (max-width: 767px) {
	.alazea-portfolio-filter .btnDiv {
		font-size: 16px;
		padding: 0 5px;
	}
}

.details-exhibition{
	overflow: hidden;
}
.details-exhibition img{
	display: block;
	width: 100%;
}
.caption{
	padding: 9px;
    color: #333;
}
.caption h3{
	text-align: center;
	/* font-family: 'Raleway', sans-serif; */
	font-size: 16px;
	line-height: 1.42857143;
}
.port-hover-text{
	display:none;
}
.port-hover-text img{
	display: block !important;
	width: 80% !important;
	margin:auto !important;
	height:auto !important;
}
.port-hover-text.isShow{
	display:block;
}
.port-hover-text ul li{
    list-style-position:inside !important;
}
.mapRow{
	min-height: 400px;
}