@media only screen and (min-width: 768px){
	.push-6 {
		left: 50% !important;
	}
	.push-7 {
		left: 58.33333% !important;
	}
	.hero-5 .media-column .hero-content-inner {
		padding: 6.5rem;
	}
}

@media only screen and (max-width: 768px){
	.hero-5.show-media-column-on-mobile .media-column {
		height: 120rem !important;
	}
	.hero-5 .media-overlay {
		height: 120rem !important;
	}
}

.counter {
    font-size: 32px;
    margin: 0;
}

.grid-item .box {
	height: auto !important;
}

[class*="hero-"].window-height {
	height: auto !important;
	min-height: 100vh !important;
}

.iti-flag {background-image: url("../img/flags.png");}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {background-image: url("../img/flags@2x.png");}
}

.intl-tel-input{
	width: 100%
}
