/* body{
  font-family: 'Roboto', sans-serif;
}
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
} */
/* html{font-family: 'Poppins', sans-serif;} */

.listing--kuca--single {
    position: relative;
    display: inline-block;
    padding: 25px;
    overflow: hidden;
}

.listing--kuca--single img {
    border-radius: 50%;
    box-shadow: 0 0 0 7px #e67e22;
}
.max-height-200 {
	max-height: 200px;
}
.listing--kuca--single .listing--overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 45px 25px;
    top: 30%;
    left: 0;
    background: #fff;
    border: 1px solid rgba(230, 125, 34, 0.5);
    border-radius: 3px;
    opacity: 0;
    transition: all .2s ease-out;
}

.listing--kuca--single:hover .listing--overlay {
    top: 0;
    opacity: 1;
}

.listing--overlay a:last-child {
    /* position: absolute; */
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.listing--overlay img {
    width: 120px;
    height: 120px;
}
.primarni--gumb:hover {
    background: #f39c12;
    color: #fff;
    text-decoration: none;
}
.rounded--prim {
    display: inline-block;
    background-color: #e67e22;
    font-size: 24px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 27px;
}

.rounded--sek {
    display: inline-block;
    background-color: #3a281b;
    font-size: 24px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 27px;
}

.sekundarni--gumb {
    display: inline-block;
    background: #e67e22;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    margin-top: 15px;
	margin-left: 125px;
    padding: 15px 25px !important;
    transition: all .2s ease-out;
}

.sekundarni--gumb:hover {
    background: #eb5333;
    color: #fff;
}
.promo--slika--mala {
    height: 600px;
}


.premium-ads {
    border-top: 2px solid #fb5a28;
    background: #ff57221a;
}
.premium-ads:hover {
    border-top: 2px solid #fb5a28;
    background: #ff572252;
}
.sup {
    top: -1.8em;
    font-size: 100%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    margin-left: 5px;
}
.promo--plus {
    padding: 30px;
    background-color: #ececec;
}
.promo--ikonica {
    display: block;
    width: 100px;
    height: 100px;
    font-size: 60px;
    line-height: 75px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
}
.uk-button-more {
    background-color: transparent;
    color: #e93f33;
    border: 1px solid #e93f33;
    border-radius: 5px;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-danger {
    color: #fff;
    background-color: #e74a3b;
}
.badge-counter {
    position: absolute;
    transform: scale(.7);
    transform-origin: top right;
    right: 5.8rem;
    margin-top: -.25rem;
}
.kolicina {
  border: 1px solid #ccc;
  width: 10px;
  padding: 18px;
}
.uk-card-title {
    color: #333 !important;
}
.mtb-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.font-normal {
  font-weight: normal !important;
  text-transform: none !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.box-more {
  background-color: #f5f5f5;
  padding: 15px;
}
.color-orange-font {
  /* color: #e93f33; */
}
.uk-heading-xxsmall {
	font-size: 1.25rem;
}
.promo--plus--dark {
    padding: 30px;
    background-color: #e93f33;
    /* color: #fff; */
}
.promo--plus-dark {
    padding: 30px;
    background-color: #f2f2f2;
    color: #FF5722;
}
.bgd-gray {
    background-color: #f2f2f2;
    color: #FF5722;
}
.cg-00 {
  column-gap: 0px !important;
}
.border-orange {
  border: 1px solid #e93f33 !important;
}
.border-orange-bottom {
  border-bottom: 1px solid #e93f33 !important;
}
.drop-nav::after {
    bottom: 100%;
    right: 4%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
}
.promo--ikonica--dark {
    display: block;
    width: 100px;
    height: 100px;
    font-size: 60px;
    line-height: 75px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
}
.uk-grid--dark h5 {
    color: #fff !important;
}
.uk-padding-right-50 {
  padding-right: 50px;
}
.text-through {
  text-decoration: line-through;
}
.height-200 {
	height: 200px;
}
.mtm-5 {
	margin-top: 0px;
}
.pl-00{
  padding-left: 0px !important;
}
.pl-40{
  padding-left: 0px !important;
}
.pl-35{
  padding-left: 5px !important;
}
.mt-00{
  margin-top: 0px !important;
}
.mt-10{
  margin-top: 10px !important;
}
.mt-20{
  margin-top: 20px !important;
}
.mt-5{
  margin-top: 5px !important;
}
.mt-25{
  margin-top: 25px !important;
}
.mt-61{
  margin-top: 61px !important;
}
.mb-10{
  margin-bottom: 10px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.mb-30{
  margin-bottom: 30px !important;
}
.pt-50{
  padding-top: 50px !important;
}
.mt-50{
  margin-top: 50px !important;
}
.pt-10{
  padding-top: 10px !important;
}
.pb-00{
  padding-bottom: 0px !important;
}
.mb-00{
  margin-bottom: 0px !important;
}
.pb-10{
  padding-bottom: 10px !important;
}
.pt-20{
  padding-top: 20px !important;
}
.pb-20{
  padding-bottom: 20px !important;
}
.pt-30{
  padding-top: 30px !important;
}
.pb-30{
  padding-bottom: 30px !important;
}
.pl-0100{
  padding: 100px;
  padding-top: 0px;
  padding-bottom: 10px;
}
.zindex2 {
z-index: 2;
}
.minh650 {
min-height: 500px !important;
}
.uk-text-40 {
font-size:40px;
}
.uk-text-20 {
font-size:20px;
font-weight: bold;
}
.uk-text-20-lite {
font-size:20px;
}
.uk-text-15 {
font-size:15px;
}
.uk-bgd-default {
background-color: #f9f9f9;
padding: 20px;
}
.uk-bgd-default-col {background-color: #eb5333;border-radius: 26px;}
.uk-bgd-default-col:hover {
background-color: #e84511;
}
.uk-bgd-default-cols {background-color: #000000;border-radius: 26px;}
.uk-bgd-default-cols:hover {
background-color: #e93f33;
}
.uk-text-underdotted {
text-decoration: underline;
text-decoration-style:dotted;
}
.uk-height-gallery {
  min-height: 450px;
}
.txt-decor-no {
	text-decoration: none !important;
}
.txt-decor-no:hover {
	text-decoration: none !important;
}
.more_wish {
	position: relative;
    right: -145px;
    bottom: 35px;
    /* width: 50px; */
    /* height: 50px; */
    border-radius: 50px;
    background-color: #e93f33;
    color: #fff;
    padding: 5px;
}
.more_wish:hover {
	background-color: #fff;
    color: #e93f33;
}
.more_photos {
	/* position: absolute; */
	text-decoration: none;
}
.more_photo {
	position: relative;
    left: 15px;
    bottom: 35px;
    width: 100px;
    height: 20px;
    background-color: #000000ad;
    color: #fff;
	font-size:12px;
	padding: 2px;
	padding-left: 5px;
    padding-right: 5px;
	border-radius: 5px;
	text-decoration: none !important;
}
.more_photo:hover {
	position: relative;
    background-color: #fff;
    color: #e93f33;
}
.w-92p {
	/* width: 92%; */
}
.plr-10 {
	padding-left: 10px;
    padding-right: 10px;
}
.plr-15 {
	padding-left: 15px;
    padding-right: 15px;
}
.mw-50 {
	max-width:50px;
}
.mw-75 {
	max-width:75px;
}
.mw-100 {
	max-width:100px;
}
.mw-125 {
	max-width:125px;
}
.mw-150 {
	max-width:150px;
}
.bt-01 {
  border-top: 2px solid #ebebeb;
}
 .bt-02 {
  border-bottom: 4px solid #fff6ee;
}
.bt-03 {
 border-bottom: 2px solid #ebebeb;
}
.bb-01 {
	border-bottom: 2px solid #dadada;
}
.ml-00 {
  margin-left: 0px !important;
}
.pl-00 {
  padding-left: 0px !important;
}
.pl-00 {
  padding-left: 0px !important;
}
.w-100 {
  width: 100px;
}
.w-200 {
  width: 200px;
}
.w-300 {
  width: 300px;
}
.w-400 {
  width: 400px;
}
.w-500 {
  width: 500px;
}
.bg-col-white {
  background-color: #fff;
}
.bg-col-default {
  background-color: #ea5333;
}
.bg-col-primary {
  background-color: #f6e7d4;
}
.bg-col-secondary {
  background-color: #f8d6d2;
}
.uk-text-gray {
  color: #333;
}
.uk-text-white {
  color: #fff !important;
}
.uk-text-orange {
  color: #eb5333 !important;
}
.uk-text-black {
  color: #000 !important;
}
.uk-bgd-orange {
  background-color: #FF5722;
}
.uk-text-white:hover {
  color: #fff;
  text-decoration: none;
}
.uk-text-black {
  color: #000;
}
.txt-decor-none:hover {
  text-decoration: none;
  /* text-decoration: line-through; */
  color: #fff;
}
.bgd-image-1 {/* background-image: url("/img/premium-1.jpg"); *//* background-size: cover; */background-repeat: no-repeat;background-size: 400px;background-color: #eb5333;}
.bgd-image-2 {/* background-image: url("/img/premium-2.jpg"); *//* background-size: cover; */background-repeat: no-repeat;background-size: 650px;background-color: #ebebeb;}
.uk-padding-left-10 {
  padding-left: 10px;
}
.uk-padding-right-10 {
  padding-right: 10px;
}
.uk-padding-left-20 {
  padding-left: 20px;
}
.uk-padding-right-20 {
  padding-right: 20px;
}
.actioni {
    background-color: #e93f33;
    padding: 9px;
    border-radius: 10px;
    color: #fff;
    display: block;
}
.bgd-col-gold {
  background: #f5f5f5;
}
.bord-20 {
	border-radius: 20px;
    padding: 25px;
}
.bgd-col-gray {
  background: #ececec;
}
.mt-10w {
	padding-top: 10vw!important;
}
.mt-40 {
  margin-top: 40px !important;
}
.pl-sw {
	padding-left: 30px;
}
.bgd-line-orange {
	padding-top: 25px;
	background-image: url(../img/home-services-bg.svg);
}
.font-15 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.font-14 {
    font-size: 14px;
}
.font-1-2 {
  font-size: 1.2rem;
}
.menu_style {
    text-align: center;
    font-size: 20px;
}
/* .uk-button-default {
    background-color: transparent;
    color: #e93f33;
    border: 1px solid #e93f33;
} */
.uk-button-new {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}
.uk-button-new:hover {
    background-color: #e93f33;
    color: #fff;
    border: 1px solid #e93f33;
}
.uk-button-more {
    background-color: transparent;
    color: #e93f33;
    border: 1px solid #e93f33;
    border-radius: 5px;
}
.uk-button-more:hover {
    background-color: #e93f33;
    color: #fff;
    border: 1px solid #e93f33;
}
.uk-button-ok {
    background-color: #e93f33;
    color: #fff;
    border: 1px solid #e93f33;
	border-radius: 5px;
}
.uk-button-ok:hover {
	background-color: transparent;
    color: #e93f33;
    border: 1px solid #e93f33;
    border-radius: 5px;
}
.kategorije_meni {
  /* width: 150px; */
  /* height: 40px; */
  background-color: #eb5333;
  color: #fff;
  font-size: 14px;
  padding: 7px;
  margin-bottom: 26px;
  border-radius: 26px;
}
.round-25 {
	border-radius: 25px;
    outline: none;
    border: 0px solid #fff;
}
.uk-label-success {
    background-color: #eb5334;
    color: #fff;
}
.uk-width-xs {
	width: 45px;
	padding-right:5px;
}
.uk-button-search {
    background-color: transparent;
    color: #333;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #eb5333;
}
.font-tab {
	font-size: 14px !important;
}
.uk-drop {
    display: none;
    position: relative;
    z-index: 1020;
    box-sizing: border-box;
    width: 100%;
}
.color-orange {
  color:#eb5433 !important;
}
ins.adsbygoogle { background: transparent !important; }
@media screen and (max-width: 800px) {
  .uk-padding-right-50 {
    padding-right: 0px;
  }
  .pl-03{
    padding-left: 0px;
  }
  .pl-40{
    padding-left: 40px !important;
  }
  .pl-35{
    padding-left: 35px !important;
  }
  .pl-0100{
    padding: 0px;
    padding-top: 0px;
  }
  .mtm-5 {
	margin-top: 5px;
}
  .uk-height-gallery {
    min-height: 350px !important;
  }
  /* .uk-height-gallery {
  min-height: 450px !important;
} */
.phone_c {
display: none;
}
.round-25 {
  border-radius: 26px !important;
}
.p-lr-20 {
   padding-left: 0px;
   padding-right: 0px;
 }
 .iframe-100 {
   width: 100%;
   height: 150px;
 }
  .pl-sw {
  padding-left: 0px!important;
  }
  .mt-10w {
  	padding-top: 0vw!important;
  }
  .uk-h4, h4 {
    font-size: 0.85rem;
    line-height: 1;
}
.uk-text-20 {
    font-size: 15px;
    font-weight: bold;
}
.uk-text-20-lite {
    font-size: 15px;
}
.uk-subnav>* {
    flex: none;
    padding-left: 0px;
    position: relative;
}
.font-tab {
	font-size: 11px !important;
}
.font-14 {
    font-size: 11px;
}
.font-1-2 {
  font-size: 1rem;
}

.mt-40 {
  margin-top: 0px !important;
}

.more_wish {
    right: -180px;
}
.w-92p {
	width: 40%;
}

}
