@media only screen and (max-device-width: 768px) {
	.timer {
		font-size:6em !important;
	}
	
	.large_bold_white {
		font-size:3em !important;
		width:100% !important;
		padding:0 2em !important;
		white-space:normal !important;
		line-height:.8em !important;
	}
	
	.wpb_wrapper p {
		margin:0 2em !important;
	}
	
	.bottom-menu {
		display:none;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    width:100% !important;
    }
    
    .vc_column_container {
	    width:100% !important;
    }
    
    .ivan-custom-wrapper .wpb_row > .wpb_column {
	    margin-bottom:0 !important;
    }
    
    .vc_col-sm-3 {
	    width:15% !important;
    }
    .vc_col-sm-3.zoomIn, .vc_col-sm-3 + .vc_col-sm-3, .vc_col-sm-3 > .vc_col-sm-3, .vc_col-sm-3:first-child {
	    width:inherit !important;
    }
    
    
}

@media only screen and (max-device-width: 414px) {
	h1, h2 {
		font-size:3.25em !important;
		margin-bottom:.5em !important;
	}
	
	h3 {
		font-size:2em !important;
		margin-bottom:.5em !important;
	}
	
	.banner-content {
		width:90%;
	}
	
	.wpb_text_column p, .vc_custom_heading {
		margin:0 15px !important;
	}
	
	.wpb_map_wraper iframe {
		height:250px !important;
	}
	
	.timer {
		font-size:10em;
		margin-left:3em;
	}
	
}

