/*RESPONSIVO*/
@media screen and (max-width: 1279px) {
	.center-flex {
		display: flex !important;
		justify-content: center !important;
		align-self: center !important;
	  }
		/*Logo*/
		.site-branding a {
			display: none;
			text-align: left;
		}
	
	
		/*Chicago Pneumatic*/
		#logo-chicago {
			top: -117px;
			right: 0;
			left: 38%;
			width: 185px;
			display: none;
		}
	
		.site-header.style-01 {
			background-color: #eee;
		}

		.extra-info {
			display: none;
		}
}
@media screen and (max-width: 767px) {
	/*MENU*/

	.big-title h2 {
		
		padding: 20px 0px;
	  }
	  
	.features-style-1 .feature-item_title {
		font-size: 14px;
	}
	/*Menu Toggle*/
	.col-xs-2.hidden-lg-up.text-right {
		background: #eee;
		height: 147px;
		padding: 0;
	}


	/*Infos*/
	.telefone .fa-phone:before,
	.endereco .fa-home:before {
		color: #f00219 !important;
	}
	.telefone,
	.endereco {
		float: left;
		width: 43%;
		padding: 15px 0 !important;
		margin-bottom: 0 !important;
	}
}


@media screen and (max-width: 580px) {
	.telefone,
	.endereco {
		width: 100%;
		float: left;
	}
	#logo-chicago {
		position: absolute;
		top: 5px;
		right: 0;
		left: 49%;
		width: 185px;
	}
}
@media screen and (max-width: 480px) {
	#logo-chicago {
		position: absolute;
		top: 12px;
		right: 0;
		left: 49%;
		width: 140px;
	}
}
