@charset "utf-8";
/* Based on Eric Meyer's (meyerweb.com) reset
 * Resetiranje svih elemenata
 * --------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body { line-height:1 }
ol, ul { list-style:none }
blockquote, q { quotes:none }
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus { outline:0 }
a:focus { outline:none; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
ins { text-decoration:none }
del { text-decoration:line-through }
table {
	border-collapse:collapse;
	border-spacing:0
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input { line-height: normal;  *overflow: visible;}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
textarea {
	overflow: auto;
	vertical-align: top;
}
pre {
	padding: 15px;
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/* Generalni stilovi
 * ------------------------------- */

body {
	font:13px/1.5 Georgia, "Times New Roman", Times, serif;
	background:#fafafa url(img/bg.jpg) no-repeat top center fixed;
	color:#222;
}
#euripa {
	min-height:100%;
	height:100%;
	position:relative;
}
.wrap {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	zoom:1;
	position:relative;
	background:url(img/cbg.png) repeat-y top center scroll;
}
/* Tekstualni stilovi
 * ------------------------------- */

a:link {
	color: #6d0302;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6d0302;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #000;
}
hr {
	border:0 #e1e1e1 dotted;
	border-top-width:1px;
	clear:both;
	height:0;
	margin:10px 0;
}
abbr { cursor:help; }
p { margin-bottom: 18px; }
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol { list-style:upper-alpha; }
ol ol ol { list-style:lower-roman; }
ol ol ol ol { list-style:lower-alpha; }
ul ul, ol ol, ul ol, ol ul { margin-bottom:0; }
dl { margin:0 0 24px 0; }
dt { font-weight: bold; }
dd { margin-bottom: 18px; }
strong { font-weight: bold; }
cite, em, i { font-style: italic; }
big { font-size: 131.25%; }
ins {
	background: #ffc;
	text-decoration: none;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

::selection {  
	background: #ae7c3c; /* Safari */  
	color: #ffffff;  
}  
::-moz-selection {  
	background: #ae7c3c; /* Firefox */  
	color: #ffffff;  
} 

/* Header
 * ------------------------------- */
#header {
	width:960px;
	height:213px;
	background:url(img/hbg.png) no-repeat top center;
	z-index:5;
}
.logo {
	width:280px;
	height:110px;
	margin:25px 0 0 20px;
}
.logo h1 {
	font-size:20px;
	line-height:1.4em;
	font-weight:100;
	margin:0 0 10px 0;
	padding:0;
}
.logo h1 a {
	text-decoration:none;
}
.logo span {
	color:#464646;
	font-size:16px;
}
.logo_euripa {
	width:155px;
	height:67px;
	margin:45px 0 0 0;
}
.logo_kohom {
	width:180px;
	height:65px;
	margin:45px 0 0 20px;
}
.countdown_wrap {
	width:205px;
	margin:35px 24px 0 0;
}
.countdown_wrap h3 {
	font-size:16px;
	font-weight:100;
	text-align:right;
	margin:0 10px 0 0;
	padding:0;
	color:#6d0302;
}
/* jQuery Countdown styles 1.5.11. */
.hasCountdown {
	width:200px;
	display:inline;
	float:right;
	position:relative;
	margin:5px 0 0 0;
}
.countdown_rtl { direction: rtl; }
.countdown_holding span { background-color: #ccc; }
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section { width: 98%; }
.countdown_show2 .countdown_section { width: 48%; }
.countdown_show3 .countdown_section { width: 32.5%; }
.countdown_show4 .countdown_section { width: 24.5%; }
.countdown_show5 .countdown_section { width: 19.5%; }
.countdown_show6 .countdown_section { width: 16.25%; }
.countdown_show7 .countdown_section { width: 14%; }
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
	color:#999;
}
.countdown_amount { font-size: 200%;color:#333333; }
.countdown_descr {
	display: block;
	width: 100%;
	
}

/* Dropdown */
.header_bottom {
	width:960px;
	height:47px;
	margin:20px 0 0 0;
	z-index:50;
}
.header_bottom .main_menu_wrap {
	width:960px;
	height:47px;
	display:block;
	z-index:51;
	position:relative;
}
.header_bottom a.home_btn {
	width:20px;
	height:17px;
	text-decoration:none;
	text-indent:-9999em;
	background:url(img/home_btn.png) no-repeat top left;
	margin:13px 14px 0 14px;
	overflow:hidden;
}
.header_bottom a.home_btn:hover {
	background-position:top right;
}


/************* Dropdown ********************/
.topbar {
	height: 47px;
	position: fixed;
	top: 1px;
	left: 0;
	right: 0;
	z-index: 100;
	overflow: visible;
}
.topbar a {
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	outline:none;
}
.topbar a.offline, .topbar a.notyet {
	text-decoration:line-through!important;
	cursor:default;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	color:#ddd!important;
}
.topbar ul .active > a {
	background-color: #333;
	background-color: rgba(255, 255, 255, 0.05);
	color: #ffffff;
	text-decoration: none;
}
.topbar div > ul, .nav {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	left: 0;
	border-left:1px solid #de8c19;
	/*border-right:1px solid #c54f08;*/
}
.topbar div > ul > li, .nav > li {
	display: block;
	float: left;
	border-left:1px solid #c54f08;
	border-right:1px solid #de8c19;
}
.topbar div > ul > li:last-child, .nav > li:last-child {
	border-right:none;
}
.topbar div > ul a, .nav a {
	display: block;
	height:37px;
	float: none;
	padding: 5px 10px 5px;
	line-height: 18px;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.topbar div > ul a:hover, .nav a:hover {
	color: #ffffff;
	text-decoration: none;
}
.topbar div > ul .active > a, .nav .active > a {
	background-color: #7c2c02;
	background-color: rgba(0, 0, 0, 0.9);
}

.topbar div > ul.secondary-nav .sub-menu, .nav.secondary-nav .sub-menu, .topbar div > ul.secondary-nav .dropdown-menu, .nav.secondary-nav .dropdown-menu {
	right: 0;
	border: 0;
}
.topbar div > ul a.menu:hover, .nav a.menu:hover, .topbar div > ul li.open .menu, .nav li.open .menu, .topbar div > ul .dropdown-toggle:hover, .nav .dropdown-toggle:hover, .topbar div > ul .dropdown.open .dropdown-toggle, .nav .dropdown.open .dropdown-toggle {
	background: #7c2c02;
	background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .sub-menu, .nav .sub-menu, .topbar div > ul .dropdown-menu, .nav .dropdown-menu { background-color: #7c2c02; }
.topbar div > ul .sub-menu a.menu, .nav .sub-menu a.menu, .topbar div > ul .dropdown-menu a.menu, .nav .dropdown-menu a.menu, .topbar div > ul .sub-menu .dropdown-toggle, .nav .sub-menu .dropdown-toggle, .topbar div > ul .dropdown-menu .dropdown-toggle, .nav .dropdown-menu .dropdown-toggle { color: #ffffff; }
.topbar div > ul .sub-menu a.menu.open, .nav .sub-menu a.menu.open, .topbar div > ul .dropdown-menu a.menu.open, .nav .dropdown-menu a.menu.open, .topbar div > ul .sub-menu .dropdown-toggle.open, .nav .sub-menu .dropdown-toggle.open, .topbar div > ul .dropdown-menu .dropdown-toggle.open, .nav .dropdown-menu .dropdown-toggle.open {
	background: #7c2c02;
	background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .sub-menu li a, .nav .sub-menu li a, .topbar div > ul .dropdown-menu li a, .nav .dropdown-menu li a {
	color: #e1e1e1;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.topbar div > ul .sub-menu li a:hover, .nav .sub-menu li a:hover, .topbar div > ul .dropdown-menu li a:hover, .nav .dropdown-menu li a:hover {
	background-color: #c34706;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#dc8c1f), to(#c34706));
	background-image: -moz-linear-gradient(top, #dc8c1f, #c34706);
	background-image: -ms-linear-gradient(top, #dc8c1f, #c34706);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc8c1f), color-stop(100%, #c34706));
	background-image: -webkit-linear-gradient(top, #dc8c1f, #c34706);
	background-image: -o-linear-gradient(top, #dc8c1f, #c34706);
	background-image: linear-gradient(top, #dc8c1f, #c34706);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc8c1f', endColorstr='#c34706', GradientType=0);
	color: #ffffff;
}
.topbar div > ul .sub-menu .active a, .nav .sub-menu .active a, .topbar div > ul .dropdown-menu .active a, .nav .dropdown-menu .active a { color: #ffffff; }
.topbar div > ul .sub-menu .divider, .nav .sub-menu .divider, .topbar div > ul .dropdown-menu .divider, .nav .dropdown-menu .divider {
	background-color: #481a01;
	border-color: #8a431e;
}
.topbar ul .sub-menu li a, .topbar ul .dropdown-menu li a {
	padding: 6px 10px;
	font-size:12px;
	font-weight:100;
	height:auto;
	text-transform:none;
	font-family:Verdana, Geneva, sans-serif;
}
li.menu, .dropdown { position: relative; }
a.menu span:after{
	width: 0;
	height: 0;
	display: inline-block;
	content: "&darr;";
	text-indent: -99999px;
	vertical-align: top;
	margin-top: 8px;
	margin-left: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #ffffff;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.sub-menu, .dropdown-menu {
	background-color: #ffffff;
	float: left;
	display: none;
	position: absolute;
	top: 47px;
	z-index: 900;
	min-width: 160px;
	max-width: 220px;
	_width: 160px;
	margin-left: 0;
	margin-right: 0;
	padding: 6px 0;
	zoom: 1;
	border-color: #999;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 0 1px 1px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.sub-menu li, .dropdown-menu li {
	float: none;
	display: block;
	background-color: none;
	border:none;
}
.sub-menu .divider, .dropdown-menu .divider {
	height: 1px;
	margin: 5px 0;
	overflow: hidden;
	background-color: #481a01;
	border-bottom: 1px solid #8a431e;
	text-indent:-9999em;
}
.topbar .dropdown-menu a, .dropdown-menu a {
	display: block;
	padding: 4px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #808080;
	text-shadow: 0 1px 0 #ffffff;
}
.topbar .dropdown-menu a:hover, .dropdown-menu a:hover, .topbar .dropdown-menu a.hover, .dropdown-menu a.hover {
	background-color: #dddddd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
	background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
	background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
	background-image: linear-gradient(top, #eeeeee, #dddddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
	color: #404040;
	text-decoration: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
}
.open .menu, .dropdown.open .menu, .open .dropdown-toggle, .dropdown.open .dropdown-toggle {
	color: #ffffff;
	background: #ccc;
	background: rgba(0, 0, 0, 0.3);
}
.open .sub-menu, .dropdown.open .sub-menu, .open .dropdown-menu, .dropdown.open .dropdown-menu { display: block; }

/* DropDown on hover
ul.nav li.drop:hover ul.sub-menu {
    display: block;    
}
*/

/************* Dropdown ********************/

/* Slider
 * ------------------------------- */
#slider_wrap {
	width:916px;
	height:329px;
	background:url(img/slider_bg.png) no-repeat;
	margin:5px 22px 22px;
	z-index:2;
}
#slides {
	position:relative;
	width:888px;
	height:301px;
	display:inline;
	float:left;
	margin:13px 0 0 14px;
	z-index:3;
}
.slides_container {
	width:888px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container a, .slides_container span {
	width:888px;
	height:301px;
	display:block;
}
.slides_container a img {
	display:block;
	width:888px;
	height:301px;
}
.pagination {
	margin:0;
	width:100px;
	position:absolute;
	z-index:5;
	bottom:10px;
	left:400px;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:18px;
	height:0;
	padding-top:18px;
	background-image:url(img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -18px;
}

/* Sidebar
 * ------------------------------- */
#sidebar {
	width:305px;
	margin-left:10px;
	font-family:Verdana, Geneva, sans-serif;
}
.sb_top {
	width:305px;
	height:91px;
	background:url(img/sidebar_bg_top.png) no-repeat;
	overflow:hidden;
}
.sb_center {
	width:261px;
	min-height:400px;
	background:#f4f4f0;
	overflow:hidden;
	margin-left:29px;
}
.sb_bottom {
	width:305px;
	height:33px;
	background:url(img/sidebar_bg_bottom.png) no-repeat;
	overflow:hidden;
}
.sidebar_widget {
	width:242px;
	padding:5px;
	background:#fff;
	border:1px solid #e3dccb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0 0 20px 4px;
}
ul.sb_list {
	margin:0;
	padding:0;
	list-style:none;
}
ul.sb_list li {
	margin:0 0 6px 0;
	padding:0 0 12px 0;
	list-style:none;
	background:url(img/listseparator.png) no-repeat bottom left;
}
ul.sbl_dates li strong {
	display:block;
}
ul.sbl_dates li em {
	color:#666;
}
.sidebar_widget h3.widget_title {
	background: url(img/widget_title_bg.png) no-repeat scroll top center;
    color: #4A4131;
    height: auto;
	width:240px;
    line-height: 32px;
	font-size:16px;
    padding: 22px 0 0;
    text-align: center;
	font:100 16px/32px Verdana, Geneva, sans-serif;
	margin:0 0 15px 0;
}

.sidebar_widget #translate_widget {
	margin:0 0 10px 30px;
}

p.flight_help {
	padding:0 0 0 54px;
	background:url(img/avion.png) no-repeat left center;
}
p.car_bus {
	padding:0 0 70px 0;
	margin:0;
	background:url(img/car_bus.png) no-repeat bottom center;
}

/* Main content
 * ------------------------------- */
#main_content {
	width:600px;
	margin:20px 20px 0 0;
	font-family:Verdana, Geneva, sans-serif;
}
.mc_wide {
	width:920px!important;
	margin:20px 0 0 20px!important;
}

/* Post style > .post_style
 * Based on great Bootstrap http://twitter.github.com/bootstrap/#layouts
 * ---------------------------------------------------------------------------------------- */
 
/* Headings, body text, lists, code, and more for a versatile and durable typography system */
.post_content p {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px;
}
.post_content p small {
	font-size: 11px;
	color: #999;
}
p.attachment img {
	padding:8px;
	background:#fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	margin:15px 0;
}
.post_content p.letroman:first-letter {
	font-size: 300%;
	font-family: "Edwardian Script ITC", "Brush Script MT", cursive;
	font-weight:bold;
	line-height:0.5em;
	color: #ae7c3c;
	padding-right: 5px;
	position:relative;
}
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
	font-weight: 100;
	color: #404040;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.post_content h1 small, .post_content h2 small, .post_content h3 small, .post_content h4 small, .post_content h5 small, .post_content h6 small { color: #999; font-size:.8em; line-height:1em; }
.post_content h1 {
	margin-bottom: 18px;
	font-size: 30px;
	line-height: 36px;
}
.post_content h1 small { font-size: 18px; }
.post_content h2 {
	font-size: 24px;
	line-height: 36px;
}
.post_content h2.page_title {
	margin-bottom: 18px;
	font-size: 30px;
	line-height: 1em;
	border-bottom:3px solid #ae7c3c;
	padding-bottom:5px;
}
.post_content h2 small { font-size: 14px; }
.post_content h3, .post_content h4, .post_content h5, .post_content h6 { line-height: 36px; }
.post_content h3 { font-size: 18px; }
.post_content h3 small { font-size: 14px; }
.post_content h4 { font-size: 16px; }
.post_content h4 small { font-size: 12px; }
.post_content h5 { font-size: 14px; }
.post_content h6 {
	font-size: 13px;
	color: #666;
	text-transform: uppercase;
}
.post_content ul, .post_content ol { margin: 0 0 18px 25px; }
.post_content ul ul, .post_content ul ol, .post_content ol ol, .post_content ol ul { margin-bottom: 0; }
.post_content ul { list-style: disc; }
.post_content ul ul { list-style: circle; }
.post_content ol { list-style: decimal; }
.post_content li {
	line-height: 20px;
	color: #666;
}
.post_content ul.unstyled {
	list-style: none;
	margin-left: 0;
}
.post_content dl { margin-bottom: 18px; }
.post_content dl dt, .post_content dl dd { line-height: 18px; }
.post_content dl dt { font-weight: bold; }
.post_content dl dd { margin-left: 9px; }
.post_content hr {
	margin: 20px 0 19px;
	border: 0;
	border-top: 1px dashed #ae7c3c;
	border-bottom: 1px dashed #fff;
}
.post_content strong {
	font-style: inherit;
	font-weight: bold;
}
.post_content em {
	font-style: italic;
	font-weight: inherit;
	line-height: inherit;
}
.post_content .muted { color: #bfbfbf; }
.post_content blockquote {
	margin-bottom: 18px;
	border-left: 3px solid #dec7a8;
	padding-left: 15px;
}
.post_content blockquote p {
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 0;
}
.post_content blockquote small {
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	color: #bfbfbf;
}
.post_content blockquote small:before { content: '\2014 \00A0'; }
.post_content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.post_content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.post_content sup, .post_content sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
.post_content sup { bottom: 1ex; }
.post_content sub { top: .5ex; }
.post_content address {
	display: block;
	line-height: 18px;
	margin-bottom: 18px;
}
.post_content code, .post_content pre {
	padding: 0 3px 2px;
	font-family: Monaco, Andale Mono, Courier New, monospace;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.post_content code {
	background-color: #fee9cc;
	color: rgba(0, 0, 0, 0.75);
	padding: 1px 3px;
}
.post_content pre {
	background-color: #f5f5f5;
	display: block;
	padding: 8.5px;
	margin: 0 0 18px;
	line-height: 18px;
	font-size: 12px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.post_content pre * { margin-bottom:0; }
/* Labeli - oznake */

.post_content .label {
	padding: 1px 3px 2px;
	background-color: #bfbfbf;
	font-size: 9.75px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.post_content .label.important { background-color: #c43c35; }
.post_content .label.warning { background-color: #f89406; }
.post_content .label.success { background-color: #46a546; }
.post_content .label.notice { background-color: #62cffc; }
/* Slike i galerije */

img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter { margin-bottom: 12px; }
.media-grid, .post_content .media-grid {
	margin-left: -10px;
	margin-bottom: 0;
	zoom: 1;
}
.media-grid:before, .media-grid:after, .post_content .media-grid:before, .post_content .media-grid:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}
.media-grid:after, .post_content .media-grid:after { clear: both; }
.media-grid li, .post_content .media-grid li { display: inline; }
.media-grid a, .post_content .media-grid a {
	float: left;
	padding: 4px;
	margin: 0 0 10px 10px;
	border: 1px solid #bda285;
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.media-grid a img, .post_content .media-grid a img { display: block; }
.media-grid a:hover, .post_content .media-grid a:hover {
	border-color: #053283;
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.post_content img.preety_thumb {
	padding: 4px;
	border: 1px solid #bda285;
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* Table style */
.post_content table {
	width: 100%;
	margin-bottom: 18px;
	padding: 0;
	border-collapse: separate;
	*border-collapse: collapse;/* IE7, collapse table to remove spacing */
	font-size: 13px;
	border: 1px solid #bda285;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.post_content table th, .post_content table td {
	padding: 10px 10px 9px;
	line-height: 18px;
	text-align: left;
}
.post_content table th {
	padding-top: 9px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #bda285;
}
.post_content table td { vertical-align: top; }
.post_content table th + th, .post_content table td + td { border-left: 1px solid #bda285; }
.post_content table tr + tr td { border-top: 1px solid #bda285; }
.post_content table tbody tr:first-child td:first-child {
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}
.post_content table tbody tr:first-child td:last-child {
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}
.post_content table tbody tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
}
.post_content table tbody tr:last-child td:last-child {
	-webkit-border-radius: 0 0 4px 0;

	-moz-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
}
.post_content .zebra-striped tbody tr:nth-child(odd) td { background-color: #f9f9f9; }
.post_content .zebra-striped tbody tr:hover td { background-color: #f5f5f5; }
.post_content table .header { cursor: pointer; }
.post_content table .header:after {
	content: "";
	float: right;
	margin-top: 7px;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #000 transparent;
	visibility: hidden;
}
.post_content table .headerSortUp, .post_content table .headerSortDown {
	background-color: rgba(141, 192, 219, 0.25);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.post_content table .header:hover:after { visibility: visible; }
.post_content table .headerSortDown:after, .post_content table .headerSortDown:hover:after {
	visibility: visible;
	filter: alpha(opacity=60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.post_content table .headerSortUp:after {
	border-bottom: none;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	visibility: visible;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.post_content table .blue {
	color: #049cdb;
	border-bottom-color: #049cdb;
}
.post_content table .headerSortUp.blue, .post_content table .headerSortDown.blue { background-color: #ade6fe; }
.post_content table .green {
	color: #46a546;
	border-bottom-color: #46a546;
}
.post_content table .headerSortUp.green, .post_content table .headerSortDown.green { background-color: #cdeacd; }
.post_content table .red {
	color: #9d261d;
	border-bottom-color: #9d261d;
}
.post_content table .headerSortUp.red, .post_content table .headerSortDown.red { background-color: #f4c8c5; }
.post_content table .yellow {
	color: #ffc40d;
	border-bottom-color: #ffc40d;
}
.post_content table .headerSortUp.yellow, .post_content table .headerSortDown.yellow { background-color: #fff6d9; }
.post_content table .orange {
	color: #f89406;
	border-bottom-color: #f89406;
}
.post_content table .headerSortUp.orange, .post_content table .headerSortDown.orange { background-color: #fee9cc; }
.post_content table .purple {
	color: #7a43b6;
	border-bottom-color: #7a43b6;
}
.post_content table .headerSortUp.purple, .post_content table .headerSortDown.purple { background-color: #e2d5f0; }


.post_content table#progrma_table th, .post_content table#progrma_table td, .post_content table#progrma_table {
	border-color:#333;
}
.post_content table#progrma_table th {
	text-align:center;
	font-size:110%;
	color:#7c2c02;
}
.post_content table#progrma_table td strong {
	display:block;
}
.post_content table#progrma_table td p.workshop {
	margin:0;
	padding:4px 0;
	border-top:1px dotted #fff;
	height:44px;
	font-size:11px;
	color:#fff;
	text-transform:capitalize;
}
.post_content table#progrma_table td p.wp1 {
	margin:10px 0 0 0;
}
.post_content table#progrma_table td.tbl_time {
	width:13%!important;
}
.post_content table#progrma_table td {
	width:22%!important;
	vertical-align:middle;
	text-align:center;
}
.post_content table#progrma_table .tbl_coffee {
	background-color:#b28669;
	color:#fff;
}
.post_content table#progrma_table .tbl_lunch {
	background-color:#737f94;
	color:#fff;
}
.post_content table#progrma_table .tbl_workshop {
	background-color:#ec7e7c;
	color:#fff;
}
.post_content table#progrma_table .tbl_keynote {
	background-color:#739a7b;
	color:#fff;
}
.post_content table#progrma_table .tbl_keynote small {
	font-size:11px;
	line-height:1em;
	text-transform:capitalize;
}
.post_content table#progrma_table .tbl_keynote a, span.label_note {
	background-color: #F89406;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 9.75px;
    font-weight: bold;
    padding: 1px 3px 2px;
    text-transform: uppercase;
	text-decoration:none;
}
.post_content table#progrma_table .tbl_keynote a:hover {
	background-color: #000;
}
.post_content table#progrma_table .tbl_plenary_session {
	background-color:#a5a29f;
	color:#fff;
}
.post_content table#progrma_table .tbl_meeting {
	background-color:#b5ad69;
	color:#fff;
}
.tbl_ico {
	display:inline-block;
	line-height:16px;
	padding:0 0 0 20px;
	background-repeat:no-repeat;
	background-position:left center;
}
.cb {
	background-image:url(img/icons/cup.png);
}
.lunch {
	background-image:url(img/icons/plate-cutlery.png);
}
.post_content table.sub_table_workshop {
	margin:0;
	padding:0;
	border:none;
}
.post_content table.sub_table_workshop tr td {
	margin:0;
	padding:0;
	border:none;
	font-size:10px;
	width:50%;
}
.keynote_image {
	width:60px;
	height:68px;
	float: left;
	padding: 3px;
	margin: 0 6px 0 0;
	border: 1px solid #ccc;
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.inner .content p:after {clear:both;}

.post_content table#progrma_table tbody tr:nth-child(odd) td.tbl_time { background-color: #f9f9f9; }

/* Currency converter */
.post_content table.HSmainContainer, .post_content table.HSmainContainer th, .post_content table.HSmainContainer td {
	border: none;
}
.post_content table.HSmainContainer td {
	vertical-align:middle;
	text-align:center;
}
.post_content table.HSmainContainer td input, .post_content table.HSmainContainer td select, .post_content table.HSmainContainer td textarea {
	border:1px solid #7c2c02;
}

.post_content table.HSmainContainer td input, .post_content table.HSmainContainer td textarea {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.post_content table.HSmainContainer td input, .post_content table.HSmainContainer td textarea, .post_content table.HSmainContainer td select {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px!important;
	font-weight: normal;
	line-height: normal;
	display: inline-block;
	width: 100%;
	height: 18px;
	padding: 4px!important;
	font-size: 13px;
	line-height: 18px;
	color: #808080;
	border: 1px solid #7c2c02;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.post_content table.HSmainContainer td select { padding: initial; }
.post_content table.HSmainContainer td select {
	height: 27px;
	*height: auto;
	line-height: 27px;
	*margin-top: 4px;
}

.post_content table.HSmainContainer td textarea { height: auto; }

/* Buttons & alert messages */
.post_content .btn.danger, .post_content .alert-message.danger, .post_content .btn.danger:hover, .post_content .alert-message.danger:hover, .post_content .btn.error, .post_content .alert-message.error, .post_content .btn.error:hover, .post_content .alert-message.error:hover, .post_content .btn.success, .post_content .alert-message.success, .post_content .btn.success:hover, .post_content .alert-message.success:hover, .post_content .btn.info, .post_content .alert-message.info, .post_content .btn.info:hover, .post_content .alert-message.info:hover { color: #ffffff; }
.post_content .btn.danger, .post_content .alert-message.danger, .post_content .btn.error, .post_content .alert-message.error {
	background-color: #c43c35;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #c43c35 #c43c35 #882a25;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.post_content .btn.success, .post_content .alert-message.success {
	background-color: #57a957;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.post_content .btn.info, .post_content .alert-message.info {
	background-color: #339bb9;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(top, #5bc0de, #339bb9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #339bb9 #339bb9 #22697d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.post_content .btn {
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	text-decoration:none;
}
.post_content .btn:hover {
	background-position: 0 -15px;
	color: #333;
	text-decoration: none;
}
.post_content .btn:focus { outline: 1px dotted #666; }
.post_content .btn.primary {
	color: #ffffff;
	background-color: #0064cd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.post_content .btn:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.post_content .btn.disabled {
	cursor: default;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: alpha(opacity=65);
	-khtml-opacity: 0.65;
	-moz-opacity: 0.65;
	opacity: 0.65;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.post_content .btn[disabled] {
	cursor: default;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: alpha(opacity=65);
	-khtml-opacity: 0.65;
	-moz-opacity: 0.65;
	opacity: 0.65;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.post_content .btn.large {
	font-size: 15px;
	line-height: normal;
	padding: 9px 14px 9px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.post_content .btn.small {
	padding: 7px 9px 7px;
	font-size: 11px;
}
:root .alert-message, :root .btn { border-radius: 0 \0; }
.post_content button.btn::-moz-focus-inner, .post_content input[type=submit].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.post_content .close {
	float: right;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	line-height: 13.5px;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #ffffff;
	filter: alpha(opacity=20);
	-khtml-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
	text-decoration:none;
}
.post_content .close:hover {
	color: #000000;
	text-decoration: none;
	filter: alpha(opacity=40);
	-khtml-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.post_content .alert-message {
	position: relative;
	padding: 7px 15px;
	margin-bottom: 18px;
	color: #404040;
	background-color: #eedc94;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
	background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
	background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
	background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
	background-image: -o-linear-gradient(top, #fceec1, #eedc94);
	background-image: linear-gradient(top, #fceec1, #eedc94);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #eedc94 #eedc94 #e4c652;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.post_content .alert-message .close { *margin-top: 3px;/* IE7 spacing */}
.post_content .alert-message h5 { line-height: 18px; }
.post_content .alert-message p { margin-bottom: 0; }
.post_content .alert-message div {
	margin-top: 5px;
	margin-bottom: 2px;
	line-height: 28px;
}
.post_content .alert-message .btn {
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.post_content .alert-message.block-message {
	background-image: none;
	background-color: #fdf5d9;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	padding: 14px;
	border-color: #fceec1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.post_content .alert-message.block-message ul, .post_content .alert-message.block-message p { margin-right: 30px; }
.post_content .alert-message.block-message ul { margin-bottom: 0; }
.post_content .alert-message.block-message li { color: #404040; }
.post_content .alert-message.block-message .alert-actions { margin-top: 5px; }
.post_content .alert-message.block-message.error, .post_content .alert-message.block-message.success, .post_content .alert-message.block-message.info {
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.post_content .alert-message.block-message.error {
	background-color: #f5aaaa;
	border-color: #ff0000;
}
.post_content .alert-message.block-message.success {
	background-color: #96d01e;
	border-color: #52971f;
}
.post_content .alert-message.block-message.info {
	background-color: #ddf4fb;
	border-color: #c6edf9;
}

/* WP gallery */
.post_content .gallery dl, .post_content .gallery dt { margin: 0; }
.post_content .gallery { margin: 0 auto 18px; }
.post_content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.post_content .gallery-columns-2 .gallery-item { width: 50%; }
.post_content .gallery-columns-4 .gallery-item { width: 25%; margin-bottom:14px; }
.post_content .gallery a {display:block;}
.post_content .gallery img {
	padding: 3px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	background:#fff;
}
.post_content .gallery img:hover {
	border-color: #0069d6;
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.post_content .gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.post_content .gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.post_content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.post_content .gallery br+br { display: none; }

.post_content .wp-caption { /* width je width slike + 12px, dodajemo automatski putem jQuery-a */
	background: #fff;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 618px !important;
	padding: 4px;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.post_content .wp-caption img {
	margin: 5px 5px 0;
	border:1px solid #fff;
}
.post_content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

/* Forms */

.span1 { width: 60px; }
.span2 { width: 140px; }
.span3 { width: 220px; }
.span4 { width: 300px; }
.span5 { width: 380px; }
.span6 { width: 460px; }
.span7 { width: 540px; }
.span8 { width: 620px; }
.span9 { width: 700px; }
.span10 { width: 780px; }
.span11 { width: 860px; }

form { margin: 0 0 18px; }
fieldset {
	padding: 0;
	margin: 0 0 30px 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	color: #333;
	border: 0;
	border-bottom: 1px solid #666;
	font-weight:bold;
	font-size:13px;
	line-height:1.4em;
	text-transform:uppercase;
	margin:0 0 5px 0;
}
legend span {
	display: inline-block;
	padding:4px 8px;
	background-color: #666;
	color:#fff;
}
label, input, button, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
label {
	display: block;
	margin-bottom: 5px;
	color: #333333;
}
label.control-label-inline {
	display: inline-block;
	width: 80px;
	height: 18px;
	padding: 4px;
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
}
input, textarea, select, .uneditable-input {
	display: inline-block;
	width: 210px;
	height: 18px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.uneditable-textarea {
	width: auto;
	height: auto;
}
label input, label textarea, label select { display: block; }
input[type="image"], input[type="checkbox"], input[type="radio"] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 0;
 *margin-top: 0;
	/* IE7 */

  line-height: normal;
	border: 0;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input[type="file"] {
	padding: initial;
	line-height: initial;
	border: initial;
	background-color: #ffffff;
	background-color: initial;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	width: auto;
	height: auto;
}
select, input[type="file"] {
	height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
	/* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
select {
	width: 220px;
	background-color: #ffffff;
}
select[multiple], select[size] { height: auto; }
input[type="image"] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
textarea { height: auto; }
input[type="hidden"] { display: none; }
.radio, .checkbox { padding-left: 18px; }
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child { padding-top: 5px; }
.radio.inline, .checkbox.inline {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline { margin-left: 10px; }
.controls > .radio.inline:first-child, .controls > .checkbox.inline:first-child { padding-top: 0; }
input, textarea {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0;
	outline: thin dotted \9;/* IE6-8 */

}
input[type="file"]:focus, input[type="checkbox"]:focus, select:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.input-mini { width: 60px; }
.input-small { width: 90px; }
.input-medium { width: 150px; }
.input-large { width: 210px; }
.input-xlarge { width: 270px; }
.input-xxlarge { width: 400px; }
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
	float: none;
	margin-left: 0;
}
input.span1, textarea.span1, .uneditable-input.span1 { width: 50px; }
input.span2, textarea.span2, .uneditable-input.span2 { width: 130px; }
input.span3, textarea.span3, .uneditable-input.span3 { width: 210px; }
input.span4, textarea.span4, .uneditable-input.span4 { width: 290px; }
input.span5, textarea.span5, .uneditable-input.span5 { width: 370px; }
input.span5prep, textarea.span5prep, .uneditable-input.span5prep { width: 373px; }
input.span6, textarea.span6, .uneditable-input.span6 { width: 450px; }
input.span7, textarea.span7, .uneditable-input.span7 { width: 530px; }
input.span8, textarea.span8, .uneditable-input.span8 { width: 610px; }
input.span9, textarea.span9, .uneditable-input.span9 { width: 690px; }
input.span10, textarea.span10, .uneditable-input.span10 { width: 770px; }
input.span11, textarea.span11, .uneditable-input.span11 { width: 850px; }
input.span12, textarea.span12, .uneditable-input.span12 { width: 930px; }
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: #f5f5f5;
	border-color: #ddd;
	cursor: not-allowed;
}
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline { color: #c09853; }
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	color: #c09853;
	border-color: #c09853;
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: 0 0 6px #dbc59e;
	-moz-box-shadow: 0 0 6px #dbc59e;
	box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #c09853;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline { color: #b94a48; }
.control-group.error input, .control-group.error select, .control-group.error textarea {
	color: #b94a48;
	border-color: #b94a48;
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
	border-color: #953b39;
	-webkit-box-shadow: 0 0 6px #d59392;
	-moz-box-shadow: 0 0 6px #d59392;
	box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline { color: #468847; }
.control-group.success input, .control-group.success select, .control-group.success textarea {
	color: #468847;
	border-color: #468847;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
	border-color: #356635;
	-webkit-box-shadow: 0 0 6px #7aba7b;
	-moz-box-shadow: 0 0 6px #7aba7b;
	box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
 color: #b94a48;
 border-color: #ee5f5b;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
 border-color: #e9322d;
 -webkit-box-shadow: 0 0 6px #f8b9b7;
 -moz-box-shadow: 0 0 6px #f8b9b7;
 box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
	padding: 17px 20px 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	border-top: 2px solid #ae7c3c;
}
.uneditable-input {
	display: block;
	background-color: #ffffff;
	border-color: #eee;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	cursor: not-allowed;
}
:-moz-placeholder {
 color: #999999;
}
::-webkit-input-placeholder {
 color: #999999;
}
.help-block {
	margin-top: 5px;
	margin-bottom: 0;
	color: #888;
}
.help-inline {
	display: inline-block;
 *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
	margin-bottom: 9px;
	vertical-align: middle;
	padding-left: 5px;
}
.input-prepend, .input-append { margin-bottom: 5px;  *zoom: 1;
}
.input-prepend:before, .input-append:before, .input-prepend:after, .input-append:after {
	display: table;
	content: "";
}
.input-prepend:after, .input-append:after { clear: both; }
.input-prepend input, .input-append input, .input-prepend .uneditable-input, .input-append .uneditable-input {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend input:focus, .input-append input:focus, .input-prepend .uneditable-input:focus, .input-append .uneditable-input:focus {
	position: relative;
	z-index: 2;
}
.input-prepend .uneditable-input, .input-append .uneditable-input { border-left-color: #ccc; }
.input-prepend .add-on, .input-append .add-on {
	float: left;
	display: block;
	width: auto;
	min-width: 16px;
	height: 18px;
	margin-right: -1px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 18px;
	color: #999999;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	background-color: #f5f5f5;
	border: 1px solid #999;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
	background-color: #a9dba9;
	border-color: #46a546;
}
.input-prepend .add-on {  *margin-top: 1px;
/* IE6-7 */

}
.input-append input, .input-append .uneditable-input {
	float: left;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input { border-right-color: #ccc; }
.input-append .add-on {
	margin-right: 0;
	margin-left: -1px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-append input:first-child {  *margin-left: -160px;
}
.input-append input:first-child + .add-on {  *margin-left: -21px;
}
.search-query {
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 0;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input {
	display: inline-block;
	margin-bottom: 0;
}
.form-search label, .form-inline label, .form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend { display: inline-block; }
.form-search .input-append .add-on, .form-inline .input-prepend .add-on, .form-search .input-append .add-on, .form-inline .input-prepend .add-on { vertical-align: middle; }
.control-group { margin-bottom: 9px; }
.form-horizontal legend + .control-group {
	margin-top: 18px;
	-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group { margin-bottom: 18px;  *zoom: 1;}
.form-horizontal .control-group-small { margin-bottom: 4px;  *zoom: 1;}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
	display: table;
	content: "";
}
.form-horizontal .control-group:after { clear: both; }
.form-horizontal .control-group > label {
	float: left;
	width: 140px;
	padding-top: 5px;
	text-align: right;
}
.form-horizontal .controls { margin-left: 160px; }
.form-horizontal .form-actions { padding-left: 160px; }
/* Nova forma */

input#total {
	background:transparent none;
	background-color:transparent;
	border:none;
	font-size:48px;
	height:54px;
	line-height:1em;
	margin:15px 0 20px 160px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#a74e26;
	width:100%;
	padding:0;
}

/*=FOOTER
***********************************************/
#footer {
	width:920px;
	display:inline;
	float:left;
	position:relative;
	margin:20px 20px 0 20px;
	padding:2px 0 0 0;
	border-top:1px solid #ae7c3c;
}
.foot_contact {
	padding:10px 0 0 0;
	border-bottom:1px dotted #ae7c3c;
	width:920px;
	display:inline;
	float:left;
	position:relative;
	margin-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	border-top:3px solid #ae7c3c;
}
.foot_contact h5 {
	margin:0 0 10px 0;
	font-weight:100;
}
.foot_contact h5 span { font-weight:bold; }
.foot_copy {
	width:920px;
	display:inline;
	float:left;
	position:relative;
	margin-bottom:10px;
}
.fc_left {
	width:400px;
	display:inline;
	float:left;
	position:relative;
	color:#999;
}
.fc_right {
	width:500px;
	display:inline;
	float:right;
	position:relative;
	text-align:right;
}

/* Pomoćne klase
 * ------------------------------- */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.def_box {
	display:inline;
	float:left;
	position:relative;
}
.floatl { float:left!important; }
.floatr { float:right!important; }
.alignl { text-align:left!important; }
.alignr { text-align:right!important; }
.alignc { text-align:center!important; }
.hideme { display:none!important; }
.nobrdr { border:none!important; }
.nobrdr_t { border-top:none!important; }
.nobrdr_r { border-right:none!important; }
.nobrdr_b { border-bottom:none!important; }
.nobrdr_l { border-left:none!important; }
.nojscript {
	width:100%;
	height:24px;
	background:#f8a7aa none scroll 0 0;
	border-bottom:2px solid #ed1c24;
	text-align:center;
	padding-top:10px;
	font:14px/14px Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:700;
	position:absolute;
	z-index:999;
}

/* Plugins
 * ------------------------------- */
 
.modal .popover, .modal .twipsy { z-index: 12000; }
.twipsy {
	display: block;
	position: absolute;
	visibility: visible;
	padding: 5px;
	font-size: 11px;
	z-index: 1000;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	font-family:Verdana, Geneva, sans-serif;
}
.twipsy.fade.in {
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.twipsy.above .twipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000000;
}
.twipsy.left .twipsy-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000000;
}
.twipsy.below .twipsy-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000000;
}
.twipsy.right .twipsy-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000000;
}
.twipsy-inner {
	padding: 3px 8px;
	background-color: #000000;
	color: white;
	text-align: center;
	max-width: 200px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.twipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	padding: 5px;
	display: none;
}
.popover.above .arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000000;
}
.popover.right .arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000000;
}
.popover.below .arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000000;
}
.popover.left .arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000000;
}
.popover .arrow {
	position: absolute;
	width: 0;
	height: 0;
}
.popover .inner {
	background: #000000;
	background: rgba(0, 0, 0, 0.8);
	padding: 3px;
	overflow: hidden;
	width: 340px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover .title {
	background-color: #f5f5f5;
	padding: 9px 15px;
	line-height: 1;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #eee;
}
.popover .content {
	background-color: #ffffff;
	padding: 14px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.popover .content p, .popover .content ul, .popover .content ol { margin-bottom: 0; }
.fade {
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	opacity: 0;
}
.fade.in { opacity: 1; }

#translate_widget select {width:auto;}

/* Access forma
 * ------------------------------- */

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

h4.access_private_title {
	margin:25px 0 10px 0;
}

/* Fixevi
 * ------------------------------- */

.ie7 li.divider {display:none;}

/* Print stilovi
 * ------------------------------- */
@media print {
	* {
		background: transparent !important;
		color: #444 !important;
		text-shadow: none;
	}
	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a:after { content: " (" attr(href) ")"; }
	abbr:after { content: " (" attr(title) ")"; }
	.ir a:after { content: ""; }  /* Don't show links for images */
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	img { page-break-inside: avoid; }
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 { page-break-after: avoid; }
}
