html, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
  -mox-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}             
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ 
    display:block;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a:hover {
    text-decoration: underline;
}
a:active, 
a:focus {
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
}

a:hover,
a:active {
    outline: none;
    box-shadow: none !important;
}
a:focus-visible {
  outline: none;
}

ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 0px;
}
:focus {
    outline: none;
}

.cleaaar {clear: both; }

* { box-sizing: border-box; }

.clearfix:before, .clearfix:after {
  visibility: hidden;
  display: block!important;
  font-size: 0;
  content: " "!important;
  clear: both;
  height: 0;
}


#sbox-window {
    width: auto !important;
    height: auto !important;
    padding: 20px 30px;
}


/* --- zahlavi a zapati pro tisk --- */

@media screen {
    header.onlyprint, footer.onlyprint{
        display: none; /* Hide from screen */
    }
}

@media print {
    header.onlyprint {
        position: fixed; /* Display only on print page (each) */
        top: 0; /* Because it's header */
		display:block;
		width:300px;
		margin-bottom:50px;
    }
    footer.onlyprint {
        position: fixed;
        bottom: 0; /* Because it's footer */
    }
}

/*
 * Base styles
 * --------------------------------------------------*/

/* Typography 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');*/

p,
ul,
ol {margin-bottom: 1em;}

b, strong  {font-weight: bold;}

em {font-style: italic;}

.clear {clear: both;}

img { max-width: 100%;}

.text-center {  text-align: center; }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.doprava {
		display: inline;
		float: right;
        margin-left: 15px;
		margin-bottom: 15px;
    }

.doleva {
		display: inline;
		float: left;
        margin-right: 15px;
		margin-bottom: 15px;		
    }
	
@media (max-width:800px) {
	.img-responsive { margin-bottom: 15px;}
	
}	
	
@media (max-width:800px) {
 .doprava {
    float: none !important;
}
 .doleva {
    float: none !important;
}

 img.doprava {
        margin-left: 0px;
		margin-bottom: 20px;
    }

 img.doleva {
        margin-right: 0px;
		margin-bottom: 20px;		
    }

}

sup {
    /* vertical-align: super;*/
    font-size: smaller;
}

em {
color: #555;
}


/* Banner na pozadi */
body #adsContainer {
	/* background-image:url(../img/pozadi.jpg); */
	background-attachment:fixed;
	background-position: center top 0px;
  	background-repeat: no-repeat;
	position: fixed;
	top:0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    cursor:pointer;
}

body.header-not-at-top #adsContainer {
	background-position: center top 100px;
	top: 100px;
}

#adsContainer a {
    display: block;
    height: 100%;
    width: 100%;
}

.clickable{
    width:100px;
    height:100%;
    
}


@media only screen and (max-width: 1199px) {

#adsContainer {display:none;}

}


html {
	font-family: 'Montserrat', sans-serif;
	min-height: 100%;
    font-size: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;		
}
 
body {
	position: relative;
	min-height: 100%;
    background-color: #fafafa;
    color: #175b47;
	font-family: 'Montserrat', sans-serif;
	font-size:16px; 
	font-weight:400; 
	line-height: 1.3;
	font-style:normal;
}

#pagebg {
	position: relative;
    z-index: 1;
	max-width:1200px;
    margin:0 auto;
	background-color: #fff;
}

body.header-not-at-top #pagebg {
}

.hlavicka {
    display: block;
    z-index: 5;
    position: fixed;
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #fff;
	/*
	border-bottom:1px solid #b4b4b4;
	-webkit-box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%), 0 8px 30px -12px rgb(0 0 0 / 12%);
	-moz-box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%), 0 8px 30px -12px rgb(0 0 0 / 12%);
	box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%), 0 8px 30px -12px rgb(0 0 0 / 12%);	*/
}

body.header-not-at-top .hlavicka {
	position: fixed;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);	
	 top: 0;
     left: 0;
}

/*  nadpisy obsah */

h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight:600;
color: #175b47;
margin-bottom:30px;
}

h1, h2.contentheading {
font-size:24px;
}

h2 {
font-size:22px;
}

h3 {
font-size:20px;
}

h4 {
font-size:18px;
}

h5 {
font-size:17px;
}

h6 {
font-size:16px;
}


/* Clanky titulky */
.page-header h2 {
font-size:22px;
}


/* menu */

.zahlavi {
padding:0px;
}

.zahlavi-inner { 
position: relative;
height:140px;
padding: 0px;
}

body.header-not-at-top .zahlavi-inner { 
	height:100px;
}


.logoimg {
	display: inline-block;
}

.logoimg img.logo {
	max-width:348px;
	width:348px;
	margin-top:20px;
    margin-left: 20px;	
}

body.header-not-at-top .logoimg img.logo {
	max-width:230px;
	width:230px;
	margin-top:15px;
    margin-left: 20px;	
}

.zahlaviprvky  {
	float:right;
	position: relative;
	top:25px;
	line-height:40px;
	height:40px;
    vertical-align: middle;		
	background-color: #fff;
	margin-right:20px;
}

body.header-not-at-top .zahlaviprvky  {
	top:15px;
}

.hledat  {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top:0;
}


.moduletable.hledat input[type="search"] {
    color: #175b47;
	border:none;
	font-family: 'Montserrat', sans-serif;
	font-size:15px; 
	font-weight:400;
    height: 40px;
    line-height: 40px;
    padding: 4px 20px !important;
	border:1px solid #b2b2b2;
    max-width: 260px;
}

/*  login, search */
input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b2b2b2;
  	font-family: 'Montserrat', sans-serif;
	font-weight:400; 
  font-size:15px;
  opacity: 1; /* Firefox */
}

input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b2b2b2;
  	font-family: 'Montserrat', sans-serif;
	font-weight:400; 
  font-size:15px;
}

input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #b2b2b2;
  	font-family: 'Montserrat', sans-serif;
	font-weight:400; 
  font-size:15px;
}

.search.hledat {
position: relative;
}


input[type="image"].button {
	width:25px; 
	height:25px;
	    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;		
    color: #b2b2b2;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}



/* cancel button x */
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
	 display:none;
}

/* hledat button */

div.hphledat {
display:none;
}


/* login button */


	
div.hplogin {
	position: relative;
	top:0px;
	display: inline-block;
	/*float:right;
	top:25px;*/
	color: #b2b2b2;
	padding:0px;
    height: 36px;
	line-height: 36px;
    text-decoration: none;
    cursor: pointer;	
	margin: 0 10px 0 40px;
}

div.hplogin form#login-form {
	display:inline-block;
    height: 36px;
	line-height: 1px;
	vertical-align: top;
}

div.hplogin a {
    position: relative;
	padding:0px;margin:0;
    display: inline-block;
    text-align: center;
    color: #b2b2b2;
	font-size:20px;
	font-weight:700;
    text-decoration: none!important;
    cursor: pointer;
    width: 36px;
    height: 36px;
	line-height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
}

div.hplogin a:hover {
    color:  #fff;
}

div.hplogin a.prihlasit {
    background-image: url(../img/login-icon.png);
}

div.hplogin a.prihlasit:hover {
    background-image: url(../img/login-icon-hover.png); 
}

div.hplogin a.odhlasit {
    background-image: url(../img/logout-icon.png);
}

div.hplogin a.odhlasit:hover {
    background-image: url(../img/logout-icon-hover.png); 
}

@media only screen and (max-width: 1000px) {

.hlavicka {
    position: relative;
    top: 0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;	
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);	
	/*
	border-bottom:1px solid #b4b4b4;
	-webkit-box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%), 0 8px 30px -12px rgb(0 0 0 / 12%);
	-moz-box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%), 0 8px 30px -12px rgb(0 0 0 / 12%);
	box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%), 0 8px 30px -12px rgb(0 0 0 / 12%);	*/
}

body.header-not-at-top .hlavicka {
    position: fixed;
}

.zahlavi {}

.zahlavi-inner {height:80px;}

.zahlaviprvky  {
	top:15px;
}

.logoimg img.logo {
	max-width: 230px;
	width:230px;	
	position: absolute;
	margin:0px;
    left: 90px;
	top:15px;
}

body.header-not-at-top .logoimg img.logo {
    max-width: 230px;
    width: 230px;
    margin:0px;
}

.moduletable.hledat input[type="search"] {
    max-width: 220px;
}

div.hplogin {
	margin-left: 30px;
}

}

@media only screen and (max-width: 1000px) {


body.header-not-at-top .zahlavi-inner {
    height: 80px;
}

}


@media only screen and (max-width: 700px) {

.zahlavi-inner {height:120px;}

.zahlaviprvky  {
	float:none;
	position: relative;
	top:50px;
	margin-left:15px;
}

body.header-not-at-top .zahlavi-inner { 
	height:70px;
}

body.header-not-at-top .logoimg img.logo {
    max-width: 230px;
    width: 230px;
	margin: 0px;
    left: 90px;
    top: 15px;
}


body.header-not-at-top .zahlaviprvky  {
	display:none;
}

}

@media only screen and (max-width: 380px) {
body.header-not-at-top .nav-button {
    position: absolute;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

body.header-not-at-top .logoimg img.logo {

    max-width: 180px;
    width: 180px;
	margin: 0px;
    left: 80px;
    top: 15px;
}
}

@media only screen and (max-width: 360px) {

.moduletable.hledat,
.search.hledat {
	display:none;
}

.zahlaviprvky  {
	top:60px;
}


div.hplogin form#login-form {
	display:inline-block;
    height: 25px;
	line-height: 1px;
	vertical-align: top;
}

div.hplogin {
	margin: 0 10px 0 10px;
    height: 25px;
	top:0px;
}

div.hplogin a {
    width: 25px;
    height: 25px;
	line-height: 25px;
}

div.hplogin a.prihlasit {
    background-image: url(../img/login-icon-mobil.png);
}

div.hplogin a.prihlasit:hover {
    background-image: url(../img/login-icon-mobil-hover.png); 
}

div.hplogin a.odhlasit {
    background-image: url(../img/logout-icon-mobil.png);
}

div.hplogin a.odhlasit:hover {
    background-image: url(../img/logout-icon-mobil-hover.png); 
}

div.hphledat {
	position: relative;
	top:2px;
	display: inline-block;
	/*float:right;
	top:25px;*/
	color: #b2b2b2;
	padding:0px;
    height: 25px;
	line-height: 25px;
    text-decoration: none;
    cursor: pointer;	
	margin: 0 10px 0 10px;
}

div.hphledat a {
    position: relative;
	padding:0px;margin:0;
    display: inline-block;
    text-align: center;
    color: #b2b2b2;
	font-size:20px;
	font-weight:700;
    text-decoration: none!important;
    cursor: pointer;
    width: 25px;
    height: 25px;
	line-height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
}

div.hphledat a:hover {
    color:  #fff;
}

div.hphledat a.hledatext {
    background-image: url(../img/search-icon.png);
}

div.hphledat a.hledatext:hover {
    background-image: url(../img/search-icon-hover.png); 
}


.logoimg img.logo {
    max-width: 180px;
    width: 180px;
    left: 80px;
}

}

/* Logout button */

.logout-button {
    margin: 0; padding: 0;
	position: relative;
	display: inline-block;
}

.logout-button input[type="submit"] {
	background-image: url(../img/logout-icon.png);
}

.logout-button input[type="submit"]:hover {
	background-image: url(../img/logout-icon-hover.png);
}

.logout-button input[type="submit"] {
    position: relative;
	padding:0px;margin:0;
    display: inline-block;
    text-align: center;
    color: transparent;
	background-color: transparent;
	font-size:0px;
	border:none;
	font-weight:100;
    text-decoration: none!important;
    cursor: pointer;
    width: 36px;
    height: 36px;
	line-height: 36px;
	background-position: top center;
	background-repeat: no-repeat;	
}

@media only screen and (max-width:360px) {

.logout-button {
}

.logout-button input[type="submit"] {
    width: 25px;
    height: 25px;
	line-height: 25px;
}


.logout-button input[type="submit"] {
    background-image: url(../img/logout-icon-mobil.png);
}

.logout-button input[type="submit"]:hover {
    background-image: url(../img/logout-icon-mobil-hover.png); 
}

}

/* Hledat / search */


#searchForm .pull-right {
  float: none;
}
#searchForm .pull-left {
  float: none;
}

#searchForm .element-invisible { 
display:none;
 }

#searchForm .searchintro { 
float:none;
display:block;
width:100%;
margin:15px 0;
font-size: 16px;
font-weight: 700;
 }
 
#searchForm button {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
   padding:5px 30px;
    background-color: #175b47;
    color: #fff;
    border: 1px solid #175b47;
	cursor: pointer;
} 

#searchForm button:hover {
    border: 1px solid #175b47;
	background-color:#fff;
	color:#175b47;
} 

#searchForm input[type="search"] {
color:##175b47;
}

#searchForm input[type="text"] {
    color: #175b47;
    border: 1px solid #175b47;
	font-family: 'Montserrat', sans-serif;
	font-size:16px; 
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 4px 20px !important;
    max-width: 220px;
}
			
#searchForm fieldset input[type="radio"],
#searchForm fieldset input[type="checkbox"] { margin-top: 11px!important }
#search-form fieldset.word label,
#search-form fieldset.word input,
#search-form fieldset.word button {
	float: left;
	margin-right: 5px
}

#searchForm label,
#searchForm input,
#finder-search input {
	float: left;
	margin: 0 12px 0 0;
	text-transform: none
}

#searchForm label.ordering {
	float: none;
	font-weight: 700;	
}


#searchForm .phrases-box:after {
clear: both;
}

#searchForm .phrases-box .controls:after {
clear: both;
}

#searchForm .ordering-box:before {
clear: both;
}


#searchForm p.counter {
    margin: 24px 0 0;
    font-size: 16px;
	font-weight: 700;
}

#searchForm .phrases-box,
#searchForm .ordering-box {
display:block;
width:100%;
float:left;
}

fieldset.phrases,
fieldset.only {
	border: none;
	font-size: 16px;
	line-height: 36px;
	margin: 0 0 6px;
	padding: 6px 0px;
}

#searchForm fieldset.word {
	border: none;
	padding: 0 0 42px
}
#searchForm fieldset.word .button,
#adminForm fieldset.filters .button {
	height: 39px;
	line-height: 39px;
}
#searchForm fieldset legend {
	float: left;
	font-weight: 700;
	padding: 0 24px 0 0
}

#searchForm fieldset.only legend {
	float: left;
	display:block;
	width:100%;
	font-weight: 700;
	padding: 0 24px 0 0;
}

.form-limit {
	margin: 24px 0 0;
	font-size:16px;
}

.result-category,
.result-created {
	color: #007550;
	display: inline-block;
	font-size: 16px;
	padding:5px 0 ;
}
.result-title {
	clear: both;
   border-top: 1px #175b47 solid;
	font-weight: 400;
padding: 15px 0 0 0;
	position: relative;
	font-size:18px;
}

.result-title a {
color: #0f699c;
}


.search-results .highlight {
    background-color: #ffc;
    font-weight: 400;
    padding: 1px 4px;
}

.result-text {
	padding: 0 0 10px;
	margin: 0 0 10px;
}
#advanced-search-toggle {
	display: block;
	font-size: 11px;
	padding: 10px 0;
	text-align: center
}
.advanced-search-tip {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	margin: 0 0 24px;
	padding: 12px 0
}
.advanced-search-tip p { margin: 0 }
#finder-filter-select-list label {
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 36px;
	min-width: 140px
}
#finder-filter-select-list li {
	overflow: hidden;
	padding: 0
}
#search-query-explained {
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	padding: 10px 0
}
#search-result-empty h2 { font-size: 18px }
.autocompleter-queried { color: #eb1e00!important }
div.search-pages-counter {
	font-size: 12px;
	font-style: italic;
	text-align: center
}
.search-results .highlight {
	background-color: #ffc;
	font-weight: 400;
	padding: 1px;
}

#searchForm input, #finder-search input {
max-width: 100%!important;
border: 1px solid #1f8cc7;
padding:4px 3px;
}


#searchForm select {
    display: block;
	font-family: 'Montserrat', sans-serif;
	font-size:16px; 
    line-height: 1.2;
	font-weight:400; 
    padding: 3px 4px;
    border-color: #175b47;
    border: 1px solid #175b47;
    border-radius: 0px;
    background-color: #175b47;
	color: #fff;
    background-clip: padding-box;
	 cursor: pointer;
}



#searchForm select option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.5em;
    padding: 0px 2px 15px;
   border-radius: 6px;	
}
	
@media only screen and (max-width: 600px) {

#searchForm input, #finder-search input {
    width: 50%;
}
}

/* obsah */


.boxfull {
   max-width:1200px;
   margin:0 auto;
}

.box1100 {
 max-width:1140px;
 margin:0 auto;
}

.hlavni {
    position: relative;
    margin-top: 0px;
}

body.header-not-at-top .hlavni {
	margin-top: 140px;	
}

/* TOP Banner */

.boxfull.topbanner {background: #fafafa;}

.hlavni.topbanner {
    position: relative;
    margin-top: calc(140px + 180px);
	margin-top: 0;
}


body.header-not-at-top .hlavni.topbanner {
    position: relative;
    margin-top: calc(140px + 180px);
}

@media only screen and (max-width: 1000px) {

.hlavni {
    margin-top: 0px;
}

.hlavni.topbanner {
    margin-top: 0px;
}

body.header-not-at-top .hlavni {
    position: relative;
    margin-top: 80px;
}

body.header-not-at-top .hlavni.topbanner {
    position: relative;
     margin-top: calc(80px + 160px);
}

}

@media only screen and (max-width: 800px) {

body.header-not-at-top .hlavni.topbanner {
    position: relative;
     margin-top: calc(80px + 140px);
}

}

@media only screen and (max-width: 700px) {

body.header-not-at-top .hlavni {
    position: relative;
    margin-top: 70px;
}

body.header-not-at-top .hlavni.topbanner {
    position: relative;
    margin-top: calc(120px + 120px);
}

}

@media only screen and (max-width: 600px) {

body.header-not-at-top .hlavni {
    position: relative;
    margin-top: 120px;
}

body.header-not-at-top .hlavni.topbanner {
    position: relative;
      margin-top: 120px
}

}

/* TOP BANNER HP */

.topbanner-inner  {
	display:block;	
}

.topbanner-inner .banneritem {
	padding:30px 20px;	
	display:block;	
}

.topbanner-inner a img {
	display:block;	
}

body.header-not-at-top .topbanner-inner {
	padding:0;	
	display:none;	
}


@media only screen and (max-width: 600px) {
	.hlavicka .boxfull.topbanner {display:none;}
	.hlavicka .topbanner-inner {display:none;}
	.hlavicka .topbanner-inner .banneritem {display:none;}
}


/* HLAVNI OBSAH HP */

.obsah-inner {
	padding:30px 0px;	
 	background-color: #fff;		
}

.obsah-inner .itemListTable {
	margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
	border-collapse: separate;
   border-spacing: 20px;
}

.obsah-inner .itemListRow {
    display: table-row;
	width: 100%;
}

.obsah-inner .itemContainerMain {
    width: 66.66666666%;
    display: table-cell;
    vertical-align: top;
	padding: 0px;
	position: relative;
}

.obsah-inner.itemContainerRight {
    width: 32.6666666%;
    display: table-cell;
    vertical-align: top;
	padding: 0px;
	position: relative;
}

.obsah-inner .itemContainerMainFull {
    width: 100%;
    display: block;
	padding: 20px;
}

.itemContainerRight {
	font-weight:normal;
}

@media only screen and (max-width: 760px) {

.obsah-inner .itemListTable {
  border-spacing: 10px;
}

.obsah-inner .itemListRow {
    display: table-row;
	width: 100%;

}

.obsah-inner .itemContainerMain {
    width: 100%;
    display: block;
	padding: 10px;
}

.obsah-inner .itemContainerRight {
    width: 100%;
    display: block;
	padding: 10px;
}

.obsah-inner .itemContainerMainFull {
    width: 100%;
    display: block;
	padding: 20px;
}

}

@media only screen and (max-width: 600px) {
.obsah-inner .itemListTable {
  border-spacing: 5px;
}

.obsah-inner .itemContainerMain {

	padding: 0px;
}

.obsah-inner .itemContainerRight {
	padding: 30px 10px 30px 10px;
}

.obsah-inner .itemContainerMainFull {
	padding: 0px;
}

}

/* Top banner */

/* MainbodyTop */

#MainbodyTop .moduletable.HPoddelovac.before:before {

    display: block;
    content: '';
    background: #ef9224;
    height: 2px;
	margin:20px 10px;
}

#MainbodyTop .moduletable.HPoddelovac.after:after {

    display: block;
    content: '';
    background: #ef9224;
    height: 2px;
	margin:20px 10px;
}


/* MainbodyTop bannery */
		
#MainbodyTop .moduletable.HPbanner {
    padding: 20px 10px;
}


#MainbodyTop .moduletable.HPbanner.poziceH2 {
    padding: 0px;
}

#MainbodyTop .moduletable.HPbanner.poziceH2 .banneritem {
    padding: 20px 10px;
}

#MainbodyTop .moduletable.HPbanner.poziceH2.HPoddelovac.before .banneritem:before {
    display: block;
    content: '';
    background: #ef9224;
    height: 2px;
    margin-bottom: 20px;
}

/* Mainbody */

#Mainbody .moduletable.HPoddelovac.before:before {
    display: block;
    content: '';
    background: #ef9224;
    height: 2px;
	margin:20px 10px;
}

#MainbodyTop .moduletable.HPbanner.poziceH2.HPoddelovac.before:before {
    display: none;
    content: '';
    background: #fff;
    height: 0px;
    margin: 0;
}

#Mainbody .moduletable.HPoddelovac.after:after {

    display: block;
    content: '';
    background: #ef9224;
    height: 2px;
	margin:20px 10px;
}

#Mainbody .moduletable.HPoddelovacsedybefore:before {
    display: block;
    content: '';
    background: #dedfe0;
    height: 2px;
	margin:20px 10px;
}
 
#Mainbody .moduletable.sede {
	background: #e2e2e2;
	padding:15px 0px;
}

#Mainbody .moduletable.HPnadpis.sede h3 {
	color: #969696;
	font-size:16px;
	font-weight:600;
    text-transform: uppercase;
	border-bottom: 3px solid #969696; 
	position: relative;
	padding-top:15px;
	padding-left:65px;
	margin-bottom:20px;
}


#Mainbody .moduletable.HPnadpis.sede h3 a {
	color: #969696;
	text-decoration: none;
}

#Mainbody .moduletable.HPnadpis.sede h3 a:hover {
	color: #175b47;
	text-decoration: none;
}

#Mainbody .moduletable.HPnadpis.sede h3:before {     
	content: '';
    position: absolute;
    background-image: url(../img/Hpnadpis-sede1.jpg);
    display: block;
    width: 34px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 15px;
    top: calc(50% - 15px);
	top: 2px;
}


#Mainbody .moduletable.oranzove,
#MainbodyMiddle .moduletable.oranzove 
#MainbodyPredplatneNadpis .moduletable.oranzove {
	background: #fff;
	padding:15px 0px;
}

#Mainbody .moduletable.HPnadpis.oranzove h3,
#MainbodyMiddle .moduletable.HPnadpis.oranzove h3,
#MainbodyPredplatneNadpis .moduletable.HPnadpis.oranzove h3 {
	color: #ef9224;
	font-size:16px;
	font-weight:600;
    text-transform: uppercase;
	border-bottom: 3px solid #ef9224; 
	position: relative;
	padding-top:15px;
	padding-left:65px;
	margin-bottom:20px;
}


#Mainbody .moduletable.HPnadpis.oranzove h3 a,
#MainbodyMiddle .moduletable.HPnadpis.oranzove h3 a,
#Mainbody2ColsBanner4 .moduletable.HPnadpis.oranzove h3 a,
#MainbodyPredplatneNadpis .moduletable.HPnadpis.oranzove h3 a {
	color: #ef9224;
	text-decoration: none;
}

#Mainbody .moduletable.HPnadpis.oranzove h3 a:hover,
#MainbodyMiddle .moduletable.HPnadpis.oranzove h3 a:hover,
#Mainbody2ColsBanner4 .moduletable.HPnadpis.oranzove h3 a:hover,
#MainbodyPredplatneNadpis .moduletable.HPnadpis.oranzove h3 a:hover {
	color: #175b47;
	text-decoration: none;
}

#Mainbody .moduletable.HPnadpis.oranzove h3:before,
#MainbodyMiddle .moduletable.HPnadpis.oranzove h3:before {     
	content: '';
    position: absolute;
    background-image: url(../img/Hpnadpis-oranzove1.jpg);
    display: block;
    width: 34px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 15px;
    top: calc(50% - 15px);
    top: 2px;	
}

#Mainbody .moduletable.dalsizpravy a {    
  color: #175b47;
  text-decoration: underline; 
  text-transform: uppercase;
  margin-right:10px;
}

#Mainbody  .moduletable.dalsizpravy a:hover { 
 color: #ef9224;    
}

/* Mainbody Silvariu.tv */

.moduletable.silvariumtv .ItemArt a.nspImageWrapper {
-webkit-transition-property:color;
transition-property:color;
-webkit-transition-duration:.5s;
transition-duration:.5s;
overflow:hidden;position:relative;text-decoration:none;z-index:1}

.moduletable.silvariumtv .ItemArt a.nspImageWrapper:before{
background-image: url(../img/play-icon.png); background-position: center center; background-repeat: no-repeat; 
background-color:#fff;
background-color:rgba(0,0,0,.00);

bottom:0px;content:"";left:0px;
position:absolute;right:0px;top:0px;z-index:2;
-webkit-transform:scale(1);transform:scale(1);
-webkit-transition-property:transform;
transition-property:transform;
-webkit-transition-duration:.2s;
transition-duration:.2s;
-webkit-transition-timing-function:ease-out;
transition-timing-function:ease-out
}

.moduletable.silvariumtv .ItemArt a.nspImageWrapper:hover:before{-webkit-transform:scale(1);transform:scale(1);background-color:rgba(0,0,0,.25); }

/* Mainbody bannery */
		
#Mainbody .moduletable.HPbanner {
    padding: 20px 10px;
}

/* Mainbody MONITOR TISKU / MEDII */


ul.lnd_latestnews {
    padding: 0px;
}

li.lnd_latestnews {
    padding: 0px 0 15px 0;
    border-bottom: none;
    color: #175b47;
    font-size: 100%;
}

.lnd_introdate {
	padding-top: 10px;
    font-size: 100%;
	font-weight:700;
    line-height: 1.3;
    color: #ef9224;
}



li.lnd_latestnews a {
    font-weight: 400;
	color: #175b47;
	text-decoration: none!important;
	
	display: inline-block;
    padding-right: 12px;
}



li.lnd_latestnews span.linktext a::after {
  	content: '\00a0\f105';
  	font-family: FontAwesome, sans-serif;
	font-size:18px;
	font-weight:700;
	color: #ef9224;
	display: inline-block;
   /* width: 12px;
    margin-right: -12px;*/
	position: absolute;
    padding-left:3px;
    line-height: 20px; 
}

 
li.lnd_latestnews a:hover {
    font-weight: 400;
	color: #ef9224;
}

li.lnd_latestnews a:hover::after {
		/*color: #175b47; */
}

/* Mainbody 2Banners - 2 sloupce */

	
#Mainbody2Cols .BannerCol,
#Mainbody2ColsBanner1 .BannerCol,
#Mainbody2ColsBanner2 .BannerCol,
#Mainbody2ColsBanner3 .BannerCol,
#Mainbody2ColsBanner4 .BannerCol,
#Mainbody2ColsBanner5 .BannerCol,
#Mainbody2ColsBanner6 .BannerCol {
	width: 100%;
	padding: 20px 0px;	
}

#Mainbody2Cols .BannerCol2,
#Mainbody2ColsBanner1 .BannerCol2,
#Mainbody2ColsBanner2 .BannerCol2,
#Mainbody2ColsBanner3 .BannerCol2,
#Mainbody2ColsBanner4 .BannerCol2,
#Mainbody2ColsBanner5 .BannerCol2,
#Mainbody2ColsBanner6 .BannerCol2 {
    width: 50%;
    padding: 0 10px 10px 10px;
	box-sizing: border-box;
    float: left;		
}


.BannerCol2  .moduletable.oranzove {
	background: #fff;
	padding:15px 0px;
}

.BannerCol2  .moduletable.HPnadpis.oranzove h3 {
	color: #ef9224;
	font-size:16px;
	font-weight:600;
    text-transform: uppercase;
	border-bottom: 3px solid #ef9224; 
	position: relative;
	padding-top:15px;
	padding-left:65px;
	margin-bottom:20px;
}

.BannerCol2  .moduletable.HPnadpis.oranzove h3:before {     
	content: '';
    position: absolute;
    background-image: url(../img/Hpnadpis-oranzove1.jpg);
    display: block;
    width: 34px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 15px;
    top: calc(50% - 15px);
	top: 2px;
}
	
.BannerCol2  .bannergroup .banneritem {  
  margin-bottom:15px;
}


@media only screen and (max-width: 600px) {

#Mainbody2Cols .BannerCol2,
#Mainbody2ColsBanner1 .BannerCol2,
#Mainbody2ColsBanner2 .BannerCol2,
#Mainbody2ColsBanner3 .BannerCol2,
#Mainbody2ColsBanner4 .BannerCol2,
#Mainbody2ColsBanner5 .BannerCol2,
#Mainbody2ColsBanner6 .BannerCol2 {
    width: 100%;
    float: none;		
    padding: 10px;
}

}

/* Mainbody_predplatne */

#MainbodyPredplatneNadpis {
	padding:0 10px;
}

#MainbodyPredplatne .moduletable.HPnadpis.oranzove h3,
#MainbodyPredplatneNadpis .moduletable.HPnadpis.oranzove h3 {
	color: #ef9224;
	font-size:16px;
	font-weight:600;
    text-transform: uppercase;
	border-bottom: 3px solid #ef9224; 
	position: relative;
	padding-top:15px;
	padding-left:65px;
	margin-bottom:20px;
	text-align:left;
}

#MainbodyPredplatne .moduletable.HPnadpis.oranzove h3:before,
#MainbodyPredplatneNadpis .moduletable.HPnadpis.oranzove h3:before  {     
	content: '';
    position: absolute;
    background-image: url(../img/Hpnadpis-oranzove1.jpg);
    display: block;
    width: 34px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 15px;
    top: calc(50% - 15px);
    top: 2px;	
}

#MainbodyPredplatne .moduletable,
#MainbodyPredplatne .moduletable a,
#MainbodyPredplatne .moduletable p,
#MainbodyPredplatne .moduletable h6,
#MainbodyPredplatne .moduletable img  { 
text-align:center;
}

		
#MainbodyPredplatne .BannerCol {
	width: 100%;
	padding: 20px 0px;	
}

#MainbodyPredplatne .BannerCol1 .moduletable {
    width: 100%;
    float: none;		
    padding: 10px;	
}

#MainbodyPredplatne .BannerCol2 .moduletable {
    width: 50%;
    padding: 0 10px 10px 10px;
	box-sizing: border-box;
    float: left;		
}

#MainbodyPredplatne .BannerCol3 .moduletable {
    width: 33.3%;
    padding: 0 10px 10px 10px;
	box-sizing: border-box;
    float: left;		
}

@media only screen and (max-width: 600px) {

#MainbodyPredplatne .BannerCol2 .moduletable,
#MainbodyPredplatne .BannerCol3 .moduletable {
    width: 100%;
    float: none;		
    padding: 10px;
}

}


.HPpredplatne .clearfix:before,
.HPpredplatne .clearfix:after  {
	display:inline;
}

/* Predplatne modul do clanku */

.HPpredplatne.clanek {
    padding: 20px!important;
    margin: 20px 0!important;
    background: #F6F7F9;
}

/* Letaky LOS */

.item-page.letaky-los img {
    padding: 1px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}


/* SubbodyBottom */

#SubbodyBottom .moduletable.HPoddelovac.before:before {

    display: block;
    content: '';
    background: #ef9224;
    height: 2px;
	margin:20px 0px;
}

#SubbodyBottom .moduletable.HPoddelovac.after:after {

    display: block;
    content: '';
    background: #ef9224;
    height: 2px;
	margin:20px 0px;
}


#SubbodyBottom .moduletable.SUBnadpis.oranzove h3 {
    color: #ef9224;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 3px solid #ef9224;
    position: relative;
    padding-top: 15px;
    padding-left: 65px;
    margin-bottom: 20px;
}

#SubbodyBottom .moduletable.SUBnadpis.oranzove h3:before {
    content: '';
    position: absolute;
    background-image: url(../img/Hpnadpis-oranzove1.jpg);
    display: block;
    width: 34px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 15px;
    top: calc(50% - 15px);
    top: 2px;
}


#SubbodyBottom .popclanky .nspArt h4.nspHeader  {
    color: #175b47;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
	margin-top: 15px;
    margin-bottom: 10px;
    padding: 0;
}

#SubbodyBottom .nspArt p.nspInfo {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #ef9224;
}

/* BOTTOM 1, 2 */

.bottom1 h1, .bottom1 h2, .bottom1 h3, .bottom1 h4, .bottom1 h5, .bottom1 h6 {
font-weight:600;
color: #969696;
margin-bottom:30px;
}

.bottom2 h1, .bottom2 h2, .bottom2 h3, .bottom2 h4, .bottom2 h5, .bottom2 h6 {
font-weight:600;
color: #fff;
margin-bottom:30px;
}

.bottom1 {color: #969696;font-weight:normal;}
.bottom2  {color: #fff;font-weight:normal;}



.bottom1-inner {
	background-color: #fff;
	border-top: 1px solid #969696;
	padding:30px 20px;	
	max-width:1100px;
}

.bottom2-inner {
	background-color: #175b47;
	padding:30px 20px;	
	max-width:1100px;
}

/* BOTTOM partneri */

.moduletable.partneri {
	text-align:left;
	margin-bottom:30px;
	text-align:center;
	margin:0 auto;	
}

.moduletable.partneri a {
}
		
.moduletable.partneri a img {
	background-color: #fff;
	/* border: 1px solid #e5e5e5;
	padding:1px;*/
	text-align:center;
	margin:0 20px;	
}

.moduletable.partneri img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/* Disable grayscale on hover */
.moduletable.partneri img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

@media only screen and (max-width:300px) {


.moduletable.partneri a img {
	background-color: #fff;
	/* border: 1px solid #e5e5e5;
	padding:1px;*/
	text-align:center;
	margin:0 5px;	
}

}

/* BOTTOM dalsiweby */

.moduletable.dalsiweby  {
 	text-align:left;
	margin-bottom:20px;
	text-align:center;
	margin:0 auto;
}

.moduletable.dalsiweby .bannergroup {
	text-align:center;
}

.moduletable.dalsiweby .banneritem {
	display:inline-block;
	text-align:center;
	padding:0 20px;
}

.moduletable.dalsiweby .banneritem .clr {
	clear:none!important;
}

.moduletable.dalsiweby a {
    text-decoration: none;
	}

.moduletable.dalsiweby a img {
	background-color: transparent;
	text-align:center;
}

/* Disable grayscale on hover */
.moduletable.dalsiweby img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}



@media only screen and (max-width:380px) {


.moduletable.dalsiweby .banneritem {
	display:inline-block;
	text-align:center;
	padding:0px;
}

}

/* BOTTOM 3, 4 */

.bottom3,
.bottom24  {
	color: #fff;
	font-weight:normal;
}


.bottom3 h1, .bottom3 h2, .bottom3 h3, .bottom3 h4, .bottom3 h5, .bottom3 h6,
.bottom4 h1, .bottom4 h2, .bottom4 h3, .bottom4 h4, .bottom4 h5, .bottom4 h6 {
font-weight:600;
color: #fff;
margin-bottom:30px;
}

.bottom3-inner,
.bottom4-inner {
	background-color: #969696;
	padding:30px 20px;	
	max-width:1100px;
}


/*  socialni site */

.bottom3-inner {
	text-align:center;
	margin:0 auto;	
}	

ul.ssite {margin:0!important;padding:0;}


ul.ssite li  {
    position: relative;
    display: inline-block;
   color: transparent;
	padding:0px!important;
    margin: 0px 6px!important;
    height: 52px;
	line-height: 52px;
    text-decoration: none;
    cursor: pointer;	
}

ul.ssite li:last-child  {
    margin-right:0px;	
}

ul.ssite li a {
    position: relative;
	padding:0px;margin:0;
    display: inline-block;
    margin-left: 0px;
    text-align: center;
    color: transparent!important;
    text-decoration: none;
    cursor: pointer;
    width: 51px;
    height: 52px;
	line-height: 52px;
     background-position: center center;
    background-repeat: no-repeat;
	color: transparent;
}

ul.ssite li a.fb {
    background-image: url(../img/fb-icon.png); 
}

ul.ssite li a.fb:hover  {
   background-image: url(../img/fb-icon-hover.png); 
   color: transparent;
}

ul.ssite li a.ig {
    background-image: url(../img/ins-icon.png); 
}

ul.ssite li a.ig:hover  {
   background-image: url(../img/ins-icon-hover.png); 
   color: transparent;
}

ul.ssite li a.yt {
    background-image: url(../img/yt-icon.png); 
}

ul.ssite li a.yt:hover  {
   background-image: url(../img/yt-icon-hover.png); 
   color: transparent;
}


/* PATA */

footer {font-weight:normal;}

.pata1,
.pata2  {
	color: #fff;
	font-weight:normal;
}

.pata1 h1, .pata1 h2, .pata1 h3, .pata1 h4, .pata1 h5, .pata1 h6,
.pata2 h1, .pata2 h2, .pata2 h3, .pata2 h4, .pata2 h5, .pata2 h6 {
font-weight:600;
color: #fff;
margin-bottom:30px;
}

.pata1-inner,
.pata2-inner {
	background-color: #969696;
	padding:30px 20px;	
}


/* PATA navigace */

.pata4-inner, .pata5-inner {
	padding:30px 20px;	
	text-align:center;
	font-weight:normal;
}

.pata4-inner ul.patamenu,
.pata4-inner .patamenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pata4-inner ul.patamenu li,
.pata4-inner .patamenu ul li {
    border-left: 1px solid #ef9224;
    display: inline-block;
    float: none;
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0;
    padding: 0 12px;
}

.pata4-inner ul.patamenu li:first-child,
.pata4-inner .patamenu ul li:first-child  {
    border-left: none;
}

.pata4-inner ul.patamenu a,
.pata4-inner .patamenu ul a {
    color: #175b47;
	text-decoration: none;
}

.pata4-inner ul.patamenu a:hover,
.pata4-inner .patamenu ul a:hover {
    color: #ef9224;
}

.pata4-inner .patamenu ul li a.cc-link::before {
	content: '\00a0\f105';
	color: #ef9224;
    display: inline-block;
    font-family: FontAwesome, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   margin-right: 5px;
}



/* PATA copyright */

.pata5-inner {
	padding:30px 20px;	
	text-align:center;
    border-top: 1px solid #e5e5e5;
	font-weight:normal;
}

/* PATA copyright */

.pata6-inner {
	padding:30px 20px;	
	text-align:center;
    border-top: 1px solid #e5e5e5;
	font-weight:normal;
}

/* SUBPAGE */

/* Obsah podstranky */

.podstranka .obsah-inner {
	padding:30px 10px;	
 	background-color: #fff;		
	color: #555555;
}


/* odrazky obsah
.podstranka .obsah-inner ol, 
.podstranka .obsah-inner ul  {margin: 1em 0 1em 1em;  padding: 0;}

.podstranka .obsah-inner ol>li {list-style: decimal; background: none;  margin: 0.5em 0 0.5em 0.5em;padding-left: 0.5em;
  overflow: visible;}
.podstranka .obsah-inner ul>li {margin: 0.5em 0 0.5em 0.5em;  padding-left: 0.5em;  list-style: disc outside;overflow: visible;}
 */


 /*  linky podstranky obecne */

.podstranka .obsah-inner a:link,
.podstranka .obsah-inner a:visited {
 color: #175b47;
 text-decoration: none;
}

.podstranka .obsah-inner a:hover {
 color: #ef9224;
 text-decoration: underline;
}


 /*  zalomeni textu dlouhych slov */
.podstranka .obsah-inner.pruvodceweby a,
.podstranka .obsah-inner.komentare div,
.podstranka .obsah-inner.komentare p,
.podstranka .obsah-inner.komentare a   {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

/*  linky podstranky JCE popup */


.podstranka .obsah-inner a.wfpopup:link,
.podstranka .obsah-inner a.wfpopup:visited {
 color: #ef9224;
 text-decoration: none;
}

.podstranka .obsah-inner a.wfpopup:hover {
 color: #175b47;
 text-decoration: underline;
}

/*  linky obsah K2 a Monitoring */

 /*  linky monitor medii podstranky  */
.podstranka .obsah-inner .item-page.monitoring a:link, 
.podstranka .obsah-inner .item-page.monitoring a:visited {
    color: #ef9224;
    text-decoration: none;
}

.podstranka .obsah-inner .item-page.monitoring a:hover {
 color: #ef9224;
 text-decoration: underline;
}

/* zalomeni dlouhe URL adresy  */
.podstranka .obsah-inner .item-page.monitoring div[itemprop="articleBody"] a {
 -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for WebKit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
      }
	  
 /*  linky clanky podstranky  */
.podstranka .obsah-inner .item-page.clanek a:link, 
.podstranka .obsah-inner .item-page.clanek a:visited {
    color: #ef9224;
    text-decoration: none;
}

.podstranka .obsah-inner .item-page.clanek a:hover {
 color: #ef9224;
 text-decoration: underline;
}

.podstranka  .itemBody .itemFullText a {
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.podstranka  .itemBody .itemFullText a:link,
.podstranka  .itemBody .itemFullText a:visited {
 color: #ef9224;
 text-decoration: none;
}




.podstranka .obsah-inner .itemBody .itemFullText a:hover {
 color: #ef9224;
 text-decoration: underline;
}



a.btn-lp {
    display: inline-block;
    margin: 0;
	font-size:16px;
	font-weight:700!important;
    color: #175b47!important;
	border:1px solid #175b47;
    background: #fff!important;
    text-transform: uppercase;
    line-height: 16px;
    padding:15px 20px!important;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    width: auto;
	text-decoration: none;
}

a.btn-lp:hover {
    color: #fff!important;
	border:1px solid #175b47;
    background: #175b47!important;
}

/* CLANKY BANNERY */

.moduletable.monitoring-top {
	margin-bottom:20px;
}


/* VPRAVO MODULY */
.itemContainerRight .moduletable {
	margin-bottom:20px;
}

.itemContainerRight .moduletable.dalsizpravy {
    padding: 0px 10px;
}

.itemContainerRight .moduletable a:link, 
.itemContainerRight .moduletable a:visited {
    color: #175b47;
    text-decoration: none;
}

.itemContainerRight .moduletable a:hover {
 color: #ef9224;
 text-decoration: none;
}

.itemContainerRight .moduletable.nadpis.oranzove h3 a:link, 
.itemContainerRight .moduletable.nadpis.oranzove h3 a:visited {
    color: #ef9224;
    text-decoration: none;
}


.itemContainerRight .moduletable.nadpis.oranzove h3 a:hover {
    color: #175b47;
    text-decoration: none;
}

/* VPRAVO bannery */
.itemContainerRight .moduletable .bannergroup .banneritem {
	 margin-bottom: 20px;
}

/* akce, knihkupectvi */

.itemContainerRight .moduletable.akce {
    background: #175b47;
	color: #fff; 
	padding: 10px;	
}

.itemContainerRight .moduletable.akce td {
    line-height: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.jev_evdt .jev_eventdetails_body .jev_evdt_location {
    line-height: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.itemContainerRight .moduletable.akce table {
 color: #fff;
}


.itemContainerRight .moduletable.nadpis.bile h3,
.itemContainerRight .moduletable.knihkupectvi h3.nadpis.bile  {
	color: #fff;
	font-size:16px;
	font-weight:600;
    text-transform: uppercase;
	border-bottom: 3px solid #fff; 
	position: relative;
	padding-top:15px;
	padding-left:65px;
	margin-bottom:20px;
}

.itemContainerRight .moduletable.nadpis.bile h3 a,
.itemContainerRight .moduletable.knihkupectvi h3.nadpis.bile a {
	color: #fff;
	text-decoration: none;
}

.itemContainerRight .moduletable.nadpis.bile h3 a:hover,
.itemContainerRight .moduletable.knihkupectvi h3.nadpis.bile a:hover {
	color: #ef9224;
	text-decoration: none;
}

.itemContainerRight .moduletable.nadpis.bile h3:before {     
	content: '';
    position: absolute;
    background-image: url(../img/Hpnadpis-bile1.jpg);
    display: block;
    width: 34px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 15px;
    top: calc(50% - 15px);
    top: 2px;	
}


.itemContainerRight .moduletable.knihkupectvi h3.nadpis.bile:before {     
	content: '';
    position: absolute;
    background-image: url(../img/Hpnadpis-bile2.jpg);
    display: block;
    width: 34px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 15px;
    top: calc(50% - 15px);
    top: 2px;	
}

.itemContainerRight .moduletable.akce a:link, 
.itemContainerRight .moduletable.akce a:visited {
    color: #fff;
    text-decoration: none;
}

.itemContainerRight .moduletable.akce a:hover {
 color: #ef9224;
 text-decoration: none;
}


.itemContainerRight .moduletable.akce  .jevbootstrap .mod_events_latest_date {
     color: #ef9224;
}

.itemContainerRight .moduletable.akce .jevbootstrap .mod_events_latest_date {
     color: #ef9224;
}



/* Moduly vpravo  - rssfeed  knihy */


.itemContainerRight .moduletable.knihkupectvi {
    background: #ef9224;
	color: #fff; 
	padding: 10px;	
}

.itemContainerRight .moduletable.knihkupectvi a:hover {
    color: #fff;
    text-decoration: none;
}

div.srfrContainer.rssfeed  ul.srfrList li {
    clear: both;
    padding:10px 0;
    margin: 10px 0;
    border-bottom: 1px dotted #fff;
}

.rssfeed ul li h3 {
    font-size: 16px;
	line-height: 1.2;
	margin-bottom: 20px;
}

div.srfrContainer.rssfeed ul.srfrList li img.srfrImage {
    margin:0; 
    margin-bottom: 20px;
    display: block;
}

.rssfeed p.srfrPostTextLink {
    font-weight: 600;
	padding:15px 0 0 0;
}

.moduletable.knihkupectvi span.srfrReadMore  {
	display:inline-block; 
	padding-bottom:10px; 
}

.moduletable.knihkupectvi span.srfrReadMore a,
.moduletable.knihkupectvi p.srfrPostTextLink a {
display:inline-block; 
border:0px; 
color:#ef9224; 
background:#fff; 
font-weight:600!important;
line-height:20px; 
padding:6px 10px; 
vertical-align:middle; 
cursor:pointer; 
text-align:center; 
width:auto;
}

.moduletable.knihkupectvi p.srfrPostTextLink a {
display:block; 
}

.itemContainerRight .moduletable.knihkupectvi span.srfrReadMore a:hover,
.moduletable.knihkupectvi p.srfrPostTextLink :hover {
color:#fff; 
background:#175b47;
}

/* Monitor tisku modul */

.itemContainerRight .moduletable.monitortisku,
.itemContainerRight .moduletable.dalsizpravy  {
    background: #e2e2e2;
	padding: 10px;	
}

.itemContainerRight .moduletable.dalsizpravy  {
	padding-bottom: 20px;	
}

.itemContainerRight .moduletable.monitortisku {
    margin-bottom: 0px;
}

.itemContainerRight .moduletable.monitortisku.nadpis.oranzove h3:before{
    content: '';
    position: absolute;
    background-image: url(../img/Hpnadpis-oranzove2.jpg);
    display: block;
    width: 34px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 15px;
    top: calc(50% - 15px);
    top: 2px;
}

.moduletable.dalsizpravy  a {
display:block; 
border:0px; 
color:#ef9224; 
background:#fff; 
font-weight:600!important;
line-height:20px; 
padding:6px 10px; 
vertical-align:middle; 
cursor:pointer; 
text-align:center; 
width:auto;
}

.itemContainerRight .moduletable.dalsizpravy  a:hover {
color:#fff; 
background:#175b47;
}

/* Posledni komentare modul */

.itemContainerRight .moduletable.komentare {
    background: #e2e2e2;
	padding: 10px;	
}

.itemContainerRight .moduletable.komentare.nadpis.oranzove h3:before{
    content: '';
    position: absolute;
    background-image: url(../img/Hpnadpis-oranzove2.jpg);
    display: block;
    width: 34px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 15px;
    top: calc(50% - 15px);
    top: 2px;
}

.komentare h5 {
padding:0px;
margin:0px;
font-size:16px;
line-height: 1.2;
}

.komentare ul {
padding: 0px;
}

.komentare li {
padding:3px 0 5px 0;
margin:0px;
font-size:16px;
font-weight:400;
border-bottom: 1px solid #e5e5e5;
line-height: 1.6;
overflow: visible;
}

.komentare li div {
line-height:normal;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.komentare li a {
	padding:0px;
	margin:0px;
    color: #175b47;
    text-decoration: none;
}


.komentare li a:hover {
 color: #ef9224;
 text-decoration: underline;
}

.komentare li span.author {
padding:0px;
margin:0px;
color:#3e3e3e;
}

.komentare li span.date {
color:#ef9224;
}

/* Komentare v clanku */
#comments  {
	margin-top:20px;
}

#comments .comment-body {
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media screen and (max-width: 600px) {
#comments .comments-list {
    margin-left:5px;
}
}

@media screen and (max-width: 500px) {
#comments .comments-list {
    margin-left:0px;
}
}



/* Monitoring */

.content-category.monitoring {
    padding: 0px 10px;
}

.content-category.monitoring .filter-search,
.content-category.monitoring .display-limit  {
    display: inline-block;
    float: none;
	margin-bottom:15px;
}

.content-category.monitoring .filter-search  {
	margin-right:20px;
}

.obsah-inner.monitoring div[itemprop="articleBody"]  {
    line-height:1.5;
}

/*  login, search */
input[type='text']::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b2b2b2;
  	font-family: 'Montserrat', sans-serif;
	font-weight:400; 
  font-size:16px;
  opacity: 1; /* Firefox */
}

input[type='text']:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b2b2b2;
  	font-family: 'Montserrat', sans-serif;
	font-weight:400; 
  font-size:16px;
}

input[type='text']::-ms-input-placeholder { /* Microsoft Edge */
  color: #b2b2b2;
  	font-family: 'Montserrat', sans-serif;
	font-weight:400; 
  font-size:16px;
}

.content-category.monitoring input[type='text'] {
    margin: 0px;
    border: 1px solid #175b47;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fff;
    color: #175b47;
	font-size:16px;
    line-height: normal;
    font-weight: 400!important;
   height: 30px;
   padding:0 10px;
}


/*  hledat v titulkach */
input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b2b2b2;
  	font-family: 'Montserrat', sans-serif;
	font-weight:400; 
  font-size:16px;
  opacity: 1; /* Firefox */
}

.content-category.monitoring form select {
    padding: 3px 4px;
    border-color: #175b47;
    border: 1px solid #175b47;
     border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;;
		font-size:16px;
    height: 30px;
    background-color: #fff;
    color: #175b47;
    background-clip: padding-box;
    cursor: pointer;
}

.content-category.monitoring form select option {
	line-height:1.3;
    min-height: 1.5em;
    padding: 5px 2px;
}


.content-category.monitoring ul.blog-kategorie {
    padding: 20px 0px;
}

.content-category.monitoring ul.blog-kategorie li {
    padding: 0px 0 15px 0;
    border-bottom: none;
    color: #175b47;
    font-size: 100%;
}

.content-category.monitoring ul.blog-kategorie li.cat-list-row_date {
    padding: 10px 0;
    vertical-align: middle;
    background: #e5e5e5;
	margin-bottom:15px;
}


.content-category.monitoring .datum {
    font-size: 100%;
    font-weight: 700;
    line-height: 1.3;
    color: #ef9224;
	padding-left:20px;
}
.content-category.monitoring ul.blog-kategorie li a {
    font-weight: 400;
	color: #175b47;
	text-decoration: none;
}

.content-category.monitoring ul.blog-kategorie li a:hover {
    font-weight: 400;
	color: #ef9224;
}

/* Detail clanku - monitoring */

.item-page.monitoring .article-info {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom:15px;
	padding-bottom:15px;
    clear: both;
}


/* Kontakty */

section.category {
text-align: left;
width: 100%;
}

section.category .kontakty-popis {
margin-top:30px;
}

section.category .kontakty-popis h3,
section.category .kontakty-popis h4 {
padding:0;margin:0;
font-size:20px;
}

section.category .kontakty-popis p {
margin: 0.5em 0 1em;
}

/* Kontakty firmy hlavni */
  
section.category .col3 {
display: inline-block;
text-align:left;
width: 48%;
padding: 0 10px;
vertical-align: top;
}

section.category .col3 img.contact-thumbnail {
width:100%;
max-width:250px;
border:1px solid #fff;
border-radius: 5px;
}

section.category .col3 .kontakt-obsah {
margin:10px 0 40px 0;
}

section.category .col3 .kontakt-obsah h3 {
font-size:18px;
padding:0;margin:0;
}

section.category .col3 .kontakt-obsah p {
padding:0;margin:0;
text-align:left;
}

section.category .col3 .kontakt-obsah p.pozice {
font-weight:600;
}

section.category .col3 .kontakt-obsah .tel-email {
margin-top:10px;
}


@media only screen and (max-width: 600px) {

section.category {
text-align: left;
margin-left:20xp;
}

section.category .col3 {
display: block;
width: 100%;
padding: 0;
}



section.category .col3 img.contact-thumbnail {
width:240px;
}

section.category .col3 .kontakt-obsah h3 {
font-size:20px;
padding:0;margin:0;
}

section.category .col3 .kontakt-obsah p {
padding:0;margin:0;
}
 
}

/* Moduly vpravo */

.itemContainerRight .moduletable.nadpis.oranzove h3,
.itemContainerRight .moduletable h3.nadpis.oranzove  {
	color: #ef9224;
	font-size:16px;
	font-weight:600;
    text-transform: uppercase;
	border-bottom: 3px solid #ef9224; 
	position: relative;
	padding-top:15px;
	padding-left:65px;
	margin-bottom:20px;
}

.itemContainerRight .moduletable.nadpis.oranzove h3 a,
.itemContainerRight .moduletable h3.nadpis.oranzove a {
	color: #ef9224;
	text-decoration: none;
}

.itemContainerRight .moduletable.nadpis.oranzove h3 a:hover,
.itemContainerRight .moduletable h3.nadpis.oranzove a:hover {
	color: #175b47;
	text-decoration: none;
}

.itemContainerRight .moduletable.nadpis.oranzove h3:before,
.itemContainerRight .moduletable h3.nadpis.oranzove:before {     
	content: '';
    position: absolute;
    background-image: url(../img/Hpnadpis-oranzove1.jpg);
    display: block;
    width: 34px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 15px;
    top: calc(50% - 15px);
    top: 2px;	
}



/* socialni site - clanky */

div.s2s_supra_contenedor {
     background-color: #e8eeec;
    padding: 15px 10px;
}

div.s2s_supra_contenedor .s2s_btn {
    margin-bottom: 0px;
}
	

/* JComments - clanky */
#jc p.message {
    background-color: #f6f7f9;
    padding: 15px 10px;
	margin-bottom:0px;
}

#comments-footer {
	display: block;
    height: 14px;
    border-top: 1px solid #ccc;
    padding-top: 1px;
    margin-top: 0px;
    text-align: right;
}

#comments-footer a {
    display: none;
}

/* Rounded comments */

#jc .rbox {margin: 0;padding: 14px 12px;width:auto;line-height: 1.5;color: #555555;}
#jc #comments .comment-body {margin: 10px 0;color: #555555}


/* Typography block v clancich */

.gkblock-1,
.gkblock-2,
.gkblock-3,
.gkblock-4
 {
	margin: 10px 0 !important;
	padding: 15px 20px;
}

.gkblock-1 p,
.gkblock-2 p,
.gkblock-3 p,
.gkblock-4 p
 {
	margin: 10px 0;
}

.gkblock-1 { 
border: 1px solid #e5e5e5; 
font-size: 0.9em;
}
.gkblock-2 {
	background: #FF8000;
	color: white;
	border: 1px solid #EAE8CC;
	font-size: 0.9em;
}

.gkblock-2 a:link, .gkblock-2 a:visited {color:#fff!important; text-decoration: underline!important;}
.gkblock-2 a:hover  {color:black!important; text-decoration: none!important;}

.gkblock-3 { 
background: #f8f8f8;
font-size: 1em; 
}

.gkblock-4 {
	background: #00654F;
	color: white;
	border: 1px solid #EAE8CC;
	font-size: 1em;
}

.gkblock-4 h4 {color:#FF8000}
.gkblock-4 strong, .gkblock-4 b {color:#ff8000!important;}


.gkblock-4 a:link, .gkblock-4 a:visited {color:#ccc!important; text-decoration: underline!important;}
.gkblock-4 a:hover  {color:#ff8000!important; text-decoration: none!important;}

/* Sdileni na Socialnich sitich - plugin S2social */

.s2s_contenedor {
	color:#175b47;
}

.s2s_contenedor a {
    text-decoration: none!important;
	color:#175b47;
}

.s2s_contenedor.s2s-btn-group>.s2s_btn>a.s2s_icon {
    text-decoration: none!important;
}

.s2s_contenedor.s2s-btn-group > div.s2s_btn {
    border-left: none;
}

.s2sfo {
    font-size: 30px;
}



/* tabulky - clanky */
.itemFullText table {
    overflow: hidden;
	border-collapse: collapse;
    border-spacing: 0;
	margin-bottom: 20px;
	width: 100%;
	max-width: 720px;
	font-size: 13px;	
	color:#000;
}

.itemFullText table caption {
	font-size: 16px;	
	font-weight: 700;
}

.itemFullText th {
	border-top: 1px solid #222;
	border-bottom: 1px solid #e5e5e5;
    color: #222;
    font-weight: 600;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
}
.itemFullText th a { color: #222!important; }

.itemFullText tbody tr td {
	border: 1px solid #e5e5e5;
	padding: 10px
}

.itemFullText tbody tr td p { margin: .5em 0 }

	
@media (max-width:1000px) {

.itemFullText table:before {
	content: "Posunutim vodorovne zobrazite celou tabulku";
	height: 14px;
	width: 100%;
	color:#175b47;
	display: block;
	font-size: 14px;
	margin-top: -30px;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
}

.itemFullText table {
    display: block;
    width: 100%;
	padding: 30px 0 20px 0; 
	max-width: 400px;
    overflow-x: auto;	
	overflow:scroll;
}

.itemFullText table tbody,
.itemFullText table thead,
.itemFullText table tfoot {
	display: table;
	max-width: 400px;
}

}

/* ankety ve zpravodajství */

.advpoll-content-wrapper {
max-width:400px;
}

.advpoll-wrapper a {
text-decoration: none!important;
}



@media (max-width:760px) {

.advpoll-content-wrapper {
	max-width:100%;
	width:100%;
}

}

/* ankety odsazeni */
.advpoll-wrapper .clearfix:before, 
.advpoll-wrapper .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*ankety modul - poloha input pole */

.advpoll-wrapper .advpoll-answer input[type="checkbox"] + label:before, .advpoll-wrapper .advpoll-answer input[type="radio"] + label:before {
    top: -2px;
}

/* Obecne Joomla - pagination, strankovani - svetly podklad */

.k2Pagination .pagination {
    padding: 8px;
    margin: 24px 0 4px 0;
    text-align: center;
   font-size: 16px;		
  color: #175b47;
}

.k2Pagination  .pagination ul {
    text-align: center;
}

.k2Pagination .pagination  ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.k2Pagination .pagination  ul li span {
    display: inline-block;
    padding: 4px 8px;
     margin: 0 3px 5px 0;
     border: 1px solid #175b47;
	 border-radius: 4px;
    vertical-align: middle;	
}

.k2Pagination .pagination ul li span span {
    display: inline-block;
    padding: 0;
     margin: 0;
     border: none;
	 border-radius: 0px;
    vertical-align: middle;	
}

.k2Pagination .pagination ul li a,
.k2Pagination .pagination ul li a:visited {
    display: inline-block;
	 border: 1px solid #fff;
    padding: 4px 8px;
     margin: 0 3px 5px 0;
	color: #fff!important;
    border-radius: 4px;
    vertical-align: middle;
    background: #175b47;
    text-decoration: none!important;
}

.k2Pagination .pagination ul li a:hover {
    border: 1px solid #fff;
	color: #fff!important;
   background: #ef9224;
    text-decoration: none;
	opacity:1;
}

@media only screen and (max-width:900px) {

.k2Pagination .pagination  {
    text-align: left;
	padding-left:0px;
}

.k2Pagination .pagination  ul {
    text-align: left;
}

}


/* login page */
div.login {
	font-size:16px;
}	

div.login input[type="text"], 
div.login input[type="password"] {
    width: 600px;
    height: 40px;
    padding: 0 0 0 15px;
    margin: 0 !important;
    background: #969696;
    color: #fff;
    border: none;
	font-size: 16px;
}

@media screen and (max-width: 650px) {

div.login input[type="text"], 
div.login input[type="password"] {
    width: 100%;
}
}

div.login input[type="remember"] {
display: inline;
}

div.login .control-label {
color: #000;
margin:10px 0;
}

div.login .control-label.pamatuj {
color: #000;
margin-top:10px;
display:inline-block;
}

div.login .controls.pamatuj  {
display:inline-block;
}

ul.nav.nav-tabs {
margin: 20px 0;
position: relative;
float: none;
}

ul.nav-tabs > li {
    list-style: none;
	padding-left: 0;
	margin: 10px 0;
}

div.login button.btn {
    display: inline-block;
    margin-top:20px;
	margin-bottom: 30px;
	padding:0 50px; 
    height: 40px;
    line-height: 40px;	
    text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	color: #fff;
	background-color: #175b47;
	border:1px solid #175b47;
    text-decoration: none;
	white-space: normal;
	transition-property: color, border-color, background;
	transition-duration: 0.5s;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

div.login button.btn:hover {
	color: #175b47;
    background-color: transparent;
	border:1px solid #175b47;
    text-decoration: none;
}

div.login a.registrace {
	margin-bottom: 30px;
	width: auto;
    position: relative;
    display: inline-block;
    text-align: center;
	vertical-align: middle;
    text-decoration: none;	
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
	padding:0 50px; 
    cursor: pointer;
    height: 40px;
	line-height: 40px;	
	color: #fff!important;
	background-color: #175b47;
	border:1px solid #175b47;
	cursor: pointer;	
}



div.login a.registrace:hover {
	color: #175b47!important;
	background-color: transparent;
	border:1px solid #175b47;
	text-decoration: none!important;
}

/* registration page, reset hesla, user profile edit */

form.form-validate  .control-label {
color: #000;
margin:10px 0;
}

#member-registration .alert-info a:link,
#member-registration .alert-info  a:visited {
 color: #ef9224;
 text-decoration: underline;
}

#member-registration .alert-info a:hover {
 color: #000;
 text-decoration: underline;
}


#member-registration fieldset,
#member-profile fieldset,
div.reset-confirm fieldset,
div.reset-complete fieldset {
	margin:20px 0;
}

#member-registration legend,
#member-profile legend,
div.reset-confirm legend,
div.reset-complete legend {
	font-size:18px;
    font-weight: 700;
    font-style: normal;
	margin:20px 0;
}

#member-registration legend {
	font-size:18px;
    font-weight: 700;
    font-style: normal;
	margin: 20px 0 0 0;
}

#member-registration .control-group.field-spacer, 
#member-profile .control-group.field-spacer  {
margin-bottom:20px;
font-size:16px;
color:#727272;
}


#member-registration #jform_spacer-lbl,
#member-profile #jform_spacer-lbl,
#user-registration #jform_spacer-lbl {
font-size:16px;
color:red;
}


#member-registration input[type="text"], 
#member-registration input[type="email"],
#member-registration input[type="password"] {
    width: 100%;
    height: 40px;
    padding: 0 0 0 15px;
    margin: 0 !important;
    background: #969696;
    color: #fff;
    border: none;
	font-size: 16px;
}

#member-profile input[type="text"], 
#member-profile input[type="email"],
#member-profile input[type="password"] {
    width: 100%;
    height: 40px;
    padding: 0 0 0 15px;
    margin: 0 !important;
    background: #969696;
    color: #fff;
    border: none;
	font-size: 16px;
}


div.reset-confirm input[type="text"] {
    height: 40px;
    padding: 0 0 0 15px;
    margin: 0 !important;
    background: #969696;
    color: #fff;
    border: none;
	font-size: 16px;
}

div.reset-complete input[type="text"], 
div.reset-complete input[type="email"],
div.reset-complete input[type="password"] {
    height: 40px;
    padding: 0 0 0 15px;
    margin: 0 !important;
    background: #969696;
    color: #fff;
    border: none;
	font-size: 16px;
}

#user-registration input[type="text"], 
#user-registration input[type="email"],
#user-registration input[type="password"] {
    height: 40px;
    padding: 0 0 0 15px;
    margin: 0 !important;
    background: #969696;
    color: #fff;
    border: none;
	font-size: 16px;
}

@media only screen and (max-width: 600px) {

#user-registration input[type="text"], 
#user-registration input[type="email"],
#user-registration input[type="password"] {
   width: 100%;
}

div.reset-complete input[type="text"], 
div.reset-complete input[type="email"],
div.reset-complete input[type="password"] {
   width: 100%;
}

div.reset-confirm  input[type="text"] {
   width: 100%;
}

}

#member-registration button.btn,
#member-registration a.btn,
#member-profile button.btn,
#member-profile a.btn,
#user-registration button.btn,
#user-registration a.btn,
div.reset-confirm button.btn,
div.reset-confirm a.btn,
div.reset-complete button.btn,
div.reset-complete a.btn {
    display: inline-block;
    margin-top:20px;
	margin-bottom: 30px;
	padding:0 50px; 
    height: 40px;
	line-height: 40px;
    text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	color: #fff;
	background-color: #175b47;
	border:1px solid #175b47;
    text-decoration: none;
	white-space: normal;
	transition-property: color, border-color, background;
	transition-duration: 0.5s;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

#member-registration button.btn,
#member-profile button.btn,
#user-registration button.btn,
div.reset-confirm button.btn,
div.reset-complete button.btn {
margin-right:30px;
}

#member-registration button.btn:hover,
#member-registration a.btn:hover,
#member-profile button.btn:hover,
#member-profile a.btn:hover,
#user-registration button.btn:hover,
#user-registration a.btn:hover, 
div.reset-confirm button.btn:hover,
div.reset-confirm a.btn:hover,
div.reset-complete button.btn:hover,
div.reset-complete a.btn:hover {
	color: #175b47;
    background-color: transparent;
	border:1px solid #175b47;
    text-decoration: none;
}

#easycalccheckplus label {
    color: #000;
	font-weight:700;
    line-height: 36px;
    padding: 10px 0;
}

/* chybova hlaska na webu */

.alert-info {
    color: #000;
}

.alert-error, 
.alert-danger {
    background-color: #eee;
	color:red;
    padding: 10px;
	margin-bottom:20px;	
}


/* pagination, strankovani - svetly podklad */
div.pagination {
    padding: 8px;
    margin: 24px 0 4px 0;
    text-align: center;
   font-size: 16px;		
  color: #175b47;
}

div.pagination ul {
    text-align: center;
}

div.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

div.pagination ul li.counter {
    float: none;
    display: block;
    line-height: 38px;
}

div.pagination ul li span {
    display: inline-block;
    padding: 4px 8px;
     margin: 0 3px 5px 0;
     border: 1px solid #175b47;
	 border-radius: 4px;
    vertical-align: middle;	
}

div.pagination ul li a,
div.pagination ul li a:visited {
    display: inline-block;
	 border: 1px solid #fff;
    padding: 4px 8px;
     margin: 0 3px 5px 0;
	color: #fff!important;
    border-radius: 4px;
    vertical-align: middle;
    background: #175b47;
    text-decoration: none!important;
}

div.pagination ul li a:hover {
    border: 1px solid #fff;
	color: #fff!important;
   background: #ef9224;
    text-decoration: none;
	opacity:1;
}

@media only screen and (max-width:900px) {

div.pagination {
    text-align: left;
	padding-left:0px;
}

div.pagination ul {
    text-align: left;
}

}


/* fotogalerie Event - list */

.event h1 {
    margin-bottom: 10px;
} 

.event h2 {
    margin-bottom: 40px;
}

#events .item-container {
  float: left;
  width: 33.3333333%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#events .item {
  float: left;
  padding: 0;
  margin: 0;
  cursor: hand;
  margin-bottom: 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#events .item .eg-content  {
-webkit-transition-property:color;
transition-property:color;
-webkit-transition-duration:.5s;
transition-duration:.5s;
overflow:hidden;position:relative;text-decoration:none;z-index:15;
}

#events .item .eg-content:before{
background-color:rgba(23, 91, 71, .7);
bottom:0px;content:"";left:0px;
position:absolute;right:0px;top:0px;z-index:2;
-webkit-transform:scale(0);transform:scale(0);
-webkit-transition-property:transform;
transition-property:transform;
-webkit-transition-duration:.2s;
transition-duration:.2s;
-webkit-transition-timing-function:ease-out;
transition-timing-function:ease-out
}

#events .item .eg-content:hover:before{-webkit-transform:scale(1);transform:scale(1); }


#events .item .eg-content .data {
    background-color: rgba(23, 91, 71, 1);
    bottom: 0;
    color: #fff;
    opacity: 1;
    position: absolute;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    width: 100%;
    z-index: 12;
}

#events .item .eg-content:hover .data {
  background-color: rgba(23, 91, 71, 0.0);
  opacity: 0.5;
  color: #fff;
}

#events .item .title {
  font-size: 18px;
  line-height: 20px;
  min-height:auto;
  font-weight: normal;
  overflow: hidden;
  margin: 10px 15px;
  word-break: normal;
  word-wrap: normal;
  -epub-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}


#events .item .date {
  font-size: 14px;
  line-height: 16px;
  min-height:auto;
  font-weight: normal;
  margin: 10px 15px 20px 15px;
}

.event a.eventgallery-back-button,
.event a.eventgallery-back-button:visited  {
text-decoration: none;
    position: relative;
    top: 25px;
    color: #175b47;
    text-decoration: none;
    padding: 20px 30px;
    font-size:24px;
    font-weight: 600;
    border: 1px solid #175b47;
}

.event a.eventgallery-back-button:hover {
	color: #fff;
	background: #175b47;
    border: 1px solid #175b47;
	text-decoration: none;
}


.event .thumbnail-container a {
    width: auto;
}

.event .thumbnail-container a {
-webkit-transition-property:color;
transition-property:color;
-webkit-transition-duration:.5s;
transition-duration:.5s;
overflow:hidden;position:relative;text-decoration:none;z-index:1}

.event .thumbnail-container a:before{
background-image: url(../img/fg_foto_hover.png); background-position: center center; background-repeat: no-repeat; 
background-color:rgba(23, 91, 71,.7);

bottom:0px;content:"";left:0px;
position:absolute;right:0px;top:0px;z-index:2;
-webkit-transform:scale(0);transform:scale(0);
-webkit-transition-property:transform;
transition-property:transform;
-webkit-transition-duration:.2s;
transition-duration:.2s;
-webkit-transition-timing-function:ease-out;
transition-timing-function:ease-out
}

.event .thumbnail-container a:hover:before{-webkit-transform:scale(1);transform:scale(1); }

@media (max-width: 1000px) {
.event .text {
	margin-top: 40px;
}

.event a.eventgallery-back-button,
.event a.eventgallery-back-button:visited  {
    top: 0px;
}

}


/* inzeraty na HP */

/* odkaz na HP - all ads  */
.hpallads a.readmore {
	padding: 15px 20px;
	width: auto;
    position: relative;
    display: inline-block;
    text-align: center;
	vertical-align: middle;
    text-decoration: none;	
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
	line-height:20px; 
    cursor: pointer;
	color: #fff!important;
	background-color: #175b47;
	cursor: pointer;	
}



.hpallads a.readmore:hover {
	color: #fff!important;
	background-color:#ef9224;
	text-decoration: none!important;
}



.mod_djclassifieds_items .items-cols1 .items-col {
    width: 100%;
}

.mod_djclassifieds_items .items-col .icol-in {
    padding: 0px;
}

.mod_djclassifieds_items .item {
    max-width: none !important;
}


.mod_djclassifieds_items .item,
.mod_djclassifieds_items .item-box {
    margin: 22px auto 0;
    position: relative;
}


.mod_djclassifieds_items div.title:before, 
.mod_djclassifieds_items div.title:after {
}

.mod_djclassifieds_items div.title:after  {
    clear: both;
}

.mod_djclassifieds_items div.title .item_img,
.mod_djclassifieds_items div.title .title_img  {
    display: block;
    float: left;
    margin-right: 20px;
    max-width: calc(100% - 20px);
    position: relative;
}

.mod_djclassifieds_items div.title .item_img img,
.mod_djclassifieds_items div.title .title_img img  {
    border-radius: 2px;
    max-width: 100% !important;
    height: auto !important;
}

.mod_djclassifieds_items .item-wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 979px) {
.mod_djclassifieds_items div.title .item_img img,
.mod_djclassifieds_items div.title .title_img img, 
.mod_djclassifieds_items .item-wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}

.mod_djclassifieds_items div.title a.title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #ef9224;
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 8px;
}

.mod_djclassifieds_items div.title a.title:hover {
    color: #175b47;
    text-decoration: underline;
}

.mod_djclassifieds_items div.title .date_cat > span {
    color: #6e6e6e;
    display: block;
}

.mod_djclassifieds_items div.title .date_cat > span.category a,
.mod_djclassifieds_items div.title .date_cat > span.region a {
    color: #175b47;
    text-decoration: none;
}

.mod_djclassifieds_items div.title .date_cat > span.category a:hover,
.mod_djclassifieds_items div.title .date_cat > span.region a:hover {
    color: #ef9224;
    text-decoration: underline;
}

.mod_djclassifieds_items div.title .date_cat > span.region:before {
    content: "\f041";
    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;
    margin-right: 5px;
}


/* fixed topmenu go to anchor offset */  
	 
	 a#addcomments {
	 padding-top: 140px;
	 margin-top: -140px;
	 display: inline-block;
	 vertical-align:top;
	 }
	 

@media only screen and (max-width: 1000px) {

	 a#addcomments {
    padding-top: 100px;
    margin-top: -100px;
    display: block;
    vertical-align: top;
	 }
	 
}	 

/* advance poll tlacitka */  
.advpoll-wrapper .advpoll-button-wrapper .advpoll-button-vote, 
.advpoll-wrapper .advpoll-button-wrapper .advpoll-button-back,
.advpoll-wrapper .advpoll-button-wrapper .advpoll-button-result {
border:none;
font-size:15px;
	font-family: 'Montserrat', sans-serif;
padding: 8px 16px;
cursor:pointer;
}


/* sexy polling deafult setting */ 
.polling_container_wrapper {
	width: 100%!important;
    position: relative !important;
    line-height: 20px !important;
    padding: 0 !important;
}


.polling_container_wrapper .polling_container {
    border: 1px solid #ebeff6;
    background-color: #e8eeec;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

.polling_container_wrapper_container:hover {
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}

.polling_container_wrapper .polling_name {
    color: #175b47;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    text-shadow: none!important;
    padding: 2px 8px !important;
    line-height: 21px !important;
}

.polling_container_wrapper .polling_ul {
    margin: 10px 15px 10px 0px !important;
    padding: 0 !important;
    list-style: none !important;
    position: relative !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    top: auto !important;
    width: auto !important;
    background: none !important;
}


.polling_container_wrapper .polling_ul li {
    margin: 0 !important;
    padding: 0px 6px !important;
    list-style: none !important;
    display: block !important;
    text-align: left !important;
    width: 100% !important;
    /* overflow: hidden; */
    border: 1px solid transparent;
    z-index: 10 !important;
    border: none !important;
    background: none !important;
}

.polling_container_wrapper .answer_name label {
    font-size: 16px !important;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    text-shadow: none!important;
	margin: 6px 0px 0px 33px;
    padding: 0;
}

.polling_container_wrapper .polling_result {
    background-color: #ef9324;
    padding: 7px 16px;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
    border-style: solid;
    border-width: 0px;
    border-color: #ef9324;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none!important;
}

.polling_container_wrapper .polling_result:hover {
    background-color: #175b47;
    color: #ffffff;
    text-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
    border-style: solid;
    border-width: 0px;
    border-color: #175b47;
}

.polling_container_wrapper .polling_submit {
    background-color: #175b47;
    padding: 7px 16px;
    text-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
    border-style: solid;
    border-width: 0px;
    border-color: #175b47;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.polling_container_wrapper .polling_submit:hover {
    background-color: #15c177;
    color: #ffffff;
    text-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
    border-style: solid;
    border-width: 0px;
    border-color: #15c177;
}


.polling_container_wrapper .answer_votes_data {
    font-size: 13px;
    color: #000000;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none!important;
}

.polling_container_wrapper .left_col {
    font-size: 14px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none!important;
}

.polling_container_wrapper .right_col {
    font-size: 14px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-family: ;
    text-shadow: none!important;
}