@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);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

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

.middle {
  vertical-align: middle; }

.block {
  display: block;
  overflow: hidden; }

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

/*
* 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: rgba(0, 0, 0, 0); }

.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: #7b858a;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.92857em;
  padding-top: 120px;
  text-align: justify; }

#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: #21293c;
  font-weight: normal;
  line-height: 1.5em;
  text-align: left;
  margin: 1em 0 0; }

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px; }

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px; }

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px; }

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px; }

h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px; }

h6 {
  font-family: #21293c;
  font-size: 16px; }

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: rgba(255, 255, 255, 0.6);
  border-bottom: 0 none;
  color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4; }
  #header-wrapper .container {
    overflow: visible;
    padding: 0 1.5625%; }
  #header-wrapper h1,
  #header-wrapper h2,
  #header-wrapper h3,
  #header-wrapper h4,
  #header-wrapper h5,
  #header-wrapper h6 {
    color: rgba(0, 0, 0, 0.7); }

#banner-wrapper {
  background: transparent;
  color: #5b5b5b;
  margin-top: -120px;
  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: #5b5b5b; }

#nav-wrapper {
  background: #5c616e;
  color: rgba(0, 0, 0, 0.7);
  position: relative; }
  #nav-wrapper .container {
    background-color: rgba(255, 255, 255, 0.75);
    height: 60px;
    overflow: visible;
    padding: 0; }
  #nav-wrapper h1,
  #nav-wrapper h2,
  #nav-wrapper h3,
  #nav-wrapper h4,
  #nav-wrapper h5,
  #nav-wrapper h6 {
    color: rgba(0, 0, 0, 0.7); }

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

#main-wrapper {
  background: transparent;
  color: inherit;
  padding: 0 0 2.6042%;
  position: relative; }
  #main-wrapper .container {
    padding: 0; }
  #main-wrapper .container:first-child {
    padding: 0; }
  #main-wrapper .container:last-child {
    padding: 0; }
  #main-wrapper h1,
  #main-wrapper h2,
  #main-wrapper h3,
  #main-wrapper h4,
  #main-wrapper h5,
  #main-wrapper h6 {
    color: #21293c; }

#footer-wrapper {
  background: #f5f5f5;
  color: #777;
  position: relative; }
  #footer-wrapper .container {
    padding: 0; }
  #footer-wrapper p {
    font-size: 13px; }
  #footer-wrapper h1,
  #footer-wrapper h2,
  #footer-wrapper h3,
  #footer-wrapper h4,
  #footer-wrapper h5,
  #footer-wrapper h6 {
    color: #313131;
    font-weight: bold; }

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 {
  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.ui-widget-content {
  background: transparent none;
  border: 0 none; }
  .ui-tabs.ui-widget-content .ui-tabs-nav {
    border-bottom: #4C7A34; }
    .ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-default {
      background: #b5c870;
      background: -moz-linear-gradient(#b5c870 0%, #b5c870 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5c870), color-stop(100%, #b5c870));
      background: -webkit-linear-gradient(#b5c870 0%, #b5c870 100%);
      background: linear-gradient(#b5c870 0%, #b5c870 100%);
      border: 1px solid #4C7A34;
      color: #4C7A34;
      font-weight: normal; }
      .ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-default a,
      .ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-default a:link {
        color: #4C7A34 !important; }
      .ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-default: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 #4C7A34;
        color: #4C7A34;
        font-weight: normal; }
    .ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-active {
      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 #4C7A34;
      color: #4C7A34;
      font-weight: normal; }
      .ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-active a,
      .ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-active a:link {
        color: #4C7A34 !important; }
    .ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-focus a:link {
      color: #4C7A34 !important; }

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

/******************************************************************************/
/* Partials                                                                   */
/******************************************************************************/
/* 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: #343a49;
  border: 0 none;
  margin: 10px 10px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #FFF !important;
  float: left;
  font-size: 14px;
  height: 43px;
  line-height: 43px;
  padding: 0 30px;
  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: #3f4658;
    border: 0 none;
    color: #FFF !important; }
  .btn-awesome.active,
  .button.active {
    background: #3f4658;
    border: 0 none;
    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: #343a49;
  border: 0 none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #FFF !important;
  float: left;
  font-size: 14px;
  height: 43px;
  left: 50%;
  line-height: 43px;
  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: #3f4658;
    border: 0 none;
    color: #FFF !important; }

/* Button More */
.button-more-secondary {
  background: #343a49;
  border: 0 none;
  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: #3f4658;
    border: 0 none;
    color: #FFF !important; }

/* Button News Subscribe */
.button.button-news-subscribe {
  background: #3f4658;
  border: 1px solid #3f4658;
  color: #FFF;
  padding-left: 0;
  padding-right: 0; }
  .button.button-news-subscribe:hover {
    background: #353b4b;
    border: 1px solid #353b4b;
    color: #FFF; }

/*********************************************************************************/
/* Page Index                                                                    */
/*********************************************************************************/
.pageindex-wrapper .page-number-container {
  display: none;
  text-align: right; }
  .pageindex-wrapper .page-number-container .page-number {
    display: inline-block; }

.pageindex {
  clear: both;
  display: block;
  text-align: right; }
  .pageindex > ul {
    display: inline-block;
    list-style-type: none; }
    .pageindex > ul > li {
      float: left;
      margin-left: 5px; }
      .pageindex > ul > li a {
        background: #FFF;
        border: 1px solid #CCC;
        color: #7b858a;
        display: inline-block;
        font-size: 15px;
        font-weight: 700;
        height: 33px;
        line-height: 31px;
        padding: 0;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        width: 33px; }
        .pageindex > ul > li a span {
          display: block; }
        .pageindex > ul > li a:hover {
          background: #FFF;
          border: 1px solid #3f4658;
          color: #706f6c; }
        .pageindex > ul > li a.active {
          background: #FFF;
          border: 1px solid #3f4658;
          color: #706f6c; }

/******************************************************************************/
#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: #343a49;
  border: 0 none;
  display: inline-block;
  float: none;
  font-size: 14px;
  height: 43px;
  letter-spacing: 0.7px;
  line-height: 43px;
  margin: 0;
  padding: 0 30px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 210px; }
  .button.button-add-to-cart-small .img {
    background: transparent url("images/cart_bel_20_20.png") left center no-repeat;
    display: inline-block;
    float: left;
    height: 43px;
    width: 43px; }
  .button.button-add-to-cart-small .txt {
    display: inline-block;
    float: left;
    height: 43px;
    line-height: 43px;
    text-align: left; }
  .button.button-add-to-cart-small:hover {
    background: #3f4658; }

.button.button-add-to-favorites-small {
  background: #343a49;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 43px;
  margin: 0;
  padding: 0; }
  .button.button-add-to-favorites-small .img {
    background: transparent none;
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px; }
  .button.button-add-to-favorites-small .txt {
    display: inline-block;
    float: left;
    height: 43px;
    line-height: 43px;
    text-align: left; }
  .button.button-add-to-favorites-small:hover {
    background: #3f4658; }

.button.button-remove-from-favorites-small {
  background: #343a49;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 43px;
  margin: 0;
  padding: 0; }
  .button.button-remove-from-favorites-small .img {
    background: transparent none;
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px; }
  .button.button-remove-from-favorites-small .txt {
    display: inline-block;
    float: left;
    height: 43px;
    line-height: 43px;
    text-align: left; }
  .button.button-remove-from-favorites-small:hover {
    background: #3f4658; }

.button.button-add-to-cart-big {
  background: #343a49;
  border: 0 none;
  display: inline-block;
  float: none;
  font-size: 14px;
  height: 43px;
  letter-spacing: 0.7px;
  line-height: 43px;
  margin: 0;
  padding: 0 30px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 210px; }
  .button.button-add-to-cart-big .img {
    background: transparent url("images/cart_bel_20_20.png") left center no-repeat;
    display: inline-block;
    float: left;
    height: 43px;
    width: 43px; }
  .button.button-add-to-cart-big .txt {
    display: inline-block;
    float: left;
    height: 43px;
    line-height: 43px;
    text-align: left; }
  .button.button-add-to-cart-big:hover {
    background: #3f4658; }

.button.button-add-to-favorites-big {
  background: #343a49;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 43px;
  margin: 0;
  padding: 0;
  width: 210px; }
  .button.button-add-to-favorites-big .img {
    background: transparent none;
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px; }
  .button.button-add-to-favorites-big .txt {
    display: inline-block;
    float: left;
    height: 43px;
    line-height: 43px;
    text-align: left; }
  .button.button-add-to-favorites-big:hover {
    background: #3f4658; }

.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 {
    background: #3f4658; }

.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: #E8E8E8;
  border: 1px solid #2B2B2B;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #2B2B2B;
  display: inline-block;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  margin-left: 0;
  padding: 0 30px;
  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: #F4F4F4;
  border: 1px solid #313131;
  color: #313131; }

.arsluna-button-two {
  background: #3f4658;
  background: -moz-linear-gradient(#3f4658 0%, #3f4658 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f4658), color-stop(100%, #3f4658));
  background: -webkit-linear-gradient(#3f4658 0%, #3f4658 100%);
  background: linear-gradient(#3f4658 0%, #3f4658 100%);
  border: 1px solid #3f4658;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-family: inherit;
  font-size: 20px;
  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: #353b4b;
  background: -moz-linear-gradient(#353b4b 0%, #353b4b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #353b4b), color-stop(100%, #353b4b));
  background: -webkit-linear-gradient(#353b4b 0%, #353b4b 100%);
  background: linear-gradient(#353b4b 0%, #353b4b 100%);
  border: 1px solid #353b4b;
  color: #FFF; }

.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: inherit;
  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 #4C7A34;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #4C7A34;
  display: inline-block;
  font-family: inherit;
  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 #96cd00;
  color: #96cd00; }

.arsluna-button-five {
  background: #4C7A34;
  background: -moz-linear-gradient(#4C7A34 0%, #4C7A34 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4C7A34), color-stop(100%, #4C7A34));
  background: -webkit-linear-gradient(#4C7A34 0%, #4C7A34 100%);
  background: linear-gradient(#4C7A34 0%, #4C7A34 100%);
  border: 1px solid #4C7A34;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-family: inherit;
  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: #96cd00;
  background: -moz-linear-gradient(#96cd00 0%, #96cd00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96cd00), color-stop(100%, #96cd00));
  background: -webkit-linear-gradient(#96cd00 0%, #96cd00 100%);
  background: linear-gradient(#96cd00 0%, #96cd00 100%);
  border: 1px solid #96cd00;
  color: #FFF; }

.arsluna-button-six {
  background: #4C7A34;
  background: -moz-linear-gradient(#4C7A34 0%, #4C7A34 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4C7A34), color-stop(100%, #4C7A34));
  background: -webkit-linear-gradient(#4C7A34 0%, #4C7A34 100%);
  background: linear-gradient(#4C7A34 0%, #4C7A34 100%);
  border: 1px solid #4C7A34;
  /*
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    */
  color: transparent;
  display: inline-block;
  font-family: inherit;
  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: #96cd00;
  background: -moz-linear-gradient(#96cd00 0%, #96cd00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96cd00), color-stop(100%, #96cd00));
  background: -webkit-linear-gradient(#96cd00 0%, #96cd00 100%);
  background: linear-gradient(#96cd00 0%, #96cd00 100%);
  border: 1px solid #96cd00;
  color: transparent; }

/* 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;
  display: inline-block;
  padding: 0;
  position: relative;
  max-width: 100%; }

.sm-blue a {
  color: rgba(0, 0, 0, 0.7);
  display: block;
  overflow: hidden; }

.sm-blue a,
.sm-blue a:active,
.sm-blue a:focus,
.sm-blue a:hover {
  padding: 10px 58px 10px 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none; }

.sm-blue a.current {
  color: black; }

.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: 50px;
  line-height: 50px;
  left: auto;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  padding: 0;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  width: 50px; }
  .sm-blue a span.sub-arrow:before {
    display: block;
    content: ' ';
    border-bottom: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.7);
    top: 50%;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-top: -3px;
    position: absolute;
    width: 0; }

.sm-blue a.highlighted span.sub-arrow:before {
  display: block;
  content: ' ';
  border-bottom: 6px solid black;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  top: 50%;
  height: 0;
  left: 50%;
  margin-left: -6px;
  margin-top: -3px;
  position: absolute;
  width: 0; }

/* 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: #FFF; }

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

.sm-blue ul a,
.sm-blue ul a:active,
.sm-blue ul a:focus,
.sm-blue ul a:hover {
  background: transparent;
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  text-shadow: none; }

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

.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: black; }

.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: 1px solid rgba(0, 0, 0, 0.05); }

/* 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: rgba(0, 0, 0, 0.7);
    padding: 10px 12px;
    color: rgba(0, 0, 0, 0.7); }
  .sm-blue a.highlighted,
  .sm-blue a:active,
  .sm-blue a:focus,
  .sm-blue a:hover,
  .sm-blue li.active a {
    /*
        background: #2b82ac;
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #2d89b4), color-stop(100%, #297ca3));
        background-image: -webkit-linear-gradient(to bottom, #2d89b4, #297ca3);
        background-image: -moz-linear-gradient(to bottom, #2d89b4, #297ca3);
        background-image: -o-linear-gradient(to bottom, #2d89b4, #297ca3);
        background-image: linear-gradient(to bottom, #2d89b4, #297ca3);
        */
    color: black; }
  .sm-blue 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: black; }
  .sm-blue a.disabled {
    background: #3092c0;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
    background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    color: #a1d1e8; }
  /* Sub Arrow for desktop Menu*/
  .sm-blue a span.sub-arrow {
    background: transparent;
    border-width: 5px;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    bottom: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .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 {
    border-top-color: black; }
  .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: #FFF;
    -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 {
    border: 0 !important;
    padding: 9px 23px;
    background: transparent;
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 13px;
    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; }
  .sm-blue ul a.highlighted,
  .sm-blue ul a:active,
  .sm-blue ul a:focus,
  .sm-blue ul a:hover {
    background: rgba(255, 255, 255, 0.5);
    /*
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
        background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
        */
    color: black !important; }
  .sm-blue ul a.current {
    background: rgba(255, 255, 255, 0.5);
    /*
        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: black !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: black 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: inline-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: rgba(0, 0, 0, 0.7); }

#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: black; }

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

/* Hide on desktop */
#sm-menu-item-18,
#sm-menu-item-20,
#sm-menu-item-21 {
  display: none; }

/* 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;
  line-height: 0;
  margin-top: 0;
  overflow: visible;
  text-align: center; }

/******************************************************************************/
/* Menu 001                                                                   */
/******************************************************************************/
.menu-001 {
  padding: 10px 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: #777;
      display: block;
      font-size: 13px;
      line-height: 24px;
      padding: 0 0 12px 12px;
      position: relative;
      text-decoration: none; }
      .menu-001 > ul > li > a::before {
        border: 6px solid;
        border-right: 0;
        border-color: transparent;
        border-left-color: #777;
        content: " ";
        height: 0;
        left: 0;
        position: absolute;
        top: 6px;
        width: 0; }
      .menu-001 > ul > li > a:hover {
        text-decoration: underline; }

/* 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 #CCC;
  box-shadow: none;
  color: #777;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  vertical-align: middle; }
  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: #929292 !important; }

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

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

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

form:-ms-input-placeholder {
  color: #929292 !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 #CCC;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  color: #777;
  font-size: 13px;
  padding: 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 {
  position: relative;
  /* Button Search */ }
  .search-wrapper .search {
    background: #FFF;
    border: solid 5px #CCC;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    display: none;
    padding: 0;
    position: absolute;
    right: -33px;
    top: 50px;
    width: 300px;
    z-index: 2;
    text-align: center;
    /* Button Search */ }
    .search-wrapper .search:before {
      border: solid transparent;
      border-width: 14px;
      border-top-width: 0;
      border-bottom-color: #CCC;
      content: " ";
      height: 0;
      right: 35px;
      width: 0;
      position: absolute;
      pointer-events: none;
      top: -14px; }
    .search-wrapper .search input[type=text] {
      background: #FFF;
      border: 0 none;
      border-right: 0 none;
      -webkit-border-radius: 15px 0 0 15px;
      -moz-border-radius: 15px 0 0 15px;
      -ms-border-radius: 15px 0 0 15px;
      -o-border-radius: 15px 0 0 15px;
      border-radius: 15px 0 0 15px;
      float: left;
      font-size: 13px;
      height: 40px;
      padding: 10px 20px;
      width: 240px; }
    .search-wrapper .search .button.button-search {
      background: #FFF;
      border-bottom: 0 none;
      border-left: 1px solid #CCC;
      border-right: 0 none;
      border-top: 0 none;
      -webkit-border-radius: 0 15px 15px 0;
      -moz-border-radius: 0 15px 15px 0;
      -ms-border-radius: 0 15px 15px 0;
      -o-border-radius: 0 15px 15px 0;
      border-radius: 0 15px 15px 0;
      color: #777 !important;
      float: left;
      font-size: 20px;
      height: 40px;
      line-height: 40px;
      margin: 0;
      padding: 0 10px;
      text-align: center;
      text-decoration: none;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      width: 50px; }
      .search-wrapper .search .button.button-search:hover {
        background: #FFF;
        border-color: #CCC;
        color: #0088CC !important; }
  .search-wrapper .button.search-toggle-button {
    background: transparent;
    border: 0 none;
    color: rgba(0, 0, 0, 0.7) !important;
    display: block;
    float: none;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 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: 40px; }
    .search-wrapper .button.search-toggle-button:hover {
      background: transparent;
      color: black !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%; }

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

/* 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 {
  padding: 5px 10px;
  font-size: 14px;
  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%; }

/* 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 rgba(0, 0, 0, 0); }

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

#sidebar_left_content {
  display: block; }

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

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

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

/******************************************************************************/
.template-001 {
  padding: 20px 0;
  border-bottom: 1px solid #375f26; }
  .template-001.last {
    border-bottom: 0 none transparent; }
  .template-001 .image-photo-album a {
    display: block;
    text-align: center; }

.template-002 {
  padding: 20px 0;
  border-bottom: 1px solid #375f26; }
  .template-002.last {
    border-bottom: 0 none transparent; }
  .template-002 .image-photo-album a {
    display: block;
    text-align: center; }

.template-003 {
  padding: 20px 0;
  border-bottom: 1px solid #375f26; }
  .template-003.last {
    border-bottom: 0 none transparent; }
  .template-003 .content-first {
    display: block;
    overflow: hidden; }
  .template-003 .image-main {
    float: left;
    padding-right: 5%;
    max-width: 50%; }
  .template-003 .image-photo-album a {
    display: block;
    text-align: center; }

.template-004 {
  padding: 20px 0;
  border-bottom: 1px solid #375f26; }
  .template-004.last {
    border-bottom: 0 none transparent; }
  .template-004 .content-first {
    display: block;
    overflow: hidden; }
  .template-004 .image-main {
    float: left;
    padding-right: 5%;
    max-width: 50%; }
  .template-004 .image-photo-album a {
    display: block;
    text-align: center; }

.template-005 {
  padding: 20px 0;
  border-bottom: 1px solid #375f26; }
  .template-005.last {
    border-bottom: 0 none transparent; }
  .template-005 .content-first {
    display: block;
    overflow: hidden; }
  .template-005 .image-main {
    float: right;
    padding-left: 5%;
    max-width: 50%; }
  .template-005 .image-photo-album a {
    display: block;
    text-align: center; }

.template-006 {
  padding: 20px 0;
  border-bottom: 1px solid #375f26; }
  .template-006.last {
    border-bottom: 0 none transparent; }
  .template-006 .content-first {
    display: block;
    overflow: hidden; }
  .template-006 .image-main {
    float: right;
    padding-left: 5%;
    max-width: 50%; }
  .template-006 .image-photo-album a {
    display: block;
    text-align: center; }

.template-007 {
  padding: 20px 0;
  border-bottom: 1px solid #375f26; }
  .template-007.last {
    border-bottom: 0 none transparent; }
  .template-007 .content-first {
    display: block;
    overflow: hidden; }
  .template-007 .image-main {
    float: right;
    padding-left: 5%;
    max-width: 50%; }
  .template-007 .image-photo-album a {
    display: block;
    text-align: center; }

.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; }
      .messages-wrapper .messages-container .message-box .half-left {
        display: inline-block;
        width: 50%; }
      .messages-wrapper .messages-container .message-box .half-right {
        display: inline-block;
        width: 50%; }
        .messages-wrapper .messages-container .message-box .half-right .button {
          float: right; }

.arsluna-bookmark {
  display: block;
  /*same height as header*/
  height: 0;
  /*same height as header*/
  margin-top: 0;
  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: #343a49;
    border: 0 none;
    color: #FFF !important;
    font-size: 1.25em;
    min-height: 43px;
    line-height: normal;
    padding: 10px 25px 10px 40px;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s 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.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      width: 0; }
    .arsluna-portlet .arsluna-portlet-header:hover {
      background: #3f4658;
      border: 0 none;
      color: #FFF !important; }
      .arsluna-portlet .arsluna-portlet-header:hover::after {
        border-top: 10px solid #FFF; }
    .arsluna-portlet .arsluna-portlet-header.portlet-opened {
      background: #3f4658;
      border: 0 none;
      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: 12px;
  position: relative; }

.grid-element-content {
  background: transparent;
  border: 0px none;
  margin: 0;
  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: transparent;
  border: 0px 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: #313131;
  border: 1px solid #313131;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  color: #313131;
  display: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  height: 40px;
  letter-spacing: 0.10em;
  line-height: 40px;
  text-align: center;
  width: 40px; }

.grid-element-title {
  background: #FFF;
  color: #4C7A34;
  display: block;
  font-family: "Open Sans", 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);
  -o-transform: scale(1.3, 1.3);
  -ms-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: visible;
  position: relative; }

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

.grid-menu-item .grid-element-title {
  padding: 20px;
  text-align: center;
  vertical-align: middle; }

.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-011 .grid-element-content-wrapper {
  display: block;
  position: relative; }
  .grid-menu-item.grid-menu-item-011 .grid-element-content-wrapper .grid-element-content-header-image {
    display: block;
    overflow: hidden;
    position: relative; }
    .grid-menu-item.grid-menu-item-011 .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-011 .grid-element-content-wrapper .grid-element-content-header-image .menu-item-image.active {
        position: relative;
        z-index: 1; }
  .grid-menu-item.grid-menu-item-011 .grid-element-content-wrapper .grid-element-title {
    background: #3f4658;
    bottom: 10%;
    color: #FFF;
    display: block;
    left: -10px;
    line-height: 0;
    min-width: 174px;
    right: auto;
    padding: 15px 17px;
    position: absolute;
    top: auto;
    text-align: center;
    z-index: 3; }
    .grid-menu-item.grid-menu-item-011 .grid-element-content-wrapper .grid-element-title .title {
      font-size: 15px;
      font-weight: 600;
      line-height: 15px; }
    .grid-menu-item.grid-menu-item-011 .grid-element-content-wrapper .grid-element-title:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      width: 10px;
      height: 10px;
      border: 5px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-right-color: #3f4658;
      border-top-color: #3f4658; }

.grid-menu-item.grid-menu-item-011: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);
  /*
                        &.normal {
                            opacity: 0;
                        }
                        */ }

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

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

#footer-wrapper .grid-element {
  margin: 0;
  padding: 0; }
  #footer-wrapper .grid-element .grid-element-content {
    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: #7b858a;
    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 #7b858a;
    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-004 article {
    border: 1px solid #423100;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    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; }
  .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; }

.news-subscription.news-subscription-002 .form-group-inline {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .news-subscription.news-subscription-002 .form-group-inline li.form-group-inline-input {
    -webkit-flex: 1;
    flex: 1; }
    .news-subscription.news-subscription-002 .form-group-inline li.form-group-inline-input input[type=email],
    .news-subscription.news-subscription-002 .form-group-inline li.form-group-inline-input input[type=text] {
      background: #dcdcdc;
      border: 1px solid #dcdcdc;
      border-right: 0 none;
      -webkit-border-radius: 6px 0 0 6px;
      -moz-border-radius: 6px 0 0 6px;
      -ms-border-radius: 6px 0 0 6px;
      -o-border-radius: 6px 0 0 6px;
      border-radius: 6px 0 0 6px;
      float: left;
      font-size: 13px;
      height: 40px;
      padding: 10px 20px;
      width: 100%; }
  .news-subscription.news-subscription-002 .form-group-inline li.form-group-inline-button {
    padding: 5px 0;
    width: 70px; }
    .news-subscription.news-subscription-002 .form-group-inline li.form-group-inline-button .button.button-news-subscribe {
      background: #3f4658;
      border: 1px solid #3f4658;
      -webkit-border-radius: 0 6px 6px 0;
      -moz-border-radius: 0 6px 6px 0;
      -ms-border-radius: 0 6px 6px 0;
      -o-border-radius: 0 6px 6px 0;
      border-radius: 0 6px 6px 0;
      color: #FFF;
      font-size: 14px;
      height: 40px;
      line-height: 40px;
      margin: 0;
      width: 70px; }
      .news-subscription.news-subscription-002 .form-group-inline li.form-group-inline-button .button.button-news-subscribe:hover {
        background: #353b4b;
        border: 1px solid #353b4b;
        color: #FFF; }

/* 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-grid-product {
  padding: 10px; }
  .product-grid .product-grid-product .grid-element-content {
    background: #FFF;
    border: none;
    padding: 0;
    position: relative; }
    .product-grid .product-grid-product .grid-element-content header {
      margin-bottom: 0; }
    .product-grid .product-grid-product .grid-element-content h2 {
      display: block;
      overflow: hidden;
      margin-bottom: 0;
      text-align: center;
      width: 100%; }
    .product-grid .product-grid-product .grid-element-content a {
      text-decoration: none; }
    .product-grid .product-grid-product .grid-element-content .grid-element-title {
      background: transparent;
      color: #3f4658;
      display: block;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.35em;
      margin-bottom: 10px; }

.product-grid .product-grid-related {
  padding: 10px; }
  .product-grid .product-grid-related .grid-element-content-related {
    background: #FFF;
    border: none;
    padding: 0;
    position: relative; }
    .product-grid .product-grid-related .grid-element-content-related header {
      margin-bottom: 0; }
    .product-grid .product-grid-related .grid-element-content-related h2 {
      display: block;
      overflow: hidden;
      margin-bottom: 0;
      text-align: center;
      width: 100%; }
    .product-grid .product-grid-related .grid-element-content-related a {
      text-decoration: none; }
    .product-grid .product-grid-related .grid-element-content-related .grid-element-title {
      background: transparent;
      color: #3f4658;
      display: block;
      font-size: 0.8em;
      letter-spacing: 0;
      line-height: 2em;
      text-shadow: 2px 2px 2px rgba(86, 86, 86, 0.75); }

.product-grid .product-grid-element-content-header-number {
  display: none; }

.product-grid .product-grid-product .grid-element-content-header-image,
.product-grid .product-grid-realated .grid-element-content-header-image {
  background: transparent;
  border: 0 none;
  display: block;
  overflow: hidden;
  position: relative; }
  .product-grid .product-grid-product .grid-element-content-header-image .image-limit,
  .product-grid .product-grid-realated .grid-element-content-header-image .image-limit {
    display: block;
    margin-top: 100%; }
  .product-grid .product-grid-product .grid-element-content-header-image .image-limited,
  .product-grid .product-grid-realated .grid-element-content-header-image .image-limited {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5%;
    text-align: center; }
    .product-grid .product-grid-product .grid-element-content-header-image .image-limited img,
    .product-grid .product-grid-realated .grid-element-content-header-image .image-limited img {
      -ms-interpolation-mode: bicubic;
      float: none;
      height: auto;
      margin: 0 auto;
      max-height: 100%;
      max-width: 100%;
      position: relative;
      width: auto; }
    .product-grid .product-grid-product .grid-element-content-header-image .image-limited .active-image,
    .product-grid .product-grid-realated .grid-element-content-header-image .image-limited .active-image {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
      .product-grid .product-grid-product .grid-element-content-header-image .image-limited .active-image img,
      .product-grid .product-grid-realated .grid-element-content-header-image .image-limited .active-image img {
        float: none;
        margin: 0 auto;
        opacity: 0;
        -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; }

.product-grid .product-grid-product:hover .grid-element-content-header-image .image-limited .active-image img,
.product-grid .product-grid-realated:hover .grid-element-content-header-image .image-limited .active-image img {
  opacity: 1; }

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

.product-grid .prices-small {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0 7%;
  text-align: center;
  width: 100%; }
  .product-grid .prices-small > ul {
    margin: 0;
    padding-bottom: 10px;
    overflow: hidden; }
  .product-grid .prices-small .price {
    color: #444;
    display: block;
    font-size: 20px;
    font-weight: 600; }
    .product-grid .prices-small .price li {
      display: inline-block;
      vertical-align: top; }
    .product-grid .prices-small .price.not-valid {
      display: block;
      font-size: 16px;
      font-weight: normal; }
      .product-grid .prices-small .price.not-valid .amount,
      .product-grid .prices-small .price.not-valid .label {
        color: #C0C0C0;
        text-decoration: line-through;
        text-decoration-color: #444; }
  .product-grid .prices-small .discount {
    color: #444;
    display: none;
    font-size: 20px; }
    .product-grid .prices-small .discount li {
      display: inline-block;
      vertical-align: top; }
    .product-grid .prices-small .discount.hidden {
      display: none; }
  .product-grid .prices-small .price-discounted {
    color: #444;
    display: block;
    font-size: 20px;
    font-weight: 600; }
    .product-grid .prices-small .price-discounted li {
      display: inline-block;
      vertical-align: top; }
    .product-grid .prices-small .price-discounted.hidden {
      color: #444;
      display: none;
      font-size: 20px; }
  .product-grid .prices-small .price-level-1 {
    color: #444;
    display: block;
    font-size: 20px;
    font-weight: 600; }
    .product-grid .prices-small .price-level-1 li {
      display: inline-block;
      vertical-align: top; }
    .product-grid .prices-small .price-level-1.hidden {
      color: #444;
      display: none;
      font-size: 1.2em; }

.rating-wrapper {
  line-height: 20px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 100%; }
  .rating-wrapper .rating-content {
    line-height: 20px;
    text-align: center; }
    .rating-wrapper .rating-content:before {
      background: linear-gradient(to right, rgba(119, 119, 119, 0), #777777, rgba(119, 119, 119, 0));
      content: " ";
      height: 1px;
      margin-top: -1px;
      left: 10%;
      position: absolute;
      right: 10%;
      top: 50%;
      width: 80%; }
  .rating-wrapper .rating {
    background: #FFF;
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
    position: relative;
    text-align: center; }
    .rating-wrapper .rating .star {
      color: gray;
      display: inline-block;
      font-family: FontAwesome;
      font-size: 11px;
      height: 20px;
      line-height: 20px;
      position: relative;
      width: 14px;
      text-align: center; }
      .rating-wrapper .rating .star:last-child {
        margin-right: 0; }
      .rating-wrapper .rating .star:before {
        content: '\f005';
        line-height: 20px;
        height: 20px;
        width: 14px; }
      .rating-wrapper .rating .star.on {
        color: gold; }
      .rating-wrapper .rating .star.p-10:after {
        color: gold;
        content: '\f005';
        margin-left: -10px;
        overflow: hidden;
        position: absolute;
        width: 1px; }
      .rating-wrapper .rating .star.p-20:after {
        color: gold;
        content: '\f005';
        margin-left: -10px;
        overflow: hidden;
        position: absolute;
        width: 2px; }
      .rating-wrapper .rating .star.p-30:after {
        color: gold;
        content: '\f005';
        margin-left: -10px;
        overflow: hidden;
        position: absolute;
        width: 3px; }
      .rating-wrapper .rating .star.p-40:after {
        color: gold;
        content: '\f005';
        margin-left: -10px;
        overflow: hidden;
        position: absolute;
        width: 4px; }
      .rating-wrapper .rating .star.p-50:after {
        color: gold;
        content: '\f005';
        margin-left: -10px;
        overflow: hidden;
        position: absolute;
        width: 5px; }
      .rating-wrapper .rating .star.p-60:after {
        color: gold;
        content: '\f005';
        margin-left: -10px;
        overflow: hidden;
        position: absolute;
        width: 6px; }
      .rating-wrapper .rating .star.p-70:after {
        color: gold;
        content: '\f005';
        margin-left: -10px;
        overflow: hidden;
        position: absolute;
        width: 7px; }
      .rating-wrapper .rating .star.p-80:after {
        color: gold;
        content: '\f005';
        margin-left: -10px;
        overflow: hidden;
        position: absolute;
        width: 8px; }
      .rating-wrapper .rating .star.p-90:after {
        color: gold;
        content: '\f005';
        margin-left: -10px;
        overflow: hidden;
        position: absolute;
        width: 9px; }

.slick-carusel-products {
  padding-top: 50px; }

.akcija {
  background: transparent url("images/Akcija_60.png");
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px; }

.novo {
  background: transparent url("images/Novo_60.png");
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px; }

.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: #D6644A;
  text-decoration: underline; }

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

/******************************************************************************/
#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: 80px;
        max-width: 80px; }
  #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: top;
        vertical-align: middle; }
        #cart-001 .products-table > tbody td.product_image img {
          max-height: 80px;
          max-width: 80px; }
      #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: #90b51d;
      font-size: 1.2em; }
    #cart-001 .products-table .cart-price.not-valid {
      color: #565656;
      text-decoration: line-through; }
    #cart-001 .products-table .cart-price.hidden {
      display: none; }
    #cart-001 .products-table .cart-price.discount.valid {
      color: #90b51d;
      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 {
      border: 1px solid #dae2e6;
      border-right: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      height: 43px;
      left: 0;
      line-height: 43px;
      width: 30px;
      top: 0; }
      #cart-001 .ui-spinner .ui-spinner-down::after {
        background: #FFF;
        bottom: 0;
        color: #8798a2;
        content: "\f068";
        font-family: FontAwesome;
        font-size: 16px;
        left: 0;
        height: 43px;
        line-height: 43px;
        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-color: #dae2e6;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      font-size: 18px;
      height: 43px;
      line-height: 43px;
      margin: 0 30px;
      padding: 0 10px;
      text-align: center;
      vertical-align: middle;
      white-space: nowrap;
      width: 45px; }
    #cart-001 .ui-spinner .ui-spinner-up {
      border: 1px solid #dae2e6;
      border-left: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      height: 43px;
      right: 0;
      line-height: 43px;
      width: 30px;
      top: 0; }
      #cart-001 .ui-spinner .ui-spinner-up::after {
        background: #FFF;
        bottom: 0;
        color: #8798a2;
        content: "\f067";
        font-family: FontAwesome;
        font-size: 16px;
        left: 0;
        height: 43px;
        line-height: 43px;
        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-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 {
  display: none;
  overflow: visible;
  position: relative; }

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

#nav-cart-header {
  background: transparent;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 26px;
  padding: 7px 0;
  text-align: right; }
  #nav-cart-header .nav-cart-header-content {
    background: #FFF url("./images/cart_16_16.png") 5px center no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 10px 0 25px;
    vertical-align: middle; }
  #nav-cart-header a {
    text-decoration: none; }
  #nav-cart-header #nav-cart-products-amount {
    font-weight: normal; }

#nav-cart-content {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.7);
  display: none;
  margin-top: 20px;
  overflow: visible;
  padding: 10px;
  position: relative;
  width: 250px; }
  #nav-cart-content:after, #nav-cart-content:before {
    right: 30px;
    border: solid transparent;
    border-width: 15px;
    border-top-width: 0;
    content: " ";
    height: 0;
    right: 30px;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: -15px; }
  #nav-cart-content:before {
    border-bottom-color: rgba(0, 0, 0, 0.7); }
  #nav-cart-content:after {
    border-bottom-color: #FFF;
    top: -13px; }

.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: #777;
  color: #FFF;
  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); }

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

.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 .container {
  display: table; }

#header-wrapper .header-main {
  display: table-row; }
  #header-wrapper .header-main .logo-wrapper {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    width: 260px; }
  #header-wrapper .header-main .header-center {
    display: table-cell;
    position: relative;
    vertical-align: middle; }
  #header-wrapper .header-main .header-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 340px; }
    #header-wrapper .header-main .header-right .header-right-nav {
      display: inline-block;
      vertical-align: top;
      width: 180px; }
    #header-wrapper .header-main .header-right .header-search-nav {
      display: inline-block;
      vertical-align: top;
      width: 40px; }
    #header-wrapper .header-main .header-right .header-right-cart {
      display: inline-block;
      vertical-align: top;
      width: 100px; }

#body-page-1 #main-wrapper {
  padding-top: 0; }

.wholesale {
  background: url("./images/sabbot-wholesale-bg.jpg") center top no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  .wholesale .container {
    background: rgba(32, 32, 32, 0.8); }

#footer-wrapper .contact {
  padding: 10px 0; }
  #footer-wrapper .contact li {
    font-size: 13px;
    line-height: normal;
    padding-bottom: 12px; }
    #footer-wrapper .contact li .fa {
      margin: 0 9px 10px 0; }
    #footer-wrapper .contact li span {
      display: block;
      padding-left: 25px; }

#footer-wrapper .features {
  padding: 10px 0; }
  #footer-wrapper .features li {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 12px; }

/*
#header-wrapper {
    .header-main {
        display               : -webkit-flex;
        display               : flex;
        -webkit-flex-direction: row;
        flex-direction        : row;
        -webkit-flex-wrap     : nowrap;
        flex-wrap             : nowrap;

        .logo-wrapper {
            overflow      : hidden;
            vertical-align: top;
            max-width     : 260px;
            min-width     : 100px;
        }

        .header-center {
            -webkit-flex: 1;
            flex        : 1;
            padding-top : 25px;
        }

        .header-right {
            padding: 25px 0 0;
            width  : 340px;

            .header-right-nav {
                display       : inline-block;
                vertical-align: top;
                width         : 180px;
            }

            .header-search-nav {
                display       : inline-block;
                vertical-align: top;
                width         : 40px;
            }

            .header-right-cart {
                display       : inline-block;
                vertical-align: top;
                width         : 100px;
            }
        }
    }
}
*/
