﻿html {
	font-family: 'PT Sans', 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	list-style-image: url(../images/bullet.png) !important;
	text-align: left;
	color: #000;
	background-color: #FFF;
	line-height: 24px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}

li {
	list-style-image: url(../images/bullet.png) !important;
}

footer {
	position: relative;
	color: #000;
	min-height: 100px;
	margin: 0px;
}
footer a {
	color: #000;
}
nav {
	color: #FFFFFF;
	position: relative;
	z-index: 10;
	background-color: #0665CE;
	margin: 0px;
	padding: 0px;
}
.phone-menu {
	border: 0px solid #999;
	position: relative;
	z-index: 10;
	padding-top: 5px;
	padding-right: auto;
	padding-bottom: 5px;
	padding-left: auto;
}
section {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
dd {
	display: block;
	margin-bottom: 10px;
}
select {
	width: 95%;
	margin-bottom: 20px;
	display: block;
	padding: 10px !important;
	height: 40px !important;
}
input {
	margin-bottom: 20px;
	padding: 10px !important;
	transition-duration: .4s;
	transition-timing-function: ease-out;
}
textarea {
	margin-bottom: 20px;
	padding: 10px !important;
	transition-duration: .4s;
	transition-timing-function: ease-out;
}
p {
	text-align: justify;
	text-indent: 0px;
}
a {
	color: #0665CE;
}
a:visited {
	color: #0665CE;
}
a:hover {
	color: #85B3E7;
}
a:active {
	color: #85B3E7;
}
.button, .btn {
	color: #0665CE !important;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #FFFFFF;
	-webkit-border-radius: 1px 1px 1px 1px;
	-khtml-border-radius: 1px 1px 1px 1px;
	border-radius: 1px 1px 1px 1px !important;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px solid #0665CE;
	padding-top: 8px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 24px;
	font-weight: bold;
	display: block;
	font-size: 1em;
	line-height: 1em;
}
a.button, a.btn {
	color: #0665CE !important;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #FFFFFF;
	-webkit-border-radius: 1px 1px 1px 1px;
	-khtml-border-radius: 1px 1px 1px 1px;
	border-radius: 1px 1px 1px 1px !important;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px solid #0665CE;
	padding-top: 8px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 24px;
	font-weight: bold;
	display: block;
	font-size: 1em;
	line-height: 1em;
	width: 60%;
}
.button:hover, a.btn:hover {
	background-color: #0665CE;
	text-decoration: none;
	color: #FFF !important;
	transition-duration: .4s;
	transition-timing-function: ease-out;
}
.uk-button-primary {
	color: #fff !important;
	background-color: #0665CE;
	transition-duration: .4s;
	transition-timing-function: ease-out;
}
.uk-button-primary:hover {
	background-color: #85B3E7 !important;
	text-decoration: none;
	color: #FFF !important;
}
.uk-button-primary:active {
	background-color: #85B3E7 !important;
	text-decoration: none;
	color: #FFF !important;
}
.uk-button-secondary {
	color: #fff !important;
	background-color: #666666;
	transition-duration: .4s;
	transition-timing-function: ease-out;
}
.uk-button-secondary:hover {
	background-color: #999999;
	text-decoration: none;
	color: #FFF !important;
}

h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	color: #85B3E7;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}

h2 {
	font-size: 1.6em;
	line-height: 1em;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	color: #85B3E7;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.blog h2 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

.cat-children {margin-left: 35px;}

h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	color: #0665CE;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-color: #0665CE;
	border-right-color: #0665CE;
	border-bottom-color: #0665CE;
	border-left-color: #0665CE;
}

h4 {
	font-size: 1.2em;
	color: #85B3E7;
	text-align: left;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h5 {
	font-size: 1.2em;
	color: #85B3E7;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 9px;
	border-right-width: 9px;
	border-bottom-width: 9px;
	border-left-width: 9px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #85B3E7;
	border-right-color: #85B3E7;
	border-bottom-color: #85B3E7;
	border-left-color: #85B3E7;
	font-weight: bold;
}
.slider {
}
.lang {
	color: #666;
	background-color: #eee;
	height: 30px;
	width: 100%;
}
.main {
	position: relative;
	z-index: 1;
	background-color: #FFF;
	padding: 15px;
}
dt {
	color: #666 !important;
}
#breadcrumps {
	text-align: left;
	font-size: 16px;
	color: #999999;
	line-height: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 0;
}
.breadcrumb li {
	display: inline-block;
	list-style-type: none;
}
.big {
	font-size: 1.6em;
	font-weight: bold;
}
img.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
img.trans {
 -moz-opacity: 0.5; 
 -khtml-opacity: 0.5; 
 opacity: 0.5;
}
.relative {
	position: relative;
} 
.top-logo {
	position: absolute;
	top: 0px;
	width: 300px;
	right: 0px;
}
.top-text1 {
	position: absolute;
	left: 280px;
	top: 60px;
	font-size: 3.2em;
	line-height: 3.1em;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	color: #85B3E7;
	text-shadow: -0   -2px 3px #FFFFFF,
		 0   -2px 3px #FFFFFF,
		-0    2px 3px #FFFFFF,
		 0    2px 3px #FFFFFF,
		-2px -0   3px #FFFFFF,
		 2px -0   3px #FFFFFF,
		-2px  0   3px #FFFFFF,
		 2px  0   3px #FFFFFF,
		-1px -2px 3px #FFFFFF,
		 1px -2px 3px #FFFFFF,
		-1px  2px 3px #FFFFFF,
		 1px  2px 3px #FFFFFF,
		-2px -1px 3px #FFFFFF,
		 2px -1px 3px #FFFFFF,
		-2px  1px 3px #FFFFFF,
		 2px  1px 3px #FFFFFF,
		-2px -2px 3px #FFFFFF,
		 2px -2px 3px #FFFFFF,
		-2px  2px 3px #FFFFFF,
		 2px  2px 3px #FFFFFF,
		-2px -2px 3px #FFFFFF,
		 2px -2px 3px #FFFFFF,
		-2px  2px 3px #FFFFFF,
		 2px  2px 3px #FFFFFF;
}
.top-text2 {
	position: absolute;
	left: 780px;
	top: 120px;
	font-size: 3.2em;
	line-height: 3.1em;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	color: #85B3E7;
	text-shadow: -0   -2px 3px #FFFFFF,
		 0   -2px 3px #FFFFFF,
		-0    2px 3px #FFFFFF,
		 0    2px 3px #FFFFFF,
		-2px -0   3px #FFFFFF,
		 2px -0   3px #FFFFFF,
		-2px  0   3px #FFFFFF,
		 2px  0   3px #FFFFFF,
		-1px -2px 3px #FFFFFF,
		 1px -2px 3px #FFFFFF,
		-1px  2px 3px #FFFFFF,
		 1px  2px 3px #FFFFFF,
		-2px -1px 3px #FFFFFF,
		 2px -1px 3px #FFFFFF,
		-2px  1px 3px #FFFFFF,
		 2px  1px 3px #FFFFFF,
		-2px -2px 3px #FFFFFF,
		 2px -2px 3px #FFFFFF,
		-2px  2px 3px #FFFFFF,
		 2px  2px 3px #FFFFFF,
		-2px -2px 3px #FFFFFF,
		 2px -2px 3px #FFFFFF,
		-2px  2px 3px #FFFFFF,
		 2px  2px 3px #FFFFFF;
}

.top-text3 {
	position: absolute;
	left: 280px;
	top: 50px;
	font-size: 1.3em;
	line-height: 2em;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	color: #0665CE;
	text-shadow: -0   -2px 3px #FFFFFF,
		 0   -2px 3px #FFFFFF,
		-0    2px 3px #FFFFFF,
		 0    2px 3px #FFFFFF,
		-2px -0   3px #FFFFFF,
		 2px -0   3px #FFFFFF,
		-2px  0   3px #FFFFFF,
		 2px  0   3px #FFFFFF,
		-1px -2px 3px #FFFFFF,
		 1px -2px 3px #FFFFFF,
		-1px  2px 3px #FFFFFF,
		 1px  2px 3px #FFFFFF,
		-2px -1px 3px #FFFFFF,
		 2px -1px 3px #FFFFFF,
		-2px  1px 3px #FFFFFF,
		 2px  1px 3px #FFFFFF,
		-2px -2px 3px #FFFFFF,
		 2px -2px 3px #FFFFFF,
		-2px  2px 3px #FFFFFF,
		 2px  2px 3px #FFFFFF,
		-2px -2px 3px #FFFFFF,
		 2px -2px 3px #FFFFFF,
		-2px  2px 3px #FFFFFF,
		 2px  2px 3px #FFFFFF;
	text-transform: uppercase;
}
.top-adres {
	position: absolute;
	left: 280px;
	top: 280px;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	color: #000000;
	text-shadow: -0   -2px 3px #FFFFFF,
		 0   -2px 3px #FFFFFF,
		-0    2px 3px #FFFFFF,
		 0    2px 3px #FFFFFF,
		-2px -0   3px #FFFFFF,
		 2px -0   3px #FFFFFF,
		-2px  0   3px #FFFFFF,
		 2px  0   3px #FFFFFF,
		-1px -2px 3px #FFFFFF,
		 1px -2px 3px #FFFFFF,
		-1px  2px 3px #FFFFFF,
		 1px  2px 3px #FFFFFF,
		-2px -1px 3px #FFFFFF,
		 2px -1px 3px #FFFFFF,
		-2px  1px 3px #FFFFFF,
		 2px  1px 3px #FFFFFF,
		-2px -2px 3px #FFFFFF,
		 2px -2px 3px #FFFFFF,
		-2px  2px 3px #FFFFFF,
		 2px  2px 3px #FFFFFF,
		-2px -2px 3px #FFFFFF,
		 2px -2px 3px #FFFFFF,
		-2px  2px 3px #FFFFFF,
		 2px  2px 3px #FFFFFF;
}

#system-message {
	display: none;
}
#checkout a {

}

.uk-slidenav-position li span {
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
}
#form-login-remember {
	display: none;
}
.uk-form p {
	margin: 0px;
	padding: 0px;
}
.news {
	background-color: #eee;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px !important;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.notice {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CC0000;
}
.notice ul {
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
}
ul.menu {
	padding: 0;
	display: block;
	z-index: 1000;
	margin-top: 0px;
	margin-left: 0;
	text-align: center;
}
.menu {
	font-size: 18px;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	text-align: left;
}
.menu li {
	display: inline-block;
	list-style: none;
	margin-left: 0px;
}
.menu li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	padding-top: 12px;
	padding-right: 50px;
	padding-bottom: 12px;
	padding-left: 60px;
	margin: 0px;
	border: 2px none #1badcf;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.menu li a:visited {
	color: #FFFFFF;
}
.menu li a:hover {
	color: #85B3E7;
}
.menu li a:active {
	color: #85B3E7;
}
.menu li.default a {
	border: 2px none #FFF !important;
}

ul.menu li:first-child a:hover {

}

ul.menu li ul {
	display: none;
}

ul.menu li:hover ul {
	display: block;
	position: absolute;
	top: 45px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	z-index: 100 !important;
	text-align: left;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	box-shadow: 0em 1.1em 20px rgba(122,122,122,0.5);
	width: 70%;
	left: 15%;
}

ul.menu li:hover ul li {
	float: none;
	border-right: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}

ul.menu li:hover ul li a {
	text-transform: uppercase;
	background-image: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	text-align: center;
	padding: 10px;
	font-weight: normal;
	width: 250px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px !important;
	display: inline-block;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

ul.menu li:hover ul li a:hover {
	background-color: #FFF;
	color: #ff8000;
}

ul.menu li:hover ul li:first-child a:hover {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}	
.menu-left li {
	display: block;
}
.menu-left a {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	padding-top: 10px !important;
	padding-right: 0px;
	padding-bottom: 10px !important;
	padding-left: 30px;
	line-height: 1em;
}
.menu-left .level1 ul {
	display: block;
	margin-bottom: 10px !important;
}
.menu-left li li {
	display: block;
}
.menu-left .level2 a {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	padding-top: 5px !important;
	padding-right: 0px;
	padding-bottom: 5px !important;
	padding-left: 45px;
	line-height: 0.9em;
	color: #666;
	background-image: url(../images/bullet.png) !important;
	background-repeat: no-repeat;
	background-position: 30px 8px;
}
.menu-left .level2 a:hover {
	color: #000;
}
.menu-left .level2 a.isactive {
	color: #85B3E7 !important;
}
.menu-left .parent {
	background-image: url(../images/todown.png) !important;
	background-repeat: no-repeat;
	background-position: 0px 15px;
}
.menu-left .open {
	background-image: url(../images/toup.png) !important;
}
.uk-offcanvas-bar {
	background-color: #0665CE;
}
.menumob {
	text-align: center;
	width: 100%;
}
.menu-phone li {
	display: block;
}
.menu-phone a {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	padding-top: 10px !important;
	padding-right: 0px;
	padding-bottom: 10px !important;
	padding-left: 5px;
	color: #FFF !important;
	line-height: 1em;
}
.menu-phone a:hover {
	color: rgba(255, 255, 255, 0.7) !important;
}
.menu-phone li li {
	display: block;
}
.menu-phone .nav-child a {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	padding-top: 5px !important;
	padding-right: 0px;
	padding-bottom: 5px !important;
	padding-left: 20px;
	line-height: 0.9em;
}
.gotop {
	margin-right: 10px;
	text-align: right;
	display: block;
	padding-top: 0px !important;
	padding-right: 15px !important;
	padding-bottom: 0px !important;
	padding-left: 15px !important;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: rgba(6, 101, 206, 0.9);
	z-index: 10;
	color: #FFF;
	display: none;
}
.gotop:hover {
	color: #eee;
}
.uk-accordion li{
	list-style-image: none !important;
	list-style-type: none;
	font-size: 1.2em;
}
ul.actions{
	text-align: right;
	list-style-image: none;
	list-style-type: none;
}
ul.pagenav{
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #666666;
	width: 100px;
	-webkit-border-radius: 1px 1px 1px 1px;
	-khtml-border-radius: 1px 1px 1px 1px;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0px 0px 3px 0px #ddd;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding: 10px;
	border: 1px solid #FFF;
}
ul.pagenav a{
	color: #FFF;
}
.counter{
	color: #999;
	font-size: 0.8em;
	line-height: 1em;
}
.search-results {}
.result-title {
	font-size: 1.3em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	line-height: 1em;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.result-category {
	font-size: .8em;
	line-height: 1px;
	color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pagination ul{
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.pagination li{
	font-size: 14px;
	color: #CCCCCC;
	background-color: #999999;
	text-align: center;
	margin: 5px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: none;
	cursor: point;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.pagination a:link {
	font-size: 14px;
	color: #FFF;
	padding: 0px;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: none;
	cursor: pointer;
}
.pagination a:visited {
	color: #FFF;
	text-decoration: none;
}
.pagination a:active {
	color: #666666;
	text-decoration: none;
}
.pagination a:hover {
	color: #333333;
	text-decoration: none;
}
.uk-form input {
	background-image: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.04)) !important;
}
.uk-form textarea {
	background-image: linear-gradient(to top, transparent 90%, rgba(0, 0, 0, 0.03));
}
.uk-slideset li{
	font-size: 24px;
	text-transform: uppercase;
}
.uk-table tbody tr.uk-active {
	background-color: #0665CE;
	color: #FFF;
}
.uk-table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #eee;
}
.uk-table-hover tbody tr:hover {
	background-color: #EDF4FB !important;
}
.uk-table td{
	font-size: smaller;
	border: 1px solid #CCCCCC;
}
.uk-table th {
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
	background-color: #0665CE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
td{
	font-size: smaller;
	border: 1px solid #eee;
	padding: 10px;
}
th {
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
	background-color: #0665CE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
}
.items-row {
	display: block;
	clear: both;
	float: none;
}
.jn-block-inner {
	display: inline-block;
	padding: 10px;
	height: 92%;
	width: 96%;
}
.jn-title a {
	text-transform: uppercase;
	color: #0665CE;
	font-weight: bold;
	font-family: 'Alegreya Sans', sans-serif !important;
	font-size: 18px !important;
	line-height: 18px !important;
}
.jn-title a:hover {
	color: #85B3E7;
}
dt.article-info-term {
	display: none;
}
dl.article-info {
	font-size: medium !important;
	color: #999 !important;
}
.latestnews li{
	background-image: none;
	list-style-image: none;
	list-style-type: none;
}
.latestnews a{
	font-size: 21px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.tags {
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.tags li {
	display: inline-block;
	margin: auto;
	vertical-align: top;
}
.tags a {
	font-size: 11px;
	color: #FFF;
	background-color: #0665CE;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 7px;
	vertical-align: top;
	display: block;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
}
.tags a:visited {
	background-color: #0665CE;
}
.tags a:hover {
	background-color: #85B3E7;
}
.tags a:active {
	background-color: #85B3E7;
}
.qlform .author {
	display: none;
}
.qlform fieldset {
	border: 1px solid #eee;
}
.qlform label {
	color: #0665CE;
}
.qlform input[type="text"] {
	width: 95%;
}
.qlform input[type="text"]:focus {
  color: #000000;
  border: 1px solid #0665CE
}
.qlform input[type="email"] {
	width: 95%;
}
.qlform input[type="email"]:focus {
  color: #000000;
  border: 1px solid #0665CE
}
.qlform textarea {
	width: 95%;
}
.qlform textarea:focus {
  color: #000000;
  border: 1px solid #0665CE
}
input.btn-poll-result {
	color: #fff !important;
	padding: 12px !important;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #0665CE;
	box-shadow: 0px 0px 0px 0px #aaa;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 18px;
	margin-top: 10px;
}
.mod-sppoll strong {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0665CE;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sp-poll-resul-item {
	margin-bottom: 20px;
}
.sp-poll-result .poll-info {
	margin-bottom: 0px !important;
}
.poll-question {
	color: #0665CE;
}
.poll-votes {
	font-weight: bold !important;
	color: #0665CE !important;
}
.progress-bar-default {
	background-color: #ccc !important;
}
.progress-bar-primary, .progress-bar-info {
	background-color: #0665CE !important;
}
.progress-bar-warning, .progress-bar-success {
	background-color: #0665CE !important;
}

/* Styles for lists of attachments */

#main div.attachmentsContainer,
div.attachmentsContainer {
    clear: both;
    margin: 0 0 0.5em 0;
    background: transparent;
}

#main div.attachmentsList table,
div.attachmentsList table {
	background: transparent;
	border: 1px solid #eee;
	clear: both;
	font-size: 90%;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 4px;
	width: 90%;
	color: #666;
}

#main div.attachmentsList caption,
div.attachmentsList caption {
	font-size: 110%;
	font-weight: normal;
	text-align: left;
	margin-top: 4px;
	color: #999;
	text-transform: uppercase;
}

#main div.attachmentsList thead tr,
div.attachmentsList thead tr {
    background-color: #DADADA;
}

#main div.attachmentsList tbody,
div.attachmentsList tbody {
    background: transparent;
}

#main div.attachmentsList tbody tr,
div.attachmentsList tbody tr {
    background: transparent;
}

#main div.attachmentsList tbody tr.odd,
#main div.attachmentsList table tbody tr.odd td,
div.attachmentsList tbody tr.odd,
div.attachmentsList table tbody tr.odd td
{
    background: transparent;
}

#main div.attachmentsList tbody tr.even,
#main div.attachmentsList tbody tr.even td,
div.attachmentsList tbody tr.even td,
div.attachmentsList tbody tr.even
{
    background-color: #EEE;
}

#main div.attachmentsList  tr.unpublished,
#main div.attachmentsList  tr.unpublished td,
div.attachmentsList  tr.unpublished,
div.attachmentsList  tr.unpublished td 
{
    background-color: #AAA;
}

#main div.attachmentsList table thead th,
div.attachmentsList table thead th {
    vertical-align: center;
    background: transparent;
    border: 1px solid #D0D0D0;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#main div.attachmentsList table tbody td,
div.attachmentsList table tbody td {
    background: transparent;
    vertical-align: center;
    padding: 1px 3px 1px 3px;
}

#main div.attachmentsList table tbody tr.even td,
div.attachmentsList table tbody tr.even td {
    background-color: #EEE;
}

#main div.attachmentsList table tbody tr.unpublished td,
div.attachmentsList table tbody tr.unpublished td {
    background-color: #AAA;
    color: #333;
}


#main div.attachmentsList table a,
div.attachmentsList table a {
    font-weight: bold;
}

#main div.attachmentsList table img,
div.attachmentsList table img {
    vertical-align: text-bottom;
    border: 0;
    margin: 0;
}

#main div.attachmentsList table a.modal-button,
div.attachmentsList table a.modal-button {
    background: transparent;
    border: 0;
}

div.attachmentsList table td.at_edit a.modal-button {
    float: none;
    display: inline;
}

div.attachmentsList table td.at_edit a.modal-button img {
    float: none;
    display: inline;
}

#main div.attachmentsList img.link_overlay,
div.attachmentsList img.link_overlay {
    margin-left: -16px;
}

#main div.attachmentsList a.at_icon, 
div.attachmentsList a.at_icon {
    padding-right: 4px;
}

div.attachmentsList a.at_icon:link    { text-decoration: none; }
div.attachmentsList a.at_icon:visited { text-decoration: none; }
div.attachmentsList a.at_icon:hover   { text-decoration: none; background: transparent; }
div.attachmentsList a.at_icon:active  { text-decoration: none; }

div.attachmentsList a.at_url { background: none;  background-color: transparent; }
div.attachmentsList a.at_url:link     { text-decoration: none; }
div.attachmentsList a.at_url:visited  { text-decoration: none; }
div.attachmentsList a.at_url:hover    { text-decoration: underline; background: transparent; }
div.attachmentsList a.at_url:active   { text-decoration: none; }

div.attachmentsList th.at_filename,
div.attachmentsList td.at_filename { text-align: left; }

div.attachmentsList td.at_file_size { text-align: right; }

div.attachmentsList th.at_downloads { text-align: center; }
div.attachmentsList td.at_downloads { text-align: center; }

div.attachmentsList th.at_edit { text-align: center; }
div.attachmentsList td.at_edit { text-align: center; background: transparent; }


/* Style for the 'Add Attachment' link */

#main div.addattach,
div.addattach { 
    margin-top: 4px; 
    background: transparent;
}


div.addattach img,
div.addattach a img {
    background: transparent;
    padding-right: 0px;
    border: 0;
}

div.addattach a {
    background: transparent;
    border: 0;
}

div.addattach a:hover {
    background: transparent;
    color: #F00;
    border: 0;
}

div.addattach a img { vertical-align: text-bottom; }

div.addattach a.at_icon { background: transparent; border-width: 0; }
div.addattach a.at_icon:link    { text-decoration: none; }
div.addattach a.at_icon:visited { text-decoration: none; }
div.addattach a.at_icon:hover   { text-decoration: none; background: transparent; }
div.addattach a.at_icon:active  { text-decoration: none; }

div.addattach a { background: transparent; border-width: 0; }
div.addattach a:link    { color : red; text-decoration: none; }
div.addattach a:visited { color : red; text-decoration: none; }
div.addattach a:hover   { color : red; text-decoration: underline; color: #F00; background: transparent; }
div.addattach a:active  { color : red; text-decoration: none; }

div.addattach a.modal-button { 
    background: transparent; 
    border-width: 0 !important; 
    padding: 2px !important; 
}
div.addattach a.modal-button:link { background: transparent; }
div.addattach a.modal-button:visited { background: transparent; }
div.addattach a.modal-button:hover { color: #F00; background: transparent; }
div.addattach a.modal-button:active { background: transparent; }


/* ---- Misc ----- */

div#main div.requestLogin h1 {
    color: #135cae;
    font-size: 150%;
    line-height: 150%;
}

div#main div.requestLogin h2 {
    margin: 0;
    padding: 4px 0 0 20px;
    font-size: 100%;
    line-height: 100%;
}

div#main div.requestLogin h2 a {
    font-size: 100%;
    font-weight: bold;
}

/* Styles for warnings */
div.uploadAttachmentsPage div.warning
{
    margin-left: 20px;
    margin-top: 10px;
}

div.uploadAttachmentsPage div.warning h1 {
    line-height: normal;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: red;
}

div.uploadAttachmentsPage div.warning h2 {
    line-height: normal;
    font-size: 150%;
    font-weight: bold;
}

/* Make sure the table background is white in forms in the back end */
form.attachmentsBackend + div.attachmentsList table {
    background-color: #FFF;
}


[class*="ymaps-2"][class*="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter:grayscale(100%);
}
