body {
	margin: 0px;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	line-height:1.3em;
	font-weight: 400;
	color:#000;
	/*background: url(/template/images/bg.png) repeat-x top left;*/
}


td {

}

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: #333;
	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: #333;
}



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

.header-msg {
	background-color: #ddd;
	padding: 7px 15px 0px 15px;
	margin-bottom: 40px;
	margin-top: -40px;
	text-align: center;
}

.form-group-info {
    position: absolute;
    top: 0px;
    left: 3000px;
    display: none;
}

.standard-form label.error { 
color: red; 
font-size: 0.9em;
padding-bottom: 10px;
}

.standard-form  .form-control.error { 
border: 1px solid #FF6633;
background-color: #FEECEB;
}

.standard-form  label.error { 
color: red; 
font-size: 0.9em;
padding-bottom: 10px;
}

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

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: #333; 
}


/* 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-color: #fff;
	margin-bottom: 40px;
}

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 .btn-primary { background-color: #000; border-color: #000; }

.header-logo {
	width: 12%;
	height: 90px;
	float: left;
	border-bottom: 1px solid #000;
	padding: 10px;
}

.header-menu {
	width: 70%;
	height: 90px;
	float: left;	
	border-bottom: 1px solid #000;
} 
.header-lang {
	height: 90px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	
}
.header-lang .lang a:link { color: #000; text-decoration: none; }
.header-lang .lang a:visited { color: #000; text-decoration: none; }
.header-lang .lang a:hover { color: #000; text-decoration: underline; }

.header-shop {
	width: 15%;
	height: 90px;
	float: left;
	background-color: #000;
	border-bottom: 1px solid #000;
}

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

.btn_cd { margin-top: 20px; }
.btn_cd a:link {
	padding: 5px 10px 5px 10px;
	background-color: #FFF;
	color: #FF62FF;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	border-radius: 20px; /* future proofing */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px; /* for old Konqueror browsers */
	margin: 0px auto;
}
.btn_cd a:visited { color: #FF62FF; text-decoration: none;}
.btn_cd a:hover { 
	color: #FFF;
	text-decoration: none;
	background-color: #FF62FF;
	-webkit-transition: background 0.2s ease-in-out 0s;
	-moz-transition: background 0.2s ease-in-out 0s;
	-o-transition: background 0.2s ease-in-out 0s;
	transition: background 0.2s ease-in-out 0s; 
}

#header {

}
#header_i {
	height: 120px;
	background: #F9E3B4 url(/template/images/bg-header-i.png) no-repeat top center; 
	border: none;
}
#header_search {
	float: right;
	margin-top: 0px;
	padding: 10px;
	text-align: right;	
	margin-top: 15px;

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

.btn_go {
	width: 18px;
	height: 18px;
}

.btn_go_1 {
	width: 20px;
	height: 20px;
}

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

#main_tbl_i {


}

#main_tbl {

}

#col_L {
	vertical-align: top;
	float: left;
	padding-top: 40px;
	/*background: rgba(255, 255, 255, 0.7);*/
	box-sizing: border-box;
	margin-left: 20px;
	width: 250px;
}

#col_R {
	vertical-align: top;
	float: left;
	padding-top: 45px;
	box-sizing: border-box;
	margin-left: 20px;
	/*background: rgba(255, 255, 255, 0.7);*/
	width: 880px;
}

.col_inf { display: block; }


.footer_fw_trg {

}

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

footer {
	font-size: 1em;
	text-align: left;
	color: #fff;
	background-color: #000;
	padding-top: 50px;
}

footer .fab { color: #ccc; }
footer .fa-facebook { color: #ccc; }
footer .fa-instagram { color: #ccc; }
footer .title { font-size: 1.8em; 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-col { padding-bottom: 30px; }

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#box_m_L{
	padding: 0px 5px 5px 0px;
	/*background: url(/template/images/bg_box_m_L.gif) repeat-y top left;*/
}

.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: #999999;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
}

.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 */


.pagination {

}



#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;
}
a.lnk_info_txt:Link {
	color: #515050;
	text-decoration: none;
}
a.lnk_info_txt:visited {
	color: #515050;
	text-decoration: none;
}
a.lnk_info_txt:hover {
	color: #515050;
	text-decoration: underline;
}
#header_fb {
	float: right;
	font-size: 11px;
	width: 200px;
	margin-right: 30px;
	margin-top: 9px;
	text-align: left;
}


.c_img {
	margin: 0px 19px 0px 19px;
}

#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;
}
.fab, .far, .fas { color: #333; font-size: 50px; margin-bottom: 5px; }
.fab:hover, .far:hover, .fas:hover { color: #000; }
.fab-red { color: #333; 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; }


.link-list li a  { text-decoration: none; }
/*
.menu_masazni { background:url(../../../template/images/topmenu/bg_menu_masazni.jpg) no-repeat bottom right; }
*/
/* .title { text-transform: uppercase;  color: #FF8822 !important; }*/

.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-header {
	background-color: #E5345B;
    border-color: #E5345B
}
.btn-header:hover, .btn-header:focus, .btn-header:active, .btn-header.active, .open .dropdown-toggle.btn-header {
    background-color: #E5345B;
    border-color: #E5345B;
    color: #fff;
}
.btn {
    /* border-radius: 0; */
}

.btn-primary { background-color: #E5345B; border-color: #E5345B; }
.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: #E5345B; }
.tooltip.top .tooltip-arrow { border-top:5px solid #E5345B }
.tooltip.in{ opacity:1; filter:alpha(opacity=100); }

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

.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: #333; 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 { margin-bottom: 5px !important; margin-top: 30px; }
.navbar-default {
    background: none !important;
    border: none !important;
	font-size: 1.25em;
	text-align: center;
	font-weight: 400;
}

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

}
.navbar .navbar-collapse {
	background-color: #FFF;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { 
	background-color: #FFF;
	color: #6D1D69;
}

#navbar-collapse-top .dropdown-menu > li > a { font-size: 1.6em; padding-top: 8px; padding-bottom: 8px; }

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



.btn-primary { border-radius: 5px; }



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

#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: #E5345B;
	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; }


.follow-social {
	color: #FFF;
	padding-top: 30px; 
	padding-bottom: 15px;	
	font-size: 18px;
	line-height: 22px;
	margin-top: 30px;
	background-color: #6D1D69;
}

.follow-social p { margin-bottom: 30px; }

.follow-social h3 {
	color: #FFF;
	font-size: 40px;
}

.follow-social .btn-primary { background-color: #FFF; border-color: #FFF; color: #6D1D69; font-weight: 700; margin-bottom: 30px; }
.follow-social .btn-primary:hover { background-color: #591756; }

.follow-social a.btn-primary:link { color: #6D1D69 !important; text-decoration: none; }
.follow-social a.btn-primary:visited { color: #6D1D69 !important;  text-decoration: none;}
.follow-social a.btn-primary:hover { color: #FFF !important;  text-decoration: none;}

.follow-social .fab, .follow-social .fas { color: #FFF; }

.lang-menu { border-bottom: 2px solid #000; margin-bottom: 10px; }
.lang-menu a { display: inline-block !important; }


#page_content img { max-width: 100% !important; }