@charset "UTF-8";
/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
@import 'https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin-ext';
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

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; }

body {
  background-color: #252c32; }

img {
  max-width: 100%;
  height: auto; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.group:after {
  content: "";
  display: table;
  clear: both; }

.container {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto; }

.main-content {
  padding: 6em 0; }

/*
  Simple Grid
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - http://dallasbass.com
*/
[class*="grid"],
[class*="col-"],
[class*="mobile-"],
.grid:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

[class*="col-"] {
  float: left;
  min-height: 1px;
  padding-right: 20px;
  /* column-space */ }

[class*="col-"] [class*="col-"]:last-child {
  padding-right: 0; }

.grid {
  width: 100%;
  max-width: 980px;
  min-width: 748px;
  /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
  margin: 0 auto;
  overflow: hidden; }

.grid:after {
  content: "";
  display: table;
  clear: both; }

.grid-pad {
  padding-left: 20px;
  /* grid-space to left */
  padding-right: 0;
  /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */ }

.push-right {
  float: right; }

/* Content Columns */
.col-1-1 {
  width: 100%; }

.col-2-3,
.col-8-12 {
  width: 66.66%; }

.col-1-2,
.col-6-12 {
  width: 50%; }

.col-1-3,
.col-4-12 {
  width: 33.33%; }

.col-1-4,
.col-3-12 {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.col-1-6,
.col-2-12 {
  width: 16.667%; }

.col-1-7 {
  width: 14.28%; }

.col-1-8 {
  width: 12.5%; }

.col-1-9 {
  width: 11.1%; }

.col-1-10 {
  width: 10%; }

.col-1-11 {
  width: 9.09%; }

.col-1-12 {
  width: 8.33%; }

/* Layout Columns */
.col-11-12 {
  width: 91.66%; }

.col-10-12 {
  width: 83.333%; }

.col-9-12 {
  width: 75%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

/* Pushing blocks */
.push-2-3,
.push-8-12 {
  margin-left: 66.66%; }

.push-1-2,
.push-6-12 {
  margin-left: 50%; }

.push-1-3,
.push-4-12 {
  margin-left: 33.33%; }

.push-1-4,
.push-3-12 {
  margin-left: 25%; }

.push-1-5 {
  margin-left: 20%; }

.push-1-6,
.push-2-12 {
  margin-left: 16.667%; }

.push-1-7 {
  margin-left: 14.28%; }

.push-1-8 {
  margin-left: 12.5%; }

.push-1-9 {
  margin-left: 11.1%; }

.push-1-10 {
  margin-left: 10%; }

.push-1-11 {
  margin-left: 9.09%; }

.push-1-12 {
  margin-left: 8.33%; }

@media handheld, only screen and (max-width: 767px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    /* grid-space to left */
    padding-right: 10px;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */ }
  [class*="col-"] {
    width: auto;
    float: none;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 10px;
    /* column-space */ }
  [class*="col-"] [class*="col-"] {
    padding-right: 0; }
  /* Mobile Layout */
  [class*="mobile-col-"] {
    float: left;
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 10px;
    /* column-space */
    padding-bottom: 0; }
  .mobile-col-1-1 {
    width: 100%; }
  .mobile-col-2-3,
  .mobile-col-8-12 {
    width: 66.66%; }
  .mobile-col-1-2,
  .mobile-col-6-12 {
    width: 50%; }
  .mobile-col-1-3,
  .mobile-col-4-12 {
    width: 33.33%; }
  .mobile-col-1-4,
  .mobile-col-3-12 {
    width: 25%; }
  .mobile-col-1-5 {
    width: 20%; }
  .mobile-col-1-6,
  .mobile-col-2-12 {
    width: 16.667%; }
  .mobile-col-1-7 {
    width: 14.28%; }
  .mobile-col-1-8 {
    width: 12.5%; }
  .mobile-col-1-9 {
    width: 11.1%; }
  .mobile-col-1-10 {
    width: 10%; }
  .mobile-col-1-11 {
    width: 9.09%; }
  .mobile-col-1-12 {
    width: 8.33%; }
  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%; }
  .mobile-col-10-12 {
    width: 83.333%; }
  .mobile-col-9-12 {
    width: 75%; }
  .mobile-col-5-12 {
    width: 41.66%; }
  .mobile-col-7-12 {
    width: 58.33%; }
  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0; } }

body {
  font-family: "PT Sans", "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
  color: #fff; }

.align-center {
  text-align: center;
  margin-bottom: 2em; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em; }

h1 {
  font-size: 2.1875em;
  line-height: 1.142857143;
  font-weight: normal; }

h2 {
  font-size: 1.75em;
  font-weight: normal; }

h3 {
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: normal; }

h4 {
  font-size: 1.25em;
  font-weight: normal; }

h5 {
  font-size: 1.125em; }

p {
  margin: 1.5em 0; }

a {
  text-decoration: none;
  transition-property: color;
  transition-timing-function: ease;
  transition-duration: 0.12s; }

.topbar {
  padding: 10px 0;
  background-color: #252c32; }
  .topbar .container {
    padding: 0; }

.topbar__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }

.topbar__list-item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5em;
  font-size: 0.875em;
  line-height: 1.428571429;
  letter-spacing: 0.02em;
  color: #fff; }
  .topbar__list-item em {
    font-style: normal;
    display: none; }
  @media only screen and (min-width: 480px) {
    .topbar__list-item {
      padding: 0 0.857142857em; }
      .topbar__list-item em {
        display: inline; } }

.saldo {
  margin-left: 0.5em;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum"; }
  .saldo--incoming {
    color: #28b463; }
  .saldo--outgoing {
    color: #e74c3c; }
  .saldo--status {
    display: inline-block;
    height: 24px;
    padding: 0 10px;
    border-radius: 3px;
    line-height: 24px;
    color: #eebe16;
    background-color: #252c32; }

.site-header {
  padding: 1em 0 2em;
  background-color: #eebe16; }
  .site-header .container {
    position: relative; }

.site-logo {
  clear: both;
  display: block;
  max-width: 236px;
  margin: 0 auto 20px; }
  .site-logo img {
    display: block; }
  @media only screen and (min-width: 600px) {
    .site-logo {
      clear: none;
      float: left;
      margin: 20px 0 0; } }
  @media only screen and (min-width: 1040px) {
    .site-logo {
      margin: 24px 0 0 -22px; } }

.header-user {
  float: right;
  margin-bottom: 2em; }

.user-nav {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 0 1em; }
  .user-nav__item {
    float: left;
    font-size: 0.875em;
    line-height: 1;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    color: #252c32; }
    .user-nav__item:first-child {
      border-right: 1px solid #252c32; }
    .user-nav__item:last-child {
      margin: 0;
      padding: 0; }
    .user-nav__item a {
      font-weight: 700;
      color: inherit;
      transition: 0.2s ease-in-out; }
      .user-nav__item a:hover {
        opacity: 0.8; }

.user-saldo {
  clear: both;
  float: right;
  list-style: none;
  padding: 0;
  margin: 0; }
  .user-saldo__item {
    float: left;
    font-size: 0.875em;
    line-height: 1.714285714;
    margin-right: 8px;
    color: #252c32; }
    .user-saldo__item:last-child {
      margin: 0; }

.nav-container {
  clear: both;
  text-align: center;
  padding: 0.625em 0 0; }
  @media only screen and (min-width: 600px) {
    .nav-container {
      padding: 2em 0 0; } }
  @media only screen and (min-width: 820px) {
    .nav-container {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 0; } }
  @media only screen and (min-width: 980px) {
    .nav-container {
      right: 10%; } }

.main-nav {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  clear: both; }
  @media only screen and (min-width: 490px) {
    .main-nav {
      clear: none;
      display: block; } }
  .main-nav__item {
    display: block;
    font-size: 16px;
    padding: 6px 0; }
    @media only screen and (min-width: 490px) {
      .main-nav__item {
        display: inline-block;
        padding: 0 8px; } }
    @media only screen and (min-width: 600px) {
      .main-nav__item {
        padding: 0 18px; } }
    .main-nav__item a {
      display: block;
      font-size: 0.9375em;
      line-height: 2;
      font-weight: 700;
      text-transform: uppercase;
      color: #252c32;
      transition: 0.12s ease; }
      .main-nav__item a:hover {
        opacity: 0.8; }

.site-footer {
  padding: 2em 0;
  background-color: #1a2127; }
  @media only screen and (min-width: 600px) {
    .site-footer {
      padding: 4.75em 0; } }

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 64px;
  text-align: center;
  font-size: 0; }
  .footer-nav__item {
    display: block;
    padding: 0 1em;
    font-size: 16px;
    line-height: 2; }
    @media only screen and (min-width: 600px) {
      .footer-nav__item {
        display: inline-block;
        vertical-align: middle; } }
    .footer-nav__item a {
      display: block;
      font-size: 1em;
      font-weight: 700;
      text-transform: uppercase;
      color: #373d43;
      transition: 0.12s ease; }
      .footer-nav__item a:hover {
        color: #464e56; }

.footer-graphic {
  max-width: 205px;
  margin: 0 auto 4em; }

.site-copyright {
  text-align: center;
  font-size: 0.8125em;
  color: #28333c; }

.kupac-podaci {
  margin-bottom: 2em;width: 50%;float: left; height:300px;}
  .kupac-podaci p {
    margin: 0;
    font-size: 0.875em;
    line-height: 1.714285714;
    color: #fff; }
  .kupac-podaci fieldset p {
    font-size: 1em;
    margin: 0 0 0.625em; }

.faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 5px;
  border-top: 1px solid #3c4c5a;
  border-bottom: 1px solid #3c4c5a; }

.faq__item {
  margin-bottom: 2px; }
  .faq__item:last-child {
    margin-bottom: 0; }

.faq__title {
  display: block;
  padding: 0.625em 1em;
  font-size: 1em;
  line-height: 1.25em;
  background-color: #3c4c5a;
  cursor: pointer;
  transition: background 0.12s ease; }
  .faq__title:hover {
    background-color: #435564; }

.faq__content {
  display: none;
  padding: 1em; }
  .faq__content p {
    font-size: 0.875em; }

.documents {
  margin: 2.5em 0; }
  .documents__list {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media only screen and (min-width: 600px) {
      .documents__list {
        padding: 0 0 0 4em; } }
  .documents__list_item {
    display: inline-block;
    margin-bottom: 0.625em; }
  .documents .icon-document {
    display: block;
    padding-left: 2em;
    color: #fff;
    font-size: 1em;
    line-height: 2em;
    background: url("../images/icon-document.png") no-repeat left center;
    transition-property: opacity; }
    .documents .icon-document:hover {
      opacity: 0.9; }

.partners__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0; }
  .partners__list li {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 16px;
    padding: 0 1em;
    border-right: 1px solid #3c4c5a;
    padding-bottom: 0.625em;
    border-bottom: 1px solid #3c4c5a; }
    .partners__list li:nth-child(2n+2) {
      border-right: none; }
    .partners__list li:last-child {
      border-right: none !important; }
    @media only screen and (min-width: 600px) {
      .partners__list li {
        width: 33.33%; }
        .partners__list li:nth-child(2n+2) {
          border-right: 1px solid #3c4c5a; }
        .partners__list li:nth-child(3n+3) {
          border-right: none; } }
    @media only screen and (min-width: 980px) {
      .partners__list li {
        width: 25%; }
        .partners__list li:nth-child(3n+3) {
          border-right: 1px solid #3c4c5a; }
        .partners__list li:nth-child(4n+4) {
          border-right: none; } }

.partners .partner__logo {
  display: table;
  width: 100%;
  height: 80px;
  vertical-align: middle;
  text-align: center; }
  .partners .partner__logo a {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.news__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.news__list-item {
  margin-bottom: 2em; }

.news__box {
  border-radius: 5px;
  border: 1px solid #3c4c5a;
  padding: 1em; }

.news__photo {
  width: 100%;
  margin-bottom: 1em; }
  @media only screen and (min-width: 600px) {
    .news__photo {
      float: left;
      width: 40%;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .news__photo {
      width: 30%; } }
  .news__photo .img-container {
    min-height: 168px; }
    .news__photo .img-container img {
      width: 100%; }

.news__content {
  width: 100%; }
  @media only screen and (min-width: 600px) {
    .news__content {
      float: left;
      width: 60%;
      padding-left: 1.25em; } }
  @media only screen and (min-width: 768px) {
    .news__content {
      width: 70%; } }
  .news__content p {
    font-size: 0.875em; }
  .news__content h4 {
    margin-top: 10px; }
    .news__content h4 a {
      color: inherit; }
      .news__content h4 a:hover {
        color: #6e889f; }

@media only screen and (min-width: 600px) {
  .article {
    padding-left: 4em; } }

.article__photo {
  margin: 0 0 1em; }
  @media only screen and (min-width: 600px) {
    .article__photo {
      float: left;
      width: 40%;
      margin: 0 1.25em 1em -4em; } }
  .article__photo .img-container {
    min-height: 0; }
    .article__photo .img-container img {
      width: 100%; }

.article__video {
  margin: 2.5em 0; }
  @media only screen and (min-width: 600px) {
    .article__video {
      padding-left: 4em; } }

.article p {
  line-height: 1.625; }

.video-container {
  overflow: hidden;
  max-width: 560px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.gallery {
  margin: 2.5em 0;
  padding: 0; }
  .gallery__list {
    margin: 0 -1%; }
    @media only screen and (min-width: 600px) {
      .gallery__list {
        padding: 0 4em; } }
  .gallery__item {
    position: relative;
    float: left;
    width: 49%;
    margin: 0 0.5% 1%; }
    @media only screen and (min-width: 520px) {
      .gallery__item {
        width: 32%; } }
    @media only screen and (min-width: 768px) {
      .gallery__item {
        width: 24%; } }
    .gallery__item:focus {
      outline: none; }
    .gallery__item:hover::after {
      opacity: 1; }
    .gallery__item::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4);
      background-image: url("../images/icon-magnify.png");
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0;
      transition: opacity 0.12s ease-in-out; }
    .gallery__item img {
      display: block; }

#map_container {
  position: relative;
  padding-top: 60%; }
  @media only screen and (min-width: 768px) {
    #map_container {
      padding-top: 40%; } }
  @media only screen and (min-width: 980px) {
    #map_container {
      padding-top: 30%; } }

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

.popup__header a {
  display: inline-block; }

.popup__header img {
  display: block;
  max-width: 118px; }

.popup__footer {
  margin-top: 1.5em;
  text-align: center; }
  .popup__footer a {
    display: inline-block; }

.js_toggleModal:focus {
  outline: none; }

.popup-content {
  position: relative;
  width: auto;
  max-width: 480px;
  padding: 25px;
  border-radius: 5px;
  margin: 30px auto;
  color: #1a1a1a;
  background-color: #fff; }

.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-from-top .mfp-content {
    vertical-align: top; }
  .mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px); }
  .mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s; }
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0); }
  .mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0; }
  .mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0; }

.package_box {
  margin: 0 0 2em; }
  @media only screen and (min-width: 767px) {
    .package_box {
      margin: 0; } }
  .package_box__label {
    display: block;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.12s ease-in-out; }
    .package_box__label:hover {
      color: #eebe16; }
      .package_box__label:hover .package_box__title {
        border-color: #eebe16; }
  .package_box__figure {
    display: table;
    width: 100%;
    margin: 0; }
  .package_box__img_wrap {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    text-align: center; }
  .package_box__title {
    display: block;
    padding: 5px;
    border-top: 2px solid #3c4c5a;
    text-align: center; }
    input[type="radio"]:checked + .package_box__label .package_box__title {
      border-color: #eebe16; }
  .package_box input[type="radio"]:checked + .package_box__label .package_box__title {
    color: #eebe16; }

fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1.25em; }
  fieldset p {
    margin: 0; }

::-webkit-input-placeholder {
  color: #999;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999;
  opacity: 1; }

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel] {
  width: 100%;
  max-width: 380px;
  padding: 10px 16px;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  line-height: 20px; }

input:focus,
textarea:focus,
select:focus {
  outline: none; }

input.hidden {
  display: none; }

textarea {
  width: 100%;
  padding: 10px 16px;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  line-height: 20px; }

.form a {
  color: #fff; }
  .form a.is_active, .form a:hover {
    color: #eebe16; }

.form--center {
  max-width: 380px;
  margin: 0 auto; }
  .form--center .btn {
    float: right; }

.form--contact {
  float: right;
  max-width: 380px; }
  .form--contact .btn {
    float: right; }

.form--register {
  max-width: 390px;
  margin: 0 auto; }
  @media only screen and (min-width: 767px) {
    .form--register {
      max-width: 780px; } }
  .form--register .btn {
    float: right; }

.form--filter {
  float: right; }
  .form--filter fieldset {
    margin: 0 0 1em 0; }
    @media only screen and (min-width: 520px) {
      .form--filter fieldset {
        float: right;
        margin: 0 1.25em 0 0; } }
    .form--filter fieldset:first-child {
      margin-right: 0; }

.form--payment {
  margin-bottom: 2.5em; }
  @media only screen and (min-width: 480px) {
    .form--payment {
      padding-left: 4em; } }
  .form--payment .radio__input:checked + .radio__label .radio__icon::after {
    background-color: #fff; }

.form--data {
  margin-bottom: 2em; }
  .form--data fieldset {
    margin: 0; }
  .form--data legend {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px; }
  .form--data .checkbox {
    padding: 10px 0;
    margin-bottom: 1em; }
  fieldset .form--data__box:last-child {
    margin-right: 0; }
  .form--data__box {
    margin-bottom: 20px; }
    .form--data__box .select-dropdown {
      width: 100%; }
    @media only screen and (min-width: 380px) {
      .form--data__box {
        float: left;
        margin-right: 20px; }
        .form--data__box input {
          max-width: 172px; }
        .form--data__box .select-dropdown {
          width: 172px; } }
  .form--data .btn {
    float: right; }

.form--package {
  margin: 0 0 2em; }
  .form--package .btn {
    cursor: default; }
    @media only screen and (min-width: 767px) {
      .form--package .btn {
        float: right;
        margin: 24px 0; } }
    .form--package .btn:hover {
      opacity: 1; }
    .form--package .btn:focus {
      outline: none; }

@media only screen and (min-width: 520px) {
  .form--deal-details .w50p {
    float: left;
    width: 50%; }
  .form--deal-details .w100p {
    clear: both;
    width: 100%; } }

.form--deal-details legend {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 1em; }

.form--deal-details .radio-group {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px; }
  .form--deal-details .radio-group .radio {
    margin-bottom: 1em; }

.form--deal-details .btn {
  float: right; }

.form--date {
  border-radius: 5px;
  padding: 1.25em;
  background-color: #3c4c5a; }
  .form--date fieldset:last-child {
    margin-bottom: 0; }
  .form--date label {
    display: block;
    margin-bottom: 10px; }
  .form--date .select-separator {
    display: block;
    max-width: 240px;
    margin-bottom: 10px;
    text-align: center; }
  @media only screen and (min-width: 420px) {
    .form--date .select-separator {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      margin-right: 10px; } }

.form--profile label {
  line-height: 40px; }

.form--profile fieldset:last-child {
  margin-bottom: 0; }

.form--profile .radio label {
  line-height: 20px; }

.form--profile .radio--inline {
  margin: 0 10px 0 0; }

@media only screen and (min-width: 420px) {
  .select-container .select-dropdown {
    display: inline-block;
    vertical-align: middle;
    width: auto; } }

@media only screen and (min-width: 767px) {
  .select-container {
    display: inline-block; } }

.select-container .select-dropdown {
  margin-bottom: 10px; }

.payway-info {
  font-size: 14px; }
  .payway-info__photo {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em 0 30px; }

.search-field {
  position: relative;
  width: 240px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff; }
  .search-field fieldset {
    float: right; }
  .search-field input[type=text] {
    padding-right: 52px; }
  .search-field .btn-search {
    float: right;
    width: 16.6666667%; }

.checkbox__input {
  display: none; }

.checkbox__input + .checkbox__label .checkbox__icon {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url("../images/icon-checked.png");
  background-repeat: no-repeat;
  background-position: 0 0; }

.checkbox__input:checked + .checkbox__label .checkbox__icon {
  background-position: 0 -50px; }

.checkbox__label {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px; }

.checkbox a {
  color: #eebe16; }

.pravni-podaci {
  display: none; }

.radio--inline {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  margin-left: 10px; }
  .form--register .radio--inline:first-child {
    margin-left: 0; }

.radio__input {
  display: none; }

.radio__input + .radio__label .radio__icon {
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #fff; }

.radio__input + .radio__label .radio__icon--invert {
  float: none;
  display: inline-block;
  vertical-align: middle;
  background-color: #252c32; }

.radio__input:checked + .radio__label .radio__icon::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #252c32; }

.radio__label {
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px; }

.radio__photo {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 1em; }
  .radio__photo img {
    display: inline-block;
    height: 26px; }
  .radio__photo--payway {
    margin-left: 30px; }

.radio a {
  color: #eebe16; }

.select-dropdown {
  position: relative;
  display: block;
  overflow: hidden;
  width: 240px;} 
  .dostava{
    width:350px;
  }


option:disabled {
  color: #999; }

select {
  /* Make sure the select is wider than the container so we can clip the arrow */
  width: 110%;
  max-width: 110%;
  min-width: 110%;
  /* Remove select styling */
  appearance: none;
  -webkit-appearance: none;
  /* Ugly Firefox way of doing it */
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: "";
  /* Magic font size number to prevent iOS text zoom */
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  font-weight: normal;
  background: none;
  border: none;
  color: #999;
  outline: none;
  /* Padding works surpringly well */
  padding: 0 62px 0 16px; }

/* This hides native dropdown button arrow in IE */
select::-ms-expand {
  display: none; }

/* Custom arrow - could be an image, SVG, icon font, etc. */
.select-dropdown:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 1;
  background: transparent url("../images/icon-caret-select.png") no-repeat center center;
  /* This hack makes the select behind the arrow clickable in some browsers */
  pointer-events: none; }

.form--filter .select-dropdown:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 1;
  background: url("../images/icon-caret-large.png") no-repeat center #3c4c5a;
  /* This hack makes the select behind the arrow clickable in some browsers */
  pointer-events: none; }

/* This hides focus around selected option in FF */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.select-button {
  border-radius: 5px;
  background: #fff; }

.btn {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  color: #252c32;
  background-color: #eebe16;
  cursor: pointer; }
  .btn::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0px;
    height: 0px; }
  .btn::after {
    content: '';
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 0px;
    height: 0px; }
  .btn--slider {
    font-size: 13px;
    line-height: 21px;
    font-weight: normal;
    color: #eebe16;
    background-color: #252c32;
    transition: opacity 0.12s ease; }
    .btn--slider:hover {
      opacity: 0.8; }
    .btn--slider::before {
      border-bottom: 12px solid #252c32;
      border-left: 12px solid #eebe16; }
    .btn--slider::after {
      border-top: 12px solid #252c32;
      border-right: 12px solid #eebe16; }
  .btn--submit {
    padding: 0 32px;
    border: none;
    background: url("../images/corner-top.png") no-repeat left top, url("../images/corner-bottom.png") no-repeat right bottom;
    background-color: #eebe16;
    transition: opacity 0.12s ease-in-out; }
    .btn--submit:hover {
      opacity: 0.9; }
  .btn--filter {
    padding: 0 32px;
    border-radius: 5px;
    border: none;
    font-size: 1em;
    transition: opacity 0.12s ease-in-out; }
    .btn--filter:hover {
      opacity: 0.9; }
    .btn--filter::before {
      border-bottom: 18px solid #eebe16;
      border-left: 18px solid #231f20; }
    .btn--filter::after {
      border-top: 18px solid #eebe16;
      border-right: 18px solid #231f20; }
  .btn--lside {
    min-width: 118px;
    transition: opacity 0.12s ease; }
    .btn--lside:hover {
      opacity: 0.9; }
    .btn--lside::before {
      border-bottom: 18px solid #eebe16;
      border-left: 18px solid #231f20; }
    .btn--lside::after {
      border-top: 18px solid #eebe16;
      border-right: 18px solid #231f20; }
    @media only screen and (min-width: 625px) {
      .btn--lside::after {
        border-right: 18px solid #252c32; } }
  .btn--rside {
    min-width: 118px;
    transition: opacity 0.12s ease; }
    .btn--rside:hover {
      opacity: 0.9; }
    .btn--rside::before {
      border-bottom: 18px solid #eebe16;
      border-left: 18px solid #231f20; }
    .btn--rside::after {
      border-top: 18px solid #eebe16;
      border-right: 18px solid #231f20; }
    @media only screen and (min-width: 625px) {
      .btn--rside::before {
        border-left: 18px solid #252c32; } }
  .btn--more-small {
    font-size: 13px;
    line-height: 24px;
    transition: opacity 0.9 ease; }
    .btn--more-small:hover {
      opacity: 0.9; }
    .btn--more-small::before {
      border-bottom: 14px solid #eebe16;
      border-left: 14px solid #3c4c5a; }
    .btn--more-small::after {
      border-top: 14px solid #eebe16;
      border-right: 14px solid #3c4c5a; }
  .btn--popup {
    font-size: 14px; }
    .btn--popup:hover {
      opacity: 0.9; }
    .btn--popup::before {
      border-bottom: 14px solid #eebe16;
      border-left: 14px solid #fff; }
    .btn--popup::after {
      border-top: 14px solid #eebe16;
      border-right: 14px solid #fff; }
  .btn--accept {
    padding: 0 32px;
    background-color: #28a75e;
    transition: opacity 0.9 ease-in-out; }
    .btn--accept:hover {
      opacity: 0.9; }
    .btn--accept::before {
      border-bottom: 14px solid #28a75e;
      border-left: 14px solid #252c32; }
    .btn--accept::after {
      border-top: 14px solid #28a75e;
      border-right: 14px solid #252c32; }
  .btn--reject {
    padding: 0 32px;
    background-color: #e74c3c;
    transition: opacity 0.9 ease-in-out; }
    .btn--reject:hover {
      opacity: 0.9; }
    .btn--reject::before {
      border-bottom: 18px solid #e74c3c;
      border-left: 18px solid #252c32; }
    .btn--reject::after {
      border-top: 18px solid #e74c3c;
      border-right: 18px solid #252c32; }
  .btn--details {
    padding: 0 32px;
    transition: opacity 0.12s ease; }
    .btn--details:hover {
      opacity: 0.9; }
  .btn--read-more {
    font-size: 0.875em;
    line-height: 24px;
    color: #252c32; }
    .btn--read-more::before {
      border-bottom: 10px solid #eebe16;
      border-left: 10px solid #252c32; }
    .btn--read-more::after {
      border-top: 10px solid #eebe16;
      border-right: 10px solid #252c32; }

.btn-container {
  margin: 2.5em 0 0; }
  .btn-container .btn {
    float: right;
    margin-bottom: 1em; }
  @media only screen and (min-width: 600px) {
    .btn-container .btn {
      margin-left: 1.25em; } }

.btn-saldo {
  display: inline-block;
  height: 24px;
  padding: 0 10px;
  border-radius: 3px;
  line-height: 24px;
  font-weight: 700;
  color: #eebe16;
  background-color: #252c32; }
  .btn-saldo:hover {
    background-color: #2c353c; }

.btn-toggle-menu {
  display: block;
  float: right;
  cursor: pointer; }
  @media only screen and (min-width: 490px) {
    .btn-toggle-menu {
      display: none; } }
  .btn-toggle-menu img {
    display: block; }

.btn-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #3c4c5a;
  background-image: url("../images/icon-search.png");
  background-repeat: no-repeat;
  background-position: center; }

.btn-pregled {
  display: block;
  max-width: 210px;
  padding: 0 32px 0 44px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  background: url("../images/icon-chart.png") no-repeat 10px center;
  background-color: #28a75e;
  transition: background 0.12 ease; }
  @media only screen and (min-width: 700px) {
    .btn-pregled {
      max-width: none;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 20px; } }
  .btn-pregled:hover {
    background-color: #2bb566; }

.btn-payment {
  padding: 0 20px;
  border-radius: 5px;
  font-size: 0.875em;
  line-height: 30px;
  font-weight: 700;
  color: #eebe16;
  background-color: #3c4c5a;
  transition: background 0.12 ease; }
  .btn-payment:hover {
    background-color: #435564; }

.btn-amount {
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  font-size: 0.875em;
  line-height: 40px;
  font-weight: 700;
  color: black;
  background-color: #bebfbf5c;
  cursor: default; 
}

.social-share {
  padding: 3.5em 0;
  text-align: center; }
  @media only screen and (min-width: 480px) {
    .social-share {
      padding: 6em 0; } }
  .social-share h2 {
    text-transform: uppercase;
    font-weight: 700; }

.share-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0; }
  .share-list__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 3px; }
    @media only screen and (min-width: 480px) {
      .share-list__item {
        margin: 0 7px; } }
  .share-list__link {
    display: block;
    overflow: hidden;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #373d42;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.12 ease-in-out; }
    .share-list__link:hover {
      opacity: 0.9; }
    @media only screen and (min-width: 640px) {
      .share-list__link {
        width: 112px;
        height: 112px; } }

.icon-facebook {
  background-image: url("../images/icon-facebook.png");
  background-size: 16px; }
  @media only screen and (min-width: 640px) {
    .icon-facebook {
      background-size: 33px; } }

.icon-twitter {
  background-image: url("../images/icon-twitter.png");
  background-size: 32px; }
  @media only screen and (min-width: 640px) {
    .icon-twitter {
      background-size: 68px; } }

.icon-googleplus {
  background-image: url("../images/icon-googleplus.png");
  background-size: 32px; }
  @media only screen and (min-width: 640px) {
    .icon-googleplus {
      background-size: 70px; } }

.icon-email {
  background-image: url("../images/icon-email.png");
  background-size: 32px; }
  @media only screen and (min-width: 640px) {
    .icon-email {
      background-size: 72px; } }

.social-login {
  margin: 6em 0 3em; }
  .social-login h3 {
    margin-bottom: 1.5em;
    text-align: center; }
    @media only screen and (min-width: 900px) {
      .social-login h3 {
        text-align: left; } }
  .social-login__list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .social-login__list li {
      display: inline-block;
      padding: 0 2em;
      margin: 0 0 1em; }
      @media only screen and (min-width: 900px) {
        .social-login__list li {
          float: left;
          padding: 0;
          margin: 0 6em 0 0; }
          .social-login__list li:last-child {
            margin-right: 0; } }
    .social-login__list a {
      display: table-cell;
      vertical-align: middle;
      height: 42px; }
    .social-login__list img {
      vertical-align: middle; }

.slider-container {
  padding: 1em 40px 2em;
  background-color: #eebe16; }
  .slider-container .container {
    padding: 0; }
  @media only screen and (min-width: 600px) {
    .slider-container {
      padding: 3em 50px; } }
  @media only screen and (min-width: 1100px) {
    .slider-container {
      padding: 3em 0 5em; }
      .slider-container .container {
        padding: 0 20px; } }

.home-slider {
  list-style: none;
  padding: 0;
  margin: 0; }

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
  margin: 0; }

.bx-wrapper .bx-loading {
  background-image: url("../images/slider-loader.gif"); }

.bx-wrapper .bx-controls-direction a {
  width: 16px;
  height: 30px;
  margin-top: -15px; }
  .bx-wrapper .bx-controls-direction a:hover, .bx-wrapper .bx-controls-direction a:focus {
    background-position: center center; }
  @media only screen and (min-width: 600px) {
    .bx-wrapper .bx-controls-direction a {
      width: 22px;
      height: 40px;
      margin-top: -20px; }
      .bx-wrapper .bx-controls-direction a.bx-next {
        top: 33%; } }
  @media only screen and (min-width: 1100px) {
    .bx-wrapper .bx-controls-direction a {
      width: 33px;
      height: 60px;
      margin-top: -30px; } }

.bx-wrapper .bx-prev {
  left: -30px;
  background: url("../images/arrow-slider-left.png") no-repeat center center transparent;
  background-size: contain; }
  @media only screen and (min-width: 600px) {
    .bx-wrapper .bx-prev {
      left: -40px; } }
  @media only screen and (min-width: 1200px) {
    .bx-wrapper .bx-prev {
      left: -110px; } }

.bx-wrapper .bx-next {
  right: -30px;
  background: url("../images/arrow-slider-right.png") no-repeat center center transparent;
  background-size: contain; }
  @media only screen and (min-width: 600px) {
    .bx-wrapper .bx-next {
      right: -40px; } }
  @media only screen and (min-width: 1200px) {
    .bx-wrapper .bx-next {
      right: 60px; } }

.slide {
  position: relative; }

.slide__content {
  display: block;
  margin-bottom: 1.25em; }
  .slide__content h1 {
    margin: 0;
    line-height: 1.111111111;
    font-weight: 700;
    text-transform: uppercase;
    color: #252c32; }
  .slide__content p {
    margin: 0 0 0.5em;
    line-height: 1.428571429;
    color: #252c32; }
  @media only screen and (min-width: 600px) {
    .slide__content {
      position: absolute;
      left: 30%;
      bottom: 0;
      z-index: 9;
      margin: 0; }
      .slide__content h1 {
        font-size: 1.5em; }
      .slide__content p {
        margin: 0 0 0.5em;
        font-size: 1em; } }
  @media only screen and (min-width: 767px) {
    .slide__content h1 {
      font-size: 2em; }
    .slide__content p {
      margin: 0 0 1em;
      font-size: 1em; } }
  @media only screen and (min-width: 940px) {
    .slide__content h1 {
      font-size: 2.8125em; }
    .slide__content p {
      font-size: 1.25em; } }

.profile-nav__container {
  margin: 0 0 1em; }
  @media only screen and (min-width: 840px) {
    .profile-nav__container {
      margin: 0 0 2em; } }
  @media only screen and (min-width: 980px) {
    .profile-nav__container {
      margin: 0 0 4.5em; } }
  .profile-nav__container .btn-toggle-menu {
    margin-bottom: 1em; }
    @media only screen and (min-width: 490px) {
      .profile-nav__container .btn-toggle-menu {
        display: block; } }
    @media only screen and (min-width: 840px) {
      .profile-nav__container .btn-toggle-menu {
        display: none; } }

.profile-nav {
  clear: both;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #3c4c5a; }
  @media only screen and (min-width: 840px) {
    .profile-nav {
      display: block; } }
  .profile-nav__item {
    position: relative; }
    @media only screen and (min-width: 840px) {
      .profile-nav__item {
        float: left;
        border-right: 1px solid #252c32; } }
    .profile-nav__item:first-child .profile-nav__link {
      border-top-left-radius: 5px; }
    .profile-nav__item:hover .dropdown {
      display: block; }
  .profile-nav__link {
    display: block;
    padding: 0.714285714em 2.285714286em;
    font-size: 0.875em;
    line-height: 1.571428571;
    color: #fff;
    transition: background 0.12s ease; }
    .profile-nav__link:hover, .profile-nav__link:focus, .profile-nav__link.active {
      background-color: #eebe16; }

.dropdown {
  display: none;
  list-style: none;
  padding: 1px 0 0;
  margin: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  @media only screen and (min-width: 840px) {
    .dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 9;
      overflow: hidden; } }
  .dropdown__item {
    border-bottom: 1px solid #252c32; }
  .dropdown__link {
    display: block;
    text-align: center;
    padding: 0.714285714em 0;
    font-size: 0.875em;
    line-height: 1.571428571;
    background-color: #fff;
    color: #252c32;
    transition: all 0.12s ease; }
    .dropdown__link:hover, .dropdown__link:focus {
      color: #fff;
      background-color: #eebe16; }

.toggle-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  display: block;
  width: 32px;
  height: 42px;
  cursor: pointer;
  background: url("../images/icon-caret.png") no-repeat center; }

.profile-header {
  margin: 0 0 2em; }
  .profile-header h1,
  .profile-header h2 {
    text-align: center; }

.profile-tabs {
  overflow: hidden;
  display: table;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 1.25em;
  border-radius: 5px;
  background-color: #3c4c5a; }
  .profile-tabs__item {
    position: relative;
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    color: #fff; }
    @media only screen and (min-width: 980px) {
      .profile-tabs__item {
        display: table-cell;
        padding: 10px 32px; }
        .profile-tabs__item::before {
          content: '';
          position: absolute;
          top: 0%;
          right: 0%;
          width: 0px;
          height: 0px; }
        .profile-tabs__item::after {
          content: '';
          position: absolute;
          bottom: 0%;
          right: 0%;
          width: 0px;
          height: 0px; } }
  .profile-tabs .item-dogovaranje {
    background-color: #28a75e; }
    .profile-tabs .item-dogovaranje::before {
      border-left: 21px solid #28a75e;
      border-top: 21px solid #ffc300; }
    .profile-tabs .item-dogovaranje::after {
      border-top: 21px solid #28a75e;
      border-right: 21px solid #ffc300; }
  .profile-tabs .item-uplata {
    background-color: #ffc300; }
    .profile-tabs .item-uplata::before {
      border-left: 21px solid #ffc300;
      border-top: 21px solid #ff5733; }
    .profile-tabs .item-uplata::after {
      border-top: 21px solid #ffc300;
      border-right: 21px solid #ff5733; }
  .profile-tabs .item-autoriziranje {
    background-color: #ff5733; }
    .profile-tabs .item-autoriziranje::before {
      border-left: 21px solid #ff5733;
      border-top: 21px solid #c70039; }
    .profile-tabs .item-autoriziranje::after {
      border-top: 21px solid #ff5733;
      border-right: 21px solid #c70039; }
  .profile-tabs .item-finalizacija {
    background-color: #c70039; }

.item-box {
  overflow: hidden;
  padding: 1em;
  border-radius: 5px;
  margin-bottom: 2em;
  background-color: #3c4c5a; }
  .item-box__photo .img-container {
    min-height: 0; }
    .item-box__photo .img-container img {
      width: 100%; }
  @media only screen and (min-width: 600px) {
    .item-box__photo {
      float: left;
      width: 30.8370044%; } }
  .item-box__content {
    position: relative; }
    @media only screen and (min-width: 600px) {
      .item-box__content {
        float: left;
        width: 69.1629956%;
        padding: 0 1em 0 1.25em; } }
  .item-box__header {
    position: relative;
    margin-bottom: 1em; }
    .item-box__header h2 {
      margin: 0;
      line-height: 1.214285714; }
      @media only screen and (min-width: 980px) {
        .item-box__header h2 {
          line-height: 1.5; } }
    .item-box__header .portal-logo {
      padding-top: 8px;
      margin: 1em 0; }
      @media only screen and (min-width: 600px) {
        .item-box__header .portal-logo {
          float: right;
          font-size: 1.375em;
          margin: 0; } }
  .item-box__cijena {
    font-size: 1.125em; }
    @media only screen and (min-width: 980px) {
      .item-box__cijena {
        font-size: 1.375em; } }
    .item-box__cijena strong {
      margin-left: 10px; }
  .item-box__cijena-status {
    margin: 0.625em 0 0; }
    .item-box__cijena-status span {
      display: inline-block; }
      .item-box__cijena-status span:first-child {
        margin-right: 20px; }
  .item-box .cijena-green {
    color: #28b463; }
  .item-box .cijena-red {
    color: #e74c3c; }
  .item-box__item_count {
    position: relative;
    padding: 0 152px 0 0;
    margin: 0 0 26px 0; }
    @media only screen and (min-width: 600px) {
      .item-box__item_count {
        margin-right: -1em; } }
    @media only screen and (min-width: 960px) {
      .item-box__item_count {
        float: right; } }
    .item-box__item_count label {
      display: block;
      line-height: 1;
      margin-bottom: 10px; }
    .item-box__item_count .select-dropdown {
      display: inline-block;
      vertical-align: middle;
      width: auto; }
      @media only screen and (min-width: 960px) {
        .item-box__item_count .select-dropdown {
          display: block; } }
    .item-box__item_count .btn {
      vertical-align: middle;
      margin: 0 0 0 1em; }
      @media only screen and (min-width: 960px) {
        .item-box__item_count .btn {
          margin: 0; } }
  .item-box__rating {
    margin: 1.25em 0; }
    .item-box__rating .rating {
      margin: 0; }
  .item-box__info {
    margin-bottom: 1.25em; }
    .item-box__info p {
      margin: 0;
      line-height: 1.75; }
  .item-box .date {
    margin-right: 20px; }
  .item-box__status {
    margin-bottom: 1.25em; }
    @media only screen and (min-width: 980px) {
      .item-box__status {
        margin-bottom: 0; } }
    .item-box__status p {
      display: inline-block;
      margin: 0; }
  @media only screen and (min-width: 980px) {
    .item-box .btn--details {
      position: absolute;
      right: 0;
      bottom: 0; }
      .item-box .btn--details.btn--save {
        top: 0;
        bottom: auto; } }
  .item-box--dogovaranje {
    background-color: #144863; }
    .item-box--dogovaranje .btn--details::before {
      border-bottom: 18px solid #eebe16;
      border-left: 18px solid #144863; }
    .item-box--dogovaranje .btn--details::after {
      border-top: 18px solid #eebe16;
      border-right: 18px solid #144863; }
  .item-box--uplata {
    background-color: #1d4459; }
    .item-box--uplata .btn--details::before {
      border-bottom: 18px solid #eebe16;
      border-left: 18px solid #1d4459; }
    .item-box--uplata .btn--details::after {
      border-top: 18px solid #eebe16;
      border-right: 18px solid #1d4459; }
  .item-box--autoriziranje {
    background-color: #133547; }
    .item-box--autoriziranje .btn--details::before {
      border-bottom: 18px solid #eebe16;
      border-left: 18px solid #133547; }
    .item-box--autoriziranje .btn--details::after {
      border-top: 18px solid #eebe16;
      border-right: 18px solid #133547; }
  .item-box--finalizacija {
    background-color: #0a2b3d; }
    .item-box--finalizacija .btn--details::before {
      border-bottom: 18px solid #eebe16;
      border-left: 18px solid #0a2b3d; }
    .item-box--finalizacija .btn--details::after {
      border-top: 18px solid #eebe16;
      border-right: 18px solid #0a2b3d; }

.status {
  font-weight: 700; }
  .status--dogovaranje {
    color: #28a75e; }
  .status--uplata {
    color: #ffc300; }
  .status--autoriziranje {
    color: #ff5733; }
  .status--finalizacija {
    color: #c70039; }

.img-container {
  min-height: 208px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #252c32; }
  .img-container img {
    display: block; }

.pagination {
  padding: 2.5em 0 0; }
  .pagination__list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0; }
  .pagination__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px; }
    .pagination__item--prev a {
      background: url("../images/pagination-prev.png") no-repeat center; }
    .pagination__item--next a {
      background: url("../images/pagination-next.png") no-repeat center; }
    .pagination__item a {
      display: block;
      text-align: center;
      width: 32px;
      height: 32px;
      border-radius: 5px;
      font-size: 14px;
      line-height: 33px;
      color: #fff;
      background-color: #3c4c5a;
      transition-property: opacity; }
      .pagination__item a:hover {
        opacity: 0.9; }

.table-container {
  clear: both;
  padding-top: 3em; }
  .table-container--inner {
    border-radius: 5px;
    border: 1px solid #252c32;
    border-top: none; }

.ponuda {
  width: 100%;
  border-collapse: collapse; }
  .ponuda tr th:last-child {
    border-right: none; }
  .ponuda th {
    height: 40px;
    text-align: center;
    font-weight: normal;
    border-right: 1px solid #3c4c5a;
    background-color: #252c32; }
  .ponuda td {
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #252c32; }
  .ponuda tr:last-child td {
    border-bottom: none; }
  .ponuda__ime {
    border-right: 1px solid #252c32; }
  .ponuda__status {
    background-color: #85a693; }
    .ponuda__status--positive {
      background-color: #00a648; }
  .ponuda__btn {
    padding: 0 5px;
    border-left: 1px solid #252c32; }
    @media only screen and (min-width: 600px) {
      .ponuda__btn {
        padding: 0; } }
  .ponuda .select-button {
    display: inline-block;
    vertical-align: middle;
    width: 94px;
    background: transparent; }
    .ponuda .select-button select {
      padding: 0 30px 0 10px;
      font-size: 16px;
      color: #fff; }
  .ponuda .select-dropdown:after {
    width: 30px;
    background-color: #252c32; }

@media only screen and (max-width: 760px) {
  .table-container--inner {
    border-top: 1px solid #252c32; }
  .ponuda {
    display: block; }
    .ponuda thead,
    .ponuda tbody,
    .ponuda th,
    .ponuda td,
    .ponuda tr {
      display: block; }
    .ponuda thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .ponuda th {
      display: none; }
    .ponuda td {
      height: auto;
      min-height: 40px;
      text-align: left;
      position: relative;
      line-height: 20px;
      padding: 10px 0 10px 40%; }
    .ponuda tr:last-child td {
      border-bottom: 1px solid #252c32; }
    .ponuda tr:last-child .ponuda__btn {
      border-bottom: none; }
    .ponuda td:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 40%;
      padding: 10px 10px 0 16px;
      white-space: nowrap;
      background-color: #3c4c5a; }
    .ponuda td:nth-of-type(1):before {
      content: "Ime Kupca"; }
    .ponuda td:nth-of-type(2):before {
      content: "Poštarina - slanje artikla"; }
    .ponuda td:nth-of-type(3):before {
      content: "Poštarina - povrat artikla"; }
    .ponuda td:nth-of-type(4):before {
      content: "Provizija - Midle"; }
    .ponuda td:nth-of-type(5):before {
      content: "Cijena"; }
    .ponuda td:nth-of-type(6):before {
      content: ""; }
    .ponuda .ponuda__ime {
      border-right: none; }
    .ponuda .ponuda__btn {
      border-left: none; } }

@media only screen and (max-width: 580px) {
  .ponuda td {
    padding-left: 50%; }
    .ponuda td:before {
      width: 50%; } }

@media only screen and (max-width: 480px) {
  .ponuda td {
    padding-left: 65%;
    font-size: 14px; }
    .ponuda td:before {
      width: 65%;
      padding: 10px 0 0 5px; } }

@media only screen and (max-width: 480px) {
  .ponuda td {
    font-size: 13px; } }

.table-racuni-container {
  overflow: hidden;
  border: 1px solid #3c4c5a;
  border-radius: 5px; }

.table-racuni {
  width: 100%;
  border-collapse: collapse; }
  .table-racuni tr th:last-child,
  .table-racuni tr td:last-child {
    border-right: none; }
  .table-racuni tr th:last-child {
    text-align: center; }
  .table-racuni th {
    height: 40px;
    padding: 0 10px;
    text-align: left;
    font-weight: normal;
    border-right: 1px solid #252c32;
    background-color: #3c4c5a; }
  .table-racuni td {
    height: 40px;
    padding: 0 10px;
    border-right: 1px solid #3c4c5a;
    border-bottom: 1px solid #3c4c5a; }
  .table-racuni tr:last-child td {
    border-bottom: none; }
  @media only screen and (max-width: 760px) {
    .table-racuni {
      display: block; }
      .table-racuni thead,
      .table-racuni tbody,
      .table-racuni th,
      .table-racuni td,
      .table-racuni tr {
        display: block; }
      .table-racuni thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        border-bottom: none; }
      .table-racuni th {
        display: none; }
      .table-racuni tr {
        border-bottom: 1px solid #252c32; }
        .table-racuni tr:last-child, .table-racuni tr:first-child {
          border-bottom: none; }
      .table-racuni td {
        height: auto;
        min-height: 40px;
        text-align: left;
        position: relative;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0 10px 53%; }
      .table-racuni tr:last-child td {
        border-bottom: 1px solid #3c4c5a; }
      .table-racuni tr td:last-child {
        border-right: 1px solid #3c4c5a; }
      .table-racuni .icon-print {
        width: 20px;
        height: 20px;
        background-size: contain;
        margin: 0; }
      .table-racuni td:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        padding: 10px 10px 0 10px;
        white-space: nowrap;
        background-color: #3c4c5a; }
      .table-racuni td:nth-of-type(1):before {
        content: "Datum računa"; }
      .table-racuni td:nth-of-type(2):before {
        content: "Broj računa"; }
      .table-racuni td:nth-of-type(3):before {
        content: "Plaćanje"; }
      .table-racuni td:nth-of-type(4):before {
        content: "Porezna osnovica"; }
      .table-racuni td:nth-of-type(5):before {
        content: "PDV"; }
      .table-racuni td:nth-of-type(6):before {
        content: "Ukupno"; }
      .table-racuni td:nth-of-type(7):before {
        content: "Ispis"; } }

.icon-print {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background: url("../images/icon-print.png") no-repeat center center; }

.profile-box {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #3c4c5a;
  margin-bottom: 1.25em; }
  .profile-box--center {
    max-width: 480px;
    margin: 0 auto 2em; }
  .profile-box__header, .profile-box__footer {
    padding: 10px 0;
    text-align: center;
    font-size: 1em;
    line-height: 1.25;
    background-color: #3c4c5a; }
  .profile-box .date-time {
    font-size: 0.75em;
    margin-bottom: 1.666666667em; }
  .profile-box__content {
    padding: 1.25em 1em; }
    .profile-box__content p {
      font-size: 0.875em;
      margin: 0 0 1em; }
  .profile-box .graphic-vault {
    padding: 3em 0;
    text-align: center; }
    .profile-box .graphic-vault img {
      max-width: 175px; }
  .profile-box .btn-container {
    margin-top: 1em; }
    .profile-box .btn-container .btn-payment {
      float: right; }
  @media only screen and (min-width: 940px) {
    .profile-box .box-1-2 {
      float: left;
      width: 50%; }
    .profile-box .box-2-3 {
      float: left;
      width: 66.66%; }
    .profile-box .box-1-3 {
      float: left;
      width: 33.33%; } }

.table-profile {
  width: 100%;
  border-collapse: collapse; }
  .table-profile td {
    display: block;
    padding: 10px 0; }
    @media only screen and (min-width: 940px) {
      .table-profile td {
        display: table-cell;
        padding-right: 10px; } }

.table-phones {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #3c4c5a;
  border-collapse: collapse;
  margin-bottom: 2.5em; }
  .table-phones td,
  .table-phones th {
    vertical-align: middle;
    line-height: 1.25;
    padding: 5px 10px;
    border-right: 1px solid #3c4c5a;
    border-bottom: 1px solid #3c4c5a; }
  .table-phones tr:last-child td {
    border-bottom: none; }
  .table-phones .checkbox {
    width: 20px;
    height: 20px;
    margin: 0 auto; }
    .table-phones .checkbox .checkbox__icon {
      margin: 0; }
  .table-phones a {
    display: block;
    text-align: center;
    color: #fff;
    transition-property: opacity; }
    .table-phones a:hover {
      opacity: 0.8; }

.icon-verified,
.icon-unverified {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center; }

.icon-verified {
  background-image: url("../images/icon-verified.png"); }

.icon-unverified {
  background-image: url("../images/icon-unverified.png"); }

.table-report {
  width: 100%;
  border-collapse: collapse; }
  .table-report td {
    padding: 5px 10px;
    font-size: 0.875em;
    line-height: 1.428571429;
    border-top: 1px solid #3c4c5a;
    border-bottom: 1px solid #3c4c5a; }
  .table-report tr td:last-child {
    text-align: right; }
  .table-report .saldo {
    font-weight: normal; }

.rating {
  margin: -1em 0 1.5em; }
  .rating__container {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0 4px;
    font-size: 0; }
  .rating__status {
    display: block;
    line-height: 30px; }
  .rating__label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }

.rating__input {
  float: right;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0 0 0 -16px;
  opacity: 0; }

.rating__container:hover .rating__star:hover,
.rating__container:hover .rating__star:hover ~ .rating__star,
.rating__input:checked ~ .rating__star {
  background-position: 0 0; }

.rating__star,
.rating__container:hover .rating__star {
  position: relative;
  float: right;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/star-rating.png") 0 -16px; }

.home-content {
  position: relative; }

.home-promo {
  margin-bottom: 5em; }

.bubble-container {
  position: relative;
  max-width: 585px;
  margin: 0 auto; }
  @media only screen and (min-width: 625px) {
    .bubble-container {
      display: block;
      min-height: 1240px;
      background: url("../images/bg-bubbles.png") no-repeat center; } }

.bubble-box {
  width: 260px;
  height: 260px;
  padding: 3.25em 2em 1.5em;
  border-radius: 50%;
  margin: 0 auto 40px;
  text-align: center;
  background-color: #fff; }
  .bubble-box--1 {
    padding: 3.5em 2em 1.5em; }
  @media only screen and (min-width: 625px) {
    .bubble-box {
      position: absolute;
      background-color: transparent; }
      .bubble-box--1 {
        top: 0;
        left: 0;
        width: 240px;
        height: 240px; }
      .bubble-box--2 {
        top: 152px;
        right: 0;
        width: 268px;
        height: 268px; }
      .bubble-box--3 {
        top: 672px;
        left: 71px;
        width: 250px;
        height: 250px; }
      .bubble-box--4 {
        top: 946px;
        right: 44px;
        width: 254px;
        height: 254px; } }
  .bubble-box h3 {
    margin: 0 0 10px;
    line-height: 1.076923077;
    text-transform: uppercase;
    color: #252c32; }
  .bubble-box p {
    margin: 0 0 5px;
    font-size: 1.125em;
    line-height: 1.166666667;
    color: #252c32; }
  .bubble-box a {
    font-weight: 700;
    color: #eebe16;
    transition: 0.12s ease; }
    .bubble-box a:hover {
      color: #f1cb45; }

.sbox {
  background-color: #231f20;
  margin-bottom: 5em; }
  @media only screen and (min-width: 625px) {
    .sbox {
      position: absolute; }
      .sbox--left {
        float: right; }
        .sbox--left .btn {
          right: -30px; }
      .sbox--right {
        float: left; }
        .sbox--right .btn {
          left: -30px; } }
  @media only screen and (min-width: 1160px) {
    .sbox--left {
      padding-left: 20.625%; }
    .sbox--right {
      padding-right: 20.625%; } }
  .sbox--left {
    top: 400px;
    left: 0;
    border-radius: 8px; }
    @media only screen and (min-width: 625px) {
      .sbox--left {
        border-radius: 0;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; } }
  .sbox--right {
    top: 620px;
    right: 0;
    border-radius: 8px; }
    @media only screen and (min-width: 625px) {
      .sbox--right {
        border-radius: 0;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px; } }
    @media only screen and (min-width: 767px) {
      .sbox--right {
        top: 570px; } }

.sbox__content {
  position: relative;
  padding: 1.625em 1.625em 140px;
  text-align: center; }
  @media only screen and (min-width: 625px) {
    .sbox__content {
      max-width: 300px;
      height: 258px;
      padding: 1.625em; }
      .sbox__content .btn {
        position: absolute;
        top: 154px;
        z-index: 9; } }
  .sbox__content h2 {
    font-size: 2.375em;
    line-height: 1.052631579;
    font-weight: 700;
    text-transform: uppercase; }
    .sbox__content h2 span {
      color: #eebe16; }

.sbox__graphic {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -46px;
  z-index: 8;
  text-align: center; }

.graphic-voila {
  max-width: 779px;
  margin: 0 auto; }

/*# sourceMappingURL=maps/style.css.map */

.error {
    background: #bf5811;
    color: #fff!important;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
    padding: 10px 15px;
    text-align: center;
}
.txt_error{border: 1px solid #ef5207 !important;}
.success {
    padding: 20px;
    background-color: #4CAF50;
    color: white;
    text-align: center;
    margin-bottom: 5px;
}
.danger {
    padding: 20px;
    background-color: #f44336;
    color: white;
    text-align: center;
    margin-bottom: 5px;
}
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}
.button-update{
  width:100%;
}
.success-pay{
    margin-bottom: 10px;
    margin-right: 20px;
}
::placeholder {
    color: gray;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: gray;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: gray;
}

.fast-view{
  margin-top: 20px;
}

.prodavatelj-podaci{
    margin-bottom: 2em; 
    width: 50%;
    float: left;
    height:260px;
}    
  .prodavatelj-podaci p {
    margin: 0;
    font-size: 0.875em;
    line-height: 1.714285714;
    color: #fff; }
  .prodavatelj-podaci fieldset p {
    font-size: 1em;
    margin: 0 0 0.625em; }

/* dalibor */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    color: black;
    width: 350px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.message-transakcija{
  margin-left: 50px;
}
.img-container .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -280%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555555f2;
    color: #eebe16;
    font-size: 14px;
    padding: 1px 16px;
    border: none;
    border-radius: 5px;
}
.img-container {
  position: relative;
  width: 100%;
}
.btn.delete{
  background-color: red;
  float: right;
  border-radius: 8px;
  position: absolute;
  top: 0px;
  right: 0px;
}