::-moz-selection{background:#1b1b1b;color:#fff;text-shadow:none}::selection{background:#1b1b1b;color:#fff;text-shadow:none}


/******************
 * 
 * SYSTEM TYPO3 (Підправка CSS Typo3 під шаблона)
 * 
 *****************/

div.ce-textpic, div.ce-textpic div.ce-textpic-imagerow, ul.ce-uploads li {
    overflow: visible;
}

div.ce-textpic img, div.ce-textpic div.ce-textpic-imagerow img, ul.ce-uploads li img, .news-list-img img {
    margin-top: 3px;
}

UL.ce-uploads SPAN.ce-uploads-fileName {
	text-decoration: none;
}


/******************
 * 
 * HEADER
 * 
 *****************/

.ce-header h3 {
    
}

.ce-header {
    margin-top:50px;
}

.ce-header-n1 {
    margin-top:0px;
}


/******************
 * 
 * TABLES
 * 
 *****************/

.contenttable
    {
		width: 100%;
		color: #000000;
		border-spacing: 0;
		border: 1px solid #000;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px; 
		text-align: center;
    }


.contenttable .tr-0:first-child, .contenttable .tr-0:last-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
    
    
.contenttable td {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	padding: 5px;
	text-align: center;    
}


.contenttable tr:nth-child(even) {
    background: #EEEEE0;        
}

.contenttable td:first-child {
    border-left: none;
}

.contenttable tr:first-child td {
    border-top: none;
}
				
.contenttable tr:first-child, .contenttable tr.tr-head{
	background: #336699;
	font-weight:bold;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}

.contenttable tr:hover {
	background: #C6E2FF;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}   

.contenttable td[rowspan], .contenttable td[rowspan]:hover {
    background: #fff;
}

.contenttable tr:first-child:hover, .contenttable tr.tr-head:hover, .contenttable tr:first-child td[rowspan] {
	background: #336699;
} 


/******************
 * 
 * UPLOADS
 * 
 *****************/

ul.ce-uploads li {
    margin: 1em 11px;
    list-style: outside none none;
}

ul.ce-uploads span {
    display: block;
    font-size: 18px;
}

ul.ce-uploads span.ce-uploads-fileName {
	font-size: 15px;
	margin-right: 15px;
}

span.ce-uploads-fileName::before{
	font-family: FontAwesome;
	content: "\f016";
	color: #000;
	float:left;
	font-size: 36px;
	margin-right: 15px;
}

ul.ce-uploads span.ce-uploads-fileName {
    text-decoration: none;
}

.ce-uploads-fileName a{
    color: #000 !important;
}


/******************
 * 
 * LISTS
 * 
 *****************/

.ce-bulletlist li::before{
    font-family: FontAwesome;
    content: "\f0da";
    color: #000;
    float: left;
    font-size: 16px;
    margin: 0 15px 0 0;
}

.ce-bulletlist li{
    margin-top: 5px;
    list-style: none;
}



/******************
 * 
 * SAVE TO FILE
 * 
 *****************/

.kmr-save-to-file-icon {
    float: right;
    position: relative;
    margin-top: 30px;
}

.kmr-save-to-file-icon i {
	margin-right: 20px;  
    font-size: 40px;
}



/******************
 * 
 * NEWS
 * 
 *****************/

.news-list-table {
	margin: 0;
	width: 100%;
}

.news-header-list-time {
	font: 11px Verdana, sans-serif;
}

.news-header-list-title {
	font: 18px Verdana, sans-serif;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.news-amenu-container {
    width: 100%;
    margin-left: 0px;
}

.news-amenu-container li {
	font-size: 14px;
	padding-left: 0px;
}

.news-search-emptyMsg {
	padding-top: 20px;
}

.news-single-imgcaption {
	font-style:italic;
}

.news-amenu-container LI:hover {
    background: none;
}

.addthis_inline_share_toolbox {
 	text-align:center;   
}


.news-single-img {
float: none;
margin: 0px;
padding: 0px;
width: 100%;
margin-bottom: 10px;
text-align: center;
display: inline-block;
}

.news-single-img a {
	padding-top: 20px;
	overflow: hidden;
    display: inline-block;
    margin: 0px;
}

.news-single-img img {
    vertical-align: baseline;
}

.news-single-imgcaption {
    padding: 0px;
    float: left;
}



/******************
 * 
 * NEWS MENU
 * 
 *****************/

.header-list-item {
    padding: 20px 0;
    margin: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}

.header-list-media-left {
    width: 87px;
    height: 100%;
    float: left;
    margin-right: 10px;
}

.header-list-media-body div {
    margin: 0px;
    background-color: #336699;
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 2px;
}

.header-list-media-body {
    display: table-cell;
    vertical-align: top;
    font-size: 11px;
    text-align: justify;
    font-weight: 600;
}

.header-list-item img {
	height: auto;
	max-width: 100%;
}

.news-amenu-container a {
    text-transform: capitalize;
}

.news-amenu-container a span{
    text-transform: lowercase;
    float:right;
}


/******************
 * 
 * NEWS BROWSE
 * 
 *****************/

.news-list-browse{
    font-size: 14px;
    float: left;
	width: 100%;
}
.news-list-browse .showResultsWrap{
    margin-bottom: 25px;
    border-top: 2px solid #000;
}

.news-list-browse a, .news-list-browse span{
    padding: 8px 15px 8px 15px;
    margin: 0 2px 2px 0;
    border: 2px solid #000;
    border-radius: 4px;
    color: #000;
}

.news-list-browse a:hover, .news-list-browse span:hover {
    background: #336699 none repeat scroll 0% 0%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color:#fff;
}

.news-list-browse .activeLinkWrap {
    background: #336699 none repeat scroll 0% 0%;
    color:#fff;
}

.news-list-browse .disabledLinkWrap {
    border: 2px solid grey;
    color: grey;
}




/******************
 * 
 * PAGE SEARCH
 * 
 *****************/

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: #336699;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
    background: #336699;
    padding: 10px;
    color: #fff;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info a {
    color: #fff;
}

p.tx-indexedsearch-descr {
    text-align: justify;
}


/******************
 * 
 * PAGE SEARCH BROWSE
 * 
 *****************/

.browsebox li a{
    padding: 8px 15px 8px 15px;
    margin: 0 2px 2px 0;
    border: 2px solid #336699;
    border-radius: 4px;
    color: #000;
}

.browsebox li a:hover {
    background: #8dc63f none repeat scroll 0% 0%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color:#fff;
}

.browsebox li.tx-indexedsearch-browselist-currentPage strong a {
    background: #336699 none repeat scroll 0% 0%;
    color:#fff;
}

.browsebox {
    margin: 20px 0;
}


/******************
 * 
 * FOTOGALLARY
 * 
 *****************/

.galleria-container {
 	margin: 0 auto;   
}