/* UNIVERSAL */

body {
    font-family: 'Josefin Sans', sans-serif;
    background-color: #111618;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #feca5f;
}

p {
    color: #fff;
    line-height: 18px;
    margin: 0 0 16px;
    font-size: 13px;
    font-weight: 300;
}

#footer a:hover {
    color: #feca5f;
}

.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;}

.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:7px;}

#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;}
.eebloqs p, .eebloqs h3, .eebloqs ul, .eebloqs ol {margin-bottom:20px !important;}

#header {
    position: relative;
    z-index: 100;
	width: 100%;
}

#header .header-body {
    background: transparent;
    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: 90px;
}

#header .social-icons li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: transparent;
    border-radius: 100%;
    display: block;
    height: 20px;
    line-height: 34px;
    width: 20px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
}

.main {
	margin-top: -106px;
}


.sticky-header-active .body #header .header-body {
    background: #111618;
}

.social-icons li {
    display: inline-block;
    margin: -1px 10px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
}

#header .nav>li {
    position: relative;
    display: contents;
}

#header .header-social-icons {
    float: left;
    margin: 33px 0 0 20px;
}

#header .header-nav-velike {
    display: block !important;
    float: left;
}

#header .header-nav-velike .header-nav-main {
    display: block !important;
    height: auto !important;
    margin: 27px auto;
    text-align: center;
	float: none;
}

#header .header-nav-main nav > ul > li > a  {
    display: inline-block;
    border-radius: 0px;
    font-size: 0.89em;
    font-style: normal;
    font-weight: 600;
    color: #fff !important;
    line-height: 20px;
    padding: 12px 8px 8px;
    text-transform: none;
}

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

img.img-bg-1 {
    height: 670px;
    background-size: cover;
    background-position: left;
    min-width: 1920px;
    width: 100%;
}

.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: transparent;
	color: #feca5f !important;
}

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

img.img-bg-1 {
    height: 760px;
    background-size: cover;
    background-position: left;
    min-width: 1920px;
}

.slika-bg-rotator {
    height: 760px;
}

.sadrzaj-bg-rotator {
	bottom: 10px;
    margin-top: -600px;
}

.sadrzaj-bg-rotator img {
	max-height: 450px;
    width: auto !important;
    float: right;
}

.owl-carousel .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    content: "\f060";
    position: relative;
    left: -1px;
    top: 1px;
}

.owl-carousel .owl-nav .owl-next:before {
    font-family: FontAwesome;
    content: "\f061";
    position: relative;
    left: 2px;
    top: 1px;
}

.owl-carousel .owl-nav [class*="owl-"]:active, .owl-carousel .owl-nav [class*="owl-"]:focus, .owl-carousel .owl-nav [class*="owl-"]:active:hover, .owl-carousel .owl-nav [class*="owl-"]:active:focus {
    background-color: transparent;
    border-color: transparent transparent transparent;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
    border-color: transparent transparent transparent;
}

.owl-carousel .owl-nav [class*="owl-"] {
    color: #d8d8d8;
    background-color: transparent;
    border-color: transparent transparent transparent;
    font-size: 2em;
}

.owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: -30px;
}

.owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: -30px;
}

.sadrzaj-bg-rotator h2 {
    font-size: 8em;
    color: #fff;
    font-weight: 900;
    line-height: 110px;
    letter-spacing: 3px;
    margin: 130px 0 20px -8px;
}

.sadrzaj-bg-rotator h4 {
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: normal;
    color: #feca5f;
    line-height: 26px;
    margin: 0 0 12px 0;
}

.sadrzaj-bg-rotator h5 {
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0 0 14px 0;
    color: #fff;
    text-transform: none;
}

#nicos-offer {
	min-height: 600px;
}

#nicos-offer img.slika-lijevo-pizza {
	position: absolute;
    left: 0px;
    top: 0px;
    width: 350px;
    height: auto;
}

#nicos-offer img.slika-desno-burger {
	position: absolute;
    right: 0px;
    bottom: 0px;
    width: 350px;
    height: auto;
    display: none;
}

#nicos-offer img.slika-lijevo-lazanje {
	position: absolute;
    left: 0px;
    bottom: 0px;
    width: 350px;
    height: auto;
}

#nicos-offer img.slika-desno-breakfast {
	position: absolute;
    right: 0px;
    top: 0px;
    width: 350px;
    height: auto;
}

#nicos-offer img.slika-offer {
	max-height: 180px;
    width: auto;
    margin: 0 auto 24px;
    display: block;
    
}

#nicos-offer h3 {
    color: #fff;
    font-size: 2.3em;
    font-family: 'Pacifico', cursive;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 12px;
    text-transform: none;
    letter-spacing: normal;
}

#nicos-offer h4 {
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 12px;
    text-transform: none;
    letter-spacing: normal;
}

#nicos-offer {
	padding: 80px 0px 90px;
}

#nicos-offer p {
	color: #fff;
    font-weight: 300;
    font-size: 0.96em;
    line-height: 18px;
}

#nicos-share {
	min-height: 236px;
    padding: 92px 0px 78px;
    text-align: center;
    color: #fff;
}

#nicos-share h3 {
    color: #feca5f;
    margin-bottom: 12px;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: none;
}

#nicos-share p {
	color: #fff;
    font-weight: 300;
    font-size: 0.96em;
    line-height: 18px;
}

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

#jelovnik-pizza {
	padding: 50px 0px 0px;
}

#jelovnik-pizza .pizza-lijevo-bg {
	background-image: url(https://nicostrattoria.hr/slike/predjelo-nicos-01.jpg); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center right;
    height: 500px;
    width: auto;
}

#jelovnik-pizza .pizza-lijevo-bg-new {
	background-image: url(https://nicostrattoria.hr/slike/homemadebread-01.jpg); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center right;
    height: 500px;
    width: auto;
}

#jelovnik-pizza .pinsa-lijevo-bg-new {
	background-image: url(https://nicostrattoria.hr/slike/pinsa-01.jpg); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center right;
    height: 500px;
    width: auto;
}

#jelovnik-pizza .burger-desno-bg {
	background-image: url(https://nicostrattoria.hr/slike/nicos-trattoria-dubrovnik-2025-36.jpg); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center left;
    height: 500px;
    width: auto;
}

#jelovnik-pizza .burger-desno-bg-new {
	background-image: url(https://nicostrattoria.hr/slike/soups-01.jpg); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center left;
    height: 500px;
    width: auto;
}

#jelovnik-pizza .salate-lijevo-bg {
	background-image: url(https://nicostrattoria.hr/slike/nicos-trattoria-dubrovnik-2025-37.jpg); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center left;
    height: 500px;
    width: auto;
}

#jelovnik-pizza .mains-lijevo-bg {
	background-image: url(https://nicostrattoria.hr/slike/riba-02.jpg); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center left;
    height: 500px;
    width: auto;
}

#jelovnik-pizza .pasta-desno-bg {
	background-image: url(https://nicostrattoria.hr/slike/vongole-01.jpg); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center left;
    height: 500px;
    width: auto;
}

#jelovnik-pizza .deserti-desno-bg {
	background-image: url(https://nicostrattoria.hr/slike/deserti-01.jpg); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center left;
    height: 500px;
    width: auto;
}

.jelovnik-zajedno-col {
    margin: 16px 0px;
    padding: 12px 0px;
	background: #1e2326;
    height: 467px;
    
}

.slika-jelovnik-desno {
	padding-right: 0px !important;
}

.slika-jelovnik-lijevo {
	padding-left: 15px !important;
	padding-right: 0px !important;
}

h2.jelovnik-h2 {
    font-size: 1.8em;
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 6px 0;
    font-family: 'Pacifico', cursive;
}

#jelovnik-pizza p {
	margin-bottom: 2px;
}



table.jelovnik-pocetna {
    width: 100%;
    margin: 3px auto 0px;
    table-layout: fixed;
    border-collapse: collapse;
    line-height: 18px;
}

table.jelovnik-pocetna td:first-child {
    text-align: left;
    color: #feca5f !important;
    text-transform: uppercase;
}

table.jelovnik-pocetna td {
    padding: 0px 0 0 0;
    vertical-align: bottom;
    background-image: radial-gradient(#a1a2a3 1px, #1e2326 0px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-position-y: 13px;
    font-size: 0.9em;
    font-weight: 600;
}
    
table.jelovnik-pocetna td span{
    background-color: #1e2326;
    color: #fff;
}
    
    
table.jelovnik-pocetna td:first-child span {
    padding-right:.25em;
    color: #feca5f !important;
}

table.jelovnik-pocetna td:last-child {
    text-align:right;
    width:150px;
}
    
table.jelovnik-pocetna td:last-child span{
    padding-left:.25em;
    color: #feca5f !important
}

table.jelovnik-pocetna th {
    padding-bottom: 9px;
    color: #fff;
    font-size: 0.78em;
    font-weight: 400;
}


.jelovnik-zajedno-col-lijevo {
    margin: 16px 0px 16px 0px;
    left: 15px;
}

#galerija-section {
	background: #0e0e0f;
    padding: 70px 0 0px; 
}

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

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

.masonry-loader .thumb-info {
    border-radius: 0px;
}

.thumb-info {
    border: 0px solid #DDD;
    border-radius: 0px;
}

html.webkit .thumb-info .thumb-info-wrapper {
    margin: 0px 0px 0px 0px;
}

.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;
}

.thumb-info img {
    border-radius: 0px;
}

.thumb-info .thumb-info-wrapper {
    border-radius: 0px;
}

.trip-footer {
	float: left;
}

#footer h4 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

#footer a {
    font-weight: 300;
}

#footer .container .row > div {
    margin-bottom: 10px;
}

#footer.short .footer-copyright {
    margin-top: 10px;
}

hr.hrfull-footer {
    background: #363636;
    margin: 20px 15px;
}

#footer .footer-copyright p, #footer .footer-copyright a {
    color: #a1a2a3;
    font-size: 13px;
}

#footer h1 {
    color: #a1a2a3;
    line-height: 18px;
    margin: 0 0 0px 150px;
    font-size: 13px;
    font-weight: 300;
}

#footer p {
    float: left;
}

.page-header {
    height: 330px;
    width: 100%;
    background: url(https://nicostrattoria.hr/slike/page-header-04.jpg) top center no-repeat;
    border-bottom: 3px solid #feca5f;
    border-top: 0px solid #384045;
    margin: 0 0 30px 0;
    min-height: 50px;
    padding: 176px 0 10px;
    text-align: center;
    background-size: cover;
}

section.page-header h1 {
    border-bottom-color: #fff;
}

.page-header h1 {
    border-bottom: 0px solid #FFf;
    color: #FFF;
    display: inline-block;
    font-weight: 300;
    margin: 0 0 -25px;
    min-height: 37px;
    font-size: 2.7em;
    line-height: 36px;
    padding: 0 0 30px;
    position: relative;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}

.breadcrumb {
    padding: 6px 0px;
    margin-bottom: 10px;
    color: #fff;
    list-style: none;
    background-color: transparent;
}

.page-header .breadcrumb {
    text-align: center;
    margin: 0 0 10px 2px;
}

.breadcrumb {
    text-align: right;
}

ul.nav-list li a:before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #feca5f;
}

aside ul.nav-list > li > a {
    color: #fff !important;
    font-size: 0.9em;
    padding: 8px 0 8px 18px;
}

blockquote .small, blockquote footer, blockquote small {
    color: #feca5f;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 10px;
    font-size: 17.5px;
    border-left: 1px solid #feca5f;
}

.eebloqs h3 {
    margin-bottom: 16px !important;
    text-transform: none;
    line-height: 28px;
}

.google-map-borders {
    border: 0px solid #DDD;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.kontakt-slika {
	height: 500px;
    width: 1000px;
    background: url(https://nicostrattoria.hr/slike/nicos-dubrovnik-contact.jpg) top center no-repeat;
}

h2 {
    font-size: 2em;
    font-weight: 300;
    line-height: 36px;
    margin: 0 0 24px 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #feca5f;
    background-color: #111618;
    border: 1px solid #ccc;
}

.thumb-info {
    border: 0px solid #DDD;
    border-radius: 0px;
}

html.webkit .thumb-info .thumb-info-wrapper {
    margin: 0px 0px 0px 0px;
}

.thumb-info .thumb-info-title h2 {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.0);
    font-size: 1.3em;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 28px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.thumb-info .thumb-info-title h3 {
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 4px;
    text-transform: none;
    color: #fff;
}

.thumb-info .thumb-info-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(30, 35, 38, 0.7);
    top: 10%;
    color: #FFF;
    font-size: 18px;
    bottom: unset;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 9px 11px 9px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 2;
}

.thumb-info:hover .thumb-info-title {
    background: rgba(30, 35, 38, 0.9);
}

.container-fluid-full {
	padding-left: 45px;
    padding-right: 45px;
}

.jelovnik-menu p {
	margin-bottom: 2px;
}

img.shake {
  animation: shake 1.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.btn {
    padding: 6px 12px 0px;
}

.border-karta {
	border: 2px solid #feca5f;
}

hr.hrzlatni {
    background: #feca5f;
    height: 4px;
}

ul.nav-list li a {
    border-bottom: 0px solid #EDEDDE;
    padding: 8px 0 5px 16px;
    display: block;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    line-height: 20px;
}

ul.nav-list li a:before {
    margin: 4px 0 0 -9px;
}

ul.nav-list li a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #feca5f !important;
}

#CDSWIDREST .wrapper {
    width: 200px;
    height: 60px;
    margin: 0 auto;
    background-repeat: no-repeat;
    padding: 0;
    position: fixed;
    right: 0px;
    top: 106px;
    z-index: 999999;
}

h2.jelovnik-h2 {
    margin-left: 15px;
}

#jelovnik-pizza p {
    margin-left: 15px;
}

img.logo-footer {
	max-width: 140px;
    height: auto;
}

.btn-table {
	display: table;
    margin: 0 auto !important;
}
