#newsSection .date {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
}
#newsSection .date span {
	color:#65CE9C;
}
#newsSection .h2 {
	margin-top: 43px;
	margin-bottom: 39px;
	font-size: 36px;
	text-transform: none;
}
#newsDescription {
	line-height: 26px;
}

.news-bottom > div:nth-child(2){
	display: flex;
	flex-direction: row;
	justify-content: end;
}
.news-bottom .btn {
	margin-left: 40px;
}
.news-bottom > div:nth-child(1) img {
	margin-top: 91px;
}

.padding {
	min-height: 25px;
}
@media only screen and (min-width: 1120px) {

}
@media only screen and (min-width: 1440px) {
	#newsSection .container-half {
		padding-top: 77px;
	}
}
.modal {
	z-index: 1055;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100% !important;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	background-color: rgba(0,0,0,0.5);
}
.fade {
	transition: opacity .15s linear;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 1.75rem;
	/*pointer-events: none;*/
	padding-top: 217px;
}

.modal.fade .modal-dialog {
	transform: translate(0,-50px);
	transition: transform .3s ease-out;
}
.modal.show .modal-dialog {
	 transform: none;
 }
.modal-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #F2F2F2;
	padding-left: 120px;
}
.modal-header {
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding-right: 80px;
	padding-top: 50px;
}
.btn-close {
	width: 80px;
	height: 80px;
	background: url('/images/btn-close.svg') center center #FCAC49 no-repeat;
	border: none;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}
.modal-title {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 80px;
}
@media only screen and (min-width:680px){
	.modal-dialog {
		/*max-width: 500px;*/
		margin-right: auto !important;
		margin-left: auto !important;
	}
}
