@charset "UTF-8";

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	font-weight: 500;
    font-size: 16px;
    color: #000000;
    background: #ffffff;
}

#siteMain {
}


.container img {
	/* Responsive images (ensure images don't scale beyond their parents) */
	
	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */
	
	width: auto\9;
	/* IE7-8 need help adjusting responsive images */
	
	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
	
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}


/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
body, th, td, table, h1, h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
a:link, a:visited, a:hover, input, .CommandButton {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
}

small {
    font-size: 12px;
    letter-spacing: 0;
}

sup {
    font-size: 58% !important;
}

.nomargin {
    margin: 0px 0px 4px 0px;
}

img.size-medium {
}

.none {
    display: none !important;
}




/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	font-weight: 400;
    margin: 0px 0px 10px 0px;
    text-align: left;
    line-height: 1.3em;
    font-weight: normal;
}

h1 {
    display: block;
    clear: both;
    font-size: 73px;
	font-weight: 400;
	text-transform: uppercase;
    margin: 0px 0px 30px 0px;
}

h2 {
	color: #dd0404;
	font-size: 27px;
	font-weight: 400;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
}

h2 span {
	color: #292929;
}

h2 i, h2 em {
	display: inline-block;
	width: 44px;
	height: 44px;
	font-size: 0px;
	font-style: normal;
	margin: 0px 0px -10px 10px;
	background: url(../images/ikona-smajlik.png) no-repeat 0px 0px;
}

h2 b, 
h2 strong {
	display: block;
	clear: both;
	font-size: 19px;
	font-weight: 400;
}

h3 {
	color: #dd0404;
    font-size: 24px;
	font-weight: 400;
    margin: 0px 0px 14px 0px;
}

h4 {
	font-size: 18px;
	font-weight: 600;
    margin: 0px 0px 14px 0px;
}

h5 {
    font-size: 21px;
    margin: 0px 0px 12px 0px;
}

h6 {
    font-size: 19px;
	margin: 0px 0px 10px 0px;
}
	
p, 
ul li,
ol li {
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	line-height: 1.5em;
}
	
@media (max-width: 1440px) {
	h1 {
	    font-size: 41px;
	}
	
	h2 {
		font-size: 27px;
	}
	
	h2 span {
	}
	
	h3 {
	    font-size: 24px;
	    margin: 0px 0px 10px 0px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	h5 {
	    font-size: 21px;
	    margin: 0px 0px 12px 0px;
	}
	
	h6 {
	    font-size: 19px;
		margin: 0px 0px 10px 0px;
	}

	p, 
	ul li,
	ol li {
		margin: 0px 0px 20px 0px;
	}
}
	
@media (max-width: 1280px) {
	h1 {
	    font-size: 37px;
	    margin: 0px 0px 30px 0px;
	}
	
	h2 {
		font-size: 27px;
	}
	
	h2 span {
	}
	
	
	h3 {
	    font-size: 21px;
	    margin: 0px 0px 10px 0px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	h5 {
	    font-size: 19px;
	    margin: 0px 0px 12px 0px;
	}
	
	h6 {
	    font-size: 19px;
		margin: 0px 0px 10px 0px;
	}

	p, 
	ul li,
	ol li {
		margin: 0px 0px 16px 0px;
	}
}
	
@media (max-width: 1169px) {
	h1 {
	    font-size: 37px;
	    margin: 0px 0px 30px 0px;
	}
	
	h2 {
		font-size: 27px;
	}
	
	h2 span {
	}
	
	h3 {
	    font-size: 21px;
	    margin: 0px 0px 10px 0px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	h5 {
	    font-size: 19px;
	    margin: 0px 0px 12px 0px;
	}
	
	h6 {
	    font-size: 19px;
		margin: 0px 0px 10px 0px;
	}

	p, 
	ul li,
	ol li {
		margin: 0px 0px 16px 0px;
	}
}
	
@media (max-width: 959px) {
	h1 {
	    font-size: 34px;
	    margin: 0px 0px 30px 0px;
	}
	
	h2 {
		font-size: 27px;
	}
	
	h2 span {
	}
	
	h4 {
		font-size: 18px;
	}
	
	h5 {
	    font-size: 17px;
	    margin: 0px 0px 12px 0px;
	}
	
	h6 {
	    font-size: 16px;
		margin: 0px 0px 10px 0px;
	}

	p, 
	ul li,
	ol li {
		margin: 0px 0px 16px 0px;
	}
}

@media (max-width: 768px) {
	h1 {
	    font-size: 34px;
	    margin: 0px 0px 24px 0px;
	}
	
	h2 {
		font-size: 27px;
	}
	
	h2 span {
	}
	
	h3 {
	    font-size: 21px;
	    margin: 0px 0px 10px 0px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	h5 {
	    font-size: 18px;
	    margin: 0px 0px 12px 0px;
	}
	
	h6 {
	    font-size: 17px;
		margin: 0px 0px 10px 0px;
	}

	p, 
	ul li,
	ol li {
		margin: 0px 0px 16px 0px;
	}
}

@media (max-width: 568px) {
	h1 {
	    font-size: 34px;
	    margin: 0px 0px 24px 0px;
	}
	
	h2 {
		font-size: 27px;
	}
	
	h2 span {
	}
	
	h3 {
	    font-size: 21px;
	    margin: 0px 0px 10px 0px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	h5 {
	    font-size: 18px;
	    margin: 0px 0px 12px 0px;
	}
	
	h6 {
	    font-size: 17px;
		margin: 0px 0px 10px 0px;
	}
}





/*------------------------------------------------*/
/* ANCHOR STYLE, LINKS */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
    color: #dd0404;
    outline: 0;
	font-weight: 500;
    text-decoration: underline;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: 		all ease-in 200ms;
    -ms-transition: 	all ease-in 200ms;
}

a:hover {
    color: #292929;
    text-decoration: underline;
    outline: 0;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: 		all ease-in 200ms;
    -ms-transition: 	all ease-in 200ms;
}


.floatbutton {
	position: fixed;
	bottom: 40px;
	right: 30px;
	z-index: 999;
	clear: both;
	float: left;
	width: 100%;
	max-width: 170px;
}

.floatbutton a {
	display: block;
	color: #ffffff;
	width: auto;
	width: 100%;
	max-width: 108px;
	height: auto;
	font-size: 15px;
	font-weight: 500;
	border-radius: 100px;
	border: 1px solid #ffffff;
	padding: 12px 10px 12px 60px;
	margin: 0px 0px 0px 0px;
	background: url(../images/ikona-housle-bila.png) no-repeat 18px 16px #dd0404;
	background-size: auto 28px;
	text-decoration: none;
	opacity: 0.8;
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

.floatbutton a:hover {
	color: #dd0404;
	border: 1px solid #dd0404;
	background: url(../images/ikona-housle-cervena.png) no-repeat 18px 16px #ffffff;
	background-size: auto 28px;
	opacity: 1;
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}




/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
p {
    margin: 0px 0px 20px 0px;
}

hr {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    font-size: 0px;
    border: 0px solid;
    border-bottom: 1px solid #c8c8c8;
    margin: 0px auto 24px auto;
}

b, strong {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	font-weight: 500;
}

i, em {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
}

b i,
b em,
strong i,
strong em,
i b,
em b,
i strong,
em strong {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	font-weight: 500;
	font-style: italic;
}




/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img {
    border: 0;
}

.left,
.left p {
    text-align: left !important;
}

.right,
.right p {
    text-align: right !important;
}

.alignleft, 
img.alignleft {
    float: left;
    margin: 3px 30px 20px 0px;
}

.alignright, 
img.alignright {
    float: right;
    margin: 3px 0px 20px 30px;
}

@media (max-width: 768px) {
	.alignleft, 
	img.alignleft {
		display: block;
		clear: both;
		float: none;
	    margin: 3px auto 20px auto;
	}
	
	.alignright, 
	img.alignright {
		display: block;
		clear: both;
		float: none;
	    margin: 3px auto 20px auto;
	}
}

.aligncenter, 
img.aligncenter {
	display: block;
    margin: 3px auto 4px auto;
	text-align: center;
}

.center,
.center p,
p.center {
    text-align: center !important;
}




/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/

ol, ul  {
    margin: 0px 0px 20px 0px;
}

ol li {
    list-style-type: decimal;
    vertical-align: top;
    line-height: 1.3em;
}

ul li {
    list-style-type: none;
    list-style-image: url(../images/li.png);
    line-height: 1.3em;
    text-align: left;
    margin: 0px 0px 4px 30px;
}

table ul {
    margin: 0px 0px 0px 0px;
}

table ul li {
    margin: 0px 0px -2px 25px;
}




/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/

table tr:nth-child(even) td {
}

table tr:nth-child(odd) td {
}

table tr td:nth-child(1) {
}

table tr td:nth-child(2) {
}

table tr td:nth-child(3) {
}


table,
table.datatable,
table.tablepress {
    clear: none;
    float: left;
    width: 100%;
    text-align: left;
    vertical-align: top;
    border-collapse: collapse;
    margin: 0px 0px 40px 0px;
}

table th,
table.datatable tr th,
table.tablepress tr th {
	width: 27%;
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    padding: 14px 10px 14px 14px;
	background: #dd0404;
}

table td,
table.datatable tr td,
table.tablepress tr td {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	font-size: 16px;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    padding: 14px 10px 14px 14px;
	background: #ffffff;
}

table tr:nth-child(odd) td,
table.datatable tr:nth-child(odd) td,
table.tablepress tr:nth-child(odd) td {
	background: #f4f4f4;
}

table td.ttl,
table.datatable tr td.ttl,
table.tablepress tr td.ttl {
	width: 27%;
}

table td.nfo,
table.datatable tr td.nfo,
table.tablepress tr td.nfo {
	width: 46%;
}

table.datatable tr:nth-child(even) td,
table.tablepress tr:nth-child(even) td {
}

table.tablepress caption {
    display: none;
}

@media (max-width: 768px) {
    table.datatable tr th,
    table.tablepress tr th {
		font-size: 15px;
	    padding: 12px 10px 12px 12px;
    }

    table.datatable tr td,
    table.tablepress tr td {
		font-size: 15px;
	    padding: 12px 10px 12px 12px;
    }
}

@media (max-width: 568px) {
}






/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

.navbar {
    width: auto;
	max-width: 1440px;
    margin: 0px auto 0px auto;
}

.navbar .brand {
    padding: 0px 0px 10px 0px !important;
}

/* Site Navigation */
.nav-collapse {
    position:relative;
    top: 0px;
}





/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
#siteLogo {
	position: fixed;
	top: 0px;
	z-index: 99999;
	width: 100%;
	min-height: 80px;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/menu-bg-6.png) repeat-x 0px 0px;
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#siteLogo .container {
	max-width: 1920px;
}

html.scrolled #siteLogo {
	background: url(../images/menu-bg-6.png) repeat-x 0px 0px;
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#siteLogo .container {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
}

#siteLogo .container .logo {
	position: absolute;
	z-index: 999;
    clear: none;
    float: left;
    font-size: 0px;
    padding: 20px 20px 28px 20px;
	margin: 0px 0px 0px 0px;
}

#siteLogo .container .logo img {
	width: auto;
	height: 46px;
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

html.scrolled #siteLogo .container .logo img {
	width: auto;
	height: 38px;
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#siteLogo .container .jazyky {
	position: absolute;
	top: 33px;
	right: 20px;
	z-index: 999;
    clear: none;
    float: left;
	width: 100%;
	max-width: 67px;
}

#siteLogo .container .jazyky .vlajky {
	position: relative;
    clear: none;
    float: left;
	width: 100%;
	max-width: 71px;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#siteLogo .container .jazyky .vlajky li {
    clear: none;
    float: left;
	width: 26px;
	height: 16px;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    list--type: none;
    list-style-type: none;
    list-style-image: none;
	text-transform: uppercase;
}

#siteLogo .container .jazyky .vlajky li.lang-item-cs {
	margin: 0px 14px 0px 0px;
}

#siteLogo .container .jazyky .vlajky li.lang-item-en {
	margin: 0px 0px 0px 0px;
}

#siteLogo .container .jazyky .vlajky li a {
	display: block;
    clear: none;
    float: left;
	width: 26px;
	font-size: 0px;
	text-decoration: none;
}

#siteLogo .container .jazyky .vlajky li:nth-child(1) a {
	width: 25px;
	height: 16px;
	background: url(../images/cz.png) no-repeat 0px 0px;
}

#siteLogo .container .jazyky .vlajky li:nth-child(2) a {
	width: 32px;
	height: 16px;
	background: url(../images/en.png) no-repeat 0px 0px;
}



#siteLogo .container .ikony {
	position: absolute;
	top: 31px;
	right: 24px;
	z-index: 999;
    clear: none;
    float: left;
	width: 160px;
}


#siteLogo .container .ikony .whatsapp {
	clear: none;
	float: left;
	width: 36px;
	margin: 0px 14px 0px 0px;
}

#siteLogo .container .ikony .whatsapp a {
	display: block;
	clear: none;
	float: left;
	width: 36px;
	height: 36px;
	font-size: 0px;
	text-decoration: none;
	background: url(../images/ikona-wa-2a.png) no-repeat 0px 0px;
	background-size: auto 36px;
}

#siteLogo .container .ikony .whatsapp a:hover {
	color: #0cd91f;
	background: url(../images/ikona-wa-2b.png) no-repeat 0px 0px;
	background-size: auto 36px;
}


#siteLogo .container .ikony .telefon {
	clear: none;
	float: left;
	width: 32px;
	margin: 2px 14px 0px 0px;
}

#siteLogo .container .ikony .telefon a {
	display: block;
	clear: none;
	float: left;
	width: 32px;
	height: 32px;
	font-size: 0px;
	text-decoration: none;
	background: url(../images/ikona-te-2a.png) no-repeat 0px 0px;
	background-size: auto 32px;
}

#siteLogo .container .ikony .telefon a:hover {
	color: #0cd91f;
	background: url(../images/ikona-te-2b.png) no-repeat 0px 0px;
	background-size: auto 32px;
}


#siteLogo .container .ikony .email {
	position: relative;
    clear: none;
    float: left;
	width: 22px;
	height: 22px;
    padding: 0px 0px 0px 0px;
	margin: 8px 20px 0px 0px;
}

#siteLogo .container .ikony .email a {
	display: block;
    clear: none;
    float: left;
	width: 22px;
	height: 22px;
	font-size: 0px;
	background: url(../images/ikona-email-a.png) no-repeat 0px 0px;
	background-size: auto 22px;
	text-decoration: none;
}

#siteLogo .container .ikony .email a:hover {
	display: block;
    clear: none;
    float: left;
	width: 26px;
	font-size: 0px;
	background: url(../images/ikona-email-d.png) no-repeat 0px 0px;
	background-size: auto 22px;
	text-decoration: none;
}


#siteLogo .container .ikony .instagram {
	position: relative;
    clear: none;
    float: left;
	width: 22px;
	height: 22px;
    padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
}

#siteLogo .container .ikony .instagram a {
	display: block;
    clear: none;
    float: left;
	width: 22px;
	height: 22px;
	font-size: 0px;
	background: url(../images/ikona-in-2a.png) no-repeat 0px 0px;
	background-size: auto 22px;
	text-decoration: none;
}

#siteLogo .container .ikony .instagram a:hover {
	display: block;
    clear: none;
    float: left;
	width: 26px;
	font-size: 0px;
	background: url(../images/ikona-in-2b.png) no-repeat 0px 0px;
	background-size: auto 22px;
	text-decoration: none;
}



@media (max-width: 1520px) {
	#siteLogo .container {
		position: relative;
	    width: 100%;
	    padding: 0px 0px 0px 0px;
	    margin: 0px auto 0px auto;
	}
}

@media (max-width: 1280px) {
	#siteLogo .container .logo {
	    padding: 20px 30px 28px 10px;
		margin: 0px 0px 0px 0px;
	}
	
	#siteLogo .container .logo img {
		width: auto;
		height: 46px;
	}

	#siteLogo .container .jazyky {
		top: 33px;
		right: 20px;
	}
}

@media (max-width: 959px) {
	#siteLogo, 
	html.scrolled #siteLogo {
		background: #dd0404 !important;
	}
	
	#siteLogo .container .logo {
		position: relative;
	    padding: 21px 20px 21px 24px;
		margin: 0px 0px 0px 0px;
	}
	
	#siteLogo .container .logo img {
		width: auto;
		height: 38px;
	}
	
	#siteLogo .container .jazyky {
		top: 32px;
		right: 80px;
	}

	#siteLogo .container .ikony {
		position: absolute;
		top: 23px;
		right: 60px;
		z-index: 999;
	    clear: none;
	    float: left;
		width: 160px;
	}

	#siteLogo .container .ikony .whatsapp {
		clear: none;
		float: left;
		width: 36px;
		margin: 0px 14px 0px 0px;
	}
	
	#siteLogo .container .ikony .whatsapp a {
		display: block;
		clear: none;
		float: left;
		width: 36px;
		height: 36px;
		font-size: 0px;
		text-decoration: none;
		background: url(../images/ikona-wa-2c.png) no-repeat 0px 0px;
		background-size: auto 36px;
	}
	
	#siteLogo .container .ikony .whatsapp a:hover {
		color: #0cd91f;
		background: url(../images/ikona-wa-2d.png) no-repeat 0px 0px;
		background-size: auto 36px;
	}
	
	
	#siteLogo .container .ikony .telefon {
		clear: none;
		float: left;
		width: 32px;
		margin: 4px 14px 0px 0px;
	}
	
	#siteLogo .container .ikony .telefon a {
		display: block;
		clear: none;
		float: left;
		width: 32px;
		height: 32px;
		font-size: 0px;
		text-decoration: none;
		background: url(../images/ikona-te-2c.png) no-repeat 0px 0px;
		background-size: auto 28px;
	}
	
	#siteLogo .container .ikony .telefon a:hover {
		color: #0cd91f;
		background: url(../images/ikona-te-2d.png) no-repeat 0px 0px;
		background-size: auto 28px;
	}
	
	
	#siteLogo .container .ikony .email {
		position: relative;
		clear: none;
		float: left;
		width: 22px;
		height: 22px;
		padding: 0px 0px 0px 0px;
		margin: 8px 20px 0px 0px;
	}
	
	#siteLogo .container .ikony .email a {
		display: block;
		clear: none;
		float: left;
		width: 22px;
		height: 22px;
		font-size: 0px;
		background: url(../images/ikona-email-a.png) no-repeat 0px 0px;
		background-size: auto 22px;
		text-decoration: none;
	}
	
	#siteLogo .container .ikony .email a:hover {
		display: block;
		clear: none;
		float: left;
		width: 26px;
		font-size: 0px;
		background: url(../images/ikona-email-b.png) no-repeat 0px 0px;
		background-size: auto 22px;
		text-decoration: none;
	}
	
	
	#siteLogo .container .ikony .instagram {
		position: relative;
		clear: none;
		float: left;
		width: 22px;
		height: 22px;
		padding: 0px 0px 0px 0px;
		margin: 8px 0px 0px 0px;
	}
	
	#siteLogo .container .ikony .instagram a {
		display: block;
		clear: none;
		float: left;
		width: 22px;
		height: 22px;
		font-size: 0px;
		background: url(../images/ikona-in-2a.png) no-repeat 0px 0px;
		background-size: auto 22px;
		text-decoration: none;
	}
	
	#siteLogo .container .ikony .instagram a:hover {
		display: block;
		clear: none;
		float: left;
		width: 26px;
		font-size: 0px;
		background: url(../images/ikona-in-2c.png) no-repeat 0px 0px;
		background-size: auto 22px;
		text-decoration: none;
	}
}

@media (max-width: 498px) {
}
	
@media (max-width: 428px) {
}








/*------------------------------------------------*/
/* MENU */
/*------------------------------------------------*/
.main-navigation ul.menu > li > a,
.main-navigation ul.menu > li:hover > a,
.main-navigation ul.menu > li.menu-hover > a,
.main-navigation ul.menu > li.current_page_item > a,
.main-navigation ul.menu > li.current-menu-item > a,
.main-navigation ul.menu > li.current_page_ancestor > a:hover {
	color: #ffffff;
}

.main-navigation ul.menu > li:hover > a,
.main-navigation ul.menu > li.current-menu-item > a,
.main-navigation ul.menu > li.current_page_ancestor > a:hover {
	color: #dd0404;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: 		all ease-in 200ms;
    -ms-transition: 	all ease-in 200ms;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.menu > li:hover > a,
.main-navigation ul.menu > li.menu-hover > a {
	color: #ffffff;
	background: url(../images/menu-dot-none.png) no-repeat center 40px;
	background-size: auto 24px;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: 		all ease-in 200ms;
    -ms-transition: 	all ease-in 200ms;
}

.main-navigation ul.menu > li.current-menu-item > a, 
.main-navigation ul.menu > li:hover > a {
	color: #dd0404;
	background: url(../images/menu-dot-none.png) no-repeat center 68px;
	background-size: auto 24px;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: 		all ease-in 200ms;
    -ms-transition: 	all ease-in 200ms;
}

@media (min-width: 960px) {
	.main-navigation ul.menu > li > a::before {
	    border-bottom: none;
	}
}
	
.main-navigation ul.menu > li.menu-item-172 > a,
.main-navigation ul.menu > li.menu-item-172.current_page_item > a,
.main-navigation ul.menu > li.menu-item-172.current-menu-item > a {
}

.main-navigation ul.menu > li.menu-item-172.current-menu-item > a,
.main-navigation ul.menu > li.menu-item-172.current-menu-item.current_page_item > a,
.main-navigation ul.menu > li.menu-item-172.current-menu-item > a, 
.main-navigation ul.menu > li.menu-item-172 > a:hover,
.main-navigation ul.menu > li.menu-item-172.current_page_item > a:hover,
.main-navigation ul.menu > li.menu-item-172.current-menu-item > a:hover {
}

@media (max-width: 959px) {
	.main-navigation ul.menu > li.menu-item-172 > a,
	.main-navigation ul.menu > li.menu-item-172.current_page_item > a,
	.main-navigation ul.menu > li.menu-item-172.current-menu-item > a {
	}
	
	.main-navigation ul.menu > li.menu-item-172.current-menu-item > a,
	.main-navigation ul.menu > li.menu-item-172.current-menu-item.current_page_item > a,
	.main-navigation ul.menu > li.menu-item-172.current-menu-item > a, 
	.main-navigation ul.menu > li.menu-item-172 > a:hover,
	.main-navigation ul.menu > li.menu-item-172.current_page_item > a:hover,
	.main-navigation ul.menu > li.menu-item-172.current-menu-item > a:hover {
	}
}
	
.menu-item_description {
	color: #616262;
}

.main-navigation ul.sub-menu > li > a {
	color: #ffffff;
}

.main-navigation ul.sub-menu > li > a:hover,
.main-navigation ul.sub-menu > li.menu-hover > a,
.main-navigation ul.sub-menu > li.current_page_item > a,
.main-navigation ul.sub-menu > li.current-menu-item > a,
.main-navigation ul.sub-menu > li.current_page_ancestor > a:hover {
	color: #ffffff;
	background: #3fcaf9;
}

.main-navigation ul.sub-menu {
	color: #ffffff;
	background: #769930;
}

/* Mobile resolution */
@media (max-width: 959px) {
	.main-navigation ul.menu > li > a {
		color: #111111;
	}
	
	.main-navigation ul.menu > li:hover > a {
		color: #ffffff;
		border-bottom: none;
		background: #dd0404;
	}
	
	.main-navigation .menu-item-has-children > .sub-menu > li:hover > a {
		color: #ffffff;
	}
}

@media (min-width: 960px) {
	.site-header.minimal .main-navigation ul.menu > li > a,
	.site-header.minimal .main-navigation ul.menu > li:hover > a, 
	.site-header.minimal .main-navigation ul.menu > li.menu-hover > a,
	.site-header.minimal .main-navigation ul.menu > li.current_page_item > a,
	.site-header.minimal .main-navigation ul.menu > li.current-menu-item > a,
	.site-header.minimal .main-navigation ul.menu > li.current_page_ancestor > a:hover {
		color: #111111;
	}
}

.main-navigation {
	margin: 0px 0px 0px 0px;
}

@media (max-width: 1280px) {
	.main-navigation {
		margin: 0px 0px 0px 0px;
	}
}

@media (max-width: 959px) {
	.main-navigation {
		display: block;
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
}

.main-navigation .menu-toggle {
	display:none;
}

.main-navigation ul {
	display:block;
	margin:0;
}

.main-navigation ul li {
	position:relative;
	margin:0;
}

.main-navigation .menu>li>a {
	text-decoration: none;
	
}

.main-navigation .menu-item-has-children>.sub-menu-toggle {
	position:absolute;
	right:0;
	z-index:100;
	font-size:20px;
	text-align:center;
	cursor:pointer;
	transition:.25s;
}

.main-navigation .menu-item-has-children>.sub-menu-toggle:before {
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.main-navigation .menu>li button.dropdown-toggle {
	display: none;
}

@media(max-width:991px) {
	.site-menu:before {
		content:"";
		position:absolute;
		top:0;
		left:50%;
		-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
		width:100vw;
		height:100%;
	}
}

	
@media(min-width: 960px) {
	.main-navigation ul li {
		display: inline-block ;
		list-style-image: none !important;
		list-style: none !important;
		list-style-type: none !important;
	}

	.main-navigation ul li a {
		display: inline-block;
		padding: 40px 4px 90px 4px;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 1;
	}
	
	.main-navigation ul li.menu-item-172 a, 
	.main-navigation ul li.menu-item-2037 a {
		color: #ffffff;
		display: inline-block;
		padding: 30px 20px 90px 20px;
		background: url(../images/menu-li-oranzova.png) repeat-x 0px 0px;
	}
	
	.main-navigation ul li.menu-item-172 a:hover, 
	.main-navigation ul li.menu-item-2037 a:hover {
		padding: 30px 20px 90px 20px;
		background: url(../images/menu-li-oranzova-a.png) repeat-x 0px 0px;
	}
	
	.main-navigation ul li.menu-item-172 a:hover, 
	.main-navigation ul li.menu-item-2037 a:hover {
		color: #ffffff;
	}
	
	.main-navigation .menu {
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-justify-content:space-between;
		-ms-flex-pack:justify;
		justify-content:space-between;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		max-width: 440px;
	}
	
	.main-navigation .menu>li {
		-webkit-flex-grow:0;
		-ms-flex-positive:0;
		flex-grow: 0;
		text-align: center;
	}
	
	.main-navigation .menu>li>a {
		position:relative
	}
	
	.main-navigation .menu>li>a:before {
		content:"";
		position:absolute;
		bottom:0;
		left:50%;
		-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
		width:0;
		border-bottom:4px solid;
		opacity:0;
		transition:width .2s cubic-bezier(.53,.4,.4,1.72),opacity .1s linear;
	}
	
	.main-navigation .menu>li:hover>a:before,.main-navigation .menu>li.current_page_item>a:before {
		width:100%;
		opacity:1;
	}
	
	.main-navigation .menu>li:first-child {
		margin-left:-10px;
	}
	
	.main-navigation .menu>li.menu-item-has-children>.sub-menu-toggle {
		display:none;
		width:20px;
	}
	
	.main-navigation .menu>li.menu-item-has-children>.sub-menu-toggle:before {
		content:'\f107';
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0);
	}
	
	.main-navigation .menu>li.menu-item-has-children>.sub-menu-toggle.is-active,.main-navigation .menu>li.menu-item-has-children:hover>.sub-menu-toggle {
		-webkit-transform:translateY(-50%) rotateX(180deg);
		transform:translateY(-50%) rotateX(180deg);
	}
	
	.main-navigation .menu-item-has-children>.sub-menu {
		position:absolute;
		top:100%;
		left:0;
		z-index:999;
		display:block;
		min-width: 220px;
		visibility:hidden;
		opacity:0;
		transition:.3s;
	}
	
	.main-navigation .menu-item-has-children>.sub-menu>li {
		display:block;
	}
	
	.main-navigation .menu-item-has-children>.sub-menu>li>a {
		display: block;
		font-size: 14px;
		font-weight: 400;
		text-transform: none;
		text-decoration: none;
		line-height: 1.3em;
		padding: 10px 10px 10px 10px;
		border-bottom: 1px solid #98ca7f;
	}
	
	.main-navigation .menu-item-has-children>.sub-menu>li:last-child>a {
		border-bottom:none
	}
	
	.main-navigation .menu-item-has-children>.sub-menu .menu-item-has-children>a {
		padding-right:45px;	
	}
	
	.main-navigation .menu-item-has-children>.sub-menu .sub-menu {
		top:0;
		left:calc(100% + 2px);
	}
	
	.main-navigation .menu-item-has-children>.sub-menu-toggle {
		top:50%;
		-webkit-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		transform:translateY(-50%);
		width:40px;
		height:20px;
		line-height:20px;
	}
	
	.main-navigation .menu-item-has-children>.sub-menu-toggle:before {
		content:'\f105';
		-webkit-transform:translateX(1px);
		-ms-transform:translateX(1px);
		transform:translateX(1px);
	}
	
	.main-navigation .menu-item-has-children>.sub-menu-toggle.is-active {
		-webkit-transform:translateY(-50%) rotateX(180deg);
		transform:translateY(-50%) rotateX(180deg)
	}
	
	.main-navigation .menu-item-has-children>.sub-menu-toggle.is-active,.main-navigation .menu-item-has-children:hover>.sub-menu-toggle {
		-webkit-transform:translateY(-50%) rotateY(180deg);
		transform:translateY(-50%) rotateY(180deg);
	}
	
	.main-navigation .menu-item-has-children.sub-menu-open>.sub-menu,.main-navigation .menu-item-has-children:hover>.sub-menu {
		visibility:visible;
		opacity:1;
	}
}

@media(max-width: 1720px) {
	.main-navigation .menu {
		padding: 0px 100px 0px 270px;
		margin: 0px auto 0px auto;
		max-width: 440px;
	}
	
	.main-navigation ul li a {
		display: inline-block;
		padding: 40px 2px 90px 2px;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.3em;
	}

	.main-navigation ul li.menu-item-172 a, 
	.main-navigation ul li.menu-item-2037 a {
		display: inline-block;
		padding: 32px 14px 90px 14px;
	}

	.main-navigation ul li.menu-item-172 a:hover, 
	.main-navigation ul li.menu-item-2037 a:hover {
		padding: 32px 14px 90px 14px;
	}
}

@media(max-width: 1280px) {
 	.main-navigation .menu {
    	padding: 0px 100px 0px 220px;
	    margin: 0px auto 0px auto;
	    max-width: 440px;
  	}
  
	.main-navigation ul li a {
		display: inline-block;
		padding: 38px 4px 90px 4px;
		font-size: 13px;
		font-weight: 600;
		line-height: 1.25em;
	}
	
	.main-navigation ul li.menu-item-172 a {
	}
}

@media(max-width: 1169px) {
}

@media(max-width: 959px) {
	.main-navigation .menu {
		padding: 0px 0px 0px 0px;
		margin: 80px 0px 0px 0px;
		max-width: 1000px;
	}

	.site-menu {
		margin:0 -15px;
		position: relative;
	}
	
	.main-navigation ul li {
		overflow: hidden;
		list-style-image: none !important;
		list-style: none !important;
		list-style-type: none !important;
	}
	
	.main-navigation ul li a, 
	.main-navigation ul li.menu-item-172 a, 
	.main-navigation ul li.menu-item-2037 a {
		display:block;
		padding:0 49px 0 0;
		border-bottom:0 solid transparent;
		font-size:0;
		line-height:1;
		transition:.3s .1s all,.1s opacity;
		opacity:0;
	}
	
	.main-navigation ul li.menu-item-172 a:hover, 
	.main-navigation ul li.menu-item-2037 a:hover {
		padding: 15px 49px 15px 16px;
	}
	
	.main-navigation .menu-toggle {
		position:absolute;
		z-index: 9999;
		top: 15px;
		right: 10px;
		display:block;
		width: 50px;
		height: 50px;
		padding:5px;
		line-height:1;
		transition:.3s;
		border:none;
		background:0 0;
		outline: none;
		color: #ffffff;
	}
	
	.main-navigation .menu-toggle:hover {
		color: #0c221f;
	}
	
	.main-navigation .menu-toggle i {
		display:none;
	}
	
	.main-navigation .menu-toggle::before {
		content:'\f0c9';
		font-size: 28px;
		font-family:FontAwesome;
		transition:.3s ease all;
		
		display: none;
	}
	
	.main-navigation .menu {
		border-top:0 solid transparent;
		transition:.3s;
	}
	
	.main-navigation.toggled .menu {
		clear: both;
		position:relative;
		z-index:1;
	}
	
	.main-navigation.toggled .menu>li>a {
		color: #dd0404;
		width: 100%;
		padding: 15px 49px 15px 16px;
		border-top: 1px solid #e85555;
		border-bottom: none;
		font-size: 16px;
		font-weight: 600;
		line-height:1;
		text-transform: uppercase;
		transition:.3s all,.1s .3s opacity;
		opacity:1;
		background: #ffffff;
	}
	
	.main-navigation.toggled .menu>li:last-child>a {
		border-bottom: 1px solid #e85555;
	}
	
	.main-navigation.toggled .menu>li.current-menu-item>a {
		color: #ffffff;
		border-bottom: none;
		background: #dd0404;
	}

	.main-navigation.toggled .menu>li.current-menu-item>a:hover {
		color: #ffffff;
		border-bottom: none;
		background: #dd0404;
	}

	.main-navigation .menu-item-has-children>.sub-menu {
		display: block;
/*
		display: none !important;
*/
	}
	
	.main-navigation .menu-item-has-children>.sub-menu a {
		padding-left:20px;
		padding-right:49px;
	}
	
	.main-navigation .menu-item-has-children>.sub-menu li li>a {
		padding-left:40px;
	}
	
	.main-navigation .menu-item-has-children>.sub-menu-toggle {
		top:0;
		width:49px;
		height:49px;
		line-height:49px;
	}
	
	.main-navigation .menu-item-has-children ul li>.sub-menu-toggle {
		top:0;
		width:49px;
		height:42px;
		line-height:42px;
	}
	
	.main-navigation .menu-item-has-children>.sub-menu-toggle:before {
		content:'\f107';
		-webkit-transform:translateY(1px);
		-ms-transform:translateY(1px);
		transform:translateY(1px);
	}
	
	.main-navigation .menu-item-has-children:hover>.sub-menu-toggle:before {
		color: #ffffff;
	}
	
	.main-navigation .menu-item-has-children>.sub-menu-toggle.is-active {
		-webkit-transform:rotateX(180deg);
		transform:rotateX(180deg);
	}
	
	.main-navigation .menu-item-has-children:not(.sub-menu-open)>.sub-menu>.menu-item-has-children.sub-menu-open>.sub-menu>li>a {
		padding-top:0;
		padding-bottom:0;
		display:block;
		border-bottom:0 solid transparent;
		font-size:0;
		line-height:1;
		transition:.3s .1s all,.1s opacity;
		opacity:0;
	}
	
	.main-navigation .menu-item-has-children.sub-menu-open>.sub-menu>li>a {
		padding-top:12px;
		padding-bottom:12px;
		border-top:1px solid #98ca7f;
		font-size:16px;
		line-height:1;
		transition:.3s all,.1s .3s opacity;
		opacity:1;
		text-decoration: none;
	}
}







/*------------------------------------------------*/
/* WRAPPERS */
/*------------------------------------------------*/
#motivWrapper {
	position: relative;
	margin: 0px auto 0px auto;
}

#motivWrapper .container {
	position: relative;
    clear: both;
    width: 100%;
	max-width: 1920px;
	padding: 0px 0px 0px 0px
}

#motivWrapper .container .obrazek {
	position: relative;
	width: 100%;
	height: auto;
	max-height: 1080px;
	margin: 0px auto 0px auto;
	font-size: 0px;
	overflow: hidden;
}

#motivWrapper .container .bg {
	position: absolute;
	bottom: 0px;
	z-index: 1;
	width: 100%;
	height: 208px;
	margin: 0px auto 0px auto;
	font-size: 0px;
	overflow: hidden;
	background: url(../images/motiv-prechod.png) no-repeat center bottom;
	background-size: auto 208px;
}

#motivWrapper .container .obrazek p {
	font-size: 0px;
	margin: 0px;
}

#motivWrapper .container .logo img {
	display: block;
	text-align: center;
	margin: 0px auto 8px auto;
	width: auto;
	height: 120px;
}

#motivWrapper .container .obrazek img {
	display: block;
	text-align: center;
	margin: 0px auto;
}

#motivWrapper .container .hlavni .nadpis-1 {
    position: absolute;
    z-index: 1000;
    top: 26px;
	left: 24px;
	width: 97%;
	max-width: 400px;
	padding: 24px 1.5% 16px 1.5%;
    margin: 0px auto 0px auto;
	background: url(../images/nadpis-bg.png) repeat 0px 0px;
}

#motivWrapper .container .hlavni .nadpis-1 .mainlogo {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 12px 0px;
}

#motivWrapper .container .hlavni .nadpis-1 .mainlogo img {
	display: block;
	width: auto;
	height: 40px;
}

#motivWrapper .container .hlavni .nadpis-1 h1 {
	color: #dd0404;
	font-size: 0px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
}

#motivWrapper .container .hlavni .nadpis-1 p {
	font-size: 15px;
	font-weight: 400;
	text-align: justify;
	line-height: 1.4em;
	margin: 0px 0px 4px 0px;
}

#motivWrapper .container .hlavni .nadpis-1 .adresa {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

#motivWrapper .container .hlavni .nadpis-1 .adresa p {
	font-size: 15px;
	text-align: left;
	line-height: 1.4em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
}

#motivWrapper .container .hlavni .nadpis-1 .adresa p a {
	display: block;
	font-weight: 500;
	padding: 6px 0px 6px 0px;
	background: none;
	background-size: 0px 0px;
	text-decoration: none;
}

#motivWrapper .container .hlavni .nadpis-1 .adresa p a:hover {
	background: none;
	background-size: 0px 0px;
}



#motivWrapper .container .hlavni .nadpis-1 .whatsapp {
	clear: none;
	float: left;
	width: 44px;
	height: 32px;
	margin: 0px 0px 0px 0px;
}

#motivWrapper .container .hlavni .nadpis-1 .whatsapp p {
	font-size: 0px;
	text-align: left;
	line-height: 1.4em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
}

#motivWrapper .container .hlavni .nadpis-1 .whatsapp p a {
	display: block;
	width: 32px;
	height: 32px;
	font-weight: 600;
	padding: 0px 0px 0px 0px;
	background: url(../images/ikona-whatsapp-3a.png) no-repeat 0px 0px;
	background-size: auto 32px;
	text-decoration: none;
}

#motivWrapper .container .hlavni .nadpis-1 .whatsapp p a:hover {
	background: url(../images/ikona-whatsapp-3b.png) no-repeat 0px 0px;
	background-size: auto 32px;
}



#motivWrapper .container .hlavni .nadpis-1 .telefon {
	clear: none;
	float: left;
	width: 44px;
	height: 32px;
	margin: 0px 0px 0px 0px;
}

#motivWrapper .container .hlavni .nadpis-1 .telefon p {
	font-size: 0px;
	text-align: left;
	line-height: 1.4em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
}

#motivWrapper .container .hlavni .nadpis-1 .telefon p a {
	display: block;
	width: 32px;
	height: 32px;
	font-weight: 600;
	padding: 0px 0px 0px 0px;
	background: url(../images/ikona-telefon-3a.png) no-repeat 0px 0px;
	background-size: auto 32px;
	text-decoration: none;
}

#motivWrapper .container .hlavni .nadpis-1 .telefon p a:hover {
	background: url(../images/ikona-telefon-3b.png) no-repeat 0px 0px;
	background-size: auto 32px;
}



#motivWrapper .container .hlavni .nadpis-1 .email {
	clear: none;
	float: left;
	width: 44px;
	height: 32px;
	margin: 0px 0px 0px 0px;
}

#motivWrapper .container .hlavni .nadpis-1 .email p {
	font-size: 0px;
	text-align: left;
	line-height: 1.4em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
}

#motivWrapper .container .hlavni .nadpis-1 .email p a {
	display: block;
	width: 32px;
	height: 32px;
	font-weight: 600;
	padding: 0px 0px 0px 0px;
	background: url(../images/ikona-email-3a.png) no-repeat 0px 0px;
	background-size: auto 32px;
	text-decoration: none;
}

#motivWrapper .container .hlavni .nadpis-1 .email p a:hover {
	background: url(../images/ikona-email-3b.png) no-repeat 0px 0px;
	background-size: auto 32px;
}


#motivWrapper .container .hlavni .nadpis-1 .logo {
	position: absolute;
	width: 100%;
	height: auto;
	max-height: 280px;
	margin: 0px auto 0px auto;
	font-size: 0px;
	overflow: hidden;
}

#motivWrapper .container .hlavni .nadpis-1 .logo img {
	width: auto;
	height: 280px;
	display: block;
	text-align: center;
	margin: 0px auto;
}

@media (max-width: 1520px) {
	#motivWrapper {
		position: relative;
		margin: 0px auto 0px auto;
	}
}

@media (max-width: 1280px) {
	#motivWrapper .container .logo img {
		display: block;
		text-align: center;
		margin: 0px auto 8px auto;
		width: auto;
		height: 90px;
	}
	
	#motivWrapper .container .hlavni .nadpis-1 .logo img {
		width: auto;
		height: 240px;
		display: block;
		text-align: center;
		margin: 0px auto;
	}
}

@media (max-width: 1170px) {
}


@media (max-width: 959px) {
	#motivWrapper {
		margin: 80px auto 0px auto;
	}
	
	#motivWrapper .container {
		min-height: 0px;
		overflow-x: hidden;
	}

	#motivWrapper .container img {
		max-width: 959px;
		min-height: 540px !important;
		position: relative;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.wds_slider_cont {
		max-width: 959px !important;
		height: 540px !important;
		min-height: 540px !important;
		position: relative !important;
		top: 0px !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}

	#motivWrapper .container .obrazek,
	.n2-ss-slide-background-image {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: 540px !important;
		overflow: hidden;
	}
		
	.n2-ss-slider .n2-ss-layer[data-sstype="slide"] {
		height: 540px !important;
	}

	#motivWrapper .container .obrazek img,
	.n2-ss-slide-background-image img {
		width: 959px !important;
		max-width: 959px !important;
		height: 540px !important;
		display: block !important;
		position: absolute !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	
	.n2-ss-slider {
		z-index: 3;
		position: relative;
		text-align: left;
		width: 100%;
		min-height: 1px;
		height: 540px !important;
	}	

	#motivWrapper .container .logo img {
		width: 146px !important;
		max-width: 146px !important;
		height: 60px !important;
		min-height: 60px !important;
		display: block !important;
		position: relative !important;
		top: 0px;
		left: 0% !important;
		transform: translateX(0%) !important;
		margin: 0px auto 18px auto;
	}
		
	#motivWrapper .container .hlavni .nadpis-1 {
		clear: none;
		float: left;
	    position: relative;
	    z-index: 1000;
	    top: 0px;
		left: 0px;
		width: 92%;
		max-width: 100%;
		padding: 30px 4% 20px 4%;
	    margin: 0px auto 0px auto;
		background: #ffffff;
	}
	
	#motivWrapper .container .hlavni .nadpis-1 p {
		font-size: 15px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.4em;
		margin: 0px 0px 20px 0px;
	}

	#motivWrapper .container .hlavni .nadpis-1 .logo img {
		width: auto !important;
		max-width: 100% !important;
		height: 106px !important;
		display: block !important;
		text-align: center;
		margin: 0px auto;
	}

	#motivWrapper .container .hlavni .nadpis-1 h1 {
		font-size: 21px;
		font-weight: 600;
		margin: 0px 0px 12px 0px;
	}

	#motivWrapper .container .hlavni .nadpis-1 .mainlogo {
		display: none;
		margin: 0px 0px 12px 0px;
	}
	
	
	#motivWrapper .container .hlavni .nadpis-1 .adresa {
		clear: none;
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	
	#motivWrapper .container .hlavni .nadpis-1 .adresa p {
		font-size: 15px;
		text-align: left;
		line-height: 1.4em;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 6px 0px;
	}
	
	#motivWrapper .container .hlavni .nadpis-1 .adresa p a {
		display: block;
		font-weight: 500;
		padding: 6px 0px 6px 40px;
		background: url(../images/ikona-adresa-3a.png) no-repeat 0px 0px;
		background-size: auto 32px;
		text-decoration: none;
	}
	
	#motivWrapper .container .hlavni .nadpis-1 .adresa p a:hover {
		background: url(../images/ikona-adresa-3b.png) no-repeat 0px 0px;
		background-size: auto 32px;
	}
	
	
	
	#motivWrapper .container .hlavni .nadpis-1 .whatsapp {
		clear: none;
		float: left;
		width: 100%;
		height: auto;
		margin: 0px 0px 0px 0px;
	}
	
	#motivWrapper .container .hlavni .nadpis-1 .whatsapp p {
		font-size: 15px;
		text-align: left;
		line-height: 1.4em;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 6px 0px;
	}
	
	#motivWrapper .container .hlavni .nadpis-1 .whatsapp p a {
		display: block;
		width: auto;
		height: auto;
		font-weight: 600;
		padding: 6px 0px 6px 40px;
		background: url(../images/ikona-whatsapp-3a.png) no-repeat 0px 0px;
		background-size: auto 32px;
		text-decoration: none;
	}
	
	#motivWrapper .container .hlavni .nadpis-1 .whatsapp p a:hover {
		background: url(../images/ikona-whatsapp-3b.png) no-repeat 0px 0px;
		background-size: auto 32px;
	}
	
	
	
	#motivWrapper .container .hlavni .nadpis-1 .telefon {
		clear: none;
		float: left;
		width: 100%;
		height: auto;
		margin: 0px 0px 0px 0px;
	}
	
	#motivWrapper .container .hlavni .nadpis-1 .telefon p {
		font-size: 15px;
		text-align: left;
		line-height: 1.4em;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 6px 0px;
	}
	
	#motivWrapper .container .hlavni .nadpis-1 .telefon p a {
		display: block;
		width: auto;
		height: auto;
		font-weight: 600;
		padding: 6px 0px 6px 40px;
		background: url(../images/ikona-telefon-3a.png) no-repeat 0px 0px;
		background-size: auto 32px;
		text-decoration: none;
	}
	
	#motivWrapper .container .hlavni .nadpis-1 .telefon p a:hover {
		background: url(../images/ikona-telefon-3b.png) no-repeat 0px 0px;
		background-size: auto 32px;
	}
	
	
	
	#motivWrapper .container .hlavni .nadpis-1 .email {
		clear: none;
		float: left;
		width: 100%;
		height: auto;
		margin: 0px 0px 0px 0px;
	}
	
	#motivWrapper .container .hlavni .nadpis-1 .email p {
		font-size: 15px;
		text-align: left;
		line-height: 1.4em;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 6px 0px;
	}
	
	#motivWrapper .container .hlavni .nadpis-1 .email p a {
		display: block;
		width: auto;
		height: auto;
		font-weight: 600;
		padding: 6px 0px 6px 40px;
		background: url(../images/ikona-email-3a.png) no-repeat 0px 0px;
		background-size: auto 32px;
		text-decoration: none;
	}
	
	#motivWrapper .container .hlavni .nadpis-1 .email p a:hover {
		background: url(../images/ikona-email-3b.png) no-repeat 0px 0px;
		background-size: auto 32px;
	}
}

@media (max-width: 768px) {
	#motivWrapper {
		margin: 80px auto 0px auto;
	}
}

@media (max-width: 568px) {
	#motivWrapper {
		margin: 80px auto 0px auto;
	}
}

@media (max-width: 468px) {
}






@keyframes zvetsit {
    0% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(1.1,1.1);
    }
}

.inside img {
	animation: zvetsit 10s forwards; 
}

#motiv2Wrapper {
	margin: 0px auto 0px auto;
}

#motiv2Wrapper {
	margin: 0px auto 0px auto;
}

#motiv2Wrapper .container {
	position: relative;
    clear: both;
    width: 100%;
	max-width: 1920px;
	padding: 0px 0px 0px 0px
}

#motiv2Wrapper .container .obrazek {
	position: relative;
	width: 100%;
	height: auto;
	max-height: 620px;
	margin: 0px auto 0px auto;
	font-size: 0px;
	overflow: hidden;
}

#motiv2Wrapper .container .bg {
	position: absolute;
	bottom: 0px;
	z-index: 1;
	width: 100%;
	height: 208px;
	margin: 0px auto 0px auto;
	font-size: 0px;
	overflow: hidden;
	background: url(../images/motiv2-bg.png) repeat-x center bottom;
}

#motiv2Wrapper .container .obrazek p {
	font-size: 0px;
	margin: 0px;
}

#motiv2Wrapper .container img, 
#motiv2Wrapper .container .obrazek img {
	display: block;
	text-align: center;
	margin: 0px auto;
}

#motiv2Wrapper .container .hlavni .nadpis-1 {
    position: absolute;
    z-index: 10000;
    bottom: 40%;
	left: 50%;
	transform: translateX(-50%);
	width: 94%;
    max-width: 1440px;
	padding: 0px 3% 0px 3%;
    margin: 0px auto 0px auto;
	text-shadow: 0px 0px 24px #000000;
}

#motiv2Wrapper .container .hlavni .nadpis-1 h1 {
	color: #ffffff;
	font-size: 54px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.05em;
    margin: 0px 0px 0px 0px;
}

#motiv2Wrapper .container .hlavni .nadpis-1 h1 span {
	display: block;
	clear: both;
}

#motiv2Wrapper .container .hlavni .nadpis-1 h2 {
    font-family: 'Artifex', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 37px;
	font-weight: 300;
	line-height: 1.3em;
	text-align: center;
	margin: 10px 0px 0px 0px;
	text-shadow: 0px 0px 20px #000000;
}

#motiv2Wrapper .container .hlavni .nadpis-1 p {
    font-family: 'Artifex', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 37px;
	font-weight: 300;
	line-height: 1.3em;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	text-shadow: 0px 0px 20px #000000;
}

#motiv2Wrapper .container .logo img {
	display: block;
	text-align: center;
	margin: 0px auto 8px auto;
	width: auto;
	height: 58px;
}

@media (max-width: 1520px) {
}

@media (max-width: 1280px) {
	#motiv2Wrapper {
		margin: 0px auto 0px auto;
	}
	
	#motiv2Wrapper .container .hlavni .nadpis-1 {
	    bottom: 35%;
	}
	
	#motiv2Wrapper .container .hlavni .nadpis-1 h1 {
		font-size: 44px;
	}
	
	#motiv2Wrapper .container .hlavni .nadpis-1 h2 {
		font-size: 34px;
	}
	
	#motiv2Wrapper .container .hlavni .nadpis-1 p {
		font-size: 34px;
	}
}

@media (max-width: 959px) {
	#motiv2Wrapper {
		margin: 74px auto 0px auto;
	}

	#motiv2Wrapper .container {
		min-height: 0px;
		overflow-x: hidden;
	}
	
	#motiv2Wrapper .container .obrazek,
	.n2-ss-slide-background-image {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: 250px;
		overflow: hidden;
	}
		
	.n2-ss-slider .n2-ss-layer[data-sstype="slide"] {
		height: 250px !important;
	}

	#motiv2Wrapper .container .obrazek img,
	.n2-ss-slide-background-image img {
		width: 959px !important;
		max-width: 959px !important;
		height: 250px !important;
		display: block !important;
		position: absolute !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	
	.n2-ss-slider {
		z-index: 3;
		position: relative;
		text-align: left;
		width: 100%;
		min-height: 1px;
		height: 250px;
	}	
	
	#motiv2Wrapper .container .hlavni .nadpis-1 {
	    bottom: 40%;
	}
	
	#motiv2Wrapper .container .hlavni .nadpis-1 h1 {
	    font-size: 41px;
	}
	
	#motiv2Wrapper .container .hlavni .nadpis-1 h2 {
		font-size: 29px;
	}
	
	#motiv2Wrapper .container .hlavni .nadpis-1 p {
		font-size: 29px;
	}
}

@media (max-width: 768px) {
}

@media (max-width: 568px) {
	#motiv2Wrapper .container .hlavni .nadpis-1 {
	    bottom: 40%;
	}

	#motiv2Wrapper .container .hlavni .nadpis-1 h1 {
		font-size: 39px;
	}

	#motiv2Wrapper .container .hlavni .nadpis-1 p {
		font-size: 29px;
	}
}







#galerieWrapper {
}

@media (max-width: 1520px) {
    #galerieWrapper {
		width: 94%;
        padding: 0px 3% 0px 3%;
    }
}

#galerieWrapper .container {
	width: 100%;
    padding: 60px 0px 80px 0px;
}

#galerieWrapper.page .container {
	width: 100%;
    padding: 80px 0px 0px 0px;
}

#galerieWrapper .container .galerie {
	clear: none;
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}

#galerieWrapper .container .galerie .osoba {
	clear: none;
	float: left;
	width: 13.6%;
	padding: 0px 4% 0px 4%;
	margin: 0px 0px 20px 0px;
	background: url(../images/uvod-bg.png) no-repeat 0px 80px;
}

#galerieWrapper .container .galerie .osoba:nth-child(5n+1) {
	clear: both;
	padding: 0px 4% 20px 0px;
	background: none;
}

#galerieWrapper .container .galerie .osoba:nth-child(5n) {
	padding: 0px 0px 20px 4%;
}

#galerieWrapper .container .galerie .osoba .obrazek {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 14px 0px;
}


#galerieWrapper .container .galerie .osoba .obrazek img {
	display: block;
	width: auto;
	height: auto;
	max-height: 340px;
	margin: 0px auto 0px auto;
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#galerieWrapper .container .galerie .osoba .obrazek:hover img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#galerieWrapper .container .galerie .osoba h3 {
	color: #dd0404;
    font-family: 'DotoBlack', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	text-align: center; 
    margin: 0px 0px 30px 0px;
}

#galerieWrapper .container .galerie .osoba h3 a {
	color: #dd0404;
    font-family: 'DotoBlack', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 1.4em;
	text-decoration: none;
}

#galerieWrapper .container .galerie .osoba h3 a:hover {
	color: #000000;
}

#galerieWrapper .container .galerie .osoba h4 {
	color: #dd0404;
	display: inline-block;
	width: 100%;
	height: 80px;
	overflow: hidden;
	text-align: center; 
	line-height: 1.5em;
    margin: 10px 0px 4px 0px;
}

#galerieWrapper .container .galerie .osoba h4 a {
	color: #dd0404;
	line-height: 1.4em;
	text-decoration: none;
}

#galerieWrapper .container .galerie .osoba h4 a:hover {
	color: #000000;
}

#galerieWrapper .container .galerie .osoba p {
	text-align: center;
	line-height: 1.6em;
}

#galerieWrapper .container .galerie .osoba p a {
	color: #292929;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
}


@media (max-width: 1170px) {
	#galerieWrapper .container {
		width: 100%;
	    padding: 50px 0px 50px 0px;
	}
	
	#galerieWrapper .container h1 {
		font-size: 44px;
	}

	#galerieWrapper .container .galerie {
		width: 100%;
		margin: 20px 0px 0px 0px;
	}

	#galerieWrapper .container .galerie .osoba {
		clear: none;
		float: left;
		width: 19%;
		padding: 0px 4% 0px 4%;
		margin: 0px 0px 20px 0px;
		background: url(../images/uvod-bg.png) no-repeat 0px 80px;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(5n+1) {
		clear: none;
		padding: 0px 4% 0px 4%;
		background: url(../images/uvod-bg.png) no-repeat 0px 80px;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(5n) {
		padding: 0px 4% 20px 4%;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(4n+1) {
		clear: both;
		padding: 0px 4% 0px 0px;
		background: none;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(4n) {
		clear: none;
		padding: 0px 0px 20px 4%;
	}
	
	#galerieWrapper .container .galerie .osoba h3 {
	    margin: 0px 0px 30px 0px;
	}
	
	#galerieWrapper .container .galerie .osoba h3 a {
		font-size: 31px;
		line-height: 1.4em;
	}
	
	#galerieWrapper .container .galerie .osoba h4 {
		height: 54px;
		overflow: hidden;
		text-align: center; 
		line-height: 1.5em;
	    margin: 10px 0px 4px 0px;
	}
	
	#galerieWrapper .container .galerie .osoba p {
		line-height: 1.6em;
	}
}

@media (max-width: 959px) {
	#galerieWrapper .container {
		width: 100%;
	    padding: 50px 0px 50px 0px;
	}
	
	#galerieWrapper .container h1 {
		font-size: 44px;
	}

	#galerieWrapper .container .galerie {
		width: 100%;
		margin: 20px 0px 0px 0px;
	}
	
	#galerieWrapper .container .galerie .osoba {
		clear: none;
		float: left;
		width: 28%;
		padding: 0px 4% 0px 4%;
		margin: 0px 0px 20px 0px;
		background: url(../images/uvod-bg.png) no-repeat 0px 80px;
	}

	#galerieWrapper .container .galerie .osoba:nth-child(5n+1) {
		clear: none;
		padding: 0px 4% 0px 4%;
		background: url(../images/uvod-bg.png) no-repeat 0px 80px;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(5n) {
		padding: 0px 4% 20px 4%;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(4n+1) {
		clear: none;
		padding: 0px 4% 0px 4%;
		background: url(../images/uvod-bg.png) no-repeat 0px 80px;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(4n) {
		clear: none;
		padding: 0px 4% 20px 4%;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(3n+1) {
		clear: both;
		padding: 0px 4% 0px 0px;
		background: none;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(3n) {
		clear: none;
		padding: 0px 0px 20px 4%;
	}

	#galerieWrapper .container .galerie .osoba h3 {
	    margin: 0px 0px 30px 0px;
	}
	
	#galerieWrapper .container .galerie .osoba h3 a {
		font-size: 31px;
		line-height: 1.4em;
	}
	
	#galerieWrapper .container .galerie .osoba h4 {
		height: 54px;
		overflow: hidden;
		text-align: center; 
		line-height: 1.5em;
	    margin: 10px 0px 4px 0px;
	}
	
	#galerieWrapper .container .galerie .osoba p {
		line-height: 1.6em;
	}
}

@media (max-width: 668px) {
	#galerieWrapper .container .galerie .osoba {
		clear: none;
		float: left;
		width: 46%;
		padding: 0px 4% 0px 4%;
		margin: 0px 0px 20px 0px;
		background: url(../images/uvod-bg.png) no-repeat 0px 0px;
	}

	#galerieWrapper .container .galerie .osoba:nth-child(5n+1) {
		clear: none;
		padding: 0px 4% 0px 4%;
		background: url(../images/uvod-bg.png) no-repeat 0px 0px;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(5n) {
		padding: 0px 4% 20px 4%;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(4n+1) {
		clear: none;
		padding: 0px 4% 0px 4%;
		background: url(../images/uvod-bg.png) no-repeat 0px 0px;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(4n) {
		clear: none;
		padding: 0px 4% 20px 4%;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(3n+1) {
		clear: none;
		padding: 0px 4% 0px 4%;
		background: url(../images/uvod-bg.png) no-repeat 0px 80px;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(3n) {
		clear: none;
		padding: 0px 4% 20px 4%;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(2n+1) {
		clear: both;
		padding: 0px 4% 0px 0px;
		background: none;
	}
	
	#galerieWrapper .container .galerie .osoba:nth-child(2n) {
		clear: none;
		padding: 0px 0px 20px 4%;
	}

	#galerieWrapper .container .galerie .osoba .obrazek img {
		display: block;
		width: auto;
		height: 100%;
		max-height: 240px;
		margin: 0px auto 0px auto;
	}
}

@media (max-width: 468px) {
	#galerieWrapper .container .galerie .osoba, 
	#galerieWrapper .container .galerie .osoba:nth-child(5n+1), 
	#galerieWrapper .container .galerie .osoba:nth-child(5n), 
	#galerieWrapper .container .galerie .osoba:nth-child(4n+1), 
	#galerieWrapper .container .galerie .osoba:nth-child(4n), 
	#galerieWrapper .container .galerie .osoba:nth-child(3n+1), 
	#galerieWrapper .container .galerie .osoba:nth-child(3n), 
	#galerieWrapper .container .galerie .osoba:nth-child(2n+1), 
	#galerieWrapper .container .galerie .osoba:nth-child(2n) {
		clear: both;
		float: left;
		width: 100%;
		padding: 0px 0px 80px 0px;
		margin: 0px 0px 0px 0px;
		background: url(../images/fade-top-small-bg.png) no-repeat center bottom;
	}

	#galerieWrapper .container .galerie .osoba .obrazek {
		clear: none;
		float: left;
		width: 100%;
		margin: 0px 0px 14px 0px;
	}

	#galerieWrapper .container .galerie .osoba h4 {
		height: auto;
		overflow: auto;
	    margin: 10px 0px 4px 0px;
	}
	
	#galerieWrapper .container .galerie .osoba p {
		line-height: 1.6em;
	}
}








#galerie2Wrapper {
}

@media (max-width: 1520px) {
    #galerie2Wrapper {
		width: 94%;
        padding: 0px 3% 0px 3%;
    }
}

#galerie2Wrapper .container {
	width: 100%;
    padding: 60px 0px 80px 0px;
}

#galerie2Wrapper.page .container {
	width: 100%;
    padding: 0px 0px 80px 0px;
}

#galerie2Wrapper .container h2 {
	text-align: center;
}

#galerie2Wrapper .container .galerie {
	clear: none;
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}

#galerie2Wrapper .container .galerie .osoba {
	clear: none;
	float: left;
	width: 11.66%;
	padding: 0px 3% 0px 3%;
	margin: 0px 0px 20px 0px;
	background: url(../images/uvod-bg.png) no-repeat 0px 10px;
}

#galerie2Wrapper.page .container .galerie .osoba {
	background: url(../images/uvod-bg.png) no-repeat 0px 10px;
	background-size: auto 160px;
}

#galerie2Wrapper .container .galerie .osoba:nth-child(6n+1) {
	clear: both;
	padding: 0px 3% 20px 0px;
	background: none;
}

#galerie2Wrapper .container .galerie .osoba:nth-child(6n) {
	padding: 0px 0px 20px 3%;
}

#galerie2Wrapper .container .galerie .osoba .obrazek {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 14px 0px;
}

#galerie2Wrapper .container .galerie .osoba .obrazek img {
	display: block;
	width: auto;
	height: auto;
	max-height: 280px;
	margin: 0px auto 0px auto;
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#galerie2Wrapper .container .galerie .osoba .obrazek:hover img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#galerie2Wrapper .container .galerie .osoba h3 {
	color: #dd0404;
    font-family: 'DotoBlack', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	text-align: center; 
    margin: 0px 0px 30px 0px;
}

#galerie2Wrapper .container .galerie .osoba h3 a {
	color: #dd0404;
    font-family: 'DotoBlack', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 1.4em;
	text-decoration: none;
}

#galerie2Wrapper .container .galerie .osoba h3 a:hover {
	color: #000000;
}

#galerie2Wrapper .container .galerie .osoba h4 {
	color: #dd0404;
	display: inline-block;
	width: 100%;
	height: 78px;
	overflow: hidden;
	text-align: center; 
	line-height: 1.5em;
    margin: 10px 0px 4px 0px;
}

#galerie2Wrapper .container .galerie .osoba h4 a {
	color: #dd0404;
	line-height: 1.4em;
	text-decoration: none;
}

#galerie2Wrapper .container .galerie .osoba h4 a:hover {
	color: #000000;
}

#galerie2Wrapper .container .galerie .osoba p {
	text-align: center;
	line-height: 1.6em;
}

#galerie2Wrapper .container .galerie .osoba p a {
	color: #292929;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
}

@media (max-width: 1370px) {
	#galerie2Wrapper.page .container .galerie .osoba {
		background: url(../images/uvod-bg.png) no-repeat 0px 10px;
		background-size: auto 140px;
	}
}

@media (max-width: 1170px) {
	#galerie2Wrapper .container {
		width: 100%;
	    padding: 50px 0px 50px 0px;
	}
	
	#galerie2Wrapper .container h1 {
		font-size: 44px;
	}

	#galerie2Wrapper .container .galerie {
		width: 100%;
		margin: 20px 0px 0px 0px;
	}

	#galerie2Wrapper .container .galerie .osoba {
		clear: none;
		float: left;
		width: 19%;
		padding: 0px 4% 0px 4%;
		margin: 0px 0px 20px 0px;
		background: url(../images/uvod-bg.png) no-repeat 0px 80px;
	}
	
	#galerie2Wrapper.page .container .galerie .osoba {
		background: url(../images/uvod-bg.png) no-repeat 0px 10px;
		background-size: auto 160px;
	}

	#galerie2Wrapper .container .galerie .osoba:nth-child(6n+1) {
		clear: none;
		padding: 0px 4% 0px 4%;
		background: url(../images/uvod-bg.png) no-repeat 0px 80px;
	}
	
	#galerie2Wrapper.page .container .galerie .osoba:nth-child(6n+1) {
		background: url(../images/uvod-bg.png) no-repeat 0px 10px;
		background-size: auto 160px;
	}
	
	#galerie2Wrapper .container .galerie .osoba:nth-child(6n) {
		padding: 0px 4% 20px 4%;
	}
	
	#galerie2Wrapper .container .galerie .osoba:nth-child(4n+1) {
		clear: both;
		padding: 0px 4% 0px 0px;
		background: none;
	}
	
	#galerie2Wrapper .container .galerie .osoba:nth-child(4n) {
		clear: none;
		padding: 0px 0px 20px 4%;
	}
	
	#galerie2Wrapper .container .galerie .osoba h3 {
	    margin: 0px 0px 30px 0px;
	}
	
	#galerie2Wrapper .container .galerie .osoba h3 a {
		font-size: 31px;
		line-height: 1.4em;
	}
	
	#galerie2Wrapper .container .galerie .osoba h4 {
		height: 78px;
		overflow: hidden;
		text-align: center; 
		line-height: 1.5em;
	    margin: 10px 0px 4px 0px;
	}
	
	#galerie2Wrapper .container .galerie .osoba p {
		line-height: 1.6em;
	}
}

@media (max-width: 959px) {
	#galerie2Wrapper .container {
		width: 100%;
	    padding: 50px 0px 50px 0px;
	}
	
	#galerie2Wrapper .container h1 {
		font-size: 44px;
	}

	#galerie2Wrapper .container .galerie {
		width: 100%;
		margin: 20px 0px 0px 0px;
	}
	
	#galerie2Wrapper .container .galerie .osoba {
		clear: none;
		float: left;
		width: 28%;
		padding: 0px 4% 0px 4%;
		margin: 0px 0px 20px 0px;
		background: url(../images/uvod-bg.png) no-repeat 0px 80px;
	}
	
	#galerie2Wrapper.page .container .galerie .osoba {
		background: url(../images/uvod-bg.png) no-repeat 0px 30px;
		background-size: auto 160px;
	}

	#galerie2Wrapper .container .galerie .osoba:nth-child(5n+1) {
		clear: none;
		padding: 0px 4% 0px 4%;
		background: url(../images/uvod-bg.png) no-repeat 0px 80px;
	}
	
	#galerie2Wrapper.page .container .galerie .osoba:nth-child(5n+1) {
		background: url(../images/uvod-bg.png) no-repeat 0px 30px;
		background-size: auto 160px;
	}
	
	#galerie2Wrapper .container .galerie .osoba:nth-child(5n) {
		padding: 0px 4% 20px 4%;
	}
	
	#galerie2Wrapper .container .galerie .osoba:nth-child(4n+1) {
		clear: none;
		padding: 0px 4% 0px 4%;
		background: url(../images/uvod-bg.png) no-repeat 0px 80px;
	}
	
	#galerie2Wrapper.page .container .galerie .osoba:nth-child(4n+1) {
		background: url(../images/uvod-bg.png) no-repeat 0px 30px;
		background-size: auto 160px;
	}
	
	#galerie2Wrapper .container .galerie .osoba:nth-child(4n) {
		clear: none;
		padding: 0px 4% 20px 4%;
	}
	
	#galerie2Wrapper .container .galerie .osoba:nth-child(3n+1) {
		clear: both;
		padding: 0px 4% 0px 0px;
		background: none;
	}
	
	#galerie2Wrapper .container .galerie .osoba:nth-child(3n) {
		clear: none;
		padding: 0px 0px 20px 4%;
	}

	#galerie2Wrapper .container .galerie .osoba h3 {
	    margin: 0px 0px 30px 0px;
	}
	
	#galerie2Wrapper .container .galerie .osoba h3 a {
		font-size: 31px;
		line-height: 1.4em;
	}
	
	#galerie2Wrapper .container .galerie .osoba h4 {
		height: 78px;
		overflow: hidden;
		text-align: center; 
		line-height: 1.5em;
	    margin: 10px 0px 4px 0px;
	}
	
	#galerie2Wrapper .container .galerie .osoba p {
		line-height: 1.6em;
	}
}

@media (max-width: 668px) {
	#galerie2Wrapper .container .galerie .osoba {
		clear: none;
		float: left;
		width: 46%;
		padding: 0px 4% 0px 4%;
		margin: 0px 0px 20px 0px;
		background: url(../images/uvod-bg.png) no-repeat 0px 0px;
	}
	
	#galerie2Wrapper.page .container .galerie .osoba {
		background: url(../images/uvod-bg.png) no-repeat 0px 30px;
		background-size: auto 160px;
	}

	#galerie2Wrapper .container .galerie .osoba:nth-child(5n+1) {
		clear: none;
		padding: 0px 4% 0px 4%;
		background: url(../images/uvod-bg.png) no-repeat 0px 0px;
	}
	
	#galerie2Wrapper.page .container .galerie .osoba:nth-child(5n+1) {
		background: url(../images/uvod-bg.png) no-repeat 0px 30px;
		background-size: auto 160px;
	}
	

	#galerie2Wrapper .container .galerie .osoba:nth-child(5n) {
		padding: 0px 4% 20px 4%;
	}
	
	#galerie2Wrapper .container .galerie .osoba:nth-child(4n+1) {
		clear: none;
		padding: 0px 4% 0px 4%;
		background: url(../images/uvod-bg.png) no-repeat 0px 0px;
	}
	
	#galerie2Wrapper.page .container .galerie .osoba:nth-child(4n+1) {
		background: url(../images/uvod-bg.png) no-repeat 0px 30px;
		background-size: auto 160px;
	}
	

	#galerie2Wrapper .container .galerie .osoba:nth-child(4n) {
		clear: none;
		padding: 0px 4% 20px 4%;
	}
	
	#galerie2Wrapper .container .galerie .osoba:nth-child(3n+1) {
		clear: none;
		padding: 0px 4% 0px 4%;
		background: url(../images/uvod-bg.png) no-repeat 0px 80px;
	}
	
	#galerie2Wrapper.page .container .galerie .osoba:nth-child(3n+1) {
		background: url(../images/uvod-bg.png) no-repeat 0px 30px;
		background-size: auto 160px;
	}
	
	#galerie2Wrapper .container .galerie .osoba:nth-child(3n) {
		clear: none;
		padding: 0px 4% 20px 4%;
	}
	
	#galerie2Wrapper .container .galerie .osoba:nth-child(2n+1) {
		clear: both;
		padding: 0px 4% 0px 0px;
		background: none;
	}
	
	#galerie2Wrapper .container .galerie .osoba:nth-child(2n) {
		clear: none;
		padding: 0px 0px 20px 4%;
	}

	#galerie2Wrapper .container .galerie .osoba .obrazek img {
		display: block;
		width: auto;
		height: 100%;
		max-height: 240px;
		margin: 0px auto 0px auto;
	}
}

@media (max-width: 468px) {
	#galerie2Wrapper .container .galerie .osoba, 
	#galerie2Wrapper .container .galerie .osoba:nth-child(5n+1), 
	#galerie2Wrapper .container .galerie .osoba:nth-child(5n), 
	#galerie2Wrapper .container .galerie .osoba:nth-child(4n+1), 
	#galerie2Wrapper .container .galerie .osoba:nth-child(4n), 
	#galerie2Wrapper .container .galerie .osoba:nth-child(3n+1), 
	#galerie2Wrapper .container .galerie .osoba:nth-child(3n), 
	#galerie2Wrapper .container .galerie .osoba:nth-child(2n+1), 
	#galerie2Wrapper .container .galerie .osoba:nth-child(2n) {
		clear: both;
		float: left;
		width: 100%;
		padding: 0px 0px 80px 0px;
		margin: 0px 0px 0px 0px;
		background: url(../images/fade-top-small-bg.png) no-repeat center bottom;
	}

	#galerie2Wrapper.page .container .galerie .osoba, 
	#galerie2Wrapper.page .container .galerie .osoba:nth-child(5n+1), 
	#galerie2Wrapper.page .container .galerie .osoba:nth-child(5n), 
	#galerie2Wrapper.page .container .galerie .osoba:nth-child(4n+1), 
	#galerie2Wrapper.page .container .galerie .osoba:nth-child(4n), 
	#galerie2Wrapper.page .container .galerie .osoba:nth-child(3n+1), 
	#galerie2Wrapper.page .container .galerie .osoba:nth-child(3n), 
	#galerie2Wrapper.page .container .galerie .osoba:nth-child(2n+1), 
	#galerie2Wrapper.page .container .galerie .osoba:nth-child(2n) {
		clear: both;
		float: left;
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		background: none;
	}

	#galerie2Wrapper .container .galerie .osoba .obrazek {
		clear: none;
		float: left;
		width: 100%;
		margin: 0px 0px 14px 0px;
	}

	#galerie2Wrapper .container .galerie .osoba h4 {
		height: auto;
		overflow: auto;
	    margin: 10px 0px 4px 0px;
	}
	
	#galerie2Wrapper .container .galerie .osoba p {
		line-height: 1.6em;
	}
}







#mediaWrapper {
}

@media (max-width: 1520px) {
    #mediaWrapper {
		width: 94%;
        padding: 0px 3% 0px 3%;
    }
}

#mediaWrapper .container {
	width: 100%;
    padding: 80px 0px 80px 0px;
	background: url(../images/top-bg.png) no-repeat center top;
	background-size: 100% auto;
}

#mediaWrapper .container .facebook {
	clear: none;
	float: left;
	width: 100%;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/top-bg.png) no-repeat center top;
	background-size: 100% auto;
}

#mediaWrapper .container .instagram {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 40px 0px;
}

#mediaWrapper .container h2 {
	color: #292929;
	font-size: 37px;
	font-weight: 400;
	text-align: center;
	margin: 0px 0px 40px 0px;
}

#mediaWrapper .container h2 span {
	display: block;
	clear: both;
	text-align: center;
	color: #dd0404;
    font-size: 24px;
	font-weight: 400;
    margin: 0px 0px 14px 0px;
}

#mediaWrapper .container p {
	text-align: center;
}

.sbi_no_avatar .sbi_header_img {
  	background: #03897d;
}

.sb_instagram_header .sbi_header_hashtag_icon {
  	opacity: 1;
  	background: #03897d;
}

@media (max-width: 1280px) {
	#mediaWrapper .container {
	    padding: 80px 0px 70px 0px;
	}
	
}

@media (max-width: 959px) {
	#mediaWrapper .container {
	    padding: 70px 0px 60px 0px;
	}
	
}

@media (max-width: 768px) {
	#mediaWrapper .container {
	    padding: 60px 0px 50px 0px;
	}
	
}

@media (max-width: 568px) {
	#mediaWrapper .container {
	    padding: 50px 0px 40px 0px;
	}
	
}







#aktualneWrapper {
	background: url(../images/prechod-bila-bezova.png) no-repeat center bottom;
}

#aktualneWrapper.hp {
}

@media (max-width: 1520px) {
    #aktualneWrapper {
		width: 94%;
        padding: 0px 3% 0px 3%;
    }
}

#aktualneWrapper .container {
	width: 100%;
    padding: 40px 0px 80px 0px;
}

#aktualneWrapper.hp .container {
	width: 100%;
    padding: 40px 0px 20px 0px;
}

#aktualneWrapper .container h2 {
	text-align: center;
}

#aktualneWrapper .container .video .box .obrazek img {
	display: block;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#aktualneWrapper .container .video .box .obrazek:hover img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#aktualneWrapper .container .obsah {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 40px 0px;
}

#aktualneWrapper .container .projekt {
	clear: none;
	float: left;
	width: 100%;
}

#aktualneWrapper .container .projekt .box {
	clear: none;
	float: left;
	width: 30.6%;
	margin: 0px 4% 60px 0px;
}

#aktualneWrapper.hp .container .projekt .box:nth-child(4) {
	display: none;
}

#aktualneWrapper .container .projekt .box:nth-child(3n) {
	margin: 0px 0px 40px 0px;
}

#aktualneWrapper .container .projekt .box:nth-child(3n+1) {
	clear: both;
}

#aktualneWrapper .container .projekt .box .obrazek {
	position: relative;
	margin: 0px 0px 0px 0px;
	border-radius: 3px;
	overflow: hidden;
	box-sizing: border-box;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#aktualneWrapper .container .projekt .box .obrazek .odkaz {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	clear: none;
	float: left;
	width: 100%;
	height: 100%;
	font-size: 0px;
}

#aktualneWrapper .container .projekt .box .obrazek .odkaz a {
	display: block;
	width: 100%;
	height: 100%;
}

#aktualneWrapper .container .projekt .box .obrazek .datum {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	clear: none;
	float: left;
	width: 100%;
	height: auto;
	background: url(../images/datum-bg.png) repeat-x left bottom;
}

#aktualneWrapper .container .projekt .box .obrazek .datum p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-align: right;
	padding: 90px 24px 0px 0px;
}

#aktualneWrapper .container .projekt .box .obrazek .datum p a {
	color: #ffffff;
	text-decoration: none;
}

#aktualneWrapper .container .projekt .box .obrazek .play {
	position: absolute;
	z-index: 1;
	top: 38%;
	left: 50%;
	transform: translateX(-50%);
	width: 71px;
	height: 50px;
	font-size: 0px;
}

#aktualneWrapper .container .projekt .box .obrazek .play a {
	display: block;
	width: 71px;
	height: 50px;
	background: url(../images/video-a.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#aktualneWrapper .container .projekt .box .obrazek .play a:hover, 
#aktualneWrapper .container .projekt .box .obrazek:hover .play a {
	background: url(../images/video-e.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#aktualneWrapper .container .projekt .box .obrazek img {
	display: block;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#aktualneWrapper .container .projekt .box .obrazek:hover img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#aktualneWrapper .container .projekt .box .obsah {
	clear: none;
	float: left;
	width: 88%;
	padding: 26px 6% 10px 6%;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
}

#aktualneWrapper .container .projekt .box .obsah h3 {
	width: 100%;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.3em;
	margin: 0px 0px 10px 0px;
}

#aktualneWrapper .container .projekt .box .obsah h3 a {
	color: #9fb70c;
	text-decoration: none;
}

#aktualneWrapper .container .projekt .box .obsah h3 a:hover {
	color: #292929;
}

@media (max-width: 1280px) {
}

@media (max-width: 959px) {
	#aktualneWrapper.hp .container {
	    padding: 30px 0px 50px 0px;
	}

	#aktualneWrapper .container .projekt .box {
		clear: none;
		float: left;
		width: 48%;
		margin: 0px 4% 30px 0px;
	}
	
	#aktualneWrapper.hp .container .projekt .box:nth-child(4) {
		display: block;
	}
	
	#aktualneWrapper .container .projekt .box:nth-child(3n) {
		margin: 0px 4% 30px 0px;
	}
	
	#aktualneWrapper .container .projekt .box:nth-child(3n+1) {
		clear: none;
	}

	#aktualneWrapper .container .projekt .box:nth-child(2n) {
		margin: 0px 0px 30px 0px;
	}
	
	#aktualneWrapper .container .projekt .box:nth-child(2n+1) {
		clear: both;
	}

	#aktualneWrapper .container .projekt .box .obsah {
		width: 100%;
		padding: 16px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	
	#aktualneWrapper .container .projekt .box .obsah h3 {
		width: 100%;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.3em;
		margin: 0px 0px 10px 0px;
	}
}

@media (max-width: 768px) {
}

@media (max-width: 568px) {
	#aktualneWrapper.hp .container {
	    padding: 30px 0px 50px 0px;
	}

	#aktualneWrapper .container h2 {
	  	margin: 0px 0px 40px 0px;
	}
	
	#aktualneWrapper .container .projekt .box, 
	#aktualneWrapper .container .projekt .box:nth-child(3n), 
	#aktualneWrapper .container .projekt .box:nth-child(3n+1), 
	#aktualneWrapper .container .projekt .box:nth-child(2n), 
	#aktualneWrapper .container .projekt .box:nth-child(2n+1) {
		clear: both;
		float: none;
		width: 100%;
		max-width: 400px;
		margin: 0px auto 0px auto;
	}
	
	#aktualneWrapper .container .projekt .box .obsah {
		margin: 0px 0px 40px 0px;
	}
	
	#aktualneWrapper .container .projekt .box:last-child .obsah {
		margin: 0px auto 20px auto;
	}
}







#sluzbyWrapper {
}

#sluzbyWrapper.page {
	background: #f1f7ee;
}

@media (max-width: 1520px) {
    #sluzbyWrapper {
		width: 94%;
        padding: 0px 3% 0px 3%;
    }
}

#sluzbyWrapper .container {
	width: 100%;
    padding: 90px 0px 60px 0px;
}

#sluzbyWrapper.hp .container {
	width: 100%;
    padding: 90px 0px 0px 0px;
}

#sluzbyWrapper.page .container {
	width: 100%;
    padding: 80px 0px 80px 0px;
}

#sluzbyWrapper .container .mapa {
	clear: none;
	float: left;
	width: 100%;
	margin: 40px 0px 0px 0px;
}

#sluzbyWrapper .container .celkovy {
	clear: none;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#sluzbyWrapper .container .celkovy .obrazek {
	clear: none;
	float: left;
	width: 100%;
	max-width: 700px;
	margin: 0px 40px 24px 0px;
}

#sluzbyWrapper .container .celkovy .obrazek img {
}

#sluzbyWrapper .container .radek {
	clear: none;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 80px 0px;
}

#sluzbyWrapper.hp .container .radek {
	padding: 0px 0px 110px 0px;
	margin: 0px 0px 91px 0px;
	background: url(../images/sluzby-bg.png) no-repeat center bottom;
	background-size: auto 37px;
}

#sluzbyWrapper .container .radek:last-child {
	margin: 0px 0px 0px 0px;
}

#sluzbyWrapper.hp .container .radek:last-child {
	margin: 0px 0px -15px 0px;
	background: url(../images/sluzby-bg.png) no-repeat center bottom;
	background-size: auto 37px;
}

#sluzbyWrapper .container .radek .levy {
	clear: none;
	float: left;
	width: 47%;
	margin: 0px 3% 0px 0px;
}

#sluzbyWrapper.page .container .radek .levy {
	clear: none;
	float: left;
	width: 47%;
	margin: 0px 3% 0px 0px;
}

#sluzbyWrapper.page .container .radek .levy {
	float: right;
	margin: 0px 0px 0px 3%;
}

#sluzbyWrapper .container .radek .levy .obsah {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

#sluzbyWrapper .container .radek .levy p, 
#sluzbyWrapper .container .radek .levy li {
	font-size: 18px;
	text-align: justify;
	line-height: 1.5em;
}

#sluzbyWrapper .container .radek .levy .text p, 
#sluzbyWrapper .container .radek .levy .text li {
	font-size: 16px;
	text-align: left;
	line-height: 1.5em;
}

#sluzbyWrapper .container .radek .pravy .obrazek {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 12px 0px;
}

#sluzbyWrapper .container .radek .pravy .obrazek img {
}

#sluzbyWrapper .container .radek .fotogalerie {
	clear: none;
	float: left;
	width: 100%;
	margin: 10px 0px 12px 0px;
}

#sluzbyWrapper .container .radek .fotogalerie .foto {
	clear: none;
	float: left;
	width: 24.55%;
	margin: 0px 0.6% 4px 0px;
	overflow: hidden;
}

#sluzbyWrapper .container .radek .fotogalerie .foto:nth-child(4n) {
	margin: 0px 0px 4px 0px;
}

#sluzbyWrapper .container .radek .fotogalerie .foto:nth-child(4n+1) {
	clear: both;
}

#sluzbyWrapper .container .radek .fotogalerie .foto img {
	display: block;
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#sluzbyWrapper .container .radek .fotogalerie .foto:hover img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#sluzbyWrapper .container .radek .levy .popis {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

#sluzbyWrapper .container .radek .levy .popis span {
	display: block;
	clear: none;
	float: left;
	width: 120px;
	font-weight: 500;
}

#sluzbyWrapper .container .radek .pravy {
	clear: none;
	float: right;
	width: 47%;
	margin: 0px 0px 0px 3%;
}

#sluzbyWrapper.page .container .radek .pravy {
	float: left;
	margin: 0px 3% 0px 0px;
}

#sluzbyWrapper .container .radek .levy h2 {
	font-weight: 400;
	letter-spacing: -0.1px;
	margin: 0px 0px 18px 0px;
}

#sluzbyWrapper .container .radek .levy h2 a {
	color: #dd0404;
	font-weight: 400;
	text-decoration: none;
}

#sluzbyWrapper .container .radek .levy h2 a:hover {
	color: #292929;
}

#sluzbyWrapper .container .radek .pravy h3 {
}

#sluzbyWrapper .container .radek .pravy h3 a {
	color: #dd0404;
	font-weight: 400;
	text-decoration: none;
}

#sluzbyWrapper .container .radek .pravy h3 a:hover {
	color: #292929;
}

#sluzbyWrapper .container .radek .pravy p {
	margin: 0px 0px 20px 0px;
	text-align: justify;
	line-height: 1.5em;
}

#sluzbyWrapper .container .radek .pravy .tlacitka {
	clear: none;
	float: left;
	width: 100%;
}

#sluzbyWrapper .container .radek .levy .tlacitko {
	clear: none;
	float: left;
	width: 100%;
	max-width: 280px;
	margin: 20px 0px 0px 0px;
}

#sluzbyWrapper .container .radek .levy .tlacitko a {
	display: block;
	color: #ffffff;
	width: auto;
	width: 100%;
	max-width: 240px;
	height: auto;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding: 25px 19px 25px 19px;
	margin: 0px 0px 0px 0px;
	border-radius: 4px;
	border: 1px solid #dd0404;
	background: #dd0404;
	text-decoration: none;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: 		all ease-in 200ms;
    -ms-transition: 	all ease-in 200ms;
}

#sluzbyWrapper .container .radek .levy .tlacitko a:hover {
	color: #dd0404;
	border: 1px solid #dd0404;
	background: #ffffff;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: 		all ease-in 200ms;
    -ms-transition: 	all ease-in 200ms;
}

#sluzbyWrapper .container .radek .levy .tlacitko-2 {
	clear: none;
	float: left;
	width: 100%;
	max-width: 280px;
	margin: 20px 0px 0px 20px;
}

#sluzbyWrapper .container .radek .levy .tlacitko-2 a {
	display: block;
	color: #ffffff;
	width: auto;
	width: 100%;
	max-width: 240px;
	height: auto;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding: 25px 19px 25px 19px;
	margin: 0px 0px 0px 0px;
	border-radius: 4px;
	border: 1px solid #dd0404;
	background: #dd0404;
	text-decoration: none;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: 		all ease-in 200ms;
    -ms-transition: 	all ease-in 200ms;
}

#sluzbyWrapper .container .radek .levy .tlacitko-2 a:hover {
	color: #dd0404;
	border: 1px solid #dd0404;
	background: #ffffff;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: 		all ease-in 200ms;
    -ms-transition: 	all ease-in 200ms;
}

@media (max-width: 1280px) {
	#sluzbyWrapper .container .celkovy .obrazek {
		clear: none;
		float: left;
		width: 100%;
		max-width: 50%;
		margin: 0px 4% 24px 0px;
	}
	
	#sluzbyWrapper .container .radek .levy {
		width: 48%;
		margin: 0px 2% 0px 0px;
	}
	
	#sluzbyWrapper .container .radek:nth-child(odd) .levy {
		width: 47%;
		margin: 0px 3% 0px 0px;
	}
	
	#sluzbyWrapper.page .container .radek .levy {
		width: 47%;
		margin: 0px 0px 0px 3%;
	}
	
	#sluzbyWrapper .container .radek .fotogalerie .foto {
		margin: 0px 0.6% 3px 0px;
	}
	
	#sluzbyWrapper .container .radek .fotogalerie .foto:nth-child(4n) {
		margin: 0px 0px 3px 0px;
	}
	
	#sluzbyWrapper .container .radek .fotogalerie .foto:nth-child(4n+1) {
		clear: both;
	}
	
	#sluzbyWrapper .container .radek .pravy {
		width: 48%;
		margin: 0px 0px 0px 2%;
	}

	#sluzbyWrapper .container .radek:nth-child(odd) .pravy {
		width: 48%;
		margin: 0px 2% 0px 0px;
	}

	#sluzbyWrapper.page .container .radek .pravy {
		width: 48%;
		margin: 0px 0px 0px 2%;
	}
}

@media (max-width: 1170px) {
}

@media (max-width: 959px) {
	#sluzbyWrapper .container {
	    padding: 30px 0px 30px 0px;
	}
	
	#sluzbyWrapper .container .radek {
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 60px 0px;
	}
	
	#sluzbyWrapper.hp .container .radek {
		width: 100%;
		padding: 0px 0px 80px 0px;
		margin: 0px 0px 49px 0px;
		background: url(../images/sluzby-bg.png) no-repeat center bottom;
		background-size: auto 38px;
	}
	
	#sluzbyWrapper .container .radek:last-child {
		margin: 0px 0px 0px 0px;
	}
	
	#sluzbyWrapper.hp .container .radek:last-child {
		margin: 0px 0px -15px 0px;
		background: url(../images/sluzby-bg.png) no-repeat center bottom;
	}
	
	#sluzbyWrapper .container .radek .levy {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	
	#sluzbyWrapper .container .radek:nth-child(odd) .levy {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	
	#sluzbyWrapper .container .radek .pravy .obrazek {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	
	#sluzbyWrapper .container .radek .fotogalerie {
		width: 100%;
		margin: 10px 0px 12px 0px;
	}
	
	#sluzbyWrapper .container .radek .fotogalerie .foto {
	}
	
	#sluzbyWrapper .container .radek .fotogalerie .foto:nth-child(4n) {
	}
	
	#sluzbyWrapper .container .radek .fotogalerie .foto:nth-child(4n+1) {
		clear: both;
	}
	
	#sluzbyWrapper .container .radek .pravy {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	
	#sluzbyWrapper .container .radek:nth-child(odd) .pravy {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	
	#sluzbyWrapper .container .radek .levy h2 {
		margin: 0px 0px 10px 0px;
	}
	
	#sluzbyWrapper .container .radek .pravy p {
		margin: 0px 0px 20px 0px;
		text-align: justify;
		line-height: 1.5em;
	}

	#sluzbyWrapper .container .radek .levy .tlacitko, 
	#sluzbyWrapper .container .radek .levy .tlacitko-2 {
		clear: none;
		float: left;
		width: 100%;
		max-width: 100%;
		margin: 10px 0px 10px 0px;
	}
	
	#sluzbyWrapper .container .radek .levy .tlacitko a, 
	#sluzbyWrapper .container .radek .levy .tlacitko-2 a {
		padding: 25px 19px 25px 19px;
		margin: 0px auto 0px auto;
	}
}

@media (max-width: 768px) {
}

@media (max-width: 568px) {
}







#carouselWrapper {
	position: fixed;
	bottom: 46px;
	z-index: 2;
}

#carouselWrapper.lichy {
	background: #ffffff;
}

#carouselWrapper.sudy {
	background: #f0f0f0;
}

@media (max-width: 1520px) {
}

#carouselWrapper .container {
	width: 100%;
    padding: 50px 0px 60px 0px;
}

#carouselWrapper.horni .container {
	width: 100%;
    padding: 50px 0px 0px 0px;
}

#carouselWrapper.spodni .container {
	width: 100%;
    padding: 0px 0px 60px 0px;
}

#carouselWrapper .slider {
	width: 100%;
	max-width: 1903px;
    padding: 0px 24px 0px 0px;
	margin: 0px auto 0px auto;
	background: transparent;
}

@media (max-width: 959px) {
	#carouselWrapper {
		position: relative;
		bottom: 0px;
		z-index: 2;
	}

	#carouselWrapper .slider {
		padding: 0px 0px 0px 0px;
	}
}







#detailWrapper {
}

@media (max-width: 1520px) {
    #detailWrapper {
		width: 94%;
        padding: 0px 3% 0px 3%;
    }
}

#detailWrapper .container {
	width: 100%;
    padding: 80px 0px 20px 0px;
	background-size: 100% auto;
}

#detailWrapper .container h2 {
	text-align: center;
}

#detailWrapper .container .detail {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

#detailWrapper .container .detail .levy {
	clear: none;
	float: left;
	width: 48%;
	margin: 0px 4% 40px 0px;
}
#detailWrapper .container .detail .levy .obrazek {
	position: relative;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	box-sizing: border-box;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#detailWrapper .container .detail .levy .obsah {
	clear: none;
	float: left;
	width: 92%;
	padding: 20px 4% 26px 4%;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	box-shadow: 0px 0px 24px #d3d8d5;
}

#detailWrapper .container .detail .levy .obsah .nadpis {
	clear: none;
	float: left;
	width: 60%;
	height: auto;
	padding: 6px 0px 0px 0px;
}

#detailWrapper .container .detail .levy .obsah .odkaz {
	clear: none;
	float: right;
	width: 40%;
	height: auto;
}

#detailWrapper .container .detail .levy .media {
	clear: both;
	float: left;
	width: 100%;
	margin: 18px 0px 0px 0px;
}

#detailWrapper .container .detail .levy .media .tel {
	clear: none;
	float: left;
	width: 33.3%;
}

#detailWrapper .container .detail .levy .media .fb {
	clear: none;
	float: left;
	width: 33.3%;
}

#detailWrapper .container .detail .levy .media .in {
	clear: none;
	float: left;
	width: 33.3%;
}

#detailWrapper .container .detail .levy .media .web {
	clear: none;
	float: left;
	width: 33.3%;
}

#detailWrapper .container .detail .levy .media .web a {
	display: block;
	color: #292929;
	padding: 1px 0px 6px 30px;
	text-decoration: none;
	background: url(../images/ikona-web-2.png) no-repeat 1px 0px;
	background-size: auto 23px;
}

#detailWrapper .container .detail .levy .media .web a:hover {
    color: #ffa800;
	background: url(../images/ikona-web-2.png) no-repeat 1px 0px;
	background-size: auto 23px;
}

#detailWrapper .container .detail .levy .media .tel a {
	display: block;
	color: #292929;
	padding: 1px 0px 6px 30px;
	text-decoration: none;
	background: url(../images/ikona-telefon-2.png) no-repeat 1px 0px;
	background-size: auto 23px;
}

#detailWrapper .container .detail .levy .media .tel a:hover {
    color: #ffa800;
	background: url(../images/ikona-telefon-2.png) no-repeat 1px 0px;
	background-size: auto 23px;
}

#detailWrapper .container .detail .levy .media .fb a {
	display: block;
	color: #292929;
	padding: 1px 0px 6px 24px;
	text-decoration: none;
	background: url(../images/ikona-facebook-2.png) no-repeat 6px 1px;
	background-size: auto 19px;
}

#detailWrapper .container .detail .levy .media .fb a:hover {
    color: #ffa800;
	background: url(../images/ikona-facebook-2.png) no-repeat 6px 1px;
	background-size: auto 19px;
}

#detailWrapper .container .detail .levy .media .in a {
	display: block;
	color: #292929;
	padding: 1px 0px 6px 32px;
	text-decoration: none;
	background: url(../images/ikona-instagram-2.png) no-repeat 0px 1px;
	background-size: auto 22px;
}

#detailWrapper .container .detail .levy .media .in a:hover {
    color: #ffa800;
	background: url(../images/ikona-instagram-2.png) no-repeat 0px 1px;
	background-size: auto 22px;
}

#detailWrapper .container .detail .levy .obsah .odkaz a {
	display: block;
	clear: none;
	float: left;
	color: #292929;
	text-align: right;
	width: 75%;
	padding: 8px 25% 6px 0px;
	text-decoration: none;
	background: url(../images/mapka.png) no-repeat right 0px;
	background-size: auto 132px;
    transition: 		all ease-in 0ms;
    -moz-transition: 	all ease-in 0ms;
    -webkit-transition: all ease-in 0ms;

    -o-transition: 		all ease-in 0ms;
    -ms-transition: 	all ease-in 0ms;
}

#detailWrapper .container .detail .levy .obsah .odkaz a:hover {
	background: url(../images/mapka.png) no-repeat right -100px;
	background-size: auto 132px;
    transition: 		all ease-in 0ms;
    -moz-transition: 	all ease-in 0ms;
    -webkit-transition: all ease-in 0ms;
    -o-transition: 		all ease-in 0ms;
    -ms-transition: 	all ease-in 0ms;
}

#detailWrapper .container .detail .levy .obsah h3 {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0px 0px 10px 0px;
}

#detailWrapper .container .detail .levy .obsah h3 a {
	color: #292929;
	text-decoration: none;
}

#detailWrapper .container .detail .levy .obsah h3 a:hover {
	color: #ffa800;
}

#detailWrapper .container .detail .levy .obsah .perex {
	clear: none;
	float: left;
	width: 100%;
	height: 94px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#detailWrapper .container .detail .levy .obsah .perex p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
}

#detailWrapper .container .detail .levy .obsah .perex p a {
	color: #292929;
	text-decoration: none;
}

#detailWrapper .container .detail .levy .obsah .perex p a:hover {
	color: #292929;
}

#detailWrapper .container .detail .pravy {
	clear: none;
	float: left;
	width: 48%;
	margin: 0px 0px 40px 0px;
}

#detailWrapper .container .detail .pravy .obsah {
	clear: none;
	float: left;
	width: 92%;
	padding: 26px 4% 26px 4%;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	box-shadow: 0px 0px 24px #d3d8d5;
}

#detailWrapper .container .detail .pravy .obsah .perex {
	clear: none;
	float: left;
	width: 100%;
	height: 118px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#detailWrapper .container .detail .pravy .obsah .perex p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: justify;
	margin: 0px 0px 0px 0px;
}

#detailWrapper .container .detail .box {
	clear: none;
	float: left;
	width: 48%;
	margin: 0px 2% 40px 0px;
}

#detailWrapper .container .detail .box:nth-child(2n) {
	clear: none;
	float: left;
	width: 48%;
	margin: 0px 0px 40px 2%;
}

#detailWrapper .container .detail .box:nth-child(2n+1) {
	clear: both;
}

#detailWrapper .container .detail .box .obsah {
	clear: none;
	float: left;
	width: 92%;
	padding: 26px 4% 26px 4%;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	box-shadow: 0px 0px 24px #d3d8d5;
}

#detailWrapper .container .detail .box .obsah .perex {
	clear: none;
	float: left;
	width: 100%;
	height: 160px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#detailWrapper .container .detail .box .obsah .perex h3 a {
	color: #292929;
	text-decoration: none;
}

#detailWrapper .container .detail .box .obsah .perex h3 a:hover {
    color: #ffa800;
}

#detailWrapper .container .detail .box .obsah .perex p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: justify;
	margin: 0px 0px 0px 0px;
}

#detailWrapper .container .popis {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

#detailWrapper .container .popis p {
	text-align: justify;
	line-height: 1.6em;
}

#detailWrapper .container .namape {
	clear: none;
	float: left;
	width: 100%;
	margin: 20px 0px 20px 0px;
}

@media (max-width: 1280px) {
	#detailWrapper .container .detail .levy {
		clear: none;
		float: left;
		width: 48%;
		margin: 0px 4% 20px 0px;
	}
	
	#detailWrapper .container .detail .levy .obsah {
		clear: none;
		float: left;
		width: 92%;
		padding: 20px 4% 26px 4%;
		margin: 0px 0px 0px 0px;
		background: #ffffff;
		box-shadow: 0px 0px 24px #d3d8d5;
	}
	
	#detailWrapper .container .detail .levy .obsah .nadpis {
		width: 60%;
		padding: 6px 0px 0px 0px;
	}
	
	#detailWrapper .container .detail .levy .obsah .odkaz {
		float: right;
		width: 40%;
	}
	
	#detailWrapper .container .detail .levy .media {
		margin: 18px 0px 0px 0px;
	}
	
	#detailWrapper .container .detail .levy .media .tel {
		width: 40%;
	}
	
	#detailWrapper .container .detail .levy .media .fb {
		width: 30%;
	}
	
	#detailWrapper .container .detail .levy .media .in {
		width: 30%;
	}
	
	#detailWrapper .container .detail .levy .media .web {
		width: 40%;
	}
	
	#detailWrapper .container .detail .levy .obsah .odkaz a {
		width: 100%;
		height: 32px;
		padding: 0px 0px 0px 0px;
		font-size: 0px;
	}
	
	#detailWrapper .container .detail .levy .obsah h3 a {
		color: #292929;
		text-decoration: none;
	}
	
	#detailWrapper .container .detail .levy .obsah .perex {
		height: 94px;
		overflow: hidden;
	}
	
	#detailWrapper .container .detail .levy .obsah .perex p {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5em;
		margin: 0px 0px 0px 0px;
	}
	
	#detailWrapper .container .detail .pravy {
		width: 48%;
		margin: 0px 0px 20px 0px;
	}
	
	#detailWrapper .container .detail .pravy .obsah {
		width: 92%;
		padding: 26px 4% 26px 4%;
	}
	
	#detailWrapper .container .detail .pravy .obsah .perex {
		width: 100%;
		height: 118px;
		overflow: hidden;
	}
	
	#detailWrapper .container .popis {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	
	#detailWrapper .container .popis p {
		text-align: justify;
		line-height: 1.6em;
	}
}

@media (max-width: 959px) {
	#detailWrapper .container .detail .box, 
	#detailWrapper .container .detail .box:nth-child(2n) {
		clear: both;
		float: none;
		width: 100%;
		max-width: 640px;
		margin: 0px auto 0px auto;
	}
	
	#detailWrapper .container .detail .box .obsah {
		clear: none;
		float: left;
		width: 92%;
		padding: 26px 4% 26px 4%;
		margin: 0px 0px 40px 0px;
		background: #ffffff;
		box-shadow: 0px 0px 24px #d3d8d5;
	}
	
	#detailWrapper .container .detail .box .obsah .perex {
		height: auto;
		overflow: auto;
	}
	
	#detailWrapper .container .detail .levy {
		clear: both;
		float: none;
		width: 100%;
		max-width: 600px;
		margin: 0px auto 0px auto;
	}
	
	#detailWrapper .container .detail .levy .obsah {
		width: 90%;
		padding: 20px 5% 26px 5%;
		margin: 0px 0px 40px 0px;
	}

	#detailWrapper .container .detail .levy .obsah .nadpis {
		width: 80%;
		padding: 6px 0px 0px 0px;
	}
	
	#detailWrapper .container .detail .levy .obsah .odkaz {
		float: right;
		width: 20%;
	}
	
	#detailWrapper .container .detail .levy .media {
		margin: 30px 0px 0px 0px;
	}
	
	#detailWrapper .container .detail .levy .media .tel {
		width: 100%;
		margin: 0px 0px 8px 0px;
	}
	
	#detailWrapper .container .detail .levy .media .fb {
		width: 100%;
		margin: 0px 0px 8px 0px;
	}
	
	#detailWrapper .container .detail .levy .media .in {
		width: 100%;
		margin: 0px 0px 8px 0px;
	}
	
	#detailWrapper .container .detail .levy .media .web {
		width: 100%;
	}
	
	#detailWrapper .container .detail .levy .media .tel a {
		padding: 1px 0px 6px 30px;
	}
	
	#detailWrapper .container .detail .levy .media .fb a {
		padding: 1px 0px 6px 30px;
	}
	
	#detailWrapper .container .detail .levy .media .in a {
		padding: 1px 0px 6px 30px;
	}
	
	#detailWrapper .container .detail .levy .media .web a {
		padding: 1px 0px 6px 30px;
	}
	
	#detailWrapper .container .detail .levy .obsah .perex {
		height: auto;
		overflow: auto;
	}
	
	#detailWrapper .container .detail .pravy {
		clear: both;
		float: none;
		width: 100%;
		max-width: 600px;
		margin: 0px auto 0px auto;
	}
	
	#detailWrapper .container .detail .pravy .obsah {
		width: 92%;
		padding: 26px 4% 26px 4%;
	}
	
	#detailWrapper .container .detail .pravy .obsah .perex {
		width: 100%;
		height: auto;
		overflow: auto;
	}
	
	#detailWrapper .container .popis {
		width: 100%;
		margin: 20px 0px 0px 0px;
	}
}

@media (max-width: 768px) {
}

@media (max-width: 568px) {
}







#singleWrapper {
    padding: 0px 0px 0px 0px;
}

@media (max-width: 1520px) {
    #singleWrapper {
		width: 94%;
        padding: 0px 3% 0px 3%;
    }
}

#singleWrapper .container {
	width: 100%;
    padding: 80px 0px 90px 0px;
}

#singleWrapper.page .container {
	width: 100%;
    padding: 10px 0px 20px 0px;
}

#singleWrapper.nospace .container {
	width: 100%;
    padding: 80px 0px 0px 0px;
}

#singleWrapper .container h2 {
	text-align: center;
}

#singleWrapper .container .kontakty {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 40px 0px;
}

#singleWrapper .container .kontakty .kontakt {
	clear: none;
	float: left;
	width: 30%;
	padding: 30px 5% 30px 0px;
	background: url(../images/box-bg.png) no-repeat right 0px;
}

#singleWrapper .container .kontakty .kontakt:nth-child(3n) {
	padding: 30px 0px 30px 0px;
	background: none;
}

#singleWrapper .container .kontakty .kontakt:nth-child(3n+1) {
	clear: both;
}

#singleWrapper .container .mapa {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 40px 0px;
}

#singleWrapper .container .box {
	clear: none;
	float: left;
	width: 92%;
	padding: 40px 4% 20px 4%;
	margin: 20px 0px 40px 0px;
	background: #ecf0ee;
}

#singleWrapper .container .box .levy {
	clear: none;
	float: left;
	width: 40%;
	margin: 0px 6% 0px 0px;
}

#singleWrapper .container .box .pravy {
	clear: none;
	float: left;
	width: 54%;
	margin: 0px 0px 0px 0px;
}

#singleWrapper .container .obsah {
	clear: none;
	float: left;
	width: 100%;
}

#singleWrapper .container .obsah p, 
#singleWrapper .container .obsah div {
	font-size: 16px;
	line-height: 1.5em;
	text-align: justify;
}

#singleWrapper .container .obsah .sloupce {
	clear: none;
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}

#singleWrapper .container .obsah .adresa {
	clear: none;
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	font-weight: 600;
	text-align: center;
}

#singleWrapper .container .obsah .adresa p {
	text-align: center;
}

#singleWrapper .container .obsah .sloupce .telefon {
	clear: none;
	float: left;
	width: 22%;
	margin: 0px 4% 0px 0px;
}

#singleWrapper .container .obsah .sloupce .email {
	clear: none;
	float: left;
	width: 22%;
	margin: 0px 4% 0px 0px;
}

#singleWrapper .container .obsah .sloupce .facebook {
	clear: none;
	float: left;
	width: 22%;
	margin: 0px 4% 0px 0px;
}

#singleWrapper .container .obsah .sloupce .instagram {
	clear: none;
	float: left;
	width: 22%;
	margin: 0px 0px 0px 0px;
}

#singleWrapper .container .obsah .sloupce .telefon a, 
#singleWrapper .container .obsah .sloupce .email a, 
#singleWrapper .container .obsah .sloupce .facebook a, 
#singleWrapper .container .obsah .sloupce .instagram a {
	color: #597569;
	display: block;
	width: 100%;
	padding: 150px 0px 0px 0px;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-size: 120px auto;
    transition: 		all ease-in 0ms;
    -moz-transition: 	all ease-in 0ms;
    -webkit-transition: all ease-in 0ms;
    -o-transition: 		all ease-in 0ms;
    -ms-transition: 	all ease-in 0ms;
}

#singleWrapper .container .obsah .sloupce .telefon a:hover, 
#singleWrapper .container .obsah .sloupce .email a:hover, 
#singleWrapper .container .obsah .sloupce .facebook a:hover, 
#singleWrapper .container .obsah .sloupce .instagram a:hover {
	color: #123a29;
	background-size: 120px auto;
    transition: 		all ease-in 0ms;
    -moz-transition: 	all ease-in 0ms;
    -webkit-transition: all ease-in 0ms;
    -o-transition: 		all ease-in 0ms;
    -ms-transition: 	all ease-in 0ms;
}

#singleWrapper .container .obsah .sloupce .telefon a {
	background: url(../images/ikona-kontakty-telefon.png) no-repeat center 0px;
	background-size: 120px auto;
}

#singleWrapper .container .obsah .sloupce .telefon a:hover {
	background: url(../images/ikona-kontakty-telefon.png) no-repeat center -264px;
	background-size: 120px auto;
}

#singleWrapper .container .obsah .sloupce .email a {
	background: url(../images/ikona-kontakty-email.png) no-repeat center 0px;
	background-size: 120px auto;
}

#singleWrapper .container .obsah .sloupce .email a:hover {
	background: url(../images/ikona-kontakty-email.png) no-repeat center -264px;
	background-size: 120px auto;
}

#singleWrapper .container .obsah .sloupce .facebook a {
	background: url(../images/ikona-kontakty-facebook.png) no-repeat center 0px;
	background-size: 120px auto;
}

#singleWrapper .container .obsah .sloupce .facebook a:hover {
	background: url(../images/ikona-kontakty-facebook.png) no-repeat center -264px;
	background-size: 120px auto;
}

#singleWrapper .container .obsah .sloupce .instagram a {
	background: url(../images/ikona-kontakty-instagram.png) no-repeat center 0px;
	background-size: 120px auto;
}

#singleWrapper .container .obsah .sloupce .instagram a:hover {
	background: url(../images/ikona-kontakty-instagram.png) no-repeat center -264px;
	background-size: 120px auto;
}

#singleWrapper .container .obsah .sloupce .sloupec-levy {
	clear: none;
	float: left;
	width: 48%;
	margin: 20px 4% 0px 0px;
}

#singleWrapper .container .obsah .sloupce .sloupec-pravy {
	clear: none;
	float: left;
	width: 48%;
	margin: 20px 0px 0px 0px;
}

#singleWrapper .container .obsah .sloupec-levy .uvnitr, 
#singleWrapper .container .obsah .sloupec-pravy .uvnitr {
  clear: none;
  float: left;
  width: 92%;
  padding: 20px 4% 26px 4%;
  margin: 0px 0px 0px 0px;
  background: #ffffff;
  box-shadow: 0px 0px 24px #d3d8d5;
}

#singleWrapper .container .obsah .levy {
	clear: none;
	float: left;
	width: 40%;
	margin: 0px 4% 0px 0px;
}

#singleWrapper .container .obsah .levy .obrazek {
	position: relative;
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	box-sizing: border-box;
}

#singleWrapper .container .obsah .levy .obrazek .odkaz {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	clear: none;
	float: left;
	width: 100%;
	height: 100%;
	font-size: 0px;
}

#singleWrapper .container .obsah .levy .obrazek .odkaz a {
	display: block;
	width: 100%;
	height: 100%;
}

#singleWrapper .container .obsah .levy .obrazek .datum {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	clear: none;
	float: left;
	width: 100%;
	height: auto;
	background: url(../images/datum-bg.png) repeat-x left bottom;
}

#singleWrapper .container .obsah .levy .obrazek .datum p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	padding: 90px 20px 0px 0px;
}

#singleWrapper .container .obsah .levy .obrazek .datum p a {
	color: #ffffff;
	text-decoration: none;
}

#singleWrapper .container .obsah .levy .video {
	clear: none;
	float: left;
	width: 100%;
	height: 330px;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}

#singleWrapper .container .obsah .levy .video img {
	display: block;
	margin: -30px 0px 0px 0px;
}

#singleWrapper .container .obsah .levy .video p {
	margin: 0px 0px 8px 0px;
}

#singleWrapper .container .obsah .levy .video .uvnitr {
	position: relative;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	box-sizing: border-box;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#singleWrapper .container .obsah .levy .video .uvnitr .play {
	position: absolute;
	z-index: 1;
	top: 36%;
	left: 50%;
	transform: translateX(-50%);
	width: 71px;
	height: 50px;
	font-size: 0px;
}

#singleWrapper .container .obsah .levy .video .uvnitr .play a {
	display: block;
	width: 71px;
	height: 50px;
	background: url(../images/video-a.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#singleWrapper .container .obsah .levy .video .uvnitr .play a:hover, 
#singleWrapper .container .obsah .levy .video .uvnitr:hover .play a {
	background: url(../images/video-e.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#singleWrapper .container .obsah .levy .video .uvnitr img {
	display: block;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#singleWrapper .container .obsah .levy .video .uvnitr:hover img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#singleWrapper .container .obsah .levy .audio {
	clear: none;
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}

#singleWrapper .container .obsah .levy .audio p {
	margin: 0px 0px 8px 0px;
}

#singleWrapper .container .obsah .levy .audio audio {
	width: 100%;
	max-width: 800px;
}

#singleWrapper .container .obsah .levy .obrazek .audio {
	clear: none;
	float: left;
	width: 100%;
	margin: 10px 0px -10px 0px;
}

#singleWrapper .container .obsah .levy .obrazek .audio audio {
	width: 100%;
	max-width: 400px;
}

#singleWrapper .container .obsah .levy .obrazek .audio.delsi audio {
	width: 100%;
	max-width: 100%;
}

#singleWrapper .container .obsah .levy .obrazek .fotogalerie {
	clear: none;
	float: left;
	width: 100%;
	margin: 10px 0px -10px 0px;
}

#singleWrapper .container .obsah .levy .obrazek .fotogalerie .foto {
	clear: none;
	float: left;
	width: 23.5%;
	margin: 0px 2% 10px 0px;
	overflow: hidden;
	box-sizing: border-box;
}

#singleWrapper .container .obsah .levy .obrazek .fotogalerie .foto:nth-child(4n) {
	margin: 0px 0px 10px 0px;
}

#singleWrapper .container .obsah .levy .obrazek .fotogalerie .foto:nth-child(4n+1) {
	clear: both;
}

#singleWrapper .container .obsah .levy .obrazek .fotogalerie .foto img {
	display: block;
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#singleWrapper .container .obsah .levy .obrazek .fotogalerie .foto:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#singleWrapper .container .obsah .levy .obrazek .videogalerie {
	clear: none;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

#singleWrapper .container .obsah .levy .obrazek .videogalerie .obrazek {
	position: relative;
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	box-sizing: border-box;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#singleWrapper .container .obsah .levy .obrazek .videogalerie .obrazek .play {
	position: absolute;
	z-index: 1;
	top: 34%;
	left: 50%;
	transform: translateX(-50%);
	width: 71px;
	height: 50px;
	font-size: 0px;
}

#singleWrapper .container .obsah .levy .obrazek .videogalerie .obrazek .play a {
	display: block;
	width: 71px;
	height: 50px;
	background: url(../images/video-a.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#singleWrapper .container .obsah .levy .obrazek .videogalerie .obrazek .play a:hover, 
#singleWrapper .container .obsah .levy .obrazek .videogalerie .obrazek:hover .play a {
	background: url(../images/video-e.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#singleWrapper .container .obsah .levy .ikony {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#singleWrapper .container .obsah .levy .ikony p.ikona-1 {
	display: block;
	clear: both;
	float: left;
	width: auto;
	padding: 2px 0px 2px 34px;
	background: url(../images/ikona-koncert-1.png) no-repeat 0px 0px;
	background-size: auto 24px;
	text-decoration: none;
}

#singleWrapper .container .obsah .levy .ikony p.ikona-2 {
	display: block;
	clear: both;
	float: left;
	width: auto;
	padding: 2px 0px 2px 34px;
	background: url(../images/ikona-koncert-2.png) no-repeat 0px 0px;
	background-size: auto 24px;
	text-decoration: none;
}

#singleWrapper .container .obsah .levy .ikony p.ikona-3 {
	display: block;
	clear: both;
	float: left;
	width: auto;
	padding: 2px 0px 2px 34px;
	background: url(../images/ikona-koncert-3.png) no-repeat 0px 0px;
	background-size: auto 24px;
	text-decoration: none;
}

#singleWrapper .container .obsah .levy .ikony p.ikona-4 {
	display: block;
	clear: both;
	float: left;
	width: auto;
	padding: 2px 0px 2px 34px;
	background: url(../images/ikona-koncert-4.png) no-repeat 0px 0px;
	background-size: auto 24px;
	text-decoration: none;
}

#singleWrapper .container .obsah .levy .ikony p.ikona-5 {
	display: block;
	clear: both;
	float: left;
	width: auto;
	padding: 2px 0px 2px 34px;
	background: url(../images/ikona-koncert-5.png) no-repeat 0px 0px;
	background-size: auto 24px;
	text-decoration: none;
}

#singleWrapper .container .obsah .levy .ikony p {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

#singleWrapper .container .obsah .levy .ikony p span {
	display: block;
	clear: none;
	float: left;
	width: 126px;
	font-weight: 400;
}

#singleWrapper .container .obsah .levy .namape {
	clear: none;
	float: left;
	width: 100%;
	margin: 20px 0px 20px 0px;
}

#singleWrapper .container .obsah .celkovy {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#singleWrapper .container .obsah .celkovy .obrazek {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
}

#singleWrapper .container .obsah .celkovy .zdroj {
	clear: none;
	float: left;
	width: 96%;
	padding: 24px 2% 26px 2%;
	margin: 20px 0px 20px 0px;
	background: #eef1ef;
}

#singleWrapper .container .obsah .celkovy .video {
	clear: none;
	float: left;
	width: 48%;
	height: 330px;
	overflow: hidden;
	margin: 20px 2% 0px 0px;
}

#singleWrapper .container .obsah .celkovy .video:nth-child(2n) {
	margin: 20px 0px 0px 2%;
}

#singleWrapper .container .obsah .celkovy .video:nth-child(2n+1) {
	clear: both;
}

#singleWrapper .container .obsah .celkovy .video img {
	display: block;
	margin: -30px 0px 0px 0px;
}

#singleWrapper .container .obsah .celkovy .video p {
	margin: 0px 0px 8px 0px;
}

#singleWrapper .container .obsah .celkovy .video .uvnitr {
	position: relative;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	box-sizing: border-box;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#singleWrapper .container .obsah .celkovy .video .uvnitr .play {
	position: absolute;
	z-index: 1;
	top: 36%;
	left: 50%;
	transform: translateX(-50%);
	width: 71px;
	height: 50px;
	font-size: 0px;
}

#singleWrapper .container .obsah .celkovy .video .uvnitr .play a {
	display: block;
	width: 71px;
	height: 50px;
	background: url(../images/video-a.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#singleWrapper .container .obsah .celkovy .video .uvnitr .play a:hover, 
#singleWrapper .container .obsah .celkovy .video .uvnitr:hover .play a {
	background: url(../images/video-e.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#singleWrapper .container .obsah .celkovy .video .uvnitr img {
	display: block;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#singleWrapper .container .obsah .celkovy .video .uvnitr:hover img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#singleWrapper .container .obsah .celkovy .audio {
	clear: none;
	float: left;
	width: 48%;
	margin: 20px 2% 0px 0px;
}

#singleWrapper .container .obsah .celkovy .audio:nth-child(2n) {
	margin: 20px 0px 0px 2%;
}

#singleWrapper .container .obsah .celkovy .audio:nth-child(2n+1) {
	clear: both;
}

#singleWrapper .container .obsah .celkovy .audio p {
	margin: 0px 0px 8px 0px;
}

#singleWrapper .container .obsah .celkovy .audio audio {
	width: 100%;
	max-width: 800px;
}


#singleWrapper .container .obsah .pravy {
	clear: none;
	float: left;
	width: 56%;
	margin: 0px 0px 0px 0px;
}

#singleWrapper .container .obsah .pravy .odkazy {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

#singleWrapper .container .obsah .pravy .odkazy a {
	color: #71897f;
	text-align: left;
	font-weight: 400;
	text-decoration: none;
}

#singleWrapper .container .obsah .pravy .odkazy a:hover {
	color: #ffa800;
	text-decoration: none;
}

#singleWrapper .container .obsah .pravy .odkazy .namape {
	clear: none;
	float: left;
	width: 100%;
	color: #71897f;
	font-weight: 400;
	text-align: left;
	margin: 0px 0px 20px 0px;
}

#singleWrapper .container .obsah .pravy .odkazy .namape a {
	display: block;
	padding: 2px 0px 2px 50px;
	font-weight: 500;
	text-decoration: none;
	background: url(../images/ikona-mapa.png) no-repeat 0px 0px;
	background-size: auto 24px;
}

#singleWrapper .container .obsah .pravy .odkazy .pole {
	clear: none;
	float: left;
	width: 100%;
	color: #71897f;
	font-weight: 400;
	text-align: left;
	margin: 0px 0px 20px 0px;
}

#singleWrapper .container .obsah .pravy .odkazy .pole b, 
#singleWrapper .container .obsah .pravy .odkazy .pole strong {
	font-weight: 600;
}

#singleWrapper .container .obsah .pravy .vstupne {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#singleWrapper .container .obsah .pravy .oteviraci {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#singleWrapper .container .obsah .pravy .misto {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#singleWrapper .container .obsah .pravy .webkamera {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#singleWrapper .container .prehled {
	clear: none;
	float: left;
	width: 94%;
	padding: 30px 3% 20px 3%;
	margin: 0px 0px 10px 0px;
	background: #f2f2f2;
}

#singleWrapper .container .prehled .autori {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#singleWrapper .container .prehled .autori a {
	display: block;
	clear: none;
	float: left;
	padding: 4px 10px 4px 20px;
	background: url(../images/li.png) no-repeat 4px 4px;
}

#singleWrapper .container .prehled .pismena {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#singleWrapper .container .prehled .pismena a {
	display: block;
	clear: none;
	float: left;
	padding: 5px 10px 4px 10px;
	margin: 0px 5px 8px 0px;
	border: 1px solid #cdc8c8;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	background: #ffffff;
}

#singleWrapper .container .prehled .pismena a.aktivni, 
#singleWrapper .container .prehled .pismena a:hover {
	color: #ffffff;
	background: #cdc8c8;
}

@media (max-width: 1280px) {
	#singleWrapper .container .obsah .sloupce div a {
		padding: 150px 0px 0px 0px;
		font-size: 17px;
	}
	
	#singleWrapper .container .obsah .sloupce div a:hover {
		color: #123a29;
		background-size: 120px auto;
	}
}

@media (max-width: 959px) {
	#singleWrapper .container .obsah .sloupce {
		margin: 20px 0px 0px 0px;
	}
	
	#singleWrapper .container .obsah .sloupce div a {
		padding: 114px 0px 0px 0px;
		font-size: 16px;
		font-weight: 500;
	}
	
	#singleWrapper .container .obsah .sloupce .telefon a, 
	#singleWrapper .container .obsah .sloupce .email a, 
	#singleWrapper .container .obsah .sloupce .facebook a, 
	#singleWrapper .container .obsah .sloupce .instagram a {
		padding: 110px 0px 0px 0px;
		font-size: 19px;
	}

	#singleWrapper .container .obsah .sloupce .telefon a {
		background: url(../images/ikona-kontakty-telefon.png) no-repeat center 0px;
		background-size: 90px auto;
	}
	
	#singleWrapper .container .obsah .sloupce .telefon a:hover {
		background: url(../images/ikona-kontakty-telefon.png) no-repeat center -198px;
		background-size: 90px auto;
	}
	
	#singleWrapper .container .obsah .sloupce .email a {
		background: url(../images/ikona-kontakty-email.png) no-repeat center 0px;
		background-size: 90px auto;
	}
	
	#singleWrapper .container .obsah .sloupce .email a:hover {
		background: url(../images/ikona-kontakty-email.png) no-repeat center -198px;
		background-size: 90px auto;
	}
	
	#singleWrapper .container .obsah .sloupce .facebook a {
		background: url(../images/ikona-kontakty-facebook.png) no-repeat center 0px;
		background-size: 90px auto;
	}
	
	#singleWrapper .container .obsah .sloupce .facebook a:hover {
		background: url(../images/ikona-kontakty-facebook.png) no-repeat center -198px;
		background-size: 90px auto;
	}
	
	#singleWrapper .container .obsah .sloupce .instagram a {
		background: url(../images/ikona-kontakty-instagram.png) no-repeat center 0px;
		background-size: 90px auto;
	}
	
	#singleWrapper .container .obsah .sloupce .instagram a:hover {
		background: url(../images/ikona-kontakty-instagram.png) no-repeat center -198px;
		background-size: 90px auto;
	}

	#singleWrapper .container .obsah .sloupce .sloupec-levy {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	
	#singleWrapper .container .obsah .sloupce .sloupec-pravy {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}

	#singleWrapper .container .obsah .levy {
		width: 50%;
		margin: 0px 4% 20px 0px;
	}
	
	#singleWrapper .container .obsah .pravy {
		width: 46%;
		margin: 0px 0px 20px 0px;
	}
	
	#singleWrapper .container .obsah .profil {
		clear: none;
		float: left;
		width: 100%;
	}
	
	#singleWrapper .container .obsah .profil .obrazek {
		width: 18%;
		margin: 0px 4% 0px 0px;
	}
	
	#singleWrapper .container .obsah .profil .text {
		width: 78%;
		padding: 30px 0px 0px 0px;
	}
	
	#singleWrapper .container .prehled .pismena a {
		padding: 5px 10px 4px 10px;
		margin: 0px 10px 10px 0px;
	}

	#singleWrapper .container .obsah .levy .obrazek .zruseno {
		position: absolute;
		top: 40%;
		left: 0px;
		z-index: 3;
		width: 92%;
		color: #ffffff;
		font-family: 'Libre Franklin', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
		font-weight: 500;
		font-size: 17px;
		padding: 16px 4% 17px 4%;
		text-align: center;
		opacity: 0.95;
		background: #d71d24;
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg); 
		-moz-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		-sand-transform: rotate(-5deg);
		transform: rotate(-5deg);	
	}

	#singleWrapper .container .kontakty .kontakt {
		clear: none;
		float: left;
		width: 100%;
		padding: 0px 0px 90px 0px;
		margin: 0px 0px 0px 0px;
		background: url(../images/fade-top-bg.png) no-repeat center bottom;
	}
	
	#singleWrapper .container .kontakty .kontakt:nth-child(3n) {
		padding: 0px 0px 90px 0px;
		background: url(../images/fade-top-bg.png) no-repeat center bottom;
	}
	
	#singleWrapper .container .kontakty .kontakt:last-child {
		padding: 0px 0px 0px 0px;
		background: none;
	}
}

@media (max-width: 768px) {
	#singleWrapper .container .box {
		clear: none;
		float: left;
		width: 94%;
		padding: 40px 3% 20px 3%;
		margin: 20px 0px 40px 0px;
		background: #ecf0ee;
	}
	
	#singleWrapper .container .obsah .levy {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	
	#singleWrapper .container .obsah .levy img {
		display: block;
		margin: 0px auto 0px auto;
	}
	
	#singleWrapper .container .obsah .pravy {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	
	#singleWrapper .container .obsah .sloupce .telefon a, 
	#singleWrapper .container .obsah .sloupce .email a, 
	#singleWrapper .container .obsah .sloupce .facebook a, 
	#singleWrapper .container .obsah .sloupce .instagram a {
		padding: 110px 0px 0px 0px;
		font-size: 19px;
	}
	
	#singleWrapper .container .obsah .sloupce .telefon {
		width: 48%;
		margin: 0px 4% 60px 0px;
	}
	
	#singleWrapper .container .obsah .sloupce .email {
		width: 48%;
		margin: 0px 0px 60px 0px;
	}
	
	#singleWrapper .container .obsah .sloupce .facebook {
		width: 48%;
		margin: 0px 4% 0px 0px;
	}
	
	#singleWrapper .container .obsah .sloupce .instagram {
		width: 48%;
		margin: 0px 0px 0px 0px;
	}
	
	#singleWrapper .container .obsah .sloupce div a {
		padding: 114px 0px 0px 0px;
		font-size: 16px;
		font-weight: 500;
	}

	#singleWrapper .container .obsah .levy .video {
		clear: none;
		float: left;
		width: 100%;
		height: auto;
		overflow: auto;
		margin: 20px 0px 0px 0px;
	}
	
	#singleWrapper .container .obsah .levy .video img {
		display: block;
		margin: 0px 0px 0px 0px;
	}

	#singleWrapper .container .obsah .levy .video .uvnitr .play {
		position: absolute;
		z-index: 1;
		top: 40%;
		left: 50%;
		transform: translateX(-50%);
		width: 71px;
		height: 50px;
		font-size: 0px;
	}

	#singleWrapper .container .obsah .celkovy .video, 
	#singleWrapper .container .obsah .celkovy .video:nth-child(2n) {
		width: 100%;
		height: 540px;
		overflow: hidden;
		margin: 20px 0px 0px 0px;
	}

	#singleWrapper .container .obsah .celkovy .audio, 
	#singleWrapper .container .obsah .celkovy .audio:nth-child(2n) {
		width: 100%;
		height: auto;
		overflow: auto;
		margin: 20px 0px 0px 0px;
	}
}

@media (max-width: 568px) {
	#singleWrapper .container .obsah .levy {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	
	#singleWrapper .container .obsah .pravy {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	
	#singleWrapper .container .obsah .profil {
		clear: none;
		float: left;
		width: 100%;
	}
	
	#singleWrapper .container .obsah .profil .obrazek {
		width: 30%;
		margin: 0px 4% 0px 0px;
	}
	
	#singleWrapper .container .obsah .profil .text {
		width: 66%;
		padding: 24px 0px 0px 0px;
	}

	#singleWrapper .container .obsah .levy .ikony p span {
		display: none;
	}

	#singleWrapper .container .obsah .pravy .perex {
		background: url(../images/fade-bottom-small-bg.png) no-repeat center bottom;
	}
	
	#singleWrapper .container .obsah .levy .fotogalerie .photo {
		width: 32.6%;
		margin: 0px 1% 7px 0px;
	}
	
	#singleWrapper .container .obsah .levy .fotogalerie .photo:nth-child(4n) {
		margin: 0px 1% 7px 0px;
	}
	
	#singleWrapper .container .obsah .levy .fotogalerie .photo:nth-child(3n) {
		margin: 0px 0px 7px 0px;
	}

	#singleWrapper .container .obsah .sloupce .telefon, 
	#singleWrapper .container .obsah .sloupce .email, 
	#singleWrapper .container .obsah .sloupce .facebook, 
	#singleWrapper .container .obsah .sloupce .instagram {
		clear: both;
	    float: none;
	    width: 100%;
	    max-width: 340px;
	    padding: 0px 0px 24px 0px;
	    margin: 0px auto 24px auto;
	    border-bottom: 1px dashed #71897f;
	}
	
	#singleWrapper .container .obsah .sloupce .instagram {
	    padding: 0px 0px 0px 0px;
	    margin: 0px auto 0px auto;
	    border-bottom: none;
	}
	
	#singleWrapper .container .obsah .sloupce div a {
		padding: 100px 0px 0px 0px;
		font-size: 17px;
		font-weight: 500;
	}
	
	#singleWrapper .container .obsah .sloupce .telefon a {
		background: url(../images/ikona-kontakty-telefon.png) no-repeat center 0px;
		background-size: 80px auto;
	}
	
	#singleWrapper .container .obsah .sloupce .telefon a:hover {
		background: url(../images/ikona-kontakty-telefon.png) no-repeat center -176px;
		background-size: 80px auto;
	}
	
	#singleWrapper .container .obsah .sloupce .email a {
		background: url(../images/ikona-kontakty-email.png) no-repeat center 0px;
		background-size: 80px auto;
	}
	
	#singleWrapper .container .obsah .sloupce .email a:hover {
		background: url(../images/ikona-kontakty-email.png) no-repeat center -176px;
		background-size: 80px auto;
	}
	
	#singleWrapper .container .obsah .sloupce .facebook a {
		background: url(../images/ikona-kontakty-facebook.png) no-repeat center 0px;
		background-size: 80px auto;
	}
	
	#singleWrapper .container .obsah .sloupce .facebook a:hover {
		background: url(../images/ikona-kontakty-facebook.png) no-repeat center -176px;
		background-size: 80px auto;
	}
	
	#singleWrapper .container .obsah .sloupce .instagram a {
		background: url(../images/ikona-kontakty-instagram.png) no-repeat center 0px;
		background-size: 80px auto;
	}
	
	#singleWrapper .container .obsah .sloupce .instagram a:hover {
		background: url(../images/ikona-kontakty-instagram.png) no-repeat center -176px;
		background-size: 80px auto;
	}
}

@media (max-width: 468px) {
}







#odkazyWrapper {
	position: fixed;
	bottom: 0px;
	z-index: 3;
	width: 100%;
	background: #f1f1f1;
}

@media (max-width: 1520px) {
    #odkazyWrapper {
		width: 94%;
        padding: 0px 3% 0px 3%;
    }
}

#odkazyWrapper .container {
	width: 100%;
    padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

#odkazyWrapper .container .odkazy {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

#odkazyWrapper .container .odkazy .odkaz {
	clear: none;
	float: left;
	width: auto;
}

#odkazyWrapper .container .odkazy .odkaz a {
	display: block;
	clear: none;
	float: left;
	width: auto;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	padding: 6px 16px 6px 16px;
	margin: 4px 0px 4px 0px;
	background: url(../images/odkaz-bg.png) repeat-y right 0px;
}

#odkazyWrapper .container .odkazy .odkaz:last-child a {
	padding: 6px 0px 6px 16px;
	background: none;
}

@media (max-width: 959px) {
	#odkazyWrapper {
		position: relative;
		bottom: 0px;
		z-index: 3;
	}

	#odkazyWrapper .container {
		width: 100%;
		padding: 24px 0px 24px 0px;
		margin: 30px auto 0px auto;
	}
}







#obsahWrapper {
}

@media (max-width: 1520px) {
    #obsahWrapper {
		width: 94%;
        padding: 0px 3% 0px 3%;
    }
}

#obsahWrapper .container {
	width: 100%;
    padding: 80px 0px 80px 0px;
}

#obsahWrapper.footer .container {
	width: 100%;
    padding: 0px 0px 80px 0px;
}

#obsahWrapper.page .container {
	width: 100%;
    padding: 80px 0px 0px 0px;
}

#obsahWrapper.inner .container {
	width: 100%;
    padding: 0px 0px 80px 0px;
}

#obsahWrapper.nospace .container {
	width: 100%;
    padding: 80px 0px 0px 0px;
}

#obsahWrapper .container h2 {
	text-align: center;
}

#obsahWrapper .container p {
	text-align: justify;
}

#obsahWrapper .container .informace {
	clear: none;
	float: left;
	width: 100%;
}

#obsahWrapper .container .informace .cena {
	clear: none;
	float: left;
	width: auto;
	color: #dd0404;
	border: 1px solid #dd0404;
	font-size: 17px;
	font-weight: 600;
	padding: 20px 30px 20px 30px;
	margin: 0px 30px 20px 0px;
	background: #ffffff;
}

#obsahWrapper .container .informace .stav {
	clear: none;
	float: left;
	width: auto;
	color: #292929;
	border: 1px solid #6d6d6d;
	font-size: 17px;
	font-weight: 600;
	padding: 20px 30px 20px 30px;
	margin: 0px 40px 20px 0px;
	background: #ffffff;
}

#obsahWrapper .container .informace span {
	font-weight: 400;
}

#obsahWrapper .container .nahled {
	clear: none;
	float: left;
	width: 100%;
	padding: 80px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
	background: url(../images/obsah-bg.png) no-repeat center 0px;
}

#obsahWrapper .container .nahled .obrazek {
	clear: none;
	float: left;
	width: 48%;
	margin: 0px 2% 20px 0px;
}

#obsahWrapper .container .nahled .video {
	position: relative;
	clear: none;
	float: left;
	width: 48%;
	margin: 0px 2% 20px 0px;
	overflow: hidden;
	box-sizing: border-box;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#obsahWrapper .container .nahled .video:nth-child(2n+1) {
	margin: 0px 0px 20px 2%;
}

#obsahWrapper .container .nahled .video img {
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#obsahWrapper .container .nahled .video:hover img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#obsahWrapper .container .nahled .video .play {
	position: absolute;
	z-index: 1;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	width: 71px;
	height: 50px;
	font-size: 0px;
}

#obsahWrapper .container .nahled .video .play a {
	display: block;
	width: 71px;
	height: 50px;
	background: url(../images/video-a.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#obsahWrapper .container .nahled .video .play a:hover, 
#obsahWrapper .container .nahled .video:hover .play a {
	background: url(../images/video-e.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#obsahWrapper .container .nahled .obrazek:nth-child(even) {
	margin: 0px 0px 20px 2%;
}

#obsahWrapper .container .nahled .prehravac {
	position: relative;
	clear: both;
	float: none;
	width: 50%;
	margin: 0px auto 20px auto;
	overflow: hidden;
	box-sizing: border-box;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#obsahWrapper .container .nahled .prehravac img {
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#obsahWrapper .container .nahled .prehravac:hover img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#obsahWrapper .container .nahled .prehravac .play {
	position: absolute;
	z-index: 1;
	top: 44%;
	left: 50%;
	transform: translateX(-50%);
	width: 71px;
	height: 50px;
	font-size: 0px;
}

#obsahWrapper .container .nahled .prehravac .play a {
	display: block;
	width: 71px;
	height: 50px;
	background: url(../images/video-a.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#obsahWrapper .container .nahled .prehravac .play a:hover, 
#obsahWrapper .container .nahled .prehravac:hover .play a {
	background: url(../images/video-e.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#obsahWrapper .container .fotogalerie {
	clear: none;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 0px 0px;
}

#obsahWrapper.footer .container .fotogalerie {
	margin: 0px 0px 0px 0px;
}

#obsahWrapper .container .fotogalerie .foto {
	clear: none;
	float: left;
	width: 15.97%;
  	margin: 0px 0.83% 12px 0px;
 }

#obsahWrapper .container .fotogalerie .foto:nth-child(6n) {
	margin: 0px 0px 12px 0px;
}

#obsahWrapper .container .fotogalerie .foto:nth-child(6n+1) {
	clear: both;
}

#obsahWrapper .container .fotogalerie .foto .obrazek {
	position: relative;
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	box-sizing: border-box;
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#obsahWrapper .container .fotogalerie .foto .obrazek img {
	display: block;
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#obsahWrapper .container .fotogalerie .foto .obrazek:hover img {
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#obsahWrapper .container .fotogalerie .foto .obrazek .odkaz {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	clear: none;
	float: left;
	width: 100%;
	height: 100%;
	font-size: 0px;
}

#obsahWrapper .container .fotogalerie .foto .obrazek .odkaz a {
	display: block;
	width: 100%;
	height: 100%;
}

#obsahWrapper .container .fotogalerie .foto .obrazek .datum {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	clear: none;
	float: left;
	width: 100%;
	height: auto;
	background: url(../images/datum-bg.png) repeat-x left bottom;
}

#obsahWrapper .container .fotogalerie .foto .obrazek .datum p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-align: right;
	padding: 90px 24px 0px 0px;
}

#obsahWrapper .container .fotogalerie .foto .obrazek .datum p a {
	color: #ffffff;
	text-decoration: none;
}

#obsahWrapper .container .fotogalerie .foto .obrazek .ikona {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	clear: none;
	float: left;
	width: 100%;
	height: auto;
	background: url(../images/datum-bg.png) repeat-x left bottom;
}

#obsahWrapper .container .fotogalerie .foto .obrazek .ikona p {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	padding: 90px 20px 0px 48px;
	margin: 0px 0px 18px 0px;
	background: url(../images/ikona-lupa.png) no-repeat 16px bottom;
	background-size: auto 21px;
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#obsahWrapper .container .fotogalerie .foto .obrazek .ikona p a {
	width: 100%;
	color: #ffffff;
	text-decoration: none;
}

#obsahWrapper .container .fotogalerie .foto .obrazek:hover .ikona p {
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#obsahWrapper .container .fotogalerie .foto .popis {
	clear: none;
	float: left;
	width: 100%;
	margin: 8px 0px 4px 0px;
	font-size: 15px;
}

#obsahWrapper .container .fotogalerie .foto .popis a {
	text-decoration: none;
}

#obsahWrapper .container .fotogalerie .foto .text {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
}


#obsahWrapper .container .kontakty {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 40px 0px;
}

#obsahWrapper .container .kontakty .kontakt {
	clear: none;
	float: left;
	width: 30%;
	padding: 30px 5% 30px 0px;
	background: url(../images/box-bg.png) no-repeat right 0px;
}

#obsahWrapper .container .kontakty .kontakt:nth-child(3n) {
	padding: 30px 0px 30px 0px;
	background: none;
}

#obsahWrapper .container .kontakty .kontakt:nth-child(3n+1) {
	clear: both;
}

#obsahWrapper .container .mapa {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 40px 0px;
}

#obsahWrapper .container .box {
	clear: none;
	float: left;
	width: 92%;
	padding: 40px 4% 20px 4%;
	margin: 20px 0px 40px 0px;
	background: #ecf0ee;
}

#obsahWrapper .container .box .levy {
	clear: none;
	float: left;
	width: 40%;
	margin: 0px 6% 0px 0px;
}

#obsahWrapper .container .box .pravy {
	clear: none;
	float: left;
	width: 54%;
	margin: 0px 0px 0px 0px;
}

#obsahWrapper .container .obsah {
	clear: none;
	float: left;
	width: 100%;
}

#obsahWrapper .container .obsah p {
	text-align: justify;
}

#obsahWrapper .container .obsah .sloupce {
	clear: none;
	float: left;
	width: 100%;
	margin: 20px 0px 40px 0px;
}

#obsahWrapper .container .obsah .adresa {
	clear: none;
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	font-weight: 600;
	text-align: center;
}

#obsahWrapper .container .obsah .adresa p {
	text-align: center;
}

#obsahWrapper .container .obsah .sloupce .telefon {
	clear: none;
	float: left;
	width: 22%;
	margin: 0px 4% 0px 0px;
}

#obsahWrapper .container .obsah .sloupce .email {
	clear: none;
	float: left;
	width: 22%;
	margin: 0px 4% 0px 0px;
}

#obsahWrapper .container .obsah .sloupce .email2 {
	clear: none;
	float: left;
	width: 22%;
	margin: 0px 4% 0px 0px;
}

#obsahWrapper .container .obsah .sloupce .facebook {
	clear: none;
	float: left;
	width: 22%;
	margin: 0px 4% 0px 0px;
}

#obsahWrapper .container .obsah .sloupce .instagram {
	clear: none;
	float: left;
	width: 22%;
	margin: 0px 0px 0px 0px;
}

#obsahWrapper .container .obsah .sloupce .telefon a, 
#obsahWrapper .container .obsah .sloupce .email a, 
#obsahWrapper .container .obsah .sloupce .email2 a, 
#obsahWrapper .container .obsah .sloupce .facebook a, 
#obsahWrapper .container .obsah .sloupce .instagram a {
	color: #dd0404;
	display: block;
	width: 100%;
	padding: 100px 0px 0px 0px;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-size: 80px auto;
    transition: 		all ease-in 0ms;
    -moz-transition: 	all ease-in 0ms;
    -webkit-transition: all ease-in 0ms;
    -o-transition: 		all ease-in 0ms;
    -ms-transition: 	all ease-in 0ms;
}

#obsahWrapper .container .obsah .sloupce .telefon a:hover, 
#obsahWrapper .container .obsah .sloupce .email a:hover, 
#obsahWrapper .container .obsah .sloupce .email2 a:hover, 
#obsahWrapper .container .obsah .sloupce .facebook a:hover, 
#obsahWrapper .container .obsah .sloupce .instagram a:hover {
	color: #292929;
	background-size: 80px auto;
    transition: 		all ease-in 0ms;
    -moz-transition: 	all ease-in 0ms;
    -webkit-transition: all ease-in 0ms;
    -o-transition: 		all ease-in 0ms;
    -ms-transition: 	all ease-in 0ms;
}

#obsahWrapper .container .obsah .sloupce .telefon a {
	background: url(../images/ikona-kontakty-telefon.png) no-repeat center 0px;
	background-size: 80px auto;
}

#obsahWrapper .container .obsah .sloupce .telefon a:hover {
	background: url(../images/ikona-kontakty-telefon.png) no-repeat center -176px;
	background-size: 80px auto;
}

#obsahWrapper .container .obsah .sloupce .email a {
	background: url(../images/ikona-kontakty-email.png) no-repeat center 0px;
	background-size: 80px auto;
}

#obsahWrapper .container .obsah .sloupce .email a:hover {
	background: url(../images/ikona-kontakty-email.png) no-repeat center -176px;
	background-size: 80px auto;
}

#obsahWrapper .container .obsah .sloupce .email2 a {
	background: url(../images/ikona-kontakty-email.png) no-repeat center 0px;
	background-size: 80px auto;
}

#obsahWrapper .container .obsah .sloupce .email2 a:hover {
	background: url(../images/ikona-kontakty-email.png) no-repeat center -176px;
	background-size: 80px auto;
}

#obsahWrapper .container .obsah .sloupce .facebook a {
	background: url(../images/ikona-kontakty-facebook.png) no-repeat center 0px;
	background-size: 80px auto;
}

#obsahWrapper .container .obsah .sloupce .facebook a:hover {
	background: url(../images/ikona-kontakty-facebook.png) no-repeat center -176px;
	background-size: 80px auto;
}

#obsahWrapper .container .obsah .sloupce .instagram a {
	background: url(../images/ikona-kontakty-instagram.png) no-repeat center 0px;
	background-size: 80px auto;
}

#obsahWrapper .container .obsah .sloupce .instagram a:hover {
	background: url(../images/ikona-kontakty-instagram.png) no-repeat center -176px;
	background-size: 80px auto;
}

#obsahWrapper .container .obsah .sloupce .sloupec-levy {
	clear: none;
	float: left;
	width: 48%;
	margin: 20px 4% 0px 0px;
}

#obsahWrapper .container .obsah .sloupce .sloupec-pravy {
	clear: none;
	float: left;
	width: 48%;
	margin: 20px 0px 0px 0px;
}

#obsahWrapper .container .obsah .sloupec-levy .uvnitr, 
#obsahWrapper .container .obsah .sloupec-pravy .uvnitr {
  clear: none;
  float: left;
  width: 92%;
  padding: 20px 4% 26px 4%;
  margin: 0px 0px 0px 0px;
  background: #ffffff;
  box-shadow: 0px 0px 24px #d3d8d5;
}

#obsahWrapper .container .obsah .levy {
	clear: none;
	float: left;
	width: 40%;
	margin: 0px 4% 0px 0px;
}

#obsahWrapper .container .obsah .levy .obrazek {
	position: relative;
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	box-sizing: border-box;
}

#obsahWrapper .container .obsah .levy .obrazek .odkaz {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	clear: none;
	float: left;
	width: 100%;
	height: 100%;
	font-size: 0px;
}

#obsahWrapper .container .obsah .levy .obrazek .odkaz a {
	display: block;
	width: 100%;
	height: 100%;
}

#obsahWrapper .container .obsah .levy .obrazek .datum {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	clear: none;
	float: left;
	width: 100%;
	height: auto;
	background: url(../images/datum-bg.png) repeat-x left bottom;
}

#obsahWrapper .container .obsah .levy .obrazek .datum p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	padding: 90px 20px 0px 0px;
}

#obsahWrapper .container .obsah .levy .obrazek .datum p a {
	color: #ffffff;
	text-decoration: none;
}

#obsahWrapper .container .obsah .levy .video {
	clear: none;
	float: left;
	width: 100%;
	height: 330px;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}

#obsahWrapper .container .obsah .levy .video img {
	display: block;
	margin: -30px 0px 0px 0px;
}

#obsahWrapper .container .obsah .levy .video p {
	margin: 0px 0px 8px 0px;
}

#obsahWrapper .container .obsah .levy .video .uvnitr {
	position: relative;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	box-sizing: border-box;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#obsahWrapper .container .obsah .levy .video .uvnitr .play {
	position: absolute;
	z-index: 1;
	top: 36%;
	left: 50%;
	transform: translateX(-50%);
	width: 71px;
	height: 50px;
	font-size: 0px;
}

#obsahWrapper .container .obsah .levy .video .uvnitr .play a {
	display: block;
	width: 71px;
	height: 50px;
	background: url(../images/video-a.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#obsahWrapper .container .obsah .levy .video .uvnitr .play a:hover, 
#obsahWrapper .container .obsah .levy .video .uvnitr:hover .play a {
	background: url(../images/video-e.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#obsahWrapper .container .obsah .levy .video .uvnitr img {
	display: block;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#obsahWrapper .container .obsah .levy .video .uvnitr:hover img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#obsahWrapper .container .obsah .levy .audio {
	clear: none;
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}

#obsahWrapper .container .obsah .levy .audio p {
	margin: 0px 0px 8px 0px;
}

#obsahWrapper .container .obsah .levy .audio audio {
	width: 100%;
	max-width: 800px;
}

#obsahWrapper .container .obsah .levy .obrazek .audio {
	clear: none;
	float: left;
	width: 100%;
	margin: 10px 0px -10px 0px;
}

#obsahWrapper .container .obsah .levy .obrazek .audio audio {
	width: 100%;
	max-width: 400px;
}

#obsahWrapper .container .obsah .levy .obrazek .audio.delsi audio {
	width: 100%;
	max-width: 100%;
}

#obsahWrapper .container .obsah .levy .obrazek .fotogalerie {
	clear: none;
	float: left;
	width: 100%;
	margin: 10px 0px -10px 0px;
}

#obsahWrapper .container .obsah .levy .obrazek .fotogalerie .foto {
	clear: none;
	float: left;
	width: 23.5%;
	margin: 0px 2% 10px 0px;
	overflow: hidden;
	box-sizing: border-box;
}

#obsahWrapper .container .obsah .levy .obrazek .fotogalerie .foto:nth-child(4n) {
	margin: 0px 0px 10px 0px;
}

#obsahWrapper .container .obsah .levy .obrazek .fotogalerie .foto:nth-child(4n+1) {
	clear: both;
}

#obsahWrapper .container .obsah .levy .obrazek .fotogalerie .foto img {
	display: block;
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#obsahWrapper .container .obsah .levy .obrazek .fotogalerie .foto:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: 		all ease-in 300ms;
    -moz-transition: 	all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: 		all ease-in 300ms;
    -ms-transition: 	all ease-in 300ms;
}

#obsahWrapper .container .obsah .levy .obrazek .videogalerie {
	clear: none;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

#obsahWrapper .container .obsah .levy .obrazek .videogalerie .obrazek {
	position: relative;
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	box-sizing: border-box;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#obsahWrapper .container .obsah .levy .obrazek .videogalerie .obrazek .play {
	position: absolute;
	z-index: 1;
	top: 34%;
	left: 50%;
	transform: translateX(-50%);
	width: 71px;
	height: 50px;
	font-size: 0px;
}

#obsahWrapper .container .obsah .levy .obrazek .videogalerie .obrazek .play a {
	display: block;
	width: 71px;
	height: 50px;
	background: url(../images/video-a.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#obsahWrapper .container .obsah .levy .obrazek .videogalerie .obrazek .play a:hover, 
#obsahWrapper .container .obsah .levy .obrazek .videogalerie .obrazek:hover .play a {
	background: url(../images/video-e.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#obsahWrapper .container .obsah .levy .ikony {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#obsahWrapper .container .obsah .levy .ikony p.ikona-1 {
	display: block;
	clear: both;
	float: left;
	width: auto;
	padding: 2px 0px 2px 34px;
	background: url(../images/ikona-koncert-1.png) no-repeat 0px 0px;
	background-size: auto 24px;
	text-decoration: none;
}

#obsahWrapper .container .obsah .levy .ikony p.ikona-2 {
	display: block;
	clear: both;
	float: left;
	width: auto;
	padding: 2px 0px 2px 34px;
	background: url(../images/ikona-koncert-2.png) no-repeat 0px 0px;
	background-size: auto 24px;
	text-decoration: none;
}

#obsahWrapper .container .obsah .levy .ikony p.ikona-3 {
	display: block;
	clear: both;
	float: left;
	width: auto;
	padding: 2px 0px 2px 34px;
	background: url(../images/ikona-koncert-3.png) no-repeat 0px 0px;
	background-size: auto 24px;
	text-decoration: none;
}

#obsahWrapper .container .obsah .levy .ikony p.ikona-4 {
	display: block;
	clear: both;
	float: left;
	width: auto;
	padding: 2px 0px 2px 34px;
	background: url(../images/ikona-koncert-4.png) no-repeat 0px 0px;
	background-size: auto 24px;
	text-decoration: none;
}

#obsahWrapper .container .obsah .levy .ikony p.ikona-5 {
	display: block;
	clear: both;
	float: left;
	width: auto;
	padding: 2px 0px 2px 34px;
	background: url(../images/ikona-koncert-5.png) no-repeat 0px 0px;
	background-size: auto 24px;
	text-decoration: none;
}

#obsahWrapper .container .obsah .levy .ikony p {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

#obsahWrapper .container .obsah .levy .ikony p span {
	display: block;
	clear: none;
	float: left;
	width: 126px;
	font-weight: 400;
}

#obsahWrapper .container .obsah .levy .namape {
	clear: none;
	float: left;
	width: 100%;
	margin: 20px 0px 20px 0px;
}

#obsahWrapper .container .obsah .celkovy {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#obsahWrapper .container .obsah .celkovy .obrazek {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
}

#obsahWrapper .container .obsah .celkovy .zdroj {
	clear: none;
	float: left;
	width: 96%;
	padding: 24px 2% 26px 2%;
	margin: 20px 0px 20px 0px;
	background: #eef1ef;
}

#obsahWrapper .container .obsah .celkovy .video {
	clear: none;
	float: left;
	width: 48%;
	height: 330px;
	overflow: hidden;
	margin: 20px 2% 0px 0px;
}

#obsahWrapper .container .obsah .celkovy .video:nth-child(2n) {
	margin: 20px 0px 0px 2%;
}

#obsahWrapper .container .obsah .celkovy .video:nth-child(2n+1) {
	clear: both;
}

#obsahWrapper .container .obsah .celkovy .video img {
	display: block;
	margin: -30px 0px 0px 0px;
}

#obsahWrapper .container .obsah .celkovy .video p {
	margin: 0px 0px 8px 0px;
}

#obsahWrapper .container .obsah .celkovy .video .uvnitr {
	position: relative;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	box-sizing: border-box;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#obsahWrapper .container .obsah .celkovy .video .uvnitr .play {
	position: absolute;
	z-index: 1;
	top: 36%;
	left: 50%;
	transform: translateX(-50%);
	width: 71px;
	height: 50px;
	font-size: 0px;
}

#obsahWrapper .container .obsah .celkovy .video .uvnitr .play a {
	display: block;
	width: 71px;
	height: 50px;
	background: url(../images/video-a.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#obsahWrapper .container .obsah .celkovy .video .uvnitr .play a:hover, 
#obsahWrapper .container .obsah .celkovy .video .uvnitr:hover .play a {
	background: url(../images/video-e.png) no-repeat 0px 0px;
	background-size: auto 51px;
}

#obsahWrapper .container .obsah .celkovy .video .uvnitr img {
	display: block;
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#obsahWrapper .container .obsah .celkovy .video .uvnitr:hover img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transition: 		all ease-in 400ms;
    -moz-transition: 	all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -o-transition: 		all ease-in 400ms;
    -ms-transition: 	all ease-in 400ms;
}

#obsahWrapper .container .obsah .celkovy .audio {
	clear: none;
	float: left;
	width: 48%;
	margin: 20px 2% 0px 0px;
}

#obsahWrapper .container .obsah .celkovy .audio:nth-child(2n) {
	margin: 20px 0px 0px 2%;
}

#obsahWrapper .container .obsah .celkovy .audio:nth-child(2n+1) {
	clear: both;
}

#obsahWrapper .container .obsah .celkovy .audio p {
	margin: 0px 0px 8px 0px;
}

#obsahWrapper .container .obsah .celkovy .audio audio {
	width: 100%;
	max-width: 800px;
}


#obsahWrapper .container .obsah .pravy {
	clear: none;
	float: left;
	width: 56%;
	margin: 0px 0px 0px 0px;
}

#obsahWrapper .container .obsah .pravy .odkazy {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

#obsahWrapper .container .obsah .pravy .odkazy a {
	color: #dd0404;
	text-align: left;
	font-weight: 400;
	text-decoration: none;
}

#obsahWrapper .container .obsah .pravy .odkazy a:hover {
	color: #9fb70c;
	text-decoration: none;
}

#obsahWrapper .container .obsah .pravy .odkazy .namape {
	clear: none;
	float: left;
	width: 100%;
	color: #dd0404;
	font-weight: 400;
	text-align: left;
	margin: 0px 0px 20px 0px;
}

#obsahWrapper .container .obsah .pravy .odkazy .namape a {
	display: block;
	padding: 2px 0px 2px 50px;
	font-weight: 500;
	text-decoration: none;
	background: url(../images/ikona-mapa.png) no-repeat 0px 0px;
	background-size: auto 24px;
}

#obsahWrapper .container .obsah .pravy .odkazy .pole {
	clear: none;
	float: left;
	width: 100%;
	color: #dd0404;
	font-weight: 400;
	text-align: left;
	margin: 0px 0px 20px 0px;
}

#obsahWrapper .container .obsah .pravy .odkazy .pole b, 
#obsahWrapper .container .obsah .pravy .odkazy .pole strong {
	font-weight: 600;
}

#obsahWrapper .container .obsah .pravy .vstupne {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#obsahWrapper .container .obsah .pravy .oteviraci {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#obsahWrapper .container .obsah .pravy .misto {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#obsahWrapper .container .obsah .pravy .webkamera {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#obsahWrapper .container .prehled {
	clear: none;
	float: left;
	width: 94%;
	padding: 30px 3% 20px 3%;
	margin: 0px 0px 10px 0px;
	background: #f2f2f2;
}

#obsahWrapper .container .prehled .autori {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#obsahWrapper .container .prehled .autori a {
	display: block;
	clear: none;
	float: left;
	padding: 4px 10px 4px 20px;
	background: url(../images/li.png) no-repeat 4px 4px;
}

#obsahWrapper .container .prehled .pismena {
	clear: none;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

#obsahWrapper .container .prehled .pismena a {
	display: block;
	clear: none;
	float: left;
	padding: 5px 10px 4px 10px;
	margin: 0px 5px 8px 0px;
	border: 1px solid #cdc8c8;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	background: #ffffff;
}

#obsahWrapper .container .prehled .pismena a.aktivni, 
#obsahWrapper .container .prehled .pismena a:hover {
	color: #ffffff;
	background: #cdc8c8;
}

#obsahWrapper .container .tlacitko {
	clear: none;
	float: left;
	width: 100%;
	max-width: 280px;
	margin: 40px 20px 40px 0px;
}

#obsahWrapper .container .tlacitko a {
	display: block;
	color: #ffffff;
	width: auto;
	width: 100%;
	max-width: 240px;
	height: auto;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding: 25px 19px 25px 19px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #dd0404;
	background: #dd0404;
	text-decoration: none;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: 		all ease-in 200ms;
    -ms-transition: 	all ease-in 200ms;
}

#obsahWrapper .container .tlacitko a:hover {
	color: #dd0404;
	border: 1px solid #dd0404;
	background: #ffffff;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: 		all ease-in 200ms;
    -ms-transition: 	all ease-in 200ms;
}

@media (max-width: 1280px) {
	#obsahWrapper .container .obsah .sloupce div a {
		padding: 150px 0px 0px 0px;
		font-size: 17px;
	}
	
	#obsahWrapper .container .obsah .sloupce div a:hover {
		color: #123a29;
		background-size: 120px auto;
	}
}

@media (max-width: 959px) {
	#obsahWrapper .container .obsah .sloupce {
		margin: 20px 0px 30px 0px;
	}
	
	#obsahWrapper .container .obsah .sloupce div a {
		padding: 114px 0px 0px 0px;
		font-size: 16px;
		font-weight: 500;
	}
	
	#obsahWrapper .container .obsah .sloupce .telefon a, 
	#obsahWrapper .container .obsah .sloupce .email a, 
	#obsahWrapper .container .obsah .sloupce .email2 a, 
	#obsahWrapper .container .obsah .sloupce .facebook a, 
	#obsahWrapper .container .obsah .sloupce .instagram a {
		padding: 100px 0px 0px 0px;
		font-size: 16px;
	}

	#obsahWrapper .container .obsah .sloupce .sloupec-levy {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	
	#obsahWrapper .container .obsah .sloupce .sloupec-pravy {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}

	#obsahWrapper .container .obsah .levy {
		width: 50%;
		margin: 0px 4% 20px 0px;
	}
	
	#obsahWrapper .container .obsah .pravy {
		width: 46%;
		margin: 0px 0px 20px 0px;
	}
	
	#obsahWrapper .container .obsah .profil {
		clear: none;
		float: left;
		width: 100%;
	}
	
	#obsahWrapper .container .obsah .profil .obrazek {
		width: 18%;
		margin: 0px 4% 0px 0px;
	}
	
	#obsahWrapper .container .obsah .profil .text {
		width: 78%;
		padding: 30px 0px 0px 0px;
	}
	
	#obsahWrapper .container .prehled .pismena a {
		padding: 5px 10px 4px 10px;
		margin: 0px 10px 10px 0px;
	}

	#obsahWrapper .container .obsah .levy .obrazek .zruseno {
		position: absolute;
		top: 40%;
		left: 0px;
		z-index: 3;
		width: 92%;
		color: #ffffff;
		font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
		font-weight: 500;
		font-size: 17px;
		padding: 16px 4% 17px 4%;
		text-align: center;
		opacity: 0.95;
		background: #d71d24;
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg); 
		-moz-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		-sand-transform: rotate(-5deg);
		transform: rotate(-5deg);	
	}

	#obsahWrapper .container .kontakty .kontakt {
		clear: none;
		float: left;
		width: 100%;
		padding: 0px 0px 90px 0px;
		margin: 0px 0px 0px 0px;
		background: url(../images/fade-top-bg.png) no-repeat center bottom;
	}
	
	#obsahWrapper .container .kontakty .kontakt:nth-child(3n) {
		padding: 0px 0px 90px 0px;
		background: url(../images/fade-top-bg.png) no-repeat center bottom;
	}
	
	#obsahWrapper .container .kontakty .kontakt:last-child {
		padding: 0px 0px 0px 0px;
		background: none;
	}
}

@media (max-width: 768px) {
	#obsahWrapper .container .nahled {
		padding: 80px 0px 0px 0px;
		margin: 40px 0px 0px 0px;
		background: url(../images/obsah-bg.png) no-repeat center 0px;
	}
	
	#obsahWrapper .container .nahled .obrazek, 
	#obsahWrapper .container .nahled .obrazek:nth-child(odd) {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	
	#obsahWrapper .container .nahled .video, 
	#obsahWrapper .container .nahled .video:nth-child(2n+1) {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}

	#obsahWrapper .container .box {
		clear: none;
		float: left;
		width: 94%;
		padding: 40px 3% 20px 3%;
		margin: 20px 0px 40px 0px;
		background: #ecf0ee;
	}
	
	#obsahWrapper .container .obsah .levy {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	
	#obsahWrapper .container .obsah .levy img {
		display: block;
		margin: 0px auto 0px auto;
	}
	
	#obsahWrapper .container .obsah .pravy {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	
	#obsahWrapper .container .obsah .sloupce .telefon a, 
	#obsahWrapper .container .obsah .sloupce .email a, 
	#obsahWrapper .container .obsah .sloupce .email2 a, 
	#obsahWrapper .container .obsah .sloupce .facebook a, 
	#obsahWrapper .container .obsah .sloupce .instagram a {
		padding: 100px 0px 0px 0px;
		font-size: 16px;
	}
	
	#obsahWrapper .container .obsah .sloupce .telefon {
		width: 48%;
		margin: 0px 4% 60px 0px;
	}
	
	#obsahWrapper .container .obsah .sloupce .email {
		width: 48%;
		margin: 0px 0px 60px 0px;
	}
	
	#obsahWrapper .container .obsah .sloupce .email2 {
		width: 48%;
		margin: 0px 4% 60px 0px;
	}
	
	#obsahWrapper .container .obsah .sloupce .facebook {
		width: 48%;
		margin: 0px 4% 0px 0px;
	}
	
	#obsahWrapper .container .obsah .sloupce .instagram {
		width: 48%;
		margin: 0px 0px 0px 0px;
	}
	
	#obsahWrapper .container .obsah .sloupce div a {
		padding: 114px 0px 0px 0px;
		font-size: 16px;
		font-weight: 500;
	}

	#obsahWrapper .container .obsah .levy .video {
		clear: none;
		float: left;
		width: 100%;
		height: auto;
		overflow: auto;
		margin: 20px 0px 0px 0px;
	}
	
	#obsahWrapper .container .obsah .levy .video img {
		display: block;
		margin: 0px 0px 0px 0px;
	}

	#obsahWrapper .container .obsah .levy .video .uvnitr .play {
		position: absolute;
		z-index: 1;
		top: 40%;
		left: 50%;
		transform: translateX(-50%);
		width: 71px;
		height: 50px;
		font-size: 0px;
	}

	#obsahWrapper .container .obsah .celkovy .video, 
	#obsahWrapper .container .obsah .celkovy .video:nth-child(2n) {
		width: 100%;
		height: 540px;
		overflow: hidden;
		margin: 20px 0px 0px 0px;
	}

	#obsahWrapper .container .obsah .celkovy .audio, 
	#obsahWrapper .container .obsah .celkovy .audio:nth-child(2n) {
		width: 100%;
		height: auto;
		overflow: auto;
		margin: 20px 0px 0px 0px;
	}


	#obsahWrapper .container .fotogalerie .foto {
		clear: none;
		float: left;
		width: 32.33%;
		margin: 0px 1.5% 12px 0px;
	}
	
	#obsahWrapper .container .fotogalerie .foto:nth-child(6n) {
	  	margin: 0px 1.5% 12px 0px;
	}
	
	#obsahWrapper .container .fotogalerie .foto:nth-child(6n+1) {
		clear: none;
	}
	
	#obsahWrapper .container .fotogalerie .foto:nth-child(4n) {
	  	margin: 0px 1.5% 12px 0px;
	}
	
	#obsahWrapper .container .fotogalerie .foto:nth-child(4n+1) {
		clear: none;
	}
	
	#obsahWrapper .container .fotogalerie .foto:nth-child(3n) {
		margin: 0px 0px 12px 0px;
	}
	
	#obsahWrapper .container .fotogalerie .foto:nth-child(3n+1) {
		clear: both;
	}
}

@media (max-width: 568px) {
	#obsahWrapper .container .obsah .levy {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	
	#obsahWrapper .container .obsah .pravy {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	
	#obsahWrapper .container .obsah .profil {
		clear: none;
		float: left;
		width: 100%;
	}
	
	#obsahWrapper .container .obsah .profil .obrazek {
		width: 30%;
		margin: 0px 4% 0px 0px;
	}
	
	#obsahWrapper .container .obsah .profil .text {
		width: 66%;
		padding: 24px 0px 0px 0px;
	}

	#obsahWrapper .container .obsah .levy .ikony p span {
		display: none;
	}

	#obsahWrapper .container .obsah .pravy .perex {
		background: url(../images/fade-bottom-small-bg.png) no-repeat center bottom;
	}
	
	#obsahWrapper .container .obsah .levy .fotogalerie .photo {
		width: 32.6%;
		margin: 0px 1% 7px 0px;
	}
	
	#obsahWrapper .container .obsah .levy .fotogalerie .photo:nth-child(4n) {
		margin: 0px 1% 7px 0px;
	}
	
	#obsahWrapper .container .obsah .levy .fotogalerie .photo:nth-child(3n) {
		margin: 0px 0px 7px 0px;
	}

	#obsahWrapper .container .obsah .sloupce .telefon, 
	#obsahWrapper .container .obsah .sloupce .email, 
	#obsahWrapper .container .obsah .sloupce .email2, 
	#obsahWrapper .container .obsah .sloupce .facebook, 
	#obsahWrapper .container .obsah .sloupce .instagram {
		clear: both;
	    float: none;
	    width: 100%;
	    max-width: 340px;
	    padding: 0px 0px 24px 0px;
	    margin: 0px auto 24px auto;
	    border-bottom: 1px dashed #dd0404;
	}
	
	#obsahWrapper .container .obsah .sloupce .instagram {
	    padding: 0px 0px 0px 0px;
	    margin: 0px auto 0px auto;
	    border-bottom: none;
	}
	
	#obsahWrapper .container .obsah .sloupce div a {
		padding: 100px 0px 0px 0px;
		font-size: 16px;
		font-weight: 500;
	}
	
	#obsahWrapper .container .obsah .sloupce .telefon a {
		background: url(../images/ikona-kontakty-telefon.png) no-repeat center 0px;
		background-size: 80px auto;
	}
	
	#obsahWrapper .container .obsah .sloupce .telefon a:hover {
		background: url(../images/ikona-kontakty-telefon.png) no-repeat center -176px;
		background-size: 80px auto;
	}
	
	#obsahWrapper .container .obsah .sloupce .email a {
		background: url(../images/ikona-kontakty-email.png) no-repeat center 0px;
		background-size: 80px auto;
	}
	
	#obsahWrapper .container .obsah .sloupce .email a:hover {
		background: url(../images/ikona-kontakty-email.png) no-repeat center -176px;
		background-size: 80px auto;
	}
	
	#obsahWrapper .container .obsah .sloupce .email2 a {
		background: url(../images/ikona-kontakty-email.png) no-repeat center 0px;
		background-size: 80px auto;
	}
	
	#obsahWrapper .container .obsah .sloupce .email2 a:hover {
		background: url(../images/ikona-kontakty-email.png) no-repeat center -176px;
		background-size: 80px auto;
	}
	
	#obsahWrapper .container .obsah .sloupce .facebook a {
		background: url(../images/ikona-kontakty-facebook.png) no-repeat center 0px;
		background-size: 80px auto;
	}
	
	#obsahWrapper .container .obsah .sloupce .facebook a:hover {
		background: url(../images/ikona-kontakty-facebook.png) no-repeat center -176px;
		background-size: 80px auto;
	}
	
	#obsahWrapper .container .obsah .sloupce .instagram a {
		background: url(../images/ikona-kontakty-instagram.png) no-repeat center 0px;
		background-size: 80px auto;
	}
	
	#obsahWrapper .container .obsah .sloupce .instagram a:hover {
		background: url(../images/ikona-kontakty-instagram.png) no-repeat center -176px;
		background-size: 80px auto;
	}


	#obsahWrapper .container .fotogalerie .foto {
		clear: none;
		float: left;
		width: 49%;
		margin: 0px 2% 10px 0px;
	}
	
	#obsahWrapper .container .fotogalerie .foto:nth-child(6n) {
		margin: 0px 2% 12px 0px;
	}
	
	#obsahWrapper .container .fotogalerie .foto:nth-child(6n+1) {
		clear: none;
	}
	
	#obsahWrapper .container .fotogalerie .foto:nth-child(4n) {
		margin: 0px 2% 12px 0px;
	}
	
	#obsahWrapper .container .fotogalerie .foto:nth-child(4n+1) {
		clear: none;
	}
	
	#obsahWrapper .container .fotogalerie .foto:nth-child(3n) {
		margin: 0px 2% 12px 0px;
	}
	
	#obsahWrapper .container .fotogalerie .foto:nth-child(3n+1) {
		clear: none;
	}
	
	#obsahWrapper .container .fotogalerie .foto:nth-child(2n) {
		margin: 0px 0px 12px 0px;
	}
	
	#obsahWrapper .container .fotogalerie .foto:nth-child(2n+1) {
		clear: both;
	}
}

@media (max-width: 468px) {
	#detailWrapper .container .programy .program .obrazek .fotogalerie .foto {
		width: 49%;
		margin: 0px 2% 10px 0px;
	}
	
	#detailWrapper .container .programy .program .obrazek .fotogalerie .foto:nth-child(4n) {
		margin: 0px 0px 10px 0px;
	}
	
	#detailWrapper .container .programy .program .obrazek .fotogalerie .foto:nth-child(4n+1) {
		clear: both;
	}
	
	#detailWrapper .container .programy .program .obrazek .fotogalerie .foto:nth-child(2n) {
		margin: 0px 0px 10px 0px;
	}
	
	#detailWrapper .container .programy .program .obrazek .fotogalerie .foto:nth-child(2n+1) {
		clear: both;
	}
}







/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
form p {
	margin: 0px 0px 0px 0px;
}

.platba {
	clear: both;
	float: none;
	width: 100%;
	max-width: 300px;
	margin: 0px auto 0px auto;
}

.formular {
	clear: none;
	float: left;
	width: 100%;
	padding: 20px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	border-radius: 5px;
	background: #ededf1;
}

.formular h3 {
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0px 0px 30px 0px;
}

.formular .vyplnit {
}

.formular label {
	display: block;
	width: 100% !important;
	font-size: 16px;
	font-weight: 500;
	margin: 0px 0px 2px 0px;
}

.formular b {
	display: block;
	width: 100% !important;
	font-size: 14px;
	font-weight: 400;
	margin: 0px 0px 2px 0px;
}

.form label span, 
.formular label span {
	display: inline-block;
	width: 8px;
	height: 18px;
	margin: 0px 4px 0px 8px;
	background: url(../images/ikona-povinne.png) no-repeat 0px 8px;
}

.formular .radek-0 {
	clear: none;
	float: left;
	width: 93%;
	margin: 0px 3.5% 24px 3.5%;
}

.formular .radek-1 {
	clear: none;
	float: left;
	width: 93%;
	margin: 0px 3.5% 24px 3.5%;
}

.formular .radek-2 {
	clear: none;
	float: left;
	width: 43%;
	padding: 0px;
	margin: 0px 3.5% 24px 3.5%;
}

.formular .radek-2:nth-child(2n) {
	clear: both;
}

.formular .radek-1 br, 
.formular .radek-2 br, 
.formular .radek-3 br, 
.formular .radek-4 br {
	display: none;
}

.rmrow {
	clear: none;
	float: left;
	width: 43% !important;
	min-height: auto !important;
	padding: 0px !important;
	margin: 0px 3.5% 16px 3.5% !important;
}

.rmfield, .rminput {
	clear: none !important;
	float: left !important;
	padding: 0px !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: auto !important;
}

.rmagic .rmrow .rmfield label {
    font-weight: 500 !important;
}

.rm_forgot_pass {
	display: none;
}

ul.rmradio {
	display: none !important;
}
 
.rmagic .buttonarea {
	clear: none;
	float: left;
	width: 100%;
}

.rmagic .buttonarea input[type='submit'] {
    min-width: 240px !important;
    min-height: auto !important;
}

.formular .radek-2.nastred {
	clear: both;
	float: none;
	width: 100%;
	max-width: 340px;
	margin: 0px auto 12px auto;
}

.formular .radek-3 {
	clear: none;
	float: left;
	width: 26.3%;
	margin: 0px 3.5% 16px 3.5%;
}

.formular .radek-0 a {
	display: block;
	color: #f99d28;
	width: 100%;
	max-width: 240px;
	margin: 20px auto 0px auto;
}

.formular .radek-0 a:hover {
	color: #181d26;
}

.form .radek-n, 
.formular .radek-n {
	display: none;
}

.formular input[type="text"], 
.formular input[type="password"], 
.formular input[type="email"], 
.formular input[type="number"], 
.formular input[type="file"], 
.formular input[type="date"], 
.formular input[type="tel"], 
.formular select, 
.formular textarea {
	width: 95.6%;
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
    color: #181d26;
    padding: 10px 2% 10px 2%;
    margin: 4px 0px 0px 0px;
    border: 1px solid #d2cece;
	border-radius: 3px;
    font-size: 16px;
	font-weight: 400;
	background: #ffffff;
}

.formular select {
	width: 99.5%;
}

.formular input[type="file"] {
    padding: 8px 2% 8px 2%;
}

.formular input.kratky[type="text"] {
	width: 100px !important;
}

.formular .radek-2 input[type="text"], 
.formular .radek-2 input[type="email"], 
.formular .radek-2 input[type="number"], 
.formular .radek-2 input[type="file"], 
.formular .radek-2 input[type="date"], 
.formular .radek-2 input[type="tel"] {
	width: 95.2%;
}

.formular textarea {
	width: 97.8%;
	height: 134px;
    padding: 8px 1% 8px 1%;
}

.captcha {
	position: relative;
	top: -2px;
}

img.capcha-img {
	width: auto !important;
	position: relative;
	top: 6px;
	left: 1px;
	margin: 0px 4px 0px 0px;
}

.formular input[type="text"].wpcf7-form-control.wpcf7-captchar {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	width: 60px !important;
    color: #181d26;
    padding: 10px 2% 10px 2%;
    margin: 1px 0px 0px 10px;
    border: 1px solid #d2cece;
	border-radius: 3px;
    font-size: 16px;
	font-weight: 400;
	background: #ffffff;
}

input[type="radio"],
input[type="checkbox"] {
	position: relative;
	top: 4px;
	width: 20px;
	height: 20px;
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	color: #000000;
    padding: 0px;
    margin: 0px 4px 14px 0px;
	border-radius: 4px;
    border: 1px solid #8b8b8a;
    font-size: 15px;
	background: #ffffff;
}

.formular .wpcf7-list-item.first, 
.formular .wpcf7-list-item.last {
	display: block;
	clear: both;
}

.formular input[type="submit"] {
	display: block;
	color: #ffffff;
	width: 100%;
	max-width: 200px;
	height: auto;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	padding: 18px 50px 19px 50px;
	margin: 10px auto 0px auto;
	border-radius: 5px;
	border: 3px solid #ffffff;
	box-shadow: 0px 0px 1px #4a4545;
	background: #9fb70c;
	text-decoration: none;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: 		all ease-in 200ms;
    -ms-transition: 	all ease-in 200ms;
}

.formular input[type="submit"]:hover {
	color: #ffffff;
	background: #d37300;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: 		all ease-in 200ms;
    -ms-transition: 	all ease-in 200ms;
}

div.wpcf7-response-output {
	margin: 10px 0px 0px 0px !important;
    padding: 20px 2% 20px 2% !important;
	font-weight: 500;
    clear: none !important;
    float: left !important;
    width: 96% !important;
}

span.wpcf7-not-valid-tip {
	margin: 0px 0px 10px 0px;
}

.formular span.wpcf7-list-item {
	width: 100%;
	display: inline-block;
    margin: 0px !important;;
}

.formular label span.wpcf7-list-item-label {
    display: block;
    clear: none;
    float: right;
    width: 92%;
    height: auto;
    margin: 4px 0px 0px 0px;
    background: none;
}

/*
.wpcf7 {
	clear: none;
	float: left;
	width: 100%;
	padding: 30px 0px 20px 0px;
	margin: 0px 0px 30px 0px;
	background: #f5f8ec;
}
*/

.formular .radek-1 span.souhlas {
    width: 80px;
    display: block;
    clear: none;
    float: left;
	margin: -5px 0px 0px 0px;
}

#novinkydetailWrapper .container .wpcf7 {
	clear: none;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
}


@media (max-width: 768px) {
	.formular {
		width: 94%;
		padding: 20px 3% 20px 3%;
		margin: 20px 0px 20px 0px;
	}

	.formular input[type="text"], 
	.formular input[type="password"], 
	.formular input.kratky[type="text"],
	.formular input[type="email"], 
	.formular input[type="file"], 
	.formular input[type="number"], 
	.formular input[type="date"], 
	.formular input[type="tel"], 
	.formular textarea {
		width: 96.6% !important;
	    padding: 10px 1% 10px 1% !important;
	    margin: 0px 0px 10px 0px !important;
	}
	
	.formular select {
		width: 99.4% !important;
	    padding: 10px 1% 10px 1% !important;
	    margin: 0px 0px 10px 0px !important;
	}
	
	.formular .radek-2 input[type="text"], 
	.formular .radek-2 input.kratky[type="text"], 
	.formular .radek-2 input[type="email"], 
	.formular .radek-2 input[type="number"], 
	.formular .radek-2 input[type="file"], 
	.formular .radek-2 input[type="date"], 
	.formular .radek-2 input[type="tel"] {
		width: 97% !important;
	}
	
	.formular .radek-0, 
	.formular .radek-1, 
	.formular .radek-2, 
	.formular .radek-2.nalevo, 
	.formular .radek-2.napravo, 
	.formular .radek-3 {
		clear: both;
		width: 100%;
		margin: 0px 0px 12px 0px;
	}

	.rmrow {
		clear: both;
		float: left;
		width: 100% !important;
	    margin: 0px 0px 0px 0px !important;
	}
	
	.rmfield, .rminput {
		clear: none !important;
		float: left !important;
		padding: 0px !important;
		width: 100% !important;
		max-width: 100% !important;
		min-height: auto !important;
	}

	.send {
		padding: 6px 8px 8px 12px;
	}

	.formular select {
		width: 99.7%;
	}

	.formular textarea {
		width: 97% !important;
	    padding: 8px 1% 9px 1%;
	    margin: 0px 0px 0px 0px;
	}
	
	.formular select br {
		display: none;
	}

	.formular label {
	}
	
	.formular label.viditelny,
	.formular .wpcf7-list-item label {
		display: block;
	}
	
	.formular label.souhlas {
		display: inline-block;
		clear: none;
		float: right;
		width: 90%;
	}
	
	div.wpcf7-response-output {
		margin: 0px 0px 0px 0px !important;
		padding: 20px 2% 20px 2% !important;
		font-weight: 500;
		clear: none !important;
		float: left !important;
		width: 96% !important;
	}
}






/*------------------------------------------------*/
/* GENERIC CLASSES
/*------------------------------------------------*/
.clear {
    clear: both;
    display: block;
    hidden;
    visibility: hidden;
    width: 0;
    height: 0;
	margin: 0px 0px 16px 0px;
}

.kapitola {
    clear: both;
    display: block;
    width: 100%;
    height: 60px;
	margin: 70px 0px 0px 0px;
    border-top: 6px solid #dedede;
}

.break {
    clear: both !important;
}

@media (max-width: 768px) {
    .break {
        clear: none !important;
    }
}

.screen-reader-response ul {
	display: none;	
}



/* ****** BOOTSTRAP OVERRIDES ******* */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a{background-image:none!important; outline:none!important;}

/* remove min-height from bootstrap */
.row-fluid [class*='span']:not([class*='dnnSortable']) {
    min-height:0 !important;
}

.bwg_slideshow_dots_container_0 {
    display: none !important;
}

.form-submit input[type="submit"] {
    display: block;
    clear: none;
    float: right;
    font-size: 19px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    width: auto;
    height: auto;
    text-align: left;
    padding: 10px 40px 11px 40px;
    margin: 0px 12px 0px 0px;
    border: 0px;
    border-radius: 8px;
    text-decoration: none;
    background: #9e0203;
}

.form-submit input[type="submit"]:hover {
    background: #271f1f;
}







/* MAPA */
html { height: 100% }
.card-body { font-size: 12px }
p.o { margin-top: 0px; margin-bottom: 6px }
img.iko { height: 36px; width: 48px; vertical-align: bottom }

.smap .card {
    color: #292929 !important;
    padding: 0px !important;
    border-radius: 0px !important;
}


#map {
	position: relative !important;
	top: 0px;
}

.leaflet-popup-content-wrapper .noprint .layer-switch {
	position: absolute;
	top: 100px;
}

.leaflet-popup-content-wrapper {
	clear: none;
	float: left;
	width: 340px;
}

.leaflet-popup-content-wrapper .box {
	clear: none;
	float: left;
	width: 100%;
	padding: 0px 0px 12px 0px;
}

.leaflet-popup-content-wrapper .box .obrazek {
	clear: none;
	float: right;
	width: 31%;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	overflow: hidden;
}

.leaflet-popup-content-wrapper .noprint img {
	width: auto;
	height: auto;
}

.leaflet-popup-content-wrapper .box .obrazek img {
	display: block;
	width: auto;
	height: 112px;
	margin: 0px 0px 0px -28px;
}

.leaflet-popup-content-wrapper .box .text {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
    color: #292929;
	clear: none;
	float: left;
	width: 63%;
	padding: 10px 3% 0px 3%;
	margin: 0px 0px 0px 0px;
}

.leaflet-popup-content-wrapper .box .text p {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
    color: #292929 !important;
	font-weight: 300;
    font-size: 15px;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
}

.leaflet-popup-content-wrapper .box .text h3 {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
    color: #292929 !important;
    color: #292929;
    font-size: 15px;
	line-height: 1.3em;
	font-weight: 600;
	margin: 0px 0px 8px 0px;
}

.leaflet-popup-content-wrapper .box .text h3 a {
    color: #292929;
	text-decoration: none;
}

.leaflet-popup-content-wrapper .box .text h3 a:hover {
    color: #ffa800;
}

.leaflet-popup-content-wrapper .box .text p {
    color: #292929;
	font-size: 13px;
	text-decoration: none;
}

.leaflet-popup-content-wrapper .box .text p u {
	font-style: normal;
	text-decoration: none;
	font-weight: 500;
}

.leaflet-popup-content-wrapper .box .text p span:last-child {
    display: none;
}

.leaflet-popup-content-wrapper .box .text p a {
    color: #292929;
	text-decoration: none;
}

.leaflet-popup-content-wrapper .box .text p a:hover {
    color: #ffa800;
}

.leaflet-popup-content-wrapper .box .ikony {
	clear: none;
	float: left;
	width: 100%;
	font-size: 0px;
}

.leaflet-popup-content-wrapper .box .ikony .web {
	clear: none;
	float: left;
	width: 17.25%;
}

.leaflet-popup-content-wrapper .box .ikony .web a {
	display: block;
	width: 100%;
	height: 36px;
	margin: 8px 0px 6px 0px;
	background: url(../images/ikona-kontakty-web.png) no-repeat center 0px;
	background-size: 32px auto;
}

.leaflet-popup-content-wrapper .box .ikony .web a:hover {
	background: url(../images/ikona-kontakty-web.png) no-repeat center 0px;
	background-size: 32px auto;
}

.leaflet-popup-content-wrapper .box .ikony .tel {
	clear: none;
	float: left;
	width: 17.25%;
}

.leaflet-popup-content-wrapper .box .ikony .tel a {
	display: block;
	width: 100%;
	height: 36px;
	margin: 8px 0px 6px 0px;
	background: url(../images/ikona-kontakty-telefon.png) no-repeat center 0px;
	background-size: 32px auto;
}

.leaflet-popup-content-wrapper .box .ikony .tel a:hover {
	background: url(../images/ikona-kontakty-telefon.png) no-repeat center 0px;
	background-size: 32px auto;
}

.leaflet-popup-content-wrapper .box .ikony .facebook {
	clear: none;
	float: left;
	width: 17.25%;
}

.leaflet-popup-content-wrapper .box .ikony .facebook a {
	display: block;
	width: 100%;
	height: 36px;
	margin: 8px 0px 6px 0px;
	background: url(../images/ikona-kontakty-facebook.png) no-repeat center 0px;
	background-size: 32px auto;
}

.leaflet-popup-content-wrapper .box .ikony .facebook a:hover {
	background: url(../images/ikona-kontakty-facebook.png) no-repeat center 0px;
	background-size: 32px auto;
}

.leaflet-popup-content-wrapper .box .ikony .instagram {
	clear: none;
	float: left;
	width: 17.25%;
}

.leaflet-popup-content-wrapper .box .ikony .instagram a {
	display: block;
	width: 100%;
	height: 36px;
	margin: 8px 0px 6px 0px;
	background: url(../images/ikona-kontakty-instagram.png) no-repeat center 0px;
	background-size: 32px auto;
}

.leaflet-popup-content-wrapper .box .ikony .instagram a:hover {
	background: url(../images/ikona-kontakty-instagram.png) no-repeat center 0px;
	background-size: 32px auto;
}

.leaflet-popup-content-wrapper .box .ikony .tlacitko {
	clear: none;
	float: right;
	width: 31%;
}

.leaflet-popup-content-wrapper .box .ikony .tlacitko a {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	display: block;
	color: #292929;
	width: auto;
	height: auto;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	padding: 16px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

.leaflet-popup-content-wrapper .box .ikony .tlacitko a:hover {
    color: #000000;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: 		all ease-in 200ms;
    -ms-transition: 	all ease-in 200ms;
}

.leaflet-popup-tip-container {
	display: none !important;
}
	

.smap .card .close::after {
	color: #ffffff !important;
	text-shadow: 0px 0px 6px #000000;
}

.cluster div img {
	background-color: #ffa800 !important;
}

.tipy .cluster div img {
	background-color: #008c7c !important;
}

.cluster div span {
  	color: #ffa800 !important;
}

.tipy .cluster div span {
  	color: #008c7c !important;
}

@media (max-width: 568px) {
	.leaflet-popup-content-wrapper .noprint .layer-switch {
		position: absolute;
		top: 80px;
	}
}






/* LIGHTBOX */
.html5-timer {
  display: block !important;
  position: fixed !important;
  z-index: 4;
  bottom: 20px !important;
  left: 0;
  width: 100% !important;
  height: 40px !important;
  color: #000000 !important;
  background-color: transparent !important;
  opacity: 1 !important;
}

.html5-timer a {
	color: #292929;
  	display: block;
	width: 100%;
	max-width: 366px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px auto;
	text-decoration: none;
  	background-color: #ffffff !important;
  	background: url(../images/ikona-odkaz.png) no-repeat 96% 7px #ffffff !important;
	background-size: 24px 24px !important;
}

.html5-timer a:hover {
	color: #9fb70c;
	text-decoration: underline;
  	background-color: #ffffff !important;
  	background: url(../images/ikona-odkaz.png) no-repeat 96% 7px #ffffff !important;
	background-size: 24px 24px !important;
}

#html5lightbox-watermark {
    display: none !important;
}

#html5-watermark {
    display: none !important;
}

.html5-play,
.html5-playpause {
	display: none !important;
}

.html5-elem-data-box {
}

.html5-title-prefix {
}

.html5-elem-data-box {
	display: none !important;
/*	
	padding: 8px 0px 8px 0px !important;
*/
}

.html5-elem-wrap, 
.html5-elem-box {
	margin-bottom: -8px !important;
	overflow-y: hidden !important;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.html5-elem-wrap::-webkit-scrollbar, 
.html5-elem-box::-webkit-scrollbar {
  display: none;
}

.html5-prev, 
.html5-next {
}

.html5lightbox-web {
	font-size: 0px !important;
}

.html5-image {
	padding: 0px 0px 8px 0px !important;
}

.html5-elem-box,
.html5-elem-wrap {
}

.html5-image-img {
	width: 100%;
	height: 100%;
}






/* COOKIES STATUS BAR */
#cookie-notice {
    background-color: #423837 !important;
}

.cn-button.bootstrap {
    color: #fff;
    background: #769930 !important;
}

.cn-button.bootstrap:hover {
    color: #fff;
    background: #111111 !important;
}

#cookie-law-info-bar span {
    vertical-align: middle;
    font-size: 13px;
}

#cookie-law-info-bar {
    border: 0;
    font-size: 12pt;
    margin: 0 auto;
    padding: 6px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    box-shadow: none !important;
    display: none;
    left: 0px;
    font-weight: 300;
}

#cookie-law-info-again {
    font-size: 10pt;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    box-shadow: none !important;
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	background: #9e9e9e !important;
}

a.cli_settings_button {
	color: #ffffff !important;	
}

.obrazekfb {
	display: none;
	font-size: 0px;
}

#wds_container1_0 #wds_container2_0 .wds_left-ico_0, #wds_container1_0 #wds_container2_0 .wds_right-ico_0 {
    border-collapse: separate;
    color: #ffffff !important;
    cursor: pointer;
    line-height: 0;
    font-size: inherit;
}

#cookie-law-info-bar {
	position: relative !important;	
}

.jhgbx-controls {
	display: none;
}

/*
.html5-prev-inside .mh-icon-left {
    font-size: 20px;
    color: #ddd;
    background: url(../images/sipka-doleva-1.png) no-repeat 0px 0px #000000;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
}

.html5-next-inside .mh-icon-right {
    font-size: 20px;
    color: #ddd;
    background: url(../images/sipka-doprava-1.png) no-repeat 0px 0px #000000;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
}
*/

/* nemá efekt, protoze je ve iframu */
#newsletterdetailWrapper .html5-elem-wrap {
	background-color: transparent !important;	
	background: none !important;
}




/* MAPA */
html { height: 100% }
.card-body { font-size: 12px }
p.o { margin-top: 0px; margin-bottom: 6px }
img.iko { height: 36px; width: 48px; vertical-align: bottom }

.smap .card {
    color: #292929 !important;
    padding: 0px !important;
    border-radius: 0px !important;
}


#map {
	position: relative !important;
	top: 0px;
}

#map .noprint .layer-switch {
	position: absolute;
	top: 100px;
}

#map .box {
	clear: none;
	float: left;
	width: 100%;
}

#map .box .obrazek {
	clear: none;
	float: right;
	width: 31%;
	margin: 0px 0px 12px 0px;
	font-size: 0px;
	overflow: hidden;
}

#map .noprint img {
	width: auto;
	height: auto;
}

#map .box .obrazek img {
	display: block;
	width: auto;
	height: 100px;
	margin: 0px 0px 0px -28px;
}

#map .box .text {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
    color: #292929;
	clear: none;
	float: left;
	width: 67%;
	padding: 0px 2% 0px 0px;
	margin: 0px 0px 0px 0px;
}

#map .box .text p {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
    color: #292929 !important;
	font-weight: 400;
    font-size: 15px;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
}

#map .box .text h3 {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
    color: #292929 !important;
    color: #292929;
    font-size: 15px;
	line-height: 1.3em;
	font-weight: 600;
	margin: 0px 0px 8px 0px;
}

#map .box .text h3 a {
    color: #292929;
	text-decoration: none;
}

#map .box .text h3 a:hover {
    color: #9fb70c;
}

#map .box .text p, 
#map .box .kontakt p {
    color: #292929;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 0px 6px 0px;
}

#map .box .text p u {
	font-style: normal;
	text-decoration: none;
	font-weight: 500;
}

#map .box .text p span:last-child {
    display: none;
}

#map .box .text p a {
    color: #292929;
	text-decoration: none;
}

#map .box .text p a:hover {
    color: #9fb70c;
}

#map .leaflet-marker-pane img.leaflet-marker-icon {
}

#map .box .ikony {
	clear: none;
	float: left;
	width: 100%;
	font-size: 0px;
	background: #c6d0cc;
}

#map .box .ikony .web {
	clear: none;
	float: left;
	width: 17.25%;
}

#map .box .ikony .web a {
	display: block;
	width: 100%;
	height: 36px;
	margin: 8px 0px 6px 0px;
	background: url(../images/ikona-kontakty-web.png) no-repeat center 0px;
	background-size: 32px auto;
}

#map .box .ikony .web a:hover {
	background: url(../images/ikona-kontakty-web.png) no-repeat center 0px;
	background-size: 32px auto;
}

#map .box .ikony .tel {
	clear: none;
	float: left;
	width: 17.25%;
}

#map .box .ikony .tel a {
	display: block;
	width: 100%;
	height: 36px;
	margin: 8px 0px 6px 0px;
	background: url(../images/ikona-kontakty-telefon.png) no-repeat center 0px;
	background-size: 32px auto;
}

#map .box .ikony .tel a:hover {
	background: url(../images/ikona-kontakty-telefon.png) no-repeat center 0px;
	background-size: 32px auto;
}

#map .box .ikony .facebook {
	clear: none;
	float: left;
	width: 17.25%;
}

#map .box .ikony .facebook a {
	display: block;
	width: 100%;
	height: 36px;
	margin: 8px 0px 6px 0px;
	background: url(../images/ikona-kontakty-facebook.png) no-repeat center 0px;
	background-size: 32px auto;
}

#map .box .ikony .facebook a:hover {
	background: url(../images/ikona-kontakty-facebook.png) no-repeat center 0px;
	background-size: 32px auto;
}

#map .box .ikony .instagram {
	clear: none;
	float: left;
	width: 17.25%;
}

#map .box .ikony .instagram a {
	display: block;
	width: 100%;
	height: 36px;
	margin: 8px 0px 6px 0px;
	background: url(../images/ikona-kontakty-instagram.png) no-repeat center 0px;
	background-size: 32px auto;
}

#map .box .ikony .instagram a:hover {
	background: url(../images/ikona-kontakty-instagram.png) no-repeat center 0px;
	background-size: 32px auto;
}

#map .box .ikony .tlacitko {
	clear: none;
	float: right;
	width: 31%;
}

#map .box .ikony .tlacitko a {
    font-family: 'Montserrat', Arial, Arial CE, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
	display: block;
	color: #292929;
	width: auto;
	height: auto;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	padding: 16px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

#map .box .ikony .tlacitko a:hover {
    color: #ffffff;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: 		all ease-in 200ms;
    -ms-transition: 	all ease-in 200ms;
}

.smap .card .close::after {
	color: #ffffff !important;
	text-shadow: 0px 0px 6px #000000;
}

.cluster div img {
	background-color: #9fb70c !important;
}

.tipy .cluster div img {
	background-color: #dd0404 !important;
}

.cluster div span {
  	color: #9fb70c !important;
}

.tipy .cluster div span {
  	color: #dd0404 !important;
}

@media (max-width: 568px) {
	#map .noprint .layer-switch {
		position: absolute;
		top: 80px;
	}
}









/* COOKIES */
#CookiebotWidget {
    background-color: #9fb70c !important;
    min-width: 36px !important;
    min-height: 36px !important;
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
    fill: #9fb70c !important;
}

#CookiebotWidget:not(.CookiebotWidget-open) button.CookiebotWidget-logo svg {
    width: 36px !important;
    height: 36px !important;
}

.CookieDeclaration {
	display: none !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #9fb70c !important;
    border-color: #9fb70c !important;
    color: #FFFFFF;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #9fb70c !important;
    border-color: #9fb70c !important;
    color: #ffffff;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
    color: #9fb70c !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #9fb70c !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    border-color: #9fb70c !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border: 2px solid #9fb70c !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 2px solid #9fb70c !important;
    color: #9fb70c !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: #9fb70c !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    border-color: #9fb70c !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #d6d6d6 !important;
}

#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #9fb70c !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for="CybotCookiebotDialogBodyLevelButtonNecessary"]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
    color: #9fb70c !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    color: #9fb70c !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:not(:disabled):not(.disabled), 
#CybotCookiebotDialog label:not([for="CybotCookiebotDialogBodyLevelButtonNecessary"]):hover {
    color: #9fb70c !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a {
    color: #9fb70c !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink {
    color: #9fb70c !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
    color: #9fb70c !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyCybot, #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyLink {
    display: none !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none !important;
}

#CybotCookiebotDialogHeader {
    display: none !important;
}

#CybotCookiebotDialogPoweredByText {
    display: none !important;
}






.cky-btn-revisit-wrapper {
  width: 20px !important;
  height: 20px !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
  max-width: fit-content;
  margin: 0;
  height: 20px !important;
  width: 20px !important;
}

.cky-revisit-bottom-left {
  bottom: 9px !important;
  left: 10px !important;
}



#cff.cff-masonry.masonry-4-desktop .cff-item {
  width: 22.6%;
  margin: 0 1%;
}

.cff-wrapper .cff-page-name a {
	color: #03897d;
}

.cff-wrapper a {
	color: #2271b1;
}

.cff-wrapper a:hover {
	color: #292929;
}

.cff-visual-header.cff-has-cover .cff-header-img img {
  	border: 2px solid #fff;
  	border-radius: 50%;
}



.wpcp-carousel-section.nav-vertical-center .swiper-button-next, 
.wpcp-carousel-section.nav-vertical-center .swiper-button-prev {
  	top: 46% !important;
	transform: translateY(-46%) !important;
}

.fa-angle-left::before, 
.fa-angle-right::before {
	font-size: 36px !important;
}


@media (max-width: 1440px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1170px) {
}

@media (max-width: 959px) {
}

@media (max-width: 768px) {
}

@media (max-width: 568px) {
}

@media (max-width: 319px) {
}

@media (max-width: 239px) {
}


