.nav-logo{background-size:28px 28px; height:45px;}
.header-logo{background-size:28px 28px; width:50px;}
.footer .footer-logo{background-size:50px 50px;	height:50px!important;}

.theme-light .header .header-logo{background-image:url(../images/preload-logo.png);}
.theme-light .menu .nav-logo{background-image:url(../images/preload-logo.png);}
.theme-light .footer .footer-logo{background-image:url(../images/preload-logo.png);}

.theme-dark .header .header-logo{background-image:url(../images/preload-logo.png);}
.theme-dark .menu .nav-logo{background-image:url(../images/preload-logo.png);}
.theme-dark .footer .footer-logo{background-image:url(../images/preload-logo.png);}






.cover-css{
	background-size:cover; 
	background-position:center; 
	position:relative; 
	padding-bottom:80%; 
	height:0; 
	overflow:hidden; 
	max-width:100%; 
}
.stringed{ 
	display: -webkit-box; 
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical; 
	overflow: hidden; 
	word-wrap: break-word; 
	white-space: nowrap; 
	padding-left: 5px;
}
							
.hvr-glow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  border-radius: 10px;
}
	
	
.zhk_card {
    overflow: hidden;
    display: inline-block;
    width: 200px;
    margin: 12px;
    border-radius: 10px;
    background: linear-gradient(145deg, #e6e6e6, #f3f3f3);
    box-shadow: 4px 4px 8px #d9d9d9, -4px -4px 8px #ffffff;
}
.zhk_card__info {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    word-wrap: break-word;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 160px;
	padding-top:50px;
    background-color: #0000002b;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;		
}
.zhk_card:hover .zhk_card__info {
	opacity:1;
	text-shadow: 0 0 8px #000, 0 0 5px #fff;
	top: 0px;
    font-size: 1rem;
}
.zhk_card__photo {
	
}
.zhk_card__name {
	text-align:center;
	font-size:15px;
	font-weight:500;
	margin:0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zhk_card__buttons {
	display:flex;
	padding:15px 0;
	height: 66px;
}
.zhk_card__buttons i {
    margin: auto;
    width: 45px;
    text-align: center;
    font-size: 20px;
	color:#80808080;
    border-radius: 10%;
    padding: 8px;
    cursor: pointer;
    background: #f3f3f3;
    box-shadow: 4px 4px 8px #d9d9d9, -4px -4px 8px #ffffff;
}
.zhk_card__buttons a {
    margin: auto;
}
.zhk_card:hover .fa-street-view {
	color:#0000ff;
}
.zhk_card:hover .fa-object-ungroup {
	color:#00c000;
}

@media only screen and (max-width: 767px) {
			
	.zhk_card {
		overflow: hidden;
		display: inline-block;
		width: 95%;
		margin: 5px 0;
	}
	.zhk_card__photo {
		width: 100px!important;
		height: 85px!important;
		display: inline-block;
		float: left;
		padding-bottom: unset!important;
		
	}
	
	.zhk_card:hover .zhk_card__info {
		display:none;
	}
	.zhk_card__name { 
		position: absolute;
		top: 0;
		left: 120px;
	}
	.zhk_card__buttons {
		position: absolute;
		width: 200px;
		padding: 35px 0 35px 10px;
		top: 0;
		left: 100px;
	}
	.zhk_card__buttons i {
	   
	}
	.zhk_card__buttons a {
		margin:0 0 0 15px;
	}
	.zhk_card__buttons i:hover {
		color:#80808080;
	}
}