html {
	font-size: 16px;
}

html.fontsize-sm {
	font-size: 13px;
}
/* */

html.fontsize-md {
	font-size: 16px;
}

html.fontsize-lg {
	font-size: 19px;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Kanit', sans-serif!important;
	background: #fff;
	color: #474747;
	font-weight: 300;
}

.style-text img.icon-swipe {
	display: none;
}

.skip-to-content-link {
	background: #000;
	color: #fff;
	left: 50%;
	padding: 12px 18px;
	position: absolute;
	transform: translateY(-100%);
	top: -5px;
	transition: transform 0.3s;
}

.go-to-main-menu-link{
	background: #f4f4f4;
	color: #f4f4f4;
	left: 50%;
	padding: 12px 18px;
	position: absolute;
	transform: translateY(-100%);
	bottom: -30px;
	transition: transform 0.3s;
	
}

.skip-to-content-link:hover, .go-to-main-menu-link:hover {
	color: #fff;
}

.skip-to-content-link:focus, .go-to-main-menu-link:focus {
	transform: translateY(0%);
	background: #000;
}




h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

p, span {
	margin: 0;
	padding: 0;
}

a, a:link, a:hover, a:visited, a:active, a:focus {
	display: inline-block;
	text-decoration: none;
}

ul, ul li { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

ol {
	margin: 0; 
	padding: 0; 
}

.img-webcam {
	width: 100%;
}

.no-found {
	position: absolute;
	top: 45%;
	transform: translateY(-45%);
	left: 0;
	width: 100%;
	z-index: 6;
}

.error-box {
	background: #578ee9;
	height: 100vh;
	position: relative;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 200;
	background: rgba(17, 29, 73, 0.5);
}

.header__nav {
	margin-top: 8px;
}

.header__nav, .header__lang, .header__top-li, .header__nav-li {
	display: inline-block;
	float: left;
	position: relative;
}
.table-icon-dark {
	display: none;
}
.header__nav-li {
	height: 68px;
}
.header__nav-li ul {
	position: absolute;
	top: 66px;
	left: 0;
	background: #fff;
	padding: 10px 15px 15px;
	width: 250px;
	border-top: 2px solid #cc261e;
	display: none;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
}
.header__nav-li:hover ul {
	display: block;
}

.header__nav-li ul:before {
	content: '';
	width: 2px;
	height: 28px;
	background: #cc261e;
	position: absolute;
	top: -28px;
	left: 0;
}
html.fontsize-sm .header__nav-li ul:before {
	top: -34px;
	height: 34px;	
}
html.fontsize-lg .header__nav-li ul:before {
	top: -24px;
	height: 24px;	
}
/*GG*/
.header__nav-li ul li a {
	font-size: 1rem;
	color: #474747;
	font-weight: 400;
	display: block;
	padding: 10px 0 10px;
	border-bottom: 1px solid #dcdcdc;
}
.header__nav-li ul li:hover a {
	opacity: .55;
}
.header__nav-li ul li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}
.header__nav-li ul li ul {
	border-bottom: none;
	padding-bottom: 0;
}
.header__lang-a {
	font-size: 1.9rem;
	text-transform: uppercase;
}
.header__main .dropdown-item {
    padding: .25rem .75rem;
}
.header__lang .dropdown-toggle::after {
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-left: .2em solid transparent;
}

.header__lang-a i.fa-globe {
	font-size: 1.7rem;
}

.header__logo {
	margin-top: -32px;
}

.header__logo img {
	width: 220px;
}

.options__h1 small {
	display: block;
}

.header__top-a {
	font-size: 1.2rem;
	line-height: 1.2rem;
	text-transform: uppercase;
	color: #111c52;
	font-weight: 300;
	padding: 18px 0px;
	width: 284px;
	text-align: center;
	background: rgba(255,255,255,1);
}

.header__top-a.header__top-a--active:hover {
	color: #fff;
}

.header .wrapper {
	padding: 0 40px;
	margin-top: 28px;
}

.header__top-a--active {
	background: rgba(255,255,255,.05);
	color: #fff;
}

.header__nav .header__nav-li:not(:last-child) {
	margin-right: 40px;
}

.header__logo-img {
	position: absolute;
	z-index: 10;
}

.header__logo-bg {
	position: absolute;
	left: -40px;
	top: -15px;
	z-index: 1;
}

.header__nav-a {
	position: relative;
}

.header__nav-a {
	font-size: 1.9rem!important;
	line-height: 1.9rem;
	color: #fff;
}

.header__nav-a:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 30px;
	height: 2px;
	background: #cc261e;
	transition: all 0.5s;
}

.header__nav-a:hover:after {
	width: 100%;
}

.header__top-a:hover  {
	color: #111c52;
}

.header__nav-a:hover {
	color: #fff;
}

.header__lang {
	margin-left: 80px;
}

.header__lang-span, .header__lang-a, .header__lang-a:hover {
	color: #fff;
}

.header__lang-span {
	font-size: 0.7rem;
    line-height: 4;
    margin-top: 2px;
    text-transform: uppercase;
    float: left;
    margin-right: 10px;
    font-family: Arial, sans-serif;
    display: block;
}

.weather-box {
	padding: 0;
	background: #f6f6f6;
	height: 100%;
}

.style-text .weather-box h2 {
	background: #0059c4;
	padding: 13px;
	color: #fff;
	margin: 0;
}

.weather-text {
	padding: 13px;
}

.weather-note {
	font-size: .8rem;
	line-height: 1.2;
}

.weather-text img,
.style-text .weather-text img {
	margin: 10px 0 13px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.header__lang-li .dropdown-menu {
	min-width: 100px;
	width: 100px;
}

.dropdown-item:active {
	background-color: transparent;
	color: #212529;
}

.mobile-nav {
	position: fixed;
    top: 0;
    width: 100%;
    padding: 15px;
    background: rgba(17, 29, 73, 0.5);
    z-index: 1000;
}

.mobile-nav__wrapper {
	position: relative;
	width: 100%;
}

.mobile-nav__image {
	width: 100px;
}

.mobile-nav__right, .mobile-nav__lang {
	display: inline-block;
}

#right-menu {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
   	padding: 0 0 0 20px;
}

.mobile-nav__right {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.mobile-nav__lang-a, .mobile-nav__lang-a:hover {
	color: #fff;
}

.sidr {
	font-family: 'Kanit', sans-serif;
	background: #111d49;
}

.sidr,
.sidr .sidr__li:hover>a,
.sidr .sidr__sub-li:hover>a
{
	box-shadow: none;
}

.sidr__sub-li {
	position: relative;
}

.sidr ul, .sidr ul li {
    border-top: 0;
    border-bottom: 0;
}

.sidr__ul .sidr__submenu {
	display: none;
}

.sidr__top {
	margin-bottom: 15px;
}

.sidr__top-link {
	font-size: 0.9rem;
    font-weight: 400;
    text-align: left;
	padding: 17px 15px;
	width: 50%;
	background: #fff;
	text-transform: uppercase;
}

.sidr__top-link,
.sidr__top-link:hover {
	color: #111c52;
}

.sidr__top-link.active {
	background: #111d49;
}

.sidr__top-link.active, 
.sidr__top-link.active:hover {
	color: #fff;
}

.sidr__link {
	position: relative;
	font-size: 1.3rem;
	line-height: 48px;
}

.sidr__link:focus, .sidr__top-link:focus, .sidr__sub-link:focus {
	outline: 0;
}

.sidr__link:after {
	content: "";
    display: inline-block;
    position: absolute;
    bottom: 8px;
    left: 15px;
    width: 25px;
    height: 2px;
    background: #cc261e;
}

.sidr .sidr__link, .sidr .sidr__sub-link {
	color: #fff;
}

.sidr .sidr__sub-link.sidr__sub-link--sec {
    margin-left: 45px;
    padding-left: 12px;
    position: relative;
}

.sidr .sidr__sub-link.sidr__sub-link--sec:before {
	content: '- ';
    left: 0;
    position: absolute;
    top: 4px;
}

.sidr .sidr__sub-link {
	font-size: 1rem;
    line-height: 1.4rem;
    padding: 5px 35px 5px 30px;
}

.sidr__ul .sub-toggle {
	display: inline-block;
	position: absolute;
	right: 15px;
	font-size: 1.7rem;
	color: #fff;
	height: 100%;
	padding: 0 0 0 20px;
	z-index: 10;
}

.alert-box {
	width: 100%;
	
	/*padding: 0 40px;*/
}

.alert-box__article {
	padding: 7px 40px 7px;
	background: #e9db21;
}

.alert-box__article.red-alert-box {
	background: #f44336;
}

.alert-box__link {
	font-size: 1rem;
	color: #474747;
}

.alert-box__article.red-alert-box .alert-box__link {
	color: white;
	font-weight: 900;
}

.red-alert-box .alert-box__icon, .red-alert-box a {
	color: #fff;
}

.alert-box__hide {
	font-size: 1rem;
	line-height: 1.5;
}

.alert-box__link:hover {
	color: #474747;
	text-decoration: underline;
}

.alert-box__content {
	width: 100%;
}

.alert-box__icon {
	color: #0059c4;
	font-size: 1rem;
	margin-right: 5px;
}

.page__home-intro {
	position: relative;
	height: 950px;
}

.page.business .page__home-intro {
	height: auto;
}

.weatherboxx {
	background: #fff;
	padding: 30px;
	max-width: 1110px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    margin: 0 auto 90px;
    z-index: 2;
    position: relative;
}
.weatherboxx h2, .weatherboxx h5 {
	color: #96b5e5;
}
.weather-text {
	font-size: 12px;
    line-height: 15px;
   	color: #3d4e6b;
}	
.weatherboxx h5 {
	margin:  0 0 5px;
	font-size: 1rem;
	font-weight: 400;
}
.weatherboxx img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.weatherboxx .small-icon img {
	width: 50px;
	height: 50px;
	margin:  0;
}
.current-temp {
	display: block;
	font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #3d4e6b;
}
.current-temp span {
	font-weight: 300;
}
.first-box {
	margin-right: auto;
}
.temp-box {
	padding: 0;
	margin-right: 25px;
}

.space-col {
	padding-right: 25px;
}

.zld60 {
	text-align: center;
	margin-top: 20px;
}

.cst-row {
	margin-left: -10px;
	margin-right: -10px;
}

.cst-col {
	padding-left: 5px;
	padding-right: 5px;
}

.accessibility .weatherboxx {
	border: 1px solid #ffff00;
	margin: 0px auto 90px;
	background: #000;
}

.accessibility .weatherboxx h2, .accessibility .weatherboxx h5, .accessibility .current-temp, .accessibility .temp-box {
	color: #ffff00;
}

.accessibility .weatherboxx img {
	-webkit-filter: grayscale(1);
}

.banners-wrapper {
	max-width: 1110px;
	margin: 0 auto 60px
}

.banners-wrapper.banner-home-bottom {
	margin: 60px auto 0;
}

.banners-wrapper.banner-desktop-article-bottom {
	margin: 50px auto 0;
}

.banners-wrapper span {
	color: #999898;
	font-size: 11px;
	text-transform: uppercase;
}

.slider {
	height: 950px;
}

.slider__slide {
	height: 100%;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center!important;
}

.options {
	position: absolute;
	top: 322px;
	/* left: 50%;
	transform: translate(-50%,-50%); */
	width: 100%;
}

.page.business .options {
	top: 360px;
}

.options.options--empty-block {
	position: unset;
	top: unset;
	left: unset;
	transform: none;
	margin: 0 auto;
}

.options__wrapper {
	padding: 0 30px;
	max-width: 1170px;
	margin: 0 auto;
}

.options__h1, .options__span {
	font-family: 'Kanit', sans-serif;
	text-align: center;
}

.options__span {
	display: block;
	font-size: 36px;
    line-height: 1;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	font-weight: 300;
}

.options__h1 {
	color: #fff;
	font-size: 55px;
    line-height: 1;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.options__h1 .options__h1-span {
	font-weight: 500;
}


.page.business .options__h1 {
	font-size: 65px;
    line-height: 1;
	text-align: center;
	margin-bottom: 60px;
}

.page.business .options__h1 .options__h1-span {
	/* display: block; */
}

.options__row {
	margin-right: -10px!important;
	margin-left: -10px!important;
}

.options__col {
	padding-right: 10px!important;
	padding-left: 10px!important;
}

.option-dark-icon {
	display: none;
}

.options__top {
	position: relative;
}

.options__top div {
	width: 100%;
    height: 150px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.options__top--dark {
	background: rgba(0,10,66,0.6);
	border: 1px solid rgba(255, 255, 255, .6);
}

.options__top--light {
	background: rgba(1,86,173,0.6);
	border: 1px solid rgba(255, 255, 255, .6);
}

.options__content {
	width: 100%;
	margin: 0 auto 60px auto;
}

.options__content .options__link, .options__top, .options__img {
	display: block;
}

.options__content .options__link,
.options__content .options__link:hover {
	color: #fff;
}

.options__top {
	text-align: center;
}

.options__title {
	font-size: 1.2rem;
	line-height: 1.3rem;
	text-transform: uppercase;
}

.options__title-span {
	font-weight: 500;
	display: block;
}

.options__icon {
	height: 37px;
	position: absolute;
	top: 30px;
}

.page.home {
	position: relative;
}

.page-bg {
	background:#fefefe url('/assets/images/home-bg-new.jpg') no-repeat top center;
	background-size: cover;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 2046px;
}


.page__table {
	position: relative;
	width: 100%;
	padding: 100px 0;
	/* background: url('/assets/images/plane-travelling.jpg'); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.page__table.home {
	padding-bottom: 0;
}

.schedules {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.schedules.schedules--myflights {
	padding: 0;
}

.schedules.schedules--bg {
	background: #f8f8f8;
}

.schedules__box-inner.schedules__box-inner--space {
	position: relative;
	margin-top: -180px;
	z-index: 100;
}

.nav-tabs, .nav-item {
	display: inline-block;
}

.nav-tabs .nav-link {
	font-size: 2.5rem;
	line-height: 2.5rem;
	padding: 20px 40px;
	color: #919191;
	background: #fff;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	margin-bottom: 2px;
}

.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #0059c4;
	color: #fff;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.nav-tabs .nav-item:first-child {
	margin-right: -3px;
}

.schedules__box {
	padding: 0 15px;
	background: #fff;
}

.schedules__box-inner {
	width: 100%;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
	margin: 0 0 30px;
}

.nav-tabs {
    border-bottom: none;
}

.row-title, .row-date, .row-content {
	padding: 10px 0;
}

.row-content {
	height: 50px;
}

.row-title {
	background: #0059c4;
}

.row-date {
	background: #eaeaea;
	color: #919191;
}

.row-title .schedules__text {
	color: #fff;
}

.tab-content {
	background: #fff;
}

.schedules__day {
	font-weight: 400;
}

.schedules__img {
	width: 120px;
	margin-right: 10px;
}

.schedules__text {
	display: inline-block;
    font-size: 0.9rem;
    line-height: 1.1rem;
	color: #4b4b4b;
	font-weight: 400;
	text-transform: uppercase;
}

.schedules__text.schedules__text-location {
	color: #267ce0;
	font-weight: 500;
}

.schedules__flight {
    margin-left: 60px;
}

.schedules__planed, .schedules__real {
	min-width: 110px;
	max-width: 110px;
}

.schedules__number {
	min-width: 240px;
	max-width: 240px;
}

.schedules__alert {
	min-width: 150px;
	max-width: 150px;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 0;
}

.schedules__dest {
	min-width: 170px;
	max-width: 170px;
	overflow: hidden;
}

/*.schedules__box-inner .schedules__dest {
	min-width: 200px;
	max-width: 200px;
}*/

.schedules__dest .schedules__text {
	white-space: nowrap;
}

.schedules__action {
	display: none;
	min-width: 80px;
    max-width: 80px;
	text-align: center;
}

.schedules__action .fa-heart,
.schedules__action .fa-times {
	font-size: 1.3rem;
	color: #267ce0;
}

.schedules__box .row-content:hover .schedules__action {
	display: block;
}

.schedules__title-mob {
	color: #919191;
	text-transform: uppercase;
	font-size: 0.7rem;
} 

.schedules__top-link {
	display: inline-block;
}

.schedules__top-link, .schedules__link {
	color: #0059c4;
	font-weight: 400;
}

.schedules__top-link:hover {
	color: #fff;
}

.schedules__top-link:hover, .schedules__link:hover {
	opacity: .55;
}

.schedules__top-link {
	color: #fff;
}

.schedules__link {
	font-size: 1rem;
	text-decoration: underline!important;
	margin: 30px 0 0 20px;
}

.schedules__top-link {
    font-size: 1.3rem;
    text-transform: uppercase;
}

.tooltip.show {
    opacity: 1;
}
/*
.tooltip-inner {
    background-color: #0059c4;
}

.bs-tooltip-bottom .arrow::after {
	border-bottom-color: #0059c4;
}*/

@keyframes movetext {
	0% {
		transform: translate(100%, 0);
	  }
	  100% {
		transform: translate(-100%, 0);
	  }
}
.row-content .schedules__alert .schedules__text  { 
	animation: movetext 5s linear infinite;
	-webkit-animation: movetext 5s linear infinite;
}

.schedules__relative {
	position: relative;
	height: 100%;
	width: 100%;
}

.schedules__absolute {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------
------------- MY FLIGHTS STYLE --------------
--------------------------------------------- */

.schedules__myflights .row-content {
	position: relative;
	height: unset;
	background: #fff;
    margin: 10px -15px;
    padding: 15px 10px;
}

.schedules__myflights .row-date {
	background: #0059c4;
	color: #fff;
}

.schedules__myflights {
	background: #f4f4f4;
}

.schedules__myflights .schedules__dest {
    min-width: auto;
    max-width: 100%;
}

.schedules__myflights .schedules_icon {
    height: 30px;
}

.schedules__myflights .schedules__dest .schedules__text.schedules__text-location {
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.schedules__myflights .schedules__number {
    min-width: 110px;
    max-width: 110px;
}

.schedules__myflights .schedules__dest {
    margin-bottom: 20px;
}

.schedules__myflights .schedules__planed,
.schedules__myflights .schedules__real {
	min-width: 125px;
    max-width: 125px;
}

.schedules__myflights .schedules__alert {
    min-width: auto;
    max-width: 100%;
}

.schedules__myflights .row-content .schedules__alert .schedules__text {
    animation: none;
    -webkit-animation: none;
}

.schedules__myflights .schedules__text, 
.schedules__myflights .schedules__date,
.schedules__myflights .schedules__title-mob {
	font-size: 1rem;
}

.schedules__myflights .schedules__date {
	text-transform: uppercase;
}

.schedules__myflights .schedules__title-mob  {
	display: block;
}

.schedules__myflights .schedules__mob-img {
	display: inline-block;
	min-width: 120px;
	max-width: 120px;
	height: 25px;
	margin-left: 10px;
}

.schedules__myflights .schedules__action {
    display: block;
    position: absolute;
    z-index: 10;
}

.schedules__myflights .schedules__action {
	right: -5px;
    top: 10px;
}

.schedules__myflights .schedules__dest .schedules__title-mob {
	font-size: 1.4rem;
	line-height: 1.4rem;
	margin: 0 0 0 10px;
}

/* ------------------------------------------
----------- END MY FLIGHTS STYLE ------------
--------------------------------------------- */
.empty-block__top {
	margin-bottom: 50px;
}
.options--empty-block .options__content {
	margin: 0;
}
.empty-block__text {
	font-size: 1.5rem;
	line-height: 2.2rem;
}
.empty-block__text, .empty-block__bottom .fa-heart {
	text-align: center;
}
.empty-block__bottom {
	margin-top: 30px;
}
.empty-block__bottom .fa-heart {
	display: block;
    font-size: 55px;
    margin-top: 5px;
    color: #267ce0;
}
.page__articles {
	padding: 70px 0;
}

.article--news {
	margin-bottom: 70px;
}

.mobile-banner {
	display: none;
}

.page.business .article--news {
	margin-bottom: 25px;
}

.article__link {
	position: relative;
	display: block;
}

.article__plus {
	position: absolute;
	left: 30px;
    top: 15px;
	font-size: 2rem;
	color: #fff;
	z-index: 10;
}

.article__content {
	max-width: 450px;
	margin-top: 40px;
}

.article__text--info {
	border-left: 1px solid #0059c4;
	padding: 0 0 40px 40px;
}

.article__link--grey {
	height: 100%;
	width: 100%;
	background: #f4f4f4;
}

.article__text--news{
	padding: 0 20px 20px;
}

.article__h2 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.article__h2--news {
	font-size: 1.5rem;
    line-height: 1.8rem;
    text-transform: none;
    height: 108px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.article__h2, .article__p {
	color: #4b4b4b;
}

.article__p {
	font-size: 1rem;
	margin-bottom: 30px;
}

.article__p--news {
	height: 95px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.article__date {
	display: inline-block;
    padding: 10px;
    background: #0059c4;
}
.article__date-text {
	font-size: 0.9rem;
	line-height: 0.9rem;
	color: #fff;
}
.article-page .article__col--news {
	margin-bottom: 30px;
}
.back {
	margin-bottom: 20px;
}
.back__link {
	color: #0059c4;
}
.back__text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8rem;
	line-height: 0.8rem;
}
.back__icon {
	font-size: 0.7rem;
	line-height: 0.7rem;
}
.row-gallery {
	margin-left: -5px!important;
	margin-right: -5px!important;
}
.col-gallery {
	padding-left: 5px!important;
	padding-right: 5px!important;
}
.news-details__top {
	margin-bottom: 30px;
}
.news-details__h1 {
	font-size: 2.8rem;
    line-height: 3rem;
	margin-bottom: 15px;
}
.news-details__short {
	font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 15px;
}
.news-details__date {
	display: inline-block;
    font-size: 0.9rem;
	line-height: 0.9rem;
	padding: 10px;
    background: #0059c4;
    color: #fff;
    margin-bottom: 15px;
}
.news-details__img, .news-details__gallery .row .col-4:not(:nth-last-child(-n+3)) .news-details__gallery-img {
	margin-bottom: 10px;
}
.socials, .news-details__docs {
	margin-top: 30px;
}
.button {
	display: inline-block;
	background: #0059c4;
	padding: 10px 25px;
	color: #fff;
	font-size: 0.6rem;
	text-transform: uppercase;
	font-weight: 300;
	outline: 0;
	border: 0;
	transition: all 0.3s;
	font-family: Arial, sans-serif;
}

.button:hover {
	color: #fff;
	background: #00479D;
}

.button.button--footer {
	background: #000;
	font-size: 1rem;
	text-transform: unset;
	border-radius: 10px;
	font-weight: 300;
}

.button.button--footer:hover {
	background: #000;
}

.button.button--classic {
	background: transparent;
	color: #4b4b4b;
	padding: 0;
}

.button.button--lg {
	font-size: 1rem;
	line-height: 1rem;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #00479D;
    background-color: #00479D;
}

.material-symbols-outlined{
	vertical-align: -2px;
}

.material-symbols-outlined.mobile-globe{
	font-size: 14px;
}

.material-symbols-outlined.acessibility-icon{
	font-size: 60px;
}

.material-symbols-outlined.globe-icon{
	font-size: 32px;
	margin-bottom: 6px;
	vertical-align: middle;
}

.material-symbols-outlined.icon-small{
	font-size: 24px;
}

.material-symbols-outlined.icon-medium{
	font-size: 36px;
}

.material-symbols-outlined.icon-large{
	font-size: 48px;
}

.material-symbols-outlined.small-heart-icon, .material-symbols-outlined.arrow-right-icon{
	vertical-align: -8px;
}

.accessibility-tool .tool-option{
	display: flex;
	flex-direction: column;
}

.material-symbols-outlined.add-box-icon{
	vertical-align: -7px;
    font-size: 20px;
}

.material-symbols-outlined.add-box-icon.icon-medium{
	vertical-align: -7px;
    font-size: 36px;
}

.material-symbols-outlined.add-circle-icon{
	vertical-align: -3px;
}

.footer {
	padding: 70px 0;
	background: #f4f4f4;
	position: relative;
}

.page__wrapper, .footer__wrapper {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 15px;
}

.font-size {
	display: inline-block;
	background: #000;
	color: #fff;
    font-size: 1rem;
	margin-left: 30px;
    border-radius: 10px;
    padding: 10px 25px;
}

.font-size__box {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	cursor: pointer;
}

.font-size__span {
	margin-right: 25px;
}

.font-size__span, .font-size__box {
	font-weight: 300;
}

.font-size__plus {
	position: absolute;
    top: 2px;
    font-size: 1rem;
    line-height: 0.2rem;
}

.font-size__sm {
	font-size: 1rem;
	line-height: 1rem;
}

.font-size__md {
	font-size: 1.2rem;
	line-height: 1.2rem;
}

.font-size__lg {
	font-size: 1.4rem;
	line-height: 1.4rem;
}

.footer__socials {
	margin: 0 0 40px 0;
}

.footer__icon {
	font-size: 2rem;
	color: #000;
}

.footer__icon:hover {
	color: #000;
}

.footer__info {
	font-size: 0.9rem;
	color: #b5b5b5;
}

.footer__paragraph {
	text-align: right;
	font-size: 0.8rem;
    line-height: 1.5rem;
}
.footer__info, .footer__paragraph {
	color: #b5b5b5;
}

.footer__info--underline {
	text-decoration: underline!important;
}

.footer__info--bold {
	font-weight: 400;
}

.footer__link {
	transition: all 0.3s;
}

.footer__link:hover {
	text-decoration: none!important;
	color: #bfbfbf;
}

.footer__app-title {
	display: inline-block;
    font-size: 0.9rem;
    line-height: 1rem;
    text-transform: uppercase;
    max-width: 110px;
    font-weight: 400;
}

.footer__longdesc {
	margin-top: 60px;
}

.eu {
	padding: 30px 0;
	background: #fff;
}

.eu__text {
	font-size: 0.8rem;
	color: #bfbfbf;
	margin: 15px 0 0 0;
	text-align: left;
}

.eu__img {
    max-width: 130px;
}

/* PAGE */

.illustration-page {
	background: #162457;
	overflow: hidden;
	position: relative;
}
.illustration-bg {
	overflow: hidden;
	height: 480px;
	background-repeat: no-repeat!important;
	background-position: center left!important;
	background-size: cover !important;
}
.illustration-page .container-fluid {
	height: 100%;
	position: relative;
}
.illustration-page .container {
	height: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	margin: auto;
}
.illustration-page .container img {
	z-index: 1;
	position: absolute;
}
.illustration-page h1 {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 3.5rem;
	position: relative;
	z-index: 2;
}
.blue-bg {
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    width: 100%;
}
.blue-bg img {
	height: 100%;
}
.cubes-blue {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.cubes-dark {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.cubes-white {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;	
}
.content-page {
    padding: 70px 0;
    min-height: 800px;
}
.content-page.content-page--plan {
	padding: 0;
	min-height: unset;
}
.content-page--plan .style-text.page {
	padding-left: 0;
}
.content-page--plan .style-text p {
	margin-bottom: 0;
}
.style-text a.btn-accessibility {
	background: #0059c4;
	color: #fff;
	text-decoration: none;
	margin: -10px 0 25px;
	font-size: 1.2rem;
	line-height: 1;
    padding: .675rem 1.5rem;
    font-weight: 400;
}
.style-text a.btn-accessibility:hover {
	background: #0b69da;
}
.responsive-dd {
	margin-bottom: 20px;
    padding-left: 30px;
}
.responsive-dd .dropdown .btn {
	border-radius: 0;
}
.responsive-dd .dropdown .btn:hover {
	color: #6c757d;
    background-color: #fff;
    border-color: #474747;
}
.responsive-dd .show>.btn-outline-secondary.dropdown-toggle,
.responsive-dd .btn-outline-secondary:not(:disabled):not(.disabled):active {
	color: #474747;
    background-color: #fff;
    border-color: #6c757d;
}
.responsive-dd .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .responsive-dd .show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: none;
}
.custom-image-box {
	margin-bottom: 30px;
}
.menu-page {
	background: #f6f6f6;
	padding: 30px;
	margin-bottom: 60px;
}
.menu-page ul li a {
	color: #474747;
    font-size: 1.35rem;
    line-height: 1.8rem;
    font-weight: 300;
    border-bottom: 1px solid #dcdcdc;
    display: block;
    padding: 10px 20px 10px 0;
    position: relative;
}
.menu-page ul li:last-child a {
	border: none;
}
.menu-page ul li:hover a {
	color: #0059c4;
}
.menu-page ul li a:after {
	content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: 0;
	color: #d7d7d7;
    top: 50%;
    transform: translateY(-50%);
}
.menu-page ul li:hover a:after {
	color: #0059c4;
}
.menu-page ul li ul li a {
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: underline;
}
.menu-page ul li ul li:hover a {
	text-decoration: none;
}
.menu-page ul li.active a {
	color: #0059c4;
}
.menu-page ul li.active a:after {
	color: #0059c4;
}
.menu-page ul li ul li a:after {
	display: none;
}
.menu-page ul li ul {
	display: none;
}
.menu-page ul li.active ul {
	display: block;
}
.menu-page .menu-page__child-link {
	padding-left: 20px;
}
.style-text.page {
	padding-left: 30px;
}
.style-text .table {
	margin-bottom: 40px;
}
.style-text .table th, .style-text .table td {
	padding: 5px 5px;
	font-size: 14px;
}
.style-text .table tr th:not(:first-child),
.style-text .table tr td:not(:first-child) {
	text-align: right;
}
.style-text h1 {
	font-weight: 500;
	margin: 0 0 5px;
	font-size: 3rem;
	color: #0059c4;
}
.ac-page .style-text h1 {
	font-size: 5rem;
}
.style-text h2 {
	font-weight: 400;
	margin: 0 0 5px;
	font-size: 1.7rem;
	color: #0059c4;
}
.style-text .weather-box h2 {
	font-size: 1.3rem;
}
.style-text h3 {
	font-weight: 400;
	margin: 0 0 5px;
	font-size: 1.4rem;
}
.style-text p {
	font-size: 1.05rem;
	line-height: 1.6;
	margin: 0 0 35px;
	font-weight: 300;
}
.ac-page .style-text p {
	font-size: 1.25rem;
}
.style-text .custom-image-box p {
	margin: 0;
}
.style-text .custom-box p {
	font-size: 0.9rem;
	margin: 0;
}
.style-text p.intro {
	font-size: 1.75rem;
	line-height: 1.35;
}
.ac-page .style-text p.intro {
	font-size: 2rem;
}
.style-text p strong {
	font-weight: 400;
}
.style-text ul {
	margin: 0 0 35px 19px;
}
.style-text ul li ul, .style-text ol li ul, .style-text ul ol ul {
	margin: 10px 0 35px 19px;
}
.style-text ol {
	margin: 5px 0 35px 19px;
}
.style-text ul li {
	font-size: 1.05rem;
	line-height: 1.4;
	margin: 0 0 10px;
	list-style: disc;
}
.style-text ol li {
	font-size: 1.05rem;
	line-height: 1.4;
	margin: 0 0 10px;
}
.style-text a {
	color: #474747;
	text-decoration: underline;
}
.style-text a:hover {
	text-decoration: none;
}
.style-text--request {
	margin-bottom: 50px;
}
.style-text img {
	width: 100%;
}
.request form .request__block {
	margin-bottom: 50px;
}
.request_title {
	font-size: 1.5rem;
	color: #0059c4;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.request__subtitle {
	display: inline-block;
	font-size: 1rem;
	margin-bottom: 5px;
}
.request .button {
	margin-top: 30px;
}
.gallery-box {
	display: block;
	margin: 30px 0 0;
}
.doc-library {
	margin-bottom: 30px;
}
.doc-library a {
	display: block;
    padding: 21px 10px 20px 55px;
    position: relative;
    background: #427bcd;
    margin: 10px 0 0;
    color: #fff;
    text-decoration: none;
}
.doc-library a:hover {
	background: #4383d1;
}
.doc-library a:before {
	content: '\f15c';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 17px;
    font-size: 2rem;
    top: 9px;
    color: #ffffff;
}

.custom-box {
	border: 1px solid #eee;
	padding: 15px;
	margin: 0 0 10px;
}

.custom-box .fa-globe {
	margin-right: 7px;
}
.custom-box.imp {
	background: #eee;
}

.custom-box p {
	margin: 0;
}

.style-text .custom-box a {
	text-decoration: none;
}
.custom-box img {
	max-height: 60px;
	/*filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .5;*/
}

.custom-box.imp img {
	max-height: 80px;
}

.custom-box:hover img {
	/*-webkit-filter: grayscale(0);
	filter: none;
	opacity: 1;*/
}

.doc-library-full {
	margin: 0 0 50px;
}

.doc-library-full .fa-cloud-download,.doc-library-full .fa-exclamation-triangle  {
	font-size: 3rem;
	color: #427bcd;
}

.doc-box {
	border: 1px solid #eee;
	padding: 20px;
	margin: 0px 0 20px;
}

.doc-box a {
	text-decoration: none;
}

.style-text .doc-box h4 {
	font-size: 1.25rem;
	color: #427bcd;
	font-weight: 400;
}

.style-text .doc-box a:hover h4 {
	color: #609ae2;
}

.style-text .doc-box p {
	font-size: 0.9rem;
	margin: 10px 0 0;
}

.style-text .doc-box span {
	display: inline-block;
	margin: 10px 0 0;
	font-size: 0.9rem;
	color: #ccc;
}

.no-found {
	color: #fff;
}

.no-found__text-bg, .no-found__text-sm {
	text-align: center;
}

.no-found__text-bg {
	font-size: 2.5rem;
	line-height: 3rem;
	margin-bottom: 15px;
}

.no-found__text-sm {
	font-size: 1.3rem;
}

.home-eu {
	position: fixed;
	bottom: 0;
	opacity: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.home-eu a:focus {
	visibility: hidden;
}
.levellabel{
	padding-left: 30px;
}

.dabtn{
	font-size: 40px;
	color: #919191;
	background: #fff;
	padding: 10px 40px;
	text-transform: uppercase;
}
.dabtn.active{
	background: #0059c4;
	color: #fff;
}

.w-20 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (max-width: 768px) {
	.w-20 {
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1400px) {
}