﻿html {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/back.png) !important;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

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

footer{
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	position: relative;
	min-height: 100px;
	margin: 0px;
	background-color: #374B92;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 100px;
}
footer a{
	color: #ADBCE6;
	text-decoration: none;
	font-weight: bold;
}
footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.footer-top {
	font-family: 'Fira Sans Condensed', sans-serif;
	background-color: #374B92;
	border: 0px solid #FFF;
	background-image: url(../images/menu-back.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 0px;
	padding-bottom: 56px;
}
header {
	font-family: 'Fira Sans Condensed', sans-serif;
	position: relative;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	position: relative;
	margin: 0px;
	background-color: #374B92;
	padding: 0px;
	min-height: 100px;
}
header a{
	color: #ADBCE6;
	text-decoration: none;
	font-weight: bold;
}
header a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.skew {
	position: relative;
	margin-top: 10px;
	max-width: 320px;
	margin-right: auto;
	margin-left: auto;
}
.headtop1 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	text-transform: uppercase;
	position: absolute;
	left: 120px;
	top: 20px;
	}
.headtop2 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 2.5em;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	position: absolute;
	left: 120px;
	top: 80px;
	}
nav {
	font-family: 'Fira Sans Condensed', sans-serif;
	background-color: #FF290B;
	color: #FFFFFF;
	position: relative;
	z-index: 10;
}
section {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p {
	text-align: justify;
	text-indent: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.moduletable a {
	font-weight: bold;
	color: #C41F08;
}
.moduletable a:visited {
	color: #C41F08;
}
.moduletable a:hover {
	color: #FF290B
}
.moduletable a:active {
	color: #002DB2
}
button {
	font-family: 'Fira Sans Condensed', sans-serif;
	color: #fff !important;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #002DB2;
	-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;
}
a.button {
	font-family: 'Fira Sans Condensed', sans-serif;
	color: #fff !important;
	padding: 12px;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #002DB2;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
	font-size: 16px;
	font-weight: bold;
	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;
}
a.button:hover {
	background-color: #8298D9;
	text-decoration: none;
}
input.submit {
	font-family: 'Fira Sans Condensed', sans-serif;
	color: #fff !important;
	padding: 12px !important;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #002DB2;
	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;
}

h1 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	color: #FF290B;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 40px;
}

h2 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 1.6em;
	line-height: 1em;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	color: #002DB2;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 40px;
}
h2 a {
	text-decoration: none;
	color: #002DB2;
}
h2 a:hover {
	color: #8298D9;
}

h3 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 27px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #002DB2;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #002DB2;
	border-right-color: #002DB2;
	border-bottom-color: #002DB2;
	border-left-color: #002DB2;
}

h4 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 18px;
	color: #002DB2;
	text-align: left;
	font-weight: bold;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h5 {
	font-size: 16px;
	color: #FF290B;
	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: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF290B;
	border-right-color: #FF290B;
	border-bottom-color: #FF290B;
	border-left-color: #FF290B;
	background-color: #FFEFED;
	font-weight: bold;
}
.slider {
	z-index: 0;
	position: relative;
	margin: 0px;
}
.lang {
	color: #666;
	background-color: #eee;
	height: 30px;
	width: 100%;
}
.main {
	position: relative;
	z-index: 1;
	min-height: 300px;
}
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;
}
.breadcrumb li {
	display: inline-block;
	list-style-type: none;
}
.breadcrumb a {
	text-decoration: none;
	color: #002DB2;
}
.breadcrumb a:hover {
	color: #8298D9;
}
.big {
	font-size: large;
}
#system-message {
	color: #FF290B;
	background-color: #FFEFED;
	padding: 20px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 1px 1px 10px 0px #333;
	width: 600px;
	margin: 20px;
}
#checkout a {
	color: #FFF;
	background-color: #000;
	padding: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.notice {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FF290B;
}
.notice ul {
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
}
.category h3 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #002DB2;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.category li {
	list-style: none;
    list-style-image: none;
}
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 */
}
ul.menu {
	margin: 0;
	padding: 0;
	display: inline-block;
	z-index: 1000;
}
.menu {
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
}
.menu li {
	display: inline-block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style: none;
}
.menu li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 1.1em;
	margin: 0px;
	border: 2px none #FFF;
}
.menu li a:visited {
	color: #FFFFFF;
}
.menu li a:hover {
	color: #FFFFFF;
	background-color: #374B92;
}
.menu li.active a {
	color: #CC0000;
	background-color: #FFF;
}
.menu li.default a {
	border: 2px none #FFF !important;
}
.menu li.active ul a {
	background-color: #FF290B;
}
ul.menu li:first-child a:hover {

}

ul.menu li ul {
	display: none;
}

ul.menu li:hover ul {
	display: block;
	position: absolute;
	top: 0px;
	background-color: #FF290B !important;
	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;
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	text-align: center;
	padding: 10px;
	font-weight: normal;
	width: 250px;
	-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;
	border: 2px solid #FFF !important;
}

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

ul.menu li:hover ul li:first-child a:hover {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}	

.uk-offcanvas-bar {
	background-color: #374B92;
}
.menumob {
	width: 100%;
	font-size: 1.2em;
}
.phone-menu {
	position: relative;
}
.menumob {
	position: absolute;
	top: -20px;
	left: 0px;
}
.menu-phone a {
	display: block;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 7px !important;
	padding-right: 0px;
	padding-bottom: 7px !important;
	padding-left: 0px;
	color: #FFF !important;
}
.menu-phone a:hover {
	color: rgba(255, 255, 255, 0.7) !important;
}
.menu-phone .nav-child a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 3px !important;
	padding-right: 0px;
	padding-bottom: 3px !important;
	padding-left: 0px;
}
.gotop {
	margin-right: 10px;
	text-align: right;
	display: block;
	position: fixed;
	right: 10px;
	bottom: 20px;
	background: rgba(255, 41, 11, 0.9);
	z-index: 10;
	padding: 15px;
}
ul.actions{
	text-align: right;
	list-style-image: none;
	list-style-type: none;
}
a {
	font-weight: bold;
}
.moduletable a {
	color: #C41F08;
}
.moduletable a:visited {
	color: #C41F08;
}
.moduletable a:hover {
	color: #FF290B;
	text-decoration: none;
}
.moduletable a:active {
	color: #002DB2
}
.counter{
	font-family: 'Fira Sans Condensed', sans-serif;
	color: #002DB2;
	font-size: 0.8em;
	font-weight: bold;
}
.pagination ul{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 75%;
}
.pagination li{
	display: inline-block;
	margin: 5px;
	padding: 5px;
	width: 84px;
	height: 22px;
}
.pagination li span{
	font-family: 'Fira Sans Condensed', sans-serif;
	text-transform: uppercase;
	background-image: none;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #FFDFDA;
	text-align: center;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px !important;
	display: inline-block;
	border: 2px solid #FFDFDA !important;
	cursor: point;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 90%;
	height: 90%;
}

.pagination a:link {
	font-family: 'Fira Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px !important;
	display: inline-block;
	background-image: none;
	cursor: point;
	background-color: #FFF;
	border: 2px solid #FF290B !important;
	color: #FF290B;
	width: 90%;
	height: 90%;
}
.pagination a:visited {
	border: 2px solid #FF290B !important;
	color: #FF290B;
	text-decoration: none;
}
.pagination a:active {
	background-color: #002DB2;
	border: 2px solid #002DB2 !important;
	color: #FFF;
}
.pagination a:hover {
	background-color: #FF290B;
	color: #FFF;
	text-decoration: none;
}
a.uk-button-primary {
	text-transform: uppercase;
	color: #FFF !important;
	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-table tbody tr.uk-active {
	background-color: #002DB2;
	color: #FFF;
}
.uk-table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #ECEFF9;
}
.uk-table-hover tbody tr:hover {
	background-color: #FF290B !important;
	color: #FFFFFF !important;
}
.uk-table-hover tbody tr:hover em{
	color: #FFFFFF !important;
}
.uk-table td{
	font-size: smaller;
	border: 1px solid #016dd9;
}
.uk-table th {
	text-align: center;
	font-size: smaller;
	color: #fff;
	background-color: #002DB2;
	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;
}
.items-row {
	display: block;
	clear: both;
	float: none;
}
input, textarea {
	padding: 5px !important;
}
.jn{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.jn-small{
	font-size: 11px;
	color: #FF290B;
	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: #FF290B;
	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: #FF9687;
	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-family: 'Fira Sans Condensed', sans-serif;
	font-size: 1.1em;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
#book {
	display: none;
}
.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: #FF290B;
	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: #FF290B;
}
.tags a:hover {
	background-color: #FF9687;
}
.tags a:active {
	background-color: #FF290B;
}
.item-page {
	position: relative;
}
.page-header h1{
	position: absolute;
	top: 0px;
	color: rgba(255, 41, 11, 0.0);
}
[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%);
}