.h1{
	font-size:34px !important;
	font-weight:bold;
	color:#333;
	margin:0px;
}

a{
	color:#141618;
}

.date{
	font-size:15px;
}

.image{
	margin-top:20px;
	position:relative;
}

.image img{
	width:100%;
	height:auto;
}

.news_short{
	margin:35px auto;
	font-weight:bold;
	font-size:18px;
	color:#141618;
	width:620px;
}

.news_long{
	font-size:18px;
	color:#959595;
	font-weight:normal;
}

.news_long h1{
	font-size:30px;
	color:#333333;
	font-weight:normal;
	margin:0px;
}

.news_long h2{
	font-size:20px;
	color:#333333;
	margin:0px;
	font-weight:normal;
}

a.button_back{
	color: #333;
    display: block;
    float: left;
    font-size: 35px;
    font-weight: 600;
    margin-top: 18px;
}

.social_items{
	float:right;
	margin-top:35px;
	font-size:16px;
}

.social_items a{
	display:inline-block;
	margin:0px 10px;
}

.image .overlay{
	position:absolute;
	bottom:0px;
	left:0px;
	width:96%;
	background:url(/images/news_header_overlay.png) bottom left;
	height:214px;
	color:#fff;
	padding:20px 2%;
	display:table;
}

.image .overlay .table-cell .date{
	font-size:14px;
	border-bottom:1px solid #fff;
	font-weight:100;
	margin-bottom:10px;
	display:inline-block;
	padding-bottom:3px;
}

.image .overlay .table-cell{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:bottom;
}

.image .overlay .table-cell h1{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	width:50%;
	font-family:"Roboto Condensed", sans-serif;
}

.send_button{
	padding: 15px 35px;
	border-radius: 100px;
	color:#fff !important;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	background: rgb(210,70,164);
	background: linear-gradient(180deg,	rgba(210,70,164,1) 0%, rgba(104,8,119,1) 100%);
}




/*KONTAKT IZBIRA*/

.contact_left {
	width: 40%;
	display: table-cell;
	background-image: url('/images/newsletter_image_2.jpg');
	background-position: center;
	background-size: cover;
	border-right: 3px solid #fff;
}
.contact_right {
	width: 60%;
	display: table-cell;
	background-color: #0f1f41;
	border-left: 3px solid #fff;
	padding: 80px 40px 20px 40px;
}

.table_contact_main {
	margin-top: 70px;
	width: 100%;
}
.table_contact_main.second {
	margin-top: 15px;
}

.table_contact_main td {
	width: 50%;
	padding-bottom: 6px;
	vertical-align: top;
}
.table_contact_main td:first-child {
	padding-right: 3px;
}.table_contact_main td:last-child {
	padding-left: 3px;
}

.table_contact_main td input,
.table_contact_main td select
{
	width: 100%;
	font-size: 24px;
	font-family: 'Metric';
	font-weight: 500;
	color: #0f1f41;
	height: 57px;
	padding-left: 15px;
	padding-right: 15px;
}

.table_contact_main td ::placeholder {
	font-weight: 300;
	color: #5b709b;
	opacity: 1;
}

#user_input_date {
	background: url('/images/input_calendar.png') no-repeat top 10px right 10px;
	background-color: #ffffff;
}

.dropdown_contact td:first-child {
	color: #fff;
	font-size: 24px;
	font-family: 'Metric';
	font-weight: 300;
}

#user_input_type {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 24px;
	font-family: 'Metric';
	font-weight: 300;
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #fff;
}

.newsletter_1 {
	text-align: left;
	color: #fff;
	font-weight: 500;
	font-family: 'Metric';
	font-size: 36px;
	line-height: 36px;
	margin-top: 70px;
}

.newsletter_2 {
	text-align: left;
	color: #fff;
	font-weight: 300;
	font-family: 'Metric';
	font-size: 24px;
	line-height: 24px;
}

.gdpr_table label {
	color: #fff;
	text-align: left;
}

.error_title, #gdpr-err {
	color: red;
	text-align: left;
}

.send_button {
	color: #fff;
	font-family: 'Metric';
	font-weight: 300;
	font-size: 22;
	padding: 10px 30px;
	margin-top: 45px;
	border-radius: 0 !important;
	border: 1px solid #fff;
	background: transparent !important;
}

#contact_zahvala {
	display: none;
}

