@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400&display=swap');
/* CSS Document */
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
}
.back-to-top {
  display: none;
  padding-top: 12px;
  text-align: center;
  position: fixed;
  z-index: 5;
  bottom: 45px;
  right: 25px;
  font-size: 22px;
  color: #b0b0b0;
  line-height: 52px;
  width: 50px;
  height: 50px;
  border: solid 2px #e8e8e8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: transparent;
}
.back-to-top .fa {
  display: block;
}
.back-to-top:focus {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: transparent;
}
.back-to-top:hover {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: #e8e8e8;
}
strong.stronger {
  font-weight: 900;
}
* {
  margin: 0;
}
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p, .section-white {
  font-size: 18px;
  line-height: 24px;
  color: #717171;
  font-weight: 400;
}
p {
  margin: 0 0 30px;
}
.list-unstyled {
	list-style: none;
}
.list-unstyled li {
	display: block;
	margin: 0!important;
}
ul, ol {
  margin: 0 0 30px;
}
ul *, ol * {
  vertical-align: top;
}
li {
  font-size: 18px;
  line-height: 24px;
  color: #717171;
  font-weight: 400;
}
span.fa-li {
  color: #005580;
  top: .45em;
}
td, th {
  font-size: 18px;
  line-height: 24px;
  color: #717171;
  font-weight: 400;
}
a {
  color: #005580;
  text-decoration: none;
  display: inline-block;
  -o-transition: color 0.2s ease-out, background 0.2s ease-in;
  -ms-transition: color 0.2s ease-out, background 0.2s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-in;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-in;
  transition: color 0.2s ease-out, background 0.2s ease-in;
  /* ...and now for the proper property */
}
a:hover, a:focus {
  color: #0093de;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}
h1, .h1-style {
  font-size: 76px;
  line-height: 1.1em;
  color: #005580;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0px;
  margin: 30px 0;
}
h1>span, .h1-style>span {
  display: block;
  font-size: 21px;
  font-weight: 400;
  line-height: 1em;
  color: #575757;
  margin-left: 2px;
}
h2 {
  font-size: 41px;
  line-height: 1.55em;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0px;
  margin: 30px 0;
}
h3 {
  font-size: 32px;
  line-height: 1.2em;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0px;
  margin: 30px 0;
}
h4 {
  font-size: 20px;
  line-height: 1.55em;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0px;
  margin: 30px 0;
}
/* Blog Default titles */
.events-page .media-module .right .title {
  font-size: 24px;
  line-height: 1.55em;
  color: #575757;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0px;
  margin: 30px 0 10px;
}
.news-right-column h2,
.news-right-column h3 {
  font-size: 20px;
  line-height: 1.55em;
  color: #575757;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0px;
  margin: 30px 0;
}
.product-image-right{
	border-radius: 3px;
    box-shadow: 0px 0px 20px #000;
	margin-top: 20px;
}
/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  display: block;
  position: fixed;
  z-index: 11;
  top: -50%;
  left: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  padding: 17px;
  /*background-color: transparent;
  background-image: url(../img/bnn-menu.jpg);*/
	background-color:#005580;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu.ready {
  top: 0;
  opacity: 1;
}
.menu.actived {
  padding: 10px 15px;
  background-color: #005580;
}
.menu.behaved {
	background-color: rgba(0, 0, 0, 0);
  border: none;
}
.customize-support .menu {
  top: 32px;
}

.menu > div .navigation {
  color: #fff;
  font-size: 2.2em;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: .7em;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  float: right;
  margin: 35px 0;
  /* margin-right: 10px; */
  -webkit-transition: margin-top .3s ease;
  -moz-transition: margin-top .3s ease;
  -ms-transition: margin-top .3s ease;
  -o-transition: margin-top .3s ease;
  transition: margin-top .3s ease;
}
.menu > div .navigation:hover, .menu > div .navigation:focus {
  text-decoration: none;
}
.menu.behaved > div .navigation {
  color: #fff;
  margin: 20px 0;
}
.menu.actived > div .navigation {
  margin: 26px 0;
}
.menu > div a > .bar {
  position: absolute;
  left: 0;
  width: 25px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -moz-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -ms-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -o-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  transition: top .3s ease, transform .4s ease, opacity .3s ease;
}
.menu.behaved > div a > .bar {
  background-color: #fff;
}
.menu > div a > span:first-child {
  top: 0px;
}
.menu > div a > span:nth-child(2) {
  top: 7px;
}
.menu > div a > span:nth-child(3) {
  top: 14px;
}
.menu > div a:hover > span:first-child {
  top: -3px;
}
.menu > div a:hover > span:nth-child(3) {
  top: 17px;
}
.menu > div a.behaved > span:first-child {
  top: 7px;
  transform: rotate(135deg);
}
.menu > div a.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.behaved > span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}
.menu .logo-nav {
  display: block;
  float: left;
  max-width: 286px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu .logo-nav img {
  display: block;
  width: 100%;
}
.menu.actived .logo-nav {
  max-width: 230px;
}
.menu.behaved .logo-nav {
  position: absolute;
  top: -200%;
  opacity: 0;
}
.menu div > ul > li ul {
  display: none;
  background-color: rgb(0 96 138);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  z-index: 5;
  padding: 10px 0;
  width: 210px;
  margin-top: 0 !important;
}
.menu div > ul >:last-child li > ul {
  left: auto;
  right: 0;
}
.menu div > ul > li > ul > li > ul {
  left: 100%;
  top: 0;
}
.menu div > ul > li > ul li {
  position: relative;
  padding: 0;
  font-size: 13px;
  text-align: left;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  text-shadow: none;
}
.menu div > ul > li > ul > li a {
  display: block;
  padding: 4px 10px;
  color: #fff;
}
.menu div > ul > li > ul > li a:focus {
 color: #fff;
 text-decoration: none;
}
.menu div > ul > li > ul > li a:hover,
.menu div > ul > li.current-menu-ancestor > ul > li.current-menu-item a {
  color: #fff;
  background-color: rgb(0 135 175);
}
.menu ul.main-menu {

  padding: 0;
  margin: 0;
  padding: 24px 0;
  -webkit-transition: padding .3s ease, margin-bottom .3s ease;
  -moz-transition: padding .3s ease, margin-bottom .3s ease;
  -ms-transition: padding .3s ease, margin-bottom .3s ease;
  -o-transition: padding .3s ease, margin-bottom .3s ease;
  transition: padding .3s ease, margin-bottom .3s ease;
}
.menu.actived ul.main-menu {
  padding: 16px 0;
  margin-bottom: 0;
}
.menu > div {
  position: relative;

  max-width: 100%;
  padding: 0;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}
.menu div > ul > li {
  text-align: center;
  padding: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.menu div > ul > li.list-inline-item:not(:last-child) {
  margin-right: 2vw;
}
.menu div > ul > li.dad {
  position: relative;
}
.menu div > ul > li > a,
.menu div > ul > li > a:focus {
  color: #fff;
  position: relative;
  text-decoration: none;
  padding: 8px 0 6px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.menu div > ul:hover > li > a {
  color: #e0f4fb;
}
.menu div > ul > li > a:hover,
.menu div > ul > li.current-menu-item > a,
.menu div > ul > li.current-menu-ancestor > a {
  color: #fff;
  text-decoration: none;
}
.menu div > ul > li:last-child a {
  padding: 10px 15px;
  padding-right: 12px;
  border-radius: 4px;
  color: #005580;
  background-color: #fff;
}
.menu div > ul > li:last-child a:hover {
  color: #fff;
  background-color: #005580;
}
.menu div > ul > li .fal {
	margin-top: 3px;
}

 .menu .navs-wrapper {
  float: right;
 }
 .menu .social-nav {
 	display: none;
 	text-align: right;
 	margin: 0;
 	margin-right: 20px;
 }
 .menu > div  ul.social-nav > li:not(:last-child) {
 	margin-right: 25px;
 }
 .menu > div  ul.social-nav > li a,
 .menu > div  ul.social-nav > li a:focus {
 	color: #fff;
 }
 .menu > div  ul.social-nav > li a:hover {
 	color: #b8d3ff;
 }

.arrow-box {
  position: relative;
}
.arrow-box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}
.navigation-overlay, .products-dropdown {
  display: none;
  position: fixed;
  z-index: 5;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 280px;
  background-color: rgb(0 85 128);
  padding-top: 125px;
  padding-bottom: 70px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right .6s ease;
}
.navigation-overlay.behaved,
.products-dropdown.behaved {
  right: 0;
}

.navigation-overlay > ul {
  opacity: 0;
  margin: 0;
  padding: 0 0;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.navigation-overlay.behaved > ul {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.navigation-overlay > ul > li {
  text-align: right;
}
.navigation-overlay > ul > li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin: 10px 17px;
  text-transform: capitalize;
  -webkit-transition: border-bottom .4s ease;
  -moz-transition: border-bottom .4s ease;
  -ms-transition: border-bottom .4s ease;
  -o-transition: border-bottom .4s ease;
  transition: border-bottom .4s ease;
}
.navigation-overlay > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.navigation-overlay > ul > li > a:hover,
.navigation-overlay > ul > li.current-menu-item > a,
.navigation-overlay > ul > li.current-menu-ancestor > a {
  text-decoration: none;
  color: #a7daf5;
}
.navigation-overlay > ul.social-nav {
	margin-top: 50px;
	text-align: right;
}
.navigation-overlay > ul.social-nav li {
	margin: 0;
}
.navigation-overlay > ul.social-nav li a {
	margin: 0 10px;
	font-size: 26px;
}
.navigation-overlay > ul > li ul {
  background-color: rgb(0 71 107);
  display: none;
  padding: 5px 0;
}
.navigation-overlay > ul > li > ul li {
  padding: 0;
}
.navigation-overlay > ul > li > ul li a {
  color: #fff;
  padding: 7px 17px;
  font-size: .9em;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1em;
  text-transform: capitalize;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li > ul li a:hover,
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a {
  text-decoration: none;
  color: #C0C0C0;
}
.navigation-overlay > ul > li > ul .fal  {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.navigation-overlay .social-nav {
	position: relative;
	margin-top: 20px;
	text-align: center;
	padding: 0 15px;
}
.navigation-overlay .social-nav li {}
.navigation-overlay .social-nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}
.navigation-overlay .social-nav li a:hover {
  text-decoration: none;
  color: #C0C0C0;
}
.navigation-overlay .btns-top {
	display: block;
	margin: 0;
	position: relative;
}
.navigation-overlay .btns-top a {
	display: block;
	padding: 10px;
	margin: 0 15px 15px!important;
}
body.behaved {
  overflow: hidden;
  background-color: #fff;
}
body.actived {
  overflow: hidden;
}
.page {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}/*
.page.behaved {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}*/
@media screen and (max-width: 1700px) {
	.menu div > ul > li {font-size: 16px;}
}
@media screen and (max-width: 1400px) {
	.menu div > ul > li.list-inline-item:not(:last-child) {
		margin-right: 1vw;
	}
}
@media screen and (max-width: 1200px) {
	.menu ul.main-menu {padding: 17px 0;}
	.menu.actived ul.main-menu {padding: 6px 0;}
	.menu div > ul > li {font-size: 14px;}
	.menu .logo-nav {max-width: 236px;margin: 0;}
	.menu.actived .logo-nav {max-width: 160px;margin: 0;}
}
@media screen and (min-width: 991px) {
  /*============== TOP ================*/
  .menu .navigation,
  .navigation-overlay {
    display: none !important;
  }
  /*.page {
    -webkit-transform-origin: 50% 10%;
    -moz-transform-origin: 50% 10%;
    -ms-transform-origin: 50% 10%;
    -o-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
  }*/
}
@media screen and (max-width: 991px) {
  /*============== TOP ================*/
  .menu .btns-top .btn-layout {display: none}
  body.actived {
    overflow: auto !important;
  }
  .products-dropdown {
    display: none !important;
  }
  .menu {
    height: auto;
    position: fixed;
    top: 0;
    margin: 0;
	padding: 15px;
  }
  .menu.actived {padding: 6px 15px}
  .menu.behaved,
  .menu.behaved:before {
    background-image: none;
  }
  .menu.behaved:after {
	background-color: transparent;
  }
  .menu > div {
    padding: 0;
    width: 100%;
  }
  .menu > .navigation {
    display: inline-block;
  }
  .menu div > ul {
    display: none;
  }
}
@media screen and (max-width: 650px) {
	.menu .logo-nav {max-width: 236px;margin: 0;}
	.menu.actived .logo-nav {max-width: 160px;margin: 0;}
  /*============== TOP NAV ================*/
  .menu div > a > .txt {
    display: none;
  }
  .navigation-overlay > ul > li > a {
    font-size: 20px;
    margin: 0;
    padding: 16px 15px;
  }
  .navigation-overlay > ul > li > ul > li a {
    font-size: 16px;
  }
  .menu > div .navigation {
  	margin: 22px 0;
  }
  .menu.actived > div .navigation {
    margin: 15px 0;
  }
  .menu .logo-nav {max-width: 206px;}
}
@media screen and (max-width: 600px) {
  .customize-support .menu {
    top: 46px;
  }
  .customize-support .menu.actived {
    top: 0;
  }
}

/*=========================================== BANNER TOP ======================================================*/
.banner-top {
  padding-top: 220px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.34);
}
.banner-top > .container {
  position: relative;
  z-index: 3;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-top.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.banner-top > .container h1 {
  display: block;
  text-align: center;
  color: #fff;
  /* text-shadow: 0 0 28px rgba(0, 0, 0, 0.63); 
  -webkit-text-shadow: 0 0 28px rgba(0, 0, 0, 0.63);
  -moz-text-shadow: 0 0 28px rgba(0, 0, 0, 0.63);
  -o-text-shadow: 0 0 28px rgba(0, 0, 0, 0.63); */
  font-size: 47px;
}
.banner-top span.parallax {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 180%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top .banner-video-iframe {
  width: 104%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.banner-top .banner-video-iframe .iframe-holder {
  width: 104%;
  padding-bottom: 56.25%;
  position: relative;
}
.banner-top .banner-video-iframe .iframe-holder iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.banner-top .search-wrapper {
  position: relative;
  display: block;
  max-width: 680px;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  left: 50%;
  margin-top: -126px;
  margin-left: -340px;
  padding: 0 15px;
  top: 40px;
}
@media screen and (max-width: 1200px) {
  .banner-top {
  	padding-top: 180px
  }
}
@media screen and (max-width: 768px) {
  .banner-top .banner-video-iframe {
    display: none;
  }
  .banner-top {
    padding-top: 175px;
  }
  .banner-top > .container h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 650px) {
  .banner-top {
    padding-top: 150px;
  }
}
/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.section-white {
  background-color: #fff;
  width: 100%;
  padding: 40px 0;
}
.section-white > .container {
  position: relative;
  z-index: 2;
  top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.section-white.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.event-date {
    font-style: italic;
    display: block;
    color: #00163c;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.site-header { position:fixed; left:0; top:0; width:100%; background-color:transparent; z-index:100; -webkit-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s; }
.site-header .site-logo { margin-top:22px; margin-left:20px; float:left; max-width: 254px; -webkit-transition:all 0.2s ease 0s; transition:all 0.2s ease 0s; }
.site-header .header-navigation { float:right; margin-right:30px; margin-top:40px; }
.site-header .header-navigation .menu-header-menu-container ul { padding-left:0; margin: 0;line-height:1; list-style:none; }
.site-header .header-navigation .menu-header-menu-container ul li { float:left; position: relative; text-transform:uppercase; padding:0 13px; font-weight:700; font-size:20px; text-shadow: 0px 0px 10px #000;}
.site-header .header-navigation .menu-header-menu-container ul li:last-child { padding-right:0; }
.site-header .header-navigation .menu-header-menu-container ul li:first-child { padding-left:0; }
.site-header .header-navigation .menu-header-menu-container ul li a { color:#fff; -webkit-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s; }
.site-header .header-navigation .menu-header-menu-container ul li:nth-child(2) a { color:#FFEA83; }
.site-header .header-navigation .menu-header-menu-container ul li a:hover, .site-header .header-navigation .menu-header-menu-container ul li.current-menu-item a { color:#fcd200; }
.site-header .header-navigation .menu-header-menu-container ul li .submenu {position: absolute;left: 0;top: 133%;height: 0 !important; overflow: hidden; background: #ffffff;width: 220px;opacity: 0;text-align: left;transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;z-index: 100;-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);}
.site-header .header-navigation .menu-header-menu-container ul li a.active + .submenu {opacity: 1;visibility: visible;}
.site-header .header-navigation .menu-header-menu-container ul li .submenu li {border-bottom: 1px solid #ddd;width: 100%;font-size: 14px;padding: 15px 10px;margin-right:0;text-shadow: none;}
.site-header .header-navigation .menu-header-menu-container ul li .submenu li a {		color: #434343;	}
.site-header .header-navigation .menu-header-menu-container ul li .submenu li a:hover {		color: #434343;	}

.site-header.sticky-header { top: 0; background-color: rgba(255, 255, 255, .9); -webkit-box-shadow:0 10px 10px 0 rgba(0, 0, 0, 0.2); box-shadow:0 10px 10px 0 rgba(0, 0, 0, 0.2); }
.site-header.sticky-header .site-logo { max-width: 100px;margin-bottom: 20px; -webkit-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s; }
.site-header.sticky-header .header-navigation .menu-header-menu-container ul li a { color:#434343; text-shadow: none;}
.site-header.sticky-header .header-navigation .menu-header-menu-container ul li:nth-child(2) a { color:#cca900;}

.alert-section {
  background-color: #004364;
  padding: 16px 0;
  color: #fff;
  position: fixed;
  z-index: 16;
  width: 100%;
  top: 0;
  text-align: center;
}
.alert-section:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 59 88 / 74%);
}
.alert-section .container {
  position: relative;
  z-index: 2;
  top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.alert-section.ready .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -moz-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -o-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.alert-section p {
  font-size: 22px;
  font-weight: 900;
  margin: 0;
}
.alert-section a {
  color: #fff;
}
@media (max-width: 1200px) {
  .alert-section {
     padding: 4px 0;
  }
  .alert-section p {
	font-size: 16px;
  }
}