

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

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

}

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

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


}

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


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

}

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

	section.why_pic_us .background {
	    left: 52%;
	}

}

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

	section.icons_white_boxes .column {
		width: 50%;
	}

}

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


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


	section.footer .footer-cols .footer-col {
		padding-right: 2rem;
		max-width: 32%;
	}

}

@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;
	}

}

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

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

}

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

	section.why_pic_us .columns {
		width: 100%;
	}
	section.why_pic_us .container {
		margin-top: 400px;
	}
	section.why_pic_us .background {
		top: 6rem;
		left: 0;
		right: 0;
		height: 360px;
		bottom: inherit;
		background-position: center;
	}

}

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

	.section {
    	padding: 4rem 1rem;
	}

	.content h3, .title.is-3, .is-size-3 {
	  font-size: 20pt;
	}
	.content h4, .title.is-4, .is-size-4 {
	  font-size: 17pt;
	}

	section.mobflip .columns,
	.columns.mobflip {
		display: flex;
		flex-direction: column-reverse;
	}
	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;
	}

	section.why_pic_us .background {
		top: 4rem;
	}

	.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;
	}

	section.cta_banner,
	section.cta_banner p {
		text-align: center !important;
	}

	section.footer .footer-cols {
		flex-wrap: wrap;
	}
	section.footer .footer-cols .footer-col {
		padding-right: 0;
		max-width: 100%;
		margin-bottom: 3rem;
        min-width: 33%;
	}

	section.steps_step .content {
		padding: 2rem;
	}

	section.laptop .block_image {
		margin-top: 2rem;
	    transform: scale(1);
	}

	section.engineer .container {
		padding-bottom: 500px;
	}
	section.engineer.big_image .column-image {
		height: 0;
		padding: 0;
		min-height: 0;
	}
	section.engineer.big_image .column-image .block_image {
		width: 100% !important;
		z-index: 100;
		position: absolute;
		bottom: 0px;
		top: inherit;
		margin: 0 !important;
		height: 500px;
        background-position: center top;
        background-size: auto 130%;
	}

}

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

	.content h1, .title.is-1 {
		font-size: 40pt;
	}
	.content h2, .title.is-2 {
	    font-size: 26pt;
	}
	.modal .modal-content {
		padding: 1.3rem !important;
	}


}

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

	section.section {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-brand .navbar-item img {
	  max-height: 2.7rem;
	}

	section.hero h1 {
	    font-size: 11vw;
	}
	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 .socials {
		justify-content: center;
	}
	section.footer .footer-col .socials {
		margin-left: .5rem;
	}

	section.header .navbar-end .navbar-item .button {
		padding: 1.1rem 1.2rem 1rem 1.2rem;
		border: none !important;
		font-size: 0.9rem;
		line-height: 1;
	}

	.button.is-medium {
	    font-size: 1.25rem;
	    height: 3.3rem;
	    padding-top: 1rem;
	    padding-bottom: 1rem;
	}

}

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

	section.header .navbar-end > .navbar-item {
		display: none;
	}

}
