﻿html {
	font-family: "Trebuchet MS", Arial, 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-repeat: repeat;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1471da, endColorstr=#1C85FB)"; /* IE 8-9 */
background: -webkit-linear-gradient(to right, #FFB540, #FFFBAD, #FFFFFF, #FFFBAD, #FFB540); /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
background: -moz-linear-gradient(to right, #FFB540, #FFFBAD, #FFFFFF, #FFFBAD, #FFB540); /* Firefox 3.6-15 */
background: -o-linear-gradient(to right, #FFB540, #FFFBAD, #FFFFFF, #FFFBAD, #FFB540); /* Opera 11.1-12 */
background: linear-gradient(to right, #FFB540, #FFFBAD, #FFFFFF, #FFFBAD, #FFB540); /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */   
   
}

li {
	list-style-image: url(../images/bullet.png) !important;
}
header {
position: relative;
height: 300px;
width: 100%;
margin-right: auto;
margin-left: auto;
background-image: url(../images/top.jpg);
background-position: center;
text-align: center;  
 color: #100CA9; 
}

header a{
  text-decoration:none !important;
  color: #100CA9 !important;
  
}
.logka {
position: absolute;
z-index: 16;
  top: -6px;
  
}
.logo-text {
  
  font-size: 1.1em;
  text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FDFDFD 0px 0px 20px, #FFF 0px 0px 30px, #FFF 0px 0px 40px, #FFF 0px 0px 50px, #FFF 0px 0px 75px;
}
.logo {
font-size: 3.5em;
line-height: normal;  
text-shadow: -1px -1px #100CA9, -2px -2px #fff, -1px 1px #FFF, -2px 2px #FFF, 1px 1px #FFF, 2px 2px #FFF, 1px -1px #FFF, 2px -2px #FFF, -3px -3px 2px #BBB, -3px 3px 2px #BBB, 3px 3px 2px #BBB, 3px -3px 2px #BBB, #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FDFDFD 0px 0px 20px, #FFF 0px 0px 30px, #FFF 0px 0px 40px, #FFF 0px 0px 50px, #FFF 0px 0px 75px; 
}

header a{
  text-decoration:none !important;
  color: #100CA9 !important;
  
}


footer {
	position: relative;
color: #AA5420;
	min-height: 100px;
	margin: 0px;
}
footer a {

}
nav {
	color: #FFFFFF;
	position: relative;
	z-index: 10;
	margin: 0px;
	padding: 0px;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1471da, endColorstr=#1C85FB)"; /* IE 8-9 */
background: -webkit-linear-gradient(to bottom, #FFCF29 10%, #e89431 50%, #e66f1f 50%, #e6a725 90%); /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
background: -moz-linear-gradient(to bottom, #FFCF29 10%, #e89431 50%, #e66f1f 50%, #e6a725 90%); /* Firefox 3.6-15 */
background: -o-linear-gradient(to bottom, #FFCF29 10%, #e89431 50%, #e66f1f 50%, #e6a725 90%); /* Opera 11.1-12 */
background: linear-gradient(to bottom, #FFCF29 10%, #e89431 50%, #e66f1f 50%, #e6a725 90%); /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */  
}
.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: #AA5420;
}
a:visited {
	color: #AA5420;
}
a:hover {
	color: #E67421;
}
a:active {
	color: #E67421;
}

.uk-button-primary {
	color: #fff !important;
	background-color: #fe9933;
	transition-duration: .4s;
	transition-timing-function: ease-out;
}
.uk-button-primary:hover {
	background-color:  #FFCD9B !important;
	text-decoration: none;
	color: #FFF !important;
}
.uk-button-primary:focus {
	background-color:  #FFCD9B !important;
	text-decoration: none;
	color: #FFF !important;
}
.uk-button-primary:active {
	background-color:  #FFCD9B !important;
	text-decoration: none;
	color: #FFF !important;
}
.uk-button-secondary {
	color: #fff !important;
	background-color: #2F72C6;
	transition-duration: .4s;
	transition-timing-function: ease-out;
}
.uk-button-secondary:hover {
	background-color: #B4E5FE;
	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: #AA531F;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
}

h2 {
	font-size: 1.6em;
	line-height: 1em;
	font-weight: normal;
  text-align: left;
  margin: 0px;
  text-decoration: none;
  color: #AA531F;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
}

h3 {
	font-size: 1.2em;
  color: #E67421;
  text-align: left;
  font-weight: bold;
  padding: 0px;
  
  margin: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
}

h4 {
	font-size: 1.2em;
  color: #666;
  text-align: left;
  font-weight: bold;
  padding: 0px;
  text-transform: uppercase;
  margin: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
}





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

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


h5 {
	font-size: 1.2em;
	color: #fe9933;
	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: #fe9933;
	border-right-color: #fe9933;
	border-bottom-color: #fe9933;
	border-left-color: #fe9933;
	font-weight: bold;
}
.slider {
}
.lang {
	color: #666;
	background-color: #eee;
	height: 30px;
	width: 100%;
}
.main {
	position: relative;
	z-index: 1;

	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;
	left: 80px;
	top: 40px;
}
.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: #fe9933;
	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: #fe9933;
	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: #2F72C6;
	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: 0px;
	margin: 0px;
	border: 2px none #1badcf;
}
.menu li a:visited {
	color: #FFFFFF;
}
.menu li a:hover {
	color: #AA5420;
}
.menu li a:active {
	color: #fe9933;
}
.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: 50px;
	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 {
list-style-image: url(../images/bullet-menu-active.png) !important;
}

ul.menu-left {
  display: inline-block;
  list-style-image: url(../images/bullet-menu-active.png);
  margin: 0px;
  padding: 0px;
}

.menu-left a {
	display: inline-block;
	font-weight: normal;
	font-size: 1.1em;
	padding-top: 5px !important;
	padding-right: 0px;
	padding-bottom: 5px !important;
	padding-left: 5px;
	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: #fe9933 !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: #AA5420;
}
.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: #AA5420;
	z-index: 10;
	color: #FFF;
}
.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-top: 50px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
	padding: 0px;
}
.pagination li{
	font-size: 14px;
	color: #E6A625;
	background-color: #AA5420;
	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: #666;
	text-decoration: none;
}
.pagination a:hover {
  color: #E7A227;
	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: #043C8E;
	color: #FFF;
}
.uk-table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #eee;
}
.uk-table-hover tbody tr:hover {
	background-color: #D9E2EE !important;
}
.uk-table td{
	font-size: smaller;
	border: 1px solid #CCCCCC;
}
.uk-table th {
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
	background-color: #043C8E;
	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: #043C8E;
	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{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.jn-small{
	font-size: 11px;
	color: #043C8E;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.jn img {
	padding: 5px;
	float: left;
}
.jn h4 {
	font-size: 16px;
	text-transform: none;
	line-height: 18px;
	font-weight: bold;
}
.jn {
	display: block;
	min-height: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.jn-all a{
	color: #fff !important;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #043C8E;
	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;
	font-size: 14px;
	width: 150px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
.jn-all a:hover{
	background-color: #008837;
	text-decoration: none;
}
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: #043C8E;
	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: #043C8E;
}
.tags a:hover {
	background-color: #008837;
}
.tags a:active {
	background-color: #008837;
}
.qlform .author {
	display: none;
}
.qlform fieldset {
	border: 1px solid #eee;
}
.qlform label {
	color: #2f72c6;
}
.qlform input[type="text"] {
	width: 95%;
}
.qlform input[type="text"]:focus {
  color: #000000;
  border: 1px solid #2F72C6
}
.qlform input[type="email"] {
	width: 95%;
}
.qlform input[type="email"]:focus {
  color: #000000;
  border: 1px solid #2F72C6
}
.qlform textarea {
	width: 95%;
}
.qlform textarea:focus {
  color: #000000;
  border: 1px solid #2F72C6
}
input.btn-poll-result {
	color: #fff !important;
	padding: 12px !important;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #2F72C6;
	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: #2F72C6;
	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: #2F72C6;
}
.poll-votes {
	font-weight: bold !important;
	color: #2F72C6 !important;
}
.progress-bar-default {
	background-color: #ccc !important;
}
.progress-bar-primary, .progress-bar-info {
	background-color: #2F72C6 !important;
}
.progress-bar-warning, .progress-bar-success {
	background-color: #2F72C6 !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%);
}
