/* latin-ext */
@font-face {
  font-family: 'openSans';
  font-style: normal;
  font-weight: 400;
  src: url(//bimg.abv.bg/fonts/open-sans-latin.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'openSans';
  font-style: normal;
  font-weight: 400;
  src: url(//bimg.abv.bg/fonts/open-sans-latin-exc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* cyrillic */
@font-face {
  font-family: 'openSans';
  font-style: normal;
  font-weight: 400;
  src: url(//bimg.abv.bg/fonts/open-sans-exc.woff2) format('woff2');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.banner-wrapper {
	width: 646px;
	height: 276px;
	overflow: hidden;
	border: 1px solid #e3e3e3;
	font-family: 'openSans', Tahoma;
}

div[class*=bannerContainer] {
	display: none;
}

.show {
	display: block !important;
}

.side-tabs {
	float: left;
	width: 95px;
}

.item {
	float: left;
	width: 182px;
	height: 100%;
	border-left: 1px solid #e3e3e3;
	display: block;
	text-decoration: none;
	color: #282828;
	font-weight: bold;
	text-align: center;
}

.item .img-wrapper {
	position: relative;
	height: 160px;
	margin-top: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}

.item .main-img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 20;
}

.item .hovered {
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 10;
}

.item .img-wrapper:hover img.main-img {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.item .img-wrapper:hover img.hovered {
	z-index: 30;
}

.item .caption {
	width: 170px;
	height: 66px;
	overflow: hidden;
	margin-left: 12px;
	font-size: 16px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
}

.item .caption span {
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
}

.item .order {
	text-transform: uppercase;
	color: #fc1f48;
	text-decoration: underline;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 10px;
}
.tab a {
	text-transform: uppercase;
	color: #363636;
	font-size: 14px;
	font-weight: bold;
}
.tab {
	text-transform: uppercase;
	color: #363636;
	font-size: 14px;
	font-weight: bold;

	background: #efefef;
	position: relative;
	width: 95px;
	height: 55px;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
	text-align: center;
}

.tab.active {
	background: #ffffff;
}

.tab span {
	position: absolute;
	top: 18px;
	left: 5px;
}

.tab img {
  margin-top: 5px;
}

.tab .sravni-logo {
  display: none;
  background: url(images/sravni-logo.png);
  width: 18px;
  height: 18px;
  margin-left: 70px;
  vertical-align: bottom;
}

.tab.active .sravni-logo {
  display: inline-block;
}

.tab.active img + span.sravni-logo {
  display: none;
}
