@charset "UTF-8";
@font-face {
  font-family: "Circular";
  font-style: normal;
  font-weight: 300;
  src: url("./../font/circular-light.woff2") format("woff2"), url("./../font/circular-light.woff") format("woff");
}
html, body {
  font: inherit;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  line-height: 1.36;
}

html, body, div, span, applet, object, iframe,
p, blockquote, pre, h1, h2, h3, h4, h5, h6,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font: inherit;
  font-family: "Titillium Web", sans-serif;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

img {
  max-width: 100%;
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.slider_rotate-out {
  -webkit-animation: rotate-90-vertical-bck 0.25s ease-in both;
  animation: rotate-90-vertical-bck 0.25s ease-in both;
}

.slider_rotate-in {
  -webkit-animation: rotate-90-vertical-fwd 0.25s ease-out reverse;
  animation: rotate-90-vertical-fwd 0.25s ease-out reverse;
}

@-webkit-keyframes rotate-90-vertical-fwd {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
}
@keyframes rotate-90-vertical-fwd {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes rotate-90-vertical-bck {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
}
@keyframes rotate-90-vertical-bck {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
}
body.popup_opened {
  overflow-y: hidden;
}

#popup {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(33, 33, 33, 0.8) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpi/P//PwM6YGLAAuCCmpqacC2MRGsHCDAA+fIHfeQbO8kAAAAASUVORK5CYII=);
  z-index: 80;
  transition: 0.6s cubic-bezier(0.15, 0.59, 0.17, 0.93);
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup.show {
  opacity: 1;
  pointer-events: all;
}
#popup.show #popup_search {
  transform: none;
}
#popup .popup_container {
  position: relative;
}
#popup .popup_close {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 8px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-size: 18px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup .popup_close:hover {
  background: #EEDE02;
}

#popup_search {
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 240px;
  width: calc(100vw - 30px);
  max-width: 800px;
  padding: 16px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  transition: 0.6s cubic-bezier(0.15, 0.59, 0.17, 0.93);
  transform: scale(0.6) translateY(-400px);
  transform-origin: top;
}
#popup_search form {
  display: flex;
  flex-flow: wrap row;
}
#popup_search input {
  flex: 1;
  padding: 12px 24px;
  border: 0;
  border-radius: 6px 0 0 6px;
  min-width: 1px;
}
#popup_search input[type=submit] {
  flex: unset;
  border-radius: 0 6px 6px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #212121;
  background-color: #EEDE02;
}
#popup_search input[type=submit]:hover, #popup_search input[type=submit]:focus {
  background-color: #bbaf02;
}
#popup_search span.error {
  color: #fff;
  flex: 100%;
  font-size: 12px;
  margin-top: 4px;
  padding-left: 6px;
}
@media (max-width: 768px) {
  #popup_search {
    margin-bottom: 60px;
  }
}

.line {
  display: flex;
}
.line > * {
  flex: 1;
}
.line .single-line {
  flex-basis: 100%;
}

.two-panel {
  display: flex;
}
.two-panel .panel {
  flex: 1;
}
.two-panel .panel + .panel {
  margin-left: 64px;
}
@media (max-width: 991px) {
  .two-panel {
    flex-flow: wrap row;
  }
  .two-panel .panel {
    flex: 100%;
  }
  .two-panel .panel + .panel {
    margin-left: 0;
    margin-top: 32px;
  }
}

.switcher {
  width: 100%;
}
.switcher .switcher_item {
  opacity: 0 !important;
  transition: 500ms ease-out;
}
.switcher .switcher_item.slideInUp, .switcher .switcher_item.show {
  opacity: 1 !important;
}

.calc_buttons {
  display: flex;
  justify-content: space-around;
  margin: auto 0 0;
  width: 100%;
}
@media (max-width: 768px) {
  .calc_buttons {
    margin-top: 15px;
  }
}
.calc_buttons .calc_button {
  display: flex;
  flex-flow: wrap column;
  text-align: center;
  width: 120px;
  padding: 12px 6px;
  border-radius: 6px;
  overflow: hidden;
  color: #EEDE02;
  background: #212121;
}
.calc_buttons .calc_button i {
  font-size: 32px;
  margin-bottom: 8px;
}
.calc_buttons .calc_button:hover, .calc_buttons .calc_button:focus, .calc_buttons .calc_button:focus-within {
  color: #212121;
  background: #EEDE02;
}
.calc_buttons .calc_title {
  display: block;
  width: 100%;
  font-size: 13px;
}

body {
  margin-top: 97px;
}

#header {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#header .container {
  display: flex;
  align-items: center;
}
#header .profile {
  position: relative;
  z-index: 10;
  background: #212121;
}
#header .profile i {
  margin-right: 9px;
}
#header .profile:hover .profile_options {
  transform: none;
  pointer-events: all;
  opacity: 1;
}
#header .profile .profile_options {
  position: absolute;
  top: 100%;
  background: #212121;
  color: #fff;
  z-index: 9;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.45s cubic-bezier(0.15, 0.59, 0.17, 0.93);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
#header .profile .profile_options a {
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  white-space: nowrap;
}
#header .upper {
  background: #212121;
  color: #fff;
}
#header .upper .container {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#header .upper a {
  opacity: 0.8;
  display: block;
  padding: 8px;
}
@media (max-width: 500px) {
  #header .upper a {
    font-size: 14px;
  }
}
#header .upper a:hover {
  color: #EEDE02;
  opacity: 1;
}
#header .upper .socials,
#header .upper .links {
  display: flex;
  flex: 1;
}
@media (max-width: 768px) {
  #header .upper .socials,
#header .upper .links {
    flex: unset;
  }
}
#header .upper .links {
  justify-content: flex-end;
}
#header .upper .socials {
  margin-left: 120px;
}
@media (max-width: 768px) {
  #header .upper .socials {
    margin-left: 60px;
  }
}
#header .upper .link_profile i {
  margin-right: 6px;
}
@media (max-width: 768px) {
  #header .upper a.site {
    display: none;
  }
}
#header .lower {
  background: #fff;
  color: #212121;
  border-bottom: 5px solid #EEDE02;
}
#header .lower .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  height: 60px;
}
#header .menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 1;
  height: 60px;
}
#header .menu .menu_item {
  position: relative;
}
#header .menu .menu_item > a {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 60px;
  font-size: 16px;
}
#header .menu .menu_item a {
  white-space: nowrap;
}
#header .menu .menu_item i {
  margin-left: 6px;
}
#header .menu .menu_item.active, #header .menu .menu_item:hover, #header .menu .menu_item:focus, #header .menu .menu_item:focus-within {
  background: #EEDE02;
}
#header .menu .menu_item.active > a, #header .menu .menu_item:hover > a, #header .menu .menu_item:focus > a, #header .menu .menu_item:focus-within > a {
  color: #212121;
}
#header .menu .menu_item:hover > .dropdown, #header .menu .menu_item:focus > .dropdown, #header .menu .menu_item:focus-within > .dropdown {
  display: block;
  pointer-events: all;
}
@media (max-width: 768px) {
  #header .menu {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 50%;
    flex-flow: wrap row;
    width: calc(100%);
    padding: 0 15px 100vh;
    height: 100vh;
    overflow: scroll;
    background: rgba(0, 0, 0, 0.45);
    text-align: left;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-50%);
    transition: 0.64s cubic-bezier(0.15, 0.59, 0.17, 0.93);
  }
  #header .menu .menu_item {
    flex: 100%;
    background: #fff;
    transition: transform 0.64s cubic-bezier(0.15, 0.59, 0.17, 0.93);
    transform: translateY(-200px);
  }
  #header .menu .menu_item + .menu_item {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  #header .menu .menu_item i {
    flex: 1;
    text-align: right;
  }
  #header .menu .menu_item > a {
    justify-content: left;
  }
  #header .menu .dropdown {
    width: 100%;
    position: relative;
    border-radius: 0;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
}
#header .dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-top: 5px solid #EEDE02;
  pointer-events: none;
  display: none;
  border-radius: 0 0 6px 6px;
  padding: 6px 0px;
}
@media (min-width: 991px) {
  #header .dropdown {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  }
}
#header .dropdown li:hover, #header .dropdown li:focus, #header .dropdown li:focus-within {
  color: #212121;
  background: #EEDE02;
}
#header .dropdown a {
  display: block;
  padding: 6px 20px;
}
@media (max-width: 768px) {
  #header .dropdown a {
    padding: 10px 20px;
  }
}
#header .logo {
  padding: 16px;
  margin-left: -15px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  align-self: flex-start;
  transform: translateY(-16px);
  transition: 0.45s cubic-bezier(0.15, 0.59, 0.17, 0.93);
}
#header .logo a {
  display: block;
  width: 120px;
  transition: 0.45s cubic-bezier(0.15, 0.59, 0.17, 0.93);
}
#header .logo img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  #header .logo {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  #header .logo {
    z-index: 9;
  }
  #header .logo a {
    width: 60px;
  }
}
#header .logo ~ .menu .menu_item .dropdown {
  right: unset;
  left: 0;
}
#header.scrolled .logo a {
  width: 60px;
}

#hamburger_close {
  display: none;
  position: absolute;
  padding: 10px 20px;
  font-size: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.64s cubic-bezier(0.15, 0.59, 0.17, 0.93);
  transform: translateY(-200px);
  background: #fff;
}
#hamburger_close:hover {
  background: #EEDE02;
  color: #212121;
}
@media (max-width: 768px) {
  #hamburger_close {
    display: block;
  }
}

#hamburger {
  display: none;
  margin-left: auto;
  cursor: pointer;
  font-size: 30px;
  padding: 0 10px;
}
#hamburger i {
  transition: 0.21s cubic-bezier(0.15, 0.59, 0.17, 0.93);
}
@media (max-width: 768px) {
  #hamburger {
    display: block;
  }
  #hamburger.show i {
    transform: scaleY(0.75);
  }
  #hamburger.show + .menu {
    transform: translateX(-50%);
    pointer-events: all;
    opacity: 1;
  }
  #hamburger.show + .menu .menu_item {
    transform: none;
  }
  #hamburger.show + .menu #hamburger_close {
    transform: none;
  }
}

#articles {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: 0 0 18px rgba(33, 33, 33, 0.6);
}
#articles::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(33, 33, 33, 0.85);
}
#articles.list {
  box-shadow: none;
}
#articles.list::after {
  content: none;
}
#articles.list .section_title {
  color: #212121;
}
#articles .section_title {
  color: #fff;
}
#articles .container {
  position: relative;
  z-index: 3;
}
#articles .articles_more {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#articles .articles_more .more {
  padding: 8px 48px;
  border: 1px solid #EEDE02;
  border-radius: 6px;
  background-color: #EEDE02;
  color: #fff;
}
#articles .articles_more .more:hover, #articles .articles_more .more:focus {
  background-color: #bbaf02;
}

.articles {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-gap: 30px;
  grid-gap: 30px;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: repeat(2, 180px);
  grid-template-rows: repeat(2, 180px);
}
@media (max-width: 768px) {
  .articles {
    display: flex;
    flex-flow: wrap row;
  }
  .articles .article {
    flex: 100%;
  }
  .articles .article + .article {
    margin-top: 12px;
  }
}
.articles .article {
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
.articles .article .article_content {
  padding: 12px;
}
.articles .article .article_title {
  margin-bottom: 6px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .articles .article .article_title {
    font-size: 16px;
  }
}
.articles .article .article_tags {
  margin-bottom: 12px;
}
.articles .article .article_tags a {
  font-size: 13px;
  display: inline-block;
  padding: 2px 6px;
  background: #EEDE02;
  color: #fff;
  border-radius: 6px;
  margin-right: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.articles .article .article_description {
  color: #6e6e6e;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .articles .article .article_description {
    font-size: 14px;
  }
}
.articles .article .article_date {
  color: #878787;
  font-size: 14px;
}
.articles .article .article_date i {
  margin-right: 4px;
}
.articles .article .article_image {
  margin-right: 16px;
  min-width: 160px;
  overflow: hidden;
}
.articles .article .article_image img {
  display: block;
  width: 160px;
  max-width: unset;
  height: 100%;
  object-fit: cover;
  transition: 0.45s cubic-bezier(0.15, 0.59, 0.17, 0.93);
}
.articles .article:first-child {
  display: block;
}
.articles .article:first-child .article_image {
  flex: 100%;
  margin-right: 0;
}
.articles .article:first-child .article_image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.articles .article:first-child .article_content {
  flex: 100%;
  margin-top: 10px;
  padding: 15px;
}
.articles .article:nth-child(1) {
  -ms-grid-column-start: 1;
  grid-column-start: 1;
  -ms-grid-column-end: 1;
  grid-column-end: 1;
  -ms-grid-row-start: 1;
  grid-row-start: 1;
  -ms-grid-row-end: 3;
  grid-row-end: 3;
}
.articles .article:nth-child(2) {
  -ms-grid-column-start: 2;
  grid-column-start: 2;
  -ms-grid-column-end: 2;
  grid-column-end: 2;
  -ms-grid-row-start: 1;
  grid-row-start: 1;
  -ms-grid-row-end: 1;
  grid-row-end: 1;
}
.articles .article:nth-child(3) {
  -ms-grid-column-start: 2;
  grid-column-start: 2;
  -ms-grid-column-end: 2;
  grid-column-end: 2;
  -ms-grid-row-start: 2;
  grid-row-start: 2;
  -ms-grid-row-end: 2;
  grid-row-end: 2;
}
.articles .article:hover .article_image img {
  transform: rotate(-2deg) scale(1.15);
}
.articles.list {
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: repeat(2, 180px);
  grid-template-rows: repeat(2, 180px);
  margin-bottom: 32px;
}
.articles.list .article {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.articles.list .article:hover {
  background: #f5f5f5;
}
.articles.list .article:nth-child(3n-2) {
  display: block;
}
.articles.list .article:nth-child(3n-2) .article_image {
  flex: 100%;
  margin-right: 0;
}
.articles.list .article:nth-child(3n-2) .article_image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.articles.list .article:nth-child(3n-2) .article_content {
  flex: 100%;
  margin-top: 10px;
  padding: 15px;
}
.articles.list .article:nth-child(4) {
  -ms-grid-column-start: 2;
  grid-column-start: 2;
  -ms-grid-column-end: 2;
  grid-column-end: 2;
  -ms-grid-row-start: 3;
  grid-row-start: 3;
  -ms-grid-row-end: 5;
  grid-row-end: 5;
}
.articles.list .article:nth-child(5) {
  -ms-grid-column-start: 1;
  grid-column-start: 1;
  -ms-grid-column-end: 1;
  grid-column-end: 1;
  -ms-grid-row-start: 3;
  grid-row-start: 3;
  -ms-grid-row-end: 3;
  grid-row-end: 3;
}
.articles.list .article:nth-child(6) {
  -ms-grid-column-start: 1;
  grid-column-start: 1;
  -ms-grid-column-end: 1;
  grid-column-end: 1;
  -ms-grid-row-start: 4;
  grid-row-start: 4;
  -ms-grid-row-end: 4;
  grid-row-end: 4;
}
.articles.list .article:nth-child(7) {
  -ms-grid-column-start: 1;
  grid-column-start: 1;
  -ms-grid-column-end: 1;
  grid-column-end: 1;
  -ms-grid-row-start: 5;
  grid-row-start: 5;
  -ms-grid-row-end: 7;
  grid-row-end: 7;
}
.articles.list .article:nth-child(8) {
  -ms-grid-column-start: 2;
  grid-column-start: 2;
  -ms-grid-column-end: 2;
  grid-column-end: 2;
  -ms-grid-row-start: 5;
  grid-row-start: 5;
  -ms-grid-row-end: 5;
  grid-row-end: 5;
}
.articles.list .article:nth-child(9) {
  -ms-grid-column-start: 2;
  grid-column-start: 2;
  -ms-grid-column-end: 2;
  grid-column-end: 2;
  -ms-grid-row-start: 6;
  grid-row-start: 6;
  -ms-grid-row-end: 6;
  grid-row-end: 6;
}
@media (max-width: 991px) {
  .articles.list {
    display: flex;
    flex-flow: wrap row;
  }
  .articles.list .article {
    flex: 0 0 calc(100% / 2 - 10px);
    display: block;
    margin: 12px 5px;
  }
  .articles.list .article .article_image {
    flex: 100%;
    margin-right: 0;
  }
  .articles.list .article .article_image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .articles.list .article .article_content {
    flex: 100%;
    margin-top: 10px;
    padding: 15px;
  }
  .articles.list .article .article_title {
    font-size: 18px;
  }
  .articles.list .article .article_description {
    font-size: 14px;
  }
  .articles.list .article .article_date {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .articles.list .article {
    flex: 0 0 100%;
    margin: 12px 0;
  }
}

#slider {
  padding: 0;
  position: relative;
}
#slider img, #slider video {
  height: 690px !important;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  #slider img, #slider video {
    height: calc(100vh - 97px - 320px) !important;
  }
}
@media (max-width: 500px) {
  #slider img, #slider video {
    height: 280px !important;
  }
}
#slider .slider_wrapper {
  position: relative;
}
#slider .video_slider {
  position: absolute;
  z-index: 33;
  width: 100%;
}
#slider .video_slider .video_controls {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}
#slider .video_slider .video_controls .arrow-right {
  justify-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(33, 33, 33, 0.5);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  width: 48px;
  height: 48px;
}
#slider .video_slider .video_controls .arrow-right:hover, #slider .video_slider .video_controls .arrow-right:focus {
  background-color: #212121;
}
#slider .video_slider .video_controls .arrow-right:hover, #slider .video_slider .video_controls .arrow-right:focus {
  color: #EEDE02;
}
#slider .nivo-directionNav {
  position: absolute;
  bottom: 0px;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
#slider .nivo-directionNav a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(33, 33, 33, 0.5);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  width: 48px;
  height: 48px;
}
#slider .nivo-directionNav a:hover, #slider .nivo-directionNav a:focus {
  background-color: #212121;
}
#slider .nivo-directionNav a:hover, #slider .nivo-directionNav a:focus {
  color: #EEDE02;
}
#slider .nivo-controlNav {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  z-index: 10;
}
#slider .nivo-controlNav .nivo-control {
  font-size: 0;
  display: block;
  height: 24px;
  width: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(222, 222, 222, 0.6);
}
#slider .nivo-controlNav .nivo-control + .nivo-control {
  margin-left: 8px;
}
#slider .nivo-controlNav .nivo-control.active {
  background: #fff;
  border-color: #EEDE02;
}
#slider .nivo-caption, #slider .video_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  opacity: 1;
  background: rgba(33, 33, 33, 0.8) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpi/P//PwM6YGLAAuCCmpqacC2MRGsHCDAA+fIHfeQbO8kAAAAASUVORK5CYII=);
  border-radius: 6px;
  box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.8);
  padding: 64px;
  text-align: center;
  color: #fff;
}
#slider .nivo-caption h4, #slider .video_content h4 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 12px;
}
#slider .nivo-caption h2, #slider .video_content h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 12px;
}
#slider .nivo-caption p, #slider .video_content p {
  font-size: 18px;
}
#slider .nivo-caption a, #slider .video_content a {
  display: inline-block;
  padding: 6px 36px;
  border-radius: 6px;
  background-color: #EEDE02;
  color: #212121;
}
#slider .nivo-caption a:hover, #slider .nivo-caption a:focus, #slider .video_content a:hover, #slider .video_content a:focus {
  background-color: #212121;
}
#slider .nivo-caption a:hover, #slider .nivo-caption a:focus, #slider .video_content a:hover, #slider .video_content a:focus {
  color: #EEDE02;
}
#slider .slider_sidebar {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 36;
  perspective: 1200px;
  color: #212121;
  display: flex;
  flex-flow: nowrap column;
  justify-content: space-between;
  background: rgba(66, 66, 66, 0.6);
  border-radius: 4px;
  padding: 15px;
}
@media (max-width: 768px) {
  #slider .slider_sidebar {
    display: none;
  }
}
#slider .slider_sidebar .slider_box {
  background: white;
  box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.8);
  overflow-y: auto;
  border-radius: 6px;
  padding: 15px;
  width: 420px;
}
#slider .slider_sidebar .slider_box + .slider_box {
  margin-top: 16px;
}
#slider .slider_sidebar .slider_box h3 {
  margin: -15px -15px 0;
  padding: 9px 15px;
  font-size: 20px;
  font-weight: 700;
}
#slider .slider_sidebar .slider_box iframe {
  margin-top: 12px;
}
#slider .slider_sidebar .slider_box p {
  margin-top: 12px;
}
#slider .slider_sidebar .slider_box i {
  margin-right: 6px;
}
#slider .slider_sidebar .slider_box .box_title {
  background: #EEDE02;
}
#slider .slider_sidebar .slider_box .line_more {
  text-align: center;
}
#slider .slider_sidebar .slider_box:not(.image-link) a {
  display: inline-block;
  padding: 6px 36px;
  border-radius: 6px;
  background-color: #212121;
  color: #EEDE02;
}
#slider .slider_sidebar .slider_box:not(.image-link) a:hover, #slider .slider_sidebar .slider_box:not(.image-link) a:focus {
  background-color: #EEDE02;
}
#slider .slider_sidebar .slider_box:not(.image-link) a:hover, #slider .slider_sidebar .slider_box:not(.image-link) a:focus {
  color: #212121;
}
#slider .slider_sidebar .slider_box.image-link a {
  display: block;
  overflow: hidden;
}
#slider .slider_sidebar .slider_box.image-link a:hover img {
  transform: scale(1.05) rotate(2deg);
}
#slider .slider_sidebar .slider_box.image-link a img {
  height: auto !important;
  max-height: 180px;
  object-fit: contain;
  transition: 0.34s ease-in-out;
}
#slider .slider_sidebar .slick-dots {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
#slider .slider_sidebar .slick-dots li button {
  font-size: 0;
  display: block;
  height: 24px;
  width: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(222, 222, 222, 0.6);
}
#slider .slider_sidebar .slick-dots li + li {
  margin-left: 8px;
}
#slider .slider_sidebar .slick-dots li.slick-active button {
  background: #fff;
  border-color: #212121;
}

#about .two-panel {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#about p {
  text-align: justify;
}
#about p + p {
  margin-top: 16px;
}

#informations {
  background-image: url("../img/dalnice.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  box-shadow: 0 0 18px rgba(33, 33, 33, 0.6);
}
#informations::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(33, 33, 33, 0.2);
}
#informations .container {
  position: relative;
  z-index: 3;
}
#informations .info_items {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: wrap row;
}
#informations .info_items .info {
  flex: 1;
  background: white;
  color: #212121;
  border-radius: 6px;
  padding: 25px 15px;
  overflow: hidden;
  display: flex;
  flex-flow: wrap column;
  align-items: baseline;
}
#informations .info_items .info + .info {
  margin-left: 32px;
}
#informations .info_items .info_title {
  font-size: 20px;
  font-weight: 700;
  text-align: justify;
  margin: -25px -15px 16px;
  padding: 19px 15px 12px;
  width: calc(100% + 30px);
  background: #EEDE02;
}
#informations .info_items .info_subtitle {
  font-size: 16px;
  margin-bottom: 16px;
  color: #3b3b3b;
  font-weight: 600;
}
#informations .info_items .info_description {
  margin-bottom: 6px;
  color: #3b3b3b;
  text-align: justify;
}
#informations .info_items .info_date {
  font-size: 14px;
  color: #474747;
  margin-bottom: 16px;
}
#informations .info_items .info_date i {
  margin-right: 6px;
}
#informations .info_items .info_image {
  margin-bottom: 16px;
  overflow: hidden;
  height: 120px;
  width: 100%;
  object-fit: cover;
}
#informations .info_items .info_more {
  margin-top: auto;
  display: inline-block;
  padding: 6px 36px;
  border-radius: 6px;
  align-self: center;
  background-color: #212121;
  color: #EEDE02;
}
#informations .info_items .info_more:hover, #informations .info_items .info_more:focus {
  background-color: #EEDE02;
}
#informations .info_items .info_more:hover, #informations .info_items .info_more:focus {
  color: #212121;
}
@media (max-width: 991px) {
  #informations .info_items .info {
    flex: 1 0 340px;
    margin: 10px !important;
  }
}

#gallery .gallery_masonry {
  perspective: 300px;
}
#gallery .gallery_masonry .item {
  height: 120px;
  margin-bottom: 10px;
  position: relative;
  transition: 0.36s cubic-bezier(0.15, 0.59, 0.17, 0.93);
  overflow: hidden;
}
#gallery .gallery_masonry .item.default {
  width: calc(100% / 8 - 10px);
}
#gallery .gallery_masonry .item.double {
  width: calc(100% / 8 * 2 - 10px);
  height: calc(120px * 2 + 10px);
}
#gallery .gallery_masonry .item.double-w {
  width: calc(100% / 8 * 2 - 10px);
}
#gallery .gallery_masonry .item.double-h {
  height: calc(120px * 2 + 10px);
  width: calc(100% / 8 - 10px);
}
@media (max-width: 991px) {
  #gallery .gallery_masonry .item.default {
    width: calc(100% / 6 - 10px);
  }
  #gallery .gallery_masonry .item.double {
    width: calc(100% / 6 * 2 - 10px);
    height: calc(120px * 2 + 10px);
  }
  #gallery .gallery_masonry .item.double-w {
    width: calc(100% / 6 * 2 - 10px);
  }
  #gallery .gallery_masonry .item.double-h {
    height: calc(120px * 2 + 10px);
    width: calc(100% / 6 - 10px);
  }
}
@media (max-width: 620px) {
  #gallery .gallery_masonry .item.default {
    width: calc(100% / 4 - 10px);
  }
  #gallery .gallery_masonry .item.double {
    width: calc(100% / 4 * 2 - 10px);
    height: calc(120px * 2 + 10px);
  }
  #gallery .gallery_masonry .item.double-w {
    width: calc(100% / 4 * 2 - 10px);
  }
  #gallery .gallery_masonry .item.double-h {
    height: calc(120px * 2 + 10px);
    width: calc(100% / 4 - 10px);
  }
}
#gallery .gallery_masonry .item.change {
  transition: 0.6s cubic-bezier(0.15, 0.59, 0.17, 0.93);
  transform: scale(0.85);
  pointer-events: none;
}
#gallery .gallery_masonry .item.change img {
  transition: 0.6s cubic-bezier(0.15, 0.59, 0.17, 0.93);
  opacity: 0.6;
}
#gallery .gallery_masonry .item:hover img, #gallery .gallery_masonry .item:focus img, #gallery .gallery_masonry .item:focus-within img {
  z-index: 10;
  transform: rotate(-2deg) scale(1.15);
}
#gallery .gallery_masonry img {
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  object-fit: cover;
  transition: 0.36s cubic-bezier(0.15, 0.59, 0.17, 0.93);
}

#footer {
  padding: 42px 0;
  background: #292929;
  color: #fff;
}
#footer .menu {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#footer .menu > li {
  flex: 1;
}
#footer .menu > li + li {
  margin-left: 16px;
}
#footer .menu ul li:first-child, #footer .menu ul li.menu_title {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 24px;
}
#footer .menu ul li:first-child {
  margin-top: 0 !important;
}
#footer .menu ul li + li {
  margin-top: 6px;
}
#footer .menu ul li.menu_title {
  margin-top: 24px;
}
#footer .menu ul .separator {
  padding: 9px 0;
}
#footer .menu a:hover, #footer .menu a:focus, #footer .menu a:focus-within {
  color: #EEDE02;
}
@media (max-width: 600px) {
  #footer .menu {
    flex-flow: wrap row;
  }
  #footer .menu > li {
    flex: 100%;
  }
  #footer .menu > li + li {
    margin-left: 0;
    margin-top: 36px;
  }
  #footer .menu > li.menu_title {
    margin-top: 36px;
  }
}
#footer .soc {
  display: flex;
  font-size: 22px;
  margin-top: 12px !important;
}
#footer .soc a + a {
  margin-left: 9px;
}
#footer .soc [class*=facebook]:hover {
  color: #4267B2;
}
#footer .soc [class*=youtube]:hover {
  color: #FF0000;
}
#footer .soc [class*=twitter]:hover {
  color: #1DA1F2;
}

#copyright {
  background: #212121;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 9px 0;
}
#copyright p {
  vertical-align: middle;
}
#copyright a {
  opacity: 0.8;
}
#copyright a:hover, #copyright a:focus, #copyright a:focus-within {
  opacity: 1;
  color: #EEDE02;
}
@media (max-width: 768px) {
  #copyright .line {
    flex-flow: wrap row;
  }
  #copyright p {
    margin: 2px 0;
    flex: 100%;
    text-align: center;
  }
  #copyright p:nth-child(1) {
    order: 2;
  }
  #copyright p:nth-child(2) {
    order: 1;
  }
}

.container {
  max-width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.show-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s cubic-bezier(0.15, 0.59, 0.17, 0.93);
}
.show-on-scroll.sc-top {
  transform: translateY(-50px);
}
.show-on-scroll.ss {
  opacity: 1;
  transform: none;
}

.section {
  padding: 84px 0;
}
.section .section_title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 42px;
  text-align: center;
  text-transform: uppercase;
}
.section .section_title.has-sub {
  margin-bottom: 0px;
}
.section .page_content:not(:empty) {
  margin-bottom: 26px;
  text-align: center;
}
.section .section_subtitle {
  text-align: center;
  font-size: 26px;
  margin-bottom: 42px;
}
.section .section_more {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .section_more .more {
  padding: 8px 48px;
  border: 1px solid #bbaf02;
  border-radius: 6px;
  background-color: #212121;
  color: #EEDE02;
  text-transform: uppercase;
}
.section .section_more .more:hover, .section .section_more .more:focus {
  background-color: #EEDE02;
}
.section .section_more .more:hover, .section .section_more .more:focus {
  color: #212121;
}
.section .section_more .more:hover {
  border-color: #898001;
}
@media (max-width: 540px) {
  .section {
    padding: 56px 0;
  }
  .section .section_title {
    font-size: 32px;
  }
}

.breadcrumb ul {
  display: flex;
  flex-flow: wrap row;
  font-size: 14px;
  padding-left: 160px;
}
@media (max-width: 991px) {
  .breadcrumb ul {
    padding-left: 0;
  }
}
.breadcrumb ul li {
  font-weight: 500;
  padding: 6px 0px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb ul li:not(:first-child)::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 10px;
  line-height: 0;
  margin: 0 9px;
}
.breadcrumb ul li:last-child {
  font-weight: 300;
  opacity: 0.8;
  pointer-events: none;
}
@media (max-width: 768px) {
  .breadcrumb ul li {
    /*&:first-child, &:not(:nth-child(2)):last-child {
    	display: none;

    	& + li:before {
    		content: none;
    	}
    }*/
  }
}
.breadcrumb ul a {
  color: #212121;
}
.breadcrumb ul a:hover, .breadcrumb ul a:focus {
  color: #EEDE02;
}

#breadcrumb {
  padding: 20px 0;
  background: #f5f5f5;
  border-bottom: 1px solid #EDEDED;
}
#breadcrumb .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#breadcrumb + .section {
  padding-top: 32px !important;
}
@media (max-width: 420px) {
  #breadcrumb {
    padding: 40px 0 20px;
  }
}

.format_default .container, #common_page .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.format_default .container > *, #common_page .container > * {
  margin-top: 12px;
}
.format_default :first-child, #common_page :first-child {
  margin-top: 0 !important;
}
.format_default h1, .format_default h2, .format_default h3, .format_default h4, .format_default h5, .format_default h6, #common_page h1, #common_page h2, #common_page h3, #common_page h4, #common_page h5, #common_page h6 {
  margin-top: 18px;
}
.format_default h1, #common_page h1 {
  color: #212121;
  font-weight: 700;
}
.format_default h2, #common_page h2 {
  font-weight: 700;
}
.format_default h3, #common_page h3 {
  font-weight: 500;
}
.format_default ul, .format_default ol, #common_page ul, #common_page ol {
  margin-top: 12px;
}
.format_default ul li, .format_default ol li, #common_page ul li, #common_page ol li {
  margin-left: 24px;
}
.format_default ul > li, #common_page ul > li {
  list-style: disc;
}
.format_default ol > li, #common_page ol > li {
  list-style: decimal;
}
.format_default .responsive_box, #common_page .responsive_box {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.format_default .responsive_box .responsive_item, #common_page .responsive_box .responsive_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.format_default img.center, .format_default img.centered, .format_default img.img-centered, #common_page img.center, #common_page img.centered, #common_page img.img-centered {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.format_default a, #common_page a {
  font-weight: bold;
  color: #212121;
}
.format_default a:hover, .format_default a:focus, #common_page a:hover, #common_page a:focus {
  color: #EEDE02;
}
.format_default .row, #common_page .row {
  display: flex;
  flex-flow: wrap row;
}
.format_default .row:not(.no_padding), #common_page .row:not(.no_padding) {
  margin-left: -15px;
  margin-right: -15px;
}
.format_default .row:not(.no_padding) .col, #common_page .row:not(.no_padding) .col {
  padding-left: 15px;
  padding-right: 15px;
}
.format_default .row:not(.no_padding) .col > *, #common_page .row:not(.no_padding) .col > * {
  margin-top: 12px;
}
.format_default .row .col, #common_page .row .col {
  flex: 1;
  min-width: 300px;
}
.format_default table td, .format_default table th, #common_page table td, #common_page table th {
  padding: 4px;
}
.format_default .fas, .format_default .far, .format_default .fab, #common_page .fas, #common_page .far, #common_page .fab {
  display: inline-block;
  padding-right: 6px;
}

#login_page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
}
@media (min-width: 992px) {
  #login_page .container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#login_page .container {
  width: calc(100% - 30px);
}

#account_page .container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.well {
  background-color: #f5f5f5;
  border: 1px solid #EDEDED;
  padding: 40px 50px;
}
.well .form-container {
  display: flex;
}
.well .form-container .form-group {
  flex: 1;
}
.well .form-container .form-group:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 768px) {
  .well .form-container {
    flex-flow: wrap row;
  }
  .well .form-container .form-group {
    flex: 100%;
  }
  .well .form-container .form-group:not(:first-child) {
    margin-left: 0;
  }
  .well .form-container.--group-city .form-group {
    min-width: 150px;
    flex: 2;
  }
  .well .form-container.--group-city .form-group:not(:first-child) {
    margin-left: 0;
  }
  .well .form-container.--group-city .form-group:first-child {
    flex: 100%;
  }
  .well .form-container.--group-city .form-group:last-child {
    flex: 1;
    margin-left: 15px;
  }
}
.well .form-group {
  margin-top: 15px;
}
.well label {
  color: #626262;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
  padding-left: 9px;
  display: block;
}
.well label span {
  font-weight: bold;
  color: red;
  margin-left: 4px;
}
.well .custom-title {
  color: #333333;
  font-size: 25px;
  font-weight: 600;
  text-transform: none;
}
.well input, .well textarea {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  box-shadow: none;
  color: #626262;
  font-size: 14px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: "Titillium Web", sans-serif;
  width: 100%;
}
.well input[disabled], .well textarea[disabled] {
  background: #e6e6e6;
}
.well input[type=file], .well textarea[type=file] {
  height: auto;
  border: 0;
  padding-left: 0;
  background: transparent;
}
.well input[type=submit], .well textarea[type=submit] {
  background-color: #212121;
  border-color: #212121;
  color: #fff;
  cursor: pointer;
  margin-top: 15px;
  padding: 0 60px;
  transition: 0.3s;
  width: auto;
}
.well input[type=submit]:hover, .well textarea[type=submit]:hover {
  background-color: #EEDE02;
  border-color: #EEDE02;
  color: #212121;
}
.well textarea {
  height: unset;
  padding: 10px;
}
.well span[id$=-errors]:not(:empty) {
  color: red;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  margin-top: 4px;
  display: inline-block;
  padding-left: 4px;
}
.well p.lost-password {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .well {
    padding: 40px 20px;
  }
}

.btn {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 20px;
  text-decoration: none;
}
.btn.btn-primary {
  background: #212121;
  color: #FFFFFF;
}

#gallery_page .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#gallery_page .gallery_list {
  display: flex;
  flex-flow: wrap row;
  margin-bottom: 32px;
}
#gallery_page .gallery_list a {
  flex: 0 0 calc(100% / 5 - 10px);
  display: block;
  height: 250px;
  margin: 5px;
  overflow: hidden;
  transition: 0.34s ease;
}
#gallery_page .gallery_list a img {
  object-fit: cover;
  height: 100%;
  transition: 0.34s ease;
}
#gallery_page .gallery_list a:hover img {
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  #gallery_page .gallery_list a {
    flex: 0 0 calc(100% / 4 - 10px);
    height: 230px;
  }
}
@media (max-width: 860px) {
  #gallery_page .gallery_list a {
    flex: 0 0 calc(100% / 3 - 10px);
    height: 200px;
  }
}
@media (max-width: 500px) {
  #gallery_page .gallery_list a {
    flex: 0 0 calc(100% / 2 - 10px);
  }
}

#contact_area {
  display: flex;
  flex-flow: wrap row;
}
#contact_area .form, #contact_area .area_content {
  flex: 1;
}
#contact_area .area_content {
  padding-left: 15px;
}
#contact_area .form {
  padding-right: 15px;
}
#contact_area .sent-success {
  display: flex;
  flex-flow: wrap column;
  justify-content: center;
  align-items: center;
  color: #24890d;
  font-size: 26px;
  padding: 50px 0;
}
@media (max-width: 768px) {
  #contact_area .form, #contact_area .area_content {
    flex: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #contact_area .form {
    margin-bottom: 24px;
  }
}
#contact_area .iframe-container {
  margin-top: 24px;
  height: 100%;
}

.paginator {
  display: flex;
  font-size: 16px;
  justify-content: center;
}
.paginator .p {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  height: 40px;
  width: 40px;
}
.paginator .p:hover {
  background: #EEDE02 !important;
  border-color: #bbaf02 !important;
  color: #212121 !important;
}
.paginator .p.active {
  color: #212121 !important;
  background: #EEDE02 !important;
  border-color: #bbaf02 !important;
}
.paginator .fa-ellipsis-h {
  height: 40px;
  text-align: center;
  width: 40px;
}
.paginator .fa-ellipsis-h:before {
  line-height: 40px;
}

.recaptcha-field {
  flex: 100%;
  font-size: 12px;
  margin: 1rem 0;
}

.recaptcha-field a {
  font-weight: 700;
  color: #666;
}

.recaptcha-field a:hover {
  color: #4d4d4d;
}

.recaptcha-field .recaptcha-links {
  margin-left: 15px;
  float: right;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.iframe-container iframe, .iframe-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.highlight {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.highlight.highlight_success {
  background: #24890d;
  color: #fff;
}
.highlight.highlight_error {
  background: #ff0000;
  color: #fff;
}
.highlight i {
  margin-right: 6px;
}

.nittro-transition-dim::before {
  height: calc(100% + 97px);
  background: rgba(0, 0, 0, 0.45);
  top: -97px;
}

#loader {
  align-items: center;
  display: flex;
  flex-flow: wrap column;
  height: calc(100vh - 200px);
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: 0.32s ease-out;
  width: 100%;
  z-index: 99999999;
}
.nittro-transition-active #loader, .nittro-transition-middle #loader {
  opacity: 1;
  pointer-events: all;
}
#loader .load-block {
  display: inline-block;
  height: 80px;
  position: relative;
  transform: scale(1.25);
  width: 80px;
}
#loader .load-block div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
#loader .load-block div:after {
  background: #FFFFFF;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 7px;
  margin: -4px 0 0 -4px;
  position: absolute;
  width: 7px;
}
#loader .load-block div:nth-child(1) {
  animation-delay: -0.036s;
}
#loader .load-block div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
#loader .load-block div:nth-child(2) {
  animation-delay: -0.072s;
}
#loader .load-block div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
#loader .load-block div:nth-child(3) {
  animation-delay: -0.108s;
}
#loader .load-block div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
#loader .load-block div:nth-child(4) {
  animation-delay: -0.144s;
}
#loader .load-block div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
#loader .load-block div:nth-child(5) {
  animation-delay: -0.18s;
}
#loader .load-block div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
#loader .load-block div:nth-child(6) {
  animation-delay: -0.216s;
}
#loader .load-block div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
#loader .load-block div:nth-child(7) {
  animation-delay: -0.252s;
}
#loader .load-block div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
#loader .load-block div:nth-child(8) {
  animation-delay: -0.288s;
}
#loader .load-block div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

main {
  position: relative;
}

.nittro-flash {
  top: 0 !important;
  width: 100%;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 25px 25px 20px !important;
}
.nittro-flash.nittro-flash-danger {
  background: #F2DEDE;
  color: #D50000;
}
.nittro-flash.nittro-flash-success {
  background: #DEF2DE;
  color: #00a600;
}
.nittro-flash .message {
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nittro-flash .message i {
  margin-right: 12px;
}

.flash_messages {
  position: absolute;
  width: 100%;
  flex-flow: wrap column;
  z-index: 2;
}
.flash_messages li {
  flex: 100%;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 25px 25px 20px !important;
}
.flash_messages .nittro-flash-danger {
  background: #F2DEDE;
  color: #D50000;
}
.flash_messages .nittro-flash-success {
  background: #DEF2DE;
  color: #00a600;
}
.flash_messages .message {
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flash_messages .message i {
  margin-right: 12px;
}

#error_page {
  font-size: 20px;
  padding: 142px 0;
  text-align: center;
}
#error_page .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#error_page h1 {
  font-size: 36px;
  margin-bottom: 28px;
}
#error_page h3 {
  font-size: 26px;
  margin-top: 28px;
  margin-bottom: 28px;
}
#error_page a {
  font-weight: bold;
  color: inherit;
}
#error_page a:hover, #error_page a:focus {
  color: #EEDE02;
}

#discussion .toolbar {
  display: flex;
  margin-bottom: 12px;
  justify-content: flex-end;
}
#discussion .toolbar .new_thread, #discussion .new_comment {
  margin-top: auto;
  display: inline-block;
  padding: 6px 36px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  align-self: center;
  background-color: #212121;
  color: #EEDE02;
}
#discussion .toolbar .new_thread i, #discussion .new_comment i {
  font-size: 12px;
  margin-right: 6px;
}
#discussion .toolbar .new_thread:hover, #discussion .toolbar .new_thread:focus, #discussion .new_comment:hover, #discussion .new_comment:focus {
  background-color: #EEDE02;
}
#discussion .toolbar .new_thread:hover, #discussion .toolbar .new_thread:focus, #discussion .new_comment:hover, #discussion .new_comment:focus {
  color: #212121;
}
#discussion .threads {
  display: flex;
  flex-flow: wrap row;
  margin-bottom: 32px;
}
#discussion .thread_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-right: 32px;
  border-bottom: 1px solid #eee;
}
#discussion .thread_wrapper:first-child {
  border-top: 1px solid #eee;
}
#discussion .thread_wrapper:hover {
  background: rgba(0, 0, 0, 0.06);
}
#discussion .thread_wrapper:hover.thread_hidden {
  background: rgba(187, 175, 2, 0.4);
}
@media (min-width: 768px) {
  #discussion .thread_wrapper {
    padding-right: 0;
  }
  #discussion .thread_wrapper.animate_hover:hover .thread_actions {
    transform: none;
  }
  #discussion .thread_wrapper.animate_hover:hover .thread_title {
    margin-top: -20px;
  }
}
#discussion .thread_hidden, #discussion .comment_hidden {
  background: rgba(238, 222, 2, 0.4);
  opacity: 0.5;
}
#discussion .thread_hidden:hover, #discussion .comment_hidden:hover {
  opacity: 1;
}
#discussion .thread_actions {
  position: absolute;
  bottom: 2px;
  left: 100px;
  transition: 0.64s cubic-bezier(0.15, 0.59, 0.17, 0.93);
  transform: translateY(calc(100% + 2px));
}
@media (max-width: 768px) {
  #discussion .thread_actions {
    bottom: unset;
    left: unset;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    flex-flow: wrap column;
  }
  #discussion .thread_actions .action {
    margin-right: 0;
    margin-top: 6px;
  }
}
#discussion .comment_actions {
  margin-top: 4px;
}
#discussion .thread_actions, #discussion .comment_actions {
  display: flex;
}
#discussion .thread_actions .action, #discussion .comment_actions .action {
  font-size: 12px;
  padding: 6px;
  background: rgba(0, 0, 0, 0.13);
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
  border-radius: 4px;
}
#discussion .thread_actions .action i, #discussion .comment_actions .action i {
  padding-right: 0 !important;
}
#discussion .thread_actions .action.action-delete, #discussion .comment_actions .action.action-delete {
  background-color: red;
  color: white;
}
#discussion .thread_actions .action.action-delete:hover, #discussion .thread_actions .action.action-delete:focus, #discussion .comment_actions .action.action-delete:hover, #discussion .comment_actions .action.action-delete:focus {
  background-color: #cc0000;
}
#discussion .thread_actions .action.action-delete:hover, #discussion .thread_actions .action.action-delete:focus, #discussion .comment_actions .action.action-delete:hover, #discussion .comment_actions .action.action-delete:focus {
  color: white;
}
#discussion .thread_actions .action.action-show, #discussion .comment_actions .action.action-show {
  background-color: #0072bc;
  color: white;
}
#discussion .thread_actions .action.action-show:hover, #discussion .thread_actions .action.action-show:focus, #discussion .comment_actions .action.action-show:hover, #discussion .comment_actions .action.action-show:focus {
  background-color: #005389;
}
#discussion .thread_actions .action.action-show:hover, #discussion .thread_actions .action.action-show:focus, #discussion .comment_actions .action.action-show:hover, #discussion .comment_actions .action.action-show:focus {
  color: white;
}
#discussion .thread_actions .action.action-hide, #discussion .comment_actions .action.action-hide {
  background-color: #21a9e1;
  color: white;
}
#discussion .thread_actions .action.action-hide:hover, #discussion .thread_actions .action.action-hide:focus, #discussion .comment_actions .action.action-hide:hover, #discussion .comment_actions .action.action-hide:focus {
  background-color: #1988b6;
}
#discussion .thread_actions .action.action-hide:hover, #discussion .thread_actions .action.action-hide:focus, #discussion .comment_actions .action.action-hide:hover, #discussion .comment_actions .action.action-hide:focus {
  color: white;
}
#discussion .thread {
  flex: 100%;
  font-weight: initial;
  color: #212121;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px auto 100px 100px 100px;
  grid-template-columns: 100px auto 100px 100px 100px;
}
#discussion .thread:hover {
  color: #212121;
}
#discussion .thread .thread_title, #discussion .thread .thread_image, #discussion .thread .thread_date, #discussion .thread .thread_comments, #discussion .thread .thread_last_comment {
  display: flex;
  flex-flow: wrap row;
  align-content: center;
}
#discussion .thread .thread_image {
  padding: 10px;
}
#discussion .thread .thread_image img {
  width: 60px;
  border-radius: 50%;
  box-shadow: 0px 0px 6px rgba(33, 33, 33, 0.3);
}
#discussion .thread .thread_title {
  padding: 5px 0;
  transition: 0.24s cubic-bezier(0.15, 0.59, 0.17, 0.93);
}
#discussion .thread .thread_title h4 {
  flex: 100%;
  font-size: 16px;
  font-weight: 700;
}
#discussion .thread .thread_title span {
  margin-top: 2px;
  flex: 100%;
  font-size: 13px;
}
#discussion .thread .thread_date,
#discussion .thread .thread_comments, #discussion .thread .thread_last_comment {
  justify-content: center;
  text-align: center;
}
#discussion .thread .thread_date span,
#discussion .thread .thread_comments span, #discussion .thread .thread_last_comment span {
  flex: 100%;
  font-size: 14px;
  font-weight: 700;
}
#discussion .thread .thread_date small,
#discussion .thread .thread_comments small, #discussion .thread .thread_last_comment small {
  margin-top: 2px;
  flex: 100%;
  font-size: 12px;
}
@media (max-width: 768px) {
  #discussion .thread {
    -ms-grid-columns: 80px repeat(3, 1fr);
    grid-template-columns: 80px repeat(3, 1fr);
  }
  #discussion .thread .thread_image {
    -ms-grid-column-start: 1;
    grid-column-start: 1;
    -ms-grid-column-end: 1;
    grid-column-end: 1;
    -ms-grid-row-start: 1;
    grid-row-start: 1;
    -ms-grid-row-end: 3;
    grid-row-end: 3;
  }
  #discussion .thread .thread_title {
    -ms-grid-column-start: 2;
    grid-column-start: 2;
    -ms-grid-column-end: 5;
    grid-column-end: 5;
    -ms-grid-row-start: 1;
    grid-row-start: 1;
    -ms-grid-row-end: 1;
    grid-row-end: 1;
    padding: 10px 5px 0px;
  }
  #discussion .thread .thread_comments {
    -ms-grid-column-start: 2;
    grid-column-start: 2;
    -ms-grid-column-end: 2;
    grid-column-end: 2;
    -ms-grid-row-start: 2;
    grid-row-start: 2;
    -ms-grid-row-end: 2;
    grid-row-end: 2;
    padding: 5px 5px 10px;
    text-align: left;
  }
  #discussion .thread .thread_date {
    -ms-grid-column-start: 3;
    grid-column-start: 3;
    -ms-grid-column-end: 3;
    grid-column-end: 3;
    -ms-grid-row-start: 2;
    grid-row-start: 2;
    -ms-grid-row-end: 2;
    grid-row-end: 2;
    padding: 5px 5px 10px;
    text-align: left;
  }
  #discussion .thread .thread_last_comment {
    -ms-grid-column-start: 4;
    grid-column-start: 4;
    -ms-grid-column-end: 4;
    grid-column-end: 4;
    -ms-grid-row-start: 2;
    grid-row-start: 2;
    -ms-grid-row-end: 2;
    grid-row-end: 2;
    padding: 5px 5px 10px;
    text-align: left;
  }
  #discussion .thread .thread_image img {
    width: 50px;
  }
  #discussion .thread .thread_title h4 {
    font-size: 14px;
  }
  #discussion .thread .thread_date,
#discussion .thread .thread_comments {
    font-size: 13px;
  }
}
#discussion .thread_form {
  margin-bottom: 32px;
}

#thread {
  display: flex;
  border: 1px solid #E5E5E5;
  margin-bottom: 32px;
}
#thread .thread_author {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  padding: 20px 0;
  width: 150px;
  min-width: 100px;
  border-right: 1px solid #E5E5E5;
}
#thread .thread_author img {
  border-radius: 50%;
  box-shadow: 0px 0px 6px rgba(33, 33, 33, 0.3);
}
#thread .thread_author h4 {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
}
#thread .thread_author .thread_date {
  margin-top: 12px;
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  font-size: 14px;
}
#thread .thread_content {
  padding-left: 15px;
  color: #6e6e6e;
}
#thread .thread_content h1 {
  padding-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  color: #212121;
}

#comments {
  margin-top: 32px;
  margin-left: 30px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  #comments {
    margin-left: 15px;
  }
}
#comments .comment {
  display: flex;
  border: 1px solid #E5E5E5;
  margin-bottom: 12px;
}
#comments .comment .comment_author {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  padding: 20px 0;
  width: 120px;
  text-align: center;
  border-right: 1px solid #E5E5E5;
}
#comments .comment .comment_author img {
  border-radius: 50%;
  box-shadow: 0px 0px 6px rgba(33, 33, 33, 0.3);
}
#comments .comment .comment_author p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
}
#comments .comment .comment_author small {
  margin-top: 6px;
  display: block;
  line-height: 1.2;
}
#comments .comment .comment_content {
  color: #6e6e6e;
  padding: 15px;
}

#thread_search {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px !important;
  margin-bottom: 16px;
}
#thread_search form {
  width: 100%;
}
#thread_search form .form-group {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}
#thread_search form .form-group input {
  width: 100%;
  border: 0;
  padding: 12px 24px;
}
#thread_search form .form-group button {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  color: #212121;
  background-color: #EEDE02;
}
#thread_search form .form-group button:hover, #thread_search form .form-group button:focus {
  background-color: #bbaf02;
}

#fastbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  #fastbar {
    flex-flow: wrap;
  }
  #fastbar h2 {
    flex: 100%;
  }
  #fastbar h2 {
    order: 2;
  }
  #fastbar a {
    margin-left: auto;
    display: inline-block;
    text-align: right;
    order: 1;
    margin-bottom: 5px;
  }
}

#search_page .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#search_page .search_types {
  display: flex;
  justify-content: center;
  flex-flow: wrap row;
}
#search_page .search_types p {
  text-align: center;
  flex: 100%;
  margin-bottom: 12px;
}
#search_page .search_types a {
  padding: 6px 36px;
  border-radius: 6px;
  background-color: #212121;
  color: #EEDE02;
}
#search_page .search_types a:hover, #search_page .search_types a:focus {
  background-color: #EEDE02;
}
#search_page .search_types a:hover, #search_page .search_types a:focus {
  color: #212121;
}
#search_page .search_types a + a {
  margin-left: 30px;
}

#results .results {
  padding-top: 64px;
  display: flex;
  flex-flow: wrap row;
}
#results .results h3 {
  margin-bottom: 12px;
  flex: 100%;
  padding-left: 9px;
}
#results .results .result {
  flex: 100%;
  display: block;
  border: 1px solid #E5E5E5;
  padding: 6px 9px;
  transition: 0.24s ease-out;
}
#results .results .result + .result {
  margin-top: 3px;
}
#results .results .result:hover {
  background: rgba(0, 0, 0, 0.06);
  padding-left: 16px;
}
#results .results .result span, #results .results .result small {
  display: block;
}
#results .results .result small {
  font-size: 12px;
  color: #545454;
}

#traffic_information {
  margin-top: 32px !important;
  display: flex;
  flex-flow: wrap row;
}
#traffic_information .traffic {
  flex: 1 0 calc(100% / 2 - 30px);
  padding: 10px;
  font-weight: initial;
  background: rgba(0, 0, 0, 0.04);
  text-align: left;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
#traffic_information .traffic:nth-child(2n-1) + .traffic {
  margin-left: 30px;
}
#traffic_information .traffic:hover {
  color: #212121;
  background: rgba(0, 0, 0, 0.08);
}
#traffic_information .traffic h3 {
  font-size: 16px;
  font-weight: 700;
}
#traffic_information .traffic .traffic_date {
  color: #6e6e6e;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  #traffic_information .traffic {
    margin-left: 0 !important;
    flex: 100%;
  }
}

/*# sourceMappingURL=app.css.map */
