/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
@font-face { font-family: "Tungsten"; src: url('../fonts/tungsten.eot?1561854188') format('embedded-opentype'), url('../fonts/tungsten.woff?1561854188') format('woff'), url('../fonts/tungsten.ttf?1482747424') format('truetype'), url('../fonts/tungsten.svg?1634055410') format('svg'); }
@font-face { font-family: "TungstenLight"; src: url('../fonts/Tungsten-Light.eot?1634645146') format('embedded-opentype'), url('../fonts/Tungsten-Light.woff?1634645146') format('woff'), url('../fonts/Tungsten-Light.ttf?1634645146') format('truetype'), url('../fonts/Tungsten-Light.svg?1634645146') format('svg'); }
/* Functions */
/* Variables */
/* Width Settings */
/* Menu Settings */
/* THE WEB elements */
/* line 56, ../sass/style.scss */
* { margin: 0; padding: 0; box-sizing: border-box; }

/* line 61, ../sass/style.scss */
h1, h2 { font-family: 'TungstenLight'; }

/* line 64, ../sass/style.scss */
h1 { font-size: 4.5em; }
@media screen and (max-width: 640px) { /* line 64, ../sass/style.scss */
  h1 { font-size: calc( 26px + (60 - 0) * ((100vw - 100px) / (1200 - 100)) ) !important; } }

/* line 72, ../sass/style.scss */
h2 { font-size: 2.8125em; margin: 0; padding-bottom: 0.5rem; }

/* line 77, ../sass/style.scss */
ul { margin: 0; padding: 0; }

/* line 81, ../sass/style.scss */
a { color: #000; }
/* line 83, ../sass/style.scss */
a:hover { color: #005490; }

/* line 87, ../sass/style.scss */
p { font-size: 0.8125em; margin: 0; padding-bottom: 1rem; }

/* line 92, ../sass/style.scss */
body { font-family: 'Poppins'; overflow-x: hidden; }

/* line 96, ../sass/style.scss */
.outer { padding: 0 0.5em; }

/* line 99, ../sass/style.scss */
.aside { padding: 30px 0 40px; }

/* line 102, ../sass/style.scss */
.container { max-width: 1200px; margin: auto; }

/* line 106, ../sass/style.scss */
.content { padding-top: 20px; }

/* line 109, ../sass/style.scss */
section { position: relative; }

/* line 112, ../sass/style.scss */
.button { background-color: #db3662; -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: 0.5em 1.7em; letter-spacing: 1px; }

/* line 119, ../sass/style.scss */
.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 */
/* line 126, ../sass/style.scss */
#skiplinks { position: absolute; top: 0; left: 0; }

/* line 127, ../sass/style.scss */
#skiplinks a { position: absolute; top: -500px; left: 0; z-index: 10; min-width: 200px; padding: 10px; color: var(--color-white); }

/* line 128, ../sass/style.scss */
#skiplinks a:focus { top: 0; background: #000; color: #fff; }

/* Menu */
/* line 131, ../sass/style.scss */
.main_menu { display: flex; justify-content: space-between; align-items: center; padding: 0.5em 0; }
@media screen and (max-width: 640px) { /* line 131, ../sass/style.scss */
  .main_menu { flex-flow: column wrap; }
  /* line 138, ../sass/style.scss */
  .main_menu nav { order: -1; } }

/* line 143, ../sass/style.scss */
.stick { position: -webkit-sticky; /* Safari */ position: sticky; top: 0; z-index: 99; background-color: transparent; -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; }

/* line 152, ../sass/style.scss */
.trans { background-color: rgba(255, 255, 255, 0.95); }

/* line 155, ../sass/style.scss */
.top-bar, .top-bar ul { background-color: transparent; }

/* line 158, ../sass/style.scss */
.top-bar { padding: 0; }
/* line 160, ../sass/style.scss */
.top-bar .menu { background: transparent; }
/* line 165, ../sass/style.scss */
.top-bar .menu a { font-size: 0.8125em; color: #fff; background: none; }
/* line 169, ../sass/style.scss */
.top-bar .menu a:hover { background: #333333; }

@media screen and (max-width: 640px) { /* line 176, ../sass/style.scss */
  .main_menu nav { position: fixed; top: 05px; width: 100%; }
  /* line 180, ../sass/style.scss */
  .main_menu nav .top-bar { background: #000; width: 100%; height: 100%; text-align: center; position: fixed; top: 95px; }
  /* line 187, ../sass/style.scss */
  .main_menu nav .top-bar .menu { background-color: #000; }
  /* line 191, ../sass/style.scss */
  .main_menu nav .title-bar { background: none; }
  /* line 197, ../sass/style.scss */
  .main_menu nav .is-drilldown { margin: auto; }
  /* line 201, ../sass/style.scss */
  .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; }
  /* line 210, ../sass/style.scss */
  .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) { /* line 223, ../sass/style.scss */
  .top-bar .menu li { background: rgba(255, 255, 255, 0.1); }
  /* line 226, ../sass/style.scss */
  .top-bar .menu a { color: #000; background: transparent; }
  /* line 229, ../sass/style.scss */
  .top-bar .menu a:hover { color: #005490; background-color: transparent; }
  /* line 235, ../sass/style.scss */
  .top-bar .submenu { background: rgba(255, 255, 255, 0.8); }
  /* line 239, ../sass/style.scss */
  .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; } }
/* line 250, ../sass/style.scss */
.title-bar { padding: 1rem 1.7rem; }

/* line 253, ../sass/style.scss */
.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; }
/* line 262, ../sass/style.scss */
.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; }
/* line 274, ../sass/style.scss */
.menu-icon:before { top: -7px; }
/* line 277, ../sass/style.scss */
.menu-icon:after { top: -7px; }

/* line 281, ../sass/style.scss */
.active .menu-icon { background: transparent; height: 20px; }
/* line 284, ../sass/style.scss */
.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; }
/* line 290, ../sass/style.scss */
.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; }

/* line 296, ../sass/style.scss */
.menu-icon:hover::after { background: #000; }

/* line 300, ../sass/style.scss */
.menu_links { position: relative; }
/* line 302, ../sass/style.scss */
.menu_links ul { list-style: none; }
/* line 304, ../sass/style.scss */
.menu_links ul li { display: inline-block; margin-left: 0.5em; }
/* line 307, ../sass/style.scss */
.menu_links ul li:nth-child(1) a { color: #db3662; }
/* line 310, ../sass/style.scss */
.menu_links ul li:nth-child(2) { margin-right: 20px; }

/* line 316, ../sass/style.scss */
.is-dropdown-submenu-parent { position: unset; }

/* line 321, ../sass/style.scss */
#search { position: absolute; width: 100%; left: 0; }
/* line 325, ../sass/style.scss */
#search legend, #search .wai { display: none; }
/* line 328, ../sass/style.scss */
#search .main { position: relative; }
/* line 330, ../sass/style.scss */
#search .main .icon { display: none; }
/* line 334, ../sass/style.scss */
#search input { font-size: 0.8125em; height: 30px; }

/* Slider background */
/* line 341, ../sass/style.scss */
#page2 { background-image: url('../img/puzzle.png?1633971380'); background-repeat: no-repeat; background-position: -300px -50px; }

/* line 348, ../sass/style.scss */
.slider { background-color: transparent; }
/* line 350, ../sass/style.scss */
.slider .description { background: transparent !important; }

/* line 354, ../sass/style.scss */
#banner { width: 100%; position: relative; }
/* line 360, ../sass/style.scss */
#banner h1 { line-height: 1; margin-bottom: 1rem; }
/* line 364, ../sass/style.scss */
#banner .button { font-size: 0.8125em; }

/* line 368, ../sass/style.scss */
.if_banner { display: flex; align-items: center; justify-content: center; height: 250px; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; color: #fff; }
/* line 377, ../sass/style.scss */
.if_banner h1 { text-align: center; }

/* line 383, ../sass/style.scss */
.plain_text { text-align: center; padding: 40px 0; }
/* line 386, ../sass/style.scss */
.plain_text p { max-width: 60%; margin: auto; }

/* line 394, ../sass/style.scss */
.puzzles .puzzle_img { width: 226px; height: 153px; display: block; margin: auto; background-image: url('../img/puzzles.png?1634320989'); -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; }
/* line 403, ../sass/style.scss */
.puzzles .green { width: 277px; background-position: -230px 0; -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; }
/* line 409, ../sass/style.scss */
.puzzles .yellow { width: 173px; background-position: -509px 0; -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; }
/* line 415, ../sass/style.scss */
.puzzles a { display: block; width: 100%; height: 100%; }
/* line 422, ../sass/style.scss */
.puzzles .item:hover .puzzle_img { -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -webkit-transform: translateY(-5px); transform: translateY(-5px); box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 20px -20px; }

/* line 432, ../sass/style.scss */
.experience .button { padding: 1rem 1.5rem; margin: 0 5px; font-family: 'TungstenLight'; font-size: 45px; }
/* line 438, ../sass/style.scss */
.experience p { margin-bottom: 10px; }
/* line 441, ../sass/style.scss */
.experience h3 { margin-bottom: 15px; font-family: 'TungstenLight'; font-size: 45px; }

/* line 449, ../sass/style.scss */
.news_list { padding: 40px 0; }
/* line 451, ../sass/style.scss */
.news_list .item { padding: 0 1em !important; display: flex; flex-flow: column wrap; margin-bottom: 30px; }
/* line 457, ../sass/style.scss */
.news_list .item:hover .image, .news_list .item:hover time, .news_list .item:hover .title, .news_list .item:hover .description { -moz-box-shadow: gray 0px 9px 7px; -webkit-box-shadow: gray 0px 9px 7px; box-shadow: gray 0px 9px 7px; }
/* line 460, ../sass/style.scss */
.news_list .item:hover .more { -moz-box-shadow: gray 0px 8px 7px; -webkit-box-shadow: gray 0px 8px 7px; box-shadow: gray 0px 8px 7px; }
/* line 464, ../sass/style.scss */
.news_list .item .title { order: 1; background-color: #fff; padding: 10px; -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; }
/* line 471, ../sass/style.scss */
.news_list .item .date { margin: 5px 0; font-size: 0.6875em; order: 0; background-color: #fff; margin: 0 !important; padding: 5px 10px; text-align: right; color: #999999; -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; }
/* line 483, ../sass/style.scss */
.news_list .item .description { order: 2; background-color: #fff; padding: 0 10px; -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; }
/* line 490, ../sass/style.scss */
.news_list .item .image { background-color: #fff; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; -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; }
/* line 495, ../sass/style.scss */
.news_list .item .image img { 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; }
/* line 501, ../sass/style.scss */
.news_list .item .more { order: 5; background-color: #fff; -moz-border-radius-bottomleft: 50px; -webkit-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px; height: 50px; text-align: right; -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; }
/* line 509, ../sass/style.scss */
.news_list .item .more a { display: inline-block; width: 30px; height: 30px; background-color: #db3662; text-align: center; -moz-border-radius-topleft: 15px; -webkit-border-top-left-radius: 15px; border-top-left-radius: 15px; color: #fff; margin-top: 20px; }
/* line 518, ../sass/style.scss */
.news_list .item .more a i { margin-top: 10px; }
/* line 524, ../sass/style.scss */
.news_list h2 { font-family: 'TungstenLight'; font-size: 1.75em; }

/* line 531, ../sass/style.scss */
.if_banner { margin-bottom: 40px; }

/* line 535, ../sass/style.scss */
.about .if_banner { background-image: url("../files/hands.jpg"); }

/* line 542, ../sass/style.scss */
.main .if_banner { background-image: url("../files/children.jpg"); }
/* line 545, ../sass/style.scss */
.main .content { margin-bottom: 40px; }

/* line 552, ../sass/style.scss */
.post .if_banner { background-image: url("../files/children.jpg"); }
/* line 555, ../sass/style.scss */
.post time { display: none; }
/* line 558, ../sass/style.scss */
.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; }
/* line 564, ../sass/style.scss */
.post .content:after { content: ''; display: block; width: 100%; clear: both; }

/* line 573, ../sass/style.scss */
.no_bg .content { background-color: transparent; }

/* line 578, ../sass/style.scss */
#allpage { background-color: #F4F3EF; padding-bottom: 40px; }
/* line 581, ../sass/style.scss */
#allpage .pagination { margin: 0; }
/* line 584, ../sass/style.scss */
#allpage:after { content: ''; display: block; width: 100%; clear: both; }

/* line 594, ../sass/style.scss */
.offer .pages-gallery { display: flex; justify-content: space-between; flex-flow: row wrap; }
/* line 598, ../sass/style.scss */
.offer .pages-gallery .sub { display: block; background-color: #fff; -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; text-align: center; margin-bottom: 40px; width: 31%; -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; }
/* line 608, ../sass/style.scss */
.offer .pages-gallery .sub a { display: block; padding: 30px; width: 100%; height: 100%; position: relative; }
/* line 614, ../sass/style.scss */
.offer .pages-gallery .sub a:after { font-family: "Font Awesome 5 Free"; content: '\f30b'; font-weight: 900; color: #fff; font-size: 0.5625em; line-height: 1.8; width: 30px; height: 30px; display: block; background-color: #db3662; position: absolute; bottom: 0; right: 0; -moz-border-radius-topleft: 15px; -webkit-border-top-left-radius: 15px; border-top-left-radius: 15px; }
@media screen and (max-width: 900px) { /* line 598, ../sass/style.scss */
  .offer .pages-gallery .sub { width: 48%; } }
@media screen and (max-width: 440px) { /* line 598, ../sass/style.scss */
  .offer .pages-gallery .sub { width: 100% !important; } }
/* line 637, ../sass/style.scss */
.offer .pages-gallery .sub:hover { box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; }
/* line 641, ../sass/style.scss */
.offer .pages-gallery h2 { padding: 0; font-size: 2.125em; }

/* line 649, ../sass/style.scss */
#contact { max-width: 62.5rem; margin: auto; display: flex; justify-content: space-between; }
/* line 654, ../sass/style.scss */
#contact .wai, #contact label { display: none; }
/* line 657, ../sass/style.scss */
#contact ::placeholder { font-size: 0.6875em; }
/* line 660, ../sass/style.scss */
#contact input { height: 30px; min-width: 60vh; margin-bottom: 7px; }
/* line 665, ../sass/style.scss */
#contact textarea, #contact dl { margin-bottom: 7px; }
/* line 668, ../sass/style.scss */
#contact textarea { max-height: 100px; }
/* line 671, ../sass/style.scss */
#contact .head { font-family: 'TungstenLight'; font-size: 2.125em; margin-bottom: 15px; }
/* line 676, ../sass/style.scss */
#contact .button { padding: 0.5em 1.5em; float: right; }
/* line 679, ../sass/style.scss */
#contact .button a { color: #fff; font-size: 1.25em; font-family: 'TungstenLight'; }
/* line 685, ../sass/style.scss */
#contact #captcha-contact { max-width: 70px; min-width: 70px; float: left; }
@media screen and (max-width: 640px) { /* line 649, ../sass/style.scss */
  #contact { flex-flow: column wrap; }
  /* line 692, ../sass/style.scss */
  #contact input { min-width: 100%; } }

/* line 697, ../sass/style.scss */
#googlemap { max-width: 62.5rem; margin: auto; margin-bottom: 40px; }
/* line 701, ../sass/style.scss */
#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 */ }

/* line 715, ../sass/style.scss */
footer { background-color: #C69C6D; padding: 40px 0; background-image: url('../img/puzzle_print.png?1633974521'); background-repeat: no-repeat; background-position: 100% 100%; font-size: 0.875em; }
/* line 722, ../sass/style.scss */
footer .container { display: flex; justify-content: space-between; max-width: 62.5rem; }
/* line 727, ../sass/style.scss */
footer ul { list-style: none; }
/* line 730, ../sass/style.scss */
footer .head { font-weight: bold; margin-bottom: 10px; }
/* line 734, ../sass/style.scss */
footer hr { width: 100%; border-color: #000; }
/* line 739, ../sass/style.scss */
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; }
/* line 749, ../sass/style.scss */
footer .wcag li:nth-child(2) { padding-left: 2px; background: #000; color: #FAC11C; }
/* line 754, ../sass/style.scss */
footer .wcag li:nth-child(3) { padding-left: 2px; background: #db3662; border-color: #db3662 !important; color: #FAC11C; }
/* line 760, ../sass/style.scss */
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; }
/* line 769, ../sass/style.scss */
footer .menu a { padding: 0; font-size: 0.8125em; line-height: 2; }
@media screen and (max-width: 640px) { /* line 776, ../sass/style.scss */
  footer .container { flex-flow: column wrap; }
  /* line 778, ../sass/style.scss */
  footer .container .header { margin-top: 20px; } }

/* line 786, ../sass/style.scss */
.panel, .gallery_3, .gallery_4 { display: flex; flex-flow: row wrap; justify-content: space-between; }
/* line 790, ../sass/style.scss */
.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; }
/* line 793, ../sass/style.scss */
.panel .item:last-child, .gallery_3 .item:last-child, .gallery_4 .item:last-child { flex-grow: 1; }
@media screen and (max-width: 1200px) { /* line 798, ../sass/style.scss */
  .panel .item, .gallery_3 .item, .gallery_4 .item { width: 33.3%; } }
@media screen and (max-width: 900px) { /* line 803, ../sass/style.scss */
  .panel .item, .gallery_3 .item, .gallery_4 .item { width: 50%; } }
@media screen and (max-width: 440px) { /* line 808, ../sass/style.scss */
  .panel .item, .gallery_3 .item, .gallery_4 .item { width: 100% !important; } }

/* line 814, ../sass/style.scss */
.panel .item { margin: 0.1em 0; padding: 1em; background-color: #f2f2f2; }
@media screen and (min-width: 900px) { /* line 814, ../sass/style.scss */
  .panel .item { width: 50%; } }

/* line 825, ../sass/style.scss */
.gallery_3 .item, .gallery_4 .item { padding: 0 0.5em 0.5em 0; }

@media screen and (min-width: 1200px) { /* line 830, ../sass/style.scss */
  .gallery_3 .item { width: 33.3%; }
  /* line 834, ../sass/style.scss */
  .gallery_3 .item:last-child img { max-width: 362px; min-width: 362px; } }

@media screen and (min-width: 1200px) { /* line 843, ../sass/style.scss */
  .gallery_4 .item { width: 25%; }
  /* line 847, ../sass/style.scss */
  .gallery_4 .item:last-child img { max-width: 294px; min-width: 294px; } }

/* BackUp Button */
/* line 857, ../sass/style.scss */
#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: #db3662; background-size: 40px; }
/* line 870, ../sass/style.scss */
#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; }
/* line 885, ../sass/style.scss */
#toTop:hover::before { top: 5px; }

/* line 889, ../sass/style.scss */
#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 */
/* line 903, ../sass/style.scss */
#content li img:hover { opacity: 0.8; }

/* line 904, ../sass/style.scss */
ul[class*='images-'] { list-style: none; }

/* line 905, ../sass/style.scss */
ul[class*='images-'] li { margin: 0 0 1rem 0; text-align: center; }

/* line 906, ../sass/style.scss */
ul[class*='images-'] p { max-width: 250px; margin: 0 auto; color: var(--color-primary); font-size: 0.875em; }

/* line 907, ../sass/style.scss */
ul[class*="images-"] img { max-width: 100%; box-shadow: 0 0 4px rgba(100, 100, 100, 0.4); }

/* line 908, ../sass/style.scss */
ul[class*="images-"] img:hover { opacity: 0.8; }

/* line 909, ../sass/style.scss */
div.content .images-gallery { padding: 0; }

/* list custom */
/* line 912, ../sass/style.scss */
.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; }

/* line 917, ../sass/style.scss */
.images-1 { clear: left; float: left; margin: .5rem 1.5rem 0 0; }

/* line 918, ../sass/style.scss */
.images-2 { clear: right; float: right; margin: .5rem 0 0 1rem; }

/* line 919, ../sass/style.scss */
.images-gallery { clear: both; display: flex; flex-flow: row wrap; justify-content: space-between; }

/* line 920, ../sass/style.scss */
.images-gallery li { flex: 1 0 100%; padding: .3rem 2rem; }

/* line 921, ../sass/style.scss */
div.content .images-gallery { clear: none; }

@media screen and (min-width: 960px) { /* line 922, ../sass/style.scss */
  .images-gallery li { flex: 0 0 calc( 100% / 3 ); } }
/* FILES LIST STYLES */
/* line 925, ../sass/style.scss */
.files-list { width: 100%; margin-top: 1rem; padding-bottom: 0.5rem; list-style: none; }

/* line 926, ../sass/style.scss */
.files-list__link { display: flex; }

/* line 927, ../sass/style.scss */
.files-list__description { margin: 5px 0 0 26px; color: #777; font-size: 0.938em; }

/* Simple download list */
/* line 929, ../sass/style.scss */
.files-list--simple { padding-left: 1rem; border-left: 2px solid var(--color-divider); }

/* line 930, ../sass/style.scss */
.files-list--simple .files-list__link { margin-top: 1rem; }

/* Detailed download list */
/* line 933, ../sass/style.scss */
.files-list--detailed td { padding: 7px 12px; vertical-align: middle; }

/* line 934, ../sass/style.scss */
.files-list--detailed thead { text-align: center; }

/* line 935, ../sass/style.scss */
.files-list--detailed thead a { font-weight: bold; }

/* line 936, ../sass/style.scss */
.files-list__info { width: 20%; max-width: 170px; text-align: center; font-size: 0.938em; }

/* line 937, ../sass/style.scss */
.files-list__info--size { text-align: right; }

/* line 938, ../sass/style.scss */
.files-list__info--size abbr { font-style: italic; color: #777; }

@media screen and (max-width: 600px) { /* Responsive table for mobile */
  /* line 940, ../sass/style.scss */
  .files-list--detailed tr { display: block; border-top: 1px solid var(--color-divider); }
  /* line 941, ../sass/style.scss */
  .files-list--detailed td { display: inline-block; border: 0; }
  /* line 942, ../sass/style.scss */
  .files-list--detailed tbody td.name { display: block; }
  /* line 943, ../sass/style.scss */
  .files-list__info { min-width: 50%; }
  /* line 944, ../sass/style.scss */
  .files-list__info--date { text-align: left; } }
/* File type icon */
/* line 947, ../sass/style.scss */
.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; }

/* line 948, ../sass/style.scss */
.zip .files-list__link:before { background-position: 0 0; }

/* line 949, ../sass/style.scss */
.xml .files-list__link:before { background-position: 0 -20px; }

/* line 950, ../sass/style.scss */
.xls .files-list__link:before { background-position: 0 -40px; }

/* line 951, ../sass/style.scss */
.web .files-list__link:before { background-position: 0 -60px; }

/* line 952, ../sass/style.scss */
.vcf .files-list__link:before { background-position: 0 -80px; }

/* line 953, ../sass/style.scss */
.txt .files-list__link:before { background-position: 0 -100px; }

/* line 954, ../sass/style.scss */
.sys .files-list__link:before { background-position: 0 -120px; }

/* line 955, ../sass/style.scss */
.swf .files-list__link:before { background-position: 0 -140px; }

/* line 956, ../sass/style.scss */
.psd .files-list__link:before { background-position: 0 -160px; }

/* line 957, ../sass/style.scss */
.pps .files-list__link:before { background-position: 0 -180px; }

/* line 958, ../sass/style.scss */
.png .files-list__link:before { background-position: 0 -200px; }

/* line 959, ../sass/style.scss */
.pic .files-list__link:before { background-position: 0 -220px; }

/* line 960, ../sass/style.scss */
.pdf .files-list__link:before { background-position: 0 -240px; }

/* line 961, ../sass/style.scss */
.nn .files-list__link:before { background-position: 0 -260px; }

/* line 962, ../sass/style.scss */
.msg .files-list__link:before { background-position: 0 -280px; }

/* line 963, ../sass/style.scss */
.media .files-list__link:before { background-position: 0 -300px; }

/* line 964, ../sass/style.scss */
.fla .files-list__link:before { background-position: 0 -320px; }

/* line 965, ../sass/style.scss */
.exe .files-list__link:before { background-position: 0 -340px; }

/* line 966, ../sass/style.scss */
.chm .files-list__link:before { background-position: 0 -360px; }

/* line 967, ../sass/style.scss */
.cdr .files-list__link:before { background-position: 0 -380px; }

/* QUICK.BOX */
/* line 970, ../sass/style.scss */
#quick-box { position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.7); z-index: 200; }

/* line 971, ../sass/style.scss */
#quick-box .background { height: 100%; }

/* line 972, ../sass/style.scss */
#quick-box .quick-box-container { position: absolute; padding: 0; border-radius: 5px; box-shadow: 0 0 15px 1px #000; }

/* line 973, ../sass/style.scss */
#quick-box .image-wrapper { position: relative; line-height: 0; }

/* line 974, ../sass/style.scss */
#quick-box .image-wrapper img { margin: 0; padding: 0; border-radius: 5px; }

/* line 975, ../sass/style.scss */
#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); }

/* line 976, ../sass/style.scss */
#quick-box .navigation__sep { padding: 0 3px; }

/* line 977, ../sass/style.scss */
#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; }

/* line 978, ../sass/style.scss */
#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; }

/* line 979, ../sass/style.scss */
#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; }

/* line 980, ../sass/style.scss */
#quick-box .arrow:before, #quick-box .arrow:after { content: ""; display: block; position: absolute; top: 50%; transform: translateY(-50%); }

/* line 981, ../sass/style.scss */
#quick-box .arrow:before { width: 32px; height: 32px; margin: 0 10px; background: url("img/arrows.png") no-repeat 0 0; z-index: 1; }

/* line 982, ../sass/style.scss */
#quick-box .arrow:after { width: 52px; height: 52px; background: rgba(0, 0, 0, 0.2); z-index: -1; }

/* line 983, ../sass/style.scss */
#quick-box .arrow.prev:before { background-position: 0 -32px; }

/* line 984, ../sass/style.scss */
#quick-box .arrow.next:before { right: 0; }

/* line 985, ../sass/style.scss */
#quick-box .arrow.next:after { right: 0; }

/* line 986, ../sass/style.scss */
#quick-box .arrow:hover { opacity: 0.9; }

/* line 987, ../sass/style.scss */
#quick-box .prev { left: 0px; }

/* line 988, ../sass/style.scss */
#quick-box .next { right: 0px; }

/* line 989, ../sass/style.scss */
#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; }

/* line 990, ../sass/style.scss */
#quick-box .close:hover { opacity: 0.8; }

/* line 991, ../sass/style.scss */
#quick-box .close, #quick-box .arrow { line-height: normal; }

/* line 992, ../sass/style.scss */
#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) { /* line 998, ../sass/style.scss */
  #quick-box .close { font-size: 1.5rem; }
  /* line 999, ../sass/style.scss */
  #quick-box .prev, #quick-box .next { opacity: 0.5; text-decoration: none; } }
/* PAGE - BREADCRUMB (navigation path) */
/* line 1003, ../sass/style.scss */
.breadcrumb { margin-bottom: 1.25rem; font-size: 0.75em; }

/* line 1004, ../sass/style.scss */
.breadcrumb ol { list-style: none; margin-left: 0; }

/* line 1005, ../sass/style.scss */
.breadcrumb li { display: inline-block; }
/* line 1006, ../sass/style.scss */
.breadcrumb li a { color: #999999; }

/* line 1010, ../sass/style.scss */
.breadcrumb li:not(:first-child)::before { content: "\203A"; display: inline-block; padding: 0 .5em; color: #b3b3b3; font-weight: bold; }

/* Display option: NOTICES */
/* line 1013, ../sass/style.scss */
.widget.type-10 { width: auto; }

/* line 1014, ../sass/style.scss */
aside.widget.type-10 { display: none; padding: 7px 1rem; background: #fff; font-size: 0.75em; }

/* line 1015, ../sass/style.scss */
.widget.type-10 .close a { padding: 5px 7px; font-weight: normal; text-decoration: none; background: #000; color: #fff; }

/* line 1016, ../sass/style.scss */
.widget.type-10 .close a:hover { color: #FAC11C; }

/* line 1017, ../sass/style.scss */
.widget.type-10 .head { margin-bottom: 7px; font-weight: bold; font-size: 1.167em; }

/* line 1018, ../sass/style.scss */
.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); }

/* line 1019, ../sass/style.scss */
.widget.type-10.location-0 { width: 200px; left: 0px; bottom: 0px; padding: 10px; border: 1px solid #bbb; }

/* line 1020, ../sass/style.scss */
.widget.type-10.location-2 div { display: inline-block; margin-right: 4px; }

/* line 1021, ../sass/style.scss */
.widget.type-10.location-2 .head { margin-right: 10px; font-weight: bold; }

/* line 1022, ../sass/style.scss */
.widget.type-10.location-2 { border-bottom: 1px solid #555; }

/* line 1023, ../sass/style.scss */
.widget.type-10.location-2 { top: 0px; }

/* line 1024, ../sass/style.scss */
.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; }

/* line 1025, ../sass/style.scss */
.widget.type-10.location-1 { padding: 10px 0 20px; }

/* line 1026, ../sass/style.scss */
.widget.type-10.location-2 .close { margin-left: 20px; }

/* line 1027, ../sass/style.scss */
.widget.type-10.location-0 .close, .widget.type-10.location-1 .close, .widget.type-10.location-3 .close { margin-top: 15px; }

/* line 1028, ../sass/style.scss */
.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 */
