<!DOCTYPE html>






<html>
<head lang="en">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=475px">
    
    <title>Starlab Webhosting</title>
    
    
    <style>
        table .btn {
            margin: 0px 5px;
        }
        table.table.table-striped tr.last_row td {
            background-color:#ECF0F1;
        }
        .tile_content .table {
            margin-bottom: 0px;:
        }

        .tile_content .row {
            margin: 0px;
        }
        .newwrap {
            white-space: normal !important;
        }
        .icon span.glyphicon {
            font-size: 2em;
            margin-right: 0em;
        }
        .icon-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 100%;
        }
        .icon-content span {
            margin-bottom: 0.3em;
        }

        .form_table th {
            width: 20%;
        }

        .form_table input {
            width: 100%;
        }

        /*
        .form_table input[type="text"]{
            width: 100%;
        }

        .form_table input[type="password"] input[type="email"]{
            width: 100%;
        }
        */
        .btn .glyphicon {
            margin-right: 1em;
        }

        .half {
            width: 47%;
        }

        @media (max-width: 1000px) {
            .btn {
                margin-top: 3px !important;
                margin-bottom: 3px !important;
            }
       }

       .breadcrumb.wizard {
            overflow: hidden;
            border-radius: 5px;
            /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
            counter-reset: flag;
            min-height: 1px;
            display: flex;
            padding: 0px !important;
       }

        .breadcrumb.wizard a {
            text-decoration: none;
            outline: none;
            display: block;
            float: left;
            font-size: 14px;
            line-height: 36px;
            /*color: white;*/
            /*need more margin on the left of links to accomodate the numbers*/
            padding: 0 10px 0 30px;
            /*background: #666;
            background: linear-gradient(#666, #333);*/
            position: relative;
            flex-grow: 0;
       }

        .breadcrumb.wizard a {
            padding: 0 10px 0 60px;
            flex-grow: 1;
        }

        /*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
        .breadcrumb.wizard a:first-child {
            border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
        }
        .breadcrumb.wizard a:first-child {
            padding-left: 46px;
        }

        .breadcrumb.wizard a:first-child:before {
            left: 14px;
        }
        .breadcrumb a:last-child {
            border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
            padding-right: 20px;
            flex-grow: 1;
        }

        /*hover/active styles*/
        /*
        .breadcrumb.wizard a.active, .breadcrumb.wizard a:hover{
            background: #333;
            background: linear-gradient(#333, #000);
        }
        .breadcrumb.wizard a.active:after, .breadcrumb.wizard a:hover:after {
            background: #333;
            background: linear-gradient(135deg, #333, #000);
        }*/

        /*adding the arrows for the breadcrumbs using rotated pseudo elements*/
        .breadcrumb a:after {
            content: '';
            position: absolute;
            top: 0;
            right: -18px; /*half of square's length*/
            /*same dimension as the line-height of .breadcrumb a */
            width: 36px;
            height: 36px;
            /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
            length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
            if diagonal required = 1; length = 1/1.414 = 0.707*/
            transform: scale(0.707) rotate(45deg);
            /*we need to prevent the arrows from getting buried under the next link*/
            z-index: 1;
            /*background same as links but the gradient will be rotated to compensate with the transform applied*/
            background: #666;
            background: linear-gradient(135deg, #666, #333);
            /*stylish arrow design using box shadow*/
            box-shadow:
                2px -2px 0 2px rgba(0, 0, 0, 0.4),
                3px -3px 0 2px rgba(255, 255, 255, 0.1);
            /*
                5px - for rounded arrows and
                50px - to prevent hover glitches on the border created using shadows*/
            border-radius: 0 5px 0 50px;
        }
        /*we dont need an arrow after the last link*/
        .breadcrumb a:last-child:after {
            content: none;
        }

        /*we will use the :before element to show numbers*/
        .breadcrumb.wizard a:before {
            content: counter(flag);
            counter-increment: flag;
            /*some styles now*/
            border-radius: 100%;
            width: 20px;
            height: 20px;
            line-height: 20px;
            margin: 8px 0;
            position: absolute;
            top: 0;
            left: 30px;
            /*background: #444;
            background: linear-gradient(#444, #222);*/
            font-weight: bold;
            text-align: center;
        }

        .show-scrollbar {
            overflow: auto;
        }

    </style>

    <!-- Bootstrap -->
    <link href="/static/css/bootstrap.min.css" rel="stylesheet">
    <link href="/static/css/agency.css" rel="stylesheet">
    <link rel="stylesheet" type="text/css" href="/static/style.css">

    <!-- Custom Fonts -->
    <link href="/static/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" type="text/css" href="/static/hijack/hijack-styles.css" />
    

    
     <!-- jQuery -->
    <script src="/static/js/jquery.js"></script>

    <!-- Bootstrap Core JavaScript -->
    <script src="/static/js/bootstrap.min.js"></script>

    <!-- Plugin JavaScript -->
    <script src="/static/js/classie.js"></script>
    <script src="/static/js/cbpAnimatedHeader.js"></script>

    <!-- Contact Form JavaScript -->
    <script src="/static/js/jqBootstrapValidation.js"></script>
    <script src="/static/js/contact_me.js"></script>

    <!-- Custom Theme JavaScript -->
    <script src="/static/js/agency.js"></script>

    <script src="/static/jquery.formset.js"></script>

    <script src="/static/starlab.js"></script>

    <script>
    function csrfSafeMethod(method) {
    // these HTTP methods do not require CSRF protection
    return (/^(GET|HEAD|OPTIONS|TRACE)$/.test(method));
    }
    $.ajaxSetup({
        beforeSend: function(xhr, settings) {
            $('#wait').show();
            if (!csrfSafeMethod(settings.type) && !this.crossDomain) {
                xhr.setRequestHeader("X-CSRFToken", getCsrfToken());
            }
        },
        complete: function() { $('#wait').hide(); },
    });
    </script>
    


    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
    <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>

    <script src="https://use.fontawesome.com/5a759b6d73.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
    <script src="https://cdn.ravenjs.com/3.7.0/raven.min.js"></script>

    <!--<style>-->
        <!--table .btn {-->
            <!--margin: 0px 5px;-->
        <!--}-->

    <!--</style>-->
    <link rel="apple-touch-icon" sizes="57x57" href="/static/apple-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="60x60" href="/static/apple-icon-60x60.png">
    <link rel="apple-touch-icon" sizes="72x72" href="/static/apple-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="76x76" href="/static/apple-icon-76x76.png">
    <link rel="apple-touch-icon" sizes="114x114" href="/static/apple-icon-114x114.png">
    <link rel="apple-touch-icon" sizes="120x120" href="/static/apple-icon-120x120.png">
    <link rel="apple-touch-icon" sizes="144x144" href="/static/apple-icon-144x144.png">
    <link rel="apple-touch-icon" sizes="152x152" href="/static/apple-icon-152x152.png">
    <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-icon-180x180.png">
    <link rel="icon" type="image/png" sizes="192x192" href="/static/android-icon-192x192.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="96x96" href="/static/favicon-96x96.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
    <link rel="manifest" href="/static/manifest.json">
    <meta name="msapplication-TileColor" content="#ffffff">
    <meta name="msapplication-TileImage" content="/static/ms-icon-144x144.png">
    <meta name="theme-color" content="#ffffff">
</head>

<body id="page-top" class="index">

<div id="wrapper">






<nav class="navbar navbar-default navbar-shrink">
        <div class="container">
            <!-- Brand and toggle get grouped for better mobile display -->
            <div class="navbar-header page-scroll">
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-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 page-scroll" href="/">
                    <img src="/static/starlab-logo-white.png" style="width: 88px; height: 20px;">
                </a>
            </div>

            <!-- Collect the nav links, forms, and other content for toggling -->
            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
                <ul class="nav navbar-nav navbar-right">
                    <li>
                        <a href="/">Domů</a>
                    </li>
                    <li>
                        <a href="/website/">Stránky</a>
                    </li>
                    <li>
                        <a href="/domain/">Domény</a>
                    </li>
                    
                    <li>
                        <a href="#;" data-toggle="modal" data-target="#login_modal_window">Přihlásit</a>
                    </li>
                    <li>
                        <a href="/user/register/">Registrovat</a>
                    </li>
                    
                </ul>
            </div>
            <!-- /.navbar-collapse -->
        </div>
        <!-- /.container-fluid -->
    </nav>

<!-- Modal -->
<div id="login_modal_window" class="modal fade" role="dialog">
  <div class="modal-dialog">

    <!-- Modal content-->
    <div class="modal-content">
        <form action="/user/login/" method="post">
          <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">Přihlášení</h4>
          </div>
          <div class="modal-body">

            <input type='hidden' name='csrfmiddlewaretoken' value='SR8jLFLScLilsE5w0XnJrCxCLGlK4Vs5xeHK7HCuqVhY9Z4yQ9ft0cLMWXAGfhOy' />
              <table class="login-form">
                  <tbody>
                    <tr>
                        <td>
			    <div title="Email or domain name">
                            <label for="horizontal_menu_username">Přihlašovací jméno:</label>
			    </div>
			</td>
                        <td>
			    <div title="Email or domain name">
				<input type="text" name="username" id="horizontal_menu_username"
			               placeholder="Email or domain name" >
			    </div>
                        </td>
                    </tr>
                    <tr>
                        <td>
				<label for="horizontal_menu_password">Heslo:</label>
			</td>
                        <td><input type="password" name="password" id="horizontal_menu_password"></td>
                    </tr>
                  </tbody>
              </table>
          </div>
          <div class="modal-footer">
		<a href="/user/recovery/" class="btn btn-default pull-left">Zapomenuté heslo?</a>
                <button type="button" class="btn btn-default" data-dismiss="modal">Zavřít</button>
                <button type="submit" class="btn btn-primary">Přihlásit</button>
          </div>
        </form>
    </div>

  </div>
</div>

<script>
    $('#login_modal_window').on('shown.bs.modal', function(e) {
        $('#horizontal_menu_username').focus();
    });
</script>


<div id="main_block_container" class="container">
    
    
<div id="v_menu">
    <div id="v_menu_main" class="menu v_menu">
        <span class="v_menu_caption">Domů</span>
        <span class="menu_item v_menu_item">Domů</span>
        <span class="menu_item v_menu_item">Webhosting</span>
        <span class="menu_item v_menu_item">Domény</span>
        <span class="menu_item v_menu_item">Zákazník</span>
    </div>

    <div id="v_menu_support" class="menu v_menu">
        <span class="v_menu_caption">Zákaznická podpora</span>
        <span class="menu_item v_menu_item">Kontaktní formulář</span>
        <span class="menu_item v_menu_item">FAQ</span>
        <span class="menu_item v_menu_item">Fórum</span>
        <span class="menu_item v_menu_item">Kontakty</span>
    </div>
</div>
    

    <div id="content" class="container">
        
            
        
        
    
        
        <div class="tile wide"><span class="tile_caption">Nový hosting</span>
            <div class="tile_content">
                <div class="centr">
                    <h3>Vytvořte si své vlastní webové stránky hned teď!</h3>
                    <input type="text" id="id_domainname" style="width: 516px; height: 35px;">
                    <span id="domain_result"></span>
                    <button type="button" id="domain_check_button" class="btn button-sm btn-primary">Zkontroluj dostupnost</button>
                    <p>
                        <span id="domain_taken">Bohužel, doména %domain% je již registrována</span>
                    </p>
                    <script>
                        $("#domain_check_button").click(function (){
                            checkDomainAvailability(true);
                        });
                        $("#domain_buy_button").hide();
                        $("#domain_taken").hide();
                        $('#id_domainname').bind('keypress', function(e) {
                            console.log(e.keyCode);
                            if (e.keyCode == 13) {
                                checkDomainAvailability(true);
                            }
                        });
                    </script>
                </div>
            </div>
        </div>
        

	     <div class="row clearfix">
        <div class="clear"></div>
	<div class="line"></div>
     </div>
     <div class="heading-block center noborder">
      <h3 id="whcenik">Cenová nabídka webhostingu</h3>
      <span class="divcenter">Naše servery jsou speciálně optimalizovány pro nejvyšší výkon a stabilitu.</span>
     </div>

     <div class="pricing bottommargin clearfix">

      <div class="col-sm-4">

       <div class="pricing-box">
        <div class="pricing-title">
         <h3>Základní</h3>
        </div>
        <div class="pricing-price">
         29<span class="price-unit">Kč</span><span class="price-tenure">měsíc</span>
        </div>
        <div class="pricing-features">
         <ul>
          <li>Dynamický obsah<strong> PHP</strong></li>
          <li>Výběr z mnoha databází včetně <strong> MySQL</strong></li>
          <li>Diskový prostor<strong> 5GB</strong></li>
          <li>Jedna doména</li>
          <li>Online administrace</li>
          <li>Dostupnost 99,6%</li>
         </ul>
        </div>
        <div class="pricing-action">
	 <a href="/wizard/step10/9" class="btn btn-primary btn-block btn-lg">Objednat</a>
	</div>
       </div>
      </div>
      <div class="col-sm-4">

       <div class="pricing-box best-price">
        <div class="pricing-title">
         <h3>Optimální</h3>
         <span>nejžádanější</span>
        </div>
        <div class="pricing-price">
         39<span class="price-unit">Kč</span><span class="price-tenure">měsíc</span>
        </div>
        <div class="pricing-features">
         <ul>
          <li>Dynamický obsah<strong> PHP</strong></li>
          <li><strong>Libovolný</strong> výběr typu databáze</li>
          <li>Diskový prostor<strong> 15GB</strong></li>
          <li>Neomezený počet subdomén</li>
          <li>Online administrace</li>
          <li>Dostupnost 99,9%</li>
          <li><i class="icon-star3"></i>
           <i class="icon-star3"></i>
           <i class="icon-star3"></i>
           <i class="icon-star3"></i>
           <i class="icon-star3"></i></li>
         </ul>
        </div>
        <div class="pricing-action">
	 <a href="/wizard/step10/10" class="btn btn-primary btn-block btn-lg">Objednat</a>
        </div>
       </div>
      </div>

      <div class="col-sm-4">
       <div class="pricing-box">
        <div class="pricing-title">
         <h3>Premium</h3>
        </div>
        <div class="pricing-price">
         79<span class="price-unit">Kč</span><span class="price-tenure">měsíc</span>
        </div>
        <div class="pricing-features">
         <ul>
          <li>Dynamický obsah<strong> PHP</strong></li>
          <li><strong>Libovolný typ databáze</strong></li>
          <li>Diskový prostor<strong> 30GB</strong></li>
          <li>Neomezený počet subdomén</li>
          <li>Online administrace<strong> + Helpdesk</strong></li>
          <li>Dostupnost 99,9%</li>
         </ul>
        </div>
        <div class="pricing-action">
	 <a href="/wizard/step10/11" class="btn btn-primary btn-block btn-lg">Objednat</a>
        </div>
       </div>

      </div>

     </div>
       <div class="clear"></div>

     <div class="clearfix topmargin-lg bottommargin-sm">

      <div class="promo promo-border promo-flat promo-center bottommargin center-block" style="padding: 40px; border: 1px solid rgba(0,0,0,0.075); border-radius: 3px; box-shadow: 0 1px 1px rgba(0,0,0,0.1); background-color: #f5f5f5;">
       <h3 style="margin-bottom: 30px; color: #555; font-weight: bold; font-size: 20px">DALŠÍ NEVŠEDNÍ MOŽNOSTI WEBHOSTINGU</h3>
       <p style="padding: 0 20px; color: #555">hosting Python &#8226; hosting Ruby on Rails &#8226; plus další atypické projekty &#8226; individuální výběr serveru &#8226; Apache2 &#8226; Lighttpd &#8226; Nginx &#8226; pomoc s konfigurací &#8226; napojení na vaší aplikaci</p><br>

       <a class="btn btn-primary btn-block btn-lg center-block btn-center" data-toggle="modal" data-target="#modal-whnm">Poptat</a>
       <div class="modal fade" id="modal-whnm" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true">
        <div class="modal-dialog modal-sm">
         <div class="modal-body">
          <div class="modal-content" style="text-align: left">
           <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
            <h4 class="modal-title">Rád bych poptal nevšední možnosti webhostingu</h4>
           </div>
           <div class="modal-body">

            <!-- Contact Form
      ============================================= -->
            <div>
	       
    <div class="contact-widget">

        <div class="contact-form-result"></div>

        <form class="nobottommargin" id="template-contactform" name="template-contactform" action="/sendmails/" method="post">
            <input type='hidden' name='csrfmiddlewaretoken' value='SR8jLFLScLilsE5w0XnJrCxCLGlK4Vs5xeHK7HCuqVhY9Z4yQ9ft0cLMWXAGfhOy' />
            <div class="form-process"></div>

            <div class="col_two_third">
                <label for="template-contactform-name">Jméno <small>*</small></label>
                <input type="text" id="template-contactform-name" name="name" value="" class="sm-form-control required" />
            </div>

            <div class="col_one_third col_last">
                <label for="template-contactform-phone">Tel.: <small>*</small></label>
                <input type="text" id="template-contactform-phone" name="phone" value="" class="sm-form-control required" />
            </div>

            <div class="col_full">
                <label for="template-contactform-message">Zpráva/kupón</label>
                <textarea class="sm-form-control" id="template-contactform-message" name="msg" rows="6" cols="30"></textarea>
            </div>

            <div class="col_full hidden">
                <input type="text" id="template-contactform-botcheck" name="template-contactform-botcheck" value="" class="sm-form-control" />
            </div>

            <div class="col_full">
                <span style="font-size: 12px; letter-spacing: 0.05em">Prosíme vyplnit pole označené hvězdičkou.</span>
            </div>

           	<script src="https://www.google.com/recaptcha/api.js" async defer></script>
        	<div class="g-recaptcha" data-sitekey="6LdFV1oUAAAAACQoAn7zRkpMSMDk9LNgwRjKhdJj"></div>

            <div class="col_full nobottommargin">
                <button class="button button-3d nomargin" type="submit" id="template-contactform-submit" name="template-contactform-submit" value="submit">Odeslat</button>
            </div>

        </form>

    </div>


            </div>
            <!-- Contact Form End -->

           </div>
          </div>
         </div>
        </div>
       </div>
      </div>

     </div>

        <div id="domain_info_modal" class="modal fade" role="dialog">
            <div class="modal-dialog">
                <div class="modal-content">
                    <div class="modal-header">
                        <button type="button" class="close" data-dismiss="modal">&times;</button>
                        <h4 class="modal-title" id="modal-title">.</h4>

                    </div>
                    <div class="modal-body">
                        <span id="domain_info_msg">

                        </span>
                    </div>
                    <div class="modal-footer">
                        <!--<form>-->
                            <!--<input type="hidden" name="domain" id="">-->
                            <button type="button" id="modal_close_button" class="btn button-sm btn-primary" data-dismiss="modal">Zavřít</button>
                            <!--<button type="button" id="domain_buy_button" class="btn button-sm btn-primary">Objednat</button>-->
                        <!--</form>-->
                    </div>
                </div>
            </div>
        </div>
    
    </div>


    <div id="help_modal_id" class="modal fade" role="dialog">
        <div class="modal-dialog">
            <div class="modal-content">
                <div class="modal-header">
                    <button type="button" class="close" data-dismiss="modal">&times;</button>
                    <h4 class="modal-title" id="modal-title">Aktivace účtu je vyžadována</h4>

                </div>
                <div class="modal-body">
                    <span id="info_msg">
                        Aktivujte si prosím váš účet než budete pokračovat na další krok.
                        Aktivační odkaz byl zaslán na váš email

                    </span>
                </div>
                <div class="modal-footer">
                    <!--<form>-->
                        <!--<input type="hidden" name="domain" id="">-->
                        <button type="button" class="btn button-sm btn-primary" data-dismiss="modal">OK</button>
                        <!--<button type="button" id="domain_buy_button" class="btn button-sm btn-primary">Objednat</button>-->
                    <!--</form>-->
                </div>
            </div>
        </div>
    </div>


    <div id="ModalWindow" class="modal fade" role="dialog">
      <div class="modal-dialog">
        <!-- Modal content-->
        <div class="modal-content">
          <div class="modal-header">
            <span class="close" data-dismiss="modal">&times;</span>
            <h4 class="modal-title">Webhosting</h4>
          </div>
          <div class="modal-body">
          </div>
        </div>
      </div>
    </div>


    <script>
        $('#ModalWindow').on('show.bs.modal', function (e) {
            var loadurl = $(e.relatedTarget).data('load-url');

            $(this).find('.modal-body').load(loadurl);

        });
//        init_modal();
    </script>







    <div id="push"></div>
    </div>



  <!-- Footer
  ============================================= -->
  <footer id="footer" class="dark">
   <div class="container">

    <!-- Footer Widgets
    ============================================= -->
    <div class="footer-widgets-wrap clearfix">

     <div class="col_two_third" style="border-right: 1px solid rgba(204, 204, 204, 0.33)">

      <div class="col_one_third">

       <div class="widget clearfix">

        <img src="/static/footer-widget-logo.png" alt="" class="footer-logo">

        <p>Ten pravý partner pro vaše <strong>data</strong>.
        <strong>Pokročilá řešení</strong> pro váš byznys.</p>

        <div style="no-repeat center center; background-size: 100%;">
         <address>
          <strong>Sídlo společnosti:</strong><br>
          Donovalská 1658/30<br>
          Praha 4, 149 00<br>
      IČO: 26190699<br>
      DIČ: CZ26190699<br><br>
      <strong>Adresa:</strong><br>
      Malešická 20<br>
          Praha 3, 130 00<br>
         </address>
        </div>

       </div>

      </div>

      <div class="col_one_third">

       <div class="widget widget_links clearfix">

        <h4>Produkty</h4>

        <ul>
         <li><a href="https://www.starlab.cz">Servery</a></li>
         <li><a href="https://www.starlab.cz">Bezpečnost serverů</a></li>
         <li><a href="https://www.starlab.cz">Bezpečnost sítí</a></li>
         <li><a href="https://www.starlab.cz">Webhosting</a></li>
         <li><a href="https://www.starlab.cz">Záloha dat</a></li>
         <li><a href="https://www.starlab.cz">Úložiště dat</a></li>
         <li><a href="https://www.starlab.cz">Elektronika</a></li>
        </ul>

       </div>

      </div>

      <div class="col_one_third col_last">

       <div class="widget widget_links clearfix">

        <h4>Služby</h4>

        <ul>
         <li><a href="https://www.starlab.cz">Správa serverů</a></li>
         <li><a href="https://www.starlab.cz">Správa sítí</a></li>
         <li><a href="https://www.starlab.cz">Serverová pohotovost</a></li>
         <li><a href="https://www.starlab.cz">Školení</a></li> 
         <li><a href="https://www.starlab.cz#hranm">Aplikace na míru</a></li> 
         <li><a href="https://www.starlab.cz">GDPR</a></li>
         <li><a href="https://www.starlab.cz">Blog</a></li>
        </ul>

       </div>

      </div>

     </div>

     <div class="col_one_third col_last">

      <div class="widget clearfix" style="margin-bottom: -20px;">

       <div class="row">

        <div class="col-md-6 bottommargin-sm">
         <div class="counter counter-small"><span data-from="2" data-to="26" data-refresh-interval="10" data-speed="2000" data-comma="true"></span></div>
         <h5 class="nobottommargin">Projeky na míru</h5>
        </div>

        <div class="col-md-6 bottommargin-sm">
         <div class="counter counter-small"><span data-from="10" data-to="342" data-refresh-interval="50" data-speed="2000" data-comma="true"></span></div>
         <h5 class="nobottommargin">Počet klientů</h5>
        </div>

       </div>

      </div>

      <div class="widget subscribe-widget clearfix">
       <h5>V případě jakýchkoliv otázek nás prosím kontaktujte na tel.: <strong>+420 212 244 188</strong>
       <br>nebo na emailu: <strong>firma@starlab.cz</strong></h5>

      </div>

      <div class="widget clearfix" style="margin-bottom: -20px;">

       <div class="row">

        <div class="col-md-6 clearfix bottommargin-sm">
         <a href="https://www.facebook.com/starlab.cz?fref=ts" target="_blank" class="social-icon si-dark si-colored si-facebook nobottommargin" style="margin-right: 10px;">
          <i class="icon-facebook"></i>
          <i class="icon-facebook"></i>
         </a>
         <a href="https://www.facebook.com/starlab.cz?fref=ts" target="_blank"><small style="display: block; margin-top: 3px;"><strong>Sledujte nás</strong><br>na Facebooku</small></a>
        </div>
        <div class="col-md-6 clearfix">
         <a href="https://www.starlab.cz/feed/" target="_blank" class="social-icon si-dark si-colored si-rss nobottommargin" style="margin-right: 10px;">
          <i class="icon-rss"></i>
          <i class="icon-rss"></i>
         </a>
         <a href="https://www.starlab.cz/feed/" target="_blank"><small style="display: block; margin-top: 3px;"><strong>Nastavte si</strong><br>RSS Feeds</small></a>
        </div>

       </div>

      </div>

     </div>

    </div>
    <!-- .footer-widgets-wrap end -->
   </div>

   <!-- Copyrights
   ============================================= -->
   <div id="copyrights">

    <div class="container clearfix">

     <div class="col_three_fifth" style="line-height: 1.8; margin-bottom: 0px">
      Copyrights &copy; 2003 - 2018 | Vytvořil: Starlab Technologies s.r.o.<br>
      <div class="copyright-links"><a href="https://www.starlab.cz/obchodni-podminky/">Obchodni podmínky</a> / <a href="https://www.starlab.cz/gdpr/">Politika bezpečnosti informací</a> / Veškeré uvedené ceny jsou bez DPH.</div>
     </div>

     <div class="col_two_fifth col_last tright">
      <div class="fright clearfix">
       <a href="https://www.facebook.com/starlab.cz?fref=ts" target="_blank" class="social-icon si-small si-borderless si-facebook">
        <i class="icon-facebook"></i>
        <i class="icon-facebook"></i>
       </a>

       <a href="#" class="social-icon si-small si-borderless si-gplus">
        <i class="icon-gplus"></i>
        <i class="icon-gplus"></i>
       </a>

       <a href="https://www.starlab.cz/feed/" target="_blank" class="social-icon si-small si-borderless si-rss">
        <i class="icon-rss"></i>
        <i class="icon-rss"></i>
       </a>

       <a href="#" class="social-icon si-small si-borderless si-linkedin">
        <i class="icon-linkedin"></i>
        <i class="icon-linkedin"></i>
       </a>
      </div>

      <div class="clear"></div>
      <a href="mailto:firma@starlab.cz" style="color: #555555">
      <i class="icon-envelope2"></i> firma@starlab.cz
      </a>
      <span class="middot">&middot;</span> <i class="fa fa-phone"></i> +420 212 244 188
     </div>

    </div>

   </div>
   <!-- #copyrights end -->
  </footer>
  <!-- #footer end -->



</div>

    <img id="wait" src="/static/animatedEllipse.gif alt="animated ellipse">


<script>
Raven.config('https://157630da6afb40788acc21eb5f9d105d@sentry.starlab.cz/4').install()
</script>
</body>
</html>
