body {
	margin: 0px;
	font-family: "Open Sans";
	font-size:14px;
	line-height:1.4em;
	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.8em;
	font-weight: normal;
	color: #c70752;
	line-height: 1em;
	margin-bottom: 25px;
	margin-top: 20px;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	color: #C70752;
	margin-top: 25px;
}
h3 {
	font-size: 1.1em;
	line-height: 34px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 25px;
	background-color: #525252;
	color: #fff;
    float: left;
    padding: 0 10px;
	
}

#news_article p { clear: both; }

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



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

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


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


/* PADDING */
.pad_2B {
	padding: 0px 0px 2px 0px;
}
.pad_3T {
	padding: 3px 0px 0px 0px;
}
.pad_5T {
	padding: 5px 0px 0px 0px;
}
.pad_5R {
	padding: 0px 5px 0px 0px;
}
.pad_5B {
	padding: 0px 0px 5px 0px;
}
.pad_5L {
	padding: 0px 0px 0px 5px;
}
.pad_10 {
	padding: 10px;
}
.pad_10L {
	padding: 0px 0px 0px 10px;
}
.pad_10R {
	padding: 0px 10px 0px 0px;
}
.pad_10LRB {
	padding: 0px 10px 10px 10px;
}
.pad_10B {
	padding: 0px 0px 10px 0px;
}
.pad_10T {
	padding: 10px 0px 0px 0px;
}
.pad_10TB {
	padding: 10px 0px 10px 0px;
}
.pad_20B {
	padding: 0px 0px 20px 0px;
}

.pad_20B5B {
	padding: 20px 0px 5px 0px;
}

.mar_20R {
	margin-right: 20px;
}
.mar_20T {
	margin-top: 20px;
}
.mar_10R {
	margin-right: 10px;
}

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

/* style 2 */

body {
	background: #F7F7F7 url(/template/images/bg_usnje.jpg) repeat top left;
}

.main-container { background-color: rgba(255,255,255,1) !important; margin-top: 10px; margin-bottom: 15px; padding-bottom: 15px; }

header {
	width: 100%;
	z-index: 2000;
	border-bottom: 1px solid #CCC;
	/*background: #F7F7F7 url(/template/images/bg_usnje.jpg) repeat-x top left;*/
	background-color: #FFF;
}

header .topbar { background-color: #c70752 ; color: #FFF; font-size: 1em; text-align: left; padding-top: 2px; padding-bottom: 2px; }
header .topbar a:link { color: #FFF !important; text-decoration: none !important; }
header .topbar a:visited { color: #FFF !important; text-decoration: none !important; }
header .topbar a:hover { color: #FFF !important; text-decoration: underline !important; }
header .topbar .fa { color: #FFF; font-size: 14px; line-height: 14px; margin: 0px 5px 0px 0px;}
strong { font-weight: 700; }

.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_search {
	float: right;
	margin-top: 0px;
	padding: 0px;
	text-align: right;	
}
#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 {
	margin-top: 15px;

}

.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 {
    background-color: #525252;
    padding: 30px 20px 20px 20px;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #FFF;	
}

footer .fa { color: #C70752; }
footer .fa-facebook { color: #C70752; }
footer .f_cont { font-size: 1.3em; line-height: 1.5em; }
footer .title { font-size: 1.5em; margin-bottom: 15px; color:#FFF; border-bottom: 1px solid #FFF; padding-bottom: 15px; }

footer a {
	color: #fff !important;
} 
footer a:Visited {
	color: #fff !important;
} 
footer a:Hover {
	color: #fff !important;
}

#footer_images { float: left; }
#footer_images .f-image { width: 12.5%; float: left; border-right: 1px solid #ccc; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#footer_images .f-image:last-child { border-right: 1px solid #525252; }
#footer_images .f-image p { text-transform: uppercase; }
.input-group { z-index: 0; }
.form-control {
    background-color: #FFF;
    border-color: #000;
    border-radius: 0;
}
.btn {
    border-radius: 0;
	background-color: #C70752;
	border-color: #C70752;
}
.fld-search {  border-color: #FFF; }

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

.lst_menu {
	padding-top: 10px;
	font-size: 11px;
	color: #FFB546;
}
.lst_menu a {
	color:#FFB546;
} 
.lst_menu a:Visited {
	color:#FFB546;
} 
.lst_menu a:Hover {
	color:#FFB546;
}


.slog { text-align: center; font-size: 3em; line-height: 1em; color: #ccc; padding-bottom: 5px;   }


/* BOX SEARCH */
#box_search {
	margin: 0px 0px 7px 0px;
	padding: 10px 15px 10px 10px;
	background: #FF6699 url(/template/images/bg_box_search.jpg) no-repeat bottom left; 
	color: #FFFFFF;
}

#box_search td {
	color: #FFFFFF;
}

#box_search a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
#box_search a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
#box_search a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

/* BOX COMP */
#box_comp {
	margin: 0px 5px 10px 0px;
	padding: 0px 10px 10px 10px;
	background: #E5E5E5 url(/template/images/bg_box_comp.jpg) no-repeat top left; 
}

#box_comp a {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
#box_comp a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
#box_comp a:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}



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

#news_article {
	padding-top: 30px;
}
#news_article h1{

}
#news_article table { border: 1px solid #000 !important; }
#news_article table td { padding: 10px;  border: 1px solid #000 !important; vertical-align: top; }

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

#article_images {
	margin-top: 20px;
}
#article_images figure {
	width: 25%;
	float: left;
	padding: 10px; 
	box-sizing: border-box;
	max-height: 195px;
	overflow: hidden;
	margin-bottom: 20px;
}


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

.btn_more {
	width: 100px;
	height: 22px;
	vertical-align: middle;
	margin-top: 3px;
	text-align: center;
}

.btn_more a {
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #000000 url(/template/images/bg_btn_more.gif) no-repeat left 0px;
	display: block;
}

.btn_more a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.btn_more a:hover {
	text-decoration: none;
	color: #181512;
	background: #000000 url(/template/images/bg_btn_more.gif) no-repeat left -22px;
}

.btn_more_1 {
	width: 210px;
	height: 22px;
	vertical-align: middle;
	margin-top: 3px;
}

.btn_more_1 a {
	font-size: 11px;
	line-height: 22px;
	text-decoration: none;
	color: #FFFFFF;
	background: #000000 url(/template/images/bg_btn_more_1.gif) no-repeat left 0px;
	display: block;
	padding-left: 20px;
}

.btn_more_1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.btn_more_1 a:hover {
	text-decoration: none;
	color: #181512;
	background: #000000 url(/template/images/bg_btn_more_1.gif) no-repeat left -22px;
}

.btn_inf {
	width: 300px;
	height: 30px;
	vertical-align: middle;
	margin-top: 3px;
}

.btn_inf a {
	padding-left: 25px;
	font-size: 1em;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #000000 url(/template/images/bg_btn_inf.gif) no-repeat left 0px;
	display: block;
}

.btn_inf a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.btn_inf a:hover {
	text-decoration: none;
	color: #181512;
	background: #000000 url(/template/images/bg_btn_inf.gif) no-repeat left -30px;
}

.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: #525252;
	font-size: 0.9em;
	margin-top: 5px;
}
#content_path a {
	color: #525252;
	text-decoration: none;
}
#content_path a:visited {
	color: #525252;
	text-decoration: none;
}
#content_path a:hover {
	color: #525252;
	text-decoration: underline;
}

.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;
}
.fa { color: #625447; font-size: 40px; margin-bottom: 5px; }
.fa:hover { color: #000; }
.fa-red { color: #9e9b2f; 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; }

.tab-title { z-index: 9000 !important; }
.tab-title a:link { color: #FFF !important; text-decoration: none; }
.tab-title a:visited { color: #FFF !important; text-decoration: none; }
.tab-title a:hover { color: #FFF !important; text-decoration: none; }

.btn_fb {
	width: 40px;
	height: 40px;
	background: url(/template/images/bg_btn_fb.png) no-repeat left 0px;
	margin: 10px auto 10px auto;
}
.btn_fb > a {
	display: block;
	background: url(/template/images/bg_btn_fb.png) no-repeat left 0px;
}
.btn_fb > a:visited {
}
.btn_fb > a:hover {
	background: url(/template/images/bg_btn_fb.png) no-repeat left -40px;
}

.btn_fb1 {
	width: 22px;
	height: 22px;
	background: url(/template/images/bg_btn_fb1.png) no-repeat left 0px;
	float: right;
}
.btn_fb1 > a {
	display: block;
	background: url(/template/images/bg_btn_fb1.png) no-repeat left 0px;
}
.btn_fb1 > a:visited {
}
.btn_fb1 > a:hover {
	background: url(/template/images/bg_btn_fb1.png) no-repeat left -22px;
}
.cent { text-align: center; padding-bottom: 20px; }

.thumbnail {
	border-radius: 0px;
	border-color: #F0E9CF;
	border-width: 2px;
}

.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;
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn-primary {
    background-color: #C70752;
    border-color: #C70752;
}

header .btn-primary {
    color: #FFF !important;
}
.btn-header {
	background-color: #c70752;
    border-color: #c70752
}
.btn-header:hover, .btn-header:focus, .btn-header:active, .btn-header.active, .open .dropdown-toggle.btn-header {
    background-color: #C70752;
    border-color: #C70752;
	border-radius: 0px;
    color: #FFF;
}
.btn {
    border-radius: 0;
}

.btn-default { color: #FFF; }
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: #FFF !important; text-decoration: none; }
a.btn-default:visited { color: #FFF !important;  text-decoration: none; }

.btn-black { 
	background-color: #525252;
	border-color: #525252;
}

.btn-black:visited { color: #FFF !important;  text-decoration: none;}
.btn-black:link { color: #FFF !important; text-decoration: none; }

.btn-black:hover, .btn-black:focus { 
	background-color: #000;
	border-color: #000;
	color: #FFF;
}

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

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: #999; 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; font-size: 2em; color: #FFF; }

.navbar-default {
    background: none !important;
    border: none !important;
	font-size: 1.3em;
	text-align: left;
	margin-top: 3px;
}

.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: #696969; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #C70752;
}

.navbar .navbar-nav {
    /*
	display: inline-block;
    float: none;
	*/
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar-default .navbar-nav .dropdown {
		z-index: 8000;
}
.submenu_top { padding-bottom: 15px; }
.submenu_top_itm { margin: 0px 15px;}
.submenu_top_itm_sel { margin: 0px 15px; font-weight:700; }

.submenu_top_itm_sel a:link { color: #000; text-decoration: none; }
.submenu_top_itm_sel a:visited { color: #000; text-decoration: none; }
.submenu_top_itm_sel a:kover { color: #000; text-decoration: none; }

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

.carousel-control { top: 30px; background-image: none; height: 30px !important; text-shadow: none; }
.carousel-control.left { top: 30px; left: auto; right: 40px; background-image: none; }
.carousel-control.right { background-image: none; }
.carousel-control .glyphicon-chevron-left { font-size: 22px; }
.carousel-control .glyphicon-chevron-right { font-size: 22px; }

.tooltip  {font-size: 1.5em;}

.bg_i_1 { background: #F58220 url(/template/images/bg_i_1.jpg) no-repeat bottom center; font-size: 1em; line-height: 1.2em; text-align: center; color: #FFF; padding-bottom: 40px;  }
.bg_i_1 h2 { font-size: 2.5em; color:#FFF; }
.bg_i_1 img { box-shadow: 5px 5px 5px #000; border: 1px solid #56B253;  }
.bg_i_1 img:hover { border: 1px solid #FFF;  }

.recept { background-color: rgba(255,255,255,0); }
.recept:hover { background-color: rgba(0,0,0,0.6); }
.recept h3 { background-color: rgba(57,181,74,0.8); padding: 8px 5px 8px 5px; color: #FFF; font-size: 1.2em; font-weight: normal; text-transform: uppercase; margin-bottom: 15px; }

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

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

#pogosta-vprasanja {
	width: 35px; 
	height: 160px;
	background-color: #F58220;
	color: #fff;
	position: fixed;
	top: 300px;
	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; }

#frm_enquiry label.error {

    color: red;
    padding-bottom: 10px;
}
#frm_enquiry .form-control.error {
    background-color: #feeceb;
    border: 1px solid #ff6633;
}
#frm_enquiry label.error {
    color: red;
    padding-bottom: 10px;
}
#msg_ok {
    border: 2px solid #0c3;
    font-size: 14px;
    padding: 20px;
}
.msg_res_err {
    border: 2px solid #f00;
    color: #f00;
    font-size: 14px;
    margin-top: 20px;
    padding: 20px;
}
.msg_res_ok {
    border: 2px solid #00b22d;
    color: #00b22d;
    font-size: 14px;
    margin-top: 20px;
    padding: 20px;
}
#loaderDiv {
    display: none;
    margin-bottom: 10px;
    text-align: center;
    width: 188px;
}
.errorMsg {
    color: #ff0000;
}
.infoMsg {
    color: #9e9b2f;
}
.warningMsg {
    color: #ff0000;
}

.ui-slider-handle { background-color: #C70752 !important; border-color: #C70752 !important;}

/* -------------------- LEFT MENU -------------------------------- */

.left_menu_box {
	padding: 0px;
	margin: 0px;
}

.left_menu {
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
}
		
.left_menu li {
	list-style-type: none;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #000;*/
}

.left_menu_header {
	margin: 10px 10px 15px 0px;
	padding: 0px;
	font-size: 1.8em;
	line-height: 1em;
}
.left_menu_header a:Link {
	text-decoration: none;
	color:#333333;
} 
.left_menu_header a:Visited {
	text-decoration: none;
	color:#333333;
} 
.left_menu_header a:Hover {
	text-decoration: underline;
	color:#333333;
}

.left_menu_1 {

}
.left_menu_2 {

}

.left_menu_1 a {
	display: block;
	padding: 3px 5px 3px 0px;
	text-decoration: none;
	color: #000;
	width: auto;
	/*background: url(/template/images/bg_menu_1.gif) no-repeat 10px center;*/
}

html>body .left_menu_1 a:link {
	width: auto;
}

.left_menu_1 a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #EEE;
	-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;
}
.left_menu_1 a:visited {
	text-decoration: none;
	color: #000;
}

.left_menu_2 a {
	display: block;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	color: #000000;
	width: auto;
	background: url(/template/images/bg_menu_2.gif) no-repeat 10px center;
	background-color: #FFF;
}

html>body .left_menu_2 a:link {
	width: auto;
}

.left_menu_2 a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #EEE;
}
.left_menu_2 a:visited {
	text-decoration: none;
	color: #000000;
}


.left_menu_3 a {
	display: block;
	padding: 5px 5px 5px 30px;
	text-decoration: none;
	color: #000000;
	width: auto;
	background: url(/template/images/bg_menu_2.gif) no-repeat 20px center;
	background-color: #FFF;
}

html>body .left_menu_3 a:link {
	width: auto;
}

.left_menu_3 a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #DEDEDE;
}
.left_menu_3 a:visited {
	text-decoration: none;
	color: #000000;
}
/* selsected */
.left_menu_1_sel {

}
.left_menu_2_sel {
	background: url(/template/images/bg_menu_2_s.gif) no-repeat 200px 250px;
}

.left_menu_3_sel {
	background: url(/template/images/bg_menu_2_s.gif) no-repeat 200px 250px;
}

.left_menu_1_sel a {
	display: block;
	padding: 8px 5px 8px 0px;
	text-decoration: none;
	color: #FF992B;
	width: auto;
	font-weight: bold;
}

html>body .left_menu_1_sel a:link {
	width: auto;
}

.left_menu_1_sel a:hover {
	text-decoration: none;
	color: #000;
	/*background: url(/template/images/bg_menu_1_s.gif) no-repeat top left;*/
}
.left_menu_1_sel a:visited {
	text-decoration: none;
	color: #FF992B;
}

.left_menu_2_sel a {
	display: block;
	padding: 5px 5px 5px 20px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	width: auto;
	background: #FFF url(/template/images/bg_menu_2.gif) no-repeat 10px center;
	border-left: 1px solid #FF992B;
	border-right: 1px solid #FF992B;
}

html>body .left_menu_2_sel a:link {
	width: auto;
}

.left_menu_2_sel a:hover {
	text-decoration: underline;
	color: #000000;
}
.left_menu_2_sel a:visited {
	text-decoration: none;
	color: #000000;
}

.left_menu_3_sel a {
	display: block;
	padding: 5px 5px 5px 30px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	width: auto;
	background: #FFF url(/template/images/bg_menu_2.gif) no-repeat 20px center;
	border-left: 1px solid #FF992B;
	border-right: 1px solid #FF992B;
}

html>body .left_menu_3_sel a:link {
	width: auto;
}

.left_menu_3_sel a:hover {
	text-decoration: underline;
	color: #000000;
}
.left_menu_3_sel a:visited {
	text-decoration: none;
	color: #000000;
}
/*  INFO MENU -----------------------------------------------------------------------------------------  */

.info_menu_box {
	width: 200px;
	margin: 0px 0px 10px 0px;
}

.info_menu_header {
	padding: 0px 0px 20px 0px;
	font-size: 14px;
}

.info_menu {
	list-style-type: none;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	border: none;
	background-color: #FEDCC6;
}
		
.info_menu li {
	list-style-type: none;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-color: #FEDCC6;
}

.info_menu .left_menu_header {
	padding: 5px 0px 15px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #E2E9A3;
	/* background: url(/template/images/bg_left_menu_header.gif) no-repeat left top; */
}

/* level 1 */
.info_menu_1 {
 	background: url(/template/images/bg_info_menu_1_o.gif) no-repeat 200px 250px;
}
.info_menu_1 a {
	display: block;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
	color: #333333;
	width: auto;
	background: url(/template/images/bg_info_menu_1.gif) no-repeat 5px center;
}
html>body .info_menu_1 a:link {
	width: auto;
}

.info_menu_1 a:visited {
	text-decoration: none;
	color: #333333;
}
.info_menu_1 a:hover {
	text-decoration: underline;
	color: #333333;
	background: url(/template/images/bg_info_menu_1_o.gif) no-repeat 5px center;
}
.info_menu_1_sel {
	background: url(/template/images/bg_info_menu_1_s.gif) no-repeat 200px 250px;
}
.info_menu_1_sel a {
	display: block;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	width: auto;
	background: url(/template/images/bg_info_menu_1_s.gif) no-repeat 5px center;
}
html>body .info_menu_1_sel a:link {
	width: auto;
}
.info_menu_1_sel a:visited {
	text-decoration: none;
	color: #333333;
}
.info_menu_1_sel a:hover {
	text-decoration: underline;
	color: #333333;
	background: url(/template/images/bg_info_menu_1_s.gif) no-repeat 5px center;
}

/* level 2 */
.info_menu_2 {

}
.info_menu_2 a {
	display: block;
	padding: 2px 5px 2px 40px;
	text-decoration: none;
	color: #333333;
	width: auto;
}
html>body .info_menu_2 a:link {
	width: auto;
}
.info_menu_2 a:visited {
	text-decoration: none;
	color: #333333;
}
.info_menu_2 a:hover {
	text-decoration: underline;
	color: #0095D9;
}
.info_menu_2_sel {
}
.info_menu_2_sel a {
	display: block;
	padding: 2px 5px 2px 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #0095D9;
	width: auto;
}
html>body .info_menu_2_sel a:link {
	width: auto;
}
.info_menu_2_sel a:visited {
	text-decoration: underline;
	color: #0095D9;
}
.info_menu_2_sel a:hover {
	text-decoration: none;
	color: #0095D9;
}

/* MENU SEPARATOR */
.menu_sep {
	padding: 0px;
	height: 8px;
	background: url(/template/images/menu_sep.gif) no-repeat left center;
}
.top_menu_sep {
	padding: 0px;
	margin: 0px;
}





















#nav{position:relative; margin:40px; background:#eee; padding:0; font-size:21px; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:2px 2px 3px #ccc; -webkit-box-shadow:2px 2px 3px #ccc; box-shadow:2px 2px 3px #ccc;}
#nav .clear{clear:both;}
#nav ul{padding:0 0 0 5px; margin:0; list-style:none;}
#nav li{float:left; margin:5px 10px 5px 0; background:#eee; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
#nav li a{text-decoration:none; color:#9e0039; display:block; padding:10px 15px;}











#slasc {
	width: 100%;

	background: rgba(255,255,255,1);
	padding: 20px;
	position: absolute;
	z-index: 9000;
	top: 210px;
	left: 0px;
	border-top: 3px solid #F90;
	border-bottom: 3px solid #F90;
	display: none;
}

#slasc ul {	list-style-type: none;}

#slasc ul li {	
	list-style-type: none; 
	float: left; 
	width: 360px;
	margin: 5px 30px 0px 0px;
	font-size: 0.8em;
	}
#slasc ul li .img { float: left; width: 40px; height: 40px;}
#slasc ul li .txt { float: left; width: 310px; height: 40px; margin-left: 10px;}

#slasc ul li a { color: #000; text-transform:uppercase; text-decoration: none;}

.obvestilo {
	border: 2px solid #c70752;
	background-color: rgba(255,255,255,0.5);
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
