
.home_news .row, .home_news .col-md-6 {
	padding: 0.5px;
	margin: 0px;
}
.home_news {
	background: white;
	margin-top: 45px;
	padding-bottom: 50px;
}
.news {
	position: relative;
	overflow: hidden;
	height: 200px;
	
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	overflow: hidden;
	  background-position: center !important;
	  background-repeat: no-repeat !important;
}
.news:hover {
    transform: scale(1.02);
    z-index: 99;
}
.home_kupon_kep {
    max-width: 50px;
    max-height: 50px;
}
.news_big {
	height: 402px;
}

.news img {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
}
.home_title {
	color: #001f1d;
	font-size: 22px;
    font-family: 'Lato','Open Sans', sans-serif;
	font-weight: 800;
	margin: 30px 0 15px;
}
 .news_category {
    z-index: 111;
    position: relative;
}
.news_category {
	margin-top: 26px;
	margin-left: 25px;
	margin-bottom: 5px;
    color: #d3edff;
    opacity: 0.75;
	font-size: 14px;

	font-weight: 800;
	text-transform: uppercase;
}
.news_title {
	margin-left: 25px;
	margin-bottom: 17px;
	color: #ffffff;
	font-size: 20px;
    font-family: 'Lato','Open Sans', sans-serif;

	font-weight: 800;

}
.news_big .news_title {
	font-size: 28px;
    
}
.news_title {
    z-index: 111;
    position: relative;
}
.news_comment {
	margin-left: 25px;
	position: absolute;
	bottom: 20px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
}

.jobs_entry {
    padding: 10px;
    margin-bottom: 30px;
    background: white;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
}

.jobs_entry:hover {
    cursor: pointer;
    background-color: #efefef;
}

.jobs_entry_category {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #a2c6d9;
    font-weight: 800;
}
.jobs_entry_title {
    font-family: 'Lato','Open Sans', sans-serif;

    color: #001f1d;
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
}
.jobs_entry_shorttext {
    margin-top: 10px;
    font-family: 'Lato','Open Sans', sans-serif;

    color: #858585;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-right: 15px;
    margin-bottom: 20px;
}

.jobs_entry_company {
    font-size: 12px;
    margin-bottom: 10px;
}
.news_entry {
    margin-bottom: 30px;
    background: white;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.news_entry_image {
    overflow: hidden;
    height: 100%;
}
.news_entry_image img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	overflow: hidden;
    width: 100%;
}
.news_entry:hover {
    box-shadow: 0 0 13px 6px rgba(0,0,0,0.15);
}
.news_entry:hover .news_entry_image img {
    width: 110%;
    margin: -5%;
    max-width: 110%;
}
.news_entry_category {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #a2c6d9;
    font-weight: 800;
}
.news_entry_title {
    font-family: 'Lato','Open Sans', sans-serif;

    color: #001f1d;
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
}
.news_entry_info {
    color: #858585;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
}
.news_entry_shorttext {
    margin-top: 10px;
    font-family: 'Lato','Open Sans', sans-serif;

    color: #858585;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-right: 15px;
    margin-bottom: 20px;
}
.news_sidebar_right {
    padding-right: 0;
    height: 43px;
    line-height: 43px;
}



.search_box {
    margin:0 0 25px 0;
    padding: 0;
}

.search_box .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 37px;
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    color: #858585;
    padding-left: 10px;
    border-right: 0;
}
.search_box .input-group-btn {
    border: 1px solid #d6d6d6;
    border-left: 0;
    background: #fff;
}
.search_box .input-group-btn .btn {
    background: none;
}
.search_box .input-group-btn .btn:hover {
    color: #000;
}
.search_box button {
    border: 0;
    padding: 2px 5px;
    margin-top: 2px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#858585;
}

.news_sidebar_title {
    color: #001f1d;
    font-family: 'Lato','Open Sans', sans-serif;

    font-weight: 800;
    font-size: 18px;
	margin: 34px 0 15px 0;
}
.news_sidebar_single {
	padding: 6px 0;
	border-bottom: 1px solid #d6d6d6;
}
.news_sidebar_single_title {
    color: #001f1d;
    font-weight: 500;
    font-size: 14px;
    display: table-cell;
    height: 43px;
    width: 100%;
    vertical-align: middle;
}

.page_hero {
    background-color: #f7f9fa;
    
    padding: 40px  0 40px 0;
    background: url(images/blokk5.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;

    position: relative;
    -moz-box-shadow:    inset 0 2px 3px rgba(0,0,0,0.16);
   -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.16);
   box-shadow:         inset 0 2px 3px rgba(0,0,0,0.16);
   margin-bottom: 15px;
}
.page_hero .container {
    position: relative;
}
.page_hero_title {
    color: #ffffff;
    font-weight: 600;
    font-size: 50px;
    margin-top: -25px;
    
    font-family: 'Lato','Open Sans', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.4;

}
.page_hero_text {
    color: #ffffff;
    font-weight: 300;
    font-family: 'Lato','Open Sans', sans-serif;
    font-size: 16px;
    margin: 5px 0;
}
.page_hero_image {
    margin-top: 12px;
}
.page_hero .page_breadcumbs {
    margin-top: 40px;
}


.page_breadcumbs {   
    font-weight: 500;
    font-family: 'Lato','Open Sans', sans-serif;
    color: #c0c0c0;
}
.page_breadcumbs a {    
    font-size: 14px;
    color: #858585;
    font-family: 'Lato','Open Sans', sans-serif;
    font-weight: 500;
    text-decoration: none;
}
.page_breadcumbs_active {
    color: #5c7ee0 !important;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.news_big_blackbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}
.blog_szoveges {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 30px;
    margin: 18px 0;
}