@import url('https://fonts.googleapis.com/css?family=Comfortaa');
.row.slim {
    margin-left: 0;
    margin-right: 0;
}

.row.slim > [class^="col-"], .slim > [class*=" col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

a {color:inherit;text-decoration:underline;}
body {
	font-size:20px;
	color:#111;
}

h3 {
	font-weight:bold;
}

#top-fixed {
	background:#127d4a;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:100;
}

#top-fixed .dj-megamenu-custom89 li a.dj-up_a {
	height:50px;
	padding:0 10px;
}
#top-fixed .dj-megamenu-custom89 li a.dj-up_a span {
	height:50px;
	font-size:18px;
}

#num-sec {
	padding-top:5px;
	padding-bottom:8px;
	color:#fff;
	font-weight:bold;
}

#num-sec a {font-weight:normal;font-size:0.9em;}
#numbers {color:#d9d900;font-size:1.1em;} 
#numbers a {color:#d9d900;font-size:1.1em; font-weight:bold;text-decoration:none;}
#numbers .glyphicon {font-size:0.7em;}

#time {
	font-size:13px;font-weight:normal;color:#fff;
}

#little-menu  .menu li a {
	font-size:14px;
	color:#fff;
	padding:3px 14px 3px 15px;
}
#little-menu  .menu li a:hover {
	color:#000;
}


#middle {
	margin-top:100px;
	padding:5px 0 15px 0;
	background:url(../images/bg.jpg) center bottom no-repeat;
	background-attachment:fixed;
	background-size:cover;
}
@media (max-width:769px) {
	#middle {
		margin-top:150px;
	}
}

#middle h2.zt-block {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:#127d4a;
	margin:0;
	padding:7px 0 7px 0;
}

#middle h2.zt-block a {
	text-decoration:none;
	text-transform:uppercase;
}

#middle li.zt-item {
	margin-bottom:40px;
}

.zentools {width:auto;margin:0 40px 0 40px;}
.zt-boxed .zt-item-container {
	padding:0;
}

h1 {
	text-align:center;
	font-size:3em;
	text-shadow:2px 2px 3px #fff;
	font-family: 'Comfortaa', cursive;
	font-weight:bold;
	
}

h1 span {
	display:inline-block;
	background:#fea100;
	padding:15px 15px 5px 15px;
}
@media (max-width:769px) {
	h1 {
		font-size:2em;
	}
}

h2 {
	text-align:center;
}


.subhead {
	text-align:center;
	font-weight:bold;
	margin-bottom:0.4em;
	font-size:1.6em;
}

.pr-table {
	font-size:24px;
	margin:0 auto 0 auto;
	max-width:86%;
	border-radius:4px;
	border-collapse:collapse;
}

.pr-table td {
	background:#f8f3ef;
	padding:10px 20px 10px 20px;
	border-bottom:1px solid #ccc;
	text-align:center;
}
.pr-table td:last-child, .pr-table td:first-child {
	min-width:150px;
}

.pr-table tr:hover td {
	background:#e7d6c7;
}
.pr-table .pr-table-desc {
	font-size:0.6em;
	text-align:left;
}
/*.pr-table img.thumb {min-width:150px;}*/
@media (max-width:769px) {
	.pr-table {
		font-size:18px;
		margin:0 auto 0 auto;
		max-width:96%;
		border-radius:4px;
		border-collapse:collapse;
	}
	.pr-table td:last-child, .pr-table td:first-child {
		min-width:60px;
	}
	.pr-table td {
		background:#f8f3ef;
		padding:10px 7px 10px 7px;
		border-bottom:1px solid #ccc;
		text-align:center;
	}
	.pr-table img.thumb {width:80px!important;display:block;}
}
#footer {
	background:url(../images/footer-bg.jpg) repeat;
}

#copyr {
	padding:10px 0 10px 0;
	font-size:14px;
	text-align:center; 
}

.item-page {
	padding:0 15px 0 15px;
}

.thumbnail {margin-bottom:0!important;}

.teaser-block {
	
	text-align:center;
}
@media (max-width:769px) {
	.teaser-block>div {
		border-bottom:1px solid #000;
	}
}