* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

@font-face {
	font-family: Avant;
	src: url(fonty/AvantGarGotItcTOT-Med.otf);
}

@font-face {
	font-family: AvantExtLig;
	src: url(fonty/AvantGarGotItcTOT-ExtLig.otf);
}

@font-face {
	font-family: trebuchet;
	src: url(./fonty/trebuc.ttf);
}

@font-face {
	font-family: trebuchetBold;
	src: url(fonty/trebucbd.ttf);
}

@font-face {
	font-family: trebuchetIt;
	src: url(fonty/trebucit.ttf);
}

body {
	font-family: trebuchet, Verdana;
	font-size: 12px;
}

a {
	color: #CD8521;
	font-family: trebuchetIt, Verdana;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

h1 {
	color: #828385;
	font-size: 30px;
	font-family: Avant, Verdana;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}

h2 {
	color: #828385;
	font-size: 20px;
	font-family: Avant, Verdana;
	font-weight: normal;
}

/*--Main Page--*/
/*NEW 28.8. - INDEX.PHP - základ tsránky*/
#horni_lista {
	width: 100%;
	min-width: 1100px;
	height: 120px;
	background-color: #292929;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#horni_lista #mensi_lista {
	height: 30px;
	width: 100%;
	float: right;
	background-color: #CD8521;
	margin-top: 90px;
}

#mensi_lista #sipka_u_loga {
	height: 30px;
	width: 200px;
	background: #292929;
	float: left;
	text-align: right;
}

#mensi_lista #oteviraci_doba {
	position: relative;
	height: 30px;
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

.oteviraci_doba { /* TŘÍDA MENU */
	/* Písmo */
	font-family: trebuchet, Arial;
	font-size: 15px;
	overflow: hidden;
	margin-top: 3px;
	width: 300px;
	height: 30px;
	cursor: pointer;
	border: 0px solid red;
	/* Pozice */

	z-index: 100;
	/* Transition CSS skript (webkit, opera, mozilla, CSS 3.0) */
	-webkit-transition-property: height;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;

	-o-transition-property: height;
	-o-transition-duration: 0.5s;
	-o-transition-timing-function: linear;

	-moz-transition-property: height;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: linear;

	transition-property: height;
	transition-duration: 0.5s;
	transition-timing-function: linear;
}

#menu_prehled {
	height: 20px;
}

#menu_prehled:hover {
	height: 240px;
}

/*81C3C1*/
.tabulka_menu {
	background-color: rgba(205, 133, 33, 0.8);
	margin-top: 6px;
}

#mensi_lista #login {
	float: right;
	margin: 4px 30px 0 0;
	height: 30px;
	width: 300px;
	text-align: right;
	color: black;
	font-family: trebuchet;
	font-size: 15px;
}

#mensi_lista #login a {
	text-decoration: none;
	color: black;
	font-family: trebuchet;
	font-size: 15px;
}

#mensi_lista #login a:hover {
	text-decoration: underline;
}

#login #panel_login {
	position: absolute;
	top: 120px;
	right: 100px;
	font-family: Verdana;
	background: #CD8521;
	width: 250px;
	max-height: 500px;
	overflow: auto;
	border: 0px solid red;
	text-align: center;

	display: none;
}

#login .slide_login a {
	text-decoration: none;
	color: black;
	font-family: trebuchet;
	font-size: 15px;
}

#slogan {
	position: absolute;
	left: 200px;
	top: 10px;
	font-family: trebuchetBold, Verdana;
	font-size: 30px;
	color: white;
}

.socky {
	float: right;
	margin: -137px 15px 0 0;
	width: 34px;
	height: 150px;
	background: none;
	border: 0px solid red;
}

.socky .ikonka {
	height: 30px;
	padding-top: 22px;
	background: none;
}

.soc-kontakt {
    margin: 0;

}

.virtualni_prohlidka {
	border: 0;
	height: 52px;
	margin: 20px -50px 0 0;
}

@-moz-document url-prefix() { /** FF **/
	.virtualni_prohlidka {
		margin-top: 32px;
	}
}

/*End of NEW from 28.8.*/
/*MENU STYLY*/
.menu {
	position: absolute;
	top: 15px;
	right: 50px;

	font-size: 12px;
	font-family: trebuchet;

}

.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
	float: left;
	position: relative;
	background-color: #CD8521;
	width: auto;
	padding: 0px 10px;
}

li.nadpis {
	padding: 0px;
	background-color: #292929;
}

/* use the table to position the dropdown list */
.menu table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 25px;

}

/* style all the links */
.menu a {
	margin: 5px 0;
	display: block;
	width: 100px;
	padding: 7px 0;
	color: #000;
	background: #CD8521;
	text-decoration: none;
	margin-right: 1px;
	text-align: left;
	border-bottom: 1px solid #8C621A;

	font-family: trebuchet;
	z-index: 101;
	padding: 0 5px 7px 0;
}

/* style the links hover */
.menu li :hover {
	/*color: #292929;*/
	color: white;
}

/* hide the sub level links */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	width: 149px;
	height: 0;
	margin-left: -30px;
	margin-top: -20px;
	z-index: 101;

}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible;
}

.menu a.hlavni {
	font-size: 15px;
	color: white;
	background-color: #292929;
	border: 0;
	border-right: 1px solid white;
	text-align: center;
	width: auto;
	height: 25px;
	padding: 10px 10px;
	cursor: pointer;
}

.menu a.hlavni:hover {
	color: #CD8521;
	background-color: #292929;
}

.menu .posledni {
	border-bottom: 0;
}

.menu .pripravujeme {
	color: #333;
	cursor: default;
}

.menu .pripravujeme:hover {
	color: #333;
	cursor: default;
}

/*KONEC MENU STYLů*/
/*FOTKY*/
.fotka_miniatura {
	margin-top: 25px;
    margin-left: 28px;
	height: 210px;
	border: 4px solid #CD8521;
	outline: none;
}

/*ZAHLAVI*/
.zpet_button {
	float: left;
	margin: -42px 0 0 1028px;
	width: 40px;
	height: 40px;
	text-align: right;
}

/*Virtualni prohlidka*/
#virtualni_prohlidka {
	border: 2px solid #CD8521;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	background-color: white;
}

.content {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 70px;
	padding-top: 150px;
	padding-right: 38px;
}

/*aktuality*/
.cktext li {
	margin-left: 30px;
	padding: 50px;
}

/*Přodat cesty*/
/*Tady chybí něco, co se týká cest přidání/zobrazování - pokud budou porblémy, vrátit ze zálohy -zmenit_sloupce>*/

/*-----------BARVY CEST-------------*/
.ba3, .ba2, .ba1 {
	position: relative;
	float: right;
	width: 10px;
	height: 9px;
	float: left;
}

.ba2 {
	width: 15px;
}

.ba1 {
	width: 30px;
}

#b3ba3 {
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

#b2ba2 {
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

#b1ba3 {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

#b1ba2 {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

#b1ba1 {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*--------------------------------------*/

#main_pridat_stavece {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}

#main_pridat_stavece #nahled {
	position: relative;
	float: left;
	width: 255px;
}

#main_pridat_stavece #formular {
	position: relative;
	float: left;
	width: 385px;
}

/*STYLY informačních/pasivních stránek*/
#okraj {
	width: 100%;
	padding: 20px;
	background-color: rgba(41, 41, 41, 0.6);
	font-size: 15px;
	color: white;
	font-weight: normal;

}

#obsah_pasivnich {
	border: 2px solid white;
	margin: 0 auto;
	background-color: rgba(41, 41, 41, 0.7);
	padding: 20px 30px;
}

#obsah_pasivnich h1 {
	color: white;
	font-size: 50px;
	text-align: center;
	margin-bottom: 20px;
	font-family: Avant, Verdana;
	text-transform: uppercase;
}

#obsah_pasivnich h2 {
	color: white;
	font-size: 20px;
	margin: 10px 0 2px 0;
}

#obsah_pasivnich p {
	text-align: justify;
}

#obsah_pasivnich table {
	color: white;
	border-collapse: collapse;
	font-size: 15px;
}

#obsah_pasivnich .podtrhni {
	width: 100%;
    color: white;
	border-collapse: collapse;
	text-align: center;
	font-size: 15px;
}

#obsah_pasivnich .podtrhni td {
	border: none;
	border-bottom: 1px solid gray;
	padding: 5px;
}

#obsah_pasivnich .podtrhni th {
	border: none;
	border-bottom: 1px solid gray;
	padding: 5px;
	font-weight: bold;
}

#obsah_pasivnich .podtrhni hr {
	color: white;
	width: 130px;
	margin: 0 auto;
}

#obsah_pasivnich .ikonka_u_nadpisu {
	height: 50px;
	margin-right: 35px;
}

#obsah_pasivnich .left {
	text-align: left;
}

#obsah_pasivnich .nadpis {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
}

#obsah_pasivnich a.nadpis {
	color: white;
	text-decoration: underline;
	font-size: 20px;
	font-family: trebuchet;
}

#obsah_pasivnich a.nadpis:hover {
	color: #CD8521;
}

#obsah_pasivnich .nahled {
	border: 2px solid #CD8521;
	height: 210px;
}

/*NEVIDOMI KOFOLA*/
#nevidomi {
	color: black;
}

#nevidomi h2 {
	color: black;
	font-size: 30px;
}

#nevidomi h3 {
	color: black;
	font-size: 25px;
	text-decoration: underline;
}

#nevidomi p {
	font-size: 25px;
}

/*FOTOGALERIE*/
.ctverec_jinak {
	float: left;
    margin-left: 28px;
	width: 210px;
	height: 210px;
	border: 4px solid #CD8521;
	text-align: center;
}

.popisek {
	position: relative;
	top: -40px;
	background-color: rgba(205, 133, 33, 0.7);
	width: 210px;
	height: 35px;
	padding-top: 5px;
	color: black;
	font-size: 14px;
	text-align: center;
}

/*home*/
.home-container {
	position: relative;
	min-width: 1100px;
}

#pruh {
	position: fixed;
	bottom: 0;
	height: 250px;
	width: 100%;
	min-width: 1100px;
	background-color: rgba(29, 29, 29, 0.8);
	padding-bottom: 20px;
	/* To simulate slideshow control bar before it gets loaded */
	border-bottom: 32px solid #CD8521;
}

#aktualita {
	float: left;
	width: 65%;
	min-width: 650px;
	height: 135px;
	padding-top: 15px;
	text-align: center;
	background-color: transparent;
	owerflow: hidden;
	vertical-align: middle;
}

#aktualita a {
	font-family: Avant, Verdana;
	text-transform: uppercase;
	font-size: 65px;
	color: white;
	text-decoration: none;
	line-height: 100%;
}

#aktualita a:hover {
	font-family: Avant, Verdana;
	text-transform: uppercase;
	font-size: 65px;
	color: white;
	text-decoration: none;
	line-height: 100%;
}

#stitky {
	top: 168px;
	right: 70px;
	position: absolute;
	height: 334px;
	width: 227px;
	background-color: transparent;

}

#stitky .stitek {
	width: 210px;
	height: 135px;
	padding: 15px 0 0 15px;
	background-color: rgba(29, 29, 29, 0.8);
	border: 1px solid white;
	color: white;
	font-size: 14px;
	font-family: trebuchet;

}

#stitky h1 {
	font-size: 30px;
	font-family: Avant, Verdana;
	color: white;
}

.stitek .steitek_text {
	margin-left: 23px;
	margin-top: 12px;
}

@-moz-document url-prefix() { /** FF **/
	.stitek .steitek_text {
		margin-left: 23px;
		margin-top: 7px;
	}
}

.leva {
	float: left;
	top: 215px;
	position: absolute;
	height: 250px;
	width: 400px;
}

.panel {
	width: 0px;
	background: #CD8521;
	height: 250px;
	overflow: hidden;
	font-family: AvantExtLig;
}

.leva .slide {
	margin: 0;
	padding: 0;
	height: 265px;
	width: 50px;
	float: left;
}

.leva .panel {
	float: left;
	color: white;
}

/*
.leva .btn-slide {
	background: url(../obrazky/kofola_zalozka_final.png) no-repeat 4px 20px;
	background-color: #CD8521;
	text-indent: -9000%;
	display: block;
	height: 250px;
	width: 50px;

		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-khtml-border-radius-topright: 10px;
		-khtml-border-radius-bottomright: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	outline: none;
}*/

.leva .btn-slide-nonjs {
	background: url(../obrazky/instruktor_pro_vas_panel.png) no-repeat 5px 0px;
	background-color: #CD8521;
	text-indent: -9000%;
	display: block;
	height: 250px;
	width: 50px;
	/*Zaoblení pravých hran*/
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	outline: none;
}

.leva .active {
	background-position: 50px 0px;
}

.partneri {
	top: 168px;
	right: 0;
	position: absolute;
	height: 100px;
	width: 400px;

}

.partneri .panel {
	width: 0px;
	background-color: #292929;
	height: 252px; /*352*/
	overflow: hidden;
	font-family: AvantExtLig;
	float: right;
	color: white;
	/*Zaoblení pravých hran*/
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

.partneri .slide {
	margin: 0;
	padding: 0;
	height: 152px;
	width: 50px;
	float: right;
}

.partneri .btn-slide {
	background: url(../obrazky/partneri.png) no-repeat 10px 25px;
	background-color: #292929;
	text-indent: -9000%;
	display: block;
	height: 152px;
	width: 50px;
	/*Zaoblení pravých hran*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	outline: none;
}

.partneri .active {
	background-position: 50px 0px;
}

/*CESTY*/
/*--------- SLIDER ---------*/

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	margin: 1px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 80%;
}

/*--------DATEPICKER-------*/

.ui-datepicker {
	font-size: 10px;
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

#cesty {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Verdana;
}

#cesty a {
	color: black;
	text-decoration: none;
	font-style: normal;
	font-family: Verdana;
}

#cesty a:hover {
	color: black;
	text-decoration: none;

}

#cesty #menu {
	margin: 50px auto 0 auto;
	width: 1000px;
	height: 32px;
	text-align: center;

}

#jedna {
	float: left;
	cursor: pointer;
}

#dva {
	float: left;
	height: 21px;
	width: 137px;
	color: white;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 11px 0 0 0;
}

#tri {
	cursor: pointer;
	float: left;
}

#cesty #okraj {
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 1000px;
	height: 10px;
}

#cesty #obsah {
	position: relative;
	margin: 0 auto 0px auto;
	padding: 0;
	width: 980px;
	border: none;

	height: 404px;
	background-color: rgba(29, 29, 29, 0.8);
}

.sipka {
	margin: 2px 0 2px 0;
	cursor: pointer;

}

.spodni_karta {
	height: 32px;
	float: left;
}

.hledat {
	height: 20px;
	width: 150px;
	background-color: white;
	border: 0px;
	padding: 0 0 0 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;

	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.hledat:focus {
	outline: none;
}

.ikonka {
	padding: 0 0 0 0;
	margin: 0 -2px 0 0;
	height: 33px;
	cursor: pointer;
	border: 0px;

}

#tabulka-cest {
	background-color: transparent;
	color: white;
	float: left;
	width: 950px;
	margin: 0 20px 0 10px;
	text-align: center;
	font-size: 12px;
	border-collapse: collapse;
}

#tabulka-cest tr.radek {
	height: 25px;
}

#tabulka-cest tr.radek:hover {
	background-color: #111111;
}

#tabulka-cest th {
	color: white;
	font-weight: bold;
	text-align: center;
}

#tabulka-cest .prvni {
	text-align: left;
}

.img {
	height: 25px;
	cursor: help;

}

#info_o_ceste {
	background-color: #373736;
	width: 1000px;
	height: 120px;
	margin: 0 auto 0 auto;
	color: #D99614;
}

#info_o_ceste table {
	background-color: transparent;
	color: #D99614;
	font-size: 12px;
	width: 980px;
	height: 100px;
	position: relative;
	top: 10px;
	margin: 0 auto;
}

#info_o_ceste table .bold {
	font-weight: bold;
}

/*CESTY more info*/

#more_info {
	font-family: Verdana;
}

#more_info a {
	text-decoration: none;
	color: #CD8521;
	font-weight: bold;
	font-family: trebuchet;
}

#more_info a:hover {
	/*text-decoration: underline;*/
}

#info_o_ceste {
	background-color: #373736;
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	color: #D99614;
}

#info_o_ceste table {
	background-color: none;
	color: #D99614;
	font-size: 12px;
	width: 980px;
	height: 100px;
	position: relative;
	top: 10px;
	margin: 0 auto;
}

#info_o_ceste table .bold {
	font-weight: bold;
}

#info_o_ceste .over_climbs {
	position: absolute;
	right: 0px;
	z-index: 100;
	width: 35px;
	height: 100px;
	background-color: #CD8521;
	background-image: url("../obrazky/prelezy_logo.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 70px;
	/*Zaoblení pravých hran*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	/* For Safari 3.1 to 6.0 */
	-webkit-transition-property: width;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	/* Standard syntax */
	transition-property: width;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}

#info_o_ceste .over_climbs:hover {
	width: 50px;
}

#bublina_like {
	background-image: url('../obrazky/bublina1.png');
	width: 300px;
	height: 129px;
	position: absolute;
	right: 140px;
	top: 95px;

}

#bublina_dislike {
	background-image: url('../obrazky/bublina1.png');
	width: 300px;
	height: 129px;
	position: absolute;
	right: 80px;
	top: 95px;
	margin-left: 65px;
}

.bublina_textarea {
	margin: 40px 0 0 7px;
	border: none;
	outline: none;
	resize: none;
	width: 286px;
	height: 60px;
	font-size: 10px;

}

#more_info .odeslat {
	border: none;
	outline: none;
	background-color: gray;
	color: white;
	font-weight: bold;
	margin: 2px 0 0 150px;
	width: 120px;
}

#more_info .odeslat:hover {
	background-color: #DC9B00;
	color: black;
}

div .pridat_do_denicku {
	width: 100px;
	color: #292929;
	font-size: 9px;
	background-color: #cd8521;
	padding: 2px 0;
	border: 2px solid #cd8521;
	font-weight: normal;
}

div .pridat_do_denicku:hover {
	color: white;
	text-decoration: none;

}

#komentare {
	width: 1000px; /*1000*/
	padding: 10px 0 30px 180px; /*10 0 30 180*/
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.9);
	/*border: 1px solid red;*/
}

#komentare .koment {
	border-collapse: collapse;
	width: 550px;
	margin-bottom: 10px;
}

/* 	#komentare .koment:hover{
		background-color: #eee;
	} */
#komentare .koment .jmeno {
	color: #F7931E;
	font-weight: bold;
}

#komentare .koment .pred {
	color: gray;
	font-size: 10px;
}

#komentare .koment .fotka {
	margin-right: 10px;
	height: 60px;
	max-width: 60px;
}

#komentare .koment .reagovat {
	color: gray;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 0 0 20px;
}

#komentare .koment .reagovat:hover {
	color: #F7931E;
}

/*Bouldery*/
#bouldery {
	width: 600px;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 10px solid #373736;
	background-color: rgba(29, 29, 29, 0.7);
	margin: 200px auto 0 auto;
}

#bouldery table {
	width: 580px;
	color: white;
	border-collapse: collapse;
}

#bouldery tr.radek:hover {
	background-color: #111111; /*#100E0A*/
}

#bouldery .doleva {
	text-align: left;
}

/*PROFIL - deníček*/
#fotka_na_profilu {
	width: 200px;
	height: 200px;
	border: 4px dashed #CD8521;
	position: relative;
	margin-left: 80px;
	float: left;
}

.tabulka_profil {
	margin-left: 360px;
	width: 400px;
}

.menu_denicky {
	float: right;
	border: 0px solid red;

}

.menu_denicky td {
	border-right: 1px solid white;
	padding: 10px;
}

.menu_denicky td.posledni {
	border-right: 0px solid white;
}

.menu_denicky a.vybrany {
	color: white;
	font-size: 1.1em;
	font-family: trebuchetBold;
}

.menu_denicky .pripravujeme {
	color: gray;
	text-decoration: none;
}

.menu_denicky .pripravujeme:hover {
	color: gray;
	text-decoration: none;
	cursor: default;
}

.fotka_denicek {
	float: left;
	margin: 18px 20px 0 0;
	height: 70px;
	max-width: 110px;
	word-wrap: break-word;
	text-align: center;
	font-size: 10px
}

@-moz-document url-prefix() {
	.fotka_denicek {
		margin: 14px 20px 0 0;
	}
}

/*SOUTěžE*/
#souteze .admin_tabulka td {
	width: 313px;
	border: 3px solid #cd8521;
	height: 50px;
	text-align: center
}

/* TOOLTIP */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
	position: relative;
	cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
	position: absolute;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out,
	visibility 0.2s ease-in-out,
	-webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-moz-transition: opacity 0.2s ease-in-out,
	visibility 0.2s ease-in-out,
	-moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity 0.2s ease-in-out,
	visibility 0.2s ease-in-out,
	transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
	z-index: 1001;
	border: 6px solid transparent;
	background: transparent;
	content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
	z-index: 1000;
	padding: 8px;
	width: 160px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	font-size: 14px;
	line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
	bottom: 100%;
	left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
	margin-left: -6px;
	margin-bottom: -12px;
	border-top-color: #000;
	border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
	margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	transform: translateY(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
	top: 100%;
	bottom: auto;
	left: 50%;
}

.tooltip-bottom:before {
	margin-top: -12px;
	margin-bottom: 0;
	border-top-color: transparent;
	border-bottom-color: #000;
	border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
	-webkit-transform: translateY(12px);
	-moz-transform: translateY(12px);
	transform: translateY(12px);
}

.admin-box {
	width: 1078px;
	border: 2px solid gray;
	color: white;
	font-size: 13px;
	text-align: center;
	padding: 20px;
	background: rgba(46, 46, 46, 0.8);
	margin: 150px auto -150px;
}

.static-page-footer {
	width: 100%;
	background-color: transparent;
	text-align: right;
	margin-top: 30px
}

.static-page-footer .logo-sm {
	height: 35px;
}

.static-page-footer .logo-md {
	height: 55px;
}
