/**
 * zakladni layout
 */
body {
	background: #b40d23 url('img/body-bg-top.png') repeat-x left top;
	margin: 0;
	padding: 0;
}

#main {
	background: url('img/body-bg-bottom.png') repeat-x left bottom;
	min-width: 1080px;
	position: relative;
}
#main-inner {
	background: url('img/main-bg.png') no-repeat center top;
}
#main.page-index #main-inner {
	background-image: url('img/main-bg-index.png');
}

#content,
#container-heaven,
#container-header,
#container-footer {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
#content {
	z-index: 1;
}
#container-heaven {
	height: 98px;
	z-index: 3;
}
#container-header {
	height: 337px;
	z-index: 2;
}

#content-top {
	background: url('img/content-bg-top.png') no-repeat left top;
}
#main.page-index #content-top {
	background-image: url('img/content-bg-top-index.png');
}
#content-bottom {
	background: url('img/content-bg-bottom.png') no-repeat 23px bottom;
	padding: 23px 50px 26px 50px;
}
#content-inner { 
	background: #fff;
	position: relative;
	margin: 81px 0 24px 0;
	min-height: 670px;
}
#main.page-index #content-inner {
	min-height: 0;
} 

#container-middle {
	width: 590px;
	float: left;
	padding: 0 0 0 30px;
	position: relative;
	top: -16px;
}
#container-right {
	width: 329px;
	float: right;
	position: relative;
	top: -16px;
}
#container-right.filter {
	padding-top: 29px;
}
.clear {
	clear: both;
}



/**
 * typografie
 */
 @font-face {
	font-family: 'TrebuchetMS';
	src: url('trebucbi.eot');
	src: local('Trebuchet MS'), local('TrebuchetMS-BoldItalic'), url('trebucbi.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'TrebuchetMS';
	src: url('trebucbd.eot');
	src: local('Trebuchet MS'), local('TrebuchetMS-Bold'), url('trebucbd.ttf') format('truetype');
	src: url('trebucbd.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'TrebuchetMS';
	src: url('trebuc.eot');
	src: local('Trebuchet MS'), local('TrebuchetMS'), url('trebuc.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TrebuchetMS';
	src: url('trebucit.eot');
	src: local('Trebuchet MS'), local('TrebuchetMS-Italic'), url('trebucit.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}


body {
	font-family: "Trebuchet MS", TrebuchetMS;
	font-size: 12px;
}

#content h1,
.apply-typography h1 {
	margin: 0 0 11px 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #010101;
}
#content h2,
.apply-typography h2 {
  /* pouzijeme padding kvuli obrazku na pozadi */
	padding: 26px 0 6px 18px;
	margin: 0;
	background: url('img/h2-bg.png') no-repeat 0 18px;
	color: #e9465a;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	left: -18px;
/* 	width: 100%; */
	/*clear: both;*/
}
#content h3,
.apply-typography h3 {
	font-weight: bold;
	color: #5f5f5f;
	font-size: 12px;
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 18px;
}
#content p,
.apply-typography p {
	margin: 0 0 12px 0;
	padding: 0;
	color: #5f5f5f;
	font-size: 12px;
	line-height: 18px;
}
#content a,
.apply-typography a {
	color: #e70000;
	text-decoration: underline;
}
#content a:hover,
.apply-typography a:hover {
	text-decoration: none;
}
#content strong,
.apply-typography strong {
	color: #404040;
	font-weight: bold;
}
#content ul,
#content ol,
.apply-typography ul,
.apply-typography ol {
	margin: 0 0 12px 0;
	padding: 0;
}
#content li,
.apply-typography li {
	margin: 0 0 6px 0;
	padding: 0 0 0 21px;
	background: url('img/li-arrow.png') no-repeat 2px 5px; 
	color: #5f5f5f;
	font-size: 12px;
	line-height: 18px;
	list-style-type: none;
}
#content img,
.apply-typography img {
	border: 2px solid #e70000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	/* x, y, rozptyl, velikost, barva */
	-moz-box-shadow: 0 2px 8px 0 #868686;
	-webkit-box-shadow: 0 2px 8px 0 #868686;
	box-shadow: 0 2px 8px 0 #868686;
	/* todo: ie */
}
/* nenastylujeme obrazky v Google Maps a emotikony */
#content #gmap img,
#content img[src*=emotions] {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#content .img-wrap .legend,
.apply-typography .img-wrap .legend {
	max-width: 300px;
	color: #e70000;
}
#content .img-wrap a .legend,
.apply-typography .img-wrap a .legend {
	text-decoration: underline;
}
#content .img-wrap a:hover .legend,
.apply-typography .img-wrap a:hover .legend {
	text-decoration: none;
}






/**
 * HLAVICKA
 */

/* logo */
#container-heaven .logo {
	position: absolute;
	left: 405px;
}
#container-heaven .logo a {
	display: block;
	width: 224px;
	height: 74px;
	padding: 30px;
}
#container-heaven .logo a span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 284px;
	height: 134px;
	background: url('img/header-logo.png') no-repeat;
}

/* menu */
#container-heaven .top-menu {
	padding: 1px 0px 0 55px;
}
#container-heaven .top-menu ul.level-1 {
	margin: 0;
	padding: 0;
}
#container-heaven .top-menu ul.level-1 > li {
	margin: 0;
	list-style-type: none;
	float: left;
	text-align: center;
	height: 68px;
	/*width: 78px;*/
	overflow: hidden;
	padding: 34px 8px 0 8px;
}
/* todo: udelat lepe */
#container-heaven .top-menu li.item-1-5 {
	padding-left: 300px;
	width: 70px;
}
#container-heaven .top-menu li.item-1-6 {
	width: 80px;
}
#container-heaven .top-menu ul.level-1 > li,
#container-heaven .top-menu .level-1 > li a {
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -0.8px;
	text-decoration: none;
}
#container-heaven .top-menu .level-1 > li a:hover {
	color: #ff4526;
}



/**
 * HLAVICKA na HS
 */
/* volna mista */
#container-header .panel-volna-mista {
	width: 180px;
	height: 300px;
	position: absolute;
	left: 489px;
	top: 52px;
	letter-spacing: -1.3px;
}
#container-header .panel-volna-mista .title {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
}
#container-header .panel-volna-mista .content {
	padding: 28px 0 0 1px;
}
#container-header .panel-volna-mista .content p {
	color: #fff;
	font-size: 14px;
	padding-left: 22px;
	margin-bottom: 14px;
	line-height: 14px;
	letter-spacing: 0;
}
#container-header .panel-volna-mista .content ul {
	margin-bottom: 10px;
}
#container-header .panel-volna-mista .content li {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	background-position: 2px 6px;
	letter-spacing: 0;
	padding-left: 22px;
}
#container-header .panel-volna-mista .content a {
	color: #ff534a;
}
#container-header .panel-volna-mista .content a:hover {
	color: #fff;
}

/* video */
#container-header .panel-video {
	width: 290px;
	height: 367px;
	position: absolute;
	top: 14px;
	left: 790px;
}
#container-header .panel-video .title {
	padding-top: 4px;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	letter-spacing: -1.2px
}
#container-header .panel-video .content {
	padding: 10px 50px 0 30px;
}
#container-header .panel-video .content a.play-video {
	display: block;
	height: 220px;
	background: url(img/video-play.png) no-repeat center 90px;
	text-decoration: none;
	outline: none;
}
#container-header .panel-video .content p {
	margin: 0;
	padding: 0;
}
/* todo: mozna zrusit blokovy mod, trochu to mate */
#container-header .panel-video .content p a {
	display: block;
	height: 36px;
	line-height: 36px;
	padding-left: 45px;
	background: url('img/video-icon.png') no-repeat 7px 5px;
	color: #ff534a;
	text-decoration: underline;
	font-size: 14px;
}
#container-header .panel-video .content p a:hover {
	text-decoration: none;
	color: #fff;
}
.panel-facebook-link {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
}
/* TODO: at neprekryva menu */
.panel-facebook-link a {
	width: 137px;
	height: 121px;
	background: url('img/facebook-icon.png') no-repeat right top;
	display: block;
}


/**
 * PODSTRANKA
 */
 
/* detail clanku */
#content .object-detail .main-image {
	float: right;
	margin-left: 10px;
} 

/* detail rubrik + kurzu */
#main.page-rubric .article-thumb h2.with-image,
#main.page-courses .article-thumb h2.with-image {
	padding-left: 218px;
}
#main.page-rubric .article-thumb .image,
#main.page-courses .article-thumb .image {
	float: left;
	margin-right: 26px;
	margin-top: -29px; /* na uroven nadpisu */
}
#main.page-rubric .article-thumb .image img,
#main.page-courses .article-thumb .image img {
	/* FIXME: pouze testovaci */
	width: 170px;
}
#main.page-rubric .object-thumb,
#main.page-courses .object-thumb {
	border-top: 1px dotted #b40d23;
	padding-bottom: 20px;
}
#main.page-rubric .object-thumb:first-child,
#main.page-courses .object-thumb:first-child {
	border-top: 0px none;
}
#main.page-detail #container-middle .button-to-detail,
#main.page-rubric .object-thumb .button-to-detail,
#main.page-courses .object-thumb .button-to-detail,
#main.page-newsarticle-detail #container-middle .back-to-all-news {
	text-align: right;
}
#main.page-detail #container-middle .button-to-detail a,
#main.page-rubric .object-thumb .button-to-detail a,
#main.page-courses .object-thumb .button-to-detail a,
#main.page-newsarticle-detail #container-middle .back-to-all-news a {
	display: inline-block;
	background: url(img/button-big.png) no-repeat left top;
	width: 284px;
	height: 40px;
	line-height: 40px;
	color: #e50000;
	text-decoration: none;
	text-align: center;
	padding: 0 0 3px 0;
	font-size: 14px;
}


/* drobky */
#content .panel.panel-breadcrumbs {
	position: absolute;
	top: -46px;
	left: 0;
	width: 100%;
	height: 20px;
}
#content .panel-breadcrumbs ul {
	margin: 0;
	padding: 0 10px 0 98px;
}
#content .panel-breadcrumbs li {
	margin: 0;
	padding: 0 16px 0 8px;
	background: url('img/breadcrumbs-arrow.png') no-repeat right 4px;
	float: left;
	list-style-type: none;
	color: #5f5f5f;
	font-size: 11px;
	
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* for opera */
	max-width: 322px;
	white-space: nowrap;
	overflow: hidden;
}
#content .panel-breadcrumbs li:last-child {
	background-image: none;
}
#content .panel-breadcrumbs li a {
	color: #e70000;
	text-decoration: underline;
}
#content .panel-breadcrumbs li a:hover {
	text-decoration: none;
}



/**
 * PANELY
 */

#content .panel {
	position: relative;
} 
#content .panel .title h2 {
	margin: 0 0 0 2px;
	padding: 0;
	background: transparent;
	position: static;
	width: auto;
	font-size: 24px;
	color: #000;
	letter-spacing: -1.3px;
}
#content .panel .subtitle {
	position: absolute;
	right: 48px;
	top: 11px;
}
#content .panel .subtitle a {
	padding-left: 15px;
	background: url('img/gallery-icon.png') no-repeat 0px 3px;
	letter-spacing: -0.6px;
}
 
/**
 * PANELY
 */
/* nahled galerie */
#content .panel-gallery-preview {
	width: 352px;
	height: 459px;
	background: url('img/right-box-bg.png') no-repeat 1px 49px;
}
#content .panel-gallery-preview .subtitle {
	right: 60px;
}
#content .panel-gallery-preview .content {
	margin: 45px 55px 0 36px;
	height: 330px;
	overflow: hidden;
}
#content .panel-gallery-preview .content .main-photo a,
#content .panel-gallery-preview .content .gallery-image a {
	border: 2px solid #e70000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#content .panel-gallery-preview .content .main-photo a:hover,
#content .panel-gallery-preview .content .gallery-image a:hover {
	border-color: #fff;
}
#content .panel-gallery-preview .content img {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}
#content .panel-gallery-preview .content .main-photo a {
	width: 250px;
	height: 188px;
	display: block;
	margin: 1px;
	overflow: hidden;
	line-height: 188px;
}
#content .panel-gallery-preview .content .main-photo a img {
	width: 250px;
	vertical-align: middle; /* fixme: skace zde par px */
}
#content .panel-gallery-preview .content .gallery-image a {
	float: left;
	width: 74px;
	height: 56px;
	margin: 9px 12px 0 0;
	overflow: hidden;
}
#content .panel-gallery-preview .content .gallery-image a img {
	width: 74px;
	vertical-align: middle; /* fixme: skace zde par px */
}
#content .panel-gallery-preview .content .photos .gallery-image.position-3 a {
	margin-right: 0;
}
#content .panel-gallery-preview .content .label {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 12px 0 5px 0;
}
#content .panel-gallery-preview .content a:hover {
	color: #fff;
}

/* galerie */
#content .panel-gallery {
	clear: both;
}
#content .panel-gallery .title h2 {
	margin: 0;
	padding: 14px 0 0 0;
	background: url('img/gallery-line.png') no-repeat -2px 0;
}
#content .panel-gallery .content,
#content .rubric-gallery .content {
	background: url('img/gallery-bg.png') repeat left top;
	padding: 0 1px 1px 0;
	margin: 23px 0 0 1px;
}
#content .rubric-gallery .content {
	background: url('img/gallery2-bg.png') repeat left top;
}

#content .panel-gallery .gallery-image,
#content .rubric-gallery .gallery-image {
	width: 193px;
	height: 193px;
	float: left;
	overflow: hidden;
	padding: 1px 0 0 1px;
}
#content .rubric-gallery .gallery-image {
	height: 212px;
}

#content .panel-gallery .gallery-image a,
#content .rubric-gallery .gallery-image a {
	width: 193px;
	height: 193px;
	display: block;
	background: url('img/gallery-hover.png') no-repeat -10000px 0;
	text-align: center;
	line-height: 193px;
}

#content .rubric-gallery .gallery-image a {
	background: url('img/gallery2-hover.png') no-repeat -10000px 0;
	height: 212px;
}

#content .panel-gallery .gallery-image a:hover,
#content .rubric-gallery .gallery-image a:hover {
	background-position: left top;
}
#content .rubric-gallery .gallery-image a:hover {
	color: white;
}

#content .panel-gallery .gallery-image a img,
#content .rubric-gallery .gallery-image a img {
	max-width: 171px;
	max-height: 171px;
	vertical-align: middle;
	border: none;
}
#content .rubric-gallery .gallery-image a span {
	float: left;
	width: 200px;
	height: auto;
	text-align: auto;
	line-height: 15px;
	font-size: 12px;
	 
}

/* kalendar */
#content #container-right .panel-calendar {
	top: -5px;
}
#content .panel-calendar .calendar {
	background: url('img/calendar-bg.png') no-repeat -2px 6px;
	height: 193px;
	position: relative;
	z-index: 2;
	padding: 39px 0 0 20px;
}
#content .panel-calendar .calendar .calendar-table table {
	width: 254px;
}
#content .panel-calendar .calendar .calendar-control {
	position: relative;
	top: -10px;
	right: 3px;
	width: 240px;		
	text-align: center;
}
#content .panel-calendar .calendar .month-header {	
	font-size: 14px;
	font-weight: bold;	
	padding: 0 15px;			
}
#content .panel-calendar .calendar .calendar-control-left {
	text-align: center;
	font-size: 13px;	
	position: relative;
	margin: 0 0 0 13px;		
}
#content .panel-calendar .calendar .calendar-control-right {
	text-align: center;
	font-size: 13px;	
	position: relative;	
}

#content .panel-calendar .calendar table td,
#content .panel-calendar .calendar table th {
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	margin: 0;	
	
	padding: 2px 0 2px 10px;
	width: 24px;	 
}
#content .panel-calendar .calendar table th {
	font-weight: bold;
	color: #000;
}
#content .panel-calendar .calendar table td {
	color: #404040;
}


#content .panel-calendar .calendar .day {
	background-color: #760d0d;
	width: 20px;
	/* right: 10px; */
	padding: 0 0 0 10px;		
	height: 20px;
	cursor: pointer;
	color: #fff;
}

#content .panel-calendar .calendar .day .current-with-event {
	background-color: #ff3b3c;
	color: #fff;
}

#content .panel-calendar .calendar .separator,
#content .panel-calendar .calendar .event, 
#content .panel-calendar .calendar .previous,
#content .panel-calendar .calendar .upcoming {
	display: none;
}
#content .panel-calendar .event-view-wrapper {
	width: 238px;
	height: 125px;
	background: url('img/calendar-event.png') no-repeat;
	position: relative;
	left: 0;
	top: -18px;
	z-index: 1;
	padding: 26px 24px 10px 24px;
}
#content .panel-calendar .event-view-wrapper.with-scrollbar {
	padding-right: 44px;
	width: 218px;
}
#content .panel-calendar .event-view-wrapper .scrollbar {
	height: 120px;
	position: absolute;
	right: 24px;
	top: 26px;
	background-color: #fff;
}
#content .panel-calendar .event-view-scroll-wrapper {
	overflow: hidden;
	height: 125px;
}
#content .panel-calendar .event-view {
	position: relative;
}
#content .panel-calendar .event-view .separator {
	display: none;
}
#content .panel-calendar .event-view h3 {
	margin-bottom: 11px;
	line-height: 16px;
	color: #fff;
}
#content .panel-calendar .event-view h3 a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
#content .panel-calendar .event-view h3 a:hover {
	text-decoration: none;
	color: #fff;
}
#content .panel-calendar .event-view p {
	color: #fff;
	line-height: 16px;
	margin: 0;
}
#content .panel-calendar .event-view strong {
	color: #fff;
}
#content .panel-calendar .event-view .event {
	display: block;
	margin-top: 10px;
}
#content .panel-calendar .event-view .event.first-child {
	margin-top: 0;
}

/* novinky a calendar */
#content .panel-criteria .calendar-thumb,
#content .panel-news .news-article-thumb {
	margin: 13px 0 0 0;
	padding: 0 0 11px 0;
	border-bottom: 1px dotted #B40D23;
}
#content .panel-criteria .calendar-thumb:last-child,
#content .panel-news .news-articles .news-article-thumb:last-child {
	border: none;
}
#content .panel-criteria .calendar-thumb .image img,
#content .panel-news .news-article-thumb .image img {
	width: 81px;
	float: left;
	margin: 3px 16px 0 3px;
}
#content .panel-criteria .calendar-thumb .date,
#content .panel-news .news-article-thumb .date {
	float: left;
	font-size: 11px;
	line-height: 11px;
	color: #000;
	padding: 0 8px 0 0;
	margin: 2px 9px 0 0;
	border-right: 1px solid #000;
}
#content .panel-criteria .calendar-thumb .title,
#content .panel-news .news-article-thumb .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 8px;
}
#content .panel-criteria .calendar-thumb .description,
#content .panel-news .news-article-thumb .description {
	padding-left: 5px;
}
#content .panel-criteria .calendar-thumb .description p,
#content .panel-news .news-article-thumb .description p {
	line-height: 16px;
	margin: 0;
	color: #000;
}
#main.page-news .panel-criteria,
#main.page-news .panel-news {
	width: 100%;
	margin: 0;
}
/* detail novinky */
#main.page-newsarticle-detail #container-middle .left-column {
	width: 190px;
	float: left;
}
#main.page-newsarticle-detail #container-middle .right-column {
	margin-left: 200px;
}
#main.page-newsarticle-detail #container-middle .main-image {
	float: left;
}
#main.page-newsarticle-detail #container-middle .date {
	color: #E9465A;
	font-size: 18px;
	line-height: 29px;
	margin: 0 0 11px 0;
}
/* strankovani */
#content .panel-criteria-pagination,
#content .panel-news-pagination {
	clear: both;
	text-align: center;
	padding-top: 20px;
}
#content .panel-criteria-pagination li .current {
	text-decoration: none;
	color: #010101;
	font-weight: bold;
}

#content .panel-criteria-pagination li,
#content .panel-criteria-pagination ul,
#content .panel-news-pagination li,
#content .panel-news-pagination ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#content .first .panel-criteria-pagination {
	padding-top: 0;
}
#content .panel-criteria-pagination {
	background: url('img/pagination-bottom.png') no-repeat 50% bottom;
	height: 53px;
}
#content .panel-criteria-pagination li {
	background: none;
	margin: 0 7px;
}
#content .panel-news-pagination li.previous {
	background: url('img/li-arrow-left.png') no-repeat left 4px;
	margin-right: 10px;
	padding-left: 19px;
}
#content .panel-news-pagination li.next {
	background: url('img/li-arrow.png') no-repeat right 4px;
	margin-left: 10px;
	padding-right: 19px;
}

/**
 * UVODNI STRANKA
 */
#main.page-index #container-middle {
  width: 620px;
}
#main.page-index #container-middle,
#main.page-index #container-right {
	top: -32px;
}
#container-middle .panel-news {
	float: left;
	width: 264px;
	margin-right: 41px;
}
#container-middle .panel-calendar {
	float: left;
	/*width: 329px;*/
	width: 300px;
}
#container-middle .panel-calendar .subtitle {
	right: 20px;
}
#container-middle .panel-news .title h2 {
	margin: 0;
}
#container-middle .panel-news .subtitle {
	right: 11px;
}
/* partneri */
#content .panel-partneri {
	clear: both;
	width: 980px;
	padding: 28px 0 0 0;
}
#content .panel-partneri .title {
	float: left;
	width: 145px;
	height: 50px;
}
#content .panel-partneri .title h2 {
	margin: 0;
}
#content .panel-partneri .content {
	float: left;
	padding-top: 23px;
	height: 48px;
}
#content .panel-partneri .content li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	background: transparent;
}
#content .panel-partneri .content li:last-child {
	margin-right: 0;
}
#content .panel-partneri .content li img {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}



/**
 * PATICKA
 */
#container-footer {
	height: 88px;
	overflow: hidden;
}
#container-footer .panel-raynet {
	position: absolute;
	right: 57px;
	top: 8px;
}
#container-footer .panel-raynet img {
	border: none;
}
/* send to friend */
#container-footer .panel-send-to-friend {
	position: absolute;
	top: 1px;
	left: 62px;
}
#container-footer .panel-send-to-friend .hint {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 16px;
	letter-spacing: -0.9px;
}
#container-footer .panel-send-to-friend form {
	margin: 11px 0 0 0;
	padding: 0;
}
#container-footer .panel-send-to-friend input {
	width: 218px;
	height: 18px;
	line-height: 18px;
	background: url('img/send-to-friend-input.png') no-repeat;
	padding: 4px 11px;
	margin: 0 17px 0 0;
	border: none;
	font-size: 14px;
	color: #000;
	font-family: "Trebuchet MS", TrebuchetMS;
}
#container-footer .panel-send-to-friend input.submit {
	background: url('img/send-to-friend-submit.png') no-repeat;
	width: 126px;
	height: 35px;
	margin: 0;
	padding: 0 0 3px 0;
	color: #e50000;
	cursor: pointer;
	position: absolute;
	left: 521px;
	top: 23px;
}



/**
 * REGISTRACE
 */
#content .registration-type-form li input {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	color: #e70000;
	text-decoration: underline;
	font-size: 12px;
	font-family: "Trebuchet MS", TrebuchetMS;
	line-height: 18px;
	cursor: pointer;
}
#content .registration-type-form li input:hover {
	text-decoration: none;
}
#content .registration-form {
	margin-top: 20px;
}
#content .registration-form .dancer-info {
	padding: 20px 0 0 0;
	margin: 0 94px 25px 38px;
	border-top: 1px dotted #b40d23;
}
#content .registration-form h2 + .dancer-info,
#content .registration-form #dancers .dancer-info:first-child {
	border-top: none;
}
#content .registration-form .add-dancer-buttons {
	text-align: center;
	margin: 10px 94px 10px 38px;
}
#content .registration-form .add-dancer-buttons a {
	cursor: pointer;
}
#content .registration-form .dancer-info .field {
	clear: left;
	margin: 5px 0;
}
#content .registration-form .dancer-info .field .label {
	width: 146px;
	display: block;
	float: left;
	color: #010101;
	font-size: 14px;
	line-height: 26px;
}
#content .registration-form .dancer-info .field .error {
	margin-left: 146px;
	clear: both;
	color: #e70000;
	font-weight: bold;
	padding: 2px 0 5px 0;
}
#content .registration-form .dancer-info .field .input {
	width: 312px;
	float: left;
}
#content .registration-form .dancer-info .field-input .input-fake,
#content .registration-form .dancer-info .field-input input {
	border: 0;
	margin: 0;
	padding: 4px 5px;
	background: url('img/registration-input.png') no-repeat;
	font-size: 14px;
	font-family: "Trebuchet MS", TrebuchetMS;
	line-height: 18px;
	color: #fff;
	height: 18px;
	width: 302px;
}
#content .registration-form .dancer-info .field-input .input-fake {
	height: 26px;
}
#content .registration-form .dancer-info .field-textarea textarea {
	border: 0;
	margin: 0;
	padding: 4px 5px;
	background: url('img/registration-textarea.png') no-repeat;
	font-size: 14px;
	font-family: "Trebuchet MS", TrebuchetMS;
	line-height: 18px;
	color: #fff;
	height: 75px;
	width: 302px;
	resize: none;
	float: left;
}
#content .registration-form .submit {
	width: 126px;
	height: 35px;
	background: url('img/registration-submit.png') no-repeat;
	border: none;
	margin: 0;
	padding: 0;
	color: #e50000;
	font-size: 14px;
	font-family: "Trebuchet MS", TrebuchetMS;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	margin-left: 371px;
}

/* detail kurzu */
#content .register-button {
	text-align: right;
}
#content .register-button form {
	margin: 0;
	padding: 0;
}
#content .register-button input {
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	
	display: inline-block;
	background: url(img/button-big.png) no-repeat left top;
	width: 284px;
	height: 40px;
	line-height: 40px;
	color: #e50000;
	text-decoration: none;
	text-align: center;
	padding: 0 0 3px 0;
	font-size: 14px;
}
#content .register-button input:hover {
	text-decoration: none;
}


/**
 * KONTAKTY
 */
#gmap {
	width: 620px;
	height: 320px;
	float: right;
	margin-top: 30px;
	border: 1px solid gray;
}

#contact-form form {
	padding: 20px 0 0 0;
	margin: 0 94px 25px 38px;
}
#contact-form .cf-item {
	clear: left;
	margin: 5px 0;
}
#contact-form .cf-item.textfield {
	height: 26px;
}
#contact-form .cf-item.textarea {
	height: 83px;
}
#contact-form .cf-item label {
	width: 146px;
	display: block;
	float: left;
	color: #010101;
	font-size: 14px;
	line-height: 26px;
}
#contact-form .cf-item .cf-textfield,
#contact-form .cf-item .cf-textarea {
	float: left;
	width: 312px;
}
#contact-form .cf-item .cf-textfield input {
	border: 0;
	margin: 0;
	padding: 4px 5px;
	background: url('img/registration-input.png') no-repeat;
	font-size: 14px;
	font-family: "Trebuchet MS", TrebuchetMS;
	line-height: 18px;
	color: #fff;
	height: 18px;
	width: 302px;
}
#contact-form .cf-item .cf-textarea textarea {
	border: 0;
	margin: 0;
	padding: 4px 5px;
	background: url('img/registration-textarea.png') no-repeat;
	font-size: 14px;
	font-family: "Trebuchet MS", TrebuchetMS;
	line-height: 18px;
	color: #fff;
	height: 75px;
	width: 302px;
	resize: none;
	float: left;
}
#contact-form .cf-submit input {
	width: 126px;
	height: 35px;
	background: url('img/registration-submit.png') no-repeat;
	border: none;
	margin: 0;
	padding: 0;
	color: #e50000;
	font-size: 14px;
	font-family: "Trebuchet MS", TrebuchetMS;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	margin: 10px 0 0 371px;
}

.news-article-thumb .title { color: #e70000; }
.calendar-thumb .title { color: #e70000; }


#criteria-form {
	width: 300px;
	margin: 0 auto;
}
#criteria-form label {
	width: 70px;
	display: block;
	float: left;
	text-align: right;
	color: #010101;
	font-size: 14px;
	padding-right: 10px;
	line-height: 26px;
	height: 35px;
}
#criteria-form select {
	width: 200px;
	height: 25px;
}
#criteria-form .select {
	position: absolute;
	width: 200px;
	float: right;
	display: block;
	overflow: hidden;
	background: url('img/select-bg.png') no-repeat;
	height: 35px;
	border: none;
	margin: 0 0 0 80px;
	padding: 0 0 0 12px;
	color: #fff;
	font-size: 14px;
	font-family: "Trebuchet MS", TrebuchetMS;
	line-height: 26px;
	text-align: left;
	cursor: pointer;
}
#criteria-form .delim {
	background: url('img/criteria-delim.png') no-repeat 50%;
	width: 300px;
	height: 35px;
}
	
#criteria-form input[type="submit"] {
	width: 126px;
	height: 35px;
	background: url('img/registration-submit.png') no-repeat;
	border: none;
	color: #e50000;
	font-size: 14px;
	font-family: "Trebuchet MS", TrebuchetMS;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	margin: 20px 0 0 15px ;
}

.panel-ongoing, .panel-criteria.GalleryPage, .panel-criteria.VideoPage { background: url('img/bg-2.png'); min-height: 292px; }
.panel-ongoing .ongoing-item, .panel-criteria .gallery-item { float: left; width: 290px; height: 290px; padding: 1px 0 0 1px; text-align: center; overflow:hidden; }
.panel-ongoing .ongoing-item:hover, .panel-criteria .gallery-item:hover { background: url('img/hover-2.png') no-repeat 1px 1px; }
.panel-companies .company-item a, .panel-ongoing .ongoing-item a, .panel-criteria .gallery-item a { line-height: 200px; display: block; height: 200px; }
#content .panel-companies .label a, #content .panel-ongoing .ongoing-item .label a, #content .panel-criteria .gallery-item .label a { color: #e9465a; text-decoration: none; line-height: 20px; font-size: 18px; height: 54px; padding: 18px; }
#content .panel-companies .company-item:hover a, #content .panel-ongoing .ongoing-item:hover a, #content .panel-criteria .gallery-item:hover a { color: #93091c; }
.panel-ongoing .ongoing-item a img, .panel-criteria .gallery-item a img { vertical-align: middle; }

.small-footer { height: 1px; }


.panel-companies { background: url('img/bg-4.png'); }
.panel-companies .company-item { float: left; width: 225px; height: 225px; padding: 1px 0 0 1px; text-align: center; overflow:hidden; }
.panel-companies .company-item:hover { background: url('img/hover-4.png') no-repeat 1px 1px; }
.panel-companies .company-item > a { line-height: 151px; display: block; height: 151px; }
.panel-companies .company-item a img { vertical-align: middle; }
#content .panel-companies .label a {padding: 5px; font-size: 13px;}

#container-middle.without-sidebar { width: 919px; }

ul.level-1 ul.level-2 { position: absolute; top: 69px; display: none; z-index: 10; }
ul.level-1 .item-1-8 ul.level-2 { right: 58px; width: 200px }
ul.level-1 .item-1-4 ul.level-2 { width: 200px }
#container-heaven .top-menu ul.level-1 .item-1-2, #container-heaven .top-menu ul.level-1 .item-1-3 { padding: 34px 4px 20px 4px; }
#container-heaven .top-menu ul.level-1 .item-1-4, #container-heaven .top-menu ul.level-1 .item-1-8 { width: 78px; padding: 34px 0 0px 0; }
#container-heaven .top-menu ul.level-1 .item-1-5 { padding: 34px 0px 0 0px }
#container-heaven .top-menu ul.level-1 .delim { width: 280px; padding: 0; margin: 0 }

#container-heaven .top-menu ul.level-1 .item-1-4.item:hover, #container-heaven .top-menu ul.level-1 .item-1-8.item:hover { color: #770719; background: url('img/menu-hover.png') no-repeat; }
ul.level-1 .item:hover ul.level-2 { display: block; }

ul.level-2 { background: #e8e8e8; padding: 10px 0 0 0; }
ul.level-2 li { padding: 0; margin: 0; list-style-type: none; text-align: left; }
ul.level-2 li.footer { background: #ff4526; margin: 15px 0 0 0; height: 5px; }
#container-heaven .top-menu ul.level-2 a { color: #a0051d; padding: 10px 10px 10px 30px; font-size: 12px; text-transform: none; background: url('img/menu-li.png') no-repeat 19px 16px ; }
#container-heaven .top-menu ul.level-2 .delim { height: 1px; margin: 0; padding: 0; background: url('img/menu-delim.png') no-repeat 0 0; }
#container-heaven .top-menu ul.level-2 a:hover { color: #fe0201; background-color: #fff; }

.page-gallery-detail-specific #container-middle, .page-coursesinfo #container-middle { width: 916px; }
.page-gallery-detail-specific #container-middle .panel-gallery { width: 778px; margin: 0 auto; }

@-moz-document url-prefix() {
	#container-heaven .top-menu ul.level-1 .delim {
		width:320px;
	}
	ul.level-1 .item-1-8 ul.level-2 { right: 51px; }
}

.page-news #container-middle > div > a { padding-right: 10px; }
#container-right .image { padding-bottom: 30px; }



#main.page-courses .article-thumb .image {
        margin-top: 0;
}


