/**
 * @file
 * Positioning for a fixed-width, desktop-centric layout.
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */

/**
 * Center the page.
 *
 * If you want to make the page a fixed width and centered in the viewport,
 * this is the standards-compliant way to do that.
 */


.header__region {
	clear: none !important;
}


@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url(https://themes.googleusercontent.com/static/fonts/opensans/v6/u-WUoqrET9fUeobQW7jkRfY6323mHUZFJMgTvxaG2iE.eot);
	src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/u-WUoqrET9fUeobQW7jkRfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans Semibold';
	font-style: normal;
	font-weight: 600;
	src: url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSqlSqKUsDpiXlwfj-ZM2w_A.eot);
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSqlSqKUsDpiXlwfj-ZM2w_A.eot) format('embedded-opentype'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSha1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans Italic';
	font-style: italic;
	font-weight: 400;
	src: url(https://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBuZiE7IA0Up7-VwGqa0iGVY.eot);
	src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBuZiE7IA0Up7-VwGqa0iGVY.eot) format('embedded-opentype'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBtIh4imgI8P11RFo6YPCPC0.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans Bold';
	font-style: normal;
	font-weight: 700;
	src: url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzKlSqKUsDpiXlwfj-ZM2w_A.eot);
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzKlSqKUsDpiXlwfj-ZM2w_A.eot) format('embedded-opentype'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzBa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans Bold Italic';
	font-style: italic;
	font-weight: 700;
	src: url(https://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxiLfhkkOXu3C-OFz_KOVjmA.eot);
	src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxiLfhkkOXu3C-OFz_KOVjmA.eot) format('embedded-opentype'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxoUt79146ZFaIJxILcpzmhI.woff) format('woff');
}

body {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: #EBEBED url(../../images/bg1.png) repeat-x center 0;
}

* {
	margin: 0;
	padding: 0
}

#page {
	font-size: 0.75em;
	line-height: 1.333em;
}
body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
pre, code {
	font-size: 1em;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
em {
	font-family: 'Open Sans Italic', Arial, Helvetica, sans-serif;
}
strong {
	font-weight: normal;
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
}
div.clear {
	clear: both;
	height: 5px
}
/* * Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif
}
h1 {
	font-size: 1.833em;
	line-height: 1.3em;
	margin-top: 0;
	color: black;
	margin-bottom: 0.5em !important;
}

h2 {
	font-size: 1.25em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0.5em !important;
	color: #000;
}

h2.block-title {
	clear: both;
}

.region-sidebar-second h2.title,
.region-sidebar-second h2.block-title
 {
	font-size: 1.25em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #000;
}
.region-content-bottom h2.title {
	font-size: 1.25em;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 15px;
	color: #000;
}
h3 {
	font-size: 1.25em;
	margin: 0.3em 0 0.3em 0;
	line-height: 1.2em;
	color: black;
}
h4, h5, h6 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 0.909em;
/* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
	margin-bottom: 0.909em;
}
#content-area  div.node div.content h3 {
	color: #8D8D9A;
	font-size: 1.25em;
	line-height: 1.1em;
	margin: 1em 0 0.5em 0
}
#content-area  div.node div.content h4 {
	color: #000;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 1em 0 0.5em 0
}
.issues-list   h3 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 0.5em 0
}
/* * Block-level elements */
p, ul, ol, dl, pre, table, fieldset {
	margin: 1em 0;
}
#content-area  div.node div.content p {
	margin: 0 0 1em 0
}

p.search-snippet  {
	margin: 0 0 3em 0
}
#content-area div.node div.content p.datumcas {
	margin: 0;
}
.view-content .node-teaser .datumcas {
	position: absolute;
	top: 240px;
	left: 15px;
	color: #8D8D9A;
	font-family: "Open Sans";
}
.view-content .node-teaser-mini .datumcas {
	position: absolute;
	bottom: 35px;
	left: 120px;
	color: #8D8D9A;
	font-family: "Open Sans";
	padding-right: 10px;
}

.region-content-bottom div.node.node-teaser .datumcas {
	color: #8D8D9A;
	font-family: "Open Sans";
}

#content-area div.node div.content .datum-miesto {
	margin: 2em 0;
	color: black;
	font-family: "Open Sans Semibold";
}
.introtext {
	color: #8D8D9A;
	font-size: 1.3em;
	line-height: 1.5em;
	width: 430px;
	margin: 24px 0 24px 0;
min-height:110px
}
.node-teaser .intro p {
	font-weight: normal;
	margin: 0;
	font-size: 1em;
	line-height: inherit;
	color: black
}
.linka {
	color: #8D8D9A;
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 24px
}
#content-area div.node.node-teaser div.content  .intro p {
	margin: 0;
}
.maintext {
	clear: both
}
#content-area .node-type-webform {
	margin: 0 0 2em 0
}
blockquote {
	margin: 1em 2em;
}
.breadcrumb {
	margin: 0 0 2em 0;
	font-size: 0.9em
}
body.page-blog h3.title {
	color: #000;
	font-size: 1.3em;
	font-family: 'Open Sans Bold';
	margin: 0 0 0.5em 0
}
.video .emvideo {
	color:  #8D8D9A;
	margin: 2em 0 0.5em 0
}
.video {
	color:  #8D8D9A;
	z-index: 1;
	margin: 1em 0 1em 0
}


body.node-type-letnyfestival .video {
	margin: 1em 0 2em 0
}
.field-music {
	clear: both;
	margin: 3em 0 1em 0
}
/* PEREX */
div.node-teaser {
	background-color: white;
	position: relative;
	padding: 15px;
	height: 275px;
	width: 310px;

}
div.node-teaser-mini {
	background-color: white;
	position: relative;
	width: 340px;
	height: 145px;
}

.view-all-miesta div.node-teaser {
	background-color: white;
	position: relative;
	padding: 15px;
	height: 280px;
	width: 310px;
}

div.node-teaser.node-type-vylet {
	background-color: white;
	position: relative;
	padding: 15px;
	height: 280px;
	width: 310px;
}
div.node-teaser .pereximg {
	height: 120px;
	width: 340px;
	background-color:  #8D8D9A;
	margin: -15px 0 0 -15px
}
div.node-teaser h3.title {
	height: 40px;
	margin: 20px 25px 0 0;
}
div.node-teaser-mini h3.title {
	position: absolute;
	top: 18px;
	left: 120px;
}
div.node-teaser .miesto-typ {
	position: absolute;
	top: 87px;
	left: 0;
	background: url(../../images/sikmo.png) no-repeat 0 0;
	width: 180px;
	height: 20px;
	color: #8D8D9A;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.833em;
	padding: 25px 65px 0 15px
}
div.node-teaser .event-typ {
	position: absolute;
	top: 87px;
	left: 0;
	background: url(../../images/sikmo.png) no-repeat 0 0;
	width: 180px;
	height: 20px;
	color: #8D8D9A;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.833em;
	padding: 25px 65px 0 15px
}

div.node-teaser-mini .event-typ {
	position: absolute;
	top: 5px;
	left:120px;
	color: #8D8D9A;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.833em;
}

div.node-teaser .social-icons {
	position: absolute;
	top: 319px;
	left: 15px;
}

div.node-teaser.node-type-vylet .social-icons {
	position: absolute;
	top: 275px;
	left: 15px;
}
.view-all-miesta div.node-teaser .social-icons {
	position: absolute;
	top: 275px;
	left: 15px;
}

.perex_icons {
	position: absolute;
	bottom: 12px;
	right: 12px;
}

.perex_icons span {
	display: inline-block;
	margin-left: 15px;
}

.odporucame,
.field-name-field-tip .field-item,
.perex_listky a,
.pridaliste a
 {
	color: #8D8D9A;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 10px ;
}

.odporucame,
.field-name-field-tip .field-item {
	background: url(../../images/tip.png) no-repeat 0 3px;
	display: block;
	padding: 0 0 0 15px;
}

.pridaliste a {
	color: #2a475d !important;
}

.pridaliste {
	background: url(../../images/pridali-ste-icon.png	) no-repeat 0 3px;
	display: block;
	padding: 0 0 0 15px;
}

.perex_listky a {
	text-decoration: none !important;
	color: #C10000 !important;
}

.node-teaser .perex_listky {
	position: absolute;
	/*top: 143px;
	right: 15px; */
	bottom: 10px;
}

.perex_listky.mini {
    position: absolute;
	bottom: 12px;
	left: 120px;
}


.node-type-cl-event .field-name-field-tip .field-item {
	top: 290px;
	right: 240px;
}


.terms {
	color: #8d8d9a;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 0.8333em;
	line-height: 1em;
}
.thumbtitle {
	min-height: 20px;
	font-size: 0.9em;
}
.node-type-blog .date-display-single {
	color: #8d8d9a;
}
/* * Lists * * We need to standardize the list item indentation. */
ul, ol {
	margin: 0;
	padding: 0;
/* LTR */
}
.block ul, .item-list ul
/* Drupal overrides */
 {
	margin: 1em 0;
	padding: 0 0 0 2em;
/* LTR */
}
.block-user ul, .block-user .item-list ul
/* Drupal overrides */
 {
	margin: 1em 0;
	padding: 0 0 0 1em;
/* LTR */
}
ul ul, ul ol, ol ol, ol ul, .block ul ul, .block ul ol, .block ol ol, .block ol ul, .item-list ul ul, .item-list ul ol, .item-list ol ol, .item-list ol ul {
	margin: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.item-list ul li
/* Drupal override */
 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu__item.is-leaf {
	list-style: none !important;
}

.item-list ul li.pager-item
,.item-list ul li.pager-next
,.item-list ul li.pager-last
,.item-list ul li.pager-current
,.item-list ul li.pager-first
,.item-list ul li.pager-previous

/* Drupal override */
 {
	padding: 0.5em;
}

ul.menu li, li.expanded, li.collapsed, li.leaf
/* Drupal override */
 {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: none
}
ul, ul ul, ul ul ul, ul ul ul ul {
	list-style: none;
	background-image: none
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: decimal;
}
dt {
	margin: 0;
	padding: 0;
}
dd {
	margin: 0 0 0.5em 0;
	padding: 0;
}
dl.node-type-list dt {
	margin: 1.5em 0 0em 0;
	padding: 0;
	font-size: 1em;
	font-family: 'Open Sans Bold';
}
ul.links
/* List of links */
 {
	margin: 1em 0;
	padding: 0;
}
ul.links.inline {
	margin: 0;
	display: inline;
}
ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em 0 0;
}
.pager, .item-list .pager
/* A list of page numbers when more than 1 page of content is available */
 {
	clear: both;
	margin: 1em 0;
	text-align: left;
	padding: 0
}


.pager a, .pager strong.pager-current
/* Each page number in the pager list */
 {
	padding: 0;
	margin: 0
}
.item-list .pager li.pager-item, .item-list .pager li.pager-last, .item-list .pager li.pager-next, .item-list .pager li.pager-first, .item-list .pager li.pager-previous, {
	padding: 2px;
	margin: 0
}
.item-list ul.pager {
	margin: 1em 0;
	padding: 0;
/* LTR */
}
.issues-list   ul {
	margin: 0;
	padding: 0;
/* LTR */
}
.region-sidebar-first   div.block, .region-sidebar-second   div.block {
	margin: 0 0 15px 0;
	padding: 1em;
	background-color: white
}
.line {
	width: 100%;
	height: 1px;
	background: url(../../images/dots.gif) repeat-x 0 0;
	margin: 8px 0 8px 0;
	clear: both
}
/* menu sutaze */
#block-menu-menu-menu-menu-sutaze ul.menu {
	margin: 0;
	padding: 0
}
/*** Formatting for administration page*/
div.admin-panel {
	margin: 0;
	padding: 0;
}
div.admin-panel .description {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 1em;
}
div.admin-panel .body {
	padding: 0 4px 2px 0;
/* LTR */
}
div.admin {
	padding-top: 15px;
}
div.admin .left {
	float: left;
	width: 47%;
	margin-left: 0;
}
div.admin .right {
	float: right;
	width: 47%;
	margin-right: 0;
}
/* * Links * * The order of link states are based on Eric Meyer's article: * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states */
a:link, a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover, a:focus {
	color: black;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h3 a:link,  h3 a:visited {
	color: #000;
	text-decoration: none;
}
h3 a:hover {
	color: black;
	text-decoration: underline;
}
.region-sidebar-second h2.title a:link, .region-sidebar-second h2.title a:visited {
	color: #000;
	text-decoration: none;
}
.region-sidebar-second h2.title a:hover {
	color: black;
	text-decoration: underline;
}
.region-sidebar-second a:link, .region-sidebar-second a:visited {
	color: #000;
	text-decoration: none;
}
.region-sidebar-second a:hover {
	color: black;
	text-decoration: underline;
}
.terms a:link, .terms a:visited {
	color: #838392;
	text-decoration: none;
}
.terms a:hover {
	color: #000;
	text-decoration: underline;
}
#block-calendar_block-0 a:link,   #block-calendar_block-0 a:visited {
	text-decoration: none;
}
#block-calendar_block-0 a:hover {
	text-decoration: underline;
}
a.more-link:link, a.more-link:visited, .embed-gmap-link a:link, .embed-gmap-link a:visited {
	color: #8d8d9a;
	text-decoration: underline;
	margin-left: 6px;
}
a.more-link:hover, .embed-gmap-link a:hover {
	color: #000;
	text-decoration: underline;
}
.linka a, .linka a:link,  .linka a:visited {
	color: #8D8D9A;
}
.linka a:hover {
	color: black;
	text-decoration: underline;
}
.item-list ul.pager, .item-list ul.pager a, .item-list ul.pager a:link, .item-list ul.pager a:visited {
	color: #838392;
	text-decoration: none;
}
.item-list ul.pager a:hover {
	color: #000;
	text-decoration: underline;
}
.item-list ul.pager li.pager-current {
	color: #000;
	text-decoration: none;
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif
}
.datum-miesto a:link, .datum-miesto a:visited, .datumcas a:link, .datumcas a:visited {
	color: #000;
	text-decoration: none;
	font-family: 'Open Sans Semibold';
}
.datum-miesto a:hover, .datumcas a:hover {
	color: #000;
	text-decoration: underline;
}

a:link.miestocas, a:visited.miestocas {
	color: #000;
	text-decoration: underline;
	font-family: 'Open Sans Semibold';
}
a:hover.miestocas {
	color: #000;
	text-decoration: none;
}

body.node-type-expozicia .datum-miesto a:link,
body.node-type-expozicia  .datum-miesto a:visited {
	color: #000;
	text-decoration: underline;
	font-family: 'Open Sans Semibold';
}
body.node-type-expozicia .datum-miesto a:hover {
		color: #000;
	text-decoration: none;
}

body.node-type-miesto .kontakty1 a:link,
body.node-type-miesto .kontakty1 a:visited {
color: #8D8D9A; 	text-decoration: none;
}

body.node-type-miesto .kontakty1 a:hover {
color: #000; 	text-decoration: underline;
}

/* vstupenky  kalendar */



   .listky {

   font-family: 'Open Sans Bold';
	margin: 0;line-height:16px;
	font-size: 16px;

}

.listky a:link, .listky a:visited {
	text-decoration:underline;
	color: #C10000;
	position: relative;
	bottom: -1px;
}
.listky a:hover {
	text-decoration:  underline;
	color:black
}
.link_ical {
	display: inline-block;
	width: 80px;
	height: 14px;
	overflow: hidden;
	background: url(../../images/kalendar.png) no-repeat 0 0;
	padding: 2px 0 5px 28px;
	margin: 0px 0 0 2px;
	font-size: 11px;
	line-height: 18px
}
.link_ical:hover {
	background: url(../../images/kalendar.png) no-repeat 0 -21px;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
 .link_ical { position: relative; top: -6px}
 .listky { position: relative; top: -6px}
 }*/

a.poplight {
	font-size: 1em;
}

.gmapa {
clear: both;
	margin-top: 4em;
}
/* * Tables * * Drupal provides table styling which is only useful for its admin section * forms, so we override this default CSS. (We set it back in forms.css.) */
table {
	border-collapse: collapse;
	/* width: 100%;
*/
/* Prevent cramped-looking tables */
}
.section-admin table {
	border-collapse: collapse;
	width: 100%;
}
th,  thead th,  tbody th {
	text-align: left;
	padding-right: 0;
	border-bottom: 1px solid #B8B8BF
}
.section-admin table td {
	border-right: 1px solid #ccc;
	padding: 0.1em 5px 0.1em 5px
}
tbody {
	border-top: none;
}
td.active {
	background-color: transparent
}
tr.even, tr.odd,
.section-vystavy tr {
	background-color: white;
	border-bottom: 1px solid #E1E1E4;
	padding: 0.1em 0.6em;
}
.section-admin table tr.even, .section-admin table tr.odd {
	border-bottom: 1px solid #ccc;
}
tr:hover {
	background-color: #F1F1F3;
}
.node-inner table {
	width: auto
}
.node-inner table td, .node-inner table th {
	border: 1px solid #E1E1E4;
	padding: 3px 5px;
}
.node-inner table th {
	background-color: #F1F1F3;
	border: 1px solid #E1E1E4;
}
/* * Abbreviations */
abbr {
	border-bottom: 1px dotted #ccc;
	cursor: help;
	white-space: nowrap;
}
abbr.created
/* Date-based "abbreviations" show computer-friendly timestamps which are not human-friendly. */
 {
	border: none;
	cursor: auto;
	white-space: normal;
}
/* * Images */
img {
	border: 0;
}

.obrazok img {
	margin: 0 0 1em 0;
	padding: 0;
	border: 1px solid #E1E1E4;
}


.blog-obrazok, .iny-obrazok {
	float: right;
	margin: 0 0 1em 1em;
	padding: 0;
	width: 164px
}
.blog-obrazok img, .iny-obrazok img {
	margin: 0;
	padding: 0;
	border: 1px solid #E1E1E4;
}
.form-obrazok  {
	margin: 0 0 1em 2em;
	padding: 0;
	float: right
}

.form-obrazok img {
	margin: 0 0 1em 2em;
	padding: 0;
	border: 1px solid #E1E1E4;
}
.fotogaleria {
	margin-top: 2em
}
.fotogaleria img {
	margin: 0 15px 10px 0;
	padding: 0;
	border: 1px solid #E1E1E4;
}
.vybavenie {
	margin: 1em 0;
}


/* * Horizontal rules */
hr {
	height: 1px;
	border: 1px solid #666;
}
/* * Forms */
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-size: 1em;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
input, textarea {
	border: 1px solid  #E1E1E4;
	padding: 1px
}
input.hasDatepicker {
	border: 0;
}
fieldset {
	margin: 1em 0;
	padding: 0.5em;
}

.shoutbox-add-form fieldset {
	/* ehm fix */
	display: table-cell;
}

.form-item, .form-checkboxes, .form-radios
/* Wrapper for a form element (or group of form elements) and its label */
 {
	margin: 1em 0;
}
.form-item input.error, .form-item textarea.error, .form-item select.error
/* Highlight the form elements that caused a form submission error */
 {
	border: 1px solid #c00;
}
.form-item label
/* The label for a form element */
 {
	display: block;
	font-family: 'Open Sans Bold';
}
.form-required
/* The part of the label that indicates a required field */
 {
	color: #c00;
}
.form-item .description {
	font-size: 0.85em;
}
.form-checkboxes .form-item, .form-radios .form-item {
	margin: 0.4em 0;
}
input#edit-submit, input.form-submit {
	font-size: 1em;
	margin: 0 1em 0 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #000;
	border: 0;
	padding: 2px 10px;
	width: auto;
	cursor: pointer;
	cursor: hand
}
input#edit-preview {
	display: none
}
input#edit-delete, input#edit-reset {
	font-size: 1em;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #999;
	border: 0;
	margin: 0 1em 0 0;
	padding: 2px 10px;
	width: auto;
	cursor: pointer;
	cursor: hand
}
/* * Body */
#page, .region-page-closure {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#main-wrapper {
	position: relative;
}
#main {
	position: relative;
}
/* * Content */
#content, .no-sidebars #content {
	float: left;
/* LTR */
	width: 960px;
	margin-left: 0;
/* LTR */
	margin-right: -960px;
/* LTR */
/* Negative value of #content's width + left margin. */
	padding: 0;
/* DO NOT CHANGE. Add padding or margin to #content .section. */
}
.sidebar-first #content {
	width: 760px;
	margin-left: 200px;
/* LTR */
/* The width of .region-sidebar-first. */
	margin-right: -960px;
/* LTR */
/* Negative value of #content's width + left margin. */
}
.sidebar-second #content {
	width: 710px;
	margin-left: 0;
/* LTR */
	margin-right: 250px;
/* LTR */
/* Negative value of #content's width + left margin. */
}
.two-sidebars #content {
	width: 520px;
	margin-left: 0;
/* LTR */
/* The width of .region-sidebar-first */
	margin-right: 440px;
/* LTR */
/* Negative value of #content's width + left margin. */
}
#content {
	margin: 0;
	padding: 0;
}
body.section-admin #content .section,
body.page-node-850-done #content .section,
body.section-search #content .section {
	margin: 0 15px 0 0;
	padding: 1.5em;
	background-color: white;
}

body.section-kalendar #content .section,
body.node-type-miesto #content .section, body.node-type-blog #content .section,
body.node-type-webform #content .section, body.node-type-film #content .section,
body.node-type-page #content .section,
body.node-type-cl-event #content .section,
body.node-type-newsblog #content .section,
body.page-status .view-status {
	margin: 0 15px 0 0;
	padding: 1.5em;
	background-color: white;
	position: relative;
}
body.page-status .view-status {
	margin-bottom: 15px;
}

.status--wrapper {
	display: flex;
	margin-bottom: 5px;

}
.Status__image {
	margin-right: 15px;
}

body.page-node-13350 #content .section {
	background: none;
}

body.node-type-page.page-vsetky-miesta #content .view {
	margin: 0;
	padding: 0;
	background-color:transparent
}




.region-content-bottom {
clear: both
}
/* * Navigation */
#navigation {
	width: 100%;
	margin: 20px 0 16px 0;
	padding: 0;
	position: relative;
}

#navigation .menu li {
	padding: 0px !important;
}

#navigation .block ul {
	margin: 0;
	padding: 0px;
}

#block-menu-block-1 ul  {
	display: inline;
	display: flex;
	display: -webkit-flex;
	margin-right: 10px;
}

#block-menu-block-1  li, #block-menu-block-2 li {
	display: inline-block; /* bez \9 koli fallbacku na este starsie browsery */
	/* margin-right: 10px\9; /* IE9+ only  \9*/
	margin-left: 10px;
	margin-right: 10px;
}

#block-menu-block-1 ul {
	justify-content: space-between;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}
#block-menu-block-1 ul li {
	margin: 0;
	margin-right: 10px\9;
}


#block-menu-block-1 ul li a {

	font-family: 'Open Sans Bold', Arial, sans-serif ;
	font-size: 1.166em;

}
#block-menu-block-2 ul li a,
#block-menu-menu-menu-menukluby ul li a {
	margin: 0;
	color: #B8B8C4
}
#navigation ul li.active-trail a {
	color: #fff;
}


#navigation #block-menu-block-1 ul li.is-parent.active-trail a:after
,#navigation #block-menu-block-1 ul li.is-parent a.active:after {
	content: url(../../images/menu-bg.png);
	position: relative;
	top: 19px;
	left: -33px;
}

#navigation #block-menu-block-1 ul li.active-trail.menu-mlid-1050 a,
#navigation #block-menu-block-1 ul li.active-trail.menu-mlid-1174 a
 {
	background: none;
}


#navigation #block-menu-block-1 ul li a.active.bez-submenu {
	background-image: none;
}
#navigation #block-menu-block-2 ul,
#block-menu-menu-menu-menukluby ul {
	background-color: #686875;
	line-height: 2.5em;
	margin-top: 15px;
}
#navigation a:link, #navigation a:visited {
	color: #434557;
	text-decoration: none;
}
#navigation a:hover {
	color: white;
	text-decoration: none;
}
#navigation a.active {
	color: white;
}


.menu__link--new:before {
	content: 'Nové';
	color: #892D3E;
	padding-right: 8px;
	display: flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	display:-webkit-flex;
	text-transform: uppercase;
	font-size: 10px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.menu__link--kidstown:before {
	content: 'Akcie pre deti';
	text-transform: uppercase;
	font-size: 10px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #fff;
	display: flex;
	display:-webkit-flex;
	display: none\9;

}

.menu__link--new a {
	color: #892D3E !important;
}

.menu__link--kidstown a {
	color: #fff !important;
}

.menu__link--kidstown .active {
	background: none !important;
}
.menu__link--new .active {
	background: none !important;
}


#block-menu-block-2 a:link, #block-menu-block-2 a:visited,
#block-menu-menu-menu-menukluby a:link, #block-menu-menu-menu-menukluby a:visited
,.menu-level-2 a:link, .menu-level-2 a:visited
{
	color: #B8B8C4
}
#block-menu-block-2 a:hover, #block-menu-block-2 ul li.active-trail,
#block-menu-block-2 a.active,
#block-menu-menu-menu-menukluby a:hover,#block-menu-menu-menu-menukluby ul li.active-trail,
#block-menu-menu-menu-menukluby a.active, #block-menu-menu-menu-menukluby li.last a:link,
#block-menu-menu-menu-menukluby li.last a:visited  {
	color: #fff
}
#block-menu-menu-secondary-links ul li a {
	padding: 5px 10px 5px 10px;
	border-right: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
font-family: 'Open Sans Bold';
	/*margin: 10px 1px 5px 1px;
*/
}
#block-menu-menu-secondary-links ul li.active-trail a {
	background-color: transparent
}
#block-menu-menu-secondary-links ul li a.s_menu_item {
	padding: 5px 10px 5px 10px;
	border-right: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: normal
}
#block-menu-menu-secondary-links ul li a.s_menu_item_1 {
	padding: 5px 10px 5px 10px;
	border-right: 0;
	margin: 0 0 0 25px;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: normal
}
#navigation #block-menu-menu-secondary-links a.s_menu_item_1:link, #navigation #block-menu-menu-secondary-links a.s_menu_item_1:visited , #navigation #block-menu-menu-secondary-links a.s_menu_item:link, #navigation #block-menu-menu-secondary-links a.s_menu_item:visited {
	color: #666;
	text-decoration: none;
}
/* * First sidebar */
.region-sidebar-first {
	float: left;
/* LTR */
	width: 190px;
	margin-left: -440px;
/* LTR */
	margin-right: 0;
/* LTR */
/* Negative value of .region-sidebar-first's width + left margin. */
	padding: 0;
/* DO NOT CHANGE. Add padding or margin to .region-sidebar-first .section. */
	background-color: white
}
/* * Second sidebar */
.region-sidebar-second {
	float: left;
/* LTR */
	width: 250px;
	margin-left: -250px;
/* LTR */
/* Width of content + sidebar-first. */
	margin-right: 0;
/* LTR */
/* Negative value of .region-sidebar-second's width + left margin. */
	padding: 0;
/* DO NOT CHANGE. Add padding or margin to .region-sidebar-second .section. */
}
body.front .region-sidebar-first {
	margin-top: 280px;
}
.region-sidebar-first .region-content {
	margin: 0 20px 0 0;
}
/* * Closure */
.region-page-closure
/* See also the #page declaration above that this div shares. */
 {
}
/* * Prevent overflowing content */
#header, #content, #navigation, .region-sidebar-first, .region-sidebar-second, #footer, .region-page-closure {
	overflow: visible;
	word-wrap: break-word;
/* A very nice CSS3 property */
}
/* * Footer */
#footer {
	background-color: #BCBCC2;
	color: #5A5A67;
	font-size: 0.916em;
	margin: 15px 0;
	height: 125px;
	position: relative;
}
#footer h2.block-title {
	color: #5A5A67;
	font-size: 1em
}
#footer ul {
	margin: 0;
	padding: 0
}
#block-menu-menu-menu-dole-akcie {
	margin: 15px 0 0 15px;
	padding: 0;
	position: relative;
	width: 240px;
	height: 85px;
	border-right: 1px solid #AEAEB6;
	}


#block-menu-menu-menu-dole-miesta {
	margin: 15px 0 0 15px;
	padding: 0;
	position: relative;
	width: 290px;
	height: 85px;
	border-right: 1px solid #AEAEB6;
}

#block-menu-menu-menu-dole-akcie a,
#block-menu-menu-menu-dole-miesta a {
	background-image: none;
	padding: 0;
}

#block-menu-menu-menu-dole-miesta .is-leaf,
#block-menu-menu-menu-dole-akcie .is-leaf {
	list-style-image: none;
	list-style-type: none;
}

#block-menu-menu-menu-dole-akcie a.a1, #block-menu-menu-menu-dole-miesta a.a1 {
	position: absolute;
	left: 0;
	top: 19px
}
#block-menu-menu-menu-dole-akcie a.a2, #block-menu-menu-menu-dole-miesta a.a2 {
	position: absolute;
	left: 0;
	top: 38px
}
#block-menu-menu-menu-dole-akcie a.a3, #block-menu-menu-menu-dole-miesta a.a3 {
	position: absolute;
	left: 0;
	top: 57px
}
#block-menu-menu-menu-dole-akcie a.a4, #block-menu-menu-menu-dole-miesta a.a4 {
	position: absolute;
	left: 0px;
	top: 76px
}
#block-menu-menu-menu-dole-akcie a.b1, #block-menu-menu-menu-dole-miesta a.b1 {
	position: absolute;
	left: 63px;
	top: 19px
}
#block-menu-menu-menu-dole-akcie a.b2, #block-menu-menu-menu-dole-miesta a.b2 {
	position: absolute;
	left: 63px;
	top: 38px
}
#block-menu-menu-menu-dole-akcie a.b3, #block-menu-menu-menu-dole-miesta a.b3 {
	position: absolute;
	left: 63px;
	top: 57px
}
#block-menu-menu-menu-dole-akcie a.b4, #block-menu-menu-menu-dole-miesta a.b4 {
	position: absolute;
	left: 63px;
	top: 76px
}
#block-menu-menu-menu-dole-akcie a.c1 {
	position: absolute;
	left: 146px;
	top: 19px
}
#block-menu-menu-menu-dole-akcie a.c2 {
	position: absolute;
	left: 146px;
	top: 38px
}
#block-menu-menu-menu-dole-akcie a.c3 {
	position: absolute;
	left: 146px;
	top: 57px
}
#block-menu-menu-menu-dole-akcie a.c4 {
	position: absolute;
	left: 146px;
	top: 76px
}
#block-menu-menu-menu-dole-miesta a.c1 {
	position: absolute;
	left: 172px;
	top: 19px
}
#block-menu-menu-menu-dole-miesta a.c2 {
	position: absolute;
	left: 172px;
	top: 38px
}
#block-menu-menu-menu-dole-miesta a.c3 {
	position: absolute;
	left: 172px;
	top: 57px
}
#block-menu-menu-menu-dole-miesta a.c4 {
	position: absolute;
	left: 172px;
	top: 76px
}
#footer a:link , #footer  a:visited {
	text-decoration: none;
	color: #5A5A67
}

#block-menu-menu-menu-dole-akcie .menu-3737, #block-menu-menu-menu-dole-akcie .hidden {
	display: none;
}

#footer  a:hover, #footer  a.active {
	color: white
}
#block-menu-menu-menu-dole-akcie, #block-menu-menu-menu-dole-miesta {
	float: left
}
#block-menu-menu-menu-footer-social  a.footer-fcb, #block-menu-menu-menu-footer-social  a.footer-twit, #block-menu-menu-menu-footer-social  a.footer-rss {
	line-height: 200px;
	display: block;
	margin: 0;
	width: 22px;
	height: 30px;
	overflow: hidden;

}
#block-menu-menu-menu-footer-social {
	width: 38px;
	float: left;
	margin: 15px 10px 0 15px;
	padding: 5px 0 5px 0;
	height: 75px;
	border-right: 1px solid #AEAEB6
}
#block-menu-menu-menu-footer-social  a.footer-fcb {
	background: url(../../images/foot-fcb.png) no-repeat center center
}
#block-menu-menu-menu-footer-social  a.footer-fcb:hover {
	background: url(../../images/foot-fcb2.png) no-repeat center center
}
#block-menu-menu-menu-footer-social  a.footer-twit {
	background: url(../../images/foot-tw.png) no-repeat center center
}
#block-menu-menu-menu-footer-social  a.footer-twit:hover {
	background: url(../../images/foot-tw2.png) no-repeat center center
}
#block-menu-menu-menu-footer-social  a.footer-rss {
	background: url(../../images/foot-rss.png) no-repeat center center
}
#block-menu-menu-menu-footer-social  a.footer-rss:hover {
	background: url(../../images/foot-rss2.png) no-repeat center center
}
#block-menu-menu-menu-footermenu {
	margin: 15px 0 0 0;
	float: left;
	padding:  0;
	position: relative;
	width: 330px;
	height: 85px
}
#block-menu-menu-menu-footermenu ul li {
	display: inline;
	margin: 0;
}

#block-menu-menu-menu-footer-social li.menu__item.is-leaf {
	list-style-image: none !important;
	list-style-type: none !important;
}

#block-menu-menu-menu-footermenu  a.footer-android, #block-menu-menu-menu-footermenu  a.footer-iphone {
	line-height: 70px;
	display: block;
	float: left;
	text-align: center;
	width: 50px;
	height: 45px;
	overflow: hidden
}
#block-menu-menu-menu-footermenu  a.footer-newsletter, #block-menu-menu-menu-footermenu  a.footer-widget {
	line-height: 70px;
	display: block;
	float: left;
	text-align: center;
	width: 86px;
	height: 45px;
	overflow: hidden
}
#block-menu-menu-menu-footermenu  a.footer-iphone {
	background: url(../../images/foot-iphone.png) no-repeat center 0;
	position: absolute;
	top: 3px;
	left: 0
}
#block-menu-menu-menu-footermenu  a.footer-iphone:hover {
	background: url(../../images/foot-iphone2.png) no-repeat center 0
}
#block-menu-menu-menu-footermenu  a.footer-android {
	background: url(../../images/foot-android.png) no-repeat center 0;
	position: absolute;
	top: 56px;
	left: 0
}
#block-menu-menu-menu-footermenu  a.footer-android:hover {
	background: url(../../images/foot-android2.png) no-repeat center 0
}
#block-menu-menu-menu-footermenu  a.footer-widget {
	background: url(../../images/foot-widg.png) no-repeat center 0;
	position: absolute;
	top: 3px;
	left: 40px
}
#block-menu-menu-menu-footermenu  a.footer-widget:hover {
	background: url(../../images/foot-widg2.png) no-repeat center 0
}
#block-menu-menu-menu-footermenu  a.footer-newsletter {
	background: url(../../images/foot-news.png) no-repeat center 10px;
	position: absolute;
	top: 56px;
	left: 40px
}
#block-menu-menu-menu-footermenu  a.footer-newsletter:hover {
	background: url(../../images/foot-news2.png) no-repeat center 10px
}
#block-menu-menu-menu-footermenu  a.footer-kontakt {
	position: absolute;
	top: 0px;
	left: 135px;
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
}
#block-menu-menu-menu-footermenu  a.footer-onas {
	position: absolute;
	top: 19px;
	left: 135px
}
#block-menu-menu-menu-footermenu  a.footer-loga {
	position: absolute;
	top: 38px;
	left: 135px
}
#block-menu-menu-menu-footermenu  a.footer-atr {
	position: absolute;
	top: 57px;
	left: 135px
}
#block-menu-menu-menu-footermenu  a.footer-sukromie {
	position: absolute;
	top: 76px;
	left: 135px
}
#block-menu-menu-menu-footermenu  a.footer-partneri {
	position: absolute;
	top: 19px;
	left: 250px
}
#block-menu-menu-menu-footermenu  a.footer-pridaj {
	position: absolute;
	top: 38px;
	left: 250px
}

#block-menu-menu-menu-footermenu  a.footer-dveperc {
	position: absolute;
	top: 57px;
	left: 250px
}
#block-menu-menu-menu-footermenu  a.snif {
	position: absolute;
	top: 76px;
	left: 250px;
}
#block-menu-menu-menu-footermenu  a.snif:link, #block-menu-menu-menu-footermenu  a.snif:visited {
	color: black;
font-family: 'Open Sans Bold';
}
#block-menu-menu-menu-footermenu  a.snif:hover {
	color: white;
	font-weight: normal;
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
}
/* header icons */

#block-menu-menu-menu-header-menu li {
	display: inline
}
#block-menu-menu-menu-header-menu a {
	line-height: 200px;
	float: right;
	display: block;
	margin: 0 5px;
	width: 25px;
	height: 27px;
	overflow: hidden
}
#block-menu-menu-menu-header-menu {
	width: 320px;
	float: right;
	margin: 8px 0 0 0;
}
#block-menu-menu-menu-header-menu  a.header-fcb {
	background: url(../../images/head-fcb.png) no-repeat center center
}
#block-menu-menu-menu-header-menu  a.header-fcb:hover {
	background: url(../../images/head-fcb2.png) no-repeat center center
}
#block-menu-menu-menu-header-menu  a.header-twit {
	background: url(../../images/head-twit.png) no-repeat center center
}
#block-menu-menu-menu-header-menu  a.header-twit:hover {
	background: url(../../images/head-twit2.png) no-repeat center center
}
#block-menu-menu-menu-header-menu  a.header-rss {
	background: url(../../images/head-rss.png) no-repeat center center
}
#block-menu-menu-menu-header-menu  a.header-rss:hover {
	background: url(../../images/head-rss2.png) no-repeat center center
}
#block-menu-menu-menu-header-menu  a.header-iphone {
	background: url(../../images/head-iphone.png) no-repeat center center
}
#block-menu-menu-menu-header-menu  a.header-iphone:hover {
	background: url(../../images/head-iphone2.png) no-repeat center center
}

#block-menu-menu-menu-header-menu  a.header-android {
	background: url(../../images/head-android.png) no-repeat center center
}
#block-menu-menu-menu-header-menu  a.header-android:hover {
	background: url(../../images/head-android2.png) no-repeat center center
}
#block-menu-menu-menu-header-menu  a.header-mobil {
	background: url(../../images/head-mobil.png) no-repeat center center
}
#block-menu-menu-menu-header-menu  a.header-mobil:hover {
	background: url(../../images/head-mobil2.png) no-repeat center center
}
#block-menu-menu-menu-header-menu  a.header-news {
	background: url(../../images/head-news.png) no-repeat center center
}
#block-menu-menu-menu-header-menu  a.header-news:hover {
	background: url(../../images/head-news2.png) no-repeat center center
}

#block-menu-menu-menu-header-menu  a.header-pin {
	background: url(../../images/head-pin.png) no-repeat center center
}
#block-menu-menu-menu-header-menu  a.header-pin:hover {
	background: url(../../images/head-pin2.png) no-repeat center center
}
/* admin menu */
#block-user-1 ul ul {
	margin: 0 0 10px 15px;
	padding: 5px
}
/** * @file * Tabs Styling * * */

ul.tabs {
	margin: 0 0 20px 0;
}

ul.primary {
	margin: 0;
	padding: 0;
/* LTR */
	border-width: 0;
	list-style: none;
	white-space: nowrap;
	line-height: normal;
	border-bottom: 2px solid #ccc
}
ul.primary li {
	float: left;
/* LTR */
	margin: 0;
	padding: 0;
	background-color:  transparent;
}
ul.primary li a {
	display: block;
	height: 24px;
	margin: 0;
	padding: 0;
	border-width: 0;
	text-decoration: none;
	color: #8d8d9a;
	background-color:  transparent;
}
ul.primary li a {
	display: block;
	height: 18px;
/* 24px (parent) - 4px (padding) */
	margin: 0 15px 0 0;
	padding: 0;
	border-width: 0;
	line-height: 20px;
}
ul.primary li a:hover {
	border-width: 0;
	background-color:  transparent;
	color: black
}
ul.primary li a:hover.tabs-primary__tab-link {
	background-color:  transparent;
}
ul.primary li.is-active a, ul.primary li.is-active a:hover {
	border-width: 0;
	color: #000;
	background-color:  transparent;
}
ul.primary li.is-active a {
	color:  #000;
font-family: 'Open Sans Bold';
	background: url(../../images/filter.png) no-repeat 40% bottom
}
ul.primary li.is-active a .tab, ul.primary li.is-active a:hover.tabs-primary__tab-link {
	background-color:  transparent;
}
ul.secondary {
	margin: 0;
	padding: 0 0 0 5px;
/* LTR */
	border-bottom: 1px solid #c0c0c0;
	list-style: none;
	white-space: nowrap;
	background: url(../../images/tab-secondary-bg.png) repeat-x left bottom;
}
ul.secondary li {
	float: left;
/* LTR */
	margin: 0 5px 0 0;
	padding: 5px 0;
	border-right: none;
/* LTR */
}
ul.secondary a {
	display: block;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 1px solid #c0c0c0;
	text-decoration: none;
	color: #777;
	background: url(../../images/tab-secondary.png) repeat-x left -56px;
}
ul.secondary a .tab {
	display: block;
	height: 18px;
/* 24px (parent) - 6px (padding) */
	margin: 0;
	padding: 3px 8px;
	line-height: 18px;
}
ul.secondary a:hover {
	background: url(../../images/tab-secondary.png) repeat-x left bottom;
}
ul.secondary a.active, ul.secondary a.active:hover {
	border: 1px solid #c0c0c0;
	color: #000;
	background: url(../../images/tab-secondary.png) repeat-x left top;
}
body.section-kalendar ul.primary {
	background-color: #F1F1F3;
	height: 70px
}
body.section-kalendar  ul.primary {
	border-bottom: 0;
	padding-left: 7px
}
body.section-kalendar ul.primary li a {
	margin: 0;
}
body.section-kalendar ul.primary li a {
	height: 70px;
	line-height: 110px;
	padding: 0 8px 0 8px
}
body.section-kalendar ul.primary li a.filmy {
	background: url(../../images/kal-film.png) no-repeat center 10px
}
body.section-kalendar ul.primary li.active a.filmy, body.section-kalendar ul.primary li a.filmy:hover  {
	background: white url(../../images/kal-film2.png) no-repeat center 10px
}
body.section-kalendar ul.primary li a.divadla {
	background: url(../../images/kal-div.png) no-repeat center 10px
}
body.section-kalendar ul.primary li.active a.divadla, body.section-kalendar ul.primary li a.divadla:hover {
	background: white url(../../images/kal-div2.png) no-repeat center 10px
}
body.section-kalendar ul.primary li a.vystavy {
	background: url(../../images/kal-vyst.png) no-repeat center 10px
}
body.section-kalendar ul.primary li.active a.vystavy, body.section-kalendar ul.primary li a.vystavy:hover {
	background: white url(../../images/kal-vyst2.png) no-repeat center 10px
}
body.section-kalendar ul.primary li a.koncerty {
	background: url(../../images/kal-konc.png) no-repeat center 10px
}
body.section-kalendar ul.primary li.active a.koncerty, body.section-kalendar ul.primary li a.koncerty:hover {
	background: white url(../../images/kal-konc2.png) no-repeat center 10px
}
body.section-kalendar ul.primary li a.party {
	background: url(../../images/kal-par.png) no-repeat center 10px
}
body.section-kalendar ul.primary li.active a.party, body.section-kalendar ul.primary li a.party:hover {
	background: white url(../../images/kal-par2.png) no-repeat center 10px
}
body.section-kalendar ul.primary li a.vazna-hudba {
	background: url(../../images/kal-vaz.png) no-repeat center 10px
}
body.section-kalendar ul.primary li.active a.vazna-hudba, body.section-kalendar ul.primary li a.vazna-hudba:hover {
	background: white url(../../images/kal-vaz2.png) no-repeat center 10px
}
body.section-kalendar ul.primary li a.ine-akcie {
	background: url(../../images/kal-ine.png) no-repeat center 10px
}
body.section-kalendar ul.primary li.active a.ine-akcie, body.section-kalendar ul.primary li a.ine-akcie:hover {
	background: white url(../../images/kal-ine2.png) no-repeat center 10px
}
body.section-kalendar ul.primary li a.festivaly {
	background: url(../../images/kal-fest.png) no-repeat center 10px
}
body.section-kalendar ul.primary li.active a.festivaly, body.section-kalendar ul.primary li a.festivaly:hover {
	background: white url(../../images/kal-fest2.png) no-repeat center 10px
}
body.section-kalendar ul.primary li a.premiery {
	background: url(../../images/kal-prem.png) no-repeat center 10px
}
body.section-kalendar ul.primary li.active a.premiery, body.section-kalendar ul.primary li a.premiery:hover {
	background: white url(../../images/kal-prem2.png) no-repeat center 10px
}
body.section-kalendar ul.primary li a.vernisaze {
	background: url(../../images/kal-vern.png) no-repeat center 10px
}
body.section-kalendar ul.primary li.active a.vernisaze, body.section-kalendar ul.primary li a.vernisaze:hover {
	background: white url(../../images/kal-vern2.png) no-repeat center 10px
}
body.section-kalendar ul.primary li.active a {
	color:  #000;
	font-weight: normal;
	background-color: white
}

body.section-kalendar .page__title a {
	font-size: 0.7em;
	margin-left: 20px;
	margin-right: 20px;
}

body.section-kalendar a.tvorive-dielne {
	display: none;
}

/* tabs eventy */
body.page-vystavy  h1.title,
body.page-letne-festivaly  h1.title,
body.page-vazna-hudba  h1.title,
body.page-party  h1.title,
body.page-koncerty   h1.title,
body.page-divadla  h1.title,
body.page-filmy   h1.title,
body.page-ine-akcie   h1.title,
body.section-clsearch h1.title,
body.page-deti  h1.title,
body.page-akcie h1.title,
.page-trending .page__title {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../images/wh2.png) no-repeat right 0;
	width: 174px;
	height: 22px;
	padding: 8px 8px 8px 12px;
	font-size: 1.25em;
	z-index: 10;
}

body.page-akcie h1.title:first-letter {
	text-transform: capitalize;
}

.page-taxonomy-term h1.title, .page-listky h1.title, .page-trending h1.title  {
	background: url(../../images/wh2.png) no-repeat left 0;
	font-size: 1.25em;
	padding: 8px 8px 8px 12px;
	margin-bottom: 22px !important;
}

.page-trending h1.title {
	background: url(../../images/wh2.png) #fff repeat-x left 0;
	position: unset;
	width: 240px;
}

body.section-festivaly  h1.title,
body.section-expozicie  h1.title,
body.section-vylety  h1.title,
body.page-node-13350  h1.title    {
display: none
}

.node-13350 div.field-items {
	float: left;
}

body.section-vystavy   ul.tabs,
body.section-letne-festivaly ul.tabs,
body.section-vazna-hudba ul.tabs,
body.section-party ul.tabs,
body.section-koncerty ul.tabs,
body.section-divadla ul.tabs,
body.section-filmy ul.tabs,
body.section-ine-akcie ul.tabs,
ul.primary {
	background-color: #CDCDD1;
	height: 22px;
	padding: 8px 8px 8px 200px;
	margin: 0 15px 15px 0
}
body.section-vystavy  ul.primary,
body.section-letne-festivaly ul.primary,
body.section-vazna-hudba ul.primary,
body.section-party ul.primary,
body.section-koncerty ul.primary,
body.section-divadla ul.primary,
body.section-filmy ul.primary,
body.section-ine-akcie ul.primary   {
	border-bottom: 0;
	z-index: 5;
}
body.section-vystavy  ul.primary li a,
body.section-vystavy  ul.primary li a:LINK,
body.section-vystavy  ul.primary li a:visited,
body.section-letne-festivaly  ul.primary li a,
body.section-letne-festivaly  ul.primary li a:LINK,
body.section-letne-festivaly  ul.primary li a:visited,
body.section-vazna-hudba  ul.primary li a,
body.section-vazna-hudba  ul.primary li a:LINK,
body.section-vazna-hudba  ul.primary li a:visited,
body.section-party  ul.primary li a,
body.section-party  ul.primary li a:LINK,
body.section-party  ul.primary li a:visited,
body.section-koncerty  ul.primary li a,
body.section-koncerty  ul.primary li a:LINK,
body.section-koncerty  ul.primary li a:visited,
body.section-divadla  ul.primary li a,
body.section-divadla  ul.primary li a:LINK,
body.section-divadla  ul.primary li a:visited,
body.section-filmy  ul.primary li a,
body.section-filmy  ul.primary li a:LINK,
body.section-filmy  ul.primary li a:visited,
body.section-ine-akcie  ul.primary li a,
body.section-ine-akcie  ul.primary li a:LINK,
body.section-ine-akcie  ul.primary li a:visited   {
	text-decoration: none;
	color:  #767685;
	height: auto
}
body.section-vystavy  ul.primary li a:hover,
body.section-letne-festivaly  ul.primary li a:hover,
body.section-vazna-hudba  ul.primary li a:hover,
body.section-party  ul.primary li a:hover ,
body.section-koncerty  ul.primary li a:hover,
body.section-divadla  ul.primary li a:hover ,
body.section-filmy  ul.primary li a:hover,
body.section-ine-akcie  ul.primary li a:hover    {
	text-decoration: none;
	color:  #000;
}
body.section-vystavy  ul.primary li.is-active a,
body.section-letne-festivaly  ul.primary li.is-active a,
 body.section-vazna-hudba  ul.primary li.is-active a,
body.section-party  ul.primary li.is-active a,
body.section-koncerty  ul.primary li.is-active a ,
body.section-divadla  ul.primary li.is-active a,
body.section-filmy  ul.primary li.is-active a,
body.section-ine-akcie  ul.primary li.is-active a ,
ul.primary li.active a  {
	color:  #000 !important;
	font-size: 1.2em;
font-family: 'Open Sans Bold';
	background-image: none
}

body.section-miesta ul.primary li.active a {
	font-size: 1em;
}

ul.primary li.active a:hover  {
	background-color:  transparent;
}

.page-kalendar ul.primary {
	margin: 0;
}

/* vernisaze*/
body.page-vystavy-vernisaze #content .section table.views-table{
width: 695px	;
	background-color: white;
margin-right:15px
}

body.page-vystavy-vernisaze #content .section table.views-table td,
body.page-vystavy-vernisaze #content .section table.views-table caption{
padding: 10px 15px;
background-color: #fff;
}

body.page-vystavy-vernisaze #content .section table.views-table caption {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #b8b8bf;
}




/* tabs miesta */
body.section-miesta  h1.title {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../images/wh1.png) no-repeat 0 0;
	width: 104px;
	height: 40px;
	padding: 8px;
	font-size: 1.25em
}
body.section-miesta  ul.tabs {
	background-color: #CDCDD1;
	height: 40px;
	padding: 8px 8px 8px 120px;
	margin: 0 15px 15px 0
}
body.section-miesta ul.primary {
	border-bottom: 0
}
body.section-miesta ul.primary li a, body.section-miesta ul.primary li a:LINK, body.section-miesta ul.primary li a:visited {
	text-decoration: none;
	color:  #767685;
	height: auto
}
body.section-miesta ul.primary li a:hover {
	text-decoration: none;
	color:  #000;
}
body.section-miesta ul.primary li.is-active a {
	color:  #000;
font-family: 'Open Sans Bold';
	background-image: none
}
body.section-miesta ul.primary li.is-active a .tab, body.section-miesta ul.primary li.is-active a:hover .tab {
	background-color:  transparent;
}
/* messages.css */
/** * @file * Message Styling * * Sensible styling for Drupal's error/warning/status messages. */
div.messages, div.status, div.warning, div.error
/* Important messages (status, warning, and error) for the user */
 {
	min-height: 21px;
	margin: 0 1em 5px 1em;
	border: 1px solid #5E5E43;
	padding: 5px 5px 5px 35px;
	/* LTR */
	color: #5E6121;
	background-color: #F8FAD5;
	background-image: url(../../images/messages-status.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;

/* LTR */
}
div.status
/* Normal priority messages */
 {
}
div.warning
/* Medium priority messages */
 {
	border-color: #fc0;
	background-image: url(../../images/messages-warning.png);
}
div.warning, tr.warning {
	color: #000;
/* Drupal core uses #220 */
	background-color: #ffc;
}
div.error
/* High priority messages. See also the .error declaration in pages.css. */
 {
	/* border: 1px solid #d77;
*/
/* Drupal core uses: 1px solid #d77 */
	border-color: #c00;
	background-image: url(../../images/messages-error.png);
}
div.error, tr.error {
	color: #900;
/* Drupal core uses #200 */
	background-color: #fee;
}
div.messages ul {
	margin-top: 0;
	margin-bottom: 0;
}
#skip-link a, #skip-link a:visited {
	position: absolute;
	display: block;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-align: center;
	background-color: #666;
	color: #fff;
}
#skip-link a:hover, #skip-link a:active, #skip-link a:focus {
	position: static;
	width: 100%;
	height: auto;
	padding: 2px 0 3px 0;
}
/* * Header */
#logo {
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
}
#logo img {
	vertical-align: bottom;
}
h1#site-name, div#site-name
/* The name of the website */
 {
	margin: 0;
	font-size: 2em;
	line-height: 1.3em;
}
#site-name a:link, #site-name a:visited {
	color: #000;
	text-decoration: none;
}
#site-name a:hover, #site-name a:focus {
	text-decoration: underline;
}
#site-slogan
/* The slogan (or tagline) of a website */
 {
	font-size: 0.833em;
	color: white;
	margin-top: 10px;
	width: 115px;
	float: left;
	line-height: 1.3em;
	text-transform: uppercase
}
/* * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html ) */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.element-hidden {
	display: none;
}
.element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* block-editing.css */
/** * @file * Zen's rollover edit links for blocks. */
div.block.with-block-editing {
	position: relative;
}
div.block.with-block-editing div.edit {
	display: none;
	position: absolute;
	right: 0;
/* LTR */
	top: 0;
	z-index: 40;
	border: 1px solid #eee;
	padding: 0 2px;
	font-size: 0.75em;
	background-color: #fff;
}
.node-unpublished div.unpublished, .comment-unpublished div.unpublished
/* The word "Unpublished" displayed underneath the content. */
 {
	height: 0;
	overflow: visible;
	color: #d8d8d8;
	font-size: 75px;
	line-height: 1;
	font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word;
/* A very nice CSS3 property */
}
.node.node-unpublished .picture, .comment.comment-unpublished .picture {
	position: relative;
/* Otherwise floated pictures will appear below the "Unpublished" text. */
}
.form-item, .form-checkboxes, .form-radios
/* Wrapper for a form element (or group of form elements) and its label */
 {
	margin: 1em 0;
}
.form-item input.error, .form-item textarea.error, .form-item select.error
/* Highlight the form elements that caused a form submission error */
 {
	border: 1px solid #c00;
}
.form-item label
/* The label for a form element */
 {
	display: block;
font-family: 'Open Sans Bold';
}
.form-item label.option
/* The label for a radio button or checkbox */
 {
	display: inline;
	font-weight: normal;
}
.form-required
/* The part of the label that indicates a required field */
 {
	color: #c00;
}
.form-item .description
/* The descriptive help text (separate from the label) */
 {
	font-size: 0.85em;
}
.form-checkboxes .form-item, .form-radios .form-item
/* Pack groups of checkboxes and radio buttons closer together */
 {
	margin: 0.4em 0;
}
.form-submit
/* The submit button */
 {
}
.container-inline div, .container-inline label
/* Inline labels and form divs */
 {
	display: inline;
}
#edit-search-theme-form-1-wrapper label
/* Label that says "Search this site:" */
 {
	display: none;
}
/* * Search  */
#edit-search-block-form--2 {
	width: 125px;
	margin: 0 15px 0 0;
	border: 0
}
#block-search-form div.form-item {
	background: url(../../images/lupa.png) no-repeat 0 5px;
	padding: 0 0 0 20px
}
#block-search-form input#edit-search-block-form--2 {
	padding: 0
}
#block-search-form input.form-submit {
	background-color: transparent;
	padding: 0;
	color: #8F8F9C;
	text-transform: none;
	margin: 0
}
#block-search-form input:focus {
	background: #EBEBED;
	color: #000
}
#edit-search-block-form-1-wrapper label
/* Label that says "Search this site:" */
 {
	display: none;
}
/* * Drupal's default login form block */
#user-login-form {
	text-align: left;
/* LTR */
}
/* * OpenID * * The default styling for the OpenID login link seems to assume Garland's * styling of list items. */
#user-login-form ul
/* OpenID creates a new ul above the login form's links. */
 {
	margin-bottom: 0;
/* Position OpenID's ul next to the rest of the links. */
}
#user-login-form li.user-link
/* The "Cancel OpenID login" link. */
 {
	margin-top: 1em;
}
#user-login ul {
	margin: 1em 0;
}
/* * Drupal admin tables * * We overrode these styles in html-elements.css, but restore them for the admin * section of the site. */
form tbody {
	border-top: 1px solid #ccc;
}
form th, form thead th {
	text-align: left;
/* LTR */
	padding-right: 1em;
/* LTR */
	border-bottom: 3px solid #ccc;
}
form tbody th {
	border-bottom: 1px solid #ccc;
}
/* partneri */
body.page-partneri p {
	float: left;
	width: 440px
}
body.page-partneri img {
	margin: 0;
	position: relative;
	top: -10px;
	float: right;
}
/* tagy a premiery */
#block-views-premiery_divadla-block_1 h2.title {
	background: url(../../images/b_divadlo.gif) no-repeat 0 100%
}
#block-views-premiery-block_1  h2.title {
	background: url(../../images/b_film.gif) no-repeat 0 100%
}
#block-views-vernisaze-block_1  h2.title {
	background: url(../../images/b_vystava.gif) no-repeat 0 100%
}
#block-views-premiery-block_1 .views-field-title, #block-views-premiery_divadla-block_1 .views-field-title, #block-views-vernisaze-block_1 .views-field-title {
	margin: 0 0 1px 0;
	padding: 0 0 2px 0;
	display: block
}
#block-views-premiery-block_1 .views-field-field-premiera-value, #block-views-premiery_divadla-block_1 .views-field-field-premiera-value, #block-views-vernisaze-block_1 .views-field-field-vernisaz-value {
	background: url(../../images/dots.gif) repeat-x 0 100%;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	display: block;
	clear: both;
	font-size: 0.83em;
}
.view-id-vernisaze .views-field-field-vernisaz-value, .view-id-premiery .views-field-field-premiera-value, .view-id-premiery_divadla .views-field-field-premiera-value {
	font-weight: normal;
	font-size: 0.83em;
	display: block
}
.view-id-vernisaze .views-row-last, .view-id-premiery .views-row-last, .view-id-premiery_divadla  .views-row-last {
	background-image: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0
}
/*123*/
.slide123 {
	width: 695px;
	height: 256px;
	margin: 0;
	overflow: hidden
}
.text123 {
	width: 250px;
	padding: 8px 0 0 15px;
	position: relative;
	bottom: 180px;
	color: white
}
.text123 h4 {
	margin: 0;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
}
.text123 p {
	margin: 0;
}
.text123 a:link, .text123 a:visited,  .text123 a {
	text-decoration: none;
	color: white
}
.text123 a:hover {
	text-decoration: underline;
	color: white
}
.text123.black h4 {	color: black  }
.text123.grey1 h4 {	color: #ccc}
.text123.grey2 h4 {	color: #666 }
.text123.red1 h4 { 	color: #990000 }
.text123.red2 h4 {	color: #cc0000 }
.text123.blue1 h4 { 	color: #000099}
.text123.blue2 h4 { 	color: #3399ff}
.text123.blue h4 { 	color: #0000ff }
.text123.green1 h4 { 	color: #006600 }
.text123.green2 h4 {	color: #33cc66}
.text123.yellow h4 { 	color: #ffff00 }

.text123.black a:link, .text123.black a:visited,  .text123.black a {
	text-decoration: none;
	color: black
}
.text123.black a:hover {
	text-decoration: underline;
	color: black
}

.text123.grey1 a:link, .text123.grey1 a:visited,  .text123.grey1 a {
	text-decoration: none;
	color: #ccc
}
.text123.grey1 a:hover {
	text-decoration: underline;
	color: #ccc
}
.text123.grey2 a:link, .text123.grey2 a:visited,  .text123.grey2 a {
	text-decoration: none;
	color: #666
}
.text123.grey2 a:hover {
	text-decoration: underline;
	color: #666
}
.text123.red1 a:link, .text123.red1 a:visited,  .text123.red1 a {
	text-decoration: none;
	color: #990000
}
.text123.red1 a:hover {
	text-decoration: underline;
	color: #990000
}

.text123.red2 a:link, .text123.red2 a:visited,  .text123.red2 a {
	text-decoration: none;
	color: #cc0000
}
.text123.red2 a:hover {
	text-decoration: underline;
	color: #cc0000
}

.text123.blue1 a:link, .text123.blue1 a:visited,  .text123.blue1 a {
	text-decoration: none;
	color: #000099
}
.text123.blue1 a:hover {
	text-decoration: underline;
	color: #000099
}

.text123.blue2 a:link, .text123.blue2 a:visited,  .text123.blue2 a {
	text-decoration: none;
	color: #3399ff
}
.text123.blue2 a:hover {
	text-decoration: underline;
	color: #3399ff
}

.text123.blue a:link, .text123.blue a:visited,  .text123.blue a {
	text-decoration: none;
	color: #0000ff
}
.text123.blue a:hover {
	text-decoration: underline;
	color: #0000ff
}
.text123.green1 a:link, .text123.green1 a:visited,  .text123.green1 a {
	text-decoration: none;
	color: #006600
}
.text123.green1 a:hover {
	text-decoration: underline;
	color: #006600
}

.text123.green2 a:link, .text123.green2 a:visited,  .text123.green2 a {
	text-decoration: none;
	color: #33cc66
}
.text123.green2 a:hover {
	text-decoration: underline;
	color: #33cc66
}

.text123.yellow a:link, .text123.yellow a:visited,  .text123.yellow a {
	text-decoration: none;
	color: #ffff00
}
.text123.yellow a:hover {
	text-decoration: underline;
	color: #ffff00
}



#widget_pager_bottom_slideshow123-slideshow     {
height: 53px
}

#widget_pager_bottom_slideshow123-slideshow  .views-content-title   {
	width: 25px; height: 30px; overflow: hidden; float: left;
	background: url(../../images/dot1.png) no-repeat center center
}

#widget_pager_bottom_slideshow123-slideshow  .active .views-content-title   {
	width: 25px; height: 30px; overflow: hidden; float: left;
	background: url(../../images/dot2.png) no-repeat center center
}

#widget_pager_bottom_slideshow123-slideshow  .views-field-title   {
	width: 30px; height: 30px; overflow: hidden;
	display: inline; line-height: 80px
}

/* eventy*/
.event-typ {
	position: absolute;
	top: 18px;
	color: #8D8D9A;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.833em
}
body.node-type-film h1.title, body.node-type-divadlo h1.title, body.node-type-vystava h1.title,
body.node-type-expozicia h1.title, body.node-type-koncert h1.title, body.node-type-party h1.title,
 body.node-type-vazna-hudba h1.title, body.node-type-festival h1.title, body.node-type-ostatne h1.title,
body.node-type-letnyfestival h1.title, body.node-type-vylet h1.title,
body.node-type-vieden h1.title {
	margin-top: 0.8em;
	margin-bottom: 0.3em;
}
#content-area .content .node .datum-miesto, #content-area .content .node .datumcas {
	margin: 2em 0;
	font-family: 'Open Sans Semibold';
}

.obrazok,
article.view-mode-full .field-name-field-obrazok
 {

}

.views-field-body {
font-size: 1.09em;
line-height: 1.5em
}

/* miesta */
body.node-type-miesto h1.title,
body.node-type-cl-event h1.title {
	margin-top: 0.8em;
	width: 440px
}
body.node-type-miesto .miesto-typ,
body.node-type-miesto .field-name-field-tag-miesto
 {
	position: absolute;
	top: 18px;
	color: #8D8D9A;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.833em
}
body.node-type-miesto .social-icons {
	position: absolute;
	top: 190px;
	left: 470px
}
body.node-type-miesto .kontakty1,
body.node-type-miesto .kontakty2
 {
	color: #8d8d9a;
	margin-top: 2em;
	width: 280px;
	float: left ;
	margin-right: 50px
}

body.node-type-miesto .kontakty2
 {
	width: 280px;
	margin-right: 0
}
body.node-type-miesto .gmapa {
	margin-top: 2em;
}
body.node-type-miesto.logged-in .social-icons {
	position: absolute;
	top: 194px;
	left: 470px
}
body.node-type-miesto #block-cck_blocks-field_introtext {
	font-size:   1.3em;
	color:  #8d8d9a;
	line-height: 1.5em;
	width: 450px;
	min-height: 130px
}
body.node-type-miesto #block-cck_blocks-field_logo {
	float: right;
	width: 160px;
	padding: 10px;
	margin: -58px 0 15px 15px;
	height: 105px;
	border: 1px solid #EBEBED;
	text-align: center;
	line-height: 105px
}
body.node-type-miesto.logged-in #block-cck_blocks-field_logo {
	margin: -68px 0 15px 15px;
}
#block-cck_blocks-field_logo  img {
	vertical-align: middle
}
#block-cck_blocks-field_ulica, #block-cck_blocks-field_psc {
	margin: 0
}
#block-cck_blocks-field_psc {
	display: inline
}
#block-cck_blocks-field_vstupne p, #block-cck_blocks-field_otvaracie p {
	margin: 0
}
/* miesto akcie */
#block-views-miesto_akcie_all-block_3 {
	margin: 3em 0 0 0
}
#block-views-miesto_akcie_all-block_3  table, #block-views-miesto_akcie_all-block_5  table {
	width: 100%;
	margin: 0 0 0.5em 0
}
#block-views-miesto_akcie_all-block_3  table td, #block-views-miesto_akcie_all-block_5  table td {
	padding: 2px 5px 2px 0;
}
#block-views-miesto_akcie_all-block_1 {
	width: 100%;
	margin: 0 0 0.5em 0
}
#block-views-miesto_akcie_all-block_1 .view-header   p, #block-views-miesto_akcie_all-block_2 .view-header   p {
	margin: 0;
font-family: 'Open Sans Bold';
}
#block-views-miesto_akcie_all-block_1 .views-field, #block-views-miesto_akcie_all-block_2 .views-field {
	margin: 0 1em 0 0;
}
div.region-content-top {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0
}
#block-views-miesto_akcie_all-block_3 table td.views-field-field-datum-value {
	width: 115px;
	text-align: right;
	padding-right: 20px
}
#block-views-miesto_akcie_all-block_5 table td.views-field-field-datum-oddo-value {
	width: 145px;
	text-align: right;
	padding-right: 20px
}

/* vsetky miesta */
body.section-vsetky-miesta h1.title{
display: none
}



.miesta-kocka {
background-color: white;
float: left;
height: 100px;
margin: 0px 15px 15px 0px;
padding: 15px;
position: relative;
width: 284px;
color: #8D8D9A;
height: 130px;

}
.miesta-kocka a:link, .miesta-kocka a:visited{
color: #8F8F9C; text-decoration: none
}

.miesta-kocka a:hover{
color: #000; text-decoration: underline
}

.miesta-viac {
position: absolute; right:15px;
top: 100px; text-align: right

}

.miesta-viac a:link, .miesta-viac a:visited{
color: black; text-decoration: none

}

.miesta-viac a:hover{
color: black; text-decoration: underline

}



/* kalendar */

#block-views-kalendar-minikalendar-block .date-nav-wrapper h3 {
	font-size: 12px;
}

#block-views-kalendar-minikalendar-block .date-nav{
	padding: 0;
	top: -7px;
}

.calendar-calendar th.days {
 color: #8d8d9a !important;
 background-color: #fff !important;
 font-size: 9px !important;
 font-weight: normal;
 text-transform: uppercase;
 border: 0;
 border-bottom: 1px solid #e5e5e5;
}

.calendar-calendar tbody tr {
	line-height: 2.8em;
}

.calendar-calendar td {
	border: 1px solid #eee !important;
}

.calendar-calendar td,
.calendar-calendar td a {
	text-align: center;
	color: #000 !important;
}
.view .date-nav-wrapper  li {
	list-style: none;
}

.view .date-nav-wrapper  li a {
	opacity: 0;
}

.view .date-nav-wrapper .date-prev {
  background: url("/sites/all/themes/citylife_mobile/ikonky/sipky-kalendar.png") no-repeat scroll 5px / cover  #fff;
  border-radius: 0;
  float: none;
  font-size: 12px;
  left: 0;
  padding: 5px 0;
  position: absolute;
  right: 90%;
  text-align: right;
  top: 0;
  width: 20px;
  z-index: 0;
}

.view .date-nav-wrapper .date-next {
  background: url("/sites/all/themes/citylife_mobile/ikonky/sipky-kalendar.png") no-repeat -30px center / cover  #fff;
  border-radius: 0;
  float: none;
  font-size: 12px;
  padding: 5px 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 20px;
  z-index: 0;
}

.view .date-nav-wrapper .date-prev:hover {
  background: url("/sites/all/themes/citylife_mobile/ikonky/sipky-kalendar.png") no-repeat scroll  -55px center / cover  #fff;
}

.view .date-nav-wrapper .date-next:hover {
  background: url("/sites/all/themes/citylife_mobile/ikonky/sipky-kalendar.png") no-repeat scroll -90px center / cover  #fff;
}


body.section-kalendar table caption a:link, body.section-kalendar  #content-area table caption a:visited {
	color: black;
	text-decoration: none
}
body.section-kalendar  .views-table caption {
	vertical-align: top;
	text-align: left;
	padding-bottom: 10px;
}
body.section-kalendar  .views-table caption a {
	font-weight: bold;
}

body.section-kalendar  .views-table caption img {

}

body.section-kalendar  .views-table td {

}
body.section-kalendar  td.views-field-field-akcia-datum {

}
body.section-kalendar   .views-table td {


}
body.section-kalendar   .views-table th {

}

body.section-kalendar  table tr.even,body.section-kalendar  table tr.odd  {
background-color: #fff;
border: 0;
}
body.section-kalendar  #content  .views-table td.views-field-title {
	width: 300px
}

body.section-kalendar  table tr.even {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

body.section-kalendar  .views-table a:link,
body.section-kalendar  .views-table a:visited {
	color: black; text-decoration: none;
}

body.section-kalendar  .views-table a:hover {
	color: black; text-decoration: underline;
}

body.section-kalendar   .views-table .views-field-field-akcia-datum {
	color: #8F8F9C;
	width: 150px;
}
/* atr*/
.field-field-foto-remix img.imagecache {
	float: left;
	margin: 0 2em 1em 0
}
body.page-attribution  fieldset
,#simplenews-subscriptions-page-form fieldset {
	border: 0;
	padding: 0;
	margin: 0
}

#simplenews-subscriptions-page-form .form-item {
	margin: 15px 0 15px 0;
}

.view-kalendar .view-grouping-header {
  float: left;
  margin-right: 10px;
  width: 25%;
  text-align: right;
  position: relative;
  height: 79px;
}

.view-kalendar .view-grouping {
  border-top: 1px solid #e5e5e5;
  clear: both;
  padding-top: 10px;
}

.view-kalendar table {
	width: 480px;
}

.view-kalendar .view-grouping-content {
	position: relative;
	top: -13px;
}
/* blogy */
/*najnovsie */
#block-views-blog-block-blogy div.views-row {
	min-height: 70px;
}
#block-views-blog-block-blogy img {
	float: right;
	clear: right;
	margin: 0 0 0 1em
}
#block-views-blog-block-blogy .views-field-field-datenovinka {
	margin-top: 0.5em;
	color: #8D8D9A;
	font-size: 0.916em
}
#block-views-blog-block-blogy  a, #block-views-blog-block-blogy a:link, #block-views-blog-block-blogy a:visited {
	color: #000;
	text-decoration: none
}

#block-views-blog-block-blogy .view-footer {
margin-top:1em
}
#block-views-blog-block-blogy .view-footer a,   #block-views-blog-block-blogy .view-footer a:link,   #block-views-blog-block-blogy .view-footer a:visited {
	color: #8D8D9A;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.833em
}
#block-views-blog-block-blogy  a:hover, #block-views-blog-block-blogy  .view-footer a:hover {
	color: #000;
	text-decoration: underline
}
body.node-type-blog h1.title {
	margin-top: 0.8em;
	margin-bottom: 0.3em;
	width: 400px
}
body.node-type-blog .blog-typ {
	position: absolute;
	top: 18px;
	color: #8D8D9A;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.833em
}
.field-name-field-datenovinka {
	color: #8D8D9A;
	text-transform: uppercase;
	text-decoration: none;
}



body.node-type-blog .blog-perex-obr {
	/*float: right;
	margin: -58px 0 15px 15px*/
position: absolute; top: 16px; left: 439px
}

body.node-type-blog .social-icons {
	margin-top: 2em
}
/* blogy dalsie*/
#block-views-blogy-blogy_dalsie ul.pager {
	text-align: right;
	widtH: 470px;
	margin: -20px 0 0 200px
}
#block-views-blogy-blogy_dalsie table.views-view-grid {
	margin-right: 15px;
}
#block-views-blogy-blogy_dalsie .views-view-grid td {
	background-color: white;
	width: 340px;
	padding: 5px 15px 0 15px;
}
#block-views-blogy-blogy_dalsie .views-view-grid tr.row-first td {
	padding-top: 15px;
}
#block-views-blogy-blogy_dalsie .views-view-grid tr.row-last td {
	padding-bottom: 15px;
}
#block-views-blogy-blogy_dalsie .views-view-grid td.col-1 {
	border-right: 15px solid #EBEBED;
}
#block-views-blogy-blogy_dalsie img {
	float: right;
	clear: right;
	margin: 0 0 0 1em
}
#block-views-blogy-blogy_dalsie .views-field-field-datenovinka-value {
	margin-top: 0.5em;
	color: #8D8D9A;
	font-size: 0.916em
}
#block-views-blogy-blogy_dalsie  a, #block-views-blogy-blogy_dalsie a:link, #block-views-blogy-blogy_dalsie a:visited {
	color: #000;
	text-decoration: none
}
#block-views-blogy-blogy_dalsie  a:hover {
	color: #000;
	text-decoration: underline
}

/* blogy vsetky - stranka*/

body.page-blog.page-views ul.pager {
	text-align: right;
	margin: -40px 20px 27px 150px

}
body.page-blog.page-views table.views-view-grid {
	margin-right: 15px;
}
body.page-blog.page-views .views-view-grid td {
	background-color: white;
	width: 340px;
	padding: 5px 15px 0 15px;
}
body.page-blog.page-views .views-view-grid tr.row-first td {
	padding-top: 15px;
}
body.page-blog.page-views .views-view-grid tr.row-last td {
	padding-bottom: 15px;
}
body.page-blog.page-views .views-view-grid td.col-1 {
	border-right: 15px solid #EBEBED;
}

body.page-blog .node-teaser .intro {
	margin-top: 20px;
	}

body.page-blog .node-teaser-mini .title {
	font-size: 1.12em;
	padding-right: 5px;
}

body.page-blog .node-teaser .datumcas
	{
	top:270px;
	}
body.page-blog .node-teaser-mini .datumcas {
	top:115px;
	}

body.page-blog .date-display-single {
	margin-top: 0.5em;
	color: #8D8D9A;
	font-size: 0.916em
}


body.page-blog.page-views h1.title {
background-color: white;
margin-right: 15px;
padding:5px 15px 9px 15px
}

/* blocks sidebar */
#block-block-7 {
	padding: 0
}
#block-block-23 {
	background-color: transparent;
	padding: 0;
}

#block-views-kalendar-minikalendar-block {
	margin-bottom: 0;
}

#block-citylife-datum-block  {
	font-size: 0.8333em;
	color: #8d8d9a;height: 56px;
	line-height: 1.3em;
	padding: 0 20px 12px 20px
}

#block-citylife-datum-block  div.dnes {
background-color: #F1F1F3; float: left;
font-size: 1.2em; padding: 5px 25px; margin: 0 12px 10px 12px
}



/* banery*/

#block-views-odporucame-block_1  {
clear: both
}


#block-block-11,
#block-block-12,
#block-block-8,
#block-block-7  {
border: 1px solid #BEBEC5;
width: 338px; height: 138px;
margin: 15px 0
}

.page-frontpage #block-block-7,
.page-frontpage #block-block-8 {
	margin-top: 0;
}

div#block-block-8,
div#block-block-7 {
	display: inline-block;
}

#block-block-12,
#block-block-8 {
	left: 340px;
	margin-left: 15px;
}

#block-block-31,
#block-block-10,
#block-block-33,
#block-block-30,
#block-block-2,
#block-block-9
{
padding:0
}

#block-block-7 div,
#block-block-8 div,
#block-block-11 div,
#block-block-12 div{
margin: 4px; background-color: white
}

#block-block-7 div div,
#block-block-8 div div,
#block-block-11 div div,
#block-block-12 div div{
margin: 0
}

/* posunutie koli banerom

  .view-frontpage .views-row-3
  ,.view-frontpage .views-row-4
   {

	margin-bottom: 155px;

}


.view-frontpage {
	position: relative;
}

/* frontpage banners */ /*
body.front #block-block-11,
body.front #block-block-12  {
position: absolute;
top: 615px;
}

*/


/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
body.front #content {
margin-bottom: 160px
}
 }
 */

 #block-block-33 {
height:160px
}

/* program table */


body.section-miesto .view-grouping {
  border-bottom: 1px solid #e1e1e4;
  clear: both;
}

body.section-miesto .views-table tbody  {
	float: left;
}


body.section-miesto .views-table .views-field-title {
	width: 333px;
	vertical-align: text-top;

}

body.section-miesto .views-table .views-field-title a {
	text-decoration: none;
}

body.section-miesto .views-table .views-field-nid,
body.section-miesto .views-table .views-field-name
  {
	width: 70px;
}

body.section-miesto .views-table .views-field-nid a, span.gateway, span.domaingw a {
	color: #E72634;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

.view-kalendar span.domaingw {
	width: 100%;
	position:absolute;
	top: 60px;
}

.node-teaser span.domaingw {
	bottom: 12px;
	right: 12px;
}

/* multiplex carriage return */
#block-views-akcie-miesta-block-4 span.gateway {
	display: block;
}

body.section-miesto .views-table .views-field-title a:hover {
	text-decoration: underline;
}

body.node-type-cl-event .views-table .views-field-field-akcia-datum-1,
body.node-type-cl-event .views-table  .views-field-views-conditional
 {
	width: 50px;
	vertical-align: text-top;
}


body.section-miesto .views-table caption {
	float: left;
	text-align: left;
	width: 110px;
}

body.section-miesto .view-grouping-header {

}

body.section-miesto .views-table td  {
	padding-left: 10px;
}

body.section-miesto .field-name-field-logo {

	position: relative;
	top:-60px;
	border: 1px solid #ebebed;
	height: 105px;
	line-height: 105px;
	padding: 10px;
	text-align: center;
	width: 160px;
	float: right;

}

body.section-miesto .field-name-field-typmiesta,
body.node-type-cl-event .field-name-field-tag-akcia,
body.node-type-blog .blog_label
{
	text-transform: uppercase;
	color: #8d8d9a;
    font-size: 0.833em;
}

body.node-type-blog .blog_label {
	position: absolute;
	top: 18px;
}

.field-name-field-tag-akcia div, .field-name-field-tag-miesto div {
	float: left;
	margin-right: 5px;
}


article:not(.node-page) .field-type-text-with-summary:not(.form-wrapper)

{
	color: #8d8d9a;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
	padding-right: 10px;
}




body.section-miesto .views-field-body,
body.section-miesto .views-field-field-vybavenie-moznosti
, body.section-miesto .views-field-field-poloha {
	clear: both;
	padding-top: 20px;
}

.views-field-body  p > a.colorbox {
	padding: 2px;
}


body.section-miesto .kontakty {
	color: #8d8d9a;
    float: left;
    margin-right: 50px;
    margin-top: 2em;
    width: 280px;
}

body.section-miesto .views-field-field-vstupne ,
body.section-miesto .views-field-field-otvaracie
{
    color: #8d8d9a;
    float: right;
    margin-top: 13px;
    width: 280px;
}
body.section-miesto .views-field-field-vstupne .views-label ,
body.section-miesto .views-field-field-otvaracie .views-label {
	font-weight: bold;
}

/* predstavenia */
body.section-miesto .view-display-id-block_3 .field-content {
	float: left;
	padding: 4px;
}

body.section-miesto #block-views-akcie-miesta-block-3 h2 {
	font-weight: normal;
	font-size: 1em;
}


body.node-type-cl-event .block .social_buttons,
body.node-type-blog .block .social_buttons  {
	float: left;
}


.block div.social_buttons span div:not(.popuptitle) {
	float: left;
	padding-right: 5px;
}

/* listing miestocasov */
#block-views-cl-event-block-1,.view-display-id-block_node_events_no_miesto, #block-views-akcie-miesta-block-1, .view-display-id-vernisaz_premiera  {
	clear: both;
	font-family: "Open Sans Semibold";
	font-size: 13px;
	padding-top: 1.333em;
}

#block-views-cl-event-block-1 .view-grouping-header
,#block-views-cl-event-block-1 .view-grouping-content
,#block-views-cl-event-block-1 .view-grouping-content caption
,#block-views-cl-event-block-1 .view-grouping-content tbody
,#block-views-cl-event-block-1 .view-grouping-content tbody tr
,.view-display-id-block_node_events_no_miesto  .view-grouping-header
,.view-display-id-block_node_events_no_miesto  .view-grouping-content
,.view-display-id-block_node_events_no_miesto  .view-grouping-content caption
,.view-display-id-block_node_events_no_miesto  .view-grouping-content tbody
,.view-display-id-block_node_events_no_miesto  .view-grouping-content tbody tr
{
	display: inline-block;
	vertical-align: top;
}

#block-views-akcie-miesta-block-4 div.view-grouping-header {
	width: 100%;
	background-color: #f6f6f6;
	padding-top:  0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	color: #616161;
	font-size: 1.2em;
}

#block-views-cl-event-block-1 .datestyle2 .view-grouping-header
,.view-display-id-block_node_events_no_miesto.datestyle2 .view-grouping-header {
	min-width: 220px;
}

#block-views-cl-event-block-1 .datestyle1 .view-grouping-header
,.view-display-id-block_node_events_no_miesto.datestyle1 .view-grouping-header {
	min-width: 110px;
}

#block-views-cl-event-block-1 .miestostyle1 .view-grouping-content caption
,.view-display-id-block_node_events_no_miesto.miestotyle1 .view-grouping-content caption {
	min-width: 130px;
}

#block-views-cl-event-block-1 .view-grouping-content
,.view-display-id-block_node_events_no_miesto .view-grouping-content {
	margin-left: 10px;
}

#block-views-cl-event-block-1 .view-grouping-content tbody
,.view-display-id-block_node_events_no_miesto .view-grouping-content tbody {
	max-width: 330px;
}

#block-views-cl-event-block-1 .view-grouping-content caption
,.view-display-id-block_node_events_no_miesto .view-grouping-content caption {
	text-align: left;
	margin-right: 10px;
	margin-left:10px;
}


#block-views-cl-event-block-1 .view-grouping-content table
,.view-display-id-block_node_events_no_miesto .view-grouping-content table{
	margin: 0;
	margin-bottom: 0.2em;
}

.views-field-field-akcia-datum-1
,.view-display-id-block_node_events_no_miesto .views-field-views-conditional .date-display-single
{
	color: #8d8d9a;
	width: 35px;
}

body.node-type-cl-event .view-cl-event table caption
,.views-field-field-akcia-datum-1
,.view-display-id-block_node_events_no_miesto td
,body.node-type-cl-event .view-cl-event table td a
,body.node-type-miesto .view-akcie-miesta table caption
,body.node-type-miesto .view-akcie-miesta table td a
 {
	font-family: "Open Sans Semibold";
}



/* palace cinemas */
body.section-miesto .view-display-id-block_4 .view-grouping {
	border: 0;
}
body.section-miesto .view-display-id-block_4 .view-grouping-header {
	width: 100px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
body.section-miesto .view-display-id-block_4 .views-table caption {
	width: 200px;
}

body.section-miesto .view-display-id-block_4 .views-table tr {
	float: left;
}



/*palace cinemas */

body.node-type-cl-event .view-cl-event table td,
body.section-miesto .view-akcie-miesta table td {
	vertical-align: top;
}

body.node-type-cl-event .view-cl-event tr.even,
body.node-type-cl-event .view-cl-event tr.odd {
	border: none;
	background-color: #fff;
}

body.node-type-cl-event .views-field-body {
	clear:both;
}


/* event dates */
body.node-type-cl-event .view-display-id-block_1,
body.node-type-cl-event .view-display-id-block_node_events_no_miesto
  {
    /* position: relative; */

}

.page-views #content {
	position: relative;
}

.page-views #block-views-social-links-block {
	position: absolute;
	top: 8px;
	right: 10px;
}

.page-node #block-views-social-links-block {
	margin-bottom: 33px;
	float: left;
}

.node-type-webform #block-views-social-links-block {
	float:unset;
}

/* tagy */

.page-node .field-name-field-tag-obsah .field-items {
	display: flex;
	display:-webkit-flex !important;
	display:-ms-flex !important;
	display:-moz-flex !important;
}

.page-node .field-name-field-tag-obsah .field-item {
	margin-right: 10px;
}



.page-node .field-name-field-tag-obsah .field-item a,
.page-node .field-name-field-tag-obsah .field-item a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #8d8d9a;
    font-size: 0.833em;
}

.page-node .field-name-field-tag-obsah .field-item a:hover {
	text-decoration: underline;
}


#edit-imported-title,
#edit-imported-introtext,
#edit-imported-text
 {
	background-color: #f3aeae;
}

#imagepicker {
background: none repeat scroll 0 0 #eeeeee;
font-size: 0.8em;
padding: 10px;
}

.page-vieden-wien h1,
 {
	margin-bottom: 28px !important;
	}

#block-views-odporucame-block-odporucame {
	margin-top: 2em;
}

.search-results a:link, .search-results a:visited {
	color: #043464;
}

.search-results {
	margin-top: 4em;
}


.view-display-id-vernisaz_premiera {
	clear: both;
	margin-bottom: 1em;
}

.view-display-id-vernisaz_premiera div.views-field span {
	float: left;
	width: 130px;
}

#block-views-cl-event-block-node-content {
	clear: both;
}

/* location */
#block-views-cl-event-block-node-content #body_location {
	margin-top: 5em;
}

span.location.info {
	padding: 0.5em;
	padding-bottom: 1em;
	border-top:1px solid #CDCDD1;
	border-left: 1px solid #CDCDD1;
	border-right: 1px solid #CDCDD1;
	top: -0.5em;
	position: relative;
}

div.location.map-link {
	text-align: right;
	margin-top: 1em;
}

/* selectnutie parenta */
.block-views! > .view-display-id-block_akcia_v_minulosti {
	margin-bottom: 0;
}

.minulost {
	font-size: 1.3em;
	color: red;
}

.node-type-cl-event .views-field-body .field-content iframe:not(.overlay-element) {
	min-width: 100%;
	max-width: 100%;
	height: 420px;
}


/* newsletter */

.view-newsletter-citylife {
	font-size: 14px;
	background-color: #ffffff;
	line-height: 1.2em;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 600px;
	padding: 1em;
}

.view-newsletter-citylife td {
	vertical-align: top;
	text-align: left;
}

.view-newsletter-citylife td.left {
	width: 110px;

	}

.view-newsletter-citylife a, .view-newsletter-citylife a:visited {
	color: #000;
	text-decoration: none !important;
	}
.view-newsletter-citylife .event-typ, .view-newsletter-citylife	 .listky  {
		margin-top: 1em !important;
		margin-bottom: 1em !important;
		text-transform: uppercase;
		font-size: 1em;
	}


.view-newsletter-citylife .event-typ a, .view-newsletter-citylife  .event-typ  a:visited,
.view-newsletter-citylife .listky a, .view-newsletter-citylife .listky  a:visited {
		color: #797878;
	}

.view-newsletter-citylife .node-teaser-mini, .view-newsletter-citylife div.banner {
	margin-top: 2em;
	margin-bottom: 2em;
	width: 100%;
	float: none;
	clear: both;
}
.view-newsletter-citylife .node-teaser-mini h3,.view-newsletter-citylife .node-teaser-mini .event-typ, .view-newsletter-citylife .node-teaser-mini .datumcas  {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	margin-top: 0 !important;
}

.view-newsletter-citylife .node-teaser-mini .perextbl {
	width: 100%;
}

/*banner custom */
#block-block-18 {
	padding: 0 !important;
}

#kalendar_navi {
	width: 100%;
	text-align: center;
}

#kalendar_navi span {
	position: relative;
	top: 1em;
	margin: 0.5em;
	padding: 0.5em;
	background-color: #F1F1F3;
	font-size: 1em;
}

#kalendar_navi a {
	text-decoration: none;
	color: black;
}

#kalendar_navi a:hover {
	text-decoration: underline;
}



.field-name-field-group-foto-info .field-collection-view {
	margin: 0 0 15px 0;
	border-bottom: 0;
}

.field-name-field-group-foto-info div.field-label {
	width: auto;
}

.field-name-field-group-foto-info div.field-name-field-foto-remix {
	width: 200px;
	float: left;

}

.field-collection-item-field-group-foto-info .content div.field-name-field-foto-kredit-datum,
.field-collection-item-field-group-foto-info .content div.field-name-field-foto-url,
.field-collection-item-field-group-foto-info .content div.field-name-field-foto-autor
	{
	width: 495px;
	float: left;

}

span.kidstowngw {
	position: relative;
	top: 7px;
}

.view-akcie-miesta img.gwicon {
	height: 20px;
	position: relative;
	top: 4px;
	margin-left: 5px;
}

.view-display-id-block_expozicie_miesta .views-row  {
	clear: both;
}

.view-display-id-block_expozicie_miesta .views-row .views-field-title {
	float: left;
}

.view-display-id-block_expozicie_miesta .views-row .views-field-title a {
	text-decoration: none;
}

.view-display-id-block_expozicie_miesta .views-row .views-field-nid a {
	margin-left: 10px;
	color: #E72836;
	text-decoration: none;
}

body.section-clsearch #cl-search-form {
	margin-top: 54px;
}

#clsearch_results {
	margin: 20px 15px 0px 0px;
	padding: 1.5em;
	background-color: #FFF;
}

#clsearch_results a {
	text-decoration: none;
}

#clsearch_results a:hover {
	text-decoration: underline;
}

div.grouped {
	font-size: 1.3em;
	text-transform: uppercase;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

#clsearch_results h2 {
	font-size: 18px;
	color: #000000;
}

#clsearch_results .tag {
	text-transform: uppercase;
	font-size:  9px;
	color: #848484;
}


#clsearch_results .listky a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #fe0000;
	text-transform: uppercase;
}

#clsearch_results span.type {
	color: green;
}

#clsearch_results .miestocas ,
#clsearch_results .miestocas a {
	color: #545454;
}

#clsearch_results .miestocas span {
	margin-right: 10px;
}

#clsearch_results .page_navi {
	margin-top: 2em;
}

#clsearch_results .page_navi a {
	color: #848484;
}

#clsearch_results .miestocas a {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
}

div.clsearch.row {
	clear: both;
	margin-top: 0.5em;
}

span.searchimg {
	width: 200px;
	text-align: right;
}
div.clsearch.row span.title a{
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:  #545454;
}

div.clsearch.row span.title {
	display: block;
}

.disclaimer {
	background-color: #f4f3f3 !important;
	padding: 1em;
	clear: both;
}


#page {
	position: relative;
}

#gl {
	position: absolute;
	left: -150px;
}

#gr {
	position: absolute;
	right: -150px;
}

.miestocas {
	color: #8D8D9A;
}

.node-newsblog .miestocas {
		margin-bottom: 10px;
}

.node-newsblog .banner {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.newsblog-perex {
	display: flex;
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
}

/* [class^="col"] */
.newsblog-perex  .col1 {
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-flex: 1;
}

.newsblog-perex  .col2 {
	flex: 4;
	-webkit-flex: 4;
	-ms-flex: 4;
	-moz-flex: 4;
}


.newsblog-perex .field-type-text-with-summary {
	color: #000000 !important;
	font-size: 1em !important;
}

.newsblog-perex .tag {
	overflow: hidden;
	margin-bottom: 5px;
}

.newsblog-perex .field-name-field-tag-akcia a,
.newsblog-perex .field-name-field-tag-akcia a:hover,
.newsblog-perex .field-name-field-tag-akcia a:visited {
	color: #8D8D9A;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.833em;
}

.newsblog-perex .field-name-field-tag-akcia a:hover {
	text-decoration: underline;
}

div[class*='field-name-field-nb-text'] {
	color: #686875;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

#block-views-cl-event-block-newsblog {

	clear: both;

}



div.view-display-id-minikalendar_block {
	margin-top: 15px;
}

#block-views-kalendar-minikalendar-block h2 {
	text-align: center;
}


.imce-frame {
	height: 800px !important;
}

.view-header {
	color: #595960;
	padding-bottom: 10px;
}

.page-imagefinder	img {
	max-width: 150px;
	margin-right: 10px;
}


.masonry-item {
	width: auto;
	padding: 0;
	margin: 0 15px 15px 0;
	border: none;
}

.page-imagefinder .masonry-item {
	width: 150px;
	display: flex;
	padding: 4px;
	flex-direction: column;
}

.node-webform form {
	margin-bottom: 25px;
}

.gmap-popup {
	width: 340px;
}
.gmap-popup .views-field-field-obrazok {
	float: left;
	margin-right: 10px;
}

.gmap-popup .views-field-title-1 {
	clear: left;
}

.node__wrapper {
	display: flex;
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
}

.node__wrapper .col1 {
	flex: 1;
}


body.cke_editable  {
	border: 1px solid #e6e6e6;
	width: 659px;
	font-family: 'Open Sans';
	padding: 1em;
	word-wrap: break-word;
	line-height: 1.4em;
	background: #fff;
}


body.cke_editable img  {
	padding: 2px;
}

article.node-user-status {
	background: #fff;
	padding: 5px;
	margin-bottom: 15px;
	width: 659px;
}
