/* Generated by less 2.5.1 */
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.5s ease, visibility 0s ease 0.5s;
  -o-transition: opacity 0.5s ease, visibility 0s ease 0.5s;
  -webkit-transition: opacity 0.5s ease, visibility 0s ease 0.5s;
  transition: opacity 0.5s ease, visibility 0s ease 0.5s;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.langs {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 0;
  color: #585858;
}
.langs img {
  vertical-align: top;
  margin: 4px 6px 0 0;
}
.langs .dropdown-toggle {
  font-size: 15px;
  color: #585858;
  text-decoration: none;
  display: block;
  padding: 0 27px 0 0;
  background: url(../img/arrow-down-small.png) right 10px no-repeat;
  position: relative;
  z-index: 1001;
}
.langs .dropdown-toggle:hover {
  text-decoration: underline;
}
.open.langs .dropdown-toggle {
  background-image: url(../img/arrow-up-small.png);
}
.langs .dropdown-menu {
  list-style: none;
  margin: 0;
  position: absolute;
  border-color: #dddddd #dbdbdb #b7b7b7 #dbdbdb;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 8px 38px 32px 13px;
  left: -14px;
  width: auto;
  white-space: nowrap;
  min-width: 130px;
}
.header .langs .dropdown-menu {
  padding-bottom: 7px;
  padding-top: 32px;
  margin-top: -33px;
}
.langs .dropdown-menu > li > a {
  font: 15px/24px Roboto, Arial;
  color: #585858;
  padding: 0;
  text-decoration: none;
}
.langs .dropdown-menu > li > a:hover {
  text-decoration: underline;
}
.langs .dropdown-menu > li > a:hover {
  color: #585858;
  background: transparent;
}
.dropup.langs .dropdown-menu {
  bottom: -10px;
}
.header .langs {
  position: absolute;
  top: 113px;
  right: 38px;
}
@media (max-width: 991px) {
  .header .langs {
    display: none;
  }
}
@media (min-width: 1720px) {
  .header .langs {
    right: auto;
    top: 113px;
    left: 50%;
    margin-left: 700px;
  }
}
.footer .langs {
  margin: 2px 0 32px 60px;
}
.ui-selectmenu-menu {
  background: transparent;
}
.ui-selectmenu-menu .ui-menu {
  margin: 0;
}
.ui-selectmenu-menu .ui-menu-item {
  background: #fff;
}
.ui-selectmenu-menu .ui-state-focus {
  background: #f0f0f0;
}
.header-title-logo img {
  width: 278px;
  height: 38px;
}
.header-mob-title-logo img,
.header-mob-logo img {
  width: 182px;
  height: 22px;
}
.header-mob-nav ul img {
  margin: -6px 6px -4px 0;
}
.akcija {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 56px 48px;
  margin: 0 0 30px;
  font: bold 36px/40px Arial;
  color: #ff0000;
}
.akcija small {
  display: block;
  font: bold 14px/16px Arial;
  margin: -34px 0 0 11px;
}
.akcija-price {
  display: inline-block;
  font: bold 56px/56px "Roboto Condensed", Arial;
  text-align: center;
  vertical-align: top;
  margin: -15px 0 0 15px;
}
.akcija-price u {
  display: block;
  text-decoration: line-through;
  font: 30px/32px "Roboto Condensed", Arial;
  color: #4f4f4f;
  margin: 3px 0 0;
}
.status-price .link-remove {
  margin-left: 20px;
  position: relative;
  top: -1px;
}
.add-to-cart img[src*=cart] {
  vertical-align: top;
  margin: 4px 0 0 1px;
}
.discount {
  width: 125px;
  height: 125px;
  background: url(../img/discount-bg.png) left top no-repeat;
  font: bold 36px/125px Arial;
  color: #fff;
  text-align: center;
}
.search-block {
  position: relative;
  text-align: center;
}
.search-block .discount {
  right: -27px;
  top: -27px;
  position: absolute;
}
@media (max-width: 767px) {
  .search-block .discount {
    right: -10px;
    top: -10px;
    background: url(../img/discount-bg-small.png) left top no-repeat;
    width: 60px;
    height: 60px;
    font: bold 16px/60px Arial;
  }
}
@media (max-width: 767px) {
  .status-price .link-remove {
    margin: 6px 0 0;
    position: static;
  }
}
.akcija {
  padding: 56px 25px;
  text-align: center;
}
.akcija small {
  margin: -34px 300px 0 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .akcija {
    padding: 56px 26px;
    text-align: center;
    font: bold 26px/28px Arial;
  }
  .akcija small {
    font: bold 12px/14px Arial;
    margin: -24px 180px 0 11px;
    text-align: center;
  }
  .akcija .akcija-price {
    font: bold 42px/42px "Roboto Condensed", Arial;
    margin: -15px 0 0 15px;
  }
  .akcija .akcija-price u {
    font: 24px/26px "Roboto Condensed", Arial;
    margin: 3px 0 0;
  }
}
@media (max-width: 767px) {
  .akcija {
    padding: 26px 26px;
    text-align: center;
    font: bold 22px/24px Arial;
  }
  .akcija small {
    font: 12px/14px Arial;
    margin: 10px 0 0;
    text-align: center;
  }
  .akcija .akcija-price {
    display: block;
    margin: 4px 0;
    font: bold 32px/36px "Roboto Condensed", Arial;
  }
  .akcija .akcija-price u {
    font: 18px/22px "Roboto Condensed", Arial;
    margin: 0 0 0;
  }
}

.domains-item {
  position: relative;
}
.domains-item .discount {
  position: absolute;
  width: 51px;
  height: 51px;
  background: url(../img/discount-bg-small2.png) left top no-repeat;
  font: 16px/51px "Roboto Condensed", Arial;
  color: #fff;
  text-align: center;
  right: 20px;
  left: auto;
  bottom: auto;
  top: -2px;
} 
@media (max-width: 767px) {
    .domains-item .discount {
        top: 40px;      
    }
}

.akcija2 {
    border: 1px solid #c3c1c2;
    background: #fcfcfc;
    margin: 0 0 27px;
    display: block;
    padding: 54px 260px 51px 50px;
    position: relative;
}

.akcija2 h1,
.akcija2 h2,
.akcija2 h3 {
    font: bold 30px/32px Arial;
    color: #e5261d;
    margin: 0 0 4px;
}
.akcija2 small {
    font: 11px/12px Arial;
    color: #8a8a8a;
    display: block;
    margin-left: 9px;
}
.akcija2-price {
    position: absolute;
    right: 60px; 
    top: 50%;
    margin-top: -30px;
    font: 13px/14px Arial;
    color: #e5261d;
}
.akcija2-price b {
    font: bold 30px/34px Arial;
    margin-right: 2px;
}
.akcija2-price img {
    float: left;   
    margin: 6px 15px 10px 0;
}
.akcija2-price del {
    text-decoration: line-through;
    color: #808080;
    font: 25px/30px Arial;
}
@media (min-width: 1020px) {
     .akcija2 {
        padding-left: 76px;
        padding-right: 320px;
    }
    
    .akcija2-price {
        right: 114px;   
    }
}
@media (max-width: 767px) {
    .akcija2 {
        padding: 40px;
        text-align: center;
    }
    .akcija2 h1,
    .akcija2 h2,
    .akcija2 h3 {
        font: bold 24px/26px Arial;
    }
    .akcija2-price {
        position: static;
        display: inline-block;
        margin: 20px 0;
    }
    .akcija2 small {
        margin-left: 0;   
    }
}


.header-title {
	margin-bottom: 6px;
}
.header-title-logo img {
	width: auto;
	height: auto;
}
.header-mob-title-logo img, 
.header-mob-logo img {
	width: 200px;
	height: 32px;
}
.header-mob-logo {
	padding-top: 9px;
}
.header-mob-nav .header-mob-title, .header-mob-title {
	top: 17px;
}