body {
	font-size:16px;
        margin: 0;
      }

      #headline {
        padding: 0.8em;
        color: white;
        font-family: Roboto, helvetica, arial, sans-serif;
        background-color: black;
        background-image: url(hero.jpg);
        background-size: cover;
      }

      #headline h1 {
        font-weight: 200;
        font-size: 60px;
        line-height: 1em;
        margin-bottom: 0;
      }
        
      #headline h2 {
        font-weight: 200;
        font-size: 30px;
        margin-top: 5px;
      }

      #headline #blurb {
        font-weight: 300;
        font-size: 18px;
      }

      #headline #register {
        background-color: #39b1a4;
        background-color: rgba(57,177, 164, 0.7);
        padding: 1em;
      }

      #headline #register h2 {
        font-weight: 100;
        padding: 0;
        margin: 0;
      }

      #headline #register label {
        font-size: 1.2em;
        font-weight: 200;
        padding-top: 12px;
        display: block;
      }

      #headline #register input {
        width: 100%;
        font-size: 18px;
        font-weight: 200;
        padding: 10px;
        box-sizing: border-box;
      }

      #headline #register input[type=submit] {
        background-color: hsl(8, 70%, 54%);
        color: white;
        margin-top: 20px;
        padding: 10px;
        border: none;
        box-sizing: border-box;
        font-size: 18px;
      }

      #section1, #section2, #section3 {
        box-sizing: border-box;
        padding: 20px;
      }

      #section1 h2, #section2 h2, #section3 h2  {
        margin-top: 0;
        font-size: 24px
      }

      #section1 {
        background-color: white;
        font-family: Roboto, sans-serif;
        font-weight: 100;
        font-size: 18px;
      }

      #section1 h2 {
        font-weight: 300;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 20px;
      }

      #section1 h2 + p {
      }

      #section1 video {
        width: 100%;
      }

      #section2 {
        background-color: #e9e9e9;
        font-family: Roboto, sans-serif;
        font-weight: 100;
        font-size: 18px;
      }

      #section2 h2 {
        font-weight: 300;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 20px;
      }

      #section2 h2 + p {
        text-align: center;
      }

      #section2 div {
        text-align: center;
      }

      #section2 div img {
        width: 100%
      }

      #section3 {
        background-color: #f5f5f5;
        font-family: Roboto, sans-serif;
        font-weight: 100;
        text-align: center;
        margin: auto;
      }

      #section3 h2 {
        font-weight: 300;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 20px;
      }

      #section3 h2 + p {
        text-align: center;
      }

      #section3 figure {
        text-align: center;
      }

      #section3 figure figcaption {
        text-align: center;
        font-weight: 400;
      }

      footer {
        font-family: Roboto, sans-serif;
        font-weight: 300;
        text-align: center;
        background-color: hsl(8, 70%, 54%);
        color: white;
        padding-bottom: 20px;
        padding-top: 20px;
      }

      table {
        margin-top: 26px;
        width: 100%;
      }
      thead {
        font-weight: bold;
      }

      tbody {
        text-align: center;
      }
.columnist {width:98%;padding:1%;border-left: 1px dotted #aaa;border-top: 1px dotted #aaa;border-right: 0px dotted #aaa;display:block;overflow:hidden}
      
@media screen and (max-width: 1023px) {
	body {line-height:1.5;}
	#content { float: right; width: 98%;background-color: white;color: black;padding:1%}
	#leftcolumn { height:24px;background-color:#d60813;float: left; width: 100%; display: none;}
	.machine { float: left; width: 100%;}
	.machinist { float: left; width: 93%;padding:1.5%;margin:0.5%;border: 1px dotted silver;}
	.machine2 { float: left; width: 100%;} 
	#logo { margin-top:8px;height:81px;float: left; width: 100%; text-align: center;font-size:14px;} 
	#reklama { float: right; width: 729px; min-height:90px;text-align: left;display: none;} 
	#leftwrap { float: left; width: 100%; } 
	#rightbar { background: transparent;color: #000000;float: right; width: 16%; text-align: right;display: none;} 
	#leftbar { background: transparent;float: left; width: 16%; text-align: center;display: none;}
	a {margin-top:5%;margin-bottom:5%;}

	#menu-icon {
		
		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 1%;
		background: #fff;
		border: 3px solid #d60;
		left: 0px;
		top: 20px;
		width: 98%;
		border-radius: 0px 0 0px 0px;

	}

	nav li {

		text-align: center;
		width: 98%;
		padding: 1%;
		margin: 0;

	}

	nav:hover ul {
		display: block;
		top:20px;
		width:250px;
		z-index:567;
	}

        table thead {
          display: none;
        }

        table td {
          display: block;
          position: relative;
          padding-left: 50%;
          padding-top: 13px;
          padding-bottom: 13px;
          text-align: left;
          background: #e9e9e9;
        }

        table td:before {
          content: attr(data-th) " :";
          display: inline-block;
          color: #000000;
          background: #e9e9e9;
          border-right: 2px solid transparent;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 33%;
          max-height: 100%;

          font-size: 16px;
          font-weight: 300;
          padding-left: 13px;
          padding-top: 13px;
        }
      }
      
@media screen and (min-width:1024px) {
	nav {display:none}
	.hledej { display: none;}
	#content { float: right; width: 81%;background-color: white;color: black;}
	#leftcolumn { height:32px;background-color:#d60813;float: left; width: 100%; text-align:center;padding-top:5px;}
	.machine { float: left; width: 33%;}
	.machinist { float: left; width: 31%;padding:0.5%;margin:0.5%; border: 1px dotted silver;min-height:100px;}
	.machine2 { float: left; width: 24%;} 
	#logo { margin-top:8px;height:90px;float: left; width: 180px; text-align: center;font-size:14px;} 
	#reklama { float: right; width: 729px; min-height:90px;text-align: left;} #nadpis { height:36px;} 
	#leftwrap { float: left; width: 83%; } 
	#rightbar { background: transparent;color: #000000;float: right; width: 16%; text-align: right;} 
	#leftbar { background: transparent;float: left; width: 16%; text-align: center;}

	#headline {
            padding: 20px 5%;
          }
          
          .container {
	float:left;
            margin: auto;
           width: 100%;
          }

          #headline #blurb {
            float: left; 
            font-weight: 200;
            width: 50%;
            font-size: 18px;
            box-sizing: border-box;
            padding-right: 10px;
          }

          #headline br {
            clear: both;
          }

          #headline #register {
            float:right;
            padding: 20px;
            width: 50%;
            box-sizing: border-box;
            font-weight: 300;
          }
          
          #section1 #section2, #section3 {
            box-sizing: border-box;
            padding: 10px 20% 80px 20%;
          }
          
          #section1 h2, #section2 h2, #section3 h2  {
            margin-top: 0;
            font-size: 60px
          }
          
          #section1 ul {
            box-sizing: border-box;
            float: left;
            width: 50%;
            padding-right: 1em;
          }
          
          #section1 video {
            box-sizing: border-box;
            width: 50%;
            float: right;
          }

          #section1 br {
            clear: both;
          }
          
          #section2 div img {
            width: 30%;
            margin: 1%;
            box-sizing: border-box;
            border-radius: 50% 50%;
            box-shadow: black 0px 0px 5px;
          }
        }




	.container2 {float:left;width:100%;} 
	#footer {width: 100%; margin: 0 auto; background: transparent;clear: both; text-align: center; background-color: #eeeeee;}
	.hledej {padding:5px;text-align:center;width:95%}
	.containers { padding: 0; float: left; width: 100%; display:block; left:0px;font-size:14px;font-family:Arial, Helvetica;}
	#container3 {background-color:#dddddd;width: 100%;padding: 4px; clear: both; text-align: left;}
	#zdroj { background-color:#dddddd;padding:1%;float: right; float: right;border-radius:5px;
    border: 1px solid #777;} 
	#zdroj2 { background-color:#dddddd;display: inline;padding: 3px;float: right; width: 48%; text-align: left;} 
	#header,#footer {width: 100%; margin: 0 auto; background: transparent;clear: both; text-align: center; background-color: #eeeeee;} 
	/* general */ 
	p {margin: 0; padding: 10px;} 
	a {display: inline; color: #d60813; background: transparent;} 
	a:hover {text-indent: 0; color: red;} 
	a span {} a:hover span {display: inline;} 
	.blue {color:#00f}
	#nadpis { min-height:36px;} 
	#hladanie { margin: 10;float: right; width: 40%; } 
	.navigacia1 {margin-top:5px;margin-bottom:5px;padding:2px 0px 2px 5px;background-color:#00ffff;width:98%;border-radius: 5px;
    border: 1px solid #008888;}
	.navigacia2 {margin-top:5px;margin-bottom:5px;padding:2px 0px 2px 5px;background-color:#00ff36;width:98%;border-radius: 5px;
    border: 1px solid #008811;}
	.navigacia3 {margin-top:5px;margin-bottom:5px;padding:2px 0px 2px 5px;background-color:orange;width:98%;border-radius: 5px;
    border: 1px solid #aa3300;}
	.navigacia4 {margin-top:5px;margin-bottom:5px;padding:2px 0px 2px 5px;background-color:violet;width:98%;float:left;border-radius: 5px;
    border: 1px solid #4c0088;}
	.navigacia5 {padding:2px 0px 2px 5px;margin-top:5px;margin-bottom:5px;background-color:#ff9a9a;width:98%;float:left;border-radius: 5px;
    border: 1px solid #884444;}
	.navigacia6 {padding:2px 0px 2px 5px;margin-top:5px;margin-bottom:5px;background-color:#b9e5ef;width:98%;float:left;border-radius: 5px;
    border: 1px solid #778889;}
    .navigacia7 {padding:2px 0px 2px 5px;margin-top:5px;margin-bottom:5px;background-color:#009999;width:98%;float:left;border-radius: 5px;
    border: 1px solid #004444;}
	.navigacia7 a {color:#fff;}
	.navigacia1 a {text-decoration:none}
	.navigacia2 a {text-decoration:none}
	.navigacia3 a {text-decoration:none}
	
nav {
	position:absolute;
	float: left;
	padding: 0px;
	top:0px;	

}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #d60813 url(images/menu.png) center;

}

ul {
	width:100%;
	list-style: none;

}

li {
	width:98%;
	display: inline-block;
	float: left;
	padding: 1%

}

.netvertising {float:left;overflow-x:hidden;overflow-y:hidden;max-width:98%;width:98%;height:60px;overflow:hidden}