@charset "UTF-8";
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens Vars
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
/* Body */
/*barva ozadja celotne strani*/
/*barva glavnega teksta*/
/*barva naslovov*/
/*font*/
/*višina vrstice*/
/* font_sizes */
/*velikost osnovnega fonta*/
/**/
/*barva naslova h1*/
/*font naslova h1*/
/*velikost fonta naslova h1*/
/* Wrappers */
/*ozadje glave*/
/*barva tekstov v glavi*/
/*barva naslovov v glavi*/
/**/
/*ozadje bannerja*/
/**/
/*ozadje menija, kadar je meni pod glavo*/
/**/
/**/
/*ozadje vsebine strani*/
/*barva tekstov*/
/*barva naslovov*/
/**/
/*barva ozadja noge*/
/* barva tekstov v nogi*/
/*barva naslovo v nogi*/
/******************************************************************************/
/* Smartmenus                                                                 */
/******************************************************************************/
/* barva ozadja menija v pogledu računalnika*/
/*barva podmenija*/
/*barva posameznega gumba*/
/*barva podmenija drugi nivo*/
/*barva posameznega gumba drugega nivoja*/
/**/
/*barva teksta v meniju*/
/*barva teksta aktivnega gumba v meniju*/
/*velikost fonta v meniju*/
/*višina vrstice*/
/*barva teksta podmenija*/
/*barva teksta aktivnega gumba podmeni*/
/*velikost*/
/******************************************************************************/
/*ozadje mobilnega menija*/
/**/
/*barva teksta mobilni meni*/
/*barva aktivnega teksta*/
/******************************************************************************/
/* Grid                                                                       */
/******************************************************************************/
/*ozadje mreže*/
/*obroba mreže*/
/*barva ozadja imena artikla, naslov strani*/
/*barva teksta imena artikla, naslov strani*/
/* UI Tabs */
/*zavihek*/
/* Autocomplete */
/*vnos pošte pri registraciji*/
/* Input Fields */
/*vnosna polja*/
/*pošta*/
/******************************************************************************/
/* Buttons                                                                    */
/******************************************************************************/
/* Button Primary */
/* Button More */
/*gumb več v slikovnem meniju ali pri artiklu*/
/* Button More Second */
/*gumb več v slikovnem meniju ali pri artiklu*/
/* Button News Subscription */
/*prijava na novice*/
/* Button Search */
/*iskanje*/
/* Pageindex */
/*številke strani*/
/* Button One */
/* Button Two */
/* Button Three */
/* Button Four */
/* Button Five */
/* Button Six */
/******************************************************************************/
/* Ecommerce                                                                  */
/******************************************************************************/
/* Grid */
/*artikel*/
/******************************************************************************/
/* Responsive                                                                 */
/******************************************************************************/
/* Size xl                                                                    */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Size l                                                                     */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Size m                                                                     */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Size s                                                                     */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Size xs                                                                    */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Spaces                                                                     */
/******************************************************************************/
/******************************************************************************/
/* Partials                                                                   */
/******************************************************************************/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Common Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important; }

[contenteditable="true"]:focus {
  outline: none !important; }

*:focus {
  outline: none; }

/******************************************************************************/
/* Wrappers                                                                   */
/******************************************************************************/
#skel-layers-wrapper,
.homepage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-flow: column;
  /* Safari 6.1+ */
  flex-flow: column;
  height: 100%;
  min-height: 100vh;
  /* 1, 3 */
  /* 1, 3 */ }

#banner-wrapper,
#features-wrapper,
#footer-wrapper,
#header-wrapper {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  /* 2 */ }

#main-wrapper {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  /* 2 */
  padding: var(--space) var(--space) 0;
  width: 100%; }

#main-wrapper::after {
  content: '\00a0';
  /* &nbsp; */
  display: block;
  margin-top: var(--space);
  height: 0;
  visibility: hidden; }

@media (--break-lg) {
  #main-wrapper {
    padding-top: var(--space-lg); }
  #main-wrapper::after {
    margin-top: var(--space-lg); } }

#main-wrapper--full {
  padding: 0; }

#main-wrapper--full::after {
  content: none; }

/******************************************************************************/
.left {
  float: left !important; }

.left-content {
  text-align: left; }

.right {
  float: right !important; }

.right-content {
  text-align: right; }

.centered {
  display: inline-block;
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.centered-content {
  text-align: center; }

.middle {
  vertical-align: middle; }

.block {
  display: block; }

.left-top {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%); }

.center-top {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.right-top {
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.left-center {
  bottom: auto;
  left: 0;
  right: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.center-center {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(-50%, -50%); }

.right-center {
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.left-bottom {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.center-bottom {
  bottom: 0;
  left: 50%;
  right: auto;
  top: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.right-bottom {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

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

.striketrough {
  text-decoration: line-through; }

.alert {
  color: #FF0000 !important; }

.error {
  color: #FF0000 !important; }

/* div displayed as table */
.div-table {
  display: table; }

.div-inline-table {
  display: inline-table;
  margin-right: 10px; }

.div-table-caption-top {
  caption-side: top;
  display: table-caption; }

.div-table-caption-bottom {
  caption-side: bottom;
  display: table-caption; }

.div-table-row {
  display: table-row; }

.div-table-cell {
  display: table-cell; }

.div-inline-block {
  display: inline-block;
  vertical-align: top; }

ul.ul-listed-outside {
  list-style-position: outside;
  padding-left: 1.3em; }
  ul.ul-listed-outside.disc {
    list-style-type: disc; }
  ul.ul-listed-outside.circle {
    list-style-type: circle; }
  ul.ul-listed-outside.square {
    list-style-type: square; }

/*
* ArsLuna Web Pages
*
* Smartmenus Core CSS
* All Screens
* Common Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  position: relative;
  z-index: 9999; }

.sm,
.sm li,
.sm ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: transparent; }

.sm-rtl,
.sm-rtl li,
.sm-rtl ul {
  direction: rtl;
  text-align: right; }

.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0; }

.sm ul {
  display: none; }

.sm a,
.sm li {
  position: relative; }

.sm a {
  display: block; }

.sm a.disabled {
  cursor: not-allowed; }

.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.sm,
.sm *,
.sm *:after,
.sm *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Template Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
/* Basic                                                                      */
/******************************************************************************/
#arsluna_pagecontent_edit_area,
body {
  background: #FFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #222;
  font-family: "Ubuntu", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5em;
  text-align: justify; }
  #arsluna_pagecontent_edit_area.fixed-nav,
  body.fixed-nav {
    padding-top: 80px; }

#arsluna_pagecontent_edit_area.homepage,
#skel-layers-wrapper,
.homepage {
  background: #FFF;
  background-position: top center;
  background-size: cover; }

#cart-print,
#cart-print #skel-layers-wrapper {
  background: #fff none !important; }

/******************************************************************************/
/* Container                                                                  */
/******************************************************************************/
.container {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .container.full {
    width: 100%; }

/******************************************************************************/
/* Default texts                                                              */
/******************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
  margin: 0.5em 0; }

h1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 48px; }

h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 40px; }

h3 {
  font-family: "Ubuntu", sans-serif;
  font-size: 36px; }

h4 {
  font-family: "Ubuntu", sans-serif;
  font-size: 28px;
  margin-bottom: 0;
  text-align: left;
  white-space: nowrap; }
  h4:after {
    content: '';
    width: 100%;
    border-bottom: solid 2px #EBEBEB;
    display: inline-block;
    margin-left: 20px;
    margin-right: -100%;
    vertical-align: middle;
    white-space: nowrap; }

h5 {
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  text-align: left; }

h6 {
  font-family: #222;
  font-size: 20px;
  text-align: left; }

h1 a,
h1 a:hover,
h1 a:visited,
h2 a,
h2 a:hover,
h2 a:visited,
h3 a,
h3 a:hover,
h3 a:visited,
h4 a,
h4 a:hover,
h4 a:visited,
h5 a,
h5 a:hover,
h5 a:visited,
h6 a,
h6 a:hover,
h6 a:visited {
  color: inherit;
  text-decoration: none; }

p {
  font-size: 14px;
  line-height: 1.5em; }

a,
a:hover a:visited {
  color: inherit;
  text-decoration: none; }

b,
strong {
  font-weight: bold; }

em,
i {
  font-style: italic; }

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em; }

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em; }

/******************************************************************************/
/* Wrappers                                                                   */
/******************************************************************************/
#header-wrapper {
  background: transparent;
  border-bottom: 0 none;
  color: #FFF;
  position: relative;
  z-index: 4; }
  #header-wrapper .container {
    padding: 0; }
  #header-wrapper h1,
  #header-wrapper h2,
  #header-wrapper h3,
  #header-wrapper h4,
  #header-wrapper h5,
  #header-wrapper h6 {
    color: #FFF; }

#banner-wrapper {
  background: transparent;
  color: #FFF;
  position: relative; }
  #banner-wrapper .container {
    padding: 0; }
  #banner-wrapper h1,
  #banner-wrapper h2,
  #banner-wrapper h3,
  #banner-wrapper h4,
  #banner-wrapper h5,
  #banner-wrapper h6 {
    color: #FFF; }

#nav-wrapper {
  background: #F5F5F5;
  color: #FFF;
  position: relative; }
  #nav-wrapper .container {
    height: 80px;
    overflow: visible;
    padding: 0; }
  #nav-wrapper h1,
  #nav-wrapper h2,
  #nav-wrapper h3,
  #nav-wrapper h4,
  #nav-wrapper h5,
  #nav-wrapper h6 {
    color: #FFF; }

.fixed-nav #nav-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5; }

#features-wrapper {
  background: transparent;
  color: inherit;
  display: none;
  position: relative; }
  #features-wrapper .container {
    padding: 0; }

#main-wrapper {
  background: transparent;
  color: inherit;
  overflow: hidden;
  padding-top: 17px;
  position: relative; }
  #main-wrapper .container {
    padding: 17px 0; }
  #main-wrapper h1,
  #main-wrapper h2,
  #main-wrapper h3,
  #main-wrapper h4,
  #main-wrapper h5,
  #main-wrapper h6 {
    color: #000; }

#footer-wrapper {
  background: #222;
  color: #FFF;
  position: relative; }
  #footer-wrapper .container {
    padding: 4% 0 0; }
  #footer-wrapper h1,
  #footer-wrapper h2,
  #footer-wrapper h3,
  #footer-wrapper h4,
  #footer-wrapper h5,
  #footer-wrapper h6 {
    color: #FFF; }

dl,
ol,
p,
table,
ul {
  margin-bottom: 0.5em; }

ol,
ul {
  list-style-position: inside; }

ol {
  list-style-type: decimal; }

hr {
  border: 0;
  border-top: solid 1px #ddd; }

blockquote {
  border-left: solid 0.5em #ddd;
  font-style: italic;
  padding: 1em 0 1em 2em; }

br.clear {
  clear: both; }

/* Sections/Articles */
article,
section {
  margin-bottom: 0.5em;
  overflow: hidden; }

article > :last-child,
section > :last-child {
  margin-bottom: 0; }

.float-left {
  float: left; }

.float-right {
  float: right; }

/* Images */
img {
  line-height: 0;
  vertical-align: middle; }
  img.scale-with-grid {
    height: auto;
    max-width: 100%;
    outline: 0; }

.arsluna-image-wrapper {
  display: block; }
  .arsluna-image-wrapper.image-full img {
    display: block;
    width: 100%; }
  .arsluna-image-wrapper.image-left {
    text-align: left; }
  .arsluna-image-wrapper.image-center {
    text-align: center; }
    .arsluna-image-wrapper.image-center img {
      margin: 0 auto;
      width: auto; }
  .arsluna-image-wrapper.image-right {
    text-align: right; }
  .arsluna-image-wrapper img {
    display: block;
    width: auto; }

.arsluna-button-wrapper {
  display: block; }
  .arsluna-button-wrapper.button-left {
    text-align: left; }
  .arsluna-button-wrapper.button-center {
    text-align: center; }
  .arsluna-button-wrapper.button-right {
    text-align: right; }

.slika {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 0;
  text-align: center; }

.slikamidleft {
  float: left;
  margin: 0;
  padding: 5px 10px 5px 0;
  position: relative; }

.slikamidright {
  float: right;
  margin: 0;
  padding: 5px 0 5px 10px;
  position: relative; }

.slikatablecentered {
  margin: 0 auto; }

.page-type-foto-image-link {
  cursor: url("images/zoomin.png"), auto; }

.photo-mid-image-link-block {
  cursor: url("images/zoomin.png"), auto;
  display: block;
  text-align: center; }

.photo-mid-image-link-left {
  cursor: url("images/zoomin.png"), auto;
  float: left;
  overflow: hidden;
  padding-right: 0.5em;
  max-width: 50%; }

.photo-mid-image-link-right {
  cursor: url("images/zoomin.png"), auto;
  float: right;
  overflow: hidden;
  padding-left: 0.5em;
  max-width: 50%; }

/******************************************************************************/
/* UI Tabs                                                                    */
/******************************************************************************/
.ui-tabs {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none 0 !important;
  width: 100%; }
  .ui-tabs .ui-widget-content {
    background: transparent none;
    border: 0 none; }
  .ui-tabs .ui-tabs-nav {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none 0; }
    .ui-tabs .ui-tabs-nav > li {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      margin: 0;
      padding: 0;
      width: 33.33333%; }
      .ui-tabs .ui-tabs-nav > li .ui-tabs-anchor {
        float: none;
        padding: 9px 12%; }
      .ui-tabs .ui-tabs-nav > li a {
        display: block;
        float: none;
        font-size: 18px;
        height: 80px;
        line-height: 62px;
        text-align: center; }
      .ui-tabs .ui-tabs-nav > li:first-child a {
        text-align: left; }
      .ui-tabs .ui-tabs-nav > li:last-child a {
        text-align: right; }
      .ui-tabs .ui-tabs-nav > li.ui-state-default {
        background: #F5F5F5;
        border: 1px solid #AAA;
        color: #222; }
        .ui-tabs .ui-tabs-nav > li.ui-state-default a,
        .ui-tabs .ui-tabs-nav > li.ui-state-default a:link {
          color: #222 !important;
          font-weight: normal; }
        .ui-tabs .ui-tabs-nav > li.ui-state-default:hover {
          background: #FFF;
          border: 1px solid #AAA;
          color: #222;
          font-weight: normal; }
      .ui-tabs .ui-tabs-nav > li.ui-state-active {
        background: #FFF;
        border: 1px solid #AAA;
        color: #222;
        padding: 0; }
        .ui-tabs .ui-tabs-nav > li.ui-state-active a,
        .ui-tabs .ui-tabs-nav > li.ui-state-active a:link {
          color: #222 !important;
          font-weight: normal; }
      .ui-tabs .ui-tabs-nav > li.ui-state-focus a:link {
        color: #222 !important;
        font-weight: normal; }
  .ui-tabs .ui-tabs-panel {
    padding: 1% 0; }

/******************************************************************************/
/* Autocomplete                                                               */
/******************************************************************************/
.ui-autocomplete {
  background: #FFF;
  border: 1px solid #222; }
  .ui-autocomplete > li {
    color: #222; }
  .ui-autocomplete > li.ui-state-focus {
    background: #222;
    background: -moz-linear-gradient(#222 0%, #222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #222));
    background: -webkit-linear-gradient(#222 0%, #222 100%);
    background: linear-gradient(#222 0%, #222 100%);
    color: #FFF; }

/******************************************************************************/
/* Partials                                                                   */
/******************************************************************************/
/* Smartmenus *****/
/*
* ArsLuna Web Pages
*
* Smartmenus CSS
* All Screens
* Common Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
.sm-blue {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  max-width: 100%;
  position: relative; }

.sm-blue a {
  color: #222;
  display: block;
  overflow: hidden; }

.sm-blue a,
.sm-blue a:active,
.sm-blue a:focus,
.sm-blue a:hover {
  padding: 10px 20px;
  color: #222;
  font-size: 18px;
  font-weight: normal;
  line-height: 60px;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out; }

.sm-blue a.current {
  color: #AAA; }

.sm-blue a.disabled {
  color: #a1d1e8; }

/* Sub Arrow for Mobile menu */
.sm-blue a span.sub-arrow {
  background: rgba(0, 0, 0, 0.05);
  bottom: auto;
  font-size: 0;
  height: 40px;
  line-height: 40px;
  left: auto;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  padding: 0;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  width: 40px; }
  .sm-blue a span.sub-arrow:before {
    color: #222;
    display: block;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    width: 40px; }

.sm-blue a.highlighted span.sub-arrow:before {
  color: #AAA;
  display: block;
  content: "\f106";
  font-family: FontAwesome;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 40px; }

/* Leva manijska opcija - zaokroževanje */
.sm-blue > li:first-child > :not(ul) a,
.sm-blue > li:first-child > a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }

/* Desna manijska opcija - zaokroževanje */
.sm-blue > li:last-child > *:not(ul) a,
.sm-blue > li:last-child > a,
.sm-blue > li:last-child > ul,
.sm-blue > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-blue > li:last-child > ul > li:last-child > a,
.sm-blue > li:last-child > ul > li:last-child > ul,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }

.sm-blue > li:last-child > *:not(ul) a.highlighted,
.sm-blue > li:last-child > a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.sm-blue ul {
  background: #F5F5F5; }

.sm-blue ul ul {
  background: #F5F5F5; }

.sm-blue ul a,
.sm-blue ul a:active,
.sm-blue ul a:focus,
.sm-blue ul a:hover {
  background: transparent;
  color: #222;
  font-size: 24px;
  text-shadow: none; }

.sm-blue ul a:active,
.sm-blue ul a:focus,
.sm-blue ul a:hover {
  color: #AAA; }

.sm-blue ul a.current {
  /*
    background: #006892;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
    background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
    background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
    background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    */
  color: #AAA; }

.sm-blue ul a.disabled {
  color: #b3b3b3; }

.sm-blue ul ul a,
.sm-blue ul ul a:active,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:hover {
  border-left: 16px solid transparent; }

.sm-blue ul ul ul a,
.sm-blue ul ul ul a:active,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:hover {
  border-left: 24px solid transparent; }

.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:active,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:hover {
  border-left: 32px solid transparent; }

.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:active,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:hover {
  border-left: 40px solid transparent; }

.sm-blue ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.sm-blue ul li:first-child {
  border-top: 0; }

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

@media (min-width: 992px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  .sm {
    position: relative;
    z-index: 9999; }
  /* start... (it's not recommended editing these rules) */
  .sm-blue ul {
    position: absolute;
    width: 12em; }
  .sm-blue li {
    float: left; }
  .sm-blue.sm-rtl li {
    float: right; }
  .sm-blue ul li,
  .sm-blue.sm-rtl ul li,
  .sm-blue.sm-vertical li {
    float: none; }
  .sm-blue a {
    white-space: nowrap; }
  .sm-blue ul a,
  .sm-blue.sm-vertical a {
    white-space: normal; }
  .sm-blue .sm-nowrap > li > :not(ul) a,
  .sm-blue .sm-nowrap > li > a {
    white-space: nowrap; }
  /* ...end */
  .sm-blue {
    background: transparent; }
  .sm-blue a,
  .sm-blue a.highlighted,
  .sm-blue a:active,
  .sm-blue a:focus,
  .sm-blue a:hover {
    background: transparent;
    color: #222;
    padding: 10px 50px;
    color: #222; }
  .sm-blue a.highlighted,
  .sm-blue a:active,
  .sm-blue a:focus,
  .sm-blue a:hover,
  .sm-blue li.active a {
    color: #AAA; }
  .sm-blue a.current {
    color: #AAA; }
  .sm-blue a.disabled {
    background: #3092c0;
    color: #a1d1e8; }
  /* Sub Arrow for desktop Menu*/
  .sm-blue a span.sub-arrow {
    background: transparent;
    border: 0;
    height: 0;
    left: auto;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0; }
  .sm-blue a.has-submenu .menuitem-text-main:after,
  .sm-blue a.has-submenu.highlighted .menuitem-text-main:after,
  .sm-blue a.has-submenu:active .menuitem-text-main:after,
  .sm-blue a.has-submenu:focus .menuitem-text-main:after,
  .sm-blue a.has-submenu:hover .menuitem-text-main:after {
    color: #222;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding-left: 10px; }
  .sm-blue a.has-submenu.highlighted .menuitem-text-main:after,
  .sm-blue a.has-submenu:active .menuitem-text-main:after,
  .sm-blue a.has-submenu:focus .menuitem-text-main:after,
  .sm-blue a.has-submenu:hover .menuitem-text-main:after {
    color: #AAA; }
  .sm-blue a.highlighted span.sub-arrow:before {
    display: none; }
  .sm-blue > li.active a span.sub-arrow,
  .sm-blue a.highlighted span.sub-arrow,
  .sm-blue a:active span.sub-arrow,
  .sm-blue a:focus span.sub-arrow,
  .sm-blue a:hover span.sub-arrow {
    color: #AAA; }
  .sm-blue > li:first-child > :not(ul) a,
  .sm-blue > li:first-child > a {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0; }
  .sm-blue > li:last-child > :not(ul) a,
  .sm-blue > li:last-child > a {
    -webkit-border-radius: 0 0 0 0 !important;
    -moz-border-radius: 0 0 0 0 !important;
    -ms-border-radius: 0 0 0 0 !important;
    -o-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important; }
  .sm-blue > li {
    border-left: 0; }
  .sm-blue > li:first-child {
    border-left: 0; }
  .sm-blue ul {
    border: 1px solid #a8a8a8;
    padding: 7px 0;
    background: #F5F5F5;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2); }
  .sm-blue ul ul {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: white; }
  .sm-blue ul a,
  .sm-blue ul a.highlighted,
  .sm-blue ul a:active,
  .sm-blue ul a:focus,
  .sm-blue ul a:hover,
  .sm-blue ul li.active > a {
    border: 0 !important;
    padding: 9px 23px;
    background: transparent;
    color: #222 !important;
    font-size: 14px;
    line-height: 1.5em;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
    .sm-blue ul a .menuitem-text-main:before,
    .sm-blue ul a.highlighted .menuitem-text-main:before,
    .sm-blue ul a:active .menuitem-text-main:before,
    .sm-blue ul a:focus .menuitem-text-main:before,
    .sm-blue ul a:hover .menuitem-text-main:before,
    .sm-blue ul li.active > a .menuitem-text-main:before {
      color: #222;
      content: "\f105";
      font-family: FontAwesome;
      font-size: 14px;
      line-height: 1.5em;
      padding-right: 5px;
      -webkit-transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      -ms-transition: color 0.25s ease-in-out;
      -o-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
  .sm-blue ul a.highlighted,
  .sm-blue ul a:active,
  .sm-blue ul a:focus,
  .sm-blue ul a:hover {
    color: #AAA !important; }
    .sm-blue ul a.highlighted .menuitem-text-main:before,
    .sm-blue ul a:active .menuitem-text-main:before,
    .sm-blue ul a:focus .menuitem-text-main:before,
    .sm-blue ul a:hover .menuitem-text-main:before {
      color: #AAA; }
  .sm-blue ul a.current {
    background: rgba(255, 255, 255, 0.5);
    color: #AAA !important; }
  .sm-blue ul a.disabled {
    background: white;
    color: #b3b3b3; }
  .sm-blue ul a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8; }
  .sm-blue ul li {
    border: 0; }
  .sm-blue span.scroll-down,
  .sm-blue span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px; }
  .sm-blue span.scroll-down-arrow,
  .sm-blue span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #2b82ac transparent; }
  .sm-blue span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #AAA transparent transparent transparent; }
  .sm-blue.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent; }
  .sm-blue.sm-rtl > li:first-child > :not(ul) a,
  .sm-blue.sm-rtl > li:first-child > a {
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0; }
  .sm-blue.sm-rtl > li:last-child > :not(ul) a,
  .sm-blue.sm-rtl > li:last-child > a {
    -webkit-border-radius: 8px 0 0 8px !important;
    -moz-border-radius: 8px 0 0 8px !important;
    -ms-border-radius: 8px 0 0 8px !important;
    -o-border-radius: 8px 0 0 8px !important;
    border-radius: 8px 0 0 8px !important; }
  .sm-blue.sm-rtl > li:first-child {
    border-left: 1px solid #2b82ac; }
  .sm-blue.sm-rtl > li:last-child {
    border-left: 0; }
  .sm-blue.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent; }
  .sm-blue.sm-vertical {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
  .sm-blue.sm-vertical a {
    padding: 9px 23px; }
  .sm-blue.sm-vertical a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8; }
  .sm-blue.sm-vertical > li:first-child > :not(ul) a,
  .sm-blue.sm-vertical > li:first-child > a {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0; }
  .sm-blue.sm-vertical > li:last-child > :not(ul) a,
  .sm-blue.sm-vertical > li:last-child > a {
    -webkit-border-radius: 0 0 8px 8px !important;
    -moz-border-radius: 0 0 8px 8px !important;
    -ms-border-radius: 0 0 8px 8px !important;
    -o-border-radius: 0 0 8px 8px !important;
    border-radius: 0 0 8px 8px !important; }
  .sm-blue.sm-vertical > li {
    border-left: 0 !important; }
  .sm-blue.sm-vertical ul {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important; }
  .sm-blue.sm-vertical ul a {
    padding: 9px 23px; }
  /* Mobile Button **************************************************************/
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    text-align: center;
    top: -99999px; }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block; }
  .sm-blue .menuitem-image,
  .sm-blue .menuitem-text {
    display: inline-block;
    float: left; } }

/* Mega menus */
/* make mega menus take the full width of .main-nav */
.sm,
.sm > .has-mega-menu {
  position: static !important; }

#main-menu .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important; }

#main-menu > .has-mega-menu .scroll-down,
#main-menu > .has-mega-menu .scroll-up {
  margin-left: 0 !important; }

/* clear any floats inside the mega menus */
#main-menu .mega-menu > li {
  overflow: auto; }

/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */
#main-menu .mega-menu {
  color: #222; }

#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0;
  border: 0;
  padding: 5px;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#main-menu .mega-menu ul li {
  display: block;
  list-style-type: none;
  border: 0; }

#main-menu .mega-menu a {
  background: transparent;
  border: 0;
  color: inherit;
  display: block;
  padding: 9px 23px;
  text-decoration: none; }

#main-menu .mega-menu .mega-menu-item a:active,
#main-menu .mega-menu .mega-menu-item a:focus,
#main-menu .mega-menu .mega-menu-item a:hover,
#main-menu .mega-menu .mega-menu-item.active a,
#main-menu .mega-menu li > a:active,
#main-menu .mega-menu li > a:focus,
#main-menu .mega-menu li > a:hover,
#main-menu .mega-menu li.active > a {
  /* background: rgba(102, 102, 102, 0.1); */
  /*
    background: -moz-linear-gradient(#fff 0%, #fff 100%);
    background: -o-linear-gradient(#fff 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(#fff 0%, #fff 100%);
    background: linear-gradient(#fff 0%, #fff 100%);
    */
  color: #AAA; }

#main-menu .mega-menu .mega-menu-item {
  border: 1px solid #777;
  padding: 5px; }
  #main-menu .mega-menu .mega-menu-item h2 {
    margin-bottom: 0.25em; }
  #main-menu .mega-menu .mega-menu-item p {
    color: #777;
    font-size: 14px; }
  #main-menu .mega-menu .mega-menu-item .mega-menu-text {
    padding: 5px 23px; }

#main-menu .mega-menu ul ul {
  padding-left: 20px; }
  #main-menu .mega-menu ul ul li a {
    color: #777;
    font-size: 16px;
    padding-left: 20px; }

/* simple columns inside the mega menus */
#main-menu .mega-menu .column-1-2,
#main-menu .mega-menu .column-1-3,
#main-menu .mega-menu .column-1-4 {
  padding: 0 20px; }

@media (min-width: 992px) {
  #main-menu .mega-menu .column-1-2 {
    float: left;
    width: 50%; }
  #main-menu .mega-menu .column-1-3 {
    float: left;
    width: 33.33%; }
  #main-menu .mega-menu .column-1-4 {
    float: left;
    width: 25%; } }

/* Sample image placeholder */
.mega-menu-sample-image {
  margin: 0.83em 0;
  border: 1px solid;
  height: 80px;
  line-height: 80px;
  text-align: center; }

/* Nav ************/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Template Partial
* Navigation Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
#main-nav {
  display: block;
  margin-top: 0;
  overflow: visible;
  text-align: center; }

/******************************************************************************/
/* Menu 001                                                                   */
/******************************************************************************/
.menu-001 {
  padding: 0 10px 0 0;
  /*
 > ul > li > a:before {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

 > ul > li > a:before {
    left: 0;
    top: 8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

 > ul > li > a:after {
    left: 0;
    top: 8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

 > ul > li > a:before {
    border-color: transparent;
    border-left-color: transparent;
    border-width: 10px;
    margin-left: -10px;
}

 > ul > li:hover > a:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
}
*/ }
  .menu-001 > ul > li {
    border-bottom: solid 1px transparent; }
    .menu-001 > ul > li.first {
      border-top: solid 1px transparent; }
    .menu-001 > ul > li > a {
      color: #fff;
      display: block;
      font-size: 16px;
      height: 2em;
      line-height: 2em;
      padding-left: 10px;
      position: relative;
      text-decoration: none;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .menu-001 > ul > li:hover {
      border-bottom: solid 1px transparent; }
      .menu-001 > ul > li:hover a {
        color: #AAAAAA; }

/* END Menu 001 */
/* Forms **********/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Template Partial
* Forms Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
input:required {
  box-shadow: none; }

input[type=email],
input[type=number],
input[type=password],
input[type=select],
input[type=tel],
input[type=text],
textarea {
  background: #FFF;
  border: 1px solid #AAA;
  box-shadow: 0 0 5px #FFF inset;
  color: #AAA;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px; }
  input[type=email]:required:after,
  input[type=number]:required:after,
  input[type=password]:required:after,
  input[type=select]:required:after,
  input[type=tel]:required:after,
  input[type=text]:required:after,
  textarea:required:after {
    content: "*";
    display: block;
    position: absolute;
    right: -5px;
    top: 0; }

input[type=email],
input[type=number],
input[type=password],
input[type=select],
input[type=tel],
input[type=text] {
  line-height: 2.5em;
  height: 2.5em; }

form label {
  display: inline-block;
  margin: 0 auto;
  text-align: left; }

form .formerize-placeholder {
  color: #AAA !important; }

form::-webkit-input-placeholder {
  color: #AAA !important; }

form:-moz-placeholder {
  color: #AAA !important; }

form::-o-placeholder {
  color: #AAA !important; }

form:-ms-input-placeholder {
  color: #AAA !important; }

form::-moz-focus-inner {
  border: 0; }

.form-group {
  display: block;
  overflow: hidden; }
  .form-group .form-input-wrapper {
    padding: 5px; }

.form-group .info,
.form-group .label,
.form-group label {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
  overflow: hidden;
  padding: 16px 5px;
  text-align: right !important;
  vertical-align: middle; }

.form-group.no-grid .info,
.form-group.no-grid .label,
.form-group.no-grid label {
  line-height: 1em;
  padding: 0 5px;
  text-align: left !important; }

.form-group.no-grid .form-input-wrapper {
  padding: 0 5px 5px; }

#contact_form,
#registration_form {
  text-align: center; }

.login {
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 20px; }

.sidebar-news-reg-form {
  overflow: hidden; }

.col2_form_input_100,
.col2_form_input_25,
.col2_form_input_50,
.col2_form_input_75,
.col2_form_textarea_100,
.contact_form_input_100,
.contact_form_input_25,
.contact_form_input_50,
.contact_form_input_75,
.contact_form_textarea_100,
.input_kol,
.textinput-full-width,
.textinputbel {
  background: #FFF;
  border: 1px solid #AAA;
  box-shadow: 0 0 5px #FFF inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 5px #FFF inset;
  color: #AAA;
  font-size: 14px;
  margin: 5px 0 !important;
  padding: 0 5px; }

input.col2_form_input_100,
input.col2_form_input_25,
input.col2_form_input_50,
input.col2_form_input_75,
input.contact_form_input_100,
input.contact_form_input_25,
input.contact_form_input_50,
input.contact_form_input_75,
input.input_kol,
input.textinput-full-width,
input.textinputbel {
  line-height: 2.5em;
  height: 2.5em; }

.form-group {
  display: block;
  overflow: hidden; }
  .form-group .form-input-wrapper {
    padding: 5px 0;
    text-align: left; }
  .form-group .info,
  .form-group .label,
  .form-group label {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
    padding: 16px 5px;
    text-align: right !important;
    vertical-align: middle; }
  .form-group.no-grid .info,
  .form-group.no-grid .label,
  .form-group.no-grid label {
    line-height: 1em;
    padding: 0 5px;
    text-align: left !important; }
  .form-group.no-grid .form-input-wrapper {
    padding: 0 5px 5px; }
  .form-group .form-input-wrapper .textinput-full-width {
    max-width: 500px; }
  .form-group .form-input-wrapper .zip-input-full-width {
    display: table;
    max-width: 500px;
    vertical-align: top;
    width: 100%; }
    .form-group .form-input-wrapper .zip-input-full-width .zip-input-row {
      display: table-row; }
      .form-group .form-input-wrapper .zip-input-full-width .zip-input-row .textinput-zip-code {
        display: table-cell;
        vertical-align: top;
        width: 25%; }
      .form-group .form-input-wrapper .zip-input-full-width .zip-input-row .textinput-zip {
        padding-left: 10px;
        display: table-cell;
        vertical-align: top;
        width: 75%; }
  .form-group .form-input-wrapper input[type=checkbox] {
    margin-top: 18px; }
  .form-group label {
    padding-right: 15px;
    position: relative; }
  .form-group.required label::after {
    color: #FF0000;
    content: "*";
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    top: 15px;
    right: 5px; }
  .form-group.checkbox-right label {
    text-align: left !important; }
  .form-group.checkbox-right.required label::after {
    display: inline;
    position: relative;
    right: auto;
    top: auto;
    vertical-align: top; }

.textinput-full-width {
  width: 100%; }

.col2_form_input_25,
.contact_form_input_25 {
  width: 95px; }

.col2_form_input_50,
.contact_form_input_50 {
  width: 195px; }

.col2_form_input_75,
.contact_form_input_75 {
  width: 295px; }

.col2_form_input_100,
.col2_form_textarea_100,
.contact_form_input_100,
.contact_form_textarea_100 {
  /*margin: 5px auto 5px auto !important;*/
  width: 400px; }

#p_captcha,
#p_captcha_img {
  float: left; }

#p_captcha_img {
  margin: 5px; }

/* Search *********************************************************************/
.search-wrapper .search {
  display: inline-block;
  float: right;
  position: relative;
  text-align: left; }
  .search-wrapper .search input[type=text] {
    background: #F5F5F5;
    border: solid 1px #F5F5F5;
    box-shadow: none;
    float: left;
    font-size: 18px;
    height: 57px;
    line-height: 57px;
    padding: 0 10px;
    width: 270px; }
  .search-wrapper .search .button.button-search {
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-left: 0 none;
    color: #222 !important;
    float: left;
    font-size: 25px;
    height: 57px;
    line-height: 57px;
    margin-top: 0;
    margin-left: 0;
    padding: 0 10px;
    text-align: left;
    text-decoration: none;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    width: 88px; }
    .search-wrapper .search .button.button-search:hover {
      background: #F5F5F5;
      border: 1px solid #F5F5F5;
      border-left: 0 none;
      color: #222 !important; }

.search-wrapper .button.search-toggle-button {
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  color: #222 !important;
  display: none;
  float: right;
  font-size: 25px;
  height: 57px;
  line-height: 57px;
  margin-top: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  transition: transform 0.5s;
  width: 57px; }
  .search-wrapper .button.search-toggle-button:hover {
    background: #F5F5F5;
    border-color: 1px solid #F5F5F5;
    color: #222 !important !important; }

#bottom-content-page .news-registration-sidebar .gumb_mali {
  float: right;
  margin-right: 0; }

.sidebar .contact_form_input_100 {
  width: 100%; }

.sidebar-news-reg-form .contact_form_input_100 {
  width: 100%; }

.login {
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 20px; }
  .login h2 {
    text-align: center; }
  .login .button {
    margin-top: 20px; }

.without-registration-form {
  padding-top: 5.291%; }

.form-group.checkbox-right label {
  display: block;
  position: relative;
  padding: 0 0 10px 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */ }
  .form-group.checkbox-right label input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .form-group.checkbox-right label .checkmark {
    border: 1px solid #929292;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Style the checkmark/indicator */ }
    .form-group.checkbox-right label .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid #FFF;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .form-group.checkbox-right label:hover input ~ .checkmark {
    background-color: #BFBFBF; }
  .form-group.checkbox-right label input:checked ~ .checkmark {
    background-color: #222;
    /* Show the checkmark when checked */ }
    .form-group.checkbox-right label input:checked ~ .checkmark:after {
      display: block; }

/* Customize the label (the container) */
.arsluna-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */ }
  .arsluna-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .arsluna-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #929292;
    border-radius: 50%;
    /* Create the indicator (the dot/circle - hidden when not checked) */ }
    .arsluna-radio .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #FFF; }
  .arsluna-radio:hover input ~ .checkmark {
    background-color: #BFBFBF; }
  .arsluna-radio input:checked ~ .checkmark {
    background-color: #222;
    /* Show the indicator (dot/circle) when checked */ }
    .arsluna-radio input:checked ~ .checkmark:after {
      display: block; }

/* Tables *********/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Template Partial
* Tables Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
table {
  border-collapse: collapse; }

td,
th {
  text-align: left; }

.align-right {
  text-align: right; }

.td_right,
.th_right {
  text-align: right; }

.col-content-width {
  white-space: nowrap;
  width: 1%; }

/**************************************/
table.style1 {
  width: 100%; }

table.style1 tbody tr:nth-child(2n+2) {
  background: #f4f4f4; }

table.style1 td {
  padding: 0.5em 1em; }

table.style1 th {
  font-weight: bold;
  padding: 0.5em 1em;
  text-align: left; }

table.style1 thead {
  background: #444;
  color: #fff; }

table.style1 tfoot {
  background: #eee; }

/**************************************/
table.style2 thead {
  background: #444;
  color: #fff; }

table.style2 th {
  font-weight: bold;
  padding: 0.5em 1em;
  text-align: left; }

table.style2 td {
  padding: 0.5em 1em; }

table.style2 td.alignright {
  text-align: right; }

table.style2 tbody tr:nth-child(2n+2) {
  background: #bebebe; }

table.style2 tfoot {
  background: #eee; }

/**************************************/
tr.strikeout td {
  position: relative;
  /* vertical-align: middle; */ }

tr.strikeout td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 2px solid #ff0000;
  width: 100%; }

/* Buttons ********/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Template Partial
* Buttons Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
.btn-awesome,
.button {
  background: #222;
  background: -moz-linear-gradient(#222 0%, #222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #222));
  background: -webkit-linear-gradient(#222 0%, #222 100%);
  background: linear-gradient(#222 0%, #222 100%);
  border: 1px solid #222;
  margin: 10px 10px 0 0;
  /*
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    */
  color: #FFF !important;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 0 #000;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.btn-awesome:hover,
.button:hover {
  background: #AAA;
  background: -moz-linear-gradient(#AAA 0%, #AAA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AAA), color-stop(100%, #AAA));
  background: -webkit-linear-gradient(#AAA 0%, #AAA 100%);
  background: linear-gradient(#AAA 0%, #AAA 100%);
  border: 1px solid #222;
  color: #FFF !important; }

.btn-awesome:active,
.button:active {
  background: #AAA;
  background: -moz-linear-gradient(#AAA 0%, #AAA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AAA), color-stop(100%, #AAA));
  background: -webkit-linear-gradient(#AAA 0%, #AAA 100%);
  background: linear-gradient(#AAA 0%, #AAA 100%);
  border: 1px solid #222;
  color: #FFF !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

/* Button More */
.button-more {
  background: #222;
  background: -moz-linear-gradient(#222 0%, #222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #222));
  background: -webkit-linear-gradient(#222 0%, #222 100%);
  background: linear-gradient(#222 0%, #222 100%);
  border: 1px solid #222;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #FFF !important;
  float: left;
  font-size: 18px;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-left: 0;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 0 #000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
  top: 50%; }

.button-more:hover {
  background: #222;
  background: -moz-linear-gradient(#222 0%, #222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #222));
  background: -webkit-linear-gradient(#222 0%, #222 100%);
  background: linear-gradient(#222 0%, #222 100%);
  border: 1px solid #222;
  color: #FFF !important; }

/* Button More */
.button-more-secondary {
  background: #222;
  background: -moz-linear-gradient(#222 0%, #222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #222));
  background: -webkit-linear-gradient(#222 0%, #222 100%);
  background: linear-gradient(#222 0%, #222 100%);
  border: 1px solid #222;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #FFF !important;
  float: right;
  font-size: 24px;
  height: 50px !important;
  line-height: 50px;
  margin: 0;
  padding: 0 5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 0 #000;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
  width: auto !important; }

.button-more-secondary:hover {
  background: #222;
  background: -moz-linear-gradient(#222 0%, #222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #222));
  background: -webkit-linear-gradient(#222 0%, #222 100%);
  background: linear-gradient(#222 0%, #222 100%);
  border: #222;
  color: #FFF !important; }

/* Button News Subscribe */
.button.button-news-subscribe {
  background: transparent;
  background: -moz-linear-gradient(transparent 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, transparent));
  background: -webkit-linear-gradient(transparent 0%, transparent 100%);
  background: linear-gradient(transparent 0%, transparent 100%);
  border: 1px solid #FFF;
  color: #FFF; }
  .button.button-news-subscribe:hover {
    background: transparent;
    background: -moz-linear-gradient(transparent 0%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, transparent));
    background: -webkit-linear-gradient(transparent 0%, transparent 100%);
    background: linear-gradient(transparent 0%, transparent 100%);
    border: 1px solid #AAA;
    color: #AAA; }

/*********************************************************************************/
/* Page Index                                                                    */
/*********************************************************************************/
.pageindex {
  clear: both;
  display: block; }

.pageindex > ul {
  list-style-type: none; }

.pageindex > ul > li {
  float: left;
  margin-left: 5px; }

.pageindex > ul > li a {
  background: #FFF;
  background: -moz-linear-gradient(#FFF 0%, #FFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #FFF));
  background: -webkit-linear-gradient(#FFF 0%, #FFF 100%);
  background: linear-gradient(#FFF 0%, #FFF 100%);
  border: 1px solid #FFF;
  border-radius: 3px;
  color: #AAA;
  display: inline-block;
  font-weight: 700;
  height: 30px;
  letter-spacing: 0.10em;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 30px; }

.pageindex > ul > li a span {
  display: block; }

.pageindex > ul > li a:hover {
  background: #F5F5F5;
  background: -moz-linear-gradient(#F5F5F5 0%, #F5F5F5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5F5), color-stop(100%, #F5F5F5));
  background: -webkit-linear-gradient(#F5F5F5 0%, #F5F5F5 100%);
  background: linear-gradient(#F5F5F5 0%, #F5F5F5 100%);
  border: 1px solid #F5F5F5;
  color: #AAA; }

.pageindex > ul > li a.active {
  background: #F5F5F5;
  background: -moz-linear-gradient(#F5F5F5 0%, #F5F5F5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5F5), color-stop(100%, #F5F5F5));
  background: -webkit-linear-gradient(#F5F5F5 0%, #F5F5F5 100%);
  background: linear-gradient(#F5F5F5 0%, #F5F5F5 100%);
  border: 1px solid #F5F5F5;
  color: #AAA; }

/******************************************************************************/
#scroll-to-top {
  background: url("images/icons_navig.png") left -200px no-repeat;
  bottom: 1em;
  cursor: pointer;
  display: none;
  height: 45px;
  position: fixed;
  right: 1em;
  width: 45px;
  z-index: 999; }

#scroll-to-top:hover {
  background-position: right -200px; }

.btn-awesome.btn-icon-only {
  font-size: 20px;
  text-align: center;
  width: 40px; }

.button-big {
  font-size: 1.1em !important;
  line-height: 3.5em;
  padding: 0 3em; }

.button.button-add-to-cart-small {
  background: #AAA;
  border: solid 1px #AAA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  margin: 10px 0 0 10px;
  padding: 0;
  width: 40px; }
  .button.button-add-to-cart-small .img {
    background: transparent url("./images/kosarica_24_FFFFFF.png") center center no-repeat;
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px; }
  .button.button-add-to-cart-small .txt {
    display: none; }
  .button.button-add-to-cart-small:hover {
    background: #FFF;
    border: solid 1px #AAA; }
    .button.button-add-to-cart-small:hover .img {
      background-image: url("./images/kosarica_24_AAAAAA.png"); }

.button.button-add-to-favorites-small {
  background: #FFF;
  border: 0 none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  margin: 10px 10px 0 0;
  padding: 0;
  width: 40px; }
  .button.button-add-to-favorites-small .img {
    background: transparent url("./images/lista_zelja_24_AAAAAA.png") center center no-repeat;
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px; }
  .button.button-add-to-favorites-small .txt {
    display: none; }
  .button.button-add-to-favorites-small:hover .img {
    background-image: url("./images/lista_zelja_24_AAAAAA_polna.png"); }

.button.button-remove-from-favorites-small {
  background: #FFF;
  border: 0 none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  margin: 10px 10px 0 0;
  padding: 0;
  width: 40px; }
  .button.button-remove-from-favorites-small .img {
    background: transparent url("./images/lista_zelja_24_AAAAAA_polna.png") center center no-repeat;
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px; }
  .button.button-remove-from-favorites-small .txt {
    display: none; }
  .button.button-remove-from-favorites-small:hover .img {
    background-image: url("./images/lista_zelja_24_AAAAAA.png"); }

.button.button-add-to-cart-big {
  background: #222;
  border: 0 none;
  display: inline-block;
  float: none;
  height: 65px;
  line-height: 65px;
  margin: 0;
  padding: 0;
  width: 210px; }
  .button.button-add-to-cart-big .img {
    background: transparent url("images/kosarica_24_FFFFFF.png") center center no-repeat;
    display: inline-block;
    float: left;
    height: 65px;
    width: 65px; }
  .button.button-add-to-cart-big .txt {
    display: inline-block;
    height: 65px;
    line-height: 65px;
    text-align: center;
    width: 145px; }
  .button.button-add-to-cart-big:hover {
    background: #AAA; }

.button.button-add-to-favorites-big {
  background: #FFF;
  border: 0 none;
  height: 65px;
  line-height: 65px;
  margin: 0;
  padding: 0;
  width: 210px; }
  .button.button-add-to-favorites-big .img {
    background: transparent url("./images/lista_zelja_24_AAAAAA.png") center center no-repeat;
    display: inline-block;
    float: left;
    height: 65px;
    width: 65px; }
  .button.button-add-to-favorites-big .txt {
    color: #AAA;
    display: inline-block;
    height: 65px;
    line-height: 65px;
    text-align: center;
    width: 145px; }
  .button.button-add-to-favorites-big:hover .img {
    background-image: url("./images/lista_zelja_24_AAAAAA_polna.png"); }

.button.button-remove-from-favorites-big {
  background: #FFF;
  border: 0 none;
  height: 65px;
  line-height: 65px;
  margin: 0;
  padding: 0;
  width: 210px; }
  .button.button-remove-from-favorites-big .img {
    background: transparent url("./images/lista_zelja_24_AAAAAA_polna.png") center center no-repeat;
    display: inline-block;
    float: left;
    height: 65px;
    width: 65px; }
  .button.button-remove-from-favorites-big .txt {
    color: #AAA;
    display: inline-block;
    height: 65px;
    line-height: 65px;
    text-align: center;
    width: 145px; }
  .button.button-remove-from-favorites-big:hover .img {
    background-image: url("./images/lista_zelja_24_AAAAAA.png"); }

.button-att-selection,
.button-is-favorites-big,
.button-is-favorites-small {
  margin: 10px 10px 0 0; }

.button-is-favorites-big-txt,
.button-is-favorites-small-txt {
  display: none; }

.button-is-favorites-big-img,
.button-is-favorites-small-img {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px; }

.button-delete-small {
  background: transparent url("images/trash-20_x_20.png") center center no-repeat;
  display: inline-block;
  line-height: 20px;
  padding: 0 10px;
  height: 20px;
  width: 20px; }

.button-delete-big {
  background: transparent url("images/trash-40_x_40.png") center center no-repeat;
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  height: 40px;
  width: 40px; }

#button-login {
  width: 300px; }

#button_register_company,
#button_register_personal {
  width: 150px; }

/******************************************************************************/
.gumbi {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  width: 100%; }

.arsluna-button-one {
  background: #222;
  background: -moz-linear-gradient(#222 0%, #222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #222));
  background: -webkit-linear-gradient(#222 0%, #222 100%);
  background: linear-gradient(#222 0%, #222 100%);
  border: 1px solid #222;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-family: "Ubuntu", sans-serif, cursive;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  margin-left: 0;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear; }

.arsluna-button-one:hover {
  background: #AAA;
  background: -moz-linear-gradient(#AAA 0%, #AAA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AAA), color-stop(100%, #AAA));
  background: -webkit-linear-gradient(#AAA 0%, #AAA 100%);
  background: linear-gradient(#AAA 0%, #AAA 100%);
  border: 1px solid #222;
  color: #FFF; }

.arsluna-button-two {
  background: #FFF;
  background: -moz-linear-gradient(#FFF 0%, #FFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #FFF));
  background: -webkit-linear-gradient(#FFF 0%, #FFF 100%);
  background: linear-gradient(#FFF 0%, #FFF 100%);
  border: 1px solid #FFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #AAA;
  display: block;
  font-family: "Ubuntu", sans-serif, cursive;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  margin-left: 0;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear; }

.arsluna-button-two:hover {
  background: #FFF;
  background: -moz-linear-gradient(#FFF 0%, #FFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #FFF));
  background: -webkit-linear-gradient(#FFF 0%, #FFF 100%);
  background: linear-gradient(#FFF 0%, #FFF 100%);
  border: 1px solid #FFF;
  color: #AAA; }

.arsluna-button-three {
  background: transparent;
  background: -moz-linear-gradient(transparent 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, transparent));
  background: -webkit-linear-gradient(transparent 0%, transparent 100%);
  background: linear-gradient(transparent 0%, transparent 100%);
  border: 2px solid #FFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-family: "Ubuntu", sans-serif, cursive;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  margin-left: 0;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear; }

.arsluna-button-three:hover {
  background: #FFF;
  background: -moz-linear-gradient(#FFF 0%, #FFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #FFF));
  background: -webkit-linear-gradient(#FFF 0%, #FFF 100%);
  background: linear-gradient(#FFF 0%, #FFF 100%);
  border: 1px solid #FFF;
  color: transparent; }

.arsluna-button-four {
  background: #FFF;
  background: -moz-linear-gradient(#FFF 0%, #FFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #FFF));
  background: -webkit-linear-gradient(#FFF 0%, #FFF 100%);
  background: linear-gradient(#FFF 0%, #FFF 100%);
  border: 1px solid #222;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #222;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  margin-left: 0;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear; }

.arsluna-button-four:hover {
  background: #FFF;
  background: -moz-linear-gradient(#FFF 0%, #FFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #FFF));
  background: -webkit-linear-gradient(#FFF 0%, #FFF 100%);
  background: linear-gradient(#FFF 0%, #FFF 100%);
  border: 1px solid #222;
  color: #222; }

.arsluna-button-five {
  background: #222;
  background: -moz-linear-gradient(#222 0%, #222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #222));
  background: -webkit-linear-gradient(#222 0%, #222 100%);
  background: linear-gradient(#222 0%, #222 100%);
  border: 1px solid #222;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear; }

.arsluna-button-five:hover {
  background: #222;
  background: -moz-linear-gradient(#222 0%, #222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #222));
  background: -webkit-linear-gradient(#222 0%, #222 100%);
  background: linear-gradient(#222 0%, #222 100%);
  border: 1px solid #222;
  color: #FFF; }

.arsluna-button-six {
  background: #222;
  background: -moz-linear-gradient(#222 0%, #222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #222));
  background: -webkit-linear-gradient(#222 0%, #222 100%);
  background: linear-gradient(#222 0%, #222 100%);
  border: 1px solid #222;
  /*
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    */
  color: transparent;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear; }

.arsluna-button-six:hover {
  background: #222;
  background: -moz-linear-gradient(#222 0%, #222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #222));
  background: -webkit-linear-gradient(#222 0%, #222 100%);
  background: linear-gradient(#222 0%, #222 100%);
  border: 1px solid #222;
  color: transparent; }

/* Elements *******/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Template Partial
* Elements Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
/* Header                                                                     */
/******************************************************************************/
/******************************************************************************/
/* Features                                                                   */
/******************************************************************************/
#features {
  display: block;
  overflow: hidden; }

#featurescartheader,
#pageheadercartheader,
.sidebar header {
  background: #2e2e2e;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 40px;
  padding: 0 10px; }

#featurescart a,
#pageheadercart a,
.sidebar header a {
  text-decoration: none; }

#featurescart,
#pageheadercart {
  overflow: hidden;
  padding: 10px;
  position: absolute;
  right: 50px;
  top: 10px;
  width: 180px;
  z-index: 999999; }

#featurescart > ul,
#pageheadercart > ul {
  background: #2e2e2e;
  border-radius: 20px;
  display: none;
  overflow: hidden;
  padding: 10px; }

/******************************************************************************/
/* Main Content                                                               */
/******************************************************************************/
#content,
#sidebar-left,
#sidebar-right {
  border: 0 none;
  padding: 0.25em; }

.main-center,
.main-left,
.main-right {
  overflow: hidden;
  padding: 15px; }

/******************************************************************************/
#sidebar-left .middle-content {
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 0 0 0 transparent; }

/******************************************************************************/
#sidebar_left_header {
  background: #bbbbbb;
  color: #000000;
  display: none;
  padding: 5px; }

#sidebar_left_content {
  display: block; }

/******************************************************************************/
.page-type-content-wrapper {
  background: transparent none;
  padding: 0; }

/******************************************************************************/
.certificate_text {
  font-size: 0.7em;
  margin-top: 10px; }

/******************************************************************************/
/* Content Bottom All Pages                                                   */
/******************************************************************************/
.contentbottomall {
  margin: 60px 0 50px; }

/******************************************************************************/
#footer-wrapper h2 {
  color: #FFF;
  font-size: 1.125;
  font-style: italic;
  text-align: left;
  text-transform: uppercase; }

#footer-wrapper .news-registration-sidebar label {
  color: #FFF; }

/******************************************************************************/
.template {
  border-bottom: 1px solid rgba(34, 34, 34, 0.7);
  padding: 1.0834% 0; }
  .template.last {
    border-bottom: 0 none transparent; }
  .template .content-first {
    display: block;
    overflow: hidden; }
  .template .image-photo-album a {
    display: block;
    text-align: center; }

.template-003 .image-main {
  float: left;
  padding-right: 5%;
  max-width: 50%; }

.template-004 .image-main {
  float: left;
  padding-right: 5%;
  max-width: 50%; }

.template-005 .image-main {
  float: right;
  padding-left: 5%;
  max-width: 50%; }

.template-006 .image-main {
  float: right;
  padding-left: 5%;
  max-width: 50%; }

.messages-wrapper {
  background: rgba(125, 125, 125, 0.5) url("images/loading-ring.gif") center center no-repeat;
  display: table;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999; }
  .messages-wrapper .messages-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    .messages-wrapper .messages-container .message-box {
      background: #FFF;
      border: 2px solid #2D2D2D;
      display: inline-block;
      max-height: 90%;
      min-height: 160px;
      max-width: 90%;
      overflow: auto;
      padding: 20px;
      position: relative; }
      .messages-wrapper .messages-container .message-box .message-box-content {
        display: block;
        overflow: hidden; }
      .messages-wrapper .messages-container .message-box .message-header {
        background: #2D2D2D;
        color: #FFF;
        line-height: 2em;
        padding: 0 10px; }
      .messages-wrapper .messages-container .message-box .buttons-wrapper {
        display: block;
        vertical-align: top; }
      .messages-wrapper .messages-container .message-box .half-left {
        display: inline-block;
        vertical-align: top;
        width: 50%; }
      .messages-wrapper .messages-container .message-box .half-right {
        display: inline-block;
        vertical-align: top;
        width: 50%; }
        .messages-wrapper .messages-container .message-box .half-right .button {
          float: right;
          margin-right: 0; }

.arsluna-bookmark {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden; }

.arsluna-portlet {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  clear: both;
  display: block;
  float: none;
  margin-bottom: 10px;
  /*
    &:first {
        .arsluna-portlet-content {
            display: block;
        }
    }
    */ }
  .arsluna-portlet .arsluna-portlet-header {
    background: #222;
    border: 1px solid #222;
    color: #FFF !important;
    font-size: 1.25em;
    min-height: 40px;
    line-height: normal;
    padding: 10px 25px 10px 40px;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    vertical-align: middle; }
    .arsluna-portlet .arsluna-portlet-header::after {
      border-bottom: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #FFF;
      display: block;
      margin-top: -5px;
      content: " ";
      position: absolute;
      height: 0;
      right: 25px;
      top: 50%;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      width: 0; }
    .arsluna-portlet .arsluna-portlet-header:hover {
      background: #AAA;
      border: 1px solid #222;
      color: #FFF !important; }
      .arsluna-portlet .arsluna-portlet-header:hover::after {
        border-top: 10px solid #FFF; }
    .arsluna-portlet .arsluna-portlet-header.portlet-opened {
      background: #AAA;
      border: 1px solid #222;
      color: #FFF !important; }
      .arsluna-portlet .arsluna-portlet-header.portlet-opened::after {
        border-bottom: 10px solid #FFF;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 0; }
  .arsluna-portlet .arsluna-portlet-content {
    padding: 1em 0 0; }
    .arsluna-portlet .arsluna-portlet-content.arsluna-portlet-widget-content {
      display: none; }

/* Grid Elements **/
.grid-element {
  padding: 0.5em;
  position: relative; }

.grid-element-content {
  background: #FFF;
  border: 0 none;
  overflow: hidden;
  margin: 0.5em;
  padding: 0; }
  .grid-element-content header {
    text-align: center; }
    .grid-element-content header h2 {
      display: block;
      overflow: hidden;
      margin-bottom: 0;
      text-align: center;
      width: 100%; }
    .grid-element-content header a {
      display: block;
      text-decoration: none; }

.grid-element-content-related {
  background: #FFF;
  border: 0 none;
  overflow: hidden;
  margin: 0.5em;
  padding: 0; }
  .grid-element-content-related header {
    text-align: center; }
  .grid-element-content-related h2 {
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    text-align: center;
    width: 100%; }
  .grid-element-content-related a {
    text-decoration: none; }

.grid-element-content-header-number {
  background: #FFF;
  border: 1px solid #000;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  color: #000;
  display: none;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  height: 40px;
  letter-spacing: 0.10em;
  line-height: 40px;
  text-align: center;
  width: 40px; }

.grid-element-title {
  background: transparent;
  color: #222;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  line-height: 1.5em;
  margin: 0;
  vertical-align: middle; }

.grid-element-title .title {
  display: block; }

.grid-element-title .sub-title {
  display: block;
  font-size: 0.9em; }

.grid-element-content-header-image,
.grid-element-content-related-header-image {
  display: block;
  overflow: hidden;
  position: relative; }

.grid-element-content-detail {
  padding-top: 20px; }

.product-grid-related {
  font-size: 0.5em;
  height: auto;
  line-height: 1.5em; }

.product-grid-related .button-more {
  font-size: 12px;
  height: 30px; }

.grid-element-content-single header {
  margin: 0;
  text-align: center; }
  .grid-element-content-single header h2 {
    margin-top: 0 !important;
    margin-bottom: 0.5em !important; }
    .grid-element-content-single header h2 .grid-element-title {
      color: #000;
      font-weight: 400;
      text-align: left; }

.grid-element-content-single .grid-element-content-single-image a {
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
  border: 1px #fff;
  /*
            border-radius: 50% 50% 50% 50%;
            -moz-border-radius: 50% 50% 50% 50%;
            -webkit-border-radius: 50% 50% 50% 50%;

            border-radius: 20px 20px 20px 20px;
            -moz-border-radius: 20px 20px 20px 20px;
            -webkit-border-radius: 20px 20px 20px 20px;
            */ }
  .grid-element-content-single .grid-element-content-single-image a img {
    padding: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }

.grid-element-content-single .grid-element-content-single-image:hover a img {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.grid-element-content-single .grid-element-content-single-content {
  padding: 10px; }

.grid-menu-item a {
  overflow: hidden;
  position: relative; }

.grid-menu-item .grid-element-content-header-image {
  overflow: hidden;
  position: relative;
  width: 100%; }

.grid-menu-item .grid-element-title {
  overflow: hidden;
  padding: 2.8% 5.7%;
  text-align: left; }

.grid-menu-item.grid-menu-item-003 .grid-element-title-wrapper {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s; }
  .grid-menu-item.grid-menu-item-003 .grid-element-title-wrapper .grid-element-title {
    margin: 50% auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .grid-menu-item.grid-menu-item-003 .grid-element-title-wrapper:hover {
    background: transparent none; }

.grid-menu-item.grid-menu-item-012 .grid-element-content-wrapper {
  display: block;
  position: relative; }
  .grid-menu-item.grid-menu-item-012 .grid-element-content-wrapper .grid-element-content-header-image {
    display: block;
    overflow: hidden;
    position: relative; }
    .grid-menu-item.grid-menu-item-012 .grid-element-content-wrapper .grid-element-content-header-image .menu-item-image {
      left: 0;
      opacity: 1;
      position: absolute;
      top: 0;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      z-index: 2; }
      .grid-menu-item.grid-menu-item-012 .grid-element-content-wrapper .grid-element-content-header-image .menu-item-image.active {
        position: relative;
        z-index: 1; }
  .grid-menu-item.grid-menu-item-012 .grid-element-content-wrapper .grid-element-title {
    bottom: 0;
    color: #FFF;
    display: block;
    left: 0;
    line-height: 0;
    right: 0;
    position: absolute;
    text-align: left;
    z-index: 3; }
    .grid-menu-item.grid-menu-item-012 .grid-element-content-wrapper .grid-element-title .title {
      font-size: 28px;
      font-weight: normal;
      line-height: 1.5em; }
    .grid-menu-item.grid-menu-item-012 .grid-element-content-wrapper .grid-element-title .num-products {
      font-size: 14px;
      font-weight: normal;
      line-height: 1.5em; }

.grid-menu-item.grid-menu-item-012:hover .grid-element-content-wrapper .grid-element-content-header-image .menu-item-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }
  .grid-menu-item.grid-menu-item-012:hover .grid-element-content-wrapper .grid-element-content-header-image .menu-item-image.normal {
    opacity: 0; }

.news-list.news-list-004 article {
  border: 1px solid #423100;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px; }

.news-list.news-list-004 .page-type-foto-image-link {
  display: block;
  overflow: hidden; }

.news-list.news-list-004 .buttons-wrapper {
  text-align: right; }
  .news-list.news-list-004 .buttons-wrapper .button-more {
    display: inline-block;
    float: right; }

.news-list.news-list-005 article {
  border: 0 transparent none;
  padding: 10px 0;
  position: relative; }
  .news-list.news-list-005 article a {
    display: block;
    overflow: hidden;
    position: relative;
    vertical-align: middle; }
    .news-list.news-list-005 article a img {
      display: block;
      overflow: hidden; }
    .news-list.news-list-005 article a .header-wrapper {
      background: transparent none;
      bottom: 0;
      display: block;
      left: 0;
      opacity: 1;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: all 1s ease 0s;
      -moz-transition: all 1s ease 0s;
      -ms-transition: all 1s ease 0s;
      -o-transition: all 1s ease 0s;
      transition: all 1s ease 0s;
      vertical-align: middle; }
      .news-list.news-list-005 article a .header-wrapper .header-content {
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; }
        .news-list.news-list-005 article a .header-wrapper .header-content .title {
          color: #FFF !important;
          display: block;
          font-family: 'Sacramento', cursive;
          font-size: 48px;
          line-height: 1.5em;
          margin: 0;
          text-align: center; }
        .news-list.news-list-005 article a .header-wrapper .header-content .datetime {
          color: #FFF;
          display: block;
          font-size: 16px;
          font-weight: 300;
          line-height: 1.5em;
          text-align: center; }
  .news-list.news-list-005 article .content-wrapper {
    background: rgba(255, 255, 255, 0.75);
    bottom: 10px;
    display: hidden;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s; }
    .news-list.news-list-005 article .content-wrapper .content {
      display: block;
      left: 0;
      padding: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 100%; }
    .news-list.news-list-005 article .content-wrapper .button-more {
      display: inline-block; }
  .news-list.news-list-005 article:hover .header-wrapper {
    display: none;
    opacity: 0; }
  .news-list.news-list-005 article:hover .content-wrapper {
    display: block;
    opacity: 1; }

.news-list.news-list-005 .buttons-wrapper {
  display: block;
  overflow: hidden;
  text-align: center; }

#header-wrapper .grid-element {
  margin: 0;
  padding: 0; }
  #header-wrapper .grid-element .grid-element-content {
    margin: 0;
    padding: 0; }

#footer-wrapper .grid-element {
  padding: 0; }
  #footer-wrapper .grid-element .grid-element-content {
    background: transparent;
    margin: 0; }

/* Widgets ********/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Template Partial
* Widgets Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
.widget-login-form {
  padding: 30px 0 0;
  position: relative; }
  .widget-login-form .close {
    color: #222;
    cursor: pointer;
    font-size: 35px;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    right: 0;
    top: 0; }
  .widget-login-form .title {
    font-size: 24px; }
  .widget-login-form .form-group label {
    padding: 0;
    text-align: left !important; }
  .widget-login-form #pass-forgotten {
    display: inline-block;
    padding: 10px;
    text-decoration: underline; }
  .widget-login-form .new-user {
    border-top: 1px solid #222;
    margin-top: 20px; }
  .widget-login-form .buttons-wrapper {
    text-align: center; }
  .widget-login-form .button {
    margin: 10px !important; }

.lang-selector {
  list-style-type: none;
  margin: 0;
  padding: 10px; }
  .lang-selector li {
    display: inline-block;
    padding: 0 10px; }
    .lang-selector li:first-child {
      padding-left: 0; }
    .lang-selector li:last-child {
      padding-right: 0; }

.news-list {
  list-style-type: none; }
  .news-list .buttons-wrapper {
    text-align: right; }
    .news-list .buttons-wrapper .news-list-button-more {
      color: #4c7a34;
      font-size: 30px; }
  .news-list.news-list-006 li {
    display: block;
    text-align: left; }
    .news-list.news-list-006 li .news-title {
      display: block; }
    .news-list.news-list-006 li .news-date {
      display: block; }

/* Ecommerce ******/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Template Partial
* Ecommerce Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
.product-grid-product,
.product-grid-related {
  padding: 0; }

.product-grid-product .grid-element-content,
.product-grid-related .grid-element-content {
  background: #FFF;
  border: 1px solid #EBEBEB;
  margin: 0;
  padding: 2% 10%;
  position: relative; }

.product-grid-related .grid-element-content {
  padding: 2%; }

.product-grid-product header,
.product-grid-related header {
  margin-bottom: 0; }

.product-grid-element-content h2,
.product-grid-element-content h2 {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  text-align: center;
  width: 100%; }

.product-grid-element-content a,
.product-grid-element-content a {
  text-decoration: none; }

.product-grid-element-content-header-number {
  background: #FFF;
  border: 1px solid #222;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  color: #222;
  display: none;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  height: 40px;
  letter-spacing: 0.10em;
  line-height: 40px;
  text-align: center;
  width: 40px; }

.product-grid-product .grid-element-title,
.product-grid-related .grid-element-title {
  background: transparent;
  color: #222;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: left; }

.product-grid-related .grid-element-title {
  font-size: 16px; }

.product-grid-product .product-category,
.product-grid-related .product-category {
  color: #AAA;
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  text-align: left;
  text-transform: uppercase; }

.product-grid-product .grid-element-content-header-image,
.product-grid-related .grid-element-content-header-image {
  display: block;
  overflow: hidden;
  padding: 15% 15% 0;
  position: relative; }
  .product-grid-product .grid-element-content-header-image .image-limit,
  .product-grid-related .grid-element-content-header-image .image-limit {
    display: block;
    margin-top: 100%; }
  .product-grid-product .grid-element-content-header-image .image-limited,
  .product-grid-related .grid-element-content-header-image .image-limited {
    display: block;
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 15%;
    right: 15%;
    padding: 0;
    text-align: center; }
    .product-grid-product .grid-element-content-header-image .image-limited img,
    .product-grid-related .grid-element-content-header-image .image-limited img {
      -ms-interpolation-mode: bicubic;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      position: relative;
      width: auto; }

.product-grid-product .product_id,
.product-grid-related .product_id {
  display: none;
  font-size: 12px;
  position: absolute;
  text-align: left;
  top: 0; }

.prices-small {
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: left;
  width: 100%; }
  .prices-small > ul {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden; }
    .prices-small > ul.price {
      color: #222;
      display: block;
      font-size: 24px;
      font-weight: 500;
      line-height: 1.5em; }
      .prices-small > ul.price.not-valid {
        color: #222;
        display: block;
        font-size: 24px;
        font-weight: 300;
        line-height: 1.5em;
        text-decoration: line-through; }
    .prices-small > ul.discount {
      color: #00AEEF;
      display: none;
      font-size: 24px; }
      .prices-small > ul.discount.hidden {
        display: none !important; }
    .prices-small > ul.price-discounted {
      color: #E61610;
      display: block;
      font-size: 24px;
      font-weight: 500;
      line-height: 1.5em; }
      .prices-small > ul.price-discounted.hidden {
        display: none !important; }
  .prices-small .price-small-label {
    display: none; }
  .prices-small .price-small {
    border-bottom: 0 none transparent;
    clear: both;
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    height: 100%;
    line-height: 1.5em;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 0 0;
    width: 100%; }

.akcija {
  background: transparent url("./images/akcija_70_x_70_levo_zgoraj.png");
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px; }

.novo {
  background: transparent url("./images/novo_70_x_70_desno_zgoraj.png");
  height: 70px;
  right: 0;
  position: absolute;
  top: 0;
  width: 70px; }

.nacinplacila {
  padding: 2px;
  vertical-align: top; }

.nacinplacila p {
  margin: 0; }

.purchase-data-wrapper {
  padding: 10px; }

.purchase-data-fieldset {
  margin-bottom: 10px;
  padding: 10px; }

.purchase-data-fieldset legend {
  font-size: 1.25em;
  font-weight: bold; }

.celoten-opis-link {
  color: #222;
  font-weight: bold;
  text-decoration: underline; }

#cashdeskprogress {
  display: block;
  padding-bottom: 30px;
  overflow: hidden; }

.back-to-shop {
  text-align: right; }

/******************************************************************************/
#cart-000 {
  background: #fff;
  margin-bottom: 20px;
  padding: 10px; }
  #cart-000 .cart-company-data {
    padding-bottom: 20px; }
  #cart-000 .cart-status-table {
    width: 100%; }
    #cart-000 .cart-status-table .col-min-width {
      width: 1;
      white-space: nowrap; }
    #cart-000 .cart-status-table thead {
      background-color: #dedede;
      border: 1px solid #aaaaaa; }
    #cart-000 .cart-status-table td {
      padding: 0 2px 0 5px; }
    #cart-000 .cart-status-table .cart-status-table-data-title {
      white-space: nowrap; }
  #cart-000 .cart-customer,
  #cart-000 .cart-shipment-address {
    list-style-type: none;
    padding-right: 5px; }
    #cart-000 .cart-customer li,
    #cart-000 .cart-shipment-address li {
      display: block;
      padding: 0 2px 0 5px; }
  #cart-000 .cart-customer-header,
  #cart-000 .cart-shipment-address-header {
    background-color: #dedede;
    border: 1px solid #aaaaaa; }
  #cart-000 .products-table {
    background: #fff;
    border-collapse: collapse;
    empty-cells: show;
    margin-bottom: 0;
    width: 100%; }
    #cart-000 .products-table .col-min-width {
      width: 1; }
    #cart-000 .products-table > thead {
      background: #dedede; }
      #cart-000 .products-table > thead th {
        padding: 5px;
        vertical-align: top; }
    #cart-000 .products-table > tbody > tr:nth-child(even) {
      background: #dedede; }
    #cart-000 .products-table > tbody > tr:nth-child(odd) {
      background: #fff; }
    #cart-000 .products-table > tbody td {
      border: 0 none transparent;
      padding: 5px;
      vertical-align: middle; }
      #cart-000 .products-table > tbody td.product_image img {
        max-height: 100px;
        max-width: 100px; }
  #cart-000 #vat-total {
    background: #fff; }
  #cart-000 #vat-total-table {
    border: 0 none transparent; }
    #cart-000 #vat-total-table > thead > tr {
      background: #dedede; }
    #cart-000 #vat-total-table > tbody > tr:nth-child(even) {
      background: #dedede; }
    #cart-000 #vat-total-table > tbody > tr:nth-child(odd) {
      background: #fff; }

/******************************************************************************/
#cart-001 {
  background: #fff;
  margin-bottom: 20px;
  padding: 10px; }
  #cart-001 .cart-company-data {
    padding-bottom: 20px; }
  #cart-001 .cart-status-table {
    width: 100%; }
    #cart-001 .cart-status-table .col-min-width {
      width: 1;
      white-space: nowrap; }
    #cart-001 .cart-status-table thead {
      background-color: #dcdcdc; }
    #cart-001 .cart-status-table td {
      padding: 0 2px 0 5px; }
    #cart-001 .cart-status-table .cart-status-table-data-title {
      white-space: nowrap; }
  #cart-001 .cart-customer,
  #cart-001 .cart-shipment-address {
    list-style-type: none;
    padding-right: 5px; }
    #cart-001 .cart-customer li,
    #cart-001 .cart-shipment-address li {
      display: block;
      padding: 0 2px 0 5px; }
  #cart-001 .cart-customer-header,
  #cart-001 .cart-shipment-address-header {
    background-color: #dcdcdc;
    border: 0 none transparent; }
  #cart-001 .products-table {
    background: #fff;
    border-collapse: collapse;
    empty-cells: show;
    margin-bottom: 0;
    width: 100%; }
    #cart-001 .products-table .col-min-width {
      width: 1; }
    #cart-001 .products-table > thead {
      background: #dcdcdc;
      color: #767676; }
      #cart-001 .products-table > thead th {
        padding: 20px 10px;
        vertical-align: top; }
    #cart-001 .products-table > tbody {
      color: #767676; }
      #cart-001 .products-table > tbody td {
        border: 1px solid #dcdcdc;
        padding: 5px 10px;
        vertical-align: middle; }
        #cart-001 .products-table > tbody td.product_image img {
          max-height: 100px;
          max-width: 100px; }
      #cart-001 .products-table > tbody > tr:nth-child(even) {
        background: #fff; }
      #cart-001 .products-table > tbody > tr:nth-child(odd) {
        background: #fff; }
    #cart-001 .products-table .cart-price.valid {
      color: #222;
      font-size: 1.2em; }
    #cart-001 .products-table .cart-price.not-valid {
      color: #AAA;
      text-decoration: line-through; }
    #cart-001 .products-table .cart-price.hidden {
      display: none; }
    #cart-001 .products-table .cart-price.discount.valid {
      color: #00AEEF;
      display: none;
      font-size: 2em; }
    #cart-001 .products-table .cart-price.discount.hidden {
      display: none; }
    #cart-001 .products-table #ammount_total_discounted,
    #cart-001 .products-table #products_total_discounted,
    #cart-001 .products-table td.cart_product_code,
    #cart-001 .products-table td.cart_row_delete,
    #cart-001 .products-table td.product_ammount,
    #cart-001 .products-table td.product_id,
    #cart-001 .products-table td.product_image,
    #cart-001 .products-table td.product_price,
    #cart-001 .products-table td.product_quantity,
    #cart-001 .products-table td.product_vat {
      padding-left: 10px;
      padding-right: 10px; }
    #cart-001 .products-table td.product_quantity .ui-spinner {
      margin-right: 0; }
  #cart-001 .cart-big-vat {
    border-left: #dcdcdc;
    color: #767676;
    float: right; }
  #cart-001 .cart-big-vat td,
  #cart-001 .cart-big-vat th {
    color: #767676;
    padding: 5px 20px; }
  #cart-001 .cart-summary .vat_collapse {
    background: url("images/bkg_collapse.gif") 0 7px no-repeat;
    display: inline-block;
    float: right;
    overflow: hidden;
    padding-left: 20px; }
  #cart-001 .show-details .vat_collapse {
    background-position: 0 -50px; }
  #cart-001 .cart-summary-detail-vat {
    background: #dcdcdc;
    font-size: 0.8em; }
  #cart-001 #p_opombe-label {
    padding: 10px;
    width: 100%; }
  #cart-001 #p_opombe {
    border: 1px solid #dcdcdc;
    width: 100%; }
  #cart-001 #coupon-input {
    color: #767676; }
  #cart-001 .ui-spinner {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    vertical-align: top;
    margin: 0; }
    #cart-001 .ui-spinner .ui-spinner-down {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      height: 40px;
      left: 0;
      line-height: 40px;
      width: 40px;
      top: 0; }
      #cart-001 .ui-spinner .ui-spinner-down::after {
        background: #FFF;
        border: 1px solid #AAA;
        border-right: 0;
        bottom: 0;
        color: #AAA;
        content: "\f068";
        font-family: FontAwesome;
        left: 0;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 0;
        top: 0; }
      #cart-001 .ui-spinner .ui-spinner-down:hover::after {
        background: #F5F5F5; }
      #cart-001 .ui-spinner .ui-spinner-down:active::after {
        background: #F5F5F5; }
    #cart-001 .ui-spinner .product-quantity {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      font-size: 18px;
      height: 40px;
      line-height: 40px;
      margin: 0 40px;
      padding: 0 10px;
      text-align: center;
      vertical-align: middle;
      white-space: nowrap;
      width: 60px; }
    #cart-001 .ui-spinner .ui-spinner-up {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      height: 40px;
      right: 0;
      line-height: 40px;
      width: 40px;
      top: 0; }
      #cart-001 .ui-spinner .ui-spinner-up::after {
        background: #FFF;
        border: 1px solid #AAA;
        border-left: 0;
        bottom: 0;
        color: #AAA;
        content: "\f067";
        font-family: FontAwesome;
        left: 0;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 0;
        top: 0; }
      #cart-001 .ui-spinner .ui-spinner-up:hover::after {
        background: #F5F5F5; }
      #cart-001 .ui-spinner .ui-spinner-up:active::after {
        background: #F5F5F5; }

#cart-005 {
  background: #fff;
  margin-bottom: 20px;
  padding: 10px; }
  #cart-005 .cart-company-data {
    padding-bottom: 20px; }
  #cart-005 .cart-status-table {
    width: 100%; }
    #cart-005 .cart-status-table .col-min-width {
      width: 1;
      white-space: nowrap; }
    #cart-005 .cart-status-table thead {
      background-color: #dcdcdc; }
    #cart-005 .cart-status-table td {
      padding: 0 2px 0 5px; }
    #cart-005 .cart-status-table .cart-status-table-data-title {
      white-space: nowrap; }
  #cart-005 .cart-customer,
  #cart-005 .cart-shipment-address {
    list-style-type: none;
    padding-right: 5px; }
    #cart-005 .cart-customer li,
    #cart-005 .cart-shipment-address li {
      display: block;
      padding: 0 2px 0 5px; }
  #cart-005 .cart-customer-header,
  #cart-005 .cart-shipment-address-header {
    background-color: #dcdcdc;
    border: 0 none transparent; }
  #cart-005 .products-table {
    background: #fff;
    border-collapse: collapse;
    empty-cells: show;
    margin-bottom: 0;
    width: 100%; }
    #cart-005 .products-table .col-min-width {
      width: 1; }
    #cart-005 .products-table > thead {
      background: #dcdcdc;
      color: #767676; }
      #cart-005 .products-table > thead th {
        padding: 20px 10px;
        vertical-align: top; }
    #cart-005 .products-table > tbody {
      color: #767676; }
      #cart-005 .products-table > tbody td {
        border: 1px solid #dcdcdc;
        padding: 5px 10px;
        vertical-align: middle; }
        #cart-005 .products-table > tbody td.product_image img {
          max-height: 100px;
          max-width: 100px; }
      #cart-005 .products-table > tbody > tr:nth-child(even) {
        background: #fff; }
      #cart-005 .products-table > tbody > tr:nth-child(odd) {
        background: #fff; }
    #cart-005 .products-table .cart-price.valid {
      color: #E61610;
      font-size: 1.2em; }
    #cart-005 .products-table .cart-price.not-valid {
      color: #AAA;
      text-decoration: line-through; }
    #cart-005 .products-table .cart-price.hidden {
      display: none; }
    #cart-005 .products-table .cart-price.discount.valid {
      color: #E61610;
      display: none;
      font-size: 2em; }
    #cart-005 .products-table .cart-price.discount.hidden {
      display: none; }
    #cart-005 .products-table #ammount_total_discounted,
    #cart-005 .products-table #products_total_discounted,
    #cart-005 .products-table td.cart_product_code,
    #cart-005 .products-table td.cart_row_delete,
    #cart-005 .products-table td.product_ammount,
    #cart-005 .products-table td.product_id,
    #cart-005 .products-table td.product_image,
    #cart-005 .products-table td.product_price,
    #cart-005 .products-table td.product_quantity,
    #cart-005 .products-table td.product_vat {
      padding-left: 10px;
      padding-right: 10px; }
    #cart-005 .products-table td.product_quantity .ui-spinner {
      margin-right: 0; }
  #cart-005 .cart-big-vat {
    border-left: #dcdcdc;
    color: #767676;
    float: right; }
  #cart-005 .cart-big-vat td,
  #cart-005 .cart-big-vat th {
    color: #767676;
    padding: 5px 20px; }
  #cart-005 .cart-summary .vat_collapse {
    background: url("images/bkg_collapse.gif") 0 7px no-repeat;
    display: inline-block;
    float: right;
    overflow: hidden;
    padding-left: 20px; }
  #cart-005 .show-details .vat_collapse {
    background-position: 0 -50px; }
  #cart-005 .cart-summary-detail-vat {
    background: #dcdcdc;
    font-size: 0.8em; }
  #cart-005 #p_opombe-label {
    padding: 10px;
    width: 100%; }
  #cart-005 #p_opombe {
    border: 1px solid #dcdcdc;
    width: 100%; }
  #cart-005 #coupon-input {
    color: #767676; }
  #cart-005 .ui-spinner {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    vertical-align: top;
    margin: 0; }
    #cart-005 .ui-spinner .ui-spinner-down {
      border: 1px solid #AAA;
      border-right: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      height: 40px;
      left: 0;
      line-height: 40px;
      width: 40px;
      top: 0; }
      #cart-005 .ui-spinner .ui-spinner-down::after {
        background: #FFF;
        border: 0 none;
        border-right: 0;
        bottom: 0;
        color: #AAA;
        content: "\f068";
        font-family: FontAwesome;
        left: 0;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 0;
        top: 0; }
      #cart-005 .ui-spinner .ui-spinner-down:hover::after {
        background: #F5F5F5; }
      #cart-005 .ui-spinner .ui-spinner-down:active::after {
        background: #F5F5F5; }
    #cart-005 .ui-spinner .product-quantity {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      font-size: 18px;
      height: 40px;
      line-height: 40px;
      margin: 0 40px;
      padding: 0 10px;
      text-align: center;
      vertical-align: middle;
      white-space: nowrap;
      width: 60px; }
    #cart-005 .ui-spinner .ui-spinner-up {
      border: 1px solid #AAA;
      border-left: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      height: 40px;
      right: 0;
      line-height: 40px;
      width: 40px;
      top: 0; }
      #cart-005 .ui-spinner .ui-spinner-up::after {
        background: #FFF;
        border: 0 none;
        border-left: 0;
        bottom: 0;
        color: #AAA;
        content: "\f067";
        font-family: FontAwesome;
        left: 0;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 0;
        top: 0; }
      #cart-005 .ui-spinner .ui-spinner-up:hover::after {
        background: #F5F5F5; }
      #cart-005 .ui-spinner .ui-spinner-up:active::after {
        background: #F5F5F5; }

/******************************************************************************/
.cart-purchase-ammount {
  margin-left: 10px; }

.cart-purchase-ammount td {
  font-size: 1.25em;
  font-weight: bold;
  padding: 5px 10px; }

.cart-purchase-payment-method td,
.cart-purchase-shipment-method td {
  padding: 5px 10px; }

.back-to-shop {
  text-align: right; }

.cart-purchase-ammount {
  margin-left: 10px; }
  .cart-purchase-ammount td {
    font-size: 1.25em;
    font-weight: bold;
    padding: 5px 10px; }

.cart-purchase-payment-method td {
  padding: 5px 10px; }

.cart-purchase-payment-method .payment-method-wrapper {
  display: table; }
  .cart-purchase-payment-method .payment-method-wrapper .payment-method-row {
    display: table-row; }
    .cart-purchase-payment-method .payment-method-wrapper .payment-method-row label {
      display: table-cell; }
    .cart-purchase-payment-method .payment-method-wrapper .payment-method-row .label {
      display: table-cell; }

.cart-purchase-shipment-method td {
  padding: 5px 10px; }

.cart-purchase-shipment-method .shipment-method-wrapper {
  display: table; }
  .cart-purchase-shipment-method .shipment-method-wrapper .shipment-method-row {
    display: table-row; }
    .cart-purchase-shipment-method .shipment-method-wrapper .shipment-method-row label {
      display: table-cell; }
    .cart-purchase-shipment-method .shipment-method-wrapper .shipment-method-row .label {
      display: table-cell; }

#fmCartPurchase #p_request {
  float: right; }

#purchase-shipment-address #contact_form {
  text-align: left; }

#purchase-payment-and-shipment {
  border-left: 1px solid #afafaf; }

.input_kol {
  float: left;
  margin-top: 1px !important;
  padding: 0 5px;
  text-align: right; }

/* Cart in Nav Bar */
#nav-cart-wrapper {
  position: relative; }

#nav-cart {
  min-width: 100%;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5000; }

#nav-cart-header {
  background: #F5F5F5;
  color: #222;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 2em;
  padding: 10px;
  text-align: right; }
  #nav-cart-header > div {
    background: url("./images/kosarica_57_222222.png") center left no-repeat;
    display: inline-block;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 65px;
    vertical-align: middle; }
  #nav-cart-header a {
    text-decoration: none; }

#nav-cart-content {
  background-color: #fff;
  border: 1px solid #EBEBEB;
  color: #AAA;
  display: none;
  overflow: hidden;
  padding: 10px;
  width: 250px; }

.cart-small-mid {
  overflow: hidden; }

.cart-small-product {
  float: left;
  width: 200px; }

.cart-small-product .product {
  clear: both;
  display: block; }

.cart-small-product .price {
  float: right;
  text-align: right; }

.cart-small-total {
  font-weight: bold;
  font-size: 1.2em;
  text-align: right; }

.cart-small-delete {
  float: left;
  overflow: hidden; }

.price-promo-label {
  font-size: 0;
  line-height: normal;
  position: absolute; }

#added-to-cart .num-products-added {
  background: #FFF;
  color: #AAA;
  line-height: 2em;
  padding: 0 10px; }

#added-to-cart .products-added {
  list-style-type: none; }
  #added-to-cart .products-added li {
    display: block;
    list-style-type: none;
    overflow: hidden; }
    #added-to-cart .products-added li .cart-small-product {
      display: table-row;
      width: 100%; }
      #added-to-cart .products-added li .cart-small-product .product {
        display: table-cell;
        padding: 10px 10px 10px 20px; }
      #added-to-cart .products-added li .cart-small-product .quantity {
        display: table-cell;
        text-align: right;
        padding: 10px 20px 10px 10px; }

.price-promo-label {
  bottom: auto;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0); }
  .price-promo-label.left-top {
    bottom: auto;
    left: 0;
    right: auto;
    top: 0;
    transform: translate(0%, 0%); }
  .price-promo-label.center-top {
    bottom: auto;
    left: 50%;
    right: auto;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .price-promo-label.right-top {
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .price-promo-label.left-center {
    bottom: auto;
    left: 0;
    right: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .price-promo-label.center-center {
    bottom: auto;
    left: 50%;
    right: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .price-promo-label.right-center {
    bottom: auto;
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .price-promo-label.left-bottom {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .price-promo-label.center-bottom {
    bottom: 0;
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .price-promo-label.right-bottom {
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

/* Inline editor styles ******/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Template Partial
* Editor CSS styles
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
.arsluna-space {
  display: block;
  overflow: hidden; }

.arsluna-space-xs {
  height: 10px; }

.arsluna-space-s {
  height: 20px; }

.arsluna-space-m {
  height: 30px; }

.arsluna-space-l {
  height: 40px; }

.arsluna-space-xl {
  height: 50px; }

.arsluna-space-xxl {
  height: 60px; }

.arsluna-margin-top-0 {
  margin-top: 0; }

.arsluna-margin-top-xs {
  margin-top: 10px; }

.arsluna-margin-top-s {
  margin-top: 20px; }

.arsluna-margin-top-m {
  margin-top: 30px; }

.arsluna-margin-top-l {
  margin-top: 40px; }

.arsluna-margin-top-xl {
  margin-top: 50px; }

.arsluna-margin-top-xxl {
  margin-top: 60px; }

.arsluna-margin-top-auto {
  margin-top: auto; }

.arsluna-margin-right-0 {
  margin-right: 0; }

.arsluna-margin-right-xs {
  margin-right: 10px; }

.arsluna-margin-right-s {
  margin-right: 20px; }

.arsluna-margin-right-m {
  margin-right: 30px; }

.arsluna-margin-right-l {
  margin-right: 40px; }

.arsluna-margin-right-xl {
  margin-right: 50px; }

.arsluna-margin-right-xxl {
  margin-right: 60px; }

.arsluna-margin-right-auto {
  margin-right: auto; }

.arsluna-margin-bottom-0 {
  margin-bottom: 0; }

.arsluna-margin-bottom-xs {
  margin-bottom: 10px; }

.arsluna-margin-bottom-s {
  margin-bottom: 20px; }

.arsluna-margin-bottom-m {
  margin-bottom: 30px; }

.arsluna-margin-bottom-l {
  margin-bottom: 40px; }

.arsluna-margin-bottom-xl {
  margin-bottom: 50px; }

.arsluna-margin-bottom-xxl {
  margin-bottom: 60px; }

.arsluna-margin-bottom-auto {
  margin-bottom: auto; }

.arsluna-margin-left-0 {
  margin-left: 0; }

.arsluna-margin-left-xs {
  margin-left: 10px; }

.arsluna-margin-left-s {
  margin-left: 20px; }

.arsluna-margin-left-m {
  margin-left: 30px; }

.arsluna-margin-left-l {
  margin-left: 40px; }

.arsluna-margin-left-xl {
  margin-left: 50px; }

.arsluna-margin-left-xxl {
  margin-left: 60px; }

.arsluna-margin-left-auto {
  margin-left: auto; }

.arsluna-padding-top-0 {
  padding-top: 0; }

.arsluna-padding-top-xs {
  padding-top: 10px; }

.arsluna-padding-top-s {
  padding-top: 20px; }

.arsluna-padding-top-m {
  padding-top: 30px; }

.arsluna-padding-top-l {
  padding-top: 40px; }

.arsluna-padding-top-xl {
  padding-top: 50px; }

.arsluna-padding-top-xxl {
  padding-top: 60px; }

.arsluna-padding-right-0 {
  padding-right: 0; }

.arsluna-padding-right-xs {
  padding-right: 10px; }

.arsluna-padding-right-s {
  padding-right: 20px; }

.arsluna-padding-right-m {
  padding-right: 30px; }

.arsluna-padding-right-l {
  padding-right: 40px; }

.arsluna-padding-right-xl {
  padding-right: 50px; }

.arsluna-padding-right-xxl {
  padding-right: 60px; }

.arsluna-padding-bottom-0 {
  padding-bottom: 0 !important; }

.arsluna-padding-bottom-xs {
  padding-bottom: 10px; }

.arsluna-padding-bottom-s {
  padding-bottom: 20px; }

.arsluna-padding-bottom-m {
  padding-bottom: 30px; }

.arsluna-padding-bottom-l {
  padding-bottom: 40px; }

.arsluna-padding-bottom-xl {
  padding-bottom: 50px; }

.arsluna-padding-bottom-xxl {
  padding-bottom: 60px; }

.arsluna-padding-left-0 {
  padding-left: 0; }

.arsluna-padding-left-xs {
  padding-left: 10px; }

.arsluna-padding-left-s {
  padding-left: 20px; }

.arsluna-padding-left-m {
  padding-left: 30px; }

.arsluna-padding-left-l {
  padding-left: 40px; }

.arsluna-padding-left-xl {
  padding-left: 50px; }

.arsluna-padding-left-xxl {
  padding-left: 60px; }

.arsluna-hide-xxl {
  display: none; }

/******************************************************************************/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Custom Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
#header-wrapper .header-black {
  background: #222; }
  #header-wrapper .header-black .nav-wrapper {
    display: inline-block;
    float: right; }
  #header-wrapper .header-black .social-media-wrapper {
    display: inline-block;
    float: right;
    padding: 0; }
    #header-wrapper .header-black .social-media-wrapper .social-media {
      font-size: 0;
      line-height: 45px;
      vertical-align: top; }
      #header-wrapper .header-black .social-media-wrapper .social-media li {
        display: inline-block;
        height: 45px;
        line-height: 45px;
        margin-left: 20px;
        vertical-align: top;
        width: 45px; }
        #header-wrapper .header-black .social-media-wrapper .social-media li.instagram a {
          background: url("./images/instagram_28_ebebeb.png") center center no-repeat;
          display: block;
          height: 45px;
          line-height: 45px;
          margin-left: 0;
          width: 45px; }
        #header-wrapper .header-black .social-media-wrapper .social-media li.facebook a {
          background: url("./images/facebook_28_ebebeb.png") center center no-repeat;
          display: block;
          height: 45px;
          line-height: 45px;
          width: 45px; }

#header-wrapper .header-search-and-contact {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: nowrap;
  padding-top: 39px; }
  #header-wrapper .header-search-and-contact .search-box {
    -webkit-flex: 1;
    flex: 1; }
  #header-wrapper .header-search-and-contact .contact-box {
    width: 300px;
    padding-left: 25px; }
    #header-wrapper .header-search-and-contact .contact-box a {
      background: #F5F5F5 url("./images/telefon_25_x_25.png") 10px center no-repeat;
      color: #222;
      display: block;
      font-size: 24px;
      height: 57px;
      line-height: 57px;
      padding: 0 15px 0 45px;
      text-align: right;
      width: 100%; }

.countdown-section {
  background: url("./images/ozadje_sredina.jpg") center top no-repeat;
  background-size: cover;
  margin-top: 6.667%; }

.prva-prednosti {
  padding: 6.667% 0; }
  .prva-prednosti .row .grid-element {
    padding: 0; }
  .prva-prednosti .row .grid-element-content {
    border: solid 1px #EBEBEB;
    margin: 0;
    padding: 0; }
  .prva-prednosti .row .row .grid-element {
    padding: 15px; }
  .prva-prednosti .row .row .grid-element-content {
    border: 0 none;
    color: #AAA; }
    .prva-prednosti .row .row .grid-element-content p {
      font-size: 16px;
      text-align: left; }
    .prva-prednosti .row .row .grid-element-content .arsluna-text-wrapper {
      position: relative;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }

.artikli-naslov {
  background: url("./images/Stran_artikli_ozadje_zgoraj_s_filtrom.jpg") center center no-repeat;
  background-size: cover;
  color: #FFF;
  padding-bottom: 1%;
  padding-top: 7%; }
  .artikli-naslov h1 {
    color: #FFF !important;
    font-size: 36px;
    text-align: left; }
  .artikli-naslov p {
    color: #FFF;
    font-size: 18px; }
