/* Add here all your CSS customizations */
html.boxed {
	background: url(../img/background.jpg) no-repeat fixed center center;
}
html.boxed body {
	background: url(../img/background_lines.png) repeat fixed center center;
}
html.boxed .body {
	margin: 0 auto;
	border-top:0;
	box-shadow: 0 0 20px black;
}


h3,h5 {
	text-transform: none;
}

img.img-responsive {
	width:100%;
	height: auto;
}
h2.intro {
	font-size:1.4em;
	font-style: italic;
	letter-spacing: normal;
	border-left: 5px solid #eee;
	margin: 0 0 16px 0;
	padding: 8px 0 8px 16px;
	line-height:1.4;
	text-align:justify;
}
.page-header-color .breadcrumb {
	 text-align: left;
	float: none;
}

.form-control-xlg {
	padding: 1rem 2rem;
	font-size: 2.5rem!important;
	line-height: 1.5!important;
	border-radius: .6rem;
	text-align:center;
}
@media (max-width: 991px) {
	.form-control-xlg {
		padding: 0.5rem 1rem;
		font-size: 1.5rem!important;
		border-radius: .3rem;
	}
}
.maindrop {
	text-decoration:none!important;
}
@media (min-width: 992px) {
	.maindrop {
		color: var(--color-light)!important;
	}
}

/*html.sticky-header-active div.header-logo > a > img {
	top:35px!important;
}
html.sticky-header-active .sticky-hidden {
	display:none!important;
}*/
div.body {
	min-height: 1200px;
}



a.vlist {
	display:block;
	position:relative;
	width:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	height:0;
	padding-bottom:58.82%;
	margin-bottom:20px;
}
.listItemCat {
	position:absolute;
	top:3px;
	left:3px;
	background:var(--color-1);
	color:var(--color-light);
	text-transform: uppercase;
	padding:3px 10px;
}
.listItemCatR {
	position:absolute;
	top:3px;
	right:3px;
	background:var(--color-1);
	color:var(--color-light);
	text-transform: uppercase;
	padding:3px 10px;
}
.listItemTit {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:3px 10px;
	background:rgba(0,0,0,0.65);
	color:var(--color-light);
	line-height:1.4;
}
.listItemTitBig {
	font-size:2em;
}

.simpleThumb {
	max-width:64px;
	float:left;
	margin-right:10px;
}
.simpleTitle {

}
.simpleNav {

}


.tab-pane a {
	text-decoration:none;
}
.tab-pane p {
	margin-bottom:5px;
}
.tabs > ul > li {
	line-height:1.2;
	text-align:center;
}
.tab-content {
	overflow-y:scroll;
}


ul.comments li {
	clear: both;
	padding: 10px 0 0 85px;
}
ul.comments li img.avatar {
	height: 50px;
	width: 50px;
}
ul.comments li .img-thumbnail {
	margin-left: -85px;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 600px;
	margin: 20px auto;
}
.white-popup-wide {
	max-width: 800px;
}
.post-block {
	border-top: 0;
	margin: 0;
	padding: 0;
}
.post-leave-comment {
	margin-top: 0;
	padding-top: 0;
}
ul.comments .comment-block p {
	margin-bottom: 5px;
}
ul.comments .comment-block-dark {
	background: #e8e8e8;
}
@media (max-width: 575px) {
	ul.comments li {
		padding: 0 0 0 10px;
	}
}


.forSidebarFullWidth {
	margin-left:-15px;
	width:100%;
	padding:15px;
	box-sizing: content-box;
	color:white;
}

.home-intro {
	margin-bottom:25px;
}

@media print {
	.no-print, .no-print * {
		display: none !important;
	}
	.yes-print {
		width:100%; margin:0;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/*
#header .header-body2 {
	display: block;
	-webkit-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	width: 100%;
	border-bottom: 1px solid transparent;
	z-index: 1001;
	background: #444;
	border-top: 0;
	min-height:125px;
}
#header .header-container2 {
	position: relative;
	display: block;
	-webkit-transition: ease height 300ms;
	transition: ease height 300ms;
}
@media (max-width: 991px) {
	#header .header-container2:not(.container) .header-nav-main {
		padding: 0 0.75rem;
	}
}
#header .header-row2 {
	max-height: 100%;
}
#header .header-logo2 {
 position:absolute;
 left:0;
 top:5px;
 width:200px;
}
*/
/*#header .header-nav {
	position:absolute;
	display:block;
	top:80px;
	left:200px;
	padding:0;
	width:840px;
	min-height:auto;
}*/

/*@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		padding: 0.5rem 0.25rem;
 	}
	#header .header-nav-main {
		display: block!important;
		height: auto !important;
		text-align: center;
	}
	#header .header-nav-main nav {
	 display: inline-block !important;
	}
}
@media (max-width: 1199px) and (min-width:991px) {
	#header .header-nav {
		width:660px;
	}
}
@media (min-width: 1200px) {
	#header .header-nav-main nav > ul > li > a {
		padding: 0.5rem 0.5rem;
	}
}

@media (max-width: 991px) {
	#header .header-body2 {
		min-height:80px;
	}
	#header .header-logo2 {
		left:10px;z-index: 1100;
	}
	#header .header-nav {
		position: absolute;
		display: block;
		top: 20px;
		left: 0;
		padding: 0;
		width: 100%;
		min-height: auto;
	}

	#header .header-sat {
		display:none!important;
	}
}

html.sticky-header-active #header .header-body2 {
	position: fixed;
	border-bottom-color: #e9e9e9;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	min-height:80px;
}
@media (min-width: 992px) {
	html.sticky-header-active #header .header-nav {
		top:20px;
	}
}
@media (max-width: 991px) {
	html.sticky-header-active #header  {
		padding-top:0;
	}
}
@media (max-width: 991px) {
	#header .header-nav-main nav {
		box-shadow: 0 2px 3px black;
	}
	#header .header-btn-collapse-nav {
		margin-right:10px;
	}
	#header .header-nav-main {
		top: calc(100% + 30px);
	}
}*/
.page-header h1 {
	line-height: 1.2;
}
.sitemapa li {
	margin-bottom:2px!important;
}
@media (max-width: 767px) {
	.mobile-hidden {
		display:none!important;
	}
}
.mobile-visible {
	display:none;
}
@media (max-width: 767px) {
	.mobile-visible {
		display:block!important;
	}
}
#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
	background:transparent;
}
#header .header-nav-top .nav > li.nav-item.dropdown.show .nav-link {
	background: transparent;
}
html.boxed.sticky-header-active #header .header-body,html.boxed #header .header-body {
	background-color:var(--color-1)!important;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		font-size: 14px;
		font-weight: 400;
		text-transform: none;
	}
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
		box-shadow: 1px 1px 5px rgba(0,0,0,0.75);
	}
}

.container-red {
	background-color:var(--color-1)!important;
	color: var(--color-light);
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom: 20px;
}
.container-red p, .container-red h4 {
	color: var(--color-light);
}

.events_entry {
	padding: 20px;
	background-color: #F0F0F0;
	border-bottom: 3px solid #EEE;
	display: flex;
	flex-wrap: nowrap;
}
.entry-image {
	width: 400px;
	position:relative;
}
.entry-image-right {
	margin-left: auto;
	margin-right:0;
	order: 2;
}
.entry-image-left {

}
.entry-text {
	width: 100%;
	margin-left:20px;
}
.entry-text-right {
	width: 100%;
	margin-right:20px;
	margin-left:0;
}
.blackdate {
	position:absolute;
	left:5px;
	top:5px;
	color:white;
	text-align:center;
	background-color: rgba(0,0,0,0.75);
	padding:10px;
	box-shadow: 0 0 20px white;
}
.blackdate-right {
	right:5px;
	left:auto;
}
.blackdate p {
	line-height:1.4;
	color:white;
	margin:0;
}
.blackdate-weekday {
	font-size:12px;
	font-style:italic;
	color:#ccc!important;
}
.blackdate-day {
	font-size:26px;
	font-weight:600;
}
.blackdate-month {
	font-size:14px;
	line-height: 0.5!important;
}
@media (max-width: 767px) {
	.events_entry {
		padding: 20px;
		background-color: #F9F9F9;
		border-bottom: 3px solid #EEE;
		display: block;
	}
	.entry-image {
		width: 100%;
		margin-bottom:10px;
	}
	.entry-text {
		margin: 0 !important;
	}
}

