/*SLIDER START*/
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 0px; font-size: 16px; color: #848687; font-weight: 400; line-height: 30px; background-color: #f3f5f7; }
h1, h2, h3, h4, h5, h6 { color: #1c1e1e; margin: 0px 0px 15px 0px; font-weight: 400; font-family: 'Roboto Condensed', sans-serif; }
h1 { font-size: 30px; line-height: 42px; }
h2 { font-size: 24px; line-height: 32px; }
h3 { font-size: 22px; line-height: 30px; }
h4 { font-size: 18px; line-height: 26px; }
h5 { font-size: 14px; font-weight: 400; }
h6 { font-size: 12px; font-weight: 400; }
p { margin: 0 0 24px; line-height: 1.8; }
p:last-child { margin: 0px; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: #1c1e1e; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #fb730f; }
.alignright { float: right; margin: 0px 0 20px 30px; }
.alignleft { float: left; margin: 0px 20px 0px 0; }
.showcase-block { margin-bottom: 30px; min-height: 300px; background-color: #e8eaec; padding: 30px 30px 0px 30px; text-align: center; }
.showcase-img { padding-top: 18px; }
.display-logo { margin-bottom: 30px; }
.showcase-block:hover { background-color: #fff; -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10); box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10); }
.showcase-block.active { background-color: #fff; -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10); box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10); }
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0px;
    font-size: 16px;
    color: #000000 !important;
    font-weight: 400;
    line-height: 30px;
    background-color: #ffffff !important;
}
#myCarousel .carousel-item .mask {
    
    top: 0;
  left:0;
  height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
  font-size:35px;
  margin-bottom:5%;
  color:#000000;
  line-height:100%;
  letter-spacing:0.5px;
  font-weight:600;
  padding-top:50px;
}
#myCarousel p{
  font-size:18px;
  margin-bottom:30px;
  color:#666666;
}
#myCarousel .carousel-item a{background:#c4130d; font-size:14px; color:#ffffff; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:0; background:url(https://protehnika.si/odzadjeslider.jpg) center center no-repeat; background-size:cover; }




.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
  opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
  .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0)
  }
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/*Slider END*/


/*Izberi. Naroči. Uživaj Start*/
.share-box-icons {
text-align: center !important;
}

.social-a a {
margin: 3px 3px;
display: inline-block;
border: 1px solid #ffffff;
height: 60px;
width: 60px;
line-height: 3.9;
padding: 0;
-moz-border-radius: 50%;
border-radius: 50%;
text-decoration: none;
text-align: center !important;
}

.social-a a:hover {
background-color: #fff;
}

.social-a a:hover i {
color: #000000;
}

.social-a a i {
font-size: 3.5rem;
color: #fff;
vertical-align: middle;
text-align: center !important;
padding: 0;
}

/*Izberi. Naroči. Uživaj END*/


/*Service BOX Start*/
.pb-60 {
  padding-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
p {
  font-weight: 300;
  font-size: 14px;
}
.section-title p {
  font-size: 24px;
  font-family: Oleo Script;
  margin-bottom: 0px;
}
.section-title h4 {
  font-size: 30px;
  text-transform: none;
  color: #c4130d;
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
}
.section-title h4::before {
  width: 80px;
  height: 1.5px;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.section-title h4::before, .section-title h4::after {
  position: absolute;
  content: "";
  background-color: #c4130d;
}
.section-title h4::after {
  width: 40px;
  height: 1.5px;
  bottom: -5px;
  left: 50%;
  margin-left: -20px;
}
.single_service.service_right {
  padding-right: 70px;
  padding-left: 0;
  text-align: left;
}
.single_service.service_right img {
  right: 0;
  left: auto;
  margin-top: 0;
}
.single_service:nth-child(1), .single_service:nth-child(2) {
  border-bottom: 1px dashed #333;
  padding-bottom: 15px;
}
.single_service img {
  max-width: 45px;
  position: absolute;
  left: 0;
  top: 0;
}
.single_service {
  position: relative;
  padding-left: 70px;
  margin-bottom: 35px;
}
/*Service BOX End*/
/*WOO START*/
.header.entry-header {
  display: none;
}
/*WOO END*/
/*H2 START*/
h2 {
    font-size: 18px;
}
/*H2 END*/

/*SOCIAL SHARE START*/
.share-box {
display: block;
background: #c4130d;
margin: 0;
padding: 20px 0;
color: #fff;
font-size: 1.4rem;
font-weight: 300;
line-height: 4rem;
text-align: center!important;
}

.share-box-h3 {
font-family: Oswald;
font-weight: 200;
font-size: 2.5rem;
line-height: 6rem;
color: #fff;
vertical-align: middle;
text-align: center !important;
}

.share-box-icons {
text-align: center !important;
}

.social-a a {
margin: 3px 3px;
display: inline-block;
border: 1px solid #fff;
height: 60px;
width: 60px;
line-height: 3.9;
padding: 0;
-moz-border-radius: 50%;
border-radius: 50%;
text-decoration: none;
text-align: center !important;
}

.social-a a:hover {
background-color: #fff;
}

.social-a a:hover i {
color: #95d545;
}

.social-a a i {
font-size: 3.5rem;
color: #fff;
vertical-align: middle;
text-align: center !important;
padding: 0;
}

/*SOCIAL SHARE END*/

/*MyButton Start*/
.myButton1 {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background-color:#ffffff;
  -moz-border-radius:26px;
  -webkit-border-radius:26px;
  border-radius:36px;
  border:1px solid #dcdcdc;
  display:inline-block;
  cursor:pointer;
  color:#666666;
  font-family:Arial;
  font-size:18px;
  font-weight:bold;
  padding:6px 20px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
}
.myButton1:hover {
  background-color:#f6f6f6;
}
.myButton1:active {
  position:relative;
  top:1px;
}   

/*MyButton End*/
/*Category search start*/
.cate-dropdown{
  display:none !important;
}
/*Category search end*/
/*Text before price start*/
del .amount::before,
ins .amount::before {
  margin-right: 5px;
}

del .amount::before {
  content: 'Redna cena z DDV:';
}

ins .amount::before {
  content: 'Znižana cena z DDV:';
}
.amount::before {
  content: 'Cena z DDV:';
  margin-right: 5px;
}
/*Text before price END*/
/*SLIDE NEFF FIRST PAGE START*/
body {
    padding-top:20px
}
#custom_carousel .item {

    color:#000;
    background-color:#eee;
    padding:20px 0;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#ddd
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
#custom_carousel .controls li.active {
    background-color:#eee;
    border-top:3px solid orange;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}
/*SLIDE NEFF FIRST PAGE END*/
nav.woocommerce-breadcrumb{
	display:none !important;
}
/*h1.entry-title{
	display:none;
}*/
.header-right-part{
	position: sticky !important;
}
body.home .header-style-2.aft-transparent-header.aft-sticky-navigation, .header-style-2.aft-sticky-navigation, .header-style-3-1 .navigation-section-wrapper.aft-sticky-navigation, .header-style-3 .navigation-section-wrapper.aft-sticky-navigation {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99999;
    transition: top 0.2s ease-in-out;
}
.woocommerce ul.cat-links {
    margin-bottom: 4px;
	display: none;}
#mega-menu-wrap-aft-primary-nav #mega-menu-aft-primary-nav a.mega-menu-link .mega-description-group .mega-menu-description {
    font-style: italic;
    font-size: 0.8em;
    text-transform: none;
    font-weight: normal;
    display: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 1.45em;
    font-weight: bold;
}
