:root {
  --primary-color: #c0392b;
  --primary-color-rgb: 192, 57, 43;

  --secondary-color: #f7aca5;
  --secondary-color-rgb: 192, 57, 43;
}
#logo-container{
	justify-content : flex-start;
}

#mainmenu a {
	padding: 15px 9px;
}

#mainmenu > li:hover > ul   {
	overflow : visible;
}
#mainmenu > li > ul > li   {
	position : relative;
	overflow : visible;
}

#mainmenu > li > ul  > li:hover > ul {
	visibility: visible;
	opacity: 1;
}

#mainmenu > li > ul  > li > ul >li > a {
	background: rgba(0,0,0,0);
}

#logo img {
	max-height: 90px;
}

#searchInput{
	border-color: white;
	background-color : var(--secondary-color);
}
.tp-loop-wrap{
	background-color : #000000;
}
.desc-slideshow-item{
	background-color : rgb(196, 47, 47, 0.7);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.title-slideshow-item{
	background-color : rgb(196, 47, 47, 0.7);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
header.transparent:not(.smaller){
	background-color : rgb(196, 47, 47, 0.7);
}
header.transparent.header-mobile{
	background-color : rgb(196, 47, 47, 0.7);
}
header.transparent.header-mobile #mainmenu > li > a{
	color: black;
}
#Homenews > div > div {
	height : 300px;
	margin-bottom : 30px;
}
#Homenews > div > div > div{
	height : 100%;
}
#Homenews > div > div > div > img{
	height : auto;
}
#Homenews .breakingnews .title{
	font-weight: bold;
}
#Homenews .breakingnews{
	color : white;
	max-height : 150px;
	overflow-y : hidden;
	margin-bottom: 20px;
}

#section-news .post-image {
		overflow:hidden;
		height: 220px;
}

#section-news .newsitem-break {
		overflow:hidden;
		height: 200px;
}
.extlink{
	max-width: 160px;
}
#LogoExt .logo-container{
	text-align: center;
}
#EventCalendar{
	margin : 20px auto;
}
#EventImage {
	max-width: 400px;
	display:  block;
	margin : 10px auto;
}
.pagination li a{
	background-color: white;
}

.comment-info{
	margin-left : 0;
}
#blog-comment .comment{
	margin-left : 0;
}
.newstitle-news{
	background-color : rgb(196, 47, 47, 0.7);
}
#ui_notifIt.error {
	display : block;
	clear: both;
	color: orangered;
	padding-top: 0;
}


/****************** SHARRRE ******************/
.sharrre{
    margin:20px 0 0 20px;
    float:left;
}
.sharrre .box a:hover{
    text-decoration:none;
}
.sharrre .count {
    color:#333;
    display:block;
    font-size:16px;
    line-height:28px;
    height:30px;
    position:relative;
    text-align:center;
    width:70px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border:1px solid #b2c6cc;
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.sharrre .count:before, .sharrre .count:after {
    content:'';
    display:block;
    position:absolute;
    left:49%;
    width:0;
    height:0;
}
.sharrre .count:before {
    border:solid 7px transparent;
    border-top-color:#b2c6cc;
    margin-left:-7px;
    bottom: -14px;
}
.sharrre .count:after {
    border:solid 6px transparent;
    margin-left:-6px;
    bottom:-12px;
    border-top-color:#fbfbfb;
}
.sharrre .share:before {
    font-family: "fontAwesome";
    content: "ï‚™";
    margin-right: 6px;
}
.sharrre .share:before {
    font-family: "fontAwesome";
    margin-right: 6px;
}
#twitter .share:before {
    content: "";
}
#facebook .share:before {
    content: "";
}
#googleplus .share:before {
    content: "";
}
.sharrre .share {
    color:#fff;
    display:block;
    font-size:12px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    margin-top:8px;
    padding:0;
    text-align:center;
    text-decoration:none;
    width:70px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px; 
}
#twitter .share {
    background: #26c3eb;
}
#facebook .share {
    background: #3B5998;
}
#googleplus .share { 
    background: #D34836;
}
@media only screen and (max-width: 600px) {
  #topbar{
    padding-right: 0 ;
    padding-left: 0 ;
  }
   #topbar > div.container{
    padding-right: 0 ;
    padding-left: 4px ;
   }
   #slider-revolution p {
	line-height: 18px;
	margin-bottom: 0px;
   }
   #slider-revolution .desc-slideshow-item {
	padding-top: 10px;
	padding-bottom: 10px;
   }
   #slider-revolution .tp-caption p {
	font-size: 14px;
   }
}