.zCursor {
	cursor:hand;
	cursor:pointer;
}

.zSlideTxt {
	position: absolute;
	bottom: 42%;
	color: #fff;
}

.zSlideLink:link {
	text-decoration:none;
}
.zSlideLink:visited {
	text-decoration:none;
}
.zSlideLink:hover {
	text-decoration:none;
}

.sy-slides-wrap {
/* 	height:98vh; */
/* 	max-height: 1000px; */
}


.grid li a, .grid li img {
	cursor: hand;
	cursor: pointer;
/* 		background-color: #000; */
}

.grid li img:hover {
	opacity: 0.6;
}



a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}

.zFontLi {
	font-size:14px;
}

.zMinHeight {
	min-height:408px;
}

.btn-theme {
	background: #855299 !important;
}

.scrollup {
	background-color: #855299 !important;
}

.zLink:link {
    color: #855299;
}

.zLink:visited {
    color: #855299;
}

.zLink:hover {
    color: #C77EE4;
}


/* Mobile */
@media (max-width: 320px) {
	.zTitle {
		font-size:11px;
	}

	.zDesc {
		font-size:9px;
	}
	
	#contact-form input[type=text], #contact-form input[type=email] {
		height: 35px;
		margin-bottom: 0px;
		background-color:white;
		font-size:12px;
	}
	
	#contact-form textarea {
		padding-top: 0.5em;
		font-size:12px;
	}
	
	.btn.btn-theme {
		font-size: small;
	}
}

@media (min-width: 321px) and (max-width: 768px) {
	.zTitle {
		font-size:14px;
	}

	.zDesc {
		font-size:12px;
		font-family: "Arial Narrow";
	}
}

@media (max-width: 767px) {
	.zLogoTxt {
		font-size:14px;
	}

	.zLogoTel {
		font-size:8px;
	}

	.zDescPanel {
		text-align:left;
	}
	
	.zSlidePosition {
		position:relative;
		top:92px;
	}

	.team-box {
		margin-top:30px;
		min-height:330px;
	}
	
	.zBoxHeight {
		min-height:420px;
		border:0px solid red;
	}

	#contact-form input[type=text], #contact-form input[type=email] {
		height: 35px;
		margin-bottom: 0px;
		background-color:white;
		font-size:12px;
	}
	
	#contact-form textarea {
		padding-top: 0.5em;
		font-size:12px;
	}

	.btn.btn-theme {
		font-size: small;
	}

	.navbar.navbar-inverse {
		/* padding: 14px 0 !important; */
	}
	
}

/* Tablet or Computer */
/* @media (min-width: 768px) and (max-width: 991px) { */
@media (min-width: 768px) {
	
	.zLogoTxt {
		font-size:18px;
	/* 
		background: -webkit-linear-gradient(#fff, #a89660);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	*/
	}

	.zLogoTel {
		font-size:11px;
	}
	
	.zDescPanel {
		text-align:left;
		height:140px;
	}

	.zSlidePosition {
		position:relative;
		top:102px;
	}
	
	.team-box {
		margin-top:30px;
		min-height:410px;
	}

	.zBoxHeight {
		min-height:425px;
	}

	.zTitle {
		font-size:14px;
	}

	.zDesc {
		font-size:12px;
	}

	.btn.btn-theme {
		font-size: small;
		border-radius:2px;
	}
	
	.navbar.navbar-inverse {
		/* padding: 17px 0 !important; */
	}


}