/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
/* Functions */
/* Variables */
/* Width Settings */
/* Menu Settings */
/* THE WEB elements */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

h1, h2 {
  font-family: 'Cinzel'; }

h1 {
  font-size: 3.25em; }

h2 {
  font-size: 2em;
  margin: 0;
  padding-bottom: 0.5rem; }

ul {
  margin: 0;
  padding: 0; }

a {
  color: #000; }
  a:hover {
    color: #005490; }

p {
  font-size: 0.8125em;
  margin: 0;
  padding-bottom: 1rem; }

body {
  font-family: 'Poppins';
  overflow-x: hidden; }

.outer {
  padding: 0 0.5em; }

.aside {
  padding: 30px 0 40px; }

.container {
  max-width: 1200px;
  margin: auto; }

.content {
  padding-top: 20px; }

section {
  position: relative; }

.button {
  background-color: #A2C63F;
  -moz-border-radius-topright: 25px;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  -webkit-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 1em 2em;
  letter-spacing: 1px; }

.image {
  overflow: hidden;
  -moz-border-radius-topright: 50px;
  -webkit-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  -webkit-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px; }

/* QUICK LINKS */
#skiplinks {
  position: absolute;
  top: 0;
  left: 0; }

#skiplinks a {
  position: absolute;
  top: -500px;
  left: 0;
  z-index: 10;
  min-width: 200px;
  padding: 10px;
  color: var(--color-white); }

#skiplinks a:focus {
  top: 0;
  background: #000;
  color: #fff; }

/* Menu */
.main_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0; }
  @media screen and (max-width: 640px) {
    .main_menu {
      flex-flow: column wrap; }
      .main_menu nav {
        order: -1; } }

.stick {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8); }

.top-bar, .top-bar ul {
  background-color: transparent; }

.top-bar {
  padding: 0; }
  .top-bar .menu {
    background: transparent; }
    .top-bar .menu a {
      font-size: 0.8125em;
      color: #fff;
      background: none; }
      .top-bar .menu a:hover {
        background: #333333; }

@media screen and (max-width: 640px) {
  .main_menu nav {
    position: fixed;
    top: 05px;
    width: 100%; }
    .main_menu nav .top-bar {
      background: #000;
      width: 100%;
      height: 100%;
      text-align: center;
      position: fixed;
      top: 95px; }
      .main_menu nav .top-bar .menu {
        background-color: #000; }
    .main_menu nav .title-bar {
      background: none; }
    .main_menu nav .is-drilldown {
      margin: auto; }

  .drilldown .is-drilldown-submenu-parent > a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    border: none;
    color: #fff;
    font-weight: 600;
    right: 10px;
    margin-top: -5px; }

  .drilldown .js-drilldown-back > a::before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    border: none;
    color: #fff;
    font-weight: 600;
    margin-top: -13px; } }
@media screen and (min-width: 640px) {
  .top-bar .menu li {
    background: rgba(255, 255, 255, 0.1); }
  .top-bar .menu a {
    color: #000;
    background: transparent; }
    .top-bar .menu a:hover {
      color: #005490;
      background-color: transparent; }
  .top-bar .submenu {
    background: rgba(255, 255, 255, 0.8); }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    border: none;
    color: #000;
    font-weight: 600;
    right: 17px;
    margin-top: -5px; } }
.title-bar {
  padding: 1rem 1.7rem; }

.menu-icon {
  height: 2px;
  width: 25px;
  background: black;
  outline: none;
  left: 100%;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s; }
  .menu-icon:after, .menu-icon:before {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    position: absolute;
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: '';
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s; }
  .menu-icon:before {
    top: -7px; }
  .menu-icon:after {
    top: -7px; }

.active .menu-icon {
  background: transparent;
  height: 20px; }
  .active .menu-icon:before {
    right: 0;
    top: 0px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 0px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 0px 5px; }
  .active .menu-icon:after {
    top: 0px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 -2px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 -2px 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 -2px 5px; }

.menu-icon:hover::after {
  background: #000; }

.menu_links {
  position: relative; }
  .menu_links ul {
    list-style: none; }
    .menu_links ul li {
      display: inline-block;
      margin-left: 0.5em; }

.is-dropdown-submenu-parent {
  position: unset; }

#search {
  position: absolute;
  width: 100%;
  left: 0; }
  #search legend, #search .wai {
    display: none; }
  #search .main {
    position: relative; }
    #search .main .icon {
      display: none; }
  #search input {
    font-size: 0.8125em;
    height: 30px; }

#banner {
  width: 100%;
  position: relative;
  top: -80px; }
  #banner .container {
    background-image: url('../img/banner.png?1625568194');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 90% 100%;
    padding-bottom: 15vh; }
  #banner h1 {
    width: 33%;
    line-height: 1;
    padding-top: 25vh;
    margin-left: 7vw; }
  #banner .button {
    margin-top: 20px;
    margin-left: 7vw;
    font-weight: bold;
    font-size: 0.9375em;
    text-transform: uppercase; }

.if_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100%;
  color: #fff; }
  .if_banner h1 {
    text-align: center; }

.plain_text {
  text-align: center;
  padding: 40px 0; }
  .plain_text p {
    max-width: 60%;
    margin: auto; }

.news_list {
  padding: 40px 0; }
  .news_list .item {
    padding: 0 1em !important;
    display: flex;
    flex-flow: column wrap; }
    .news_list .item .title {
      order: 1; }
    .news_list .item .date {
      margin: 5px 0;
      font-size: 0.6875em; }
  .news_list h2 {
    font-family: 'Poppins';
    font-size: 1.0625em; }

.main .if_banner {
  background-image: url("../files/main_banner.jpg"); }
.main .if_banner {
  margin-bottom: 40px; }
.main .content {
  margin-bottom: 40px; }

.post .if_banner {
  background-image: url("../files/post_banner.jpg"); }
.post time {
  display: none; }
.post .content {
  background-color: #fdfdfc;
  padding: 3rem 4rem 2rem;
  margin-bottom: 40px;
  -moz-border-radius-topright: 120px;
  -webkit-border-top-right-radius: 120px;
  border-top-right-radius: 120px;
  -moz-border-radius-bottomleft: 120px;
  -webkit-border-bottom-left-radius: 120px;
  border-bottom-left-radius: 120px; }
  .post .content:after {
    content: '';
    display: block;
    width: 100%;
    clear: both; }

.no_bg .content {
  background-color: transparent; }

#allpage {
  background-color: #F4F3EF;
  padding-bottom: 40px; }
  #allpage .pagination {
    margin: 0; }
  #allpage:after {
    content: '';
    display: block;
    width: 100%;
    clear: both; }

#contact {
  max-width: 62.5rem;
  margin: auto;
  display: flex;
  justify-content: space-between; }
  #contact .wai, #contact label {
    display: none; }
  #contact ::placeholder {
    font-size: 0.6875em; }
  #contact input {
    height: 30px;
    min-width: 60vh;
    margin-bottom: 7px; }
  #contact textarea, #contact dl {
    margin-bottom: 7px; }
  #contact textarea {
    max-height: 100px; }
  #contact .head {
    font-family: 'Cinzel';
    font-size: 1.625em;
    margin-bottom: 15px; }
  #contact .button {
    padding: 0.5em 1.5em;
    float: right; }
    #contact .button a {
      color: #fff;
      text-transform: uppercase; }
  #contact #captcha-contact {
    max-width: 70px;
    min-width: 70px;
    float: left; }
  @media screen and (max-width: 640px) {
    #contact {
      flex-flow: column wrap; }
      #contact input {
        min-width: 100%; } }

#googlemap {
  max-width: 62.5rem;
  margin: auto;
  margin-bottom: 40px; }
  #googlemap iframe {
    width: 100%;
    border: none;
    min-height: 350px;
    -moz-border-radius-topright: 120px;
    -webkit-border-top-right-radius: 120px;
    border-top-right-radius: 120px;
    -moz-border-radius-bottomleft: 120px;
    -webkit-border-bottom-left-radius: 120px;
    border-bottom-left-radius: 120px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */ }

footer {
  background-color: #DDD5CA;
  padding: 40px 0;
  background-image: url('../img/fingerprint.png?1625577688');
  background-repeat: no-repeat;
  background-position: 100% 100%;
  font-size: 0.875em; }
  footer .container {
    display: flex;
    justify-content: space-between;
    max-width: 62.5rem; }
  footer ul {
    list-style: none; }
  footer .head {
    font-weight: bold;
    margin-bottom: 10px; }
  footer hr {
    width: 100%;
    border-color: #000; }
  footer .wcag li {
    display: inline-block;
    border: 2px solid #000;
    width: 17px;
    height: 17px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-size: 0.8125em;
    font-weight: bold;
    line-height: 13px;
    padding-left: 3px; }
    footer .wcag li:nth-child(2) {
      padding-left: 2px;
      background: #000;
      color: #FAC11C; }
    footer .wcag li:nth-child(3) {
      padding-left: 2px;
      background: #D8081F;
      border-color: #D8081F !important;
      color: #FAC11C; }
    footer .wcag li:nth-child(4), footer .wcag li:nth-child(5), footer .wcag li:nth-child(6) {
      border: none;
      width: 15px;
      padding-left: 0;
      text-align: center; }
  footer .menu a {
    padding: 0;
    font-size: 0.8125em;
    line-height: 2; }
  @media screen and (max-width: 640px) {
    footer .container {
      flex-flow: column wrap; }
      footer .container .header {
        margin-top: 20px; } }

.panel, .gallery_3, .gallery_4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .panel .item, .gallery_3 .item, .gallery_4 .item {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s; }
    .panel .item:last-child, .gallery_3 .item:last-child, .gallery_4 .item:last-child {
      flex-grow: 1; }
  @media screen and (max-width: 1200px) {
    .panel .item, .gallery_3 .item, .gallery_4 .item {
      width: 33.3%; } }
  @media screen and (max-width: 900px) {
    .panel .item, .gallery_3 .item, .gallery_4 .item {
      width: 50%; } }
  @media screen and (max-width: 440px) {
    .panel .item, .gallery_3 .item, .gallery_4 .item {
      width: 100% !important; } }

.panel .item {
  margin: 0.1em 0;
  padding: 1em;
  background-color: #f2f2f2; }
  @media screen and (min-width: 900px) {
    .panel .item {
      width: 50%; } }

.gallery_3 .item, .gallery_4 .item {
  padding: 0 0.5em 0.5em 0; }

@media screen and (min-width: 1200px) {
  .gallery_3 .item {
    width: 33.3%; }
    .gallery_3 .item:last-child img {
      max-width: 394px;
      min-width: 394px; } }

@media screen and (min-width: 1200px) {
  .gallery_4 .item {
    width: 25%; }
    .gallery_4 .item:last-child img {
      max-width: 294px;
      min-width: 294px; } }

/* BackUp Button */
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 24px;
  right: 2%;
  overflow: hidden;
  z-index: 99;
  width: 42px;
  height: 42px;
  border: none;
  background-color: #D8081F;
  background-size: 40px; }
  #toTop:before {
    position: absolute;
    z-index: 99;
    display: block;
    left: 50%;
    top: 8px;
    -moz-transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 600;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    color: #fff; }
  #toTop:hover::before {
    top: 5px; }

#toTopHover {
  width: 45px;
  height: 45px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  position: relative; }

/* IMAGES STYLES */
/* global */
#content li img:hover {
  opacity: 0.8; }

ul[class*='images-'] {
  list-style: none; }

ul[class*='images-'] li {
  margin: 0 0 1rem 0;
  text-align: center; }

ul[class*='images-'] p {
  max-width: 250px;
  margin: 0 auto;
  color: var(--color-primary);
  font-size: 0.875em; }

ul[class*="images-"] img {
  max-width: 100%;
  box-shadow: 0 0 4px rgba(100, 100, 100, 0.4); }

ul[class*="images-"] img:hover {
  opacity: 0.8; }

div.content .images-gallery {
  padding: 0; }

/* list custom */
.images-1 img, .images-2 img, .images-gallery img {
  -moz-border-radius-topright: 50px;
  -webkit-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  -webkit-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px; }

.images-1 {
  clear: left;
  float: left;
  margin: .5rem 1.5rem 0 0; }

.images-2 {
  clear: right;
  float: right;
  margin: .5rem 0 0 1rem; }

.images-gallery {
  clear: both;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.images-gallery li {
  flex: 1 0 100%;
  padding: .3rem 2rem; }

div.content .images-gallery {
  clear: none; }

@media screen and (min-width: 960px) {
  .images-gallery li {
    flex: 0 0 calc( 100% / 3 ); } }
/* FILES LIST STYLES */
.files-list {
  width: 100%;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  list-style: none; }

.files-list__link {
  display: flex; }

.files-list__description {
  margin: 5px 0 0 26px;
  color: #777;
  font-size: 0.938em; }

/* Simple download list */
.files-list--simple {
  padding-left: 1rem;
  border-left: 2px solid var(--color-divider); }

.files-list--simple .files-list__link {
  margin-top: 1rem; }

/* Detailed download list */
.files-list--detailed td {
  padding: 7px 12px;
  vertical-align: middle; }

.files-list--detailed thead {
  text-align: center; }

.files-list--detailed thead a {
  font-weight: bold; }

.files-list__info {
  width: 20%;
  max-width: 170px;
  text-align: center;
  font-size: 0.938em; }

.files-list__info--size {
  text-align: right; }

.files-list__info--size abbr {
  font-style: italic;
  color: #777; }

@media screen and (max-width: 600px) {
  /* Responsive table for mobile */
  .files-list--detailed tr {
    display: block;
    border-top: 1px solid var(--color-divider); }

  .files-list--detailed td {
    display: inline-block;
    border: 0; }

  .files-list--detailed tbody td.name {
    display: block; }

  .files-list__info {
    min-width: 50%; }

  .files-list__info--date {
    text-align: left; } }
/* File type icon */
.files-list__link:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-right: 10px;
  --sprite: -260px;
  background: url("img/files-ext.gif") no-repeat 0 -260px; }

.zip .files-list__link:before {
  background-position: 0 0; }

.xml .files-list__link:before {
  background-position: 0 -20px; }

.xls .files-list__link:before {
  background-position: 0 -40px; }

.web .files-list__link:before {
  background-position: 0 -60px; }

.vcf .files-list__link:before {
  background-position: 0 -80px; }

.txt .files-list__link:before {
  background-position: 0 -100px; }

.sys .files-list__link:before {
  background-position: 0 -120px; }

.swf .files-list__link:before {
  background-position: 0 -140px; }

.psd .files-list__link:before {
  background-position: 0 -160px; }

.pps .files-list__link:before {
  background-position: 0 -180px; }

.png .files-list__link:before {
  background-position: 0 -200px; }

.pic .files-list__link:before {
  background-position: 0 -220px; }

.pdf .files-list__link:before {
  background-position: 0 -240px; }

.nn .files-list__link:before {
  background-position: 0 -260px; }

.msg .files-list__link:before {
  background-position: 0 -280px; }

.media .files-list__link:before {
  background-position: 0 -300px; }

.fla .files-list__link:before {
  background-position: 0 -320px; }

.exe .files-list__link:before {
  background-position: 0 -340px; }

.chm .files-list__link:before {
  background-position: 0 -360px; }

.cdr .files-list__link:before {
  background-position: 0 -380px; }

/* QUICK.BOX */
#quick-box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 200; }

#quick-box .background {
  height: 100%; }

#quick-box .quick-box-container {
  position: absolute;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 0 15px 1px #000; }

#quick-box .image-wrapper {
  position: relative;
  line-height: 0; }

#quick-box .image-wrapper img {
  margin: 0;
  padding: 0;
  border-radius: 5px; }

#quick-box .navigation {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: .5em 0;
  text-align: center;
  font-size: 1rem;
  color: var(--color-white);
  line-height: normal;
  background: rgba(0, 0, 0, 0.2); }

#quick-box .navigation__sep {
  padding: 0 3px; }

#quick-box .full-size {
  position: absolute;
  right: 8px;
  top: 2px;
  width: 24px;
  height: 24px;
  font-size: 0.1em;
  color: transparent;
  background: url("../admin/img/fullscreen.png") no-repeat; }

#quick-box .description {
  margin: 0;
  padding: .5em 0;
  text-align: center;
  font-size: 0.875rem;
  color: #ddd;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.8);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-height: 66px;
  overflow: hidden; }

#quick-box .arrow {
  position: absolute;
  display: block;
  width: 50%;
  top: 15%;
  height: 70%;
  margin: 0px;
  font-family: Verdana;
  z-index: 100;
  opacity: 0.5;
  text-decoration: none; }

#quick-box .arrow:before, #quick-box .arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

#quick-box .arrow:before {
  width: 32px;
  height: 32px;
  margin: 0 10px;
  background: url("img/arrows.png") no-repeat 0 0;
  z-index: 1; }

#quick-box .arrow:after {
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1; }

#quick-box .arrow.prev:before {
  background-position: 0 -32px; }

#quick-box .arrow.next:before {
  right: 0; }

#quick-box .arrow.next:after {
  right: 0; }

#quick-box .arrow:hover {
  opacity: 0.9; }

#quick-box .prev {
  left: 0px; }

#quick-box .next {
  right: 0px; }

#quick-box .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.15em 0.4em 0.2em;
  opacity: 0.5;
  background: #faf8f8;
  color: var(--color-white);
  font-weight: bold;
  font-family: "Trebuchet MS";
  text-decoration: none;
  border: 1px solid var(--color-white);
  border-top: none;
  border-right: none;
  border-top-right-radius: 5px;
  z-index: 100; }

#quick-box .close:hover {
  opacity: 0.8; }

#quick-box .close, #quick-box .arrow {
  line-height: normal; }

#quick-box .loading {
  display: block;
  padding: 40px 35px;
  color: white;
  line-height: 1em; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #quick-box .close {
    font-size: 1.5rem; }

  #quick-box .prev, #quick-box .next {
    opacity: 0.5;
    text-decoration: none; } }
/* PAGE - BREADCRUMB (navigation path) */
.breadcrumb {
  margin-bottom: 1.25rem;
  font-size: 0.75em; }

.breadcrumb ol {
  list-style: none;
  margin-left: 0; }

.breadcrumb li {
  display: inline-block; }
  .breadcrumb li a {
    color: #999999; }

.breadcrumb li:not(:first-child)::before {
  content: "\203A";
  display: inline-block;
  padding: 0 .5em;
  color: #b3b3b3;
  font-weight: bold; }

/* Display option: NOTICES */
.widget.type-10 {
  width: auto; }

aside.widget.type-10 {
  display: none;
  padding: 7px 1rem;
  background: #fff;
  font-size: 0.75em; }

.widget.type-10 .close a {
  padding: 5px 7px;
  font-weight: normal;
  text-decoration: none;
  background: #000;
  color: #fff; }

.widget.type-10 .close a:hover {
  color: #FAC11C; }

.widget.type-10 .head {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 1.167em; }

.widget.type-10.location-0, .widget.type-10.location-2 {
  position: fixed;
  z-index: 2;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9); }

.widget.type-10.location-0 {
  width: 200px;
  left: 0px;
  bottom: 0px;
  padding: 10px;
  border: 1px solid #bbb; }

.widget.type-10.location-2 div {
  display: inline-block;
  margin-right: 4px; }

.widget.type-10.location-2 .head {
  margin-right: 10px;
  font-weight: bold; }

.widget.type-10.location-2 {
  border-bottom: 1px solid #555; }

.widget.type-10.location-2 {
  top: 0px; }

.widget.type-10.location-3 {
  position: fixed;
  top: 100px;
  left: 50%;
  z-index: 1001;
  width: 700px;
  margin-left: -350px;
  padding: 30px;
  text-align: center;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 10px; }

.widget.type-10.location-1 {
  padding: 10px 0 20px; }

.widget.type-10.location-2 .close {
  margin-left: 20px; }

.widget.type-10.location-0 .close, .widget.type-10.location-1 .close, .widget.type-10.location-3 .close {
  margin-top: 15px; }

.widget-dark-background {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000; }

/*# sourceMappingURL=style.css.map */
