/* DEFAULTS */
/* @import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);
h1, h2 { font-size: 1.3em; margin: 0 0 0.5em 0; padding:0 0 5px 0; color: #000000; background:url(images/dots1.png) repeat-x bottom left; }
h2 { display: none; }
h3 { font-size: 1.3em; margin: 0 0 0.3em 0; padding:0.2em 0 0 0; color: #000000; }
h4 { font-size: 1.1em; margin: 0 0 0.5em 0; padding:0; color: #000000; }
h5 { font-size: 1em; margin: 1em 0 0.5em 0; padding:0; color: #000000; }

.h2-red {
   font-size: 2.0em; margin: 0 0 0.3em 0; padding:0.2em 0 0 0; color: #CC1122;     
}

a { color:#D6051A; text-decoration:none; outline:none; }
a:hover { color:#ff0000; text-decoration:none; }
a.blue { color: #0092DD; }
a.blue:hover { color: #0092DD; }
a.red { color:#D6051A; }
a.red:hover { color: #D6051A; }

a img { border: none; }
p { margin:0em 0em 1em 0em; padding:0em; }
table { font-size: 1em;}

body {
    padding: 0px;
    margin: 0px;
    background: #fff;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
} */

.h2-red {
	color: #d6051a;
	font-size: 24px;
}

@media (min-width: 768px) {
	.h2-red {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	.h2-red {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.h2-red {
		font-size: 32px;
	}
}

.cleaner {
    clear: both;
}

.banner_click {
    float: left;
}

.text-red{
    color: #ff0000;
}
#city_selector {
    display :none;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    
    -moz-box-shadow: 3px 3px 20px #000000;
    -webkit-box-shadow: 3px 3px 20px #000000;
    box-shadow: 3px 3px 20px #000000;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    background: #efefef;
    border: 4px solid #454545;
    width: 130px;
    padding: 10px 10px 10px 10px;
}

#city_selector_close{
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(images/close_button_grey.png) no-repeat center center;
    display: block;
    width: 15px;
    height: 15px;
}
#city_selector_close span {
    display: none;
}
#city_selector a{
    display: block;
}
#city_selector a.link_city{
    border-bottom: 1px dotted #AAAAAA;
    display: block;
    padding: 3px 0;
}
#city_selector a.noborder{
    border-bottom: none;
}

#overlayBanner {
	position: absolute;
	z-index: 1000;
	top: 100px;
	background: #ffffff; 
	box-shadow: 0 0 10px #000000;
}
#overlayBanner .close{
	position: absolute;
	z-index: 1001;
	right: 5px;
	top: 5px;
	width: 16px;
	height: 16px;
	background: url(images/icon_close.gif) no-repeat center center;
}
#overlayBanner .close a{
	display: block;
	width: 16px;
	height: 16px;
}
#overlayBanner .close a span{
	display:none;
}

#banner_BGTOP_VIP {
    left: 0;
    top: 0;
    position: fixed;
    _position: absolute;
    width: 100%;
    z-index:0;
    /*background: url(images/bg-image.jpg) no-repeat top center;*/
    /*background: url(images/bg-image2.jpg) no-repeat top center;*/
    /*background: url(images/pozadie-hokej.jpg) no-repeat top center;
    background: url(images/pozadia-maj.jpg) no-repeat top center;*/
    background: #ffffff;
    min-height: 1200px;
	display: none;
}

.bg_white {
	background: #ffffff;
	height: 100%;
	min-height:100%;
}
.bg_white_wrapper {
	position: absolute;
	top: 150px;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}

@media (min-width: 1555px) {
	#banner_BGTOP_VIP {
		display: block;
	}
	.bg_white_wrapper {
		display: block;
	}
}

#main-body {
    margin: auto;
    position: relative;
    width: 1024px;
    z-index: 1;
    background: #ffffff;
    /*
    -moz-box-shadow: 0px 0px 20px #252525;
    -webkit-box-shadow: 0px 0px 20px #252525;
    box-shadow: 0px 0px 20px #252525;
    */
    /*border: 1px solid #000000;*/
}

/****** BANNER *********/
#bannerB {
   /* background: #dbe2e7 url(images/bannerB-top.png) repeat-x left top;*/
    border-top: 1px solid #C9D0D8;
}
#bannerB .bannerB-bottom {
    /*background: url(images/bannerB-bottom.png) repeat-x left bottom;*/
    padding: 15px 0 13px 0;
}
#bannerB .banner {
    width: 510px;
    float: left;
}
#bannerB .separator {
    width: 2px;
    height: 60px;
    background: url(images/separator-vertical.png) repeat-y center top;
    float: left;
}
#bannerA {
    z-index: 100;
    position: relative;
    width: 1024px;
    margin: 0 auto;
    /*
    -moz-box-shadow: 0px 0px 20px #252525;
    -webkit-box-shadow: 0px 0px 20px #252525;
    box-shadow: 0px 0px 20px #252525;
    */
}

#bannerAHome {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	#bannerAHome {
		margin-bottom: 0;
	}
}

.shopcityBanner {
    margin: 15px 20px 10px 20px;
    background: #0E1133;
    border-top: #EB4191 5px solid;
    border-bottom: #EB4191 5px solid;
}
.shopcityBanner-image {
    float: left;
    width: 150px;
    _height: 1px;
    text-align: center;
    padding: 10px 0;
}
.shopcityBanner-text {
    float: left;
    width: 140px;
    _height: 1px;
    padding: 10px 0;
    color: #ffffff;
}

.shopcityBanner-link{
    text-align: right;
    padding: 10px 0 4px 0;
}

.shopcityBanner-link a{
    background: #EB4191;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 10px;
}
.shopcityBanner-title {
    font-size: 1.1em;
    font-weight: bold;
    padding: 6px 0;
}
.shopcityBanner-description {
    font-size: 0.9em;
    
}

/****** REKLAMA ********/
#advertisement {
    min-height: 20px;
}

/****** HLAVICKA *******/
#header {
    padding: 20px 0 16px 0;
    text-align: left;
    background: #fff;
    /*min-height:88px;
    _height:88px;*/
}
#header h1 {
    float: left;
    margin: 0;
    padding: 0;
    width: 130px;
}
.kdm_logo_col h1 a {
    display: inline-block;
    float: left;
    width: 105px; /*173x40*/
    height: 30px;
    margin: 0;
    background: url(/public/images/logo.svg) no-repeat left top;
}
.kdm_logo_col {
	min-width: 105px;
}
.kdm_logo_col h1 a span {
    display: none;
}
@media (min-width: 992px) {
	.kdm_logo_col h1 a {
		width: 130px;
		height: 40px;
	}
	.kdm_logo_col {
		min-width: 130px;
	}
}

.small-res h1 {
	margin: 0;
}

.top-button-dropdown {
	display:inline-block;
    font-size: 13px;
	border: 2px solid #eb1c25;
	padding: 4px 11px;
	border-radius: 24px;
	color: #333333 !important;
    text-decoration:none;
	background: none;
}

.top-button-dropdown:hover, .top-button-dropdown:active, .top-button-dropdown:focus, .open > .top-button-dropdown:hover, .open > .top-button-dropdown:active, .open > .top-button-dropdown:focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover, .open > .dropdown-toggle.btn-warning:active, .dropdown-toggle.btn-warning:focus, .dropdown-toggle.btn-warning:hover, .dropdown-toggle.btn-warning:active, .open > .dropdown-toggle.btn-warning {
	background: none;
	color: #333333;
	border: 2px solid #eb1c25;
	font-weight: normal;
}

.caret{
  color: #eb1c25;
}
.bs-caret {
	margin-left: 5px;
}

.vl-spacer {
	margin-left: 7px;
	margin-right: 7px;
}

.top-button-full, .top-button-full:active, .top-button-full:hover, .top-button-full:focus {
	display:inline-block;
    font-size: 13px;
	border: 2px solid #eb1c25;
	padding: 4px 11px;
	border-radius: 24px;
	color: #ffffff !important;
    text-decoration:none;
	background: #eb1c25;
	width: 80px;
	line-height: 1.5;
}

.input-small {
	width: 120px !important;
	line-height: 1.5;
}

.search_form {
	display: inline-block;
	padding-left: 3px;
}

.search_form input{
	border: 2px solid #eb1c25;
	background: none;
}

.search_form button.ui-datepicker-trigger {
	display: none;
}

.visible-xs-block > .search_form > .btn, .visible-xs-block > .search_form > .bootstrap-select {
	margin-top: 4px;
}
.visible-xs-block > .search_form {
	padding-left: 20px;
}
/* Vyber mesta */
/* OLD */
#city-select a.city-select-title, .city-select a.city-select-title {
    display:inline-block;
    font-size: 13px;
	border: 2px solid #eb1c25;
	padding: 4px 11px;
	border-radius: 24px;
	color: #333333;
    text-decoration:none;
	background: none;
}

#city-select div.city-select-selected {
    padding-top:5px;
    color:#d8041a;
    font-size:2.0em; 
}

#city-select div.select-panel {
    position:absolute;
    left:0;
    top:88px;
    width:600px;
    background:#FFF;
    border:1px solid #d5061a;
    padding:2px 10px 10px 10px;
    z-index:1000;
    display:none;
}

#city-select div.select-panel div.select-panel-column {
    float:left;
    width:190px;
    padding-right:10px;
}

#city-select div.select-panel div.select-panel-column ul {
    list-style:none;
    margin:0;
    padding:0;
}

#city-select div.select-panel div.select-panel-column ul li a {
    color:#666666;
}

#city-select div.select-panel div.select-panel-column ul li.region, #city-select div.select-panel div.select-panel-column ul li.country {
    padding:10px 0 2px 0;    
}

#city-select div.select-panel div.select-panel-column ul li.region a, #city-select div.select-panel div.select-panel-column ul li.country a {
    color:#d8041a;
    font-size:1.2em;
    font-weight:bold;
}

#city-select div.select-panel div.select-panel-column ul li.all {
    padding-top:20px;
}

#city-select div.select-panel div.select-panel-column ul li.all a {
    color:#d8041a;
    font-size:1.2em;
    font-weight:bold;
}
/* NEW City select */
#city-select-wrapper {
	position: absolute;
	top: 50px;
	left: 0;
	margin: 0;
	z-index: 999999999;
	width: 100%;
}

#city-select-wrapper div.select-panel {
    width: 100%;
    background: #FFF;
    border: 1px solid #eb1c25;
	border-radius: 6px;
    padding: 0 0 10px 10px;
    display: none;
}

#city-select-wrapper div.select-panel div.select-panel-column {
	display: block;
    padding-left:15px;
}

#city-select-wrapper div.select-panel div.select-panel-column ul {
    list-style:none;
    margin:0;
    padding:0;
}

#city-select-wrapper div.select-panel div.select-panel-column ul li a {
    color:#333333;
	font-size: 1.2em;
	padding-left: 15px;
}

#city-select-wrapper div.select-panel div.select-panel-column ul li.region, #city-select div.select-panel div.select-panel-column ul li.country {
    padding:10px 0 2px 0;    
}

#city-select-wrapper div.select-panel div.select-panel-column ul li.region a, #city-select div.select-panel div.select-panel-column ul li.country a {
    color:#eb1c25;
    font-size:1.2em;
    font-weight:bold;
	padding-left: 0;
}

#city-select-wrapper div.select-panel div.select-panel-column ul li.all {
    padding-top:20px;
}

#city-select-wrapper div.select-panel div.select-panel-column ul li.all a {
    color:#eb1c25;
    font-size:1.2em;
    font-weight:bold;
}

.city-select {
	padding-top: 5px;
}

.city-select-title {
	margin-left: 0;
}

.navbar-header {
	text-align: left;
}

@media (min-width: 768px) {
	#city-select-wrapper {
		position: fixed;
		top: 50px;
		left: calc(50% - 285px);
		width: auto;
	}
	#city-select-wrapper div.select-panel {
		width:570px;
	}
	#city-select-wrapper div.select-panel div.select-panel-column {
		display: table-cell;
		width: 190px;
		padding-right:10px;
		padding-left: 5px;
	}
	#city-select-wrapper div.select-panel div.select-panel-column ul li a {
		font-size: inherit;
		padding-left: 0;
	}
	.city-select-title {
		margin-left: -50%;
	}
	.navbar-header {
		text-align: center;
	}
}
@media (min-width: 992px) {
	#city-select-wrapper {
		top: 70px;
	}
	.city-select-title {
		margin-left: 0;
	}
	.city-select {
		padding-top: 0;
	}
}
/* enable absolute positioning */
.inner-addon { 
    position: relative;
	color: #999999;
	font-size: 11px;
	width: 100%;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  top: 0;
  padding: 8px 10px 10px 10px;
  pointer-events: none;
  font-size: 13px;
  color: #999999;
}

.inner-addon input {
	border-radius: 24px;
    border:1px solid #999999;
	width: 100%;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.header-left {
	padding-right: 0;
	justify-content: flex-end;
}

.form-control {
	display: inline-block !important;
}

.navbar {
	border: 0;
	border-top: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 20px;
	border-radius: 0;
	margin-bottom: 30px;
}

.navbar-toggle {
	border: 0;
	font-weight: 700;
	padding-top: 12px;
}

.navbar > .container {
	padding: 0;
}

.small-res {
	display: none;
}

.navbar-toggle {
        float: left;
        margin-right: 0
    }

.nav {
    width: 100%;
}

.nav > li {
	font-size: 13.91px;
	color: #7D7D7D;
	white-space: nowrap;
}

.cc-add-more a {
	font-size: 13.91px;
}

.nav > li > a:hover, .nav > li > a:active, .nav li > a:focus {
	border-bottom: 1px solid #eb1c25;
	color: #eb1c25;
}
.nav > .active > a {
	border-bottom: 1px solid #eb1c25;
	color: #eb1c25 !important;
}

.nav > li > a {
	display: inline;
	padding-top: 7px;
	padding-bottom: 7px;
}

#navbar > .nav > li > a {
	padding-top: 9px;
	padding-bottom: 9px;
}

#navbar > .nav > li > a:first-child {
	padding-left: 0;
}

#navbar > .nav > li > a:last-child {
	padding-right: 0;
}

@media(min-width: 992px){
	.nav > li > a  {
		padding-left: 9px;
		padding-right: 9px;
		color: #7d7d7d;
	}
}

@media(min-width: 1200px){
	.nav > li > a  {
		padding-left: 13px;
		padding-right: 13px;
	}
}
.rm-box .rm-controller {
	display: none;
}

@media (max-width: 991.99px) {
	.header-left {
		display: none;
	}
    .nav > li {
        display: block;
    }
	.navbar-header {
		position: relative;
	}
	#navbar {
		border-top: 0;
		height: auto;
		overflow-x: hidden;
		overflow-y: hidden;
		margin: 0;
	}
	.container > .navbar-header {
		margin-left: 0;
		margin-right: 0;
		padding: 0 10px 0 10px;
	}
	.small-res {
		display: inline-block;
	}
	.nav > li {
		margin: 4px 0 4px 20px;
		font-size: 18px;
	}
	.cc-add-more a {
		font-size: 18px;
	}
	.cc-add-more {
		margin-top: 4px;
	}
	.nav > li > a:hover, .nav > li > a:active, .nav li > a:focus {
		border-bottom: 0;
		text-decoration: underline;
	}
	.nav > .active > a {
		border-bottom: 0;
		text-decoration: underline;
	}
	.small-res > h2 {
		font-size: 24px;
	}
	.small-res > h1 > a {
		width: 173px;
		height: 40px;
	}
	.navbar-toggle .icon-bar {
		width: 30px;
		height: 3px;
	}
	.navbar-toggle {
		margin: 0;
	}
	h2 {
		margin: 7px 0 5px 0;
	}
	#city-sm > ul > li > a {
		margin-left: 40px;
		color: #333333;
	}

	#city-sm > ul > li.region > a {
		color: #eb1c25;
		margin-left: 30px;
	}
	.rm-box {
		max-height: 170px;
		position: relative;
		overflow: hidden;
	}
	.rm-box .rm-controller {
		display: inline-block;
		position: absolute !important; 
		bottom: 0; 
		left: 20px;
		width: 100%;
		height: 40px;
		margin: 0;
		padding: 0; 
		background-image: linear-gradient(to bottom, transparent, white);
	}
	.rm-button {
		color: #999999 !important;
		padding-left: 20px;
		padding-top: 25px;
		font-size: 18px;
		display: block;
	}
}

@media (max-width: 767.99px) {
	.nav > li {
		margin: 4px 0 4px 20px;
		font-size: 18px;
	}
	.small-res > h2 {
		font-size: 24px;
	}
	.small-res > h1 > a {
		width: 105px;
		height: 30px;
		margin-top: 5px;
	}
	.navbar-toggle .icon-bar {
		width: 30px;
		height: 3px;
	}
	.navbar-toggle {
		margin: 0;
	}
	.cc-add-more a {
		font-size: 18px;
	}
}

.small-res > li > a > span.glyphicon-chevron-right {
	display: none;
	margin-left: 15px;
}

.small-res > li > a > span.glyphicon-chevron-left {
	display: inline-block;
	margin-left: 15px;
}

.small-res > li > a.collapsed > span.glyphicon-chevron-left {
	display: none;
	margin-left: 15px;
}

.small-res > li > a.collapsed > span.glyphicon-chevron-right {
	display: inline-block;
	margin-left: 15px;
}

.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  /*justify-content: flex-end; /* Optional, to align inner items inside the column */
}

#header .search-form {
    width: 122px;
    padding: 0;
    text-align: right;
	margin-right: 15px;
}
#header .search-form form {
    margin: 0;
}
.search-form-title {
    float: left;
    padding: 5px;
    color: #666464;
    width: 50px;
    text-align: right;
}
#google_search_q {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 13px;
	line-height: 19.5px;
	height: 30.7px;
}
#header .user-action {
	position: absolute;
	top: 7px;
	right: 15px;
    text-align: right;
	font-size: 10.98px;
    color: #999999;
}
#header .user-action a{
    color: #999999;
}
#header .user-action a:hover{
    text-decoration: underline;
}
#header .add-action {
    float: right;
    width: 200px;
    padding: 22px 0 0 0;
    color: #666464;
}

#header .add-action span.add-action-title {
    display:inline-block;
    font-size: 1.5em;
    /*padding-right:26px;*/
    width: 174px;
    height: 40px;
    background: url(/public/themes/images/akcia.png) no-repeat left top;
    /*background: url(images/arrow-red-bottom-big.png) no-repeat right center;*/
}
#header .add-action .add-action-link {
    padding:2px 0;
}

#header .add-action .add-action-link a {
    color: #666464;
    text-decoration: underline;
}

#author {
    text-align: right;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
#author a{
    color: #fff;
}

.nomargin {
	margin-left: 0;
	margin-right: 0;
}

#bottom-menu {
	border-top: 0;
	padding-left: 15px;
}

#bottom-menu > a.kdm-logo {
	display: inline-block;
    width: 105px; /*173x40*/
    height: 30px;
    margin: 0;
    background: url(/public/images/logo.svg) no-repeat left top;
	float: left;
}

@media (max-width: 991.99px) {
	#bottom-menu > a.kdm-logo {
		display: block;
		float: none;
	}
	#bottom-menu {
		padding-left: 0;
	}
}

#company-categories {
	border: 0;
	font-size: 14.65px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	position: relative;
}

@media (min-width: 992px) {
	#company-categories {
		padding-top: 30px;
	}
}

.menu-c > li {
	text-align: center;
	display: inline-block;
	padding: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.menu-c > li > div {
	overflow: auto;
}

.menu-c > li > div > a {
	display: block;
	border-radius: 24px;
	border: 1px solid #999999;
	text-align: center;
	padding: 6px 8px 6px 8px;
	color: #333333;
}

@media (min-width: 1200px){
	.menu-c > li:first-child {
		margin-left: 0;
	}
}

.menu-c > li > div > a:hover, .menu-c > li > div > a:focus, .menu-c > li > div > a:active {
	border-color: #eb1c25;
	color: #eb1c25;
}

.cc-heading {
	margin-bottom: 15px;
	font-size: 21.97px;
	font-weight: 600;
}

.cc-add-more {
	display: block;
	margin-left: 4px;
}

.cc-add-more > a {
	border-radius: 24px;
}

@media(min-width: 992px) {
	.cc-add-more {
		position: absolute;
		top:30px;
		right: 15px;
		margin-left: 0;
	}
}

.menu-c > li > .popupItems {
	display: none;
}

.menu-companies .menu-c > li > .popupItems {
	position: absolute;
	z-index: 9999;
	background: #ffffff;
	border: 1px solid #eb1c25;
    border-radius: 6px;
	padding: 10px 0;
}

.menu-companies .menu-c > li > .popupItems .popupItemsCase {
	/*overflow-y: auto;*/
	height: 300px;
	width: 100%;
	padding: 0 20px;
}

.menu-companies .menu-c > li > .popupItems .popupItemsCase ul {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 20%;
	float: left;
	display: inline-block;
}

.menu-companies .menu-c > li > .popupItems .popupItemsCase ul li {
	list-style-type: none;
	padding-left: 5px;
    padding-right: 5px;
	white-space: normal;
    word-break: normal;
    word-wrap: break-word;
    padding-bottom: 7px;
}

.menu-companies .menu-c > li > .popupItems .popupItemsCase ul li a {
	color: #333333;
}

.menu-companies .menu-c > li > .popupItems .popupItemsCase ul li a:hover {
	color: #eb1c25;
}

.menu-companies .menu-c > li > .popupItems .popupItemsCase ul li.secondLevel {
	font-size: 1em;
	font-weight: 600;
	padding-bottom: 5px;
}

.menu-companies .menu-c > li > .popupItems .popupItemsCase ul li.secondLevel a {
	color: #eb1c25;
}

.menu-companies .menu-c > li > .popupItems .popupItemsCase ul li.secondLevel:after {
	content: " ";
	display: block;
	width: 100%;
	border-bottom: 1px solid #bebebe;
	padding: 0;
	margin-bottom: 5px;
}

#bottom-menu > a.kdm-logo > span {
    display: none;
}

#bottom-menu > .nav {
	margin-top: 6px;
}
@media (min-width: 992px) {
	#bottom-menu > .nav {
		width: auto;
	}
	#bottom-menu {
		padding-left: 0;
	}
}

.navbar-right {
	margin-right: 5px;
}

.navbar-right > li {
	padding-left: 15px;
}

.navbar-right > li > a {
	padding-right: 0;
	padding-left: 0;
	text-align: right;
}

@media (max-width: 991.99px) {
    #main_menu > div > .navbar-default.affix {
        position: fixed;
        z-index: 1030;
        right: 0;
        left: 0;   
        border-radius: 0;
        top: 0;
        border-width: 0 0 1px;
		max-height: 100%;
		overflow-y: auto;
    }
	#main_menu > div > .navbar-default.row.affix {
		margin-left: 0;
		margin-right: 0;
	}
}

.fa-facebook {
	color: #3b5998;
}

.s-logo {
    display: block;
	float: left;
    text-align: center;
	margin-right: 73px;
}

.sc-logo > .s-logo:last-child {
	margin-right: 0;
}

@media (max-width: 1199.99px) {
	.s-logo {
		margin-right: 40px;
	}
}
@media (max-width: 991.99px) {
	.s-logo {
		margin-right: 3px;
	}
}

.s-logo > a {
	text-align: center;
	width: 100%;
}

.s-logo > a > img {
	-webkit-filter: invert(1);
	filter: invert(1);
	height: 40px;
	width: auto;
}
.bot-logo-l, .bot-logo-r, .bot-logo-t {
	position: relative;
	margin-top: 30px;
	height: auto;
	min-height: 180px;
	background: #f4f4f4;
	border-radius: 6px;
	overflow: hidden;
	padding: 0 5px 0 5px;
	min-width: 310px;
}
.bot-logo-l {
	margin-bottom: 0;
}
.bot-logo-r {
	margin-bottom: 0;
}
.bot-logo-t {
	margin-bottom: 25px;
	display: flex;
	align-content: center;
	align-items: center;
}
.bot-logo-t > .banner_click > a > img {
	width: 300px;
}
@media (min-width: 768px) {
	.bot-logo-t {
		padding-left: 210px;
	}
}
@media (min-width: 992px) {
	.bot-logo-l, .bot-logo-r, .bot-logo-t {
		margin-bottom: 23px;
		height: 270px;
		min-width: 280px;
	}
	.bot-logo-t {
		padding-left: 7px;
	}
	.bot-logo-t > .banner_click > a > img {
		width: 280px;
	}
}
@media (min-width: 1200px) {
	.bot-logo-l, .bot-logo-r, .bot-logo-t {
		height: 220px;
	}
	.bot-logo-t {
		padding-left: 30px;
	}
	.bot-logo-t > .banner_click > a > img {
		width: 300px;
	}
}
.bot-logo-l > h3, .bot-logo-r > h3 {
	font-weight: 700;
}
.bot-logo-l > .img-bg {
	position: absolute;
	right: 0;
	bottom: 0;
}
.bot-logo-l {
	text-align: right;
	padding-right: 160px;
}
.bot-logo-l > a > button {
	border-radius: 24px;
	color: #333333;
	border-color: #7d7d7d;
	-webkit-box-shadow: 0px 0px 24px 6px rgba(40, 40, 40, 0.3);
	-moz-box-shadow: 0px 0px 24px 6px rgba(40, 40, 40, 0.3);
	box-shadow: 0px 0px 24px 6px rgba(40, 40, 40, 0.3);
}
.bot-logo-l > a > button:hover, .bot-logo-l > a > button:active, .bot-logo-l > a > button:focus {
	color: #eb1c25;
	background: #ffffff;
	text-decoration: underline;
	border-color: #eb1c25;
}
.bot-logo-l > a {
	display: inline-block;
	margin-top: 10px;
}
.bot-logo-r > .img-bg {
	position: absolute;
	left: 15px;
	bottom: 0;
}
.bot-logo-r {
	text-align: left;
	padding-left: 140px;
}
.bot-logo-r > a > img.img-button {
	width: 120px;
	margin-left: -8px;
}
@media (max-width: 767.99px) {
	.bot-logo-l, .bot-logo-r {
		padding-bottom: 10px;
	}
}
/****** HLAVNE HORNE MENU *******/
#topmenu {
    margin: 0 auto;
    text-align: left;
    background: #000000 url(images/top-menu-bg.png) repeat-x left bottom;
    position: relative;
}
#topmenu .topmenu-red{
    margin: 0 auto;
    text-align: left;
    background: url(/public/themes/images/menu-red2.png) no-repeat left top;
    min-height: 38px;
    -height: 38px;
}
#topmenu .topmenu-green{
    margin: 0 auto;
    text-align: left;
    background: url(/public/themes/images/menu-green2.png) no-repeat left top;
    min-height: 38px;
    -height: 38px;
}
#topmenu .topmenu-blue {
    margin: 0 auto;
    text-align: left;
    background: url(/public/themes/images/menu-blue2.png) no-repeat left top;
    min-height: 38px;
    -height: 38px;
}
#topmenu .title {
    color: #ffffff;
    font-weight: bold;
    float: left;
    width: 90px;
    padding: 11px 0 11px 12px;
    font-size: 1.1em;
    position: relative;
}
#topmenu .subtitle {
    position:absolute;
    left: 0;
    top: 38px;
    display: none;
    color: #000000;
    z-index: 100;
    _height: 1px; 
}
#topmenu .subtitle a{
    display: block;
    color: #ffffff;
    width: 90px;
    padding: 12px 0 10px 10px;
    z-index: 150;
}
#topmenu .subtitle a.red{
    border: none;
    background: url(/public/themes/images/menu-red.png) no-repeat left center;
    _background:none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/themes/images/menu-red.png',sizingMethod='scale');
}
#topmenu .subtitle a.green{
    border: none;
    background: url(/public/themes/images/menu-green.png) no-repeat left center;
    _background:none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/themes/images/menu-green.png',sizingMethod='scale');
}
#topmenu .subtitle a.blue{
    border: none;
    background: url(/public/themes/images/menu-blue.png) no-repeat left center;
    _background:none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/themes/images/menu-blue.png',sizingMethod='scale');
}

.menu-culture {
    background: #666464;
}
.menu-service {
    background: #ebebeb;
    position:relative;
}
ul.menu{
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #666464;
    text-align: left;
    float: left;
}
ul.menu li{
    float: left;
    padding: 5px 0 8px 0;
    border-top: 3px solid #666464;
}
.menu-service ul.menu li{
    border-top: 3px solid #ebebeb;
}
ul.menu li.active{
    background: #D6051A;
    border-top: 3px solid #D6051A;
}
ul.menu li.hover{
    border-top: 3px solid #D6051A;
}
.menu-service ul.menu li.active{
    background: #00B3E7;
    border-top: 3px solid #00B3E7;
}
.menu-service ul.menu li.hover{
    /*border-top: 3px solid #00B3E7;*/
    background: #00B3E7;
    border-top: 3px solid #00B3E7;
}

ul.menu li a{
    color: #ffffff;
    padding: 0px 7px;
    text-decoration: none;
}
.menu-service ul.menu li a{
    color: #404040;
}
.menu-service ul.menu li.active a{
    color: #ffffff;
}

.menu-service ul.menu li.hover a{
    color: #ffffff;
}

/* Popup menu items */
.menu-service ul.menu li div.popupItems {
    background:#dfdfdf;
    display:none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    z-index:999;
}
.menu-service ul.menu li div.popupItems div.popupItemsCase {
    border:1px solid #00b2dd;
    padding:10px;
    min-height: 285px;
}
.menu-service ul.menu li div.basePopupItems {
    background:#dfdfdf;
    display:none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    z-index:999;
}
.menu-service ul.menu li div.popupItems div.basePopupItemsCase {
    border:1px solid #00b2dd;
    padding:10px;
    min-height: 285px;
}
.menu-service ul.menu li div.popupItems ul {
    list-style:none;
    margin:0;
    padding:0;
    float:left;
    min-height:1px;
    _height:1px;
}

.menu-service ul.menu li div.popupItems ul li {
    float:none;
    padding:0;
    margin:0;
    border:none;
    background:none;
    padding-right:10px;
}

.menu-service ul.menu li div.popupItems ul li a {
    color:#000;
    padding:0;
    display:inline;
}
.menu-service ul.menu li div.popupItems ul li a:hover {
    text-decoration:underline;
}

.menu-service ul.menu li div.popupItems ul li.secondLevel {
    padding-top:2px;
    padding-bottom:2px;
}

.menu-service ul.menu li div.popupItems ul li.lunch {
    background:#09b0e4;
    padding:5px 0 5px 10px;
    margin:0 10px 10px 0;
    position:relative;
    left:-10px;
    font-weight: bold;
}

.menu-service ul.menu li div.popupItems ul li.lunch a {
    color:#FFF;
    text-decoration:none;
    display:block;
}

.menu-service ul.menu li div.popupItems ul li.secondLevel a {
    color:#09b0e4;
    font-size:1.1em;
    font-weight:bold;
}

/****** SPODNE MENU *******/
#bottommenu {
    padding: 10px 0;
    text-align: left;
    font-size: 1em;
    position: fixed;
    bottom:0;
    z-index:100;
    width:100%;
    /* background: url(/public/themes/images/bottom-menu-bg.png) repeat-x 0 0; */
    background-color: #d9d9d9;
    text-align: center;
}
#bottommenu ul {
    padding: 0;
    margin: 0 5px;
}
#bottommenu ul li{
    display: inline;
    border-right: 1px solid #000;
}
#bottommenu ul li.last{
    border-right: none;
}
#bottommenu ul li a{
    color: #000;
    padding: 3px 5px 3px 7px;
}
#bottommenu ul li.first a{
    color: red;
    font-weight: bold;
}

/****** PATA STRANKY *******/
#footer {
    font-size: 0.8em;
    background-color: #333333;
    color: #c9d0d8;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}
#footer a{
    color: #ffffff;
}
#footer2 {
    font-size: 0.8em;
    background-color: #666666;
    color: #c9d0d8;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}
#footer2 a{
    color: #ffffff;
}

/****** OBSAH STRANKY *******/
#rightBannerColumn {
	padding-top: 50px;
}
.competitions-r {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333333;
	line-height: 17px;
	background: #f4f4f4;
	margin: 0;
	border-radius: 6px;
	padding: 6px 10px 6px 10px;
	min-height: 0;
}
.competitions-r-heading {
	font-weight: 600;
	font-size: 22px;
}
.one-competition {
	margin-bottom: 10px;
	max-height: 99px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.one-competition > a {
	color: #333333;
}
@media (min-width: 992px) {
	.one-competition {
		max-height: 29px;
	}
}
@media (min-width: 1200px) {
	.one-competition {
		max-height: 35px;
	}
}

.one-competition:last-child {
	margin-bottom: 0;
}
.inputFieldText {
	width: 130px;
	float: left;
}
.eventBodyNew > input {
	margin-bottom: 10px;
}
.add-action-r {
	display: flex;
	align-items: center;
	background: #39b54a;
	color: #ffffff;
	font-size: 16.31px;
	text-align: center;
	padding: 4px 0 7px 0;
	line-height: 20.97px;
	border-radius: 6px;
	margin-top: 0;
	overflow: hidden;
}
.add-action-r-wrapper {
	width: 100%;
}
.btn-inverse {
	background: #ffffff;
	color: #39b54a;
	-webkit-box-shadow: 0px 0px 24px 6px rgba(40, 40, 40, 0.3);
	-moz-box-shadow: 0px 0px 24px 6px rgba(40, 40, 40, 0.3);
	box-shadow: 0px 0px 24px 6px rgba(40, 40, 40, 0.3);
    border-radius: 24px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 8px;
}
.btn-green-add {
	background: #39b54a;
	color: #ffffff;
	-webkit-box-shadow: 0px 2px 8px 3px rgba(40, 40, 40, 0.2);
	-moz-box-shadow: 0px 2px 8px 3px rgba(40, 40, 40, 0.2);
	box-shadow: 0px 2px 8px 3px rgba(40, 40, 40, 0.2);
	border-radius: 24px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-top: 0;
	font-weight: 600;
	width: 100%;
}
.right-banner {
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.col-banners-right {
		display: none;
	}
	.right-banner {
		padding: 0 15px;
	}
}
.bot-line {
	/*border-bottom: 1px solid #999999;*/
	margin-bottom: 22px;
}
.line-element{
	background: #999999;
	width: 100%;
	height: 1px;
	-moz-height:1px;
	margin-top: 29px;
}
#myCarousel {
	/*width: 840px;
	height: 349px;*/
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 6px;
}
.right-panel-new {
	margin-top: 15px;
	margin-bottom: 7px;
}

.topSlideBanner .right-panel-new.pull-right {
	position: absolute;
	bottom: 30px;
	right: 0;
}

.topSlideBanner {
	position: relative;
}

@media (min-width: 992px) {
	/*line after carousel*/
	.carousel-banner:after{
		background: #999999;
		bottom: 0;
		content: " ";
		right: 0;
		position: absolute;
		width: 1px;
		top: 0;
	}
	.col-slider-banner:after {
		/*border-right: 1px solid #000000;*/
		background: #999999;
		content: " ";
		position: absolute;
		bottom: 0;
		right: 0;
		top: 0;
		width: 1px;
	}
	.right-panel-new {
		margin: 0;
	}
	.competitions-r {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 7px;
	}
	.competitions-r-heading {
		font-size: 18.31px;
	}
	.one-competition {
		margin-bottom: 6px;
	}
}

@media (min-width: 1200px) {
	.competitions-r {
		font-size: 14px;
		line-height: 17px;
		margin: 1px 0 13px 0;
	}
	.competitions-r-heading {
		font-size: 22px;
	}
	.one-competition {
		margin-bottom: 10px;
	}
	.add-action-r {
		font-size: 18.31px;
		padding: 10px 0 15px 0;
		line-height: 28.97px;
	}
}

#myCarousel > .carousel-inner > .item > a > img {
	border-radius: 6px;
}
#myCarousel > .left.carousel-control {
	border-radius: 6px 0 0 6px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
#myCarousel > .right.carousel-control {
	border-radius: 0 6px 6px 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

#myCarousel > .left.carousel-control:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#myCarousel > .right.carousel-control:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse:focus {
	background: #ffffff;
	color: #39b54a;
	text-decoration: underline;
}
.title-new {
	font-weight: 600;
	font-size: 21.97px;
	color: #333333;
}
#body {
    text-align: left;
    /*
    border-left: 1px #d9d9d9 solid;
    border-right: 1px #d9d9d9 solid;
    */
}
#body .separator {
    background: url(/public/themes/images/separator-vertical.png) repeat-y 682px 20px;
    _height: 1px;
}

#body-left {
    width: 682px;
    float: left;
    position: relative;
    padding-top: 10px;
}
#body-right {
    width: 340px;
    float: right;
    padding: 0 0 20px 0;
    padding-top: 10px;
}

#body-right div.actionNewsTriggerPanel {
    padding:0 0 0 20px;   
    position: relative; 
}

/* Novinky v pravom panely */
#body-right div.rightNewsBlock {
    width:300px;
    background:#3f3f3f;
    margin:20px 20px 20px 20px;
}
#body-right div.rightNewsBlock div.headerBlock {
    background:#FF4C45;    
}

#body-right div.rightNewsBlock div.headerBlock ul {
    list-style:none;
    margin:0;
    padding:0;
}

#body-right div.rightNewsBlock div.headerBlock ul li {
    float:left;
    width:99px;
    background:#ff4c45;
    border-right:1px solid #FFF;
}

#body-right div.rightNewsBlock div.headerBlock ul li.active {
    background:#3F3F3F;
}

#body-right div.rightNewsBlock div.headerBlock ul li.last {
    width:99px;
    border-right:none;
}

#body-right div.rightNewsBlock div.headerBlock ul li a {
     display:block;
     color:#FFF;
}

#body-right div.rightNewsBlock div.headerBlock ul li a span {
    display:block;
    padding:5px 0 5px 10px;    
}

#body-right div.rightNewsBlock ul.contentBlock {
    list-style:none;
    margin:0;
    padding:15px;
    display:none;
}

#body-right div.rightNewsBlock ul.contentBlock li.itemNews {
    padding: 5px 0px;
    border-bottom:1px solid #666666;
}

#body-right div.rightNewsBlock ul.contentBlock li.itemNewsLast {
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
}

#body-right div.rightNewsBlock ul.contentBlock li.itemNews  div.image {
    float:left;
    width:64px;
    text-align:center;
}

#body-right div.rightNewsBlock ul.contentBlock li.itemNews  div.content {
    padding-left:80px;
}

#body-right div.rightNewsBlock ul.contentBlock li.itemNewsNoImage  div.content {
    padding-left:0;
}

#body-right div.rightNewsBlock ul.contentBlock li.itemNews div.title {
    padding-bottom:0px;   
}
#body-right div.rightNewsBlock ul.contentBlock li.itemNews div.title a {
    font-weight:bold;
    font-size:1em;
    color:#ff4c45;   
}

#body-right div.rightNewsBlock ul.contentBlock li.itemNews div.content div.title {
    padding-bottom:3px;   
}
#body-right div.rightNewsBlock ul.contentBlock li.itemNews div.content div.title a {
    font-weight:bold;
    font-size:1em;
    color:#ff4c45;   
}

#body-right div.rightNewsBlock ul.contentBlock li.itemNews  div.content div.description {
    color:#FFF;
    font-size:0.85em;
}

#body-right div.rightNewsBlock #contentBlock1 {
    display:block;
}

.buttonRed {
    background: none repeat scroll 0 0 #FF4C45;
    border: 1px solid #E24033;
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 29px 0 0;
    width: 140px;
    float: left;
}

.buttonRed a {
    display:block;
    padding:8px 5px;
    font-weight:bold;    
    text-decoration:none;
    color:#fff;
    text-align: center;
}
.buttonYellow {
    background: none repeat scroll 0 0 #F7FF00;
    border: 1px solid #ECE81E;
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 29px 15px 0 0;
    width: 140px;
    float: left;
}
.buttonYellow a {
    display:block;
    padding:8px 5px;
    font-weight:bold;    
    text-decoration:none;
    color:#666666;
    text-align: center;
}

.buttonZlavy {
    background: url("images/zlavy-btn.jpg") no-repeat scroll center center transparent;
    border: medium none;
    display: block;
    float: left;
    height: 90px;
    width: 178px;  
    left: -10px;
    position:relative;
    left: -5px; 
}

.buttonZlavy a {
    float: left;
    height: 90px;
    width: 178px;  
}
.buttonZlavy a span{
    display: none;
}

.title-block {
    padding: 15px 0 15px 20px;
    background: url(/public/themes/images/separator-horizontal.png) repeat-x left center;
}
.title-red {
    /*background: url(/public/themes/images/title-red.png) repeat-x left center;
    border: 1px solid #D6051A;*/
    padding:0 0 0 0;
    font-size:21.97px;
    color: #333333;
	text-transform: uppercase;
	font-weight: 600;
}

.title-red-smaller {
    font-size:1.4em;    
}

.title-day {
    color:#cc1122;
    font-size:1.4em;    
}

.title-day-label {
	color: #ffffff;
	font-size: 1em;
	font-weight: 700;
	padding: 2px 10px;
	margin-left: 20px;
	background: #d1061a;
	border-radius: 25px;
	width: 100px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	left: 180px;
	top: 13px;
}

.title-grey-arrow{
    /*background: url(/public/themes/images/title-red-arrow.png) no-repeat left center;*/
    padding: 5px 0px 3px 5px;
    font-weight: bold;
    color: #666666;
    font-size: 1.3em;
}
.title-red-arrow{
    /*background: url(/public/themes/images/title-red-arrow.png) no-repeat left center;*/
    padding: 5px 0px 3px 5px;
    font-weight: bold;
    color: #D6051A;
    font-size: 1.3em;
}
.title-blue{
    background: url(/public/themes/images/title-blue.png) repeat-x left center;
    border: 1px solid #00B3E7;
    padding: 5px 10px;
    font-weight: bold;
    color: #ffffff;
}
.title-green{
    background: url(/public/themes/images/title-green.png) repeat-x left center;
    border: 1px solid #2CA626;
    padding: 5px 10px;
    font-weight: bold;
    color: #ffffff;
}
.header-blue{
    color: #0092dd;
}
.header-red{
    color: #d33d3c;
}
.header-grey {
    color: #666464;
}
.header-pink {
    color: #FF948A;
}
.subtitle-grey{
    /*
    background: url(/public/themes/images/title-grey.png) repeat-x left center;
    border: 1px solid #6b7177;
    border-bottom: none;
    */
    padding: 3px 5px 3px 5px;
    font-weight: normal;
    font-size: 1.2em;
    color: #666666;
    /*
    position: relative;
    top: 3px;
    */
}
.subtitle-grey a{
    color: #666666;
}
.subtitle-grey a:hover {
	color: #d6051a;
}
.texttitle{
    padding: 3px;
    font-weight: normal;
    color: #6b7177;
    position: relative;
    top: 4px;
}
h2.texttitle{
    padding: 3px 0 3px 5px;
    font-weight: normal;
    color: #6b7177;
    position: relative;
    top: 0px;
    display: inline;
    margin: 0;
    font-size: 1em;
}


.title-row {
    /*background: url(/public/themes/images/title-shadow2.png) repeat-x left bottom;*/
    padding: 0;
    margin: 0 0 5px 0;
    position: relative;
    _height: 1px;
}
.title-row2 {
    background: url(/public/themes/images/title-shadow2.png) repeat-x left bottom;
    padding: 20px 0 2px 0;
    margin: 0;
    position: relative;
    _height: 1px;
    font-weight: bold;
    font-size: 1.1em;
}
.title-row2b {
    background: url(/public/themes/images/title-shadow2.png) repeat-x left bottom;
    padding: 20px 0 2px 0px;
    margin: 0;
    position: relative;
    _height: 1px;
    font-weight: bold;
    font-size: 1.2em;
}
.title-row3 {
    padding: 20px 0 2px 0px;
    margin: 0;
    position: relative;
    font-weight: bold;
    font-size: 1.2em;
}
.title-row h1{
    font-size:1em;
    display: inline;
    font-weight: bold;
}
.title-row .share{
    position: absolute;
    bottom: 6px;
    right: 10px;
}
.title-row .print{
    position: absolute;
    bottom: 3px;
    left: 60px;
    padding: 0 0 0 20px;
    background: url(/public/themes/images/print.png) no-repeat left center;
}
.title-row .print a{
    color: #000000;
}

.group {
    /* background: url(/public/themes/images/group-shadow1.png) repeat-x left top; */
    padding: 10px 0 10px 0;
}
.group-homepage-right {
    /*background: #E0E1E1;*/
    width: 120px; 
    float: right;
    margin: 10px 15px 10px 0;
}
.group-container{
    padding: 10px 20px;
    border: 1px #C9D0D8 solid;
}
.group-text {
    /* background: url(/public/themes/images/group-shadow1.png) repeat-x left top; */
    padding: 10px 50px;
    position: relative;
}
.group-text h1 {
    margin: 0 0 1em 0;
    font-size: 2em;
    font-weight: normal;
}
.group-text .share{
    padding: 3px 0;
    float: right;
}
.group2 {
    background: #f0f4f6 url(/public/themes/images/group2-top.png) repeat-x left top;
}
.group2 .group2-bottom{
    background: url(/public/themes/images/group2-bottom.png) repeat-x left bottom;
    padding: 10px;
}
.group3 {
    background: #F8FAFB url(/public/themes/images/group3-bg.png) repeat-x left top;
    border-left: 1px solid #c9d0d8;
}
.title-black{
    background: url(/public/themes/images/title-black.png) repeat-x left center;
    border: 1px solid #000000;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
}
.title-black a{
    color: #ffffff;
    font-weight: bold;
}
.title-black a:hover{
    text-decoration: none;
}

#breadcrumbs{
    margin: 20px 0 30px 0;
    padding: 0;
    list-style: none;
}
#breadcrumbs li{
    display: inline;
    padding: 0 1px;
    font-size: 0.9em;
}
#breadcrumbs li a{
    color: #eb1c25;
	font-size: 14.65px;
}
#breadcrumbs li a.last{
    color: #333333;
	font-size: 14.65px;
}
#breadcrumbs.red li a:hover{
    color: #eb1c25;
}
#breadcrumbs.blue li a:hover{
    color: #eb1c25;
}

#level-menu{
    font-size:0.8em;
    margin:0 0 0 10px;
    padding: 5px 0 0 0;
    color: #000;
}
#level-menu ul{
    list-style :none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    color: #000000;
}
#level-menu .level-blockA{
    padding: 0 0 16px 0;
}
#level-menu .level-blockB{
    border-top: 1px solid #c9d0d8;
    border-left: 1px solid #c9d0d8;
    border-right: 1px solid #c9d0d8;
    background: #ffffff;
    margin: 0 10px 0 0;
    padding: 2px;
}
#level-menu .level-blockB ul{
    border-top: 3px solid #00B3E7;
    padding: 5px 0;
}
#level-menu .level-blockB ul.blue{
    border: none;
    border-top: 3px solid #00B3E7;
    background: none;
}
#level-menu .level-blockB ul.red{
    border: none;
    border-top: 3px solid #D6051A;
    background: none;
}
#level-menu .level-blockB ul.green{
    border: none;
    border-top: 3px solid #00B3E7;
    background: none;
}
#level-menu li{
    display: inline;
    font-size: 1.2em;
    color: #000;
    border-right: 1px #000 solid;
}
#level-menu li.last{
    border: none;
}
#level-menu li.active a{
    color: #0092DD;
    font-weight: bold;
}
#level-menu li a{
    padding: 0 5px;
    color: #000000;
    white-space:nowrap;
}
#level-menu li.first a{
    padding: 0 5px 0 0;
}
/*
#breadcrumbs2{
    font-size:0.8em;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 10px 0 10px;
    padding:5px 0 6px;
    border: 1px solid #c9d0d8;
    background: #ffffff;
}
#breadcrumbs2 li{
    display: inline;
    font-size: 1em;
}
#breadcrumbs2 li a{
    padding: 0 5px;
    color: #000;
}
#breadcrumbs2 li.first a{
    padding: 0 5px 0 0;
}
*/

#body .left_content {
    width: 680px;
    float: left;
}
#body .right_content {
    width: 310px;
    float: right;
}
#city-indicator{
    min-height: 15px;
    -height: 15px;
    position: absolute;
    top: 83px;
    left: -87px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 30px 3px 30px;
    background-color: #787d83;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    _display: none;
    /*@display: none; - chyba, teda som to zakomentoval*/
}


.event-wide{
    border-bottom: 1px dotted #999999;
    margin: 5px 10px 5px 0;
    padding: 0 0 5px;
}
.event-wide .logo3d {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 27px;
    height: 27px;
    background: url(images/3D.png) no-repeat top right;
}
.event-wide .logo3d span{
    display: none;
}
.event-wide a.image {
    float:left;
    padding: 5px;
    background: #ffffff url(/public/themes/images/event-dot.png) repeat-y right bottom;
}
.event-wide a.image img{
    float:left;
}
.event-wide .event-detail {
    width: 500px;
    float:left;
    font-size: 0.9em;
    padding-top: 10px;
}
.event-wide .event-title {
    color: #D6051A;
    font-size: 1.1em;
    padding-left: 10px;
}
.event-wide .event-descr {
    padding: 10px 0 10px 10px;
}
.event-wide .event-termin {
    padding: 0 10px;
}
.event-wide p{
    padding: 0;
}

.event-box {
    border: 1px solid #c9d0d8;
    /*width: 324px;*/
    /*float: left;*/
    margin: 10px 10px 10px 0;
    -moz-box-shadow: 3px 3px 5px #EBEEF1;
    -webkit-box-shadow: 3px 3px 5px #EBEEF1;
    box-shadow: 3px 3px 5px #EBEEF1;
    position: relative;
}
.event-box .logo3d {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 27px;
    height: 27px;
    background: url(images/3D.png) no-repeat top right;
}
.event-box .logo3d span{
    display: none;
}
.event-box .event-box-type {
    position: absolute;
    top: -12px;
    left: 5px;
    font-size: 0.7em;
    background: #999999;
    color: #ffffff;
    padding: 1px 6px;
}
.event-box-large {
    /*border: 1px solid #c9d0d8;*/
    /*width: 662px;*/
    /*float: left;*/
    margin: 0 0 0 0;
    /*
    -moz-box-shadow: 3px 3px 5px #EBEEF1;
    -webkit-box-shadow: 3px 3px 5px #EBEEF1;
    box-shadow: 3px 3px 5px #EBEEF1;
    */
    /* background: #ffffff url(/public/themes/images/event-bg.png) repeat-x left bottom; */
    position: relative;
}
.last-box{
    margin-right: 0;
}
.event-box a.image {
    float:left;
    padding: 5px;
    background: #ffffff url(/public/themes/images/event-dot.png) repeat-y right bottom;
}
.event-box a.image img{
    float:left;
}
.event-box .event-detail {
    width: 200px;
    float:left;
    font-size: 0.9em;
    padding-top: 10px;
}
.event-box .event-title {
    color: #D6051A;
    font-size: 1.1em;
    padding-left: 10px;
}
.event-box .event-descr {
    padding: 10px 0 10px 10px;
}
.event-box .event-termin {
    padding: 0 10px;
}
.event-box p{
    padding: 0;
}
.event-box .event-title a {
    color: black;
    font-weight: bold;
}

.event-box2 {
    border-right: 1px solid #c9d0d8;
    width: 131px;
    float: left;
    text-align: center;
}
.event-box2 .event-title {
    color: #404040;
    /*font-weight: bold;*/
    padding: 10px 10px 0 10px;
    min-height:2.5em;
    _height: 2.5em;
}
.event-box2 .event-title a{
    color: #404040;
}
.event-box2 .event-title a:hover{
    color: #D6051A;
}



.event-box21 {
    width: 245px;
    float: left;
    margin: 5px 15px 15px 0;
    position: relative;
    border: 1px solid #C9D0D8;
    -moz-box-shadow: 3px 3px 5px #EBEEF1;
    -webkit-box-shadow: 3px 3px 5px #EBEEF1;
    box-shadow: 3px 3px 5px #EBEEF1;
}
.event-box21 .event-box-type {
    position: absolute;
    top: -13px;
    left: 5px;
    font-size: 0.7em;
    background: #999999;
    color: #ffffff;
    padding: 1px 6px;
}
.event-box21 a.image {
    float:left;
    padding: 5px 0 5px 5px;
}
.event-box21 a.image img{
    float:left;
}
.event-box21 .event-detail {
    width: 164px;
    float:left;
    font-size: 0.9em;
    padding: 5px 5px 5px 0;
}
.event-box21 .event-title {
    color: #D6051A;
    font-size: 1.1em;
    padding-left: 10px;
    font-weight: bold;
}
.event-box21 .event-descr {
    padding: 0 0 0 10px;
}
.event-box21 .event-termin {
    padding: 0 10px;
}
.event-box21 p{
    padding: 0;
}

.event-box21b {
    float: left;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 3px 0 10px 0;
    width: 118px;
    border: 1px solid #C9D0D8;
    -moz-box-shadow: 3px 3px 5px #EBEEF1;
    -webkit-box-shadow: 3px 3px 5px #EBEEF1;
    box-shadow: 3px 3px 5px #EBEEF1;
}
.event-box21b .event-title {
    color: #404040;
    padding: 3px 3px 7px 3px;
}
.event-box21b .event-title a{
    color: #404040;
}
.event-box21b .event-title a:hover{
    color: #D6051A;
}

/* event box v25 */
.event-box25 {
    padding-bottom:15px;
}

.event-box25 a.image {
    float:left;    
}

.event-box25 .event-detail {
    float:left;
    width:248px;    
}

.group .event-box25 .event-detail {
    width:228px    
}

.event-box25 .event-title {
    color:#D6051A;
    font-size:1.1em;
    font-weight:bold;
    padding-left:10px;
}

.event-box25 .event-box-type {
    display:inline-block;
    margin:4px 0 4px 10px;
    position:inherit;
}

.event-box25 .event-descr {
    padding:0 0 0 10px;
}

.event-box25 .event-box-type {
    background:none repeat scroll 0 0 #999999;
    color:#FFFFFF;
    font-size:0.7em;
    padding:1px 6px;
    margin:4px 0 4px 10px;
}

/* Movies */

.movie-image-wrapper {
	width: 163px;
	height: 227px;
	background: #f4f4f4;
	text-align: center;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.movie-image-wrapper a {
	height: 100%;
	width: 100%;
}

.movieImageAdjusted {
	height: 100% !important;
	width: auto !important;
}

.movie-list-wrapper {
	height: 465px !important;
    overflow-y: hidden;
	padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}

.movie-list-wrapper .movie-detail-new {
	overflow-y: hidden;
}

@media (max-width: 767px) {
	.movie-list-wrapper {
		height: 143px !important;
	}

	.movie-list-wrapper .movie-detail-new {
		height: 123px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.movie-list-wrapper {
		height: 161px !important;
	}

	.movie-list-wrapper .movie-detail-new {
		height: 141px;
	}
}

@media (max-width: 991px) {
	.movie-list-wrapper .movie-detail-new {
		padding-left: 0 !important;
	}
}

@media (min-width: 992px) {
	.movie-list-wrapper {
		padding-top: 0 !important;
	}

	.movie-list-wrapper .movie-detail-new {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

.event-movie-recommended {
	background: #f4f4f4;
	border-radius: 6px;
}

.movieLinksNew {
	margin-bottom: 10px;
}

.movieLinksNew > a > img {
	height: 30px;
	width: auto;
	margin-right: 6px;
	margin-top: 6px;
}

.movie-detail-new {
	padding-top: 5px;
}

.movies-row {
	margin-top: 10px;
}

.event-homepage-movie-new {
	margin-bottom: 20px;
}

.img-rect-movie {
	width: 163px;
	height: auto;
	border-radius: 6px;
}

.event-box-center {
	width: 163px;
}
@media (max-width: 1199.99px) {
	.btn-green-add {
		font-size: 12.31px;
		margin-top: 6px;
	}
	.img-rect-movie {
		width: 131px;
	}
	.movie-image-wrapper {
		width: 131px;
		height: 182px;
	}
}

@media (max-width: 991.99px) {
	.movie-image-wrapper{
		height: 131px;
		float: left;
	}
	.movie-detail-new {
		padding-top: 0;
		padding-left: 136px;
	}
	.event-homepage-movie-new {
		height: 131px;
		overflow: hidden;
	}
}

.moviesGroup {
    padding: 1px 0;
    margin: 0 15px 15px 10px;
}
.moviesGroup .content{
    /*background: #e0e1e1;*/
    padding: 12px 0px;
}
.moviesGroup .content .last{
    margin-right: 0;
    border: none;
}
.event-homepage-movie{
    float: left;
    margin: 0;
    padding: 0 9px;
    border-right: 1px solid #bebebe;
    min-height: 235px;
    _height: 235px;
}
.event-homepage-movie .event-title{
    width: 145px;
    font-size: 0.9em;
}
.event-homepage-movie .event-title a{
    color: #D6051A;
    font-weight: bold;
}
.event-homepage-movie .event-descr{
    width: 145px;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
    
}

#eventsColumn .movie-image-wrapper {
	border: 1px solid #dfdfdf;
}

@media (min-width: 992px) {
	#eventsColumn .movie-image-wrapper {
		width: 152px;
		height: 212px;
	}

	#eventsColumn .movie-image-wrapper .img-rect-movie {
		width: 152px;
	}
}

@media (min-width: 1200px) {
	#eventsColumn .movie-image-wrapper {
		width: 189px;
		height: 263px;
	}

	#eventsColumn .movie-image-wrapper .img-rect-movie {
		width: 189px;
	}
}

@media (max-width: 767px) {
	#eventsColumn .event-homepage-movie-new {
		height: 123px;
	}

	#eventsColumn .movie-image-wrapper {
		width: 123px;
		height: 123px;
		margin-left: 10px;
		margin-right: 10px;
	}

	#eventsColumn .movie-image-wrapper .img-rect-movie {
		width: 123px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#eventsColumn .event-homepage-movie-new {
		height: 143px;
	}

	#eventsColumn .movie-image-wrapper {
		width: 143px;
		height: 143px;
		margin-left: 10px;
		margin-right: 10px;
	}

	#eventsColumn .movie-image-wrapper .img-rect-movie {
		width: 143px;
	}
}

@media (min-width: 992px) {
	#eventsColumn .movie-detail-new .scrolltop {
		display: none;
	}
}

@media (max-width: 991px) {
	#eventsColumn .movie-detail-new {
		position: relative;
	}
}

.last-box2{
    margin-right: 0;
    border-right: none;
}

.event-box3 {
    border: 1px solid #c9d0d8;
    background: #ffffff url(/public/themes/images/info-block-bg.png) repeat-x center top; 
    margin: 0;
    padding: 10px;
}

.event-short{
	display: inline-block;
    padding: 10px 10px 10px 10px;
	background: #ffffff;
	margin-bottom: 10px;
	border-radius: 6px;
	width: 100%;
	height: 143px;
	overflow-y: hidden;
    /*background: url(/public/themes/images/arrow-right-black.png) no-repeat 3px 5px;*/
}
.event-short-recommended {
	background: #f4f4f4;
}
.event-short-image img {
    border: none;
    margin: auto;
	position: absolute;
	left: -100%;
	top: -100%;
	right: -100%;
	bottom: -100%;
	border-radius: 6px;
}
.event-short-last {
    /*background: url(/public/themes/images/arrow-right-black.png) no-repeat 3px 5px;*/
}
.event-short-recommended {
	background: #f4f4f4;
}
.event-short-image {
	background: #f4f4f4;
    float: left;
    width: 123px;
	height: 123px;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
    text-align: center;
    vertical-align: middle;
	margin-right: 10px;
	border: 1px solid #dfdfdf;
	z-index: 1;
}
.event-short-image img.wide {
	height: 100% !important;
}
.event-short-image img.tall {
	width: 100% !important;
}
.event-image-wrapper img.wide {
	height: 100% !important;
}
.event-image-wrapper img.tall {
	width: 100% !important;
}
.eventBodyNew img.wide {
	height: 100% !important;
}
.eventBodyNew img.tall {
	width: 100% !important;
}
.event-short-content {
    /*background: url(/public/themes/images/separator-horizontal-dot.png) repeat-x scroll left bottom;*/
    padding: 0 0 10px 0;
    margin: 0 0 0 0;
	white-space: normal;
    word-break: normal;
    word-wrap: break-word;
	overflow-y: hidden;
	max-height: 123px;
}
.event-short-content-recommend {
    margin-left:165px;
}

.event-short-content-without-image {
    margin-left:0px    
}

.event-short-title span {
    font-weight: normal;
}
.event-short-title a {
    font-size:18.31px;
	line-height: 18.31px;
    color:#333333;
	font-weight: 700;
}
.event-short-content-recommend .event-short-title a {
    font-size:1.7em;
}

.event-short-title a:hover {
    color: #D6051A;
    text-decoration: none;
}

.event-short-title .datePlace {
    font-style:italic;
    padding:3px 0 12px 0;
    font-weight: 200;
    color: #333333;
	line-height: 14.65px;
	font-size: 14.65px;
}

.event-short-title .datePlace .firm, .event-short-title .datePlace .country {
    font-weight: 200;
}
.event-short-title .datePlace .firm a.firm_link {
    font-weight: 600;
    color: #333333;
    font-size: 14.65px;
}
.event-short-title .datePlace .firm a:hover {
    color: #D6051A; 
}

/* NEW datePlace*/
.event-title-new .datePlace {
    font-style:italic;
    padding:5px 0 5px 0;
    font-weight: 200;
    color: #333333;
	line-height: 14.65px;
	font-size: 14.65px;
}

.event-title-new .datePlace .firm, .event-short-title .datePlace .country {
    font-weight: 200;
}
.event-title-new .datePlace .firm a.firm_link, .event-homepage-movie-new .movie-detail-new .event-title-new .event-termin a.firm_link {
    font-weight: 600;
    color: #333333;
    font-size: 14.65px;
}
.event-title-new .datePlace .firm a:hover, .event-title-new .datePlace .firm a:focus, .event-title-new .datePlace .firm a:active, .event-homepage-movie-new .movie-detail-new .event-title-new .event-termin a.firm_link:hover, .event-homepage-movie-new .movie-detail-new .event-title-new .event-termin a.firm_link:focus, .event-homepage-movie-new .movie-detail-new .event-title-new .event-termin a.firm_link:active {
    color: #D6051A;
	text-decoration: none;
}
.event-title-new .event-termin {
	font-size: 14.65px;
}
/* END NEW datePlace */

.event-type {
    display:inline-block;
    padding:0px 3px;
    color:#a09e9f;
    margin-bottom:5px;
    background:#efefef;    
}

.event-type-new {
	color: #d6051a;
	vertical-align: middle;
	margin-right: 10px;
	font-weight: 400;
	font-size: 14.65px;
}

.event-type-new-wrapper {
	padding-bottom: 5px;
}

.event-type-recomended {
	background: #f0ad4e;
    color: #ffffff;
    border-radius: 24px;
    padding: 0 8px;
    font-weight: 400;
    font-size: 11.65px;
}

.event-type-3d {
	background: #d6051a;
    color: #ffffff;
    border-radius: 24px;
    padding: 0 8px;
    font-weight: 400;
    font-size: 11.65px;
}

.event-short-detail {
    font-size: 14.65px;
    color: #333333;
    /*line-height: 18.65px;*/
	/*max-height: 3.7em;*/
	overflow-y: hidden;
}

.event-short-content-recommend .event-short-detail {
    color:#000;    
    font-size: 1.05em;
}

.event-short-last p, .event-short p {
    padding: 0;
    margin: 0;
}

.event-outer-wrapper {
	position: relative;
}

@media (max-width: 649px) {
/*	.event-short-detail {
		float: left;
		margin-top: 6px;
	}*/
}

@media (min-width: 768px) {
	.event-short{
		height: 163px;
	}

	.event-short-image {
		width: 143px;
		height: 143px;
	}

	.event-short-content {
		max-height: 143px;
	}

	.event-short-title a {
		font-size: 22.31px;
		line-height: 22.31px;
	}
}

@media (min-width: 992px) {
	.event-short{
		height: 183px;
	}

	.event-short-image {
		width: 163px;
		height: 163px;
	}

	.event-short-content {
		max-height: 163px;
	}

	.event-short-title a {
		font-size: 24.31px;
		line-height: 24.31px;
	}
}

.firm-box {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    position: relative;
}

@media (min-width: 768px) {
	.firm-box {
		width: 50%;
		height: 160px;
	}
}

.last-box{
    margin-right: 0;
}
.firm-box a.image {
    float:left;
	padding: 10px;
    background: #ffffff url(/public/themes/images/event-dot.png) repeat-y right bottom;
	height: 120px;
	overflow: hidden;
}
.firm-box a.image img{
    float:left;
	width: 100px;
	height: auto;
	border-radius: 6px;
	border: 1px solid #f4f4f4;
}
.firm-detail {
	padding-left: 120px;
}
.firm-title {
    color: #eb1c25;
    font-weight: 700;
    padding: 10px 10px 0 10px;
    font-size: 1.1em;
}
.firm-title a{
    color: #eb1c25;
    font-size: 1.15em;
    font-weight: 700;
}
.firm-title-red a{
    color: #eb1c25;
}
.firm-title-green a{
    color: #eb1c25;
}
.firm-title-red a{
    color: #eb1c25;
}
.firm-descr {
    padding: 10px;
}
.firm-termin {
    padding: 0px 10px 0 10px;
}
.firm-box p{
    padding: 0;
}



.scrolltop {
	color: #d4d4d4;
    position: absolute;
    top: 0;
    right: 2px;
    display: block;
	padding: 0.2em 0.45em 0.35em 0.45em;
    border-radius: 50%;
}
.scrolltop span {
    display: none;
}

.info-block {
    background: #f4f4f4;
    margin: 0 0 20px 0;
    padding: 5px 0;
	/*display: inline-block;*/
}
.info-block-content{
    display: none;
}
.info-block-content.first{
    display: block;
}

.info-block2 {
    border: 1px solid #c9d0d8;
    background: #ffffff url(/public/themes/images/info-block-bg.png) repeat-x center top; 
    margin: 10px 15px 5px 15px;
    padding: 0px;
    position: relative;
}
.info-block2 a{
    color: #686868;
}
.info-block2 a:hover{
    color: #D6051A;
}
.info-block2-title {
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 15px;
    color: #686868;
}
.info-block2-content {
    padding: 10px;
    
}
.info-block2 .new_registration {
    position: absolute;
    top: -1px;
    right: -1px;
    background: #ff0000;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    background:url(/public/themes/images/title-red.png) repeat-x scroll left center;
    border-bottom: 1px solid #c9d0d8;
    border-left: 1px solid #c9d0d8;
    width: 150px;
}

.info-block2 .new_registration a{
    color: #ffffff;
}

/*  */
.border-block {
    margin: 10px 15px 5px 15px;
}
.border-block-title {
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.border-block-title a{
    color: #fff;
}
.border-block-content {
    border: 1px solid #c9d0d8;
    border-top: none;
    background: #DEDFDF;
}
.bb-blue .border-block-title{
    border: 1px solid #00b3e7;
    background: url(/public/themes/images/title-blue.png) repeat-x center center;
    font-size: 1.1em;
}
.bb-green .border-block-title{
    border: 1px solid #2ca626;
    background: url(/public/themes/images/title-green.png) repeat-x center center;
    font-size: 1.1em;
}
.bb-red .border-block-title{
    border: 1px solid #D6051A;
    background: url(/public/themes/images/title-red.png) repeat-x center center;
    font-size: 1.1em;
}
.bb-blue .border-block-content a:hover{
    color: #00b3e7;
    text-decoration: none;
}
.bb-green .border-block-content a:hover{
    color: #2ca626;
    text-decoration: none;
}
.bb-red .border-block-content a:hover{
    color: #D6051A;
    text-decoration: none;
}

.banner-row {
	overflow: hidden;
}

.sqr_banner * {
	max-width: 100%;
}
.sqr_banner, .right-banner {
	border-radius: 6px;
	overflow: hidden;
}

.sqr_banner > div {
	width: 100%;
	overflow: hidden;
}
@media (max-width: 991.99px){
	#bannerHomeBox {
		padding: 0 15px;
	}
	.sqr_banner {
		text-align: center;
	}
}

.inzercia-small {
	font-size: 10px;
	color: #999999;
	font-weight: 300;
	width: 100%;
	text-align: left;
}

#banner-top-vip > div {
	text-align: center;
	height: auto !important;
}
#banner-top-vip > div div {
	height: auto !important;
}
#banner-top-vip object {
	height: auto !important;
}
#banner-top-vip a {
	height: auto !important;
}
#banner-top-vip img {
	height: auto !important;
}

/* NEWS */

.pr-row {
	background: #f4f4f4;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 30px;
	margin-top: 10px;
	position: relative;
}

.pr-content {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
}

.pr-item {
	margin-top: 10px;
}

.pr-item > a {
	color: #333333;
}

.news {
    background: url(/public/themes/images/separator-horizontal-dot.png) repeat-x left bottom;
    margin: 0 10px;
    padding: 7px 0;
}
.news a{
    color: #313131;
}
.news a:hover{
    text-decoration: none;
}
.news a.more{
    margin: 5px 0 0 0;
    display: inline-block;
    width: 11px;
    height: 9px;
    background: url(/public/themes/images/arrow-right-rw.png) no-repeat center center;
}

.news21 {
    padding: 0 0 15px 0;
    font-size: 0.9em;
}
.news21 a{
    color: #313131;
    text-decoration: underline;
}





.gradient {
    background: url(/public/themes/images/body-bg-top.png) repeat-x left top;
    padding: 10px;
}
.tabber {
    width: 672px;
}
.tabber-content {
    background: url(/public/themes/images/body-bg-top.png) repeat-x scroll left top;
    padding: 10px;
}

/* icons */
.ico{
    display: inline-block;
    width: 17px;
    height: 17px;
    background-position: center center;
    background-repeat: no-repeat;
}
.ico span{
    display: none;
}
.ico-arrowred{
    background-image: url(/public/themes/images/top-event-link.png);
}


.block-title {
    float: left;
    border-bottom: none;
    margin-right: 10px;
}
.block-title.blue{
    padding: 5px 10px;
    color: #fff;
    background: #0093dc url(/public/themes/images/block-title-blue.png) repeat-x center center;
    border: 1px solid #0093dc;
}
.block-title.blue a{
    color: #fff;
}
.block-title.yellow{
    margin-top: 4px;
    padding: 3px 10px;
    color: #000;
    background: #ffcb51 url(/public/themes/images/block-title-yellow.png) repeat-x center center;
    border: 1px solid #ffcb51;
}
.block-title.yellow a{
    color: #000;
}

.block {
    float: left;
    margin: 0 10px 10px 0;
}

.block h4.border{
    clear: both;
    margin-top: 20px;
    padding: 0 15px;
    color: #3f4041;
    border-bottom: 1px #e8ecf0 solid;
}
.block .small{ width: 150px; }
.block .medium{ width: 310px; }
.block .full{ width: 640px; }
.block .homepage-med-box { width: 320px; }
.block .homepage-small-box { width: 210px; }
.block .big{ width: 655px; }
.block .homepage-event { width: 675px;}
.block .institution { width: 662px; }
.block .quicksearch { width: 680px; }

.block .bTop{
    height: 10px;
    font-size: 1px;
    padding: 0 0 0 10px;
    background: url(images/block-base-round.png) no-repeat -979px -23px;
}
.block .bTop .bTopEnd{
    height: 10px;
    background: url(images/block-base-round.png) no-repeat right top;
}
.block .bBottom{
    height: 13px;
    font-size: 1px;
    padding: 0 0 0 10px;
    background: url(images/block-base-round.png) no-repeat -979px -33px;
}
.block .bBottom .bBottomEnd{
    height: 13px;
    font-size: 1px;
    background: url(images/block-base-round.png) no-repeat right -10px;
}
.block .bContent{
    height: 100%;
    padding: 0 0 0 10px;
    background: url(images/block-base.png) repeat-y left 0;
}
.block .bContent .bContentEnd{
    height: 100%;
    padding: 0 12px 0 0;
    background: url(images/block-base.png) repeat-y right 0;
}
.block p {
    margin: 0;
    padding: 5px 5px 5px 5px;
}
.block h2 {
    margin: 0;
    padding: 5px 0 5px 5px;
    color: #FF6D03;
}
.block table.fullsize {
    width: 100%;
}
.block .cell{
    width: 48%;
    padding: 3px 1%;
    float: left;
}

.blue-r .bTop{ background-image: url(images/block-blue-round.png); }
.blue-r .bTop .bTopEnd{ background-image: url(images/block-blue-round.png); }
.blue-r .bBottom{ background-image: url(images/block-blue-round.png); }
.blue-r .bBottom .bBottomEnd{ background-image: url(images/block-blue-round.png); }
.blue-r .bContent{ background-image: url(images/block-blue-bg-round.png); }
.blue-r .bContent .bContentEnd{ background-image: url(images/block-blue-bg-round.png); }
.blue-r .h3 { color: #0099dd; padding: 0 0 0 15px;}
.blue-r .inner { padding: 0 6px 0 0; }

.grey-r .bTop{ background-image: url(images/block-grey-round.png); }
.grey-r .bTop .bTopEnd{ background-image: url(images/block-grey-round.png); }
.grey-r .bBottom{ background-image: url(images/block-grey-round.png); }
.grey-r .bBottom .bBottomEnd{ background-image: url(images/block-grey-round.png); }
.grey-r .bContent{ background-image: url(images/block-grey-bg-round.png); }
.grey-r .bContent .bContentEnd{ background-image: url(images/block-grey-bg-round.png); }
.grey-r .h3 { color: #3ca1f9; padding: 0 0 0 15px;}
.grey-r .inner { padding: 0 6px 0 0; }

.white-r .bTop{ background-image: url(images/block-white-round.png); }
.white-r .bTop .bTopEnd{ background-image: url(images/block-white-round.png); }
.white-r .bBottom{ background-image: url(images/block-white-round.png); }
.white-r .bBottom .bBottomEnd{ background-image: url(images/block-white-round.png); }
.white-r .bContent{ background-image: url(images/block-white-bg-round.png); }
.white-r .bContent .bContentEnd{ background-image: url(images/block-white-bg-round.png); }
.white-r .h3 { color: #3ca1f9; padding: 0 0 0 15px;}
.white-r .inner { padding: 0 6px 0 0; }

.orange-r .bTop{ background-image: url(images/block-orange-round.png); }
.orange-r .bTop .bTopEnd{ background-image: url(images/block-orange-round.png); }
.orange-r .bBottom{ background-image: url(images/block-orange-round.png); }
.orange-r .bBottom .bBottomEnd{ background-image: url(images/block-orange-round.png); }
.orange-r .bContent{ background-image: url(images/block-orange-bg-round.png); }
.orange-r .bContent .bContentEnd{ background-image: url(images/block-orange-bg-round.png); }
.orange-r .h3 { color: #fc6c03; padding: 0 0 0 25px;}
.orange-r .inner { padding: 0 6px 0 0; }

.green-r .bTop{ background-image: url(images/block-green-round.png); }
.green-r .bTop .bTopEnd{ background-image: url(images/block-green-round.png); }
.green-r .bBottom{ background-image: url(images/block-green-round.png); }
.green-r .bBottom .bBottomEnd{ background-image: url(images/block-green-round.png); }
.green-r .bContent{ background-image: url(images/block-green-bg-round.png); }
.green-r .bContent .bContentEnd{ background-image: url(images/block-green-bg-round.png); }
.green-r .h3 { color: #2ca626; padding: 0 0 0 25px;}
.green-r .inner { padding: 0 6px 0 0; }

.blue .bTop{ background-image: url(images/block-blue.png); }
.blue .bTop .bTopEnd{ background-image: url(images/block-blue.png); }
.blue .bBottom{ background-image: url(images/block-blue.png); }
.blue .bBottom .bBottomEnd{ background-image: url(images/block-blue.png); }
.blue .bContent{ background-image: url(images/block-bg-blue.png); }
.blue .bContent .bContentEnd{ background-image: url(images/block-bg-blue.png); }

.white .bTop{ background-image: url(images/block-white.png); }
.white .bTop .bTopEnd{ background-image: url(images/block-white.png); }
.white .bBottom{ background-image: url(images/block-white.png); }
.white .bBottom .bBottomEnd{ background-image: url(images/block-white.png); }
.white .bContent{ background-image: url(images/block-white-bg.png); }
.white .bContent .bContentEnd{ background-image: url(images/block-white-bg2.png); }

.grey .bTop{ background-image: url(images/block-grey-sharp.png); }
.grey .bTop .bTopEnd{ background-image: url(images/block-grey-sharp.png); }
.grey .bBottom{ background-image: url(images/block-grey-sharp.png); }
.grey .bBottom .bBottomEnd{ background-image: url(images/block-grey-sharp.png); }
.grey .bContent{ background-image: url(images/block-grey-bg.png); }
.grey .bContent .bContentEnd{ background-image: url(images/block-grey-bg.png); }

.orange .bTop{ background-image: url(images/block-orange.png); }
.orange .bTop .bTopEnd{ background-image: url(images/block-orange.png); }
.orange .bBottom{ background-image: url(images/block-orange.png); }
.orange .bBottom .bBottomEnd{ background-image: url(images/block-orange.png); }
.orange .bContent{ background-image: url(images/block-bg-orange.png); }
.orange .bContent .bContentEnd{ background-image: url(images/block-bg-orange.png); }

.green .bTop{ background-image: url(images/block-green.png); }
.green .bTop .bTopEnd{ background-image: url(images/block-green.png); }
.green .bBottom{ background-image: url(images/block-green.png); }
.green .bBottom .bBottomEnd{ background-image: url(images/block-green.png); }
.green .bContent{ background-image: url(images/block-bg-green.png); }
.green .bContent .bContentEnd{ background-image: url(images/block-bg-green.png); }

#facebook {
    padding: 10px 0;
    text-align: center;
}
#map {
    text-align: center;
    margin: 0 0 10px 20px;
    position: relative;
    background: none;
}
#map_region_text{
    position: absolute;
    bottom: 0;
    right: 20px;
    
}
.color-red{
    color: #D6051A;
    font-size: 1.2em;
    font-weight: normal;
}
.color-green{
    color: #2CA626;
}
.color-blue{
    color: #00B3E7;
}
#map img {
    border: none;
    background: none;
}
#passwordRecoveryForm{
    display: none;
    margin-top: 10px;
}
#top-events {
    min-height: 240px;
    _height: 240px;
    position: relative;
}
.top-event-detail {
    display: none;
    width: 450px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.top-event-detail.active {
    display: block;
}
.top-event-description {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 350px;
    background: #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.7;
    filter:alpha(opacity=70);
    color: #ffffff;
    padding: 10px;
    margin: 0;
    text-align: left;
    z-index: 10;
}
.top-event-link{
    position: absolute;
    bottom: 17px;
    right: 40px;
    display: block;
    width: 17px;
    height: 17px;
    background: url(images/top-event-link.png) no-repeat left top;
    z-index: 10;
}
.top-event-link span{
    display: none;
}
.top-event-menu {
    width: 234px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1100;
}
.top-event-menu table {
    width: 100%;
    position: relative;
    float: right;
    z-index: 1150;
}
.top-event-menu tr {
    height: 60px;
}
.top-event-menu td {
    vertical-align: middle;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 10px 0 40px;
}
.top-event-menu td a{
    color: #000;
}
.top-event-menu td.active {
    background: url(images/top-event-menu-active-arrow.png) no-repeat 0px -189px;
    color: #ffffff;
}
.top-event-menu td.active a{
    color: #fff;
}

.default-box{
    height: 100%;
}
.default-box img{
    padding-right: 10px;
    /*
    margin-right: 5px;
    border-right: 1px dotted #c6d1d9;
    */
    float: left;
}
.default-box h4{
    margin-bottom: 3px;
}
.default-box p{
    padding: 3px 0;
}
a.more{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(images/arrow-right-black.png) no-repeat center center;
    float: right;
}
a.more21{
    background: url(images/arrow-right-black.png) no-repeat left center;
    color: #999999;
    padding: 0 0 0 15px;
    margin: 15px 0 5px 0;
    font-weight: bold;
    font-size: 0.9em;
}
a.more21:hover{
    text-decoration: underline;
}
.default-box .important{
    color: #FE0000;
}

/* event_default */
.eventImageBlockNew {
	display: block;
	margin-right: 30px;
	float: left;
}

.eventImageBlockNew img {
	border-radius: 6px;
	border: 1px solid #dfdfdf;
	max-width:280px;
}

.eventInfoBlockOffsetWrapper {
	padding-left: 310px;
}

@media (max-width: 991.99px) {
	.eventImageBlockNew img {
		max-width: 120px;
	}
	.eventImageBlockNew {
		margin-right: 10px;
	}
	.eventInfoBlockOffsetWrapper {
		padding-left: 135px;
	}
}

.eventInfoBlockNew {
	overflow: auto;
	margin-bottom: 30px;
}

.eventMovieInfo {
	margin-top: 15px;
	margin-bottom: 15px;
}

.eventInfoBlockNew > .mainTermin > .placeInfo, .eventInfoBlockNew > .mainTermin > .timeInfo {
	font-size: 16px;
}

.eventInfoBlockNew > .mainTermin {
	margin-top: 15px;
	margin-bottom: 10px;
}

.eventInfoBlockNew > .mainTermin > .more {
	margin-top: 10px;
}

.add-more-termins {
	margin-top: 10px;
}
.eventTypeNew {
	font-size: 14.65px;
	color: #eb1c25;
	margin-top: 10px;
}

.eventNameNew {
	font-weight: 700;
}

.eventNameNew h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.eventExpired {
	display: block;
	color: #eb1c25;
}

.eventShareBuy a {
	margin-top: 10px;
}

.btn-share, .add-more-termins {
	border-radius: 24px;
	border-color: #333333;
	margin-right: 10px;
	width: 135px;
	text-align: center;
}
.btn-share:hover, .btn-share:focus, .btn-share:active, .add-more-termins:hover, .add-more-termins:focus, .add-more-termins:active {
	background-color: #ffffff;
	color: #eb1c25;
	text-decoration: underline;
	border-color: #eb1c25;
}

.btn-buy {
	border-radius: 24px;
	padding-left: 40px;
	padding-right: 40px;
}

.eventGalleryNew {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.eventDownloadNew {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.eventVideoNew {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	height: 0;
    padding-bottom: 56.25%;
}

.YtVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.eventBodyNew h3 {
	font-weight: 600;
}

.eventBodyNew {
	margin-bottom: 30px;
}

.eventBodyNew img:not(.tall):not(.wide) {
	max-width: 100%;
	height: auto !important;
}

.eventBodyNew iframe {
	max-width: 100%;
}

.eventBodyNew table {
	max-width: 100% !important;
}

.terminsContentNew {
	width: 100%;
	padding-left: 15px;
}

.terminsHeaderNew {
	width: 100%;
	font-weight: 600;
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	
}

.eventTerminsNew {
	width: 100%;
	margin-bottom: 20px;
}

/* events */
.event-image-wrapper {
	width: 227px;
	height: 227px;
	background: #f4f4f4;
	text-align: center;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.events-row {
	margin-top: 10px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.img-square-event {
	/*width: 100%;
	height: auto;*/
	border: none;
	margin: auto;
	position: absolute;
	left: -100%;
	top: -100%;
	right: -100%;
	bottom: -100%;
	border-radius: 6px;
	border: 0;
}
.event-detail-new {
	width: 227px;
	height: auto;
	padding-top: 5px;
}
.event-title-new {
	color: #333333;
	font-weight: 700;
	font-size: 18.31px;
}
.event-title-new > a {
	color: #333333;
}
.event-box-type-new {
	color: #eb1c25;
	font-weight: 400;
	font-size: 14.65px;
}
.event-desc-new {
	color: #333333;
	font-weight: 300;
	font-size: 14.65px;
	line-height: 18.34px;
	text-align: left;
}
.event-box-center {
	width: 227px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 77.33px;
	margin-bottom: 20px;
}
/*Laptops*/
@media (max-width: 1199.99px) {
	.event-box-center {
		margin-left: 10.66px;
	}
}
/*Desktops and laptops*/
@media (min-width: 992px){
	.event-box-center:nth-child(1), .event-box-center:nth-child(6){
		margin-left: 0;
		padding-left: 15px;
		width: 242px;
	}
	.event-box-center:nth-child(4), .event-box-center:nth-child(9) {
		padding-right: 15px;
		width: 242px;
	}
}
/*Mobile devices*/
@media (max-width: 991.99px) {
	.event-box-center {
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
		overflow-y: hidden;
	}
	.event-detail-new {
		width: 100%;
		height: 120px;
		padding-left: 125px;
		padding-top: 0;
	}
	.event-image-wrapper {
		width: 120px;
		height: 120px;
		float: left;
	}
}
@media (max-width: 991.99px) AND (min-width: 768px) {
	.event-title-new {
		line-height: 18px;
		font-size: 17.31px;
	}
	.event-box-type-new {
		line-height: 14px;
		font-size: 13.65px;
	}
}
/*Small devices*/
@media (max-width: 767.99px) {
	.event-box-center {
		width: 100%;
	}
}
div.group-main {
    padding:20px 0 20px 0;    
}

div.group-comments {
    position:relative;   
}

.group-event {
    /*background: url(/public/themes/images/group-shadow1.png) repeat-x scroll left top;*/
    position: relative;
}

.group-event-movie {
    padding:20px;    
}

.group-event .eurobus {
    position: absolute;
    top: -5px;
    right: 10px;
    background: #C9D0D8;
    padding: 1px 10px;
}
.group-event .eurobus a{
    color: #000000;
}
#eurobusDialog {
    background: #daf3fa url(images/eurobusbg.png) repeat-y right top;
}
#eurobustext {
    width: 180px;
    float: left;
}
#eurobustext .econtent{
    padding: 10px 0;
    
}
#eurobusiframe {
    width: 220px;
    float: right;
}

#event h2{
    display: block;
    color: #000;
}
#event h4{
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    color: #3f4041;
    border-bottom: 1px #e8ecf0 solid;
}

#event .photogallery {
    margin: 0;
}

/* pouziva sa len v evente typu film */
#event .container {
    padding:0 25px;
}

#event div.section {
    margin:15px 0;
}
#event .event-head p {
    padding: 0;
    margin: 0;
}

#event .event-head {
    color:#666666;    
}

#event .event-head strong {
    color:#666;    
}

#event .event-head div.anotation {
    color:#666;    
}

#event div.eventTopBlock {
    position:relative;    
}

#event div.eventTopBlock table.socialPlugins {
    position:absolute;
    left:238px;
    bottom:0;  

}

#event div.eventImageBlock {
    float:left;
    width:210px;
}

#event .event_thumb {
    border:1px solid #eeeeee;    
}

#event .event_thumb_movie {
    float:left;
    margin-right:15px;    
}

#event div.eventMainInfoBlock {
    float:right;
    width:400px;
    padding-bottom:30px;
}

#event .buyTicket {
    display:inline-block;
    background:#3d5b9b;
    color:#FFF;
    padding:5px 15px;    
}

/* Najblizsi termin eventu, vedla obrazka eventu */
#event div.mainTermin {
    font-size:1.2em;    
}

#event div.mainTerminMovie {
    font-size:1.1em;   
    margin-bottom: 0; 
    margin-top: 25px; 
}

#event div.mainTermin div.title {
    padding-bottom:15px;    
}

#event div.mainTermin .placeInfo {
    font-style:italic;
    padding-bottom: 5px;
}

#event div.mainTermin .placeInfo .firm {
    color:#000;
    font-weight:bold;
}
#event div.mainTermin .placeInfo .firm:hover {
    color:#D6051A;
    
}
#event div.mainTermin div.placeInfo a.city:hover{
    color:#666;
}

#event div.mainTermin div.timeInfo {
    padding-bottom: 5px;
}

#event div.mainTermin div.timeInfo .date {
    color:#42507f;
    font-weight:bold;    
}

#event div.mainTermin div.timeInfo .day {
    text-transform:lowercase;    
}

#event div.mainTermin div.more {
    padding-top:3px;
    color:#a0a0a0;  
    font-size: 0.9em;  
}

#event div.mainTermin div.more a {
    color:#a0a0a0;
}

#event .separator {
    border-bottom:1px solid #999999;
    padding-bottom:20px;
    margin-bottom:20px;    
}

/* Zoznam dalsich terminov */
#eventTermins div.terminsSection {
    margin-bottom:25px;
}

#eventTermins div.terminsHeader {
    color:#333333;
    background:#f4f4f4;
    padding:5px 10px;
    margin-bottom:10px;  
    font-size:1.3em;
}

#eventTermins div.terminsHeader a {
    color:#eb1c25;
}

#eventTermins div.terminsContent {
    padding-left:10px;
}

#eventTermins div.terminsContent div.terminLine {
    margin:5px 0;
}
/*
#eventTermins div.terminsContent div.terminLine .firm {
    color:#eb1c25;    
}
#eventTermins div.terminsContent div.terminLine .firm:hover {
    color:#D6051A;
    
}*/
/*
#eventTermins div.terminsContent .showAllTerminsTrigger {
    color:#666666;
    font-size:1.1em; 
    display: block;  
    padding-top: 10px;
}*/

/* Program v detaile institucie */
div.event-line-blocks {
    margin-bottom:10px;
    color:#666666;
}

div.event-line-blocks .day {
    font-size: 0.85em;
}

div.event-line-blocks .event-type {
    font-size: 0.85em;
}

div.event-line-blocks div.datetime {
    float:left;
    width:90px;
}

div.event-line-blocks div.image {
    float:left;
    width:78px;
    height:78px;
    border:1px solid #e7e7e7;
    margin:0 0 0 15px;;
}

div.event-line-blocks div.datetime .date, div.event-line-blocks div.datetime .time {
    font-weight:bold;
}

div.event-line-blocks div.description {
    margin-left:203px;
    
}

div.event-line-blocks div.description div.title {
    color:#000;
    font-size:1.1em;
}

div.event-line-blocks div.description div.title a {
    color:#666666;
    font-weight: bold;
}


table.firm-blue {
}
table.firm-blue .title{
    color: #868686;
}
table.firm-blue .title a{
    color: #00B3E7;
}
table.firm-blue .gps{
}
table.firm-blue .category{
    color: #868686;
    font-style: italic;
}
/* pressnews */
.pressnews h2{
    color: #000;
}
.pressnews h4{
    clear: both;
    margin-top: 20px;
    padding: 0 15px;
    color: #3f4041;
    border-bottom: 1px #e8ecf0 solid;
}
.pressnews .gallery{
    padding: 0 15px;
}
.pressnews .download{
    padding: 0 15px;
}
.pressnews .download li a{
    
}

.vft-content {
    padding: 10px;
}
.vft-content h2{
    display: block;
    color: #FF6D03;
}

#kontextMenu {
    color: #FF6D03;
    text-align: right;
    padding: 0px 10px;
}

/* homepage events list and news list */
.add-more-wrapper {
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
}
#events-added-new {
	display: none;
}
.btn-add-more {
	background: none;
	color: #eb1c25;
	border-radius: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
.btn-add-more:hover, .btn-add-more:focus, .btn-add-more:active {
	background: none;
	color: #eb1c25;
	text-decoration: underline;
}

.event-list {
    float: left;
    width: 435px;
}
.news-list {
    float: left;
    width: 200px;
    padding: 0 0 0 15px;
}
dl.news {
    margin: 15px 0;
}
dl.news dd{
    margin: 0 0 5px 0;
    font-weight: bold;
}
dl.news dd.red a{
    color: #cc0000;
}
dl.news dd.grey a{
    color: #545454;
}
dl.news dd a.more{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(images/arrow-black.png) no-repeat center center;
    vertical-align: middle;
}

h1.firm_title {
    padding: 20px 5px 0 50px;
    color: #0092DD;
    font-size: 2em;
    font-weight: normal;
}
h1.firm_title_new {
    padding: 0;
}
.firm_base_info {
    min-height: 300px;
    _height: 300px;
    position: relative;
}
.firm_info {
    padding:10px 0px 10px 20px;
    background: #efefef;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    color: #646666;
    font-size: 1.1em;
    position: relative;
}
.firm_info_new {
    padding: 35px;
    background: #f4f4f4;
    position: relative;
	overflow: auto;
}
.firm_info a{
    color: #0092DD;
}
.firm_info .firm_contact {
    color: #646666;
}
.firm_info .firm_contact a{
    color: #646666;
    text-decoration: underline;
}
.firm_info h2{
    display: block;
    padding: 0 0 5px 0;
}
.firm_info .firm-left{
    float: left;
    width: 50%;
}
.firm_info .firm-right{
    float: right;
    width: 45%;
}
.firm_info .gallery{
    padding: 10px 0 0 0;
}
.firm_info .othercontact_facebook {
	position: absolute; 
	bottom: 20px; 
	right: 330px; 
	width: 22px; 
	height: 22px; 
	background: #efefef url('../images/facebook.jpg') no-repeat center center;
}
.firm_info .othercontact_facebook a{
	display: block; 
	width: 22px; 
	height: 22px; 
}
.firm_info .othercontact_facebook a span{
	display: none; 
}

.firm_opening {
    padding: 25px 20px 0 20px;
    position: relative;
}
.firm_opening .title-row2b.header-grey:after {
	content: " ";
	display: block;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	margin-top: 5px;
	margin-right: 20px;
}
.firm_opening:after {
	content: " ";
	display: block;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	margin-top: 5px;
	margin-right: 20px;
}
.firm_opening .title-row2b.header-grey {
	color: #333333;
	padding: 0;
	background: none;
}
.firm_opening .row {
	padding: 10px 0 5px 0;
	margin-left: 0;
	margin-right: 0;
}
.firm_opening .row .panel {
	margin-bottom: 0;
}
.firm_opening .row .time-label {
	display: block;
}
.firm_opening .row .label {
	font-size: 1em;
	font-weight: 400;
}
.firm_opening .row .label-default {
	background: #f4f4f4;
	color: #333333;
}
.firm_opening .message-open {
	color: #009200;
	font-weight: 600;
}
.firm_opening .message-closed {
	color: #d6051a;
	font-weight: 600;
}
@media (max-width: 767px) {
	.firm_opening .row .time-column {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
.gallery .prev-item {
    width: 36px;
    float: left;
    height: 120px;
    background: url(./images/gallery-left.png) no-repeat center left;
    cursor: pointer;
}
.gallery .next-item {
    width: 40px;
    float: right;
    height: 120px;
    background: url(./images/gallery-right.png) no-repeat center right;
    cursor: pointer;
}
.gallery .items-block {
    margin: 0;
    height: 120px;
    overflow: hidden;
    background: url(./images/gallery-bg.png) repeat-x center right;
    position: relative;
}
.gallery .items {
    width: 10000px;
    position: absolute;
    left: 0;
    top: 0;
}
.firm_info .content{
    padding: 10px 0 0 0;
}
.firm_info .content p {
    padding: 5px 0;
}
.firm_info .map{
    /*width: 500px;*/
    height: 400px;
    margin: 0 auto;
}

.blockCell{
    padding: 0 10px 10px 10px;
}
.blockMore{
    float: right;
    padding: 0 10px;
    color: #000;
    font-size: 0.9em;
}
.blockCell .blockHeader{
    font-weight: bold;
    display: block;
    font-size: 0.9em;
}
.blockCell .blockHeader a{
    color: #2eb8f3;
}
.blockCell .blockHeader a:hover{
    text-decoration: underline;
}
.blockCell .blockText{
    display: block;
    font-size: 0.9em;
}

ul.blockMenu{
    margin: 0;
    padding: 5px 2%;
    list-style-type: none;
}
ul.blockMenu li{
    padding: 4px 0;
    float: left;
    width: 48%;
}
ul.blockMenu li a{
    color: #000;
    display: block;
	font-size: 14.81px;
}
ul.blockMenu li a.blue{
    padding-left: 15px;
    background: url(/public/themes/images/square-blue.png) no-repeat 4px 5px;
    font-size: 0.9em;
}
ul.blockMenu li a.red{
    padding-left: 15px;
    background: url(/public/themes/images/square-red.png) no-repeat 4px 5px;
    font-size: 0.9em;
}

ul.blockMenu2{
    margin: 0;
    padding: 5px 2%;
    list-style-type: none;
}
ul.blockMenu2 li{
    padding: 2px 0;
    float: left;
    width: 25%;
}
ul.blockMenu2 li a{
    color: #333333;
    padding: 0 0 0 15px;
    display: block;
	font-size: 14.81px;
}
ul.blockMenu2 li a:hover, ul.blockMenu2 li a:focus, ul.blockMenu2 li a:active{
    color: #eb1c25;
}
ul.blockMenu2 li a.blue{
    padding-left: 15px;
    background: url(/public/themes/images/square-blue.png) no-repeat 7px 4px;
}
ul.blockMenu2 li a.red{
    padding-left: 15px;
    background: url(/public/themes/images/square-red.png) no-repeat 7px 4px;
}
ul.blockMenu2 li.active a.blue{
    color: #0092DD;
}
ul.blockMenu2 li a.blue:hover{
    color: #0092DD;
}
ul.blockMenu2 li a.red:hover{
    color: #D6051A;
}

.search-separator{
    height: 2px;
    margin: 2px 0;
    background: url(./images/search-separator.gif) repeat-x center center;
}

.banner p{
    margin: 0;
    padding: 0;
}
.multibanner{
    margin: 0 auto;
    width: 1024px;
    background: #ffffff;
}
.multibanner p{
    float: left;
    margin: 0 22px;
}
#banner_TOP_VIP {
    width: 1024px;
    margin: auto;
    position: relative;
}
#banner_ZLAVY_RIGHT {
    width: 300px;
    margin: 15px 0 0 20px;
}
#banner_RIGHT {
    width: 300px;
    margin: 15px 0 0 20px;
}
#banner_RIGHT2 {
    width: 300px;
    margin: 15px 0 0 20px;
}
#banner_RIGHT3 {
    width: 300px;
    margin: 15px 0 0 20px;
}
#banner_RIGHT4 {
    width: 300px;
    margin: 15px 0 0 20px;
}
#banner_BOTTOM {
    margin: 30px 15px 15px 10px;
    text-align: center;
}
#banner_BOTTOM .banner_click {
    margin: 0 auto;
    text-align: center;
}
#banner_ZLAVY_BOTTOM {
    margin: 10px 15px 0px 10px;
    text-align: center;
}
#banner_ZLAVY_BOTTOM .banner_click {
    margin: 0 auto;
    text-align: center;
}
#banner_ZLAVY_HOMEPAGE {
    margin: 30px 15px 15px 10px;
    text-align: center;
}
#banner_ZLAVY_HOMEPAGE .banner_click {
    margin: 0 auto;
}
#banner_SLIDE{
    text-align: center;
    padding: 0 0 10px 0;
}
#banner_SLIDE .adv-prev-item{
    width: 40px;
    height: 160px;
    cursor: pointer;
    background: url(images/slider-prev.jpg) no-repeat center center;
    float: left;
}
#banner_SLIDE .adv-next-item{
    width: 40px;
    height: 160px;
    cursor: pointer;
    background: url(images/slider-next.jpg) no-repeat center center;
    float: right;
}
#banner_SLIDE .adv-items-block{
    height: 158px;
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 1px #bfc4c8 solid;
    border-top: 1px #bfc4c8 solid;
    overflow: hidden;
    position: relative;
}
#banner_SLIDE .adv-items{
    width: 10000px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
}
#banner_SLIDE .adv-items a{
    display: block;
    width: 600px;
    height: 158px;
    line-height: 158px;
    _font-size: 158px;
    float: left;
    text-align: center;
}
#banner_SLIDE .adv-items a img{
    vertical-align:middle;
}

#banner_SLIDE .adv-items div{
    padding: 4px 0 4px 12px;
    background-color: #fff;
    text-align: center;
    float: left;
}
#banner_SLIDE .adv-items div img{
    display: block;
}

#reg-terms-conditions {
    height: 200px;
    overflow: auto;
    border: 1px solid #000000;
    width: 400px;
}
#reg-terms-conditions .text{
    padding: 1em;
}

#event-terms-conditions {
    height: 400px;
    overflow: auto;
    /*border: 1px solid #000000;*/
    width: 400px;
    display:none;
}
#event-terms-conditions .text{
    padding: 1em;
}

.control-group {
	overflow: auto;
	margin-bottom: 6px;
}

.controls {
	overflow-x: hidden;
}

.controls > input[type="text"], .controls > textarea {
	width: 100%;
}

@media (min-width: 992px) {
	.controls > input[type="text"], .controls > textarea {
		width: 50%;
	}
}
#captcha {
	width: 50px;
}

.pressnews {
    padding: 0 10px 0 0;
}

.event-line {
    margin: 5px 0 5px 0;
}
.event-header {
    background: url(images/title-shadow2.png) repeat-x left bottom;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.event-line .time {
    float: left; 
    width: 120px; 
    padding: 0 30px 0 0;
}

/* NOVY PROGRAM */
.event-line-new {
	margin: 0 0 10px 0;
}

.event-line-blocks-new {
	color: #333333;
	font-size: 1em;
	padding: 10px;
	border-radius: 6px;
	height: 143px;
}

.event-line-new .image {
	background: #f4f4f4;
    float: left;
    width: 123px;
    height: 123px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #dfdfdf;
	z-index: 1;
}

.event-line-new .image img {
	border: none;
    margin: auto;
    position: absolute;
    left: -100%;
    top: -100%;
    right: -100%;
    bottom: -100%;
    border-radius: 6px;
}

.event-line-new .description {
	padding: 0 0 10px 0;
    margin: 0 0 0 0;
    white-space: normal;
    word-break: normal;
    word-wrap: break-word;
    overflow-y: hidden;
    max-height: 123px;
}

.event-line-new .description .event-type-new {
	padding-bottom: 5px;
}

.event-line-new .description .title a {
	font-size:18.31px;
	line-height: 18.31px;
    color:#333333;
	font-weight: 700;
	margin-bottom: 5px;
}

.event-line-new .description .title a:hover {
    color: #D6051A;
    text-decoration: none;
}

.event-line-new .description .datetime {
	padding: 8px 0 12px 0;
    font-weight: 300;
    color: #333333;
    line-height: 14.65px;
    font-size: 14.65px;
}

.event-line-new .description .datetime .date {
	margin-right: 5px;
	font-style: italic;
	font-weight: 600;
}

.event-line-new .description .datetime .day {
	margin-right: 5px;
	font-style: italic;
	font-weight: 300;
}

.event-line-new .description .datetime .time {
	font-style: italic;
	font-weight: 600;
}

@media (min-width: 768px) {
	.event-line-new .description .title a {
		font-size: 22.31px;
		line-height: 22.31px;
	}

	.event-line-new .image {
		width: 143px;
		height: 143px;
	}

	.event-line-new .description {
		max-height: 143px;
	}

	.event-line-blocks-new {
		height: 163px;
	}
}

@media (min-width: 992px) {
	.event-line-new .description .title a {
		font-size: 24.31px;
		line-height: 24.31px;
	}

	.event-line-new .image {
		width: 163px;
		height: 163px;
	}

	.event-line-new .description {
		max-height: 163px;
	}

	.event-line-blocks-new {
		height: 183px;
	}
}

/*
.event-line .description {
    float: left;
    width: 400px;
}
.event-line .description a{
    color: #D6051A;
}
.event-line .description a:hover{
    color: #950000;
}
.event-line .description p{
    padding: 0;
}
*/
/* vvvvvvvvvvvvvvvvvvvvvvvv DEFAULTS vvvvvvvvvvvvvvvvvvvvvvvv 
h1, h2 { font-size: 1.3em; margin: 0 0 0.5em 0; padding:0 0 5px 0; color: #000000; background:url(images/dots1.png) repeat-x bottom left; }
h2 { display: none; }
h3 { font-size: 1.3em; margin: 0 0 0.3em 0; padding:0.2em 0 0 0; color: #000000; }
h4 { font-size: 1.1em; margin: 0 0 0.5em 0; padding:0; color: #000000; }
h5 { font-size: 1em; margin: 1em 0 0.5em 0; padding:0; color: #000000; }
a { color:#FF6D03; text-decoration:none; outline:none; }
a:hover { color:#FF6D03; text-decoration:underline; }
a img { border: none; }
p { margin:0em 0em 1em 0em; padding:0em; }
img.ico { vertical-align:middle; }
.cleaner { height: 0; margin: 0; padding: 0; border: 0 none; line-height: 0; font-size: 0; clear: both; visibility: hidden; }
*/
.report { min-height:18px; _height:18px; text-align:left; margin:0 auto 5px 0; color:#000000; font-size:1.2em; padding:5px 5px 5px 40px; position:relative; background:none; z-index:1; }
.report ul { padding:0px 0px 0px 35px; margin:0px; font-weight:bold; }
.report span.ico { display:block; width:29px; height:27px; margin:1px 3px 1px 1px; background:url(images/reports.gif) no-repeat top left; position:absolute; top:0px; left:0px; z-index:2; }
.report span.ico_OK { background-position:0px 0px; }
.report span.ico_ERROR { background-position:-36px 0px; }
.report span.ico_INFO { background-position:-72px 0px; }
.report span.ico_ALERT { background-position:-108px 0px; }
.report span.ico_HELP { background-position:-144px 0px; }
.report-INFO  { color:#000; font-weight:bold; }
.report-ERROR { color:#F00; font-weight:bold; }
.report-OK    { color:#000; font-weight:bold; }
.report-ALERT { color:#000; font-weight:bold; }
.report-HELP  { color:#000; font-weight:bold; }
.error404 { margin: 0 0 0 8px; display: inline;}
.glyphicon-warning-sign { font-size: 25px;}
.error404wrapper {text-align: center; padding-bottom: 15px; color: #eb1c25;}
/* pager */
.pager { clear:both; padding:20px 0 10px 0; margin: 0; font-size: 1em; text-align: center; font-size: 0.9em;}
.pager li { display: inline; padding: 0 2px; }
.pager li a:hover { text-decoration: underline; }
.pager li span { color:#333333; }
.pager .page-active { background:#BFCAD8; font-weight:bold; }
.pager-products { text-align:center; }
/* Tabulky vseobecne 
table .c { text-align:center; }
table .r { text-align:right; }
table .l { text-align:left; }
/* Tabulkovy zoznam 
table.list { border-collapse:separate; margin:0em; padding:0em; font-size:1em; empty-cells:show; }
table.list th, table.list td { padding:3px 5px; }
table.list th { font-weight:bold; text-align:left; background:#000000; color:#FFF; vertical-align:top; padding:3px 5px; }
table.list td { font-weight:normal; color:#000; text-align:left; border-bottom:1px solid #FFF; border-top:1px solid #D0D0D0; }
table.list th a { color:#FFFFFF; text-decoration:underline; }
table.list-full { width:100%; }
table.zebra tr.odd td { background:#F4F4F4; }
table.zebra tr.even td { background:#EFEFEF; }
table.highlight tr td.highlight, table.highlight tr.highlight td.highlight { background:#FFFDD5; }
table.list tr.highlight td { background:#E4FFD7; }
/* TABULKA - informacie - horizontalna tabulka - 1 stlpec - <th>, druhy <td> 
table.info { border-collapse:separate; margin:0em; padding:0em; font-size:0.9em; empty-cells:show; }
table.info th, table.info td { padding:3px 5px; }
table.info th { font-weight:bold; text-align:left; background:#000000; color:#FFF; vertical-align:top; padding:3px 5px; }
table.info td { font-weight:normal; color:#000; text-align:left; border-bottom:1px solid #FFF; border-top:1px solid #D0D0D0; }
table.info td.label { width:200px; }
table.info a { color:#000000; }
table.info th a { color:#FFFFFF; text-decoration:underline; }
table.info-full { width:100%; }
table.default { border-collapse:collapse; padding: 0; font-size: 0.9em;}
table.default td { padding: 0;}
table.default tr { padding: 0;}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* vvvvvvvvvvvvvvvvvvvvvvvv CMS DEFAULTS vvvvvvvvvvvvvvvvvvvvvvvv */
.downloads { padding: 15px 0 0 0; }
.downloads .downloads_title { color: #6B7177; font-weight: bold; font-size: 1.2em; padding: 0 0 5px 0;}
ul.download { margin: 0; padding: 0 0 0 0; list-style: none; }
ul.download li{ padding: 0px 0 0.3em 0; }
ul.download .mimeicon { width: 15px; height: 15px; vertical-align:middle; }
.photogallery { margin: 0; }
.photogallery a { display:block; width:100px; height:100px; padding:7px 0 7px 9px; float:left; }
dl.list-item { margin:0; padding: 0em 0 1em 0; clear:both; }
dl.list-item dd, dl.list-item dt { margin:0em; padding:0em; }
dl.list-item dt { font-size: 1.2em; padding-bottom:0.3em; }
dl.list-item dd.image { width:120px; height:90px; margin: 0px 10px 10px 0; padding: 3px; border: 1px #BFCAD8 solid; float: left; }
dl.list-item dd.anotation p { margin: 0; padding:0em 0em 0.5em 0em; }
dl.list-item dd.more { margin: 0; padding:0em 0em 0.5em 0em; }
dl.list-item a.more { font-weight:bold; }
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* vvvvvvvvvvvvvvvvvvvvvvvv FORMS vvvvvvvvvvvvvvvvvvvvvvvv 
form { margin:0em; padding:0em; }
input, select, textarea { font-family:Arial, sans-serif; font-size:1em; vertical-align: middle; }
input.text { width:250px; }
input.text-medium { width:200px; }
input.text-small { width:150px; }
input.text-xsmall { width:110px; }
input.text-xxsmall { width:50px; }
input.text-date { width:6em; }
input.submit { font-size:1.0em; font-weight:bold; }
.buttons { margin-top:1em; }
.buttons .otherside { float:right; }
.buttons-right { text-align:right; }
.buttons-center { text-align:center; }
.buttons-right .otherside { float:left; }
form fieldset { border:1px solid #FF6D03; padding: 1em; margin-bottom:1em; }
form fieldset legend  { color:#000; border:1px solid #FF6D03; padding: 0.2em 0.5em; }
form fieldset input, form div.fieldset input, form fieldset textarea, form div.fieldset textarea, form fieldset select, form div.fieldset select { margin-bottom:0px; vertical-align:middle; }
form fieldset .inputline, form div.fieldset .inputline { clear:both; padding-top:0.3em; margin-bottom:0.0em; }
form fieldset label, form div.fieldset label { float:left; clear:left; display:block; width:140px; margin-right:10px; padding-top:2px; text-align:right; color:#4D4D4D; }
form fieldset label.core, form div.fieldset label.core { font-weight:bold; color:#FE3131; }
form fieldset div.input , form div.fieldset  div.input { padding-left:150px; float: none; }
form fieldset div.inputtext, form div.fieldset div.inputtext { padding-top:0.3em; margin-bottom:0.5em; }
form fieldset div.input .inputline , form div.fieldset  div.input .inputline  { clear:both; }
form fieldset div.input label , form div.fieldset  div.input label  { float:none; clear:none; display:inline; width:auto; margin:0px; padding:0px; color:#4D4D4D; }
form fieldset .text , form div.fieldset  .text  { width:250px; }
form fieldset .date , form div.fieldset  .date  { width:80px; }
*/
#passwordStrength .bar {
    width:138px;
    height:7px;
    background:url(images/progress1.png) no-repeat top left;
    float:left;
    margin:0.4em 0.5em 0.3em 0em;
}
#passwordStrength .pcn {
    float:left;
    font-size:0.9em;
    color:#666;
}
#passwordStrength .barbar {
    width:0px;
    height:7px;
    background:url(images/progress1.png) no-repeat bottom left;
}
table.form {
    margin:0;
    font-size:1em;
    border-collapse:collapse;
}
table.form-half {
    width:50%;
    float: left;
}
table.form-full {
    width:100%;
}
table.form th, table.form td {
    padding:4px 5px;
    vertical-align:top;
}
table.form th {
    font-weight:bold;
    text-align:right;
    color:#686868;
    vertical-align:middle;
    width: 130px;
}
table.form th.required {
    color:#D6051A;
}
table.form span.required {
    color:#D6051A;
}
table.form td {
    font-weight:normal;
    color:#666464;
    text-align:left;
}
table.form td.center {
    text-align:center;
}
table.form th.label, table.form td.label  {
    font-weight:bold;
    padding: 1em 0 0.5em 0;
    text-align: right;
    font-size: 1.1em;
    color: #000000; /*#FF6D03;*/
    text-shadow: 3px 3px 4px #C1C6CB;
    text-decoration: underline;
}
table.form td.label-core {
    color:#F00;
}
table.form td.th {
    font-weight:normal;
    text-align:right;
    padding-top:0.4em;
    width:140px;
    border-bottom:1px dotted #CCC;
    border-right:1px dotted #CCC;
}
table.form input, table.form textarea, table.form select {
    vertical-align:middle;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */



#homepage-banner{
    padding: 10px;
}
#homepage-banner .homepage-banner-content{
    border: 1px solid #C9D0D8;
    float: left;
    width: 637px;
    background: #ffffff;
}
#homepage-banner .homepage-banner-header{
    float: left;
    left: -1px;
    padding: 10px 0 0;
    position: relative;
    width: 23px;
}
#homepage-banner .homepage-banner-header a{
    color: #ffffff;
    font-weight: bold;
}
.homepage-banner-detail {
    background: #ffffff;
    display: none;
    padding: 4px;
    position: relative;
    _height: 1px;
}
.homepage-banner-description-bg{
    background: #000000;
    opacity: 0.7;
    /*filter:alpha(opacity=70);*/
    color: #000000;
    position: absolute;
    top:4px;
    left: 4px;
    width: 200px;
    height: 260px;
}

.homepage-banner-description{
    color: #ffffff;
    position: absolute;
    top:4px;
    left: 4px;
    width: 200px;
    height: 260px;
}
.homepage-banner-description a{
    color: #ffffff;
}
.homepage-banner-description a:hover{
    color: #ffffff;
    text-decoration: none;
}
.homepage-banner-description p {
    padding: 10px;
}
.homepage-banner-detail p strong{
    font-size: 1.2em;
}
.homepage-banner-link {
    background: #999999;
    margin: 2px 2px 2px 3px;
    padding: 2px;
    text-align: center;
}
#homepage-banner .homepage-banner-content .active{
    display: block;
}
#homepage-banner .homepage-banner-header .active{
    background: #ffffff;
    margin: 2px 2px 2px 0px;
    padding: 2px 15px 2px 7px;
    text-align: center;
    border: 1px solid #C9D0D8;
    border-left: none;
}
#homepage-banner .homepage-banner-header .active a{
    color: #000000;
}


#slider-banner{
    padding: 0 0 0 0;
	border-radius: 6px;
	overflow: hidden;
}
#slider-banner .slider-banner-content{
    border: 1px solid #C9D0D8;
    float: left;
    width: 637px;
    height:198px;
    background: #ffffff;
    position: relative;
}
#slider-banner .slider-banner-header{
    float: left;
    left: -1px;
    padding: 0px 0 0;
    position: relative;
    width: 23px;
}
#slider-banner .slider-banner-header a{
    color: #ffffff;
    font-weight: normal;
    font-size: 10px;
}
#slider-banner > .left.carousel-control {
	border-radius: 6px 0 0 6px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
#slider-banner > .right.carousel-control {
	border-radius: 0 6px 6px 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

#slider-banner > .left.carousel-control:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#slider-banner > .right.carousel-control:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.carousel-inner {
	border-radius: 6px;
}

.slider-banner-detail {
    background: #ffffff;
    display: none;
    padding: 4px;
    position: absolute;
    top: 0;
    left: 0;
}
.slider-banner-description-bg{
    background: #000000;
    opacity: 0.7;
    filter:alpha(opacity=70);
    color: #000000;
    position: absolute;
    top:4px;
    width: 200px;
    height: 190px;
}

.slider-banner-description{
    color: #ffffff;
    position: absolute;
    top:4px;
    width: 200px;
    height: 190px;
}
.slider-banner-description a{
    color: #ffffff;
}
.slider-banner-description a:hover{
    color: #ffffff;
    text-decoration: none;
}
.slider-banner-description p {
    padding: 10px;
}
.slider-banner-detail p strong{
    font-size: 1.2em;
}
.slider-banner-link {
    background: #999999;
    margin: 1px 2px 2px 3px;
    padding: 1px;
    text-align: center;
}
#slider-banner .slider-banner-content .active{
    display: block;
}
#slider-banner .slider-banner-header .active{
    background: #ffffff;
    margin: 1px 2px 2px 0px;
    padding: 0px 15px 0px 7px;
    text-align: center;
    border: 1px solid #C9D0D8;
    border-left: none;
}
#slider-banner .slider-banner-header .active a{
    color: #000000;
}

/*#slider-banner .left.carousel-control {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

#slider-banner .right.carousel-control {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}*/

#map_canvas_block{
	float: right;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #999999;
    text-align: center;
	margin-bottom: 0;
	width: 60%;
}

@media (max-width: 767.99px) {
	#map_canvas_block {
		width: 100%;
		margin-bottom: 15px;
	}
	#map_link {
		display: none;
	}
}

#map_canvas_block span{
    display: inline-block;
    padding-top: 3px;
}
#map_canvas_block img{
    display: block;
}
#map_canvas{
    width: 100%;
    height: 550px;
}
#minmap{
    width: 100% !important;
    height: 240px;
}

.qrcode {
    border: 1px solid #c8ced7;
    background: #efefef;
    margin-top: 40px;
    color: #666464;
	padding: 0 5px 5px 5px;
}
.qrcode .container{
    padding: 10px 10px 10px 20px;
}
.qrcode .qr-info{
    text-align: left;
    float: left;
	padding: 0 10px 5px 10px;
}
.qrcode .qr-info .name{
    font-size: 1.4em;
    padding: 10px 0 5px 0;
}
.qrcode .qr-info a{
    color: #eb1c25;
	text-decoration: none;
}
.qrcode .qr-info a:hover{
	text-decoration: underline;
}
.qrcode .qr-info a.email{
    color: #eb1c25;
    text-decoration: none;
}
.qrcode .qr-info a.email:hover{
    text-decoration: underline;
}
.qrcode .qr-image{
    border: 1px solid #999999;
    background: #ffffff;
    float: right;
    padding: 5px;
	margin-top: 45px;
}
@media (max-width: 374px) {
	.qrcode .qr-image {
		margin-top: 5px;
	}
}
.qrcode-help {
    text-align: right;
    padding: 5px 10px 0 0;
}
.qrcode-help a{
    color: #eb1c25;
	text-decoration: none;
}
.qrcode-help a:hover{
	text-decoration: underline;
}
#qrhelpDialog {
    height: 700px;
    overflow: auto;
    text-align: left;
}
#qrhelpDialog .qr-top {
    background: url(images/qr-top.png) no-repeat top center;
	background-size: contain;
}
#qrhelpDialog .qr-bottom {
    background: url(images/qr-bottom.png) no-repeat bottom center;
	background-size: contain;
}
#qrhelpDialog .qr-text {
    padding: 85px 20px 90px 30px;
}
@media (min-width: 992px) {
	#qrhelpDialog .qr-text {
		padding: 200px 20px 270px 30px;
	}
}
#qrhelpDialog .qr-text strong{
    font-size: 1.2em;
}
#qrhelpDialog .qr-text p{
    font-size: 0.9em;
    padding: 10px 0;
}
#qrhelpDialog .qr-text .qr-download {
    background: #f4f4f4;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    margin: 0 0 30px 0;
    padding: 10px;
}
#qrhelpDialog .qr-text .qr-download table{
    width: 100%;
}
#qrhelpDialog .qr-text .qr-download a{
    padding: 5px 30px 5px 0;
    background: url(images/qr-download.png) no-repeat right center;
}
#qrhelpDialog .qr-text .qr-download td{
    padding: 5px;
}
.qrprogram {
    color: #eb1c25;
    font-weight: bold;
}
.captcha{
    vertical-align: middle;
}

.listing-cell{
    padding: 5px 0;
}
.listing-cell img{
    border: 1px solid #DEDEDE;
}
.listing-group {
    padding: 10px 0;
}
.listing-group .listing-group-header{
    display: block;
    padding: 6px 0 4px 20px;
    text-transform: uppercase;
    color: #787d83;
    font-size: 1.5em;
    border-bottom: 1px solid #787D83;
    font-weight: normal;
    background: url(images/arrow-red.png) no-repeat 5px center;
    margin-bottom: 7px;
}
.listing-cell a.listing-image {
    float: left;
}
.listing-cell .listing-content{
    margin-left: 70px;
    position: relative;
}
.listing-cell .listing-content-left{
    width: 200px;
    float: left;
}
.listing-content-left .listing-header a{
    color: #2eb8f3;
}
.listing-cell .listing-content-right{
    width: 370px;
    float: right;
}
.listing-content-right .listing-header a{
    color: #000;
}
.listing-cell .listing-header{
    display: block;
    font-size: 1em;
}
.listing-cell .listing-header a{
    color: #4594D7;
    text-transform: uppercase;
}
.listing-cell .listing-info{
    display: block;
    font-size: 0.9em;
}
.listing-cell .listing-text{
    display: block;
    
    font-size: 0.9em;
}
.listing-cell .listing-more{
    width: 20px;
    height: 14px;
    padding-right: 20px;
    background: url(images/arrow-right-red.png) no-repeat right center;
    display: block;
    color: #d6051a;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.9em;
}
.listing-cell .listing-more:hover{
    text-decoration: underline;
}

.greybox{
    margin-top: 10px;
    padding: 20px;
    background-color: #e1ded1;
}
.greybox .greybox-cell{
    padding: 10px 0;
    border-bottom: 1px #aaacae solid;
}
.greybox .greybox-cell.last{
    border: none;
}
.greybox .greybox-header span{
    font-size: 1.1em;
    font-weight: bold;
    color: #ff776b;
}
.greybox .greybox-text{
    display: block;
    padding: 10px 0;
}

.pinkbox{
    margin-top: 10px;
    padding: 0 0 20px 0;
}
.pinkbox .pinkbox-cell{
    background: none repeat scroll 0 0 #FF948A;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
    padding: 10px 20px 15px;
}
.pinkbox .pinkbox-cell.last{
    margin-bottom: 0; 
}
.pinkbox .pinkbox-header{
    color: #FFFFFF;
    font-size: 1.7em;
}
.pinkbox .pinkbox-date{
    font-size: 1.2em;
    padding: 0;
}
.pinkbox .pinkbox-text{
    padding: 0;
}

.campaign-info {
    border: 1px solid #c9d0d8;
    background: #dedfdf url(images/campaign-info-arrow.png) no-repeat right center;
    color: #1e7ccc;
    text-align: center;
    font-size: 1.5em;
    margin: 10px 10px 15px 10px;
    padding: 5px;
}
.campaign-filter {
    position: absolute;
    right: 0px;
    bottom: 5px;
}
.campaign-filter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.campaign-filter li {
    /*border: 1px solid #b9b9b9;*/
    padding: 3px 10px;
    float: left;
}
.campaign-filter li a{
    color: #646464;
}
.campaign-filter li.active {
    background: #D6051A;
    /*border: 1px solid #D6051A;*/
    color: #ffffff;
    font-weight: bold;
}
.campaign-filter li.active a{
    color: #ffffff;
}
.campaign-filter li.first {
    border-right: none;
    /*
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    */
}
.campaign-filter li.last {
    border-left: none;
    /*
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    */
}

.right-block {
    margin: 10px 20px 5px 20px;
    
}
.right-block-title {
    /*background: url(images/arrow-grey.png) no-repeat 5px center;*/
    border-bottom: 3px solid #787D83;
    color: #666666;
    padding: 5px 0 5px 5px;
    margin: 0 0 3px 0;
    font-weight: bold;
    font-size: 1.3em;
    /*text-transform: uppercase;*/
}
.right-block-title a{
    color: #666666;
    
}
.block-title-blue {
    /*background: url(images/arrow-blue.png) no-repeat 5px center;*/
    border-bottom: 3px solid #4594d7;
}
.block-title-red {
    /*background: url(images/arrow-red.png) no-repeat 5px center;*/
    border-bottom: 3px solid #D6051A;
}

.right-block-content {
    /* border: 1px solid #787D83; */
    padding: 5px 0;
}
.right-block-content .right-item {
    border-bottom: 1px dotted #787D83;
    padding: 3px;
}
.right-item-image {
    float: left;
}
.right-item-text {
    margin: 0 0 0 50px;
    font-size: 0.9em;
}
.color-blue {
    color: #00B3E7;
}

#loginDialog {
    padding: 20px 60px;
    display: none;
    color: #797b80;
	height: 320px !important;
}
#loginDialog a{
    text-decoration: underline;
    color: #797b80;
}


/*
.block-comp {
    padding: 0 15px 15px 15px;
}
.block-comp h3 {
    color: #666464;
    font-size: 2em;
    font-weight: normal;
}
.block-comp h3.red-arrow {
    background: url(images/arrow-red-big.png) no-repeat scroll 5px center;
    padding: 0 0 0 20px;
}*/
ul.block-comp {
    list-style-type: square;
    padding: 15px 15px 15px 25px;
}
ul.block-comp li{
    
    
}
ul.block-comp li a{
    color: #666464;
    text-decoration: underline;
}
.content-comp {
    padding: 30px;
}
h1.comp {
    color: #666464;
    font-size: 2.5em;
    font-weight: normal;
}
.competition {
    color: #666464;
    background: #f1f2f6;
    border-top: 1px solid #dddee0;
    border-bottom: 1px solid #dddee0;
    margin: 0 10px;
    padding: 15px 30px;
}

.eventBodyNew > .competition {
	margin: 0;
}

.eventBodyNew > .competition > .competition-answers > div > input {
	margin-right: 8px;
}

.competition-question {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}
.competition-form {
    float: left;
    width: 49%;
}
.competition-info {
    float: right;
    width: 49%;
}
.title-comp {
    color: #666464;
    font-size: 1.5em;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
}
.subcontent-comp {
    padding: 20px;
}
.table-form {
    width: 100%;
}
.table-form th {
    text-align: left;
    color: #666464;
}
.table-form td {
    text-align: right;
}
button.button-form {
}
button.button-form .button-form-left{
    background: url(images/button-form-l.png) no-repeat left center;
    height: 32px;
    line-height: 30px;
    color: #ffffff;
}
button.button-form .button-form-right{
    background: url(images/button-form-r.png) no-repeat right center;
    padding: 0 34px 0 0;
    height: 32px;
}
button.button-form span{
    padding: 0 10px;
}
.form-label {
    border-bottom: 1px solid #929292;
    color: #898989;
    padding: 5px 0;
    margin-bottom: 20px;
    font-size: 1.5em;
}
.greytext {
    color: #686868;
}
.greytext a {
    color: #686868;
    text-decoration: underline;
}

.info-blue {
    background: #e4edf5;
    border: 1px solid #d8e1e9;
    
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    
    color: #2e74b2;
    text-align: center;
    
    padding: 10px;
}

.ui-datepicker-trigger {
    padding: 0 0 0 5px;
}

.firm_banner {
    margin: 20px 0 0 0;
    text-align: center;
}
.firm_banner > img {
	max-width: 100%;
}
div.navigation {
    border: 1px solid #c8c8c8; 
    background: #ededed;
    padding: 5px 0;
    margin: 10px 50px;
}
div.navigation-new {
	margin-top: 20px;
	background: #f4f4f4;
	overflow: auto;
	padding: 8px 0;
}
div.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; 
}
div.navigation-new > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.navigation ul li{
    border-left: 1px dotted #646666; 
    float: left;
    padding: 0 10px;
}
div.navigation-new ul li{
    border-left: 1px dotted #7d7d7d; 
    float: left;
    padding: 0 10px;
}
div.navigation ul li.first{
    border-left: none; 
}
div.navigation-new ul li.first{
    border-left: none; 
}
div.navigation ul li a{
    color: #646666;
}
a.service-link {
    color: #646666;
    text-decoration: underline;
}

/* Obedove menu vo VIP karte */
div.lunchMenuBlock {
    background:#e6e3dc;   
    color:#5b5853;
    margin-top:25px;
}

div.lunchMenuBlock div.lunchMenuTitle {
    padding-top:5px;
    background:#ea8097;
}

div.lunchMenuBlock div.lunchMenuTitleCase {
    background:#666666;
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    font-size:1.6em;
    padding:4px 0;
}

div.lunchMenuBlock div.lunchMenuContent {
    padding:25px 10px 10px 10px;
}

div.lunchMenuBlock div.lunchMenuContent div.lunchMenuItemToday {
    background:#fff;
    border:1px solid #b3b2ae;
    padding:14px;
    margin-bottom:20px;
    position:relative;
}
div.lunchMenuBlock div.lunchMenuContent div.lunchMenuItemToday div.title div.date {
    font-size:1.2em;
    padding-bottom:15px;    
}

div.lunchMenuBlock div.lunchMenuContent div.lunchMenuItemToday div.title div.date span.todayText {
    font-size:1.2em;
    color:#ea8097;
    font-weight:bold;
}

div.lunchMenuBlock div.lunchMenuContent div.lunchMenuItem {
    padding-bottom:0px;
    position:relative;
}

div.lunchMenuBlock div.lunchMenuContent div.lunchMenuItem div.title {
    border-bottom:2px solid #fff;
    padding:40px 15px 5px 15px;
    margin-bottom:10px;
}

div.lunchMenuBlock div.lunchMenuContent div.lunchMenuItem div.title div.date {
    font-size:1.2em;
    font-weight:bold;
}

div.lunchMenuBlock div.lunchMenuContent div.lunchMenuItem div.title div.price, div.lunchMenuBlock div.lunchMenuContent div.lunchMenuItemToday div.title div.price {
    color:#ea8097;
    font-size:1.1em;
    font-weight:bold;
    position:absolute;
    right:15px;
    top:10px;
}

div.lunchMenuBlock div.lunchMenuContent div.lunchMenuItemToday div.title div.price {
    top:15px;
}

div.lunchMenuBlock div.lunchMenuContent div.lunchMenuItem div.content {
    padding:0 15px;
}

/* Podstranka s obedovymi menu */
div.lunchMenuSiteBlock {
    color:#5b5853;
    padding: 0 0 0 15px; 
}

div.lunchMenuSiteBlock div.lunchMenuHeaderImage {
    position:relative;
    margin-bottom:45px;
}

div.lunchMenuSiteBlock div.lunchMenuHeaderImage div.selectDay {
    position:absolute;
    right:50px;
    bottom:-16px;
}

div.lunchMenuSiteBlock div.lunchMenuHeaderImage div.selectDay a.buttonDay {
    display:inline-block;
    padding:6px 25px;
    color:#fff;
    background:#666666;
    border:1px solid #fff;
}
div.lunchMenuSiteBlock div.lunchMenuHeaderImage div.selectDay a.buttonDayActive {
    background:#ea8097;
}

div.lunchMenuSiteBlock div.lunchMenuHeader {
    font-size:2.2em;
    padding:0 30px 20px 0;
}

div.lunchMenuSiteBlock div.lunchMenuHeader span.pinkText {
    color:#ea8097;
}
div.lunchMenuSiteBlock div.lunchMenuHeader span.smallText {
    font-size:0.45em;
}

div.lunchMenuSiteBlock div.lunchMenuData {
    padding-right:30px;    
}
div.lunchMenuSiteBlock div.lunchMenuData p{
    font-size: 1.3em;
    padding: 10px 0 0 0
}

div.lunchMenuSiteBlock div.lunchMenuData div.lunchMenuItem {
    padding-bottom:15px;
    position:relative;    
}

div.lunchMenuSiteBlock div.lunchMenuData div.lunchMenuItem div.title {
    background:#666666;
    color:#fff;
    padding-right:40px;
}
div.lunchMenuSiteBlock div.lunchMenuData div.lunchMenuItem div.title span.firmName {
    display:inline-block;
    background:#ea8097;
    padding:5px 10px;
    font-weight:bold;
    font-size:1.2em;
}

div.lunchMenuSiteBlock div.lunchMenuData div.lunchMenuItem div.title span.firmName a {
    color:#fff;
}

div.lunchMenuSiteBlock div.lunchMenuData div.lunchMenuItem div.title span.firmAddress {
    padding:5px 10px;
}

div.lunchMenuSiteBlock div.lunchMenuData div.lunchMenuItem div.content {
    padding:10px 0 10px 10px;
    position:relative;
}

div.lunchMenuSiteBlock div.lunchMenuData div.lunchMenuItem div.content div.image {
    float:left;
    width:110px;
    text-align:center;
}

div.lunchMenuSiteBlock div.lunchMenuData div.lunchMenuItem div.content div.description {
    padding-left:125px;
}

div.lunchMenuSiteBlock div.lunchMenuData div.lunchMenuItem div.contentNoImage div.description {
    padding-left:0;
}

div.lunchMenuSiteBlock div.lunchMenuData div.lunchMenuItem div.content div.price {
    position:absolute;
    right:0;
    top:10px;
    color:#ea8097;
    font-weight:bold;
}
div.lunchMenuSiteBlock div.lunchMenuData div.lunchMenuItem div.print {
    position:absolute;
    right:9px;
    top:3px;
    width:22px;
    height:22px;
}

/* Zoznam noviniek */
div.newsSitePadding {
    padding:15px 20px 20px 15px;    
}

div.newsCategoryMenu {
    background:#ff4b46;
    border:1px solid #dd5c57;
    margin-bottom: 20px;
}

div.newsCategoryMenu ul {
    list-style:none;
    margin:0;
    padding:0;
}

div.newsCategoryMenu ul li {
    float:left;    
}

div.newsCategoryMenu ul li a {
    display:block;
    padding:8px 10px;
    text-decoration:none;
    color:#FFF;
}

div.newsCategoryMenu ul li.active a {
    background:#FFF;
    color:#FF4B46;
}

div.newsListPagerBlock {
    padding:20px 0;
}

div.newsListPagerBlock div.categoryHeader {
    font-size:1.8em;
    color:#000;
}

div.newsList ul.pager {
    padding:5px 0 0 0;
    float:left;    
}

div.newsList div.newsItem {
    padding:10px 0;
}

div.newsList div.newsItem div.image {
    float:left;
    width:115px;
    text-align:center;
}
 
div.newsList div.newsItemHeadline div.image {
    width:350px;
}

div.newsList div.newsItemWithImage div.content {
    padding-left:130px;
}
div.newsList div.newsItemHeadlineWithImage div.content {
    padding-left:360px;
}

div.newsList div.newsItem div.content div.title {
    color:#FF4B46;
    font-size:1.6em;
}

div.newsList div.newsItem div.content div.title a {
    color:#FF4B46;
}

div.newsList div.newsItem div.content div.date {
    font-size:0.8em;
    color:#89847e;
    padding:3px 0;
}

/* News detail */
div.newsDetail {
    padding:10px 0;
}

div.newsDetail .description {
	font-size: 1.1em;
	line-height: 1.5em;
}
div.newsDetail div.image {
    float:right;
    width:350px;
    text-align:center;
    margin:20px 0 10px 20px;
}
div.newsDetail .copyright {
	font-size: 1.0em;
	line-height: 1.5em;
	color: #666666;
	padding: 20px 0 0 0;
}
div.newsDetail .copyright a{
	color: #666666;
}


div.newsDetail div.title {
    color:#FF4B46;
    font-size:2.5em;
}

div.newsDetail div.title a {
    color:#FF4B46;
}

div.newsDetail div.content div.date {
    font-size:0.8em;
    color:#89847e;
    padding:3px 0 10px 0;
}

/* Novinky na homepage */
.hpNewsList {
    width:666px;
    margin:10px 0 10px 10px;
    
}

.hpNewsList div.cetegoryItemWide {
    margin:0 8px 8px 0;
    border:1px solid #bf8385;
}

.hpNewsList div.cetegoryItemWide {
    margin:0;
}

.hpNewsList div.cetegoryItemWide div.categoryTitle {
    background:#ff4c49;
    padding:3px 10px;   
    font-size:1.3em;
    font-weight: bold;
    color:#FFF;
}

.hpNewsList div.cetegoryItemWide div.categoryTitle a{
    color:#FFF;
}

.hpNewsList div.cetegoryItemWide div.itemsList {
    padding:10px;
}

.hpNewsList div.cetegoryItemWide div.itemsList div.itemNews {
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #5f665e;    
    float:right;
    width: 49%;
}

.hpNewsList div.cetegoryItemWide div.itemsList div.itemNewsLast {
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
    
}

.hpNewsList div.cetegoryItemWide div.itemsList div.itemNews div.image {
    float:left;
    width:64px;
    text-align:center;
}
.hpNewsList div.cetegoryItemWide div.itemsList div.itemNewsFirst {
    width: 49%;
    float: left;
    border-bottom:none;
    
}
.hpNewsList div.cetegoryItemWide div.itemsList div.itemNewsFirst div.image {
    width:115px;
}


.hpNewsList div.cetegoryItemWide div.itemsList div.itemNews div.content {
    padding-left:84px;    
}

.hpNewsList div.cetegoryItemWide div.itemsList div.itemNewsFirst div.content {
    padding-left:125px;
}

.hpNewsList div.cetegoryItemWide div.itemsList div.itemNewsNoImage div.content {
    padding-left:0;
}

.hpNewsList div.cetegoryItemWide div.itemsList div.itemNews div.title {
    padding-bottom: 10px;
}

.hpNewsList div.cetegoryItemWide div.itemsList div.itemNews div.title a {
    color:#f5515a;    
    font-size:1.1em;
    font-weight:bold;
}

.hpNewsList div.cetegoryItemWide div.itemsList div.itemNewsFirst div.content div.title {
    padding-bottom:5px;    
}
.hpNewsList div.cetegoryItemWide div.itemsList div.itemNews div.content div.description {
    font-size: 0.85em;   
}









.hpNewsList div.cetegoryItem {
    float:left; 
    width:326px;
    margin:0 8px 8px 0;
    border:1px solid #bf8385;
}
.hpNewsList div.cetegoryItemGrey {
    background:#404040;
    color:#fff;
}

.hpNewsList div.cetegoryItemLast {
    margin:0;
}

.hpNewsList div.cetegoryItem div.categoryTitle {
    background:#ff4c49;
    padding:3px 10px;   
    font-size:1.3em;
    color:#FFF;
    font-weight: bold;
}
.hpNewsList div.cetegoryItem div.categoryTitle a{
    color:#FFF;
}


.hpNewsList div.cetegoryItem div.itemsList {
    padding:10px;
}

.hpNewsList div.cetegoryItem div.itemsList div.itemNews {
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #5f665e;    
}

.hpNewsList div.cetegoryItem div.itemsList div.itemNewsLast {
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
}

.hpNewsList div.cetegoryItem div.itemsList div.itemNews div.image {
    float:left;
    width:64px;
    text-align:center;
    padding-top: 2px;
}
.hpNewsList div.cetegoryItem div.itemsList div.itemNewsFirst div.image {
    width:115px;
}


.hpNewsList div.cetegoryItem div.itemsList div.itemNews div.content {
    padding-left:84px;    
}

.hpNewsList div.cetegoryItem div.itemsList div.itemNewsFirst div.content {
    padding-left:125px;
}

.hpNewsList div.cetegoryItem div.itemsList div.itemNewsNoImage div.content {
    padding-left:0;
}

.hpNewsList div.cetegoryItem div.itemsList div.itemNews div.content div.title a {
    color:#f5515a;    
    font-size:1.1em;
    font-weight:bold;
}

.hpNewsList div.cetegoryItem div.itemsList div.itemNewsFirst div.content div.title {
    padding-bottom:5px;    
}
.hpNewsList div.cetegoryItem div.itemsList div.itemNews div.content div.description {
    font-size: 0.85em;   
}

#CompetitionTermsDialog {
    display: none;
    width: 600px;
    padding: 10px;
}

.promoRightBodyDisplay {
    padding: 10px 0 5px 0;
    /*margin-left: 6px;*/
    /*margin-right: 2px;*/
    /*background-color: #f4f4f4;*/
    border-radius: 6px;
	width: 100%;
}

@media (max-width: 991px) {
	.promoRightBodyDisplay {
		display: none;
	}
}

.promoRightBodyHide {
    padding: 0px;
    margin: 0px;
	display: none;
}

.promo-item {
	/*background: #f8f8f8;*/
	border-radius: 6px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}

.promo-item .promo-item-link {
	color: #333333;
}

.promo-item .promo-item-img {
	width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e4e4e4;
}

.promo-item .promo-item-description {
	padding: 5px;
}

.promo-item .promo-item-description .promo-item-description-title {
	font-size: 18px;
	font-weight: 700;
	padding-left: 3px;
}

.promo-item .promo-item-description .promo-item-description-text {
	font-size: 14px;
	font-weight: 400;
	padding: 3px 3px;
}

.cookiealert {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: none;
    z-index: 100;
    color: white;
    background-color: black;
    padding: 5px;
    font-size: 14px;
    border-bottom: 1px solid white;
}

.cookiealert a {
    color: white;
    text-decoration: underline;
}

.cookiealert a:hover {
    color: white;
    text-decoration: underline;
}

.acceptcookie {
    display: inline-block;
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  white-space: nowrap;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -user-select: none;
}
