

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

	section.footer .footer_top .footer_col_links .socials {
		display: block;
	}

}

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

	.tab_links:after {
		opacity: 1;
	}
	.tab_links .container {
		padding-right: 2rem;
	}
	.tab_links a:last-child {
		margin-right: 2rem;
	}

}

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

	section.header .navbar-end nav > ul > li {
    	margin-right: 0.3rem;
    }

	section.footer .footer-col.logo a {
		height: 3rem;
	}
	section.footer .footer-col.copyright p {
	    font-size: 9pt;
	}

	.content h1, .title.is-1, .content .is-size-1 {
		font-size: 53pt;
	}

}

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

	.popup_modal .modal-inner {
    	width: 100%;
    }

	section.header .navlink {
		display: inline-flex;
	}
	section.header .navbar-end nav {
		display: none;
	}

	section.block_type_stats .stat h4 {
		font-size: 4rem;
	}

}

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

	section.footer .footer_top .footer_cols {
		flex-wrap: wrap;
	}
	section.footer .footer_top .footer_cols .footer_col_main {
		width: 100%;
	}

}

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

	section.header .navbar-end nav > ul > li {
		margin-right: 0;
	}

/*	section.footer .footer_cols .footer_col_main {
		width: 33% !important;
		padding-right: 2rem;
	}*/

}


@media screen and (min-width: 769px) and (max-width: 1070px) {

	section.block_type_cta .column.is-3 {
		width: 50%;
	}

}

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

	.content h1, .title.is-1, .content .is-size-1 {
		font-size: 44pt;
	}
	.content h2, .title.is-2, .content .is-size-2 {
	    font-size: 29pt;
	}

	section.modal h2 {
	}
	.content p {
	    /* font-size: 0.9em; */
	}

	section.footer .footer-cols .footer-col {
		padding-right: 2rem;
	}

	section.half_hero section.hero .hero-image {
		left: 60%;
		background-position: center;
	}

}

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

	.hbspt-form {
		padding: 1.6rem 2rem;
	}

	section.footer p.email span.icon,
	section.footer p.phone span.icon,
	section.footer p.address span.icon {
		width: 2rem !important;
		height: 2rem !important;
		font-size: 1.5rem !important;
	}
	section.footer p.email span.has-text-weight-medium,
	section.footer p.phone span.has-text-weight-medium,
	section.footer p.address span.has-text-weight-medium {
		font-size: 1rem !important;
	}

}

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

	#home section.hero.is-large .hero-body {
		padding: 6rem 1.5rem;
	}

	section.footer .footer-cols .footer-col {
		flex-shrink: 1;
		flex-grow: 0;
		min-width: 0;
	}
	section.footer .footer-cols .footer-col.menu {
		margin-right: auto;
	}
	section.footer .footer-cols .footer-col.copyright {
		display: none;
	}
	section.footer .footer_small_print_mobile {
		display: block;
	}

}

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

	.section {
		padding: 5rem .7rem;
	}

	section.hero h1 {
		font-size: 8vw;
	}
	section.half_hero section.hero p {
	    width: 370px;
	    font-size: 1.2rem;
	}
	section.half_hero section.hero .button,
	section.main_hero section.hero .button {
		position: static;
	}

	.popup_modal .modal-inner {
		height: 94%;
	}
	.popup_modal .modal-close {
		top: 0;
		right: 0;
	}
	.popup_modal h2 {
		font-size: 8vw !important;
	}
	.popup_modal h3 {
		font-size: 25pt !important;
/*		margin-bottom: 1rem !important;*/
	}
	.popup_modal .field {
		margin-bottom: .6rem;
	}
	.popup_modal .textarea {
		min-height: 8em;
	}

	.tab_links:before {
		opacity: 1;
	}

}

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

	.section {
		padding: 4rem 1.5rem;
	}

	section.mobflip .columns,
	.columns.mobflip {
		display: flex;
		flex-direction: column-reverse;
		row-gap: 1rem;
		align-items: normal !important;
	}
	section:not(.big_image).block_type_image_text .block_image,
	section:not(.big_image).block_type_text_image .block_image {
		margin-bottom: 20px;
	}

	section.big_image .column-image .block_image {
		width: 100% !important;
		position: static;
	}
	section.block_type_text_image.big_image.mobflip .column-image .block_image,
	section.block_type_image_text.big_image:not(.mobflip) .column-image .block_image {
		margin-bottom: 2rem;
	}
	section.block_type_image_text.big_image.mobflip .column-image .block_image,
	section.block_type_text_image.big_image:not(.mobflip) .column-image .block_image {
		margin-top: 2rem;
	}

	.owl-carousel .owl-controls .owl-prev {
		left: -40px;
	}
	.owl-carousel .owl-controls .owl-next {
		right: -40px;
	}

	.modal p img {
		display: none;
	}
	.modal .fields,
	.modal .content {
		margin-bottom: 0;
	}

	#home section.main_hero section.hero .button {
		right: initial;
		left: 0;
	}
	#home section.main_hero section.hero .hero-body .container:after {
		width: 100%;
		height: 50px;
		bottom: 5rem;
	}

	section.welcome .block_image {
		margin-bottom: 0 !important;
	}
	section.welcome .content {
		width: 100%;
		padding: .5rem 2rem 2rem 2rem;
	}

	section.contact_form .block-content {
		width: 100%;
	}

	.popup_modal .modal-inner {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 0;
		padding-bottom: 0;
	}
	.popup_modal .modal-inner:before {
		display: none;
	}

	section.block_type_logo_marquee .marquee3k-inner .gallery_image {
		height: 50px;
		max-width: 130px;
		margin: 0 .9rem;
	}


	section.footer .footer_cols .footer_col_main {
		width: 100% !important;
		padding-right: 0;
	}

	.floating-button {
		left: 1.2rem;
		bottom: 1.2rem;
	}

	body[id*="extranet"] .fixed-grid > .grid .cell {
		--bulma-grid-cell-column-span: var(--bulma-grid-column-count);
	}

	section.block_type_testimonials_slider .owl-carousel button.owl-dot {
		padding: 6px !important;
	}
	section.block_type_testimonials_slider .owl-carousel button.owl-dot span {
		margin: 0;
		width: 10px;
		height: 10px;
	}

}

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

	.content h1, .title.is-1, .content .is-size-1 {
	  font-size: 45pt;
	}
	.content h2, .title.is-2, .content .is-size-2 {
	  font-size: 28pt;
	}
	.content h3, .title.is-3, .content .is-size-3 {
	  font-size: 20pt;
	}
	.content h4, .title.is-4, .content .is-size-4 {
	  font-size: 15pt;
	}
	.content h5, .title.is-5, .content .is-size-5 {
	  font-size: 13pt;
	}

	.modal .modal-content {
		padding: 1.3rem !important;
	}

	section.half_hero section.hero .hero-image {
		display: none;
	}

	section.hero h1 {
		font-size: 9vw;
	}

	section.footer .footer-cols .footer-col {
		padding-right: 2.5rem;
	}

	.mini-container {
	    max-width: 100%;
	}

}

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


}

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

	.section {
		padding: 3rem .5rem;
	}

	.content h1, .title.is-1, .content .is-size-1 {
	  font-size: 40pt;
	}

	section.footer .footer-cols {
		display: block !important;
	}
	section.footer .footer-cols .footer-col {
		margin-bottom: 2rem;
		text-align: center;
		padding-right: 0;
	}
	section.footer .footer-col.icons .socials {
		margin-right: .5rem;
	}

}

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

	section.header .navbar-end .navbar-item .button {
		padding: 0.9rem 1.2rem;
		border: none !important;
		font-size: 0.9rem;
	}
	section.header .navbar-end .navbar-item .button i {
		/*display: none;*/
	}

/*	section#b1 .button {
		position: absolute;
		bottom: -6rem;
		left: 2rem;
		right: 2rem;
		width: calc(100% - 4rem);
	}
*/
}

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

	section.hero h1 {
		font-size: 36pt;
	}

	section.header .navbar-brand img,
	body.scrolling section.header .navbar-brand img {
		max-height: 2.4rem;
	}


	section.footer .footer_top .footer_cols {
		flex-direction: column;
	}
	section.footer .footer_top .footer_cols .footer_col {
		width: 100%;
	}

}
