/*LINKS
	a{
		display: inline-block;
		color: #636363;
	}
	a:hover {
		text-decoration: none;
		color: #000000;
	}
	a::after {
		content: '';
		display: block;
		width: 0;
		height: 2px;
		background: #000;
		transition: width .3s;
		color: #636363;
	}
	a:hover::after {
		width: 100%;
	}*/

/*Contact Us
	#qx-form-56967 .form-wrapper .qx-form-control {
    border-radius: 15px;
	}
	*/
/*HOME SLIDER*/	
@media only screen and (max-width: 600px) {
	#qx-slider-pro-80217 .slide-content h2 {
	font-size: 20px;
	}
	#qx-slider-pro-80217 .slide-content p {
	display: none;
	}
}
@media only screen and (max-width: 1060px) {
	#qx-section-171 .qx-container-fluid {
    min-height: 0px;
}
}

/*FOOTER*/
.footer-links a {
    color: #737373;
}
.footer-links a:hover {
    color: #f6bf1f;
}
.t3-footer .t3-copyright {
     border-top: 0px solid #3a363a; 
}