html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, str, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	/*vertical-align: baseline;*/
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


* {
	margin: 0;
}

html {
	overflow-y: auto;
}

html, body {
	/* height: 100%; */ 
}

body {
	overflow: auto;
	text-align: left;
	font-family: 'Droid Sans', Arial, Helvetica, Arial;
	font-size: 0.8em;
	color: #41494e;
	/*line-height: 1.5em;
	background-color: #dedede;*/
}

.vidstr1 {
	margin: auto;
	text-align: center;
	width: 30%;
	border: 1px;
	border: solid;
	border-width: 2px;
	border-color: #41494e;
}

.vidstr2 {
	margin-top: 0;
	text-align: center;
	width: 20%;
	border: 1px;
	border: solid;
	border-width: 2px;
	border-color: #41494e;
}


a {
	color: #3595ba;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border-style: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	line-height:1.6em;
	margin:8px 0;
}

h1 {
	font-family: 'Droid Sans', Arial;
	font-weight: 400;
	color: #3595ba;
	font-size: 22px;
	margin-left: 25px;
	margin-top: -20px;
	margin-bottom: 10px;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
}


h2 {
	font-family: 'Droid Sans', Arial;
	font-weight: 400;
	color: #555;
	font-size: 18px;
	font-weight: bold;
	margin: 7px;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: none;
}

h3 {
	font-family: 'Droid Sans', Arial;
	/* font-weight: 400; */
	font-size: 14px;
	margin: 3px 3px 3px 7px;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: none;
}

.moduletable h3 {
	font-family: 'Droid Sans', Arial;
	font-weight: 400;
	color: #000000;
	font-size: 14px;
	margin-bottom: 3px;
}

h4 {
	margin-left: 20px;
	font-family: 'Droid Sans', Arial, Helvetica, Arial;
	font-weight: 600;
	color: #000000;
	font-size: 14px;
}

h5 {
	font-family: 'Droid Sans', Arial, Helvetica, Arial;
	font-weight: 400;
	color: #ff7878;
	/* f59829 */
	font-size: 16px;
}

h6 {
	font-family: 'Droid Sans', Arial, Helvetica, Arial;
	font-weight: 600;
	font-size: 13px;
}

ul {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 30px;
	margin-top: 1px;
	margin-bottom: 1px;
}

hr {
	border: 0;
	color: rgb(226,226,226);
	background-color: rgb(226,226,226);
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tip {
	font-size:0.9em;
	text-align:left;
	line-height: 1.2em;
	padding:3px;
	max-width:400px
}

.tip-title {
	font-weight:bold;
}

#wrapper {
	display: block;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4.6em;
	z-index: 99;
}

#push {
	height: 4.6em;
}




/** Buttoms **/

#login-form input.button,
#member-profile button.validate,
#member-registration button.validate,
#user-registration button.validate,
.logout button,
.login button,
#searchForm button,
#contact-form button.validate,
#mailto-window button {
	font-family: 'Droid Sans', Arial; font-weight: 400;
	font-size: 13.5px;
	color: #fff;
	background-color: #3595ba;
	border: 0px;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 10px;	
	margin-left: 0px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
}

#login-form input.button:hover,
#member-profile button.validate:hover,
#member-registration button.validate:hover,
#user-registration button.validate:hover,
.logout button:hover,
.login button:hover,
#searchForm button:hover,
#contact-form button.validate:hover,
#mailto-window button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000000;
}


.readmore a {
	font-weight: 700;
}




/** Header **/

#header_wrap {
	/*background: url(../images/fsc.png) 0 0 no-repeat;*/
	background-position: 50% 50%;
}


#header {
	/* width: 1000px; */
	/* margin: auto; */
	min-height: 60px;
	margin-bottom: -1px;
	overflow: auto;
}

#logo {
	display: block;
	float: left;
	font-family: 'Droid Sans', Arial; font-weight: 700;
	font-size: 2.3em;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: -0.03em;
	color: #3595ba;
	padding: 10px;
	position: relative;
}

#logo a {
	text-decoration: none;
	color: #3595ba;
}

#logo a:hover {
	text-decoration: none;
	color: #3595ba;
}

#logo div.sitedescription {
	font-family: 'Droid Sans', Arial, Helvetica, Arial;
	font-size: 0.40em;
	letter-spacing: 0;
	color: #fff;
	padding-left: 2px;
}

#topnav_wrap {
	background-color: #000;
	overflow: auto;
}


#topnav {
	width: 1000px;
	margin: auto;
	font-size: 1em;
	text-align: center;
}

#topnav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

#topnav a:hover {
	color: #3595ba;
	text-decoration: underline;
}

#topnav h3 {
	display: none;
}

#topnav ul.menu {
	float: inherit;
	padding-top: 1px;
	padding-bottom: 1px;
}

#topnav ul.menu li {
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px solid #525252;
}

#topnav ul.menu li:last-child {
	border: 0;
	padding-right: 0px;
}


#search {
	clear: right;
	float: right;
	/* margin: 10px; */
}

#mod-search-searchword {
	background-image:url(../images/search-icon.png);
	background-repeat:no-repeat;
	background-position: right;
	padding: 6px;
	width: 180px;
	padding-right: 24px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #c3c3c3;
	outline: none;
}





/** Topmenu (added multi-level support v1.1) **/

#topmenu_wrap {
	border-top: 3px solid #3595ba; 
	overflow: auto;
	
	/* --- Gradient --- */
    /* Opera */
    background: #151515;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #151515, #282828);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#151515), to(#282828));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#151515', EndColorStr='#282828', GradientType=0);
}

#topmenu {
	/* width: 1000px; */
	margin: auto;
	padding-left: 0px;
	font-family: 'Droid Sans', Arial; font-weight: 400;
	font-size: 1.1em;
	color: #969696;
	z-index: 1;
}

#topmenu ul { 
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#topmenu a {
	display: block;
	color: #969696;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration:none;
	text-transform: uppercase;
}

#topmenu a:hover,
#topmenu li.active a {
	color: #fff;
	text-decoration: none;
	background-color: #3595ba;
}


#topmenu li { 
	float: left;
	border-left: 1px solid #3c3c3c;
}

#topmenu li:last-child { 
	border-right: 1px solid #3c3c3c;
}



/** Second-level lists **/

#topmenu li ul { 
	position: absolute;
	font-family: 'Droid Sans', Arial, Helvetica, Arial;
	font-size: 12px;
	width: 110px;
	left: -999em; /* "display: none" not seen by screen readers */
	background-color: #000;
	border: 0;
	margin-left: -1px;
	z-index: 1;
}

#topmenu li li, #topmenu li li:last-child {
	border: 0;
	margin-bottom: -1px; /* iPhone/iPad fix */
}

#topmenu li li a  {
	width: 110px;
	background-color: #000;
	border: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}

#topmenu li ul a{
	width: 120px;
}

#topmenu li.active ul a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3595ba;
}

#topmenu li.active ul a {
	text-decoration: none;
	background-color: #000;
}

/** Level third and above **/

#topmenu li ul ul{
	margin: -20% 0 0 135%;
}

#topmenu li ul ul ul ul{
	margin: -20% 0 0 135%;
}

#topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li:hover ul ul ul, #topmenu li:hover ul ul ul ul, #topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul, #topmenu li.sfhover ul ul ul ul, #topmenu li.sfhover ul ul ul ul ul {
	left: -9999em;
}

#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul, #topmenu li li li li:hover ul, #topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul , #topmenu li li li li.sfhover ul{ /* nested under hovered items */
	left: auto;
}

.content {
	position: static;
	margin: 7px;
}


/** Content/Menu Wrap **/

#content-menu_wrap_bg {
	background: #eaeaea url('/static/images/main/main-bg.png');
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
	overflow: auto;
}

#content-menu_wrap {
	/* width: 1000px; */
	margin: auto;
}




/** Breadcrumbs **/

#breadcrumbs_wrap {
	color: #000000;
	padding-top: 0px;
	padding-bottom: 5px;
}

#breadcrumbs {
	width: 280px;
	float: right;
	margin: auto;
	font-size: 1.2em;
}

#breadcrumbs a {
	color: #000000;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #3595ba;
	text-decoration: underline;
}






/** Menus (Left/Right) **/

#leftmenu {
	width: 180px;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 10px;
	float: left;
	line-height: 1.2em;
}

#rightmenu {
	width: 180px;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: right;
	line-height: 1.2em;	
}


#leftmenu a,
#rightmenu a {
	
}

#leftmenu a:hover,
#rightmenu a:hover {
	
}

#leftmenu ul,
#rightmenu ul {
	padding-left: 0px;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #969696;
}

#leftmenu ul li,
#rightmenu ul li {
	border-bottom: 1px solid rgb(226,226,226);
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;	
	list-style-type: none;
}

#leftmenu ul li ul,
#rightmenu ul li ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#leftmenu ul li ul li,
#rightmenu ul li ul li {
	border: 0px;
	padding-bottom: 2px;
	list-style-type: none;
	font-size: 1em;
	line-height: 1.2em;
}

#leftmenu ul.menu li.current a,
#rightmenu ul.menu li.current a {
	font-weight:bold;
}

#leftmenu ul.menu li.current ul li a,
#rightmenu ul.menu li.current ul li a {
	font-weight:normal;
}

.moduletable {
	overflow: hidden;
	margin: auto;
	font-size: 14px;
}

.moduletable_menu {
	clear: both;
} 

.moduletable_menu h3 {
	font-family: 'Droid Sans', Arial;
	font-weight: normal;
	color: #000000;
	font-size: 14px;
	margin-bottom: 3px;
}

.moduletable h3 {
	font-size: 14px;
}

.moduletable ul.weblinks {
	font-size: 12px;
}

.moduletable p {
	font-size: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.moduletable ul.latestnews a{
	color: #969696;
	text-decoration: none;
}

.moduletable ul.latestnews a:hover{
	color: #3595ba;
}





/** Content **/

#content-w1 {  /** left and right menu visible **/
	width: 620px;
	float: left;
	padding-top: 5px;
	overflow: hidden;
	margin-bottom: 5px;
}

#content-w2 {  /** left or right menu visible **/
	width: 800px;
	float: left;
	padding-top: 5px;
	overflow: hidden;	
	margin-bottom: 5px;
}

#content-w3 {  /** no menu visible **/
	width: 1000px;
	float: left;
	padding-top: 5px;
	overflow: hidden;
	margin-bottom: 5px;
}

#content-w1 h3,
#content-w2 h3,
#content-w3 h3 {
	margin-top: 5px;
}

ul.actions {
	float: right;
	clear: both;
	width: 100%;
	padding-bottom: 0px;
	list-style-type: none;
	margin-top: -10px;
}

li.print-icon,
li.email-icon,
li.edit-icon {
	float: right;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0;
}

li.print-icon a,
li.email-icon a,
li.edit-icon a {
	text-decoration: none;
}

dl.article-info {
	clear: both;
	margin-left: 0;
	padding: 0px;
	font-size: 0.86em;
	line-height: 1.3em;
}

.article-info dd, .article-info dd {
	text-align: right;
}

.article-info-term {
	display:none
}

.categories-list ul {
	list-style-type: none;
	padding-left: 0;
	padding-left: 5px;
	margin-top: 8px;
}

.categories-list ul li {
	list-style-type: none;
	padding-left: 5px;
}

.categories-list dl dt, .categories-list dl dd {
	display: inline;
}

.image-left {
	float: left;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0pt;
}

.category-desc p img {
	float: left;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0pt;	
}

.first ul {
	padding-left: 15px;
	padding: 5px;
	
}

.first ul li {
	padding-bottom: 8px;
	padding: 5px;

}

.last ul {
	padding-left: 15px;
	
}

.last ul li {
	padding-top: 10px;
}


.cat-children ul {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 0px;
}

ul#archive-items {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 0px;	
}

.intro ul {
	margin-top: 10px;
	margin-bottom: 20px;
}

fieldset.filters {
	border:solid 0px #ddd;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 2px;
}

legend.hidelabeltxt {
	display: none;
}

.items-leading {
	margin-bottom: 20px;
}

.newsfeed ol li {
	margin-top: 10px;
}

.newsfeed ol li img {
	margin-top: -10px;
}

#article-index {
	width:25%;
	float:right;
	border:solid 1px #eee;
	padding:10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background:#f9faf9
}

#article-index h3 {
	font-size:1em;
}

#article-index ul {
	list-style-type:disc;
	padding-left: 1.4em;
	color:#666;
}

.pagenavcounter {
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

/** Pagination **/
.pagenav {
	padding:2px
}

ul.pagenav {
	list-style-type: none;
	margin: 0;
	margin-top: 10px;
	padding: 4px;
	overflow: hidden;
}

li.pagenav-prev a,
li.pagenav-next a {
	font-family: 'Droid Sans', Arial; font-weight: 400;
	font-size: 13.5px;
	color: #fff;
	background-color: #3595ba;
	border: 0px;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 0px;	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	text-decoration: none;
} 

li.pagenav-prev a:hover,
li.pagenav-next a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000000;
}

li.pagenav-prev {
	float: left;
}

 li.pagenav-next {
	float:right
}

.pagination {
	clear: both;
	padding-top:8px;
	padding-bottom:8px;
	border-top:solid 1px rgb(226,226,226);
}

.pagination ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}

.pagination li {
	display:inline;
	padding:2px 5px;
	text-align:left;
	margin:0 2px
}

.pagination li.pagination-start,
.pagination li.pagination-next,
.pagination li.pagination-end,
.pagination li.pagination-prev {
	border:0
}

.pagination li.pagination-start,
.pagination li.pagination-start  span {
	padding:0
}

p.counter {
	font-weight:bold;
}






/** Blog **/

.cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols-2 .column-1 {
	width:48%;
	float:left;
}

.cols-2 .column-2 {
	width:48%;
	float:right;
	margin:0
}

.cols-3 .column-1 {
	float:left;
	width:29%;
	padding:0px 5px;
	margin-right:4%

}

.cols-3 .column-2 {
	float:left;
	width:29%;
	margin-left:0;
	padding:0px 5px
}

.cols-3 .column-3 {
	float:right;
	width:29%;
	padding:0px 5px
}

.items-row {
	overflow:hidden;
	margin-bottom:10px !important;
}

.column-2 {
	width:55%;
	margin-left:40%;
}

.column-3 {
	 width:30%
}

.blog-more {
	padding:10px 5px
}






/** Login **/

#login-form fieldset.userdata {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
	border: 0px;
	font-size: 0.96em;
	float: left;
}

#login-form ul {
	margin-left: 0px;
}


#login-form ul li {
	border: 0px;
	line-height: 1.1em;
	float: left;
	width: 100%;
}


#login-form input.inputbox {
	width: 90%;
	margin-left: 0px;	
	padding: 6px;
	padding-right: 24px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #e2e2e2;
	outline: none;
}

#login-form label {
	display: inline-block;
	margin-left: 0px;	
}

#form-login-remember label {
	float: none;
	width: auto;
	display: inline-block;
}

#form-login-remember input.inputbox {
	width: auto;
}


.login fieldset {
	border: 0;
}

.login-fields {
	margin:10px 0
}

.login-fields label {
	float:left;
	width:9em
}

.login-description,
.logout-description {
	overflow:hidden;
	padding-left:5px;
	margin:20px 0 10px 0
}

.logout-description {
	margin-bottom:20px
}





/** User profile **/

#users-profile-core,
#users-profile-custom {
	margin:10px 0 15px 0;
	padding:15px;
}

#users-profile-core dt,
#users-profile-custom dt {
	float:left;
	width:12em;
	padding:3px 0;
}

#users-profile-core dd,
#users-profile-custom dd {
	padding:3px 0;
}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend {
	font-weight:bold
}

#member-profile fieldset,
.registration fieldset {
	margin:10px 0 15px 0;
	padding:15px;
}

.profile-edit form#member-profile fieldset dd,
.registration form#member-registration fieldset dd {
	float:none;
	padding:5px 0;
}

.profile-edit form#member-profile fieldset dd input,
.profile-edit form#member-profile fieldset dd select,
.registration form#member-registration fieldset dd input {
	width: 17em;
}

.profile-edit form#member-profile fieldset dt,
.registration form#member-registration fieldset dt {
	clear: left;
	float: left;
	padding: 5px 5px 5px 0;
	width: 16em;
}

#users-profile-core,
#users-profile-custom {
	border: solid 1px #ccc;
}

#member-profile fieldset,
#member-registration fieldset {
	border: solid 1px #ccc;
}

#user-registration.form-validate fieldset {
	border: solid 0px;
	padding-left: 0;
}







/** Contacts **/

contact {
}

.contact h2 {
	margin-left: 470px;
	text-align: center;
	color: #3595ba;
}

.contact h3 {
	text-align: left;
	color: #555;
	margin-bottom: -20px;
}

.contact-image img {
	text-align: center;
	float: right;
	margin-right: 40px;
}

h3.pane-toggler {
	font-size: 1.1em;
	border-top: 1px solid rgb(226,226,226);
	margin-bottom: 2px;
	padding-bottom: 8px;
	padding-top: 8px;
}

h3.pane-toggler-down {
	font-size: 1.1em;
	border-top: 1px solid rgb(226,226,226);
	margin-bottom: 2px;
	padding-bottom: 8px;
	padding-top: 8px;
}

address span {
	display: block;
	font-style: normal;
}

.contact-address img {
	margin-bottom: 10px;
}

.panel .contact-form,
.panel  .contact-miscinfo
{
	padding:10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address
{
	margin:20px 0 0 0
}

#contact-form fieldset {
	border: 0px;
}

#contact-form fieldset dl dt dd {
	padding-top: 4px;
}

#jform_contact_name {
	width: 450px;
}

#jform_contact_email {
	width: 450px;
}
#jform_contact_emailmsg {
	width: 450px;
}

#jform_contact_message {
	width: 450px;
}

#jform_contact_email_copy-lbl {
	float: left;
	padding-right: 6px;
}

#jform_contact_email_copy {
	margin: 4px;
}

.star {
	color: #cc0000;
}

.tip
{
	border:solid 1px #333;
	background:#ffffcc;
	font-size: 0.86em;
	padding: 5px;
}




/** Search **/

.searchintro {
	font-weight:normal;
	margin:20px 0 20px;
}

.searchintro img {
	border:0px
}

.word {
	border:solid 0px #ccc ;
}

fieldset.word label {
	font-weight: bold;	
	color:#333;

}

.form-limit {
	margin:20px 0 0;
	text-align:right;
	padding:0 10px 0 20px;
}

.highlight {
	font-weight: bold;
}

.ordering-box {
	width:40%;
	float:right;
}

.phrases-box {
	width:60%;
	float:left
}

.only,
.phrases {
	border:solid 1px #ccc;
	margin:10px 0 0 0px;
	padding:15px ;
	line-height:1.3em;
}

label.ordering {
	display:block;
	margin:10px 0 10px 0
}

.word {
	padding:10px 10px 10px 0;
}

.word input {
	font-weight:bold;
	margin:0px 10px 0px 10px;
	padding:4px;
	font-size:1em
}

.word label {
	font-weight:bold
}

fieldset.only label,
fieldset.phrases label {
	margin:0 10px 0 0px
}

.ordering-box label.ordering {
	margin:0 10px 5px 0;
	float:left
}

form .search label {
	display:none
}

.search legend {
	font-weight:bold
}




/** Search results **/

dl.search-results dt.result-title {
	border-top: solid 1px #ddd;
	padding-top: 10px;
	font-weight:bold;
}

dl.search-results dd.result-created {
	padding-top: 6px;
	padding-bottom: 10px;
	color: rgb(170,170,170);
}


dd.result-category {
	padding-top: 6px;
	padding-bottom: 6px;
}




/* Stats */
.stats-module dl {
	margin:10px 0 10px 0
}

.stats-module dt {
	float:left;
    margin:0 10px 0 0;
    font-weight: bold;
}

.stats-module dt,
.stats-module dd {
	padding:2px 0 2px 0
}



/* Syndicate */

a.feed-link {
	margin-top:15px;
	display:block;
	text-decoration:none
}

.feed-link img {
	border:0
}




/** Footer **/

#footer_wrap {
	text-align: center;
	/* background: #eaeaea url('../images/main/main-bg.png'); */
	background-size: 100% 100%;
	background-color: #e4e4e4;
	padding-bottom: 5px;
}

#footer {
	clear: both;
	/* width: 1000px; */
	margin: auto;
	/*padding-top: 26px;*/
	font-size: 0.86em;
	color: rgb(170,170,170);
	background-color: #fafafa;
}

#footer div.custom hr {
	border: 0;
	color: rgb(226,226,226);
	background-color: rgb(226,226,226);
	height: 1px
}

#copyright {
	clear: both;
	margin: auto;
	margin-top: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #000;
	font-size: 1em;
	text-align: center;
	color: #FFD800;
	background-color: #1d1d1d;
}

#copyright a {
	color: #FFD800;
	text-decoration: none;
}

#copyright a:hover {
	color: #515151;
	text-decoration: none;
}

#copyright img {
	border-style: none;	
}

#copyright div.cp2 {
	text-align: left;
}




/** Box/Banner/Links **/

#box_wrap {
	margin: auto;
	padding-top: 0px;
	width: 1000px;
}

#box_wrap a:hover {
	color: #fff;
	float: center;
	margin: auto;
}

#box_wrap h1, #box_wrap h2, #box_wrap h3  {
	color: #969696;
	float: center;
	margin: auto;
}

#box1 {
	width: 333px;
	margin: auto;
	padding: 0;
	float: left;
}

#box2 {
	width: 333px;
	margin: auto;
	padding: 0;
	float: left;
}

#box3 {
	width: 333px;
	margin: auto;
	padding: 0;
	float: left;
}




/** Editor **/

#adminForm.form-validate fieldset {
	border: solid 1px #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;
}

#adminForm legend {
	font-weight: bold;
}

.edit.item-page {
	max-width: 660px;
}

#adminForm.form-validate fieldset div.formelm {
	padding-bottom: 10px;
	display: block;
}

#adminForm.form-validate fieldset div.formelm label,
#adminForm.form-validate fieldset div.formelm input {
	display: inline-block;
}

#adminForm.form-validate fieldset div.formelm label {
	width: 120px;
}

#adminForm.form-validate fieldset div.formelm-area label,
#adminForm.form-validate fieldset div.formelm-area input {
	display: inline-block;
}

#adminForm.form-validate fieldset div.formelm-area label {
	width: 120px;
	vertical-align: top;
}

#adminForm.form-validate fieldset div.formelm-buttons {
	margin-top: -32px;
	padding-bottom: 10px;
	height: 20px;
	float: right;
}

#jform_articletext_tbl.mceLayout {
	clear: both;
}




/** Mailto Window **/

#mailto-window {
	padding: 50px;
	width: 360px;
}

#mailto-window h2 {
	padding-bottom: 10px
}

#mailto-window p {
	clear: left;
	padding-top: 20px
}

#mailto-window label {
	padding: 0px;
}

#mailto-window input {
	margin: 4px;
	padding: 6px;
	padding-right: 24px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #e2e2e2;
	outline: none;
}

#mailtoForm div.formelm label,
.formelm input {
	display:inline-block;
}

#mailtoForm div.formelm label {
	width: 80px;
}

#mailtoForm div.formelm input {
	width: 200px;
}

#mailto-window div.mailto-close a {
	display: none;
}

body.contentpane {
	background-color: #fff;
}



/** Print Window **/

#main div.item-page {
	margin: 10px;
}

#main div.item-page ul.actions li {
	float: right;
}

body.contentpane {
	color: #000;
}


/** Slideshow **/
#wrapper-slide{
float:left;
width:670px;
height:329px;
background:transparent;

}

#slide-bg{
float:left;
width:670px;
height:329px;
background: #969696;

}

#slide {
float:left;
width:670px;
height:453px !important;
background: url(../images/slide.jpg) no-repeat 0 0 ;
margin-top:10px;
margin-left:10px;
position:relative;
padding:0;

}

#slideshow-w {
float:left;
width:670px;
height:453px !important;
margin:5px 0 0 5px;

}

#slideshow {
float:left;
width:670px;
height:453px;
background:transparent;
position:relative;

}

.slideshowlite {
float:left !important;
width: 9px;
height: 280px;
padding:0;
margin:0;

}

.slideshowlite a {
position:absolute;
left:0;
z-index: 5;
text-align:left;

} 

.slideshowlite img {
border: none;
z-index:3;
margin:0;
padding:0;

} 

.slideshowlite ul {
position: absolute;
margin-top: 319px;
left:560px !important;
 z-index: 9; 
list-style-type:none;
background:transparent;
width:75px;
height:25px;


}

.slideshowlite ul li,
.slideshowlite ol li {
float: left;
width: 14px;
padding: 0 2px 0 2px;
margin:0;
list-style-type:none;
border:none !important;

}

 .slideshowlite ul li a {
background: url(../images/radio.png) 0 0 no-repeat;
 position: relative; 
display: block; 
width: 14px !important;
height: 14px !important;
float: left;
line-height: 23px; 
text-decoration: none;
text-align: center !important;
font-size: 12px;
 font-weight: bold; 
color: #fff !important;
border:none !important; 
text-indent:-5000px;
margin-top:5px;
margin-left:0;

}

.slideshowlite ul li a.current {
background: url(../images/current.jpg) 0 0 no-repeat;

}

.slideshowlite ul li a:hover {
background: url(../images/current.jpg) 0 0 no-repeat;

}
 
.slideshowlite ol {
display: none;

}

/*************************/


#search li {
	display: inline-block;
	padding: 0 10px 0 10px;
	border-left: solid 1px lightgrey
}

#search li:first-child {
	border-left: none
}

#languages {
	float: right;
	padding: 7px 4px 0 0
}

#languages a {
	color: red;
	font-size: 12px
}

#languages a:hover, 
#languages a.active {
	text-decoration: none;
	border-bottom: solid 2px darkgrey;
	padding-bottom: 3px;
}

#languages span.id {
	display: inline;
	text-transform: uppercase
}

#languages span.name {
	display: none
}

#contactData {
	float: right;
	clear: both;
	/*
	margin-top: 20px;
	margin-right: 15px;
	*/
}

#graphicview {
	width: 880px;
	height: 680px;
	clear: right;
	float: right;
	border: 0px solid rgb(0, 0, 0);
	border-image: none;
}

#imgback {
	width: 25px;
	height: 25px;
	margin: auto;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

table {
  float: left;
  width: auto;
  overflow: hidden;
  background: #fff;
  color: #024457;
  border-radius: 5px;
  border: 0px solid rgb(0, 0, 0);
}

table tr {
  border: 1px solid #d9e4e6;
}
table tr:nth-child(odd) {
  background-color: #eaf3f3;
}
table th {
  display: none;
  background-color: #3595ba;
  color: #fff;
  padding: 1em;
  text-align: center;
  font-weight: bold;
}
table th:first-child {
  display: table-cell;
}
table th:nth-child(2) {
  display: table-cell;
}
table th:nth-child(2) span {
  display: none;
}
table th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  table th:nth-child(2) span {
    display: block;
  }
  table th:nth-child(2):after {
    display: none;
  }
}
table td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}
table td:first-child {
  display: table-cell;
  border-right: 1px solid #d9e4e6;
}
@media (min-width: 480px) {
  table td {
    border: 1px solid #d9e4e6;
  }
}
table th, table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  table th, table td {
    display: table-cell;
    padding: .3em;
  }
}

#biginput {
	font-size: 130%;
	font-weight: bold;
	width: 140px;
}

input.button {
	background-color: #3595ba; /* Green */
	border: none;
	color: #fff;
	padding: 7px 7px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 7px;
	margin-bottom: 0px;
}

input.button_small {
	/*background-color: #3595ba;  Green */
	border: none;
	color: #3595ba;
	/*padding: 7px 7px;*/
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	/*margin: 7px;*/
}

textarea {
	display: block;
	/*overflow: auto;*/
	/* background: #eaf3f3; */
	font-family: Arial;
	font-size: 100%;
	height: 100px;
	/* width: 26em; */ /* fallback for the next one, for browsers not recognizing ch */
	/* width: 125ch; */ /* sets the width to 40 times the width of the digit “0” */
	
}

.file_upload{
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 1em;
    height: 2em;
    line-height: 1em
}
.file_upload .label{
    display: block;
	font-size: 1.2em;
	padding-top: -2em;
}
.file_upload .label{
    float: left;
    width: 480px;
    height: 100%;
    text-align: left;
}

.mark{
	font-size: 1.2em;
}

.note_event_alert_outer {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	
	z-index:9999;
}
.note_event_alert_outer .frame {
	position:relative;
	z-index:9999;
}
.note_event_alerts_holder {
	position:fixed;
	left:65%; top:0;
	width:35%;
	z-index:9999;
}
.note_event_alerts_holder .note_event_alert {
	position:relative;
	/*top:-1000px;*/
	background-color:#FFEBA0;
	font:1.1em Tahoma, sans-serif;
	border:1px solid #FFFFFF;
	margin-left:60px;
}
.note_event_alerts_holder .note_event_alert .note_event_alert_header {
	font-size:1.1em;
	margin:10px 20px 0;
}
.note_event_alerts_holder .note_event_alert .note_event_alert_text {
	font-size:0.8em;
	margin:10px 20px;
}
.note_event_alerts_holder .note_event_alert .note_event_alert_refresh_button {
	position:absolute;
	padding:10px;
	top:0;
	right:0;
	outline:none;
	z-index:9999;
}
.note_event_alerts_holder .note_event_alert .note_event_alert_refresh_button img{
	height: 25px;
	width: 25px;
	border: 0;
}
.note_event_alerts_holder .note_event_alert .note_event_alert_reset_button {
	position:absolute;
	padding:10px;
	margin:0px 30px;
	top:0;
	right:0;
	outline:none;
}
.note_event_alerts_holder .note_event_alert .note_event_alert_reset_button img{
	height: 25px;
	width: 25px;
	border: 0;
}
.note_event_alerts_holder .note {
	color:#FFF;
	background-color:#72b333; /* R90 G72 B70 */
}
.note_event_alerts_holder .warning {
	color:#FFF;
	background-color:#f59829; /* R245 G152 B41 */
}
.note_event_alerts_holder .attention {
	color:#FFF;
	background-color:#ff7878; /* R255 G120 B120 */
}
.note_event_alerts_holder .error {
	color:#FFF;
	background-color:#ed1f24; /* R237 G31 B36 */
}

#mailview {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
	/*z-index: 3; */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /* overflow: auto;  Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	width: 100%;
	height: 100%;
}

#mailget {
	width: 560px;
	height: 500px;
}

/* enter Content/Box */
.mail-content {
    background-color: #fefefe;
    margin: 150px auto; /* 15% from the top and centered */
    border: 1px solid #888;
}

#mailclose {
	position: relative;
}

#event_mail {
	position: relative;
	height: 100%;
	width: 100%;
    margin: 0 auto;
    max-width: 90%;
    padding: 20px 20px 20px 20px;
    border: 1px solid rgba(0,0,0,.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: rgba(0, 0, 0, 0.5); 
    -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
    box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
    overflow: auto;
}

#event{
	display:block;
	width: 500px;
    background: rgba(255, 255, 255, 0.4);
    height: 120px;
    border: 1px solid rgba(255,255,255,.6);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    font-weight: 300;
    color: #fff;
    /*padding-left:25px;
    padding-right:25px;*/
    padding-top:2px;
    margin-bottom:20px;
    overflow: auto;
}

input#name, input#email, input#subject, input#event {
    width: 500px;
    height: 36px;
	background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255,255,255, 0.4);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    display:block;
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    font-weight: 300;    
    color: #3a3737;
    /*padding-left:20px;
    padding-right:20px;*/
    margin-bottom:20px;
}

input[type=submit] {
    cursor:pointer;
}

:-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder{ 
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {  
    color: #fff; 
}

input:focus, #event:focus { 
    background-color: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
    box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
    /*overflow: hidden;*/
}

#submitter {
	font-weight: bold;
	text-transform: uppercase;
    width: 138px;
    height: 44px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float:right;
    border: 1px solid #253737;
    background: #416b68;
    background: -webkit-gradient(linear, left top, left bottom, from(#3595ba), to(#416b68));
    background: -webkit-linear-gradient(top, #3595ba, #416b68);
    background: -moz-linear-gradient(top, #3595ba, #416b68);
    background: -ms-linear-gradient(top, #3595ba, #416b68);
    background: -o-linear-gradient(top, #3595ba, #416b68);
    background-image: -ms-linear-gradient(top, #3595ba 0%, #416b68 100%);
    padding: 10.5px 21px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
    box-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
    text-shadow: #333333 0 1px 0;
    color: #e1e1e1;
}

#submitter:hover {
    border: 1px solid #253737;
    text-shadow: #333333 0 1px 0;
    background: #416b68;
    background: -webkit-gradient(linear, left top, left bottom, from(#77b2b0), to(#416b68));
    background: -webkit-linear-gradient(top, #77b2b0, #416b68);
    background: -moz-linear-gradient(top, #77b2b0, #416b68);
    background: -ms-linear-gradient(top, #77b2b0, #416b68);
    background: -o-linear-gradient(top, #77b2b0, #416b68);
    background-image: -ms-linear-gradient(top, #77b2b0 0%, #416b68 100%);
    color: #fff;
}

#submitter:active {
    margin-top:1px;
    text-shadow: #333333 0 -1px 0;
    border: 1px solid #333333;
    background: #ffCC00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffCC00), to(#ff6600));
    background: -webkit-linear-gradient(top, #ffcc00, #ff6600);
    background: -moz-linear-gradient(top, #ffcc00, #ff6600);
    background: -ms-linear-gradient(top, #ffcc00, #ff6600);
    background: -o-linear-gradient(top, #ffcc00, #ff6600);
    background-image: -ms-linear-gradient(top, #ffcc00 0%, #ff6600 100%);
    color: #fff;
    -webkit-box-shadow: rgba(255,255,255,0) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
    box-shadow: rgba(255,255,255,0) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
    outline: none;
}

#render_wrapper {
	/* margin-left: 20px; */
	width: 100%;
	height: 700px;
	margin: auto;
	display: block;
	overflow:  hidden;
}


.nav {
    width: 280px;
    min-width: 280px;
    /*height: 100%;*/
    position: absolute;
    top: 9.9em;
    bottom: 0;
    margin: 1px 0;
    /* сдвигаем (прячем) панель относительно левого края страницы */
    left: -280px;
    /*padding: 15px 0px; */
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    background: #3595ba;
    z-index: 2000;
}
 
.nav-toggle {
    /* абсолютно позиционируем */
    position: absolute;
    /* относительно левого края панели */
    left: 280px;
    /* отступ от верхнего края панели */
    top: 0em;
    /* внутренние отступы */
    padding: 0.5em;
    /* определяем цвет фона переключателя
     * чаще вчего в соответствии с цветом фона панели
    */
    background: inherit;
    /* цвет текста */
    color: #dadada;
    /* вид курсора */
    cursor: pointer;
    /* размер шрифта */
    font-size: 1.2em;
    line-height: 1;
    /* всегда поверх других элементов страницы */
    z-index: 2001;
    /* анимируем цвет текста при наведении */
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
 
.nav-toggle:after {
    content: '\2630';
    text-decoration: none;
}
 
.nav-toggle:hover {
    color: #f4f4f4;
}
 
[id='nav-toggle'] {
    position: absolute;
    display: none;
}

[id='nav-toggle']:checked ~ .nav > .nav-toggle {
    left: auto;
    right: 2px;
}

[id='nav-toggle']:checked ~ .nav {
    left: 0;
    box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    overflow-y: auto;
}
 
[id='nav-toggle']:checked ~ #content-menu_wrap_bg >  .content > .main {
    -webkit-transform: translateX(280px);
    -moz-transform: translateX(280px);
    transform: translateX(280px);
}
 
[id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
    content: '\2715';
}
 
body {
    -webkit-animation: bugfix infinite 1s;
}
 
@-webkit-keyframes bugfix {
    to {
      padding: 0;
    }
}
 
@media screen and (min-width: 280px) {
    html,
    body {
      margin: 0;
      overflow-x: hidden;
    }
}
 
@media screen and (max-width: 280px) {
    html,
    body {
      margin: 0;
      overflow-x: hidden;
    }
    .nav {
      width: 100%;
      box-shadow: none
    }
}
 
.nav h2 {
    width: 90%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
    font-size: 1.3em;
    line-height: 1.3em;
    opacity: 0;
    transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}
 
.nav h2 a {
    color: #dadada;
    text-decoration: none;
    text-transform: uppercase;
}
 
[id='nav-toggle']:checked ~ .nav h2 {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.nav > ul {
    display: block;
    margin: 0;
    padding: 20px;
    list-style: none;
}
 
.nav > ul > li {
    line-height: 2;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}
 
[id='nav-toggle']:checked ~ .nav > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.nav > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s;
}
 
.nav > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s;
}
 
.nav > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s;
}
 
.nav > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s;
}
 
.nav > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s;
}
 
.nav > ul > li:nth-child(7) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s;
}

.nav > ul > li > a {
    display: inline-block;
    position: relative;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    color: #dadada;
    width: 100%;
    text-decoration: none;
	text-transform: uppercase;
    /* плавный переход */
    -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease;
}

.nav > ul > li > a:hover,
.nav > ul > li > a:focus {
    color: white;
    padding-left: 15px;
}

.nav > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.nav > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #3bc1a0;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav > ul > li > a:hover:before {
    width: 0%;
    background: #3bc1a0;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}
 
.nav > ul > li > a:hover:after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.mask-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
}
 
[id='nav-toggle']:checked ~ .mask-content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
}



 /* The enter (background) */
.enter {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /* overflow: auto;  Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* enter Content/Box */
.enter-content {
    background-color: #fefefe;
    margin: 150px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}


/* Set a style for all buttons */
.action_buttons {
	
	background-color: #3595ba; /* Green */
	border: none;
	color: #fff;
	padding: 5px 0 5px 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
    width: 100%;
    cursor: pointer;
	margin-top: 5px;
}

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

.container {
    padding: 16px;
}

.container input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#datatable {
	line-height: 1.2;
}

#datatable div.vertical {
   writing-mode: tb-rl;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	/*transform: rotate(180deg);*/
   width: 30px;
   /*height: 200px;*/
   z-index: 3;
}

#datatable th {
	word-break: keep-all;
}

#datatable tr.tr1 {
	background-color: #d1e3f0;
}

#datatable tr.tr2 {
	background-color: #c5d0e6;
}

#datatable tr.tr3 {
	background-color: #979797;
}

#datatable td {
	
}

#emptytable {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #024457;
}

#emptytable th {
	border: none;
	background-color: transparent;
}

#emptytable td {
	max-width: none;
	border: none;
	background-color: transparent;
}

#emptytable tr:nth-child(odd) {
	border: none;
	background-color: transparent;
}

input[name=section] {
  width: 80px;
  opacity: 0;
  position: absolute;
  z-index: 1;
}

input#filter {
	background-repeat:no-repeat;
	background-position: right;
	padding: 6px;
	width: 180px;
	padding-right: 24px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #c3c3c3;
	outline: none;
}

input[name=filter] {
	background-image:url(../images/main/filefind_search.png);
	background-color: #3595ba; /* Green */
	border: none;
	color: #fff;
	padding: 5px 0 5px 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
    cursor: pointer;
}

#ExportRepository{
	
}

td[role=columnheader]:not(.no-sort) {
	cursor: pointer;
}

td[role=columnheader]:not(.no-sort):after {
	content: '';
	float: right;
	margin-top: 7px;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #404040 transparent;
	visibility: hidden;
	opacity: 0;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

td[aria-sort=ascending]:not(.no-sort):after {
	border-bottom: none;
	border-width: 4px 4px 0;
}

td[aria-sort]:not(.no-sort):after {
	visibility: visible;
	opacity: 0.4;
}

td[role=columnheader]:not(.no-sort):hover:after {
	visibility: visible;
	opacity: 1;
}

.filelink { display: inline-block; vertical-align: top; margin-left: 10px; font-size: 16px; word-wrap: break-word; }