@charset "utf-8";

/* news */
.newsContainer{
	
}

.newsContainer .smallTitle{
	font-family: Gotham-Book;
	font-size: 24px;
	color: #f08002;
	padding-left: 162px;
	padding-top: 16px;
	text-transform: uppercase;
}

.newsContainer .news{
	padding-top: 14px;
}

.newsContainer .news table{
	width: 100%;
}

.newsContainer .news .leftSite{
	width: 162px;
}

.newsContainer .news .leftSite .date{
	font-family: Gotham-Medium;
	font-size: 18px;
	color: #50331f;
	padding-top: 7px;
	padding-bottom: 5px;
}

.newsContainer .news .rightSite a{
	font-family: Gotham-Book;
	font-size: 24px;
	color: #a5a5a5;
	text-decoration: none;
}
.newsContainer .news .rightSite a:hover{
	text-decoration: underline;
}

.newsContainer .btn{
	padding-top: 7px;
}


/* info */
.infoContainer{
	padding-top: 35px;
}

.infoContainer .col{
	width: 313px;
}

.infoContainer .vSep{
	width: 10px;
}

.infoContainer .title{
	font-family: Gotham-Book;
	font-size: 24px;
	color: #f08002;
	line-height: normal;
	padding-top: 10px;
}

.infoContainer .text{
	font-family: Gotham-Light;
	font-size: 12px;
	color: #303030;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.infoContainer .moreBtnContainer{
	padding-top: 2px;
}

.infoContainer .nejblizsiPartnerContainer{
	padding-top: 24px;
}

