/* remove hover & click dotted borders ---------------------------------------- */

a,input,button,select,option,a:active,input:active,button:active,select:active,option:active,a:focus,input:focus,button:focus,select:focus,option:focus{outline:none;outline-color:transparent;border:none;border-color:transparent;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none}a::-moz-focus-inner,input::-moz-focus-inner,button::-moz-focus-inner,select::-moz-focus-inner,option::-moz-focus-inner{outline:none;outline-color:none;border:none}img{border:none}

/* animate settings */
:root {
	--animate-duration: 800ms;
}

/* basic ------------------------------------------------------------------------------------------ */

body {
	font-family: "Montserrat","Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
	font-size: 1.2rem;
	overflow-x: hidden;
	font-weight: 200;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 200;
}
h2, .h2 {
	font-size: 2.75rem;
}
h3, .h3 {
	font-size: 2.5rem;
}
h4, .h4 {
	font-size: 2.25rem;
}
h5, .h5 {
	font-size: 2rem;
}
h6, .h6 {
	font-size: 1.75rem;
}
@media (min-width: 992px) {
	h2, .h2 {
		font-size: 3.25rem;
	}
	h3, .h3 {
		font-size: 3rem;
	}
	h4, .h4 {
		font-size: 2.75rem;
	}
	h5, .h5 {
		font-size: 2.5rem;
	}
	h6, .h6 {
		font-size: 2.25rem;
	}
}

p, .btn, .form-control, .small, small {
	font-weight: 200;
}
b {
	font-weight: 400;
}

a:not(.btn):not(.page-link):not(.link-block):not(.vhcl):not(.nd):not(.carousel-control-next):not(.carousel-control-prev):not(.slick-arrow):not(.icon-zoom):not(.icon-link):not([rel="noopener"]):not(.gsst_a):not(.gcsc-branding-clickable):not(.pn):not(.lightcase-icon-prev):not(.lightcase-icon-next):not(.lightcase-icon-close) {
	color: rgb(0,40,79);
	text-decoration: none !important;
	background-image: linear-gradient( to bottom, rgb(0,40,79) 0%, rgb(0,40,79) 100% );
	background-size: 1px 1px;
	background-position: 0 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-repeat: repeat-x;
}
a:not(.btn):not(.page-link):not(.link-block):not(.vhcl):not(.nd):not(.carousel-control-next):not(.carousel-control-prev):not(.slick-arrow):not(.icon-zoom):not(.icon-link):not([rel="noopener"]):not(.gsst_a):not(.gcsc-branding-clickable):not(.pn):not(.lightcase-icon-prev):not(.lightcase-icon-next):not(.lightcase-icon-close):hover {
	color: #fff;
	background-size: 4px 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.pn {
	color: #212529;
	text-decoration: none;
}

.btn {
	border-radius: 0;
	border: none;
	-webkit-transition: all 0.3s !important;
	-moz-transition:	all 0.3s !important;
	-ms-transition:		all 0.3s !important;
	-o-transition:		all 0.3s !important;
	transition:			all 0.3s !important;
}
.btn-primary {
	background-color: rgb(0,40,79);
	border-color: rgb(0,40,79);
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-primary.focus, .btn-primary:focus {
	background-color: rgb(20,75,134);
	border-color: rgb(20,75,134);
	box-shadow: none !important;
}

.tooltip-inner {
	background-color: rgb(20,75,134);
}
.tooltip-inner {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
.bs-tooltip-right .arrow::after {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
	border-top-color: rgb(20,75,134);
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
	border-right-color: rgb(20,75,134);
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
	border-bottom-color: rgb(20,75,134);
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
	border-left-color: rgb(20,75,134);
}

.nobr, .nowrap {
	white-space: nowrap;
}

.cursor-hand {
	cursor: hand; cursor: pointer;
}

u {
	text-decoration-color: #d0d0d0;
	text-underline-offset: 4px;
}

/* header ----------------------------------------------------------------------------------------- */

#header {
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
	z-index: 997;
	min-height: 80px;
}
#header.header-scrolled {
	top: 0;
	background: rgba(0,40,79,0.95);
	min-height: 80px;
}
@media (max-width: 991.98px) {
	#header {
		top: 0;
		padding: 15px 0;
		background: transparent;
	}
}
.header-inner-pages {
	background: rgba(0,0,0,0.9) !important;
}

/* menu -------------------------------------------------------------------------------------------*/

/* desktop */
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.nav-menu ul {
		font-family: 'Open Sans Condensed', sans-serif;
	}
}
.nav-menu > ul {
	display: flex;
}
.nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
	margin-left: 0.05rem;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
}
.nav-menu a {
	display: block;
	position: relative;
	color: #212529;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
	font-size: 1rem;
	text-decoration: none;
}
.nav-menu > ul > li > a {
	padding: 1.75rem 0.75rem 0.5rem;
}
.nav-menu > ul > li:hover, .nav-menu .active,
.nav-menu > ul > li:hover, .nav-menu .actif {
	position: relative;
}
.nav-menu > ul > li:hover a, .nav-menu .active a,
.nav-menu > ul > li:hover a, .nav-menu .actif a {
	color: rgb(0,40,79);
}
.nav-menu > ul > li:after, .nav-menu .active:after,
.nav-menu > ul > li:after, .nav-menu .actif:after {
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
	position: absolute;
	bottom: 1rem;
	left: 0.75rem;
	width: 2rem;
	height: 2px;
	content: "";
	background: rgb(0,40,79);
	opacity: 0;
}
.nav-menu > ul > li:hover:after, .nav-menu .active:hover,
.nav-menu > ul > li:hover:after, .nav-menu .actif:hover {
	opacity: 1;
}
.nav-menu > ul > li.flags:hover:after,
.nav-menu > ul > li.search:hover:after {
	opacity: 0;
}
.nav-menu > ul > li.logo > a {
	height: 70px;
	width: 70px;
	margin: 5px 10px 5px 5px;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
	position: relative;
}
.nav-menu > ul > li.logo > a:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	background-image: url('../images/logo-black.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
	opacity: 1;
}
.nav-menu > ul > li.logo > a:hover:before {
	transform: scale(1.1);
	opacity: 0;
}
.nav-menu > ul > li.logo > a:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	background-image: url('../images/logo-blue.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
	opacity: 0;
}
.nav-menu > ul > li.logo > a:hover:after {
	transform: scale(1.1);
	opacity: 1;
}
.nav-menu > ul > li.logo:after,
.nav-menu > ul > li.logo:hover:after,
.nav-menu > ul > li.logo:active:after,
.nav-menu > ul > li.logo:focus:after {
	display: none;
}
.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 10px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
}
.nav-menu .drop-down.flags ul {
	left: initial;
	right: 10px;
}
.nav-menu .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
}
.nav-menu .drop-down.flags li {
	min-width: 110px;
}
.nav-menu .drop-down li:hover {
	background: rgb(0,40,79);
}
.nav-menu .drop-down li.active a {
	color: #fff;
}
.nav-menu .drop-down ul a {
	padding: 10px;
	text-transform: none;
	color: #191919;
	text-decoration: none;
}
.nav-menu .drop-down ul a:hover {
	color: #fff;
}
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul .actif > a,
.nav-menu .drop-down ul li:hover > a, {
	color: #e82d2d;
	text-decoration: none;
}
.nav-menu .drop-down > a:after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 5px;
	font-size: 0.75rem;
}
.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.nav-menu .drop-down .drop-down > a {
	padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 15px;
}
@media (max-width: 1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%;
	}
	.nav-menu .drop-down .drop-down:hover > ul {
		left: -100%;
	}
	.nav-menu .drop-down .drop-down > a:after {
		content: "\f0da";
	}
}

.nav-menu .actif a {
	color: rgb(0,40,79);
}
.nav-menu .actif:after {
	opacity: 1;
}
.nav-menu .drop-down .actif:after {
	opacity: 0;
}
#header.header-scrolled .nav-menu > ul > li a,
.nav-menu .active a,
#header.header-scrolled .nav-menu .actif a {
	color: #fff;
}
#header.header-scrolled .nav-menu > ul > li:after,
#header.header-scrolled .nav-menu .active:after,
#header.header-scrolled .nav-menu .actif:after {
	background: #fff;
}
#header.header-scrolled .nav-menu .active:after,
#header.header-scrolled .nav-menu .actif:after {
	opacity: 1;
}
#header.header-scrolled .nav-menu > ul > li.logo > a:before,
#header.header-scrolled .nav-menu > ul > li.logo > a:after {
	background-image: url('../images/logo-white.png');
}
#header.header-scrolled .nav-menu .drop-down ul {
	background: rgba(0,40,79,0.9);
}
#header.header-scrolled .nav-menu .drop-down li:hover {
	background: rgb(20,75,134);
}
#header .nav-menu .drop-down li.actif a {
	background: rgb(0,40,79);
	color: #fff;
}
#header.header-scrolled .nav-menu .drop-down li:hover a,
#header.header-scrolled .nav-menu .drop-down li.active a,
#header.header-scrolled .nav-menu .drop-down li.actif a {
	background: rgb(20,75,134);
}
#header.header-scrolled .nav-menu .drop-down li:after {
	display: none;
}

/* mobile */

.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 28px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	color: #212529;
}
.mobile-nav-toggle.mobile-nav-scrolled i {
	color: #fff;
}
.mobile-nav {
	position: fixed;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	overflow-y: auto;
	background: #fff;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition:	ease-in-out 0.3s;
	-ms-transition:		ease-in-out 0.3s;
	-o-transition:		ease-in-out 0.3s;
	transition:			ease-in-out 0.3s;
	opacity: 0;
	visibility: hidden;
}
.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-nav a {
	display: block;
	position: relative;
	color: #212529;
	padding: 10px 20px;
	font-weight: 500;
	outline: none;
}
.mobile-nav li.logo a {
	display: none;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #fff;
	background: rgb(0,40,79);
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down {
	background: #f0f0f6;
}
.mobile-nav .active.drop-down > a:after {
	content: "\f0d8";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 80px;
	left: 0;
	position: fixed;
	background: #fff;
	overflow: hidden;
	display: none;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition:	ease-in-out 0.3s;
	-ms-transition:		ease-in-out 0.3s;
	-o-transition:		ease-in-out 0.3s;
	transition:			ease-in-out 0.3s;
	outline: none !important;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #212529;
}
.menu-logo {
	height: 70px;
	width: 70px;
	position: absolute;
	top: 5px;
	left: 5px;
}
.menu-logo:before {
	display: block;
	height: 70px;
	width: 70px;
	content: "";
	background-image: url('../images/logo-black.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#header.header-scrolled .menu-logo:before {
	background-image: url('../images/logo-white.png');
}
.mobile-nav-active #header.header-scrolled .menu-logo:before {
	background-image: url('../images/logo-black.png');
}
@media (min-width: 992px) {
	.menu-logo {
		display: none;
	}
}
.mobile-nav-active #header {
	background: #fff;
}

/* startpage big image ---------------------------------------------------------------------------- */

#sbimg {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	background-image: url('../images/bg-startpage.webp');
	background-position: center bottom !important;
	background-repeat: no-repeat;
}
.ua-ie #sbimg,
.ua-safari #sbimg {
	background-image: url('../images/bg-startpage.jpg');
}

/* startpage */

#sbimg.startpage {
	height: 100vh;
	background-size: cover;
}
#sbimg .carousel, #sbimg .carousel-inner, #sbimg .carousel-item, #sbimg .carousel-item::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
#sbimg .carousel-item::before {
	content: '';
}
#sbimg .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 75px;
	right: 75px;
}
@media (max-width: 575.98px) {
	#sbimg img.clogo {
		max-height: 164px;
		width: auto;
		margin-bottom: 1.25rem !important;
	}
}
@media (max-width: 479.98px) {
		#sbimg img.clogo {
			max-height: 128px;
		}
}
#sbimg h2 {
	margin-top: 0;
	margin-bottom: 1.25rem;
	font-size: 1.75rem;
}
#sbimg p {
	margin: 0 auto 1.25rem auto;
	/*color: #fff;*/
	font-size: 0.9rem;
}
#sbimg .btn.btn-primary {
	margin-bottom: 0;
	border: 1px solid transparent;
}
@media (min-width: 576px) {
	#sbimg h2 {
		font-size: 2rem;
	}
	#sbimg p {
		font-size: 1rem;
	}
	#sbimg .logo-carousel {
		padding-top: 10px;
	}
}
@media (min-width: 768px) {
	#sbimg h2 {
		font-size: 2.5rem;
	}	
	#sbimg p {
		font-size: 1.2rem;
	}
}
@media (min-width: 992px) {
	#sbimg h2 {
		font-size: 4rem;
	}
	#sbimg .logo-carousel {
		padding-top: 15px;
	}
}
#sbimg .carousel-inner .carousel-item {
	transition-property: opacity;
	background-position: right top;
}
#sbimg .carousel-inner .carousel-item,
#sbimg .carousel-inner .active.carousel-item-left,
#sbimg .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
#sbimg .carousel-inner .active,
#sbimg .carousel-inner .carousel-item-next.carousel-item-left,
#sbimg .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transition: 0.5s;
}
#sbimg .carousel-inner .carousel-item-next,
#sbimg .carousel-inner .carousel-item-prev,
#sbimg .carousel-inner .active.carousel-item-left,
#sbimg .carousel-inner .active.carousel-item-right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
#sbimg .carousel-control-prev, #sbimg .carousel-control-next {
	width: 3rem;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
}
#sbimg .carousel-control-next-icon, #sbimg .carousel-control-prev-icon {
	background: none;
	font-size: 36px;
	line-height: 1;
	width: auto;
	height: auto;
	border-radius: 50px;
	transition: 0.3s;
	color: rgba(0,0,0,0.2);
}
#sbimg .carousel-control-next:focus,
#sbimg .carousel-control-next:hover,
#sbimg .carousel-control-prev:focus,
#sbimg .carousel-control-prev:hover {
	opacity: 1;
}
#sbimg .carousel-control-next:focus .carousel-control-next-icon,
#sbimg .carousel-control-next:hover .carousel-control-next-icon,
#sbimg .carousel-control-prev:focus .carousel-control-next-icon,
#sbimg .carousel-control-prev:hover .carousel-control-next-icon,
#sbimg .carousel-control-next:focus .carousel-control-prev-icon,
#sbimg .carousel-control-next:hover .carousel-control-prev-icon,
#sbimg .carousel-control-prev:focus .carousel-control-prev-icon,
#sbimg .carousel-control-prev:hover .carousel-control-prev-icon,
#sbimg .carousel-control-next-icon:hover, #sbimg .carousel-control-prev-icon:hover {
	color: rgb(0,40,79);
}
#sbimg .carousel-indicators li {
	background-color: rgba(0,0,0,0.3);
}
#sbimg .carousel-indicators li.active {
	background-color: rgb(0,40,79);
}
@media (min-width: 768px) {
	#sbimg .carousel-control-prev, #sbimg .carousel-control-next {
		width: 4rem;
	}
}
@media (min-width: 992px) {
	#sbimg .carousel-control-prev, #sbimg .carousel-control-next {
		width: 5rem;
	}
}
@media (max-height: 500px) {
	#sbimg {
		height: 120vh;
	}
}

/* inside pages */

h1.in {
	padding: 6rem 0 2rem;
	margin-bottom: 2rem;
	text-align: center;
	font-size: 2.5rem;
	background-image: url('../images/bg-startpage.webp');
	background-position: center bottom !important;
	background-repeat: no-repeat;
	background-size: 250%;
	line-height: 2.5rem;
}
.ua-ie h1.in,
.ua-safari h1.in {
	background-image: url('../images/bg-startpage.jpg');
}
.type_colleague h1.in {
	margin-bottom: 1rem;
}
@media (min-width: 576px) {
	h1.in {
		padding: 7rem 0 3rem;
		margin-bottom: 2.5rem;
		font-size: 2.8rem;
		line-height: 2.8rem;
		background-size: 200%;
	}
	.type_colleague h1.in {
		margin-bottom: 1rem;
	}
}
@media (min-width: 768px) {
	h1.in {
		background-size: 150%;
		font-size: 3.25rem;
		line-height: 3.25rem;
	}
}
@media (min-width: 992px) {
	h1.in {
		padding: 8rem 0 3rem;
		margin-bottom: 3rem;
		font-size: 3.5rem;
		line-height: 3.5rem;
	}
	.type_colleague h1.in {
		margin-bottom: 1rem;
	}
}
@media (min-width: 1200px) {
	h1.in {
		background-size: cover;
	}
}

/* to top button ---------------------------------------------------------------------------------- */

.to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 1999;
	width: 50px;
	height: 50px;
	border-radius: 10rem;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
}
.to-top-show {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
}

/* parallaxes ------------------------------------------------------------------------------------- */

.parallax-window {
	display: none;
	height: 100px;
	background: transparent;
}
@media (min-width: 480px) {
	.parallax-window {
		height: 150px;
	}
}
@media (min-width: 768px) {
	.parallax-window {
		height: 200px;
	}
}
@media (min-width: 992px) {
	.parallax-window {
		height: 250px;
	}
}
@media (min-width: 1200px) {
	.parallax-window {
		height: 300px;
	}
}

/* slider ----------------------------------------------------------------------------------------- */

.slider .slick-arrow {
	position: absolute;
	height: 100%;
	top: 50%;
	z-index: 9;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3rem;
	cursor: pointer;
	color: rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
}
@media (min-width: 768px) {
	.slider .slick-arrow {
		width: 4rem;
	}
}
@media (min-width: 992px) {
	.slider .slick-arrow {
		width: 5rem;
	}
}
.slider .slick-arrow:hover {
	color: rgb(0,40,79);
}
/*@media (max-width: 575.98px) {
	.slider .slick-arrow {
		display: none !important;
	}
}*/
.slider .slick-arrow.prev {
	left: 0;
}
.slider .slick-arrow.next {
	right: 0;
}
.slider .slick-arrow i {
	font-size: 36px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
	-webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
}
.slider .slick-arrow:hover i {
	-webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
}
.slider .slick-dots li {
	width: 30px;
	height: 3px;
	margin: 0 3px;
}
.slider .slick-dots li button {
	width: 30px;
	height: 3px;
}
.slider .slick-dots li button::before {
	width: 30px;
	height: 3px;
	content: '';
	opacity: .15;
	background: #000;
}
.slider .slick-dots li.slick-active button::before {
	background: rgb(0,40,79);
	opacity: 1;
}

/* sections --------------------------------------------------------------------------------------- */

section {
	padding: 5rem 0;
}
@media (min-width: 992px) {
	section {
		padding: 7rem 0;
	}
}
@media (min-width: 1200px) {
	section {
		padding: 7rem 0;
	}
}

.section-title-divider {
	width: 80px;
	height: 2px;
	background: rgb(0,40,79);
	margin: 2rem auto;
}

/* startpage top big image */

section#sbimg {
	padding: 0 0 0 0;
}

/* about us */
section#about_us {
}

/* practice areas */

section#practice_areas {
	background: #f8f8fb;
	position: relative;
}

/* services */

section#services {
}

/* people */

section#people {
	background: #f8f8fb;
	font-size: 1rem;
}
section#people .people-slider .link-block {
	display: block;
	position: relative;
	color: #fff;
	background: none;
	border: none;
	padding-bottom: 0;
	min-height: 400px;
	width: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (min-width: 480px) {
	section#people .people-slider .link-block {
		min-height: 330px;
	}
}
@media (min-width: 576px) {
	section#people .people-slider .link-block {
		min-height: 290px;
	}
}
@media (min-width: 768px) {
	section#people .people-slider .link-block {
		min-height: 300px;
	}
}
@media (min-width: 992px) {
	section#people .people-slider .link-block {
		min-height: 320px;
	}
}
@media (min-width: 1200px) {
	section#people .people-slider .link-block {
		min-height: 300px;
	}
}
@media (min-width: 1600px) {
	section#people .people-slider .link-block {
		min-height: 400px;
	}
}
section#people .people-slider .link-block:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: -1;
}
section#people .people-slider .link-block img {
	height: 340px;
	width: auto;
}
section#people .people-slider .link-block .slide-name {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	position: absolute;
	width: 100%;
	z-index: 10;
	bottom: 0;
	left: 0;
	padding: 0.25rem;
	background: rgba(255,255,255,0.95);
	color: #212529;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
}
section#people .people-slider .slick-track .slick-slide:nth-child(odd) .link-block .slide-name {
	background: rgba(230,230,230,0.95);
}
section#people .people-slider .link-block:hover .slide-name {
	opacity: 0;
}
section#people .people-slider .link-block .slide-text {
	position: absolute;
	width: 100%;
	z-index: 10;
	bottom: 0;
	left: 0;
	padding: 0.5rem;
	background: rgba(0,40,79,0.9);
	opacity: 0;
	height: 0;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
	font-size: 1.2rem;
}
section#people .people-slider .link-block:hover .slide-text {
	opacity: 1;
	height: 100%;
	font-weight: 200;
}
section#people .people-slider .link-block h4 {
	font-size: 1.5rem;
	color: #fff;
	margin: 0;
	font-weight: 400;
}
section#people .people-slider .link-block h5 {
	font-size: 1rem;
	color: #fff;
	margin: 0;
	font-weight: 400;
}
section#people .people-slider .link-block p {
	margin: 0;
}
section#people .people-slider .link-block .small {
	margin-top: 1rem;
	font-weight: 200;
}
section#people .people-slider .link-block .slide-text *:last-child {
	margin-bottom: 0;
}

/* partners */

section#partners {
}

/* important links */

section#important_links {
	background: #f8f8fb;
	position: relative;
}

/* legal news */

section#legal_news .slick-track {
	display: flex !important;
}
section#legal_news .slick-slide {
	height: inherit !important;
}
section#legal_news .slick-slide > div,
section#legal_news .wow.fadeIn,
section#legal_news .card,
section#legal_news .row.m-0 {
	height: 100%;
}
section#legal_news .card {
	border-radius: 0;
	box-shadow: none;
	background: #f8f8fb;
	border: none;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
}
section#legal_news .card:hover {
	border-radius: 0;
	background: #fff;
}
section#legal_news .card .image {
	background-image: url('../images/news.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 575.98px) {
	section#legal_news .card .image {
		max-height: 200px;
		margin-top: 80px;
	}
}
section#legal_news .card h6 {
	font-size: 1.75rem;
}
section#legal_news .card p:last-child {
	margin-bottom: 0;
}
section#legal_news .btn.more {
	margin-top: 2rem;
}
section#legal_news .slider .slick-arrow {
	color: rgba(0,0,0,0.15);
	-webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
}
section#legal_news .slider .slick-arrow:hover {
	color: rgb(0,40,79);
}
section#legal_news .slider .slick-arrow.prev:hover {
	-webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
}
section#legal_news .news-flag {
	height: 1.4rem;
	width: auto;
	vertical-align: baseline;
	display: inline-block;
}

/* contact */

section#contact {
	background-image: url('../images/bg-startpage-2.webp');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-bottom: 0;
}
.ua-ie section#contact,
.ua-safari section#contact {
	background-image: url('../images/bg-startpage-2.jpg');
}
section#contact .data {
	padding: 1rem 0;
}
section#contact .iframe-container,
section#contact #gmap,
section#contact #gmap > div {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 500px;
	width: 100%;
}
section#contact #gmap > div {
	font-size: 1.1rem;
}
section#contact #gmap > div p {
	margin: 0.25rem 0;
}
section#contact #gmap > div p b {
	font-size: 1.2rem;
}

.gm-style .gm-style-iw-c {
	padding: 20px !important;
}
button.gm-ui-hover-effect {
	top: -2px !important;
	right: -2px !important;
}

section#contact img[alt="subway"],
section#contact img[alt="bus"],
section#contact img[alt="tram"] {
	vertical-align: initial;
	margin: 0 0 -8px 0;
}
section#contact a.vhcl {
	display: inline-block;
	padding: 2px 6px;
	margin: 5px 0;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
}
section#contact .bus {
	color: #fff;
	background: #009fe3;
	border: 1px solid #009fe3;
}
section#contact .bus:hover {
	color: #009fe3;
	border-color: #009fe3;
	background: #fff;
}
section#contact .bus_night {
	color: #fff;
	background: #444;
	border: 1px solid #444;
}
section#contact .bus_night:hover {
	color: #444;
	border-color: #444;
	background: #fff;
}
section#contact .tram {
	color: #555;
	background: #ffd407;
	border: 1px solid #ffd407;
}
section#contact .tram:hover {
	border-color: #ffd407;
	background: #fff;
}
section#contact .subway1 {
	color: #212529;
	background: #ffd300;
	border: 1px solid #ffd300;
}
section#contact .subway1:hover {
	color: #212529;
	border-color: #ffd300;
	background: #fff;
}
section#contact .subway2 {
	color: #fff;
	background: #ff1609;
	border: 1px solid #ff1609;
}
section#contact .subway2:hover {
	color: #ff1609;
	border-color: #ff1609;
	background: #fff;
}
section#contact .subway3 {
	color: #fff;
	background: #0067aa;
	border: 1px solid #0067aa;
}
section#contact .subway3:hover {
	color: #0067aa;
	border-color: #0067aa;
	background: #fff;
}
section#contact a.railway {
	color: #fff;
	background: #9c2176;
	border: 1px solid #9c2176;
}
section#contact a.railway:hover {
	color: #9c2176;
	border-color: #9c2176;
	background: #fff;
}

section#contact a.show-transit,
section#contact a.show-parking {
	text-decoration: none !important;
}
section#contact a.show-transit:hover,
section#contact a.show-parking:hover {
	text-decoration: none !important;
	background-image: none !important;
}

section#contact a.show-transit,
section#contact a.show-parking {
	position: relative;
	display: inline-block;
	padding-left: 1.5rem;
	background-image: none !important;
	color: #212529 !important;
}
section#contact a.show-transit:before,
section#contact a.show-parking:before {
	position: absolute;
	width: 1.25rem;
	height: 1.25rem;
	left: 0;
	top: -0.35rem;
	font-size: 1.25rem;
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
}
section#contact a.show-transit.checked:before,
section#contact a.show-parking.checked:before {
	content: "\f14a";
}

/* footer ----------------------------------------------------------------------------------------- */

footer {
	color: #fff;
	background: rgb(0,20,42);
}

/* content ---------------------------------------------------------------------------------------- */

.container.content-view-full {
	margin-bottom: 3rem;
}
@media (min-width: 576px) {
	.container.content-view-full {
		margin-bottom: 3.5rem;
	}
}
@media (min-width: 992px) {
	.container.content-view-full {
		margin-bottom: 4rem;
	}
}

/* sup, sub */

.content sub, .content sup {
	font-size: 75%;
}

/* small texts */

.content .small, .content small {
	font-size: 80%;
}
h1 .small, .h1 small {
	font-size: 1rem !important;
}
h1.in small {
	font-size: 2rem !important;
}

/* horizontal rule */
.content hr {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border: 0;
	border-top: 1px solid #dee2e6;
}

/* lists */

.content ul:not(.list-unstyled) {
	list-style: none;
	padding-left: 1.5rem;
}
.content ul:not(.list-unstyled) > li {
	display: table-row;
}
html.ua-ie .content ul:not(.list-unstyled) > li {
	display: inline-block;
}
.content ul:not(.list-unstyled) > li::before {
	content: "•";
	font-family: "Font Awesome 5 Free", sans-serif;
	display: table-cell;
	padding-right: 5px;
	text-align: right;
}
.content .bootstrap-select ul {
	list-style: inherit;
	padding-left: inherit;
}
.content .bootstrap-select ul > li {
	display: inherit;
}
.content .bootstrap-select ul > li::before {
	content: inherit;
	display: inherit;
	padding-right: inherit;
	text-align: inherit;
}
.content ol {
	padding-left: 1.5rem;
	counter-reset: li;
}
.content ol > li {
	display: table-row;
}
.content ol > li::before {
	counter-increment: li;
	content: counter(li) ") ";
	display: table-cell;
	padding-right: 5px;
	text-align: right;
	font-family: "Montserrat","Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
}
.content ol.abc-lower > li::before {
	content: counter(li, lower-alpha) ") ";
}
.content ol.abc-upper > li::before {
	content: counter(li, upper-alpha) ") ";
}
.content ol.roman-nums > li::before {
	content: counter(li, upper-roman) ") ";
}

/* tables */
.content .table {
	width: auto;
	margin: 0 auto 1rem;
}
.content .table tr th {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	border-color: #fff;
}
.content .table tr th p {
	font-weight: bold;
}
.content .table-striped tbody tr {
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
.content .table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0,0,0,0.05);
}
.content .table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0,0,0,0.1);
}

.content .table th *,
.content .table td * {
	margin-bottom: 0 !important;
}

.content table.nodesign > tbody > tr > td {
	padding: 0 0.5rem;
}

/* data types, views ---------------------------------------------------------- */

/* object alignz */

.content a.float-left,
.content .fa-stack.float-left {
	margin: 0.25rem 1rem 1rem 0;
}
.content a.float-right,
.content .fa-stack.float-right {
	margin: 0.25rem 0 1rem 1rem;
}
.content .embeddedmedia.float-left,
.content .embeddedmedia.float-right {
	float: none !important;
	width: 100%;
	margin: 0.25rem 0 1rem 0;
}
@media (min-width: 576px){
	.content .embeddedmedia.float-left {
		float: left !important;
		margin: 0.25rem 1rem 0.2rem 0;
	}
	.content .embeddedmedia.float-right {
		float: right !important;
		margin: 0.25rem 0 0.2rem 1rem;
	}
	.content .embeddedmedia.float-left,
	.content .embeddedmedia.float-right {
		width: 50%;
	}
}
.content div.object-center {
	text-align: center;
	margin: 0 0 1rem 0;
	padding: 0;
}
.content div.object-center.embeddedmedia {
	width: 100%;
}
.content div.object-center.video-sizing {
	margin: 0 auto 1rem;
}

/* images - float */

.content .float-left .content-view-embeddedmedia .class-image .attribute-image {
	padding: 0.25rem 1rem 1rem 0;
}
.content .float-right .content-view-embeddedmedia .class-image .attribute-image {
	padding: 0.25rem 0 1rem 1rem;
}

/* form elements */

.form-control {
	color: #212529;
	border: 1px solid #ced4da;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
}
.form-control:active {
	border: 1px solid #212529;
}
.form-control:focus {
	color: #212529;
	border: 1px solid rgba(0,40,79);
	box-shadow: none;
}

textarea {
	resize: none;
}
#feedback_form textarea {
	height: 6rem;
}

.custom-control-label::before {
	width: 1.25rem;
	height: 1.25rem;
	top: .05rem;
	border: 2px solid #ced4da !important;
}
.custom-control-label::after {
	width: 1.25rem;
	height: 1.25rem;
	top: .05rem;
}
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
	border: 2px solid #28a745 !important;
	background-color: #28a745;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
}

/* images - signs */

.content a.icon-zoom,
.content a.icon-link {
	position: relative;
	display: inline-block;
}
.content a.icon-zoom::before,
.content a.icon-link::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	font-size: 1rem;
	line-height: 1.3rem;
	text-align: center;
	width: 30px;
	color: #fff;
	background: rgba(0,40,79,0.5);
	padding: 4px 0;
	-webkit-border-bottom-left-radius: .25rem;
	-moz-border-radius-bottomleft: .25rem;
	border-bottom-left-radius: .25rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	-ms-transition:		all 0.3s ease;
	-o-transition:		all 0.3s ease;
	transition:			all 0.3s ease;
}
.content a.icon-link::before {
	font-weight: 300;
}
html.ua-ie .content a.icon-zoom::before,
html.ua-ie .content a.icon-link::before {
	height: 30px;
}
.content a.icon-zoom::before {
	content: "\f00e";
}
.content a.icon-link::before {
	content: "\f0a6";
}
html.ua-ie .content a.icon-zoom::before,
html.ua-ie .content a.icon-link::before {
	line-height: 20px;
}
.content a.icon-zoom:hover::before,
.content a.icon-link:hover::before {
	color: #fff;
	background: rgb(20,75,134);
}
.content a.icon-zoom.noicon::before,
.content a.icon-link.noicon::before {
	content: "";
	padding: 0 0 0 0;
}
.content a.icon-zoom img,
.content a.icon-link img {
	position: relative;
}
.content a.icon-zoom::after,
.content a.icon-link::after {
	display: block;
	position: absolute;
	content: " ";
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	-ms-transition:		all 0.3s ease;
	-o-transition:		all 0.3s ease;
	transition:			all 0.3s ease;
}
.content a.icon-zoom:hover::after,
.content a.icon-link:hover::after {
	background-color: rgba(0,40,79,0.5);
}
.content a.icon-zoom,
.content a.icon-link {
	text-decoration: none !important;
	background-image: none !important;
	background-repeat: no-repeat;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}
@supports (-ms-ime-align:auto) {
	.content a.icon-zoom,
	.content a.icon-link {
		background-image: none !important;
		padding-bottom: 0 !important;
	}
}

/* full view */

.content-view-full::after {
	display: block;
	content: "";
	clear: both;
}

/* line view */

.content .content-view-line::after {
	display: block;
	content: "";
	clear: both;
}

.content .content-view-children {
	margin-top: 1.75rem;
}
.content .content-view-line {
	border-bottom: 1px solid #dee2e6;
	padding: 2rem 1rem;
}
.content .content-view-children .content-view-line:first-child {
	padding-top: 0;
}
.content .content-view-children .content-view-line:last-child {
	border-bottom: none;
	padding-bottom: 1rem;
}
.content .content-view-line h1,
.content .content-view-line h2,
.content .content-view-line h3,
.content .content-view-line h4,
.content .content-view-line h5,
.content .content-view-line h6,
.content .content-view-line p,
.content .card.highlight h1,
.content .card.highlight h2,
.content .card.highlight h3,
.content .card.highlight h4,
.content .card.highlight h5,
.content .card.highlight h6,
.content .card.highlight p {
	margin-bottom: 0.4rem;
}
.content .content-view-line .h1, .content .content-view-line h1 {
	font-size: 2rem;
}
.content .content-view-line .h2, .content .content-view-line h2 {
	font-size: 1.75rem;
}
.content .content-view-line .h3, .content .content-view-line h3 {
	font-size: 1.5rem;
}
.content .content-view-line .h4, .content .content-view-line h4 {
	font-size: 1.25rem;
}
.content .content-view-line .h5, .content .content-view-line h5 {
	font-size: 1rem;
}
.content .content-view-line a.icon-zoom,
.content .content-view-line a.icon-link {
	margin-bottom: 0.4rem;
}
@media (min-width: 576px)	{
	.content .content-view-line a.icon-zoom,
	.content .content-view-line a.icon-link {
		max-width: 170px;
		height: auto;
		margin: 0.25rem 0 0.2rem 1rem;
	}
	.content .content-view-line .class-image a.icon-zoom,
	.content .content-view-line .class-image a.icon-link {
		max-height: inherit;
		max-width: inherit;
		margin: 0;
	}
}

/* media player */

.plyr *,
.plyr .plyr__tab-focus {
	box-shadow: none !important;
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded="true"] {
	background: rgb(20,75,134);
}
.plyr--full-ui input[type="range"] {
	color: rgb(20,75,134);
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded="true"] {
	background: rgb(20,75,134);
}
.plyr__control--overlaid {
	background: rgba(0,40,79,0.5)
}

/* gallery */

.content .row.gallery {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
.content .row.gallery > [class^="col-"],
.content .row.gallery > [class*=" col-"] {
	padding-right: 1px;
	padding-left: 1px;
}
.content .gallery_bg {
	width: 100%;
	height: 253px !important;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
@media (min-width: 576px){
	.content .gallery_bg {
		height: 238px !important;
	}
}
@media (min-width: 768px){
	.content .gallery_bg {
		height: 218px !important;
	}
}
@media (min-width: 992px){
	.content .gallery_bg {
		height: 223px !important;
	}
}
@media (min-width: 1200px){
	.content .gallery_bg {
		height: 268px !important;
	}
}
.content .gallery_bg a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-image: none;
	background-size: inherit;
	background-position: inherit;
	background-repeat: inherit;
	background-color: transparent;
	border-bottom: none;
}
@media (min-width: 576px){
	.content .just-1 .gallery_bg {
		max-width: 253px !important;
	}
}
@media (min-width: 768px){
	.content .just-1 .gallery_bg {
		max-width: 253px !important;
	}
}
@media (min-width: 992px){
	.content .just-1 .gallery_bg {
		max-width: 230px !important;
	}
}
@media (min-width: 1200px){
	.content .just-1 .gallery_bg {
		max-width: 275px !important;
	}
}

/* pagination */

.content ul.pagination li::before {
	display: none;
}
.content ul.pagination a {
	color: rgb(0,40,79);
	text-decoration: none;
	background-image: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition:	all 0.2s ease;
	-ms-transition:		all 0.2s ease;
	-o-transition:		all 0.2s ease;
	transition:			all 0.2s ease;
}
.content ul.pagination .page-link {
	border: 1px solid #ccc !important;
}
.content ul.pagination .page-link:focus {
	box-shadow: none;
}
.content ul.pagination .page-item.active .page-link {
	color: #fff;
	background-color: rgb(0,40,79);
}
.content ul.pagination .page-link:hover {
	color: #fff;
	background-color: rgb(20,75,134);
}

/* flags for news */

.content-view-line h2 .news-flag {
	height: 1.4rem;
	width: auto;
	vertical-align: baseline;
	display: inline-block;
}

/* datatypes -------------------------------------------------------------------------------------- */

.content-view-full .class-colleague .positions {
	font-size: 1.5rem;
}

.class-colleague .downloads {
	margin-bottom: 1rem;
}
.class-colleague .downloads p {
	margin-bottom: 0;
}
.class-colleague .download_cv,
.class-colleague .download_pubs {
	/*font-size: 1.1rem;*/
}
.class-colleague .table tr td:first-child {
	width: 9rem !important;
}
.node_1671 .class-colleague .table tr td:first-child {
	width: 10rem !important;
}
.class-colleague img {
	min-width: 170px !important;
	max-width: 170px !important;
	height: auto !important;
}
.content-view-line .class-colleague .link-block {
	display: block;
	position: relative;
	color: #fff;
	background: none;
	border: none;
	padding-bottom: 0;
	min-height: 400px;
	width: auto;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-size: cover !important;
	max-width: 330px;
	margin: 0 auto;
}
@media (min-width: 480px) {
	.content-view-line .class-colleague .link-block {
		min-height: 400px;
	}
}
@media (min-width: 576px) {
	.content-view-line .class-colleague .link-block {
		min-height: 290px;
	}
}
@media (min-width: 768px) {
	.content-view-line .class-colleague .link-block {
		min-height: 300px;
	}
}
@media (min-width: 992px) {
	.content-view-line .class-colleague .link-block {
		min-height: 320px;
	}
}
@media (min-width: 1200px) {
	.content-view-line .class-colleague .link-block {
		min-height: 300px;
	}
}
.content-view-line .class-colleague .link-block:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: -1;
}
.content-view-line .class-colleague .link-block img {
	height: 340px;
	width: auto;
}
.content-view-line .class-colleague .link-block .slide-name {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	position: absolute;
	width: 100%;
	z-index: 10;
	bottom: 0;
	left: 0;
	padding: 0.25rem;
	background: rgba(255,255,255,0.95);
	color: #212529;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
}
.content-view-line .class-colleague .link-block:hover .slide-name {
	opacity: 0;
}
.content-view-line .class-colleague .link-block .slide-text {
	position: absolute;
	width: 100%;
	z-index: 10;
	bottom: 0;
	left: 0;
	padding: 0.5rem;
	background: rgba(0,40,79,0.9);
	opacity: 0;
	height: 0;
	-webkit-transition: all 0.3s;
	-moz-transition:	all 0.3s;
	-ms-transition:		all 0.3s;
	-o-transition:		all 0.3s;
	transition:			all 0.3s;
	font-size: 1.2rem;
}
.content-view-line .class-colleague .link-block:hover .slide-text {
	opacity: 1;
	height: 100%;
	font-weight: 200;
}
.content-view-line .class-colleague .link-block h4 {
	font-size: 1.5rem;
	color: #fff;
	margin: 0;
	font-weight: 400;
}
.content-view-line .class-colleague .link-block h5 {
	font-size: 1rem;
	color: #fff;
	margin: 0;
	font-weight: 400;
}
.content-view-line .class-colleague .link-block p {
	margin: 0;
}
.content-view-line .class-colleague .link-block .small {
	margin-top: 1rem;
	font-weight: 200;
}
.content-view-line .class-colleague .link-block .slide-text *:last-child {
	margin-bottom: 0;
}

/* form error messages ---------------------------------------------------------------------------- */

.form-group {
	position: relative;
}
.form-group label.error {
	color: #dc3545;
}
.form-group span.error {
	position: absolute;
	bottom: -11px;
	right: 0;
	display: inline-block;
	padding: 0 0.1rem 0 1.5rem;
	color: #fff;
	background-color: #dc3545;
	font-size: 0.8rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}
.form-group span.error:before {
	font-family: "Font Awesome 5 Free";
	content: "\f071";
	width: 1rem;
	height: 1rem;
	padding-right: 0.25rem;
	color: #ffc107;
	display: inline-block;
	font-size: 1rem;
	position: absolute;
	left: 0.15rem;
	top: -0.15rem;
	font-weight: 900;
}
.form-group .g-recaptcha {
	position: relative;
}
.form-group .g-recaptcha > div {
	width: 302px !important;
	height: 76px !important;
}
.form-group .g-recaptcha span.error {
	left: -2px;
}
.form-group.accept span.error {
	bottom: inherit;
	top: 0.1rem;
	right: inherit;
	left: 1.5rem;
}
input.error,
textarea.error {
	border: 1px solid #dc3545 !important;
}
div.alert {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.custom-control-label.error::before {
	border: 2px solid #dc3545 !important;
}
.custom-control-label.error:hover::before {
	border: 2px solid #dc3545 !important;
}
.custom-control-label.error small {
	display: none;
}
.form-group div.g-recaptcha {
	display: inline-block;
	border: 2px solid transparent;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
}
.form-group.error div.g-recaptcha {
	border: 2px solid #dc3545;
}

@media (max-width: 575.98px){
	.form-group span.error {
		position: relative;
		bottom: initial;
		right: initial;
		display: block;
	}
	.custom-control-label.error small {
		display: initial;
	}
	.form-group.accept span.error {
		bottom: initial;
		top: initial;
		right: initial;
		left: initial;
		position: relative;
		display: block;
		float: left;
		margin-bottom: 1rem;
	}
}

/* buorg - old browser warning */

.buorg {
	font: 1.2rem "Montserrat","Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif !important;
	font-weight: 100 !important;
}
.buorg b {
	font-weight: bold;
}
.buorg-buttons {
	margin-top: 1rem;
}
.ua-ie-10 .buorg, .ua-ie-9 .buorg, .ua-ie-8 .buorg, .ua-ie-7 .buorg, .ua-ie-6 .buorg {
	z-index: 10001;
	position: fixed;
	height: 100%;
	background: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b3000000', endColorstr='#b3000000');
}
.ua-ie-10 .buorg-pad, .ua-ie-9 .buorg-pad, .ua-ie-8 .buorg-pad, .ua-ie-7 .buorg-pad, .ua-ie-6 .buorg-pad {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	background: #fff;
	margin: 0 auto;
	padding: 2rem;
	line-height: 1.5rem;
}
.ua-ie-10 .buorg b, .ua-ie-9 .buorg b, .ua-ie-8 .buorg b, .ua-ie-7 .buorg b, .ua-ie-6 .buorg b {
	display: block;
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin: 1rem 0;
}
.ua-ie-10 .buorg-moremsg, .ua-ie-9 .buorg-moremsg, .ua-ie-8 .buorg-moremsg, .ua-ie-7 .buorg-moremsg, .ua-ie-6 .buorg-moremsg {
	display: block;
	margin: 1rem 0;
}
.ua-ie-10 .buorg-buttons, .ua-ie-9 .buorg-buttons, .ua-ie-8 .buorg-buttons, .ua-ie-7 .buorg-buttons, .ua-ie-6 .buorg-buttons {
	line-height: 2rem;
}

/* hide Google reCaptcha logo */

.gchecking {
	visibility: hidden;
}

/* per page elements ------------------------------------------------------------------------------ */

@media (min-width: 768px){
	.startpage-links-margin {
		margin-bottom: 1.8rem;
	}
}


body.node_2 h4#toc-2788_0_0_1,
body.node_2 h4#toc-2794_0_0_1 {
	display: none;
}

@media (max-width: 767px) {
	.row.roman-law .col-12 ul {
		margin-bottom: 0 !important;
	}
}
.row.roman-law ul {
	list-style: none !important;
}
html.ua-ie .row.roman-law  ul > li {
	display: list-item !important;
}
html.ua-ie .row.roman-law  ul > li {
	display: list-item !important;
}
.row.roman-law  ul > li::before {
	content: none !important;
}
/*.row.roman-law  ul li a {
	color: rgb(0,40,79) !important;
	text-decoration: none !important;
	background-image: linear-gradient( to bottom, rgb(0,40,79) 0%, rgb(0,40,79) 100% ) !important;
	background-size: 1px 1px !important;
	background-position: 0 100% !important;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	-ms-transition: all 0.3s !important;
	-o-transition: all 0.3s !important;
	transition: all 0.3s !important;
	background-repeat: repeat-x !important;
}
.row.roman-law  ul li a:hover {
	color: #fff !important;
	background-size: 4px 50px !important;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	-ms-transition: all 0.3s !important;
	-o-transition: all 0.3s !important;
	transition: all 0.3s !important;
}*/








.vjs-playing .vjs-big-play-button {
	opacity: 0 !important;
	transition: opacity 0.2s linear !important;
}
.vjs-paused .vjs-big-play-button {
	opacity: 1 !important;
	transition: opacity 0.2s linear !important;
}


.gm-style-iw-chr {
	display: none !important;
}