@import url(https://fonts.googleapis.com/css?family=Slabo+27px&subset=latin,latin-ext);
@import '../js/bxslider/jquery.bxslider.css';

@font-face {
    font-family: 'Museo';
    font-weight: 100;
    src: url('../fonts/MuseoSans-100.otf') format('opentype');
}
@font-face {
    font-family: 'Museo';
    font-weight: 300;
    src: url('../fonts/MuseoSans-300.otf') format('opentype');
}
@font-face {
    font-family: 'Museo';
    font-weight: 500;
    src: url('../fonts/MuseoSans_500.otf') format('opentype');
}
@font-face {
    font-family: 'Museo';
    font-weight: 700;
    src: url('../fonts/MuseoSans_700.otf') format('opentype');
}
@font-face {
    font-family: 'Museo';
    font-weight: 900;
    src: url('../fonts/MuseoSans_900.otf') format('opentype');
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

/* Svi divovi se ravnaju po veličini na najvećeg. To je kada upisujemo različitu količinu teksta. */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
  /*  If you need support for IE7 and lower make
    sure the boxsizing.htc file is linked properly.
    More info here:  https://github.com/Schepp/box-sizing-polyfill */
}

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
ul, li{
  list-style: none;
}

.none{
  display: none;
}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  /*max-width: 1200px;*/
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.8em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 300;
  font-family: 'Museo';
  color: #999; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  font-weight: 200;
  color: #999; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #666; }
a:hover {
  color: #ed1c24; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 25px;
  padding: 0 12px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  /*border-radius: 4px;*/
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #ED1C24;
  border-color: #ED1C24; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #990000;
  border-color: #990000; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  height: 32px;
    margin-top:3px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  /*border-radius: 4px;*/
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 60px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #E8767A;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/*test toggle*/
 #body {
    clear: both;
    margin: 0 auto;
}
 .myButton {
    padding: .2em 1em;
    font-size: 1em;
}
.mySelect {
    padding: .2em 0;
    font-size: 1em;
}
#myDiv {
    color:Green;
    background-color:#eee;
    border:2px solid #333;
    display:none;
    text-align:justify;
}
#myDiv p {
    margin: 15px;
    font-size: 0.917em;
}

/*Ana STIL - Zenski rokovnici*/

/*GENERAL*/
#paypal_button_container.but_finish {
  background: #0fbe7c none repeat scroll 0 0;
  border: 1px solid #0fbe7c;
  color: #fff;
  float: right;
  font-size: 18px;
  font-weight: 300;
  height: 42px;
  letter-spacing: 0;
  margin-right: 28px;
  width: 193px;
  text-transform: none;
  display: block;
}
@media (min-width: 480px) {
  #paypal_button_container.but_finish {
    width: 193px;
    margin-right: 38px;
  }
}
@media (min-width: 600px) {
  #paypal_button_container.but_finish {
    margin-right: 46px;
    width: 193px;
  }
}
@media (min-width: 640px) {
  #paypal_button_container.but_finish {
    margin-right: 46px;
    width: 184px;
  }
}
@media (min-width: 768px) {
  #paypal_button_container.but_finish {
    margin-right: 30px;
    width: 190px;
  }
}
@media (min-width: 1200px) {
  #paypal_button_container.but_finish {
    margin-right: 12px;
    padding: 0;
    width: 181px;
  }
}
@media (min-width: 1360px) {
  #paypal_button_container.but_finish {
    margin-right: 12px;
    padding: 0;
    width: 181px;
  }
}
.email {
  background: #f4f4f4 none repeat scroll 0 0;
    border-style: none;
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    width: 100%;
}
#mc-embedded-subscribe .button {
  color:#31B66A !important;
}
.sidebar {
  display: none;
  top: 173px;
  width: 100%;
  z-index: 1500;
  left: 0;
  overflow-y: scroll;
  position: absolute;
}
@media (min-width: 600px) {
  .sidebar {
    top: 196px;
  }
}
@media (min-width: 640px) {
  .sidebar {
    top: 191px;
  }
}
@media (min-width: 768px) {
  .sidebar {
    top: 93px;
  }
  .lang {
    width: 36%;
  }
}
@media (min-width: 1280px) {
  .sidebar {
    height: 440px;
  }
}
.right-content {
  width: 100%;
  position: relative;
}
#toggle {
  display: block;
  float: right;
}

@media (min-width: 1280px) {
  .sidebar {
    width: 17%;
    display:block;
    position: relative;
    float: left;
    overflow: hidden;
    top:0px;
    height: auto;
  }
  .right-content {
    width: 83%;
    display: block;
    position: relative;
    float: left;
  }
  .navbar {
    display: none;
  }
}
@media (min-width: 1366px) {
  .sidebar {
    width: 30%;
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    top:0px;
    height: auto;
  }
  .right-content {
    width: 70%;
    display: block;
    position: relative;
    float: left;
  }
  #toggle {
    display: none;
  }
}
@media (min-width: 1440px) {
  .sidebar {
    width: 26%;
  }
}
@media (min-width: 1600px) {
  .sidebar {
    width: 30%;
  }
}
.right-content {
  -webkit-box-shadow: -5px 0px 3px #F1EFF4; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    -5px 0px 3px #F1EFF4;  /* Firefox 3.5 - 3.6 */
    box-shadow:       -5px 0px 3px #F1EFF4;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.border {
  border: 1px solid #ccc;
}
.main-bg {
}
.white-bg {
  background: url(../images/white-bg.png) repeat;
}
.white-bg.scrolled {
  background: #fff;
}
.header {
  display: block;
  float: left;
  padding: 0px;
  position: absolute;
  width: 100%;
  z-index: 100;
  max-width:1062px;
}
@media (min-width: 600px) {
  .header {
    padding: 3px;
  }
}
.logo {
  margin-top: 4px;
  margin-left: 34px;
  display: inline-block;
  float: left;
}
.logo img {
  max-width: 270px;
}
@media (min-width: 360px) {
  .logo {
    margin-left: 45px;
  }
}
@media (min-width: 480px) {
  .logo {
    margin-left: 12px;
  }
}
@media (min-width: 600px) {
  .logo {
    margin-left: 25px;
  }
}
@media (min-width: 1280px) {
  .logo {
    margin-left: 30px;
    display: inline-block;
    float: left;
  }
}
.holder {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  padding: 0px 0px;
  margin-left: 0px;
}
@media (min-width: 480px) {
  .holder {
    padding: 0px 0px 14px 0px;
    max-width: 1000px;
    margin-left: 0px;
  }
}
@media (min-width: 600px) {
  .holder {
    padding: 4px 0;
    max-width: 1000px;
    margin-left: 0px;
  }
}
@media (min-width: 1366px) {
  .holder {
    padding: 15px 0;
    max-width: 1000px;
    margin-left: 60px;
  }
}

/*login menu*/
.login {
  z-index: 9;
  border-bottom: 1px solid #fff;
  background: #ED1C24;
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.login-menu {
  float: left;
  list-style-type: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 10px;
}
.login-menu li {
  color:#fff;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .login-menu {
    margin-top: 39px;
  }
  .login {
    border: none;
    background: #eaeaea;
  }
  .login-menu li a {
    color:#999;
  }
}

@media (min-width: 1366px) {
  .login-menu {
    float: right;
    list-style-type: none;
    margin-top: 39px;
    margin-right: 70px;
    margin-bottom: 25px;
    padding-left: 0px;
  }
}
.login-menu li {
  float: right;
  margin-bottom: 0px;
  color:#fff;
  font-size:14px;
  padding-left: 10px;
}
.login-menu li a {
  display: block;
  text-align: left;
  color:#fff;
  font-size:15px;
  text-decoration: none;
}
.login-menu li a:hover {
  color: #400000;
}
@media (min-width: 1280px) {
  .login-menu li, .login-menu li a {
    color:#999;
  }
  .login-menu li a:hover {
    color: #ED1C24;
  }
}
.error_code {
  background: url(../images/iks.png)no-repeat right 6px center;
}
.success_code {
  background: url(../images/kvacica.png)no-repeat right 6px center !important;
   -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
}
/*lang menu*/
.lang {
  float: left;
  margin-bottom: 0;
  margin-top: 0px;
  width: 100%;
  background:#e6e4e9;
  padding: 11px 24px;
}
.lang li {
  padding-right: 9px;
}
.social img{
  max-width: 20px;
  padding-top: 4px;
}
.social-bottom img{
  max-width: 20px;
}
@media (min-width: 360px) {
  .lang {
    padding: 14px 27px;
  }
}
@media (min-width: 480px) {
  .lang {
    padding: 14px 17px 14px 183px;
  }
}
@media (min-width: 600px) {
  .lang {
    padding: 20px 10px 12px 303px;
  }
}
@media (min-width: 640px) {
  .lang {
    padding: 14px 14px 14px 348px;
  }
}
@media (min-width: 750px) {
  .lang {
    margin-top: 42px;
    margin-left: 0%;
    margin-right:6px;
    float: right;
    width: auto;
    background:none;
    padding: 0px 0px;
  }
  .webshop {
    margin-top: 42px;
    margin-left: 0%;
    margin-right:6px;
    float: right;
    width: auto;
    background:none;
    padding: 0px 0px;
    position: absolute;
    right: 0px;
  }
}
.lang-bg{
  background: none;
  padding: 0 0 0 15px;
}
@media (min-width: 700px) {
  .lang-bg{
    background: #eaeaea;
    padding: 0 0 0 15px;
  }
}
.separator{
  background: #E6E4E9;
  padding: 0 !important;
}
@media (min-width: 700px) {
  .separator{
    background: #eaeaea;
  }
}
.lang li {
  float:left;
  color:#ed1c24;
  padding: 0px 6px;
  margin-bottom: 0px;
}
@media (min-width: 360px) {
  .lang li {
    padding: 0px 8px;
  }
}
@media (min-width: 480px) {
  .lang li {
    padding: 0px 7px;
  }
}
@media (min-width: 640px) {
  .lang li {
    padding: 0px 6px;
  }
}
.view-cart-link {
  background: #EAEAEA;
  margin-right: 0 !important;
  display: inline-block;
}
@media (min-width: 480px) {
  .view-cart-link {
    padding: 4px;
  }
}
.view-cart-link:hover a{
  color: #fff;
}
.view-cart-link:hover{
  background: #ed1c24;
}
.aktivacija-top-margin {
  margin-top:188px;
}
@media (min-width: 480px) {
  .aktivacija-top-margin {
    margin-top:208px;
  }
}
@media (min-width: 1024px) {
  .aktivacija-top-margin {
    margin-top:188px;
  }
}
.row-2.txt-row.aktivacija-h1 {
  min-height: 520px;
  width: 96%;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .row-2.txt-row.aktivacija-h1 {
    min-height: 520px;
    width: 55%;
    padding-left: 60px;
  }
}
.webshop {
  background: #f3f3f3;
  margin-top: 15px;
  margin-left: 0%;
  margin-bottom:0px;
  margin-right:6px;
  float: left;
  width: 100%;
  padding: 6px 15px 3px 15px;
  display: inline-block;
  text-align: center;
}
.webshop li {
  display: inline-block;
  color:#ed1c24;
  font-size: 16px;
  padding-right: 5px;
  margin-bottom: 0px;
  margin-right:6px;
}
.webshop li:last-child {
    display: none;
}
@media (min-width: 480px) {
  .webshop li:last-child {
      display: inline-block;
    }
  .webshop {
    padding: 6px 0px 3px 191px;
  }
}
@media (min-width: 600px) {
  .webshop {
    margin-top: 23px;
    margin-left: 0%;
    margin-bottom:0px;
    margin-right:6px;
    float: left;
    width: 100%;
    padding: 6px 3px 3px 30px;
    display: inline-block;
    text-align: left;
  }
  .webshop li:last-child {
    display: inline-block;
  }
}
@media (min-width: 600px) {
  .webshop {
    margin-top: 15px;
    margin-left: 0%;
    margin-bottom:0px;
    margin-right:6px;
    float: left;
    width: 100%;
    padding: 6px 3px 3px 324px;
    display: inline-block;
    text-align: left;
  }
  .webshop li:last-child {
    display: inline-block;
  }
}
@media (min-width: 640px) {
  .webshop {
    padding: 6px 0px 3px 368px;
  }
  .webshop li:last-child {
    display: inline-block;
  }
}
@media (min-width: 750px) {
  .webshop {
    margin-top: 0px;
    margin-left: 0%;
    margin-right:6px;
    float: right;
    width: auto;
    padding: 0;
  }
  .webshop li {
    float:left;
    color:#ed1c24;
    font-size: 16px;
    padding: 5px;
  }
  .webshop li:last-child {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .webshop, .lang{
    margin-right:-57px;
  }
}
@media (min-width: 1280px) {
  .webshop, .lang{
    margin-right:-43px;
  }
}
@media (min-width: 1360px) {
  .webshop, .lang{
    margin-right:6px;
  }
}
.cart-numb, .price-numb {
  color:#666;
  font-size:16px;
}
.cart-numb {
  font-weight: 100;
}
.price-numb {
  font-weight: 400;
}
.mob-hide {
  display: none;
}
@media (min-width: 640px) {
  .mob-hide {
    display: inline-block;
  }
}

/*main menu*/
.main-menu {
  float: right;
  list-style-type: none;
  margin-top:0px;
  margin-right:0px;
  width:100%;
  height: auto;
  background:#ed1c24;
}
@media (min-width: 1280px) {
  .main-menu {
    float: left;
    list-style-type: none;
    margin-top: 90px;
    margin-right:10px;
    background:none;
  }
}
@media (min-width: 1366px) {
  .main-menu {
    float: right;
    list-style-type: none;
    margin-top: 90px;
    margin-right:20px;
    max-width:230px;
    background: #fff;
    position: relative;
  }
}
.main-menu li {
  position: relative;
  text-align: left;
  border-bottom:1px solid #ccc;
  width: 100%;
  padding-left: 0px;
  margin-bottom: 0;
  float: left;
}
.main-menu li a {
  padding:10px;
}
.main-menu .have-dropdown {
  position: relative;
}
.toggle-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("../images/icon-arrow-down-white.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .main-menu li {
    position: relative;
    width: auto;
    text-align: left;
    border-style:none;
    width: 100%;
    padding-left: 7px;
  }
  .toggle-dropdown {
    background-image: url("../images/icon-arrow-down.png");
  }
}
@media (min-width: 1366px) {
  .main-menu li {
    position: relative;
    text-align: left;
    border-bottom:1px solid #fff;
    padding-left: 0px;
    width: 100%;
    float: left;
  }
}
.main-menu li a {
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 1280px) {
  .main-menu li a {
    color: #999;
  }
}
.main-menu li a:hover {
  color: #400000;
}
.mslc-2 {
  color:#ed1c24;
}
.sub-menu.active-parent {
  display: block;
}
.sub-menu {
  display: none;
  float: left;
  margin: 0px 0px 0px 10px;
}
@media (max-width: 1280px) {
  .sub-menu {
    padding-bottom: 15px;
  }
}
.main-menu > .mslc >  .sub-menu {
  display: block;
  padding-left: 10px;
  margin-left: 0px;
  /*max-width: 230px;*/
  width: 100%;
  float: left;
}
.main-menu li .expand {
    display: block;
    /*background: url(../images/direction.png) no-repeat;*/
  }
  .main-menu li .expand:hover {
    background: none;
  }
@media (min-width: 1200px) {
  .main-menu li .expand {
    position: relative;
    width: 100%;
    display: block;
    float: left;
  }
  .main-menu li .expand:hover {
    background: none;
  }
}
.main-menu > .sub-menu {
  display: block;
  padding-left: 15px;
  margin-left: 0px;
  max-width: 230px;
}

.main-menu > .mslc .sub-menu a {
  background: none;
  color: #fff;
}
.main-menu > .mslc .sub-menu .mslc a,
.main-menu > .mslc .sub-menu li:hover a {
  color: #400000;
}
.sub-menu li {
  border: none;
}
@media (min-width: 1200px) {
  .main-menu > .mslc .sub-menu a {
    background: none;
    color: #999;
  }
  .main-menu > .mslc .sub-menu .mslc a,
  .main-menu > .mslc .sub-menu li:hover a, .mslc .sub-menu li a:hover {
    color: #ed1c24;
  }
}

@media (min-width: 1280px) {
  .main-menu li a:hover,
  .main-menu .mslc a {
    color: #ed1c24;
    background: url(../images/srce.png) no-repeat left center;
    margin-left: 0px;
  }
}
.underline {
  text-decoration: underline;
}

/*bxslider*/
.slider {
  display: none;
}
@media (min-width: 1280px) {
  .slider {
    float: left;
    width: 100%;
    display: block;
    max-width:1062px;
    /*margin-top: 86px;*/
  }
}
.bxslider img {
  width: 100%;
}
.bxslider .bx-viewport {
  height: 600px !important;
}
.bx-wrapper {
  position: relative;
  margin:0px auto 0px;
  padding: 0px;
}
.bx-wrapper .bx-viewport {
  left:0;
  background: #F7F9F8;
 /* height: 600px !important;*/
}
.bx-wrapper .bx-caption {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 70px;
  color: #fff;
  left: 0;
  position: relative;
  right: 103px;
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  display: inline-block;
  font-family: 'Museo',sans-serif;
  font-size: 20px;
  font-weight: 100;
  padding: 15px 45px;
  background: #D91C23;
  float: right;
  right: 140px;
  bottom:0px;
  position: absolute;
  background: url(../images/red-bg.png) repeat;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  float: none;
}
.bx-wrapper .bx-pager {
  text-align: center;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ed1c24 none repeat scroll 0% 0%;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  outline: 0px none;
  border-radius: 0px;
}
.row.bc-navg,  .cart{
    margin-top: 200px;
    padding-left: 0px;
}
@media (min-width: 600px) {
.row.bc-navg,  .cart{
    margin-top: 214px;
    padding-left: 0px;
}
}
@media (min-width:768px) {
.row.bc-navg,  .cart{
      margin-top: 135px;
      padding-left: 0px;
  }
}
@media (min-width:1280px) {
  .row.bc-navg,  .cart{
      margin-top: 173px;
      padding-left: 0px;
  }
}
@media (min-width: 1280px) {
  .row.bc-navg {
    padding-left:41px;
  }
}
@media (min-width: 1366px) {
  .row.bc-navg {
    padding-left:0px;
  }
}
@media (min-width: 1366px) {
  margin-top: 176px;
}
.shop-section {
    margin-top: 0px;
}
/*home page proizvodi*/
.main-content {
  position: relative;
  float: left;
  width:100%;
}
.content-margin{
  margin-top: 200px;
}
@media (min-width: 480px) {
  .content-margin{
  margin-top: 196px;
  }
}
@media (min-width: 600px) {
  .content-margin{
  margin-top: 211px;
  }
}
@media (min-width: 640px) {
  .content-margin{
  margin-top: 210px;
  }
}
@media (min-width: 768px) {
  .content-margin{
  margin-top: 132px;
  }
}
.mot-board-margin{
  margin-top: 176px;
}
@media (min-width: 640px) {
  .main-content {
    position: relative;
    float: left;
    width:100%;
  }
}
.navbar {
    cursor: pointer;
    margin-left:7px;
    margin-top: 3px;
    float: right;
}
@media (min-width: 1280px) {
  .navbar {
    cursor: pointer;
    margin-left:0px;
  }
}
#sticker {
  display: none;
  z-index:5000;
  position: fixed;
  top:60px;
  left:120px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 2px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 2px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:       0px 0px 2px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
@media (min-width: 1366px) {
  #sticker {
    z-index:5000;
    position: fixed;
    top:537px;
    left:26%;
    display: block;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 2px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 0px 2px #ccc;  /* Firefox 3.5 - 3.6 */
      box-shadow:       0px 0px 2px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  }
  #sticker2 {
    left: 26%;
    position: fixed;
    top: 37px;
    z-index: 5000;
  }
}
.kosarica-holder {
  display: none;
}
@media (min-width: 1600px) {
  .kosarica-holder {
    position: absolute;
    left: -30px;
    top: -55px;
    display: block;
  }
}
.stick {
  position:fixed;
  top:60px;
}
.kosarica {
  background: red;
  color: #fff;
  border-radius: 100%;
  padding: 33px 12px;
  text-align: center;
  display: block;
}
.kosarica span {
  display: block;
}

/*products home page*/
.product-list-home, .artical {
  margin-left: 18px;
  max-width: 1000px;
  width: 90%;
}
@media (min-width: 480px) {
  .product-list-home, .artical {
    margin-left: 10px;
    width: 95%;
  }
}
@media (min-width: 600px) {
  .product-list-home, .artical {
    width: 98%;
  }
}
@media (min-width: 800px) {
  .product-list-home, .artical {
    margin-left: 25px;
    width: 97%;
  }
}
@media (min-width: 768px) {
  /*.four.columns:nth-child(7) {
    margin-left: 0 !important;
  }*/
  .product-list-home .four.columns:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .product-list-home, .artical {
    margin-left: 60px;
    width: 88%;
  }
  .product-list-home .four.columns:nth-child(4), .other-artical .four.columns:nth-child(4) {
    margin-left: 0px;
    clear:both;
  }
}
@media (min-width: 1366px) {
  .product-list-home, .artical {
    margin-left: 60px;
    width: 100%;
    min-height:660px;
    padding-bottom: 80px;
  }
}

.product-list-home .four.columns img {
  width: 100%;
}
.product-list-home .four.columns, .other-artical .four.columns  {
  margin-bottom: 4%;
  position: relative;
  border:1px solid #e8e8e8;
  width: 100%;
  margin-left: 0px;
}

@media (min-width: 480px) {
  .product-list-home .four.columns {
    margin-bottom: 4%;
    position: relative;
    border:1px solid #e8e8e8;
    width: 48%;
    margin-left: 8px;
  }
  .other-artical .four.columns {
    margin-bottom: 4%;
    position: relative;
    border:1px solid #e8e8e8;
    width: 48%;
    margin-left: 8px;
  }

}
@media (min-width: 768px) {
  .product-list-home .four.columns, .other-artical .four.columns{
    margin-bottom: 4%;
    position: relative;
    border:1px solid #e8e8e8;
    width: 30.66%;
    margin-left: 22px;
  }
  .product-list-home .four.columns:first-child, .other-artical .four.columns:first-child  {
    margin-left: 0px;
  }
  .product-list-home .four.columns:nth-child(4), /*.other-artical .four.columns:nth-child(4)*/{
     margin-left: 0px;
     clear:both;
  }
  .other-artical .four.columns:nth-child(3n+1) {
    margin-left: 0px;
    width: 30.66%;
  }
}
@media (min-width: 800px) {
  .other-artical .four.columns:nth-child(10){
    margin-left: 0px;
  }
}
@media (min-width: 980px) {
  .product-list-home .four.columns {
    width: 30.66%;
    margin-left: 30px;
  }
  .other-artical .four.columns:nth-child(4){
    width: 30.66%;
    margin-left: 30px;
  }
  .other-artical .four.columns:nth-child(10){
    margin-left: 4%;
  }
  .other-artical .four.columns:nth-child(3n+1) {
    margin-left: 0px;
    width: 30.66%;
  }
}

/* on hover info efekt - samo za desktop verziju*/
@media (min-width: 1280px) {
  .product-list-home .four.columns:hover .info, .other-article .four.columns:hover .info {
    display: none;
  }
  .product-list-home img {
    width: 100%;
  }
  .four.columns:hover .product-desc .info,  .three.columns:hover .product-desc .info{
    display:block;
    transition: all 0.1s ease 0s;
  }
  .product-desc {
      bottom: 0;
      position: relative;
      width: 100%;
  }
  .four.columns:hover .product-desc{
      bottom: -80px;
      position: absolute;
  }
  .product-list-home .four.columns:nth-child(3n+4) /*.other-artical .four.columns:nth-child(3n+4)*/ {
     margin-left: 0px;
     clear:both;
  }
  .other-artical .four.columns:nth-child(3n+4) {
    margin-left: 30px;
  }
  .other-artical .four.columns:nth-child(3n+1) {
    margin-left: 0px;
    width: 30.66%;
  }
}

.three.columns{
  position: relative;
}
.dodano{
  position: absolute;
  background: #ed1c24 url("../images/tick_big.png") no-repeat scroll right 10px center;
  top: 246px;
  width: 100%;
  text-align: center;
  color: #fff;
  left: 0;
  padding: 10px 0;
}
@media (min-width: 360px) {
  .dodano{
    top: 272px;
  }
}
@media (min-width: 480px) {
  .dodano{
    top: 173px;
  }
}
@media (min-width: 600px) {
  .dodano{
    top: 235px;
  }
}
@media (min-width: 640px) {
  .dodano{
    top: 256px;
  }
}
@media (min-width: 768px) {
  .dodano{
    top: 183px;
  }
}
@media (min-width: 800px) {
  .dodano{
    top: 193px;
  }
}
@media (min-width: 900px) {
  .dodano{
    top: 217px;
  }
}
@media (min-width: 980px) {
  .dodano{
    top: 242px;
  }
}
@media (min-width: 1024px) {
  .dodano{
    top: 256px;
  }
}
@media (min-width: 1200px) {
  .dodano{
    top: -44px;
  }
}
.mfp-title {
  display: none;
}
.dodano-2 {
  background: url("../images/tick_big_red.png") no-repeat scroll right 0px center;
  color: #ed1c24;
  left: 76px;
  padding: 2px 14px;
  position: absolute;
  text-align: left;
  top: 96px;
  width: 70%;
}480px) {
  .dodano-2 {
    width: 64%;
  }
}
@media (min-width: 360px) {
  .dodano-2 {
    width: 70%;
  }
}
@media (min-width: 600px) {
  .dodano-2 {
    max-width: 208px;
  }
}
.other-products-heading{
  background: #f3f3f3;
  margin-bottom: 0;
  padding: 10px;
}
/*.tick {
  width: 100%;
  max-width: 20px !important;
}*/
.price, .product-title {
 background: #FDFBFC;
 padding: 7px 10px;
 font-size: 15px;
}
.product-title:hover {
  -webkit-box-shadow: 0px 0px 2px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 2px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:       0px 0px 2px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.price {
  text-align: right;
  color:#393939;
  font-weight: 400;
}
.product-title {
  text-align: left;
  color:#f2f2f2;
  border-top:1px solid #fff;
  border-bottom: 1px solid#ccc;
}
.product-title a {
  display: block;
  width: 100%;
  height:100%;
}
.line-through {
  color: #393939;
  font-weight: 100;
  text-decoration: line-through red;
  padding-right: 15px;
}
.add, .add:hover{
  border-radius: 50%;
  padding: 0 6px 2px;
}
.add {
  background: url(../images/add-img.png)no-repeat center center transparent;
  color: #fff;
}
.add:hover {
}
.info {
  display: block;
  color:#fff;
  background-color:#ed1c24;
  font-size: 14px;
  padding: 5px 0px 5px 10px;
}
@media (min-width: 1366px) {
  .info {
    display: none;
    color:#fff;
    background-color:#ed1c24;
    font-size: 14px;
    padding: 5px 0px 5px 10px;
  }
}
.four.columns .shop img {
  width: 100%;
  max-width: 22px;
}
.shop {
  text-align: center;
  padding-top: 50%;
}
.shop span, .blogger span {
  color: #666;
  font-family: 'Museo',sans-serif;
  font-size: 50px;
  font-weight: 100;
}
.shop a {
  display: inline-block;
}
.product-list-home .shop img {
  width: auto;
}
.blank {
  padding: 18px;
  position: relative;
  width: 100%;
  z-index: 99;
  background: #f3f3f3;
}

/*blog front page*/
.artical .twelve.columns.shadow-list, .other-artical {
    box-shadow: 0 -1px 5px 0 #f3f3f3;
    margin-bottom: 25px;
    padding: 25px;
}
.artical .twelve.columns.shadow-list:hover{
  background: #f3f3f3;
}
.blogger {
  padding: 10% 4%;
  max-width: 1000px;
  width:100%;
}
@media (min-width: 640px) {
  .blogger {
    padding: 6% 2%;
  }
}
@media (min-width: 1024px) {
  .blogger {
    max-width:1024px;
  }
}
@media (min-width: 1280px) {
  .blogger {
    padding: 10% 0 10% 0;
    max-width:1000px;
  }
}
@media (min-width: 1366px) {
  .blogger {
    margin-left: 60px;
  }
}
.blogger .four.columns, .blogger .eight.columns {
  width: 100%;
}
.blogger .four.columns {
  padding-left: 14%;
}
.blogger .eight.columns {
  padding-top: 30px;
  margin-left: 0px;
}
@media (min-width: 480px) {
  .blogger .four.columns {
    padding-left: 30%;
  }
}
@media (min-width: 800px) {
  .blogger .four.columns {
    width: 30.66%;
    padding-top: 9%;
    padding-left: 0;
    margin-left: 4%;
  }
  .blogger .eight.columns {
    width: 65.33%;
    padding-top: 0px;
  }
}
.blog-link {
  max-width: 192px;
  text-align: right;
}
.blog-link img{
  float: left;
}
.blog-link a {
  color:#ed1c24;
  display: inline-block;
}
.eight.columns .blog-short {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.eight.columns .blog-short:last-child {
  margin-bottom: 0px;
  border-bottom:1px solid #fff;
}
.blog-short {
  float: left;
}
.blog-short h2 a{
  font-size: 17px;
  color:#5c5c5c;
  font-weight: 300;
}
.blog-short p {
  font-size: 14px;
  color:#939393;
  font-weight: 100;
  line-height: 17px;
}
.img-blog {
  float: right;
  margin: 0px 0px 15px 15px;
  max-width: 169px;
  max-height: 124px;
  height: 100%;
  width: 100%;
}
.img-blog-list {
  float: left;
  clear: left;
  margin: 0px 0px 15px 15px;
  max-width: 200px !important;
  max-height: 150px;
  height: 100%;
  width: 100%;
}
@media (min-width: 480px) {
  .img-blog-list {
    float: right;
    clear: none;
  }
}
.readmore {
  color:#ed1c24;
  padding-left: 10px;
}
.readmore:hover {
  color:#666;
  padding-left: 10px;
}
/* newsletter*/
.newsletter {
  clear: left;
  float: left;
  border: 1px solid #ed1c24;
  padding: 2px 10px;
  margin:0px 0px 25px 23px;
}
@media (min-width:600px) {
  .newsletter {
    margin:14px 0px 25px -2px;
  }
}
@media (min-width:640px) {
  .newsletter {
    clear: right;
    float: right;
    margin:14px 0px 25px 0px;
  }
}

/*footer top part*/
.footer-top {
  background: #f3f3f3;
  padding: 45px 0px;
}
.footer-top h3 {
  color: #515151;
  font-weight: 100;
  font-size: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.footer-top p {
  color: #939393;
  font-weight: 100;
  font-size: 16px;
  margin-top: 0px;
  margin-left: 0px;
}
.footer-top a {
  color:#ed1c24;
}
.bottom-menu {
  text-align: left;
  padding-left: 20px;
}
.bottom-menu li {
  margin-left: 0;
}
@media (min-width: 550px) {
  .bottom-menu {
    padding-left: 0px;
  }
}
@media (min-width: 640px) {
  .bottom-menu {
    float: right;
    text-align: right;
    line-height: 24px;
    width: 100%;
    padding-left: 0;
  }
}
.bottom-menu li {
  margin: 0px;
}
.bottom-menu li a {
  color: #939393;
  font-weight: 100;
  font-size: 16px;
  margin: 0px;
}
.bottom-menu li a:hover {
  color: #6b6b6b;
}
.kartice {
  float: left;
  clear: left;
  display: block;
  margin-top: 6px;
  padding-left: 20px;
}
.kartice li {
  display: inline;
}
@media (min-width: 640px) {
  .kartice {
    float: right;
    clear: right;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
  }
}
.footer {
  background:#ed1c24;
  padding:20px 21px;
}
@media (min-width: 1280px) {
  .footer {
    background:#ed1c24;
    padding:60px 40px 60px;
  }
}
.bottom-social {
  display: block;
  clear: left;
  float: left;
  width: auto;
  margin-left: 12px;
}
.bottom-social li {
  display: inline-block;
  margin-right: 0px;
  margin-left: 10px;
}
@media (min-width: 400px) {
  .bottom-social {
    margin-left: 0px;
  }
  .bottom-social li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 0px;
  }
}
@media (min-width: 480px) {
  .bottom-social {
    margin-left: 15px;
  }
}
@media (min-width: 500px) {
  .bottom-social, .bottom-menu, .kartice{
    margin-left: 19px;
    padding-left: 0;
  }
}
@media (min-width: 550px) {
  .bottom-social, .bottom-menu, .kartice{
    margin-left: 0px;
    padding-left: 0;
  }
}
@media (min-width: 640px) {
  .bottom-social {
    clear: right;
    float: right;
    margin-left: 0px;
    margin-bottom: 0;
  }
  .bottom-social li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0px;
  }
}
.copy {
  color:#fff;
  font-weight: 300;
  font-size: 13px;
}
@media (min-width: 480px) {
  .copy {
    font-size: 16px;
  }
}
.v {
  float:left;
  margin-top: 10px;
}
@media (min-width:640px) {
  .v {
    float: right;
    margin-top: 8px;
  }
}
.holder .four.columns, .holder .eight.columns  {
  width: 100%;
}
@media (min-width: 640px) {
  .holder .four.columns {
    width: 30.66%;
  }
  .holder .eight.columns  {
    width: 65.33%;
  }
  .bottom-menu {
    float: right;
    text-align: right;
    line-height: 24px;
    padding-left: 0px;
    width: 100%;
  }
}
.holder .four.columns {
  padding-left: 20px;
}
.holder .eight.columns  {
  padding-right: 20px;
}
@media (min-width: 1280px) {
  .holder .eight.columns  {
    padding-right: 0px;
  }
  .holder .four.columns  {
    padding-left: 20px;
  }
}
@media (min-width: 1366px) {
  .holder .four.columns  {
    padding-left: 0px;
  }
}

/*product page*/
.bc-navg h2 {
  margin-left: 13px;
  color:#999;
  font-size:16px;
  background: url(../images/title-srce.png) no-repeat left 3px;
  padding-left: 20px;
}
@media (min-width: 800px) {
  .bc-navg h2 {
    margin-left: 25px;
  }
}
@media (min-width: 1366px) {
  .bc-navg h2 {
    margin-left: 60px;
  }
}

.bc-navg h2 a {
  color:#999;
  font-size:16px;
}
.bc-navg h2 a:hover {
  color:#666;
}
.shop-section {
  padding-left:20px;
  width:100%;
}
@media (min-width: 1280px) {
  .shop-section {
    padding-left:60px;
    width:100%;
  }
}
.three.columns.product-detail, .nine.columns.product-info {
    width: 100%;
    margin-left: 0;
  }
.nine.columns.product-info {
  margin-top: 15px;
  position: relative;
}

.list-style.twelve.columns ul, .row.artical.list-style ul {
  padding-left: 20px;
}
.list-style.twelve.columns ul li, .row.artical.list-style ul li {
  list-style-type:disc;
  list-style-position: inside;
}

@media (min-width: 400px) {
  .three.columns.product-detail {
    width:22%;
  }
  .nine.columns.product-info{
    width: 74%;
    margin-left: 4%;
  }
  .nine.columns.product-info {
    margin-top: 0;
  }

}
@media (min-width: 480px) {
  .three.columns.product-detail {
    width:30%;
  }
  .nine.columns.product-info{
    width: 66%;
    margin-left: 4%;
  }
}
@media (min-width: 500px) {
  .three.columns.product-detail {
    width:22%;
  }
  .nine.columns.product-info{
    width: 74%;
    margin-left: 4%;
  }
}
/*.artical {
  margin-left: 60px;
  max-width: 1000px;
}*/
.artical h1, .shop-section h1 {
  font-size: 24px;
  font-weight: 100;
  color:#666;
}
.artical h2 {
  font-size: 20px;
  clear: left;
}
@media (min-width: 480px) {
  .artical h2 {
    clear: none;
  }
}
.artical-price {
  color: #393939;
  font-weight: 400;
}
.artical .three.columns {
  border:1px solid #e8e8e8;
}
.artical .twelve.columns {
  /*margin-bottom: 50px;*/
  padding: 25px 0px 15px 0px;
}
.old-price {
  color: #393939;
  font-weight: 100;
  padding-left: 20px;
  text-decoration: line-through #F00;
}
.desc-list {
  border:1px solid #e8e8e8;
  border-radius:5px;
  display: inline-block;
  padding:5px;
}
.desc-list li {
  border-bottom:1px solid #e8e8e8;
  background: #fff;
  font-size:14px;
}
.available {
  background: #ed1c24;
  color: #fdfbfc;
  display: inline-block;
  padding:2px 14px;
}
.other-artical h2 {
  color:#ed1c24;
  text-transform: uppercase;
}


/*kosarica*/
.kolicina {
  color: #505050;
  display: table;
  width: 115px;
  margin: 20px 0px;
}
.kolicina input {
  display: table-cell;
  margin: 0 auto;
  text-align: center;
  text-indent: 0;
  width: 30px;
}
.min {
  color:#999;
  font-size:20px;
  line-height:16px;
  padding-right: 10px;
}
.plu {
  color:#999;
  font-size:20px;
  line-height:16px;
  padding-left: 10px;
}
.add-to {
  display: inline-block;
  margin-left: 15px;
  float: left;
}
.add-to img {
  width: 100%;
  bottom: -4px;
  position: relative;
}
.border-bottom {
  border-bottom:1px solid #ccc;
}
/*motivational board*/
.tabs-list li a.movie.active-tab{
  background: #e8b7dc;
}
.tabs-list li a.book.active-tab{
  background: #FCB69F;
}
.tabs-list li a.quote.active-tab{
  background: #F7B4C4;
}
#tabs {
  margin-top: 60px;
  margin-bottom: 20px;
  }
.tabs-list{
  float:right;
  width: 100%;
  list-style-type: none;
  position: relative;
  text-transform: uppercase;
  padding-top: 8px;
  font-size: 16px;
}
.tabs-list li {
  display: block;
  float: right;
  padding: 0 1px;
}
.tabs-list li a {
  color: #666;
  font-size: 14px;
  padding: 13px 16px;
}
@media (min-width: 480px) {
  .tabs-list li{
    padding: 0px 3px;
  }
  .tabs-list li a {
    padding: 10px 20px;
  }
}

.tabs-list li a:hover {
  color:#585858;
  background: #f3f3f3 ;
}
.tab-container.active-tab {
  display: block;
  font-size: 14px;
  margin-top: -25px;
  padding-top: 15px;
}
.tab-container {
  display:none;
  width: 100%;
  float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tab-container .twelve.columns {
  border-style: none;
  margin-left: 0px;
  padding: 0px;
  margin-bottom: 0px;
}
.board .three.columns {
  margin-right: 3%;
  margin-left: 0px;
  margin-bottom: 3%;
  border-style: none;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width:600px) {
  .board .three.columns {
    margin-right: 3%;
    margin-left: 0px;
    margin-bottom: 3%;
    border-style: none;
    box-sizing: border-box;
    width: 47%;
  }
}
@media (min-width:980px) {
  .board .three.columns {
    margin-right: 3%;
    margin-left: 0px;
    margin-bottom: 3%;
    border-style: none;
    box-sizing: border-box;
    width: 22%;
  }
}
.note {
  padding:10px 10px 0;
  background:#fff;
  border:1px solid #e8e8e8;
  float: left;
  width:100%;
  height:auto;
  box-sizing: border-box;
}
.all {
  background:#f3f3f3;
}
.all form{
  margin-top: 23px;
}
.quote {
  background: #FAE3E9;
}
.type{
  border-bottom: 1px dashed #fff;
  color: #fff;
  width: 100%;
  text-align: center;
}
.quote .type{
  background: #F7B4C4;
}
.book .type{
  background: #FCB69F;
}
.movie .type{
  background: #E8B7DC;
}
.book {
  background:#FAD4C7;
}
.movie {
   background: #E8D6E4;
}
.type {
  display: inline;
  float: right;
  font-weight: 100;
  text-transform: uppercase;
  font-size:14px;
}
.autor {
  float: left;
  color: #666;
  font-weight: 600;
}
.message {
  font-size: 15px;
  color: #707070;
  float: left;
  padding-top:20px;
  width: 100%;
  font-family: 'Slabo 27px', serif;
}
/* forma dodaj poruku*/
#message-forma{
  color: #fff;
}
#message-forma .contactHeader{
  color: #585858;
}
#message-forma input, #message-forma textarea{
  color: #999;
  width: 100%;
  margin-bottom: 0px;
  font-size: 14px;
}
#message-forma label{
  font-size: 12px;
  color: #585858;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 4px;
  font-family:'Museo',sans-serif;
}
#message-forma input.send, a.send{
  color: #fff;
  font-weight: 300;
  background: #999;
  border: 1px solid #999;
  padding: 0 11px;
  display: inline-block;
  width: 59%;
  border: none;
  margin-top: 15px;
  border-radius:2px;
}
#message-forma input.send:hover, a.send:hover{
  background: #fd6c6c;
  border: 1px solid #fd6c6c;
  padding: 0 9px;
  margin-bottom: 0px;
}
#search-select {
  width: 100%;
  color:#585858;
  font-size: 12px;
  font-weight: 300;
  padding: 1px 1px;
  margin-bottom: 0px;
  margin-top: 4px;
}
/*comment pager*/
.comment-pager .current {
  background: #ff6387 none repeat scroll 0 0;
  color: #fff;
}
.comment-pager .page-numbers {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  color: #999;
  padding: 5px 10px;
  font-size:14px;
}
/*kosarica*/
.cart {
  margin-bottom: 40px;
}
.cart-table {
  width: 100%;
  margin-top: 20px;
  line-height: 18px;
  font-size: 15px;
  color: #505050;
}
.cart-table tr td {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
}
.cart-table tr.ukupno td {
  font-weight: bold;
  margin-top: 20px;
}
.naziv-artikla {
  width: 45%;
  text-align: left;
}
.naziv-artikla a img {
  max-width: 100px;
  margin-right: 2%;
}
.cijena {
  width: 23%;
  text-align: center;
}
.kolicina {
  width: 27%;
  text-align: center;
}
.kolicina input {
  width: 40px;
  text-align: center;
  text-indent: 0px;
  margin: 0 auto;
  display: inline-block;
  float: left;
}
.brisi {
  width: 10%;
  min-width: 50px;
  text-align: center;
}
.brisi a {
  width: 16px;
  display: block;
  opacity: 1;
  filter:alpha(opacity=100);
  margin: 0 auto;
}
.brisi a:hover {
  opacity: .8;
  filter:alpha(opacity=80);
}
.min, .plu {
  display: inline;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.cart-holder {
  width: 100%;
  margin-top: 50px;
}
.naziv-artikla2, .kolicina2, .cijena2, .brisi2, .ukupna-cijena {
  color: #666;
  font-size:16px;
}
.naziv-artikla2 {
  width: 33%;
  text-align: left;
  display: inline-block;
}
.kolicina2 {
  width: 17%;
  margin-top: 0px;
  display: inline-block;
  text-align: center;
}
.cijena2 {
  width: 18%;
  margin-top: 0px;
  display: inline-block;
  text-align: center;
}
.brisi2 {
  width: 8%;
  display: inline-block;
  text-align: center;
}
/*.img-link img {
  height: 100px;
}*/
.cart-row a.img-link {
  max-width: 100px;
  display: block;
  position: absolute;
}
.item-row {
  min-height: 130px;
  margin-bottom: 15px;
  padding: 15px;
  border:1px solid #f8f8f8;
  box-sizing: border-box;
}
.item-row:nth-child(even) {background: #f8f8f8}
.item-row .naziv-artikla2 {
  width: 33%;
  text-align: left;
  display: inline-block;
  padding-left: 120px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.kolicina2 input {
  width: 40px;
  text-align: center;
  text-indent: 0px;
  margin: 0 auto;
  display: inline-block;
}
.brisi2 a {
  width: 16px;
  display: block;
  opacity: 1;
  filter:alpha(opacity=100);
  margin: 0 auto;
}
.brisi2 a:hover {
  opacity: .8;
  filter:alpha(opacity=80);
}
.btn-box {
  float: right;
  background:#0FBE7C;
  border-style: none;
  transition: all 0.5s ease;
  padding: 6px 1em;
  margin-top: 10px;
  margin-right: 0;
  margin-left: 10px;
}
.btn-box:hover {
  background:#ED1C24;
  border-style: none;
}
.order-btn {
  color:#fff;
  display: inline;
}
.order-btn:hover {
  color:#fff;
}
/*specifikacija narudzbe*/
.cart-row {
  border-top:1px solid #f8f8f8;
  border-bottom:1px solid #f8f8f8;
  padding:10px 0px;
}
.cart-table img {
  margin-left: 10px;
}
.cart-table {
  color: #505050;
  font-size: 15px;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.naziv-artikla3 {
  width: 19%;
  text-align: left;
  display: inline-block;
  color: #505050;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}
.kolicina3 {
  width: 19%;
  display: inline-block;
  text-align: right;
  color: #505050;
  font-size: 14px;
  line-height: 16px;
}
.cijena3 {
  width: 17%;
  display: inline-block;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
}
.ukupna-cijena {
  width: 12%;
  display: inline-block;
  text-align: right;
  line-height: 16px;
  float: right;
}
.cijena-left {
  width: 47%;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 480px) {
  .cijena-left {
    width: 48%;
  }
  .naziv-artikla3 {
    width: 40%;
  }
  .kolicina3 {
    width: 18%;
  }
  .cijena3 {
    width: 19%;
  }
  .ukupna-cijena {
    float: none;
  }
}
.cijena-right {
  width: 49%;
  display: inline-block;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
}
/*kontakt forma*/
#kontakt-forma{
  color: #fff;
  width: 97%;
  padding:5px 10px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #kontakt-forma{
    width: 99%;
  }
}
@media (min-width: 800px) {
  #kontakt-forma{
    width: 48%;
  }
}
.row-2.txt-row.aktivacija-h1 {
  font-size:18px !important;
  color:#999;
}
#kontakt-forma h2 {
  border-bottom:2px solid #FF6861;
  color: #FF6861;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px 2px;
  text-align: center;
}
#kontakt-forma input, #kontakt-forma textarea{
  color: #000;
  width: 100%;
  margin-bottom: 0px;
  font-size: 14px;
  border-style: none;
  background:#f4f4f4;
  border-radius:none;
}
#kontakt-forma label{
  font-size: 14px;
  color: #666;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 4px;
  padding-top:12px;
  line-height: 16px;
  font-family:'Museo',sans-serif;
}
#kontakt-forma input.send, a.send{
  color: #31B66A;
  font-weight: 300;
  padding: 4px 0px;
  display: inline-block;
  width: 100%;
  border: none;
  margin-top: 15px;
  background:#fff;
  border-top:2px solid #31B66A;
  border-bottom:2px solid #31B66A;
  border-radius:none;
  height:36px;
}
.btn-go-shop {
  color: #fd6c6c;
  font-weight: 300;
  padding: 4px 0px;
  display: inline-block;
  width: 100%;
  border: none;
  margin-top: 15px;
  background: #fff;
  border-top: 2px solid #fd6c6c;
  border-bottom: 2px solid #fd6c6c;
  border-radius: none;
  height: 36px;
}
.btn-go-shop:hover {
  color: #fff;
  background: #fd6c6c;
  border-top: 2px solid #fd6c6c;
  border-bottom: 2px solid #fd6c6c;
  padding: 4px 0px;
  margin-bottom: 0px;
}
#kontakt-forma input.send:hover, a.send:hover{
  color:#fff;
  background: #31B66A;
  border-top:2px solid #31B66A;
  border-bottom:2px solid #31B66A;
  padding: 4px 0px;
  margin-bottom: 0px;
}
#kontakt-forma p {
  color:#666;
  font-size: 14px;
}
#kontakt-forma p.error {
  color: #000;
  font-size: 16px;
}
.chck {
  float: left;
  margin: 24px 0;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.chck input {
  float: left !important;
  width: 20px !important;
  margin-top: 17px;
  margin-left:10px;
}
#uvjeti-box{
  margin-bottom:20px;
}
.aleft {
  float: left;
}
/*.aright {
  float: right;
  margin-right: 9px;
  padding-left: 12px;
}*/
@media (min-width: 480px) {
  .aright, .btn-box {
  margin-right: 14px;
  }
}
@media (min-width: 600px) {
  .aright, .btn-box {
  margin-right: 18px;
  }
}
@media (min-width: 768px) {
  .aright, .btn-box {
  margin-right: 10px;
  }
}
@media (min-width: 1280px) {
  .aright {
    float: right;
    margin-right: 0px;
    padding-left: 0px;
  }
  .btn-box {
    padding:10px 5px;
    margin-top: 10px;
    margin-right:3px;
  }
  .order-btn {
    /*width: 100%;*/
    display: inline;
  }
}

@media screen and (max-width: 730px) {
    .title-row {
        display: none;
    }
    .cart-row a.img-link {

        position: relative;
        float: left;
        width: 35%;
    }
    .cart-row .img-link img {
      display: block;
    }
    .right-cart {
        position: relative;
        float: right;
        width: 65%;
    }
    .item-row .naziv-artikla2 {
        width: 100%;
        padding-left: 15px;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 20px;
    }
     .kolicina2 {
        width: 100%;
        text-align: left;
        padding-left: 15px;
        margin: 0 0 5px;
    }
    .kolicina2 input {
      width: 3em;
      height: 24px;
      line-height: 24px;
      display: inline-block;
      padding: 0;
    }
    .cijena2 {
      display: block;
      text-align: left;
      padding-left: 15px;
      margin: 0 0 5px;
      width: 100%;
      display: block;
      line-height: 20px;
    }
    .ukupna-cijena {
      width: 100%;
      text-align: left;
      padding-left: 15px;
    }
    .brisi2 {
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 16px;
      height: 16px;
      text-align: center;
    }
}
.error,
#error_container {
  padding: 15px 15px 15px 60px;
  border: 1px solid #E81500 !important;
  background-color: #FFBDBD;
  background-image: url("../images/error-32.png");
  background-position: left 15px center !important;
  background-repeat: no-repeat;
  font-size: 13px;
  margin-bottom: 20px;
}

.txt_error {
  background-image: url("../images/error.png") !important;
  background-position: right 10px center !important;
  background-repeat: no-repeat !important;
  border: 1px solid #e81500 !important;
}

#uvjeti-box.txt_error {
  border: none !important;
  background-position: right 90% !important;
}

#uvjeti-box.txt_error label {
  color: #e81500;
}

.success {
  background-image: url("../images/sucess-32.png") !important;
  background-position: left 15px center !important;
  background-repeat: no-repeat !important;
  border: 1px dashed #7ac143 !important;
  padding: 15px 15px 15px 55px !important;
  color: #888 !important;
}

.txt_error_img {
  background-image: url("../images/error-32.png") !important;
  background-position: left 15px center !important;
  background-repeat: no-repeat !important;
  border: 1px dashed #e81500 !important;
  padding: 15px 15px 15px 55px !important;
}

.sa_popustom {
  opacity: 0;
  height: 1px;
  position: absolute;
}
.pagination{
  display: block;
  float: left;
  width: 100%;
  margin: 30px 0;
}
.pagination a{
  display: inline-block;
  background: #ccc;
  margin-right: 5px;
  padding: 5px 10px;
}
.pagination a.active{
  background: #ed1c24;
  color: #fff;
}
.next-pg {
  background: url(../images/arrow-next.png) no-repeat center center transparent !important;
  background: #ccc;
  display: inline-block;
  height:15px;
  width: 10px;
}
.next-pg:hover {
  background: url(../images/arrow-next-hover.png) no-repeat center center transparent !important;
  background: #ccc;
  display: inline-block;
  height:15px;
  width: 10px;
}
.prev-pg {
  background: url(../images/arrow-prev.png) no-repeat center center transparent !important;
  display: inline-block;
  height:15px;
  width: 10px;
}
.prev-pg:hover {
  background: url(../images/arrow-prev-hover.png) no-repeat center center transparent !important;
  display: inline-block;
  height:15px;
  width: 10px;
}
.pagination span {
  background: #ccc none repeat scroll 0 0;
  margin-right: 5px;
  padding: 8px 10px;
}

select {
  width: 100%;
  border-radius: 0;
  border: 1px solid #d1d1d1;
  margin: 3px 0 0;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  color: #000;
  background-color: #fff;
}

select:focus {
  outline: none;
}

.hidden-gallery {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
/*.gallery a:hover {
  background: url(../images/zoom.png) no-repeat center;
  z-index:1000;
  border:1px solid red;
}*/
.three.columns.product-detail {
  position: relative;
}
.three.columns.product-detail .gal-hover {
  display:block;
  background: url(../images/zoom-hover.png) no-repeat right 4px bottom 4px;
  z-index:1000;
  position: absolute;
  width: 100%;
  height: 100%;
   pointer-events: none;
   border: 1px solid #999;
}
.three.columns.product-detail:hover .gal-hover {
  display:block;
    background: url(../images/zoom.png) no-repeat right 4px bottom 4px;
    z-index:1000;
    position: absolute;
    width: 100%;
    height: 100%;
     pointer-events: none;
     border: 1px solid #ED1C24;
  transition: all 0.1s ease 0s;
}
.three.columns.product-detail .gallery a {
  display: block;
}

.social-share {
  overflow: hidden;
  display: block;
  position: relative;
  clear: both;
  margin-bottom: 20px;
}

.social-button {
  float: left;
  margin-right: 10px;
}


/* za eng verziju prekopirat css*/
.artical .gallery-blog img {
  border:1px solid #fff;
}
.artical .gallery-blog img:hover  {
  border: 1px solid #ed1c24;
}
.gallery-blog {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.gallery-blog img {
  max-width: 100%;
}
.gallery img {
  max-width: 100%;
}
.gallery-blog a {
    float: left;
    margin-bottom: 0.5%;
    margin-left: 0.5%;
    width: 48.9%;
  }
@media (min-width: 480px) {
  .gallery-blog a {
    width: 32.8%;
  }
}
@media (min-width: 600px) {
  .gallery-blog a {
    width: 16.1%;
  }
}
/* do tu prekopirat */
.gallery{
  border: 1px solid #fff;
}

.mfp-bg {
  z-index: 99999 !important;
}
.mfp-wrap {
  z-index: 999999 !important;
}

.gallery a:focus {
  outline: none;
}

textarea {
  resize: none;
}

.artical p img {
  max-width: 100%;
  height: auto !important;
}

#price1 span {
  display: inline-block;
}
