* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
body {
    max-width:320px; 
    height:auto;  
    background-color:#fff; 
    padding-top:95px;
    padding-left:0px;
    font:12px Verdana;
    margin: 0px auto;
}    
@media screen and (min-width: 900px) {
body {
    max-width:1210px; 
    height:auto;
    background-position: center;
    background-color:#000; /*dat na fff*/
    padding-top:95px; 
    font:12px Verdana;
    margin: 0px auto;
}    
}
/*============================== Header R ============================*/
header {
    box-sizing: border-box;
    height: auto;
    position: absolute;
    top: 0px;        
    background-color: #333;
    width: 320px;
    z-index:1000; 
    border-bottom:1px solid #0193c1;
    text-decoration: none;
    margin-top:0px;
}
header div a{
        color:#fff;    
}
header div a:hover{
        color:#fff;
}
header span a:hover{
        color:#174868;
        font-weight:bold;
}
/*============================== Header PC ============================*/
@media screen and (min-width: 900px) {
header {
    box-sizing: border-box;
    height: auto;
    position: fixed;
    top: 0px;        /*dat na 0*/
    background-color: #333;/*dat na 0193cl*/
    background-color: #404d48;
    width: 1210px;
    z-index:1000; 
    border-bottom:1px solid #0193c1;
    text-decoration: none;
    margin-top:0px;
}       
}
/*============================== Navigace R ============================*/
nav {
    display:none;
}
@media screen and (min-width: 900px) {
    nav {
        box-sizing: border-box;
        display:block;
        position:absolute;
        left:280px;
        top:35px;    
    }
    nav div {
        float: left;
        padding-top: 1px;
        margin-top:4px;        
        margin-left:10px;        
        font-size: 17px;
        text-align:center;
        width:100px;
        height: 23px;
        min-height:23px;
        box-shadow: 0px 0px 5px grey;
    }
    nav div a {
	color: #fff;
	text-decoration: none;        
    }
    nav div:hover { 
        color:#fff;
	background: #174868;
	box-shadow: 0px 0px 5px white;
    }
    nav div a:hover {
	color: #febf01;
	text-decoration: none;        
    }
    a {
	color: white;
	text-decoration: none;        
    }
}
/*============================== Logo a hlavicka ============================*/

.hlavickaR {
    box-sizing: border-box;
    width:320px; 
    height:auto;
    background-color:orangered;    
    background-color:#333;
    
    display:block;
    position:fixed;
}
.hlavickaPC {
    display:none;
}
.logoR {
    box-sizing: border-box;
    background-color:#333;
    min-width:320px; 
    height:auto;
    margin-top:-95px;
    margin-left:0px;
    padding:3px 0px 3px 0px;    
    border:0px solid red;
    display:block;    
}
.logoR .jmR {
    box-sizing: border-box;
    min-width:320px; 
    height:25px;
    margin-left:0px;    
    padding:3px 0px 3px 10px; 
    border:0px solid red;
    background-color:#333;
    background-color:#404d48;    
    font:18px DejaVu Sans Light;
    color:#ddd;
    display:block;    
}
.logoR .ispfotoR {
    box-sizing: border-box;
    min-width:320px; 
    height:40px; 
    padding:3px 0px 3px 10px; 
    margin-left:0px; 
    border:0px solid yellow;
    background-color:#333;
    background-color:#404d48;    
    font:24px DejaVu Sans Light;
    color:#ddd;    
    display:block;    
}
.logoPC div {
    display:none;    
}
.mottoR {
    width:320px;    
max-height:20px;
    color:#eaeaea; 
    font:9px DejaVu Sans Light; 
    margin-left:10px; 
    margin-top:0px;
    display:block;    
}
.mottoPC {
    display:none;    
}
.mottoR span {
 background-color:green;    
    float:left;    
    width:100px;
    margin-left:-30px;    
    font:9px DejaVu Sans Light;
    padding:0px 0px 0px 10px;;    
    display:block;    
}
/*.jmR {
    box-sizing: border-box;
    width:320px;
    height:35px;
    font:18px DejaVu Sans Light; 
    color:#ddd; 
    margin-left:20px; 
    padding-top:5px;
    background-color:red;
}
.ispfotoR {
    box-sizing: border-box;
    width:320px;
    height:35px;    
    font:30px DejaVu Sans Light; 
    color:#fff; 
    margin-left:20px; 
    padding-top:5px;
        background-color:#blue;
}*/
.ispfotoR a {
    color:#fff;
        text-decoration: none;
}
.ispfotoR a:hover{
    color:orangered;
        text-decoration: none;
}
.menuR {
    box-sizing: border-box; 
    max-width:320px; 
    height:20px; 
    margin-left:0px; 
    margin-top:-3px; 
    z-index:1000; 
    background-color:#616161;
    background-color:#546560;    
    display:block;
    position:fixed;
}
.menuPC {
    display:none
}
.kalk {
    width:320px; 
    height:30px; 
    margin-top:10px; 
    margin-left:10px; 
    padding-top:4px; 
    padding-left:10px; 
    font:16px DejaVu Sans Light; 
    color:white; 
    border-bottom: 1px solid #fff; 
    background-color: #414d48;
}
.udaje {
    margin-left:0px; 
    margin-top:0px; 
    padding:0px 0px 25px 0px;
}
@media screen and (min-width: 900px) {
.hlavickaPC {
    box-sizing: border-box;
    width:1210px; 
    height:auto; 
    background-color:#333;
    display:block;
}
.hlavickaR {
    display:none;
}
.logoPC div {
    box-sizing: border-box;
    background-color:#333;
    background-color:#404d48;    
    width:200px; 
    height:60px; 
    padding-top:15px; 
    float:left; 
    border:0px solid red;
    display:block;    
}
.logoR div {
    display:none;    
}
.mottoPC {
    box-sizing: border-box;
    width:1010px;
    float:left; 
    color:#eaeaea; 
    font:24px DejaVu Sans Light; 
    padding-left:120px; 
    margin-top:25px;
    background-color:#333;
    background-color:#404d48;    
    display:block;    
}
.mottoPC span {
    float:left;    
    width:110px;
    margin-left:130px;    
    font:13px DejaVu Sans Light;
    padding-top:10px;    
    display:block;    
}
.mottoR {
    display:none;    
}
.jm {
    font:18px DejaVu Sans Light; 
    color:#ddd; 
    margin-left:24px; 
    padding-top:5px; 
}
.ispfoto {
    font:30px DejaVu Sans Light; 
    color:#fff; 
    margin-left:55px; 
    padding-top:0px; 
}
.ispfoto a {
    color:#fff;
        text-decoration: none;
}
.ispfoto a:hover{
    color:orangered;
        text-decoration: none;
}
.menuPC {
    box-sizing: border-box;    
    width:1210px; 
    height:40px; 
    margin-top:-20px; 
    position:fixed; 
    z-index:1000; 
    background-color:#333;
    display:block;    
}
.menuR {
    display:none;
}
.kalk {
    width:1210px; 
    height:30px; 
    margin-top:20px; 
    margin-left:0px; 
    padding-top:4px; 
    padding-left:10px; 
    font:20px DejaVu Sans Light; 
    color:white; 
    border-bottom: 1px solid #fff; 
    background-color: #414d48;
}
.udaje {
    margin-left:380px; 
    margin-top:30px; 
    padding:0px 0px 25px 0px;
}
}


.prihlas {
    box-sizing: border-box;
    width:100%; 
    height:22px;
    background-color: #174868;
    float:right; 
    padding-left:10px; 
    padding-top:5px; 
    z-index:0;
}
.odhlas {
    float:left; 
    margin-left:10px; 
    padding-top:0px; 
    z-index:0;
}
.odhlas a {
    font-size:12px; 
    color:#cfc592; 
    margin-left:10px;
    text-decoration:none;
}


/*============================== Hamburger 1 Menu https://codemyui.com/hover-click-slideout-sidebar-navigation/============================*/
.hamburger {
  position: fixed;
  margin-top: -65px;
  margin-left: 280px; 
  z-index: 1000;
  cursor: pointer;
}
.line {
  width: 25px;
  height: 2px;
  background: #fff;
  margin-bottom: 3px;
}
.menu {
  width: 130px;
  height: 100%;
  background: #616161;
  background: #596560;  
  position: fixed;
  top: 0;
  z-index: 100;
  right: -180px;
  transition: right .5s;
}
.menu-item:first-child {
  margin-top: 87px;
}
.menu--open {
  right:0px;
}
.menu-item {
  color: #fff;
  width: 130px;
    background: #596560;
  padding: 1rem 4rem 0.5rem 2rem;
  box-sizing: border-box;
  font:14px DejaVu Sans Light;
}
.menu-item a{
  color: #fff;
  text-decoration:none;
}
.menu-item:hover {
  background: #2a2a2a;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
.hamburger {
        display:none;
    }
    .line {
        display:none;
    }
    .menu {
        display:none;
    }    
}
/*============================== Hamburger 2 Menu https://codemyui.com/hover-click-slideout-sidebar-navigation/============================*/
.hamburger2 {
  margin-top: 2px;
  margin-left: 2px; 
  z-index: 2;
  cursor: pointer;
}
.line2 {
  position:relative;  
  margin-top: 2px;
  margin-left: 0px;    
  width: 18px;
  height: 2px;
  background: #fff;
  margin-bottom: 3px;
}
.menu2 {
  width: 150px;
  height: 100%;
  background: #174868;
  position: fixed;
  top: 0;
  right: -150px;
  transition: right .1s;
}
@media screen and (min-width: 900px) {
    .hamburger2 {
        display:none;
    }
    .line2 {
        display:none;
    }
    .menu2 {
        display:none;
    }    
}
/*============================== Hamburger 3 Menu https://codemyui.com/hover-click-slideout-sidebar-navigation/============================*/

.hamburger3 {
  position: fixed;
  margin-top: 5px;
  margin-left: 0px; 
  z-index: 1000;
  cursor: pointer;
}
.line3 {
  position:relative;  
  margin-top: 2px;
  margin-left: 0px;    
  width: 13px;
  height: 2px;
  background: #721b1c;
  margin-bottom: 2px;
}
.menu3 {
  /*width: 130px;*/
  height: 100%;
  background: #616161;
  background: #566560;  
  position: fixed;
  top: 125px;
  z-index: 100;
  left: 120px;
  transition: right .1s;
}
.menu3-item:first-child {
  margin-top: 120px;
}
.menu3--open {
  right:0px;
}
.menu3-item {
  color: #fff;
  width: 150px;
  padding: 1rem 4rem 1rem 2rem;
  box-sizing: border-box;
  font:14px DejaVu Sans Light;
}
.menu3-item a{
  color: #fff;
  text-decoration:none;
}
.menu3-item:hover {
  background: #2a2a2a;
  cursor: pointer;
}


@media screen and (min-width: 900px) {
    .hamburger3 {
        display:none;
    }
    .line3 {
        display:none;
    }
    .menu3 {
        display:none;
    }    
}
/*============================== Přihlášení R ============================*/
.ilustr {
    background-color:#83948c;    
}
.prihlaseni {
    box-sizing: border-box;
    width:320px; 
    height:140px;
    min-height:140px;    
    padding-top:3px; 
    margin-left:0px; 
    margin-top:-10px; 
    padding-left:0px;
    background-color:#83948c;
    background-color:#83948c;
        
}
.prihlaseni_popis1 {
        color:#2e3632; 
        margin-left:60px;
        margin-top:5px;
        font:11px Verdana; 
}
.prihlaseni_popis2 {
        color:#2e3632; 
        margin-left:60px;
        margin-top:5px;
        font:11px Verdana; 
}
.prihlaseni_1 {
        box-sizing: border-box;
        width: 200px; 
        height:30px; 
        padding-left:10px;  
        margin-left:60px;
        background-color:#708379;
        background-color:white; 
            
}
.prihlaseni_2 {
        box-sizing: border-box;
        width: 200px; 
        height:30px; 
        margin-left:60px; 
        padding-left:10px; 
        margin-top:0px;
        background-color:#708379;
        background-color:white; 
            
}
.prihlaseni_3 {
        box-sizing: border-box;
        width: 100px; 
        height:30px; 
        margin-left:110px; 
        margin-top:5px;
        background-color:#708379;
        background-color:white;
            
}
.feedback {
    width:320px; 
    height:auto; 
    background-color:#414d48; 
    font:11px DejaVu Sans; 
    color:#ddd; 
    margin-top:-10px;  
    padding:10px 10px;
    display:block;
}
/*============================== Přihlášení PC============================*/
@media screen and (min-width: 900px) {
.prihlaseni {
        box-sizing: border-box;
        width:1210px; 
        height:65px;
        min-height:65px;
        padding:15px 0px 10px 0px; 
        margin-left:0px; 
        margin-top:21px; 
        padding-left:0px; 
        background-color:#333;
        background-color:#83948c;        
}
.prihlaseni_popis1 {
        color:#2e3632; 
        margin-left:210px; 
        font:11px Verdana; 
        float:left;
}
.prihlaseni_popis2 {
        color:#2e3632; 
        margin-left:30px; 
        font:11px Verdana; 
        float:left;
}
.prihlaseni_1 {
        width: 200px; 
        height:30px; 
        padding-left:10px;  
        margin-left:2.5%;
        margin-left:10px;
        background-color:#eaeaea; 
        float:left;
}
.prihlaseni_2 {
        width: 200px; 
        height:30px; 
        margin-left:0.83%; 
        padding-left:10px; 
        margin-top:0px; 
        background-color:#eaeaea; 
        float:left;
}
.prihlaseni_3 {
        width: 120px; 
        height:32px; 
        margin-left:3.5%;
        margin-left:30px;
        margin-top:0px; 
        background-color:#eaeaea; 
        float:left;
}
.klient {
    float:left; 
    font-size:12px; 
    color:#cdcdcd; 
    margin-top:-15px; 
    margin-left:5px;
    padding-left:95px;
    text-align:left;
    z-index:0;
    display:block;
}
.klientR { 
    display:none; 
}
.feedback {
    width:1210px; 
    height:auto; 
    background-color:#414d48; 
    font:15px DejaVu Sans; 
    color:#ddd; 
    margin-top:22px;
    margin-bottom:20px;
    padding:10px 20px;
    display:block;
}
}
/*============================== Přihlášení R============================*/
@media screen and (min-width: 320px) {
.klient {
display:none;
}
.klientR {
    text-align:right; 
    padding:2px 10px 0px 0px;
    font-size:12px; 
    color:#cdcdcd; 
    box-sizing: border-box; 
    min-width:320px; 
    height:20px; 
    margin-left:0px; 
    margin-top:0px; 
    z-index:10000; 
    background-color:#616161; 
    background-color:#586560; 
    display:block; 
    position:fixed;
}
}
/*============================== Figure R ============================*/
.okno_nadpis_is{
    box-sizing: border-box;
    width:320px; 
    height:23px;  
    padding-left:10px;
    padding-top:4px;    
    font:14px DejaVu Sans Light; 
    color:yellow; 
    border-bottom: 1px solid #fff; 
    background-color: #2a2a2a;
}
.okno_nadpis_is a{
    color: #fff;
    text-decoration:none;
}
.okno_nadpisR {
    box-sizing: border-box;
    display:block;
    width:320px; 
    height:auto; 
    padding-top:5px;
    padding-left:0px; 
    font:14px DejaVu Sans Light; 
    color:white; 
    border-bottom: 1px solid #000; 
    background-color: #2a2a2a;
    background-color: #414d48;
    background-color: #6c8077;    
}
.okno_nadpisPC p{ 
    width:320px; 
    height:20px; 
    padding:5px 0px 0px 10px; 
    color:#ddd; 
    }
.okno_nadpisPC p a{ 
    margin:0px 0px 0px 10px; 
    color:#ddd; 
    }    
.sv_pribehy {
    box-sizing: border-box;        
    min-width:320px; 
    height:auto; 
    background-color:#2a2a2a;
    background-color:#333;
    margin-top:-8px;        
    padding-top:0px; 
    border:0px solid black;
    }
.okno_nadpisR a{ 
    color: #fff;
    text-decoration:none;
}
.okno_nadpisR a:hover{ 
    /*background-color: #0193c1;*/
    background-color: #484848;
    color: orangered;    
}
/*.okno_nadpisR span{ 
    margin-left:5px; 
    color:#ddd; 
    font-size:12px;
}*/
.okno_nadpisPC{
    display:none;
}
figure {
    box-sizing: border-box;
    position: relative;
    min-width:320px;
    height: 106px;    
    overflow: hidden;
    background-size: cover;
    border:0px solid red;
    margin-top:-10px;
    margin-bottom:1px;
    left:0px;
}
figcaption {
    position: absolute;
    top: 0;
    padding-top:275px;
    padding-left:250px;    
    width: 320px;
    height: 106px;
    font: 15px DejaVu Sans Light;
    text-align: center;    
}
.odkaz_gal {
    display:none;
    width:100px; 
    height:200px; 
    position:relative; 
    left:0px; 
    top:-100px; 
    z-index:100; 
    opacity:0.5;
}
figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height:106px;
    transition: 0.5s ease-in-out;
}
figure img:first-of-type {
    clip-path: polygon(0 0%, 100% 0, 100% 50%, 0 50%);
    border:0px solid red;
}
figure img:last-of-type {
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}
    .footPC {
        display:none;        
    }
    .footR {
        display:none;
    }
/*============================== Figure PC ============================*/
@media screen and (min-width: 900px) {
    .okno_nadpis_is{
        box-sizing: border-box;
        width:1210px; 
        height:35px; 
        margin-top:2px; 
        padding-top:2px; 
        padding-left:10px; 
        font:18px DejaVu Sans Light; 
        color:white; 
        border-bottom: 1px solid #fff; 
        background-color: #303030;
    }
    .okno_nadpisPC{
        box-sizing: border-box;
        display:block;
        width:1210px; 
        height:auto;
        margin-top:-1px;
        padding-top:5px; 
        padding-left:10px; 
        font:20px DejaVu Sans Light; 
        color:white; 
        border-bottom: 3px solid #000; 
        background-color: #303030;
        background-color: #414d48;
        background-color: #6c8077;        
    }
    .okno_nadpisR {
        display:none;
    }
    .okno_nadpisPC p{ 
        width:1210px; 
        height:25px; 
        padding:5px 0px 0px 0px; 
        color:#ddd; 
    }    
    .okno_nadpisPC span{ 
        font:18px DejaVu Sans Light; 
        color:#ddd; 
    }
    .okno_nadpisPC a:hover{ 
        background-color: #0193c1;
        background-color: #484848;        
    }
    .sv_pribehy {
        width:100%; 
        height:auto; 
        background-color:#2a2a2a;
        background-color:#414d48;
        margin-top:23px;        
        padding-top:0px; 
        border:0px solid black;
        border-top: 0px solid red; 
    }    
    figure {
        position: relative;
        width:1210px;
        height: 400px;    
        overflow: hidden;
        background-size: cover;
        border:0px solid red;
        margin-top:21px; 
        margin-bottom:0px;        
        left:0px;
    }
    figcaption {
        position: absolute;
        top: 0;
        padding-top:275px;
        padding-left:250px;    
        width: 1210px;
        height: 400px;
        font: 15px DejaVu Sans Light;
        text-align: center;    
    }
    .odkaz_gal {
        width:100px; 
        height:200px; 
        position:relative; 
        left:0px; 
        top:-100px; 
        z-index:100; 
        opacity:0.5;
    }
    figure img {
        position: absolute;
        top: 0;
        left: 0;
        width: 1210px;
        height:400px;
        transition: 0.5s ease-in-out;
    }

    figure img:first-of-type {
        clip-path: polygon(0 0%, 100% 0, 100% 50%, 0 50%);
        border:0px solid red;
    }
    figure img:last-of-type {
        clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    }

    figure:hover img:first-of-type {
        transform: translateX(-100%);
    }
    figure:hover img:last-of-type {
        transform: translateX(100%);
    }
    .footPC {
        display:block;        
    }
    .footR {
        display:none;
    }
}
/*============================== Projekty R ============================*/
@media screen and (min-width: 320px) {
.pr_pc {
  display:none;        
    }
.pr_mobil {
  display:block;
  background-color: #414d48;
  box-sizing: border-box;  
  height:auto;    
    }    
.pr_sv_mobil {
  clear:left;
  box-sizing: border-box;
  display:block;    
  width:320px; 
  /*margin-top:-15px;*/ 
  padding:5px 0px 0px 5px; 
  height:auto; 
  border-bottom:1px solid #616161;
  /*background-color: red;*/  
  background-color: #414d48;
  color: #aaa;
}
.pr_sv_pc {
  display:none;    
}
.pr_table {
  width:320px; 
  height:800px; 
  margin-top:-6px; 
  font:12px DejaVu Sans Light; 
  color:#fff; 
  border-bottom: 1px solid #fff; 
  background-color:green;
  background-color: #414d48;  
}
/*.pr_sv_1 {
  width:10px; 
  float:left;  
}*/
.pr_sv_2 {/*projekt_id*/
  display:block;    
  width:45px; 
  float:left;
  background-color:green;
}
.pr_sv_2 a {
  color:#fff; 
  text-decoration:none;    
}
.pr_sv_2 a:hover {
  color:#174868;
  color:orangered;  
  text-decoration:none;    
}
.pr_sv_3 {/*lokace*/
  display:block;
  width:100px; 
  float:left;
  /*background-color:red;*/
}
.pr_sv_4 {/*datum*/
  display:block;
  width:60px; 
  float:left;
  /*background-color:orange;*/  
}
.pr_sv_5{/*poznamka*/
  display:block;
  width:300px;
  margin-bottom:3px;
  padding:0px 0px 0px 5px;
  float:left;
  /*background-color:blue;*/  
}
}
/*============================== Projekty PC ============================*/
@media screen and (min-width: 900px) {
.pr_pc {
  display:block;        
    }
.pr_mobil {
  display:none;        
    }    
.pr_table {
  width:100%; 
  height:800px; 
  margin-top:20px; 
  font:12px DejaVu Sans Light; 
  color:#fff; 
  border-bottom: 1px solid #fff; 
  /*background-color:green;*/  
}    
.pr_sv_pc {
    width:100%;
    margin-top:1px;
    box-sizing: border-box;
  display:block;     
  /*margin-top:-15px;*/ 
  padding:0px 0px 0px 10px; 
  height:140px; 
  border-bottom:1px solid #616161;
  background-color: red;  
  background-color: #414d48;
  color: #aaa;
}
.pr_sv_mobil {
  display:none;    
}
.pr_sv_2 {
  display:block;    
  width:45px; 
  float:left;
  background-color:green;
}
.pr_sv_2 a {
  color:#fff; 
  text-decoration:none;    
}
.pr_sv_2 a:hover {
  color:#174868;
  color:orangered;  
  text-decoration:none;    
}
.pr_sv_3 {
  display:block;    
  width:100px;     
}
.pr_sv_4 {
  display:block;    
  width:100px;
  padding-left:20px;
}
.pr_sv_5{
  display:block;  
  width:200px; 
  float:left;
  margin-left:50px;
  color: #aaa;  
}
}
/*============================== Uvodni ============================*/
/*Y uvítací text na uvodni_user svatby*/

.uv_user {
    width:320px; 
    height:auto; 
    margin-top:-5px; 
    background-color:#eaeaea; 
    z-index:1000;
}
#uv_text_sv {
        box-sizing: border-box;    
        width:320px; 
        height:auto; 
        color:#cc9900;
        padding:10px; 
        background-color:#eaeaea;   
        font-size:13px; 
        font-weight:bold;   
}
#uv_text {  
        float:left;
        height:23px; 
        padding-left:0px;
        padding-top:7px; 
        background-color:#fff; 
        border:0px solid yellow;
        margin-top:10px;  
        font-size:15px; 
        font-weight:bold; 
        color:#000;
}
/*Y*/
#info_sv {
        box-sizing: border-box;    
        width:320px; 
        height:auto; 
        padding:0px 10px 2px 10px; 
        font-size:12px; 
        font-weight:normal;       
}
.uvod {
    box-sizing: border-box;
    margin-top:0px; 
    padding-bottom:8px; 
    padding-top:0px;
}
.uvod a{
    color:#174868;    
}
.uvod a:hover {
    color:#cc9900;    
}
.video_r {
    display:block;    
    box-sizing: border-box;
    position:relative; 
    text-align:center;
    margin-left:0px;
    color:red; 
    width:320px; 
    background-color: #616161; 
    height:auto;
}
.video_pc {
    display:none;
}
.resp {
    box-sizing: border-box;    
    max-width:320px;
    max-height:180px;
}
@media screen and (min-width: 320px) {
.uvod_obr {
    width:100%; 
    height:auto;  
    background-color:#eaeaea;  
}
}
@media screen and (min-width: 900px) {
/*Y uvítací text na uvodni_user svatby*/

.uv_user {
    width:100%; 
    height:auto; 
    margin-top:15px; 
    background-color:#eaeaea; 
    z-index:1000;
}
#uv_text_sv {  
        width:1180px; 
        height:auto; 
        padding:15px;
        padding-top:10px;    
        font-size:22px;    
}    
/*Y uvítací text na uvodni_user*/
#uv_text {  
        float:left;
        height:23px; 
        padding-left:0px;
        padding-top:7px; 
        background-color:#fff; 
        border:0px solid yellow;
        margin-top:10px;  
        font-size:15px; 
        font-weight:bold; 
        color:#000;
}
/*Y*/
#info_sv {
        width:1190px; 
        font-size:15px;       
}

.uvod_obr { 
    width:100%; 
    height:auto;  
    background-color:#eaeaea; 
}
.uvod {
    box-sizing: border-box;
    margin-top:0px; 
    padding-bottom:8px; 
    padding-top:0px;
}
.uvod a{
    color:#174868;    
}
.uvod a:hover {
    color:#cc9900;    
}

.video_pc {
    display:block;    
    box-sizing: border-box;    
    position:relative; 
    text-align:center;  
    width:1210px;
    height:auto;
    background-color: #c9c6b7; 
    min-height:360px;
    margin-top:0px;
    background-color:#586560;
}

.video_r {
    display:none;
}

.resp {
    box-sizing: border-box;    
    width:640px;
    height:360px;
}
}
/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/



/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/
/*==================================================================== Náhledy R zacatek ======================================================================*/
/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/
@media screen and (min-width: 320px) {
    body {
    background-color:#000;         
}
.blok {
    display:none;
}

/*.celekR{ 
    width:320px; 
    height:auto; 
    margin-left:0px; 
    margin-top:0px; 
    background-color:#174868; 
    color:#2a3333; 
    font-size:10pt; 
    border-top:0px solid #fff;
    display:block;    
}
.celekPC{
    display:none;    
}*/
.nahledy_celek_vyberR { /*stredni blok s nahledy*/
    box-sizing: border-box;
    width:320px; 
    height:auto; 
    margin-top:0px; 
    margin-left:0px; 
    background-color:#2a2a2a;
    background-color:#596560;    
    float:left;
    color:#2a3333;    
    border:0px solid green;
    display:block;
}
.nahledy_celek_vyberPC { /*stredni blok s nahledy*/
    display:none;
}
.vyber_celekR {
    box-sizing: border-box;
    width:320px;
    height:420px; 
    min-height:420px;
    margin-left:0px;    
    margin-top:100px;  
    background-color:#596560; 
    color:#2a3333;
    display:block;
    position:fixed;
    z-index:100;
}
.nahledy_sortR{
    text-align:right; 
    box-sizing:border-box; 
    width:320px; 
    height:25px; 
    border:0px solid red; 
    margin-left:0px; 
    margin-top:-9px; 
    padding:5px 10px 3px 10px; 
    color:#fff;
    background-color:green;    
    background-color:#414d48;    
 
    display:block; 
    position:fixed;
}
.nahledy_sortPC{
    display:none;
}
.panel_katR {    
    max-width:240px; 
    min-height:350px;
    margin-top:0px;
    margin-left:0px;
    padding: 0px 0px 0px 5px;
    font-size: 12px;
    color:#fff;
    background-color: #2a2a2a;
    background-color: #586560;    
    overflow: hidden;
    text-decoration:none;
    display:block;
    position:fixed;
    position:absolute;    
}
.panel_katPC {
display:none
}
.nahledy_celekR {
    box-sizing: border-box;
    width:320px; 
    height:auto; 
    margin-top:10px; 
    margin-left:0px; 
    border:0px solid red;
    background-color:#174868;
    background-color:#596560;    
    color:#2a3333;    
}
.nahledy_celekPC { 
    display:none;
}
.celek_levyR {
    box-sizing: border-box;    
    width:320px; 
    height:640px;    
    margin-left:10px;
    /*margin-top:-100px; */   
    padding:5px 0px 0px 0px;
    background-color:#414d48;
    background-color:#596560;    
    display:block;
    float:left;    
    position:fixed;
    position:absolute;    
}
.celek_levyPC {    
    display:none;   
}
.leve_nahledy {
    width:225px; 
    margin-left:0px; 
    height:auto; 
    margin-top:0px;
    background-color:green;    
}
/*============================================ Akce ==========================================*/
#akce_is_all {
    display:none;
}
#akce_is_vyber {
    display:none;
    width:160px; 
    height:auto; 
    padding:10px 10px; 
    color:#fff; 
    background-color:#174868; 
    font:11px Verdana; 
    border:0px solid black; 
    float:left; 
    position:fixed; 
    margin-top:-40px; 
    margin-left:760px;
}
/*#akce_sv_allR {
    position:fixed;
    margin-top:0px;    
    margin-left:240px;
    width:70px; 
    height:auto;
    box-sizing: border-box;    
    padding:0px 0px 0px 0px;
    background-color: #414d48;    
    color:#fff;  
    font-family: Verdana; 
    display:block;  
}
#akce_sv_allPC {
    display:block;    
}*/
#akce_sv_all {
    box-sizing: border-box;    
    width:90px; 
    height:auto;
    padding:0px 50px 0px 5px;
    float:left;
    background-color:#2a2a2a;
    background-color: #586560;    
    color:#fff; 

    font-family: Verdana; 
    margin-top:5px;    
    margin-left:225px;    
    position:absolute;
    display:block;    
    /*position:absolute;    
    margin-top:-590px;
    margin-top:-656px;    
    margin-left:1010px;*/
}
#akce_sv_kategorie {
    box-sizing: border-box;    
    width:90px; 
    height:600px;
    padding:0px 50px 0px 5px;
    float:left;
    background-color: green;    
    background-color:#2a2a2a;
    background-color: #414d48;    
    background-color: #586560; 
    
    color:#fff; 

    font-family: Verdana; 
    margin-top:0px;    
    margin-left:225px;    
    position:fixed;
    position:absolute;    
    display:block;    
    /*position:absolute;    
    margin-top:-590px;
    margin-top:-656px;    
    margin-left:1010px;*/
}
.akce_vyber {
    box-sizing: border-box; 
    clear:left; 
    width:70px; 
    height:30px;
    margin-bottom:5px;
    padding: 0px 2px 10px 0px;
    background-color:#596560;
}
.akce_radio {
    /*width:30px; 
    height:30px; 
    clear:right; 
    padding:10px 0px 0px 10px; 
    margin-top:10px;*/
    box-sizing: border-box; 
    float:left; 
    width:30px; 
    height:30px;  
    padding:0px 0px 0px 8px; 
}
.akce_txt {
    box-sizing: border-box; 
    float:left; 
    width:38px; 
    height:30px; 
    margin-top:0px; 
    margin-left:0px; 
    padding: 10px 0px 10px 0px;
    font-size:11px; 
    font-weight:bold; 
    /*margin-left:15px; 
    margin-top:-30px;*/
    background-color:#596560;
}
.terc_radio {
    float:left; 
    width:15px; 
    height:30px; 
    margin-top:0px; 
    margin-left:0px; 
    padding:2px 0px 0px 2px; 
}
.akce_submit { 
    width:45px; 
    height:20px; 
    margin-left:0px; 
    margin-top:15px;
}
.akce_submit input { 
    width:45px; 
    height:20px; 
    text-align:center; 
    color:#fff; 
    background-color:#616161;
}
/*#akce_sv_vyberR {
    display:none;    
    width:110px; 
    height:auto;
    float:left;
    color:#fff; 
    border:0px solid #fff; 
    font-family: Verdana; 
    position:fixed; 
    margin-top:5px; 
    margin-left:0px;
}*/
.tisk10 {
    display:inline;
    margin-left:30px; 
    color:#eaeaea;
}
.tisk13 {
    display:inline;
    margin-left:30px; 
    color:#eaeaea;
}
.fav {
    display:inline;    
    margin-left:30px; 
    color:#eaeaea;
}
.tilleR {
    display:block;
    margin:-3px 2px 5px 10px; 
    max-width:72px; 
    height:auto;
    margin-top:3px;
    padding:2px 0px 0px 5px; 
    color:#fff;  
    background-color:#fff;
}
.tilleR a{
    color:#000;
    text-decoration:none;
}
.tilleR a:hover{
    color:red;
    background-color:yellow;    
}
.tillepc {
    display:none; 
}
.odkaz_zpet {
    float:right; 
    width:55px; 
    max-height:25px;     
    color:#fff; 
    margin-left:200px; 
    margin-top:95px;
}
.podklad_fotka_PC {
        width:318px; 
        height:auto; 
        margin-left:1px; 
        margin-top:1px; 
        border:0px solid #ddd;
        /*background-color:#414d48;*/        
}
.podklad_fotka_2_PC {/*těsně okolo náhledu*/
        width:320px; 
        height:auto; 
        margin-left:0px; 
        margin-top:0px;
        background-color:#585858;
        background-color:#414d48;        
}
.podklad_fotka_3_PC {/*horní řádek s fab a tiskem*/
        width:318px; 
        height:20px; 
        margin-top:0px; 
        background-color:#585858;
        background-color:#000;        
}
.podklad_fotka_3_PC input { /*input PC*/
    display:none;    
        width:15px; 
        height:15px; 
        float:left;      
}
.podklad_fotka_4_R {  /*input R*/  
        width:15px; 
        height:15px; 
        float:left;    
}
.podklad_fotka_5 {/*spodní řádek na úrovni č.souboru*/
    width:318px; 
    height:auto; 
    margin-top:0px; 
    margin-right:1px;
    /*color:#fff;
    color:green;    
    background-color:#585858;
    background-color:#000;*/    
}
.podklad_fotka_5 a {
    color:#fff;
    text-decoration:none;
}
.space {
    display:none;
    width:320px; 
    height:0px;
}
.terc10 {
    width:15px; 
    height:15px; 
    background-color:#2554da; 
    color:#fff; 
    font-size:9px; 
    text-align:center; 
    float:right; 
    margin-top:3px; 
    margin-right:5px;
    padding-top:3px;
}
.terc10 a{
    color:#fff;    
}
.terc13 {
    width:15px; 
    height:15px; 
    background-color:#158c00; 
    color:#fff; 
    font-size:9px; 
    text-align:center; 
    float:right; 
    margin-top:3px; 
    margin-right:3px;
    padding-top:3px;
}
.terc13 a{
    color:#fff;    
}
}
/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/
/*==========================================================================  Náhledy R konec  =============================================================================*/
/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/

/*==========================================================================================================================================================================*/
/*========================================================================== Náhledy PC zacatek ============================================================================*/
/*==========================================================================================================================================================================*/
@media screen and (min-width: 900px) {
.celekPC{ 
    box-sizing: border-box; 
    display:block;    
    width:1210px; 
    height:auto; 
    margin-left:0px; 
    margin-top:0px;
    background-color:red;    
    background-color:#000;
    background-color:#414d48;
    
    color:#2a3333; 
    font-size:10pt; 
    border-top:0px solid #fff;
}
.vyber_celekR{
    display:none;    
}
.nahledy_sortPC{  /*horni lista s vypisem */
    box-sizing: border-box; 
    width:1210px; 
    height:25px; 
    border:0px solid red; 
    margin-left:0px; 
    margin-top:20px; 
    padding:5px 0px 0px 10px; 
    color:#fff; 
    position:fixed; 
    background-color:#333;
    background-color:#414d48;
    display:block;    
}
.nahledy_sortR{
    display:none;    
}
.celek_levyPC {  /*cely levy blok s kategoriemi a akcemi*/
    box-sizing: border-box;
    display:block;
    width:440px; 
    height:2000px;    
    margin-left:0px;
    margin-top:-25px;    
    padding:5px 0px 0px 0px;
    background-color:#414d48;
    float:left;    
    position:absolute;
}
.celek_levyR {  /*cely levy blok s kategoriemi a akcemi*/
    display:none;
}
.nahledy_celekPC { /*cela stranka s nahledy, kategoriemi i akcemi*/
    box-sizing: border-box;
    width:1210px; 
    height:auto; 
    margin-top:70px; 
    margin-left:0px;
    background-color:#596560;    
    background-color:yellow;

    border:0px solid red;    
    color:#2a3333;    

    display:block;
}
.nahledy_celekR { 
    display:none;
}

.nahledy_celek_vyberPC { /*stredni blok s nahledy*/
    box-sizing: border-box;
    width:770px; 
    height:auto; 
    margin-top:-25px; 
    margin-left:440px; 
    background-color:#2a2a2a;
    background-color:#596560;    
    float:left;
    color:#2a3333;    
    border:0px solid green;
    display:block;
}
.nahledy_celek_vyberR { /*stredni blok s nahledy*/
    display:none;
}
.panel_katPC {     
    width:240px; 
    height:800px;
    float:left;    
    margin-top:0px;
    margin-left:0px;     
    display:block;
    padding: 0px 0px 0px 10px;
    font-size: 12px;
    color:#fff;
    background-color: #2a2a2a;    
    background-color: #424d48;    

    
    overflow: hidden;
    text-decoration:none;
    position:fixed;
}
.vyber_celekR {
    display:none;
}
.panel_katR {
display:none
}
.leve_nahledy {
    width:225px; 
    margin-left:0px; 
    height:6500px; 
    margin-top:0px;
    background-color: #ff0000;
}


.tillepc{
    box-sizing: border-box;
    display:inline;
    float:left; 
    margin-left:50px; 
    width:85px; 
    height:25px; 
    margin-right:0px; 
    padding:5px 0px 0px 10px; 
    color:#fff; 
    position:absolute; 
    background-color:#2a2a2a;
}
.tiller {
    display:none;
}
.odkaz_zpet {
    width:85px; 
    max-height:25px;    
    float:left; 
    color:#fff; 
    margin-left:1800px; 
    margin-top:-90px;
}
.podklad_nahledy {
    margin-top:30px;
}

/*============================================ Akce ==========================================*/
#akce_is_all {
    box-sizing: border-box;    
    width:200px; 
    height:2000px;
    padding:0px 50px 0px 50px;
    float:left;
    background-color:#2a2a2a;
    background-color: #586560;
    background-color: #414d48;
    color:#fff; 

    font-family: Verdana; 
    margin-top:25px;    
    margin-left:240px;    
    position:absolute;
    display:block; 
}
#akce_is_vyber {
    box-sizing: border-box;
    margin-top:40px; 
    margin-left:1050px;
    display:block;
    width:140px;
    max-width:140px;
    height:auto; 
    padding:5px 5px; 
    color:#fff; 
    background-color:#174868; 
    font:11px Verdana; 
    border:0px solid black; 
    position:fixed; 
}
#akce_sv_all {
    box-sizing: border-box;    
    width:200px; 
    height:2000px;
    padding:0px 50px 0px 50px;
    float:left;
    background-color:#2a2a2a;
    background-color: #586560;
    background-color: #414d48;
    color:#fff; 

    font-family: Verdana; 
    margin-top:25px;    
    margin-left:240px;    
    position:absolute;
    display:block;    
    /*position:absolute;    
    margin-top:-590px;
    margin-top:-656px;    
    margin-left:1010px;*/
}
#akce_sv_kategorie {
    box-sizing: border-box;    
    width:200px; 
    height:800px;
    padding:0px 50px 0px 50px;
    float:left;
    background-color: green;    
    background-color:#2a2a2a;
    background-color: #586560; 
    background-color: #414d48;    
    color:#fff; 

    font-family: Verdana; 
    margin-top:0px;    
    margin-left:240px;    
    position:absolute;
    display:block;    
    /*position:absolute;    
    margin-top:-590px;
    margin-top:-656px;    
    margin-left:1010px;*/
}
/*.akce_radio {
    width:30px; 
    height:30px; 
    clear:right; 
    padding:10px 0px 0px 10px; 
    margin-top:10px;
}
.akce_txt {
    float:right; 
    font-size:14px; 
    font-weight:bold; 
    margin-left:15px; 
    margin-top:-30px;
}*/
.akce_vyber {
    box-sizing: border-box; 
    clear:left; 
    width:120px; 
    height:30px;
    margin-left:0px;
    margin-bottom:5px;
    padding: 0px 2px 10px 0px;
    background-color:#596560;
    background-color:#424d48;
}
.akce_radio {
    /*width:30px; 
    height:30px; 
    clear:right; 
    padding:10px 0px 0px 10px; 
    margin-top:10px;*/
    box-sizing: border-box; 
    float:left; 
    width:30px; 
    height:30px; 
    margin-left:20px;    
    padding:0px 0px 0px 8px; 
}
.akce_txt {
    box-sizing: border-box; 
    float:left; 
    width:38px; 
    height:30px; 
    margin-top:0px; 
    margin-left:0px; 
    padding: 10px 0px 10px 0px;
    font-size:14px; 
    font-weight:bold; 
    /*margin-left:15px; 
    margin-top:-30px;*/
    background-color:#414d48;
}
.terc_radio {
    float:left; 
    width:15px; 
    height:30px; 
    margin-top:2px; 
    margin-left:2px; 
    padding:2px 0px 0px 2px; 
}
.akce_submit { 
    width:60px; 
    height:20px; 
    margin-left:15px; 
    margin-top:15px;
}
.akce_submit input { 
    width:60px; 
    height:20px; 
    text-align:center; 
    color:#fff; 
    background-color:#616161;
}
#akce_sv_allR {
    display:none;    
}
.tisk10 {
    display:none;
}
.tisk13 {
    display:none;
}
.fav {
    display:none;
}
.podklad_fotka_PC {
    float:left;
    width:124px; 
    height:166px; 
    margin-left:4px; 
    margin-top:5px; 
    border:1px solid #aaa;               
}
.podklad_fotka_2_PC {
        background-color:#333;    
        width:122px; 
        height:135px; 
        margin-left:0px; 
        margin-top:0px;      
}
.podklad_fotka_3_PC {
        display:block;    
        width:122px; 
        height:20px; 
        margin-top:0px; 
        background-color:#585858;      
}
.podklad_fotka_3_PC input {
        display:block;
        width:15px; 
        height:15px; 
        float:left;      
}
.podklad_fotka_4_R { 
        display:none;        
}
.podklad_fotka_5 {
    width:122px; 
    height:auto; 
    margin-top:3px; 
    margin-right:3px; 
    float:left
} 
}
/*==========================================================================================================================================================================*/
/*====================================================================== Náhledy PC konec ==================================================================================*/
/*==========================================================================================================================================================================*/








/*============================== Accordion R ============================*/
.accordion {
    cursor: pointer;
    text-align: left;
    outline: none;
    font-size: 12px;
    transition: 0.4s;
    width:317px; 
    height:20px; 
    padding:5px 0px 0px 3px; 
    color:#fff;  
    background-color:#0193c1;
}
.active, .accordion:hover {
    font-size: 12px;
    background-color: #ccc;
    color:#771c1e;    
}
.panelR {     
    width:225px; 
    height:auto; 
    margin-top:0px;
    display:block;
    padding: 5px 0px 0px 0px;
    font-size: 12px;
    color:#fff;
    background-color: #2a2a2a;
    background-color: #586560;    
    overflow: hidden;
    text-decoration:none;
    position:fixed;
}
.panel_nahled {
    display: none;        
}
/*============================== Accordion PC ============================*/
/*@media screen and (min-width: 900px) {
.accordion {
    display: none;
}
.active, .accordion:hover {
    display: none;    
}
.panel {    
    float: left;
    width:255px; 
    height:auto;
    margin-top:25px;    
}

}*/

/*============================== Kategorie ============================*/

.kategorie {
    display: block;    
}
.menu_nahledy {
        width:218px; 
        max-width:218px;
        height:23px;
        min-height:23px;
        padding:3px 10px; 
        margin-top:1px;
        float:left;
        background-color:#fff;
        color:#000;
}
.menu_nahledy input {
        width:10px; 
        height:10px; 
        margin-top:0px; 
        margin-left:5px; 
        background-color:#cdbeb6; 
        border:2px solid #707070;
        float:left;
}
.pocet_fotek {
        width:30px; 
        height:15px; 
        float:left; 
        text-align:right;
}
.menu_nahledy a {
        color:#000;
        background-color:#fff;
        text-decoration:none;
}

.menu_nahledy a:hover {
        color:red;
        background-color:yellow;
        /*font-weight:bold;*/
} 
/*============================== Kategorie PC============================*/
@media screen and (min-width: 900px) {
    
.kategorie {
        box-sizing: border-box;
        display:block;
        float:left;
        width:235px; 
        height:auto; 
        padding-left:-20px; 
        padding-bottom:10px;
        color:black; 
        background-color: #174868;
        font: 11px Verdana;       
        margin-top:30px;    
}
.oddelovac {
        height:7px;
}
.kolonka_nahled {
        width:120px; 
        height:15px;
        margin-top:3px;
        background-color:#000;
        font-size:11px;
        color:#000;
        border:0px solid green;
        z-index:1000;
}
.kolonka {
        box-sizing: border-box;
        width:218px; 
        max-width:218px;
        height:15px;
        min-height:15px;
        padding:3px 10px; 
        margin-top:3px; 
        background-color:#fff;
}
.kolonka a {
        color:#000;
        background-color:#fff;
}
.kolonka a:hover {
        color:red;
        background-color:yellow;
        /*font-weight:bold;*/
}
.menu_nahledy {
        width:218px; 
        max-width:218px;
        height:23px;
        min-height:23px;
        padding:3px 10px; 
        margin-top:1px;
        margin-left:10px;
        float:left;
        background-color:#fff;
}
.menu_nahledy a {
        color:#000;
        background-color:#fff;
}
.menu_nahledy a:hover {
        color:red;
        background-color:yellow;
        /*font-weight:bold;*/
}
}
/*=======================================================================================================*/
/*=======================================================================================================*/
/*=========================================R E S P O N Z I V N I=========================================*/
/*=======================================================================================================*/
/*=======================================================================================================*/



/*==========================================================================================================================================================================*/
/*====================================================================== Náhled R zacatek ===================================================================================*/
/*==========================================================================================================================================================================*/
@media screen and (min-width: 320px) {
#mobil {
    display: block;        
    }
/*#pocitac {
    display: none;        
    }*/   
#mobil .nahled_celek_r .nahled_r .nahled_obr .nahled_lista {    
    display: block;       
}
.nahled_celek {
    box-sizing: border-box;        
    width:320px; 
    height:auto;
    margin-top:30px;
    background-color:#596560;
    border:0px solid red;    
}
/*.nahled_celek_pc {    
    display: none;       
}
.nahled_pc {
    display:none;
}*/
.nahled_r {
    box-sizing: border-box;   
    width:320px; 
    height:auto;
    padding:0px 0px;
    background-color:#414d48;
    border:0px solid red;
    margin-top:-8px;
    margin-left:0px;    
}
.nahled_obr_r {
    display:block;    
    box-sizing: border-box;    
    background-color:#11354d;
    width:320px; 
    height:auto; 
    margin-left:0px; 
    margin-top:0px;
}
.nahled_obr_pc {
    display:none;
}
.nahled_lista_r {
    box-sizing: border-box; 
    display:block;
    width:320px; 
    height:35px; 
    margin-left:0px; 
    margin-top:0px; 
    color:orange; 
    font-size:12px; 
    padding-top:7px; 
    margin-bottom:0px; 
    background-color:#333;
}
.nav_page {
   display:block; 
   box-sizing: border-box; 
   width:320px; 
   max-width:320px; 
   height:40px; 
   margin-top:-7px;  
   color:#eaeaea; 
   background-color:#414d48; 
   border-bottom: 0px solid #fff; 
   position:fixed; 
   text-align:center; 
   padding-top:6px;
}
.legenda_page {
   display:none; 
}
.nahled_lista_pc { 
    display:none;
}
#nahled_big_r {
    box-sizing: border-box;    
    display:block;
    width:320px; 
    height:30px; 
    margin-left:0px; 
    margin-top:0px; 
    color:orange; 
    font-size:12px; 
    padding-top:7px; 
    margin-bottom:0px; 
    background-color:#333;
}
#nahled_big_img_r {
    box-sizing: border-box;
    display:block;
    width:310px;
    height:auto;
    padding-left:0px;
    margin-top:10px; 
    margin-left:5px; 
    border:0px solid yellow;    
}

.easyzoom easyzoom--overlay easyzoom--with-toggle easyzoom{
    display:block;    
}
/*#nahled_big_img {
    display:none;    
}

.zoom {
    box-sizing:border-box;
    display:block;
    margin-left:30px; 
    margin-top:60px;    
}*/

.strankovani_pc {
    display:none;
}
.page {
    box-sizing:border-box;
    display:block; 
    width:320px;
    margin-left:0px;
    margin:0px 0px 15px 0px;    
    height:25px; 
    padding-top:5px; 
    background-color:#586560; 
    color:#eaeaea;
    border:0px solid yellow;
    font-size:12px;    
}
.obr {
    color:#eaeaea;    
    float:left; 
    margin-left:60px;
    font-size:10px;    
}
.page a{
   color:#eaeaea;
   text-decoration:none;
}
.page a:hover{
   color:#fff;
}
.nav_page a{
   color:#eaeaea;
   text-decoration:none;
}
.nav_page a:hover{
   color:#fff;
}
/*.akce_r {
    box-sizing: border-box;
    display:block;
    width:320px;
    height:auto;
    border:0px solid red;
    background-color:#333;
    padding-top:0px;
    color:#eaeaea;
    margin-top:50px;
    padding-bottom:20px;
}*/
.akce_pc {
    display:none;
    box-sizing: border-box;
    width:255px;
    height:auto;
    border:1px solid orange;
    background-color:#333;
    padding-top:0px;
    color:#eaeaea;
    margin-top:450px;
    padding-bottom:20px;
}
.tisk_r {
    box-sizing: border-box;
    display:block;    
    width:320px;
    height:1200px;
    background-color:#eaeaea;
}
.tisk_pc {
    display:none;    
}
}
/*==========================================================================================================================================================================*/
/*======================================================================  Náhled R konec  ==================================================================================*/
/*================================================================================================================================================================ =========*/



/*==========================================================================================================================================================================*/
/*====================================================================== Náhled PC zacatek =================================================================================*/
/*==========================================================================================================================================================================*/

@media screen and (min-width: 900px) {
#pocitac {
    display: block;        
    }   
/*#mobil {
    display: none;        
    }*/    
.nahled_celek {
    box-sizing: border-box;    
    display: block;    
    width:1210px; 
    height:auto;
    margin-top:81px;
    background-color:#174868;
    border:0px solid red;    
}

.nav_page {
   display:block; 
   box-sizing: border-box; 
   width:1210px; 
   max-width:1210px; 
   height:30px; 
   margin-top:20px; 
   border-top:0px solid #fff; 
   color:#eaeaea; 
   background-color:#414d48; 
   border-bottom: 0px solid #fff; 
   position:fixed; 
   text-align:center; 
   padding-top:6px;
}
.legenda_page {
   display:block;
   position:fixed; 
   width:1210px; 
   height:30px; 
   box-sizing:border-box; 
   margin-top:50px; 
   background-color:#414d48; 
   color:white; 
   padding-top:6px; 
   text-align:center; 
   padding-left:120px; 
   margin-bottom:2px; 
   border-top:1px solid #586560;    
}
}
.panel_nahled {
    box-sizing: border-box;    
    display: block;    
    float: left;
    max-width:255px; 
    height:auto;
    margin-top:20px;
    margin-left:0px;
    padding-top:10px;    
    background-color:#414d48;    
    background-color:#174868;
    background-color:#596560;    
}
.nahled_pc {/**/
    box-sizing: border-box;
    display:block;    
    float:left;
    width:955px; 
    height:auto;
    background-color:#11354d;
    background-color:#414d48;    
    border:0px solid red;
    margin-top:20px;
    margin-left:0px;
}
.nahled_obr_pc {/**/
    display:block;    
    float:left;
    background-color:#11354d;
    background-color:#414d48;    
    width:955px; 
    height:auto; 
}
.nahled_obr_r {/**/
    display:none;
}
.nahled_lista_pc {
    box-sizing: border-box;    
    float:left;    
    display:block;
    height:35px;
    min-height:35px;     
    color:orange; 
    font-size:12px; 
    padding-top:7px;  
    background-color:#333;
    background-color:#414d48;  
}
.nahled_lista_r {   
    display:none;
}
#nahled_big_img {
    float:left;    
    display:block;
    width:auto;
    height:auto;
    margin-left:0px;
    background-color:#11ff4d;
    background-color:#414d48;    
}
.nahled_r {
    display:none;
}
#nahled_big_r {
    display:none;
}
#nahled_big_img_r {
    display:none;
}
.easyzoom easyzoom--overlay easyzoom--with-toggle easyzoom{
    display:block;    
}
.obr {
    display:none;
}
.strankovani_pc {
    display:block;
}
.page {
    clear:left;
    box-sizing: border-box;
    display:block; 
    width:955px;
    margin-left:0px; 
    height:25px; 
    padding-top:5px; 
    background-color:#586560; 
    color:#eaeaea;
    border:0px solid yellow;
}
.page a{
   color:#eaeaea;
   text-decoration:none;
}
.page a:hover{
   color:#fff;
}
.akce_pc{
    box-sizing: border-box;
    display:block;
    width:255px;
    height:auto;
    border:1px solid orange;
    background-color:#333;
    padding-top:0px;
    color:#eaeaea;
    margin-top:510px;
    padding-bottom:20px;    
}
.akce_r{
    display:none;    
}
.tisk_pc {
    box-sizing: border-box;
    display:block;    
    width:1210px;
    height:1200px;
    background-color:#eaeaea;
}
.tisk_r {
    display:none;    
}

/*==========================================================================================================================================================================*/
/*====================================================================== Náhled PC konec  ==================================================== =============================*/
/*==========================================================================================================================================================================*/





/*============================================================================*/    
/*============================== Desktop verze PC ============================*/
/*============================================================================*/




/*============================================ Prodeje ==========================================*/
@media screen and (min-width: 320px) {   
.prodeje_nadpis_pc {
   display:none;
   position:fixed; 
   width:1210px; 
   height:30px; 
   box-sizing:border-box; 
   margin-top:50px; 
   background-color:#414d48; 
   color:white; 
   padding-top:6px; 
   text-align:center; 
   padding-left:120px; 
   margin-bottom:2px; 
   border-top:1px solid #586560;     
}
.prodeje_nav_r {
   display:block; 
}
.prodeje_nav_pc {
   display:none;    
}    
.prodeje_celek_r {
    display:block;    
     width:320px; 
     height:auto; 
     margin-top:0px;
     margin-left:0px;
     background-color:#596560;     
}
.prodeje_celek_pc {
      display:block;    
     width:320px; 
     height:auto; 
     margin-top:35px;
     margin-left:0px;     
    background-color:#414d48;
    text-decoration:none;
}
.vypis_pic_mob  {
    display:block;
    font-size: 11px;
    color: #eaeaea;
    text-align:left;
    clear:left; 
    width:320px; 
    max-width:320px; 
    height:auto; 
    padding-left:20px;
    margin:0px 0px 50px 0px; 
    background-color:#414d48;
}
.vypis_pic_pc  {
    display:none;
}
.vypis_pic_mob a {
        color: #fff;
}
.vypis_pic_mob a:hover {
        color: #ff6600;
        font-weight:bold;
        background-color:yellow;
}

/*.vypis_pic_mob  {
    display:block;
    font-size: 11px;
    color: #fff;
    text-align:left;
    clear:left; 
    width:320px; 
    max-width:320px; 
    height:auto;
    padding-left:20px;
    margin:2px 0px 20px 0px;

   border-top:1px solid #58aa60;
}*/
.vypis_nahledy  {
    display:block;
    font-size: 11px;
    color: #fff;
    text-align:left;
    clear:left; 
    width:320px; 
    max-width:320px; 
    height:auto; 
    padding-left:00px;
    margin:2px 0px 0px 0px; 
    margin-top:0px;
    border-top:0px solid #586560;    
}
.vypis_nahledy .resp {
    display:block;
    min-width:320px; 
    height:120px;
    box-sizing: border-box; 
    margin-top: 0px; 
    padding-left:10px; 
    margin-bottom: 0px; 
    border-top: 1px solid #a3afaa;
}
.vypis_nahledy .resp .data {
    float:left;
    display:block;
    width:130px; 
    height:120px;
    box-sizing: border-box; 
    margin-top: 0px; 
    padding-left:10px; 
    margin-bottom: 0px; 
}
.vypis_nahledy .thumb {
    display:block;
    width:160px;
    padding-left:0px;    
    box-sizing: border-box;
    float:left;
}
.vypis_nahledy a {
        color: #ddd;
}
.vypis_nahledy a:hover {
        color: #ff6600;
        font-weight:bold;
        background-color:yellow;
}
.vypis_nahledy .pc {
    display:none; 
}
}
@media screen and (min-width: 900px) {  
.prodeje_nadpis_pc {
   display:block;
   position:fixed; 
   width:1210px; 
   height:30px; 
   box-sizing:border-box; 
   margin-top:50px; 
   background-color:#414d48; 
   color:white; 
   padding-top:6px; 
   text-align:center; 
   padding-left:120px; 
   margin-bottom:2px; 
   border-top:1px solid #586560;     
}
.prodeje_nav_pc {/*zruseno, nahrazeno v radku*/
   display:block; 
}
.prodeje_nav_r {
   display:none;    
}
.prodeje_celek_pc {
   display:block;    
     width:1210px; 
     height:auto; 
     margin-top:80px;
     margin-left:0px;
    background-color:#414d48;
}
.prodeje_celek_r {
   display:none;    
}
.vypis_nahledy  {
    display:block;
    font-size: 11px;
    color: #eaeaea;
    text-align:left;
    clear:left; 
    width:1210px; 
    max-width:1210px; 
    /*height:auto;*/ 
 
    margin-top:0px;
}
.vypis_nahledy .pc {
    display:block;
    clear:left; 
    text-align:center; 
    margin-top:1px;
    padding-left:250px;
    color:#fff;
    border-top: 1px solid #5a6963;
}
.vypis_nahledy a {
        color: #fff;
}
.vypis_nahledy a:hover {
        color: #ff6600;
        font-weight:bold;
        background-color:yellow;
}
.vypis_nahledy .resp {
    display:none;
}
.vypis_nahledy .thumb {
    display:none;
}
.vypis_pic_mob {
    display:none;
}
.vypis_pic_pc  {
    display:block;
    font-size: 11px;
    color: #eaeaea;
    text-align:left;
    padding-left:0px;     
    width:1210px; 
    max-width:1210px; 
    height:600px;
    min-height:770px;
    background-color:#414d48;
    margin-top:20px;
}
.vypis_pic_pc a {
        color: #fff;
}
.vypis_pic_pc a:hover {
        color: #ff6600;
        font-weight:bold;
        background-color:yellow;
}
.vypis_r  {
    display:none;
}
.prodeje_nadpis a{
   color:#a3afaa;     
}

}
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
/*********************************************  ADMINISTRACE  *****************************************************/
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
@media screen and (min-width: 320px) {
.new_prodej {
    width:320px; 
    height:auto; 
    margin-top:1px;
background-color:#ebebeb;
}
.prodej_form { 
    box-sizing: border-box;
    display:block; 
    margin-top:25px;
    width:320px;
    margin-left: 0px;
    padding-left: 80px;
    padding-top: 5px;    
    border:1px solid #faf;
    background-color: #cacaca;   
}    
.navstevy_R {
    box-sizing: border-box;
    width:320px; 
    height:auto;
    margin-top:0px;
    background-color:#eaeaea; 
    padding-top:0px; 
    border:0px solid black;
    display:block;
    }
.navstevy p{
    margin-top:10px; 
    padding:15px 0px 0px 10px; 
    font:16px DejaVu Sans Light; 
    color:#174868;
    }
.navstevy p a{ 
    color:#174868;
    }     
.navstevy p a:hover{ 
    color:orangered;
    }
.tabR {
    width:320px; 
    height:auto;    
    background-color:#eaeaea;    
    margin-top:80px;
    display:block;        
    }
.tabR div{
    width:320px; 
    height:auto;
    margin-left:10px;    
    background-color:#eaeaea;    
    display:block;        
    }    
.tabPC {
    display:none;        
    }
.navstevyPC {
    display:none;
    }
}
@media screen and (min-width: 900px) {
.new_prodej {
    width:1210px; 
    height:auto; 
    margin-top:1px;
    background-color:#ebebeb;
    }
.prodej_form {
    box-sizing: border-box;    
    display:block; 
    margin:auto; 
    margin-top:25px; 
    width:320px; 
    padding-left: 90px;
    padding-top: 5px;
    border:1px solid #ffa;
    background-color: #cacaca;
    }
.navstevyPC {
    width:100%; 
    height:auto;
    margin-top:80px;
    background-color:#eaeaea; 
    padding-top:0px; 
    border:0px solid black;
    display:block;
    }
.navstevy p{
    margin-top:10px; 
    padding:15px 0px 0px 10px; 
    font:18px DejaVu Sans Light; 
    color:#174868;
    }
.navstevy p a{ 
    color:#174868;
    }    
.navstevy p a:hover{ 
    color:orangered;
    }
    
.tabR {
    display:none;        
    }
.tabPC {
    margin-top:80px;
    display:block;        
    }
}    

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
/*********************************************  PICTURE  *****************************************************/
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
@media screen and (min-width: 320px) {
.podklad { 
        width:320px;
        height: 1210px;        
        margin-top:0px;        
        padding-top:1px;
        color:white;
        background-color: #000;    
}
.podklad_picture_mob { 
        max-width:320px;
        height: auto;        
        margin-left:-20px; 
        margin-top:0px;        
        padding-top:1px;
        color:white;
        background-color: #1c2127; 
}
.podklad_picture_pc { 
        display:none; 
}
.podklad_picture_mob_img {
        width:320px;
        max-width:320px; 
        box-sizing: border-box; 
        height:auto;
        margin-left:0px;
}       
.podklad_data_mob {
        display:block;    
        width:320px; 
        height:350px;
        
        box-sizing: border-box;  
        color:#bababa;
        font-size:13px;
        border: 1px solid #333; 
        text-align: left;  
        background-color:#1c2127; 
        margin-left:-20px; 
        margin-top:0px;
        padding-top:20px;        
        padding-left:10px;
}
.podklad_data_pc {
        display:none;    
}
}
@media screen and (min-width: 900px) {
.podklad {  
        width:1210px;
        height: 1966px;        
        margin-top:0px;        
        padding-top:1px;
        color:white;
        background-color: #414d48;        

}
.podklad span {
        padding-left:10px;
}    
.podklad_picture_pc {
        display:block;
        box-sizing: border-box;
        height: 380px;        
        margin-left:20px; 
        margin-top:10px;        
        padding-top:1px;
        color:white;
        border:1px solid #333; 
        background-color:#1c2127;
        float:left;
}
.podklad_picture_mob { 
        display:none;
}
.podklad_data_mob {
        display:none;    
}    
.podklad_data_pc {
        display:block;
        width:310px;
        height:380px;
        box-sizing: border-box; 
        float:left; 
        color:#bababa;
        font-size:13px;
        border:1px solid #666; 
        text-align: left;  
        background-color:#1c2127; 
        margin-left:5px; 
        margin-top:12px;
        padding-left:5px;
        padding-top:10px;
        padding-bottom:20px;
        min-height:350px;
}
/*.podklad_picture_pc img {
        width:380px;
        max-width:380px;
        height:auto;
        float:left;
        box-sizing: border-box;        
}*/
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
/*********************************************  MUJ UCET  *****************************************************/
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
@media screen and (min-width: 320px) {
.mujucet {
        width:320px;
        height:auto;
        margin-left:0px;
    }
    .ucet_pc {
    display:none;        
    } 
    .ucet_r {
    display:block;        
    }
    .ucet_hist {
    display:none;        
    }     
.ucet {
width:320px; 
max-width:320px; 
height:40px; 
margin-top:5px; 
padding-top:10px; 
text-align:center; 
background-color:#eaeaea;    
}
.ucet_zahlavi {
width:320px; 
height:30px; 
background-color:#bbb; 
color:#000; 
text-align:center; 
padding-top:10px;    
}
}
@media screen and (min-width: 900px) {
    .mujucet {
        width:1210px;
        height:auto;
        margin-left:0px;
        padding-left:30px;
        box-sizing: border-box;
    }
    .ucet_hist {
    display:block;        
    }    
    .ucet_pc {
    display:block;        
    } 
    .ucet_r {
    display:none;        
    }    
.ucet {
width:1150px; 
max-width:1150px; 
height:40px; 
margin-top:5px; 
padding-top:10px; 
text-align:center; 
background-color:#eaeaea;    
}
.ucet div{
float:left; 
}
.ucet_zahlavi {
width:1150px; 
height:30px; 
background-color:#bbb; 
color:#000; 
text-align:center; 
padding-top:10px;
}
.ucet_zahlavi div{
float:left; 
}
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
/*********************************************  TILE  *****************************************************/
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.tile { 
    min-width:330px; 
    height:auto; 
    min-height:1210px; 
    margin-top:0px;
    margin-left:0px;    
    background-color:#2a2a2a;
    /*background-color:#174868;*/
    background-color:#414d48;    
}

@media screen and (min-width: 900px) {
.tile {
    display:none; 
    width:1210px; 
    height:auto; 
    min-height:1210px; 
    margin-top:20px;
    padding-top:25px;
    background-color:#333;
    /*background-color:#174868;*/
    background-color:#414d48;     
}    
}
.cistic {
	clear: both;
}

.vlevo {
	float: left;
}

.odeslat {
        background-color:orange;
	width: 118px; 
        height:35px; 
        margin-top:20px;         
}

a:hover {
	color: #ff6600;
}

/* sloupce vlevo ************************************ */

#sloupec {
        position:fixed;    
        float:left;
        width:230px;
        height:auto;
        margin-top:0px;
        margin-left:0px; 
        background-color:#fff;                              
}

.zahl_sloupce {       
        width:220px;
        height:23px; 
        max-height:23px;
        margin-top:1px;        
        padding-left:10px; 
        padding-top:7px;          
        color:#fff; 
        background-color: #000; 
        font-size:12px;
        border-bottom:1px solid #fff;
        /*position:fixed;
        float:left;
        margin-bottom:1px;*/         
}

.zahlavi_oddil {
        width:220px;
        height:15px; 
        min-height:15px;
        margin-top:1px;        
        margin-left:-10px;
        padding-left:10px; 
        padding-top:2px;
        font-size:11px;
        color:#fff;        
        border-bottom:2px solid #fff; 
        background-color: #000;
        /*margin-bottom:1px;
        float:left;*/        

}

.pata_sl {
        /*margin-top:180px;*/
}

#podklad_vlevo {
        background-color:#fff;  
        margin-top:1px; 
        width:230px;
        height:758px; 
        max-height:758px;        
        /*height:838px; 
        max-height:838px;        
        height:auto px; 
        max-height:auto px;*/
        
}



.odkaz a {
        color:#000;
        background-color:#fff;
}

.odkaz a:hover {
        color:red;
        background-color:yellow;
        font-weight:bold;
}

.odkaz_synchro a {
        color:#7a7a7a;
        background-color:#333;
}

.odkaz_synchro a:hover {
        color:red;
        background-color:yellow;
        font-weight:bold;
}

.nadpis {
        font-size:13px;
        color:#000;
        margin-top:12px;
        margin-left:15px;
}
.span {
        color:#bb0000;
        /*background-color:#fff;*/
}
.clanek a {
        color:#000;
        background-color:#fff;
}

.clanek a:hover {
        color:red;
        background-color:yellow;
        font-weight:bold;
}

.clanek a:active {
        color:red;
        background-color:yellow;
        font-weight:bold;
}

/*.kolonka a:visited {
        color:red;
        background-color:yellow;
        font-weight:bold;
}*/

.info {
        color:#000;
        font-weight:bold;
        margin-bottom:10px
}

.kol-info {
        width:188px; 
        max-width:188px;
        height:180px;
        padding:3px 10px; 
        margin-top:3px; 
        background-color:#fff;
        border:1px solid red;
}

/* konec sloupec vlevo ************************************************* */

/* sloupce vpravo ************************************ */

.kolonka_pr {
        width:120px; 
        max-width:188px;
        height:15px;
        min-height:15px;
        padding:3px 10px; 
        margin-top:3px; 
        background-color:#fff;
        float:left;
}

.blok input {
        width: 100px; 
        height:25px; 
        margin-top:10px; 
        margin-bottom:10px; 
        margin-left:60px; 
        background-color:orange;
}

/* konec sloupec vpravo**************************************************** */

/* střed **************************************************** */
/*N*/
#stranka_stred {
        float:left;
        width:750px; 
        max-width:750px;
        height:1966px;
        margin-top:0px;
        background-color:#fff;
        color:#2a3333; 
        font-size: 10pt; 
        border-top:1px solid #fff;        
        /*background-color:#eaeaea;
        background-color:#000;*/        
}



/*N*/
#stranka_stred table { 
        font-size: 11px;
        background-color: #fff;        
        border-bottom: 1px solid #fff; 
}

#zahlavi_stred {     
        font-size: 11px;
        border-bottom: 1px solid #fff; 
        width: 750px;
        color:#fff; 
        background-color: #000; 
        height:23px; 
        max-height:23px;
        margin-top:1px;
        font-size:13px; 
        padding-top:7px;        
        /*padding-left:10px; 
        position:fixed;        
        float:left;  
        margin-bottom:1px;
        border-bottom:1px solid #fff;*/
}

#moduser a:hover {
        color: orange;
}

#titulek {
        color:black; 
        font: 15px Verdana;
}

#tab_vypisu { 
        text-align:center;
        height:auto; 
        position:fixed;
        width: 1210px;        
        font-size: 12px; 
        color:white; 
        border-bottom: 1px solid #fff; 
        background-color: #174868;
        padding-top:6px;
}

#moduser tr { 
        text-align:center;
        height:25px; 
        position:fixed;
        width: 1210px;        
        font-size: 12px; 
        color:white; 
        border-bottom: 1px solid #fff; 
        background-color: #414d48;
        padding-top:6px;
}

#terc a {
    color:white;
}

#terc a:hover {
    color:yellow;
}

.nahled a {
    color:#000;
}

.nahled a:hover {
    color:orange;
}

.vybery {
        width:188px; 
        min-width:188px;
        height:220px;
        padding:10px 10px; 
        color:#fff; 
        background-color: #333333;
        font: 11px Verdana; 
        border:0px solid black;
        float:left;
        position:fixed;
        margin-top:-420px;
        margin-left:-220px;
}

#check {
        float:left;
        position:fixed;    
        width:188px; 
        min-width:188px;
        height:220px;
        margin-top:-450px;
        margin-left:-220px;        
        padding:10px 10px;         
        color:#fff; 
        background-color: #333333;
        font: 11px Verdana; 
        border:0px solid black;
        /*min-height:15px;
        margin-top:0px;  
        margin-top:1px; 
        background-color: yellow;*/        

}

#kalkulacka {     
        margin-top:0px;        
        width:1210px;
        font: 10px Verdana;
        height: auto;        
        background-color: #fff;
        color:#2a3333;
}

.pole {
    margin-left:150px; 
    margin-top:40px;
    
}
/* konec střed **************************************************** */




#terc_gal_pas .tlacitko {
        width:70px;
        height:20px;
        position:absolute;
        left:1100px;
        top:125px;
        background-color:#333;
        border:1px solid white;
        color:orange;        
        text-align:center;
        padding-top:2px;
        /*float:left;*/
}

#terc_gal_akt .tlacitko {
        width:70px;
        height:20px;
        position:absolute;
        left:1100px;
        top:125px;
        background-color:#333333;
        border:1px solid white;
        color:orange;
        text-align:center;
        padding-top:2px;
}

.tlacitko a {
        background-color:#333;
        border:1px solid white;
        color:orange;
}
.tlacitko a:hover {
        background-color:#666;
        border:1px solid yellow;
        color:orange;
}

/*#nahledy {
        width:980px;
        height: auto;
        margin-top:30px;
        margin-bottom:40px;
        padding-top:10px;
        color:white;        
        background-color: #000;
        background-color:yellow;
        position:fixed;        
        min-height: 759px; 
        height: 759px;
        clear:both;
}*/

#public_gal a {
        color: #888;
}

#public_gal a:hover {
        color: orange;
}

#odkaz_is {
    float:left; 
    margin-top:4px;
    margin-left:10px;    
    font-size:10px; 
    color:#ffffff;
    /*background-color:yellow;
    width:80px;*/
}

#odkaz_is a {
        color:yellow;    
}

#odkaz_is a:hover {
        color:white;    
}

#odkaz_ss {
    float:left; 
    margin-top:4px;
    margin-left:10px;
    font-size:10px;    
    color:#ffffff;
    /*background-color:yellow;    
    width:80px;*/
}

#odkaz_ss a {
        color:orange;    
}

#odkaz_ss a:hover {
        color:white;    
}

.s_plus {
    width:10px; 
    float:left; 
    font-size:16px; 
    color:orange; 
    margin-top:3px; 
    padding-left:10px;
}
.gpiw {
    width:100%; 
    height:auto; 
    background-color:#eaeaea; 
    padding:15px 0px 15px 0px;
}

.gpiw a {
    color:#174868;
}

.gpiw a:hover {
    color:#eb3601;
}

/* konec "picture" - střed **************************************************** */

#vypis  {
        font-size: 11px;
        color: #000;
        text-align:center;
        height:25px;
 

}

#vypis a {
        color: black;
}

#vypis a:hover {
        color: #ff6600;
        font-weight:bold;
        background-color:yellow;
}

#jmeno {
        width:200px; 
        max-width: 200px; 
        color:#ffbb00; 
        border: 0px solid white; 
        margin-left:20px;
        font: 20px Tahoma;        
        /*font: bolder 24px Gabriola;*/
}

#blok a {
        color:black; 
}

#blok a:hover {
        color:red; 
}

#kolonka {
        background-color:orange;
}

#kolonka a {
        background-color:green;
}

#kolonka a:hover{
        background-color:yellow;
}

#kolonka a:active{
        color:red;
}

#nav_stred {
        color:black; 
        background-color:#000; 
        width:642px; 
        padding-left:110px; 
        font:12px Verdana; 
        border: 1px solid #fff; 
        height:30px;
}

#over_tab {
        font-size: 10px;
        margin-left: 270px; 
        padding: 3px 10px; 
}

#podklad_stat {
        float:left;
        width:630px;
        padding:10px 60px;
        color:white;
        text-align: center;        
        border: 0px solid white; 
        background-color:#000;
        /*background-color:green;*/
}

#podklad_stat table {
        text-align: center; 
}

#ucet {
        font-size:11px;
}

#ucet td {
        border-right:1px solid #000;
        text-align:center;
}

.clanek { 
        padding-left:15px; 
        padding-right:15px; 
        border:0px solid red;
        background-color:#fff;        
}

#zahl_stat {
        background-color:#000;
        text-align: center;
        padding-left:60px; 
        margin-top:1px;
        margin-bottom:1px;
        color:white;
        width:690px;    
}

#registrace_L0 { 
        width:500px; 
        height:400px; 
        color:black; 
        background-color: #f3f3f3; 
        margin-top:50px; 
        margin-left:130px; 
        padding-top:30px; 
        font: 15px Verdana; 
        border:1px solid grey;
        box-shadow: 0px 0px 5px black;
}

#registrace_L3 {
        width:440px; 
        height:500px; 
        color:black; 
        background-color: #f3f3f3; 
        margin-top:50px; margin-left:130px; 
        padding-left:60px; 
        padding-top:30px; 
        font: 15px Verdana; 
        border:1px solid grey;
        box-shadow: 0px 0px 5px black;
}

#form td {
        font-size: 12px; 
}

#form input {
        font-size: 12px;  
        padding: 3px 2px; 
        background-color: #fff; 
        width: 150px;
        height: 25px;
}

#form select {
        font-size: 13px;  
        padding: 3px 2px; 
        background-color: #fff; 
        width: 160px;
        height: 25px;
}

#form div {
        font-size: 11px; 
}

#admin {
    font:20px DejaVu Sans Light; 
    margin-top:20px;
        padding: 10px 10px; 
        background-color: #eaeaea; 
        width:100%;
        height:auto;
}

#admin p { 
        padding: 0px 10px;  
        width: 62%;
        height:auto;
        font-weight:bold;
}

#admin a {
        text-decoration: none; 
        color: black;
}

#admin a:hover { 
        color: red;
}

.pageContainer {
	max-width: 900px;
	padding: 30px 10px;
    margin: 0 auto;
}

.textContainer {
    padding-top: 20px;
    
    text-align: center;
}

.textContainer a {
	color: #333;
}


/*============================================================== Svatba cenik ====================================================================================*/


.prihlaseni_4 {
        width: 120px; 
        height:30px; 
        margin-left:3.5%; 
        margin-top:0px; 
        background-color:white; 
        /*float:left;*/
        background-color: #f1e3a2;
}

@media screen and (min-width: 320px) {

.sv_cenikR {
    width:320px; 
    height:auto; 
    margin-top:0px;
    margin-left:5px;
    background-color:#fff;
    display:block;
}
.sv_cenikPC {
    display:none;    
}
.balikPC {
    display:none;
}
.textyR {
        box-sizing: border-box;
    width:320px; 
    height:auto;  
    margin-left:0px; 
    margin-top:0px;
   padding-top:10px;
   padding-left:0px;
    padding-bottom:0px;
    background-color:#eee;
    display:block;    
}
.textyPC {
    display:none;    
}
.cena {
    font:14px DejaVu Sans Light; 
    color:#666;
    margin-left:0px;
    margin-top: 10px;    
}
.cena_3 {
    font:14px DejaVu Sans Light; 
    color:#666;
    margin-left:0px;
    margin-top: 10px;    
}
.cena_2 {
    font:14px DejaVu Sans Light; 
    color:#666;
    margin-left:10px;
    margin-top: 10px;    
}
.balik_nazev {
    font:20px DejaVu Sans Light; 
    padding:0px 10px;
    z-index:100;
}

.balik_popis {
    width:320px; 
    height:auto;  
    font:12px DejaVu Sans; 
    padding:0px 10px;
    z-index:100;    
}

.balik img {
    width:320px;
    height:213px;
}
.mezera {
    width:320px; 
    height:5px; 
    margin-left:0px; 
    margin-top:0px; 
    background-color:#aa0; 
    display:none;
}

.ukony {
    font:10px DejaVu Sans; 
    margin-top:-10px;
}
.ukonR {
    box-sizing:border-box;
    font:13px DejaVu Sans; 
    padding-left:3px;
    max-width:320px;
    color:black;    
}
.ukonR li{ 
    margin-left:3px;   
}

.ukonR a{
    font:12px DejaVu Sans; 
    color:black;
    margin-left:3px;
}
.ukonR a :hover{
    color: black; 
}
}





@media screen and (min-width: 900px) {
    
.sv_cenikPC {
    width:1210px; 
    height:auto; 
    margin-top:0px; 
    background-color:#000;
    background-color:#414d48;
    display:block;
}
.sv_cenikR {
    display:none;    
}    
.balikPC {
    width:1210px; 
    height:403px; 
    margin-left:0px; 
    margin-top:0px; 
    background-color:#000;
    background-color:#414d48;    
    clear:both;
    display:block;
}
.balikR {
    display:none;    
}
.textyPC {
    width:595px; 
    min-height:395px; 
    float:left; 
    margin-left:0px; 
    margin-top:45px;
    padding-bottom:20px;
    background-color:#eee;
    display:block;    
}
.textyR {
    display:none;
}
.texty_p {
    width:595px; 
    min-height:395px; 
    float:right; 
    margin-left:0px; 
    margin-top:10px;
    padding-bottom:20px;
    background-color:#eee;
}
.cena {
    font:18px DejaVu Sans Light; 
    color:#333;
    margin-left:450px;
    margin-top: 10px;    
}
.cena_3 {
    font:18px DejaVu Sans Light; 
    color:#333;
    margin-left:443px;
    margin-top: 10px;    
}
.cena_2 {
    font:18px DejaVu Sans Light; 
    color:#333;
    margin-left:10px;
    margin-top: 10px;    
}
.balik_nazev {
    font:30px DejaVu Sans Light; 
    margin-right:10px; 
    margin-top:10px; 
    float:right;
}
.balik_nazev_p {
    font:30px DejaVu Sans Light; 
    margin-left:10px; 
    margin-top:10px; 
    float:left;
}
.balik_popis {
    width:595px; 
    height:auto; 
    clear:both; 
    font:20px DejaVu Sans; 
    margin-left:442px;
}
.balik_popis_3 {
    width:595px; 
    height:auto; 
    clear:both; 
    font:20px DejaVu Sans; 
    margin-left:415px;
}
.balik_popis_p {
    width:595px; 
    height:auto; 
    clear:both; 
    font:20px DejaVu Sans; 
    margin-left:10px;
}
.balik_popis p {
    font:15px DejaVu Sans; 
    margin-left:50px;
}
.balik img {
    width:595px;
    height:396px;
}
.mezera {
    width:20px; 
    /*min-height:auto;*/ 
    float:left; 
    margin-left:0px; 
    margin-top:10px; 
    background-color:#fff; 
    display:block;
}


.ukony {
    font:15px DejaVu Sans; 
    margin-top:-10px;
}
.ukon {
    font:15px DejaVu Sans; 
    margin-left:0px;
    /*max-width:450px;*/
    width:100%;
    color:black;
background:#eaeaea;    
}
.ukon p {
    font:15px DejaVu Sans; 
    margin:5px 5px;
    /*max-width:450px;*/
    width:100%;
    color:black;
}
.ukon a{
    font:15px DejaVu Sans; 
    color:black;
    margin-left:0px;
}
.ukon a :hover{
    color: black; 
}
.ukon_p {
    font:15px DejaVu Sans; 
    margin-left:0px;
    margin-top:2px;
    max-width:100%;
}
.ukon p p{
    font:15px DejaVu Sans; 
    margin:5px 5px;
    /*max-width:450px;*/
    width:100%;
    color:black;
}
.ukon_p a{    
    font:15px DejaVu Sans; 
    color:#606060;
    margin-left:0px;    
}
.ukon_p a :hover{
    font:15px DejaVu Sans; 
    color:black;
    margin-left:0px;    
}
.ukon2 {
    font:15px DejaVu Sans; 
    margin-left:0px;
    margin-top:10px
}
.ukon2 a{
    font:15px DejaVu Sans; 
    color:#333;
    margin-left:0px;
    margin-top:10px;
}
.ukon2 a :hover{
    color: #746930; 
}
.ukon3 {
    font:15px DejaVu Sans; 
    margin-left:0px;
    margin-top:10px;
    width:100%;
}
.ukon3 a{
    font:15px DejaVu Sans; 
    color:#333;
    margin-left:0px;
    margin-top:10px;
    width:100%;
}
.ukon3 a :hover{
    color: #746930;
    width:100%;
}













}





/*----------------------------------------------------------------------------------------------------------------*\
    NAV - navigační lišta nových stránek
\*----------------------------------------------------------------------------------------------------------------*/
.nav {
        width:1210px; 
        height:40px; 
        margin-top:0px; 
        position:fixed; 
        z-index:1000;  
	background: #2a2a2a;
	background: #566560;        
        /*background: #b19e4f;*/
        
}

.nav .navControl {
	display: none;
	
	cursor: pointer;
}

.nav ul {
	list-style: none;
}

.nav li {
	display: block;
	font-size: 12px;
	position: relative;
        background: #b5a257;
	z-index: 1;
}

.nav a {
        width:auto; 
        height:40px;    
        box-sizing: border-box;
	padding: 10px 20px;
	display: block;
        font-size: 13px;	
	/*color: #aff;*/
        color: #fff;
	text-decoration: none;
	text-align: center;
        background: #2a2a2a;
	background: #566560;        
}

.nav a:hover {
	color: orangered;
}

.nav span {
    display: none;
}

.nav .dropdown {
    text-align: center;
}

.nav .dropdown li {
	margin: 0;
	display: inline-block;
}

.nav .dropdown a {
    padding: 0;
    border-right: 0;
    margin-right: 10px;
    
    font-size: 1em;
}

.nav .dropdown li:last-child a {
    margin-right: 0;
}

.nav .dropdown ul {
    display: none;
}

/*----------------------------------------------------------------------------------------------------------------*\
    MEDIA QUERIES
\*----------------------------------------------------------------------------------------------------------------*/
@media all and (min-width: 320px) {
	.nav li {
		margin-right: -4px;
		display: inline-block;
	}
	
	.nav a {
	   border-right: 1px solid #555;
	}
	
	.nav .dropdown {
	    display: none;
	    
	    background: #333;
	    
        position: absolute;
        top: 100%;
        left: 0;
    }
    
    .nav .dropdown li {
        display: block;
    }
    
    .nav .dropdown a {
        padding: 10px;
        margin-right: 0;
        
        white-space: nowrap;
        text-align: left;
    }
    
    .nav span {
        display: inline;
        
        position: relative;
        left: 5px;
    }
    
    .nav a:hover + .dropdown,
    .nav .dropdown:hover {
        display: block;
    }
}

/***************************************************************************/
.kontakt {
    width:320px; 
    height:25px;
    margin-top:-8px;
    padding-left:10px; 
    font:20px DejaVu Sans Light; 
    color:white; 
    border-bottom: 1px solid #fff; 
    background-color: #333;
    background-color: #414d48;    
    display: block;    
}
.kontakt span {
    margin-left:0px; 
    color: #ddd; 
    font-size:13px;
}
.kontakt_left {
    box-sizing: border-box; 
    width:320px; 
    height:auto;
    background-color:#596560;    
    display: block;    
}
.kontakt_tab {
    box-sizing: border-box; 
    width:320px; 
    height:180px;
    padding:10px 0px 0px 10px; 
    background-color:#596560; 
    color:#fff; 
    font:15px DejaVu Sans Light;
    display: block;    
}
.smlouva {
    clear:both;
    box-sizing: border-box;    
    width:220px; 
    height:30px;
    float:left;   
    margin-left:0px; 
    margin-top:0px;
    padding:3px 0px 3px 10px; 
    background-color:#596560; 
    color:black;    
    display: block;
}
.pdf {
    float:left; 
    margin-left:10px;
}
.doc {
    float:left; 
    margin-left:10px;
}
.kontaktR_img {
    box-sizing: border-box;  
    width:320px; 
    height:209px; 
    margin:0px 0px 10px 0px; 
    padding:0px 0px 0px 0px; 
    background-color:#596560; 
    color:black; 
    font:18px DejaVu Sans Light;
    display: block;
}
.kontaktPC_img {
    display: none;
}
.omneR {
    clear:both;
    width:320px; 
    height:800px;
    box-sizing: border-box;   
    margin:10px 0px 30px 0px; 
    padding:40px 10px 20px 10px; 
    background-color:#414d48; 
    color:#fff; 
    font:15px DejaVu Sans Light;
    display: block;
}
.omnePC {
    display: none;    
}
@media all and (min-width: 900px) {
.kontakt {    
    width:1210px; 
    height:35px; 
    margin-top:20px; 
    margin-left:0px; 
    padding:4px 0px 3px 0px;
    font:20px DejaVu Sans Light; 
    color:white; 
    border-bottom: 0px solid #fff; 
    background-color: #333;
    background-color: #414d48;
    display: block;    
}
.kontakt span {
    margin-left:20px; 
    color: #fff; 
    font-size:15px;
}
.kontakt_left {
    box-sizing: border-box; 
    width:600px; 
    height:400px;
    float:left;
    background-color:#596560;    
    display: block;    
}
.kontakt_tab {
    box-sizing: border-box; 
    width:600px; 
    height:240px;  
    margin:0px 0px 30px 0px; 
    padding:40px 0px 0px 80px; 
    background-color:#596560; 
    color:#fff; 
    font:15px DejaVu Sans Light;
    display: block;    
}
.kontakt_tab p {
    height:auto; 
    margin-top:10px;
}
.smlouva {
    clear:both;
    box-sizing: border-box;    
    width:220px; 
    height:30px;
    float:left;   
    margin-left:70px; 
    margin-top:0px;
    padding:3px 0px 3px 10px; 
    background-color:#596560; 
    color:#fff;    
    display: block;
}
.pdf {
    float:left; 
    margin-left:100px;
}
.doc {
    float:left; 
    margin-left:15px;
}
.kontaktPC_img {
    box-sizing: border-box; 
    float:left; 
    width:610px; 
    height:400px;; 
    margin:0px 0px 0px 0px; 
    padding:5px 5px 5px 5px; 
    background-color:#596560; 
    color:black; 
    font:18px DejaVu Sans Light;
    display: block;
}
.kontaktR_img {
    display: none;
}
.omnePC {
    clear:both;
    width:1210px; 
    height:300px;
    box-sizing: border-box;   
    margin:10px 0px 30px 0px; 
    padding:40px 40px 20px 40px; 
    background-color:#414d48; 
    color:#fff; 
    font:15px DejaVu Sans Light;
    display: block;
}
.omneR {
    display: none;
}
}











/*hamburger-var.1*/
/*
#hamburger {
  position: absolute;
  
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  cursor: pointer;
  
  width:40px;
  height:40px;

  margin-left: 37%;
  margin-top:15px;
}

.bar {
  display: block;
  
  width:100%;
  height:20%;
  margin-top:10%;
  
  background: white;
  
  transition:0.25s;
  -webkit-transition:0.25s;
  
-webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;          
}

.animate .bar:nth-child(1) {
  transform:translateY(12px) rotate(135deg);
}

.animate .bar:nth-child(2) {
  opacity: 0;
}

.animate .bar:nth-child(3) {
  transform:translateY(-12px) rotate(-135deg);
}
*/
/**************************************************************************/

/*hamburger var.2*/
/*  .toggler {
    width: 500px;
    height: 200px;
  }
  #button {
    padding: .5em 1em;
    text-decoration: none;
  }
  #effect {
    position: relative;
    width: 240px;
    height: 170px;
    padding: 0.4em;
  }
  #effect h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
  }*/

/***************************************************************************/
/*Panda*/

/*@import url('https://fonts.googleapis.com/css?family=Boogaloo');*/
/*
body {
	margin: 0;
	padding: 0;
}
.container {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	.text {
		position: absolute;
		top: calc(50% - 200px);
		color:#fff;
		text-align: center;
		display: inline-block;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 44;
		font-family: 'Boogaloo', cursive;
		text-transform: uppercase;
		letter-spacing: 0.3em;
	}
	
	.promo {
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 10px;
		
		i {
			color:#fff;
			padding: 4px;
		}
	}
}
.bg {
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 300px);
	width: 300px;
	height: 300px;
	background-color:#303434;
	background-image: linear-gradient(lighten(#303434, 10%), #252929);
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon {
	position: relative;
	top: 0;
	width: 280px;
	height: 280px;
	background-color: #bffceb;
	background-image: linear-gradient(#bffceb, #5ce6c0);
	border-radius: 50px;
	box-shadow: 3px 3px 50px 0 #181c1c;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease .3s;
	
	&.waaa {
		top: -5px;
		box-shadow: 3px 3px 30px 0 #181c1c;
	}
}

.panda {
	position: relative;

	.ear {
		background-color:#303434;
		width: 40px;
		height: 40px;
		position: absolute;
		top: -8px;
		left: -3px;
		border: 6px solid #181c1c;
		border-radius: 50%;
		box-shadow: inset 2px 2px #4e5151;
		
		+ .ear {
			left: auto;
			right: -3px;
			box-shadow: inset -2px 2px #4e5151;
		}
	}
	
	.face {
		position: relative;
		width: 135px;
		height: 120px;
		background-color:#fff;
		border: 6px solid #181c1c;
		border-radius: 60%;
		box-shadow: inset 0 -10px #d0d2d2;
		z-index: 2;
		
		.eyes {
			width: 25px;
			height: 33px;
			border-radius: 52% 43% 25% 31% / 46% 45% 27% 35%;
			background-color: #181c1c;
			position: absolute;
			top: 47px;
			left: 37px;
			
			.dot {
				content: "";
				background-color:#fff;
				width: 10px;
				height: 12px;
				display: inline-block;
				border-radius: 50%;
				position: absolute;
				bottom: 5px;
				left: 11px;
			}
			
			+ .eyes {
				left: 76px;
				border-radius: 44% 51% 25% 31% / 40% 54% 27% 31%;
				
				&::after {
					left: 5px;
				}
			}
		}
		
		.nose {
			background-color: #181c1c;
			width: 15px;
			height: 10px;
			border-radius: 41% 41% 67% 73% / 39% 41% 96% 100%;
			position: absolute;
			bottom: 27px;
			left: calc(50% - 4px);
			display: flex;
			
			.mouth {
				position: absolute;
				left: -11px;
				width: 15px;
				height: 16px;
				border-radius: 0 0 50% 50%;
				border: 4px solid #181c1c;
				border-top: 0;
				border-left: 0;
				
				+ .mouth {
					left: 7px;
					transform: rotateY(180deg);
				}
			}
		}
	}
	
	.body {
		background-color:#303434;
		width: 129px;
		height: 70px;
		border: 6px solid #181c1c;
		border-radius: 100% 100% 80% 80%;
		position: absolute;
		bottom: -25px;
		left: 3px;
		z-index: 0;
	}
	
	.arm {
		height: 45px;
		width: 100px;
		border: 6px solid #181c1c;
		background-color:#303434;
		position: absolute;
		bottom: -46px;
		left: -10px;
		z-index: 7;
		border-radius: 40%;
		transform: rotate(-50deg);
		transform-origin: 0 0;
		transition: all ease .3s;
		
		+ .arm {
			left: auto;
			right: -10px;
			transform-origin: 100% 0;
			transform: rotate(50deg);
		}
	}
	
	.waaa & {			
		.arm {
			bottom: -70px;
			transform: rotate(-130deg);
			
			+ .arm {
				transform: rotate(130deg);
			}
		}
	}
}*/

/*************************************************************************/
/*hamburber jelena jovanovic - pozor, nefunguje mi checkbox!!!!*/
/*@import url('https://fonts.googleapis.com/css?family=Varela+Round');*/
/*html, body {
    overflow-x: hidden;
    height: 100%;
}
body {
    background: #fff;
    padding: 0;
    margin: 0;
    font-family: 'Tahoma', sans-serif;
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #FC466B;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 250px;
    margin-top: 60px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%);
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: red;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}*/
