@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;
}
.topImg{
	display: block;
	width: 100%;
}
.list-group-item{
	cursor: pointer;
}
.list-group-item.item-class-a>a{
	display: block;
	padding: 3px 0px;
	font-weight: 400;
	white-space: nowrap;
	text-decoration: none;
	color: #000;
	/* font-family: 'Raleway',serif; */
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.42857143;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-group-item.active.item-class-a>a{
	color: #fff;
}
.list-group-item a:hover {
	color: #f30 !important;
	text-decoration: none;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 4'%3E%3Cpath fill='none' stroke='%23ff3300' d='M0 3.5c5 0 5-3 10-3s5 3 10 3 5-3 10-3 5 3 10 3'/%3E%3C/svg%3E") repeat-x 0 100%;
	background-size: 20px auto;
	animation: waveMove 1s infinite linear;
}
@keyframes waveMove {
	from {
		background-position: 0 100%;
	}
	to {
		background-position: -20px 100%;
	}
}
.row-top-text{
	padding: 10px 0;
}
.row-top-text p{
	border-bottom: 1px solid #013B5D;
	/* font-family: 'Raleway',serif; */
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.42857143;
}
.row-top-text span{
	margin: 0 5px;
}
.row-top-text span>a{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.row-top-text span:nth-of-type(1){
	margin-left: 0;
}
.details-img{
	display: block;
	margin: auto;
	width: 50%;
	height: auto;
}
.clean-section-header {
    margin: 20px 0;
}
.alazea-portfolio-filter {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 30px 0;
}

.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;
}
.details-introduce .port-hover-text{
	display:none;
}
.details-introduce .port-hover-text.profile{
	display:block;
}
.details-introduce .port-hover-text img{
	display: block !important;
	/*width: 80% !important;*/
	max-width: 100%;
	margin:auto !important;
	height:auto !important;
}
.details-introduce ul li{
    list-style-position:inside !important;
}
.details-introduce .port-hover-text.detail table{
	width:100% !important;
}
.details-introduce .port-hover-text.detail table th,.details-introduce .port-hover-text.detail table td{
    border: 1px solid #999;
}
.mapRow{
	min-height: 400px;
}
.video-js{
	width: 100%;
}
.my-video-dimensions{
	width: 100%;
}
.vjs-poster{
	background-size: 100% 100%;
	background-repeat: no-repeat;
}