/* HLAVNÍ OBSAH - main */

#main h1 {font-size: 26px; font-weight: bold; margin: 40px 0 30px 0;}
#main h2 {font-size: 22px; font-weight: bold; margin: 35px 0 12px 0;}
#main h3 {font-size: 16px; font-weight: bold; margin: 30px 0 18px 0;}
.compare-form {width: 80%; margin: 0 auto 0 auto;}
#main input[type=text] {
	padding: 10px;
	width: 40%;
	border: #eaeaea 1px solid;
	background: #f8f8f8;
	-webkit-appearance: none;
}
#main input[type=submit] {
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	padding: 13px 35px;
	border-radius: 4px;
    margin: 30px 5px;
    color: white;
    background: #f00a28;
	-webkit-appearance: none;
}
#main div.compare-form input[type=submit] {margin-top: 10px;}
#main input[type=submit]:hover {box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);}
#main .flash, #top .flash {background: #f9ac9e; padding: 5px; margin-bottom: 20px;}

div.histogram {height: 150px; position: relative; top: 30px; margin: 0 -0.6% 10px -0.6%;}
div.histogram .item {background: #d0d0d0; width: 2%; margin-left: 1%; margin-right: 1%; height: 0px; float: left;}
.compare-form .irs--big .irs-bar {background: #f00a28;}
.compare-form .irs--big .irs-grid-text {color: #000;}
.compare-form .irs--big .irs-from,.compare-form .irs--big .irs-to,.compare-form .irs--big .irs-single {
	background: linear-gradient(to bottom,#e63d53 0%,#f00a28 100%);
}
.compare-form .irs-grid-pol.small {visibility: hidden;}
.compare-form .irs--big .irs-grid-pol {background: #d0d0d0;}
.compare-form .irs-grid-pol {top: -3px;}
.compare-form .irs--big .irs-line,.compare-form .irs--big .irs-bar {border: 1px solid #d0d0d0;}
.compare-form .irs--big .irs-handle {background: #fff; box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);}
.compare-form .irs--big .irs-handle:hover,.compare-form .irs--big .irs-handle:active,.compare-form .irs--big .irs-handle.state_hover {
    background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
	cursor: pointer;
}

#frm-priceForm-price-preview {padding-top: 15px; display: block; font-size: 19px; font-weight: bold;}

#top-banners {margin: 30px 0 14px;}
.top-banner {
	display: inline-block;
    width: 186px;
    border: 1px solid #dfdfdf;
    margin: 0 6px 16px;
    background-color: #fff;
	padding-bottom: 20px;
}
.top-banner:hover {box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);}
#main .top-banner h3 {
    font-size: 15px;
	line-height: 18px;
    color: #000;
    margin: O;
	padding: 0 3px;
	display: table-cell;
	vertical-align: middle;
	height: 66px;
	width: 180px;
}
#main .top-banner h3.big {font-size: 17px; line-height: 17px; text-transform: uppercase;}
#main .top-banner h3.biggest {font-size: 40px; line-height: 40px; text-transform: uppercase;}
#main .top-banner h3 span {color: #f00a28;}
.top-banner img {width: 98%;}
.top-banner img.small {width: 70%;}

#last-search a {font-weight: normal;}
a span.vs-black {color: #000; font-weight: normal; display: block;}
#main a.bubble {
	display: inline-block;
	padding: 5px 8px;
	margin: 5px;
	background: #f9f9f9;
	border-radius: 4px;
	border: 1px solid #e9e9e9;
	font-weight: bold;
}
#main a.bubble:hover {box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);}

@media screen and (max-width: 800px) {
	#main h1 {margin-top: 30px;}
	#main h2 {margin-top: 20px;}
	#main input[type=text]{width: 80%; display: block; margin: 10px auto;}
	#main input[type=submit] {margin: 10px 0 20px 0; padding: 13px 18px;}
	.compare-form {width: 100%;}
	div.histogram {margin: 0 1.3% 10px 1.3%;}
	.top-banner {width: 156px; margin: 0 0 4px;}
	#main .top-banner h3 {font-size: 13px; width: 150px;}
	#main .top-banner h3.big {font-size: 14px;}
	#main a.bubble {display: block;}
}

/* STRÁNKA 404 - main */
a span.black {color: #000;}
.separator {margin: 0 5px 0 8px;}