body, div, a, input, button, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
@font-face {font-family:"AquilineTwo";src:url("../fonts/AquilineTwo.eot?") format("eot"),url("../fonts/AquilineTwo.woff") format("woff"),url("../fonts/AquilineTwo.ttf") format("truetype"),url("../fonts/AquilineTwo.svg#AquilineTwo") format("svg");font-weight:normal;font-style:normal;}

body {
	background: #ebebeb;
	font: normal 14px/1.6em Arial, Helvetica, sans-serif;
	color: #505050;
}
.smart-form  sup {
	color:red;
}
footer.site-footer {
	background:#2f0b23;
}
.nowrap {
	white-space: nowrap;
}
.middle,
.middle td,
.middle th,
.table.middle,
.table > tbody.middle td,
.table > tbody.middle th {
	vertical-align: middle;	
}
footer.site-footer .site-copyright, footer.site-footer .site-copyright a {
	color: #5c5c5c;
	background:#d5d5d5;
	text-decoration: none;
	font-size: 11px;
	padding: 10px 25px;
}
footer.site-footer .site-copyright {
	border-top: 1px solid #c1c1c1;
	line-height: 1.2em;
	color:#5c5c5c;
}
footer.site-footer p {
  margin: 6px 0;
}
header.site-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e9e9+0,ededec+100 */
	background: #e8e9e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e9e9 0%, #ededec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e9e9), color-stop(100%,#ededec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e9e9 0%,#ededec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e9e9 0%,#ededec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e9e9 0%,#ededec 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8e9e9 0%,#ededec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9e9', endColorstr='#ededec',GradientType=0 ); /* IE6-9 */
}
.article-title {
	margin: 5px 0;
	font-size: 16px;
}
.footer-contect {
	border: 0;
	border-top:1px solid #bcbcbc;
	background:#dedede;
	min-height: 50px;
}
.ui-autocomplete.ui-menu {
	max-height:150px;
	overflow:auto;
}
.thumbnail .caption h3 {
	font-size: 16px;
	margin:2px auto;
}
.carousel-control.right,
.carousel-control.left {
	background-image:none;
}
.thumbnail .caption p {
	font-size:11px;
}
.site-description {
	background: #001635;
	padding: 8px 20px;
	font-family: Tahoma;
	text-transform: uppercase;
	font-weight: 400;
	color: #FFF;
	font-size: 18px;
	margin-top: 46px;
	margin-left: 5px;
}
a.site-logotyp {
	display: block;
	position: relative;
	z-index: 10;
	background: url('../img/RGB_120.png') no-repeat center;
	width: 350px;
	height: 150px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li:active > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li:hover > a {
	border:0;
    border-right:1px solid transparent;
    border-left:1px solid transparent;
	color:#ffffff;
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:active > a {
	border-color:#003da4;
}
.navbar-default .navbar-nav > li > ul,
.navbar-default .navbar-nav > li > ul > li {
	padding:0;
	margin:0;
	list-style: none;
}
.navbar-default .navbar-nav > li > ul > li:hover,
.navbar-default .navbar-nav > li > ul > li:active {
	background:#72074e;
}
.navbar-default .navbar-nav > li > ul {
	-webkit-box-shadow: inset 2px 6px 16px 3px rgba(56,5,39,0.4);
	-moz-box-shadow: inset 2px 6px 16px 3px rgba(56,5,39,0.4);
	box-shadow: inset 2px 6px 16px 3px rgba(56,5,39,0.4);
	display:none;
	min-width: 150px;
	background:#57003a;
	position:absolute;
	z-index: 100;
}
.navbar-default .navbar-nav > li > ul a,
.navbar-default .navbar-nav > li > ul a:hover,
.navbar-default .navbar-nav > li > ul a:active {
	border-top:1px solid #73004d;
	display:block;
	white-space:nowrap;
	font-size: 12px;
	padding: 5px 5px;
	margin: 0 5px;
	text-decoration:none;
	color:#c3a4b9;	
}
.navbar-default .navbar-nav > li > ul > li:last-child a {
	border-bottom:0;	
}
.navbar-default .navbar-nav > li > ul li:active a,
.navbar-default .navbar-nav > li > ul li:hover a {
	color:#FFFFFF;
}
.navbar-default .navbar-nav > li:hover > ul,
.navbar-default .navbar-nav > li:active > ul {
	display:block;
}
.navbar-default .navbar-nav > li > a.active, 
.navbar-default .navbar-nav > li:focus > a, 
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:active > a {
	background: #a0006a; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #a0006a 0%, #870059 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#a0006a), color-stop(100%,#870059)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #a0006a 0%,#870059 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #a0006a 0%,#870059 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #a0006a 0%,#870059 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #a0006a 0%,#870059 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0006a', endColorstr='#870059',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-image: url('../img/menuhover.png');
	background-repeat:no-repeat;
	background-position:center center;	
}
nav.navbar-default {
	background: #002b85; /* Old browsers */
	background: -moz-linear-gradient(top,  #002b85 0%, #002572 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002b85), color-stop(100%,#002572)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #002b85 0%,#002572 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #002b85 0%,#002572 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #002b85 0%,#002572 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #002b85 0%,#002572 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b85', endColorstr='#002572',GradientType=0 ); /* IE6-9 */
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0;
}
.form-header-search {
	margin-top:17px;
}
.navbar-nav > li > a {
  color: #ffffff;
  padding-bottom: 16px;
  padding-top: 16px;
}
.site-footer {
	margin-top: 25px;
}
.home-products img {
	max-height: 192px;
}
.box {
	padding: 0px;
	margin: 25px 0 0 0;
	background: #FFFFFF;
	border: 0px solid #d3d3d3;
	color: #464646;
}
.box-margin-right {
	padding-right: 230px;
}

.box .box-title {
	margin-top:0;
	padding: 11px 15px;
	background: #002b85; /* Old browsers */
	background: -moz-linear-gradient(top,  #002b85 0%, #002572 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002b85), color-stop(100%,#002572)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #002b85 0%,#002572 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #002b85 0%,#002572 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #002b85 0%,#002572 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #002b85 0%,#002572 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b85', endColorstr='#002572',GradientType=0 ); /* IE6-9 */
	border-bottom: 0px solid transparent;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom:0;
	line-height: 30px;
}
.box .box-title a,
.box .box-title a:hover,
.box .box-title a:active,
.box .box-title a:visited {
	text-decoration:none;
	color: #ffffff;
}
.box .box-title a:hover,
.box .box-title a:active {
	text-decoration:underline;
}
.box .box-content {
	border: 1px solid #d3d3d3;
	padding:15px;
}

#content {
	padding-top: 25px;
	background:#ebebeb;
	min-height: 350px;
}
#column-left,
#column-right {
	margin:25px 0 0;
}
.panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.panel.panel-default > .panel-heading {
	margin-top:0;
	padding: 11px 15px;
	background: #002b85; /* Old browsers */
	background: -moz-linear-gradient(top,  #002b85 0%, #002572 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002b85), color-stop(100%,#002572)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #002b85 0%,#002572 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #002b85 0%,#002572 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #002b85 0%,#002572 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #002b85 0%,#002572 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b85', endColorstr='#002572',GradientType=0 ); /* IE6-9 */
	border-bottom: 0px solid transparent;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom:0;
	line-height: 30px;	
}
.panel.panel-default h3.panel-title {
	text-transform:uppercase;
	line-height:30px;
	font-weight:300;
	font-size: 14px;
	color:#FFFFFF;	
}
#usermenu .panel-body,
#usermenu .panel-body {
	padding:0;
}
#usermenu  li {
	border-bottom: 1px solid #CCC;
	margin:0;
}
.home-products a:hover img, .home-products a:active img {
	display: block;
	box-shadow: 0 0 2px #555;
	opacity: 0.9;
}
ul.footer-list,
ul.footer-list > li {
	margin:0;
	padding:0;
	list-style:none;
}
ul.footer-list {
	margin-left:0;
}
ul.footer-list a,
ul.footer-list a:visited,
ul.footer-list a:active {
	color:#b28ea7; 
	font-size:13px;	
	line-height: 42px;
	display:block;
	padding-left:15px;
}
ul.footer-list a:active,
ul.footer-list a:hover {
	color:#ddb6d1; 
}
ul.footer-list > li:nth-child(odd) {
	background:#390d2a;	
}
ul.footer-list > li:nth-child(even) {
	background:#2f0b23;	
}
.footer-list-container > div {
	padding:0;
}
form section {
	margin: 15px 0;
}
.box-content {
	min-height: 100px;
}
.box-no-margin-top {
	margin: 0;
}
.container-fluid,
.navbar-collapse {
	padding:0;
}
ul.column-nav-list,
ul.column-nav-list > li {
	margin:0;
	padding:0;
	list-style:none;
}
ul.column-nav-list {
	margin-left:0;
}
ul.column-nav-list a,
ul.column-nav-lista:visited,
ul.column-nav-list a:active {
	color:#797979; 
	font-size:14px;	
	line-height: 35px;
	display:block;
	padding-left:15px;
	border-bottom:1px solid #eaeaea;
	background:#ffffff;	
	text-decoration:none;
}
ul.column-nav-list a:active,
ul.column-nav-list a:hover {
	background:#f1f1f1;	
	color:#555555; 
}
ul.column-nav-list li:last-child a {
	border:0;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	color:#FFFFFF;
}
.footer-cien-left {
	-webkit-box-shadow: inset 69px 0px 16px -65px rgba(31,5,31,1);
	-moz-box-shadow: inset 69px 0px 16px -65px rgba(31,5,31,1);
	box-shadow: inset 69px 0px 16px -65px rgba(31,5,31,1);
}
.footer-cien-right {
	-webkit-box-shadow: inset -69px 0px 16px -65px rgba(31,5,31,1);
	-moz-box-shadow: inset -69px 0px 16px -65px rgba(31,5,31,1);
	box-shadow: inset -69px 0px 16px -65px rgba(31,5,31,1);
}
#nav_categories {
	background: #ffffff;
}
.table-form > thead > tr > th, .table-form > tbody > tr > th, .table-form > tfoot > tr > th, .table-form > thead > tr > td, .table-form > tbody > tr > td, .table-form > tfoot > tr > td {
	border: 0;
}
@media (max-width: 767px) {
	.text-left-xs {
		text-align: left;
	}
	.text-right-xs {
		text-align: right;
	}
	.text-center-xs {
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.text-left-sm {
		text-align: left;
	}
	.text-right-sm {
		text-align: right;
	}
	.text-center-sm {
		text-align: center;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.text-left-md {
		text-align: left;
	}
	.text-right-md {
		text-align: right;
	}
	.text-center-md {
		text-align: center;
	}
}
@media (min-width: 1200px) {
	.text-left-lg {
		text-align: left;
	}
	.text-right-lg {
		text-align: right;
	}
	.text-center-lg {
		text-align: center;
	}
}
.oldprice {
	text-decoration:line-through;
	color:gray;
}
#breadcrumb {
	background:#ffffff;
	font-size: 12px;
	border-bottom:1px solid #d1d1d1;
	padding: 10px 2px;
}
#breadcrumb ol,
#breadcrumb li {
	display:block;
	margin:0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
#breadcrumb li {
	float:left;
	padding: 0 5px;
}
#breadcrumb li a {
	color:#002571;
}
.flag-icon-background {
	overflow:hidden;
	text-indent:-99px;
	background-color:transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	line-height: 1;
	padding:0;
	box-shadow:none;
	min-width:20px;
}
#select-language .flag-icon-background {
	margin-top:3px;
}
#select-language {
	background:#ffffff;
	padding: 2px 20px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: 0 0 5px #CCC;
	color:#999; 
}
#select-language a,
#select-language a:active,
#select-language a:hover,
#select-language a:visited {
	color:#7e7e7e;
	text-decoration:none;
}
#select-language .dropdown-menu {
	min-width: 20px;
}
#select-language .dropdown-menu > li > a {
	padding: 2px 12px;
}
#nav_categories .panel-body {
	padding:0;
}
#nav_categories a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display:block;
}
#nav_categories ul.nav > li {
	border-bottom: 1px solid #DDD;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	margin:0;
}
#nav_categories ul.nav > li > a {
	border-bottom: 1px solid #E9E9E9;
	 font-style: italic;
	 font-size:18px;
} 
.box-content p.btn {
	position:relative;
	display:table;
	margin:0 auto;
}
.footer-title {
	color:#b28ea7;
	font-weight:500;
	font-size:16px;
	display:block;
	margin: 25px 0;
}
.margin-left-15 {
	margin-left:15px;
}
input,
textarea,
input.form-control,
textarea.form-control,
input::-moz-placeholder,
textarea::-moz-placeholder {
	font-size:12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
input.form-control,
textarea.form-control,
input::-moz-placeholder {
	height: 37px;
}
input:focus,
textarea:focus,
input.form-control:focus,
textarea.form-control:focus {
	box-shadow:0 1px 1px #2258c9 inset, 0 0 8px #2258c9;
	border-color: #2258c9;
}
button.btn-search,
button.btn-search:hover,
button.btn-search:active {
	font-weight:300;
	background:#818181 url('../img/btn-lupa.png') no-repeat 10px 8px;
	font-size: 13px;
	padding-left: 35px;
	padding-right:15px;
	color:#FFFFFF;
}
button.btn-search:hover,
button.btn-search:active {
	background-color:#747373;	
}
.article-date {
	margin-bottom:5px;
	font-size: 11px;
	color: #999;
}
.box-content article {
	padding-bottom:20px;
	border-bottom:1px solid #f1f1f1;
}
.footer-contect { 
	padding: 15px 0;
}
.footercontent {
	font-size:11px;
	line-height: 1.2em;
	font-weight:100;
	color:#5C5C5C;
}
.footercontent ul {
	margin:0;
	padding:0 12px;
	list-style:none;
	list-style-image: url('../img/footerarrowli.png');
}
.footercontent li {
	line-height: 1.8em;
	font-weight:100;
	color:#5C5C5C;
}
.thfooter {
	font-weight:600;
	font-size: 12px;
	color:#222222;
	margin: 20px 0 15px 0;
}
.box-blue {
	margin-top: 15px;
	padding: 25px;
	background: #002b85; /* Old browsers */
	background: -moz-linear-gradient(top,  #002b85 0%, #002572 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002b85), color-stop(100%,#002572)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #002b85 0%,#002572 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #002b85 0%,#002572 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #002b85 0%,#002572 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #002b85 0%,#002572 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b85', endColorstr='#002572',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	line-height: 30px;
}
.box-blue .box-title {
	text-transform:uppercase;
	text-shadow:0 0 3px #111;
	font-size: 12px;
}
.left-shadow-black {
	-webkit-box-shadow: inset 10px 1px 10px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 10px 1px 10px -7px rgba(0,0,0,0.75);
	box-shadow: inset 10px 1px 10px -7px rgba(0,0,0,0.75);
}
.box-blue .box-content {
	min-height:0;
}
.form-login-home input.form-control,
.form-login-home input.form-control:focus,
.form-login-home input.form-control:active {
	height:44px;
	background:#001b5b;
	margin-right:7px;
	border:1px solid #00317f;
	color:#6C94BB;
}
.form-login-home .form-control::-moz-placeholder {
  color: #6c94bb;
  opacity: 1;
}
.form-login-home button,
.form-login-home button:hover,
.form-login-home button:focus,
.form-login-home button:active {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005ecc+0,003fac+100 */
	background: #005ecc; /* Old browsers */
	background: -moz-linear-gradient(top,  #005ecc 0%, #003fac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005ecc), color-stop(100%,#003fac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #005ecc 0%,#003fac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #005ecc 0%,#003fac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #005ecc 0%,#003fac 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #005ecc 0%,#003fac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ecc', endColorstr='#003fac',GradientType=0 ); /* IE6-9 */
	text-shadow:none;
	font-weight:bold;
	padding: 11px 13px;	
	color:#9eb5cc;
	border:0;
}
.form-login-home button:hover,
.form-login-home button:focus,
.form-login-home button:active {
	background: #003fac;
}
.form-login-home a,
.form-login-home a:hover,
.form-login-home a:focus,
.form-login-home a:active {
	font-size: 11px;
	text-decoration:none;
	color:#a2beda;
}
.form-login-home a:hover,
.form-login-home a:focus,
.form-login-home a:active {
	color:#fff;
}
.table-exhibitions-home {
	border:0;
	border-collapse: separate;
	border-spacing: 0px 5px;
	margin:0;
}
.table-bordered.table-exhibitions-home td {
	border:0;
	font-size: 12px;
	border-top:1px solid #003b99;
	border-bottom:1px solid #003b99;
	background:#003089;
	color:#6c94bb;
}
.table-exhibitions-home a,
.table-exhibitions-home a:hover,
.table-exhibitions-home a:focus,
.table-exhibitions-home a:active {
	text-decoration:none;
	color:#b4c9dd;
}
.table-exhibitions-home a:hover,
.table-exhibitions-home a:focus,
.table-exhibitions-home a:active {
	color:#fff;
}
.table-bordered.table-exhibitions-home td:first-child {
	border-left:1px solid #003b99;
}
.table-bordered.table-exhibitions-home td:last-child {
	border-right:1px solid #003b99;
}
.table-exhibitions-home tr {
	border:1px solid red;
}
.table td, .table th {
	vertical-align: middle !important;
}
#zgloszenia_items .table-remove,
#zgloszenia_items .table-remove:hover {
	top:-8px; 
	left:auto; 
	right:-7px;
	position:absolute;
	color:red;
} 
#zgloszenia_items .table-remove:hover {
	color:#DA0000;
}
#zgloszenia_items table {
	position:relative;
}
option.disabled,
option:disabled {
	color:#AAA;
}
.nav a {
	text-transform:uppercase;
}
#breadcrumb li {
	text-transform:capitalize;
}
#usermenu .nav > li > a {
  display: block;
  font-size: 12px;
  padding: 10px 15px;
  position: relative;
}
.info_akceptacja {
	padding:5px;
	display:inline-block;
	font-weight:bold;
	font-size:14px;
}
.info_akceptacja.yes {
	color:green;
}
.info_akceptacja.no {
	color:red;
}