/*	#headerImgBase{*/
/*		display:block;*/
/*		position:relative;*/
/*		top:0;*/
/*		left:0;*/
/*		width:100%;*/
/*		height:auto;*/
/*		z-index:0;*/
/*	} */
	
/*	table.letters3 td{*/
/*		text-align:			left;*/
/*		margin-left:		40px;	*/
/*	}*/
/*	table.letters2 td{*/
/*		text-align:			center;*/
/*		margin-right:		20px;		*/
/*	}*/
/*	table.letters td:hover, table.letters2 td:hover{*/
/*		background:		#e8d4a9;		*/
/*		cursor:	pointer;*/
/*	}*/
/*	table.letters3 td:hover{*/
/*		border-left: 3px solid #84c097;*/
/*		cursor:	pointer;*/
/*		background:		#d4e6df;*/
/*	}*/
/*	.date{*/
/*		padding: 			10px;*/
/*		color: 				black;*/
/*		font:					bold 15pt/12pt sans-serif;*/
/*		border:				0;*/
/*		background:		0;*/
/*		width:				100%;*/
/*	}*/
/*	#result_div{*/
/*		box-shadow: 	0.4em 0.4em 5px rgba(122,122,122,0.5); */
/*		background: 		#fafafa;*/
/*		padding:			20px;*/
/*	}*/
/*	.dbSearch{*/
/*	text-align:						center;*/
/*	float:								right;*/
/*}*/
/*.dbSearch input{*/
/*	width:							300px;*/
/*	height:							26px;*/
/*	color:							#6c6c6c;*/
/*}*/
/*.dbSearch button{*/
/*	height:							30px;*/
/*	color:							#6c6c6c;*/
/*	background:					#dcdcdc;*/
/*	padding:							3px;*/
/*	border:							0;*/
/*	width:							100px;*/
/*	text-transform:				uppercase;*/
/*	font:								bold 14px Areal, sans-serif;*/
/*}*/
/*.dbSearch button:hover{*/
/*	background:					#c9c9c9;*/
/*	cursor:							pointer;*/
/*	color:							rgb(69, 104, 142);*/
/*}*/



/*	td.link:hover{*/
/*		background:		#e8d4a9;*/
/*	}*/
/*	input:hover{*/
/*		cursor: pointer;*/
/*	}*/
/*	p{*/
/*		padding: 5px;*/
/*		text-align: justify;*/
/*	}*/
/*	.about{*/
/*		padding-left: 20px;*/
/*	}*/
/*	h1.name{*/
/*		font:	12pt/16pt Tahoma;*/
/*		color:	black;*/
/*		padding: 5px;*/
/*	}*/
/*	img.person{*/
/*		float: 		left; */
/*		width:		150px;*/
		
/*	}*/
/*	font{*/
/*		font-size:		110%; */
/*		color:			#679676;*/
/*		font-weight: 	bold;*/
/*	}*/
/*	td.thisPage{*/
/*		padding: 			10px;*/
/*		color: 				white;*/
/*		font:					bold 8pt/6pt sans-serif;*/
/*		border:				0;*/
/*		background:		#4d9b6c;*/
/*	}*/
/*		.letters input, .myInp{*/
/*		padding: 			10px;*/
/*		color: 				black;*/
		/*font:					bold 17pt/15pt sans-serif;*/
/*		border:				0;*/
/*		background:		0;*/
/*		    font-weight: bold;*/
/*		    font-size: 15px;*/
/*	}*/
/*	.letters input{*/
/*	    text-transform: uppercase;*/
	    
/*	}*/
/*	.letters input:hover, .myInp:hover{*/
/*		cursor:				pointer;*/
/*		background: #f1f1f1;*/
/*	}*/
#news-title{
    display:none;
}
.general{
    display: flex;
    flex-direction: column;
    
    /*align-items: center;*/
}
.getLetter{
		padding: 			10px;
		color: 				black;
		/*font:					bold 8pt/6pt sans-serif;*/
		border:				0;		
		background:		0;
	    cursor:				pointer;
	}
	
	.letters{
	    margin: 15px 0 15px 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
	}
	.letters a, .myInp{
		padding: 			10px;
		color: 				black;
		/*font:					bold 17pt/15pt sans-serif;*/
		border:				0;
		background:		0;
		    font-weight: bold;
		    font-size: 15px;
	}
	.letters a{
	    text-transform: uppercase;
	    
	}
	.letters a:hover, .myInp:hover{
	    background: #e8d4a9;
	    text-decoration: none;
		cursor:				pointer;
		/*background: #f1f1f1;*/
	}
	.dle-content{
     width: 100%;

	}
	
	.letter3{
	 
	 	text-transform: uppercase;
	    
	}
	.submit{
	        height: 30px;
    color: #fff;
    background: #d7b46a;
    padding: 3px;
    border: 0;
    width: 100px;
    border-radius: 3px;
    /* text-transform: uppercase; */
    /* font: bold 14px Areal, sans-serif; */
    font-size: 15px;
	}
	.dbSearch{
	    
	display: flex;
    justify-content: flex-end;
	    
	}
	.dbSearch input{
		padding: 0;
		border:	solid 1px #000;
	}
	.dbSearch:hover{
		background:		#f1f1f1;
	}
	table.letters td:hover{
		background:		#e8d4a9;
	}
	.date{
		padding: 			10px;
		color: 				black;
		font:					bold 15pt/12pt sans-serif;
		border:				0;
		background:		0;
		width:				100%;
	}
		#container {
		position:relative;
		z-index:0;
	}

	#slides .slidesNext,#slides .slidesPrevious {
		position:relative;
		top:50%;
		left:10px;
		width:24px;
		height:0;
		margin-top:-32px;
		padding-top:32px;
		display:block;
		z-index:101;
		overflow:hidden;
		background:url(/templates/ggcbs/images/img/navigation-previous.png) no-repeat 0 0;
	}

	#slides .slidesNext {
		left:798px;
		background:url(/templates/ggcbs/images/img/navigation-next.png) no-repeat 0 0;
	}

	.slidesPagination {
		float:right;
	}

	.slidesPagination li {
		float:left;
		margin:0 1px;
		list-style:none;
	}

	.slidesPagination li a {
		display:block;
		width:14px;
		height:0;
		padding-top:14px;
		background-image:url(/templates/ggcbs/images/img/pagination.png);
		background-position:0 0;
		overflow:hidden;
	}

	.slidesPagination li.slidesCurrent a {
		background-position:0 -14px;
	}
	td.link:hover{
		background:		#e8d4a9;
	}
	.highslide-maincontent{
		width: 100%;
		height: 500px;
	}
	p{
		text-indent: 25px;
		padding-bottom: 5px;
	}
	
	span{
	font-weight: bolder;
    color: #d7b46a;
	    
	
	}
div #letter{
	
	        display: flex;
	}
	
	.dle-content{
	    width:100%;
	}