body {	
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 14px;
}

a {
	color: #66bda8;
	text-decoration: none;
}
a:hover,
a:active {
	color: #993333;
	text-decoration: none;
	
}

strong {
	font-weight: 500;
}

h1 span {
	display: none;
}

ul.normal {
  list-style: none;
  padding-left: 15px;
}

ul.normal li::before {
  content: "\2022";
  color: #ebce66;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

main > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}	

.clear {
	clear:both !important;
}  
	  
.mainbg {
	background: url(../img/background.jpg) no-repeat top;
}
@media (max-width: 750px) {
.mainbg {
	background:  url(../img/background-semi.jpg) no-repeat top;
}	
}

@media (min-width: 1000px) {
.mainCt {
	min-height: 620px;
}
}

.card-header {
	padding: 0;
	background-color: transparent;
	border-bottom: 0;
}
	.card {
		border: 0;
		border-radius: 0;
		background-color: transparent;
	}
		.card .part {
			margin: 5px 0;
			width: 40px;
			border: 3px solid #993333;	
		}
		.card .btn {
			margin: 10px 0;
			padding: 0;
		}
		.card-body {
			padding: 0;
		}
			.card-body a {
				color: #993333;
				font-weight: bold;
				text-transform: uppercase;
			}
			.card-body a:hover,
			.card-body a:active {
				color: #d8b959;
				text-decoration: none;
			}

#linkBox {
	position: absolute;
	margin-top: 300px;
	text-align: right;
}
	#linkBox a {
		float: right;
		margin: 5px 0;
		padding: 1px 5px 1px 25px;
		color: #FFF;
		font-weight: bold;
		text-transform: uppercase;
		background: #66bda8 url(../img/triangle.png) left top no-repeat;
	}
	#linkBox a:hover,
	#linkBox a:active {
		background: #993333 url(../img/triangle.png) left top no-repeat;
		text-decoration: none;
	}
#linkBox  .infoBox {
	float: right;
		margin: 5px 0;
		padding: 1px 5px 1px 25px;
		color: #FFF;
		font-weight: bold;
		text-transform: uppercase;
		background: #66bda8;
	
}
@media (max-width: 1024px) {
#linkBox {
	position: relative;
	margin: 10px 0;
	text-align: left;
}
	#linkBox a {
		float: none;
		padding: 1px 5px 2px 5px;
		background: #66bda8;
	}
	#linkBox a:hover,
	#linkBox a:active {
		background: #993333;
	}
}
@media (max-width: 1200px) {
	
	#linkBox a {
		padding: 1px 5px 2px 5px;
		background: #66bda8;
	}
}
	
footer {
	border-bottom: #ccffff solid 6px;
}
footer .footerBox {
	padding: 10px;
	background-color: transparent;
	border-bottom: #ccffff solid 3px;
}
.pb-3, .py-3 {
padding-bottom: 3px !important;
}


	footer .row {
		
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	}
	footer .row div {
		text-align: center;
	}
	footer .img-fluid {
	    width: auto;
    	max-height: 100px;
	}
	
/* STYLES */
h2 {
	display: inline-block;
	font-size: 18px;
	font-style: italic;
	padding: 2px 10px 1px;
	text-transform: uppercase;
	border-top: #ebce66 2px solid;
	border-bottom: #ebce66 2px solid;
}
	h2.first {
			margin: 50px 0 20px 0;
	}
.category {
	margin-top: 15px;
	padding: 0;
	list-style-type: none;
}
	.category li {
		margin: 0 0 20px;
		height: 70px;
	}
	.nominee li {
		height: auto;		
	}
		.category li .content { 
			display: block;
			float: left;	
			padding: 10px;
			text-transform: uppercase;
			line-height: 18px;
			font-size: 17px;
			font-weight: 500;
			background: #ebce66;
			border-style: double; 
			border-color: #fff;
			border-width: 6px;
			border-right: none;
			width: 340px;
			height: 70px;
		}
			.category li .content .small {
				line-height: 13px;
				display: block;
			}
		.category li .corner {
			display: block;
			margin-top: 2px;
			float: left;	
			width: 67px;
			height: 66px;
			background: url(../img/background-cat.gif) no-repeat top right;
		}
		.category li .details { 
			margin: 10px 0 0 15px;
		}
			.category li .details span { 
				font-weight: bold;
				font-size: 14px;
			}
		.category li span {
			font-size: 13px;
		}
	.category li.solo {	
		line-height: 30px;
	}
	table td.first {
		min-width: 110px;
	}

.lightgalleryLink {
			font-size: 13px;
			cursor: pointer;
			color: #66bda8;
			padding-top: 5px;
}
.lightgalleryLink:hover,
.lightgalleryLink:active {
	color: #993333;
	text-decoration: none;
}
	
.videolinkD {
			cursor: zoom-in !important;
			color: #66bda8;
}
.videolinkD:hover,
.videolinkD:active {
			cursor: zoom-in !important;
	color: #993333;
	text-decoration: none;
}
	

@media (max-width: 1024px) and (min-width: 740px) {
	.category li {
		height: auto;
	}
	.category li .content { 
			display: block;
			float: none;	
			border-style: double; 
			border-color: #fff;
			border-width: 6px;
			width: auto;
			height: auto;
		}
	.category li .corner {
		display: none;
	}	
}
.textblock {
	display: block;
	margin: 0;
	padding: 5px 10px 5px;
}
	.textblock strong {
		display: inline-block;
		font-weight: 500;
		min-width: 145px;
		text-transform: uppercase;		
	}
.hr {
	max-width: 180px;
	border-top: #ebce66 2px solid;
}	
	.hr hr {
		display: none;
	}
	
		
	
	
		