
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(/template/fonts/sans-source-pro-latin-300.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(/template/fonts/sans-source-pro-latin-400.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(/template/fonts/sans-source-pro-latin-700.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(/template/fonts/sans-source-pro-latin-ext-300.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(/template/fonts/sans-source-pro-latin-ext-400.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(/template/fonts/sans-source-pro-latin-ext-700.woff2) format('woff2');
  font-display: swap;
}

body {
	margin: 0px;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-display:swap;
	font-size:18px;
	line-height:1.3em;
	font-weight: 300;
	color:#000;
	/*background: url(/template/images/bg.png) repeat-x top left;*/
}

td {

}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

hr {
	border-bottom: 1px dotted #C4B791;
	border-top: none;
	border-left: none;
	border-right: none;
}


/* HEADINGS */
h1 {
	font-size: 2.6em;
	font-weight: 400;
	color: #532817;
	line-height: 1em;
	margin-bottom: 25px;
	margin-top: 0px;
}
h2 {
	font-size: 2em;
	font-weight: 400;
	color: #000;
	margin-top: 25px;
}
h3 {
	margin: 0px 0px 15px 0px;
	font-size: 1.3em;
	color: #625447;
}



/* FORM */
form {
	margin: 0px 0px 5px 0px;
}



/* LINKS */
a:Link {
	text-decoration: underline;
	color: #FF992C;
} 
a:Visited {
	text-decoration: underline;
	color: #FF992C;
} 
a:Hover {
	text-decoration: none;
	color: #FF992C;
}

a.lnk_1:Link {
	text-decoration: none;
	color:#4F4F4F;
} 
a.lnk_1:Visited {
	text-decoration: none;
	color:#4F4F4F;
} 
a.lnk_1:Hover {
	text-decoration: underline;
	color:#4F4F4F;
}

a.lnk_2:Link {
	text-decoration: underline;
	color:#4F4F4F;
} 
a.lnk_2:Visited {
	text-decoration: underline;
	color:#4F4F4F;
} 
a.lnk_2:Hover {
	text-decoration: none;
	color:#4F4F4F;
}

a.lnk_3:Link {
	text-decoration: none;
	color:#21538F;
} 
a.lnk_3:Visited {
	text-decoration: none;
	color:#21538F;
} 
a.lnk_3:Hover {
	text-decoration: underline;
	color:#21538F;
}



a.lnk_5:Link {
	text-decoration: none;
	color:#FFFFFF;
} 
a.lnk_5:Visited {
	text-decoration: none;
	color:#FFFFFF;
} 
a.lnk_5:Hover {
	text-decoration: underline;
	color:#FFFFFF;
}




/* COLORS */
.red-text{
	color:#FF0000;
}
.orange{
	color:#FF3300;
}
.d_orange{
	color:#FF6600;
}
.yellow {
	color: #FFB546;
}
.green{
	color:#00882D;
}
.gray{
	color:#CCCCCC;
}
.blue{
	color:#0095D9;
}
.white{
	color:#FFFFFF;
}
.black {
	color:#000000;
}

.pink {
	 color: #FF992C; 
}


/* INPUTS */
.fld {
	border-color: #000000;
	border-width: 1px;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
	height: 18px;
}
.fld_0 {
	border-color: #000000;
	border-width: 1px;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
}
.fld_1 {
	border-color: #000000;
	border-width: 1px;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
	height: 18px;
}
.fld_2 {
	border-color: #000000;
	border-width: 1px;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
	width: 160px;
	height: 18px;
}

/* MESSAGES */
.errorMsg {
	color:#FF0000;
}
.infoMsg {
	color:#FF0000;
}
.warningMsg {
	color:#FF0000;
}

/* IMAGES */
.p_img {
	border: 1px solid #999999;
	margin: 2px 20px 5px 0px;
}
.p_img_1 {
	margin: 2px 10px 5px 0px;
}

.p_img_r {
	margin: 2px 0px 5px 20px;
}


/* FLOATS */
.fl {
	float: left;
}
.fr {
	float: right;
}

/* CLEAR FLOTS */
.clr_L {
	clear: left;
}
.clr_R {
	clear: right;
}
.clr_B {
	clear: both;
}

/* TEXT */
.big_text {
	font-size: 1.8em;
}
.mid_text {
	font-size: 1.2em;
}
.norm_text {
	font-size: 1em;
}
.small_text {
	font-size: 0.8em;
}


/* SEARCH */

.search_results {
	padding: 0px 0px 20px;
}
.search_results a {
	font-size: 14px;
	color: #0088CA;
	text-decoration: underline;
}
.search_results a:visited {
	color: #49B7E9;
	text-decoration: underline;
}
.search_results a:hover {
	color: #0088CA;
	text-decoration: underline;
}
.search_date {
	font-size: 10px;
	color:#999999;
}
.search_content_type {
	font-size: 10px;
	color:#999999;
}
.highlight {
	background: #FFFF00;
}




header {
	width: 100%;
	z-index: 9000;
	background: #FFF url(/template/images/bg-header.png) no-repeat center top; 
}

header .topbar a:link { color: #FFF !important; text-decoration: none; }
header .topbar a:visited { color: #FFF !important; text-decoration: none; }
header .topbar a:hover { color: #FFF !important; text-decoration: underline; }

#header_1 {
	width: 100%;
	height: 110px;
	z-index: 9000;
	background: none;
	border: none;
	/*box-shadow:0px 2px 2px #000;*/
}

#header_cart_div .btn { font-size: 16px; font-weight: 400; }


#header {

}
#header_i {
	height: 120px;
	background: #F9E3B4 url(/template/images/bg-header-i.png) no-repeat top center; 
	border: none;
}
#header_search {
	padding-top: 
	20px;

}

#header_search .fa { font-size: 26px; color: #F58220; }
#header_search .fa:hover { color: #532817; }
#header_search .btn { padding: 2px 5px 0px 5px; border-color: transparent; margin-left: 5px; }
#header_search .btn:hover { background-color: transparent; }
#header_search .form-control { border-color: #F58220; width: 40%; border-radius: 3px; }

#header_nav {
	width: 1170px;
	float: left;
	margin-top: 10px;
}
#header_search form {
	margin: 0px;
	padding: 0px;
}

#header_search table td {
	padding: 0px 0px 0px 5px;
}

#header_search .fs{
	width: 200px;
	height: 24px;
	border-color: #000000;
	border-width: 1px;
	font-size: 12px;
	line-height: 16px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px;
}

#header_search .btn_search {
	width: 55px;
	height: 22px;
	margin-right: 10px;
}

#header_lnks {
	width: 385px;
	float: left;
}
#header_logo {
	width: 220px;
	height: 110px;
	float: left;
	margin-top: 5px;

}

.lang-bar {
	font-size: 0.9em;
	margin-top: 20px;
	text-align: right;
	padding-right: 30px;
}

.lang-bar a:link { color: #000; }
.lang-bar a:visited { color: #000; }
.lang-bar a:hover { color: #000; }

.topmenu-bar { margin-top: 20px; }

.footer {
	font-size: 0.9em;
	border-top: 1px dashed #FFF;
}

footer {
	font-size: 1em;
	text-align: left;
	color: #fff;
}

footer .fa { color: #DC4A38; }
footer .fa-facebook { color: #3B5998; }
footer .fa-instagram { color: #333; }
footer .title { font-size: 1.6em; margin-bottom: 15px; }
footer a {
	color: #fff !important;
	text-decoration: none !important;
} 
footer a:Visited {
	color: #fff !important;
	text-decoration: none !important;
} 
footer a:Hover {
	color: #fff !important;
	text-decoration: none !important;
}

.footer-tit {
	margin: 0px 0px 15px 0px;
	font-size: 1.3em;
	color: #625447;
	font-weight: 500;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.footer_menu {
	padding-top: 10px;
	font-size: 1em;
	width: 220px;
	margin-right: 10px;
	float: left;
}
.footer_menu p {
	margin: 5px 0px 5px 0px;
}



/* NEWS */
#news_cat_title {
	border-bottom: 1px dotted #CCCCCC;
	margin: 5px 0px 20px 0px;
}
#news_article {
	padding: 15px 0px 0px 0px;
}
#news_article h1{

}
#news_article .fb-like {margin-bottom: 15px; margin-top: 5px; }
#news_article img {
	border: 0px;
}

#article_images {
	margin-top: 20px;
	float: left;
	clear: both;
}
#news_article .img-thumbnail {
	float: right;
	margin: 0px 0px 30px 30px;
}
#article_images .article_image {
	float: left;
	margin: 10px 10px 0px 0px;
	width: 140px;
	height: 180px;
	overflow: hidden;
	/*border: 1px solid #BED630;*/
	/*padding: 2px;*/
}

.news_date {
	color: #666;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
}

.news_lst_itm {
	clear: left;
	margin-bottom: 20px;
}
.news_lst_itm h2{
	margin: 0px 0px 0px 0px;
}

.news-itm { margin-bottom: 30px; }

/* NEWS LIST INDEX */
#news_list_i {
 color: #FFFFFF;
 padding-bottom: 10px;
 float: left;
}

.news_list_i_itm {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
	clear:both;
	float: left;
	/*background: url(/template/images/bg_news_list_i_itm.gif) no-repeat bottom left;*/
}
.news_list_i_itm img {
	border: 1px solid #A0A0A0;
	padding:2px;
	margin: 0px 10px 5px 0px;
}
.news_list_i_itm h2{
	font-size: 14px;
	font-weight: bold;
	color: #FFB546;
	margin: 0px 0px 5px 0px;
}
.news_list_i_itm .news_date {
	font-size: 10px;
	font-style: italic;
	color: #CCCCCC;
	margin: 0px 0px 0px 0px;	
}
.news_list_i_itm a {
	color: #FFB546;
	text-decoration: underline;
}
.news_list_i_itm a:visited {
	color: #FFB546;
	text-decoration: underline;
}
.news_list_i_itm a:hover {
	color: #FFB546;
	text-decoration: none;
}


/* BANNERS */

#bann_top {
	padding: 0px 0px 0px 0px;
	float: right;
}
#bann_left {
	margin: 0px 0px 10px 0px;
}
#bann_center {
	margin: 0px 0px 10px 0px;
}
#bann_right {
	margin: 10px 0px 10px 0px;
}

#bann_bottom {
	margin-top: 10px;
	width: 540px;
	float:left;
}

#bann_bottom .b_even{
	float:left;
	margin: 0px 0px 10px 0px;
}

#bann_bottom .b_odd {
	float:left;
	margin: 0px 0px 10px 10px;
}

/* TABLES */
.tbl_1 {
	border-left: 1px dotted #999999;
}
.tbl_1 td {
	font-size: 11px;
	padding: 5px 10px 5px 3px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #999999;
	text-align: left;
	border-right: 1px dotted #999999;
}
.tbl_1 th {
	font-size: 1em;
	font-weight: bold;
	background: #6B6B6B ;
	text-align: left;
	padding: 8px 10px 10px 3px;
	color: #FFFFFF;
	border-right: 1px dotted #999999;
}

.tbl_2 {

}
.tbl_2 td {
	font-size: 11px;
	padding: 5px 5px 5px 0px;
	/*background-color: #FFFFFF;*/
	border-bottom: 1px solid #CCCCCC;
}
.tbl_2 th {
	line-height:12px;
	font-size: 14px;
	font-weight: bold;
	background: #6B6B6B ;
	text-align: left;
	padding: 8px 3px 8px 8px;
	color: #FFFFFF;
}
.tbl_3 {

}
.tbl_3 td {
	font-size: 11px;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #D9D1B9;
}


.btn_box {
	text-align: center;
	border-top: 1px dotted #BDB088;
	padding: 10px 0px 0px 25px;
}

.pagination {

}

.pagination .pag_itm {
	border: 1px solid #000000;
	padding: 1px 3px 3px 3px;
	margin-right: 5px;
	font-size: 10px;
	line-height: 1.2em;
	color: #000000;
}

.pagination .pag_itm_sel {
	border: 1px solid #000000;
	padding: 1px 3px 3px 3px;
	margin-right: 5px;
	font-size: 10px;
	line-height: 1.2em;
	background-color:#000000;
	color: #FFFFFF;
	text-decoration: none;
}

#content_path {

	color: #693c26;
	font-size: 0.9em;
}
#content_path a {
	color: #693c26;
	text-decoration: underline;
}
#content_path a:visited {
	color: #693c26;
	text-decoration: underline;
}
#content_path a:hover {
	color: #693c26;
	text-decoration: none;
}

.bann_ind_top {
	float: left;
	width: 490px;
	margin-bottom: 5px;
}

.bann_ind_top .info_txt {
	font-size: 11px;
	line-height: 1.3em;
	padding: 0px 15px 15px 10px;

}
.it_L  {
	margin-right: 0px;
	border-right: 1px dotted #999999;
}
.bann_ind_top .info_txt h2 {
	margin: 15px 0px 3px 0px;
	font-size: 16px;
	color: #515050;
}

#page_content {
	padding-top: 20px;
}

#map_canvas {
	width: 100%;
	height: 450px;
}
#map_canvas_1 {
	width: 100%;
	height: 350px;
}
#map_canvas_2 {
	width: 100%;
	height: 350px;
}
.fa { color: #625447; font-size: 40px; margin-bottom: 5px; }
.fa:hover { color: #000; }
.fa-red { color: #FF992C; font-size: 40px; }

.inf_ico { width: 40px; float: left; margin-bottom: 20px; margin-top: 20px; }
.inf_txt { width: 200px; float: right; margin-bottom: 20px; margin-top: 20px; }

.cent { text-align: center; padding-bottom: 20px; }


.dropdown {
    border-radius: 0;
    z-index: 9000;
}
.dropdown-menu {
    border: 1px solid #CCC;
    border-radius: 0;
	font-size: 12px;
	background-color: #FFF;
	border-radius: 0px;

}
.dropdown-menu .fa {
    font-size: 16px;
    margin-right: 5px;
}
.header_account  li { width: 100%; }
.dropdown-menu > li > a {
    color: #000;
    font-size: 14px;
	line-height: 1em;
	text-decoration: none !important;
}
.btn-primary {
    background-color: #ED1C24;
    border-color: #ED1C24;
}

.btn-outline-primary {
	border-color: #666;
}
a.btn-outline-primary:link {
  color: #666 !important;
  text-decoration: none;
}
a.btn-outline-primary:visited {
  color: #666 !important;
  text-decoration: none;
}

.btn-header {
	background-color: #F58220;
    border-color: #F58220
}
.btn-header:hover, .btn-header:focus, .btn-header:active, .btn-header.active, .open .dropdown-toggle.btn-header {
    background-color: #F58220;
    border-color: #F58220;
    color: #fff;
}
.btn {
    /* border-radius: 0; */
}

.btn-primary { background-color: #F58220; border-color: #F58220; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { background-color: rgb(238, 46, 36); border-color: rgb(238, 46, 36); }
a.btn-primary:link { color: #FFF !important; text-decoration: none; }
a.btn-primary:visited { color: #FFF !important;  text-decoration: none;}
a.btn-default:link { color: #000 !important; text-decoration: none; }
a.btn-default:visited { color: #000 !important;  text-decoration: none; }


.btn-mail { background-color: rgb(238, 46, 36); border-color: rgb(238, 46, 36); }
.btn-mail:hover, .btn-mail:focus, .btn-mail:active, .btn-mail.active { background-color: rgb(238, 46, 36); border-color: rgb(238, 46, 36); }

.dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition:         all 0.5s  ease;
  -moz-transition:    all 0.5s  ease;
  -webkit-transition: all 0.5s  ease;
  -o-transition:      all 0.5s  ease;
  -ms-transition:     all 0.5s  ease;
}
.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.dropdown {
  display: inline-block;
}
#frm_customer_login_h {}
#frm_customer_login_h input { margin-bottom: 10px; border-radius: 2px; }
.tooltip { font-size: 0.9em; }
.tooltip-inner { background-color: #FF6D12; }
.tooltip.top .tooltip-arrow { border-top:5px solid #FF6D12 }
.tooltip.in{ opacity:1; filter:alpha(opacity=100); }

.topbar { color: #FFF; font-size: 16px; text-align: left; padding-top: 8px; }

ul.link-list > li { border-top: none; margin-bottom: 10px;}
ul.link-list > li:hover { background:#EEE;}
ul.link-list {  padding-left: 0px; }
.favorites { font-size: 24px; color: #999; padding-top: 9px;}
.favorites:hover {color: #FFF;}
.trg_top { font-size: 0.9em; color: #693c26; }
.favorites_p { font-size: 18px; color: #FF992C; padding-top: 9px;}
.col_1_wrap { margin: 0px -15px; }
.col_1_wrap .cat_desc { margin-left: 15px; margin-right: 300px;  height: 200px; }
.col_1_wrap .cat_desc h1 { margin-bottom: 15px; }


/*
.navbar-default {
    background: none !important;
    border: none !important;
	font-size: 1.3em;
	text-align: center;
	font-weight: 400;
}

.navbar-default a { text-decoration: none !important; text-transform: uppercase; padding-left: 10px !important; padding-right: 10px !important; }
.navbar-default .navbar-nav > li > a { color: #532817; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #F58220;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;

}
.navbar .navbar-collapse {
    text-align: center;
}
*/
.bg-light {   background-color: #fff !important; }
.navbar-light .navbar-nav .nav-link {  font-size: 20px; text-decoration: none; font-weight:400; color: #532817; text-transform: uppercase; }
	
.footer_1_si {
    background: #F58220 url("/template/images/bg_footer_si.jpg") no-repeat scroll center bottom;
    margin: 5px 0 0;
    padding: 60px 20px 20px 20px;
}

.fb-like { height: 30px; box-sizing: border-box; margin-top: 30px; }

.ms-staff-carousel { max-width: 100% !important; }
/*.ms-staff-carousel .ms-staff-info { min-height: 60px !important; margin-bottom: 30px; margin-top: 0px !important; }*/

.tooltip  {font-size: 1.5em;}

.box-recepti {
	color: #FFF;
	padding-top: 60px;
	padding-bottom: 0px;
	margin-top: 80px;
	margin-bottom: 60px;
}

.box-recepti h2 {
	color: #FFF;
	font-weight: 700;
	font-size: 2.6em;
	line-height: 1.1em;
}
.recept { background-color: rgba(255,255,255,1); font-size: 0.9em; line-height: 1.2em; color: #333; border-radius: 25px; box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 35px -8px; border-width: 0px; }
.recept:hover { background-color:gba(255,255,255,1) ;box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.25);}

.recept h2 { font-size: 2.5em; color:#FFF; }
.recept img {  border-top-left-radius: 25px; border-top-right-radius: 25px;  }

.recept h3 { color: #000; font-size: 1.1em; font-weight: 400;  margin-bottom: 15px; margin-top: 15px; }

.recept .card-footer { background-color: #fff; border: none;  border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; }
.recept .fa-solid, .recept .fa-regular { color:#F58220 ; }

.recept-vec {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 60px;
  padding: 1.25rem;
  background-color: #efefef;
  color: #FFF;
  padding: 25px 10px;
  font-size: 1.2em;
  font-weight: 700;
  text-align: right;
  border-top-left-radius: 90px;
}

.recept-vec .fa-solid { color: #FFF; }
.box-nl { 
	/*bottom: -100px;
	background-color: #FFF;*/
}



.prod-recepti { padding-top: 15px; padding-bottom: 15px; }
.prod-recepti-1 { background-color: #fff; }
.btn-primary { border-radius: 5px; }

.halfdiv_L { left: 0 !important;   right: auto; width: 70% !important; }

div.popup-msg {
	width: 330px;
	height: 230px;
	background-color: rgba(238,46,36,0.95);
	z-index: 9000;
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-align: center;
	padding: 25px 25px 25px 25px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	color: #000;
	/*display: none;*/
	/*box-shadow: 3px 3px 3px #999;*/
	/*border-radius: 5px;*/
	color: #FFF;
	font-size: 1.1em;
	line-height: 1.3em;
}
div.popup-msg .fa { color: #FFF; }
div.popup-msg .fa-mini { font-size: 18px; }

.credits { margin-bottom: 120px; }

#btn-fb {
	width: 35px; 
	height: 35px;
	background-color: #557BBC;
	color: #fff;
	position: fixed;
	top: 260px;
	right: 0px;
	z-index: 9000;
	display: block;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	padding: 5px 0px 5px 9px;
}
#btn-fb .fa { color: #FFF; font-size: 26px; }
#pogosta-vprasanja {
	width: 35px; 
	height: 160px;
	background-color: #F58220;
	color: #fff;
	position: fixed;
	top: 380px;
	right: 0px;
	z-index: 9000;
	display: block;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	
}
#pogosta-vprasanja:hover { background-color:#EE2E24; }
#pogosta-vprasanja .txt {
	transform: rotate(-90deg);
	white-space: nowrap;
	margin: 135px 5px 0px 0px;
	text-align: center;
}

#pogosta-vprasanja .txt a:link { color: #FFF; text-decoration: none; width: 160px; display: block;  }
#pogosta-vprasanja .txt a:visited { color: #FFF; text-decoration: none; }
#pogosta-vprasanja .txt a:hover { color: #FFF; text-decoration: none; }

.oranzni-recepti { 
	background: #FFF url(/template/images/recepti.jpg) no-repeat bottom right; 
	min-height: 500px; 
	background-size: 100%; 
	padding-top: 4rem !important;
}

.oranzni-recept { 
	background: #fff url(/template/images/recept.jpg) no-repeat top left; 
	background-size: 100%; 
}

#oranzni-recepti {
	width: 35px; 
	height: 90px;
	background-color: #F58220;
	color: #fff;
	position: fixed;
	top: 280px;
	right: 0px;
	z-index: 9000;
	display: block;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	
}
#oranzni-recepti:hover { background-color:#EE2E24; }
#oranzni-recepti .txt {
	transform: rotate(-90deg);
	white-space: nowrap;
	margin: 100px 5px 0px 0px;
	text-align: center;
}

#oranzni-recepti .txt a:link { color: #FFF; text-decoration: none; width: 160px; display: block;  }
#oranzni-recepti .txt a:visited { color: #FFF; text-decoration: none; }
#oranzni-recepti .txt a:hover { color: #FFF; text-decoration: none; }

.top-recept-info {
	background-color: #fff; 
	border-radius: 25px;	
	
}