ACC SHELL

Path : /srv/www/vhosts/csmap/
File Upload :
Current File : //srv/www/vhosts/csmap/index-e.html

<!DOCTYPE html>
<!--[if IE 9]> <html lang="en" class="js-no ie9"> <![endif]-->
<!--[if IE 10]> <html lang="en" class="js-no ie10"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
    <!--<![endif]-->
    <head>
        <title>CSmap | Introduction</title>
        <!-- Meta Tags -->
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="">
        <meta name="keywords" content="">
        <meta name="author" content="csmap">
        <link rel="shortcut icon" href="img/csmap.ico">
        <!--  Boostrap Framework  -->
        <link href="assets/css/bootstrap.min.css" rel="stylesheet">
        <!--=== CSS - Dragonfly ===-->
        <link href="assets/css/themes/light-blue.css" rel="stylesheet" id="colors">
        <!-- Google Fonts - OpenSans -->
        <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin-ext" rel="stylesheet" type="text/css">
        <!-- Font Awesome Icons -->
        <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet">
        <!-- CSS Animations -->
        <link href="assets/css/animate.min.css" rel="stylesheet">
        <!--  Slippry Slideshow -->
        <link href="assets/css/slippry.min.css" rel="stylesheet">
        <!--  CSmap modification -->
        <link href="assets/css/csmap.css" rel="stylesheet">
    </head>
    <body>
        <!--===    NAVBAR     ===-->
        <nav class="navbar navbar-default navbar-fixed-top" role="navigation" id="navbarSettings">
            <div class="container-language">
                <div class="container">
                    <ul class="navbar-nav navbar-language navbar-right " id="language">
                        <li class="active">
                            <a href="index-e.html">EN</a>
                        </li>
                        <li>
                            <a href="index.html">CZ</a>
                        </li>
                    </ul>
                </div>
            </div>
            <div class="container">
                <div class="navbar-header">
                    <a class="navbar-brand" href="index.html">
                        <img src="img/CSmap-logo.jpg" width="100" />
                    </a>
                    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-navbar-collapse-1">
                        <span class="sr-only">Toggle navigation</span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                    </button>
                    <!--<a class="navbar-brand" href="index.html">CS                                                                                                                                                                                                <span class="text-primary">map</span></a>-->
                </div>
                <div class="collapse navbar-collapse" id="bs-navbar-collapse-1">
                    <ul class="nav navbar-nav navbar-right ">
                        <!--Home Pages -->
                        <li class="dropdown active">
                            <a href="index-e.html">Home</a>
                        </li>
                        <!--Area-->
                        <li>
                            <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="0">Areas</a>
                            <ul class="dropdown-menu">
                                <li>
                                    <a href="areas/gis-and-maps.html">GIS and&nbsp;maps</a>
                                </li>
                                <li>
                                    <a href="areas/route-optimization.html">Route optimization</a>
                                </li>
                                <li>
                                    <a href="areas/data-transformation.html">Data transformation</a>
                                </li>
                            </ul>
                        </li>
                        <!--Services-->
                        <li>
                            <a href="services/services.html">Services</a>
                        </li>
                        <!--Products-->
                        <li class="dropdown">
                            <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="0">Products</a>
                            <ul class="dropdown-menu">
                                <li>
                                    <a href="software/software-e.html">Software</a>
                                </li>
                                <li>
                                    <a href="maps-data/maps-data.html">Maps and&nbsp;data</a>
                                </li>
                            </ul>
                        </li>
                        <!--News-->
                        <li>
                            <a href="news/news.html">News</a>
                        </li>
                        <!--Contacts-->
                        <li>
                            <a href="csmap/contacts.html">Contacts</a>
                        </li>
                    </ul>
                </div>
                <!-- /.navbar-collapse -->
            </div>
        </nav>
        <div id="bannerC" class="bannerContainer">
            <div id="carousel1" class="carousel slide" data-ride="carousel">
                <!-- Indicators -->
                <ol class="carousel-indicators">
                    <li data-target="#carousel1" data-slide-to="1" class="active"></li>
                    <li data-target="#carousel1" data-slide-to="2"></li>
                    <li data-target="#carousel1" data-slide-to="3"></li>
                    <li data-target="#carousel1" data-slide-to="4"></li>
                </ol>
                <!-- Wrapper for slides -->
                <div class="carousel-inner">
                    <div class="item active" style="background-image: url('img/car/mapinfo-pro-advance.jpg');">
                        <div class="bg-filter">
                            <div class="container">
                                <div class="jumbotron trn v-center">
                                    <h1 class="wow fadeInUp animated" style="visibility: visible; animation-delay: 0.1s; -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s;" data-wow-delay="0.1s">MapInfo Pro&nbsp;Advanced</h1>
                                    <div class="space-sm"></div>
                                    <p class="wow fadeInUp animated" style="visibility: visible; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s;" data-wow-delay="0.2s">New generation of&nbsp;tools for working with&nbsp;bitmaps and&nbsp;grids</p>
                                    <div class="space-sm"></div>
                                    <ul class="list-inline wow fadeInUp animated" style="visibility: visible; animation-delay: 0.3s; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s;" data-wow-delay="0.3s">
                                        <li>
                                            <a class="btn btn-default-trn btn-xlg scroll" href="software/mapinfo-pro-advanced-e.html"><i class="fa fa-globe"></i>More information</a>
                                        </li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="item" style="background-image: url('img/car/gis-a-mapy.jpg');">
                        <div class="bg-filter">
                            <div class="container">
                                <div class="jumbotron trn v-center">
                                    <h1 class="wow fadeInUp animated" style="visibility: visible; animation-delay: 0.1s; -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s;" data-wow-delay="0.1s">GIS and&nbsp;maps</h1>
                                    <div class="space-sm"></div>
                                    <p class="wow fadeInUp animated" style="visibility: visible; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s;" data-wow-delay="0.2s">Software solution and&nbsp;map data                                        <br>for geographic visualization and&nbsp;data analysis.</p>
                                    <div class="space-sm"></div>
                                    <ul class="list-inline wow fadeInUp animated" style="visibility: visible; animation-delay: 0.3s; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s;" data-wow-delay="0.3s">
                                        <li>
                                            <a class="btn btn-default-trn btn-xlg scroll" href="areas/gis-and-maps.html"><i class="fa fa-globe"></i>More information</a>
                                        </li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="item" style="background-image: url('img/car/optimalizace-tras.jpg');">
                        <div class="bg-filter">
                            <div class="container">
                                <div class="jumbotron trn v-center">
                                    <h1 class="wow fadeInUp animated" style="visibility: visible; animation-delay: 0.1s; -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s;" data-wow-delay="0.1s">Route optimization</h1>
                                    <div class="space-sm"></div>
                                    <p class="wow fadeInUp animated" style="visibility: visible; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s;" data-wow-delay="0.2s">Region modeling, optimization of&nbsp;distribution lines                                        <br>and salesforce routes. </p>
                                    <div class="space-sm"></div>
                                    <ul class="list-inline wow fadeInUp animated" style="visibility: visible; animation-delay: 0.3s; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s;" data-wow-delay="0.3s">
                                        <li>
                                            <a class="btn btn-default-trn btn-xlg scroll" href="areas/route-optimization.html"><i class="fa fa-car"></i>More information</a>
                                        </li>
                                    </ul>
                                </div>
                                <div class="jumbotronimg">
                                    <img alt="" src="img/car/route.png">
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="item" style="background-image: url('img/car/transformace-dat.jpg');">
                        <div class="bg-filter">
                            <div class="container">
                                <div class="jumbotron trn v-center">
                                    <h1 class="wow fadeInUp animated" style="visibility: visible; animation-delay: 0.1s; -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s;" data-wow-delay="0.1s">Data transformation</h1>
                                    <div class="space-sm"></div>
                                    <p class="wow fadeInUp animated" style="visibility: visible; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s;" data-wow-delay="0.2s">Transformation and&nbsp;conversion of&nbsp;GIS/CAD and&nbsp;database data,                                        <br>data validation and&nbsp;integration. </p>
                                    <div class="space-sm"></div>
                                    <ul class="list-inline wow fadeInUp animated" style="visibility: visible; animation-delay: 0.3s; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s;" data-wow-delay="0.3s">
                                        <li>
                                            <a class="btn btn-default-trn btn-xlg scroll" href="areas/data-transformation.html"><i class="fa fa-gears"></i>More information</a>
                                        </li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- Controls -->
                <a class="left carousel-control" href="#carousel1" data-slide="prev"><i class="fa fa-chevron-left"></i></a>
                <a class="right carousel-control" href="#carousel1" data-slide="next"><i class="fa fa-chevron-right"></i></a>
            </div>
        </div>
        <!-- If navbar is fixed to&nbsp;top and&nbsp;it has the&nbsp;class navbar-default or&nbsp;navbar-inverse this div will add space below the&nbsp;navbar-->
        <!--===/END    Navbar     ===-->
        <a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
        <section class="section-lg">
            <div class="container">
                <h2 class="lg-title  lg-title-border">Areas of&nbsp;activity</h2>
                <h4>CSmap, s.r.o. is a&nbsp;dynamic company operating since 1995 in&nbsp;the&nbsp;field of&nbsp;Geographic Information Systems (GIS), route optimization and&nbsp;special tools for the&nbsp;transformation of&nbsp;GIS / CAD formats. During our time, we have gained a&nbsp;lot of&nbsp;experience in&nbsp;dealing with&nbsp;complicated tasks for major companies in&nbsp;a&nbsp;number of&nbsp;industries.</h4>
                <div class="row">
                    <div class="col-sm-4">
                        <div class="text-center">
                            <a href="areas/gis-and-maps.html"><i class="fa fa-globe hovicon effect-3 sub-b easePulse wow animated animated" style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;" data-wow-delay="0.2s"></i></a>
                            <h3 class="wow fadeIn m-10-top animated  animated" style="visibility: visible;-webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s;" data-wow-delay="0.4s">GIS and&nbsp;maps</h3>
                            <p class="wow fadeIn animated animated" style="visibility: visible;-webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s;" data-wow-delay="0.4s">Geographic information is currently present in&nbsp;almost every company database, whether they are customers, affiliates, competitors or&nbsp;management of&nbsp;utilities. Appropriate use enables companies to&nbsp;make the&nbsp;right key decisions.</p>
                        </div>
                    </div>
                    <div class="col-sm-4">
                        <div class="text-center">
                            <a href="areas/route-optimization.html"><i class="fa fa-car hovicon effect-3 sub-b easePulse wow animated animated" style="visibility: visible;-webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s;" data-wow-delay="0.4s"></i></a>
                            <h3 class="wow fadeIn m-10-top animated  animated" style="visibility: visible;-webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; animation-delay: 0.6s;" data-wow-delay="0.6s">Route optimization</h3>
                            <p class="wow fadeIn animated animated" style="visibility: visible;-webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; animation-delay: 0.6s;" data-wow-delay="0.6s">Optimizing merchandise delivery or&nbsp;salesforce routes plays a&nbsp;key role in&nbsp;saving transportation costs. Other significant effects include fleet optimization, improved customer service and&nbsp;balanced salesforce regions and&nbsp;their efficient work.</p>
                        </div>
                    </div>
                    <div class="col-sm-4">
                        <div class="text-center">
                            <a href="areas/data-transformation.html"><i class="fa fa-gears hovicon effect-3 sub-b easePulse wow animated animated" style="visibility: visible;-webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; animation-delay: 0.6s;" data-wow-delay="0.6s"></i></a>
                            <h3 class="wow fadeIn m-10-top animated  animated" style="visibility: visible;-webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; animation-delay: 0.8s;" data-wow-delay="0.8s">Data transformation</h3>
                            <p class="wow fadeIn animated animated" style="visibility: visible;-webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; animation-delay: 0.8s;" data-wow-delay="0.8s">The number and&nbsp;complexity of&nbsp;GIS / CAD file formats, databases, and&nbsp;coordinate systems continues to&nbsp;grow.  Therefore conversions are more complicated and&nbsp;time-consuming. Barriers caused by&nbsp;this diversities can be removed by&nbsp;comprehensive analysis and&nbsp;transformation of&nbsp;these spatial data.</p>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <section class="bg-services bg-center bg-cover">
            <div class="bg-filter-v1 section-lg">
                <div class="container">
                    <h2 class="lg-title  lg-title-border">Services</h2>
                    <h4>In addition to&nbsp;the&nbsp;sale and&nbsp;implementation of&nbsp;software tools and&nbsp;map data we deal with&nbsp;providing professional customer services. You do not have to&nbsp;spend money on&nbsp;software, maintenance and&nbsp;user training. The key services provided include:</h4>
                    <div class="row">
                        <div class="col-md-6 col-sm-12 margin-b15">
                            <div class="space-lg visible-md visible-lg"></div>
                            <div class="float-box wow fadeIn animated" style="visibility: visible;">
                                <div class="float-text-v1">
                                    <h3>Adresses cleansing and&nbsp;geocoding</h3>
                                    <p>Based on&nbsp;input addresses (eg. customer database) we will review, correct invalid or&nbsp;incomplete parts of&nbsp;addresses and&nbsp;add geographic coordinates.</p>
                                </div>
                            </div>
                            <div class="float-box wow fadeIn animated" style="visibility: visible; animation-delay: 0.25s; -webkit-animation-delay: 0.25s; -moz-animation-delay: 0.25s;" data-wow-delay="0.25s">
                                <div class="float-text-v1">
                                    <h3>Catchment areas and&nbsp;optimization</h3>
                                    <p>According to&nbsp;client's requirements and&nbsp;needs we create and&nbsp;analyze catchment areas from selected starting points based on&nbsp;travel time or&nbsp;distance. We optimize salesforce routes and&nbsp;process other network tasks.</p>
                                </div>
                            </div>
                        </div>
                        <div class="col-md-6 col-sm-12 margin-b15">
                            <div class="space-lg visible-md visible-lg"></div>
                            <div class="float-box wow fadeIn animated" style="visibility: visible; animation-delay: 0.5s; -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s;" data-wow-delay="0.5s">
                                <div class="float-text-v1">
                                    <h3>Creating geographical analyzes</h3>
                                    <p>We customize complex spatial analysis (branch network analyzes, composition and&nbsp;deployment of&nbsp;salesforce, etc.) as&nbsp;well as&nbsp;simple map visualization of&nbsp;your business data (or publicly available data).</p>
                                </div>
                            </div>
                            <div class="float-box wow fadeIn animated" style="visibility: visible; animation-delay: 0.75s; -webkit-animation-delay: 0.75s; -moz-animation-delay: 0.75s;" data-wow-delay="0.75s">
                                <div class="float-text-v1">
                                    <h3>Geographic data conversion</h3>
                                    <p>We perform control and&nbsp;conversion of&nbsp;GIS/CAD data between hundreds of&nbsp;different formats and&nbsp;databases. We are able to&nbsp;convert specific Czech formats such as&nbsp;cadastre data exchange format (VFK) and&nbsp;RUIAN format.</p>
                                </div>
                            </div>
                        </div>
                        <div class="col-md-12">
                            <div class="inline-btn text-center float-box wow fadeIn animated" style="visibility: visible; animation-delay: 1s; -webkit-animation-delay: 1s; -moz-animation-delay: 1s;" data-wow-delay="1s">
                                <a class="btn btn-primary-trn btn-xlg" href="services/services.html"><i class="fa fa-paper-plane-o"></i>More information</a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <section class="section-lg">
            <div class="container">
                <h2 class="lg-title  lg-title-border">Products</h2>
                <h4>Our offer includes wide range of&nbsp;software tools and&nbsp;map data not only related to&nbsp;the&nbsp;Czech Republic and&nbsp;Slovakia. We approach each customer individually and&nbsp;propose suitable combination of&nbsp;software and&nbsp;maps for his business.</h4>
                <div class="row">
                    <div class="col-sm-6">
                        <div class="text-center">
                            <a href="software/software-e.html"><i class="fa fa-laptop hovicon effect-3 sub-b easePulse wow animated" style="visibility: visible; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s;" data-wow-delay="0.2s"></i></a>
                            <h3 class="wow fadeIn m-10-top animated " style="visibility: visible; animation-delay: 0.4s; -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s;" data-wow-delay="0.4s">Software</h3>
                            <p class="wow fadeIn animated" style="visibility: visible; animation-delay: 0.4s; -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s;" data-wow-delay="0.4s">In the&nbsp;field of&nbsp;mapping, optimization and&nbsp;transformation tools we provide standard desktop tools, server solutions and&nbsp;web applications. We also deal with&nbsp;the&nbsp;development of&nbsp;our own applications or&nbsp;with&nbsp;the&nbsp;solution according to&nbsp;specific customer requirements.</p>
                        </div>
                    </div>
                    <div class="col-sm-6">
                        <div class="text-center">
                            <a href="maps-data/maps-data.html"><i class="fa fa-globe hovicon effect-3 sub-b easePulse wow animated" style="visibility: visible; animation-delay: 0.4s; -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s;" data-wow-delay="0.4s"></i></a>
                            <h3 class="wow fadeIn m-10-top animated " style="visibility: visible; animation-delay: 0.6s; -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s;" data-wow-delay="0.6s">Maps and&nbsp;data</h3>
                            <p class="wow fadeIn animated" style="visibility: visible; animation-delay: 0.6s; -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s;" data-wow-delay="0.6s">We offer a&nbsp;wide range of&nbsp;digital map data, including administrative divisions, postcode area maps, sociodemographic data, points of&nbsp;interest and&nbsp;other map layers. We provide maps of&nbsp;the&nbsp;Czech Republic and&nbsp;Slovakia, across a&nbsp;wide partner network, we are able to&nbsp;supply map data from almost all over the&nbsp;world.</p>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <section class="section-lg bg-grey">
            <div class="container">
                <h2 class="lg-title  lg-title-border">References</h2>
                <h4>Our company is able to&nbsp;offer optimal solutions not only to&nbsp;large companies but also to&nbsp;medium and&nbsp;small companies from a&nbsp;wide range of&nbsp;different sectors. Do not hesitate to&nbsp;contact us with&nbsp;your special requirements.</h4>
                <div class="space"></div>
                <!--                <div class="banner-reference"> -->
                <div id="carousel1-ref" class="carousel slide" data-ride="carousel">
                    <!-- Wrapper for slides -->
                    <div class="carousel-inner">
                        <div class="item">
                            <div class="row">
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="Správa železniřční dporavní cesty" alt="logo SŽDC" src="img/ref/SZDC.png">
                                </div>
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="O2" alt="logo O2" src="img/ref/O2.png">
                                </div>
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="Vodafone" alt="logo Vodafone" src="img/ref/Vodafone.png">
                                </div>
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="Philip Morris ČR" alt="logo Philip Morris" src="img/ref/Philip-Morris.png">
                                </div>
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="Stredoslovenská vodárenská prevádzková spoločnoť, a.s." alt="logo StVPS" src="img/ref/StVPS.png">
                                </div>
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="CElní správa ČR" alt="logo Celní správa ČR" src="img/ref/Celni-Sprava-CR.png">
                                </div>
                            </div>
                        </div>
                        <div class="item active">
                            <div class="row">
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="České dráhy" alt="logo České dráhy" src="img/ref/Ceske-drahy.png">
                                </div>
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="Český telekomunikační úřad" alt="logo ČTÚ" src="img/ref/CTU.png">
                                </div>
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="Danone" alt="logo Danone" src="img/ref/Danone.png">
                                </div>
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="Huawei" alt="logo Huawei" src="img/ref/Huawei.png">
                                </div>
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="Kapsch" alt="logo Kapsch" src="img/ref/Kapsch.png">
                                </div>
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="Kooperativa" alt="logo Kooperativa" src="img/ref/Kooperativa.png">
                                </div>
                            </div>
                        </div>
                        <div class="item">
                            <div class="row">
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="Avon" alt="logo Avon" src="img/ref/Avon.png">
                                </div>
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="Ahold" alt="logo Ahold" src="img/ref/Ahold.png">
                                </div>
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="Česká pošta" alt="logo Česká pošta" src="img/ref/Ceska-posta.png">
                                </div>
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="Transpetrol" alt="logo Transpetrol" src="img/ref/Transpetrol.png">
                                </div>
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="Slovak Telecom" alt="logo Slovak Telecom" src="img/ref/Slovak-telecom.png">
                                </div>
                                <div class="col-md-4 col-sm-4 col-xs-6 col-lg-2">
                                    <img class="reference-logo" title="Tesco" alt="logo Tesco" src="img/ref/Tesco.png">
                                </div>
                            </div>
                        </div>
                    </div>
                    <!-- Controls -->
                    <a class="left carousel-control carousel1-control-ref" href="#carousel1-ref" data-slide="prev"><i class="fa fa-chevron-left"></i></a>
                    <a class="right carousel-control carousel1-control-ref" href="#carousel1-ref" data-slide="next"><i class="fa fa-chevron-right"></i></a>
                </div>
                <!--                </div> -->
            </div>
        </section>
        <!--===    SCRIPTS     ===-->
        <!-- jQuery -->
        <script src="assets/js/min/jquery.min.js"></script>
        <script src="assets/js/min/jquery-ui.min.js"></script>
        <!-- Bootstrap JS -->
        <script src="assets/js/min/bootstrap.min.js"></script>
        <!-- Bootstrap Plugin - open dropdown on&nbsp;hover -->
        <script src="assets/js/min/bootstrap-hover-dropdown.min.js"></script>
        <!-- WOW.js - loading animations -->
        <script src="assets/js/min/wow.min.js"></script>
        <!-- Smooth sroll -->
        <script src="assets/js/min/jquery.nicescroll.min.js"></script>
        <!-- Must be last of&nbsp;all scripts -->
        <script src="assets/js/min/scripts.min.js"></script>
        <!--[if lt IE 9]>
          	<script src="assets/js/min/html5shiv.min.js"></script>
			<script src="assets/js/min/respond.min.js"></script>
    	<![endif]-->
        <!--===/END    SCRIPTS     ===-->
        <!--===    FOOTER     ===-->
        <footer class="footer">
            <div class="footer-top">
                <div class="container">
                    <div class="row">
                        <div class="col-md-4 col-lg-4 col-sm-12 col-xs-12">
                            <h4>Contact</h4>
                            <ul class="info-list md-list i-primary">
                                <li>
                                    <i class="fa fa-envelope fa-fw"></i>
                                    <a href="mailto:info@csmap.cz">info@csmap.cz</a>
                                </li>
                                <li class="no-hover">
                                    <i class="fa fa-phone fa-fw"></i>
                                    +420 543 245 896
                                </li>
                                <li>
                                    <i class="fa fa-map-marker fa-fw"></i>
                                    <a href="csmap/contacts.html#map" title="Show on&nbsp;map">Hněvkovského 30/65, 61700 Brno</a>
                                </li>
                                <li>
                                    <ul class="circle-icons icons-list">
                                        &nbsp;&nbsp;
                                        <li>
                                            <a target="_blank" href="https://www.linkedin.com/company/csmap-s.r.o." title="Follow us on&nbsp;LinkedIn"><i class="fa fa-linkedin"></i></a>
                                        </li>
                                        <li>
                                            <a target="_blank" href="https://www.youtube.com/user/mapinfo" title="YouTube MapInfo"><i class="fa fa-youtube-play"></i></a>
                                        </li>
                                    </ul>
                                </li>
                            </ul>
                        </div>
                        <div class="space-sm visible-sm visible-xs"></div>
                        <div class="col-md-4 col-lg-4 col-xs-12 col-sm-6">
                            <h4>Products</h4>
                            <ul class="info-list md-list i-primary">
                                <li>
                                    <i class="fa fa-angle-right fa-fw"></i>
                                    <a href="software/mapinfo-pro-e.html">MapInfo Pro</a>
                                </li>
                                <li>
                                    <i class="fa fa-angle-right fa-fw"></i>
                                    <a href="software/geomarker-pro-e.html">GeoMarker Pro</a>
                                </li>
                                <li>
                                    <i class="fa fa-angle-right fa-fw"></i>
                                    <a href="software/toursolver-e.html">TourSolver</a>
                                </li>
                                <li>
                                    <i class="fa fa-angle-right fa-fw"></i>
                                    <a href="software/fme-desktop-e.html">FME Desktop</a>
                                </li>
                                <li>
                                    <i class="fa fa-angle-right fa-fw"></i>
                                    <a href="maps-data/postcode-map.html">Postcode map</a>
                                </li>
                            </ul>
                        </div>
                        <div class="space-sm visible-xs"></div>
                        <div class="col-md-4 col-lg-4 col-xs-12 col-sm-6">
                            <h4>Links</h4>
                            <ul class="info-list md-list i-primary">
                                <li>
                                    <i class="fa fa-angle-right fa-fw"></i>
                                    <a href="csmap/about.html">About CSmap</a>
                                </li>
                                <li>
                                    <i class="fa fa-angle-right fa-fw"></i>
                                    <a href="dokumenty/downloads.html">Downloads</a>
                                </li>
                                <li>
                                    <i class="fa fa-angle-right fa-fw"></i>
                                    <a href="csmap/faq.html">FAQ</a>
                                </li>
                                <li>
                                    <i class="fa fa-angle-right fa-fw"></i>
                                    <a href="csmap/registration.html">Product registration</a>
                                </li>
                                <li>
                                    <i class="fa fa-angle-right fa-fw"></i>
                                    <a href="csmap/technical-support.html">Technical support</a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
            <div class="footer-bottom">
                <div class="container">
                    <p>© CSmap, s.r.o. All rights reserved.</p>
                </div>
            </div>
        </footer>
        <!--===/END    FOOTER     ===-->
    </body>
</html>

ACC SHELL 2018