

/************************* CSS MEDIA QUERIES *************************/


@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1200px) {
	.main-title {text-align: left;}
	.circle-box {display: none;}
	.header__content {height: 230px;}
	.circle-container {background: #ef9624;Ї
}

@media only screen and (max-width: 992px) {
	.logo-box {width: 100%;}
	.circle-container {background: #ef9624;}
	.main-slogon, .main-title {text-align: center !important;}
	.header div {text-align: center !important;}
	.circle-container {background: #ef9624; margin: 20px 0;}

	.header__content {height: auto; padding: 15px;}
}

@media only screen and (max-width: 768px) {
	.main-slogon {display: none;}
}

@media only screen and (max-width: 320px) {

}