/* basic reset */
body,* { margin: 0; padding: 0; }
button::-moz-focus-inner { border: 0; padding: 0; }
p, h1, h2, h3, h4, h5, h6, ul, ol { margin: 1em auto 1em auto; line-height: 1.5em; }
input, textarea, select { font-family: inherit; }
input.no-appearance { -webkit-appearance: textfield; -moz-appearance: textfield; appearance: field; }
input.no-appearance::-webkit-inner-spin-button { -webkit-appearance: none; }
input.no-appearance::-webkit-outer-spin-button { -webkit-appearance: none; }
ul,ol { padding-left: 1.1em; }
li { margin: 5px auto 5px auto; }
a img { border: none; }

@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
		url('./fonts/titilliumweb-regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/titilliumweb-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'),
		url('./fonts/titilliumweb-bold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/titilliumweb-bold.woff2') format('woff2');
}

select {
	-webkit-appearance: none;
	background: url("./images/fix_webkit.png") right center no-repeat;
}
.disable-transition {
	transition: none !important;
}

#article-detail {
	overflow-anchor: none;
}

.max-width { max-width: 100%; height: auto; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.left { float: left; }
.right { float:  right; }
.clear { clear: both; }

body {
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.35em;
	color: #5d717c;
	background: #fff;
	padding-top: 150px;
}
body.bubbles {
	background: url(./images/bubbles.jpg) top center no-repeat;
}
.carousel-item,
body {
	font-size: 17px;
}
a {
	color: #009aa6;
	text-decoration: none;
}
a:hover {
	color: #00717a;
}

#advisor-contact a,
.dictionary a,
#menu-breadcrumbs a,
#article-share a,
.list-keywords a {
	color: inherit;
}
.dictionary a:hover,
#menu-breadcrumbs a:hover,
#article-share a:hover,
.list-keywords a:hover,
.list-text a:hover,
a.carousel-item:hover h3 {
	color: #0099a6;
}

h1,h2,h3,h4,h5 {
	text-transform: uppercase;
}

.cell {
	display: table-cell;
}
.table {
	display: table;
	width: 100%;
}
.table .cell {
	text-align: center;
	width: 33.3%;
}
#logo img {
	display: block;
}
#menu-mobile {
	display: none;
	position: absolute;
	top: 10px;
	right: 0;
	height: 60px;
	width: 60px;
	background: #0099a6;
	cursor: pointer;
}
#menu-mobile > i,
#menu-mobile:after,
#menu-mobile:before {
	position: absolute;
	left: 9px;
	display: block;
	content: ' ';
	width: 42px;
	height: 2px;
	background: #fff;
}
#menu-mobile i {
	top: 29px;
}
#menu-mobile:after {
	bottom: 16px;
}
#menu-mobile:before {
	top: 16px;
}

#menu {
	position: relative;
	display: inline-block;
}
#menu ul {
	font-size: 1.12em;
	line-height: 1.2em;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#menu li {
	position: relative;
	display: inline-block;
	margin: 0 6px;
}
#menu a {
	display: block;
	color: #5d717c;
	padding: 0 0 20px 0;
	transition: all 0.2s linear;
}
#menu .active > a {
	color: #009aa6;
	font-weight: bold;
	border-bottom: 4px solid #ffa005;
}
#menu a:hover {
	color: #009aa6;
}
#menu ul ul {
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: calc(1.2em + 16px);
	right: 0;
	white-space: nowrap;
	background: #0099a6;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.4s ease-in-out;
	padding: 0;
	visibility: hidden;
}
#menu ul ul li {
	display: block;
}
#menu ul ul a {
	color: #fff;
	padding: 10px 0;
}
#menu ul ul .active > a {
	color: #ffa005;
	border-bottom: none;
}
#menu ul ul a:hover {
	color: #ccc;
}
#menu ul li:hover > ul {
	overflow-y: auto;
	max-height: calc(100vh - 150px);
	visibility: visible;
}

#logo {
	float: left;
}
#header {
	position: absolute;
	z-index: 40;
	top: 0;
	left: 0;
	right: 0;
	text-align: right;
	height: 130px;
	padding: 20px 0 0 0;
	transition: background 0.2s linear;
}
#header a {
	color: inherit;
}
#header.flow {
	position: fixed;
	background: #fff;
}
#header-title {
	display: none;
	float: right;
	text-transform: uppercase;
	margin: 0 80px 0 0;
	font-size: 30px;
	line-height: 80px;
}
#header-top {
	display: flex;
	justify-content: flex-end;
	font-size: 1.22em;
	padding: 25px 0 25px 0;
	margin: 0;
	height: 26px;
	color: #009aa6;
	text-transform: uppercase;
}
.header-item {
	position: relative;
	z-index: 20;
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #5d717c;
	text-align: center;
	height: 26px;
}
.header-item:first-of-type {
	border-left: none;
}
.header-panel {
	max-height: 0;
	position: absolute;
	top: 26px;
	right: 0;
	color: #fff;
	background: #009aa6;
	width: 320px;
	overflow: hidden;
	transition: all 0.2s linear;
	visibility: hidden;
}
.header-panel-inner {
	padding: 20px;
	display: none;
}
.header-item.submenu.show,
.header-item.submenu:hover {
	background: #0099a6;
	color: #fff;
}
.header-panel:target,
.header-item.submenu.show .header-panel,
.header-item:hover .header-panel {
	max-height: 400px;
	visibility: visible;
}
/*** fix safari password ***/
.header-panel:target .header-panel-inner,
.header-item.submenu.show .header-panel-inner,
.header-item:hover .header-panel-inner {
	display: block;
}
.header-panel .btn,
.header-panel .form-control {
	width: 100%;
	margin: 0 0 10px 0;
}

#form-login p {
	margin: 5px 0 0 0;
}

#header-lang {
	width: auto;
}
#header-lang ul {
	list-style: none;
	margin: 0;
}
#header-lang li {
	display: inline-block;
}
#header-lang .active a {
	padding: 5px 10px;
	color: #ffa005;
}

.form-default,
#header,
#footer,
#main {
	min-width: 440px;
}

.contain {
	max-width: 1364px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
}
.contain-top {
	padding-bottom: 30px;
}
.contain-body {
	padding-top: 5px;
	padding-bottom: 30px;
}
.contain-full {
	padding-top: 30px;
}
.content {
	padding-left: 60px;
	padding-right: 60px;
}
.contain .content .content {
	margin-left: -70px;
	margin-right: -70px;
}

.shadow {
	position: relative;
}
.shadow::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: ' ';
	width: 100%;
	height: 40px;
	background: radial-gradient(at 50% -20%, #eee 0%, #fff 70%);
}

.border-shadow {
	box-shadow: 0 0 20px #999;
}

#footer {
	background: #5d717c;
	color: #fff;
	font-size: 1.12em;
	padding: 25px 0;
}
#footer a {
	color: inherit;
}
#footer a:hover {
	color: #ddd;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#footer-bottom ul {
	display: inline-block;
	line-height: 1.35em;
	width: 50%;
}
#footer-social {
	display: inline-block;
	font-size: 1.8em;
	text-align: right;
	width: 50%;
}
#footer-social a {
	margin-left: 15px;
}

#footer-top {
	display: table;
	width: 100%;
}
.footer-cell {
	display: table-cell;
	vertical-align: top;
	padding: 25px 15px 0 15px;
}
#footer-top > :first-child {
	padding-top: 0;
	padding-left: 0;
}
#footer-top > :last-child {
	text-align: right;
	padding-right: 0;
}
#footer-logo img {
	display: inline-block;
	width: 150px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
#footer-top .footer-title {
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 2px solid #0099a6;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
}
#footer-top p,
#footer-top li {
	margin: 0 0 14px 0;
}



#menu-breadcrumbs {
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 0.9em;
}

#infographic {
	position: relative;
	z-index: 7;
	padding-top: 3em;
	padding-bottom: 3em;
}
#infographic .circle {
	position: relative;
	z-index: 10;
	display: inline-block;
	color: #fff;
	background: #0099a6;
	border-radius: 600px;
	padding: 1.3em 0.4em;
	width: 2.8em;
	height: 1em;
	font-size: 3.6em;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
#infographic .circle span {
	position: relative;
	top: -0.2em;
}
#infographic .circle-title {
	position: absolute;
	top: 2em;
	left: 1em;
	box-sizing: border-box;
	padding: 5px 20px;
	text-align: left;
	font-size: 0.7em;
	line-height: 1em;
	max-height: 0;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
	transform: rotate(5deg) scale(0.6);
}
#infographic .circle:hover {
	transform: scale(1.1);
	z-index: 11;
	/*background: #ffa005;*/
}
#infographic .circle:hover .circle-title {
	background: #ffa005;
	max-height: 10em;
	transform: rotate(-5deg) scale(1);
}

.article-text:after,
#article-container:after {
	display: block;
	content: ' ';
	clear: both;
}

.article-perex {
	font-weight: bold;
}
.article-text {
	text-align: justify;
}
table.fck_table {
	border: none;
	border-collapse: collapse;
	text-align: left;
	table-layout:fixed;
	max-width: 100%;
}
table.fck_table th {
	text-align: left;
	vertical-align: top;
	color: #fff;
	border: none;
	border-right: 1px solid #fff;
	background: #0099a2;
	padding: 8px;
}
table.fck_table td {
	border: none;
	border-left: 1px solid #a6b1b5;
	border-right: 1px solid #a6b1b5;
	border-bottom: 1px solid #a6b1b5;
	padding: 8px;
}
table.fck_table tr th:first-child,
table.fck_table tr td:first-child {
	border-left: none;
}
table.fck_table tr th:last-child,
table.fck_table tr td:last-child {
	border-right: none;
}
table.fck_table tr:last-child td {
	border-bottom: none;
}

#article-field {
	color: #009aa6;
	text-transform: uppercase;
	font-size: 2.5em;
	margin: 10px 0;
}
#article-header {
	position: relative;
}
#article-header-image {
	width: 100%;
}
iframe#article-header-image {
	height: 400px;
	border: none;
}
#article-title {
	position: absolute;
	bottom: 30px;
	left: 0;
	padding: 20px 30px;
	margin: 0;
	min-width: 60%;
	max-width: 80%;
	color: #fff;
	background: #009aa6;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1.3em;
}

#article-autors {
	float: right;
	color: #009aa6;
	text-transform: uppercase;
	margin: 0 0 15px 15px;
	width: 220px;
}
#article-autors p:first-of-type {
	margin-top: 0;
}
.article-autor {
	text-align: center;
}
.article-autor-name img {
	display: block;
	width: 100%;
}
.article-autor-name strong {
	display: block;
	color: #fff;
	background: #009aa6;
	padding: 5px 10px;
}
.article-autor-social {
	font-size: 2em;
	margin-bottom: 0.5em;
}

#article-share {
	float: right;
	text-align: right;
	text-transform: uppercase;
}
#article-share .fa {
	font-size: 2em;
	cursor: pointer;
	margin-left: 15px;
}
.social-mail {
	position: relative;
}
.social-mail small {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	line-height: 1.5em;
}

#article-container .list-keywords {
	float: left;
	margin-top: 2em;
}

#advisor-obors {
	position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
#advisor-obors > li {
	display: inline-block;
	width: calc(32% - 10px);
	position: relative;
}
#advisor-obors .submenu .advisor-obor-title:after {
	display: block;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 10px;
	font-size: 2em;
	line-height: 1em;
	font-family: 'FontAwesome';
	content: "\f0d7";
	transition: transform 0.2s ease-in-out;
}
#advisor-obors .advisor-obor-title {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1.1em;
	background: #5d717c;
	color: #fff;
	height: 4em;
	box-sizing: border-box;
	padding: 10px;
}
#advisor-obors .submenu .advisor-obor-title {
	padding-right: 2em;
}

#advisor-obors .advisor-obor-title:hover {
	background: #009aa6;
}
#advisor-obors .submenu .advisor-obor-title:hover:after {
	transform: rotate(180deg);
}

#advisor-obors .advisor-obor-title > ul {
	position: absolute;
	z-index: 11;
	left: 0;
	top: 4em;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #5d717c;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s linear;
	text-transform: none;
	text-align: left;
}
#advisor-obors li li {
	display: block;
	padding: 5px 10px;
	font-size: 0.7em;
	line-height: 1.1em;
}
#advisor-obors li li a {
	display: block;
	color: #fff;
}
#advisor-obors li li a:hover {
	color: #ddd;
}
#advisor-obors .advisor-obor-title:hover > ul {
	max-height: 320px;
}

.discussion-rec {
	border-top: 1px solid #eaeceb;
}
.discussion-rec .btn {
	margin: 10px 0;
}
.discussion-rec .right {
	float: right;
}

.list-box {
	display: table;
	width: 100%;
	margin: 40px 0;
}
.list-box a {
	color: inherit;
}
.list-image {
	display: table-cell;
	vertical-align: top;
	width: 55%;
	padding-right: 60px;
}
.list-image img {
	display: block;
	width: 100%;
	height: auto;
}
.list-text {
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding-bottom: 30px;
}
.list-info {
	margin: 0;
}
.list-title {
	font-weight: normal;
}
.list-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.list-bottom .btn {
	float: right;
}
.list-keywords {
	font-size: 0.9em;
	font-style: italic;
	margin: 20px 0 0 0;
}

.white {
	color: #fff;
}
.color {
	color: #009aa6;
}
.gray {
	color: #5d717c;
}
.orange {
	color: #ffa005;
}
.black {
	color: #333;
}
.title {
	position: relative;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

.contain-box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.box {
	align-content: space-between;
	width: calc(33.33% - 20px);
	margin: 10px;
}
a.box {
	color: inherit;
}
.box-title {
    display: flex;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	height: 3.6em;
	width: 100%;
    align-items: center;
    justify-content: center;
	text-align: center;
	margin: 0;
	background: #5d717c;
	color: #fff;
	padding: 2px 10%;
	box-sizing: border-box;
	transition: background 0.2s linear;
}
.box .box-subtitle {
	font-size: 1.1em;
	text-transform: uppercase;
	text-justify: left;
	margin: 20px 0;
}
.box-text {
	text-align: justify;
	margin: 5px 0;
}
.gallery .box img,
.box-image img {
	display: block;
	width: 100%;
}
.box-iframe {
	position: relative;
}
.box-iframe:after {
	font-family: 'FontAwesome';
	content: "\f04b";
	font-size: 5em;
	position: absolute;
	top: calc(50% - 0.5em);
	left: 0;
	width: 100%;
	height: 1em;
	line-height: 1em;
	color: #fff;
	text-align: center;
	transition: 0.2s color linear;
}
.box-iframe:hover:after {
	color: #ffa005;
}

.reference-image {
	height: 8em;
	width: 80%;
	margin: auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reference-image img {
	display: block;
	height: auto;
	max-height: 100%;
	width: 100%;
	margin: auto;
	object-fit: contain;
}
.carousel-item .fflag,
.box .fflag {
	filter: grayscale(100%) contrast(80%);
	margin: -2px 3px 0 3px;
}
.carousel-item:hover .fflag,
.box:hover .fflag {
	filter: contrast(90%);
}
.gallery .box,
.box .box-image,
.reference-box .reference-image,
.carousel-item .box-image {
	filter: grayscale(100%);
	transition: filter 0.2s linear;
}
.carousel-item.box-advisor .box-image {
	filter: none;
	transition: filter 0.2s linear;
}

.gallery .box:hover,
.reference-box:hover .reference-image,
.carousel-item:hover .box-image,
.box:hover .box-image {
	filter: none;
}
.calendar-box:hover .calendar-box-date,
.carousel-item:hover .box-title,
.box:hover .box-title {
	background: #009aa6;
}
.calendar-box:hover .calendar-box-title,
.carousel-item:hover .box-subtitle,
.box:hover .box-subtitle {
	color: #009aa6;
}

.calendar-box-table {
	position: relative;
	min-height: 120px;
}
.calendar-box .box-image {
	margin-left: 10px;
}
.calendar-box-date {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	font-size: 2.2em;
	line-height: 1.0em;
	font-weight: bold;
	background: #5d717c;
	color: #fff;
}
.calendar-box-title {
	font-weight: normal;
}
.box-advisor > a {
	display: block;
}
.box-advisor .box-title {
	height: 2.6em;
}
.advisor-info {
	position: relative;
	z-index: 15;
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.advisor-info a {
	color: inherit;
}
.advisor-info li {
	padding: 5px;
	margin: 0;
}
.advisor-info ul {
	max-height: 0;
	min-width: 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #5d717c;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.3s linear;
}
.advisor-info ul a:hover {
	color: #ddd;
}
.advisor-info ul li {
	padding: 5px 15px 5px 5px;
}
.advisor-info:hover {
	background: #5d717c;
	color: #fff;
}
.advisor-info:hover ul {
	max-height: 500px;
}

.form-default {
	background: #ededed;
	padding: 2px 0 1em 0;
}
.form-default .title {
	margin: 1em auto 1em auto;
}
.form-default label {
	display: inline-block;
	color: #fff;
	background: #5d717c;
	width: 150px;
}
.form-label-big label {
	width: 220px;
}
.form-default .form-control {
	display: inline-block;
	width: calc(100% - 150px);
}
.form-label-big .form-control {
	width: calc(100% - 220px);
}
.form-default textarea.form-control {
	width: 100%;
}
.form-default .form-check label {
	text-transform: none;
	background: transparent;
	color: inherit;
	padding: 0;
	width: auto;
}
.form-default .form-check input {
	margin-right: 10px;
	width: auto;
}
.form-errors {
	background: #ffa005;
	color: #5d717c;
	padding: 1px 1em;
}
.row {
	margin: 20px 0;
}
.row::after {
	display: table;
	content: ' ';
	clear: both;
}

.col-md-12,
.col-md-9,
.col-md-8,
.col-md-6,
.col-md-4,
.col-md-3 {
	float: left;
	box-sizing: border-box;
}
.col-md-12 {
	width: 100%;
}
.col-md-9 {
	width: 75%;
	padding: 0 10px;
}
.col-md-8 {
	width: 66.6%;
	padding: 0 10px;
}
.col-md-6 {
	width: 50%;
	padding: 0 10px;
}
.col-md-4 {
	width: 33.3%;
	padding: 0 10px;
}
.col-md-3 {
	width: 25%;
	padding: 0 10px;
}
.col-md-9:first-of-type,
.col-md-8:first-of-type,
.col-md-6:first-of-type,
.col-md-4:first-of-type,
.col-md-3:first-of-type {
	padding-left: 0;
}
.col-md-9:last-of-type,
.col-md-8:last-of-type,
.col-md-6:last-of-type,
.col-md-4:last-of-type,
.col-md-3:last-of-type {
	padding-right: 0;
}

label {
	text-transform: uppercase;
	font-size: 1em;
	line-height: normal;
	padding: 10px 20px;
	box-sizing: border-box;
}
.form-control {
	border: none;
	color: #5d717c;
	background-color: #fff;
	font-size: 1em;
	line-height: normal;
	padding: 10px 20px;
	box-sizing: border-box;
}

.active {
	color: #ffa005;
}
.btn {
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 30px;
	margin: auto;
	box-sizing: border-box;
	border-radius: 0;
	border: none;
	font-size: 1em;
	cursor: pointer;
	transition: all 0.2s linear;
	-webkit-appearance: none;
	appearance: none;
}
.btn.btn-default {
	background-color: #ffa005;
	color: #fff;
}
.btn.btn-default:hover {
	box-shadow: inset 0 0 30px rgba(255,255,255,0.4);
	color: #fff;
}
.btn-outline-default {
	background-color: transparent;
	border: 1px solid #ffa005;
	color: inherit;
	padding-top: 9px;
	padding-bottom: 9px;
}
.btn-outline-default:hover {
	box-shadow: inset 0 0 15px  rgba(0,0,0,0.2);
	color: inherit;
}
.btn.btn-sm {
	padding: 5px 15px;
}

#article-reference p {
	margin: 5px 0;
}

#registration-tabs {
	list-style: none;
	margin: 0;
	padding: 0;
}
#registration-tabs li {
	width: 49%;
}
#registration-tabs li,
#registration-tabs h1 {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

#dictionary-top {
	display: table;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
#dictionary-top a {
	display: table-cell;
	width: 3.5%;
	color: inherit;
	transition: transform 0.2s linear;
}
#dictionary-top a.active {
	color: #0099a6;
}
#dictionary-top a:hover {
	transform: scale(1.5);
}

#reference-file p {
	margin-bottom: 0;
}
#reference-file {
	margin-bottom: 1em;
}

/*** carousel ***/
.carousel-block {
	position: relative;
	margin: 0 -10px;
}
.carousel-window {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-content {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;	/*** change in js ***/
	white-space: nowrap;
	font-size: 0;
}
.carousel-item {
	display: inline-block;
	width: calc(33.3% - 20px);
	margin: 0 10px;
	white-space: normal;
	vertical-align: top;
	text-align: justify;
	color: inherit;
}
.carousel-item a {
	color: inherit;
}
.carousel-endless-box {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

.slider-arrow-right,
.slider-arrow-left {
	display: block;
	position: absolute;
	top: calc(40% - 30px);
	height: 60px;
	width: 30px;
	overflow: hidden;
}
.slider-arrow-left {
	left: 0;
}
.slider-arrow-right {
	right: 0;
}
.slider-arrow-left.disabled,
.slider-arrow-right.disabled {
	opacity: 0.5;
}

#advisor-galleries .slider-arrow-right,
#advisor-galleries .slider-arrow-left,
#gallery-carousel-arrows .slider-arrow-right,
#gallery-carousel-arrows .slider-arrow-left {
	top: calc(50% - 30px);
}
#advisors-carousel .slider-arrow-right,
#advisors-carousel .slider-arrow-left  {
	top: 30%;
}
#reference-carousel .slider-arrow-right,
#reference-carousel .slider-arrow-left  {
	top: 20%;
}

.slider-arrow-left:after,
.slider-arrow-left:before,
.slider-arrow-right:after,
.slider-arrow-right:before {
	position: absolute;
	top: 50%;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
}
.slider-arrow-left:after {
	border-right-color: #fff;
	border-width: 28px;
	margin-top: -28px;
	right: calc(100% - 30px);
}
.slider-arrow-left:before {
	border-right-color: #ffa200;
	border-width: 31px;
	margin-top: -31px;
	right: calc(100% - 30px);
}
.slider-arrow-right:after {
	border-left-color: #fff;
	border-width: 28px;
	margin-top: -28px;
	left: 0;
}
.slider-arrow-right:before {
	border-left-color: #ffa200;
	border-width: 31px;
	margin-top: -31px;
	left: 0;
}
#offers-carousel,
#gallery-carousel {
	margin-top: 2em;
	margin-bottom: 2em;
}
#advisor-galleries .carousel-block {
	margin-top: 10px;
	margin-bottom: 10px;
}

#slider {
	position: relative;
	overflow: hidden;
	color: #fff;
}
#slider.contain {
	padding: 0;
}
#slider-blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	filter: blur(10px);
}
#slider .slider-image:first-of-type {
	display: block;
}
#slider-images {
	position: relative;
}
#slider .slider-image {
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 300px;
}
#slider .slider-image.active {
	position: absolute;
}
#slider .slider-image img {
	display: block;
	width: 100%;
}

.slider-table {
	display: table;
	height: 100%;
	width: 100%;
}
.slider-three .cell {
	height: 50%;
}
.slider-content {
	position: absolute;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 30px 40px;
}
.slider-content.whcol h1 {
	color: #0099a6;
}
.slider-content h1 {
	text-transform: uppercase;
	font-size: 2.8em;
	line-height: 1.1em;
	margin: 0 0 10px 0;
	height: 2%;
}
.slider-content .row {
	display: table-row;
}
.slider-content .cell {
	vertical-align: bottom;
}
.slider-content > .cell:last-of-type {
	text-align: right;
}
.slider-text {
	position: relative;
	font-size: 1.5em;
}
.slider-text .cell {
	vertical-align: middle;
}

.slider-advisor {
	position: relative;
}
.slider-advisor .slider-content {
	text-align: left;
	width: 65%;
}
.slider-advisor .slider-content.noslider {
	position: relative;
	display: table;
	padding: 40px;
	width: auto;
}

.slider-content {
	display: flex;
}
.slider-content > .slider-table {
	display: inline-table;
    align-self: stretch;
	flex-basis: 64%;
	width: 64%;
}
.slider-content > .slider-table.slider-table-full {
	flex-basis: 100%;
	width: 100%;
}
.slider-content > .slider-table:nth-child(2) {
	text-align: right;
	flex-basis: 36%;
	width: 36%;
}

.slider-advisor-title {
	display: table-cell;
	vertical-align: bottom;
	height: 30%;
	padding: 5px 30px;
}
.slider-advisor-text {
	display: table-cell;
	vertical-align: middle;
	height: 75%;
}
.slider-advisor-quote {
	position: relative;
	padding: 5px 30px;
	font-size: 0.9em;
}
.slider-advisor-quote.smaller {
	font-size: 0.65em;
}
.slider-advisor-text .fa {
	position: absolute;
	color: #0099a6;
	opacity: 0.3;
	font-size: 3em;
	transform: scale(-1,1);
}
.slider-advisor-text .fa.fa-quote-right {
	top: 0;
	left: 0;
}
.slider-advisor-text .fa.fa-quote-left {
	bottom: 0;
	right: 0;
}
.slider-advisor-link {
	display: table-cell;
	vertical-align: bottom;
}
#advisor-contact {
	background: #0099a6;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.5em;
}
#advisor-contact a:hover {
	color: #ffa005;
}
#advisor-contact .cell:first-of-type {
	text-align: left;
}
#advisor-contact .cell:last-of-type {
	text-align: right;
}

#paid-files-info.shadow::before {
	background: radial-gradient(at 50% -20%, rgba(255,160,5,0.2) 0%, transparent 70%);
}
#paid-files-info .color {
	color: #ffa005;
}
#paid-files-content {
	border-top: 10px solid #ffa005;
	padding: 10px 20px;
}

.paid-files-content.form-default {
	background: transparent;
	padding: 1px 0;
}
.paid-files-content .title {
	margin-top: 0;
}
.paid-files-content fieldset {
	border: none;
}
.border-paid-files {
	border-top: 1px solid #fff;
}
.border-paid-files:first-of-type {
	border: none;
}
.border-paid-files .btn {
	float: right;
	margin-top: -1em;
}

#comics-button {
	position: fixed;
	z-index: 30;
	top: 200px;
	left: 0;
	background: url('./images/button_comics.png') left center no-repeat;
	height: 167px;
	width: 46px;
	pointer-events: none;
}
#comics-button a {
	display: block;
	width: 28px;
	height: 130px;
	margin: 18px 0 0 0;
	pointer-events: auto;
}

/*** main slider ***/
#comics-content {
	display: none;
}
.window-box-all {
	display: none;
	position: absolute;
    top: 0;
    left: 0;
    margin: auto;
	z-index: 50;
	width: 100%;
	height: 100%;
}
.window-box-black {
	position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 55;
	width: 100%;
	height: 100%;
    background-color: #000;
	opacity: 0.30;
/*	filter:alpha(opacity=70); */
	_position: absolute;
}

.window-box {
	position: relative;
	z-index: 60;
	max-width: 600px;
	height: auto;
	margin: auto;
}
#window-ident-comics .window-box { width: 960px; max-width: none; }

.window-notify {
	background: #009aa6;
	color: #fff;
	padding: 20px;
}
.window-notify a {
	color: #eee;
}

.slider-box-border {
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 282px;
}
.slider-box-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000%;
	height: 282px;
	word-spacing: 0;
	font-size: 0;
	white-space: nowrap;
}
.slider-box-page {
	float: left;
	width: 960px;
	height: 282px;
	padding: 0;
	margin: 0;
}
.window-box a.window-box-close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 20;
}
.window-box a.window-box-close:after {
	font-family: 'FontAwesome';
	content: "\f057";
	font-size: 2em;
}
.window-box a.window-box-close:hover {
	color: #ccc;
}

.window-box-content .slider-next,
.window-box-content .slider-prev {
	margin-top: 115px;
}

/*** Code spam ***/
.form-code-spam {
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	overflow: hidden;
	width: 64px;
	padding: 13px 10px 13px 10px;
	margin: auto;
	height: 23px;
}
.form-code-spam div {
	float: left;
	overflow: hidden;
	position: relative;
	height: 21px;
	width: 14px;
	margin: 1px;
}
.form-code-spam div img {
	position: absolute;
}

/*** homepage ***/
#home-show-all {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease-in-out;
}
#home-show-all.action-show,
#home-show-all:target {
	max-height: 3000px;
}

/*** partners ***/
.partner-box {
	display: table;
	text-align: justify;
}
.partner-box .partner-image {
    display: table-cell;
	vertical-align: top;
    text-align: center;
    width: 160px;
	padding: 1em 20px 0 0;
}
.partner-box .partner-text {
	display: table-cell;
	vertical-align: top;
}

/*** seminar ***/
#table-seminar {
	width: 500px;
	border-collapse: collapse;
	font-size: 16px;
	margin: 20px auto 20px 0;
}
#table-seminar caption {
	text-align: left;
	color: #0099a2;
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 5px 0;

}

#table-seminar td {
	border-bottom: 1px solid #a6b1b5;
	border-right: 1px solid #a6b1b5;
	padding: 8px;
}
#table-seminar td:last-of-type {
	border-right: none;
	width: 60%;
}
#table-seminar tr:last-of-type td {
	border-bottom: none;
}

/*** Gallery Box Classic ***/
.gallery-box-all {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	z-index: 50;
	width: 100%;
	height: 100%;
}
.gallery-box-black {
	position: fixed;
	top: 0;
	left: 0;
	margin: auto;
	z-index: 55;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.70;
}
.gallery-box {
	position: relative;
	top: 0;
	margin: 0;
	z-index: 60;
	text-align: center;
}
.gallery-box-content {
	position: relative;
	display: inline-block;
	padding: 10px 10px 5px 10px;
	margin: auto;
    background: #fff;
    border: none;
	color: #000;
}
.gallery-box-image {
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	margin: auto;

}
.gallery-box-loading .gallery-box-image {
	background-image: url('data:image/png;base64,R0lGODlhKwALAPEAAP///wAAAIKCggAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAKwALAAACMoSOCMuW2diD88UKG95W88uF4DaGWFmhZid93pq+pwxnLUnXh8ou+sSz+T64oCAyTBUAACH5BAkKAAAALAAAAAArAAsAAAI9xI4IyyAPYWOxmoTHrHzzmGHe94xkmJifyqFKQ0pwLLgHa82xrekkDrIBZRQab1jyfY7KTtPimixiUsevAAAh+QQJCgAAACwAAAAAKwALAAACPYSOCMswD2FjqZpqW9xv4g8KE7d54XmMpNSgqLoOpgvC60xjNonnyc7p+VKamKw1zDCMR8rp8pksYlKorgAAIfkECQoAAAAsAAAAACsACwAAAkCEjgjLltnYmJS6Bxt+sfq5ZUyoNJ9HHlEqdCfFrqn7DrE2m7Wdj/2y45FkQ13t5itKdshFExC8YCLOEBX6AhQAADsAAAAAAAAAAAA=');
	height: 160px;
	width: 260px;
}
.gallery-box-iframe {
	width: 640px;
	height: 480px;
	border: none;
}
.gallery-box-image img {
	display: block;
	position: relative;
	z-index: 62;
	height: 100%;
	width: 100%;
}
.gallery-box-title {
	height: 20px;
	margin: 0;
	padding: 5px 0 0 0;
}
.gallery-box a.gallery-box-close,
.gallery-box a.gallery-box-zoom,
.gallery-box a.gallery-box-right,
.gallery-box a.gallery-box-left {
	display: block;
	position: absolute;
	top: 0;
	z-index: 65;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: 0;
	padding: 0;
	outline: none;
}
.gallery-box a:hover {
	text-decoration: none;
}
.gallery-box a.gallery-box-close {
	right: 0;
	width: 32px;
	height: 32px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 26px;
	line-height: 32px;
}
.gallery-box a.gallery-box-zoom {
	top: 30px;
	right: 40px;
	width: 80px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.4);
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAQAAAAm93DmAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQffCB4QCix7G0guAAABtElEQVRIx63VTytEURjH8e8of1aiYakpKaWwoYSUzBuwoOzI0vAeLLwB5QVQYsOSKKvBRt4AG8qfMmU2rHB/FnNocJ3z3Dvz3NW953c+nXvPvc+F6soAU2xwRhnxzi37rNFC6pqmjGKOA9qTY42cVxFFdtjj2p1FiMVkXMf32rYY+zGywIMb2U6yujIiokQudrzgyHUreI6IuPIk+h2ZD2MZphHiKZAbQYhXy/oqTy8XzG0ixFIoNum2wlJCvIRCGwgxagJ3ESLrD50hZNy8GYQo+CIN9AGnRvACgC4/2AbcGcFnADr94AfQZP4AAN784D0wYAQrN1vyg5dAjxGcAKDoD60hxLwJvLG8Ec0I8WDghhHiOBw8IEIsB3OPCDEeBttcJ+n3pvYRESe2h73oyBEvJ8rMWjvitiM3Y8aG3M1+HcZa/56wwyw5WskyyIrb2SgNmec19p8nxCGraUgo8PIHO3Y7KwuZibmWZY4uOnmjRJGjHw02NDf+ordnB2YnBYNkcjBApgG9ZDrQQ6YF/yXTg/+QtYCxZG1gDFkr+IesHfxF1gOsJnuoU1U6UC91LNEN8AlCF9dwPsutsAAAAABJRU5ErkJggg==');
	opacity: 0.3;
	border-radius: 50px;
}
.gallery-box a.gallery-box-zoom:hover {
	opacity: 1;
}
.gallery-box a.gallery-box-right,
.gallery-box a.gallery-box-left {
	top: 15%;
	height: 70%;
	width: 30%;
	color: #ccc;
	color: rgba(0,0,0, 0.5);
}
.gallery-box a.gallery-box-right span,
.gallery-box a.gallery-box-left span { display: none; }
.gallery-box a.gallery-box-left { left: 0; }
.gallery-box a.gallery-box-right { right: 0;}
.gallery-box a.gallery-box-right:hover,
.gallery-box a.gallery-box-left:hover { color: rgba(255, 160, 5, 0.8); }

.gallery-box a.gallery-box-right:after,
.gallery-box a.gallery-box-left:after {
	position: absolute;
	top: calc(50% - 0.4em);
	font-family: 'FontAwesome';
	font-size: 6em;
}

.gallery-box a.gallery-box-left:after {
	content: "\f104";
	left: 10px;
}
.gallery-box a.gallery-box-right:after {
	content: "\f105";
	right: 10px;
}


/*** CSS Styles that are needed by jScrollPane for it to operate correctly. ***/
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
}
.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: transparent;
	position: relative;
}
.jspDrag {
	background: #0099a2;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	margin: 2px 2px 2px 0;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

@media screen and (min-width: 1280px) {
	.carousel-item,
	body {
		font-size: 19px;
	}
	#menu ul {
		font-size: 1em;
	}
	.slider-content {
		padding: 40px 60px;
	}
	.slider-content h1 {
		font-size: 3.2em;
	}
	.slider-text {
		font-size: 1.7em;
	}
	.calendar-box .box-image {
		margin-left: 40px;
	}
}

/*** menu ***/
@media screen and (max-width: 1190px) {
	#header-title {
		display: block;
	}
	#header-top {
		padding: 0 0 10px 0;
	}
	#header-top .header-item:first-of-type {
		padding-left: 0;
	}

	#menu,
	#menu-mobile {
		display: block;
	}
	#menu ul {
		position: absolute;
		display: none;
		top: 70px;
		right: 0;
		background: #0099a6;
		padding: 10px 0;
		text-align: center;
		width: 100%;
		overflow-y: auto;
		max-height: calc(100vh - 150px);
	}
	#menu li {
		display: block;
	}
	#menu a {
		color: #fff;
		padding: 10px 0;

	}
	#menu .active > a {
		color: #ffa005;
		border: none;
	}
	#menu a:hover {
		color: #ccc;
	}
	#menu ul ul {
		display: block;
		position: relative;
		top: 0;
		max-height: none;
		overflow: visible;
		font-size: 1em;
		border-top: 1px solid #ffa005;
		border-bottom: 1px solid #ffa005;
		visibility: visible;
	}
	#menu ul li:hover > ul {
		overflow-y: visible;
		max-height: none;
	}
}

@media screen and (max-width: 940px) {
	.carousel-item,
	body {
		font-size: 16px;
	}

	#advisor-obors > li,
	.carousel-item,
	.box { width: calc(50% - 20px);}

	.contain {
		padding-left: 20px;
		padding-right: 20px;
	}
	.content {
		padding-left: 30px;
		padding-right: 30px;
	}
	.contain .content .content {
		margin-left: -40px;
		margin-right: -40px;
	}

	#article-title {
		bottom: 20px;
		padding: 15px 20px;
		font-size: 2.2em;
	}

	.slider-content {
		padding: 20px 30px;
	}
	.slider-content h1 {
		font-size: 2.0em;
	}
	.slider-text {
		font-size: 1.2em;
	}
	.slider-advisor .slider-content {
		width: 100%;
	}
	.slider-advisor .slider-content h1 {
		font-size: 2.6em;
	}
	.slider-advisor-quote.smaller {
		font-size: 0.85em;
	}

	.calendar-box .box-image {
		margin-left: 30px;
	}

	.article-text img {
		max-width: 100%;
		height: auto !important;
	}
	#footer-top {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row;
		align-content: center;
	}
	.footer-cell {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	.footer-cell:nth-child(1) {
		width: 100%;
		flex: 1 0 100%;
		order: 1;
		text-align: center;
	}
	.footer-cell:nth-child(2) {
		order: 4;
		width: 45%;
	}
	.footer-cell:nth-child(3) {
		order: 2;
		width: 100%;
		flex: 1 0 100%;
		text-align: center;
	}
	.footer-cell:nth-child(4) {
		order: 3;
		width: 100%;
		flex: 1 0 100%;
		text-align: center;
	}
	#footer-top > :last-child {
		order: 5;
		width: 45%;
	}
}

@media screen and (max-width: 760px) {
	body {
		padding: 0;
	}
	#logo img {
		width: 110px;
		height: auto;
	}
	#header.flow {
		position: relative;
	}
	#header {
		position: relative;
		padding-top: 84px;
		height: 82px;
		background: #fff;
	}
	#header-top {
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: #009aa6;
		color: #fff;
		padding: 25px 0 15px 0;
		text-transform: none;
	}
	#menu ul {
		overflow-y: visible;
		max-height: none;
	}

	#article-title {
		font-size: 2em;
		line-height: 1.2em;
	}

	.slider-content > .slider-table {
		flex-basis: 100%;
		width: 100%;
	}
	.slider-content .slider-three,
	.slider-content .slider-text {
		display: none;
	}
	.slider-content.noslider .slider-text {
		display: block;
	}
	.slider-advisor-link {
		padding-left: 30px;
	}

	#slider .slider-image img {
		width: auto;
		height: 300px;
	}
	.list-text {
		display: block;
	}
	.list-image {
		display: block;
		width: auto;
		padding: 0;
	}

	.slider-arrow-right,
	.slider-arrow-left {
		width: 26px;
		height: 54px;
	}
	.slider-arrow-left:after {
		border-width: 24px;
		margin-top: -24px;
		right: calc(100% - 24px);
	}
	.slider-arrow-left:before {
		border-width: 26px;
		margin-top: -26px;
		right: calc(100% - 24px);
	}
	.slider-arrow-right:after {
		border-width: 24px;
		margin-top: -24px;
	}
	.slider-arrow-right:before {
		border-width: 26px;
		margin-top: -26px;
	}
}

@media screen and (max-width: 640px) {
	.carousel-item,
	body {
		font-size: 15px;
	}

	#advisor-obors > li,
	.carousel-item,
	.box {
		width: calc(100% - 20px);
	}

	.table,
	.table .cell {
		display: block;
		width: auto;
	}

	.contain {
		padding-left: 10px;
		padding-right: 10px;
	}
	.content {
		padding-left: 40px;
		padding-right: 40px;
	}
	.contain .content .content {
		margin-left: -50px;
		margin-right: -50px;
	}

	#article-title {
		font-size: 1.8em;
	}

	table.fck_table th {
		padding: 6px;
	}
	table.fck_table td {
		padding: 6px;
	}

	.col-md-12,
	.col-md-6,
	.col-md-3 {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.row > *:last-child {
		margin-bottom: 0;
	}

	#article-field,
	#menu-breadcrumbs {
		display: none;
	}

	#article-header {
		margin: auto -50px;
	}
	#header-title {
		display: table;
		width: 200px;
		height: 78px;
		line-height: 39px;
		text-align: right;
	}
	#header-title span {
		display: table-cell;
		vertical-align: bottom;
	}

	#article-autors {
		width: 160px;
	}

	#table-seminar {
		width: 100%;
	}

	.partner-box {
		display: block;
	}
	.partner-box .partner-image {
		display: block;
		width: auto;
		padding: 1em 0 0 0;
	}
	.partner-box .partner-text {
		display: block;
	}

	#infographic {
		padding-top: 0;
		padding-bottom: 0;
	}
	#infographic .cell {
		margin: 2em 0;
	}

	.slider-advisor img {
		float: right;
	}

	#advisor-contact .cell {
		text-align: left !important;
		margin: 5px 0;
	}

	#article-container .list-keywords {
		float: none;
		margin: 20px 0 10px 0;
	}
	#article-share {
		float: none;
		text-align: left;
	}
	#paid-files-info .content {
		padding: 0;
	}
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#footer-logo img {
		display: none;	/* filters not supported */
	}
}

/*!*****************************************************
Freak Flags, Copyright ©2020 Michael P. Cohen. Freak flags is licenced under the MIT licence.

For complete information visit: www.freakflagsprite.com
******************************************************/
.fflag{background-image:url("./flags/flagSprite60.png");background-repeat:no-repeat;background-size:100% 49494%;display:inline-block;overflow:hidden;position:relative;vertical-align:middle;box-sizing:content-box}.fflag-CH{box-shadow:none!important}.fflag-DZ{background-position:center 0.2287%}.fflag-BW{background-position:center 0.4524%}.fflag-TD{background-position:center 0.6721%}.fflag-CG{background-position:center 0.8958%}.fflag-ZA{background-position:left 1.1162%}.fflag-SS{background-position:left 1.3379%}.fflag-ZW{background-position:left 1.5589%}.fflag-AI{background-position:center 1.7836%}.fflag-AG{background-position:center 2.0047%}.fflag-AR{background-position:center 2.2247%}.fflag-AW{background-position:left 2.4467%}.fflag-BS{background-position:left 2.6674%}.fflag-BB{background-position:center 2.8931%}.fflag-BZ{background-position:center 3.1125%}.fflag-BM{background-position:center 3.3325%}.fflag-BO{background-position:center 3.5542%}.fflag-VG{background-position:center 3.7759%}.fflag-BR{background-position:center 4.0015%}.fflag-CA{background-position:center 4.2229%}.fflag-CL{background-position:left 4.441%}.fflag-CO{background-position:left 4.66663%}.fflag-KM{background-position:center 4.8844%}.fflag-CR{background-position:center 5.1061%}.fflag-CU{background-position:left 5.3278%}.fflag-CW{background-position:center 5.5495%}.fflag-DM{background-position:center 5.7712%}.fflag-DO{background-position:center 5.994%}.fflag-EC{background-position:center 6.2156%}.fflag-SV{background-position:center 6.4363%}.fflag-FK{background-position:center 6.658%}.fflag-GL{background-position:left 6.8805%}.fflag-GD{background-position:center 7.1038%}.fflag-HT{background-position:center 7.3231%}.fflag-HN{background-position:center 7.5448%}.fflag-JM{background-position:center 7.7661%}.fflag-MQ{background-position:center 7.98937%}.fflag-MX{background-position:center 8.2099%}.fflag-MS{background-position:center 8.4316%}.fflag-NI{background-position:center 8.6533%}.fflag-PA{background-position:center 8.875%}.fflag-PY{background-position:center 9.0967%}.fflag-PE{background-position:center 9.32237%}.fflag-PR{background-position:left 9.5426%}.fflag-KN{background-position:center 9.7628%}.fflag-LC{background-position:center 9.9845%}.fflag-PM{background-position:center 10.2052%}.fflag-VC{background-position:center 10.4269%}.fflag-US{background-position:center 10.6486%}.fflag-VI{background-position:center 10.8703%}.fflag-UY{background-position:left 11.0945%}.fflag-VE{background-position:center 11.3135%}.fflag-JP{background-position:center 11.5354%}.fflag-AL{background-position:center 11.7593%}.fflag-AD{background-position:center 11.9799%}.fflag-AM{background-position:center 12.2005%}.fflag-AT{background-position:center 12.4222%}.fflag-BY{background-position:left 12.644%}.fflag-BE{background-position:center 12.8664%}.fflag-BA{background-position:center 13.0873%}.fflag-BG{background-position:center 13.309%}.fflag-HR{background-position:center 13.5307%}.fflag-CY{background-position:center 13.7524%}.fflag-CZ{background-position:left 13.9741%}.fflag-DK{background-position:center 14.1958%}.fflag-EE{background-position:center 14.4175%}.fflag-FO{background-position:center 14.6415%}.fflag-FI{background-position:center 14.8609%}.fflag-FR{background-position:center 15.0826%}.fflag-DE{background-position:center 15.306%}.fflag-GI{background-position:center 15.528%}.fflag-GR{background-position:left 15.7496%}.fflag-HU{background-position:center 15.9694%}.fflag-IS{background-position:center 16.1911%}.fflag-IE{background-position:center 16.4128%}.fflag-IM{background-position:center 16.6345%}.fflag-IT{background-position:center 16.8562%}.fflag-JE{background-position:center 17.0779%}.fflag-XK{background-position:center 17.2996%}.fflag-LV{background-position:center 17.5213%}.fflag-LI{background-position:left 17.743%}.fflag-LT{background-position:center 17.968%}.fflag-LU{background-position:center 18.1864%}.fflag-MT{background-position:left 18.4081%}.fflag-MD{background-position:center 18.6298%}.fflag-MC{background-position:center 18.8515%}.fflag-ME{background-position:center 19.0732%}.fflag-NL{background-position:center 19.2987%}.fflag-MK{background-position:center 19.518%}.fflag-NO{background-position:center 19.7383%}.fflag-PL{background-position:center 19.96%}.fflag-PT{background-position:center 20.1817%}.fflag-RO{background-position:center 20.4034%}.fflag-RU{background-position:center 20.6241%}.fflag-SM{background-position:center 20.8468%}.fflag-RS{background-position:center 21.0685%}.fflag-SK{background-position:center 21.2902%}.fflag-SI{background-position:center 21.5119%}.fflag-ES{background-position:left 21.7336%}.fflag-SE{background-position:center 21.9553%}.fflag-CH{background-position:center 22.177%}.fflag-TR{background-position:center 22.4002%}.fflag-UA{background-position:center 22.6204%}.fflag-GB{background-position:center 22.8421%}.fflag-VA{background-position:right 23.0638%}.fflag-BH{background-position:center 23.2855%}.fflag-IR{background-position:center 23.5072%}.fflag-IQ{background-position:center 23.732%}.fflag-IL{background-position:center 23.9506%}.fflag-KW{background-position:left 24.1723%}.fflag-JO{background-position:left 24.394%}.fflag-KG{background-position:center 24.6157%}.fflag-LB{background-position:center 24.8374%}.fflag-OM{background-position:left 25.0591%}.fflag-PK{background-position:center 25.2808%}.fflag-PS{background-position:center 25.5025%}.fflag-QA{background-position:center 25.7242%}.fflag-SA{background-position:center 25.9459%}.fflag-SY{background-position:center 26.1676%}.fflag-AE{background-position:center 26.3885%}.fflag-UZ{background-position:left 26.611%}.fflag-NZ{background-position:center 26.8327%}.fflag-EU{background-position:center 27.0544%}.fflag-UN{background-position:center 27.2761%}.fflag.ff-sm{width:18px;height:11px}.fflag.ff-md{width:27px;height:17px}.fflag.ff-lg{width:42px;height:27px}.fflag.ff-xl{width:60px;height:37px}