


/* Globalni styly */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);

* {
	vertical-align: top;
	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;
	max-width: 100%;
}

html {
}

head {
	display: none;
}

nav,header,footer,main,article,aside,section,figure,figcaption{
	display: block;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 30px;
	overflow-y: scroll;
	color: #333333;

	-webkit-animation-name: usvit;
	-webkit-animation-duration: 0.75s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;

	animation-name: usvit;
	animation-duration: 0.75s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

body:not(.strankaSlozkaZbozi){
	min-height: 100vh;
	display: grid;
	grid-template-areas: 'header' 'article' 'main' 'footer';
	grid-template-columns: 100%;
	grid-template-rows: auto auto 1fr auto;
}

body.strankaSlozkaZbozi * {
	text-align: center;
}

@-webkit-keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

a {
	color: #2793e6;
    text-decoration: none;
}

form table {
	width: 100%;
}

form tr.nadpis td {
	font-weight: bold;
}

form td.popis {
	width: 33%;
	padding: 0px 10px 0px 0px;
}

form tr.odesli input,
form tr.modesli input {
	margin: 10px 10px 10px 0px;
	padding: 10px 20px 10px 20px;
}

input, textarea, select {
	padding: 5px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	margin: 0px 5px 5px 0px;
}

input, select, label {
	vertical-align: middle;
}

input[type=submit] {
    background: #009EE3;
    display: inline-block;
    padding: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 6px 6px 8px 2px rgba(0,0,0,0.65);
    cursor: pointer;
}

*::-webkit-input-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}

*:-moz-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}

*::-moz-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}

*:-ms-input-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}


/* Ytext */

.prilohaL {
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}

.prilohaP {
	display: block;
	float: right;
	margin: 0px 0px 0px 10px;
}
.priloha img{
	height: auto !important;
}

td p:only-child .prilohaL:only-child,
td p:only-child .prilohaP:only-child {
    margin: 0px;
}

.stylBunkaStred .priloha {
	float: none;
	margin: 0px auto 0px auto;
	display: inline-block;
	height: auto !important;
	width: auto !important;
}


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

table {
	clear: both;
	width: 100%;
}

table.zakladniTabulka td {
	background: #f0f0eb;
	padding: 0px 3px 0px 3px;
	font-size: 12px;
}

.text.editor table:not(.zakladniTabulka):not(.kalendar) {
	width: 100%;
}

.text.editor table:not(.zakladniTabulka):not(.kalendar) td {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}

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

h1,h2,h3,h4{
	margin: 0px 0px 10px 0px;
	font-size: 24px;
	line-height: 45px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2a3a51;
}

p {
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

li {
	margin-left: 25px;
}

u {
	text-decoration: none;
}

p, hr {
	margin: 0px 0px 10px 0px;
}



strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.stylVerzalky {
	text-transform: uppercase;
}

.stylBunkaVpravo {
	text-align: right;
}

.stylBunkaStred {
	text-align: center;
}

.stylPoznamka,
table td.stylPoznamka {
	font-size: 11px;
}

.stylVelke {
	font-size: 20px;
	line-height: 30px;
}

.stylCervene {
	color: #cc0000;
}

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









/* obecne */
header:after,
article:after,
.vnitrek:after,
.zbozi:after,
.detail .navigace:before
{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    line-height: 0px;
    font-size: 0px;
}
.vnitrek{
	display: block;
	width: 1050px;
	max-width: 100%;
	margin: 0px auto;
	padding: 0px 30px 0px 30px;
	cursor: default;
}
.vnitrek700{
	width: 700px;
}
/* !obecne */







/* header */
header{
	display: block;
	/*background: linear-gradient(to right, #009EE3, #283583);*/
	background: #023c8d;
	padding: 10px 0px 10px 0px;
}
header .vnitrek{
    position: relative;
}
.slide {
	position: relative;
	left: 0px;
	top: 0px;
}
.slide .logo{
	position: absolute;
	left: 6vw;
	top: 6vw;
	background: url(mopro-cs.png) scroll no-repeat center top/contain;
	display: block;
	width: 24vw;
	max-width: 100%;
	height: 3vw;
    display: none;
}
header .vnitrek > .logo{
	background: url(mopro-cs.png) scroll no-repeat center top/contain;
	display: block;
	width: 150px;
	max-width: 100%;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.slide .fbicon{
	position: absolute;
	left: 1vw;
	top: 21.5vw;
    top: 26.5vw;
	background: url(fbicon.png) scroll no-repeat center top/contain;
	display: block;
	width: 4vw;
	max-width: 100%;
	height: 4vw;
}
.slide .instagram{
	position: absolute;
	left: 1vw;
	top: 26.5vw;
	background: url(instagram.png) scroll no-repeat center top/contain;
	display: block;
    display: none;
	width: 4vw;
	max-width: 100%;
	height: 4vw;
}
header ul{
	display: block;
	text-align: center;
    padding-left: 150px;
}
header ul li{
	display: inline-block;
	margin: 0px;
}
header ul li a{
	font-size: 20px;
	line-height: 24px;
	color: #caced3;
	display: block;
	margin: 6px 0px 6px 0px;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #5f6b7d;
	cursor: pointer;
}
header ul li:last-child a{
	border-right: none;
}
header ul li a:hover{
	color: #ffffff;
}
@media only screen and (max-width:700px), only screen and (max-device-width:700px) {
    header .vnitrek > .logo{
        position: static;
        margin-top: 20px;
    }
	header .logo{
		margin: 0px auto;
		float: none;
	}
	header ul{
		float: none;
		margin-top: 10px;
        padding-left: 0px;
	}
	header ul li{
		display: block;
	}
	header ul li a{
		line-height: 40px;
		border-right: none;
		text-align: center;
	}
}
/* !header */









/* article.slide */
.slide{
	background: url(slide.jpg) scroll no-repeat center bottom/cover;
	/*background: url(slidePF2018.jpg) scroll no-repeat center bottom/cover;*/
	display: block;
	/*height: 35.57vw;*/
	height: 32vw;
}
.strankaObjednano .slide{
	display: none;
}
/* !article.slide */








/* article.intro */
.intro{
	text-align: center;
}
.intro table{
	width: 100%;
}
.intro td{
	padding: 20px;
}
@media only screen and (max-width:700px), only screen and (max-device-width:700px) {
	.intro table,
	.intro tbody,
	.intro tr,
	.intro td{
		display: block;
		width: 100%;
	}
}
/* !article.intro */









/* article.body */
.body{
	display: block;
	background: #777777;
    background-image: linear-gradient(to bottom, #1f3354, #2c456a);
    background-image: linear-gradient(to bottom, #1c2d48, #2c456a);
}
.body .komponentaSlozka{
	display: block;
	padding: 30px 0px 30px 0px;
	color: #ffffff;
}
.body .komponentaSlozka a{
    display: block;
    height: 250px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    box-shadow: none;
    margin: 0px auto;
    width: 320px;
    text-shadow: none;
    font-weight: bold;
    font-size: 0px;
    background: url(footer-doplnek.png) scroll no-repeat center center/contain;
    position: relative;
    top: -48px;
    margin-bottom: -50px;
}

.body .komponentaSlozka table{
	width: 100%;
    border: 3px solid #ffffff;
    border-radius: 3px;

}
.body .komponentaSlozka td{
	padding: 15px;
}
.body .komponentaSlozka p{
	line-height: 20px;
	font-size: 15px;
	text-align: justify;
}
.body .komponentaSlozka tr:last-child td{
    padding-bottom: 50px;
}
@media only screen and (max-width:1000px), only screen and (max-device-width:1000px) {
	.body{
		height: auto;
	}
	.body .komponentaSlozka{
		padding: 30px 0px 30px 0px;
	}
	.body .komponentaSlozka a{
		display: block;
		padding: 20px;
		text-align: center;
	}
}
@media only screen and (max-width:600px), only screen and (max-device-width:600px) {
	.body .komponentaSlozka table,
	.body .komponentaSlozka tbody,
	.body .komponentaSlozka tr,
	.body .komponentaSlozka td{
		display: block;
		width: 100%;
	}
}
/* !article.body */









/* footer */
footer{
	display: block;
	background: #012556;
}
footer .vnitrek700{
	text-align: center;
}
footer .copyright{
	padding-top: 20px;
	display: block;
	color: #ffffff;
	font-size:12px;
	line-height: 15px;
}
footer .odkazy *{
	font-size:12px;
	line-height: 15px;
	color: #ffffff;
}
.strankaObjednano footer{
	display: none;
}
@media only screen and (max-width:700px), only screen and (max-device-width:700px) {
	footer .copyright{
		padding-top: 150px;
	}
	footer .vnitrek700{
		background:	url(mopro-cs.png) scroll no-repeat 90% 50%/180px auto;
	}
}
/* !footer */






/* formular */
.komponentaFormular table{
	position: relative;
	width: 100%;
	background: rgba(0, 103, 172, 0.05);
}
.komponentaFormular td{
	padding:3px !important;
}
.komponentaFormular td.popis{
	width: 50%;
}
.komponentaFormular td.hodnota{
	width: 50%;
}
.komponentaFormular textarea,
.komponentaFormular input[type=text]{
	width: 100%;
}
/* !formular */





/* obecne */
@media only screen and (max-width:700px), only screen and (max-device-width:700px) {
	.komponentaFormular table,
	.komponentaFormular thead,
	.komponentaFormular tbody,
	.komponentaFormular tr,
	.komponentaFormular td{
		display: block;
		width: 100% !important;
		float: left;
	}
	.panelObsah .sloupcovaSazba,
	.panelObsah .sloupcovaSazba thead,
	.panelObsah .sloupcovaSazba tbody,
	.panelObsah .sloupcovaSazba tr,
	.panelObsah .sloupcovaSazba td{
		display: block;
		float: left;
		width: 100%;
		text-align: left;
	}
	.panelObsah .sloupcovaSazba td .priloha,
	.panelObsah .sloupcovaSazba td .priloha img{
		float: none !important;
		max-width: 100%;
		height: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
/* !obecne */










/* katalog zbozi */
.panelObsah h1{
	padding-top: 20px;
}
.zbozi{
	padding-bottom: 50px;
}
.zbozi .polozka{
	width: 30%;
	float: left;
    display: block;
}
.zbozi .polozka:nth-child(3n - 1),
.zbozi .polozka:nth-child(3n - 0){
	margin-left: 5%;
}
.zbozi .polozka > *:not(h2):not(.nahled){
	display: none;
}
.zbozi .polozka h2{
	background: #023c8d;
	text-align: center;
	padding: 18px 10px 8px 10px;
	margin: 0;
	font-size: 22px;
	line-height: 24px;
	border: 1px solid #023c8d;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.zbozi .polozka h2{
	display: block;
	min-height: 124px;
	color: #ffffff;
}
.zbozi .nahled{
	display: block;
    border: 2px solid #023c8d;
}
.zbozi .nahled img{
	width: 100% !important;
	height: auto !important;
}
.zbozi .polozka .cenaBez{
    display: block !important;
    font-size: 0px;
    line-height: 25px;
    border: 1px solid #023c8d;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #023c8d;
}
.zbozi .polozka .ceny,
.zbozi .polozka .cenaVcetne
{
	display: block !important;
	text-align: center;
	color: #023c8d;
	font-weight: bold;
}
.zbozi .polozka .cenaVcetne{
    margin: 10px 0 30px 0;
}
@media only screen and (max-width:900px), only screen and (max-device-width:900px) {
    .zbozi .polozka h2{
    	font-size: 18px;
    }
}
@media only screen and (max-width:600px), only screen and (max-device-width:600px) {
	.zbozi .polozka{
		width: 300px;
		float: none;
		margin: 20px auto !important;
	}
}
/* !katalog zbozi */






/* detail zbozi */
.detail .obrazek{
	width: 40%;
	float: left;
}
.detail .obrazek img{
	width: 100% !important;
	height: auto !important;
}
.detail .formularKoupit{
	width: 50%;
	float: right;
	clear: none;
}
.detail .formularKoupit td{
	width: 50%;
}
.detail .formularKoupit .mnozstvi,
.detail .vlastnosti,
.detail .navigace:last-child{
	display: none;
}
.detail .text.editor{
	clear: both;
	padding: 50px 0 0 0;
	column-count: 2;
    text-align: justify;
}
@media only screen and (max-width:700px), only screen and (max-device-width:700px) {
    .detail h1,
	.detail .navigace{
		text-align: center;
	}
	.detail .obrazek{
		width: 300px;
		float: none;
		margin: 0px auto;
	}
	.detail .formularKoupit{
		width: auto;
		float: none;
		margin: 30px auto;
	}
	.detail .text.editor{
		padding-top: 0px;
		column-count: 1;
	}
}
/* !detail zbozi */










/* kosik */
.strankaKosik .kosik table{
	width: 100%;
	border-collapse: collapse;
}
.strankaKosik .kosik .polozka{
	position: relative;
}
.strankaKosik .kosik .polozka img{
	width: 100px !important;
	height: auto !important;
}
.strankaKosik .kosik thead .mnozstvi{
	color: #ffffff;
	font-size: 0px;
}
.strankaKosik .kosik .polozka .mnozstvi input[name=mnozstvi],
.strankaKosik .kosik .polozka .mnozstvi input[name=nastavMnozstvi],
.strankaKosik .kosik .celkem,
.strankaKosik .kosik .navigace:last-child
{
	display: none;
}
.strankaKosik .kosik input[name=objednej]{
	float: right;
}
.strankaKosik .kosik{
	padding-bottom: 50px;
}
.strankaKosik .kosik .polozka .mnozstvi input[type=image]{
	width: 20px;
	height: auto;
}
.strankaKosik .kosik thead td{
	border-bottom: 1px solid #009EE3;
}
.strankaKosik .kosik .zaMnozstviBez,
.strankaKosik .kosik .zaMnozstviVcetne{
	text-align: right;
}
@media only screen and (max-width:700px), only screen and (max-device-width:700px) {
    .strankaKosik .kosik table,
	.strankaKosik .kosik table *{
		font-size: 12px;
		line-height: 20px;

	}
	.strankaKosik .kosik .polozka img{
		display: none;
	}
}
/* !kosik */








/* data uzivatele */
.strankaDataUzivatele form table{
	width: 100%;
}
.strankaDataUzivatele form td{
	vertical-align: top;
}
.strankaDataUzivatele form .nadpis .sloucene{
	font-weight: bold;
}
.strankaDataUzivatele form tr:not(.modesli) .hodnota > *{
	width: 100%;
}
.strankaDataUzivatele form .modesli .popis{
	visibility: hidden;
}
.strankaDataUzivatele form .modesli .hodnota input{
	min-width: 200px;
}
.strankaDataUzivatele form .modesli .hodnota input:last-child{
	float: right;
}
.strankaDataUzivatele form table table,
.strankaDataUzivatele form table table *{
	background: #F3F2F2;
	font-size: 12px;
}
.strankaDataUzivatele form table table td{
	padding: 5px;
}
.strankaDataUzivatele form table table thead td,
.strankaDataUzivatele form table table .celkem{
	font-weight: bold;
}
.strankaDataUzivatele form table table .mnozstvi,
.strankaDataUzivatele form table table .sazbaDph,
.strankaDataUzivatele form table table .zaMnozstviVcetne{
	text-align: right;
	white-space: nowrap;
}
.strankaDataUzivatele form .yodesli{
	margin-top: 10px;
}
.strankaDataUzivatele form .souhlasy input[name=souhlasOP] + label{}
.strankaDataUzivatele form .souhlasy input[name=souhlasGDPR] + label{}
.strankaDataUzivatele form .xodesli input[name=potvrdit].disabled{
	opacity: 0.5;
}
.strankaDataUzivatele *[id*=chybaCislo]{
	color: red;
	font-weight: bold;
	font-size: 12px;
}
@media only screen and (max-width:700px), only screen and (max-device-width:700px) {
	.strankaDataUzivatele form table,
	.strankaDataUzivatele form table thead,
	.strankaDataUzivatele form table tbody,
	.strankaDataUzivatele form table tr,
	.strankaDataUzivatele form table td:not(.zaMnozstviBez){
		display: block;
		float: left;
		width: 100%;
	}
	.strankaDataUzivatele form table .nadpis,
	.strankaDataUzivatele form table .hodnota{
		padding-bottom: 15px;
	}
	.strankaDataUzivatele form table table td{
		line-height: 15px;
		padding: 0px 5px 0px 5px;
	}
	.strankaDataUzivatele form .modesli .hodnota input{
		min-width: 120px;
		font-size: 15px;
		margin: 10px 0px 10px 0px;
    	padding: 10px 5px 10px 5px;
	}
	.strankaDataUzivatele form .modesli .hodnota input:last-child{
		margin: 10px 0px 10px 10px;
	}
}
/* !data uzivatele */





/* zaplacene produkty ke stazeni */
.KeStazeni table{
	width: 100%;
}
.KeStazeni table td{
	padding: 0px 0px 10px 10px;
}
.KeStazeni table td:first-child{
	padding: 0px 0px 10px 30px;
}
.KeStazeni .odsazeni{
	padding: 0px 10px 0px 30px;
}
.KeStazeni a.disabled{
	cursor: default;
	color: #999999;
}
@media only screen and (max-width:700px), only screen and (max-device-width:700px) {
	.KeStazeni table,
	.KeStazeni thead,
	.KeStazeni tbody,
	.KeStazeni tr,
	.KeStazeni td{
		display: block;
		width: 100%;
	}
	.KeStazeni td{
		padding: 0px 0px 10px 30px !important;
	}
}
/* !zaplacene produkty ke stazeni */





.popup{
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    overflow: hidden;
    opacity: 0;
}
.popup.skryj{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
    opacity: 0 !important;
    transition: all 0.5s !important;
}
.popup .vnitrek{
	position: absolute;
	background: white;
	top: calc(50% - 350px);
	left: calc(50% - 525px);
	margin: 0px auto;
	height: 700px;
	padding: 70px 50px 20px 50px;
	max-width: 100%;
	max-height: 100%;
    box-shadow: 0 0 0px 20px rgba(42, 58, 81, 0.5);
    border-radius: 5px;
	overflow: hidden;
	opacity: 0;
}
.popup .vnitrek.zobraz{
    opacity: 1;
    transition: all 0.3s;
}
.popup .vnitrek .viceInfo{
	text-align: center;
}
.popup .vnitrek .viceInfo a{
    margin: 50px 0;
    padding: 20px 40px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    border: 2px solid #023c8d;
    border-radius: 10px;
    color: #023c8d;
    font-weight: bold;
}
.popup.zobraz{
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    opacity: 1;
    transition: all 0.3s;
}
@media only screen and (max-width:1150px), only screen and (max-device-width:1150px) {
    .popup{
        display: none !important;
    }
}



.objednavky17.dataZakaznika .nadpisSkupinyOtevreny:nth-child(15),
.objednavky17.dataZakaznika .nadpisSkupinyOtevreny:nth-child(15) + .text,
.objednavky17.dataZakaznika .nadpisSkupinyOtevreny:nth-child(15) + .text + .text,
.objednavky17.dataZakaznika .nadpisSkupinyOtevreny:nth-child(15) + .text + .text + .text,
.objednavky17.dataZakaznika .nadpisSkupinyOtevreny:nth-child(15) + .text + .text + .text + .text,
.objednavky17.dataZakaznika .nadpisSkupinyOtevreny:nth-child(15) + .text + .text + .text + .text + .text,
.objednavky17.dataZakaznika .nadpisSkupinyOtevreny:nth-child(15) + .text + .text + .text + .text + .text + .text,
.objednavky17.dataZakaznika .nadpisSkupinyOtevreny:nth-child(15) + .text + .text + .text + .text + .text + .text + .vyber{
    display: none;
}