body,
h1,
h2,
h3,
h4 {
	font-family: 'Roboto', sans-serif
}
body{
	
		overflow-x: hidden
   overflow-x: hidden 
}
a {
	outline: 0!important;
	text-decoration: none;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none
}

form {
	margin: 0
}

.nav {
	margin-bottom: 0
}
tr{
	background-color: transparent!important
}
img {
	
	max-width: 100%;
	height: auto
}

#sectionblind {
	margin-top: 20px
}

.mainpage {
	margin-bottom: 20px
}

.category-name a,
.category-name a:active,
.category-name a:hover,
.category-name a:focus {
	color: #fff
}
#AbsoluteTop{
	overflow: hidden
}
#AbsoluteTop .container {
	position: relative
}

#AbsoluteTop h1 {
	/*font-size: 24px;*/
	text-align: left;
	text-transform: uppercase;
	/*line-height: 30px;*/
}

#topPanel a:focus {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}

#topPanel {
	background: #404040;
	color: #fff;
}

.toppanel {
	position: relative;
}


/***LOGO***/

.logo,
.top-link-block,
.title {
	padding: 10px
}

.logo img {
	margin: 15px;
	height: 100px
}

.title {
	margin: 10px 0
}

.logo-blind {
	display: none;
	margin-top: 30px
}

.logo-blind .fa {
	font-size: 60px
}


/*Версия для слабовидящих*/

#CecutientWrapper {
	width: 100%;
	color: #fff;
	display: none;
	text-align: center;
	z-index: 100;
	overflow: hidden
}

#CecutientWrapper .fa {
	font-size: 28px;
	color: #fff
}

#CecutientBlock {
	padding: 10px 0
}

.userBtn,
#CecutientOn,
#CecutientOff {
	color: #fff;
	padding: 10px 10px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
	transition: 0.5s;
	display: inline-block;
	margin: 0
}

#CecutientOn,
.userBtn {
	float: left
}

#CecutientOn:hover,
.userBtn:hover {
	text-decoration: none;
	background: url(../images/fon2.png);
	color: #fff
}

#CecutientOn .fa,
#CecutientOff .fa,
.userBtn .fa {
	position: relative;
	top: 2px;
	font-size: 22px;
	margin-right: 10px
}

#CecutientOn span,
#CecutientOff span,
.userBtn span {
	font-size: 12px
}

#ImageOn,
#ImageOff {
	border-radius: 3px;
	vertical-align: middle;
	padding: 8px 12px;
	/* width: 30px;*/
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 2px solid #fff;
	color: #000;
	cursor: pointer;
	margin-right: 10px
}

#CecutientOn,
#ImageOff {
	display: inline-block
}

#CecutientOff,
#ImageOn {
	display: none
}

#SmallFonts,
#MediumFonts,
#BigFonts,
#WhiteStyle,
#BlackStyle,
#BlueStyle,
#GreenStyle {
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	padding: 0px;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	margin-top: -2px;
	cursor: pointer
}

#SmallFonts,
#MediumFonts,
#BigFonts,#SettingPanel {
	border: 2px solid #fff;
	color: #fff;
	padding: 12px
}

#SmallFonts {
	font-size: 20px;
}

#MediumFonts {
	font-size: 26px
}

#BigFonts {
	font-size: 32px;
	margin-right: 10px
}

#WhiteStyle,
#BlackStyle,
#BlueStyle,
#GreenStyle {
	font-size: 26px;
	padding: 12px
}

#WhiteStyle {
	border: 2px solid #000;
	color: #000;
	background-color: #fff
}

#BlackStyle {
	border: 2px solid #000;
	color: #fff;
	background-color: #000
}

#BlueStyle {
	border: 2px solid #063462;
	color: #063462;
	background-color: #9DD1FF
}

#GreenStyle {
	border: 2px solid #A9E44D;
	color: #A9E44D;
	background-color: #3B2716
}

#CecutientTop,
.CecutientTopMenu {
	display: none
}

#CecutientTop {
	position: relative;
	margin: 30px 0;
	font-size: 18px;
	text-align: center
}

#CecutientTop strong {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	margin: 20px 0;
	line-height: 30px
}

.SmallFonts {
	font-size: 18px !important;
}

.MediumFonts {
	font-size: 22px !important;
	line-height: 30px;
}

.BigFonts {
	font-size: 26px !important;
	line-height: 40px;
}
#SettingPanel:hover{
    text-decoration: none;
    cursor: pointer
}
.setting-panel{
    
    
    display: none;
    margin-top: 20px
}
.setting-panel-block{
    border: 1px solid;
    display: inline-block;
    padding: 20px
}
.setting-panel span {
    margin: 10px;
    border: 1px solid;
    padding: 4px 10px;
    display: inline-block;
    transition: 0.4s
}
.setting-panel span:hover{
    background: #fff;
    color: #000;
    cursor: pointer
}

/*Modal*/

.Window {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.Window:target {
	display: block;
	pointer-events: auto;
}

.Window > div {
	width: 340px;
	position: relative;
	margin: 10% auto;
	padding: 10px 30px 20px 30px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 0px 20px 2px;
}

.close-modal {
	background: #224871;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 12px;
	box-shadow: 1px 1px 3px #000;
	opacity: 1;
}

.close-modal:hover {
	background: #283347;
	opacity: 1;
	color: #FFFFFF;
	text-decoration: none;
}

/* ToTop */

#toTop {
	width: 50px;

	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 30px;
	right: 10px;
	cursor: pointer;
	display: none;
	color: #fff;
}

#toTop:hover {
	background-image: url(../images/fon2.png)
}

#toTop .fa {
	font-size: 26px;
}

/* EndToTop */

/* Sidebar */

.sidebar-left,
.sidebar-right {
	padding-top: 0;
}

.sidebar-left ul,
.sidebar-right ul {
	list-style: none;
}

.sidebar-left ul li ul,
.sidebar-right ul li ul {
	margin-left: 20px;
	font-size: 14px;
}

/* EndSidebar */

/* ModuleTable */
.moduletable h3, .moduletable-mod h3{
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	border-left: 3px solid;
	margin-bottom: 15px;
	padding-left: 10px
}

.osmap-items h2 {
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.osmap-items h2 {
	color: #01A0E2
}

.osmap-items ul ul {
	list-style: circle
}

.osmap-items > ul > li > a {
	text-transform: uppercase
}


.moduletable-menu,
.moduletable-mod,
.moduletable_menu {
	margin-bottom: 20px;
	
	width: 100%
}

.moduletable-menu ul li a,
.moduletable-mod ul li a {
	padding: 8px 0;
	display: block;
}

.moduletable-menu ul li,
.moduletable-mod ul li {
	border-bottom: 1px solid #ddd;
	list-style: none;
}

.moduletable-menu ul li:last-child,
.moduletable-mod ul li:last-child {
	border-bottom: none;
}

.moduletable-menu ul li a:before,
.moduletable-mod ul li a:before {
	font: normal normal normal 16px/1 FontAwesome;
	display: inline-block;
	content: "\f105";
	margin-right: 5px;
}

.moduletable-mod ul li ul {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: 1s;
	transition: max-height 1s linear;
}

.moduletable-mod ul li ul li {
	border-bottom: none;
}

.moduletable-mod ul li ul a:before {
	display: none;

}

.moduletable-mod ul li:hover ul {
	max-height: 300px;


}

.moduletable-menu h3:hover {
	cursor: pointer;
}

.moduletable-menu h3:after {
	font: normal normal normal 16px/1 FontAwesome;
	display: inline-block;
	content: "\f107";
	margin-left: 5px;
}

.moduletable {
	margin-bottom: 30px;
	width: 100%
	
}

.row.bottom.line {
	display: flex
}

.row.bottom.line .modulflex {
	display: flex
}

.moduletable-default, .moduletable-alt {
	margin-bottom: 30px;
	padding-bottom: 10px;
	color: #fff;
	
	width: 100%
}

.moduletable-default h3, .moduletable-alt h3 {
	/*background-color: #1387A8;*/
	background: url(../images/fon2.png);
	padding: 8px;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px
}

.moduletable-default > ul > li > ul {
	margin-left: 0;
	display: none;
	background: url(../images/fon2.png);
	padding-left: 10px;
}

.moduletable-default > ul > li:after {
	content: "";
	display: block;
	height: 1px;
	width: auto;
	background: url(../images/fon2.png)
}

.moduletable-default > ul > li:last-child:after {
	display: none
}

.moduletable-default > ul > li:last-child {
	border-bottom: none;
}

.moduletable-default a {
	color: #fff;
	display: block;
	text-decoration: none;
	transition: background 250ms ease;
	padding: 8px 15px;
	position: relative
}

.moduletable-default > ul > .parent > a:after,
.moduletable-mod > ul > .parent > a:after {
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	content: "\f107";
	right: 10px;
	top: 10px;
}

.moduletable-mod a {
	position: relative
}

.moduletable-default a:hover,
.moduletable-default a:active,
.moduletable-default a:focus {
	color: #eee
}

.moduletable.modulborder {
	border: 1px solid #ddd;
	padding: 15px;
	background: #fafafa
}

/* EndModuleTable */

/***SocialButton***/

.socBtnBottom {
	color: #fff;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 10px 20px 10px;
	text-align: center;
	transition: 0.5s;
}

.socBtnBottom {
	width: 44px;
	height: 44px;
}

.debuginfo {
	margin-top: 20px
}

#debug .socBtnBottom:hover {
	background-color: #fff;
	color: #999;
}

#debug .moduletable h3 {
	color: #fff
}

.socBtnBottom .fa {
	font-size: 24px;
	line-height: 40px;
}

.socTitle {
	margin-bottom: 15px;
	margin-left: 15px
}

/***Nev***/

.top-link {
	display: block;
}

/***Nev***/

/***LeftMenu***/

#leftMenu {
	margin: 15px;
}

#leftMenu ul {
	list-style: none;
}

#leftMenu li {
	line-height: 30px;
}

#leftMenu li ul {
	font-size: 14px;
	display: none;
	position: absolute;
	background: #c47c1a;
	border: 2px solid #fff;
	width: 85%;
	z-index: 100;
}

#leftMenu li ul li {
	transition: 0.5s;
}

#leftMenu li ul li:hover {
	background: #9f6514;
}

#leftMenu li ul li:hover > a {
	text-decoration: none;
}

#leftMenu li ul a {
	display: block;
	padding: 8px 15px;
	color: #fff;
	line-height: 20px;
}

#leftMenu li ul a:before {
	display: none;
}

#leftMenu li:hover > ul {
	display: block!important;
}

#leftMenu ul li a:before {
	margin-right: 6px;
}

#leftMenu .parent > a:after {
	font: normal normal normal 16px/1 FontAwesome;
	display: inline-block;
	content: "\f107";
	margin-left: 5px;
}


/***Footer***/

#footer {
	padding-top: 10px;
	padding-bottom: 30px;
}

#footer img {


	margin: 0 auto 10px auto;
	transition: 0.5s;
	border: 2px solid #1dacd6;
}

#footer img:hover {
	border: 2px solid #ff3368;
	cursor: pointer
}

#footer .banner {
	/*padding: 10px;*/
	line-height: 16px;
}

#footer .banner a {
	font-size: 12px;
}

.topbanner .moduletable{
	margin-bottom: 0
}
#debug {
	
	color: #ececec;

	padding: 16px 0px 16px 0px;
	font-size: 12px;
}
#debug h3{
	color: #fff
}
#debug a {
	color: #fff;
}

#footer a:focus {
	background: transparent;
	color: #888;
}

.menuBottom a {
	color: #fff;
}

#footer .menuBottom a:hover {
	background: none;
	color: #888;
}

.menuBottom ul li ul {
	display: none;
}

.menuBottom .maps:before {
	font: normal normal normal 20px/1 FontAwesome;
	display: inline-block;
	content: "\f0e8";
	margin-right: 7px;
}


/***Redactor***/

.chzn-container {
	width: 300px!important;
}


/***Pagination***/

.pagination .active a {
	background-color: #ED760E;
	border-color: #ED760E;
}

.pagination .pagenav {
	color: #ED760E;
	transition: 0.5s;
}

.pagination .pagenav:hover {
	color: #fff;
	background-color: #ED760E;
	border-color: #ED760E;
}

.pagination > .active > a:hover {
	background-color: #ED760E;
	border-color: #ED760E;
}

.pagination > .disabled > a,
.pagination > li > a {
	background-color: transparent;
}

.breadcrumb {
	background-color: #ddd;

	border-radius: 0;
	margin-bottom: 0;
}

.breadcrumb > li + li::before {
	display: none;
}



.breadcrumbblock {
	background-color: #ddd;
}


/***CONTENT***/

.page-header {
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.page-header h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
border-left: 3px solid;
	padding-left: 10px;
	color: #01A0E2;
	text-transform: uppercase;
}

.page-title {
	margin-bottom: 30px;
}

.contact-title {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #01A0E2;
}

.page-title h1,
.blog-title h1,
.mainblog h1,
.categories-list h1,
.content-category h1,
.page-header h1 {
	text-transform: uppercase;
	font-size: 28px;
	padding-bottom: 5px;
	color: #01A0E2;
	border-bottom: 2px solid #ABABAB;
	margin-bottom: 30px;
}


/***BLOG***/

.mainblog .custom {
	margin-bottom: 30px;

}

.mainblog {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px 10px 20px;
	margin-bottom: 20px;
	overflow: hidden
}


span6 {
	width: 50%;
}

.latest-news-full-title h3 {
	margin-bottom: 10px;
}

.artikle {
	margin-bottom: 20px;
}

.blog h2,
.item-title {
	font-size: 24px;
	border-left: 3px solid;
	padding-left: 10px;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 15px
}


.pull-left.item-image {
	max-width: 300px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 7px
}

.pull-right.item-image {
	max-width: 300px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 7px
}

.pull-none.item-image {
	margin-bottom: 15px;
}

.clear {
	clear: both;
}

.blog {
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 10px;
}

.items-more {
	clear: both;
}

.myData,
.publishData {
	background: #118ED5;
	color: #fff;
	position: absolute;
	text-align: center;
	z-index: 1000;
}

.myData {
	padding: 8px 20px;
}

.publishData {
	top: 0;
	font-size: 12px;
	padding: 5px 15px;
}

.blog-title a {
	text-decoration: underline;
}

.post_title_block {
	/*padding: 10px;*/
	margin-bottom: 30px;
}

.post_title_block img {
	margin: 0 auto 10px auto;
	transition: 0.5s;
}

.post_title_block img:hover {
	opacity: 0.7;
	cursor: pointer;
}

.mainblog ul,
.mainblog ol {
	margin-left: 30px;

}

.mainblog ul {
	list-style: circle
}

.mainblog ol {
	list-style: decimal
}

.blog-images {
	padding: 0
}

.nav > li > a:focus, .nav > li > a:hover {
	background: none;
	border-color: transparent
}

/***Button***/

.readmore-btn {
	display: inline-block;
	color: #fff;
	transition: 0.5s;
	padding: 4px 15px;
	margin-top: 10px
}

.readmore-btn:hover,
.readmore-btn:active,
.readmore-btn:focus {
	color: #fff;
	text-decoration: none;
}


/***Sidebar***/

.mostread,
.latestnews {
	list-style: none;
}



.mostread li:last-child,
.tagspopular li:last-child {
	border-bottom: none;
}

.mostread li:first-child {
	padding-top: 0;
}

.random-image {
	display: block;
	margin: 20px;
	text-align: center;
}

.random-image img {
	width: 100%!important;
	transition: 0.5s;
}

.random-image img:hover {
	opacity: 0.7;
}

. module-blog {
	padding: 10px;
}

.popular-tag {
	position: relative;
}

.border {
	width: 100%;
	height: 2px;
	background: #ddd;
	margin-bottom: 20px;
	margin-top: 10px;
}

.module-blog {
	padding: 10px;
}


/***Form***/

.form-feedback {
	margin-bottom: 59px;
}

.my-form .form-group {
	margin-bottom: 20px;
}

.my-form input.form-control {
	height: 40px;
}

.my-form input,
.my-form textarea {
	transition: all 250ms linear;
	background-color: #e5e6e6;
}

.my-form .control-label,
.my-form input,
.my-form textarea {
	font-size: 16px;
	font-weight: normal;
}

.my-form .control-label {
	color: #7f8c8c;
}

.my-form textarea.form-control {
	font-size: 16px;
	height: 240px;
	margin-bottom: 5px;
	resize: vertical;
}

.my-form label.control-label {
	text-align: center;
	padding-top: 7px;
	padding-right: 0;
}

.my-form .asterisk {
	color: #e95d3c;
}

.my-form .help-required {
	color: #7f8c8c;
	float: right;
	margin-top: 0;
	margin-bottom: 13px;
}

.my-form .help-required.help-feedback {
	float: none;
}

.my-form input[type="checkbox"] {
	box-shadow: none;
}

.my-form .email-copy-checkbox {
	padding-bottom: 20px;
}

.my-form .btn-red {
	border: none;
	border-radius: 4px;
	background-color: #e95d3c;
	color: #fff;
	font-size: 18px;
	padding: 8px 20px;
	text-transform: uppercase;
	margin-top: 20px;
}

.my-form .btn-red:hover {
	background: #de3d27;
}

#contact-form label[for="jform_contact_message"] {
	padding: 0 0 10px;
}

.contact-address .fa {
	color: #de3d27;
	font-size: 20px;
	margin-right: 10px;
}

.contact-address-2 {
	margin: 10px 0;
}

.contact-image img {
	width: 200px;
	padding: 5px;
	border: 2px solid #ddd;
	margin: 20px 0;
}

#selectForm {
	margin: 20px 0;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

.menu-header {
	text-align: right;
	text-transform: uppercase;
	font-family: 'Roboto', Verdana, sans-serif;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.menu-header ul {
	list-style: none;
}

.menu-header ul li {
	display: inline-block;
	padding-left: 20px;
}

#AbsoluteTop .menu-header ul li a {
	color: #fff;
	font-weight: 400;
}

#AbsoluteTop .menu-header ul li a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
	text-decoration: none;
}

#AbsoluteTop .menu-header ul li a:active,
#AbsoluteTop .menu-header ul li a:focus {
	text-decoration: none;
}


/***MENU***/

.TopMenuBtn {
	background-color: #1DACD6;
	padding: 10px 25px;
	color: #fff;
	margin-bottom: 1px;
	display: none;
}

.TopMenuBtn .fa {
	cursor: pointer;
	margin-right: 20px;
	font-size: 28px;
}

.TopMenuBtn span {
	font-size: 30px;
}

.TopMenu {

	background-color: #1DACD6;

}


/****Porfolio***/

#anons {
	text-align: center;
	margin-bottom: 10px
}

#anons li {
	display: inline-block;
}

#anons li a {
	display: block;
	text-decoration: none;
	font-size: 30px;
	font-weight: 900;
	margin: 0 20px 20px;
	text-transform: uppercase;
	color: #c2c2c2;
	border-bottom: 4px solid #c2c2c2;
}

#anons li a:hover,
#anons .current a {
	color: #c2c2c2;

	border-bottom-color: #999;
}

.potfolio-nav {
	list-style: none;
	text-align: center;
}

.potfolio-nav li {
	display: inline-block;
}

.potfolio-nav li a {
	display: block;
	text-decoration: none;
	font-size: 30px;
	font-weight: 900;
	margin: 20px;
	text-transform: uppercase;
	color: #c2c2c2;
	border-bottom: 4px solid #c2c2c2;
}

.potfolio-nav li .act,
.potfolio-nav li a:hover {
	color: #c2c2c2;
	/* border-bottom: 4px solid rgb(237, 118, 14);*/
	border-bottom-color: rgb(237, 118, 14);
}


/***EndPortfolio***/

/***EndLatestDoc***/

.moduletable-nevs h3,
.content-category h2,
.contact-category h2 {
	background: #118ED5;
	padding: 5px;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 20px;
	padding-left: 10px;
}

.main-ul {
	background: #ddd;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
}

.contact-category ul {
	list-style: none;
	margin: 0;
}

.contact-category .list-title a {
	margin: 0;
}

h2 .contact-name {

	text-transform: uppercase;
	display: block;
	padding: 10px;
	font-size: 24px;
	margin-bottom: 20px;
	color: #01a0e2;
}

.politicslink {
	color: #e95d3c
}

.politicslink:hover {
	color: #de3d27
}

.moduletable-nevs .publishData {
	background-color: #ED760E;
}

.moduletable-menu ul {
	display: none;
}

.polityc {
	margin-left: 20px;
}

.docmodule {
	background-color: #118ED5;
}

.cat-children > h3 {
	display: none;
}

.cat-children h4 {
	margin-left: 20px;
}

.maincode {
	overflow: auto;
	max-height: 400px;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 14px;
	border-left: 5px solid #e15252;
	background-color: #E6E6E6;
}


/***Metky***/

.maintags {
	background: #eee;
	padding: 10px;
}

.maintags ul li {
	margin: 15px 0;
}

.maintags ul li a {
	font-size: 20px;
}

.maintags a:before {
	font: normal normal normal 20px/1 FontAwesome;
	display: inline-block;
	content: "\f02c";
	margin-left: 5px;
	color: #ED760E;
}

.article-info.muted {
	font-size: 12px;
	font-weight: 900;
	color: #fff;
	;
}

#jc {
	margin-top: 30px;
}

#jc label {
	text-transform: uppercase;
	font-weight: 400;
}

#jc h4 {
	text-transform: uppercase;
	font-weight: 400;
}

.moduletable-rel,
.moduletable-blue,
.moduletable-dark,
.moduletable-red {
	position: relative;
	transition: 1s;
	cursor: pointer;
	max-width: 400px;
	margin: 0 auto 30px auto;
}

.moduletable-rel:hover,
.moduletable-blue:hover,
.moduletable-dark:hover,
.moduletable-red:hover {
	opacity: 0.8;
}

.moduletable-blue h3 {
	background-color: #118ED5;
}

.moduletable-rel h3 {
	background-color: #ED760E;
}

.moduletable-dark h3 {
	background-color: #333;
}

.moduletable-red h3 {
	background-color: #D52D11;
}

.moduletable-rel h3,
.moduletable-blue h3,
.moduletable-dark h3,
.moduletable-red h3 {
	position: absolute;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	bottom: 0;
	width: 100%;
	font-size: 20px;
	text-align: center;
}



.mod-articles-category-title {
	margin: 10px 0;
	display: block;
}

.module-newscat {
	padding: 15px;
	/*background: #1dacd6;*/
	color: #fff;
}

.module-newscat h4 {
	padding: 10px 0
}

.module-newscat a, .module-newscat a:hover {
	color: #fff
}

.category-module {
	border: 1px solid #ddd;
	padding: 15px
}

.category-module li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px
}

.category-module li:last-child {
	border-bottom: none
}

.category-module p {
	margin-top: 10px
}

.mod-articles-category-title {
	margin-bottom: 10px
}

#designer {
	background-color: #333;
	color: #fff;
	font-size: 11px;
	text-align: right;
}

#designer a {
	color: #fff;
}

.tags.inline {
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
}

.article-info.muted dd {
	display: inline-block;
	padding: .2em .6em .3em;

	border-radius: 3px;
	margin-top: 3px;
}

.userSearch {
	transition: 1s;
	width: 0;
	position: absolute;
	top: 5px;
	right: 70px;
}

.userSearch.active {
	display: block;
	width: 25%;
}

.userSearch .form-control {
	padding: 0;
	border: none;
	border-radius: 0;
}

.userSearch.active .form-control {
	padding-left: 10px;
}

.userSerchBtn {
	float: right;
	color: #fff;
	padding: 10px 20px;
	margin: 0;
	cursor: pointer;
	transition: 0.5s;
}

.userSerchBtn:hover {
	background: url(../images/fon2.png);
}

.userSerchBtn .fa {
	font-size: 22px;
}

.form-group {
	padding: 0 10px;
}

#cookieBanner {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 20px 0;

	position: fixed;
	bottom: 0;
	z-index: 300;
	color: #fff;
}

#acceptCookies {
	display: inline-block;

	background-color: #4a9fdf;
	color: #fff;
	text-decoration: none;
	padding: 6px 18px;
	text-align: center;
	border-radius: 18px;
	font-weight: bold;

}

.latest-img {
	height: 180px;
	transition: 0.5s;
	background-size: cover!important;
	box-shadow: 0px 0px 5px 0px #b0b0b0;
}

.latest-hits {
	background: #428bca;
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	font-size: 0.9em;
}

.redcolor {
	background: #D52D11!important;
}

.warningcolor {
	background: #14c692!important
}

.darkcolor {
	background: #545b62!important
}

.categories-list div {
	margin-bottom: 10px
}

.latest-hits .fa {
	margin-right: 10px
}

.article-info-term {
	display: none
}
#footermenu{
	padding: 15px 0
}
#footermenu ul {
	text-align: center
}

#footermenu ul li {
	display: inline-block
}

#footermenu ul li a, #footermenu ul li span {
	color: #fff;
	display: block;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase
}

#footermenu ul li a:after {
	content: "";
	position: absolute;
	display: inline-block;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #fff;
	top: 8px;
	right: -2px
	

}

#footermenu ul li:last-child a:after {
	display: none
}

#footermenu ul li ul {
	display: none
}

/*** Custom ***/

.title h1 {
	color: #fff;
}

#searchForm {
	background-color: #eee;
	padding: 15px;
	margin-bottom: 30px
}
#searchForm .btn{
	background: url(../images/fon2.png);
	border: 1px solid;
	padding: 2px 10px;
	color: #fff
}


.search fieldset {
	margin-left: 30px
}

.meni-header-top {
	margin-bottom: 60px;
}

.meni-header-top a {
	color: #fff
}

.meni-header-top a:hover {
	color: #fff
}

.rssmodule,
.header-top-menu {
	float: right
}

.rssmodule {
	margin-left: 20px
}

/***********LeftMenu************/

.moduletable > h3.menu,
.moduletable-mod > h3.menu {
border-left: none;
	margin-bottom: 0;
	background: #1dacd6 url(../images/fon2.png);
	padding: 8px;
	color: #fff
}



#leftmenu li,
#rightmenu li {
	position: relative
}

#leftmenu a,
#rightmenu a {
	color: #fff;
	display: block;
	text-decoration: none;
	transition: background 250ms ease;
	padding: 8px 15px;
	padding-top: 8px;
	position: relative;
}

#leftmenu > ul > li::after,
#rightmenu > ul > li::after {
	content: "";
	display: block;
	height: 1px;
	width: auto;
	background: url(../images/fon2.png);
}

#leftmenu > ul > li:last-child:after,
#rightmenu > ul > li:last-child:after {
	display: none
}

#leftmenu ul li ul,
#rightmenu ul li ul {
	background: #444;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	text-transform: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;

	line-height: 18px;
	top: 50px;
	font-size: 12px;
	margin-top: 20px;
	height: auto;
	min-width: 150px;
	width: 100%;
}

#leftmenu ul li ul {
	left: 0;
}

#rightmenu ul li ul {

	right: 0;

}


#leftmenu > ul > .parent > a::after,
#rightmenu > ul > .parent > a::after {
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	content: "\f107";
	right: 10px;
	top: 10px;
}

#leftmenu > ul > .parent:hover > a:after {
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	content: "\f105";
	right: 10px;
	top: 10px;
}

#rightmenu > ul > .parent:hover > a:after {
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	content: "\f104";
	right: 10px;
	top: 10px;
}





#leftmenu ul li ul,
#rightmenu ul li ul {
	background: #666;

	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	text-transform: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;

	line-height: 18px;
	top: 0;
	font-size: 12px;
	margin-top: 20px;
	height: auto;
	min-width: 150px;
	max-width: 80%;

}

#leftmenu ul li ul {
	left: 100%
}

#rightmenu ul li ul {
	right: 100%
}



#leftmenu ul li:hover > ul,
#rightmenu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transition: margin 0.3s ease 0s;
	-moz-transition: margin 0.3s ease 0s;
	-o-transition: margin 0.3s ease 0s;
	transition: margin 0.3s ease 0s;
	margin: 0;
	z-index: 11;
}

#rightmenu > ul > li ul li.parent > a::after {

	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	content: "\f104";
	right: 10px;
	top: 10px;

}


#leftmenu > ul > li ul li.parent > a::after {

	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	content: "\f105";
	right: 10px;
	top: 10px;

}

#leftmenu ul > li:hover > a,
#leftmenu ul > .current > a,
#rightmenu ul > li:hover > a,
#rightmenu ul > .current > a {
	background: url(../images/fon2.png);
	color: #fff
}

#mainmenu > ul {
	text-align: center
}

#mainmenu > ul > li {
	display: inline-block;
	position: relative;
	text-align: left;
	text-transform: uppercase
}

#mainmenu ul li:last-child {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

#mainmenu ul li a,#mainmenu ul li span {
	display: block;
	width: auto;
	color: #fff;
	text-decoration: none;
	padding: 17px 25px;

}
#mainmenu > ul > li > a, #mainmenu > ul> li >span{
	margin-right: 2px
}
#mainmenu > ul > li:last-child > a, #mainmenu > ul > li:last-child > span{
	margin-right: 0
}

#mainmenu ul > li:hover > a,
#mainmenu ul > .current > a {
	background: url(../images/fon2.png);
	color: #fff
}

#mainmenu > ul > li.parent > a::after, #mainmenu > ul > li.parent > span::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";
	margin-left: 6px;

}

#mainmenu ul li ul {
	background: #666;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	text-transform: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	line-height: 18px;
	font-size: 12px;
	margin-top: 20px;
	height: auto;
	min-width: 150px;
	width: 100%
}

#mainmenu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transition: margin 0.3s ease 0s;
	-moz-transition: margin 0.3s ease 0s;
	-o-transition: margin 0.3s ease 0s;
	transition: margin 0.3s ease 0s;
	margin: 0;
	z-index: 11;
}

#mainmenu ul li ul li {
	border: none;
	position: relative;
	float: none;
	height: auto;
	text-align: left !important;
}

#mainmenu ul li ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#mainmenu ul li ul li a, #mainmenu ul li ul li span {
	padding: 10px 15px;
	border: none
}

#mainmenu ul > li ul li ul {
	top: 0;
	left: 100%;
	margin: 0 0 0 20px;
}

#mainmenu ul > li:last-child ul li ul {
	left: -100%;
}

#mainmenu > ul > li ul li.parent > a::after {
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	content: "\f105";
	right: 10px;
	top: 10px;
}

#mainmenu > ul > li:last-child ul li.parent > a::after {
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	content: "\f104";
	right: 10px;
	top: 10px;
}


#mainmenu > ul > li.parent > ul > li:first-child > a::before {
	display: none;
}

#mainmenu > ul > li.parent:hover > a::before {
	visibility: visible;
	-webkit-transition: all .5s ease .2s;
	-moz-transition: all .5s ease .2s;
	-o-transition: all .5s ease .2s;
	transition: all .5s ease .2s;
}
.login-greeting {
    margin-bottom: 20px;
}
.title.pane-toggler span, .title.pane-toggler-down span {
    display: block;
}
.title.pane-toggler, .title.pane-toggler-down {
    background: #01a0e2;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    padding: 10px;
}
.title.pane-toggler a, .title.pane-toggler-down a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.title.pane-toggler span::before {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f067";
    margin-right: 10px;
}
.title.pane-toggler-down span::before {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f068";
    margin-right: 10px;
}
.item-page dl.tabs, .item-page dt.tabs {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
}
.item-page dl.tabs a, .item-page dt.tabs a {
    font-size: 16px;
    margin-right: 10px;
    background: #01a0e2;
    padding: 5px 10px 5px;
    color: #fff;}
    .item-page dt.tabs.open a {
    background: #ec2a6b;
}
.newsflash-image{
    margin-bottom: 20px
}
.newsflash-vert .newsflash-item {
    margin-bottom: 20px;
}

/*** Contact Form ***/
#contact-form label{
    display: block;
    text-align: left;
        color: #3a3a3a;
    font-weight: 400;

}
.contact-form {
    margin-top: 20px;
}
.contact h3 {
    font-size: 18px;
}
#jform_contact_name, #jform_contact_email, #jform_contact_emailmsg, #jform_contact_message{
    display: inline-block;
    width: 100%;
   height: 40px;
    padding: .375rem .75rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}
#jform_contact_message{
    height: auto
}
/***Media***/



@media (max-width:1199px) {
	#mainmenu ul li a {
		padding: 18px
	}
}

@media (max-width:1090px) {
	#mainmenu ul li a, #mainmenu ul li span {
		padding: 18px 8px
	}
}

@media (min-width:991px) {
	.TopMenu {
		display: block!important;
	}
}



@media (max-width: 991.98px) {
	.title h1 {
		text-align: center!important;
	}
	.menu-header {
		position: inherit;
		text-align: center;
		margin: 20px;
	}
	.TopMenu {
		display: none;


	}
	.TopMenuBtn {
		display: block;
	}

	.logo img {
		display: block;
	}
	#mainmenu {
		height: auto!important
	}
	#mainmenu > ul > li > a, #mainmenu > ul > li > span{
	margin-right: 0
    }
	#mainmenu *:after,
	#rightmenu *:after,
	#leftmenu *:after {
		display: none
	}
	#mainmenu ul {

		height: auto!important;
	}
	#mainmenu ul li,
	#leftmenu ul li,
	#rightmenu ul li {
		width: 100%;
		float: none;
		height: auto!important;
		border-right: none
	}

	#mainmenu ul li ul,
	#leftmenu ul li ul,
	#rightmenu ul li ul {


		display: block;
		opacity: 1;
		visibility: visible;
		position: relative;
		top: 0;
		margin: 0;
		max-width: 100%
	}
	#rightmenu ul li ul {
		right: 0;
		width: 100%
	}
	#leftmenu ul li ul {
		left: 0;
		width: 100%
	}
	#rightmenu ul li ul li ul {
		right: 0;
		margin: 0;
		background: #666;
	}

	#mainmenu ul li ul li ul,
	#leftmenu ul li ul li ul {
		left: 0;
		margin: 0;
		background: #666;
	}
	#mainmenu ul > li:last-child ul li ul {
		left: 0
	}
	#mainmenu ul > li:hover > a,
	#mainmenu ul > .current > a {
		background-color: transparent;
	}

	#anons li {
		display: block;
	}
	
	.meni-header-top,
	.rssmodule {
		margin-bottom: 20px
	}
	.rssmodule,
	.header-top-menu {
		float: none
	}
	.latest-img {
		height: 400px
	}
	.row.bottom.line {
		display: block
	}
	.row.bottom.line .modulflex {
		display: block
	}
	#footermenu ul li a:after {
		display: none
	}
	#footermenu ul li {
		display: block
	}
	.pull-left.item-image {
		max-width: 100%;
		margin-right: 0;
		float: none
	}
	.pull-right.item-image {
		max-width: 100%;
		margin-left: 0;
		float: none
	}

}


@media (max-width: 767.98px) {
	.latest-img {
		height: 300px
	}
	.userSearch {
		display: none;
	}
	.userSerchBtn {
		display: none;
	}
	#CecutientOn,
	.userBtn {
		display: block;
		width: 100%;
	}
	#CecutientBlock span {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.latest-img {
		height: 200px
	}
}
