@font-face {
	font-family: 'Myriad Pro';
	src: url('../font/myriadpro-bold-webfont.eot');
	src: local('☺'), url('../font/myriadpro-bold-webfont.woff') format('woff'), url('../font/myriadpro-bold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../font/myriadpro-regular-webfont.eot');
	src: local('☺'), url('../font/myriadpro-regular-webfont.woff') format('woff'), url('../font/myriadpro-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro Semibold';
	src: url('../font/myriadpro-semibold-webfont.eot');
	src: local('☺'), url('../font/myriadpro-semibold-webfont.woff') format('woff'), url('../font/myriadpro-semibold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



body {
    margin: 0px;
    /*background-color: rgb(252,250,225);*/
    /*background-color: rgb(246,228,151);*/
    font-family: 'Myriad Pro';
    color: rgb(252,250,225);
    /*background-image: url('../_img/bg_pattern.jpg');*/
    background-color: rgb(76,27,27);
    background-image: url('../_img/back.jpg');
    background-size: 1920px 1080px;
    background-repeat:no-repeat;
    background-attachment: fixed;
}



#wrapper {

    width: 960px;

    
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    /*background-color: rgb(76,27,27);*/
    background-color:rgb(0,0,0);
  
    background-color:rgba(0,0,0,0.7);
    
    padding-bottom: 50px;
    box-shadow: #000000 0 0 5px;
    border-radius: 0px 0px 10px 10px;

}


.obsah {
    width: 400px;
    border-right: 1px solid white;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.obsah h1 {
    margin-bottom: 0; padding-bottom: 0;
    font-size: 1.7em;
    
    padding-left: 0px;
}

.obsah h2 {
    margin-bottom: 0; padding-bottom: 0;
    padding-left: 0px;
    font-size: 1.2em;
    margin-top: 20px;
    /*clear: left;*/
}

 p {
    margin-top: 10px;
    text-align: justify;
    padding-left: 5px;
    font-size: 0.85em;
    color: rgb(246,228,151);
        line-height: 1.4em;
}

.obsah a {
    color: darkorange;
    text-decoration: none;
}

.obsah a:hover {

    text-decoration: underline;
}

.right a {
    color: darkorange;
    text-decoration: none;
}

.right a:hover {

    text-decoration: underline;
}

.left {
  float: left;
  padding-bottom: 15px;
  
}

.right {
    float: right;

}

h3 {
    margin-top: 20px;
    padding-left: 10px;

    font-size: 1em;
}

h3.h3Bez {

    margin-top: 20px;
    position: relative;
    left: 10px;

    
  
}

h4 {
    font-size: 0.9em;
    padding-left: 20px;
}


.pravaUvod {
    display: block;
    width: 500px;
    /*background-color: blue;*/
    padding-top: 30px;
}



#animace {
    display: block;
    margin-top: 10px;
    width: 500px;
    height: 320px;
}

#animace-3d {
    
}


.obrRight {
    margin-right: 12px;
}

.obrLeft {
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.obrazekRight {
    float: right;
    margin-left: 15px;
    margin-right: 5px;
}

.img3D {
    margin-left: 75px;
}

.imgPos {
    float: left;
    
}

#header {
    display: block;

    margin: 0px;

    width: 960px;
    margin-left: auto;
    margin-right: auto;

    height: 80px;
    /*border-bottom: rgb(185,18,27) 5px solid;*/
    /*background-color: rgb(76,27,27);*/

}



#main {
    display: block;

    width: 960px;
    padding: 0px;

    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
   
    
        border-top: 1px solid white;
    
    /*background-color: rgb(246,228,151);*/
}

#logo {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
    width: 296px;
    top: 29px;
}


div#nav {
        
	z-index: 1000;
	text-align: center;
        position: relative;
}


div#nav ul ul {
	display: none;
}


div#nav ul li:hover > ul {
	display: block;
      
}



div#nav ul {
	/*background: #efefef; */
        background: rgb(76,27,27);
	background: linear-gradient(top, rgb(246,228,151) 0%, rgb(76,27,27) 100%);  
	background: -moz-linear-gradient(top, rgb(246,228,151) 0%, rgb(76,27,27) 100%); 
	background: -o-linear-gradient(top, rgb(246,228,151) 0%, rgb(76,27,27) 100%); 
	background: -webkit-linear-gradient(top, rgb(246,228,151) 0%,rgb(76,27,27) 100%); 
	background: -ms-linear-gradient(top, rgb(246,228,151) 0%,rgb(76,27,27) 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;


}
div#nav ul:after {
	content: ""; clear: both; display: block;
}

div#nav ul li {
	float: left;


}
div#nav ul li:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}
div#nav ul li:hover a {
	color: #fff;
}
		
div#nav ul li a {
	display: block; padding: 15px 40px;
	color: #ddd; text-decoration: none;
}
			
		
div#nav ul ul {
	background: #5f6975;
        
        border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
        
}
div#nav ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a; position: relative;
}
div#nav ul ul li a {
	padding: 15px 40px;
	color: #fff;
}	
div#nav ul ul li a:hover {
	background: #4b545f;
}

		
div#nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

.imgLeft {
    float: left;
    margin-right: 20px;
    margin-left: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.imgRight {
    float: right;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 15px;
}

.wrapReady {
    float: right;
    padding-left: 15px;
    margin: 10px;  
}

.wrapReadyLeft {
    float: left;
    padding-right: 15px;
    margin: 10px;  
}

#slideshow {
    width: 500px;
    height: 375px;
    margin-top: 10px;
}

#slideshow img {
    position: absolute;
}

#slideshow img.invisible {
    display: none;
}

#slideshow img.visible {
    display: block;
}

#slideshowController  {
    
}

.controller {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: aliceblue;
    margin-top: 10px;
    margin-right: 5px;
    transition: 0.5s ease;
    cursor: pointer;
}

.controllerActive {
    background-color: rgb(185,18,27);
}

.controller:hover {
    background-color: rgb(246,228,151);
}

#footer {

    display: block;

    
    clear: both;
    width: 100%;

    font-size: 0.8em;
    text-align: center;
    position: relative;
    top: 15px;
    border-top: 1px solid white;
  
}

#footer p {
    padding-top: 8px;
    margin-bottom: 0px;
}

#footer a {
    color: rgb(252,250,225);
    text-decoration: none;
   
}

#footer a:hover {
    color: rgb(246,228,151);
}

#kalkulackaSamolepky {
    display: block;
    background-color: rgba(0,0,0,0.5);
    width: 220px;
    padding: 10px;
    border-radius: 10px;
    float: left;
}

#kalkulackaSamolepky h2 {
    font-size: 1.2em;
    display: block;
    background-color: rgb(76,27,27);
    color: white;
    
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

#kalkulackaSamolepky #spocitat {
    padding: 5px;
    background-color: rgb(246,228,151);
    margin-top: 10px;
    text-align: center;
    color: rgb(76,27,27);
    border-radius: 0px 0px 5px 5px;
}

#kalkulackaSamolepky #spocitat:hover {
    cursor: pointer;
    background-color: rgb(76,27,27);
    color: rgb(246,228,151);
}

#kalkulackaSamolepky table {
    width: 236px;;
    border: 0px;
}

#kalkulackaSamolepky table tr td:first-of-type {
    width: 67px;
}

#kalkulackaSamolepky table tr td:nth-of-type(2) {
    width: 38px;
}

#kalkulackaSamolepky table tr td:nth-of-type(3) {
    width: 117px;
}

#kalkulackaVysvetlivky {
    
    float: left;
    width: 240px;
    margin-left: 20px;
    
}

#kalkulackaVysvetlivky p {
    color: rgb(246,228,151);
    font-size: 0.9em;
    
}

#kalkulackaVysvetlivky h2 {
    font-size: 1.2em;
    color: rgb(252,250,225);
    margin-top: 0px;
}

.clearLeft {
    clear:left;
    padding-top: 10px;
}

table.ceny tr td {
    height: 50px;
}

table.ceny tr td:first-of-type {
    color: #dddddd;
    background-color: #444444;
    padding: 5px;
}

table.ceny tr td:nth-of-type(2) {
    color: white;
    background-color: #660000;
    font-size: 1.2em;
    padding: 5px;
}

.odkazVlevo img {
    margin-top: 0px;
    opacity: 0.6;
    transition: 0.6s ease-in-out;
}

.odkazVlevo:hover img {
    opacity: 1;
}

.odkazVlevo {
    display: block;
    width: 390px;
    height: 210px;
    transition: 0.6s ease-in-out;
}


.odkazVlevo:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
}

.odkazVlevo a div.odk2 {
    display: inline;
    position: relative;
    top: -200px;
    color: rgba(255,153,0,0.7);
    left: 75px;
    padding: 10px;
    
    transition: 0.6s ease-in-out;
    /*background-color: rgba(0,0,0,0.8);*/
    border-radius: 5px;
}

.odkazVlevo:hover a div.odk2 {
    font-size: 1.5em;
    color: rgba(255,153,0,1);
    /*background-color: rgba(0,0,0,1);*/
    text-decoration: underline;
}

.nabidkaWrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
    
}

.nabidka {
    float: left;
    width: 100px;
    text-align: center;
    opacity: 0.7;
    margin-right: 30px;
    height: 220px;
    transition: 0.2s ease-in-out;
    
}

.nabidka:hover {
    opacity: 1;
}

.nabidka a {
    font-size: 0.8em;
 

}

.pravaSwitch {
    width: 500px;
    
    
    overflow: auto;
}

.right  {
    display: block;
    float: left;
    padding-left: 25px;
}

.pravaObrazek {
   
    float: right;
}

.leftSwitch {
    float: left;
    width: 230px;
}

.toggleImages {
    display: block;
    float: left;
    position: relative;
    width: 200px;
    height: 400px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.toggleImages img {
    position: absolute;
}

@keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

@keyframes cf3FadeOutIn {
  0% {
  opacity:0;
}
45% {
opacity:0;
}
55% {
opacity:1;
}
100% {
opacity:1;
}
}

.toggleImages img#top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;    
}

.toggleImages img#bottom {
animation-name: cf3FadeOutIn;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;    
}

.tabulkaStolky {
    border-spacing: 0;
    border-collapse: collapse;
}

.tabulkaStolky tr td:nth-of-type(2) {
    padding-left: 15px;
}

.tabulkaStolky tr:not(:last-of-type) td {
    border-bottom: 1px solid #aaa;
}

.cenaStolky {
    margin-top: 15px;
    color: rgb(246,228,151);
}

.cenaStolek {
    display: block;
    font-size: 2em;
    background-color: #b92025;
    border-radius: 5px;
    text-align: center;
    padding: 7px;
    margin-top: 7px;
    color: white;
}

.galerie {
	width: 500px;
	margin-left: 0px;
	padding-top: 20px;	
}


.galerie a img {
	margin: 5px;
	padding: 2px;
	border: solid 2px #999;
	border-radius: 5px;	
}

.galerie a img:hover {
	border: solid 2px #F00;
}

.emphBar {
    background-color: #b92025;
    color: white;
    padding: 15px;
    width: 200px;
    float: right;
    margin-left: 20px;
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    border-radius: 5px;
    text-align: left;
    box-shadow: -5px 5px 5px black;
}

.emphBar img {
    float: left;
    margin: 5px;
  
}

.slides_container {
                width:500px;
                height:200px;
}
.slides_container div {
                width:500px;
                height:200px;
                display:block;
 }
 
 .rightBelow {
     padding-top: 30px;
     width: 480px;
 }
 
 .novinka {
     display: block;
     width: 480px;
     padding-left: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     background-color: rgba(0,0,0,0.8);
     overflow: auto;
     border-radius: 10px;
     margin-bottom: 30px;
 }
 
 .novinka h3 {
     display: block;
     border-bottom: 1px solid grey;
     font-size: 1.8em;
     font-style: italic;
     margin-bottom: 0px;
     margin-top: 0px;
     padding: 5px;
 }
 
 .novinka.contNov {
     float: left;
     
     display: block;
     width: 350px;
 }
 
.novinka p.date {
    display: block;
    float: right;
    background-color: #a00;
    margin-left: 150px;
     font-size: 0.8em;
     font-weight: bold;
     margin-bottom: 0px;
     padding: 1px 3px 1px 3px;
     border-radius: 2px;
     margin-top: 10px;
     color: white;
     font-weight: lighter;


 }
 
 .novinka div.novPopis  {
     clear: right;
     display: block;
     padding-top: 10px;
     padding-left: 105px;
    
 }
 
 .novinka img {
     margin-right: 10px;
 }
 
 
 
 /*
 .novinka p:not(:first-of-type) {
     padding-top: 0px;
 }
 */
 

 .novinka img {
     float: left;
    
     margin-top: 10px;
     padding-bottom: 10px;
 }
 
 .novinka a {
     float: right;
     padding: 5px 20px 5px 20px;
     border-radius: 15px;
     background-color: #a00;
     background: -moz-linear-gradient(top, #a00, #f00);
     color: white;
     position: relative;
     right: 10px;
     margin-bottom: 20px;
     margin-top: 10px;
     -moz-transition: 0.3s ease-in-out;
     
 }
 
 .novinka a:hover {
     text-decoration: none;
     background-color: white;
     background: -moz-linear-gradient(top, #888, #fff);
     color: black;
 }
 
 .stenaCena {
     display: block;
     float: left;
     width: 170px;
     /*background-color: rgba(255,255,255, 0.8);*/
     padding: 6px;
     /*color: white;*/
     text-shadow: 0px 0px 2px black;
     border-radius: 5px;
     margin-right: 15px;
     margin-bottom: 10px;
     
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */



     
 }
 
 .stenaCena h3 {
     margin: 0px;
     padding: 0px;
     padding-bottom: 5px;
     border-bottom: 1px solid black;
 }
 
 .stenaCena table tr td {
     padding-right: 10px;
 }
 
 .clearBoth {
     clear: both;
 }