/* 
    Created on : 11.9.2014, 14:20:22
    Author     : Leoš Pastyřík
    email      : leos.pracovni@seznam.cz
*/

@font-face {
    font-family: 'CMU';
    src: url('../fonts/cmunobx.eot');
    src: url('../fonts/cmunobx.eot') format('embedded-opentype'),
         url('../fonts/cmunobx.woff2') format('woff2'),
         url('../fonts/cmunobx.woff') format('woff'),
         url('../fonts/cmunobx.ttf') format('truetype'),
         url('../fonts/cmunobx.svg#CMUConcreteBold') format('svg');
}

img.preview{
    width: 460px;
    height: 624px;
    margin-left: 75px;
    border: solid 1px #fff;
}

img.preview:hover{
    border: solid 1px #036f08;
}

body{
    margin: 0;
    padding:0;
    background: url('../images/pozadi.jpg') center 233px no-repeat;
	background-size: 100% 768px; 
    font-family: CMU;
}

body > main {
    margin:auto;
    width:983px; 
}

body > main > header {
    margin: auto;
    text-align: center;
    width: 983px;
}

main > header > a > img {
    margin-top:10px;
   
}

main > header > p {
   
    text-align: right;
    font-size: 14px;
    margin: 0px;
    margin-right: 100px;
    color: #036f08;
    font-weight: bold;
}

main > nav {
    width:100%;
    position:absolute;
    left: 0;
    top: 175px;
    height: 50px;
    background: #036f08;
    text-align: center;
}

nav > a {
   
    font-size: 32px;
    margin-right: 83px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    top: 2px;
    text-decoration: none;
}

nav > a:hover {
    text-decoration: underline;
}

nav > a:last-child {
    margin-right: 0px;
}

section {
    width: 983px;
    margin: auto;
    margin-top: 70px;
    font-size: 20px;
}

div#top {
    width:228px;
    background: #036f08;
    padding: 15px 25px;
    text-align: center;
    margin-left: 25px;
    margin-bottom: 10px;
    float:left;
} 

div#top h2 {
    
    margin:0px;
    padding:0px;
    color:#fff;
    font-size: 33px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

div.product {
    clear:both;
    
}

div.product span {
    background: #66fa3f;
    padding: 3px 3px 3px 3px;
    font-size:16px;
    margin-bottom: -20px;
    float:right;
    position: relative;
    top: -94px;
}

div.product span.old-price{
	background: white;
	color: red;
	font-size:12px;
	text-decoration: line-through;
	top: -85px;
}


div.product a{
    clear:both;
    
    display:block;
    width:228px;
    background: #fff;
    font-size:16px;
    color: #036f08;
    text-decoration: none;
    text-align: center;
    margin:0px;
    height: 24px;
}

div.product a:hover {
    background: #036f08;
    color: #fff;
    width: 226px;
    height: 22px;
    border: solid 1px #fff;
}

div.product a:hover div {
    position:absolute;
    display: inline-block;
    margin-left: 70px;
    padding: 5px 10px;
    border-radius: 10px;
    width: 250px;
    font-size:16px;
    text-align: left;
    border: solid 3px #036f08;
    background: #fff;
    color:#036f08;
    margin-top: -32px;
}

div.product > a > div{
    display:none;
}

div.content {
    width:616px;
    float:right;
    margin-right: 25px;
    background: #036f08;
}

div.content h1{
    margin-top:-7px;
    margin-bottom: -18px;
    
    padding: 0px;
    text-align: center;
    font-size: 82px;
    color: #fff;
}

div.content > div{
    width: 602px;
    min-height: 632px;
    margin: 2px 0px 2px 2px;
    float:left;
    font-size: 12px;
    padding: 5px;
    background: #fff;
}

input.reply-email{
    width:300px;
    border: solid 1px #036f08;
    padding:5px;
    
}

div.alert{
    padding: 5px;
    display: block;
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 10px;
    text-align: center;
}

div.success {
    background: #c4ffb4;
    border: solid 1px #036f08;
}

th{
    vertical-align: top;
}

textarea.reply-message{
    width: 540px;
    height: 200px;
    border: solid 1px #036f08;
}

body > footer {
    clear:both;
    background: #3f9144;
    height: 245px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
    float:left;
}

body > footer > div {
    width:983px;
    margin: auto;
}

div.obdelnik {
    margin-top:10px;
    width: 259px;
    height: 205px;
    background: #036f08;
    float:left;
    margin-right: 22px;
    margin-left:25px;
    text-align: center;
    color: #fff;
    padding:10px;
}

div.obdelnik h2 {
    margin:0 10px 0 0;
    padding:0;
    font-size: 22px;
}

div.obdelnik table {
    width: 259px;
}

div.obdelnik tr {
    line-height: 13px;
}

div.obdelnik th {
    text-align: left;
    width:100px;
    padding-left: 28px;
}

div.obdelnik td {
    text-align: center;
    width: 180px;
}

div.obdelnik > p > a {
    color:#fff;
    text-decoration: none;
    
}

div.obdelnik > p > a:hover, a.active {
    
    text-decoration: underline;
}

div.hidden{
    display:none;
}

div.order input{
   
    border: solid 1px #036f08;
    border-radius: 5px;
    padding: 5px;
}

div.order table{
   
    text-align: left;
}

div.order img{
    float:left;
}

div.order h2 {
    display:block;
    text-align:center;
    color: #036f08;
}

div.order p{
    clear:both;
}

div.order h3{
    float:left;
    margin-top: 15px;
    margin-left: 10px;
}

table.order-item{
    border-collapse: collapse;
    width:100%;
}

table.order-item th{
    border: solid 1px #000;
    width:20%;
}

table.order-item td{
    border: solid 1px #000;
    vertical-align: top;
}

div.obdelnik > a.tlacitko{
    width: 249px;
    background: #fff;
    color: #036f08;
    padding: 3px;
    position:relative;
    top: 8px;
    text-decoration: none;
}

div.obdelnik > a.tlacitko:hover{
    background:#036f08;
    color: #fff;
    
}

div.obdelnik p{
    width:229px;
    margin:0px;
    padding: 0px 10px;
    text-align: left;
}

div.obdelnik span {
    font-size: 41px;
    padding: 0px;
    position: relative;
    top: -10px;
}

div.obdelnik a.tlacitko2 {
    position:relative;
    top:10px;
}

footer h2.footer{
    display:block;
    clear:both;
    color: #036f08;
    font-size: 40px;
    margin-left: 25px;
    padding-top: 30px;
}

footer img{
    float:right;
    margin-bottom: 50px;
}


p.productsInfo {
	font-size: 12px;
	color:#ffff00;
}

h3.product-heading {
    margin: 0;
    color: white;
    font-size: 18px;
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-right: solid 1px white;
}

#top.actuality img
{
    width: 100%;
}

#top.actuality a{
    border: 0;
}

#top.actuality p
{
    color: white;
    padding: 0;
    font-size: 13px;
    text-align: justify;
}