a {
	color: #e74011;
	text-decoration: underline;
	outline: none;
}

a:hover {

}

a img {
	border: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: "Titillium Thin", Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 44px;
	line-height: 48px;
}

h2 {
	font-size: 30px;
	line-height: 32px;
}

h3 {
	font-size: 20px;
	line-height: 22px;
}

.button {
	padding: 8px 9px;
	color: white;
	font-family: "Titillium Regular", Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e74011;
	border: 1px solid transparent;
}

.button.small {
	/*font-size: 11px;*/
}

.button:hover {
	color: #e74011;
	background-color: transparent;
	border: 1px solid #e74011;
}

.button.on-black:hover {
	color: white;
	border-bottom-width: 1px;
}

.form-obal {
	min-height: 200px;
}

.form-obal p {
	position: relative;
	top: -20px;
	float: left;
	padding: 0px;
}


/* --- Plovoucí panel --- */

#content .container-fixed {
	position: relative;
}

#content #sidebar-fixed {
	position: absolute;
}


/* --- Záložky --- */

#content .tabs nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 50px;
	position: relative;
	height: 38px;
	/*border-bottom: 1px solid #e74011;*/
}

#content .tabs nav ul li {
	display: block;
	position: absolute;
	z-index: 1;
	padding: 0;
	margin: 0;
	border: 1px solid #d3d3d3;
	border-bottom: 1px solid #e74011;
}

#content .tabs nav ul li#tab1 {
	left: 0;
}

#content .tabs nav ul li#tab2 {
	left: 333px;
	/* left: 499px; */
}

#content .tabs nav ul li#tab3 {
	left: 666px;
	/* left: 832px; */
}

#content .tabs nav ul li#tab1.active {
	border-color: #e74011;
	border-bottom: 0;
	z-index: 100;
}

#content .tabs nav ul li#tab2.active {
	border-color: #e74011;
	border-bottom: 0;
	z-index: 100;
}

#content .tabs nav ul li#tab3.active {
	border-color: #e74011;
	border-bottom: 0;
	z-index: 100;
}

#content .tabs nav ul li a {
	display: inline-block;
	width: 332px;
	/*width: 498px;*/
	padding: 10px 0;
	color: #4f4f4f;
	font-family: "Titillium Regular", Arial, sans-serif;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}

#content .tabs nav ul li.active a,
#content .tabs nav ul li a:hover {
	color: #e74011;
}

#content .tabs .article-wrapper article {
	display: none;
}

#content .tabs .article-wrapper article:first-child,
#content .tabs .article-wrapper article.active {
	display: block;
}


/* --- Velikosti a ceny --- */

.velikosti-ceny .item {
	display: block;
	float: left;
	width: 500px;
	margin-top: 15px;
	color: #4f4f4f;
	text-decoration: none;
}

.velikosti-ceny .item .thumb {
	display: block;
	width: 500px;
	height: 165px;
	overflow: hidden;
}

.velikosti-ceny .item:hover .thumb {
	background-color: #f7f7f7;
}

.velikosti-ceny .item .info {
	height: 60px;
}

.velikosti-ceny .item:hover .info {
	background-color: #b0b0b0;
}

.velikosti-ceny .item .info span {
	display: block;
	visibility: hidden;
	float: left;
	font-family: "Titillium Regular", Arial, sans-serif;
	font-size: 18px;
	text-align: center;
}

.velikosti-ceny .item:hover .info * {
	visibility: visible;
}

.velikosti-ceny .item .info span em {
	color: white;
	font-size: 11px;
	font-style: normal;
}

.velikosti-ceny .item .info .osoby {
	width: 100px;
	margin-top: 13px;
	padding-top: 17px;
	background: url('../images/icon_osoby.png') center top no-repeat;
}

.velikosti-ceny .item .info .mistnosti {
	width: 50px;
	margin-top: 9px;
}

.velikosti-ceny .item .info .velikost {
	visibility: visible;
	width: 200px;
	font-family: "Titillium Thin", Arial, sans-serif;
	font-size: 44px;
	line-height: 60px;
}

.velikosti-ceny .item .info .cena {
	width: 150px;
	margin-top: 10px;
}


/* --- Praktické info --- */

.prakticke-info .item {
	display: block;
	float: left;
	width: 330px;
	margin-top: 30px;
}

.prakticke-info .item i {
	display: block;
	float: left;
	width: 60px;
	padding: 15px 20px 0 40px;
}

.prakticke-info .item h3 {
	color: #4f4f4f;
	font-family: "Titillium Regular", Arial, sans-serif;
	font-size: 20px;
}

