/* UNIVERSAL */

body {
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

.clear {clear:both; height:0px;}
.clear10 {clear:both; height:10px;}
.clear15 {clear:both; height:15px;}
.clear20 {clear:both; height:20px;}
.clear30 {clear:both; height:30px;}
.clear40 {clear:both; height:40px;}
.clear60 {clear:both; height:60px;}
.clear80 {clear:both; height:80px;}

.relative {position:relative !important;}
.inline {display:inline !important;}
.block {display:block !important;}
.inline-block {display:inline-block !important;}

.whitetext {color:#fff !important;}
.noradi {border-radius:0 !important}

.righttoleft {text-align:right;}
.centertoleft {text-align:center;}

hr.hrfull {background:#ddd;}
.bigtar:hover {cursor:pointer;}

.glavna-tekst {}
.glavna-tekst img {max-width:100%; height:auto; display:inline-block;}

.cart5error .help-block {color:#d2322d;}
.error_message p {font-size:0.8em; color:#d2322d;}
.success_message p {font-size:2em; font-weight:700; color:#67d187;}
.error_message_product p {font-size:0.8em; color:#d2322d;}
.success_message_product p {font-size:2em; font-weight:700; color:#67d187;}

h2.entry-title-index {font-weight:500;}
.glavna-tekst {}
.page-header .breadcrumb {color:#ddd;}

/* fix za blurry owl images */

.owl-carousel .owl-item img {transform-style:flat; -webkit-backface-visibility: hidden;}

/* Cookie skripta */

.cc-cookies {position:fixed; width: 100%; left: 0; bottom:0; padding: 10px 5%; background:#fff;background:rgba(255,255,255,.85); color: #110300; font-size: 12px; font-weight: 400; z-index: 99999; text-align: center; }
.cc-cookies a, .cc-cookies a:hover { color: #110300; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block; color: #fff; text-decoration: none; background: #7DAF3B; padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }


/* Ovo je za videe embedane u wygwam, dodan je js plugin za wygwam koji oko videa automatski stavi div video-container */
.video-container {
	padding-top: 25px;
	padding-bottom: 50.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	height: 0;
}

.video-container.vimeo {
	padding-top: 0;
	padding-bottom: 56.4%;
}

.video-container embed,
.video-container iframe,
.video-container object,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p.uslugeboxtext {height:80px; padding:0 10px; overflow:hidden;}

.blockimg-right {padding-right:0 !important; float:right; margin-top:7px;}
.blockimg-left {padding-left:0 !important; margin-top:0px;}

#cart-menu {display:inline;}

.product-nav-prev.disabled a {color:#ddd !important;}
.product-nav-next.disabled a {color:#ddd !important;}

.owl-proizvodi .owl-item, .owl-proizvodi2 .owl-item {opacity:0.5;}
.owl-proizvodi .owl-item.superactive, .owl-proizvodi2 .owl-item.superactive {opacity:1}

.input-quantity {width:50px;}
.store_product_out_of_stock {display:none;}
.store_product_in_stock {display:block;}
.btn-plusminus {width:34px; height:34px;}
.qty-dec-btn, .qty-inc-btn {padding:0; outline:0;}
.btn-remove {border:0; background:#fff;}

h3.product-sku, h3.product-mod {font-size: 12px; font-weight: 400; margin-bottom: 0; text-transform:none;}
h2.product-name {line-height: 20px; color: #000; font-weight: 700; font-size: 16px; margin: 0 0 3px;}
.product-price-td {min-width:100px;}
.product-subtotal-td {min-width:100px;}

input.pm-input + label + div {
  display: none;
}
input.pm-input:checked + label + div {
  display: block;
}
input.sm-input + label + div {
  display: none;
}
input.sm-input:checked + label + div {
  display: block;
}
.pm-table {width:100%;}
.pm-label {font-weight:bold; cursor: pointer; margin-left: 5px; margin-bottom: 0;}
.pm-desc-checked {
    min-height: 20px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    border-radius: 0;
}

.sm-table {width:100%;}
.sm-label {font-weight:bold; cursor: pointer; margin-left: 5px; margin-bottom: 0;}
.sm-desc-checked {
    min-height: 20px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    border-radius: 0;
}

.modal-content.popupproduct {
    border: none !important;
    box-shadow: none !important;
    background: transparent;
}

/* SPECIFIC */


.panel-box .panel-box-content {background:none;}
#forgpass-trigger {cursor:pointer}
#footer .footer-copyright nav {float:none}


.product-actions a.posaljiupit, .product-actions a.brzipregled {
	font-size: 17px;
	height: 38px;
	width: 40px;
	line-height: 38px;
	background-color: transparent;
	visibility: hidden;
	opacity: 0;
}
.hide-addtolinks .product-actions a.posaljiupit, .hide-addtolinks .product-actions a.brzipregled {
	display: none;
}
.product-actions a.posaljiupit {
	right: -37px;
	color: #ed4949;
	border: 1px solid #ed4949;
}
.product-actions a.posaljiupit:hover {
	color: #fff;
	background-color: #ed4949;
}
.product:hover .product-actions a.posaljiupit {
	visibility: visible;
	opacity: 1;
	right: 0;
}
.product-actions a.brzipregled {
	left: -37px;
	color: #52b9b5;
	border: 1px solid #52b9b5;
}
.product-actions a.brzipregled:hover {
	color: #fff;
	background-color: #52b9b5;
}
.product:hover .product-actions a.brzipregled {
	visibility: visible;
	opacity: 1;
	left: 0;
}

.product-actions .add_to_cart {
	color: #333;
	background-color: #fff;
	font-size: 14px;
	padding: 0 10px 0 8px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ccc;
}
.product-actions .add_to_cart i {
	font-size: 15px;
	margin-right: 2px;
}
.product:hover .product-actions .add_to_cart {
	background-color: #3b3b3b;
	border-color: #3b3b3b;
	color: #fff;
}
.product-actions addtocart.outofstock {
	padding: 0 10px;
	cursor: default;
}
.product:hover .product-actions .add_to_cart.outofstock {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #ccc !important;
}

.product.product-list .product-actions .add_to_cart {
	background-color: #3b3b3b;
	border-color: #3b3b3b;
	color: #fff;
}


.zoomContainer.fancy {z-index:10000}

@media (max-width: 767px) {
	.product-img-box2 {
		margin-bottom: 25px;
	}
}
.product-img-box2 img {
	display: block;
	width: 100%;
	height: auto;
}
.product-img-box2 .product-img-wrapper2 {
	margin-bottom: 2px;
}
.product-img-box2 .owl-carousel {
	margin-bottom: 0;
}
.product-img-box-wrapper2 {
	position: relative;
	margin-bottom: 10px;
}
.product-img-box-wrapper2 .product-img-zoom2 {
	position: absolute;
	right: 11px;
	bottom: 7px;
	z-index: 50;
}

.totals-table tbody tr td:nth-child(2) {min-width:140px;}
.shop-podnaslov {font-size:20px; font-weight:400; text-transform:none}
.cart-table tbody tr td.product-image-td a img {width:80px}
.cart-table-wrap {padding:20px;}
.totals-table tbody tr td {font-size:14px;}
.totals-table tbody tr:last-child td:last-child, .totals-table tbody tr:last-child td:first-child {font-size: 17px;}

.call-to-action-success {background-color: #dff0d8; border:1px solid #d6e9c6;}
.prikazujemo {width:100%; display:inline-block;}

#header .header-body {
    background: #efefef;
    border-top: 0px solid #EDEDED;
    border-bottom: 0px solid transparent;
    padding: 0px 0;
    -webkit-transition: min-height 0.3s ease;
    -moz-transition: min-height 0.3s ease;
    transition: min-height 0.3s ease;
    width: 100%;
    z-index: 1001;
    min-height: 183px;
}

#header .header-top {
    background-color: #3B3E46;
    border-bottom: 0px solid #ededed;
    margin-top: 0px;
    padding: 0px 0;
    position: relative;
    z-index: 4;
	min-height: 50px;
}

#header .header-nav-main {
    height: auto !important;
    position: absolute;
	margin-top: 0px !important;
    background: #FCFCFC;
    width: 100%;
}

#header .header-nav-main {
    float: left;
    margin: 0px 0 0;
    min-height: 45px;
}

#header .header-nav-main nav > ul > li > a {
    display: inline-block;
    border-radius: 0px;
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    color: #484848;
    padding: 18px 18px;
    text-transform: uppercase;
	border-bottom: 3px solid #efefef;
}

#header .header-nav-main nav > ul > li:last-child > a {
    padding: 18px 49px 18px 49px;
}

ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus {
    background-color: transparent !important;
	color: #F1C40F !important;
	border-bottom: 3px solid #F1C40F !important;
}

.nav-pills>li+li {
    margin-left: 0px;
}

#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: #F7F7F7;
    color:#484848 !important;
	border-bottom: 3px solid #F1C40F !important;
}

ul.nav-pills > li.active > a {
    background-color: transparent !important;
    color: #f1c40f !important;
}

.container-logo {
    padding: 20px 0px;
}

#header .header-logo {
    float: left;
    position: relative;
    height: 46px !important;
    width: 290px !important;
}

#header .header-logo img {
    margin: 0px 15px 0px 15px;
}

#header .header-top .header-search {
    float: left;
    margin-top: 2px;
    margin-left: 30px;
    margin-right: 0;
}

#header .header-top .fa-search:before {
    content: "\f002";
    font-size: 17px;
}

#header .header-search .btn-default {
    border: 0 none;
    position: absolute;
    right: 0;
    top: 0;
    color: #f8f6ec;
    background: #525249;
    z-index: 3;
    padding: 15.4px 18px;
}

#header .header-top .header-search {
    float: left;
    margin-top: 0px;
    margin-left: 50px;
    margin-right: 0;
}

#header .header-top .socialfollow {
	margin-left: 10px !important;
}

#header .header-top .fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
    font-size: 17px;
}

#header .header-top .socialfollow a {
    color: #525249 !important;
}

#header .header-top .socialfollow a:hover {
    color: #000 !important;
}

#header .header-top .socialfollow {
    margin-left: 68px;
    margin-top: 16px;
    
}

#header .container-logo h6 {
    margin: 5px;
    font-size: 0.86em;
    color: #525249;
    font-weight: 300;
    letter-spacing: 0.4px;
    float: left;
}

#header .ikone-info {
	float: left;
    margin: 5px 5px 0 0;
}

#header .header-nav-main nav > ul > li.active > a {
    border-color: #f1c40f;
    background:#f1c40f !important;
    color:#fff !important;
}

.top-label {
    white-space: normal !important;
    font-size: 50px !important;
    line-height: 56px !important;
    font-weight: 400 !important;
    color: rgb(255, 223, 99) !important;
    font-family: "Playfair Display" !important;
    font-style: italic !important;
    letter-spacing: -1px !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.main-label {
	 font-size: 70px !important;
     height: 78px !important;
    line-height: 76px !important;
}

.reservation-form {
    padding: 40px 0;
    background: #F8F8F8;
    z-index: 0;
    margin-top: 0;
    position: relative;
}

.reservation-form p {
    color: #525249;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 2px;
    font-size: 0.86em;
    line-height: normal;
    margin-bottom: 5px;
}

.reservation-form select {
    width: 100%;
    color: #73736b;
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #fff;
    padding: 10px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}


.reservation-form select option {
    width: 100%;
    color: #000;
}

.reservation-form input.access_code {
    width: 100%;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #fff;
    padding: 10px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.reservation-form button[type="submit"] {
    background: #34A41C;
    border-radius: 7px;
    padding: 10px 60px;
    text-transform: uppercase;
    color: #fff;
    border: 0px;
    margin-top: 33px;
}

h3.podnaslov-zuti {
    font-family: 'Playfair Display','Lora',serif;
    font-size: 2.1em;
    font-style: italic;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 18px;
    line-height: normal;
    text-transform: none;
    color: #f1c40f;
}

h3.podnaslov-sivi {
    font-family: 'Playfair Display','Lora',serif;
    font-size: 2.1em;
    font-style: italic;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 6px;
    line-height: normal;
    text-transform: none;
    color: #73736b;
}

h2.podnaslov {
    color: #31312c;
    display: block;
    font-size: 4em;
    letter-spacing: -5px;
    margin-bottom: 6px;
    line-height: 66px;
    text-transform: none;
    text-align: center;
    font-weight: 300;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

h2.podnaslov span {
    color: #f1c40f !important;
    font-weight: 500;
    margin-left: 6px;
}

h2.podnaslov-bijeli {
    color: #fff;
    display: block;
    font-size: 4em;
    letter-spacing: -5px;
    margin-bottom: 6px;
    line-height: 66px;
    text-transform: none;
    text-align: center;
    font-weight: 300;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

h2.podnaslov-bijeli span {
    color: #f1c40f !important;
    font-weight: 500;
    margin-left: 6px;
}

p {
    margin: 0 0 20px 0;
    color: #616161;
    font-size: 1em;
    line-height: 1.5;
}

p.title-plus-text {
    font-size: 14px;
    font-weight: 300;
    margin-top: 14px;
    text-align: center;
    text-transform: none;
}

p.title-plus-text-bijeli {
    font-size: 16px;
    font-weight: 300;
    margin-top: 14px;
    text-align: center;
    text-transform: none;
    color: #fff;
}

.apartmani-bijelo {
	padding: 60px 0px;
}

h4.podnaslov {
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 18px;
    text-align: center;
    transition: all .23s ease-in-out;
}

.awbok-shcod .awebooking .awebooking-wrapper.awebooking-wrapper select, .awbok-shcod .awebooking .awebooking-wrapper .apb-field-group input[type="text"] {
    cursor: pointer;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #73736b;
    padding-left: 17px;
    min-width: 120px;
    min-height: 50px;
    border-radius: 0;
}
.awbok-shcod .awebooking .awebooking-wrapper .apb-field-group input {
    border-color: #ebebeb;
}

.btn {
    border-radius: 55px;
    text-transform: uppercase;
    border: 0px !important;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

.btn-lg {
    padding: 16px 22px;
    font-size: 1.1em !important;
    line-height: normal;
    font-weight: 600;
}

.btn-md {
    padding: 16px 22px;
    font-size: 1em !important;
    line-height: normal;
    font-weight: 600;
}


.btn-primary:hover {
    box-shadow: 0px -70px 1px #34342e inset;
    background: #34342e;
    color: #fff !important;
    border-color: #34342e !important;
}

.apartmani-sivo {
	padding: 60px 0px;
    background: #F2F2F2;
}

.btn-sm {
	padding: 10px 20px;
    font-size: 11px;
    display: table;
}

.recenzije {
    padding: 140px 0px;
    min-height: 880px;
    background: url(https://stella-adriatica.com/slike/recenzije-bg.jpg) top left no-repeat;
    background-color: #FFF;
    background-size: cover;
}

.boxrecenzije {
    position: relative;
    font-size: 19px;
    font-weight: 200;
    margin: 0;
    padding: 48px 50px 43px 32px;
    padding-bottom: ;
    border: 1px solid rgba(211, 211, 211, 0.48);
    text-align: left;
    position: relative;
    font-style: italic;
}

.boxrecenzije p {
    color: rgba(255, 255, 255, 0.97);
}

.naslov-recenzije {
    text-transform: uppercase;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.97);
	text-align: left;
    margin-top: 28px;
    margin-left: 62px;
}

.boxrecenzije:before {
    border-top: 14px solid rgba(255,255,255,0.4);
}
.boxrecenzije:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 57px;
    bottom: -15px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}

.testimonial-owl-carousel .owl-item {
    padding: 40px;
}

.testimonial-owl-carousel {
	margin-left: 15px;
}

h4.usluge {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 6px;
    transition: all .23s ease-in-out;
}


p.usluge {
    color: #73736b;
    font-size: 15px;
    line-height: 1.7;
    padding-right: 16px;
    overflow: hidden;
    height: 96px;
}

.novosti-owl-carousel .owl-item {
    padding: 10px;
}

.novosti-owl-carousel {
	margin-left: 15px;
}

.thumb-info {
    background-color: #FFF;
    border: 0px solid #DDD;
    border-radius: 6px;
}

.thumb-info .thumb-info-wrapper {
    margin: 0px 0px 0px 0px !important;
}

.info-novost h3 {
	transition: all .3s ease;
    position: relative;
    font-size: 1.2em;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 45px;
    text-decoration: none !important;
}

.info-novost h3:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #f1c40f;
    bottom: -20px;
    left: 0;
    text-decoration: none !important;
}

.info-novost a {
    color: #000;
    transition: all .3s ease;
    text-decoration: none !important;
}

.info-novost a:hover h3 {
    color: #f1c40f;
    transition: all .3s ease;
    text-decoration: none;
}

.info-novost a:active {
    outline: none;
    opacity: 0.92;
}

.thumb-info .slika-novost:after {
    background: rgba(23, 23, 23, 0);
}

.info-novost {
	padding: 20px !important;
    height: auto;
}

.info-novost p {
	color: #777;
    line-height: 23px;
    font-size: 1.1em;
    margin-bottom: 52px;
    height: 88px;
    padding: 0px;
    overflow:hidden;
}

h6 {
    font-size: 0.8em;
    line-height: normal;
    margin-bottom: 12px;
    color: #f1c40f;
    font-weight: 600;
    text-transform: uppercase;
}

.datum-novost {
	color: #73736b;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 500;
    float: right;
    position: absolute;
    bottom: 30px;
    right: 20px;
}


#footer.short {
    padding-top: 70px;
}

#footer {
    background: #fff;
    border-top: 0px solid #0e0e0e;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
}

#footer a, #footer a:hover {
    color: #f1c40f;
}

.whitetext {
    color: #f1c40f !important;
}

#footer .footer-copyright {
    padding: 0px 0 0px;
}


.slider-container .btn-slider-action {
	font-size: 16px !important;
}

.header-search .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 25px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    color: #555;
    background-color: #fafafa;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px !important;
    height: 50px !important;
    margin-right: 20px !important;
 }
 
 #header .header-search .btn-default {
    border: 0 none;
    position: absolute;
    right: 0;
    top: 0;
    color: #f8f6ec;
    background: #525249;
    border-radius: 0px;
    z-index: 3;
    padding: 15.4px 18px;
}


.page-header {
    height: 220px;
    width: 100%;
    background: url(https://stella-adriatica.com/slike/page-header-01.jpg) top center no-repeat;
    border-bottom: 3px solid #F1C40F;
    border-top: 0px solid #384045;
    margin: 0 0 25px 0;
    min-height: 50px;
    padding: 86px 0 10px;
}

.page-header h1 {
    border-bottom: 0px solid #CCC;
    color: #fff;
    display: inline-block;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 -25px;
    padding: 0 0 25px;
    position: relative;
}

h2.entry-title-index {
    font-weight: 500;
    margin: 0 0 12px 0;
    font-size: 1.8em;
    line-height: 32px;
}

.sidebar select {
    border: 1px solid #E5E7E9;
    border-radius: 6px;
    outline: none;
    width: 100%;
    padding: 8px;
}


.sidebar h2.podnaslov {
    color: #31312c;
    display: block;
    font-size: 2.6em;
    letter-spacing: -2px;
    margin-bottom: 6px;
    line-height: 38px;
    text-transform: none;
    text-align: center;
    font-weight: 300;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

.sidebar p.title-plus-text {
    font-size: 14px;
    font-weight: 300;
    margin-top: 14px;
    text-align: center;
    text-transform: none;
}

.sidebar p {
    margin: 0 0 10px 0;
    color: #616161;
    font-size: 1em;
    line-height: 1.4;
}

.sidebar input {
    width: 100%;
}

.sidebar h3.podnaslov-sivi {
    font-size: 1.7em;
    margin-bottom: 2px;
}

.sidebar {
    padding: 0px 20px;
}

.breadcrumb {
    padding: 10px 20px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #F8F8F8;
    border-radius: 55px;
}

.novost-detaljnija h3 {
    font-size: 0.8em;
    line-height: normal;
    margin-bottom: 12px;
    color: #f1c40f;
    font-weight: 600;
    text-transform: uppercase;
}

.masonry-loader ul.products {
    padding: 0 0 25px 0;
    list-style: none;
}

.masonry-loader ul.products .product {
    position: relative;
    margin-bottom: 25px;
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:before, .custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    border-top: 2px solid #fff400;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.custom-thumb-info-1 {
    border: 0;
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus {
    opacity: 0;
    position: absolute;
    width: 10%;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.custom-thumb-info-1 .thumb-info-wrapper {
    margin: 2px !important;
}

.custom-thumb-info-1 .thumb-info-wrapper:after {
    background: transparent;
}

.polje-apartman-dolje {
	background: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 12px;
}

.thumb-info-apartman h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    margin: 0 0 6px 0;
}

.thumb-info-apartman p {
    margin: 0 0 6px 0;
    color: #616161;
    font-size: 1.06em;
    line-height: normal;
}

.thumb-info-apartman .thumb-info-wrapper:after h2 {
    font-size: 1.1em;	
}

.thumb-info-apartman .thumb-info-title {
    font-size: 14px;
    font-weight: 300;
    padding: 0px;
    text-transform: none;
}

.thumb-info .thumb-info-type-apartman {
    background-color: transparent;
    margin-bottom: 7px;
    font-size: 10px;
    padding: 11px 20px 10px;
    border: 1px solid #f1c40f;
    border-radius: 60px;
    line-height: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #31312c;
    transition: all .3s ease;
}

.thumb-info .thumb-info-type-apartman:hover {
    transition: all .3s ease;
    background: #292929;
    color: #fff !important;
}


.thumb-info-apartman .thumb-info-wrapper:after {
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    bottom: 0px;
    color: #FFF;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    opacity: 0;
    z-index: 1;
}

.zvjezdice {
    margin-left: 0px;
}

.zvjezdice i {
color: #F1C40F;
font-size. 2em;
}

#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    display: none !important;
}

.room-info-vec-od-box {
    padding: 6px 20px;
    background: #fff;
    font-size: 1em;
    line-height: 38px;
    position: absolute;
    top: 40px;
    left: 0;
    color: #000;
}


.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.owl-carousel {
    margin-bottom: 10px;
}

.ikone-smede .fa {
    color: #B69A61;
    font-size: 20px;

}

.aikonice {
    margin-bottom: 16px;
}

.aikonice .fa {
    font-size: 20px;
}

.opacity20 {
    opacity: 0.24;
    margin-right: 5px;
}

.opacity20:hover {
    opacity: 1;
}

h2.apartmani {
    text-decoration: none !important;
    line-height: 32px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 300;
}

.table {
    margin-bottom: 10px;
}

.owl-carousel .owl-nav .owl-next {
    right: -5px;
}

.owl-carousel .owl-nav [class*="owl-"] {
    color: #fff;
    background-color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.2);
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    display: inline-table;
    position: absolute;
    width: 20x;
    height: 20x;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 32px 2px;
    background: #D6D6D6;
    display: inline-table;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-nav .owl-next:before {
    font-family: revicons;
    position: relative;
    content: '\e825';
    left: 2px;
    top: 1px;
}

.owl-carousel .owl-nav .owl-prev:before {
    font-family: revicons;
    position: relative;
    content: '\e824';
    left: 2px;
    top: 1px;
}

.owl-carousel .owl-nav .owl-prev {
    margin-left: -20px !important;
}

.owl-carousel .owl-nav .owl-next {
    right: -30px !important;
}

.istaknuto-covid {
	position: absolute;
    z-index: 99999;
    bottom: 280px;
    margin-top: 0px;
    padding: 16px;
    background: rgba(57,163,210, 0.8);
    color: #fff;
    left: 30px;
    width: 320px;
}

.istaknuto-covid h3 {
	color: #fff;
    margin-bottom: 8px;
    font-size: 1.2em;
    letter-spacing: 0px;
}

.istaknuto-covid p {
	color: #fff;
    margin-bottom: 12px;
    font-size: 0.96em;
    letter-spacing: 0px;
}

.istaknuto-covid a {
	color: #fff;
}

.istaknuto-covid-manje {
	display: none;
}




/*IVANA*/

.grad-sivi {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    height: 55px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-bottom: none;}
    
    
    
.slika-app {height:270px !important;display:block;float:left;overflow:hidden}
.owl-theme .owl-nav [class*="owl-"] {background:#747782}
.cjenik-tablica {border:1px solid #000}
.cjenik-tablica td {border:1px solid #000;font-size:12px;padding:5px !important}
#header .header-column a {color:#525249}




