@import '../js/bxslider/jquery.bxslider.css';
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes&subset=latin-ext');
body{
  font-family: 'Raleway', sans-serif;
  font-size:14px;
  font-weight: 400;
  color:#8a8a8a;
}
p, ul li{
  line-height: 28px;
}
ul{
  margin:0;
  padding:0 0 0 20px;
}
h2, h3, h4, h5, h6{
  color: #323232;
  font-weight: 500;
}
h1{
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  color: #4d4d4d;
}

.wrapper{
  max-width:1200px;
  margin:0 auto;
}
a {
  color: #a560a5;
  text-decoration: none;
  -webkit-transition:  all 0.4s ease 0s;
  -o-transition:  all 0.4s ease 0s;
  transition:  all 0.4s ease 0s;
}
a:hover{
  color:#786caa;
}
::selection {
  background: #b65091;
  color: #fff
}
::-moz-selection {
  background: #b65091;
  color: #fff
}
.fw{
  float: left;
  width: 100%;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b65091;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  float: left;
}
#kontakt-forma input, #kontakt-forma textarea, #kontakt-forma select{
  width: 100%;
  float: left;
  margin-bottom:10px;
  padding: 10px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f5f5f5;
}
#kontakt-forma input, #kontakt-forma select{
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#kontakt-forma select{
  background: #f5f5f5 url(../images/select-arrow.svg) no-repeat right 20px center;
  border: none;
}
#kontakt-forma ::-webkit-input-placeholder { 
  color: #8a8a8a; 
  opacity: 1 !important; 
}
#kontakt-forma :-moz-placeholder { 
  color: #8a8a8a; 
  opacity: 1 !important;
}
#kontakt-forma ::-moz-placeholder {
  color: #8a8a8a; 
  opacity: 1 !important;
}
#kontakt-forma :-ms-input-placeholder {
  color: #8a8a8a;
}
.error {
  background-image: url(../images/error.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #e81500 !important;
  padding: 15px;
}
.txt_error {
  background-image: url(../images/error.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  border: 1px solid #e81500 !important;
  padding: 15px;
}
.success {
  background-image: url(../images/sucess-32.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #7ac143;
  padding: 15px 15px 15px 65px;
}
.error_img {
  background-image: url(../images/error-32.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #e81500;
  padding: 15px; 
}
#kontakt-forma input.btn.send{
  background: #b65091;
  color: #fff;
  border:none;
  margin-bottom: 0;
  padding: 10px 20px;
}
#kontakt-forma input.btn.send:hover {
  background:#786caa;
  color:#fff;
  cursor:pointer;
  border:none;
}
input[type="text"], textarea, button, input[type="file"] {
  transition: none;
}
.prijava-obrazac #kontakt-forma input[type="checkbox"], .registracija-forma #kontakt-forma input[type="checkbox"]{
  margin-top: 30px;
  margin-bottom: 25px;
}
#kontakt-forma input[type="checkbox"] {
  float: none;
  width: auto;
}
#kontakt-forma input:focus, #kontakt-forma textarea:focus, #kontakt-forma input:hover, #kontakt-forma textarea:hover {
  border:1px solid #ddd;
}
#kontakt-forma input, #kontakt-forma textarea{
  border:1px solid #f5f5f5;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.row{
  width:100%;
  clear: both;
  float:left;
}
.clearfix {
  clear: both;
  display: block; 
  width: 100%;
}
#toggle{
  display: none;
}
/* Dokumenti */
.docs-list ul{
  list-style:none;
  float:left;
  width: 100%;
  padding-left: 0;
}
.docs-list ul li{
  background: url(../images/doc-icon.svg) no-repeat left center transparent;
  padding: 10px 0 10px 35px;
  display: block;
  float: left;
  margin-right: 40px;
}
/* End Dokumenti */
/* Bread crumbs */
.bc{
  background: rgb(249,249,249);
  background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(242,242,242,1) 100%);
  background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%);
  background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=1 );
  padding: 15px 0;
}
.bc ul{
  list-style:none;
  float:right;
  padding-left: 0;
}
.bc ul li{
  float:left;
  margin-left: 20px;
  font-size: 12px;
  line-height: 16px;
}
/* End Bread crumbs*/
.content img{
  max-width: 100%;
  height: auto;
}
/* Cookie */
.cookie-container {
  background: rgba(52,47,113, 0.8);
  bottom: 0;
  display: block;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  color:#fff;
  font-size: 13px;
}
.cookie-container p{
  margin: 0;
  line-height: 18px
}
.cookie-container a{
  color: #f9f06d;
}
.cookie-container a:hover{
  color: #fff;
}
/* end of cookie */
.w2, .w3, .w4, .w5, .w6, .w7, .w8{
  float: left;
  display: inline-block;
}
.w2{ width:20%; }
.w3{ width:30%; }
.w4{ width:40%; }
.w5{ width:50%; }
.w6{ width:60%; }
.w7{ width:70%; }
.w8{ width:80%; }
.fholder{
  color: #fff;
  font-weight: 500;
  background: url(../images/duga.jpg) no-repeat center bottom;
}
.fholder{
  color: #fff;
}
.fholder a{
  color: #fff;
}
.fholder a:hover{
  color: #f6c321;
}
.fholder ul{
  list-style: none;
  padding: 0;
}
.payment{
  background: #fff;
  padding-top: 3px;
  margin-top: 30px;
}
.social{
  margin-top: 15px;
}
.payment ul, .social ul{
  text-align: center;
  padding: 0;
}
.social li, .payment li{
  float: none;
  display: inline-block;
}
.social li{
  margin-right: 4%;
}
.social li:last-child{
  margin-right: 0;
}
.social li a, .payment li a{
  float: left;
}
.social li a:hover{
  opacity: 0.3
}
.ftop{
  padding:80px 0 60px 0;
  float:left;
  background:#7f3175;
  position: relative;
  z-index: 1;
}
.ftop::after{
  position: absolute;
  content: "";
  background: url(../images/fbottom.png) no-repeat;
  bottom: -91px;
  height: 91px;
  left: 0;
  right: 0;
  z-index: 2;
}
.flogo{
  width: 100%;
  max-width: 94px;
  float: left;
}
.finfo, .flinkovi, .news-social{
  display: inline-block;
}
.w5.finfo{
  float: right;
}
.finfo p{
  margin: 3px 0;
}
.flinkovi, .news-social{
  float: left;
}
.flinkovi ul li{
  margin: 3px 0;
}
.flinkovi{
  width: 45%;
}
.news-social{
  width: 55%;
}
.news-social h3{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
}
.news-social form{
  border: 1px solid #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
}
.news-social form:hover{
  border: 1px solid #a66f9f;
}
.nemail{
  width: 87%;
  background: none;
  float: left;
  padding: 10px 20px;
}
.nsend{
  width: 13%;
  float: left;
  background: url(../images/arrow.svg) no-repeat center center;
  padding: 10px;
  position: relative;
  right: -1px;
}
.nsend:hover{
  background: #a66f9f url(../images/arrow.svg) no-repeat center center;
}
.news-social ::-webkit-input-placeholder,
.top-search ::-webkit-input-placeholder,
.prijava-box ::-webkit-input-placeholder   { 
  color: #fff !important; 
  opacity: 1 !important; 
}
.news-social :-moz-placeholder,
.top-search :-moz-placeholder,
.prijava-box :-moz-placeholder { 
  color: #fff !important; 
  opacity: 1 !important;
}
.news-social ::-moz-placeholder,
.top-search ::-moz-placeholder,
.prijava-box ::-moz-placeholder {
  color: #fff !important; 
  opacity: 1 !important;
}
.news-social :-ms-input-placeholder,
.top-search :-ms-input-placeholder,
.prijava-box :-ms-input-placeholder {
  color: #fff !important;
}
.top-search input { color:#fff !important; }
.footer{
  padding:7px 0 30px 0; 
  margin-top: 91px;
}
.none{
  display:none;
}
.copy{
  font-size:11px;
  line-height: 11px;
}
.v{
  float:right;
}
.mb80{
  margin-bottom: 80px;
}
.mt80{
  margin-top: 80px;
}
.mt50{
  margin-top: 50px;
}
.mt30{
  margin-top: 30px;
}
.hbox-img img{
  width: 100%;
  max-width: 590px;
}
.hbox-txt h3{
  font-size: 18px;
  line-height: 22px;
  margin: 25px 0;
}
.add-to-cart{
  float: left;
  width: auto;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}
.pbtn, .wbtn, .add-to, .added{
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  background: #b65091;
  padding: 12px 30px;
  font-weight: 500;
  color: #fff;
  margin-top: 15px;
  float: left;
}
.pbtn:hover{
  background: #786caa;
  color: #fff;
}
.wbtn{
  background: none;
  border: 1px solid #fff;
  margin-top: 0;
}
.wbtn:hover{
  background: #fff;
  border: 1px solid #fff;
  color: #786caa;
}
.green .wbtn:hover{
  color: #849C22;
}
.add-to, .added{
  background: #f6c321;
  border: 1px solid #f6c321;
  color: #fff;
  margin: 0;
  line-height: 18px;
}
.add-to:hover{
  background: none;
  border: 1px solid #f6c321;
  color: #f6c321;
}
.added{
  position: absolute;
  top: 0;
  left: 0;
  width: 165px;
  padding: 12px 20px;
}
.pr30{
  padding-right: 30px;
}
.gvtitle{
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.gvtitle h2, h1{
  font-family: 'Great Vibes', cursive;
  font-size: 60px;
  line-height: 60px;
  color: #4d4d4d;
  background: #fff;
  padding: 5px 30px 5px 0;
  float: left;
  position: relative;
  z-index: 3;
  margin: 0;
}
.gvtitle .line{
  background: #d6d6d6;
  height: 1px;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
}
.ok-box.purple{
  background: url(../images/purple-bg.jpg) no-repeat center center;
}
.ok-box.green{
  background: url(../images/green-bg.jpg) no-repeat center center;
}
.ok-box.purple, .ok-box.green{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0 30px;
}
.ok-img img, .content .page-img img{
  width: 100%;
  max-width: 200px;
}
.ok-img img{
  margin-top: -20px;
}
.pl20{
  padding-left: 20px;
}
.ok-txt{
  padding: 40px 0 40px 15px;
}
.ok-txt h3, .ok-txt{
  color: #fff;
}
.ok-txt h3{
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.ok-txt .opis{
  line-height: 22px;
}
.cijene, .page-cijene{
  margin-bottom: 30px;
}
.page-cijene span{
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 10px;
}
.cijene span{
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin-right: 10px;
}
.precrtano{
  position: relative;
  z-index: 1;
  padding: 0 5px
}
.precrtano::before{
  content:"";
  background: #f6c321;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.mb45{
  margin-bottom: 45px;
}
.short-txt{
  border-bottom: 1px solid #dcdbdb;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.short-txt p{
  margin: 0;
}
.home-img{
  position: relative;
  z-index: 1;
}
.home-img img{
  width: 100%;
  max-width: 290px;
  position: absolute;
  -webkit-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.2);
  box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.2);
}
.home-img .front{
  top: 0;
  left: 80px;
  z-index: 3;
}
.home-img .back{
  top: 60px;
  right: 0;
  z-index: 2;
}
.mb140{
  margin-bottom: 140px;
}
.slider img{
  width: 100%;
}
.bxslider{
  padding: 0;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
}
.relative {
  position: relative;
  z-index: 1;
}
.slider-txt{
  text-align: right;
  color: #fff;
  padding: 30px;
  background: -moz-linear-gradient(left, rgba(124,57,121,0.1) 0%, rgba(88,46,98,0.85) 100%);
  background: -webkit-linear-gradient(left, rgba(124,57,121,0.1) 0%,rgba(88,46,98,0.85) 100%);
  background: linear-gradient(to right, rgba(124,57,121,0.1) 0%,rgba(88,46,98,0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a7c3979', endColorstr='#d9582e62',GradientType=1 );
  float: right;
  width: 50%;
  position: absolute;
  z-index: 2;
  bottom: 60px;
  right: 0;
}
.slider-txt a{
  color: #fff;
}
.underline{
  float: right;
  background: #fff;
  height: 1px;
  width: 50px;
  margin: 20px 0;
}
.slider-txt p{
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  float: right;
  display: block;
  width: 100%
}
.slider-txt p, .izvor{
  text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.2);
}
.izvor{
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  float: right;
  display: block;
  width: 100%
}
.bx-wrapper .bx-pager {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 0;
  text-align: left;
  width: 1200px;
  margin: 0 auto;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: auto;
  margin-top: -45px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #F9DA30;
}
.header{
  padding: 10px 0;
}
.hlogo, .izbornik{
  float: left;
  width: auto;
  display: inline-block;
}
.izbornik{
  float: right;
}
.hlogo img{
  width: 100%;
  max-width: 88px; 
}
.main-menu{
  list-style: none;
  float: right;
}
.main-menu li{
  float: left;
  margin-left: 30px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 38px 0;
}
.main-menu a{
  color: #323232;
}
.main-menu a:hover, .main-menu li.mslc a{
  color: #a560a5;
}
.main-menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 70px;
}
.sub-menu {
  position: absolute;
  top: 30px;
  left: 0;
  max-width: 260px;
  min-width: 260px;
  visibility: hidden;
  opacity: 0;
  display: block;
  -webkit-box-shadow: 0 -1px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 -1px 4px rgba(0,0,0,0.1);
  box-shadow: 0 -1px 4px rgba(0,0,0,0.1);
  padding: 5px;
  border-bottom: 1px solid #fff;
  text-align: left;
  z-index:1;
  background: #fff;
  list-style-type: none;
}
.main-menu .sub-menu li {
  width: 100%;
  float: left;
  margin-bottom: 2px;
  padding:10px;
  margin-left:0;
  display: block;
}
.main-menu .sub-menu a {
  font-size: 14px;
  line-height: 20px;
}
.top{
  padding: 8px 0;
  background: rgb(187,107,183);
  background: -moz-linear-gradient(left, rgba(187,107,183,1) 0%, rgba(117,74,128,1) 100%);
  background: -webkit-linear-gradient(left, rgba(187,107,183,1) 0%,rgba(117,74,128,1) 100%);
  background: linear-gradient(to right, rgba(187,107,183,1) 0%,rgba(117,74,128,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb6bb7', endColorstr='#754a80',GradientType=1 );
  font-size: 12px;
}
.top ul{
  list-style: none;
  float: left;
  padding: 0
}
.top ul li{
  float: left;
  line-height: 12px;
}
.top a{
  color: #fff;
}
.korisnik{
  float: left;
  width: auto;
  margin-top: 7px;
}
.search, .top-cart, .odabir-jezika{
  float: right;
  width: auto;
  margin-left: 40px;
}
.korisnik li:first-child{
  margin-right: 30px;
}
.top-search {
  width: 250px;
  background: rgba(255,255,255,0.1);
  overflow: hidden;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.top-search .input-polje{
  background: none;
  width: 83%;
  padding: 7px 20px;
  float: left;
}
.search-icon{
  background: url(../images/search.svg) no-repeat center center;
  background-size: 15px;
  padding: 7px;
  width: 17%;
  float: left;
}
.top-cart a{
  float: left;
}
.top-cart img, .top-cart span{
  float: none;
  vertical-align: middle;
}
.top-cart span, .lang-list a{
  width: 28px;
  height: 28px;
  text-align: center;
  margin-left: 5px;
  color: #fff;
  font-weight: 500;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
}
.top-cart span {
  padding-top:6px;
}
.lang-list a {
  padding-top:0;
}
.lang-list:first-child a{
  margin-left: 0;
}
.lang-list a{
  border: 1px solid transparent
}
.lang-list img {
  width: 26px
}
.lang-list a.slc, .lang-list a:hover{
  border: 1px solid #fff
}
.top-cart span {
  background: rgba(255,255,255,0.1);
}
.top-cart:hover span{
  background: #fff;
  color: #754a80;
}
.prijava-box{
  background:#945FA3;
  display: none;
  padding: 15px 0;
  color: #fff;
}
.prijava-box input{
  float: left;
  background: rgba(255,255,255,0.15);
  padding: 8px 20px;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.prijava-box input.w4{
  width: 38%;
  margin-right: 2%;
  border: 1px solid transparent;
}
.zabloz{
  float: left;
  color: #fff;
  margin-top: 10px;
  margin-left: 20px;
}
.zabloz:hover{
  color: #F9DA30;
}
.prijava-box input.send {
  background: #fff;
  border: 1px solid #fff;
  color: #945FA3;
}
.prijava-box input.w4:hover, .prijava-box input.w4:focus {
  border: 1px solid #fff;
}
.prijava-box input.send:hover {
  background: #B96AB5;
  border: 1px solid #B96AB5;
  color: #fff;
}
.ptb80{
  padding: 80px 0;
}
.content h1{
  float: none;
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 56px;
  background: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
#map, .map, .map iframe{
  height: 450px;
}
.sitemap, .sitemap ul{
  list-style:none;
}
.sitemap li{
  padding: 5px 0;
}
.sitemap a{
  padding: 5px 0 5px 15px;
  background: url(../images/dot.svg) no-repeat left center;
}
.sitemap, .sitemap li, .sitemap a{
  float: left;
  width: 100%;
  display: block;
}
.sitemap ul{
  padding-left: 20px;
}
.faq .tab-link{
  text-align: left;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #eee;
  padding: 15px 0 15px 5px;
  margin: 0;
  color: #9a9a9a;
}
.faq .tab-link:hover, .faq .tab-link.aktivni {
  color: #a560a5;
  background: none;
  border-bottom: 1px solid #a560a5;
}
.faq .tabs-container{
  padding: 0 10px 10px 10px;
}
/*.faq .tabs-container p{
  font-size: 13px;
  line-height: 21px;
  color: #bbb;
}*/
.tab-link, .tabs-container{
  float: left;
  width: 100%;
}
.tabs-container{
  padding: 20px 5px;
  display: none;
}
.gallery a{
  float: left;
  overflow: hidden;
  position: relative;
}
.gallery a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.gallery a:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.gimg img{
  width: 100%;
  max-width: 640px;
}
.gimg {
  display: inline;
  float: left;
  width: 20%;
  padding: 5px;
}
.single-video{
  float: left;
  width: 50%;
}
.video-page{
  height: 0;
  padding-bottom: 55%;
  position: relative;
  width: 100%;
  z-index: 1;
  display: inline-block;
}
.video-page iframe{
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.tabs{
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #A560A5;
}
.tabs li{
  float: left;
  width: 16.25%;
  background: #fff;
  border: 1px solid #A560A5;
  border-bottom: none;
  padding:12px 30px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-top-left: 10px;
  -moz-border-radius-top-right: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: 0.5%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tabs li:last-child{
  margin-right: 0;
}
.tabs li a{
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  color: #A560A5;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-weight: 500;
}
.tabs li:hover, .tabs li.current {
  background: #A560A5;
  color: #fff;
}
.tabs li:hover a, .tabs li.current a {
  color: #fff;
}
.tab-content {
  display: none;
  padding: 20px;
}
.tab-content.current {
  display: block;
}
.news-box{
  position: relative;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 20px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=1 );
  margin-bottom: 30px;
}
.news-box:nth-child(2n){
  background: rgb(245,245,245);
  background: -moz-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=1 );
}
.news-box .nimg{
  float: left;
  display: inline-block;
  width: 35%;
}
.news-box .nimg a{
  float: left;
}
.news-box .ntxt{
  display: inline-block;
  width: 65%;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
}
.news-box .ntxt h3{
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
}
.news-box:nth-child(2n) .nimg {
  float: right;
}
.news-box:nth-child(2n) .ntxt {
  left: 0;
  padding-right: 50px;
  padding-left: 50px;
}
.acenter{
  text-align: center;
}
.acenter .w5{
  float: none;
}
.chck input, .chck label {
  float: left;
}
.chck label {
  margin-top:-3px;
}
#kontakt-forma label.chck{
  float: left;
  margin-bottom: 25px;
  margin-top: 15px;
  width: 100%;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  padding-top: 1px;
}
#kontakt-forma label.chck input[type="checkbox"]{
  float: left;
  width: auto;
  margin-top: 2px;
  margin-right: 5px;
}
#kontakt-forma label.chck input {
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 2px;
  z-index: 1;
}
.indicator {
  background: #fff;
  border:1px solid #e0e0e0;
  height: 15px;
  left: 15px;
  position: absolute;
  top:2px;
  width: 15px;
}
#kontakt-forma label.chck:hover{
  color:#a560a5;
}
#kontakt-forma label.chck:hover .indicator {
  border:1px solid #a560a5;
}
.indicator::after {
  display: none;
  position: absolute;
}
.chck input:checked ~ .indicator::after {
  display: block;
}
.chck input:checked ~ .indicator {
  background: #a560a5;
  border:1px solid #a560a5;
}
#kontakt-forma label.chck.margin-top {
  margin-top: 15px;
}
#kontakt-forma label.chck span {
  color:#a560a5;
}
.tvrtka-info, .adresa2, .r1-racun, .registrirani-korisnik{
  background: rgb(187,107,183);
  background: -moz-linear-gradient(left, rgba(187,107,183,1) 0%, rgba(117,74,128,1) 100%);
  background: -webkit-linear-gradient(left, rgba(187,107,183,1) 0%,rgba(117,74,128,1) 100%);
  background: linear-gradient(to right, rgba(187,107,183,1) 0%,rgba(117,74,128,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb6bb7', endColorstr='#754a80',GradientType=1 );
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#kontakt-forma .tvrtka-info input,
#kontakt-forma .adresa2 input,
#kontakt-forma .r1-racun input,
#kontakt-forma .registrirani-korisnik input{
  background: #fff;
  margin-bottom: 0;
  width: 32.666%;
  margin-left: 1%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#kontakt-forma .registrirani-korisnik input{
  width: 49.5%;
}
#kontakt-forma .tvrtka-info input:first-child,
#kontakt-forma .adresa2 input:first-child,
#kontakt-forma .adresa2 input:nth-child(4),
#kontakt-forma .r1-racun input:first-child,
#kontakt-forma .registrirani-korisnik input:first-child{
  margin-left: 0;
}
#kontakt-forma .adresa2 input:nth-child(-n+3){
  margin-bottom: 10px;
}
.izjava{
  border-bottom: 1px solid #dcdbdb;
  padding:25px 40px 40px 40px;
  margin-bottom: 40px;
  background: url(../images/quote.svg) no-repeat left top;
  background-size: 80px;
}
.izjava:last-child{
  border-bottom: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.potpis {
  width: 100%;
  float: left;
  display: block;
  color: #b65091;
  font-weight: 600;
}
.paginacija{
  display: block;
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 30px;
}
.paginacija ul{
  display: inline-block;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
}
.paginacija ul li{
  float: left;
  line-height: 14px;
}
.paginacija a{
  margin:0 2px;
  color: #b65091;
  width:40px;
  height:40px;
  float: left;
  padding-top: 11px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #eee;
}
.paginacija a:hover, .paginacija a:active, .paginacija li.pmslc a{
  background: #b65091;
  border: 1px solid #b65091;
  color: #fff !important;
}
.content .page-img{
  float: left;
  margin-right: 50px;
  margin-bottom: 30px;
}
.issuu{
  background: #f5f5f5;
  padding: 30px;
  text-align: center;
}
.oinfo h2{
  margin-top: 0;
}
.binfo{
  border-bottom: 1px solid #dcdbdb;
  padding: 15px 5px;
}
.binfo p{
  margin: 0;
}
.binfo img{
  margin-right: 10px;
}
.dostupno{
  color: #4fe34f;
}
.nedostupno{
  color:#ff1a1a;
}
.dostupno img, .dostupno span, .nedostupno img, .nedostupno span{
  float: none;
  vertical-align: middle;
}
.page-btn.add-to-cart{
  float: right;
  margin-top: -60px;
  margin-left: 0;
}
.page-btn.add-to-cart .added {
  left: auto;
  right: 0;
}
.mb50{
  margin-bottom: 50px;
}
.page-cijene .precrtano{
  color: #bbb;
}
.oinfo .gvtitle h2, .specifikacija-narudzbe .gvtitle h2 {
  font-size: 36px;
  line-height: 36px;
}
/* cart table */
.cart-container table{
  margin-bottom: 10px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.cart-table, table {
  width: 100%;
}
.cart-table th, table th {
  border-bottom: 1px solid #A560A5;
  font-weight: 500;
  padding: 10px;
  color: #A560A5;
  background: #f9f9f9;
}
.cart-table th.naziv-artikla2{
  text-align: left;
  padding-left: 20px;
}
.cart-table .naziv-artikla {
  text-align: left;
}
.cart-table td, table td {
  border-bottom: 1px solid #d6d6d6;
  padding: 10px;
  text-align: center;
}
.naziv-artikla, th.naziv-artikla2 {
  width: 45%;
}
.naziv-artikla img {
  vertical-align: middle;
  width: 100%;
  max-width: 80px;
}
.cart-input {
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  width: 40px;
}
.min {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  margin-top: -5px;
}
.plu {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
}
.cart-table .brisi {
  width: 5%;
}
.cart-table .cijena, .cart-table .kolicina {
  width: 12.5%;
}
.cart-table .txt-right {
  text-align: right;
}
.cart-table .txt-right {
  text-align: right;
}
.cart-table tr:last-child {
  border-bottom: medium none;
}
.ukupno td {
  font-weight: 600;
}
.inline-img, .inline-txt{
  display: inline-block;
}
.inline-img{
  width: 19%;
}
.inline-txt{
  width: 80%;
  padding-left: 10px;
}
/* end cart table */
.cart-container .pbtn, .btn-box .pbtn{
  float: right;
  margin-left: 10px;
}
.radio {
  display: block;
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.radio input[type="radio"] {
  cursor: pointer;
  display: block;
  float: left;
  margin: 0;
  opacity: 0;
  width: 100%;
  z-index: 5000;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
}
.radio label {
  display: inline;
  float: none;
  width: 100%;
}
.radio input[type="radio"] + label span.radio-indicator {
  background: #fff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-bottom: 0;
  margin-right: 7px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 15px;
}
.radio input[type="radio"]:hover + label span.radio-indicator {
  border: 1px solid #A560A5;
}
.radio input[type="radio"]:checked + label span.radio-indicator {
  background: #A560A5;
  border: 1px solid #A560A5;
}
.nacin-placanja .payment ul{
  text-align: left;
}
.rimg{
  float: right;
  width: 35%;
  margin-top: 20px;
  margin-left: 40px;
  margin-bottom: 25px;
}
.rimg img{
  width: 100%;
  max-width: 590px;
}

/*123*/
/* POČETAK RESPONSIVE */
@media screen and (-webkit-min-device-pixel-ratio:0) {}
@media only screen and (max-width: 1680px) {}
@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1360px) {}
@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1220px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 980px) {}
@media only screen and (max-width: 900px) {}
@media only screen and (max-width: 800px) {}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 640px) {}
@media only screen and (max-width: 620px) {}
@media only screen and (max-width: 600px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 360px) {}