@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;400&subset=latin-ext');
@import url('../fancybox/jquery.fancybox.min.css');

:root{
	--barva-textu: #012169;
	--li-before: #ced9db;
	--color-strong: #788394;
	--stranka-max-width: 1400px;
}

* {
    box-sizing: border-box
}
body,html {
    width: 100%;
    height: 100%;
		font-family: 'Raleway', sans-serif;
	color:#000;
}
body{
	background:#f4f5f5 url('../images/bg-left.png') no-repeat bottom left fixed;
}

.icon-basket:before { content: '\e800'; }
.icon-facebook:before { content: '\f09a'; }
.icon-youtube:before { content: '\f313'; }
.icon-instagram:before { content: '\f31e'; }

.alert {
	width:100%;
	padding: 20px;
	text-align:center;
	font-size:120%;
	text-transform:uppercase;
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999
}
.alert-ok {
	background: #7eb62e;
	color:#fff;
}
.alert-err {
	background: #f64b2f;
	color:#fff;
}
#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:997;
}
#back-top a {
	width: 70px;
	display: block;
}
#back-top a:hover {
	color: #fff;
}
/* arrow icon (span tag) */
#back-top span {
	width: 70px;
	height: 70px;
	display: block;
	margin-bottom: 7px;
	background: rgba(0,0,0,0.2) url("../images/up-arrow.png") no-repeat center center;
	border-radius: 50%;
}
#back-top a:hover span {
	background-color: #ced9db;
}
.all {
    max-width: var(--stranka-max-width);
    margin: 0 auto;
    padding: 10px;
    position: relative
}
.nolcd{
	display:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
	line-height:0;
}
.fancybox-lock body {
    overflow: visible !important;
}
.preteceni{
	overflow:hidden;
}

.fancybox-thumbs {
	top: auto;
	width: auto;
	bottom: 0;
	left: 0;
	right : 0;
	height: 95px;
	padding: 10px 10px 5px 10px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs__list{
	margin: auto;
}
.fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px;
}

@media only screen and (max-width:768px) {
		img{
		width:100%;
		height:auto;
		padding:0 !important;
		margin:10px auto !important;
		float:none !important;
	}
}
@media only screen and (max-width:480px) {
	.all {
	    padding: 0 10px;
	}
	iframe{
		width:100%;
		height:auto;
		padding:0 !important;
		margin:10px auto !important;
		float:none !important;
	}
}