form.formgenerator {
	margin: 0; padding: 0;
	color: #242424;
	overflow: hidden;
}

form.formgenerator label {
	font-weight: normal;
}

.abouttimeline{
	position:absolute;top:325px; left: 150px;
}

@media(min-width: 991px) {
	.abouttimeline{
		left: 10px;
		top: 255px;
	}
}

@media(min-width: 1200px) {
	.abouttimeline{
		left: 15px;
		top: 300px;
	}
}

@media(min-width: 1300px) {
	.abouttimeline{
		left: 80px;
	}
}

@media(min-width: 1500px) {
	.abouttimeline{
		left: 15px;
	}
}

@media(min-width: 1600px) {
	.abouttimeline{
		left: 65px;
		top: 325px;
	}
}

@media(min-width: 1785px) {
	.abouttimeline{
		left: 150px;
	}
}



.abouttimeline img{
	width:90%;
}

.aboutcont{
	margin:0 auto;
}

@media(min-width: 768px) {
	form.formgenerator .form_left {
		text-align: right;
	}
}


form.formgenerator .form_left,
form.formgenerator .form_right {
	padding: 1px 0px 0px 1px;
}

form.formgenerator p { margin: 0; padding: 0;}

form.formgenerator .row-eq-height .inner {
	/*background-color: #E8E8E8;*/
	padding: 10px 15px 10px 0px;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
	/*border-top: 1px solid var(--blue);*/
}

form.formgenerator .input_item {
	overflow: hidden;
}

form.formgenerator .form_left {
	text-shadow: 1px 1px 0px #FFFFFF;
}

form.formgenerator input, form.formgenerator select, form.formgenerator textarea {
	margin-bottom: 10px;
}

form.formgenerator .form_checkbox {
	float: left;
	padding-right: 10px;
}

form.formgenerator hr {
	border-top: 1px solid #CFCFCF;
	border-bottom: 5px solid #E8E8E8;
	margin: 0;
	margin-left: 1px;
}

form.formgenerator input[type="text"],
form.formgenerator input[type="email"],
form.formgenerator input[type="password"],
form.formgenerator input[type="tel"],
form.formgenerator input[type="number"],
form.formgenerator textarea {
	border: 1px solid #B2B2B2;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
	padding: 5px 2.5px 5px 7.5px;
	transition: all 0.2s linear 0s;
	width: 100%;
}

form.formgenerator textarea {
	height: 110px;
}

form.formgenerator select {
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
	padding: 5px 2.5px 5px 7.5px;	
}

form.formgenerator input[type="text"]:focus,
form.formgenerator input[type="email"]:focus,
form.formgenerator input[type="password"]:focus,
form.formgenerator input[type="tel"]:focus,
form.formgenerator input[type="number"]:focus,
form.formgenerator textarea:focus,
form.formgenerator select:focus {
	outline: none;
	border-color: #737373;
}

form.formgenerator input[type="number"] { width: 75px; }
form.formgenerator input[type="tel"] { width: 200px; }

form.formgenerator input[type="checkbox"],
form.formgenerator input[type="radio"] {
	margin-top: 4px;
	float: left;
	margin-right: 10px;
	-ms-transform: scale(1.2); /* IE */
	-moz-transform: scale(1.2); /* FF */
	-webkit-transform: scale(1.2); /* Safari and Chrome */
	-o-transform: scale(1.2); /* Opera */
  	padding: 2px;
}

form.formgenerator .form_note {
	background: #E8E8E8;
	padding: 10px 15px;
	border-top: 1px solid #CFCFCF;
	margin-left: 1px;
}

@media(min-width: 768px) {
	form.formgenerator .form_note {
		text-align: center;
		text-shadow: 1px 1px 0px #FFFFFF;
	}
}

form.formgenerator .form_left .inner { padding-top: 15px; }

form.formgenerator input[type="submit"] {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	border: 1px solid #B5B5B5;
	padding: 6.5px 20px;
	text-shadow: 1px 1px 0px #FFFFFF;
	border-radius: 3px;
}

form.formgenerator input[type="submit"]:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,115,255,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,115,255,1);
	box-shadow: 0px 0px 5px 0px rgba(0,115,255,1);
}

form.formgenerator input.captcha_input {
	width: 75px;
}

form.formgenerator .form_right {
	position: relative;
}

form.formgenerator .form_right .input_error {
	position: absolute;
	top: 13px;
	height: 30px;
	background: rgba(204,0,0,0.8);
	color: #fff;
	text-shadow:none;
	right: 16px;
	font-size: 11px;
	padding: 1.5px 3px;
	z-index: 10;
	display: flex;
	align-items:center;
	max-width: 185px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
}

form.formgenerator .form_right .input_error:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: rgba(204,0,0,0.8);
	border-width: 5px;
	margin-top: -5px;
	z-index: 10;
}

form.formgenerator span.required-input {
	color: red;
}

form.newsletterForm {
	padding: 0; margin: 0;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
	box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
	border-radius: 5px;
}

form.newsletterForm .formPref {
	height: 50px;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/newsletter_icon.png');
	background-color: #EBEBEB;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-right: 1px solid #fff;
}

form.newsletterForm .formItem {
	height: 50px;
	background-color: #F5F5F5;
}

form.newsletterForm.this-improved .formItem {
	
}

.eu-badge{
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: block;
  /* méret igény szerint */
  max-height: 150px;
  z-index: 100000;           /* legyen magasabb, mint .offcanvas-mask / modal backdrop */
  overflow: hidden;
  pointer-events: auto;      /* biztos, ami biztos */
}

.eu-badge img{
  display:block;
  max-height:150px;
  height:auto;
}

form.newsletterForm .formItem input {
	border: 1px solid #B2B2B2;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
	padding: 5px 2.5px 5px 7.5px;
	transition: all 0.2s linear 0s;
	width: 100%;
	margin-top: 10px;
}

form.newsletterForm .formItem input:focus {
	outline: none;
	border-color: #737373;
}

form.newsletterForm .formPost { padding: 0; border-left: 1px solid #fff; }

form.newsletterForm .formPost button {
	background: #9dd53a;
	background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a));
	background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
	background: -o-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
	background: -ms-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
	background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );
	width: 100%;
	height: 50px;
	margin: 0;
	border: none;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	font-size: 18px;
	text-shadow: -1px 0 #80c217, 0 1px #80c217, 1px 0 #80c217, 0 -1px #80c217;
}

@media(min-width:768px) {
	form.newsletterForm.this-simple .formItem { width: 83.33%; }
}

@media(max-width:767px) {
	form.newsletterForm .formPost button {
		border-top-right-radius: 0px;
		height: 25px;
		border-bottom-left-radius: 5px;
	}
}

form.loginForm {
	position: relative;
	padding: 0; margin: 0;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
	box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
	background: #EBEBEB;
	border-radius: 5px;
	padding:20px 0px;
}

form.loginForm input[type="email"], form.loginForm input[type="password"] {
	border: 1px solid #B2B2B2;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
	padding: 5px 2.5px 5px 7.5px;
	transition: all 0.2s linear 0s;
	width: 100%;
	margin-top: 10px;
	padding-left: 30px;
}

form.loginForm input[type="email"]:focus, form.loginForm input[type="password"]:focus {
	outline: none;
	border-color: #737373;
}

form.loginForm input[type="submit"] {
	background: #fceabb;
	background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93));
	background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
	border: 1px solid #9E9E9E;
	border-radius: 3px;
	color: #4A4A4A;
	padding: 4px 12px;
	text-shadow: -1px 0 #fccd4d, 0 1px #fccd4d, 1px 0 #fccd4d, 0 -1px #fccd4d;
	margin: 10px 0px;
	float: right;
}

form.loginForm input[type="submit"]:hover {
	background: #ffb76b;
	background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04));
	background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
	background: -o-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
	background: -ms-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
	background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );
	color: #fff;
	text-shadow: none;
}

form.loginForm a {
	display: inline-block;
	float: right;
	background: #CFCFCF;
	padding: 4px 12px;
	margin: 10px;
	color: #525252;
	border-radius: 3px;
	text-decoration: none !important;
}

form.loginForm div:first-child::before, form.loginForm div:nth-child(2)::before {
	position: absolute;
	left: 22px;
	top: 19px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\2709";
	color: #616161;
	z-index: 1000;
}

form.loginForm div:nth-child(2)::before {
	content: "\e033";
}

form.lostPasswordForm {
	position: relative;
	padding: 0; margin: 0;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
	box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
	background: #EBEBEB;
	border-radius: 5px;
	padding:20px 20px;
}

form.lostPasswordForm input[type="email"] {
	border: 1px solid #B2B2B2;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
	padding: 5px 2.5px 5px 7.5px;
	transition: all 0.2s linear 0s;
	width: 100%;
	margin-top: 10px;
	padding-left: 30px;
}

form.lostPasswordForm input[type="email"]:focus {
	outline: none;
	border-color: #737373;
}

form.lostPasswordForm input[type="submit"] {
	background: #fceabb;
	background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93));
	background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
	border: 1px solid #9E9E9E;
	border-radius: 3px;
	color: #4A4A4A;
	padding: 4px 12px;
	text-shadow: -1px 0 #fccd4d, 0 1px #fccd4d, 1px 0 #fccd4d, 0 -1px #fccd4d;
	margin: 10px 0px;
	float: right;
}

form.lostPasswordForm input[type="submit"]:hover {
	background: #ffb76b;
	background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04));
	background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
	background: -o-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
	background: -ms-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
	background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );
	color: #fff;
	text-shadow: none;
}

form.lostPasswordForm::before {
	position: absolute;
	left: 32px;
	top: 39px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\2709";
	color: #616161;
	z-index: 1000;
}

body.page-type-subpage .bgslider-images {
	display:none;
}

body.page-type-subpage .bgslider {
	height: auto !important;
}

body.page-type-subpage .bgslider-box {
	display: none;
}

body.page-type-subpage header nav.navbar {
	margin-top: 100px;
}

body.page-type-subpage header nav.navbar ul.navbar-nav {
	margin-left: 0 !important;
}

body.page-type-subpage header nav::after {
	position: absolute;
	content: "";
	top: 0;
	left: 100%;
	width: 60px;
	height: 100%;
	background-color: rgba(35, 36, 39, 0.8);
}

body.page-type-subpage header nav.navbar #navbar {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

@media (min-width: 576px) {
	body.page-type-subpage header nav.navbar #navbar {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	body.page-type-subpage header nav.navbar #navbar {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	body.page-type-subpage header nav.navbar #navbar {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	body.page-type-subpage header nav.navbar #navbar {
		max-width: 1140px;
	}

	.aboutcont{
		width:70%;
	}
}

@media(min-width: 1500px) {
	.aboutcont{
		width:100%;
	}
}

@media(max-width:1199px) {
	body.page-type-subpage header nav.navbar {
		display: none;
	}
	body.page-type-subpage header  {
		margin-bottom: 130px;
	}
	body.page-type-subpage header .headline {
		-webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.75);
		box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.75);
	}

	.aboutcont{
		width:65%;
	}
}

@media (max-width: 991px) {
	header .headline {
	    height: 85px;
	}

	.aboutcont{
		width:100%;
	}
	.abouttimeline{
		display: none;
	}
}

@media (max-width: 767px) {
	body.page-type-subpage header {
		margin-bottom: 30px;
	}
	.col-sm-7.form_right {
		-ms-flex: none;
		flex: none;
		max-width: none;
		float: left;
		width: 100%;
	}
	.col-sm-5.form_left {
		-ms-flex: none;
		flex: none;
		max-width: none;
		float: left;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.col-sm-7.form_right {
		-ms-flex: none;
		flex: none;
		max-width: none;
		float: left;
		width: 58.3333333%;
	}
	.col-sm-5.form_left {
		-ms-flex: none;
		flex: none;
		max-width: none;
		float: left;
		width: 41.6666666%;
	}
}

table.table.table-theme thead tr th {
	background-color: #F2F2F2;
	color: #454545;
	padding: 8px 8px;
}

table.table.table-theme tbody tr td {
	vertical-align: middle;
	line-height: 14px;
	padding: 4px 8px;
}

@media(max-width:767px) {
	table.table.table-theme, .mainContent table {
		width: 100%;
		border: none;
	}

	table.table.table-theme thead {
		display: none;
	}

	table.table.table-theme tr, .mainContent table tr {
		display: inline;
	}

	table.table.table-theme td, .mainContent table td {
		margin: 0;
		width: 100%;
		float: left;
		padding: 8px 8px !important;
	}

	table.table.table-theme tr td:last-child {
		margin-bottom:20px;
	}

	table.table.table-theme tr:last-child td:last-child {
		margin-bottom:0px;
	}

	.mobile-table-title {
		font-weight: bold;
		display: inline-block;
	}
}

.widget.single-news {
	margin-bottom: 30px;
	position: relative;
}

.widget.single-news .image img {
	display: block;
	width: 100%;
}

.widget.single-news .image .gradient {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…IxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
	background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
	background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
	background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
	background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
}

.widget.single-news .details {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
}

.widget.single-news .details .category {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.widget.single-news .details .category a {
	color: #fff;
	zoom: 1;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: alpha(opacity=50);
}

.widget.single-news .details h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 19px;
}

.widget.single-news .details h3 a {
	color: #fff;
	zoom: 1;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
}

.widget.single-news .details:hover time {
	position: relative;
	display: block;
	color: #fff;
	font-size: 13px;
	margin-bottom: -20px;
	-webkit-transition: all 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
}

.mainContent ul:not(.pagination), body.cke_editable ul {
	margin: 0; padding: 0;
}

.mainContent ul:not(.pagination) li, body.cke_editable ul li {
	position: relative;
	padding-left: 35px;
}

.mainContent ul:not(.pagination) li::before, body.cke_editable ul li::before {
	position: absolute;
	top: 6px;
	left: 13px;
	width: 10px;
	height: 10px;
	content: "";
	background-image: url(../images/bullet2.png);
	background-repeat: no-repeat;
}

.goto-top-link {
	font-size: 12px;
	border-bottom: 1px dotted grey;
}



section.career .career-item {
	margin: 50px 0px;
	padding: 0px 0px 50px 0px;
	border-bottom: 1px solid #003c70;
}

section.career .career-item h2 {
	font-size: 28px;
	margin: 0px 0px 20px 0px;
}

section.career .career-item .mainContent {
	padding-left: 20px;
}

section.career .career-item:last-of-type {
	border-bottom: none;
}

@media(max-width: 767px) {
	section.career .career-item .item-image-container img {
		margin-bottom:20px;
	}
}



section.specializations .specialization-item {
	margin: 50px 0px;
	padding: 0px 0px 50px 0px;
	border-bottom: 1px solid #003c70;
}

section.specializations .specialization-item h2 {
	font-size: 28px;
	margin: 0px 0px 20px 0px;
}

section.specializations .specialization-item .mainContent {
	padding-left: 20px;
}

section.specializations .specialization-item:last-of-type {
	border-bottom: none;
}

@media(max-width: 767px) {
	section.specializations .specialization-item .item-image-container img {
		margin-bottom:20px;
	}
}



section.references .reference-item {
	margin: 50px 0px;
	padding: 0px 0px 50px 0px;
	border-bottom: 1px solid #003c70;
}

section.references .reference-item h2 {
	font-size: 28px;
	margin: 0px 0px 20px 0px;
}

section.references .reference-item .mainContent {
	padding-left: 20px;
}

section.references .reference-item:last-of-type {
	border-bottom: none;
}

section.references .reference-item .item-image-container {
	padding: 0px 20px 20px 0px;
}

section.references .reference-item .item-image-container a {
	display: block;
	position: relative;
    /*z-index: 2;*/
}

@media(max-width: 767px) {
	section.references .reference-item .item-image-container img {
		margin-bottom:20px;
	}
	section.references .reference-item .item-image-container {
		float: none !important;
	}
}



@media(min-width:1200px) {
	header nav.navbar-fixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index:9 !important;
		margin-top:0px !important;
	}

	header nav.navbar-fixed ul.navbar-nav {
		margin-left: 0 !important;
		padding-left: 20px;
	}
}

/* Modern pagination */
.pagination-wrapper {
	margin: 48px 0 24px;
}

.pagination-modern {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination-modern .page-item {
	display: flex;
	margin: 0;
	padding: 0;
	position: static;
}

.pagination-modern .page-item::before,
.pagination-modern .page-item::after {
	display: none !important;
	content: none !important;
}

.pagination-modern .page-item .page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	margin-left: 0;
	padding: 0 14px;
	border: none;
	border-radius: 6px;
	color: var(--blue);
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	background: #f4f7fa;
	text-align: center;
	box-shadow: 0 1px 2px rgba(0, 60, 112, 0.08);
	transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pagination-modern .page-item .page-link:hover,
.pagination-modern .page-item .page-link:focus {
	color: #fff;
	background: var(--blue);
	box-shadow: 0 4px 12px rgba(0, 60, 112, 0.2);
	text-decoration: none;
	transform: translateY(-1px);
}

.pagination-modern .page-item.active .page-link {
	color: #fff;
	background: var(--green);
	box-shadow: 0 4px 12px rgba(145, 182, 17, 0.35);
	cursor: default;
	transform: none;
}

.pagination-modern .page-item.disabled .page-link {
	color: #a8b4c0;
	background: #eef2f6;
	box-shadow: none;
	cursor: not-allowed;
	transform: none;
}

.pagination-modern .page-item.disabled .page-link:hover,
.pagination-modern .page-item.disabled .page-link:focus {
	color: #a8b4c0;
	background: #eef2f6;
	box-shadow: none;
	transform: none;
}

.pagination-modern .page-link-prev,
.pagination-modern .page-link-next {
	min-width: auto;
	padding: 0 18px;
	font-weight: 500;
}

.pagination-modern .page-ellipsis {
	min-width: 36px;
	background: transparent;
	box-shadow: none;
	color: #7a8794;
	font-weight: 700;
	letter-spacing: 2px;
}

.pagination-modern .page-ellipsis:hover,
.pagination-modern .page-ellipsis:focus {
	background: transparent;
	color: #7a8794;
	box-shadow: none;
	transform: none;
}

@media (max-width: 575px) {
	.pagination-modern {
		gap: 6px;
	}

	.pagination-modern .page-item .page-link {
		min-width: 40px;
		height: 40px;
		padding: 0 10px;
		font-size: 14px;
	}

	.pagination-modern .page-link-prev,
	.pagination-modern .page-link-next {
		padding: 0 12px;
	}
}