@charset "utf-8";
/* CSS Document */

.contact { min-height: 340px; }

.wrap-form { padding: 0px 10px 20px ; }

.contact-info { padding: 0px 10px; }

.contact-info h6 { 
	font-size: 15px;  
	color: #0092AA; 
	letter-spacing: 1px; 
	margin-bottom: 20px; 
	padding-bottom: 6px; 
	border-bottom: 2px solid #0092AA; }

.contact-info p { font-size: 16px; line-height: 20px; font-weight: 400; }

.contact-info b { font-size: 18px; font-weight: 500; }

.contact-info small { font-size: 14px; }

.contact-info a { filter: grayscale();}

.contact-info a:hover { color: #0092AA; filter: none;}

.contact-info .cforms i {
	margin-right: 10px;
	color: #0092AA;
	line-height: 20px;
	font-size: 17px;
}

.contact-info p a img { 
	margin-right: 6px; 
	height: 30px;
	
}

.contact-info p a img:hover {filter: none;}

@media only screen and (max-width: 480px) {
	.wrap-form { padding: 0px 0px 20px ; }
	.contact-info p { font-size: 15px; line-height: 18px; }
	.contact-info .cforms i {margin-right: 5px; }
}

.about .img-frame { padding: 0px; border: 2px solid #DBDBDB;}
.about .img-mask-patt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transition: .5s ease;
	background-image: url(../img/bg/patterns/19.png);
	background-repeat: repeat;
	opacity: 0.2;
	background-blend-mode: multiply;
}
.about h6 { margin-top: 0px; margin-bottom: 10px;}
.about span { margin-right: 10px; }
.about span img { filter: grayscale();}
.about span img:hover { filter: none;}


