<!doctype html>
<html lang="en">
    <head >
        <script>
    var require = {
        "baseUrl": "https://www.itvantix.com/pub/static/frontend/Infortis/itvantix/en_US"
    };
</script>
        <meta charset="utf-8"/>
<meta name="description" content="ITVantix is a leading Managed IT, Voice and Security Services Provider located in middle Georgia."/>
<meta name="keywords" content="ITVantix, Managed Service Provider, Managed Voice Provider, Managed Security Provider, Warner Robins, Georgia"/>
<meta name="robots" content="INDEX,FOLLOW"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<meta name="format-detection" content="telephone=no"/>
<title>ITVantix</title>
<link  rel="stylesheet" type="text/css"  media="all" href="https://www.itvantix.com/pub/static/frontend/Infortis/itvantix/en_US/mage/calendar.css" />
<link  rel="stylesheet" type="text/css"  media="all" href="https://www.itvantix.com/pub/static/frontend/Infortis/itvantix/en_US/css/styles-m.css" />
<link  rel="stylesheet" type="text/css"  media="all" href="https://www.itvantix.com/pub/static/frontend/Infortis/itvantix/en_US/Solwin_Ourteam/css/ourteam.css" />
<link  rel="stylesheet" type="text/css"  media="all" href="https://www.itvantix.com/pub/static/frontend/Infortis/itvantix/en_US/Solwin_Ourteam/css/owl.carousel.css" />
<link  rel="stylesheet" type="text/css"  media="all" href="https://www.itvantix.com/pub/static/frontend/Infortis/itvantix/en_US/Solwin_Ourteam/css/owl.theme.css" />
<link  rel="stylesheet" type="text/css"  media="all" href="https://www.itvantix.com/pub/static/frontend/Infortis/itvantix/en_US/Solwin_Ourteam/css/owl.transitions.css" />
<link  rel="stylesheet" type="text/css"  media="screen and (min-width: 768px)" href="https://www.itvantix.com/pub/static/frontend/Infortis/itvantix/en_US/css/styles-l.css" />
<link  rel="stylesheet" type="text/css"  media="print" href="https://www.itvantix.com/pub/static/frontend/Infortis/itvantix/en_US/css/print.css" />
<script  type="text/javascript"  src="https://www.itvantix.com/pub/static/frontend/Infortis/itvantix/en_US/requirejs/require.js"></script>
<script  type="text/javascript"  src="https://www.itvantix.com/pub/static/frontend/Infortis/itvantix/en_US/mage/requirejs/mixins.js"></script>
<script  type="text/javascript"  src="https://www.itvantix.com/pub/static/frontend/Infortis/itvantix/en_US/requirejs-config.js"></script>
<link  rel="icon" type="image/x-icon" href="https://www.itvantix.com/pub/media/favicon/default/itvantix.ico" />
<link  rel="shortcut icon" type="image/x-icon" href="https://www.itvantix.com/pub/media/favicon/default/itvantix.ico" />
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');
// Insert Your Facebook Pixel ID below. 
fbq('init', '1494991313897853');
fbq('track', 'PageView');
</script>
<!-- Insert Your Facebook Pixel ID below. --> 
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1494991313897853&amp;ev=PageView&amp;noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->

<!--<script src="snowstorm.js"></script>
<script>snowStorm.excludeMobile = false;</script>-->

<link  rel="stylesheet" type="text/css"  media="all" href="https://www.itvantix.com/pub/media/my_styles.css" />         <link rel="stylesheet" type="text/css" media="all" href="https://www.itvantix.com/asset/dynamic/assets/m/iult/f/cfg.css/" />
    <link href='//fonts.googleapis.com/css?family=Oswald&amp;subset=latin' rel='stylesheet' type='text/css' />
    </head>
    <body data-container="body" data-mage-init='{"loaderAjax": {}, "loader": { "icon": "https://www.itvantix.com/pub/static/frontend/Infortis/itvantix/en_US/images/loader-2.gif"}}' class="cms-home cms-index-index page-layout-1column-full-width">
        
<script>
    try {
        if (!window.localStorage || !window.sessionStorage) {
            throw new Error();
        }

        localStorage.setItem('storage_test', 1);
        localStorage.removeItem('storage_test');
    } catch(e) {
        (function () {
            var Storage = function (type) {
                var data;

                function createCookie(name, value, days) {
                    var date, expires;

                    if (days) {
                        date = new Date();
                        date.setTime(date.getTime()+(days * 24 * 60 * 60 * 1000));
                        expires = '; expires=' + date.toGMTString();
                    } else {
                        expires = '';
                    }
                    document.cookie = name + '=' + value+expires+'; path=/';
                }

                function readCookie(name) {
                    var nameEQ = name + '=',
                        ca = document.cookie.split(';'),
                        i = 0,
                        c;

                    for (i=0; i < ca.length; i++) {
                        c = ca[i];

                        while (c.charAt(0) === ' ') {
                            c = c.substring(1,c.length);
                        }

                        if (c.indexOf(nameEQ) === 0) {
                            return c.substring(nameEQ.length, c.length);
                        }
                    }

                    return null;
                }

                function setData(data) {
                    data = encodeURIComponent(JSON.stringify(data));
                    createCookie(type === 'session' ? getSessionName() : 'localStorage', data, 365);
                }

                function clearData() {
                    createCookie(type === 'session' ? getSessionName() : 'localStorage', '', 365);
                }

                function getData() {
                    var data = type === 'session' ? readCookie(getSessionName()) : readCookie('localStorage');

                    return data ? JSON.parse(decodeURIComponent(data)) : {};
                }

                function getSessionName() {
                    if (!window.name) {
                        window.name = new Date().getTime();
                    }

                    return 'sessionStorage' + window.name;
                }

                data = getData();

                return {
                    length: 0,
                    clear: function () {
                        data = {};
                        this.length = 0;
                        clearData();
                    },

                    getItem: function (key) {
                        return data[key] === undefined ? null : data[key];
                    },

                    key: function (i) {
                        var ctr = 0,
                            k;

                        for (k in data) {
                            if (ctr.toString() === i.toString()) {
                                return k;
                            } else {
                                ctr++
                            }
                        }

                        return null;
                    },

                    removeItem: function (key) {
                        delete data[key];
                        this.length--;
                        setData(data);
                    },

                    setItem: function (key, value) {
                        data[key] = value.toString();
                        this.length++;
                        setData(data);
                    }
                };
            };

            window.localStorage.__proto__ = window.localStorage = new Storage('local');
            window.sessionStorage.__proto__ = window.sessionStorage = new Storage('session');
        })();
    }
</script>
    <script>
        require.config({
            deps: [
                'jquery',
                'mage/translate',
                'jquery/jquery-storageapi'
            ],
            callback: function ($) {
                'use strict';

                var dependencies = [],
                    versionObj;

                $.initNamespaceStorage('mage-translation-storage');
                $.initNamespaceStorage('mage-translation-file-version');
                versionObj = $.localStorage.get('mage-translation-file-version');

                
                if (versionObj.version !== '089db31929bd5a861c517e546d3ea48b5a8b8435') {
                    dependencies.push(
                        'text!js-translation.json'
                    );

                }

                require.config({
                    deps: dependencies,
                    callback: function (string) {
                        if (typeof string === 'string') {
                            $.mage.translate.add(JSON.parse(string));
                            $.localStorage.set('mage-translation-storage', string);
                            $.localStorage.set(
                                'mage-translation-file-version',
                                {
                                    version: '089db31929bd5a861c517e546d3ea48b5a8b8435'
                                }
                            );
                        } else {
                            $.mage.translate.add($.localStorage.get('mage-translation-storage'));
                        }
                    }
                });
            }
        });
    </script>

<script type="text/x-magento-init">
    {
        "*": {
            "mage/cookies": {
                "expires": null,
                "path": "/",
                "domain": ".www.itvantix.com",
                "secure": false,
                "lifetime": "3600"
            }
        }
    }
</script>
    <noscript>
        <div class="message global noscript">
            <div class="content">
                <p>
                    <strong>JavaScript seems to be disabled in your browser.</strong>
                    <span>For the best experience on our site, be sure to turn on Javascript in your browser.</span>
                </p>
            </div>
        </div>
    </noscript>
<!-- BEGIN GOOGLE ANALYTICS CODE -->
<script type="text/x-magento-init">
{
    "*": {
        "Magento_GoogleAnalytics/js/google-analytics": {
            "isCookieRestrictionModeEnabled": 0,
            "currentWebsite": 1,
            "cookieName": "user_allowed_save_cookie",
            "ordersTrackingData": [],
            "pageTrackingData": {"optPageUrl":"","isAnonymizedIpActive":null,"accountId":"UA-97396559-1"}        }
    }
}
</script>
<!-- END GOOGLE ANALYTICS CODE -->

<script type="text/x-magento-init">
    {
        "*": {
            "trackingCode": {
                "isEnabled": ""
            }
        }
    }
</script>

<div class="widget block block-static-block">
    <style>
a.itv_1 { color: #ffffff; }
a.itv_1:hover { color: #ffffff; font-style:italic; }
</style>

<div style="background-color: #000000; color: #ffffff; margin-bottom: -25px !important; min-height: 2em; padding: 5px 25px 0 0">
<p style="text-align:right; font-weight:normal;">
<a href="https://www.itvantix.com/info/" class="itv_1">Blog</a>
&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<a href="https://mynet.itvantix.com:8443" class="itv_1" target="_blank">MyNet</a>
&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<a href="https://www.alarm.com/US/itvantix  " class="itv_1" target="_blank">Alarm.com</a>
&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<a href="http://support.itvantix.com" class="itv_1" target="_blank">Submit Support Ticket</a></p>
</div></div>
<div class="page-wrapper"><div id="header-container" class="header-container header-mobile page-header"  >
<div id="top" class="header-container2">
<div class="header-container3">

        <!-- Part of the header displayed only in mobile mode -->
    <div class="header-m-container">

        <div class="header-m-top-container">
            <div class="header-m-top header container clearer">
                <div class="inner-container">

                    
                                                                                        
                </div> <!-- end: inner-container -->
            </div> <!-- end: header-m-top -->
        </div> <!-- end: header-m-top-container -->

        <div class="header-m-primary-container">
            <div class="header-m-primary header container">
                <div class="inner-container">

                    
                    <!-- Mobile logo -->
                    <div class="logo-wrapper--mobile">
                            <h1 class="logo">
        <a href="https://www.itvantix.com/" title="">
            <strong></strong>
            <img src="https://www.itvantix.com/pub/media/logo/default/logo.png"
                 alt=""
                 width="290"                 height="100"            />
        </a>
    </h1>
                                            </div>
                    <div class="clearer after-mobile-logo"></div>

                    <!-- Skip links -->
                    <div class="skip-links-wrapper skip-links--4">

                                                    <a href="#header-nav" class="skip-link skip-nav">
                                <span class="icon ic ic-menu"></span>
                                <span class="label">Menu</span>
                            </a>
                        
                                                    <a href="#header-search" class="skip-link skip-search">
                                <span class="icon ic ic-search"></span>
                                <span class="label">Search</span>
                            </a>
                        
                                                    <a href="#header-account" class="skip-link skip-account">
                                <span class="icon ic ic-user"></span>
                                <span class="label">Account</span>
                            </a>
                        
                        
                        
                                                                            <div id="mini-cart-marker-mobile"></div>
                            <div data-block="minicart" class="minicart-wrapper mini-cart dropdown-block" id="minicart">
        <a href="#header-cart" class="mini-cart-heading dropdown-heading cover skip-link skip-cart  action showcart" data-bind="scope: 'minicart_content'">
        <span>
            <span class="icon ic ic-cart"></span>
            <span class="counter qty empty"
                  data-bind="css: { empty: !!getCartParam('summary_count') == false }, blockLoader: isLoading">
                <span class="counter-number"><!-- ko text: getCartParam('summary_count') --><!-- /ko --></span>
                <span class="counter-label">
                <!-- ko if: getCartParam('summary_count') -->
                    <!-- ko text: getCartParam('summary_count') --><!-- /ko -->
                    <!-- ko i18n: 'items' --><!-- /ko -->
                <!-- /ko -->
                </span>
            </span>
            <span class="label">Cart</span>
            <span class="caret"></span>
        </span>
    </a>
            <div id="header-cart" class="mini-cart-content dropdown-content left-hand skip-content skip-content--style block-cart block block-minicart empty"
                        >
            <div id="minicart-content-wrapper" data-bind="scope: 'minicart_content'">
                <!-- ko template: getTemplate() --><!-- /ko -->
            </div>
        </div>
        <script>
        window.checkout = {"shoppingCartUrl":"https:\/\/www.itvantix.com\/checkout\/cart\/","checkoutUrl":"https:\/\/www.itvantix.com\/checkout\/","updateItemQtyUrl":"https:\/\/www.itvantix.com\/checkout\/sidebar\/updateItemQty\/","removeItemUrl":"https:\/\/www.itvantix.com\/checkout\/sidebar\/removeItem\/","imageTemplate":"Magento_Catalog\/product\/image_with_borders","baseUrl":"https:\/\/www.itvantix.com\/","minicartMaxItemsVisible":5,"websiteId":"1","maxItemsToDisplay":10,"customerLoginUrl":"https:\/\/www.itvantix.com\/customer\/account\/login\/","isRedirectRequired":false,"autocomplete":"off","captcha":{"user_login":{"isCaseSensitive":false,"imageHeight":50,"imageSrc":"","refreshUrl":"https:\/\/www.itvantix.com\/captcha\/refresh\/","isRequired":false},"guest_checkout":{"isCaseSensitive":false,"imageHeight":50,"imageSrc":"","refreshUrl":"https:\/\/www.itvantix.com\/captcha\/refresh\/","isRequired":false}}};
    </script>
    <script type="text/x-magento-init">
    {
        "[data-block='minicart']": {
            "Magento_Ui/js/core/app": {"components":{"minicart_content":{"children":{"subtotal.container":{"children":{"subtotal":{"children":{"subtotal.totals":{"config":{"display_cart_subtotal_incl_tax":0,"display_cart_subtotal_excl_tax":1,"template":"Magento_Tax\/checkout\/minicart\/subtotal\/totals"},"children":{"subtotal.totals.msrp":{"component":"Magento_Msrp\/js\/view\/checkout\/minicart\/subtotal\/totals","config":{"displayArea":"minicart-subtotal-hidden","template":"Magento_Msrp\/checkout\/minicart\/subtotal\/totals"}}},"component":"Magento_Tax\/js\/view\/checkout\/minicart\/subtotal\/totals"}},"component":"uiComponent","config":{"template":"Magento_Checkout\/minicart\/subtotal"}}},"component":"uiComponent","config":{"displayArea":"subtotalContainer"}},"item.renderer":{"component":"uiComponent","config":{"displayArea":"defaultRenderer","template":"Magento_Checkout\/minicart\/item\/default"},"children":{"item.image":{"component":"Magento_Catalog\/js\/view\/image","config":{"template":"Magento_Catalog\/product\/image","displayArea":"itemImage"}},"checkout.cart.item.price.sidebar":{"component":"uiComponent","config":{"template":"Magento_Checkout\/minicart\/item\/price","displayArea":"priceSidebar"}}}},"extra_info":{"component":"uiComponent","config":{"displayArea":"extraInfo"}},"promotion":{"component":"uiComponent","config":{"displayArea":"promotion"}}},"config":{"itemRenderer":{"default":"defaultRenderer","simple":"defaultRenderer","virtual":"defaultRenderer"},"template":"Magento_Checkout\/minicart\/content"},"component":"Magento_Checkout\/js\/view\/minicart"}},"types":[]}        },
        "*": {
            "Magento_Ui/js/block-loader": "https://www.itvantix.com/pub/static/frontend/Infortis/itvantix/en_US/images/loader-1.gif"
        }
    }
    </script>
</div>
                        
                                                    <div id="header-nav" class="skip-content skip-content--style">
                                <div id="nav-marker-mobile"></div>
                            </div>

                                                    <div id="search-marker-mobile"></div>
                            <div id="header-search" class="skip-content skip-content--style">
    <div class="search-wrapper block block-search">
        <div class="block block-title"><strong>Search</strong></div>
        <div class="block block-content">
            <form class="form minisearch" id="search_mini_form" action="https://www.itvantix.com/catalogsearch/result/" method="get">
                <div class="field search">
                                        <div class="control">
                        <input id="search"
                               data-mage-init='{"quickSearch":{
                                    "formSelector":"#search_mini_form",
                                    "url":"https://www.itvantix.com/search/ajax/suggest/",
                                    "destinationSelector":"#search_autocomplete"}
                               }'
                               type="text"
                               name="q"
                               value=""
                               placeholder="Search entire store here..."
                               class="input-text"
                               maxlength="128"
                               role="combobox"
                               aria-haspopup="false"
                               aria-autocomplete="both"
                               autocomplete="off"/>
                        <div id="search_autocomplete" class="search-autocomplete"></div>
                                            </div>
                </div>
                <div class="actions">
                    <button type="submit"
                            title="Search"
                            class="action search">
                        <span>Search</span>
                    </button>
                </div>
            </form>
        </div>
    </div> <!-- end: search-wrapper -->
</div>
                        
                                                    <div id="account-links-marker-mobile"></div>
                                <div id="header-account" class="account-links top-links links-wrapper-separators-left skip-content skip-content--style">
        <ul class="header links"><li><a href="https://www.itvantix.com/customer/account/" >Account</a></li><li class="authorization-link" data-label="or">
    <a href="https://www.itvantix.com/customer/account/login/referer/aHR0cHM6Ly93d3cuaXR2YW50aXguY29tLw%2C%2C/">
        Log In    </a>
</li>
</ul>    </div>
                        
                        
                            <div class="skip-links-clearer clearer"></div>

                    </div> <!-- end: skip-links-wrapper -->

                </div> <!-- end: inner-container -->
            </div> <!-- end: header-m-primary -->
        </div> <!-- end: header-m-primary-container -->

    </div> <!-- end: header-m-container -->
    
    <!-- Part of the header displayed only in regular mode -->
    <div class="header-top-container">
        <div class="header-top header container clearer">
            <div class="inner-container">

                <a class="action skip contentarea" href="#contentarea"><span>Skip to Content</span></a>

                                
                <div class="left-column">

                    
                    
                                            <div class="item item-left"><div class="hide-below-960" title="(478) 257-4373"><a href="tel:+14782574373" alt=""><span class="ic ic-2x ic-phone"></span>&nbsp;&nbsp;Helpdesk&nbsp;&nbsp;&nbsp;&nbsp;(478) 257-4373</a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;<span style="color:#d70a0a; font-weight:bold;">WE MANAGE TECHNOLOGY</span> <span style="font-style:italic;">so you don't have to!</span></div></div>
                    
                                            <div class="item item-left hide-below-960">
                            <div class="welcome"></div>
                        </div>
                    
                    
                </div> <!-- end: left column -->

                <div class="right-column">

                                                                        <div class="item item-right item-interface"><div id="search-marker-regular"></div></div>
                                                    <div class="item item-right item-interface"><div id="user-menu-wrapper-regular">
    <div id="user-menu" class="user-menu">

        
        
                    <div id="mini-cart-marker-regular"></div>        
        
                
        
                    <div id="mini-compare-marker-regular"></div>        
        
                
        
                    <div id="account-links-marker-regular"></div>        
        
        
    </div> <!-- end: user-menu -->
</div>
</div>
                                            
                    
                    
                </div> <!-- end: right column -->

            </div> <!-- end: inner-container -->
        </div> <!-- end: header-top -->
    </div> <!-- end: header-top-container -->

    <div class="header-primary-container">
        <div class="header-primary header container">
            <div class="inner-container">

                
                                <div class="hp-blocks-holder">

                                            <!-- Left column -->
                        <div class="hp-block left-column grid12-3">
                                                                                                                            <div class="item"><div class="logo-wrapper logo-wrapper--regular">    <h1 class="logo">
        <a href="https://www.itvantix.com/" title="">
            <strong></strong>
            <img src="https://www.itvantix.com/pub/media/logo/default/logo.png"
                 alt=""
                 width="290"                 height="100"            />
        </a>
    </h1>
</div></div>
                                                                                    </div> <!-- end: left column -->
                    
                    
                                            <!-- Right column -->
                        <div class="hp-block right-column grid12-9">
                            <div class="widget block block-static-block">
    <style>
    a.underline:hover {
    text-decoration: none;
    border-bottom: 5px solid #d70a0a;
    }
    img.xfade-on-hover:hover {
    background-image: url("https://www.itvantix.com/pub/media/wysiwyg/itvantix/fadedSpot.png");
    background-size: 100% 100%;
    }
</style>

<div class="grid12-12" style="text-align:center;">
<a class="underline" href="https://www.itvantix.com/it-support/"><img class="xfade-on-hover" src="https://www.itvantix.com/pub/media/wysiwyg/itvantix/icon-IT-Support.png" alt="" width="13%"/></a>
<a class="underline" href="https://www.itvantix.com/managed-voice/"><img class="xfade-on-hover" src="https://www.itvantix.com/pub/media/wysiwyg/itvantix/icon-Voice.png" alt="" width="13%"/></a>
<a class="underline" href="https://www.itvantix.com/network-services/"><img class="xfade-on-hover" src="https://www.itvantix.com/pub/media/wysiwyg/itvantix/icon-Networks.png" alt="" width="13%"/></a>
<a class="underline" href="https://www.itvantix.com/security-services/"><img class="xfade-on-hover" src="https://www.itvantix.com/pub/media/wysiwyg/itvantix/icon-Security.png" alt="" width="13%"/></a>
<a class="underline" href="https://www.itvantix.com/managed-video-surveillance/"><img class="xfade-on-hover" src="https://www.itvantix.com/pub/media/wysiwyg/itvantix/icon-Surveillance.png" alt="" width="13%"/></a>
<a class="underline" href="https://www.itvantix.com/managed-print-services/"><img class="xfade-on-hover" src="https://www.itvantix.com/pub/media/wysiwyg/itvantix/icon-Printers.png" alt="" width="13%"/></a>
<a class="underline" href="https://www.itvantix.com/point-of-sale-systems/"><img class="xfade-on-hover" src="https://www.itvantix.com/pub/media/wysiwyg/itvantix/icon-Point-of-Sale.png" alt="" width="13%"/></a>

</div>
</div>
                                                    </div> <!-- end: right column -->
                                        
                </div> <!-- end: hp-blocks-holder -->

            </div> <!-- end: inner-container -->
        </div> <!-- end: header-primary -->
    </div> <!-- end: header-primary-container -->

            
    <div class="nav-container skip-content sticky-container">
        <div class="nav container clearer">
            <div class="inner-container"><div class="navi-wrapper">

        <ul class="nav-holders-wrapper">
        <li id="nav-holder1" class="nav-item level0 level-top nav-holder"></li>
        <li id="nav-holder2" class="nav-item level0 level-top nav-holder"></li>
        <li id="nav-holder3" class="nav-item level0 level-top nav-holder"></li>
    </ul>

            
        <div id="mobnav-trigger" class="mobnav-trigger menu-trigger">
            <div class="menu-trigger-inner">
                <span class="trigger-icon"><span class="line"></span><span class="line"></span><span class="line"></span></span>
                <span class="label">Menu</span>
            </div>
        </div>

    
        
            
        <div id="nav-marker-regular"></div>
    <nav id="mainmenu" class="navi nav-regular opt-fx-fade-inout opt-sb0 opt-sob opt-hide480 centered with-bullets">
        <ul>

                        
            
                        
                                        <li class="nav-item level0 nav-1 level-top first nav-item--parent classic nav-item--only-subcategories parent"><a href="#" class="level-top no-click"><span>Company</span><span class="caret"></span></a><span class="opener"></span><ul class="level0 nav-submenu nav-panel--dropdown nav-panel" style="width:250px;"><li class="nav-item level1 nav-1-1 first classic"><a href="https://www.itvantix.com/about-itvantix"><span>About ITVantix</span></a></li><li class="nav-item level1 nav-1-2 last classic"><a href="https://www.itvantix.com/locations"><span>Locations</span></a></li></ul></li><li class="nav-item level0 nav-2 level-top nav-item--parent classic nav-item--only-subcategories parent"><a href="#" class="level-top no-click"><span>Managed IT Services</span><span class="caret"></span></a><span class="opener"></span><ul class="level0 nav-submenu nav-panel--dropdown nav-panel" style="width:250px;"><li class="nav-item level1 nav-2-1 first classic"><a href="https://www.itvantix.com/backup-disaster-recovery"><span>Backup &amp; Disaster Recovery</span></a></li><li class="nav-item level1 nav-2-2 classic"><a href="https://www.itvantix.com/help-desk"><span>Help Desk</span></a></li><li class="nav-item level1 nav-2-3 classic"><a href="https://www.itvantix.com/it-support"><span>IT Support</span></a></li><li class="nav-item level1 nav-2-4 classic"><a href="https://www.itvantix.com/managed-print-services"><span>Managed Print Services</span></a></li><li class="nav-item level1 nav-2-5 classic"><a href="https://www.itvantix.com/network-services"><span>Network Services</span></a></li><li class="nav-item level1 nav-2-6 last classic"><a href="https://www.itvantix.com/point-of-sale-systems"><span>Point of Sale Systems</span></a></li></ul></li><li class="nav-item level0 nav-3 level-top classic"><a href="https://www.itvantix.com/managed-voice" class="level-top"><span>Managed Voice</span></a></li><li class="nav-item level0 nav-4 level-top nav-item--parent classic nav-item--only-subcategories parent"><a href="#" class="level-top no-click"><span>Managed Security</span><span class="caret"></span></a><span class="opener"></span><ul class="level0 nav-submenu nav-panel--dropdown nav-panel"><li class="nav-item level1 nav-4-1 first classic"><a href="https://www.itvantix.com/managed-security/monitoring-services.html"><span>Monitoring Services</span></a></li><li class="nav-item level1 nav-4-2 classic"><a href="https://www.itvantix.com/security-services"><span>Security Services</span></a></li><li class="nav-item level1 nav-4-3 last classic"><a href="https://www.itvantix.com/managed-video-surveillance"><span>Video Surveillance</span></a></li></ul></li><li class="nav-item level0 nav-5 level-top classic"><a href="https://www.itvantix.com/our-team" class="level-top"><span>Our Team</span></a></li><li class="nav-item level0 nav-6 level-top last classic"><a href="https://www.itvantix.com/contact" class="level-top"><span>Connect</span></a></li>                    
                                    
                                                                
        </ul>
    </nav>

    <div class="nav-border-bottom"></div>

</div> <!-- end: navi-wrapper -->
<script type="text/javascript">
//<![CDATA[

requirejs(['jquery', 'ultramegamenu'], function(jQuery, ultramegamenu) {

    var topMenuContainer = jQuery('#mainmenu');
    var topMenuSettings = {
        mobileMenuThreshold: 992        , isVerticalLayout: false        , vertnavTriggerSelector: '#vertnav-trigger'
        , mode: 0                , initVerticalMenuCollapsed: true        , outermostContainer: jQuery('.hp-blocks-holder')        , fullWidthDdContainer: jQuery('.hp-blocks-holder')    };
    var theTopMenu = topMenuContainer.ultramegamenu(topMenuSettings).data("infortis-ultramegamenu");
    theTopMenu.enableDropdowns();

        
        jQuery(window).on("load", function() {

            var menubar = topMenuContainer;
            var isTouchDevice = ('ontouchstart' in window) || (navigator.msMaxTouchPoints > 0);
            if (isTouchDevice)
            {
                menubar.on('click', 'a', function(e) {

                    //var link = jQuery(this);
                    link = jQuery(this);
                    if (!menubar.hasClass('nav-mobile') && link.parent().hasClass('nav-item--parent'))
                    {
                        if (!link.hasClass('ready'))
                        {
                            e.preventDefault();
                            menubar.find('.ready').removeClass('ready');
                            link.parents('li').children('a').addClass('ready');
                        }
                    }

                }); //end: on click
            } //end: if isTouchDevice

        }); //end: on load

    
}); //end: requirejs

//]]>
</script>
</div>
        </div>
    </div>    
</div> <!-- end: header-container3 -->
</div> <!-- end: header-container2 -->
</div> <!-- end: header-container -->
<script type="text/javascript">
//<![CDATA[

requirejs(['jquery', 'smartheader', 'stickyheader'], function(jQuery, smartheader, stickyheader) {

    var theHeaderContainer = jQuery('#header-container');

        
        //alert('header tpl, before smartheader'); ///TODO

        theHeaderContainer.smartheader();

    
    jQuery(function($) {

        //console.log('header tpl, on(ready), ater smartheader'); ///
        //alert('header tpl, on(ready), ater smartheader'); ///TODO

        
            //Skip Links
            var skipContents = $('.skip-content');
            var skipLinks = $('.skip-link');
            skipLinks.on('click', function (e) {
                e.preventDefault();

                var self = $(this);
                var target = self.attr('href');

                //Get target element
                var elem = $(target);

                //Check if stub is open
                var isSkipContentOpen = elem.hasClass('skip-active') ? 1 : 0;

                //Hide all stubs
                skipLinks.removeClass('skip-active');
                skipContents.removeClass('skip-active');

                //Toggle stubs
                if (isSkipContentOpen) {
                    self.removeClass('skip-active');
                } else {
                    self.addClass('skip-active');
                    elem.addClass('skip-active');
                }
            });

        
        
            var stickyHeaderSettings = {
                stickyThreshold: 992            };
            theHeaderContainer.stickyheader(stickyHeaderSettings);

        
    }); //end: on document ready

}); //end: requirejs

//]]>
</script>
<script type="text/javascript">
//<![CDATA[

    //Expose the header container if jQuery script (smartheader) failed

    // var jsHeaderContainerObject = document.getElementById("header-container");
    // if (jsHeaderContainerObject.style.display == 'none')
    // {
    //     jsHeaderContainerObject.style.display = "block";
    //     jsHeaderContainerObject.classList.add("js-shown"); ///
    // }

//]]>
</script>
<main id="maincontent" class="page-main"><a id="contentarea" tabindex="-1"></a>
<div class="page messages"><div data-placeholder="messages"></div>
<div data-bind="scope: 'messages'">
    <!-- ko if: cookieMessages && cookieMessages.length > 0 -->
    <div role="alert" data-bind="foreach: { data: cookieMessages, as: 'message' }" class="messages">
        <div data-bind="attr: {
            class: 'message-' + message.type + ' ' + message.type + ' message',
            'data-ui-id': 'message-' + message.type
        }">
            <div data-bind="html: message.text"></div>
        </div>
    </div>
    <!-- /ko -->
    <!-- ko if: messages().messages && messages().messages.length > 0 -->
    <div role="alert" data-bind="foreach: { data: messages().messages, as: 'message' }" class="messages">
        <div data-bind="attr: {
            class: 'message-' + message.type + ' ' + message.type + ' message',
            'data-ui-id': 'message-' + message.type
        }">
            <div data-bind="html: message.text"></div>
        </div>
    </div>
    <!-- /ko -->
</div>
<script type="text/x-magento-init">
    {
        "*": {
            "Magento_Ui/js/core/app": {
                "components": {
                        "messages": {
                            "component": "Magento_Theme/js/view/messages"
                        }
                    }
                }
            }
    }
</script>
</div><div class="columns"><div class="column main"><input name="form_key" type="hidden" value="ZZ7eTwO8Y74RGx6I" /><div id="authenticationPopup" data-bind="scope:'authenticationPopup'" style="display: none;">
    <script>
        window.authenticationPopup = {"autocomplete":"off","customerRegisterUrl":"https:\/\/www.itvantix.com\/customer\/account\/create\/","customerForgotPasswordUrl":"https:\/\/www.itvantix.com\/customer\/account\/forgotpassword\/","baseUrl":"https:\/\/www.itvantix.com\/"};
    </script>
    <!-- ko template: getTemplate() --><!-- /ko -->
    <script type="text/x-magento-init">
        {
            "#authenticationPopup": {
                "Magento_Ui/js/core/app": {"components":{"authenticationPopup":{"component":"Magento_Customer\/js\/view\/authentication-popup","children":{"messages":{"component":"Magento_Ui\/js\/view\/messages","displayArea":"messages"},"captcha":{"component":"Magento_Captcha\/js\/view\/checkout\/loginCaptcha","displayArea":"additional-login-form-fields","formId":"user_login","configSource":"checkout"}}}}}            },
            "*": {
                "Magento_Ui/js/block-loader": "https\u003A\u002F\u002Fwww.itvantix.com\u002Fpub\u002Fstatic\u002Ffrontend\u002FInfortis\u002Fitvantix\u002Fen_US\u002Fimages\u002Floader\u002D1.gif"
            }
        }
    </script>
</div>
<script type="text/x-magento-init">
{"*":{"Magento_Customer\/js\/section-config":{"sections":{"stores\/store\/switch":"*","directory\/currency\/switch":"*","*":["messages"],"customer\/account\/logout":["recently_viewed_product","recently_compared_product"],"customer\/account\/loginpost":"*","customer\/account\/createpost":"*","customer\/account\/editpost":"*","customer\/ajax\/login":["checkout-data","cart"],"catalog\/product_compare\/add":["compare-products"],"catalog\/product_compare\/remove":["compare-products"],"catalog\/product_compare\/clear":["compare-products"],"sales\/guest\/reorder":["cart"],"sales\/order\/reorder":["cart"],"checkout\/cart\/add":["cart"],"checkout\/cart\/delete":["cart"],"checkout\/cart\/updatepost":["cart"],"checkout\/cart\/updateitemoptions":["cart"],"checkout\/cart\/couponpost":["cart"],"checkout\/cart\/estimatepost":["cart"],"checkout\/cart\/estimateupdatepost":["cart"],"checkout\/onepage\/saveorder":["cart","checkout-data","last-ordered-items","checkout-fields"],"checkout\/sidebar\/removeitem":["cart"],"checkout\/sidebar\/updateitemqty":["cart"],"rest\/*\/v1\/carts\/*\/payment-information":["cart","checkout-data","last-ordered-items","instant-purchase"],"rest\/*\/v1\/guest-carts\/*\/payment-information":["cart","checkout-data"],"rest\/*\/v1\/guest-carts\/*\/selected-payment-method":["cart","checkout-data"],"rest\/*\/v1\/carts\/*\/selected-payment-method":["cart","checkout-data","instant-purchase"],"customer\/address\/*":["instant-purchase"],"customer\/account\/*":["instant-purchase"],"vault\/cards\/deleteaction":["instant-purchase"],"multishipping\/checkout\/overviewpost":["cart"],"paypal\/express\/placeorder":["cart","checkout-data"],"paypal\/payflowexpress\/placeorder":["cart","checkout-data"],"authorizenet\/directpost_payment\/place":["cart","checkout-data"],"review\/product\/post":["review"],"wishlist\/index\/add":["wishlist"],"wishlist\/index\/remove":["wishlist"],"wishlist\/index\/updateitemoptions":["wishlist"],"wishlist\/index\/update":["wishlist"],"wishlist\/index\/cart":["wishlist","cart"],"wishlist\/index\/fromcart":["wishlist","cart"],"wishlist\/index\/allcart":["wishlist","cart"],"wishlist\/shared\/allcart":["wishlist","cart"],"wishlist\/shared\/cart":["cart"],"braintree\/paypal\/placeorder":["cart","checkout-data"]},"clientSideSections":["checkout-data","cart-data"],"baseUrls":["https:\/\/www.itvantix.com\/"]}}}</script>
<script type="text/x-magento-init">
{"*":{"Magento_Customer\/js\/customer-data":{"sectionLoadUrl":"https:\/\/www.itvantix.com\/customer\/section\/load\/","expirableSectionLifetime":60,"expirableSectionNames":["cart"],"cookieLifeTime":"3600","updateSessionUrl":"https:\/\/www.itvantix.com\/customer\/account\/updateSession\/"}}}</script>
<script type="text/x-magento-init">
{"*":{"Magento_Customer\/js\/invalidation-processor":{"invalidationRules":{"website-rule":{"Magento_Customer\/js\/invalidation-rules\/website-rule":{"scopeConfig":{"websiteId":1}}}}}}}</script>
<script type="text/x-magento-init">
    {
        "body": {
            "pageCache": {"url":"https:\/\/www.itvantix.com\/page_cache\/block\/render\/","handles":["default","cms_index_index","cms_page_view","cms_index_index_id_home"],"originalRequest":{"route":"cms","controller":"index","action":"index","uri":"\/"},"versionCookieName":"private_content_version"}        }
    }
</script>
 
    
     
        <div class="the-slideshow-wrapper-outer" >
    
            <div class="the-slideshow-wrapper">

                <div class="the-slideshow    slider-arrows2 slider-pagination2 pagination-pos-over-bottom-centered">
                    <div id="slideshow-10db4cbca4649dc6ec453de24cc2c492" class="slides">
                         
                             
                                <div class="item slide">
                                    <a href="https://www.itvantix.com/about-itvantix/"><img src="https://www.itvantix.com/pub/media/wysiwyg/itvantix/home_slide_1.jpg" alt="" /></a>
<!--<div class="caption light1 top-right">
<h2 class="heading permanent">Customizable Theme</h2>
<p>You can change colors of almost every element</p>
<p>You have never seen so many options</p>
</div>-->                                </div>
                             
                                            </div><!-- end: slides -->
                </div><!-- end: the-slideshow -->

                
            </div><!-- end: the-slideshow-wrapper -->

            </div><!-- end: the-slideshow-wrapper-outer -->
    
    <script type="text/javascript">
    //<![CDATA[
        requirejs(['jquery','owlcarousel'], function(jQuery, owlcarousel){
            jQuery(function($) {
                var $ = jQuery;
                var owl = $('#slideshow-10db4cbca4649dc6ec453de24cc2c492');
                owl.owlCarousel({

                    singleItem: true,

                                    slideSpeed: 200,
                                     paginationSpeed: 500,
                                     autoPlay: 4000,
                                     stopOnHover: true,
                                     rewindNav: true,
                    rewindSpeed: 600,
                   navigation: true,
                    navigationText: false

                }); 

            });
        });
    //]]>
    </script>

<div style="background: #fbfbfb; margin-top:-1px;">
<div class="container">
	<div class="inner-container" style="text-align: center; padding: 0px 0 50px 0;">
		<div style="display: inline-block; color: #000;">
		<h3 style="font-size: 24px;">Complete and Comprehensive</h3>
		<h2 style="font-size: 60px; color: #d70a0a;">Managed Support Services</h2>
		
		<p style="font-size: 16px; color: #999; line-height: 23px;">ITVantix provides customized Proactive IT monitoring and support that delivers Enterprise IT standards to small and medium size organizations.</p>

		</div>
	</div>


	<div class="inner-container" style="padding: 0px 0 50px 0;">
		<div class="grid12-4">
		<div class="feature feature-icon-hover indent indent-size-xxl"><span class="ic ic-2x ic-smartphones ib ib-size-xxl ib-square"></span>
		<h3>Managed IT Services</h3>
		<p>ITVantix provides customized support that delivers Enterprise class IT service to small and medium size organizations...</p>
		<br>
		<ul class="bullet">
			<li><a href="https://www.itvantix.com/it-support/"><strong>Learn more</strong></a></li>
		</ul>
		
		</div>
		</div>
		
		<div class="grid12-4">
		<div class="feature feature-icon-hover indent indent-size-xxl"><span class="ic ic-2x ic-phone ib ib-size-xxl ib-square"></span>
		<h3>Managed Voice Services</h3>
		<p>Improve Business Communications with ITVantix Managed Voice Services. A simple, affordable and easy to use service...</p>
		<br>
				
		<ul class="bullet">
			<li><a href="https://www.itvantix.com/managed-voice/"><strong>Learn more</strong></a></li>
		</ul>
		
		</div>
		</div>
		
		<div class="grid12-4">
		<div class="feature feature-icon-hover indent indent-size-xxl"><span class="ic ic-2x ic-home ib ib-size-xxl ib-square"></span>
		<h3>Managed Secuirty Services</h3>
		<p>Protect Your Assets with ITVantix Security Services that are customized to suit residential and commercial security needs...</p>
		<br>
				
		<ul class="bullet">
			<li><a href="https://www.itvantix.com/security-services/"><strong>Learn more</strong></a></li>
		</ul>
		
		</div>
		</div>
		
	</div>


</div>
</div>

<div class="container">
<div class="inner-container">

<style>

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

</style>


<div class="videoWrapper">
    <!-- Copy & Pasted from YouTube -->
    <iframe src="https://www.youtube.com/embed/wfWLGZmQam0" width="425" height="350" frameborder="0"></iframe>
</div>


 <br /> <br /> </div>
</div>


<!--
<div style="background-color: #f5f5f5;">
<div class="container">
<div class="inner-container"><br /> <br /> <br /> <br />
<h2>More features than you could wish for</h2>
<br />
<p style="font-size: 16px; color: #999; line-height: 23px;">Ultimo is a premium Magento theme with advanced admin module. It&rsquo;s extremely customizable, easy to use and fully responsive. Suitable for every type of store, optimized for SEO. Great as a starting point for your custom projects. You can change visual appearance of almost every element. No coding needed, all can be edited directly in admin panel.</p>
<br /> <br />
<div class="grid12-4">
<div class="feature feature-icon-hover indent indent-size-xl"><span class="ic ic-4x ic-paint" style="color: #d70a0a;"></span>
<h3>Unlimited Colors</h3>
<p>You have never seen so many options! Change colors of dozens of elements, apply textures, upload background images...</p>
<a class="go" href="https://www.itvantix.com/ultimo-responsive-magento-theme/">See all features</a></div>
</div>
<div class="grid12-4">
<div class="feature feature-icon-hover indent indent-size-xl"><span class="ic ic-4x ic-smartphones" style="color: #d70a0a;"></span>
<h3>Responsive Layout</h3>
<p>Ultimo can be displayed on any screen. It is based on fluid grid system. If screen is resized, layout will be automatically adjusted...</p>
<a class="go" href="https://www.itvantix.com/ultimo-responsive-magento-theme/">See all features</a></div>
</div>
<div class="grid12-4">
<div class="feature feature-icon-hover indent indent-size-xl"><span class="ic ic-4x ic-menu" style="color: #d70a0a;"></span>
<h3>Mega Menu</h3>
<p>Two styles: wide mega menu or classic drop-down menu. You can add any custom content (images, text, HTML) to any category in the catalog...</p>
<a class="go" href="https://www.itvantix.com/ultimo-responsive-magento-theme/">See all features</a></div>
</div>
<div class="clearer"></div>
<br /> <br />
<div class="grid12-4">
<div class="feature feature-icon-hover indent indent-size-xl"><span class="ic ic-4x ic-microscope" style="color: #d70a0a;"></span>
<h3>Font Icons</h3>
<p>Font icons give you more control over the visual appearance of the icons. Add anywhere you want and customize to your needs...</p>
<a class="go" href="https://www.itvantix.com/ultimo-responsive-magento-theme/">See all features</a></div>
</div>
<div class="grid12-4">
<div class="feature feature-icon-hover indent indent-size-xl"><span class="ic ic-4x ic-lightbulb" style="color: #d70a0a;"></span>
<h3>Easy to Customize</h3>
<p>Use as a starting point for your custom projects. Create multiple child themes (theme variants) with ease...</p>
<a class="go" href="https://www.itvantix.com/ultimo-responsive-magento-theme/">See all features</a></div>
</div>
<div class="grid12-4">
<div class="feature feature-icon-hover indent indent-size-xl"><span class="ic ic-4x ic-anchor" style="color: #d70a0a;"></span>
<h3>50+ CMS Blocks</h3>
<p>You can use content placeholders to display custom content in almost every part of the store. Import sample CMS blocks from the demo...</p>
<a class="go" href="https://www.itvantix.com/ultimo-responsive-magento-theme/">See all features</a></div>
</div>
<div class="clearer"></div>
</div>
</div>
</div>
<div style="background: center center; background-image: url(https://www.itvantix.com/pub/media/wysiwyg/infortis/ultimo/custom/pattern.jpg);">
<div class="container">
<div class="inner-container" style="text-align: center;">
<div style="display: inline-block; padding: 91px 0; color: #26525f;">
<h1 style="font-size: 40px;">Responsive Magento Theme</h1>
<h2 style="font-size: 20px;">Extremely Customizable</h2>
</div>
</div>
</div>
</div>
<div style="background-color: #fafafa;">
<div class="container">
<div class="inner-container"><br /> <br /> <br /> <br />
<h2>Our Product Brands</h2>
</div>
</div>
</div>
<div style="background-color: #fff;">
<div class="container">
<div class="inner-container">
<div><br /> <br /> <br /> <br />
<h2>Beautiful &amp; Fully Customizable Design</h2>
<br />
<p style="font-size: 16px; color: #999; line-height: 23px;">You can create any imaginable design or layout with Ultimo, and you don&rsquo;t need to know absolutely anything about coding. All the options you could ever want are right there in our admin panel.</p>
</div>
<br /> <br /> <br /> <br />
<div class="nested-container">
<div class="page-banners grid-container">
<div class="grid12-3 mobile-grid banner"><a title="Replace this image with your own" href="https://www.itvantix.com/about-us"> <img src="https://www.itvantix.com/pub/media/wysiwyg/infortis/ultimo/banners/square-01.png" alt="Sample banner" /> </a></div>
<div class="grid12-3 mobile-grid banner"><a title="Replace this image with your own" href="https://www.itvantix.com/about-us"> <img src="https://www.itvantix.com/pub/media/wysiwyg/infortis/ultimo/banners/square-02.png" alt="Sample banner" /> </a></div>
<div class="grid12-3 mobile-grid banner"><a title="Replace this image with your own" href="https://www.itvantix.com/about-us"> <img src="https://www.itvantix.com/pub/media/wysiwyg/infortis/ultimo/banners/square-03.png" alt="Sample banner" /> </a></div>
<div class="grid12-3 mobile-grid banner"><a title="Replace this image with your own" href="https://www.itvantix.com/about-us"> <img src="https://www.itvantix.com/pub/media/wysiwyg/infortis/ultimo/banners/square-04.png" alt="Sample banner" /> </a></div>
</div>
</div>
</div>
</div>
</div>
--></div></div></main><div class="footer-container page-footer">
<div class="footer-container2">
<div class="footer-container3">

    
    
        
        
    <div class="footer-primary-container section-container">
        <div class="footer-primary footer container">
            <div class="inner-container">

                
                                    <div class="clearfix">
                        <div class="grid12-12"><div class="std"><div class="grid12-3">
<div class="mobile-collapsible">
<h6 class="block-title heading">About ITVantix</h6>
<div class="block-content"><img src="https://www.itvantix.com/pub/media/wysiwyg/infortis/ultimo/custom/logo.png" alt="ITVantix" />
<div class="feature first last">
<p>ITVantix is a leading Information Technology Services Provider in middle Georgia.  We provide best-in-class technology services to small-medium businesses including healthcare and non-profit organizations.</p>
<a style="display: inline-block; margin-top: 19px;" href="https://www.itvantix.com/about-itvantix/"><strong>Learn more...</strong><span class="ic ic-lg ic-right"></span></a></div>
</div>
</div>
</div>
<div class="grid12-3">
<div class="mobile-collapsible">
<h6 class="block-title heading">About Us</h6>
<div class="block-content">
<ul class="disc">
<li><a href="https://www.itvantix.com/about-itvantix/">Why ITVantix?</a></li>
<li><a href="https://www.itvantix.com/case-study-phoenix-center/">Case Studies</a></li>
<li><a href="https://www.itvantix.com/our-team/">Our Team</a></li>
<li><a href="https://www.itvantix.com/locations/">Locations</a></li>
<li><a href="https://www.itvantix.com/terms-and-conditions/">Terms and Conditions</a></li>
</ul>
</div>
<h6 class="block-title heading" style="margin-top: 20px;">Careers</h6>
<div class="block-content">
<ul class="disc">
<li><a href="https://www.itvantix.com/careers/">Open Positions</a></li>
</ul>
<br /> <br />
<img class="xfade-on-hover" src="https://www.itvantix.com/pub/media/wysiwyg/itvantix/logo-connectwise.png" alt="" width="75%"/>
</div>
</div>
</div>
<div class="grid12-3">
<div class="mobile-collapsible">
<h6 class="block-title heading">Services</h6>
<div class="block-content">
<ul class="disc">
<li><a href="https://www.itvantix.com/it-support/">IT Support</a></li>
<li><a href="https://www.itvantix.com/managed-voice/">Voice Services</a></li>
<li><a href="https://www.itvantix.com/backup-disaster-recovery/">Backup & Disaster Recovery</a></li>
<li><a href="https://www.itvantix.com/security-services/">Security Services</a></li>
<li><a href="https://www.itvantix.com/managed-video-surveillance/">Surveillance Services</a></li>
<li><a href="https://www.itvantix.com/managed-print-services/">Managed Print Services</a></li>
<li><a href="https://www.itvantix.com/network-services/">Network Services</a></li>
<li><a href="https://www.itvantix.com/point-of-sale-systems/">Point of Sale Systems</a></li>
</ul>
<br />
<img class="xfade-on-hover" src="https://www.itvantix.com/pub/media/wysiwyg/itvantix/Revel_Reseller_Logo_Web.png" alt="" width="75%"/>
</div>
</div>
</div>
<div class="grid12-3">
<div class="mobile-collapsible">
<h6 class="block-title heading">Contact Info</h6>
<div class="block-content">
<div class="feature feature-icon-hover indent first"><span class="ib ic ic-phone ic-lg"></span>
<p class="no-margin">Phone: (478) 257-4373</p>
</div>
<div class="feature feature-icon-hover indent"><span class="ib ic ic-letter ic-lg"></span>
<p class="no-margin "><a href="mailto:info@itvantix.com">info@itvantix.com</a></p>
</div>
<div class="feature feature-icon-hover indent"><span class="ib ic ic-pin ic-lg"></span>
<p class="no-margin ">Billing Address:<br />
ITVantix, LLC<br />
P.O. Box 7453<br />
Warner Robins, GA 31095-7453</p>
<br />
<p class="no-margin ">Shipping Address:<br />
ITVantix, LLC<br />
2404 Moody Road<br />
Warner Robins, GA 31088</p>
<!--<br />
<br />
<p>Registered Government Contractor<br />CAGE Code: 810L6<br />DUNS Number: 079808691</p>-->
</div>
</div>
</div>
</div>

<br />
<div class="grid12-12" style="text-align:center;">
<p>Registered Government Contractor - CAGE Code: 810L6 - DUNS Number: 079808691</p>
</div>

<!--
<div class="clearfix"></div>
<br/>
<br/>
<div class="grid12-12" style="text-align: center;">

	<div class="social-links" style="display: inline-block; float: none;">
		<a class="first" href="http://twitter.com/infortis" title="Follow Infortis on Twitter">
			<span class="ib ib-hover ic ic-lg ic-twitter"></span>
		</a>
		<a href="#" title="Join us on Facebook">
			<span class="ib ib-hover ic ic-lg ic-facebook"></span>
		</a>
		<a href="#" title="Join us on Google Plus">
			<span class="ib ib-hover ic ic-lg ic-googleplus"></span>
		</a>
		<a href="#" title="Youtube">
			<span class="ib ib-hover ic ic-lg ic-youtube"></span>
		</a>
		<a href="#" title="Vimeo">
			<span class="ib ib-hover ic ic-lg ic-vimeo"></span>
		</a>
		<a href="#" title="Instagram">
			<span class="ib ib-hover ic ic-lg ic-instagram"></span>
		</a>
		<a href="#" title="Pinterest">
			<span class="ib ib-hover ic ic-lg ic-pinterest"></span>
		</a>
		<a href="#" title="Linked in">
			<span class="ib ib-hover ic ic-lg ic-linkedin"></span>
		</a>
		<a href="#" title="VKontakte">
			<span class="ib ib-hover ic ic-lg ic-vk"></span>
		</a>
		<a href="#" title="Renren">
			<span class="ib ib-hover ic ic-lg ic-renren"></span>
		</a>
		<a href="#" title="Flickr">
			<span class="ib ib-hover ic ic-lg ic-flickr"></span>
		</a>
		<a href="#" title="Behance">
			<span class="ib ib-hover ic ic-lg ic-behance"></span>
		</a>
		<a href="#" title="Xing">
			<span class="ib ib-hover ic ic-lg ic-xing"></span>
		</a>
		<a href="#" title="Blogger">
			<span class="ib ib-hover ic ic-lg ic-blogger"></span>
		</a>
	</div>

</div>
<div class="clearfix"></div>
<br/>
--></div></div>                    </div>
                                
                                <div class="footer-primary-bottom">
                    <div class="footer-primary-bottom-spacing inner">
                    
                                                    <div class="item item-left">
                                <div class="social-links ib-wrapper--square">
	<a class="first" href="https://twitter.com/itvantix" target="_Blank" title="Follow ITVantix on Twitter">
		<span class="ib ib-hover ic ic-lg ic-twitter"></span>
	</a>
	<a href="https://www.facebook.com/itvantix" target="_Blank" title="Join us on Facebook">
		<span class="ib ib-hover ic ic-lg ic-facebook"></span>
	</a>
	<a href="https://www.linkedin.com/company/itvantix" target="_Blank" title="Follow us on Linkedin">
		<span class="ib ib-hover ic ic-lg ic-linkedin"></span>
	</a>
	<a href="https://www.itvantix.com/info/" target="_Blank" title="ITVantix Blog">
		<span class="ib ib-hover ic ic-lg ic-feed"></span>
	</a>
</div>                            </div>
                                                
                                                
                                                    <div class="item item-right newsletter-wrapper">
                                <div class="block newsletter">
    <div class="title"><strong>Newsletter</strong></div>
    <div class="content">
        <form class="form subscribe"
            novalidate
            action="https://www.itvantix.com/newsletter/subscriber/new/"
            method="post"
            data-mage-init='{"validation": {"errorClass": "mage-error"}}'
            id="newsletter-validate-detail">
            <div class="field newsletter">
                <label class="label" for="newsletter"><span>Sign Up for Our Newsletter:</span></label>
                <div class="control">
                    <input name="email" type="email" id="newsletter"
                                placeholder="Enter&#x20;your&#x20;email&#x20;address"
                                data-validate="{required:true, 'validate-email':true}"/>
                </div>
            </div>
            <div class="actions">
                <button class="action subscribe primary" title="Subscribe" type="submit">
                    <span>Subscribe</span>
                </button>
            </div>
        </form>
    </div>
</div>
                            </div>
                                                
                    </div> 
                </div> <!-- end: footer-primary-bottom -->
                            
            </div> <!-- end: inner-container -->
        </div> <!-- end: footer-primary -->
    </div>
    
    
    
    
    <div class="footer-bottom-container section-container">
        <div class="footer-bottom footer container">
            <div class="inner-container">
                
                                    <div class="item item-left">
                        <div class="footer-copyright"><small class="copyright">
    <span>Copyright © 2018 ITVantix. All rights reserved.</span>
</small>
</div>
                    </div>
                
                                    <div class="item item-right"><!--<img src="https://www.itvantix.com/pub/media/wysiwyg/infortis/ultimo/custom/payment.gif" alt="Payment methods" title="Sample image with payment methods" />-->
<img src="https://www.itvantix.com/pub/media/wysiwyg/itvantix/payment-icons.png" alt="Payment methods" title="Payment methods" /></div>
                
                
            </div> <!-- end: inner-container -->
        </div> <!-- end: footer-bottom -->
    </div>

        
    <a id="scroll-to-top" class="ic ic-up" href="#top"></a>

</div> <!-- end: footer-container3 -->
</div> <!-- end: footer-container2 -->
</div> <!-- end: footer-container -->
<script type="text/x-magento-init">
        {
            "*": {
                "Magento_Ui/js/core/app": {
                    "components": {
                        "storage-manager": {
                            "component": "Magento_Catalog/js/storage-manager",
                            "appendTo": "",
                            "storagesConfiguration" :
                                         {"recently_viewed_product":{"requestConfig":{"syncUrl":"https:\/\/www.itvantix.com\/catalog\/product\/frontend_action_synchronize\/"},"lifetime":"1000","allowToSendRequest":null},"recently_compared_product":{"requestConfig":{"syncUrl":"https:\/\/www.itvantix.com\/catalog\/product\/frontend_action_synchronize\/"},"lifetime":"1000","allowToSendRequest":null},"product_data_storage":{"updateRequestConfig":{"url":"https:\/\/www.itvantix.com\/rest\/default\/V1\/products-render-info"},"allowToSendRequest":null}}                        }
                    }
                }
            }
        }
</script>

<script type="text/x-magento-init">
{
    "*": {
        "Dotdigitalgroup_Email/js/emailCapture":{
            "isEnabled":"",
            "type":"newsletter",
            "url":"https://www.itvantix.com/connector/ajax/emailcapture/"
        }
    }
}
</script><script type="text/javascript">
//<![CDATA[

requirejs(['jquery'], function(jQuery) {

        
        var gridItemsEqualHeightApplied = false;
        function setGridItemsEqualHeight()
        {
            //console.log('setGridItemsEqualHeight'); ///

            var bottomMinSpace = 20; // Minimum space below the button at the bottom of the item
            var gridItemMaxHeight = 0;
            var gridItemMaxPaddingBottom = 0;
            var $listContainer = jQuery('.category-products-grid');
            var $listItems = $listContainer.children('ol').children();
            var centered = $listContainer.hasClass('centered');
            var $row = jQuery();

            $listItems.each(function() {

                var $item = jQuery(this);
                var $actionsBlock = $item.find('.actions');

                // Check if first item in a row
                if ($item.css("clear") == "left")
                {
                    // If row not empty, apply the max values to all items in a row
                    if ($row.length)
                    {
                        $row.css({
                            "height": gridItemMaxHeight + "px", 
                            "padding-bottom": gridItemMaxPaddingBottom + "px"
                        });

                        // Reset the row collection and reset the max values
                        $row = jQuery();
                        gridItemMaxHeight = 0;
                        gridItemMaxPaddingBottom = 0;
                    }
                }
                $row = $row.add($item);

                $item.css("height", "auto");                 gridItemMaxHeight = Math.max(gridItemMaxHeight, $item.height());

                // Use constant bottomMinSpace as bottom offset for the actions container
                $actionsBlock.css("bottom", bottomMinSpace + "px");

                // Align button to the center
                if (centered)
                {
                    var objectWidth = $actionsBlock.width();
                    var availableWidth = $item.width();
                    var space = availableWidth - objectWidth;
                    var leftOffset = ~~(space / 2);
                    $actionsBlock.css("padding-left", leftOffset + "px");                 }

                // Set bottom padding wich equals to: actions container height + bottomMinSpace
                var currentPaddingBottom = bottomMinSpace + $actionsBlock.innerHeight();
                gridItemMaxPaddingBottom = Math.max(gridItemMaxPaddingBottom, currentPaddingBottom);

                $item.css("padding-bottom", currentPaddingBottom + "px"); // TODO: possibly redundant. Padding will be applied for the entire row.

            });

            // Apply the max values to all items in the last row
            if ($row.length)
            {
                $row.css({
                    "height": gridItemMaxHeight + "px", 
                    "padding-bottom": gridItemMaxPaddingBottom + "px"
                });
            }
            
            gridItemsEqualHeightApplied = true;

        }

    


    jQuery(function($) {



        $(document).on('last-swatch-found', function(e) {
            setGridItemsEqualHeight();
            $(document).off('last-swatch-found');
            e.stopPropagation();
        });

        setGridItemsEqualHeight();

                
            var startHeight;
            var startPaddingBottom;
            $('.category-products-grid').on('mouseenter', '.item', function() {

                    var $item = $(this);

                                                        if ($(window).width() >= 320)
                    {
                
                                            if (gridItemsEqualHeightApplied === false)
                        {
                            return false;
                        }
                    
                    var bottomMinSpace = 20;
                    var paddingBottom2 = 0;
                    var $actionsBlock = $item.find('.actions');

                    startHeight = $item.height();
                    startPaddingBottom = parseInt($item.css("padding-bottom"));

                    $item.css("height", "auto"); // Reset height
                    $item.find(".display-onhover").fadeIn(400, "easeOutCubic"); // Show elements visible on hover
                    var h2 = $item.height();
                    
                    // -------------------------------------------------------------------------
                    // Compare start padding with new on-hover padding, calculate the difference

                    // Get actions height and calculate new padding
                    // Calculate new bottom padding wich equals to: actions container height + bottomMinSpace
                    paddingBottom2 = bottomMinSpace + $actionsBlock.innerHeight();

                    // Calculate difference between start padding and new padding
                    var paddingBottomDiff = paddingBottom2 - startPaddingBottom;

                    // Apply only if new padding is larger than start padding
                    if (paddingBottomDiff > 0)
                    {
                        $item.css("padding-bottom", paddingBottom2 + "px");
                    }

                    // -------------------------------------------------------------------------
                    // Compare start height with new (on-hover) height, calculate the difference.
                    // Important: new height includes difference between start padding and new padding
                    var diff = 0;
                    if (h2 < startHeight)
                    {
                        $item.height(startHeight);
                    }
                    else
                    {
                        $item.height(h2);
                        diff = h2 - startHeight;
                        if (paddingBottomDiff > 0)
                        {
                            diff += paddingBottomDiff;
                        }
                    }
                    
                    // -------------------------------------------------------------------------
                    // Apply height difference as nagative margin, but only if new height
                    // is larger than start height.
                    if (diff > 0)
                    {
                        $item.css("margin-bottom", "-" + diff + "px");
                    }

                                    }                                 
            }).on('mouseleave', '.item', function() {

                    var $item = $(this);

                                                    if ($(window).width() >= 320)
                    {
                
                    // Clean up
                    $item.find(".display-onhover").stop(true).hide();
                    $item.css("margin-bottom", "");

                                                                $item.height(startHeight);
                        $item.css("padding-bottom", startPaddingBottom);
                    
                                    }                                 
            });
        
        


                $('.products-grid, .products-list').on('mouseenter', '.product-item-img', function() {
            $(this).find(".alt-img").fadeIn(400, "easeOutCubic");
        }).on('mouseleave', '.product-item-img', function() {
            $(this).find(".alt-img").stop(true).fadeOut(400, "easeOutCubic");
        });



                $('.fade-on-hover').on('mouseenter', function() {
            $(this).animate({opacity: 0.75}, 300, 'easeInOutCubic');
        }).on('mouseleave', function() {
            $(this).stop(true).animate({opacity: 1}, 300, 'easeInOutCubic');
        });



        // Drop-down
        var ddBlockSelector = '.dropdown-block';
        var ddOpenTimeout;
        var dMenuPosTimeout;
        var DD_DELAY_IN = 200;
        var DD_DELAY_OUT = 0;
        var DD_ANIMATION_IN = 0;
        var DD_ANIMATION_OUT = 0;

        $(document).on('mouseenter touchstart', ddBlockSelector, function(e) {

            var dd = $(this);
            var ddHeading = dd.children('.dropdown-heading');
            var ddContent = dd.children('.dropdown-content');

            // If dd is not opened yet (or not initialized yet)
            var isDdOpened = dd.data('ddOpened');
            if (isDdOpened === false || isDdOpened === undefined)
            {
                // Clear old position of dd menu
                ddContent.css("left", "");
                ddContent.css("right", "");

                // Show dd menu
                clearTimeout(ddOpenTimeout);
                ddOpenTimeout = setTimeout(function() {
                    
                    dd.addClass('open');

                    // Set dd open flag
                    dd.data('ddOpened', true);
                    
                }, DD_DELAY_IN);

                ddContent.stop(true, true).delay(DD_DELAY_IN).fadeIn(DD_ANIMATION_IN, "easeOutCubic");
                
                // Set new position of dd menu.
                // This code is delayed the same amount of time as dd animation.
                clearTimeout(dMenuPosTimeout);
                dMenuPosTimeout = setTimeout(function() {

                    if (ddContent.offset().left < 0)
                    {
                        var space = dd.offset().left; // Space available on the left of dd
                        ddContent.css("left", (-1)*space);
                        ddContent.css("right", "auto");
                    }
                
                }, DD_DELAY_IN);

            } // end: dd is not opened yet

        }).on('mouseleave', ddBlockSelector, function(e) {

            var dd = $(this);
            var ddContent = dd.children('.dropdown-content');

            clearTimeout(ddOpenTimeout); // Clear, to close dd on mouseleave
            ddContent.stop(true, true).delay(DD_DELAY_OUT).fadeOut(DD_ANIMATION_OUT, "easeInCubic");
            if (ddContent.is(":hidden"))
            {
                ddContent.hide();
            }
            dd.removeClass('open');

            // Clear dd open flag
            dd.data('ddOpened', false);

            // After hiding, clear the click event flag
            dd.data('ddClickIntercepted', false);

        }).on('click', ddBlockSelector, function(e) {

            var dd = $(this);
            var ddHeading = dd.children('.dropdown-heading');
            var ddContent = dd.children('.dropdown-content');

            // Only if the heading was clicked
            if ($.contains(ddHeading[0], e.target) || ddHeading.is(e.target))
            {
                // Only after the first click already happened, the second click can close the dropdown
                if (dd.data('ddClickIntercepted'))
                {
                    if (dd.hasClass('open'))
                    {
                        clearTimeout(ddOpenTimeout); // Clear, to close dd on mouseleave
                        ddContent.stop(true, true).delay(DD_DELAY_OUT).fadeOut(DD_ANIMATION_OUT, "easeInCubic");
                        if (ddContent.is(":hidden"))
                        {
                            ddContent.hide();
                        }
                        dd.removeClass('open');

                        // Clear dd open flag
                        dd.data('ddOpened', false);

                        // After hiding, clear the click event flag
                        dd.data('ddClickIntercepted', false);
                    }
                }
                else 
                {
                    // Set the click event flag
                    dd.data('ddClickIntercepted', true);
                }
            }

        });



        // Back to top
        var windowScroll_t;
        $(window).scroll(function(){
            
            clearTimeout(windowScroll_t);
            windowScroll_t = setTimeout(function() {
                                        
                if ($(this).scrollTop() > 100)
                {
                    $('#scroll-to-top').fadeIn();
                }
                else
                {
                    $('#scroll-to-top').fadeOut();
                }
            
            }, 500);
            
        });
        
        $('#scroll-to-top').click(function(){
            $("html, body").animate({scrollTop: 0}, 600, "easeOutCubic");
            return false;
        });



                var dResize = {

            winWidth : 0
            , winHeight : 0
            , windowResizeTimeout : null

            , init : function()
            {
                dResize.winWidth = $(window).width();
                dResize.winHeight = $(window).height();
                dResize.windowResizeTimeout;

                $(window).on('resize', function(e) {
                    clearTimeout(dResize.windowResizeTimeout);
                    dResize.windowResizeTimeout = setTimeout(function() {
                        dResize.onEventResize(e);
                    }, 50);
                });
            }

            , onEventResize : function(e)
            {
                //Prevent from executing the code in IE when the window wasn't actually resized
                var winNewWidth = $(window).width();
                var winNewHeight = $(window).height();

                //Code in this condition will be executed only if window was actually resized
                if (dResize.winWidth != winNewWidth || dResize.winHeight != winNewHeight)
                {
                    //Trigger deferred resize event
                    $(window).trigger("themeResize", e);

                    //Additional code executed on deferred resize
                    dResize.onEventDeferredResize();
                }

                //Update window size variables
                dResize.winWidth = winNewWidth;
                dResize.winHeight = winNewHeight;
            }

            , onEventDeferredResize : function() //Additional code, execute after window was actually resized
            {

                //Products grid: equal height of items
                                    setGridItemsEqualHeight();
                
            }

        }; //end: dResize

        dResize.init();



    }); //end: on document ready



}); //end: requirejs



requirejs(['jquery', 'enquire'], function(jQuery, enquire) {

    jQuery(function($) {

        // Collapsible block
        // This plugin requires a specific markup structure. The plugin expects a set of elements that it
        // will use as the toggle link. It then hides all immediately following siblings and toggles the sibling's
        // visibility when the toggle link is clicked.
        //
        // Example markup:
        // <div class="block">
        //     <div class="block-title">Trigger</div>
        //     <div class="block-content">Content that should show when </div>
        // </div>
        //
        // JS: jQuery('.block-title').toggleSingle();
        //
        // Options:
        //     destruct: defaults to false, but if true, the plugin will remove itself, display content, and remove event handlers

        jQuery.fn.toggleSingle = function (options) {

            // passing destruct: true allows
            var settings = $.extend({
                destruct: false
            }, options);

            return this.each(function () {
                if (!settings.destruct) {
                    $(this).on('click', function () {
                        $(this)
                            .next()
                            .toggleClass('no-display')
                            .parent()
                            .toggleClass('active');
                            // .toggleClass('active')
                            // .next()
                            // .toggleClass('no-display');
                    });
                    // Hide the content
                    $this = $(this);
                    if (!$this.parent().hasClass('active'))
                    {
                        $this.next().addClass('no-display');
                    }
                }
                else
                {
                    // Remove event handler so that the toggle link can no longer be used
                    $(this).off('click');
                    // Remove all classes that were added by this plugin
                    $(this)
                        .next()
                        .removeClass('no-display')
                        .parent()
                        .removeClass('active');
                }

            });

        } // end: toggleSingle

        var breakpointScreenM = 768; // The same value as Magento's breakpoint @screen__m

        // Blocks collapsing on smaller viewports
        enquire.register('(max-width: ' + (breakpointScreenM - 1) + 'px)', {
            setup: function () {
                this.toggleElements = $(
                    '.sidebar .block:not(#layered-filter-block) .block-title, ' +
                    '.mobile-collapsible .block-title'
                );
            },
            match: function () {
                this.toggleElements.toggleSingle();
            },
            unmatch: function () {
                this.toggleElements.toggleSingle({destruct: true});
            }
        });

        // Blocks collapsing on all viewports.
        // For backward compatibility exclude blocks which have both classes: "collapsible" and "mobile-collapsible" 
        $('.collapsible:not(.mobile-collapsible) .block-title').toggleSingle();

    }); //end: on document ready

}); //end: requirejs



//]]>
</script>
</div>    </body>
</html>
