/*
	font-family: 'Oswald', sans-serif;
	font-family: 'Open Sans', sans-serif;
	*/

@font-face {
	font-family: 'HelveticaNeue-Medium';
	src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeue-Medium.otf')  format('opentype'),
		url('../fonts/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/HelveticaNeue-Medium.ttf')  format('truetype'), url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
}

.get_coords_map {
	height: 300px;
}
.tab {
	display: block;
	padding-left: 30px;
}
.boxed-list ul {
		padding: 0;
}

.boxed-list ul li {
		background-color: #ffffff;
		padding: 20px 10px 20px 40px;
		margin-bottom: 10px;
}

.boxed-list ul li:last-child{
		margin-bottom: 0px
}

.boxed-list ul li a {

}

.boxed-list ul li h3 {
		color: #05562a;
}

.boxed-list ul li p {
		color: #7d7d7d;
}


ul {
	list-style: none;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #7B7B7B;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #4e7a45;
}

.field-type-text-with-summary li > a:link,
.field-type-text-with-summary span > a:link,
.field-type-text-with-summary p > a:link,
.field-type-text-with-summary li > a:visited,
.field-type-text-with-summary span > a:visited,
.field-type-text-with-summary p > a:visited,
.field-type-text-with-summary li > a:active,
.field-type-text-with-summary span > a:active,
.field-type-text-with-summary p > a:active {
	color: #4e7a45;
}

html {
	overflow-x: hidden;
}

body {
	background-color: #f9f9fa;
	overflow-x: hidden;
}

.container{
	padding-right: 30px;
}

.row{
	margin-left: 0px;
}

.container .row{
	margin-right: 0px;
}

.clear:after {
	clear: both;
	content: "";
	display: block;
}

.align-right {
	float: right;
}

.bme-header {
	border-bottom: 1px solid #e4e3e3;
	padding: 10px 0;
}

.bme-header li {
	border-left: 2px solid #959595;
	float: left;
	height: 13px;
	margin-right: 8px;
	padding-left: 10px;
}

.bme-header li:first-child {
	border-left: 0;
	padding-left: 0;
}

.bme-header a {
	text-decoration: none;
	color: #959595;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	text-transform: uppercase;
}
.bme-header a:hover {
	text-decoration: underline;
	color: #4e7a45;
}

.bme-header .align-right li {
	margin-left: 8px;
	margin-right: 0;
}

.main-header {
	padding: 10px 0;
}

.logo {
	display: block;
}

.logo:hover {
	text-decoration: none;
}

.logo img {
	float: left;
	height: 63px;
	width: 63px;
}

.logo h1 {
	color: #000;
	font-family: 'HelveticaNeue-Medium';
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 17px;
	margin: 0;
	padding-left: 80px;
	padding-top: 5px;
}

.logo h1 span {
	font-family: 'HelveticaNeue-Medium';
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

.logo hr {
	margin: 0;
	border: 0px;
	border-top: 1px solid #D3D3D3;
	max-width: 440px;
}

.logo h2 {
	color: #000;
	font-family: 'HelveticaNeue-Medium';
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 17px;
	margin: 0;
	padding-left: 80px;
}

.logo h2 span {
	font-family: 'HelveticaNeue-Medium';
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

.search {
	margin-top: 20px;
}

.search input[type="text"] {
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 6px;
	float: left;
	height: 33px;
	margin-right: 10px;
	padding: 0 8px;
	width: 187px;
}

.search input[type="submit"] {
	background: transparent url('../images/search.png') center center no-repeat;
	border: none;
	float: right;
	height: 21px;
	margin-top: 7px;
	width: 21px;
}

nav {
	background-color: #313131;
	border-bottom: 5px solid #4e7a45;
}

nav .first-level {
	display: table;
	margin: 0 auto;
}

nav .first-level > li {
	float: left;
	position: relative;
	text-align: center;
}

nav .first-level > li:hover {
	background-color: #fff;
}

nav .has-sublevel:hover:after {
	/*border-bottom: 1px solid #b2b2b2;*/
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
}

nav .depth-1.has-sublevel:hover:before {
	border-top: 5px solid #4e7a45;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	left: 18px;
	margin-top: -2.5px;
	position: absolute;
	top: 50%;
}

nav .first-level > li > a {
	color: #fff;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 44px;
	padding: 0 40px;
	text-transform: uppercase;
}

nav .first-level > li > a:hover {
	color: #fff;
	text-decoration: none;
}

nav .first-level > li:hover > a {
	color: #666;
}

nav .second-level {
	background-color: #fff;
	display: none;
	left: 0;
	position: absolute;
	top: 100%;
	z-index: 9999;
}

nav .first-level > li:hover .second-level {
	display: block;
	min-width: 100%;
}

nav .second-level li {
	border-top: 1px solid #b2b2b2;
	position: relative;
	text-align: left;
}

nav .second-level li:first-child {
	border-top: 0;
}

nav .second-level li:hover {
	background-color: #4e7a45;
}

nav .second-level li:hover:before {
	background-color: #9e2d40;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
}

nav .second-level li a {
	color: #666;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 500;
	padding: 10px 50px 10px 40px;
	text-transform: none;
	white-space: nowrap;
}

nav .second-level li:hover a {
	color: #fff;
	text-decoration: none;
}

nav .third-level {
	background-color: #fff;
	display: none;
	left: 100%;
	position: absolute;
	top: 0%;
	z-index: 9999;
}

nav .second-level > li:hover .third-level {
	display: block;
}

nav .third-level li {
	border-top: 1px solid #b2b2b2;
	position: relative;
	text-align: left;
}

nav .third-level li:first-child {
	border-top: 0;
}

nav .third-level li:hover {
	background-color: #4e7a45;
}

nav .third-level li:hover:before {
	background-color: #9e2d40;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
}

nav .third-level li a {
	color: #666!important;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 500;
	padding: 10px 50px 10px 40px;
	text-transform: none;
	white-space: nowrap;
}

nav .third-level li:hover a {
	color: #fff!important;
	text-decoration: none;
}

/*.slider-section {
	margin-bottom: 70px;
}*/

#main-slider img {
	height: 510px;
	object-fit: cover;
	width: 100%;
}

.slider-section .bx-wrapper {
	position: relative;
}

#main-slider .bx-caption {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	padding: 35px 0;
	position: absolute;
	right: 0;
}

#main-slider .bx-caption span {
	color: #fff;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	margin: 0 auto;
	text-transform: uppercase;
	width: 1110px;
}

.slider-section .bx-controls {
	bottom: 0;
	left: 50%;
	margin-left: -555px;
	position: absolute;
	width: 1095px;
	/*z-index: 999;*/
}

.slider-section .bx-controls .bx-pager {
	float: right;
	padding: 40px 0;
	position: relative;
	z-index:52;
}

.slider-section .bx-controls .bx-pager-item {
	float: left;
	margin-left: 13px;
}

.slider-section .bx-controls .bx-pager-item a {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	display: block;
	opacity: 0.5;
	overflow: hidden;
	height: 14px;
	text-indent: 20px;
	width: 14px;
}

.slider-section .bx-controls .bx-pager-item a.active {
	opacity: 1;
}

.hero-section {
	/*margin-bottom: 70px;*/
	position: relative;
}

.hero-section img {
	height: 510px;
	object-fit: cover;
	width: 100%;
}

.hero-section-overlay-container{
	height: 510px;
	width: 1110px;
	left: -50%;
    /*top: 50%;*/
	margin: 0 auto;
	position: relative;
}

.hero-section-overlay{
	width: 516px;
	height: 175px;
	position: absolute;
    left: 0;
    top: 33%;
    text-align: center;
    font-size: 18px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;

}

.hero-section-overlay img{
	width: 134px;
	height: 134px;
	float: left;
	/*fill: white;*/
}

/*.hero-section-overlay svg path{
	fill: #fff !important;
}*/

.hero-section-overlay .text{
	color: white;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;;
	font-weight: 200;
	float: right;
	margin-left: 23px;
	width: 310px;
	text-align: left;
	height: 134px;
	letter-spacing: 0.5px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.section-title {
	border-bottom: 1px solid #d2d2d2;
	font-weight: normal;
	/*height: 40px;*/
	margin-top: 50px;
	margin-bottom: 30px;
}

.section-title span {
	color: #666;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	/*height: 40px;*/
	line-height: 40px;
	padding: 0 15px;
	text-transform: uppercase;
}

.section-title.green-title span {
	background-color: #4e7a45;
	color: #fff;
	display: block;
	position: relative;
}

.section-title.green-title span:before {
	background-color: #9e2d40;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.tabs-primary li {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	background-color: #4e7a45;
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.tabs-primary li:before {
	background-color: #9e2d40;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.tabs-primary a {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}

.menu-toggle {
	display: none;
	float: right;
	height: 37px;
	margin-top: 13px;
	padding: 9px 7px;
	width: 37px;
}

.menu-toggle.active {
	background-color: #ebebeb;
}

.menu-toggle div {
	background-color: #4e7a45;
	height: 4px;
	margin-bottom: 3px;
}

.view-hirek .col-md-4,
.view-frontpage .col-md-4 {
	width: 31%;
	padding-left: 0px;
	padding-right: 0px;
}

.view-hirek .views-row:nth-child(3n+2) .col-md-4,
.view-frontpage .views-row:nth-child(3n+2) .col-md-4 {
	margin-left: 3.5%;
	margin-right: 3.5%;
}

.news-item {
	height: 300px;
}

.news-item .image-holder {
	height: 170px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.news-item .image-holder img {
	display: block;
	height: 170px;
	object-fit: cover;
	object-position: 50% 0%;
	width: 100%;
}

.news-item .image-holder a {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	left: 0;
	/*padding: 10px;*/
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.news-item .image-holder a:nth-child(3) {
	padding: 5px;
	height: 52px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news-item .image-holder a:hover {
	background-color: rgba(78, 122, 69, 0.8);
	text-decoration: none;
}

.news-item p {
	color: #484848;
	font-size: 13px;
	line-height: 18px;
}

.translation_hu a,
.translation_en a {
	display: none;
}

.statistics_counter {
	display: none;
}

.eo_gomb a {
	float: left;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin-top: 15px;
	background-color: #4e7a45;
	color: #fff;
	position: relative;
	width: 200px;
}


.eo_gomb a:hover {
	background-color: #9e2d40;
	text-decoration: none;
}

.eo_gomb a::before {
	background-color: #9e2d40;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.eo_publikacios_ikonok img {
	width: 30px;
	height: 30px;
	border: 0;
	padding: 4px;
}

.more-link {
	color: #484848;
	display: table;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	margin: 0 auto;
	text-transform: uppercase;
}

.more-link:after {
	border-left: 6px solid #4e7a45;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}

.view-hirek ul{
	margin: 0 auto;
}

/************************************/
/****************Pager***************/
/************************************/
.pager a,
.pager li{
	padding-left: 7px !important;
	padding-right: 10px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin: 0px !important;
}

.pager-first a,
.pager-previous a,
.pager-item a,
.pager-ellipsis,
.pager-next a,
.pager-last a {
	color: #484848;
	display: inline-table;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	margin: 0 auto;
	text-transform: uppercase;
}

.pager-first a:before,
.pager-previous a:before{
	border-right: 6px solid #4e7a45;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	width: 0;
	height: 0;
}

.pager-current {
	color: #fff;
	background: #628b47;
}

.pager-next a:after,
.pager-last a:after{
	border-left: 6px solid #4e7a45;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	float: right;
	margin-left: 10px;
	margin-top: 4px;
	width: 0;
	height: 0;
}

.view-oktatok-soap{
	overflow-x: auto;
	display: block;
}

/************************************/
/*************SOAP Views*************/
/************************************/

.field-type-text-with-summary,
.view-content {
	word-wrap: break-word;
	overflow: auto;
	overflow-y: hidden;
}

.views-table table {
	border-collapse: collapse;
	overflow-x: auto;
	display: block;
}

.views-table a{
	font-style: italic;
	font-weight: 700;
	color: #7B7B7B;
}

.views-table a:hover{
	text-decoration: none;
}

/*PĂĄratlan*/
.views-table tbody tr:nth-child(2n+1){
	background-color: #E8EBE4;
	border-bottom: 1px solid;
	border-color: #D5DCE2

}

/*PĂĄros*/
.views-table tbody tr:nth-child(2n){
	background-color: #F1F3F0;
	border-bottom: 1px solid;
	border-color: #D5DCE2;
}

.views-table thead{
	background-color: #4e7a45;
}

.views-table th{
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 19px;
	text-transform: uppercase;
	height: 48px;
	text-align: center;
	border-bottom: 1px;
	border-color: #D5DCE2;
}



.views-table td{
	font-family: 'Oswald', sans-serif;
	border: 1px solid;
	border-color: #D5DCE2;
	padding: 10px;
}

.views-table td:first-child{
	border: 0px;
}

.views-table td:last-child{
	border: 0px;
}

.views-table td:hover a{
	color: #4e7a45;
}

.views-table h3{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0px;
	margin-top: 10px;
	font-weight: 700;
}

#bizottsagok table {
    width: 100%;
    margin-bottom: 30px;
}

#bizottsagok h2 {
    color: #4e7a45;
	font-weight: 700;
	font-size: 16px;
}

#bizottsagok h3 {
    color: #4e7a45;
	font-weight: 400;
	font-size: 14px;
}




/**************************/
/******Exposed widgets*****/
/**************************/
/*
#views-exposed-form-tdk-kiirasok-default a{
	display: block;
}
*/
#views-exposed-form-tdk-kiirasok-default .views-submit-button{
	margin-top: 52px;
}
	/*
#views-exposed-form-tdk-kiirasok-default .views-exposed-widgets{
	margin-top: 30px;
}*/

.views-exposed-widgets{
	margin-bottom: 30px;
}

.views-exposed-widgets label{
	color: #4e7a45;
	font-weight: 700;
}


/**********Formok**********/

.form-text,
.form-select{
	height: 50px;
	padding: 10px;
	color: #7B7B7B;
	border: 1px solid #D5DCE2;
	max-width: 813.75px;
}

.form-text:focus,
.form-select:focus{
	border: 1px solid #4e7a45;
	outline: none;
}

/**********Gombok**********/

.views-submit-button{
 	margin-top: 32px;
	padding-top: 0px !important;
	border-left: 4px solid #9e2d40;
}

.views-exposed-widget .form-submit, .form-actions .webform-submit{
	height: 50px;
	width: 100px;
	color: #ffffff;
	background-color: #4e7a45;
	border:none;
	margin-top: 0px !important;
}
/*.views-submit-button {
    padding-top: 25px !important;
}*/
.form-submit:hover, .webform-submit:hover{
	background-color: #9e2d40;
	text-decoration: none;
}

#block-search-form .form-submit{
	background-color: transparent;
	text-decoration: none;
}




/**************************/
/********ZsĂĄnerkĂŠp*********/
/**************************/

.zsanerkep img{
	max-width:100%;
	height: auto;
}




/**************************/
/********TĂĄblĂĄzatok********/
/**************************/

.view-oktatok-soap .views-table,
.view-oktatott-tant-rgyak-soap .views-table,
.view-valaha-oktatott-tant-rgyak-soap .views-table,
.view-tanszeki-oktatok-soap .views-table,
.view-tanszeki-tantargyak-soap .views-table,
.view-tdk-temak .views-table {
	width: 100%;
	display: table;
}

.view-oktatok-soap caption,
.view-tanszeki-oktatok-soap .views-table caption{
	color: #4e7a45;
	font-weight: 700;
	margin-top: 20px;
}

.view-phd-hallgatok .view-grouping-header {
	color: #4e7a45;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
}

.view-phd-hallgatok caption{
	color: #4e7a45;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}

.view-phd-hallgatok table{
	overflow-x: auto;
	display:block;
}

.field-label,
.node-oktatok-label, .view-phd-tema > h2.title, .view-phd-temavezetok > h2.title {
	color: #4e7a45;
	font-weight: 700;
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
}


article.node-tantargyak-soap > div:nth-child(2) > div.field-label {
	margin-top: 0px;
}


.field-type-text-with-summary ul, .field-type-text-with-summary ol, .view-oktat-soap-megjelenites ul, .view-oktat-soap-megjelenites ol {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.field-type-text-with-summary ul > li {
	text-indent: -15px;
}

.field-type-text-with-summary ul > li:before,.view-oktat-soap-megjelenites ul > li:before,.webform-component-markup ul > li:before {
	content: "•"; /* Insert content that looks like bullets */
	margin-right: 4px;
	color: #678441;
	font-size: 15px;
}
.field-type-text-with-summary ol > li:before ,.view-oktat-soap-megjelenites ol > li:before {
	margin-right: 8px;
	color: #678441;
	font-size: 15px;
}
/*
.view-valaha-oktatott-tant-rgyak-soap > div.view-header, .view-oktatott-tant-rgyak-soap > div.view-header {
    color: #4e7a45;
    font-weight: 700;
    display: block;
    font-size: 1.5em;
}
*/

table.eletrajz, table.kutatas {
    text-align: left;
    border: 0;
    width: 100%;
    margin-top: 15px;
}
table.eletrajz > tbody > tr > th, table.kutatas > tbody > tr > th {
    background-color: #4e7a45;
    color: white;
    font-size: 1.17em;
    height: 28px;
}


/*.sidebar-widget {
	margin-bottom: 70px;
}*/

.side-link-widget .link {
	display: table;
	height: 50px;
	width: 100%;
}

.side-link-widget .link a {
	background-color: #ebebeb;
	border-top: 1px solid #bfbfbf;
	color: #666;
	display: table-cell;
	font-size: 13px;
	font-weight: 500;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	width: 100%;
}

.side-link-widget h2 + .link a {
	border: 0;
}

.side-link-widget .link a:hover {
	background-color: #4e7a45;
	color: #fff;
	position: relative;
	text-decoration: none;
}

.side-link-widget .link a:hover:before {
	background-color: #9e2d40;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.datepicker-widget {
	background-color: #ebebeb;
	padding: 15px;
}

.datepicker-widget .year-month {
	color: #666;
	display: table;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	margin: 0 auto 15px;
}

.datepicker-widget .prev {
	border-right: 6px solid #4e7a45;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.datepicker-widget .next {
	border-left: 6px solid #4e7a45;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}

.datepicker-widget table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.datepicker-widget table th,
.datepicker-widget table td {
	color: #666;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.datepicker-widget table th {
	border-bottom: 1px solid #d5d5d5;
	font-family: 'Oswald', sans-serif;
}

.datepicker-widget table .weekend {
	color: #7b0046;
}

.datepicker-widget table .active {
	background-color: #c0cbb3;
}

footer {
	background-color: #4e7a45;
	margin-top: 40px;
	padding: 30px 0 40px;
}

footer .container {
	position: relative;
}

footer h3 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

footer .footer-link {
	color: #fff;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	height: 35px;
	line-height: 35px;
	margin: 0 -15px;
	padding: 0 15px;
	position: relative;
}

footer .footer-link:hover {
	background-color: rgba(255, 255, 255, 0.2);
	text-decoration: none;
}

footer .footer-link:hover:before {
	background-color: #9e2d40;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

footer .footer-icon {
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
}

footer .footer-image {
	background: transparent url('../images/footer-image.png') center center no-repeat;
	height: 297px;
	position: absolute;
	right: -138px;
	top: 10px;
	width: 552px;
}

footer br {
	display: block;
}

.base-footer {
	padding: 5px 10px;
}

.base-footer ul {
	display: table;
	margin: 10px auto;
}

.base-footer li {
	border-left: 1px solid #484848;
	float: left;
	padding: 0 10px;
}

.base-footer li,
.base-footer li a {
	color: #484848;
	font-size: 13px;
	line-height: 13px;
}

.base-footer li:first-child {
	border: 0;
}

.geoses_logo{
	margin: 0 5px;
	height: 63px;
	float: right;
}

@media screen and (max-width: 1199px) {
	.geoses_logo{
		margin: 0 1px;
		height: 60px;
		float: right;
	}

	nav .first-level > li > a {
		padding: 0px 16px 0px 22px;
	}

	nav .has-sublevel:hover:before {
		left: 10px;
	}
	nav .depth-1.has-sublevel:hover:before {
		left: 7px;
	}

	#main-slider .bx-caption span {
		width: 910px;
	}

	.slider-section .bx-controls {
		margin-left: -455px;
		width: 895px;
	}

	.hero-section-overlay-container{
		width: 900px;
	}

	.form-text,
	.form-select{
		max-width: 663.75px;
	}

	footer .footer-link {
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	.bme-header {
		background-color: #313131;
		border-bottom: 4px solid #4e7a45;
	}

	.bme-header ul {
		float: none;
	}

	.bme-header ul:after {
		content: "";
		clear: both;
		display: block;
	}

	.bme-header li {
		border-left: 2px solid #fff;
	}

	.bme-header a {
		color: #fff;
	}

	.bme-header .align-right li {
		margin-top: 5px;
		margin-right: 8px;
		margin-left: 0;
	}

	.logo hr,
	.logo h1 {
		display: none;
	}

	.menu-toggle {
		display: block;
	}

	.search {
		display: none;
	}

	nav {
		background-color: #f9f9fa;
		border: 0;
		display: none;
		left: 15px;
		position: absolute;
		right: 15px;
		top: 138px;
		z-index: 99999;
	}

	nav .container {
		width: auto;
	}

	nav .col-md-12 {
		padding: 0;
	}

	nav .first-level {
		display: block;
	}

	nav .first-level > li {
		float: none;
	}

	nav .first-level > li > a {
		border-top: 1px solid #e4e3e3;
		color: #666666;
		padding: 0 40px;
	}

	nav .first-level > li:hover > a {
		color: #fff;
	}

	nav .has-sublevel:after {
		border-top: 5px solid #4e7a45;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		content: "";
		left: auto;
		margin-top: -2.5px;
		position: absolute;
		right: 20px;
		top: 24px;
	}

	nav .has-sublevel:hover:after {
		border-top: 0;
		border-bottom: 5px solid #fff;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		bottom: auto;
		content: "";
		left: auto;
		margin-top: -2.5px;
		position: absolute;
		right: 20px;
		top: 24px;
	}

	nav .has-sublevel:hover:before {
		/*background-color: #9e2d40;
		border: none;
		bottom: auto;
		content: "";
		left: 0;
		height: 44px;
		margin: 0;
		position: absolute;
		right: auto;
		top: 1px;
		width: 4px;*/
	}

	nav .depth-1.has-sublevel:hover:before {
		border:0;
	}

	nav .first-level > li:hover {
		background-color: #64873e;
	}

	nav .second-level {
		background-color: #f9f9fa;
		position: static;
	}

	nav .first-level > li:hover .second-level {
		display: block;
	}

	nav .second-level li {
		border-top: 1px solid #e4e3e3;
		text-align: center;
	}

	nav .second-level li:first-child {
		border-top: 1px solid #e4e3e3;
	}

	nav .second-level li:hover {
		background-color: #e2e7dc;
	}

	nav .second-level li:hover:before {
		display: none;
	}

	nav .second-level li a {
		color: #666;
		font-size: 15px;
		padding: 10px 40px;
	}

	nav .second-level li:hover a {
		color: #666;
	}

	nav .third-level {
		background-color: #f9f9fa;
		position: static;
	}

	nav .second-level > li:hover .third-level {
		display: block;
	}

	nav .third-level li {
		border-top: 1px solid #e4e3e3;
		text-align: center;
	}

	nav .third-level li:first-child {
		border-top: 1px solid #e4e3e3;
	}

	nav .third-level li:hover {
		background-color: #e2e7dc;
	}

	nav .third-level li:hover:before {
		display: none;
	}

	nav .third-level li a {
		color: #666!important;
		font-size: 15px;
		padding: 10px 40px;
	}

	nav .third-level li:hover a {
		color: #666!important;
	}

	#main-slider .bx-caption span {
		width: 690px;
	}

	.slider-section .bx-controls {
		margin-left: -345px;
		width: 675px;
	}

	.hero-section-overlay-container{
		width: 700px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.hero-section-overlay {
		width: 382px;
		position: initial;
		margin: 0 auto;
	}

	.hero-section-overlay img{
		display: none;
	}

	.hero-section-overlay .text {
		margin-left: 0px;
		float: left;
	}

	#main-slider img {
		height: 290px;
	}

	.view-hirek .col-md-4,
	.view-frontpage .col-md-4 {
		width: 100%;
	}

	.view-hirek .views-row:nth-child(3n+2) .col-md-4,
	.view-frontpage .views-row:nth-child(3n+2) .col-md-4 {
		margin-left: 0%;
		margin-right: 0%;
	}

	.form-text,
	.form-select{
		max-width: 322.5px;
	}

	footer .footer-image {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.container{
		padding-left: 0px;
		padding-right: 0px;
	}

	/*.footer-links .container,
	.page-bottom .container{
		padding-left: 15px;
	}*/

	.logo h2 span{
		height: 34px;
	}

	.menu-toggle{
		margin-top: -20px;
	}



	#main-slider .bx-caption {
		padding: 15px 0;
	}

	#main-slider .bx-caption span {
		font-size: 14px;
		padding: 15px;
		padding-right: 100px;
		width: auto;
	}

	.slider-section .bx-controls .bx-pager {
		padding: 35px 0;
	}

	.slider-section .bx-controls {
		left: 0;
		margin-left: 0;
		padding: 0 15px;
		right: 0;
		width: 100%;
	}

	.news-item {
		height: auto;
		margin-bottom: 30px;
	}

	footer {
		text-align: center;
	}

	footer .container {
		display: table;
		margin: 0 auto;
	}

	footer h3 {
		margin-bottom: 5px;
	}

	footer .col-md-2 {
		border-bottom: 1px solid #7da26e;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

	footer .contact-list {
		border-bottom: 0;
	}

	footer br {
		display: block;
	}

	footer .footer-icon {
		display: inline-block;
		float: none;
		margin: 3px;
	}

	.base-footer {
		padding: 10px;
	}

	.base-footer ul {
		display: table;
		margin: 0 auto;
	}

	.base-footer li {
		border-left: none;
		float: none;
		margin-bottom: 5px;
		text-align: center;
	}

	.base-footer li,
	.base-footer li a {
		color: #484848;
		font-size: 13px;
		line-height: 13px;
	}

	.base-footer li:first-child {
		border: 0;
	}

	.section-title {
		border-bottom: 1px solid #d2d2d2;
		font-weight: normal;
		/*height: initial;*/
		margin-bottom: 30px;
		margin-top: 0px;
	}

	.section-title span {
		display: block;
		float: left;
		font-family: 'Oswald', sans-serif;
		font-size: 22px;
		/*height: initial;*/
		margin-top: 30px;
		line-height: 40px;
		padding: 0 15px;
		position: relative;
		text-transform: uppercase;
	}

	.section-title .green-title span {
		background-color: #64873e;
		color: #fff;
		margin-top: 0px;
	}

	.section-title .green-title span:before {
		background-color: #9e2d40;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		top: 0;
		width: 4px;
	}
}
