html, body, div, span, applet, object, iframe,
h1,
.main .content .section2 article table th, h2, h3, h4, h5, h6, p, blockquote, pre,
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

body {
  background-color: #fff;
  font-family: 'Century Gothic', Arial;
  font-size: 14px; }

label {
  display: block;
  color: #2d2c2b;
  padding-bottom: 5px;
  padding-top: 10px;
  font-family: 'Arial', sans-serif;
  font-size: 14px; }

.input, input[type=text], input[type=email], input[type=password], input[type=submit], textarea {
  background-color: #ebebeb;
  color: #000;
  border: 1px solid #b5b2b2;
  display: block;
  width: 238px;
  height: 22px;
  padding: 2px 5px; }

input[type=submit] {
  background-color: #e1b815;
  margin-top: 10px;
  width: 90px;
  height: auto;
  color: #fff;
  padding: 5px; }

input[type=submit]:hover {
  cursor: pointer;
  background-color: #2d2c2b;
  color: #fff; }

input:active, input:focus, textarea:active, textarea:focus {
  border: 1px solid #000; }

.main {
  width: 100%; }
  .main .header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100px;
    background-color: #fff; }
    .main .header #menu-top {
      width: 100%;
      max-width: 1080px;
      margin: 0 auto; }
      .main .header #menu-top #logo {
        float: left;
        width: 180px;
        height: 90px;
        background-image: url("/images/logo.png");
        background-repeat: no-repeat;
        margin-top: 5px;
        margin-left: 0px; }
      .main .header #menu-top ul#menu {
        list-style-type: none;
        text-align: right;
        float: right; }
        .main .header #menu-top ul#menu li {
          float: left;
          position: relative; }
          .main .header #menu-top ul#menu li a {
            display: block;
            height: 100%;
            padding: 0 15px;
            background-color: none;
            color: #000;
            font-size: 14px;
            line-height: 100px;
            text-decoration: none;
            font-family: 'Century Gothic',Arial;
            -webkit-transition: 0.3s;
                    transition: 0.3s;
            text-transform: uppercase;
            font-weight: 500; }
            .main .header #menu-top ul#menu li a i {
              font-size: 20px; }
            .main .header #menu-top ul#menu li a:hover {
              background-color: #e1b815; }
        .main .header #menu-top ul#menu li.icon {
          display: none; }
  .main .content {
    margin: 100px auto 0 auto;
    position: relative;
    overflow: hidden;
    max-width: 1080px; }
    .main .content #slider {
      position: relative;
      width: 100%; }
      .main .content #slider .jssorl-oval img {
        -webkit-animation-name: jssorl-oval;
                animation-name: jssorl-oval;
        -webkit-animation-duration: 1.2s;
                animation-duration: 1.2s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear; }
@-webkit-keyframes jssorl-oval {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes jssorl-oval {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
      .main .content #slider .jssorb05 {
        position: absolute; }
      .main .content #slider .jssorb05 div, .main .content #slider .jssorb05 div:hover, .main .content #slider .jssorb05 .av {
        position: absolute;
        /* size of bullet elment */
        width: 16px;
        height: 16px;
        background: url("/images/b05.png") no-repeat;
        overflow: hidden;
        cursor: pointer; }
      .main .content #slider .jssorb05 div {
        background-position: -7px -7px; }
      .main .content #slider .jssorb05 div:hover, .main .content #slider .jssorb05 .av:hover {
        background-position: -37px -7px; }
      .main .content #slider .jssorb05 .av {
        background-position: -67px -7px; }
      .main .content #slider .jssorb05 .dn, .main .content #slider .jssorb05 .dn:hover {
        background-position: -97px -7px; }
      .main .content #slider .jssora22l, .main .content #slider .jssora22r {
        display: block;
        position: absolute;
        /* size of arrow element */
        width: 40px;
        height: 58px;
        cursor: pointer;
        background: url("/images/a22.png") center center no-repeat;
        overflow: hidden; }
      .main .content #slider .jssora22l {
        background-position: -10px -31px; }
      .main .content #slider .jssora22r {
        background-position: -70px -31px; }
      .main .content #slider .jssora22l:hover {
        background-position: -130px -31px; }
      .main .content #slider .jssora22r:hover {
        background-position: -190px -31px; }
      .main .content #slider .jssora22l.jssora22ldn {
        background-position: -250px -31px; }
      .main .content #slider .jssora22r.jssora22rdn {
        background-position: -310px -31px; }
      .main .content #slider .jssora22l.jssora22lds {
        background-position: -10px -31px;
        opacity: .3;
        pointer-events: none; }
      .main .content #slider .jssora22r.jssora22rds {
        background-position: -70px -31px;
        opacity: .3;
        pointer-events: none; }
      .main .content #slider .gosiagosposia {
        position: absolute;
        top: -35%;
        left: 10%;
        width: 100%;
        height: 100%; }
        .main .content #slider .gosiagosposia_inner {
          position: relative;
          width: 50%;
          padding-top: 50%;
          background-color: transparent; }
          .main .content #slider .gosiagosposia_inner_2 {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-transform-origin: 0% 0%;
                -ms-transform-origin: 0% 0%;
                    transform-origin: 0% 0%;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            background-color: #fff;
            border: 15px solid #e1b815;
            text-align: right; }
            .main .content #slider .gosiagosposia_inner_2 img {
              border: none;
              width: 85%;
              height: 85%;
              -webkit-transform: rotate(-45deg);
                  -ms-transform: rotate(-45deg);
                      transform: rotate(-45deg); }
      .main .content #slider .slider_link {
        position: absolute;
        z-index: 9;
        right: 20px;
        bottom: 20px;
        text-decoration: none;
        color: #e1b815;
        font-weight: bold;
        font-size: 14px;
        text-shadow: 2px 2px 2px #000; }
        .main .content #slider .slider_link:hover {
          color: #fff; }
    .main .content .section1 {
      width: 100%;
      max-width: 1080px;
      margin: 0 auto; }
      .main .content .section1 ul {
        list-style: none;
        float: right;
        margin-top: 25px;
        text-align: center; }
        .main .content .section1 ul li {
          display: inline-block;
          width: 240px;
          height: 67px;
          background-color: #e1b815;
          text-align: center;
          margin-right: 25px;
          margin-bottom: 25px;
          padding-top: 28px;
          border: 1px solid #e1b815;
          border-radius: 1px; }
          .main .content .section1 ul li a {
            color: #000;
            text-decoration: none;
            font-size: 18px;
            font-weight: bold; }
            .main .content .section1 ul li a span {
              font-size: 14px; }
            .main .content .section1 ul li a:hover {
              color: #000; }
          .main .content .section1 ul li:hover {
            background-color: #fff;
            border: 1px solid #9c9b9b; }
        .main .content .section1 ul:after {
          clear: both; }
    .main .content .section2 {
      clear: both;
      line-height: 1.5em;
      max-width: 1080px;
      margin: 0 auto; }
      .main .content .section2 h1, .main .content .section2 article table th {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 60px;
        padding-top: 60px;
        margin-left: 60px;
        text-align: left; }
      .main .content .section2 p {
        text-align: justify;
        padding: 0px 60px 25px 60px; }
      .main .content .section2 article {
        text-align: center; }
        .main .content .section2 article p {
          text-align: center; }
          .main .content .section2 article p strong {
            font-weight: bold;
            text-transform: uppercase; }
          .main .content .section2 article p.danger {
            text-transform: uppercase;
            color: #c60000;
            font-weight: bold; }
        .main .content .section2 article h1, .main .content .section2 article table th {
          font-size: 22px;
          font-weight: bold;
          text-transform: uppercase;
          padding-bottom: 5px;
          padding-top: 0;
          margin: 20px 0 40px 0;
          background: url("/images/line.png") center bottom no-repeat;
          text-align: center; }
        .main .content .section2 article table {
          text-align: center;
          margin: 0 auto 25px auto; }
          .main .content .section2 article table th {
            font-size: 18px; }
          .main .content .section2 article table td {
            padding: 5px;
            vertical-align: middle; }
        .main .content .section2 article ul {
          padding: 0 60px 25px 60px;
          font-weight: bold; }
          .main .content .section2 article ul li {
            font-weight: normal; }
    .main .content .contact h1, .main .content .contact .section2 article table th, .main .content .section2 article table .contact th {
      margin: 0 auto;
      padding: 50px 0px 20px 150px;
      text-align: left;
      max-width: 1080px;
      font-size: 18px; }
    .main .content .contact .contact_form {
      margin: 20px auto 40px auto;
      width: 600px; }
      .main .content .contact .contact_form p {
        display: inline-block;
        text-align: left;
        width: 250px; }
      .main .content .contact .contact_form input[type=submit] {
        float: right;
        margin-right: 6px; }
      .main .content .contact .contact_form .left_input {
        margin-right: 90px; }
      .main .content .contact .contact_form .full_input {
        width: 100%; }
        .main .content .contact .contact_form .full_input #title {
          width: 582px; }
        .main .content .contact .contact_form .full_input textarea {
          width: 582px;
          height: 190px; }
      .main .content .contact .contact_form .center {
        text-align: center; }
      .main .content .contact .contact_form .required {
        padding: 0;
        font-size: 12px; }
  .main .back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 150px;
    right: 0;
    z-index: 9999;
    display: none;
    padding: 10px;
    text-decoration: none;
    color: #000;
    background-color: #e1b815;
    text-align: center; }
    .main .back-to-top i {
      font-size: 60px; }
    .main .back-to-top:hover {
      color: #000;
      background-color: #e4e4e4;
      border: 1px solid #9c9b9b;
      border-radius: 1px; }
  .main .footer {
    clear: both;
    position: relative;
    background-color: #2d2c2b;
    width: 100%;
    color: #d8d7d7; }
    .main .footer .footer_content {
      max-width: 1080px;
      margin: 0 auto;
      padding: 0 0 20px 0; }
      .main .footer .footer_content .footer_left {
        float: left;
        padding-top: 20px;
        min-height: 80px; }
        .main .footer .footer_content .footer_left .social {
          text-align: center; }
          .main .footer .footer_content .footer_left .social a {
            text-decoration: none; }
            .main .footer .footer_content .footer_left .social a i {
              font-size: 16px;
              font-weight: bold;
              color: #fff; }
            .main .footer .footer_content .footer_left .social a:hover i {
              color: #e1b815; }
        .main .footer .footer_content .footer_left .webmajster {
          font-size: 10px;
          color: #615f62;
          text-align: center;
          margin-top: 15px; }
          .main .footer .footer_content .footer_left .webmajster a {
            text-decoration: none;
            color: #615f62; }
            .main .footer .footer_content .footer_left .webmajster a:hover {
              color: #e1b815; }
      .main .footer .footer_content .footer_right {
        float: right;
        padding-top: 20px;
        min-height: 80px;
        color: #ededed;
        font-size: 14px;
        text-align: right; }
        .main .footer .footer_content .footer_right a {
          text-decoration: none;
          color: #ededed;
          font-size: 22px; }
        .main .footer .footer_content .footer_right a:hover {
          color: #e1b815; }
        .main .footer .footer_content .footer_right span {
          display: block;
          margin: 5px 0 15px 0; }
      .main .footer .footer_content .copyright {
        padding: 55px 0 0 0;
        text-align: center;
        font-size: 11px;
        color: #b7b7b7;
        margin-top: 0px; }
        .main .footer .footer_content .copyright a {
          text-decoration: none;
          color: #615f62; }
        .main .footer .footer_content .copyright a:hover {
          color: #e1b815; }
  .main #cookie-notification {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    background-color: #e1b815;
    padding: 10px 0px; }
    .main #cookie-notification .cookie_box {
      padding: 0px 20px;
      text-align: center; }
      .main #cookie-notification .cookie_box .cookie_description {
        float: left;
        color: #000;
        font-size: 11px;
        max-width: 90%; }
        .main #cookie-notification .cookie_box .cookie_description a {
          text-decoration: underline;
          color: #000; }
          .main #cookie-notification .cookie_box .cookie_description a:hover {
            color: #fff; }
      .main #cookie-notification .cookie_box .cookie_button {
        float: right; }
        .main #cookie-notification .cookie_box .cookie_button input[type=button] {
          background-color: #000;
          border: none;
          color: #e1b815; }
          .main #cookie-notification .cookie_box .cookie_button input[type=button]:hover {
            color: #fff;
            cursor: pointer; }

@media screen and (max-width: 1080px) {
  .main .header #menu-top #logo {
    margin-left: 10px; }
  .main .header #menu-top ul#menu {
    position: absolute;
    width: 100%;
    list-style-type: none;
    text-align: center; }
    .main .header #menu-top ul#menu li:not(:first-child) {
      clear: both;
      display: none;
      background-color: #000;
      padding: 0;
      width: 100%; }
      .main .header #menu-top ul#menu li:not(:first-child) a {
        display: block;
        text-align: center;
        padding: 0;
        background-color: transparent;
        color: #615f62;
        font-size: 18px;
        line-height: 36px;
        text-decoration: none;
        font-family: 'Century Gothic',Arial; }
        .main .header #menu-top ul#menu li:not(:first-child) a i {
          font-size: 20px; }
      .main .header #menu-top ul#menu li:not(:first-child) a:hover {
        color: #e1b815;
        box-shadow: none; }
      .main .header #menu-top ul#menu li:not(:first-child) ul {
        position: relative;
        text-align: center;
        visibility: visible;
        opacity: 1;
        z-index: 1;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-transition: none;
                transition: none;
        padding: 0; }
        .main .header #menu-top ul#menu li:not(:first-child) ul li {
          float: none; }
          .main .header #menu-top ul#menu li:not(:first-child) ul li a {
            line-height: 36px;
            font-size: 18px;
            display: block;
            padding: 0;
            width: 100%;
            white-space: nowrap;
            color: #615f62;
            background-color: transparent;
            -webkit-transition: none;
                    transition: none;
            font-family: 'Century Gothic',Arial; }
          .main .header #menu-top ul#menu li:not(:first-child) ul li a:hover {
            color: #e1b815;
            box-shadow: none; }
    .main .header #menu-top ul#menu li.icon {
      display: block;
      text-align: right;
      font-size: 32px;
      background-color: transparent;
      margin: 10px 10px 37px 0;
      padding: 0px;
      float: right; }
      .main .header #menu-top ul#menu li.icon span {
        cursor: pointer; }
  .main .header #menu-top ul#menu.responsive li {
    display: block; }
  .main .content .contact .contact_form {
    width: 300px; }
    .main .content .contact .contact_form .full_input #title {
      width: 282px; }
    .main .content .contact .contact_form .full_input textarea {
      width: 282px; } }
