/* tooltipster overload */
.en_stitek_label {
    cursor: pointer;
    /*text-decoration: underline;*/
    display: inline-block;
    /*padding: 0 5px;*/
}
.tooltipster-en-stitek {
	border: 1px solid #999999;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #2c2c2c;
}
.tooltipster-en-stitek .tooltipster-content {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 8px;
	border-radius: 5px;
}
/* tooltipster overload */
.topovana_label {
    cursor: default;
    display: inline-block;
    
}
.tooltipster-topovana-stitek {
	border: 1px solid #999999;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #2c2c2c;
}
.tooltipster-topovana-stitek .tooltipster-content {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 8px;
	border-radius: 5px;
}
/* tooltipster overload */
.tooltipster-reality {
	border: 1px solid #465998;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #2c2c2c;
}
.tooltipster-reality .tooltipster-content {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	border-radius: 5px;
}
.tooltipster-content {
	text-align: left; 
	color: #000000; 
	font-size: 10px; 
}
.tooltipster-content .tooltip-wrapper {
    width: 730px;
}
.tooltipster-content h2 {
	color: #595959;
}
.tooltipster-content .top, .tooltipster-content .bottom {
	padding: 8px 10px !important;
}
.tooltipster-content .top {
	background-color: #f5f5f5; 
	border-bottom: 2px solid #cccccc;
}
.tooltipster-content .top img {
	margin-left: 15px;
	max-width: 180px;
	height: auto;
}
.tooltipster-content .bottom {
    
}
.tooltipster-content .bottom a {
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0000 0%, #ff362f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#ff362f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0000 0%,#ff362f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0000 0%,#ff362f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0000 0%,#ff362f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff0000 0%,#ff362f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff362f',GradientType=0 ); /* IE6-9 */
	display: inline-block; 
	padding: 10px 25px; 
	color: #ffffff; 
	font-weight: bold; 
	border-radius: 8px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
	font-size: 14px;
}
.tooltipster-content .left {
	width: 45%;
}
.tooltipster-content .right {
	width: 55%;
}
.tooltipster-content .cena {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
.tooltipster-content .rk_info {
	font-size: 16px;
	margin-left: 40px;
}
.tooltipster-content .rk_logo {
	float: right;
}
.tooltipster-content .rk_logo img {
	max-width: 140px;
	_width: 140px;
	max-height: 140px;
	_height: 140px;
}

/* filter save info */
.tooltipster-filter-save {
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	font-family: 'opensans-regular';
	width: 365px;
}
.tooltipster-filter-save .tooltipster-content {
	font-size: 12px;
	line-height: 16px;
	padding: 25px;
	color: #525252;
	z-index: 9999;
}
.tooltipster-filter-save h3 {
	font-family: 'opensans-bold';
	color: #525252;
}
.tooltipster-filter-save i.fa {
	font-size: 16px;
	color: #0a70b3;
	margin-right: 10px;
}
.tooltipster-filter-save a.closeTooltipster {
	float: right;
	background: #0a70b3 !important;
	color: #ffffff;
	font-size: 14px;
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
}
.tooltipster-filter-save a i.fa {
	color: #ffffff;
	margin-right: 0;
}
.tooltipster-filter-save ul {
	list-style: none;
	padding: 0;
}
.tooltipster-filter-save li {
	line-height: 25px;
}
