@charset "UTF-8";
/* CSS Document */

@media(min-width: 855px){
	
}
/* Tablet */
@media (max-width: 1024px) {
    .scol-6 {
        display: none;
    }
    .mobile-gone {
        display: none;
    }
    .vert-33 {
        float: none;
        width: 100%;
        padding: 0 !important;
    }
}
/* Iphone 6 and 6plus Portrait */
@media (max-width: 480px) {
    .services-list, .scol-4 {
        display: none;
    }
    .modal-lg {
        max-width: 100% !important;
    }
}