/* Add here all your CSS customizations */
.tss-footer-contact-icon {
	padding: 7px 3px 5px 4px !important;
}
.tss-footer-contact-text {
	font-weight: 400;
	color: white;
	display: inline;
}
.tss_inq_chkbox, .tss_inq_radio {
	background-color: #e4e4e4;
	padding: 8px;
	border-radius: 4px;
}
.tss-header-full{
	display: block;
}
.tss-header-mobile{
	display: none;
}
#header .header-mobile-logo {
	float: left;
	position: relative;
}
#header .header-mobile-logo img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	margin: 15px 15px 15px 0;
	top: 0;
}
.tss-expertise-images {
	height: 180px;
}
.tss-about-client-comment {
	color: #777777 !important;
}
.tss-about-client-comment:before, .tss-about-client-comment:after {
	color: #777777 !important;
}
.tss-abount-cline-comment-video > div:first-child {
	z-index: 3 !important;
}
.tss-foote-logo-manage {
	margin-top: -9px;
}
.tss-home-slide-text {
	color: #777777 !important;
}
/* Responsive */
@media (max-width: 500px) {
	.tss-header-full{
		display: none;
	}
	.tss-header-mobile{
		display: block;
	}
	.tss-header-mobile .tss-mobile-header-logo {
		margin-right: 0px !important;
	}
	.tss-footer-mobile-logo-size {
		max-width: 30%;
	}
}
@media (max-width: 991px) {
	.tss-footer-mobile-logo-size {
		max-width: 30%;
	}
}
.mt-30{
	margin-top:30px!important;
}