#open{
        width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
#main-left .newTarif{
    margin: 0 auto;
    width: 650px;
    height: 340px;
    position: relative;
    font-family: Segoe UI, Segoe UI Symbol;
    color: #0d4c01;
    margin-bottom: 50px;
}
#main-left .newTarif li{
    text-decoration: none;
    list-style: none;
    margin:0 auto;
    height: 25px;
}
#main-left .newTarif ul{
    width: 100%;
    margin:0 auto;
    text-align: center;
    padding: 0px;
}
#main-left .newTarif div{
    float: left;
    height: 100%;
    width: 23%;
    text-align: center;
    font-size: 14px;
border-radius: 0px;
    position: relative;
    border:1px solid rgba(13, 76, 1, 0.2);

}
#main-left .newTarif div h2{
    font-size: 16px;
    text-align: center;
    margin: 0px;
    margin-top:15px;
    margin-bottom: 15px;
    font-weight:600;
    
}
#main-left .newTarif #first{border-top-left-radius: 10px; border-bottom-left-radius: 10px;background-color: rgba(172, 0, 0, 0.05);color: #5D5D22;}
#main-left .newTarif #first .progres{border:1px solid #5D5D22;}
#main-left .newTarif #first .progres span{background-color: #5D5D22; width: 20%;}
#main-left .newTarif #first h2, #main-left .newTarif #first a{color: #5D5D22;}

#main-left .newTarif #second{border-left: none; border-right:none;background-color:  rgba(13, 76, 1, 0.05);color: #0d4c01;}
#main-left .newTarif #second .progres{border:1px solid #0d4c01;}
#main-left .newTarif #second .progres span{background-color: #0d4c01; width: 50%;}
#main-left .newTarif #second h2, #main-left .newTarif #second a{color: #0d4c01;}

#main-left .newTarif #third{border-top-right-radius: 10px; border-bottom-right-radius: 10px;background-color: rgba(93, 93, 34, 0.05);color: #ac0000;}
#main-left .newTarif #third .progres{border:1px solid #ac0000;}
#main-left .newTarif #third .progres span{background-color: #ac0000; width: 100%;}
#main-left .newTarif #third h2, #main-left .newTarif #third a{color: #ac0000;}

#main-left .newTarif #zero{border:none;}
#main-left .newTarif #zero .parametry{border: 1px solid rgba(13, 76, 1, 0.2); border-right: none; border-top-left-radius: 10px;}
#main-left .newTarif #zero .naklady{border-left: 1px solid rgba(13, 76, 1, 0.2);border-bottom: 1px solid rgba(13, 76, 1, 0.2); border-bottom-left-radius: 10px;border-top: 1px solid rgba(13, 76, 1, 0); }


#main-left .newTarif img{width:90px; height: 54px;}
#main-left .newTarif #first{}

#main-left .progres{display: block; height: 5px; width: 60%; margin: 0 auto; position: relative; margin-bottom: 20px;}
#main-left .progres span{position: absolute; top: 0px; left: 0px; height: 5px; width: 10%;}


#main-left .newTarif .parametry{left: 0px;border-bottom: 1px white;border-top: 1px solid white; padding-top: 10px; padding-bottom: 10px; box-sizing: border-box; top: 133px; position: absolute;}
#main-left .newTarif .naklady{top:230px; position: absolute; left: 0px; border-bottom: 1px solid white;border-top: 1px solid white; padding-top: 10px; padding-bottom: 10px;}
#main-left .objednatButton{position: absolute;top: 315px; width: 100%; left: 0px; font-weight: 700; font-size: 16px;}

body {



    background-position:top center;
    background-repeat: no-repeat;
      background-size: 500px;
    font-family : Segoe UI, Segoe UI Symbol;
    margin : 0 auto;
    width: 100%;
    min-height: 200%;
    text-align : center;
    overflow: visible;

}
h3{
    font-weight: 500;
    color:#5D5D22;
}
#header {
    text-align : left;
    margin-top : 0;
    margin-bottom : 0;
    height : 160px !important ;
    background-color : transparent;
    overflow : hidden;
}
#nav {
    position: relative;
    background-image : url('img/nav3.png');
    background-repeat : no-repeat;
    width : 100%;
    height : 55px;
    border: none;
    margin-bottom : 0px;
}
#main {
    display : block;
    margin-top : 10px;

    padding-top: 0px;
    overflow: hidden;

    padding-bottom: 40px;


}
#main-left a{
    color:#0d4c01;
}
#main-left {
    display : block;
    float : left;
    height : 100%;
    width : 69%;
    margin : 0;
    text-align : left;
    background-size: 100% 100%;
    padding-bottom: 30px;
    color:#0d4c01;
}
#main-right {

    text-align : left;
    width :29.5%;
    float : left;

    height: 100%;
    right: 0px;
    margin-left:5px; 
    overflow: hidden;


}
#main div div{
    border-radius: 10px;
    //background-image: url('img/right.png');
    background-size: 100% 100%;

    border: 1px solid #D5D6D5;
    margin-bottom: 5px;
    padding: 5px;
}
#main div div div{
    background: none;
    border: none;
}
#main-left .basic{
    background-image:url('img/h1.png');
    background-size: 100% 100%;
    color:#0d4c01;
    text-align: center;
    padding-bottom: 30px; 
    background-color: #94cd89 ;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    font-size: 13pt;

}
#main-right .basic{
    background-image:url('img/h1.png');
    background-size: 100% 100%;
    color:#5D5D22;
    text-align: center;
    padding-bottom: 30px; 
    background-color: #F7D962;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    font-size: 13pt;

}
#main-right p{
    padding: 5px;
}
#nab ul {
    display : block;
    color : white;
    padding : 0;
    height : 350px;
    margin : 0 auto;
    text-align : center;
    width: 675px;
}
#nab li {
    display : block;
    height : 300px;
    width : 220px;
    float : left;
    text-align : center;
    margin-right : 5px;
    background-size: 100% 100%;
    background-position : center center;
    font-size : 10pt;
    border-radius: 10px;
    opacity: 0.85;
}
#nab li:hover{
    opacity: 1;
}


#nab li a {
    color:white;
    display : block;
    width : 100%;
    height : 100%;
    text-decoration: none;
}
#nab ul li h1, #nab ul li h2 {
    font-weight : 600;
    color:white;
    font-size : 15pt;
    margin-top:40px;
    margin-bottom: 3px;

}
#main-left h1{
    color: #139714;
    font-weight: 500;
    font-size: 15pt;
    text-indent: 10px;
}
#main-left h2{
    color:#5D5D22;
    font-weight: 500;
    font-size: 13pt;
    text-indent: 10px;
    margin:20px;
    margin-bottom: 0px;
}
#main-right p,#main-right span, #main-right p, #main-right span a{
    color:#5D5D22;
}
#main p{
    padding-left: 20px; 
    padding-right: 20px; 

} 
#nab li table,#nab li tbody {
    margin-top:0px;
    table-layout: fixed;  
    font-size : 12pt;
    color : white;
    height : 172px;
    width : 100%;
    text-align : left;
    border-collapse: collapse;
    border-spacing : 0;
    vertical-align : middle;
    white-space: nowrap;

}
#nab li tr {
    height: auto;
    color : white;


}
#nab li td {
    padding-left: 10px;
}

#nab1 table tr {
    color : #cfffb4;
}

#nab2 table tr {

    color : #fffda2;
}
#nab3 table tr {

    color : #ffd1d1;
}


#nab1 {
    background-image: url('img/nab1.png');
}
#nab2 {
    background-image: url('img/nab2.png');
}
#nab3 {
    background-image: url('img/nab3.png');
}
#main-right h2, #why h1 , #question h1 {
    color : #139714;
    font-weight : 500;
    text-indent : 10px;
    font-size: 15pt;
    margin-bottom : 0;
}

#main-right div {

    padding-bottom: 20px;
}
#main-right p:hover {
    opacity : 1.0;
}
#upleft {
    float : left;
    width : 300px;
    height : 160px;
    margin-left: 20px;
}
#logo {
    height : 130px;
    width : 150px;
    margin-top : 20px;
}
#pack {
    display : block;
    margin : 0 auto;
    width : 1024px;
    text-align : center;
    height : 1200px;
    z-index: -1;

}

#menu {
    position : relative;
    display : block;
    margin : 0;
    margin-left : 60px;
    height : 100%;
    list-style-type : none;
    line-height : 50px;
    padding : 0;
}

#menu li a {
    display : block;
    color : #cfffb4;
    text-align : center;
    text-decoration : none;
    height: 100%;
}
#menu li.roz span{
    background-image: url('img/menurozbal.png');
    background-position: center center;
}

#menu li span {

    padding-left : 20px;
    padding-right : 20px;
    font-size: 12pt;
    height: 100%;
    display: block;

}
#menu li{
    float : left;
    height : 100%;
    background-image : url('img/cel1.png');
    background-repeat : no-repeat;
    background-size: auto 100%;
    position: relative;
    color : #cfffb4;

}
#menu li:hover{
    cursor:pointer;
}

#menu ul{
    position: absolute;
    visibility: hidden;
    z-index: 5;
    padding: 0px;
    background-color: white;
    top:54px;
    width:150px;
}
#menu ul li{

    float:none;
    position: relative;
    list-style: none;
    height:50px;
    display: list-item;

}
#menu ul li a{
    color: #168316;
    background-image: url('img/menubor.png');
    background-position: center center; 
    background-size: 100% 100%;
}
#menu ul li a:hover{
    color : #cfffb4;
    background-color: #017201;
    background-image: url('img/menubor.png');
}

#menu li a:hover, menu li a:active{
    color: #f2f8a1;
    background-repeat:no-repeat;
    background-position: center center;
    text-shadow: 0px -1px 0px  #168316;
}

#banner {
    position : relative;
    display : block;
    width : 950px;
    height : 200px;
    overflow : hidden;
    margin-bottom : 0px;
    margin-left: 4px;
    float:left;
    background-color: white;
    border-radius: 3px;

}
#shadow{
    background-image: url('img/banner.png');
}
#banner div {
    position: relative;
    text-align : center;
    vertical-align : central;
    position : absolute;
    height : 100%;
    width : 1024px;
    background-repeat : no-repeat;
    font-size : 16pt;
    color : white;
    z-index: 3;
    opacity: 0.9;
}
#banner div:hover {
    opacity: 1;
}
#banner div span {
    display : block;
    width : 100%;
    height : 100%;

    text-align : center;
    font-size : 16pt;
}
#ban0 {
    left : -1024px;
    background-image : url('img/ban3.png');
}
#ban1 {
    left : 0;
    background-image : url('img/ban1.png');
}
#ban2 {
    left : 1024px;
    background-image : url('img/ban2.png');
}
#ban3 {
    
    background-image : url('img/ban4.png');
    left : 2048px;
}
.login {

    float : right;
    width : 260px;
    height : 150px;
    overflow : hidden;
    margin : 0;
}
.login span {
    font-size : 12pt;
    color : #139714;
    font-weight : 500;
    margin : 0;
}
.login form {
    display : block;
    color :  #333333;

}
.login table {
    margin-top: 30px;
    width : 100%;
    height : 100%;
    border-collapse : collapse;
    border-spacing : 5px;

}
.login tbody {

    color : #333333;
    height : 100%;
    width : 100%;
    margin : 0 auto;
    text-align: center;
}
.login tr, .login td {
    height: 35px;
}
#username, #pass {
    width : 160px;
    height : 25px;
    margin : 0;
    padding : 0;
}
#send {
    border: none;
    margin-top: 3px;
    margin-left: 3px;
    width : 30px;
    height : 68px;
    padding: 0px;
    background-image: url('img/send.png');
    background-size: 100% 100%;
}
#send:hover{
    background-color:#dfcd2a;
    cursor: pointer;
}
root {
    display : block;
}
a {
    text-decoration : none;

    border : none;
}
a:hover {
    color : black;
}
#why {


    list-style-image: url('img/odrazka.png')
}
#footer {
    height : 30px;
    background-image : url('img/footer.png');
    background-repeat: no-repeat;
    color : grey;
    padding: 20px;
    width: 85%;
    margin: 0 auto;
}
.video span {
    display : block;


}
.video{
    margin: 0 auto;

    max-width: 100%;
}
tr td.secondcell{
    text-align: center;
    width: 60px;
    padding-right: 12px;

}
#nab table tr td.last{
    padding-left: 40px;
}
#question{

    text-align: left;

    text-align: center;

}
#question h1{
    margin:0px;
    text-align: left;
    margin-bottom: 20px;
}
#question form{


}
#question table{
    background-size: 100% 100%;
    margin-top: 20px;
    color: #333333;
    table-layout: fixed;
    border-collapse: collapse;
    width: 300px;
    margin-left: 100px;
    margin-bottom: 10px;


}
#question th{
    color: #333333;
    font-size: 10pt;
    font-weight: 400;
    text-align: center;
    width:100px;
}

#question tr,#question td {
    height:40px;
    padding: 1px;
    border-width: 1px;
    text-align: left;
}
#question input{
    width: 280px;
    height: 30px;
}
#dotaz textArea{

    width: 100%;
    min-width: 276px;
    min-height: 50px;
    max-width: 100%;
    max-height: 200px;
    resize: both;

}
#sendask input{
    margin-left: 60px;
    width: 180px;
}
#rolba{
    opacity: 0.8;
    margin-left: 4px;
    margin-right: 70px;

    height: 11px;
}
#roller, #roller tbody{
    overflow: visible;
    text-align: center;
    table-layout: fixed;
    width:100px;
    color: black;
    margin: 0 auto;
    background-position: center center;
    border-spacing: 1px;
    margin-bottom: 20px;
    height: 10px;
}
#roller tr{
    height: 10px;
}

#roller td{
    width:15px;

}
#td1{
    background-color: green;
}
#td0,#td1,#td2, #td3{
    border: 2px solid grey;
    opacity:0.6;
}
#leftbutton, #rightbutton {
    position: absolute;
    margin: 0px;
    background-repeat: no-repeat;
    height: 40px;
    width: 35px;
    top:75px;
    opacity: 0.6;

}
#leftbutton{
    background-image: url('img/leftbut.png');
    left:-25px;
}
#rightbutton{
    background-image: url('img/rightbutton.png');
    right:25px;

}
#leftbutton:hover, #rightbutton:hover{
    cursor: pointer; 
    opacity: 1;
}
#packban{
    position: relative;
    overflow: visible;
    height: 200px;
    margin-bottom: 10px;


}
.dost{

    background-image: url('img/dost.png');
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 400px;


}

.dost select, .dost input{
    width: 100%;

}
.dost th {
    font-weight: normal;
    width: 100px;
}
.dost td{
    padding: 10px;
    height: 30px;
    text-align: center;

}
.dost table, .dost tbody{
    color: #333333;
    padding: 10px;
    margin: 0 auto;
    width: 70%;


}
#next{
    background-color: transparent;
    background-image: url('img/next.png');
    background-size: 100% 100%;
    padding: 0px;
    border:none;
    height: 30px;
    width: 30px;
}
.tarify p{
    padding-left: 20px;
    padding-right: 20px; 
}
.tarify table{
    font-size: 0.8em;
    text-align: center;
    width: 95%;
    margin:0 auto;
    border-collapse: collapse;


}
.tarify td,.tarify th{
    color:#94cd89;
    background-color: #0d4c01;
    height: 50px;
    border: 1px solid  #e0e0e0;
    border-spacing: 0px;
    padding: 0px;
    width: 20%;
    border: none;

}
.tarify th{
    font-weight: 800; 
    background:none;
    color:  #017201;
    border: none;
}
.tarify th:first-child{
    text-align: left;
    font-weight: 600; 
}
.tarify tr{
    border-bottom: 1px solid white;
}
.tarify tr:last-child a{
    color: #a88700;
    background-color: white;
    height: 100%;
    width: 100%;
    display: block;
    line-height: 50px;
    font-weight:800;

    border-bottom-right-radius: 5px; 
    border-bottom-left-radius: 5px;
}
.tarify tr:last-child a:hover{
    background-color: #F7D962;
    color: #5D5D22;
}
.tarify td:nth-child(2n){
    background-color: #94cd89;  
    color:#0d4c01;
}

.zpet{
    background-image: url('img/zpet.png');
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    display: block;
}
.objednavka table{

    border-collapse: collapse;
    margin: 0 auto; 

}
.objednavka th,.objednavka td{
    width: 200px;
    font-weight: 500;
    height: 40px;


}
.str{
    color: #a88700;
}
#main div.info{
    position: relative;
    display: block;
    height: 140px;
    padding-left: 215px;
}
.info span{
    position: absolute;
    margin-left: 30px;
    padding: 10px; 

    font-size: 0.8em;
    border:1px solid #babfb9;
    border-radius: 10px;
    overflow: visible;
}
.napoveda{
    position: absolute;
    background-image: url('img/napoveda.png');
    background-color: #94cd89;
    background-size: 100% 100%;
    display: inline-block;
    height: 20px;
    width:20px;
    margin-left: 10px;

}
.napoveda span{
    background-image: url('img/napoveda-uk.png');
    background-repeat: no-repeat;
    background-position: 6px 0px;
    background-color: #dae4f8;
    top:20px;
    padding: 10px; 
    display: none;
    position: absolute;
    width: 400px;
    z-index: 1;
    font-size: 0.8em;
    border:1px solid #babfb9;
    border-radius: 10px;
    overflow: visible;
}
.statusOk,.statusCancel{
    display: block;
    border-radius: 27.5px;
    border:1px solid #94cd89;
    height: 55px;
    vertical-align: middle;
    margin: 20px;
    background-image: url('img/statusOk.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 55px 55px;
}
.statusCancel{
    background-image: url('img/statusCancel.png');  
}
.divcenter{
    text-align: center;
}
.divcenter table{
    display: block;
    width: 650px;
    text-align: left;
    margin: 30px;
}
.divcenter th{
    width: 150px;
    color:  #a88700;
    font-weight: 500;
}
.divcenter tr:nth-child(2n){
    background-color: #e0e0e0;
}
.pokryti{
    position: absolute;
    width:500px;
    height:333px;
    background-image: url('img/pokrytiHostivic.png');
    z-index: 3;
    opacity: 0.3;
}
.pokryti a{
    display: block;
    width: 100%;
    height: 100%;
}
.backward{
    display: block;
    background-image: url('img/leftbut.png');
    height: 50px;
    width: 100px;
    padding-left: 40px;
    background-repeat: no-repeat;
    padding-top:  10px;
}
.okOnly{
    margin-top:100px;
    display: block;
    width: 100%;
    text-align: center;

}
.okOnly a{
    margin: 0 auto;
    color:#94cd89;
    display: block;
    width:100px;
    height:30px;

    border:1px solid #94cd89;
    border-radius: 20px;
}
.okOnly a:hover{
    color:white;
    background-color: #94cd89;
}
.title{
    position: absolute;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    top:-15px;
    font-size: 8pt;
}
.rep{
    background-color: #ffd1d1;
    width: 100%;
    display: block;
    color: #cc0000;
    text-align: center;
    margin-top: -20px;
    height: 22px;
}
.pozadovano{
    color: #cc0000;
    font-size: 9pt;
    text-align: left;
}
#domu{
    position: absolute;
    left:20px;
    top:11px;
}
strong{
    font-weight: 100;
}
#speed{
    visibility: visible;
}
.lokality td{
    vertical-align: top;
}
.lokality{
    width: 100%;
}
.lokality ul{
    list-style-image: url('img/loc.png')  
}
#main div.news{
    border: 1px solid #D5D6D5;
    background-image: url('img/news.png');
    margin: 20px;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 20px;
}
.news span{
    display: block;
    text-align: right;
    color:#5D5D22;
}
#main div.news:hover{
    background-color: #F7D962;
}
#main-left #doplsluzby{
    display:none;
    border: 1px solid rgb(93, 93, 34);
}
#doplsluzby td{
    height: 30px;
    text-align: left;
    padding-left: 10px;
    background: none;
    border-bottom: 1px solid #D5D6D5;
}
#doplsluzby td:first-child{
    width: 80%;
    color: #5D5D22;
}
#main-left #click{
    background-image: url('img/roldown.png');
    color:#5D5D22;
    border-bottom: 1px solid;
    background-repeat: no-repeat;
    background-position: bottom right;
}
#click:hover{
    cursor: pointer;
}
.fadress{
    display: none;
}
.phone{
    margin: 0 auto;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 650px;
    text-align: center;
    border: 1px solid #5d5d3e;
    border-radius: 5px;
}
.phone td:first-child{
    width: 300px;
}
.phone tr:nth-child(2n-1){
    background-color: #f6d863;
    color: #5d5d3e;

}
.phone th{
    height: 30px;
}
.sat{
    text-align: center;
    margin: 0 auto;
}
.sat td p{
    border: 1px solid #5D5D22;
    border-radius: 5px;
    padding: 20px;
    margin: 20px;
    width: 240px;
}
.sat td p:hover{
    background-color: #F7D962;
    cursor: pointer;
}
#main-left div div#sat1 {
    position: absolute;
    width: 693px;
    top: 770px;
    margin: 0 auto;
    border: 1px solid #94cd89;
    background-color: white;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    display: none;
    z-index: 4;
}
#main-left div div#sat2 {
    position: absolute;
    width: 693px;
    top: 770px;
    margin: 0 auto;
    border: 1px solid #94cd89;
    background-color: white;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    display: none;
    z-index: 4;
}
#main-left div div#sat1 span {
    position: absolute;
    display: block;
    width:30px;
    height: 30px;
    background-image: url('img/kriz.png');
    top:2px;
    right: 2px;
}
#main-left div div#sat2 span {
    position: absolute;
    display: block;
    width:30px;
    height: 30px;
    background-image: url('img/kriz.png');
    top:2px;
    right: 2px;
}
#main-left div div#sat1 span:hover{
    cursor: pointer;
}
#main-left div div#sat2 span:hover{
    cursor: pointer;
}



.lista{
    background-color: #94cd89;
    width:100%;
    height: 30px;
    display: block;
    margin: 0px;
    padding-top: 5px;
}
.programs td{
    vertical-align: top;
}
div#main-left div.shadow{
    position: absolute;
    background-color: grey;
    width: 100%;
    height: 600%;
    left: 0px;
    top: 0px;
    z-index: 3;
    opacity: 0.6;
    display: none;
 

}
#eset{
    float: right;
 
}
#family{
   width: 90%;
margin-left: 42px;
}
#miricomTV{
        float: left;
    width: 200px;
    padding-top: 58px;
    margin-left: 3px;

}
#kukiApp{
    text-align: center;
    margin: 0 auto;
}
#kukiApp a img{
    height: 60px;
    margin: 20px;
}
#tv th:first-child{
    width: 98px;
}
#tv th:last-child, #tv td:last-child{
    width: 90px;
    font-weight: 700;
}
#tv tr:nth-child(2n-1){
color: white;
}
#tv{
    border: none;
}
.tvstrong{
    display: block;
    text-align: left;
    margin-top: 10px;
    font-weight: 700;
}
.channels{
        display: block;
    text-align: left;
    font-size: 12px;

}
#cenik{
    height: 17px;
}