


/* Globalni styly */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
    box-sizing: border-box;
    color: #dddddd;
}
html{
    background: black;
}

head {
	display: none;
}

body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
}

a {
	color: gold;
    text-decoration: none;
}


input, textarea, select {
	border: 1px solid silver;
    padding: 5px;
    color: black;
}


/* Ytext */
.prilohaL {
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}
.prilohaP {
	display: block;
	float: right;
	margin: 0px 0px 0px 10px;
}

.stylBunkaStred .priloha {
	float: none;
	margin: 0px auto 0px auto;
}

.priloha .text {
	display: block;
	text-align: center;
	font-size: 12px;
}

table {
	clear: both;
}

hr {
	border-bottom: 1px solid #777777;
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.stylVerzalky {
	text-transform: uppercase;
}

.stylBunkaVpravo {
	text-align: right;
}

.stylBunkaStred {
	text-align: center;
}

.stylCervene {
	color: #cc0000;
}

.povinnePolicko,
.upozorneni,
.upozorneni a {
	color: #cc0000;
	font-weight: bold;
}


/* menu */
.menubar{
    height: 30px;
    background: rgba(255,255,255,0.15);
}
/* !menu */



/* navigace */
.komponentaNavigace{
    display: block;
    width: 250px;
    float: left;
    position: fixed;
    height: calc(98vh - 40px);
    overflow-y: auto;
}
.komponentaNavigace ul li{
    display: block;
    margin: 0px 1px;
}
.komponentaNavigace .hloubka1 > li.rozbalena:not(.vybrana) > .polozka,
.komponentaNavigace ul li.rozbalena .hloubka2{
    background: #222;
    border-radius: 5px;
    box-shadow: inset 0px 0px 3px 1px rgba(255, 215, 0, 0.38);
}
.komponentaNavigace ul li.vzbrana.rozbalena .hloubka2 .polozka{
    padding-left: 20px;
}

.komponentaNavigace ul li .polozka{
    display: block;
    padding: 5px;
    color: #dddddd;
    margin: 0px 0px 1px 0px;
    font-size: 14px;
    line-height: 16px;
}
.komponentaNavigace .hloubka1 > li.rozbalena > .polozka:hover,
.komponentaNavigace ul li .polozka:hover{
    cursor: pointer;
    background: white;
    color: black;
    border-radius: 3px;
    overflow: hidden;
}
.komponentaNavigace ul li .polozka.vybrana{
    cursor: pointer;
    background: gold;
    color: black;
    border-radius: 3px;
    overflow: hidden;
}
.komponentaNavigace::-webkit-scrollbar {
    width: 15px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 5px;
}
.komponentaNavigace::-webkit-scrollbar-thumb {
    background: gold;
    border-radius: 5px;
}
.komponentaNavigace ul ul ul li .polozka{
	padding: 5px 5px 5px 25px;
}
.komponentaNavigace ul ul ul ul li .polozka{
	padding: 5px 5px 5px 45px;
}
/* !navigace */




.panelObsah{
    display: block;
	float: right;
	width: calc(100% - 256px);
	min-height: calc(100% - 40px;);
    border: 4px solid black;
}



/* H1 */
h1{
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    min-width: 300px;
    padding: 0px 5px 0px 5px;
}

.Expert .panelObsah h1:hover{
    background: #333333;
    cursor: pointer;
}
/* !H1 */




/* .prepinacStranek */
.prepinacStranek {
    display: block;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
}
.prepinacStranek.dolni{
    margin: 10px 0px 10px 0px;
}
.prepinacStranek:after,
.prepinacStranek.dolni:before,
.cistic{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.prepinacStranek a,
.prepinacStranek span {
	display: block;
	min-width: 30px;
	float: left;
	text-align: center;
	margin: 0px 1px 1px 0px;
	padding: 0px 1px 0px 1px;
	border-radius: 2px;
}
.prepinacStranek a {
	background: #dddddd;
    color: black;
}
.prepinacStranek .vybrana,
.prepinacStranek a:hover {
    background: gold;
    color: black;
	text-decoration: none;
}
/* !prepinacStranek */


/* zbozi */
.zbozi{
    display: block;
    border: 1px solid #777777;
    border-radius: 5px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
    background: black;
    float: left;
    padding: 1px;
    margin: 2px;
    position: relative;
}
.zbozi h2{
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: silver;
    text-align: center;
    padding: 2px;
}
/* !zbozi */



/* zbozi priloha */
.zbozi .priloha{
    width: 100%;
    height: auto;
}
.zbozi .priloha.rotateR{
    transform: rotate(90deg);
    width: 76.3%;
    margin-top: 10%;
    margin-left: 10%;
    margin-bottom: calc(9% - 0px); /*1px kvuli mozille*/
    margin-right: 10%;
}
.zbozi .priloha.rotateL{
    transform: rotate(-90deg);
    width: 76.3%;
    margin-top: 10%;
    margin-left: 10%;
    margin-bottom: 9%;
    margin-right: 10%;
}
.zbozi .priloha.rotateU{
    transform: rotate(180deg);
}
/* !zbozi priloha */


/* zbozi nazev */
.zbozi .nazev{
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: silver;
    text-align: center;
    padding: 2px;
    height: 45px;
    overflow: hidden;
	position: relative;
}
.zbozi .nazev .nazev1{
    display: block;
    color: #666666;
    cursor: default;
}
.zbozi .nazev .nazev2{
    display: block;
    color: #cccccc;
    height: 30px;
    overflow: hidden;
    text-align: center;
}
.Expert .zbozi .nazev .nazev2:hover{
    background: #333333;
    cursor: pointer;
}
.zbozi .nazev .prekryv{
    display: block;
    position: absolute;
	bottom: 0px;
	width: 100%;
    height: 30px;
    overflow: hidden;
    text-align: center;
	background: transparent;
}
.Expert .zbozi .nazev .prekryv{
	display: none;
}
/* !zbozi nazev */



/* zbozi turnLeft */
.zbozi #turnLeft{
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0);
    transform: rotate(90deg) scaleX(-1);
    font-size: 30px;
    text-indent: 5px;
    line-height: 30px;
    background: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    left: 1px;
    top: 10px;
    color: gold;
    cursor: pointer;
    z-index: 1;
}
.Expert .zbozi #turnLeft:hover{
    border: 1px solid gold;
    background: rgba(255, 215, 0, 0.34);
}
.Expert .zbozi:hover #turnLeft{
    display: block;
}
/* !zbozi turnLeft */


/* zbozi turnRight */
.zbozi #turnRight{
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0);
    transform: rotate(270deg) scaleX(1);
    font-size: 30px;
    text-indent: 5px;
    line-height: 30px;
    background: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    right: 1px;
    top: 10px;
    color: gold;
    cursor: pointer;
    z-index: 1;
}
.Expert .zbozi #turnRight:hover{
    border: 1px solid gold;
    background: rgba(255, 215, 0, 0.34);
}
.Expert .zbozi:hover #turnRight{
    display: block;
}
/* !zbozi turnRight */



/* zbozi top */
.zbozi .topPrekryv,
.zbozi .top{
	display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    right: 0px;
    bottom: 60px;
    color: gold;
    cursor: pointer;
    z-index: 1;
}
.zbozi .top0{
    background: url(Xhtml5/unlike.png) scroll no-repeat center center/80% 80% !important;
}
.zbozi .top1{
    background: url(Xhtml5/like.png) scroll no-repeat center center/80% 80% !important;
}
.zbozi .top1,
.Expert .zbozi .top{
    display: block;
}
.Expert .zbozi .top:hover{
    border: 1px solid gold;
}
.zbozi .top1 + .topPrekryv{
    display: block;
    cursor: default;
}
.Expert .zbozi .topPrekryv{
    display: none;
}
/* !zbozi top */



/* zbozi top */
.zbozi .opravnene{
	display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0px;
    bottom: 60px;
    cursor: pointer;
    z-index: 1;
}
.Expert .zbozi .opravnene0{
    display: block;
    background: url(Xhtml5/visible.png) scroll no-repeat center center/80% 80% !important;
}
.Expert .zbozi .opravnene1{
    display: block;
    background: url(Xhtml5/invisible.png) scroll no-repeat center center/80% 80% !important;
}
.Expert .zbozi .opravnene:hover{
    border: 1px solid gold;
}
/* !zbozi top */




.strankaPrihlaseni{
    padding: 2vw;
}

.komponentaHledat{
    float: right;
}


.Fotogalerie17 .divPhoto.rotateR{
    transform: rotate(90deg);
    width: 99vh;
    margin: 0px auto;
    left: calc(50% - 50vh );
    max-height: 100vw;
}
.Fotogalerie17 .divPhoto.rotateL{
    transform: rotate(-90deg);
    width: 99vh;
    margin: 0px auto;
    left: calc(50% - 50vh );
    max-height: 100vw;
}
.Fotogalerie17 .divPhoto.rotateU{
    transform: rotate(180deg);
}

.Fotogalerie17 .divRotateL,
.Fotogalerie17 .divRotateR{
	display: none;
}

.Expert .Fotogalerie17 .divRotateL{
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid black;
    transform: rotate(90deg) scaleX(-1);
    font-size: 30px;
    text-indent: 5px;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    left: calc(50% - 80px);
    top: 5px;
    color: black;
    cursor: pointer;
    z-index: 4;
}
.Expert .Fotogalerie17 .divRotateR{
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid black;
    transform: rotate(270deg) scaleX(1);
    font-size: 30px;
    text-indent: 5px;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    left: calc(50% + 80px - 30px);
    top: 5px;
    color: black;
    cursor: pointer;
    z-index: 4;
}
.Expert .Fotogalerie17 .divText{
	z-index: 3;
}
.Expert .Fotogalerie17 .divText:hover{
	cursor: pointer;
	background: #333;
}

.Fotogalerie17 .divTop{
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.9);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    left: calc(50% + 80px + 50px);
    top: 5px;
    color: black;
    cursor: pointer;
    z-index: 1;
}
.Fotogalerie17 .divTop.top0{
    background: rgba(255, 255, 255, 0.5) url(Xhtml5/unlike.png) scroll no-repeat center center/80% 80% !important;
}
.Fotogalerie17 .divTop.top1{
    background: url(Xhtml5/like.png) scroll no-repeat center center/80% 80% !important;
}
.Expert .Fotogalerie17 .divTop.top1{
    background: rgba(255, 255, 255, 0.5) url(Xhtml5/like.png) scroll no-repeat center center/80% 80% !important;
}
.Expert .Fotogalerie17 .divTop,
.Fotogalerie17 .divTop.top1
{
    display: block;
}
.Expert .Fotogalerie17 .divTop{
    z-index: 4;
}



.Expert .Fotogalerie17 .divOpravnene{
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.9);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    left: calc(50% + 80px + 90px);
    top: 5px;
    color: black;
    cursor: pointer;
    z-index: 4;
}
.Expert .Fotogalerie17 .divOpravnene.opravnene0{
    background: rgba(255, 255, 255, 0.5) url(Xhtml5/visible.png) scroll no-repeat center center/80% 80% !important;
}
.Expert .Fotogalerie17 .divOpravnene.opravnene1{
    background: rgba(255, 255, 255, 0.5) url(Xhtml5/invisible.png) scroll no-repeat center center/80% 80% !important;
}



@media only screen and (max-width:960px),only screen and (max-device-width:960px){
.Fotogalerie17 .divPhoto.rotateL {
    max-height: 100vw;
    top: calc(50% - 50vw) !important;
}
.Fotogalerie17 .divPhoto.rotateR {
    max-height: 100vw;
    top: calc(50% - 50vw) !important;
}
}


@media only screen and (min-width:2300px),only screen and (min-device-width:2300px){.zbozi{width: calc(14.2857% - 4px);		height: calc((100vw - 300px)/7);}}
@media only screen and (max-width:2300px),only screen and (max-device-width:2300px){.zbozi{width: calc(14.2857% - 4px);		height: calc((100vw - 300px)/7);}}
@media only screen and (max-width:2000px),only screen and (max-device-width:2000px){.zbozi{width: calc(16.6666% - 4px);		height: calc((100vw - 300px)/6);}}
@media only screen and (max-width:1700px),only screen and (max-device-width:1700px){.zbozi{width: calc(20% - 4px);			height: calc((100vw - 300px)/5);}}
@media only screen and (max-width:1400px),only screen and (max-device-width:1400px){.zbozi{width: calc(25% - 4px);			height: calc((100vw - 300px)/4);}}
@media only screen and (max-width:1100px),only screen and (max-device-width:1100px){.zbozi{width: calc(33.3333% - 4px);		height: calc((100vw - 300px)/3);}}
@media only screen and (max-width:0800px),only screen and (max-device-width:0800px){.zbozi{width: calc(50% - 4px);			height: calc((100vw - 300px)/2);}}
@media only screen and (max-width:0600px),only screen and (max-device-width:0600px){.zbozi{width: calc(100% - 4px);			height: calc((100vw - 300px)/1);}}

.Fotogalerie17 .divPhoto {
    top: 5px !important;
    height: calc(100% - 10px) !important;
}