/* VARIABLES */
/* MIXINS */
/* BASE ELEMENTS */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.visible-xs {
  display: none !important; }

html {
  height: 100%;
  display: block; }
  html body {
    height: 100%;
    display: block;
    font-family: "Arial";
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #1d1d1d;
    background-image: url(/img/layout/bg.png); }
    html body h1 {
      font-size: 36px;
      line-height: 40px; }
    html body h2 {
      font-size: 30px;
      line-height: 34px; }
    html body h3 {
      font-size: 26px;
      line-height: 30px; }
    html body h4 {
      font-size: 22px;
      line-height: 26px; }
    html body h5 {
      font-size: 16px;
      line-height: 20px; }
    html body h6 {
      font-size: 12px;
      line-height: 16px;
      font-weight: 600; }
    html body span {
      font-size: 14px;
      line-height: 18px; }
    html body a {
      font-size: 14px;
      line-height: 0;
      color: #1d1d1d;
      text-decoration: none;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
    html body ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      html body ul li {
        font-size: 14px;
        line-height: 18px;
        position: relative; }
    html body main {
      min-height: 100%;
      position: relative;
      overflow: hidden;
      display: block; }
      html body main > article {
        padding-bottom: 240px;
        width: 1080px;
        margin: 0 auto;
        margin-top: 45px; }
      html body main footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 215px;
        padding-bottom: 45px; }

/* LIST STYLE */
ul li {
  padding-left: 10px; }
  ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 49%;
    position: absolute;
    top: 7px;
    left: 0; }
  ul li a:before li {
    background-color: #fdc010; }

/* HEADER */
main > header:not(.title) {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  height: 170px;
  display: flex;
  display: -webkit-flex;
  background-image: url(/img/layout/topBg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 20px 25px;
  -webkit-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.2); }
  main > header:not(.title):after {
    content: '';
    background-image: url(/img/layout/shadow.png);
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 1080px;
    height: 53px;
    position: absolute;
    bottom: -53px;
    left: 0; }
  main > header:not(.title) .logo {
    width: 15%;
    background-color: #fdc010;
    background-image: url(/img/layout/ZGLogo.svg);
    background-position: center;
    background-size: auto 80%;
    background-repeat: no-repeat;
    border-radius: 0 0 20px 20px; }
    main > header:not(.title) .logo:hover {
      background-size: auto 70%; }
  main > header:not(.title) section {
    width: 85%;
    padding: 8px 30px 15px 30px;
    color: #ffffff; }
    main > header:not(.title) section .languages {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-end;
      align-items: center;
      height: 15px; }
      main > header:not(.title) section .languages span {
        font-size: 0.9em; }
      main > header:not(.title) section .languages ul {
        display: flex;
        display: -webkit-flex;
        align-items: center; }
        main > header:not(.title) section .languages ul li {
          padding-left: 8px;
          -moz-transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          main > header:not(.title) section .languages ul li a img {
            width: 24px;
            height: auto; }
          main > header:not(.title) section .languages ul li:hover {
            opacity: 0.8; }
        main > header:not(.title) section .languages ul li:before {
          display: none; }
    main > header:not(.title) section .motto {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      justify-content: space-between;
      margin: 10px 0 15px 0; }
      main > header:not(.title) section .motto h1 {
        font-weight: 800;
        font-size: 38px;
        color: #dadada; }
      main > header:not(.title) section .motto span {
        width: 14px;
        height: 14px;
        background-color: #dadada;
        border-radius: 100%; }
    main > header:not(.title) section nav {
      background-color: #101010;
      border: 1px solid #212121;
      border-radius: 8px;
      padding: 12px;
      position: relative;
      -webkit-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.6);
      box-shadow: inset 0px 0px 25px 5px rgba(0, 0, 0, 0.6); }
      main > header:not(.title) section nav div.menuHighlight {
        position: absolute;
        height: 2px;
        width: 150px;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background: -moz-linear-gradient(left, rgba(247, 188, 16, 0) 0%, #f7bc10 35%, #f7bc10 65%, rgba(247, 188, 16, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(247, 188, 16, 0) 0%, #f7bc10 35%, #f7bc10 65%, rgba(247, 188, 16, 0) 100%);
        background: linear-gradient(to right, rgba(247, 188, 16, 0) 0%, #f7bc10 35%, #f7bc10 65%, rgba(247, 188, 16, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7bc10', endColorstr='#00f7bc10',GradientType=1 ); }
      main > header:not(.title) section nav ul {
        display: flex;
        display: -webkit-flex;
        justify-content: space-around; }
        main > header:not(.title) section nav ul li {
          padding: 0; }
          main > header:not(.title) section nav ul li:before {
            display: none; }
          main > header:not(.title) section nav ul li a {
            color: #ffffff;
            opacity: 0.8;
            font-size: 1.2em;
            padding: 8px 30px; }
            main > header:not(.title) section nav ul li a.active {
              color: #FBDE00; }

/* FOOTER */
footer:after {
  content: '';
  background-image: url(/img/layout/shadow.png);
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  width: 1080px;
  height: 53px; }
footer section.top {
  background: #fca90a;
  background: -moz-linear-gradient(left, #fca90a 0%, #fdc010 40%, #fdc010 60%, #fca90a 100%);
  background: -webkit-linear-gradient(left, #fca90a 0%, #fdc010 40%, #fdc010 60%, #fca90a 100%);
  background: linear-gradient(to right, #fca90a 0%, #fdc010 40%, #fdc010 60%, #fca90a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca90a', endColorstr='#fca90a',GradientType=1 );
  position: relative; }
  footer section.top:after {
    content: '';
    background-image: url(/img/layout/shadow2.png);
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 1080px;
    height: 29px;
    position: absolute;
    left: calc(50% - 540px);
    z-index: 10; }
  footer section.top div {
    display: flex;
    display: -webkit-flex;
    width: 1080px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 10px 0; }
    footer section.top div h3 {
      font-weight: 800; }
      footer section.top div h3 br {
        display: none; }
      footer section.top div h3 a {
        font-size: 26px;
        line-height: 30px;
        font-weight: 800; }
        footer section.top div h3 a:hover {
          color: #e01f25; }
footer section.bottom {
  position: relative;
  padding: 13px;
  color: #ffffff;
  height: 120px;
  background-image: url(/img/layout/footerBg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  footer section.bottom > div {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.8;
    position: relative;
    z-index: 20; }
    footer section.bottom > div > div:first-of-type {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      width: 30%; }
      footer section.bottom > div > div:first-of-type ul li a {
        color: #ffffff;
        font-size: 0.9em;
        line-height: 1.4em; }
        footer section.bottom > div > div:first-of-type ul li a:hover {
          color: #fdc010; }
      footer section.bottom > div > div:first-of-type ul li:first-of-type:before {
        display: none; }
      footer section.bottom > div > div:first-of-type > div {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        align-items: flex-start;
        z-index: 20; }
        footer section.bottom > div > div:first-of-type > div a {
          color: #ffffff;
          font-size: 0.9em;
          line-height: 1.4em; }
          footer section.bottom > div > div:first-of-type > div a:hover {
            color: #fdc010; }
    footer section.bottom > div > div:last-of-type {
      opacity: 0.8;
      text-align: right; }
      footer section.bottom > div > div:last-of-type h5 {
        margin-bottom: 4px; }
      footer section.bottom > div > div:last-of-type h6 {
        font-weight: 400; }
  footer section.bottom img {
    width: auto;
    height: calc(100% - 26px);
    position: absolute;
    top: 13px;
    right: 13px;
    opacity: 0.2; }

/* OTHER ELEMENTS */
section.container {
  position: relative; }
  section.container header.title {
    display: flex;
    display: -webkit-flex;
    position: relative;
    z-index: 10;
    align-items: center;
    padding: 8px 0 8px 10px;
    border-radius: 15px 0 0 15px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(229, 229, 229, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(229, 229, 229, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(229, 229, 229, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#00e5e5e5',GradientType=1 ); }
    section.container header.title img {
      width: 40px;
      height: 40px;
      margin-right: 10px; }
    section.container header.title > div h2 {
      font-size: 1.6em;
      line-height: 1.1em; }
    section.container header.title > div span {
      color: #5e5e5e;
      font-weight: 600; }
  section.container > div, section.container > article {
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 15px;
    position: relative;
    z-index: 1; }
  section.container:after {
    content: '';
    background-image: url(/img/layout/shadow2.png);
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 94%;
    height: 15px;
    position: absolute;
    bottom: -15px;
    left: 3%;
    right: 3%; }

.box {
  display: flex;
  display: -webkit-flex;
  align-items: center; }
  .box img {
    width: 40px;
    height: 40px;
    margin-right: 10px; }
  .box > div > :first-child {
    color: #fdc010; }
  .box > div > :last-child {
    color: #5e5e5e;
    font-size: 1.3em;
    line-height: 1.1em; }
  .box > div a:hover {
    color: #fdc010; }

/* HOVER ACTION */
a.hoverEffect {
  -webkit-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 20px;
  text-align: center;
  flex-direction: column;
  background-color: #ffffff; }
  a.hoverEffect:after {
    content: '';
    background-image: url(/img/layout/shadow2.png);
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 92%;
    height: 10px;
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: -10px; }
  a.hoverEffect article {
    position: relative; }
    a.hoverEffect article:before {
      content: '';
      background-image: url(/img/layout/shadow.png);
      background-position: top;
      background-size: 100% auto;
      background-repeat: no-repeat;
      width: 100%;
      height: 10px;
      position: absolute;
      top: 0;
      left: 0; }
  a.hoverEffect > img {
    position: relative;
    border-radius: 20px 20px 0 0;
    width: 100%;
    display: block; }
  a.hoverEffect .overlay {
    opacity: 0;
    border-radius: 20px 20px 0 0;
    border: 0 solid rgba(253, 192, 16, 0.7);
    display: flex;
    display: -webkit-flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    justify-content: center;
    align-items: center; }
    a.hoverEffect .overlay img {
      opacity: 0;
      width: 80px;
      height: 80px;
      position: absolute;
      top: calc(50% - 40px);
      left: calc(50% - 40px);
      opacity: 0;
      -moz-transform: scale(0, 0);
      -webkit-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      transform: scale(0, 0);
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  a.hoverEffect:hover .overlay {
    opacity: 1;
    box-shadow: inset 0 0 0 170px rgba(253, 192, 16, 0.7); }
    a.hoverEffect:hover .overlay > img {
      opacity: 1;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.pdAlertOverlay .pdalert input {
  color: #1D1D1D;
  background: #fca90a;
  background: -moz-linear-gradient(left, #fca90a 0%, #fdc010 40%, #fdc010 60%, #fca90a 100%);
  background: -webkit-linear-gradient(left, #fca90a 0%, #fdc010 40%, #fdc010 60%, #fca90a 100%);
  background: linear-gradient(to right, #fca90a 0%, #fdc010 40%, #fdc010 60%, #fca90a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca90a', endColorstr='#fca90a',GradientType=1 );
  border: 1px solid #fecd22;
  border-radius: 8px;
  padding: 6px 15px; }
  .pdAlertOverlay .pdalert input:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

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