/********************************************
Global definitions
********************************************/

:root {
	--max-content-width-inc: 1240px;
	--max-content-width: 1200px;
	--bg-color-light: rgb(201,220,227);
	--bg-color-light-alpha: rgba(201,220,227,0.5);
	--menu-bg-color: rgb(229,238,241);
	--menu-text: rgb(51,79,94);
	--header-text-1: rgb(98, 118, 157);
	--header-text-2: rgb(114, 131, 167);
	--header-text-3: rgb(161, 173, 196);
	--link-text: rgb(221,53,53);
}

@font-face {
	font-family: artane;
	src: url("../../common/artaneelongatedbt-regular-150.ttf") format('truetype');
}

  /* vietnamese */
/*   @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  } */
  /* latin-ext */
/*   @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  } */
  /* latin */
/*   @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  } */
  /* devanagari */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
	unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
/*   @font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  } */
  /* latin */
/*   @font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  } */

/********************************************
 html/body tags
********************************************/

/* * {
	margin: 0;
	padding: 0;
	font-family: Verdana, Sans-Serif;
} */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	font-size: 17px;
	line-height: 1.875em;
}

body {
	box-sizing: border-box;
	/* width: 100%; */
	overflow-x: hidden; /* fix frame issue */
	margin: 0;
	padding: 15px 20px;
	/* font-family: Poppings, Verdana, sans-serif;
	font-family: Raleway, Verdana, sans-serif;
	font-family: 'Open Sans', Verdana, sans-serif; */
	font-family: Verdana, sans-Serif;
	color: black;
	background-color: var(--bg-color-light);
	background-repeat: no-repeat;
	background-clip: border-box;
	background-position: center top;
	background-attachment: scroll;
	background-image: url('../../common/body-background-22.jpg');
	background-size: 100vw 120vh;
}

@media (max-width: 800px) {
	body {
		padding: 10px;
	}
}

/********************************************
 Text
********************************************/

p {
	margin: 0px 0px 0.6em 0px;
	line-height: 2em;
}

/*p:last-child {
	margin-bottom: 0px;
}*/

a {
	color: var(--link-text);
	text-decoration: none;
	mmargin: 0 0 0.9em 0;
}

a:hover {
	text-decoration:underline;
}

hr {
	margin: 30px 0px;
}

strong {
	color: var(--header-text-1);
}

/********************************************
 Headings
********************************************/

h1 {
	position: relative;
	z-index: 0;
	margin: 10px 0px 30px 0px;
	padding: 0px 0px 15px 0px;
	font-family: helvetica;
	font-family: poppins, verdana, sans-serif;
	font-size: 1.85em;
	font-weight: normal;
	line-height: 1.5em;
	color: var(--header-text-1);
}

h1::after {
	content: "";
	position: absolute;
	top: 0; right: 0px; bottom: 0px; left: -15px;
	border-bottom: 3px solid var(--header-text-3);
	border-radius: 0 0 0 15px;
	pointer-events: none;
}


h2 {
	position: relative;
	display: table;
	margin: 35px 0px 16px 0px;
	padding: 0px 0px 10px 0px;
	font-family: helvetica;
	font-family: poppins, verdana, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: var(--header-text-1);
}

h2::after {
	content: "";
	position: absolute;
	top: 0; right: -10px; bottom: 0px; left: -10px;
	border-bottom: 2px solid var(--header-text-3);
	border-radius: 0 0 0 10px;
	pointer-events: none;
}

h3 {
	position: relative;
	display: table;
	margin: 25px 0px 0px 0px;
	font-family: helvetica;
	font-family: poppins, verdana, sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	color: var(--header-text-1);
}

h4 {
	font-size: 0.9rem;
	font-family: poppins, verdana, sans-serif;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.4rem;
	color: var(--header-text-2);
	margin: 0px 0px 5px 0px;
}

h2 + h3 /*,
h2 div > h3:first-child*/ {
	margin-top: 20px;
}

h1 + h4 {
	margin-top: -10px;
}

#side-column h3 {
	margin-top: 20px;
}

h3 a {
	color: var(--header-text-1) !important;
}

/********************************************
 Details immediately following a heading
********************************************/

.head-sub-details {
	margin: 0 13px 3px 0;
}

.head-sub-details p {
	margin: 0px 0 0 0;
	font-size: 0.95rem;
	line-height: 1.7rem;
	color: var(--header-text-2);
}

h1 + .head-sub-details {
	margin-top: -15px;
	margin-bottom: 30px;
}

/********************************************
 Lists
********************************************/

ol, ul {
	margin: 0px 0px 10px 0px;
	padding-left: 40px;
}

ul {
	list-style: none;
}

ul.no-bullet {
	list-style: none !important;
	padding-left: 0px !important;
}

ul > li::before {
	content: "\00BB"; /* » */
	display: inline-block;
	margin-left: -23px;
	width: 23px;
	font-size: 1.1em;
}

ul.no-bullet > li::before {
	content: unset;
	width: unset;
	margin-left: unset;
	/* display: none; */
}

/********************************************
 Forms
********************************************/

label {
	font-weight: bolder;
	color: var(--header-text-1);
}

button, input, select, textarea {
	font-size: 1rem;
	box-sizing: border-box;
	border: 4px solid rgb(201,220,227);
	border-radius: 15px;
	outline: none;
}

button:focus, button:hover,
input:focus, input:hover,
select:focus, select:hover,
textarea:focus, textarea:hover {
	box-sizing: border-box;
	border: 4px solid rgb(161, 173, 196);
}

textarea {
	font-family: Verdana, helvetica, Arial, Sans-Serif;
	font-size: 1rem;
	line-height: 1.6rem;
}

select,
textarea,
input[type=text],
input[type=search] {
	padding: 5px;
}

button,
input[type=button],
input[type=submit],
input[type=reset],
button[type=submit] {
	padding: 10px;
	font-weight: bolder;
	color: var(--header-text-1);
	border-radius: 20px;
}

/********************************************
 Other HTML tags
********************************************/

blockquote {
	display: inline-block;
	font-family: Helvetica;
	/* font-style: italic; */
	font-size: 1.05rem;
	line-height: 2rem;
	text-align: justify;
	margin: 10px 60px 20px 50px;
	padding: 10px 17px;
	border-left: 10px solid rgb(201,220,227);
	border-right: 10px solid rgb(201,220,227);
	border-radius: 20px;
	/* background-color: rgb(249, 251, 252); */
	color: rgb(52, 87, 146); /* var(--header-text-1); */
	/*border-radius: 20px 0 0 20px;*/
	/* box-shadow: inset 0 0 15px 0 rgba(0,0,0,0.12); */
}

blockquote .quote-heading {
	font-size: 1.1rem;
	font-weight: bolder;
	font-style: normal;
	line-height: 1.6em;
	margin-bottom: 7px;
	color: var(--header-text-1);
}

blockquote .quote-footer {
	ffont-size: 1.1rem;
	font-style: normal;
	line-height: 1.6em;
	margin-bottom: 0px;
}

#side-column blockquote  {
	margin: 10px 0px 15px 0px;
	padding: 10px 10px 5px 20px;
	border-left: 5px solid rgb(201,220,227);
	border-right: none;
	/* border-radius: 15px 0 0 0; */
	border-radius: 15px;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}

#side-column blockquote  p {
	font-size: 1rem;
	line-height: 1.75rem !important;
}
/********************************************
Page layout
*********************************************
<body-container>
	<header/>
	<body-columns>
		<main-column/>
		<side-column>
			<side-column-item/>
			...
		</side-column>
	</body-columns>
</body-container>
********************************************/

#body-container {
	box-sizing: border-box;
	min-width: 300px;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px;
	/* display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center; */
}

#body-columns {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: stretch;
	align-items: stretch;
}

#main-column {
	margin: 0px 20px 20px 0px;
	flex: 2 1 500px;
	box-sizing: border-box;
	padding: 30px 40px;
	background-color: white;
}

#side-column {
	box-sizing: border-box;
	margin: 0px 0px 20px 0px;
	flex: 1 1 350px;
	max-width: 380px;
	min-width: 290px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

@media screen and (max-width: 800px) {
	#body-columns {
		flex-direction: column;
		align-items: stretch;
	}

	#main-column {
		margin-right: 0px !important;
		flex-basis: auto;
	}

	#side-column {
		max-width: 100%;
		flex-basis: auto;
	}
}

#side-column ol,
#side-column ul {
	padding-left: 23px;
}

.columns-single  #main-column {
	margin-right: 0px;
}

.columns-single #side-column {
	display: none;
}

.side-column-item {
	flex-grow: 0;
	margin-bottom: 20px;
	padding: 30px 30px 30px 30px;
	font-size: 0.93rem;
	background-color: rgb(249, 251, 252);
}

.side-column-item:last-child {
	flex-grow: 1;
}

.side-column-item > *:first-child {
	margin-top: 0;
	/* padding-top: 0; */
}

.side-column-item > *:last-child {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

#footer {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	padding: 1rem;
	text-align: center;
	background-color: white;
	background-color: rgb(249, 251, 252);}

#footer p {
	font-size: 0.9rem;
	line-height: 1.4rem;
	margin: 0px;
}

.layout-block-shadow {
	box-shadow: 0px 0px 15px -2px rgba(80,96,128,0.9);
}

/********************************************
 Layout tweaks
********************************************/

.relative-container {
	position: relative;
}

.child-clear-margin-before  > *:first-child {
	margin-top: 0px !important;
}

.child-clear-margin-pad-before  > *:first-child {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.child-clear-margin-after > *:last-child {
	margin-bottom: 0px !important;
}

.child-clear-margin-pad-after > *:last-child {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

/********************************************
 Images
********************************************/

.img-float-left {
	margin: 8px 30px 5px 0px;
	float: left;
}

.img-float-right {
	margin: 8px 0px 5px 30px;
	float: right;
	border-radius: 7px
}

.img-center {
	margin: 20px 0 0 0;
}

.img-center img {
	display: block;
	margin: 0 auto;
}

.img-float-left img,
.img-float-right img,
.img-center img {
	border-radius: 7px;
}

.img-float-left p,
.img-float-right p,
.img-center p {
	font-size: 0.95em;
	text-align: center;
}

/********************************************
 Header
********************************************/

#load-header {
	height: 320px;
}

#header {
	position: relative; /* IE does not recognise sticky */
	/* position: sticky;
	top: -240px; */
	z-index: 1000;
	width: 1200px;
	max-width: 100%;
	height: 320px;
	margin: 0px 0px 20px 0px;
	background-image: url('../../common/header-back-6.jpg');
	background-size: 100% 100%;
	background-clip: border-box;
	box-shadow: 0px 0px 15px -2px rgba(80,96,128,0.6);
	box-sizing: border-box;
	border: 5px solid white;
	font-family: artane, 'Times New Roman', Times, serif;
	color: var(--menu-text);
}

/* #header header {
	position: relative;
	box-sizing: border-box;
	height: 320px;
} */

#header-title {
	position: absolute;
	top: 35px;
	right: 25px;
	font-size: 3.5rem;
	font-weight: 500;
	letter-spacing: 4px;
}

/********************************************
 Main menu
********************************************/

#main-menu {
	position: absolute;
	bottom: -5px;
	left: 50px;
	right: 30px;
	height: 60px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: stretch;
}

.menu-item  {
	z-index: 1010;
	position: relative;
	mmin-width: 40px;
	text-align: center;
	height: 70px;
	line-height: 60px;
	font-size: 1.8em;
	font-weight: bolder;
	background-position: 0px -10px;
	/* cursor: pointer; */
}

/********************************************
 Header/main menu (lower res)
********************************************/

@media (max-width: 1239px) {
	#header {
		/* top: -260px; */
		width: 100%;
	}
}

@media (max-width: 999px) {
	#header {
		height: 230px;
		/* top: -170px; */
		margin-bottom: 20px;
	}
	#header-title {
		font-size: 2.5rem;
	}
	.menu-item  {
		font-size: 1.6em;
	}
}

/********************************************
 Main menu
********************************************/

.menu-item:hover > a,
.menu-item-sub div:hover a {
	color: var(--link-text);
	text-decoration: none;
}

.menu-item  a {
	/* display: block;
	width: 100%; */
	color: var(--menu-text);
}

/********************************************
 Selected menu item tab
********************************************/

.menu-item-selected  > a  {
	color: var(--link-text);
}

/* .menu-item:not(.menu-item-selected ):hover {
	background-image: radial-gradient(rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 60%);
} */

@media (min-width: 1240px) {
	.menu-item-selected {
		height: 80px;
		background-image: url('../../common/menu-tab-11.png');
		background-clip: content-box;
		background-origin: content-box;
		background-repeat: no-repeat;
		background-position: -50px 0px;
	}

	.menu-item-selected::before {
		content: "";
		display: inline-block;
		z-index: -1;
		position: absolute;
		background-image: url('../../common/menu-tab-11.png');
		background-clip: content-box;
		background-origin: content-box;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		top: 0px;
		left: -50px;
		width: 50px;
		height: 80px;
	}

	.menu-item-selected::after {
		content: "";
		display: inline-block;
		z-index: -1;
		position: absolute;
		background-image: url('../../common/menu-tab-11.png');
		background-clip: content-box;
		background-origin: content-box;
		background-repeat: no-repeat;
		background-position: -270px 0px;
		top: 0px;
		right: -50px;
		width: 50px;
		height: 80px;
	}
}

/********************************************
 Main menu > sub-menus
********************************************/

.menu-item-sub {
	position: absolute;
	z-index: 200;
	top: 67px;
	left: -1.2em;
	opacity: 0;
	transition: opacity 250ms ease-in-out 100ms;
	pointer-events: none;
	background-color: var(--bg-color-light);
	border-radius: 30px;
	color: var(--menu-text);

	font-size: 0.75em;
	line-height: 0.6em;
	text-align: left;
	white-space: nowrap;
	border-radius: 0.8em;
	border: 5px white solid;
	background-color: var(--bg-color-light);
	overflow: hidden;
	box-shadow: -5px 7px 10px -2px rgba(80,96,128,0.3);
}

.menu-item-sub div {
	box-sizing: border-box;
	display: block;
	padding: 0.8em 1.2em;
	white-space: nowrap;
	background-clip: padding-box;
}

.menu-item-sub a:hover {
	text-decoration: none;
}

.menu-item-sub div:hover {
	color: var(--link-text);
	background-color: var(--menu-bg-color);
}

/*
#menu-container {
	position: absolute;
	z-index: 100;
	height: 60px;
	left: 0px; right: 0px; bottom: 0px;
}
#menu {
	position: absolute;
	z-index: 10;
	left: 0px; right: 0px; top: 0px;
	margin-left: 15px;
	padding: 0px;
	line-height: 60px;
	font-family: artane;
	font-weight: bolder;
	color: var(--menu-text);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	cursor: pointer;
}
#menu-compact-header,
#menu-search-dummy,
#menu-search {
	display: none;
}
.menu-item {
	position: relative;
	display: inline-block;
	font-size: 1.875em;
	margin-left: -25px;
}
.menu-item-sub {
	position: absolute;
	z-index: 20;
	top: 65px;
	left: 12px;
	font-size: 0.75em;
	line-height: 0.6em;
	white-space: nowrap;
	border-radius: 0.8em;
	border: 4px white solid;
	background-color: var(--bg-color-light);
	overflow: hidden;
}
.menu-item .menu-item-sub {
	display: none;
	padding: 0px;
}
.menu-item div {
	display: inline-block;
}
.menu-item-sub div {
	display: block;
	padding: 0.68em 1.2em;
}
.menu-item-sub-hover:hover .menu-item-sub {
	display: block;
}
.menu-item-mid {
	ttransition: color 200ms ease-in-out;
}

.menu-item-sub div {
	ttransition: background-color 150ms ease-in-out;
}

.menu-item-mid:hover {
	color: var(--link-text);
}
.menu-item-sub div:hover {
	color: var(--link-text);
	background-clip: padding-box;
	background-color: var(--menu-bg-color);
}
.menu-item-sub-shadow {
	-webkit-box-shadow: -7px 10px 10px -2px rgba(80,96,128,0.5);
	-webkit-box-shadow: -7px 10px 10px -2px rgba(80,96,128,0.5);
	-moz-box-shadow: -7px 10px 10px -2px rgba(80,96,128,0.5);
	box-shadow: -7px 10px 10px -2px rgba(80,96,128,0.5);
}
.menu-item-left,
.menu-item-right {
	width: 35px;
}
.menu-item-selected .menu-item-left {
	background-image: url('../../common/menu-tab-9.png');
	background-clip: content-box;
	background-origin: content-box;
	background-position: 0px 0px;
}
.menu-item-selected .menu-item-mid {
	background-image: url('../../common/menu-tab-9.png');
	background-clip: content-box;
	background-origin: content-box;
	background-position: -35px 0px;
	color: var(--link-text);
}
.menu-item-selected .menu-item-right {
	background-image: url('../../common/menu-tab-9.png');
	background-clip: content-box;
	background-origin: content-box;
	background-position: -265px 0px;
}
*/

/********************************************
 Site search box
********************************************/

.site-search {
	position: relative;
	width: 100%;
	vertical-align: middle;
}

.site-search-text {
	padding: 5px 45px 5px 5px !important;
	width: 100%;
}

.site-search-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -3px;
	width: 40px;
	padding: 0 !important;
}

/********************************************
 On this page
********************************************/

.on-this-page {
	display: table;
	margin: 0px 0px 15px 0px;
	padding: 10px 20px 0px 20px;
	border: 1px solid var(--header-text-3);
	background-color: rgb(249, 251, 252);
	font-size: 0.9rem;
	line-height: 1.6rem;
}

.on-this-page ol {
	padding-left: 23px;
}

.on-this-page::before {
	content: "Page contents";
	color: var(--header-text-1);
	font-size: 0.95rem;
	font-weight: bolder;
}

.on-this-page > :first-child {
	margin-top: 5px;
}

/********************************************
 Tool tips
********************************************/

.tool-tip {
	position: relative;
}

.tool-tip > span {
	display: block;
	opacity: 0;
	overflow: visible;

	position: absolute;
	z-index: 100;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%,20px);
	transform: translate(-50%,20px);

	padding: 5px 10px;
	border: 1px solid black;
	border-radius: 5px;

	color: black;
	background-color: var(--menu-bg-color);
	font-family: Verdana, Sans-serif;
	font-size: 0.9rem;
	line-height: 1.5rem;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;

	pointer-events: none;
	transition: opacity 500ms ease-out 200ms;
}

.tool-tip:hover > span {
	opacity: 1;
	transition: opacity 500ms ease-out 1000ms;
}


/********************************************
 Icons
********************************************/

.icon-menu-compact {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url("../../common/icons.gif") 0px 0px / 180px 30px no-repeat;
	background-clip: content-box;
	vertical-align: middle;
}

.icon-top {
	display: inline-block;
	position: relative;
	width: 30px !important;
	height: 30px;
	padding: 0px;
	margin-left: -10px;
	margin-top: 15px;
	background-image: url("../../common/icon-top.gif");
	/* background: url("../../common/icons.gif") -150px 0px / 180px 30px no-repeat; */
	background-clip: content-box;
}

.icon-top:hover {
	background-image: url("../../common/icon-top-hover-2.gif");
}

.icon-top.tool-tip span {
	display: none;
}

/* .icon-top:hover::before {
	display: none;
	content: "";
	position: absolute;
	z-index: -1;
	left: -9px;
	right: -7px;
	top: -8px;
	bottom: -8px;
	border: 1px solid rgba(80, 96, 128, 0.7);
	border-radius: 21px;
	//background-color: rgba(248, 250, 251, 0.5);
	//background-image: radial-gradient(rgba(255,255,255,0.6) 30%, rgba(255,255,255,0) 100%);
} */

.icon-search {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url("../../common/icons.gif") -30px 0px / 180px 30px no-repeat;
	background-clip: content-box;
	vertical-align: middle;
}

.icon-search-small {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../common/icons.gif") -20px 0px / 120px 20px no-repeat;
	background-clip: content-box;
	vertical-align: middle;
}

.icon-play-small {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../common/icons.gif") -60px 0px / 120px 20px no-repeat;
	background-clip: content-box;
	vertical-align: middle;
}

.icon-stop-small {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../common/icons.gif") -80px 0px / 120px 20px no-repeat;
	background-clip: content-box;
	vertical-align: middle;
}

a.external-link::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 0 2px 4px;
	background: url("../../common/icons.gif") -30px 0px / 90px 15px no-repeat;
	background-clip: content-box;
	vertical-align: text-bottom;
}

/********************************************
 Effects
********************************************/

.fade {
	opacity: 0;
	transition: opacity 300ms ease-in-out; /* 100ms; */
	pointer-events: none;
}

.fade-parent:hover .fade {
	opacity: 1;
	pointer-events: auto;
}

/********************************************
 Miscellaneous
********************************************/

.disable-select {
    user-select: none; /* Chrome and Opera */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
}

/*.no-overflow-anchor:hover {
  overflow-anchor: none;
}*/

.arrow-previous::before {
	content: "\00AB ";
}

.arrow-next::after {
	content: " \00BB";
}

.clear-both {
	clear: both;
}
