@media only screen and (min-width:1201px) {
	.cta .btn-xxxl { padding-top: 18px; padding-bottom: 18px; border-radius: 50px; }

	.download h2 { font-size: 50px; }

/*	.about-box h2, .about-box h3 { font-size: 55px; }*/
	.about-box .btn { font-size: 32px; min-width: 330px; border-radius: 50px; }

	#contact h2 { font-size: 49px; }
	#contact p { font-size: 25px; margin-bottom: 20px; }
}

@media only screen and (max-width: 1360px) {
	body .slick-prev { left: 0; }
	body .slick-next { right: 0; }
}

@media only screen and (max-width:1200px) {
  .btn-border { font-size: 16px; }

  .boxes .boxes-item-people p { font-size: 18px; }

  .download .download-img .download-img-decorative { right: 0; transform: translate(0, -30%); }

  .slider-video .embed-responsive { max-width: calc(100% - 120px); }

  body .slick-btn { width: 40px; }
}


@media only screen and (max-width:992px) {
	.container,
	header .container { max-width: 100%; }
	header img { height: 64px; width: auto; }
	footer img { max-width: 64px; }

	.btn-xxxl,
	.cta .btn-xxxl { font-size: 26px; }
	.btn-border { font-size: 13px; padding: 10px; }

	.boxes .boxes-item-inner { padding: 18px 15px 30px; }
	.boxes .boxes-item-people .boxes-img img { width: 40px; height: 40px; }
  .boxes .boxes-item-people p { font-size: 16px; }

	.slider-video .slick-dots { display: flex; }
	.slider-video .slick-btn { display: none; }
	.slider-video .embed-responsive { max-width: 100%; }

	h1, .h1 { font-size: 36px; }
	h2, .h2 { font-size: 30px; }
	h3, .h3 { font-size: 28px; }
	h4, .h4 { font-size: 22px; }
}


@media only screen and (max-width:767px) {
	.btn-border, 
	.download .btn,
	.btn-medium { font-size: 18px; padding: 12px 15px; }

	.boxes .boxes-item-people .boxes-img img { width: 60px; height: 60px; }
	.boxes .boxes-item-people p { font-size: 20px; }

	.download .download-img { padding-top: 30%; }
	.download .download-img .download-img-decorative { top: 0;transform: translate(0, 0); }

	footer a { font-size: 18px; }
}


@media screen and (max-width:480px) {
	header img  { height: 40px; }
	footer img { max-width: 40px; }

	h1, .h1 { font-size: 36px; }
}
