/********************************/
/*  Created by Mariusz Galka    */
/*  Copyright by IguanaStudio   */
/********************************/

@import url('reset.css');
@import url('font.css');

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #313131;
    background: #f4f4f4;
    line-height: 145%;
}
a {
	color: #ff8212;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
a:hover {
	color: #ffa95d;
}
p {
	margin: 0 0 15px;
}
button {
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0 none;
	background: none;
	overflow: visible;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type='text'], input[type='password'], input[type='file'], select, textarea {
	padding: 8px 10px;
	font-size: 15px;
	line-height: 120%;
	font-family: 'RobotoRegular';
	color: #5b5b5b;
	border: 2px solid #d7d7d7;
	display: block;
	margin: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
	opacity: 1;
}
ol {
	list-style: decimal;
	margin: 0 0 15px 30px;
}
ol li {
	margin: 0 0 15px;
}
ul {
	margin: 0 0 15px 5px;
}
ul li {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	background: transparent url('../images/ico-point.png') no-repeat 0 4px;
}
ul li ul, ol li ul {
	margin: 0;
	padding-top: 15px;
}
ul li ul li {
	background: transparent url('../images/ico-sub-point.png') no-repeat 2px 10px;
	padding-left: 15px;
}
ul li ul li:last-child {
	padding-bottom: 0;
}
ul li ul li ul {
	margin-left: 10px;
}
hr {
	background: #e3e3e3;
	border: 0 none;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 15px 0;
	clear: both;
}
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
table {
	width: 100%;
	margin: 25px 0;
}
table th, table td {
	padding: 10px;
	line-height: 135%;
	border: 1px solid #efefef;
	text-align: center;
}
table th {
	font-weight: bold;
	color: #fff;
	background: #b7c177;
}
table .odd td {
	background-color: #fff;
}
table .even td {
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	font-weight: normal;
}
h1 {
	font-size: 26px;
	font-family: 'RobotoRegular';
	margin: 0 0 17px;
	color: #313131;
}
h2 {
	font-size: 19px;
	font-family: 'RobotoBold';
	margin: 0 0 15px;
	color: #5d5d5d;
}
h3 {
	font-size: 16px;
	font-family: 'RobotoRegular';
	margin: 0 0 10px;
}
h4 {
	font-size: 14px;
	margin: 0 0 5px;
	font-family: 'RobotoMedium';
}
h5 {
	font-size: 13px;
	margin: 0 0 5px;
	font-family: 'RobotoMedium';
}
h6 {
	font-size: 13px;
	margin: 0 0 5px;
	font-family: 'RobotoMedium';
}
blockquote {
	font-family: 'RobotoItalic';
	font-size: 15px;
	color: #5d5d5d;
	text-shadow: 1px 1px #fff;
	padding: 17px 70px 17px 20px;
	margin: 0 0 15px;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	background: #efefef url('../images/bg-blockquote.png') no-repeat right top;
}
/*---[ clearfix ]-----------------------------------------------------------------------*/
.cf:before,
.cf:after {
    content: "";
    display: table;
    line-height: 0;
}
.cf:after {
    clear: both;
}
/*---[ global ]-----------------------------------------------------------------------*/
.imgRight {
	float: right;
	margin: 0 0 10px 20px;
	background: #000;
}
.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
	background: #000;
}
.imgRight img, .imgLeft img {
	display: block;
}
.imgInText {
	margin: 0 0 15px;
}
.toLeft {
	float: left;
}
.toRight {
	float: right;
}
.txtCenter {
	text-align: center;
}
.txtRight {
	text-align: right;
}
h1 a.small {
	font-size: 16px;
	color: inherit;
	background: transparent url('../images/ico-point.png') no-repeat right 50%;
	padding: 0 20px 0 0;
}
/*---[ messages ]--------------------------------------------------------*/
.alert {
	background: no-repeat 18px 17px;
	color: #313131;
	font-size: 13px;
	border: 2px solid;
	padding: 15px 30px 15px 45px;
	margin: 0 0 15px;
	text-shadow: 1px 1px #fff;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.alert .alertHeading {
	display: block;
	font-weight: bold;
}
.alert .close {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 20px;
	font-family: 'Fontello';
	font-size: 15px;
	text-align: center;
	text-shadow: none;
	position: absolute;
	top: -2px;
	right: -2px;
	border-radius: 0 3px 0 3px;
	-moz-border-radius: 0 3px 0 3px;
	-webkit-border-radius: 0 3px 0 3px;
}
.alert .close:hover {
	opacity: 0.6;
}
/*---[ error ]---*/
.alertError {
	background-color: #ffefef;
	background-image: url('../images/ico-error.png');
	border-color: #ff6868;
}
.alertError a {
	color: #f02d2d;
	font-weight: bold;
}
.alertError a:hover {
	color: #fa5d5d;
}
.alertError .close {
	background-color: #ff6868;
	color: #fff;
}
/*---[ caution ]---*/
.alertWarning {
	background-color: #fffbef;
	background-image: url('../images/ico-warning.png');
	border-color: #ffba68;
}
.alertWarning a {
	color: #ff8212;
	font-weight: bold;
}
.alertWarning a:hover {
	color: #ffb069;
}
.alertWarning .close {
	background-color: #ffba68;
	color: #fff;
}
/*---[ ok ]---*/
.alertSuccess {
	background-color: #f2ffef;
	background-image: url('../images/ico-success.png');
	border-color: #74cd48;
}
.alertSuccess a {
	color: #1d8a00;
	font-weight: bold;
}
.alertSuccess a:hover {
	color: #2cd200;
}
.alertSuccess .close {
	background-color: #74cd48;
	color: #fff;
}
/*---[ buttons ]-----------------------------------------------------------------------*/
.button {
	display: inline-block;
	color: #fff;
	font-family: 'RobotoMedium';
	font-size: 14px;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #068b06;
	border-left: 1px solid #068b06;
	padding: 0 15px;
	background: #068c06 url('../images/b-button.gif') repeat-x 0 0;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.button:hover,
button:hover {
	color: #fff;
	background: #08aa08 url('../images/b-button.gif') repeat-x 0 -35px;
}
.button span {
	display: block;
	height: 35px;
	line-height: 32px;
	padding: 0 27px 0 0;
	background: transparent no-repeat right 50%;
}
.button .icoMail {
	background-image: url('../images/ico-mail.png');
}
/*---[ wrapper ]-----------------------------------------------------------------------*/
.container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}
.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container:after {
	clear: both;
}
/*---[ top ]-----------------------------------------------------------------------*/
#top {
	clear: both;
	position: relative;
}
#topInfo {
	background: #2c5999;
	background-image: -webkit-linear-gradient(bottom, #264a7e, #2c5999);
	background-image: -moz-linear-gradient(bottom, #264a7e, #2c5999);
	background-image: -o-linear-gradient(bottom, #264a7e, #2c5999);
	background-image: -ms-linear-gradient(bottom, #264a7e, #2c5999);
	background-image: linear-gradient(to top, #264a7e, #2c5999);
	color: #b6c4d9;
	font-size: 11px;
	padding: 4px 0;
}
#topInfo .day {
	float: left;
}
#topInfo .weather {
	float: left;
	color: #fff;
	margin: 0 0 0 12px;
	background: transparent url('../images/bg-weather-line.gif') no-repeat 0 50%;
}
#topInfo .weather .weatherIco {
	position: relative;
	background: transparent url('../images/bg-weather-mini.png') no-repeat 0 0;
	width: 16px;
	height: 16px;
	margin: 0 7px;
	display: inline-block;
	vertical-align: text-bottom;
}
#topInfo .weather .weatherIco.id0001{ background-position:-16px -64px; }
#topInfo .weather .weatherIco.id0002{ background-position:-32px 0}
#topInfo .weather .weatherIco.id0003{ background-position:0 0}
#topInfo .weather .weatherIco.id0004{ background-position:0 0}
#topInfo .weather .weatherIco.id0006{ background-position:-16px -48px; }
#topInfo .weather .weatherIco.id0007{ background-position:-16px -48px; }
#topInfo .weather .weatherIco.id0008{ background-position:-96px -64px; }
#topInfo .weather .weatherIco.id0009{ background-position:-80px 0}
#topInfo .weather .weatherIco.id0010{ background-position:-16px -16px; }
#topInfo .weather .weatherIco.id0011{ background-position:-48px -32px; }
#topInfo .weather .weatherIco.id0012{ background-position:-96px -32px; }
#topInfo .weather .weatherIco.id0013{ background-position:-112px -16px; }
#topInfo .weather .weatherIco.id0016{ background-position:-144px -48px; }
#topInfo .weather .weatherIco.id0017{ background-position:-64px 0}
#topInfo .weather .weatherIco.id0018{ background-position:0 -16px; }
#topInfo .weather .weatherIco.id0019{ background-position:-32px -32px; }
#topInfo .weather .weatherIco.id0020{ background-position:-80px -32px; }
#topInfo .weather .weatherIco.id0021{ background-position:-96px -16px; }
#topInfo .weather .weatherIco.id0024{ background-position:-128px -48px; }
#topInfo .weather .weatherIco.id0025{ background-position:-96px 0}
#topInfo .weather .weatherIco.id0026{ background-position:-32px -16px; }
#topInfo .weather .weatherIco.id0027{ background-position:-64px -32px; }
#topInfo .weather .weatherIco.id0028{ background-position:-112px -32px; }
#topInfo .weather .weatherIco.id0029{ background-position:-128px -16px; }
#topInfo .weather .weatherIco.id0032{ background-position:0 -64px; }
#topInfo .weather .weatherIco.id0033{ background-position:-64px 0}
#topInfo .weather .weatherIco.id0034{ background-position:0 -16px; }
#topInfo .weather .weatherIco.id0035{ background-position:-32px -32px; }
#topInfo .weather .weatherIco.id0036{ background-position:-80px -32px; }
#topInfo .weather .weatherIco.id0037{ background-position:-96px -16px; }
#topInfo .weather .weatherIco.id0040{ background-position:-128px -48px; }

#topInfo .siteOption {
	float: right;
}
#topInfo .siteOption a.wai,
#topInfo .siteOption a.mobile {
	color: #fff;
}
#topInfo .siteOption a:hover {
	color: #c5d0df;
}
#top .siteOption a.wai {
	background: transparent url('../images/ico-wai.png') no-repeat 0 50%;
	padding: 0 0 0 22px;
	font-weight: normal;
}
#top .siteOption a.mobile {
	background: transparent url('../images/ico-mobile.png') no-repeat 0 50%;
	padding: 0 0 0 18px;
	margin: 0 15px 0 0;
	font-weight: normal;
}
#mainHeader {
	background: #fff;
	padding: 13px 0;
}
#mainHeader.basicLevel {
	background: #fff;
	padding: 0;
}
#mainHeader #logo {
	height: 62px;
	line-height: 62px;
	float: left;
}
#mainHeader.basicLevel #logo {
	height: 132px;
	line-height: 130px;
}
#mainHeader #logo img {
	vertical-align: middle;
}
#search {
	float: right;
	margin: 12px 0 0;
}
.basicLevel #search {
	float: right;
	clear: right;
	margin: 12px 0;
}
#search label {
	float: left;
	font-family: 'RobotoRegular';
	font-size: 15px;
	color: #6a6a6a;
	margin: 7px 0 0;
}
#search .input {
	float: left;
	/* width: 245px; */
	height: 32px;
	border: 1px solid #cdcdcd;
	margin: 0 0 0 10px;
}
#search .input input[type="text"] {
	float: left;
	border: 0 none;
	color: #7f7f7f;
	font-size: 12px;
	padding: 8px 10px 9px;
	background: none;
	width: 190px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-transition-duration: 0.2s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease-in;
	-o-transition-duration: 0.2s;
	-o-transition-property: all;
	-o-transition-timing-function: ease-in;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: ease-in;
}
#search .input input[type="text"]:focus {
	width: 210px;
}
#search .input button {
	display: block;
	float: right;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background: transparent url('../images/b-search.gif') no-repeat 0 0;
	-moz-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
#search .input button:hover {
	background-position: 0 -32px;
}
#menuHeader {
	float: right;
}
.basicLevel #menuHeader {
	float: right;
	margin: 12px 0 0;
}
#menuHeader ul {
	margin: 0 0 0 47px;
	padding: 2px 0 0 27px;
	background: transparent url('../images/bg-menuheader-line.gif') no-repeat 0 0;
	overflow: hidden;
}
.basicLevel #menuHeader ul {
	margin: 0;
	padding: 2px 0 0 0;
	background: none;
}
#menuHeader ul li {
	float: left;
	width: 63px;
	height: 60px;
	margin: 0 0 0 10px;
	padding: 0;
	background: none;
}
.basicLevel #menuHeader ul li {
	width: 75px;
}
#menuHeader ul li a {
	display: block;
	color: #505050;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
#menuHeader ul li a span {
	color: #fff;
	display: block;
	width: 43px;
	height: 43px;
	font-family: 'Fontello';
	font-size: 22px;
	line-height: 43px;
	text-shadow: 1px 1px #3674a9;
	text-align: center;
	margin: 0 auto 2px;
	background-image: -webkit-linear-gradient(bottom, #3577af, #3f94de);
	background-image: -moz-linear-gradient(bottom, #3577af, #3f94de);
	background-image: -o-linear-gradient(bottom, #3577af, #3f94de);
	background-image: -ms-linear-gradient(bottom, #3577af, #3f94de);
	background-image: linear-gradient(to top, #3577af, #3f94de);
	-moz-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
#menuHeader ul li a:hover span {
	font-size: 28px;
	-webkit-box-shadow: inset 0 0 0 1px #234d7f;
	-moz-box-shadow: inset 0 0 0 1px #234d7f;
	box-shadow: inset 0 0 0 1px #234d7f;
}
#menuGreen {
	background: #13aa13;
	background-image: -webkit-linear-gradient(bottom, #058a05, #13aa13);
	background-image: -moz-linear-gradient(bottom, #058a05, #13aa13);
	background-image: -o-linear-gradient(bottom, #058a05, #13aa13);
	background-image: -ms-linear-gradient(bottom, #058a05, #13aa13);
	background-image: linear-gradient(to top, #058a05, #13aa13);
}
#menu > ul {
	height: 44px;
	margin: 0;
	background: transparent url('../images/bg-menu-line.gif') no-repeat left 0;
	padding: 0 0 0 1px;
	position: relative;
}
#menu > ul > li {
	height: 44px;
	float: left;
	padding: 0 1px 0 0;
	background: transparent url('../images/bg-menu-line.gif') no-repeat right 0;
	margin: 0;
}
#menu > ul > li > a {
	height: 44px;
	line-height: 44px;
	color: #fff;
	float: left;
	font-family: 'RobotoRegular';
	/*font-size: 15px;*/
	font-size: 14px;
	font-weight: normal;
	text-shadow: 1px 1px rgba(0,0,0,.08);
	/*padding: 0 19px;*/
	padding: 0 11px;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#menu > ul > li:first-child > a {
	font-family: 'Fontello';
	font-size: 16px;
	padding: 0 17px;
}
#menu > ul > li > a:hover,
#menu > ul > li > a.active,
#menu > ul > li.hover > a {
	color: #ffea87;
	-webkit-box-shadow: inset 0 0 18px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 18px rgba(0,0,0,.3);
	box-shadow: inset 0 0 18px rgba(0,0,0,.3);
}
#menu > ul > li ul {
	display: none;
	width: 1210px;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	background: #fff;
	padding: 10px 9px;
	margin: 0;
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 999;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
	box-shadow: 0 0 2px rgba(0,0,0,.2);
}
#menu > ul > li ul li {
	width: 222px;
	height: 29px;
	margin: 0 10px;
	padding: 0;
	float: left;
	border-bottom: 1px solid #e0e0e0;
	background: none;
}
#menu > ul > li ul li a {
	display: block;
	color: #575757;
	font-size: 13px;
	font-weight: normal;
	background: transparent url('../images/ico-arrow-right.gif') no-repeat 8px 50%;
	padding: 0 0 0 26px;
	height: 29px;
	line-height: 29px;
	-moz-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
#menu > ul > li ul li a:hover {
	color: #444;
	background-color: #f7f7f7;
	background-position: 13px 50%;
	padding: 0 0 0 28px;
}
/*---[ content ]-----------------------------------------------------------------------*/
#content {
	background: #ebebeb;
	padding: 15px 0;
}
.boxWhite.container {
	background: #fff;
	padding: 0;
}
.sidebar {
	float: left;
	width: 258px;
}
.content {
	float: left;
	width: 714px;
}
.contentLong {
	float: left;
	width: 972px;
}
#breadcrubms {
	font-size: 12px;
	color: #7a7a7a;
	text-shadow: 1px 1px #fff;
	margin: 0 auto 15px;
}
#breadcrubms a {
	color: #7a7a7a;
	font-weight: normal;
}
#breadcrubms a:hover {
	color: #3f3f3f;
}
#breadcrubms span {
	font-weight: bold;
}
#textSize {
	display: none;
	float: right;
	height: 25px;
	line-height: 25px;
}
#textSize span {
	display: block;
	float: left;
	margin: 0 12px 0 0;
}
#textSize .blue {
	background: #274c81;
	color: #fff;
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#textSize .blue a {
	color: #c1d1e9;
	float: left;
	display: block;
	text-align: center;
	text-shadow: none;
	width: 25px;
	height: 25px;
	line-height: 25px

}
#textSize .blue a#size1,
#textSize .blue a#size2 {
	background: transparent url('../images/bg-text-size.gif') no-repeat right 50%;
}
#textSize .blue a#size1 {
	font-size: 11px;
	line-height: 27px;
}
#textSize .blue a#size2 {
	font-size: 12px;
}
#textSize .blue a#size3 {
	font-size: 13px;
}
#textSize .blue a:hover,
#textSize .blue a.active {
	color: #fff;
}
#textSize .blue a.active {
	font-weight: bold;
}
/*---[ sidebars ]-----------------------------------------------------------------------*/
.sidebar h3 {
	padding: 10px 30px 10px 15px;
	margin: 0;
	font-family: 'RobotoMedium';
	font-size: 14px;
	position: relative;
}
.sidebar h3 a {
	font-weight: normal;
}
.sidebar .listPoint.grey h3 {
	color: #454545;
	text-shadow: 1px 1px #fff;
	background: #dcdcdc;
	background-image: -webkit-linear-gradient(bottom, #dcdcdc, #fff);
	background-image: -moz-linear-gradient(bottom, #dcdcdc, #fff);
	background-image: -o-linear-gradient(bottom, #dcdcdc, #fff);
	background-image: -ms-linear-gradient(bottom, #dcdcdc, #fff);
	background-image: linear-gradient(to top, #dcdcdc, #fff);
}
.sidebar .listPoint.grey h3:after {
	font-family: 'Fontello';
	font-size: 11px;
	font-weight: bold;
	content: "\E846";
	position: absolute;
	top: 10px;
	right: 14px;
	color: #969696;
	text-shadow: 1px 1px #fff;
}
.sidebar .listPoint.grey h3 a {
	color: #454545;
}
.sidebar .listPoint.grey h3 a:hover {
	color: #7d7d7d;
}
.sidebar .listPoint.green h3 {
	color: #fff;
	background: #058a05;
	background-image: -webkit-linear-gradient(bottom, #058a05, #059b05);
	background-image: -moz-linear-gradient(bottom, #058a05, #059b05);
	background-image: -o-linear-gradient(bottom, #058a05, #059b05);
	background-image: -ms-linear-gradient(bottom, #058a05, #059b05);
	background-image: linear-gradient(to top, #058a05, #059b05);
}
.sidebar .listPoint.green h3:after {
	font-family: 'Fontello';
	font-size: 11px;
	font-weight: bold;
	content: "\E846";
	position: absolute;
	top: 10px;
	right: 14px;
}
.sidebar .listPoint.green h3 a {
	color: #fff;
}
.sidebar .listPoint.green h3 a:hover {
	color: #b4dcb4;
}
.sidebar .listImgTxt.blue h3,
.sidebar .listImgTxt.green h3,
.sidebar .listGallery h3 {
	font-family: 'RobotoRegular';
	font-size: 18px;
	color: #fff;
	padding: 9px 10px 9px 15px;
}
.sidebar .listImgTxt.blue h3,
.sidebar .listGallery h3 {
	background: #264b7f;
}
.sidebar .listImgTxt.blue h3 a,
.sidebar .listGallery h3 a {
	color: #fff;
}
.sidebar .listImgTxt.blue h3 a:hover,
.sidebar .listGallery h3 a:hover {
	color: #bec9d9;
}
.sidebar .listImgTxt.green h3 {
	background: #068b06;
}
.sidebar .listImgTxt.green h3 a {
	color: #fff;
}
.sidebar .listImgTxt.green h3 a:hover {
	color: #b4dcb4;
}
.sidebar h3.gallery:after {
	font-family: 'Fontello';
	font-size: 16px;
	font-weight: normal;
	content: "\E80E";
	position: absolute;
	top: 8px;
	right: 14px;
}
.sidebar h3.hBlueBigGrad {
	font-family: 'RobotoRegular';
	font-size: 16px;
	color: #fff;
	background: #264a7e;
	padding: 14px 30px 14px 15px;
	background-image: -webkit-linear-gradient(bottom, #264a7e, #2c5999);
	background-image: -moz-linear-gradient(bottom, #264a7e, #2c5999);
	background-image: -o-linear-gradient(bottom, #264a7e, #2c5999);
	background-image: -ms-linear-gradient(bottom, #264a7e, #2c5999);
	background-image: linear-gradient(to top, #264a7e, #2c5999);
}
.sidebar h3 a.rss {
	font-family: 'Fontello';
	font-size: 17px;
	font-weight: normal;
	line-height: 130%;
	float: right;
	color: #fff;
}
.sidebar h3 a.rss:hover {
	color: #f58229;
}
.sidebar .listPoint ul {
	padding: 13px 0;
	margin: 0;
}
.sidebar .listPoint.grey ul {
	border-right: 1px solid #e5e5e5;
}
.sidebar .listPoint.green ul {
	background: #037203;
}
.sidebar .listPoint ul li {
	font-size: 12px;
	line-height: 115%;
	padding: 0 0 0 15px;
	margin: 0 10px 5px 15px;
	background: transparent no-repeat 0 4px;
}
.sidebar .listPoint.grey ul li {
	background-image: url('../images/ico-arrow-grey.gif');
}
.sidebar .listPoint.green ul li {
	background-image: url('../images/ico-arrow-white.gif');
}
.sidebar .listPoint.grey ul li a {
	color: #4d4d4d;
	font-weight: normal;
}
.sidebar .listPoint.grey ul li a:hover {
	color: #2b5897;
}
.sidebar .listPoint.green ul li a {
	color: #fff;
	font-weight: normal;
}
.sidebar .listPoint.green ul li a:hover {
	color: #9ac79a;
}
.sidebar .listGallery ul {
	margin: 0;
	padding: 13px;
}
.sidebar .listGallery ul li {
	width: 108px;
	height: 83px;
	float: left;
	margin: 4px;
	padding: 0;
	background: #000;
}
.sidebar .listGallery ul li img {
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.sidebar .listGallery ul li img:hover {
	opacity: 0.7;
}
.sidebar .listDateTxt ul {
	margin: 0 0 15px;
	padding: 15px;
	background: #264a7e;
	background-image: -webkit-linear-gradient(bottom, #264a7e, #2c5999);
	background-image: -moz-linear-gradient(bottom, #264a7e, #2c5999);
	background-image: -o-linear-gradient(bottom, #264a7e, #2c5999);
	background-image: -ms-linear-gradient(bottom, #264a7e, #2c5999);
	background-image: linear-gradient(to top, #264a7e, #2c5999);
}
.sidebar .listDateTxt ul.home {
	height: 383px;
	margin: 0;
}
.sidebar .listDateTxt ul li {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	line-height: 138%;
	background: transparent url('../images/ico-date.png') no-repeat 0 3px;
}
.sidebar .listDateTxt ul li .date {
	display: block;
	margin: 0 0 3px;
	font-family: 'RobotoMedium';
	font-size: 12px;
	color: #82ddff;
}
.sidebar .listDateTxt ul li a {
	font-family: 'RobotoRegular';
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	display: block;
	-moz-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.sidebar .listDateTxt ul li a:hover {
	color: #9daec5;
	margin: 0 0 0 4px;
}
.sidebar .listDateTxt ul li.more {
	background: none;
	margin: 0;
}
.sidebar .listDateTxt ul li.more a {
	background: transparent url('../images/ico-arrow-circle.png') no-repeat right 50%;
	padding: 0 20px 0 0;
	font-family: 'RobotoRegular';
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	display: inline;
}
.sidebar .listDateTxt ul li.more a:hover {
	color: #9daec5;
	padding: 0 25px 0 0;
}
.sidebar .listImgTxt ul {
	margin: 0;
	padding: 13px 15px;
}
.sidebar .listImgTxt ul li {
	font-size: 12px;
	padding: 0;
	margin: 0 0 6px;
	background: none;
	line-height: 140%;
}
.sidebar .listImgTxt ul li a {
	color: #292929;
	font-weight: normal;
}
.sidebar .listImgTxt ul li a:hover {
	color: #2b5897;
}
.sidebar .listImgTxt ul li:nth-child(odd) a {
	color: #6d6d6d;
}
.sidebar .listImgTxt ul li:nth-child(odd) a:hover {
	color: #2b5897;
}
.sidebar .listImgTxt ul li:first-child {
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	margin: 0 0 8px;
}
.sidebar .listImgTxt ul li:first-child .img {
	float: left;
	margin: 0 10px 0 0;
}
.sidebar .listImgTxt ul li:first-child a {
	color: #000;
	font-weight: bold;
}
.sidebar .listImgTxt ul li:first-child a:hover {
	color: #2b5897;
}
.sidebar .pollBox {
	background: #e35108;
	color: #fff;
}
.sidebar .pollBox h3 {
	font-family: "RobotoMedium";
	font-size: 16px;
	margin: 0;
	padding: 10px 15px;
	background: #f36e23;
	color: #fff;
}
.sidebar .pollBox h3 a {
	color: #fff;
}
.sidebar .pollBox ul {
	padding: 15px;
	margin: 0;
}
.sidebar .pollBox ul li {
	margin: 3px 0;
	padding: 0;
	background: none;
}
.sidebar .pollBox ul li input {
	float: left;
	margin: 2px 7px 0 0;
}
.sidebar .pollBox ul li label {
	display: block;
	padding: 0 0 0 20px;
}
.sidebar .pollBox ul li.submit {
	margin: 8px 0 3px;
}
.sidebar .pollBox ul li.submit .button {
	background: #ba2500;
	color: #fff;
	border: 0 none;
}
.sidebar .pollBox ul li.submit .button:hover {
	background: #f36e23;
}
.sidebar .pollBox p {
	padding: 10px 15px;
	border-top: 1px solid #c44100;
	color: #fff;
	color: rgba(255,255,255,.8);
	font-size: 12px;
	line-height: 1.2;
}
.sidebar .weatherBox {
	color: #fff;
	background: #3577af;
	background-image: -webkit-linear-gradient(bottom, #3577af, #3587ce);
	background-image: -moz-linear-gradient(bottom, #3577af, #3587ce);
	background-image: -o-linear-gradient(bottom, #3577af, #3587ce);
	background-image: -ms-linear-gradient(bottom, #3577af, #3587ce);
	background-image: linear-gradient(to top, #3577af, #3587ce);
	margin: 0 0 15px;
}
.sidebar .weatherBox h3 {
	font-family: 'RobotoRegular';
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.1);
	padding: 12px 15px;
	background: #3274ab;
	background-image: -webkit-linear-gradient(bottom, #3274ab, #3a87c9 99%);
	background-image: -moz-linear-gradient(bottom, #3274ab, #3a87c9 99%);
	background-image: -o-linear-gradient(bottom, #3274ab, #3a87c9 99%);
	background-image: -ms-linear-gradient(bottom, #3274ab, #3a87c9 99%);
	background-image: linear-gradient(to top, #3274ab, #3a87c9 99%);
}
.sidebar .weatherBox h3 span {
	font-size: 13px;
	text-transform: none;
	float: right;
}
.sidebar .weatherBox h4 {
	font-family: 'RobotoRegular';
	font-size: 23px;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.1);
	margin: 0 15px 8px 105px;
	padding: 14px 0 8px;
	border-bottom: 1px solid #71c4df;
}
.sidebar .weatherBox strong {
	font-family: 'RobotoBold';
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.1);
	display: block;
	margin: 0 15px 0 105px;
	padding: 2px 0 2px 17px;
	background: transparent url('../images/ico-thermometer.png') no-repeat 0 50%;
}
.sidebar .weatherBox strong sup {
	font-size: 14px;
}
.sidebar .weatherBox .poweredBy {
	clear: both;
	font-size: 10px;
	color: #71c4df;
	text-align: right;
	display: block;
	padding: 5px 15px 5px 0;
}
.sidebar .weatherBox .poweredBy a {
	color: #89cee4;
}
.sidebar .weatherBox .weatherIco {
	background: transparent url('../images/bg-weather.png') no-repeat 0 0;
	float: left;
	width: 64px;
	height: 64px;
	margin: 20px 20px 0 20px;
}
.sidebar .weatherBox .weatherIco.id0001 { background-position:-64px -256px; }
.sidebar .weatherBox .weatherIco.id0002 { background-position:-128px 0; }
.sidebar .weatherBox .weatherIco.id0003 { background-position:0 0; }
.sidebar .weatherBox .weatherIco.id0004 { background-position:0 0; }
.sidebar .weatherBox .weatherIco.id0006 { background-position:-64px -192px; }
.sidebar .weatherBox .weatherIco.id0007 { background-position:-64px -192px; }
.sidebar .weatherBox .weatherIco.id0008 { background-position:-384px -256px; }
.sidebar .weatherBox .weatherIco.id0009 { background-position:-320px 0; }
.sidebar .weatherBox .weatherIco.id0010 { background-position:-64px -64px; }
.sidebar .weatherBox .weatherIco.id0011 { background-position:-192px -128px; }
.sidebar .weatherBox .weatherIco.id0012 { background-position:-384px -128px; }
.sidebar .weatherBox .weatherIco.id0013 { background-position:-448px -64px; }
.sidebar .weatherBox .weatherIco.id0016 { background-position:-576px -192px; }
.sidebar .weatherBox .weatherIco.id0017 { background-position:-256px 0 ;}
.sidebar .weatherBox .weatherIco.id0018 { background-position:0 -64px; }
.sidebar .weatherBox .weatherIco.id0019 { background-position:-128px -128px; }
.sidebar .weatherBox .weatherIco.id0020 { background-position:-320px -128px; }
.sidebar .weatherBox .weatherIco.id0021 { background-position:-384px -64px; }
.sidebar .weatherBox .weatherIco.id0024 { background-position:-512px -192px; }
.sidebar .weatherBox .weatherIco.id0025 { background-position:-384px 0 ;}
.sidebar .weatherBox .weatherIco.id0026 { background-position:-128px -64px; }
.sidebar .weatherBox .weatherIco.id0027 { background-position:-256px -128px; }
.sidebar .weatherBox .weatherIco.id0028 { background-position:-448px -128px; }
.sidebar .weatherBox .weatherIco.id0029 { background-position:-512px -64px; }
.sidebar .weatherBox .weatherIco.id0032 { background-position:0 -256px; }
.sidebar .weatherBox .weatherIco.id0033 { background-position:-256px 0; }
.sidebar .weatherBox .weatherIco.id0034 { background-position:0 -64px; }
.sidebar .weatherBox .weatherIco.id0035 { background-position:-128px -128px; }
.sidebar .weatherBox .weatherIco.id0036 { background-position:-320px -128px; }
.sidebar .weatherBox .weatherIco.id0037 { background-position:-384px -64px; }
.sidebar .weatherBox .weatherIco.id0040 { background-position:-512px -192px; }

.sidebar .imgBox {
	margin: 0 0 15px;
}
.sidebar .imgBox a {
	text-align: center;
}
.sidebar .imgBox img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidebar .imgBox img:hover {
	opacity: 0.7;
}
.sidebar .newsletter {
	background: #068b06;
	margin: 0 0 15px;
	overflow: hidden;
}
.sidebar .newsletter h3 {
	color: #fff;
	font-family: 'RobotoRegular';
	font-size: 16px;
}
.sidebar .newsletter .input {
	background: #fff;
	height: 29px;
	margin: 0 15px 15px;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.sidebar .newsletter .input input[type='text'] {
	background: none;
	border: 0 none;
	float: left;
	color: #4a4a4a;
	font-size: 12px;
	padding: 7px 10px 7px;
	background: none;
	width: 179px;
}
.sidebar .newsletter .input button {
	display: block;
	float: right;
	width: 29px;
	height: 29px;
	text-indent: -9999px;
	background: transparent url('../images/b-add-newsletter.gif') no-repeat 0 0;
	-moz-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.sidebar .newsletter .input button:hover {
	background-position: 0 -29px;
}
.sidebar .contact {
	background: #264b7f url('../images/bg-contact.gif') no-repeat 0 bottom;
	margin: 0 0 15px;
}
.sidebar .contact h3 {
	color: #fff;
	font-family: 'RobotoRegular';
	font-size: 16px;
}
.sidebar .contact .input {
	margin: 0 15px;
}
.sidebar .contact .select {
	background: #fff;
	color: #4a4a4a;
	font-size: 12px;
	height: 29px;
	margin: 0 0 10px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	z-index: 990;
}
.sidebar .contact .select span {
	display: block;
	background: transparent url("../images/ico-select.gif") no-repeat right 50%;
	padding: 0 30px 0 10px;
	height: 29px;
	line-height: 29px;
}
.sidebar .contact .select ul {
	position: absolute;
	top: 26px;
	display: none;
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 0 0 4px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.sidebar .contact .select ul li {
	margin: 0;
	padding: 0;
	background: none;
}
.sidebar .contact .select ul li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #4a4a4a;
	font-size: 12px;
	padding: 4px 8px;
}
.sidebar .contact .select ul li a:hover {
	background-color: #ededed;
}
.sidebar .contact .submit {
	text-align: right;
}
.sidebar .contact .submit button {
	background: #ff6e25;
	height: 25px;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px #db530d;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.sidebar .contact .submit button:hover {
	background: #ff8f56;
}
.sidebar .menuSidebar > ul {
	margin: 0 0 15px;
}
.sidebar .menuSidebar > ul > li {
	border-top: 1px solid #486da2;
	margin: 0;
	padding: 0;
	background: none;
}
.sidebar .menuSidebar > ul > li:first-child {
	border-top: 0 none;
}
.sidebar .menuSidebar > ul > li > a {
	display: block;
	background: #2b5694 url('../images/bg-menu-sidebar.gif') no-repeat 19px 15px;
	color: #fff;
	font-family: 'RobotoRegular';
	font-size: 14px;
	font-weight: normal;
	padding: 8px 10px 8px 40px;
	-moz-transition: background-color 0.25s ease-out;
	-webkit-transition: background-color 0.25s ease-out;
	-o-transition: background-color 0.25s ease-out;
	-ms-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
}
.sidebar .menuSidebar > ul > li > a:hover,
.sidebar .menuSidebar > ul > li > a.active {
	background: #1d8a00 url('../images/bg-menu-sidebar.gif') no-repeat -235px 15px;
}
.sidebar .menuSidebar > ul > li ul {
	margin: 0;
	padding: 0;
}
.sidebar .menuSidebar > ul > li ul li  {
	border-bottom: 1px solid #f3f3f3;
	margin: 0;
	padding: 0;
	background: none;
}
.sidebar .menuSidebar > ul > li ul li a {
	display: block;
	background: #e1e1e1 url('../images/bg-menu-sidebar-sub.gif') no-repeat 19px 13px;
	color: #505050;
	font-size: 12px;
	font-weight: normal;
	text-shadow: 1px 1px #fff;
	padding: 4px 10px 4px 40px;
}
.sidebar .menuSidebar > ul > li ul li a:hover,
.sidebar .menuSidebar > ul > li ul li a.active {
	background-color: #eee;
}
.sidebar .menuSidebar > ul > li ul li a.active {
	font-weight: bold;
}
/*---[ images news ]-----------------------------------------------------------------------*/
ul#newsImg {
	margin: 0 0 20px;
	overflow: hidden;
	clear: both;
}
ul#newsImg li {
	margin: 0;
	padding: 0;
	background: none;
	width: 262px;
	height: 230px;
	float: right;
	overflow: hidden;
	position: relative;
}
ul#newsImg li:first-child {
	float: left;
	width: 452px;
	height: 460px;
}
ul#newsImg li a .img {
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
ul#newsImg li a:hover .img {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
ul#newsImg li a:hover h2 {
	padding: 10px 15px 20px;
}
ul#newsImg li:first-child a:hover h2 {
	padding: 15px 20px 25px;
}
ul#newsImg li h2 {
	background: transparent url('../images/bg-newsimg.png') repeat 0 0;
	color: #fff;
	font-family: 'RobotoRegular';
	font-size: 16px;
	padding: 10px 15px;
	margin: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
ul#newsImg li:first-child h2 {
	font-size: 29px;
	padding: 15px 20px;
}
/*---[ news list ]-----------------------------------------------------------------------*/
ul.list {
	margin: 0 20px 20px;
	padding: 0;
	clear: both;
}
ul.list.topGap {
	margin: 20px;
}
#txt ul.list {
	margin: 0 0 20px;
	padding: 0;
}
ul.list li {
	border-top: 1px solid #e5e5e5;
	margin: 20px 0 0;
	padding: 20px 0 0;
	background: none;
	overflow: hidden;
}
ul.list li:first-child,
ul.list li.underMain {
	border-top: 0 none;
	margin: 0;
	padding: 0;
}
ul.list li .img {
	float: left;
	margin: 0 15px 0 0;
	background: #000;
}
ul.list li .img img {
	display: block;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
ul.list li .img img:hover {
	opacity: 0.7;
}
ul.list li .date {
	display: block;
	color: #7f7f7f;
	font-family: 'RobotoRegular';
	font-size: 12px;
	margin: 0 0 5px;
}
ul.list li h2 {
	margin: 0 0 7px;
}
ul.list.poll li h2 {
	margin: 0;
}
ul.list li h2 a {
	color: #202020;
	font-weight: normal;
}
ul.list li h2 a:hover {
	color: #2b5897;
}
ul.list li p {
	color: #515151;
	font-family: 'RobotoRegular';
	font-size: 14px;
	line-height: 150%;
	margin: 0;
}
ul.list li p a {
	color: #089108;
	font-weight: normal;
}
ul.list li p a:hover {
	color: #2b5897;
}
ul.list li.main {
	margin: 0 0 20px;
	padding: 0;
	width: 674px;
	height: 350px;
	overflow: hidden;
	position: relative;
}
ul.list li.main a {
	font-weight: normal;
}
ul.list li.main a .img {
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
ul.list li.main a:hover .img {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
ul.list li.main a:hover .inside {
	padding: 12px 20px 22px;
}
ul.list li.main .inside {
	background: transparent url('../images/bg-newsimg.png') repeat 0 0;
	color: #7993a8;
	font-family: 'RobotoRegular';
	font-size: 29px;
	padding: 12px 20px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
ul.list li.main h2 {
	font-family: 'RobotoRegular';
	font-size: 29px;
	color: #fff;
}
ul.list li.main p {
	color: #7993a8;
}
ul.list li.main p span {
	color: #fff;
}
/*---[ 404 ]-----------------------------------------------------------------------*/
#error404 {
	padding: 100px 0;
	text-align: center;
}
/*---[ txt ]-----------------------------------------------------------------------*/
#txt {
	padding: 20px 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#txt h1 {
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 17px;
	position: relative;
}
#txt h1.news {
	padding: 0 0 17px 38px;
}
#txt h1.news:before {
	font-family: 'Fontello';
	font-size: 22px;
	font-weight: normal;
	content: "\e833";
	position: absolute;
	top: 1px;
	left: 2px;
	color: #afafaf;
}
#txt h1.calendar {
	padding: 0 0 17px 38px;
}
#txt h1.calendar.noBorder {
	margin: 0;
	border: 0 none;
}
#txt h1.calendar:before {
	font-family: 'Fontello';
	font-size: 22px;
	font-weight: normal;
	content: "\e837";
	position: absolute;
	top: 1px;
	left: 2px;
	color: #afafaf;
}
#txt h2 {
	font-family: 'RobotoRegular';
}
#txt h2.point:after {
	margin: 0 0 0 10px;
	background: #068c06;
	font-family: 'Fontello';
	font-size: 9px;
	content: '\e84d';
	color: #fff;
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 13px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#txt .lead {
	font-family: 'RobotoRegular';
	font-size: 15px;
	line-height: 140%;
}
#txt .dateBox {
	color: #777;
	text-shadow: 1px 1px #fff;
	background: #f6f6f6;
	font-size: 12px;
	padding: 5px 10px;
	float: right;
	margin: 0 0 0 15px;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#txt .dateBox:before {
	font-family: 'Fontello';
	font-size: 16px;
	content: '\e837';
	color: #afafaf;
	padding: 0 7px 0 0;
}
#txt .imgLeft img,
#txt .imgRight img {
	display: block;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#txt .imgLeft img:hover,
#txt .imgRight img:hover {
	opacity: 0.7;
}
/*---[ news ]-----------------------------------------------------------------------*/
#newsList ul {
	margin: 0 0 17px;
}
#newsList ul li {
	border-top: 1px solid #e3e3e3;
	margin: 10px 0 0;
	padding: 10px 0 0;
	background: none;
	overflow: hidden;
}
#newsList ul li:first-child {
	margin: 0;
	padding: 0;
	border-top: 0 none;
}
#newsList ul li .img {
	float: left;
	margin: 0 20px 0 0;
}
#newsList ul li .img img {
	display: block;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#newsList ul li .img img:hover {
	opacity: 0.7;
}
#newsList ul li .date {
	display: block;
	font-size: 11px;
	color: #686868;
}
#newsList ul li h3 {
	font-family: 'RobotoRegular';
	font-size: 15px;
	color: #313131;
	margin: 0;
}
#newsList ul li h3 a {
	color: #313131;
	font-weight: normal;
}
#newsList ul li h3 a:hover {
	color: #616161;
}
#newsList ul li h3 a:after {
	margin: 0 0 0 10px;
	padding: 0 2px 0 0;
	background: #2a4f7f;
	font-family: 'Fontello';
	font-size: 9px;
	content: '\e848';
	color: #fff;
	display: inline-block;
	width: 11px;
	height: 9px;
	line-height: 9px;
	vertical-align: middle;
	text-align: right;
}
/*---[ events ]-----------------------------------------------------------------------*/
#events .img {
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid #e7e7e7;
}
#events .img img {
	display: block;
}
#events h2.title {
	font-family: 'RobotoMedium';
	color: #313131;
	margin: 0 0 5px;
}
#events .location,
#events .date,
#events .time {
	margin: 0 0 5px;
	font-family: 'RobotoRegular';
	font-size: 15px;
	color: #5d5d5d;
	padding: 0 0 0 18px;
	position: relative;
	overflow: hidden;
}
#events .location:before {
	margin: 0 10px 0 0;
	font-family: 'Fontello';
	font-size: 14px;
	content: '\e88f';
	color: #b3b3b3;
	position: absolute;
	left: 2px;
}
#events .date:before {
	margin: 0 10px 0 0;
	font-family: 'Fontello';
	font-size: 12px;
	content: '\e837';
	color: #b3b3b3;
	position: absolute;
	left: 0;
}
#events .time:before {
	margin: 0 10px 0 0;
	font-family: 'Fontello';
	font-size: 12px;
	content: '\e83e';
	color: #b3b3b3;
	position: absolute;
	top: 1px;
	left: 0;
}
#eventsList h2 {
	font-family: 'RobotoRegular';
	font-size: 20px;
	color: #5d5d5d;
	background: #f5f5f5;
	border-top: 1px solid #eaeaea;
	padding: 11px 13px;
}
#eventsList h2:after {
	margin: 0 0 0 10px;
	background: #c7c7c7;
	font-family: 'Fontello';
	font-size: 9px;
	content: '\e84d';
	color: #f5f5f5;
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 13px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#eventsList ul.eventsList {
	margin: 0 0 17px;
}
#eventsList ul.eventsList li {
	border-top: 1px solid #e3e3e3;
	margin: 10px 0 0;
	padding: 10px 0 0;
	background: none;
}
#eventsList ul.eventsList li:first-child {
	margin: 0;
	padding: 0;
	border-top: 0 none;
}
#eventsList ul.eventsList li .date {
	display: block;
	float: left;
	width: 52px;
	margin: 0 15px 0 0;
	border-top: 6px solid #ea3838;
}
#eventsList ul.eventsList li .date .day {
	padding: 5px 0 0;
	border-right: 2px solid #d7d7d7;
	border-left: 2px solid #d7d7d7;
	display: block;
	text-align: center;
	font-family: 'RobotoMedium';
	font-size: 24px;
	color: #313131;
}
#eventsList ul.eventsList li .date .month {
	border-right: 2px solid #d7d7d7;
	border-bottom: 2px solid #d7d7d7;
	border-left: 2px solid #d7d7d7;
	display: block;
	text-align: center;
	font-size: 11px;
	color: #6d6d6d;
}
#eventsList ul.eventsList li h3 {
	font-family: 'RobotoMedium';
	font-size: 20px;
	color: #313131;
	margin: 0 0 5px;
}
#eventsList ul.eventsList li h3 a {
	color: #313131;
	font-weight: normal;
}
#eventsList ul.eventsList li h3 a:hover {
	color: #616161;
}
#eventsList ul.eventsList li .location,
#eventsList ul.eventsList li .time {
	margin: 0 12px 0 0;
	font-size: 13px;
	color: #5d5d5d;
	position: relative;
	overflow: hidden;
}
#eventsList ul.eventsList li .location:before {
	margin: 0 7px 0 0;
	font-family: 'Fontello';
	font-size: 14px;
	content: '\e88f';
	color: #b3b3b3;
}
#eventsList ul.eventsList li .time:before {
	margin: 0 7px 0 0;
	font-family: 'Fontello';
	font-size: 12px;
	content: '\e83e';
	color: #b3b3b3;
}
/*---[ gallery list ]-----------------------------------------------------------------------*/
#galleryList ul {
	margin: 0;
}
#galleryList ul li {
	float: left;
	width: 320px;
	padding: 0;
	background: none;
	margin: 0 28px 28px 0;
}
#galleryList ul li.last {
	margin: 0 0 28px;
}
#galleryList ul li .img img {
	display: block;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#galleryList ul li .img img:hover {
	opacity: 0.7;
}
#galleryList ul li h2 {
	margin: 10px 0 0;
	text-align: center;
	font-family: 'RobotoMedium';
	font-size: 20px;
	color: #313131;
}
#galleryList ul li h2 a {
	color: #313131;
	font-weight: normal;
}
#galleryList ul li h2 a:hover {
	color: #616161;
}
/*---[ contact ]-----------------------------------------------------------------------*/
#contactForm .col1 {
	float: left;
	width: 315px;
}
#contactForm .col2 {
	float: right;
	width: 590px;
}
#contactForm #inputContent {
	height: 265px;
}
/*---[ pagination ]-----------------------------------------------------------------------*/
ul.pagination {
	clear: both;
	overflow: visible;
	padding: 15px 0;
	text-align: center;
	margin: 0;
}
ul.pagination a {
	border: 1px solid #dedede;
	background: #fff;
	color: #493e28;
	font-size: 12px;
	font-style: normal;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
	display: inline;
}
ul.pagination a:hover {
	border-color: #037203;
	background-color: #e1f9e1;
	color: #346806;
}
ul.pagination li {
	background-image: none;
	margin: 0 1px;
	padding: 0;
	display: inline;
}
ul.pagination .next, ul.pagination .prev {
	margin: 0;
}
ul.pagination li.active a {
	border-color: #037203;
	color: #fff;
	background: #059205;
}
ul.pagination .next, ul.pagination .prev {

}
/*---[ gallery ]-----------------------------------------------------------------------*/
ul.gallery {
	margin: 0 0 15px;
	clear: both;
	overflow: hidden;
}
ul.gallery li {
	float: left;
	width: 215px;
	height: 140px;
	margin: 0 11px 11px 0;
	padding: 0;
	background: #000;
}
ul.gallery li.last {
	margin: 0 0 11px;
}
ul.gallery li img {
	display: block;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
ul.gallery li img:hover {
	opacity: 0.7;
}
/*---[ files ]-----------------------------------------------------------------------*/
ul.files {
	margin: 0 0 15px;
	clear: both;
	overflow: hidden;
}
ul.files li {
	background: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #e3e3e3;
}
ul.files li:first-child {
	background: none;
	padding: 0;
	margin: 0;
	border-top: 0 none;
}
ul.files li a {
	color: #ff8212;
	background: transparent url("../images/ico-file.png") no-repeat 7px 5px;
	padding: 4px 10px 4px 30px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
ul.files li a:hover {
	background-color: :;;
}
ul.files li a span {
	font-weight: normal;
	color: #313131;
	margin: 0 0 0 5px;
}
/*---[ forms ]-----------------------------------------------------------------------*/
ul.form {
	margin: 0;
	padding: 0;
}
ul.form > li {
	margin: 0;
	padding: 5px 0;
	background: none;
}
ul.form > li > label {
	color: #5b5b5b;
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin: 0 0 6px;
}
ul.form > li > label strong {
	color: #078e07;
	font-weight: normal;
}
ul.form > li input[type="text"],
ul.form > li input[type="file"],
ul.form > li textarea,
ul.form > li select {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.form > li input[type='text'],
ul.form > li input[type='password'],
ul.form > li input[type='file'],
ul.form > li select {
	height: 40px;
}
ul.form > li input[type="text"].focus,
ul.form > li input[type="file"].focus,
ul.form > li textarea.focus,
ul.form > li select.focus {
	border-color: #71d871;
}
ul.form > li.hint {
	font-size: 13px;
	padding: 20px 0 5px;
}
ul.form > li.hint strong {
	font-weight: normal;
	color: #078e07;
}
ul.form > li .captcha {
	float: left;
}
ul.form > li .captcha img {
	margin: 0 15px 0 0;
	float: left;
	border: 2px solid #d7d7d7;
}
ul.form > li .captcha input {
	width: 115px;
	margin: 0;
	text-transform: uppercase;
}
ul.form > li .captcha #inputCaptcha::-webkit-input-placeholder {
	text-transform: none;
}
ul.form > li .captcha #inputCaptcha::-moz-placeholder {
	text-transform: none;
}
ul.form > li .captcha #inputCaptcha:-ms-input-placeholder {
	text-transform: none;
}
ul.form > li .captcha #inputCaptcha:-moz-placeholder {
	text-transform: none;
}
ul.form > li.checkbox label {
	font-weight: normal;
	display: inline-block;
	width: 560px;
	vertical-align: top;
}
ul.form > li.checkbox.error label {
	color: #ff6868;
}
ul.form > li.submit {
	padding: 10px 0 5px;
	text-align: right;
}
ul.form > li.submit button {
	margin: 2px 0 0;
}
ul.form > li input[type="text"].error,
ul.form > li select.error,
ul.form > li textarea.error {
	border-color: #ff6868;
}
/*---[ bottom ticker ]-----------------------------------------------------------------------*/
#infoBar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding: 10px 0;
}
#infoBarContent {
	width: 100%;
	overflow: hidden;
}
#infoBarContent p {
	float: left;
	display: block;
	padding: 0 20px;
	margin: 0;
}
#infoBar .close {
	position: absolute;
	top: -29px;
	right: 0;
	display: block;
	padding: 5px;
	font-size: 26px;
	color: #fff;
}
/*---[ footer ]-----------------------------------------------------------------------*/
#footer {
	background: #f4f4f4;
	background-image: -webkit-linear-gradient(bottom, #f4f4f4, #fff);
	background-image: -moz-linear-gradient(bottom, #f4f4f4, #fff);
	background-image: -o-linear-gradient(bottom, #f4f4f4, #fff);
	background-image: -ms-linear-gradient(bottom, #f4f4f4, #fff);
	background-image: linear-gradient(to top, #f4f4f4, #fff);
	font-size: 11px;
	color: #959595;
	padding: 20px 0;
	text-shadow: 1px 1px #fff;
}
#footer a {
	color: #959595;
	font-weight: bold;
}
#footer a:hover {
	color: #7a7a7a;
}
#footer p {
	margin: 0 55px 0 15px;
	float: left;
}
#footer .create {
	margin: 0 15px 0 0;
	float: right;
}




/*---[ RODO ]-----------------------------------------------------------------------*/
.tooltip_templates {
	display: none;
}

.error-checkbox .checkbox__text .checkbox__label, .error-checkbox .checkbox__text .checkbox__label a {
	color: #e22727 !important;
}


input[type="checkbox"].error:after {
	content: "";
	width: 13px;
	height: 13px;
	position: relative;
	background-color: #D30C0C;
	display: block;
}





/*-------------------------------------------------------------------------------------------*/
/*---[ rwd ]---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1250px) {
	body {
		font-size: 12px;
	}
	h1 {
		font-size: 21px;
	}
	h2 {
		font-size: 15px;
	}
	.container {
		max-width: 980px;
	}
	.sidebar {
		width: 220px;
	}
	.content {
		width: 540px;
	}
	.contentLong {
		width: 760px;
	}
	#menu > ul > li > a {
		font-size: 12px;
		padding: 0 6px;
	}
	ul#newsImg li {
		width: 50%;
	}
	ul#newsImg li:first-child {
		width: 100%;
	}
	ul#newsImg li:first-child h2 {
		font-size: 23px;
	}
	ul#newsImg li a .img img {
		width: 100%;
	}
	#mainHeader #logo img {
		max-width: 600px;
	}
	#contactForm .col1,
	#contactForm .col2 {
		float: none;
		width: auto;
	}
	ul.gallery li.last {
		margin: 0 11px 11px 0;
	}
	.sidebar h3 {
		font-size: 13px;
	}
	.sidebar h3.hBlueBigGrad {
		font-size: 14px;
	}
	.sidebar .listImgTxt.blue h3, .sidebar .listImgTxt.green h3, .sidebar .listGallery h3 {
		font-size: 16px;
	}
	.sidebar .listGallery ul li {
		width: 89px;
		height: 68px;
	}
	.sidebar .listGallery ul li img {
		width: 100%;
		height: auto;
	}
	ul.list li.main {
		width: auto;
		height: auto;
	}
	ul.list li.main a .img {
		float: none;
		margin: 0;
	}
	ul.list li.main a .img img {
		width: 100%;
	}
	ul.list li.main h2 {
		font-size: 14px;
	}
	ul.list li p {
		font-size: 13px;
	}
}
@media screen and (max-width: 1024px) {

}
