::-moz-selection{background:#ff0000;color:#000;text-shadow:none}::selection{background:#ff0000;color:#000;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;
}

.row div:first-child .se-header {
    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: #ff0000;
	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: #ff0000;
} 


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

ul.ce-uploads li {margin: 1em 11px;list-style: outside none none;margin-left: 0px;padding: 15px 20px;position: relative;background: #eee;}

ul.ce-uploads span {display: block;line-height: 1.5; font-weight: normal;}

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

ul.ce-uploads span.csc-uploads-description {font-style: italic; word-wrap: break-word; color:#000}

span.ce-uploads-fileName::before{display:none;}

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

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

ul.ce-uploads a {color:#000; font-size: 18px; font-weight: bold;}

.ce-uploads-description {border-top: 1px solid red;font-style: italic; font-weight: normal !important;}


/******************
 * 
 * FILE LIST
 * 
 *****************/

.tx-filelist td {margin: 1em 11px;list-style: outside none none;margin-left: 40px;padding: 7px 20px;position: relative;background: #eee;}

.tx-filelist td .media-heading a {color:#333333; font-size: 18px; font-weight: bold;}

.tx-filelist td .file_list_description {border-top: 1px solid #333333;font-style: italic;color:#333333; line-height: 1.5; font-size: 15px;}

.tx-filelist td .file_list_info {
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    display: block;
    float: right;
    margin: 0px 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}


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

.ce-bullets li::before, .ce-textpic li::before{
    font-family: FontAwesome;
    content: "\f054";
    color: #ff0000;
    float: left;
    font-size: 16px;
    margin: 0 15px 0 0;
}

.ce-bullets li, .ce-textpic li{
    margin-top: 5px;
    list-style: none;
    font-size: 18px;
	line-height: 25px;
	font-weight: 500;
    text-align: justify;
}

.ce-bullets {
    margin: 20px 0 20px 20px;
} 

.ce-textpic ul {
    margin: 10px 0 10px 50px;
}


/******************
 * 
 * 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;   
    margin: 30px 0;
}


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

.news-single-img .news-single-img-item {
padding-left: 0px;
overflow: hidden;
margin: 0px;
display: inline-table;
padding-bottom: 20px;
vertical-align: top;
}

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

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



/******************
 * 
 * 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: #ff0000;
    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%;
    line-height: 100px;
    border-top: 1px solid #000;
}
.news-list-browse .showResultsWrap{
    margin-bottom: 25px;
    border-top: 1px solid #000;
}

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

.news-list-browse a:hover, .news-list-browse span:hover {
    background: #ff0000 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: #ff0000 none repeat scroll 0% 0%;
    color:#fff;
}

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




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

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

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
    background: #ff0000;
    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 #ff0000;
    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: #ff0000 none repeat scroll 0% 0%;
    color:#fff;
}

.browsebox {
    margin: 20px 0;
}


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

.galleria-container {
 	margin: 0 auto;   
}