/* SportShop */
/* SportShop */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #09C;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #09C;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #156fab;
  text-decoration: none;
}
a:visited {
  color: #156fab;
}
a:hover {
  color: #156fab;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
/*input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }*/
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}



/* STYLE START */


.all {
  float: left;
}
.alr {
  float: right;
}
html {
  background-color: #e4e4e4;
  background-image: url('/assets/images/bg2.jpg');
  background-repeat: no-repeat;
  background-position:center 45px;
}
body{
	font-family: Calibri, Cambria, sans-serif;
}
.ie7 body,
.ie8 body,
html.ie7,
html.ie8 {
  font-family: Calibri, Cambria, sans-serif;
}
/*.exo{
	font-family: Calibri, Cambria, sans-serif;
}*/
#container {
  margin: 0 auto;
  width: 960px;
  padding-bottom:40px;
}

#sliderwrap{
	height:320px;
	width:960px;
	position:relative;
}
#sliderwrap #left{
	position:absolute;
	left:-30px;
	top:120px;
}
#sliderwrap #right{
	position:absolute;
	right:-30px;
	top:120px;
}
#sliderwrap #mainslider{
	width:550px;
	height:320px;
	text-align:right;
	overflow:hidden;
	z-index:10;
}
#main-wrap {
	padding-top:10px;
}

#notification-container {
  position: absolute;
  top: -41px;
  left: 0;
  height: 41px;
  width: 100%;
  background-color: #155595;
}
#notification-container .comparison-icon {
  vertical-align: -6px;
  margin-top: -5px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
#notification-container .notification {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 13px 0 0 0;
}
#notification-container .notification .close-notification {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  font-size: 20px;
}
header {
	height:90px;
	position:relative;
	z-index:100;
}
header .logo {
	position:absolute;
	left:0px;
	top:0px;
}
.korpa {
}
.korpa .korpa-items {
  display: block;
  color: #156fab;
  font-size: 33px;
  line-height: 25px;
  margin: -2px 10px 0 10px;
}
.korpa .korpa-text {
  font-size: 12px;
  color: #1D72C9;
  font-weight: bold;
  padding-top: 3px;
}
header nav{
	padding:30px 0 30px 0;
}
header nav .link{
  display: block;
  font-size:17px;
  font-weight:800;
  margin-left:20px;
  text-transform:uppercase;
  color:#0080b9;
  position:relative;
}
header nav .link:hover {
	color:#005295;
}

header nav .link .podlink{
	display:none;
	position:absolute;
	left:-10px;
	top:20px;
	padding:10px;
	background-color:#e4e4e4;
	width:180px;
	box-shadow:0px 2px 3px #CCC;
	-moz-box-shadow:0px 2px 3px #CCC;
	-ms-box-shadow:0px 2px 3px #CCC;
	-webkit-box-shadow:0px 2px 3px #CCC;
}
header nav .link:hover .podlink{
	display:block;
}
header nav .link .podlink .podlinkwrap{
	position:relative;
}
header nav .link .podlink a{
	display:block;
	padding:2px 0;
}
nav .link .podlink a:hover{
	color:#000000;
	text-decoration:none;
}
.link .podlink .podlinkwrap .subpodlink{
	position:absolute;
	left:180px;
	top:-10px;
	display:none;
	padding:10px;
	background-color:#e4e4e4;
	width:180px;
	box-shadow:0px 2px 3px #CCC;
	-moz-box-shadow:0px 2px 3px #CCC;
	-ms-box-shadow:0px 2px 3px #CCC;
	-webkit-box-shadow:0px 2px 3px #CCC;
}
.link .podlink .podlinkwrap:hover .subpodlink{
	display:block;
}
	
.overnav {
  margin-bottom: 15px;
  height: 33px;
  padding-top: 8px;
  font-size: 12px;
  color: #333333;
}
.overnav .text {
  padding-top: 4px;
}
.overnav .overnav-link {
  display: block;
  padding: 5px 9px 0 9px;
  height: 19px;
  background-color: #CCC;
  margin-right: 10px;
  font-size: 10px;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.overnav .overnav-link.login {
  background-color: #156fab;
}
.overnav .overnav-link:hover {
  background-color: #000;
}
.overnav .search .input {
  height: 24px;
  width: 180px;
  background-color: #CCC;
  border: none;
  padding: 0;
  font-size: 10px;
  color: #FFFFFF;
  padding: 0 10px;
  line-height: 24px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.overnav .search .input:-moz-placeholder {
  color: #ffffff;
}
.overnav .search .input:-ms-input-placeholder {
  color: #ffffff;
}
.overnav .search .input::-webkit-input-placeholder {
  color: #ffffff;
}
.overnav .search .submit {
  width: 31px;
  height: 24px;
  background-color: #CCC;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
}

.footerwrap{
	width:100%;
	background-color:#d6d6d6;
	box-shadow:0px -2px 10px #c1c1c1;
	-moz-box-shadow:0px -2px 10px #c1c1c1;
	-webkit-box-shadow:0px -2px 10px #c1c1c1;
	-ms-box-shadow:0px -2px 10px #c1c1c1;
}
footer{
	width:960px;
	margin:0 auto;
	padding:8px 10px 0 10px;
	font-size:12px;
	color:#767676;
	background-image:url(/assets/images/foot_divider.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:70px;
  box-sizing: border-box;
}
footer .left{
	padding:10px 0 0 0;
	width:470px;
	margin-right:5px;
	background-image:url(/assets/images/foot_divider.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:60px;
	font-size:11px;
}
footer .left .footnav{
	margin-bottom:10px;
}
footer .left .footnav a{
	color:#767676;
	margin-right:10px;
}
footer .left span{
	font-size:10px;
}
footer .middle{
	background-image:url(/assets/images/foot_divider.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:70px;
	width:255px;
	margin-right:5px;
}
footer .middle .exo{
	font-size:14px;
	padding:5px 0 0 3px;
	margin-bottom:5px;
}
footer .middle input[type="text"]{
	width:152px;
	height:23px;
	margin:0;
	padding:3px 5px;
	border:none;
	background-color:transparent;
	background-image:url(/assets/images/nlform.png);
	margin-right:3px;
}
footer .middle input[type="submit"]{
	height:29px;
	width:72px;
	margin:0;
	padding:0;
	border:none;
	background-color:transparent;
	background-image:url(/assets/images/posalji.png);
}
footer .right{
	width:220px;
	height:70px;
	font-size:14px;
	color:#989898;
}
footer .right .exo{
	margin-bottom:5px;
	text-align:center;
}
.mainbox_wrap .mainbox, .mainbox{
	width:320px;
	height:230px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:25px;
	box-shadow:0px -5px 30px #808080;
	-webkit-box-shadow:0px -5px 30px #808080;
	-moz-box-shadow:0px -5px 30px #808080;
	-ms-box-shadow:0px -5px 30px #808080;
}
.mainbox.first{
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(left,  #fcfcfc 0%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fcfcfc), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #fcfcfc 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #fcfcfc 0%,#d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #fcfcfc 0%,#d6d6d6 100%); /* IE10+ */
	background: linear-gradient(to right,  #fcfcfc 0%,#d6d6d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d6d6d6',GradientType=1 ); /* IE6-9 */
	-webkit-border-radius: 30px 30px 0px 0px;
    border-radius: 30px 30px 0px 0px;
	-moz-border-radius: 30px 30px 0px 0px;
	-ms-border-radius: 30px 30px 0px 0px;
	padding:10px;
}
.mainbox.second{
	background-image:url(/assets/images/pic1.jpg);
	-webkit-border-radius: 30px 0px 0px 0px;
    border-radius: 30px 0px 0px 0px;
	-moz-border-radius: 30px 0px 0px 0px;
	-ms-border-radius: 30px 0px 0px 0px;
background-position-x: right;
    background-repeat: no-repeat;
    background-color: #105d91;
}
.mainbox.third{
	background-image:url(/assets/images/pic2.jpg);
	border-radius: 0px 30px 0px 0px;
	-ms-border-radius: 0px 30px 0px 0px;
	-webkit-border-radius: 0px 30px 0px 0px;
	-moz-border-radius: 0px 30px 0px 0px;
background-position-x: right;
    background-repeat: no-repeat;
    background-color: #105d91;
}
.mainbox.secondalt{
	background-image:url(/assets/images/pic1a.jpg);
	-webkit-border-radius: 30px 0px 0px 0px;
    border-radius: 30px 0px 0px 0px;
	-moz-border-radius: 30px 0px 0px 0px;
	-ms-border-radius: 30px 0px 0px 0px;
background-position-x: right;
    background-repeat: no-repeat;
    background-color: #171717;
}
.mainbox.first .titlewrap{
	padding:5px 0 10px 10px;
}
.mainbox.first .titlewrap .title{
	font-size:24px;
	line-height:26px;
	color:#156fab;
	font-weight:bold;
}
.mainbox.first .titlewrap span{
	font-size:16px;
	color:#878787;
	display:block;
	font-style:italic;
}
#newsslider {
  height: 130px;
  overflow: hidden;
  margin-top: 5px;
}
.mainbox.first .aktuelna_item{
	font-size:14px;
	color:#156fab;
	line-height:16px;
  margin: 0 10px;
  width: 280px;
}
.mainbox.first .aktuelna_item img{
	margin-right:15px;
}
.mainbox.first .aktuelna_item span{
	font-size:12px;
	color:#666666;
}
.mainbox .textbox{
	width:185px;
	font-size:12px;
	color:#ffffff;
}
.mainbox .textbox .title{
	font-size:24px;
	line-height:28px;
	color:#fff;
	font-weight:bold;
}
.mainbox .textbox span{
	font-size:16px;
	color:#9cd3f6;
	display:block;
	margin-bottom:5px;
	font-style:italic;
	line-height:20px;
}
.maincontent{
	background-color:#f0f0f0;
	padding-top:25px;
}
.maincontent.alternate{
  background-color:transparent;
  padding: 0;
}
.leftwrap{
	width:630px;
	padding:0 10px;
}
.rightwrap{
	width:310px;
}
.leftwrap .page{
  font-size: 13px;
  padding-right: 10px;
}
.paddingtop{
  padding-top: 30px;
}
.page .title{
  font-size: 26px;
  font-weight: bold;
  color:#1880c4;
}
.page .pic{
  border: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 3px #ccc;
  margin-bottom: 10px;
}
.page .subtitle{
  margin-bottom: 10px;
  color:#999;
  font-size: 14px;
  font-style: italic;
}
.leftwrap .svenovosti{
	display:block;
	text-align:right;
	font-size:14px;
	color:#acacac;
	font-weight:bold;
	font-style:italic;
	margin-bottom:15px;
	padding-right:15px;
}
.rightwrap #wrapper{
	background-color:#dedede;
	margin-top:6px;
	font-size:12px;
	margin-bottom:15px;
}
#wrapper .accordionButton{
	padding:0 8px 0 15px;
	cursor:pointer;
	color:#1880c4;
	background-image:url(/assets/images/off.png);
	background-repeat:no-repeat;
	background-position: right 10px top 15px;
}
#wrapper .accordionButton span{
	font-weight:bold;
	display:block;
	font-size:24px;
	line-height:26px;
}
.accordionButton .button{
	background-image:url(/assets/images/dots.png);
	background-repeat:repeat-x;
	background-position:0px top;
	padding: 8px 35px 8px 0;
}
.accordionButton.over, .accordionButton.on{
	background-color:#acacac;
	color:#fff !important;
}
.accordionButton.over.on{
	color:#1880c4 !important;
}
.accordionButton.on{
	background-image:url(/assets/images/on.png) !important;
}
#wrapper .accordionContent{
	background-color:#acacac;
	padding:0 15px 8px 15px;
	color:#FFFFFF;
	line-height:14px;
}
#wrapper .accordionContent .pic{
	height:60px;
	width:100px;
	border:4px solid #fff;
	margin-right:10px;
}
#wrapper .accordionContent .controls{
	padding-top:10px;
}
#wrapper .accordionContent .controls .text{
	font-size:10px;
	color:#333;
}
.left-sidebar {
  width: 259px;
}
.rightwrap .sidesearch{
  padding: 10px;
  background-color: #acacac;
  margin:5px 0 15px 0;
}
.rightwrap .sidesearch input[type=text]{
  width: 201px !important;
  height: 23px !important;
  padding: 3px 5px !important;
  margin: 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent !important;
  background-image: url(/assets/images/searchinput.png);
  margin-right: 5px !important;
  color: #999 !important;
  line-height: 16px !important;
}
.rightwrap .sidesearch input[type=submit]{
  height: 29px;
  width: 72px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
  background-image: url(/assets/images/search.png);
}
.rightwrap .mainbox{
  width: 310px;
  margin-bottom: 15px;
  box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
  -moz-box-shadow: 0 !important;
  -ms-box-shadow: 0 !important;
}
.rightwrap .mainbox.second, .rightwrap .mainbox.secondalt{
  background-position: right bottom;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0; 
}
.content {
  width: 680px;
}
.head{
	color:#156fab;
	font-size:24px;
	padding-left:20px;
	text-transform:uppercase;
	line-height:28px;
}
.leftwrap .newsitem{
	margin-bottom:10px;
	padding:0 15px 30px 15px;
	background-image:url(/assets/images/divider.png);
	background-repeat:no-repeat;
	background-position:0px bottom;
}
.newsitem .pic{
	border:4px solid #fff;
	box-shadow:0px 0px 3px #ccc;
	-moz-box-shadow:0px 0px 3px #ccc;
	-webkit-box-shadow:0px 0px 3px #ccc;
	-ms-box-shadow:0px 0px 3px #ccc;
	margin:0 10px 3px 0;
}
.newsitem .text{
	font-size:12px;
	color:#4c4c4c;
	width:385px;
	padding-bottom:15px;
	position:relative;
	background-image:url(/assets/images/dots.png);
	background-repeat:repeat-x;
	background-position:0px bottom;
}
.newsitem .text .title{
	font-size:24px;
	color:#156fab;
	font-weight:bold;
	line-height:30px;
}
.newsitem .text span{
	font-size:14px;
	margin-bottom:5px;
	color:#878787;
	font-style:italic;
	display:block;
}
.newsitem .text .saznaj{
	position:absolute;
	bottom:-11px;
	right:15px;
	background-color:#f0f0f0;
	padding:2px 5px;
	color:#989898;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
}
.newsitem .text .saznaj:hover{
	color:#156fab;
	text-decoration:none;
}
.othernewswrap .newsitem .text .saznaj{
  background-color: #E4E4E4;
}
#container .bottomgallery{
	background-color:#f0f0f0;
	padding:35px 0 25px 0;
	background-image:url(/assets/images/gallery_up.png);
	background-repeat:no-repeat;
	background-position:15px 0px;
	position:relative;
  overflow: hidden;
}
.bottomgallery .bgallerywrap{
	width:900px;
	height:127px;
	margin:0 auto;
	padding-top:1px;
}
.bgallerywrap .bgitem{
	display:block;
	width:140px;
	height:125px;
	margin:0 5px;
	cursor:pointer;
	box-shadow:0px 0px 3px #ccc;
	-moz-box-shadow:0px 0px 3px #ccc;
	-webkit-box-shadow:0px 0px 3px #ccc;
	-ms-box-shadow:0px 0px 3px #ccc;
	position:relative;
}
.bgallerywrap .bgitem img{
	border:4px solid #fff;
}
.bgallerywrap .bgitem .itemtext{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:11px;
	color:#000;
	width:124px;
	padding:8px;
	background-color:rgba(255,255,255,0.7);
	font-weight:bold;
}
.bottomgallery .left{
	position:absolute;
	left:8px;
	top:35px;
	height:125px;
	width:15px;
	background-image:url(/assets/images/left.png);
	background-repeat:no-repeat;
	background-position:0px center;
	cursor:pointer;
}
.bottomgallery .right{
	position:absolute;
	right:8px;
	top:35px;
	height:125px;
	width:15px;
	background-image:url(/assets/images/right.png);
	background-repeat:no-repeat;
	background-position:0px center;
	cursor:pointer;
}
.sidebar-box {
  margin-bottom: 10px;
}
.sidebar-box.open .header {
  background-color: #156fab;
}
.sidebar-box .header {
  background-color: #B2B2B2;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  padding: 4px 4px 4px 7px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.sidebar-box .header .header-text {
  width: 190px;
  line-height: 21px;
  font-weight: bold;
}
.sidebar-box .header .arrow-icon {
  width: 21px;
  height: 21px;
}
.sidebar-box .items {
  margin-top: 5px;
}
.sidebar-box .items .item {
  position: relative;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
}
.sidebar-box .items .item a {
  display: block;
  color: #666;
  font-size: 12px;
  text-decoration: none;
  line-height: 26px;
  padding-left: 5px;
}
.sidebar-box .items .item .item-dot {
  margin-right: 5px;
  background-image:none !important;
  background-color:#0066CC !important;
}
.sidebar-box .items .item:hover {
  background-color: #156fab;
  color: #FFF;
}
.sidebar-box .items .item:hover a {
  color: #FFF;
}
.sidebar-box .items .item:hover .sub-items {
  display: block;
}
.sidebar-box .items .item:hover .item-dot {
  background-position: -470px -70px;
}
.sidebar-box .items .item .sub-items {
  position: absolute;
  background-color: #156fab;
  display: none;
  padding: 2px 15px;
  top: 0px;
  left: 80%;
  width: 160px;
  z-index: 5;
}
.sidebar-box .items .item .sub-items .sub-item {
  text-decoration: none;
  color: #FFF;
  font-size: 11px;
  padding: 0;
}
.sidebar-box .items .item .sub-items .sub-item:hover {
  text-decoration: underline;
}
.sidebar-box .items .news-item {
  padding: 10px 0;
  border-bottom: 1px solid #E6E6E6;
}
.sidebar-box .items .news-item img {
  border: 1px solid #E6E6E6;
}
.sidebar-box .items .news-item .titles {
  width: 175px;
  margin-left: 5px;
  line-height: 0.9;
}
.sidebar-box .items .news-item .titles a {
  font-size: 10px;
}
.sidebar-box .items .news-item .titles span {
  font-size: 10px;
  color: #666;
}
.product-card {
  position: relative;
  width: 188px;
  height: 270px;
  border: 1px solid #E6E6E6;
  margin: 0 12px 15px 0;
  padding: 13px 14px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f2f2f2, #ffffff);
  background-image: -ms-linear-gradient(top, #f2f2f2, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #ffffff);
  background-image: -o-linear-gradient(top, #f2f2f2, #ffffff);
  background-image: linear-gradient(top, #f2f2f2, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
}
.product-card .type-label {
  position: absolute;
  top: 7px;
  left: -3px;
  background-color: #156fab;
  background-repeat: repeat-x;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 8px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.product-card .type-label .triangle {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 3px solid #999;
  border-bottom: 3px solid transparent;
}
.product-card .card-image {
  position: relative;
  display: block;
  height: 119px;
  width: 187px;
  border: 1px solid #E6E6E6;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
}
.product-card .card-image .discount-label {
  position: absolute;
  background-color: #333;
  color: #FFF;
  text-decoration: none;
  left: 0;
  bottom: 0;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 6px;
}
.product-card h5 {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
}
.product-card h5 a {
  color: #156fab;
}
.product-card p {
  margin: 2px 0;
  font-size: 10px;
  color: #666;
}
.product-card p .vendor {
  font-size: 12px;
  color: #666;
}
.product-card .details {
  position: absolute;
  bottom: 10px;
  width: 188px;
}
.product-card .details p {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.product-card .details .actions {
  margin-top: 10px;
}
.product-card .details .actions a {
  display: block;
  font-size: 9px;
  color: #666;
  background-color: #EEE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  line-height: 20px;
  text-decoration: none;
  margin-bottom: 2px;
}
.product-card .details .actions a i {
  margin-left: 5px;
  vertical-align: -4px;
}
.product-card .details .actions a.in-comparison {
  background-color: #156fab;
  color: #FFF;
}
.product-card .details .actions a.in-comparison i {
  background-position: -13px -118px;
  width: 24px;
  height: 15px;
}
.pagination {
  font-size: 12px;
  color: #333;
  font-weight: bold;
}
.pagination a {
  padding: 4px 8px;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #E0E0E0;
}
.pagination strong {
  background-color: #156fab;
  padding: 4px 8px;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-content {
  border-left: 1px solid #D8D8D8;
  padding-left: 15px;
  padding-right: 3px;
}
.page-content h2 {
  color: #E00201;
  margin: 0 0 10px 0;
  font-size: 25px;
  font-weight: bold;
}
.page-content img[data-image=""] {
  display: none;
}
.page-content .shortdesc {
  color: #666;
}
.page-content .page-text {
  font-size: 13px;
  color: #333;
}
.page-content .gallery-wrapper a {
  display: block;
  float: left;
  margin: 5px 10px 5px 0;
}
.product-full .select2 {
  width: 100%;
}
.product-full .select2-container {
  font-size: 12px;
}
.product-full .select2-container .select2-search input[type="text"] {
  margin: 0 !important;
  border: 1px solid #AAA !important;
  width: 100% !important;
  line-height: normal !important;
}
.product-full .product-visual {
  width: 350px;
  margin-bottom: 20px;
}
.product-full .product-visual .colorbox-image {
  position: relative;
  display: block;
  width: 348px;
  border: 1px solid #DFDFDF;
  background-color: #FFF;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
}
.product-full .product-visual .colorbox-image .product-type-label {
  position: absolute;
  top: 7px;
  left: -3px;
  background-color: #156fab;
  background-repeat: repeat-x;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 4px 8px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.product-full .product-visual .colorbox-image .product-type-label .triangle {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 3px solid #999;
  border-bottom: 3px solid transparent;
}
.product-full .product-visual .colorbox-image .product-discount-label {
  position: absolute;
  background-color: #333;
  color: #FFF;
  text-decoration: none;
  left: 0;
  bottom: 0;
  font-size: 20px;
  font-weight: bold;
  padding: 4px 10px;
}
.product-full .product-visual .product-table {
  margin-top: 10px;
  width: 100%;
}
.product-full .product-visual .product-table td {
  width: 50%;
}
.product-full .product-details {
  width: 315px;
}
.product-full .product-details hr {
  border-top: 1px solid #D8D8D8;
}
.product-full .product-details h1 {
  font-size: 25px;
  color: #156fab;
  font-weight: bold;
  margin: 0;
}
.product-full .product-details .brand {
  font-size: 13px;
  color: #333;
  margin: 0;
}
.product-full .product-details .shortdesc {
  font-size: 12px;
  color: #666;
}
.product-full .product-details .price-block {
  font-size: 11px;
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
}
.product-full .product-details .price-block span {
  font-size: 20px;
}
.product-full .product-details .add-to-cart {
  display: block;
  padding: 13px 15px;
  background-color: #156fab;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product-full .product-details .tags {
  font-size: 12px;
  color: #999;
}
.product-full .product-details .tags a {
  color: #999;
}
.product-full .product-details .add-to-compare {
  text-transform: uppercase;
  background-color: #EEE;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  padding: 8px 12px;
}
.product-full .product-details .add-to-compare.in-comparison {
  background-color: #156fab;
  color: #FFF;
}
.product-full .product-details .add-to-compare .comparison-icon,
.product-full .product-details .add-to-compare .comparison-icon-white {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: -5px;
  margin-left: 5px;
}
.product-full .product-description {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
}
#cart .content {
  border-left: 1px solid #E6E6E6;
  padding-left: 20px;
  width: 680px;
}
#cart .description {
  color: #000;
  font-size: 12px;
}
.purchase-details .shipping-only {
  display: none;
}
.purchase-details .shipping-only.shipping-active {
  display: block;
}
.purchase-details .fields-label {
  font-size: 14px;
  color: #156fab;
  font-weight: bold;
  margin: 20px 0 10px;
}
.purchase-details label {
  display: block;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  margin: 3px 0;
}
.purchase-details .error-message {
  font-size: 10px;
  margin: 0;
  color: #F00;
  font-weight: bold;
}
.purchase-details .buyer-fields {
  width: 320px;
}
.purchase-details .shipping-fields {
  width: 320px;
}
.purchase-details input[type=text],
.purchase-details input[type=password] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 21px;
  padding: 4px 8px;
  line-height: 21px;
  border: 1px solid #C8C8C8;
  background-color: #FFF;
  font-size: 15px;
  color: #000;
  -webkit-box-shadow: inset 0 4px 4px #eeeeee;
  -moz-box-shadow: inset 0 4px 4px #eeeeee;
  box-shadow: inset 0 4px 4px #eeeeee;
  outline: 0;
  margin-bottom: 14px;
  width: 240px;
}
.purchase-details input[type=text]:focus,
.purchase-details input[type=password]:focus {
  border: 1px solid #1D72C9;
}
.purchase-details input[type=text].failed-validation,
.purchase-details input[type=password].failed-validation {
  border: 1px solid #C00;
  margin-bottom: 0;
}
.purchase-details .radio-wrap {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.purchase-details .order-info {
  font-size: 13px;
  line-height: 200%;
}
.purchase-details .order-info b {
  font-weight: bold;
}
.cart-table .select2-search {
  display: none !important;
}
.cart-table .cart-partial-wrap {
  position: relative;
}
.cart-table .cart-loading-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/assets/images/sportshop/loading.gif');
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1000;
}
.cart-table .cart-loading-overlay.active {
  display: block;
}
.cart-table .column-product {
  width: calc(100% - 180px);
  padding-left:5px;
  box-sizing: border-box;
}
.cart-table .column-price {
  text-align: center;
  width: 60px;
}
.cart-table .column-amount {
  text-align: center;
  width: 60px;
}
.cart-table .column-sum {
  width: 60px;
  text-align: center;
}
.cart-table .cart-table-header {
  background-color: #333;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  padding: 13px 0;
}
.cart-table .cart-empty {
  text-align: center;
  margin: 15px 0;
}
.cart-table .remove-from-cart {
  font-weight: bold;
  color: #C00;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
}
.cart-table .cart-listing {
  font-size: 12px;
}
.cart-table .cart-listing .column-product img {
  width: 43px;
  height: 33px;
  border: 1px solid #E6E6E6;
  margin: -3px 10px 0 10px;
}
.cart-table .cart-listing .column-price {
  line-height: 28px;
}
.cart-table .cart-listing .column-sum {
  line-height: 28px;
  font-weight: bold;
}
.cart-table .cart-item {
  padding: 12px 0;
  border-bottom: 1px solid #D8D8D8;
}
.cart-table .item-name {
  line-height: 14px;
  font-weight: bold;
}
.cart-table .item-name span {
  font-weight: normal;
  font-size: 11px;
  color: #000;
}
.cart-table .cart-total-bar {
  padding-top: 10px;
}
.cart-table .cart-total-bar .cart-total {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  background-color: #156fab;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-left: 5px;
}
.cart-table .cart-total-bar span {
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
}
.purchase-steps hr {
  margin: 0;
  border-top: 1px solid #E6E6E6;
}
.purchase-steps .step {
  position: relative;
  padding: 20px 0 20px 20px;
}
.purchase-steps .step h1 {
  font-size: 13px;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.purchase-steps .step .step-triangle {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 15px solid #156fab;
  display: none;
}
.purchase-steps .step.active {
  background-color: #156fab;
  border-bottom: 0;
}
.purchase-steps .step.active h1 {
  color: #FFF;
}
.purchase-steps .step.active .step-triangle {
  display: block;
}
.generic-table {
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #E6E6E6;
}
.generic-table tr.odd {
  background-color: #FAFAFA;
}
.generic-table tr td {
  padding-left: 10px;
  vertical-align: middle;
  height: 33px;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
}
.generic-table tr td.first {
  border-left: 0;
}
.generic-button {
  text-transform: uppercase;
  background-color: #156fab;
  color: #FFF !important;
  font-size: 11px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none !important;
  padding: 10px 14px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  border: 0;
  font-family: "Open Sans", Verdana, Helvetica, sans-serif;
}
.generic-button.red-button {
  background-color: #156fab;
}
.comparison-wrap {
  font-size: 12px;
  color: #333;
  width: 950px;
  overflow: auto;
}
.comparison-wrap .comparison-column {
  border-right: 1px solid #E6E6E6;
}
.comparison-wrap .comparison-column.odd {
  background-color: #F6F6F6;
}
.comparison-wrap .comparison-column.odd .comparison-row.odd {
  background-color: #F1F1F1;
}
.comparison-wrap .comparison-column .comparison-row {
  border-top: 1px solid #E6E6E6;
  padding: 10px;
  width: 170px;
  /*height: 17px;*/

}
.comparison-wrap .comparison-column .comparison-row.odd {
  background-color: #F6F6F6;
}
.comparison-wrap .comparison-column .comparison-row.desc-row {
  height: auto;
}
.comparison-wrap .comparison-column .comparison-row.image-row {
  height: 110px;
  border-top: 0;
}
.comparison-wrap .comparison-column .comparison-row.image-row a {
  position: relative;
  display: block;
  width: 168px;
  height: 108px;
  border: 1px solid #E6E6E6;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
}
.comparison-wrap .comparison-column .comparison-row.image-row a .type-label {
  position: absolute;
  top: 7px;
  left: -3px;
  background-color: #156fab;
  background-repeat: repeat-x;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 8px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.comparison-wrap .comparison-column .comparison-row.image-row a .type-label .triangle {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 3px solid #999;
  border-bottom: 3px solid transparent;
}
.comparison-wrap .comparison-column .comparison-row.image-row a .discount-label {
  position: absolute;
  background-color: #333;
  color: #FFF;
  text-decoration: none;
  left: 0;
  bottom: 0;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 6px;
}
.comparison-wrap .comparison-column .comparison-row .remove-from-comparison {
  font-weight: bold;
  color: #C00;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
}
.comparison-wrap .comparison-item {
  border-bottom: 1px solid #D8D8D8;
}
.comparison-wrap .comparison-item.odd {
  background-color: #F6F6F6;
}
.comparison-wrap .comparison-item .image-block {
  padding: 15px;
  border-right: 1px solid #D8D8D8;
}
.comparison-wrap .comparison-item .image-block img {
  width: 168px;
  height: 108px;
  border: 1px solid #E6E6E6;
}
.comparison-wrap .comparison-item .info-block {
  height: 110px;
  padding: 15px;
  border-right: 1px solid #D8D8D8;
  width: 455px;
}
.comparison-wrap .comparison-item .info-block .vendor {
  margin: 0;
  font-size: 12px;
  color: #666;
}
.comparison-wrap .comparison-item .info-block a {
  font-size: 14px;
  color: #156fab;
}
.comparison-wrap .comparison-item .info-block .description {
  font-size: 11px;
  color: #666;
}
.comparison-wrap .comparison-item .price-block {
  height: 110px;
  line-height: 110px;
  padding: 15px;
  font-size: 10px;
  color: #000;
  text-decoration: underline;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #D8D8D8;
  width: 100px;
}
.comparison-wrap .comparison-item .add-to-cart-block {
  padding: 15px 15px 15px 30px;
  line-height: 110px;
}
.comparison-wrap .comparison-item .add-to-cart-block .remove-from-comparison {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  background-color: #156fab;
  color: #FFF;
  height: 32px;
  line-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 50px;
  font-weight: bold;
  vertical-align: -3px;
}
.message {
  font-size: 16px;
  color: #666;
}
.message .content {
  padding-bottom: 100px;
}
.message h1 {
  font-size: 25px;
  color: #156fab;
  font-weight: bold;
}
#main-wrap .form-label {
  font-size: 14px;
  color: #156fab;
  font-weight: bold;
  margin: 20px 0 10px;
}
#main-wrap label {
  display: block;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  margin: 3px 0;
}
#main-wrap input[type=text],
#main-wrap input[type=password],
#main-wrap textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 21px;
  padding: 4px 8px;
  line-height: 21px;
  border: 1px solid #C8C8C8;
  background-color: #FFF;
  font-size: 15px;
  color: #000;
  -webkit-box-shadow: inset 0 4px 4px #eeeeee;
  -moz-box-shadow: inset 0 4px 4px #eeeeee;
  box-shadow: inset 0 4px 4px #eeeeee;
  outline: 0;
  margin-bottom: 14px;
  width: 240px;
}
#main-wrap textarea{
	height:120px !important;
	width:350px;
}
#main-wrap input[type=text]:focus,
#main-wrap input[type=password]:focus,
#main-wrap textarea:focus {
  border: 1px solid #1D72C9;
}
#main-wrap input[type=text].failed-validation,
#main-wrap input[type=password].failed-validation,
#main-wrap textarea.failed-validation {
  border: 1px solid #C00;
  margin-bottom: 0;
}
#main-wrap .error-message {
  font-size: 10px;
  margin: 0;
  color: #F00;
  font-weight: bold;
}
.search-wrap {
  padding-bottom: 20px;
}
.search-wrap h1 {
  font-size: 25px;
  font-weight: bold;
  color: #156fab;
  margin: 0;
}
.search-wrap h2 {
  font-size: 16px;
  font-weight: normal;
  color: #666;
}
.search-wrap h2 b {
  font-weight: bold;
}
.search-wrap .pagination {
  margin-top: 20px;
}
.search-wrap .search-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D8D8D8;
}
.search-wrap .search-item .search-image {
  width: 158px;
  height: 98px;
  border: 1px solid #D8D8D8;
  margin-right: 15px;
}
.search-wrap .search-item .info-block .subtitle {
  font-size: 12px;
  color: #666;
  margin: 0;
}
.search-wrap .search-item .info-block .title {
  font-size: 14px;
  color: #156fab;
}
.search-wrap .search-item .info-block .description {
  font-size: 11px;
  color: #666;
}
.category-title {
  margin: 0 0 5px 0;
  font-size: 25px;
  color: #156fab;
  font-weight: bold;
}
.category-sorting-options {
  color: #AAA;
  font-size: 10px;
  margin-bottom: 10px;
}
.category-sorting-options a {
  color: #AAA;
  text-decoration: none;
}
.category-sorting-options a.active {
  color: #000;
  text-decoration: underline;
}
form.jqtransformdone div.rowElem {
  clear: both;
  padding: 4px 0px;
}
/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: -5px;
}
.jqTransformRadio {
  background: transparent url(/assets/images/sportshop/sprites.png) no-repeat -167px -106px;
  vertical-align: middle;
  height: 19px;
  width: 18px;
  display: block;
  /*display: -moz-inline-block;*/

}
/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper {
  margin-top: 5px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
a.jqTransformCheckbox {
  background: transparent url(/assets/images/sportshop/sprites.png) no-repeat -578px -305px;
  vertical-align: middle;
  height: 19px;
  width: 18px;
  display: block;
  /*display: -moz-inline-block;*/

}
/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jqTransformRadio.jqTransformChecked {
  background-position: -167px -125px;
}
.jqTransformCheckbox.jqTransformChecked {
  background-position: -578px -324px;
}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {
  display: none;
}
/*
Version: 2.1 Timestamp: Tue Jun 12 19:50:25 PDT 2012
*/
.select2-container {
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */

  zoom: 1;
  *display: inline;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-container .select2-search input {
  /* 
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    
    More Info : http://www.quirksmode.org/css/box.html
  */

  -moz-box-sizing: border-box;
  /* firefox */

  -ms-box-sizing: border-box;
  /* ie */

  -webkit-box-sizing: border-box;
  /* webkit */

  -khtml-box-sizing: border-box;
  /* konqueror */

  box-sizing: border-box;
  /* css3 */

}
.select2-container .select2-choice {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}
.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(/assets/js/select2/select2.png) right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-container .select2-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 999;
  width: 100%;
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.select2-container .select2-choice div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -o-linear-gradient(bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.select2-container .select2-choice div b {
  background: url('/assets/js/select2/select2.png') no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}
.select2-container .select2-search {
  display: inline-block;
  white-space: nowrap;
  z-index: 1010;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.select2-container .select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}
.select2-container .select2-search input {
  background: #ffffff url('/assets/js/select2/select2.png') no-repeat 100% -22px;
  background: url('/assets/js/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('/assets/js/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('/assets/js/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('/assets/js/select2/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('/assets/js/select2/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('/assets/js/select2/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  margin: 0;
  height: auto !important;
  min-height: 26px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.select2-container .select2-search input.select2-active {
  background: #ffffff url('/assets/js/select2/spinner.gif') no-repeat 100%;
  background: url('/assets/js/select2/spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('/assets/js/select2/spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('/assets/js/select2/spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('/assets/js/select2/spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('/assets/js/select2/spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('/assets/js/select2/spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
/* results */
.select2-container .select2-results {
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.select2-container .select2-results li {
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  display: list-item;
}
.select2-container .select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-container .select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-container .select2-results .select2-highlighted em {
  background: transparent;
}
.select2-container .select2-results .select2-no-results {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for already selected choices in the results dropdown
.select2-container .select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-container .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
*/
.select2-container .select2-results .select2-disabled {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('/assets/js/select2/spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
/* multiselect */
.select2-container-multi .select2-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.select2-container-multi .select2-drop {
  margin-top: 0;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(/assets/js/select2/select2.png) right top no-repeat;
  outline: none;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi .select2-results {
  margin: -1px 0 0;
  padding: 0;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 3px 5px 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}
/* end multiselect */
.footer-logo,
.korpa-icon,
.twitter-icon,
.facebook-icon,
.twitter-icon-long,
.facebook-icon-long,
.overnav .search .submit,
.detaljnije-btn,
.add-to-cart-icon,
.white-add-to-cart-icon,
.blue-slider .arrow-left .arrow-icon,
.blue-slider .arrow-right .arrow-icon,
.sidebar-box .header .arrow-icon,
.item-dot,
.add-to-cart-icon-large,
.compare-icon,
.white-compare-icon,
.arrow-left-icon,
.arrow-right-icon,
.exclamation-icon,
.questionmark-ball-icon,
.comparison-icon,
.comparison-icon-white,
.webshop-block {
  background: url('/assets/images/sportshop/sprites.png') no-repeat;
}
.webshop-block {
  margin-left: 2px;
  background-position: 0 -200px;
  width: 60px;
  height: 60px;
}
.questionmark-ball-icon {
  display: block;
  background-position: -450px -100px;
  width: 149px;
  height: 155px;
  margin: 20px auto 0;
}
.white-add-to-cart-icon {
  background-position: -65px -117px;
  width: 20px;
  height: 14px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 3px;
  vertical-align: -2px;
}
.white-compare-icon {
  background-position: -13px -118px;
  width: 24px;
  height: 15px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 3px;
  vertical-align: -3px;
}
.exclamation-icon {
  background-position: -112px -115px;
  width: 23px;
  height: 20px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-indent: -9999px;
}
.arrow-left-icon {
  background-position: -20px -75px;
  width: 9px;
  height: 7px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.arrow-right-icon {
  background-position: -70px -75px;
  width: 9px;
  height: 7px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.add-to-cart-icon {
  background-position: -513px -68px;
  width: 20px;
  height: 14px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-indent: -9999px;
}
.add-to-cart-icon-large {
  background-position: -206px -112px;
  width: 38px;
  height: 26px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-indent: -9999px;
}
.compare-icon {
  background-position: -564px -68px;
  width: 23px;
  height: 14px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-indent: -9999px;
}
.korpa-icon {
  background-position: -560px -10px;
  width: 30px;
  height: 21px;
}
.comparison-icon {
  background-position: -308px -115px;
  width: 34px;
  height: 21px;
}
.comparison-icon-white {
  background-position: -358px -115px;
  width: 34px;
  height: 21px;
}
.twitter-icon {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  background-position: -510px -10px;
  width: 24px;
  height: 24px;
}
.facebook-icon {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  background-position: -460px -10px;
  width: 24px;
  height: 24px;
}
.twitter-icon-long {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  background-position: -107px -162px;
  width: 83px;
  height: 26px;
}
.facebook-icon-long {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  background-position: -6px -162px;
  width: 88px;
  height: 24px;
  margin-right: 10px;
}
.footer-logo {
  background-position: -250px 0;
  width: 164px;
  height: 42px;
}
.detaljnije-btn {
  display: block;
  background-position: -256px -60px;
  width: 86px;
  height: 27px;
}
.item-dot {
  background-position: -420px -70px;
  width: 6px;
  height: 6px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.blue-slider .arrow-left .arrow-icon {
  width: 13px;
  height: 18px;
  background-position: -615px -30px;
}
.blue-slider .arrow-right .arrow-icon {
  width: 13px;
  height: 18px;
  background-position: -615px -130px;
}
.overnav .search .submit {
  background-position: -600px -5px;
}
.sidebar-box .header .arrow-icon {
  background-position: -364px -64px;
  width: 21px;
  height: 21px;
}


.kontakt_wrap{
	padding:10px;
	font-size:13px;
	line-height:18px;
	background-color:#f0f0f0;
	margin-bottom:20px;
}
.kontakt_wrap.alt{
	background-color:#dedede;
	color:#333;
	padding:15px;
}
.alt .radno{
	margin-left:60px;
	font-size:14px;
}
.kontakt_wrap .lefttd{
	text-align:right;
	padding-right:10px;
	border-right:1px solid #ccc;
	padding-left:0px;
}
.kontakt_wrap td{
	padding:5px 0 5px 10px;
}
.kontakt_wrap .exo{
	color:#156fab;
	font-size:15px;
}

#potrosnja_kalorija{
	padding:12px 15px 10px 15px;
	background-color:#acacac;
	font-size:12px;
	color:#FFFFFF;
}
#potrosnja_kalorija .head{
	margin:0 0 10px 0;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:3px !important;
}
#potrosnja_kalorija table{
	width:100%;
}
#potrosnja_kalorija .header{
	background-color:#156fab;
	color:#FFFFFF;
	text-align:left;
	border-bottom:none;
}
#potrosnja_kalorija td, #potrosnja_kalorija th{
	padding:5px 7px;
}
#potrosnja_kalorija tr.odd{
	background-color:#c5c5c5;
}


.gallery{
	width:610px;
	margin-bottom:10px;
	background-color:#f2f2f2;
	padding:7px;
}
.gallery .gallery_image{
	width:610px;
	margin-bottom:10px;
	position:relative;
	text-align:center;
	overflow:hidden;
	height:350px;
}
.gallery .gallery_desc{
	padding:6px 10px;
	font-size:11px;
	color:#fff;
	background-image:url('/assets/images/main_bg.png');
	position:absolute;
	bottom:0px;
	left:0px;
}
.gallery .gallery_thumbs{
	width:558px;
	padding:0 6px 0 6px;
	overflow:hidden;
	height:85px;
}
.gallery .gallery_thumbs_prev, .gallery .gallery_thumbs_next, .gallery .gallery_thumbs .thumbimg{
	cursor:pointer;
}
.gallery .gallery_thumbs .thumbimg{
	opacity:1;
	padding:0 6px;
}
.gallery .gallery_thumbs .thumbimg.selected{
	opacity:0.7;
}

.raspored .table{
  display: table;
  width: 100%;
  margin: 30px 0 0;
  background: #FFF;
}

@media screen and (max-width: 960px) {
  .raspored-container {
    width: 100%;
    overflow-x: scroll;
  }

  .raspored-container .table {
    width: 900px;
    position: relative;
  }

  .time {
    position: absolute;
    width: 50px!important;
    left: 0;
    top: auto;
  }
}

.raspored .table .table-header {
  display: table-header-group;
}

.raspored .table .table-header .table-header-row {
  display: table-row;
  width: auto;
}

.raspored .table .table-header .table-header-row .table-cell {
  font-weight: 600;
  background: #666666; 
  color: #FFF;
  text-align: center;
  border-bottom: none;
}
.raspored .table .table-row{
  display: table-row;
  width: auto;
}

.raspored .table .table-cell{
  display: table-cell;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  padding: 15px;
  vertical-align: top;
  width: 13%;
  height: 30px;
  background: #FFF;
}

.raspored .table .table-cell.title{
  background: #d6d6d6;
  text-transform: uppercase;
  font-weight: 600;
  height: 24px;
}

.raspored .table .table-cell.title div{
  position: absolute;
}

.raspored .table .table-cell img{
  width: 100%;
}

.raspored .table .table-cell.time{
  width: 9%;
  font-weight: 600;
}

.raspored select {
  padding: 15px;
  border: none;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    /*background: transparent !important;*/
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #codeigniter-profiler {
    display: none !important;
  }
}

.mobile-menu {
  display: none;
}

#sliderwrap-left, #sliderwrap-right {
  display: none!important;
}

@media screen and (max-width: 960px) {
    html {
      background-position: right -75px;
    }
    #container {
        width: 90%;
    }
    #sliderwrap {
      height: 200px;
      width: calc(100% + 30px);
      margin: 80px -15px 0;
      overflow: hidden;
    }
    #sliderwrap-left {
      width: 28px!important;
      height: 50px!important;
      position: absolute;
      left: 10px;
      top: 75px;
      cursor: pointer;
      z-index: 100;
      display: block!important;
    }
    #sliderwrap-right {
      width: 28px!important;
      height: 50px!important;
      position: absolute;
      right: 10px;
      top: 75px;
      cursor: pointer;
      z-index: 100;
      display: block!important;
    }
    #sliderwrap img {
      width: auto;
      height: 200px;
    }
    #main-wrap {
      padding-top: 0;
    }
    .leftwrap, .rightwrap {
      width: 100%;
      padding: 0;
    }
    .leftwrap img {
      max-width: 100%;
    }
    .rightwrap .mainbox {
      width: 100%;
    }
    .leftwrap .page {
      padding-right: 0;
    }
    .leftwrap .page img {
      max-width: 100%;
      height: auto;
    }
    .leftwrap .page table {
      width: 100% !important;
    }
    .leftwrap .page iframe {
      width: 100% !important;
    }
    .mobile-hidden {
      display: none;
    }
    .mainbox_wrap .mainbox {
      width: 33.333%;
    }
    .left-sidebar, .content {
      width: 100% !important;
    }
    .cart-table .column-product img {
      display: none;
    }
    .cart-table .item-name {
      margin-left:10px;
    }
    .product-card {
      width: 33.333%;
      margin: 0 0 15px 0;
      box-sizing: border-box;
      height: 320px;
    }
    .product-card .card-image {
      width: 100%;
    }
    .product-card .details {
      width: 100%;
      position: relative;
      bottom: auto;
    }
    .newsitem .text {
      width: 100%;
      margin-top: 10px;
    }
    .newsitem .text .title {
      font-size: 20px;
      line-height: 1.2;
    }
    #wrapper .accordionButton span {
      font-size: 16px;
    }
    header {
      height: 80px;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
    }
    header .logo {
      width: 160px;
    }
    header .logo img {
      width: 100%;
    }
    header nav {
      float: none !important;
      background: #1880c4;
      display: none;
    }
    header nav.on{
      display: block;
      margin-top: 80px;
      padding-top: 50px;
    }
    header nav .link{
      font-weight: 400;
      color: #FFF;
      float: none;
    }
    header nav .link a{
      color: #FFF;
      z-index: 100;
    }
    header nav .link .podlink{
      display: block;
      position: relative;
      width: 100%;
      background: transparent;
      padding: 0;
      top: 0;
      left: 0;
      margin-left: 10px;
      font-size: 15px;
      border: none;
      box-shadow: none;
      margin-bottom: 15px;
    }
    header nav .link .podlink a{
      color: #FFF;
    }
    body.menu-on header{
      position: relative;
    }
    body.menu-on #sliderwrap-left, body.menu-on #sliderwrap-right {
      display: none!important;
    }
    body.menu-on header .logo {
      position: fixed;
      z-index: 100;
    }
    body.menu-on header .mobile-menu{
      position: fixed;
      left: 0;
      top: 0;
      z-index: 10;
      padding-right: 35px;
    }
    body.menu-on #container {
      width: 100%;
    }
    body.menu-on #main-wrap {
      display: none;
    }
    footer {
      width: 100%;
      background-image: none;
    }
    footer .right {
      width: 100%;
      float: none;
      text-align: center;
    }
    .mobile-menu {
      display: block;
      background: #2ca3d9;
      height: 80px;
      width: 100%;
      text-align: right;
      padding: 20px 25px 0 0;
      box-sizing: border-box;
    }
    .mobile-menu img {
      margin-left: 5px;
      cursor: pointer;
    }
}

@media screen and (max-width: 800px) {

    .mainbox_wrap {
      margin-bottom: 25px;
    }
    .mainbox_wrap .mainbox {
      width: 100%;
      float: none;
    }
    .mainbox_wrap .mainbox.second {
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
    }
    .mainbox_wrap .mainbox.third {
      -webkit-border-radius: 0px 0 30px 30px;
      border-radius: 0px 0 30px 30px;
      -moz-border-radius: 0px 0 30px 30px;
      -ms-border-radius: 0px 0 30px 30px;
    }
    .maincontent {
      -webkit-border-radius: 30px 30px 0 0;
      border-radius: 30px 30px 0 0;
      -moz-border-radius: 30px 30px 0 0;
      -ms-border-radius: 30px 30px 0 0;
    }
}

@media screen and (max-width: 760px) {
    .product-visual, .product-details {
      width: 100% !important;
      float: none;
    }

    .product-visual .colorbox-image {
      width: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .product-card {
      width: 50%;
      height: 300px;
    }
    
    .button-group {
    float:none;
    margin-top:20px;
    }
    .button-group .generic-button {
    width:100%;
    box-sizing: border-box;
    text-align:center;
    }
    
    .generic-button {
    display:block;
    }
}

@media screen and (max-width: 400px) {
    .product-card {
      width: 100%;
      height: auto;
    }
}

h2.loading:after{
  content:'. ';animation:dots 1s steps(5,end) infinite
}

@keyframes dots{
  0%,20%{color:rgba(0,0,0,0);text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}
  40%{color:#232f3e;text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}
  60%{text-shadow:.25em 0 0 #232f3e,.5em 0 0 rgba(0,0,0,0)}
  100%,80%{text-shadow:.25em 0 0 #232f3e,.5em 0 0 #232f3e}}
}

.btn-primary {
border: none;
    background: #156fab;
    color: #FFF;
    border-radius: 5px;
    padding: 10px 14px; 
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold; 
}
