.cookieConsentContainer {
	z-index: 99999999;
	width: 100%;
	min-height: 50%;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #444;
	overflow: hidden;
	position: fixed;
    top: 30%;
	left: 0;
	display: none;
	text-align:center;

}
.cookieConsentContainer .cookieTitle a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #000000;
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #eee;
	color: #111;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}

@font-face {
font-family: "Lato";
src: url("notosans.ttf") format("truetype");
font-display: swap;
}
@font-face {
font-family: "Montserrat";
src: url("Montserrat.ttf") format("truetype");
font-display: swap;
}
@font-face {
font-family: "Yanone Kaffeesatz";
src: url("Montserrat-Bold.ttf") format("truetype");
font-display: swap;
}
@font-face {
font-family: "Dosis";
src: url("Dosis-Regular.ttf") format("truetype");
font-display: swap;
}
@font-face {
font-family: "Dune";
src: url("dimboregular.ttf") format("truetype");
font-display: swap;
}
@font-face {
font-family: "Title1";
src: url("titling1.otf") format("opentype");
font-display: swap;
}
@font-face {
font-family: "Title2";
src: url("titling2.otf") format("opentype");
font-display: swap;
}
@font-face {
font-family: "Title3";
src: url("Montserrat.ttf") format("opentype");
font-display: swap;
}
@font-face {
font-family: "Title4";
src: url("Dosis-Regular.ttf") format("opentype");
font-display: swap;
}



body             { margin-bottom:30px; font-family: Lato; letter-spacing: 1px; font-size:1.6em; font-weight:400; color: #000; background: #fff ; background-repeat: no-repeat; background-attachment: fixed;}
body.admin       { padding-top:50px; padding-bottom:20px; margin-bottom: 20px; }
/*  .container { width: 90%; }*/
#logo            { margin:10px 0 0 0; font-family:Montserrat; font-size:2.5em; font-weight:400; ; }
#logo a          { padding:5px; color:#2694a0; text-decoration:none; border:0px solid #333; border-radius:10px; }
#logo a:hover    { color:#000; border:0px solid #3276b1; }

.header .nav     { margin-top:50px; padding:0; font-family: Yanone Kaffeesatz;}
.breadcrumb     { font-family: Yanone Kaffeesatz;
					padding: 8px 15px;
					margin-bottom: 10px;
					margin-top:8px;
					list-style: none;
					background-color: #fff;
					border-radius: 8px;
					}
.col-lg-4 h2     { font-size:30px;  }
     
header           { padding:5px 0 2px 0; }
header ul        { padding:20px 0 0 0; }

.heading         { margin:0 0 30px 0; padding: 20px; background:#eee; border-radius:6px 6px 6px 6px; }
.heading h1      { margin:10px 0; }
.heading p       { margin:20px 0 10px 0; font-size:18px; }
.topsep          { margin:10px 0 15px 0; }

.jumbotron             { margin-bottom:15px; position:relative; padding:0; border-radius:10px; box-shadow:3px 3px 10px #ddd; min-height:400px; background: url(../../static/media/iztm-1aaaa.jpg) center center; }
.jambotron             { margin-bottom:15px; position:relative; padding:0; border-radius:10px; box-shadow:3px 3px 10px #ddd; min-height:400px; background: url(../../static/media/Iztm-2b.jpg) center center; }

.jumbotron-caption     { position:absolute; left:0; bottom:0; width:100%; min-height:130px; padding:5px 30px 10px 30px; background:rgba(0, 0, 0, 0.5); color:#fff; text-shadow:0px 0px 7px #000; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; }

#overlay {position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0.1); z-index:1200;}
div.overlay { top:0; left:0; width: 100%; height: 100%; background: rgba(0,0,0,0.3);background-size: cover; z-index:12;border-radius:0px; border: 0px solid #b8e9ab; padding: 20px;}

.main-content p,
.main-content ul { line-height:115%; }
.sidebar         { margin-top:30px; }
.sidebar p,
.sidebar ul      { line-height:175%; }
.teaser         { margin-top:0; }
.teaser .thumbnail { margin-bottom:5px; }

.caption         { margin:3px 0 3px 0; color:#808080; font-style:italic; }
.thumbnail       { width:100% !important; height:auto; display:block; background-color: #eee; padding:0px;} 
.thumbnail-left  { float:left; margin:0 10px 10px 0; }
.thumbnail-right { float:right; margin:0 0 10px 10px;border: 0px solid #111;  }
.thumbnail img   { width:100%; }
a.thumbnail:hover { opacity:0.9; } 

.caption + p     { margin-top:20px; }

.topspace        { margin-top:10px; }
.closure         { margin-top:50px; }

.footer p        { margin:0; font-size:13px; }
.footer          { color:#808080; text-align:center; }
.footer a        { color:#808080; text-align:center; }
.footer a:hover  { color:#2a6496; }

.header .nav > li > a {  padding: 0; }

.alert h3   { margin:0 0 10px 0; }

.overview h2 a   { color:#333; text-decoration:none; }

.news            { margin:30px 0 30px 0; }
.news:first-child { margin-top:20px; }
.news h2         { margin:0; padding:0; }
.news h2 a       { color:#333; text-decoration:none; }
.news .time      { color:#808080; font-size:13px; margin:0 0 7px 0; padding:0; }

.simple-news h2  { margin:5px 0; }
.simple-news h2 a { color:#333; text-decoration:none; }
.simple-news-delete { background:#f2dede; }

#comments        { margin-top:50px; }
#commentformwrapper { padding-top:20px; }
h3#preview       { color:#ca9853; margin-bottom:10px;}
h4.author        { font-size:14px; margin-bottom:5px; font-style:italic; }
.comment         { position:relative; margin-bottom:25px; }
.comment-admin   { position:absolute; top:0; right:0; }
.comment-delete  { background:#f2dede; }
.comment-preview { color:#333; }
.comment-info    { font-size:13px; color:#808080; margin:0 0 -10px 0;}

.gallery         { margin:20px 0 30px 0; padding:30px 30px 0 30px; border:1px solid #ddd; border-radius: 4px 4px 4px 4px;  background:#eee; }
.gallery h3      { margin:-15px 0 20px 0; padding:0; font-size:14px; color:#808080; font-style:italic; text-align:center; }
.thumbnail-wrapper { text-align:center; margin-bottom:30px; }
.thumbnail-wrapper a { display:inline-block; margin:auto;  }

#menu-toggle-handle    { display:block; margin:7px 0 1px 0; background:#6dd9f3; padding:10px 15px; color:#fff; text-align:right; text-decoration:none; }
#menu-toggle-handle .icon-bar { display: block; margin:auto; width:22px; height:2px;  background-color:#000; border-radius:1px; }
#menu-toggle-handle .icon-bar + .icon-bar { margin-top:4px; }

.dropdown-menu .glyphicon { padding-right:5px; }  

a.rss                         { padding-left:23px; background:url(../img/rss.png) no-repeat left; }
a.pdf                         { padding-left:23px; background-image:url(../img/pdf.png); background-repeat:no-repeat; background-position: top left; }


header.header div.row nav#nav ul.nav.nav-pills li a{
padding:5px 15px;
}
header.header div.row nav#nav ul.nav.nav-pills {
margin-top:50px;
border-top: 0px solid #dcdcdd;
padding:3px;
border-radius:6px;
}


 
#mylightbox-background        { display:none; position:fixed; height:100%; width:100%; top:0; left:0; background:#000; border:1px solid #cecece; z-index:2000; }
#mylightbox                   { width:400px; display:none; position:absolute; background:#fff; z-index:2000; padding:3px 10px 0 10px; font-size:13px; border:1px solid #cecece; border-radius:5px; max-width:90%; height:auto; box-shadow:0 0 20px #000; }
#mylightbox img               { max-width:100%; height:auto; }
#mylightbox-header            { height:25px; font-size:13px; line-height:20px; padding:0 0 10px 0; }
#mylightbox-title             { position:absolute; top:3px; left:10px; width:90%; margin:0; padding:0; font-weight:bold; }
#mylightbox-controls          { position:absolute; top:5px; right:10px; width:14px; margin:0; padding:0; }
#mylightbox #photo            { margin:0; padding:0; }
#mylightbox-subtitle          { font-size:13px; line-height:150%; margin:5px 0 0 0; font-style:italic; color:#808080; }
#mylightbox-description       { font-size:14px; line-height:150%; margin:5px 0 10px 0; }
#mylightbox-author            { color:#808080; font-size:13px; margin:-8px 0 0 0; padding:0 0 8px 0; }
#mylightbox-throbber          { width:32px; height:32px; margin:0 auto 0 auto; padding:100px 0; background:url(../img/throbber.gif) no-repeat center; }
#mylightbox-photo             { position:relative; }
#mylightbox-prev              { width:50%; position:absolute; top:0; left:0; bottom:0; background:url(../img/prev.png) no-repeat -1000px 0; z-index:10000; text-indent:-999em; outline:none; }
#mylightbox-prev:hover        { background:url(../img/prev.png) no-repeat 7% center; }
#mylightbox-next              { width:50%; position:absolute; top:0; right:0; bottom:0; background:url(../img/next.png) no-repeat 1000px 0; z-index:10000; text-indent:-999em; outline:none; }
#mylightbox-next:hover        { background:url(../img/next.png) no-repeat 93% center;  }
#mylightbox-close             { width:16px; height:16px; display:inline-block; text-indent:-999em; background:url(../img/close_button.png) no-repeat 0 0; outline:none; opacity:0.7; }
#mylightbox-close:hover       { opacity:1; }


.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, .nav-pills>li.dropdown .open>a,.nav-pills>li>a:hover
	{color: #fff; background-color: #2694a0; }

	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #dcdcdd;
    border-color: #ddd;
}

hr, hr.dark {
    border-top: 1px dashed #ccc;
	background-color: none;
}
hr.closure {
    border-top: 0px dashed #eee;
	background-color: none;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px;
    margin-bottom: 5px;
	color: #000;
}

.btn-success {
    color: #fff;
    background-color: #777;
    border-color: #777;
}
.btn-success:hover {
    color: #fff;
    background-color: #999;
    border-color: #666;
}

.btn-primary {
    color: #fff;
    background-color: #fe5f00;
    border-color: #ddd;
}
.btn-primary:hover {
    color: #fff;
    background-color: #999;
    border-color: #666;
}

a {
    color: #000000;
    text-decoration: none;
	text-shadow: 0px 0px 0px #222;
}

a:hover {
    color: #2694a0;
    text-decoration: none;
	text-shadow: 0px 1px 2px #000;
}

.breadcrumb>.active, .breadly {
    color: #2694a0;
}
.breadly2 {
    color: #000000;
}

span.breadly2 a {
    color: #2694a0;
}


.progress-bar  {
 background-color: #06385B;
 }

 .bg-info {
    background-color: #7DB1D5;
}



.panel-primary .panel-heading{
    background-color: #a82a56;
	border-color: #a82a56;
	color: #fff;
}
.panel-default .panel-heading{
    background-color: #2694a0;
	border-color:#2694a0;
	color: #fff;
}
.panel-info .panel-heading{
    background-color: #E7B735;
	border-color:#E7B735;
	color: #fff;
}
.panel-warning .panel-heading{
    background-color: #C89712;
	border-color: #C89712;
	color: #fff;
}
.panel-danger .panel-heading{
    background-color: #0D923A;
	border-color: #0D923A;
	color: #fff;
}

h4.panel-title a {
	color: #fff;
	text-shadow: 0px 1px 1px #333;
}

.panel-heading {
 color: #fff;
 padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-info .panel-body,
.panel-primary .panel-body,
.panel-default .panel-body
.panel-warning .panel-body,
.panel-danger .panel-body
{
    border-top-color: #444;
}
.panel-default {
border-color: #457BA1;
}
.panel-primary  {
border-color: #a82a56;
}
.panel-info {
	border-color:#E7B735;
}
.panel-warning {
	border-color: #C89712;
}
.panel-danger {
	border-color: #0D923A;
}

.main-content div h2,
.main-content div b { text-align:left;}

.main-content div h2 {
	 font-family: Title3;
	 font-weight: 500;
	 font-size: 2em;
	 padding:5px;
	 }

.main-content div h3 {
	 font-family: Title3;
	 font-size: 1.4em;
	 text-transform: none;
	 font-weight: 400;
	# background: #ddd;
	# display: block;
	 padding: 3px 5px;
	 line-height: 1.6em;
	 #letter-spacing:2px;
	 }

.main-content div h4 {
	 font-family: Montserrat;
	 line-height: 1.1em;
	 font-size: 1.4em;
	 font-weight: 400;
#	 padding-top: 5px;
#	 padding-bottom: 5px;

	 }

ul>li {line-height:2em;}

h4 a span {
	color: #2694a0;
	text-shadow: 0px 1px 1px #000;
}

.txtimg {
	border-color: #333;
	border-radius: 9px;
	background-color: #ffe274;
	width: 47%;
	margin:10px;
}
.txtimg2 {
	border-color: #333;
	border-radius: 9px;
	background-color: #8aa8d2;
	width: 47%;
	margin:10px;
}
.txtimg3 {
	border-color: #333;
	border-radius: 9px;
	background-color: #dd9724;
	width: 47%;
	margin:10px;
}



.body-content { width: 100%; border-radius: 8px; padding:3px;  margin-top:10px; background-color: #fff;}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.row .main-content
	{
	padding:0px;
	}
.main-content
	{
	padding: 0px;
	}

.col-md-12 {
	padding:10px; 
}

.h2, h2 {
    font-size: 1.6em;
	font-family: Dosis;
}

.grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: repeat(6, 1fr);
		grid-template-columns: repeat(auto-fill, minmax(338px, 1fr));
		grid-gap: 2vw;
	}

.btn-group-lg>.btn, .btn-lg {
    padding: 7px 6px;
    font-size: 1.2em;
    line-height: 1.3333333;
    border-radius: 6px;
	word-break:break-word;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2694a0;
    border-color: #2694a0;
}

.pagination>li>a, .pagination>li>span {

    color: #2694a0;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li>a:hover,.pagination>li>span:hover,
.pagination>li:last-child>a:hover, .pagination>li:last-child>span:hover 
{color: #fff; background-color: #2694a0;    border-color: #2694a0;}

  .mark, mark {
	color: #000;
	font-family: Dune;
	font-size: 1.2em;
	font-weight:500;
#    background-color: #ff6000;
	text-shadow: none;
#	 padding: 3px 5px;
	 display: block;
	 border-top: 1px dashed #111;
	 border-bottom: 1px dashed #111;
	 border-right: 1px dashed #111;
	 border-radius: 0 3px 20px 0;
	 padding: 20px;
	 background: #eee;
	 margin-top: 10px;
	 margin-bottom: 10px;
	 margin-right:8%;
	 margin-left:3%;
}

 .mark-a, mark-a {
	color: #222;
	##font-family: Montserrat;
	font-size: 1em;
	font-weight:600;
 #   background-color: #000;
	text-shadow: none;
#	 padding: 3px 5px;
	 display: block;
	 border-top: 1px dashed #111;
	 border-bottom: 1px dashed #111;
	 padding: 20px;
	 background: #eee;
	 margin-top: 10px;
	 margin-bottom: 10px;
}

.mark-ab, mark-ab {
	color: #fff;
	font-family: Lato;
	font-size: 1.7em;
	font-weight:500;
    background-color: #666;
	text-shadow: none;
	line-height:1.6em;
	padding: 3px 5px;
	display: block;
	text-shadow: -1px 1px 2px #000;
	font-style: normal;
	letter-spacing: 2px;

}

 .mark-abb, mark-abb {
	color: #fff;
	font-family: Lato;
	font-size: 1.5em;
	font-weight:500;
    background-color: #2694a0;
	text-shadow: none;
	line-height:1.4em;
	padding: 3px 5px;
	display: block;
	text-shadow: -1px 1px 2px #000;
	letter-spacing: 2px;
}

 .mark-b, mark-b {
	color: #fff;
	font-family: Yanone Kaffeesatz;
	font-size: 1.2em;
	font-weight:500;
    background-color: #333;
	text-shadow: none;
	line-height:1.6em;
	padding: 3px 5px;
	margiin:0;
	display: block;
	text-shadow: -1px 1px 2px #000;
	letter-spacing: 2px;
}


.carousel-caption h3 {
	font-family: Montserrat;
	font-size: 2em;
	text-shadow: 0px 0px 4px #eee;
}

.carousel-caption, .carousel-caption h3{
	font-family: Montserrat;
	font-size: 1.2em;
	font-weight: 700;

}


.em, em {font-family: Dosis; font-weight:bold;}
.em-1, em-1 {font-family: Yanone Kaffeesatz; background-color: #2694a0; color: #fff; text-shadow: 0px 1px 2px #111; font-size: 1.2em; padding: 0 5px;}
.em-2, em-2 {font-family: Yanone Kaffeesatz;}
.em-3, em-3 {font-family: Dosis;font-weight:bold;}
.em-4, em-4 { font-weight:bold;font-style: oblique;}
 

.item {

position:relative;

padding-top:0px;

display:inline-block;

}

img.thumbnail {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}

.media {
    margin-top: 0px;
}

.notify-badge{

position: absolute;

font-family: Lato;
font-weight:300;
right:0px;

top:25px;

background:#000;

text-align: center;

border-radius: 10px 0 0 10px;

color:white;

padding:5px 10px;

font-size:0.7em;

z-index:60;
box-shadow: -5px 5px 10px #fff;
}


@media (min-width: 992px)
 {
  .header .nav { margin-top:30px; float:right; text-align:right; }
  .sidebar { margin-top:0; }
 }

@media screen and (max-width:786px)
 {
  .container { width: 100%; padding: 0;}
  #logo { margin:10px 0 10px 0; font-size:36px; text-align:center;  }
  #nav { display:none; margin:0; padding:0; }
  #nav ul { margin:0; padding:0; }
  #nav .nav-pills > li { text-align:center; float:none; background:none; border-bottom: 0px solid #111; }
  #nav .nav-pills > li > a { padding:5px 15px; border-radius:0; }
  #nav .nav-pills > li + li > a { margin-top: 2px; margin-left: 0; }
  .main-content { text-align: left;}
  .btn-group-lg>.btn, .btn-lg {padding: 3px; font-size: 0.6em; line-height: 1.3333333; border-radius: 6px;}
  header.header div.row nav#nav ul.nav.nav-pills li a{ padding:6px;  }
  header.header div.row nav#nav ul.nav.nav-pills {margin-top: 0;}
  .main-content div h2 { {font-size: 1.3em;}
  .h2, h2 { font-size: 1.1em;}
  .h1, h1 { font-size: 1.3em; }
}
 
