/* CSS Document */
body{
font-family: 'Source Sans Pro', sans-serif;
color: rgb(153,154,154);
background-color: silver;
background-image: url(img/podklad.jpg);
}
strong{
color:rgb(241,112,69);
font-family: 'Oswald', sans-serif;
font-weight: 300;
}

i {
font-style: italic;
}

ul{
list-style: disc outside url();
margin-left: 20px;
list-style-type: square;

}
.fullpage{
width: 1280px;
margin: 0px auto;
}
.menubar{
height:50px;
width:1280px;
background-color: white;
color: red;
}
.hornipruh{
width: 1280px;
height: 600px;
//background-image: url(img/pozadi.jpg);
background: rgb(39, 59, 84);
background: -moz-linear-gradient(343deg, rgb(39, 59, 84) 30%, rgb(20, 25, 34) 70%);
background: -webkit-linear-gradient(343deg, rgb(39, 59, 84) 30%, rgb(20, 25, 34) 70%);
background: -o-linear-gradient(343deg, rgb(39, 59, 84) 30%, rgb(20, 25, 34) 70%);
background: -ms-linear-gradient(343deg, rgb(39, 59, 84) 30%, rgb(20, 25, 34) 70%);
background: linear-gradient(73deg, rgb(39, 59, 84) 30%, rgb(20, 25, 34) 70%);


background-repeat: no-repeat;
}

.hornipruh2{
width: 1280px;
height: 255px;
background-image: url(img/pozadi.jpg);
background-repeat: no-repeat;
}

 .nazev{
position: relative;
display: table-cell;
vertical-align: middle;
top: 0px;
left: 40px;
padding-left: 20px;
padding-right: 20px;
font-family: 'Oswald', sans-serif;
margin-left: 20px;
background-color:rgb(241,112,69);
font-size: 25px;;
height: 50px; 
color: white; 
//text-transform: uppercase;
 }

.menu{
position: relative;
width: 380px;
height: 40px;
padding-top: 10px;
text-align: right;
color: rgb(221,71,81);
font-family: 'Source Sans Pro', sans-serif;

font-size: 20px;
background-color: white;
display: block;
left: 70%;
top: -50px;

font-size: 24px;

}
.menu_selected_item{
cursor: pointer;
color: rgb(221,71,81);
}
.menu_item{
cursor: pointer;
color: rgb(153,154,154);
}

.menu a{
color: rgb(153,154,154);
}
.menu a:active{
color:red;
}
.menu a:hover{
 color: rgb(221,71,81);
}

.slogan{
width: 450px;
position: relative;
height:35px;
border: 0px solid white;
margin-left: 30px;
color: white;
text-align: left;
font-family: 'Oswald', sans-serif;
font-weight: 400;
font-size: 60px;
text-transform: uppercase;
line-height: 80px;
top: -440px;
background-image: url(img/stintext.png);
background-repeat: no-repeat;
//background-position: bottom;
}
.dolnicast{
 padding-top: 20px;
 background-color: white;

}
.dolnicast table td {
padding-left: 20px;
padding-right: 20px;
color: rgb(85,85,85);
line-height: 25px;
text-align: justify;
font-size: 15px;

}
.nadpistab{
color: rgb(241,112,69);
text-align: left;
font-family: 'Oswald', sans-serif;
font-weight: 400;
font-size: 40px;
text-transform: uppercase;
line-height: 50px;
top: 50px;
}

.nadpisprava{
 
 color: rgb(221,71,81);
 //font-family: 'Cardo', serif;
 font-family: 'Libre Baskerville', serif;
 font-size: 30px;
font-style: italic;
text-transform: lowercase;
 
}
.vitejte{
 color: rgb(221,71,81);
 //font-family: 'Cardo', serif;
 font-family: 'Libre Baskerville', serif;
 font-size: 30px;
font-style: italic;
padding-bottom: 30px;

}
.paticka{
color:white;
width: 1280px;
height: 40px;
background-color:white;
background-repeat: no-repeat;

}
.paticka table td{

padding-left:15px;
padding-right:15px;

font-size: 12px;
}
.popup {
position: relative;
//left: 50px;;
//top: 45px;
width: 1000px;
height: 500px;
background-color: white;
border:  1px solid black;
-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
border-radius: 5px;
padding:  20px;
overflow: auto;
float: none;

}
.krizek{
cursor:pointer;
background-color:silver;
color:white;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
width: 25px;
text-align: center;
font-weight: bold;
}