@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,900&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin-ext");
.uk-container .row {
  width: 100%; }

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

p {
  font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
  font-size: 11pt;
  font-weight: 400;
  color: #000000;
  margin-top: 0; }

*.h1 {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 24pt;
  font-weight: 600;
  color: #000000;
  font-weight: 300; }
  *.h1 strong {
    font-weight: 900; }

@media only screen and (min-width: 640px) {
  *.h1 {
    font-size: 32px; } }
@media only screen and (min-width: 960px) {
  *.h1 {
    font-size: 48px; } }
*.h2 {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #000000; }
  *.h2 strong {
    font-weight: 900; }

@media only screen and (min-width: 640px) {
  *.h2 {
    font-size: 22px; } }
@media only screen and (min-width: 960px) {
  *.h2 {
    font-size: 20px; } }
*.h3 {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 10px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 0.1em; }

*.h4 {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000; }

*.h1, *.h2, *.h3, *.h4 {
  text-align: left;
  line-height: 1.2em; }

.text-primary {
  color: #078080; }

.text-secondary {
  color: #07C2E8; }

.text-third {
  color: #F07D00; }

.text-lightgray {
  color: #eee; }

.text-gray {
  color: #c4c4c4; }

.text-darkgray {
  color: #444444; }

.text-white {
  color: #ffffff; }

.text-black {
  color: #000000; }

.bg-primary {
  background-color: #078080; }

.bg-secondary {
  background-color: #07C2E8; }

.bg-third {
  background-color: #F07D00; }

.bg-lightgray {
  background-color: #eee; }

.bg-gray {
  background-color: #c4c4c4; }

.bg-darkgray {
  background-color: #444444; }

.bg-white {
  background-color: #ffffff; }

.bg-black {
  background-color: #000000; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.clr {
  width: 100%;
  clear: both; }

.min100vh {
  min-height: 100vh; }

.fullwidth, img.full {
  width: 100%;
  height: auto;
  max-width: 1400px; }

.row.fullwidth {
  width: 96%;
  margin: 0 auto;
  height: auto;
  max-width: 1400px; }

.row.maxwidth {
  width: 100%;
  margin: 0 auto;
  height: auto;
  max-width: 1920px; }

div.base {
  max-width: 1220px;
  margin: 0 auto !important; }

@media only screen and (min-width: 1220px) {
  .row.base {
    width: auto;
    margin: auto;
    max-width: 1400px; } }
img.left {
  float: left;
  margin-right: 1rem; }

img.right {
  float: right;
  margin-left: 1rem; }

body {
  background: #fff; }

body, p {
  font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  text-align: justify; }

img.minilogo {
  max-width: 100px; }

a:link, a:hover {
  text-decoration: none; }

a:hover {
  color: #078080;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.datacontent a:hover {
  color: #777; }
.datacontent a:focus {
  color: #fff;
  background: #078080;
  outline: 2px solid #078080; }

a.ebutton {
  display: table;
  margin: auto;
  text-align: center;
  text-decoration: none;
  outline: 2px solid #000000;
  padding: 15px 30px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 10pt;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px; }
  a.ebutton:hover {
    background: #000000;
    color: #ffffff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  a.ebutton.buton-center {
    float: none;
    margin: auto; }

a.global {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none; }

header {
  background: #ffffff;
  z-index: 109; }

div.stickyleft {
  z-index: 99; }

nav {
  background: #ffffff;
  float: none;
  margin: auto; }
  nav img.logo, nav svg.logo {
    width: 100%;
    max-width: 130px;
    fill: #000000; }
  @media only screen and (min-width: 640px) {
    nav img.logo, nav svg.logo {
      width: 70%;
      fill: #000000; } }
  @media only screen and (min-width: 1220px) {
    nav img.logo, nav svg.logo {
      width: 50%;
      fill: #000000; } }
  nav a:link.mobmenu, nav a:visited.mobmenu {
    display: block;
    color: #000;
    padding: 20px; }
  @media only screen and (min-width: 1220px) {
    nav a.mobmenu {
      padding: 10px; } }
  nav div.bordered {
    padding: 8px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  nav div.language {
    border-right: 1px solid #ddd;
    padding: 20px 20px 22px 0;
    margin-right: 25px;
    display: inline-block; }
  nav.uk-active {
    margin: 10px auto;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
    nav.uk-active img.logo {
      width: 60%; }
    nav.uk-active a.mobmenu {
      padding: 10px 5px; }
    nav.uk-active div.bordered {
      padding: 0 5px; }
    nav.uk-active div.language {
      padding: 10px 10px 12px 0;
      margin-right: 5px; }
    @media only screen and (min-width: 1220px) {
      nav.uk-active img.logo, nav.uk-active svg.logo {
        width: 30%;
        fill: #000000; } }
  nav * {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  nav div.ticons {
    float: right; }
  nav div.icon {
    display: inline-block;
    float: right; }

/* ----------------------------------------------------------------------------- SYSTEM MENU */
ul.lang {
  float: none;
  margin: 0;
  padding: 0;
  display: table;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; }
  ul.lang li {
    display: inline-block;
    margin: 0;
    float: none;
    color: #c4c4c4; }
    ul.lang li a {
      min-height: auto;
      margin: 5px;
      padding: 5px 10px;
      letter-spacing: 1px;
      font-family: Montserrat, arial narrow, sans-serif;
      font-size: 9pt;
      font-weight: 900;
      color: #000000; }
      ul.lang li a:focus {
        outline: 3px solid #078080; }
    ul.lang li.active > a {
      color: #078080; }
    @media only screen and (max-width: 1220px) {
      ul.lang li > a {
        padding: 5px 5px; } }

ul.topmenu {
  float: none;
  margin: auto;
  display: table;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; }
  ul.topmenu li {
    display: inline-block;
    float: none; }
    ul.topmenu li a {
      min-height: auto;
      margin: 2px 5px;
      padding: 10px 5px;
      letter-spacing: 1px;
      font-family: Montserrat, arial narrow, sans-serif;
      font-size: 9pt;
      font-weight: 900;
      color: #000000; }
      ul.topmenu li a:focus {
        outline: 3px solid #078080; }
    ul.topmenu li.active > a {
      color: #078080; }
    @media only screen and (min-width: 1220px) {
      ul.topmenu li > a {
        padding: 10px 15px; } }
    @media only screen and (min-width: 1400px) {
      ul.topmenu li > a {
        padding: 10px 25px; } }

/* ----------------------------------------------------------------------------- MODULES HEADER */
/* ----------------------------------------------------------------------------- MODULES HOMEGRID */
section.homegrid {
  background: #f7f7f7;
  padding: 10px 0; }
  section.homegrid div.cel, section.homegrid div.cel-contained {
    margin: 0;
    padding: 10px; }
    section.homegrid div.cel .gc, section.homegrid div.cel-contained .gc {
      height: 150px;
      position: relative; }
      section.homegrid div.cel .gc div.stamps, section.homegrid div.cel-contained .gc div.stamps {
        position: absolute;
        bottom: 0;
        width: auto;
        display: block;
        width: 100%;
        padding: 15px;
        left: 0;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
        section.homegrid div.cel .gc div.stamps p, section.homegrid div.cel-contained .gc div.stamps p {
          display: inline-block;
          margin: 3px 4px 0 0;
          padding: 10px 15px;
          line-height: 1em;
          float: left;
          text-align: left; }
      section.homegrid div.cel .gc div.anistamp:hover, section.homegrid div.cel-contained .gc div.anistamp:hover {
        height: 50%; }
    section.homegrid div.cel div.gc.ani:before, section.homegrid div.cel-contained div.gc.ani:before {
      content: "";
      display: block;
      position: absolute;
      background: rgba(0, 0, 0, 0);
      width: 100%;
      height: 0%;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
    section.homegrid div.cel div.gc.ani:hover:before, section.homegrid div.cel-contained div.gc.ani:hover:before {
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
    section.homegrid div.cel div.gc.ani:hover div.stamps, section.homegrid div.cel-contained div.gc.ani:hover div.stamps {
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
      padding-bottom: 30px; }
    @media only screen and (min-width: 500px) {
      section.homegrid div.cel .gc, section.homegrid div.cel-contained .gc {
        height: 200px; } }
    @media only screen and (min-width: 960px) {
      section.homegrid div.cel .gc, section.homegrid div.cel-contained .gc {
        height: 250px; } }
    @media only screen and (min-width: 1200px) {
      section.homegrid div.cel .gc, section.homegrid div.cel-contained .gc {
        height: 300px; } }

@media only screen and (max-width: 500px) {
  section.homegrid {
    padding: 3px 0; }

  div.cel, div.cel-contained {
    padding: 0px; } }
/* ----------------------------------------------------------------------------- MODULES HOMEWORKS */
section.homeworks {
  /*IE*/
  /*END IE*/ }
  section.homeworks .grid-container {
    margin: auto;
    width: 96%;
    padding: 10px;
    max-width: 1400px;
    display: grid;
    grid-gap: 20px; }
    section.homeworks .grid-container img.work {
      color: #fff;
      font-size: 7pt;
      background: #f9f9f9; }
  @media (min-width: 10px) {
    section.homeworks .grid-container {
      height: 2000px;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-areas: "row1" "row2" "row3" "row4" "row6" "row7" "row8"; }
    section.homeworks .row1 {
      grid-area: row1; }
    section.homeworks .row2 {
      grid-area: row2; }
    section.homeworks .row3 {
      grid-area: row3; }
    section.homeworks .row4 {
      grid-area: row4; }
    section.homeworks .row6 {
      grid-area: row6; }
    section.homeworks .row7 {
      grid-area: row7; }
    section.homeworks .row8 {
      grid-area: row8; }
    section.homeworks .row5 {
      display: none; } }
  @media (min-width: 500px) {
    section.homeworks .grid-container {
      height: 1200px;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr;
      grid-template-areas: "row1 row2" "row3 row2" "row4 row6" "row7 row8"; }
    section.homeworks .row1 {
      grid-area: row1; }
    section.homeworks .row2 {
      grid-area: row2; }
    section.homeworks .row3 {
      grid-area: row3; }
    section.homeworks .row4 {
      grid-area: row4; }
    section.homeworks .row6 {
      grid-area: row6; }
    section.homeworks .row7 {
      grid-area: row7; }
    section.homeworks .row8 {
      grid-area: row8; }
    section.homeworks .row5 {
      display: none; } }
  @media (min-width: 960px) {
    section.homeworks .grid-container {
      height: 1000px;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-areas: "row1 row2 row3" "row1 row2 row3" "row4 row2 row6" "row4 row5 row6" "row7 row7 row8" "row7 row7 row8"; }
    section.homeworks .row1 {
      grid-area: row1; }
    section.homeworks .row2 {
      grid-area: row2; }
    section.homeworks .row3 {
      grid-area: row3; }
    section.homeworks .row4 {
      grid-area: row4; }
    section.homeworks .row5 {
      grid-area: row5; }
    section.homeworks .row6 {
      grid-area: row6; }
    section.homeworks .row7 {
      grid-area: row7; }
    section.homeworks .row8 {
      grid-area: row8; }
    section.homeworks .row5 {
      display: inherit;
      background-color: #444444; } }
  @media (min-width: 1200px) {
    section.homeworks .grid-container {
      height: 1200px; } }
  @media (min-width: 1400px) {
    section.homeworks .grid-container {
      height: 1400px; } }
@media all and (-ms-high-contrast: none) and (min-width: 10px) {
  section.homeworks .grid-container {
    display: -ms-grid;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    height: 2000px; }
  section.homeworks .grid-container > div {
    margin: 10px; }
  section.homeworks .row1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  section.homeworks .row2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  section.homeworks .row3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  section.homeworks .row4 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  section.homeworks .row7 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  section.homeworks .row6 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  section.homeworks .row8 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  section.homeworks .row5 {
    display: none; } }
@media all and (-ms-high-contrast: none) and (min-width: 500px) {
  section.homeworks .grid-container {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    height: 1200px; }
  section.homeworks .grid-container > div {
    margin: 10px; }
  section.homeworks .row1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  section.homeworks .row2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1; }
  section.homeworks .row3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  section.homeworks .row4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  section.homeworks .row7 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  section.homeworks .row6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1; }
  section.homeworks .row8 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1; }
  section.homeworks .row5 {
    display: none; } }
@media all and (-ms-high-contrast: none) and (min-width: 960px) {
  section.homeworks .grid-container {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    height: 1000px; }
  section.homeworks .grid-container > div {
    margin: 10px; }
  section.homeworks .row1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  section.homeworks .row3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
  section.homeworks .row2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1; }
  section.homeworks .row4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
  section.homeworks .row5 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1; }
  section.homeworks .row6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
  section.homeworks .row7 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
  section.homeworks .row8 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
  section.homeworks .row5 {
    display: inherit; } }

  section.homeworks .cc {
    padding: 0px;
    position: relative; }
    section.homeworks .cc .logomini {
      width: 100px; }
    section.homeworks .cc .label {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      margin: 0px;
      left: 0;
      padding: 30px;
      background: rgba(0, 0, 0, 0);
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
      section.homeworks .cc .label p.h3 {
        padding: 0 0 0 10px;
        font-weight: 600;
        letter-spacing: 1px; }
      section.homeworks .cc .label p.h1 {
        font-weight: 600;
        background: black;
        padding: 10px 10px;
        display: inline-block;
        font-size: 18pt;
        letter-spacing: 2px; }
      section.homeworks .cc .label p.h4 {
        padding: 0 0 0 10px;
        width: 60%;
        line-height: 1.8em;
        font-size: 9pt; }
    section.homeworks .cc:hover .label {
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }

/* ----------------------------------------------------------------------------- MODULES HOMEOFFER */
/* ----------------------------------------------------------------------------- MODULES HOMEBLOG */
div.news {
  position: relative; }

section.homeoffer a.uk-accordion-title {
  font-size: 12pt;
  display: block;
  min-height: 70px; }
  section.homeoffer a.uk-accordion-title:before {
    margin-left: 30px;
    margin-bottom: 40px; }

/* ----------------------------------------------------------------------------- MODULES LOGO SEPARATOR */
div.logoseparator {
  text-align: center;
  clear: both; }
  div.logoseparator img, div.logoseparator svg {
    margin: auto;
    max-width: 100px; }
  div.logoseparator.logoseparatordark {
    background: #444444;
    padding: 80px 0;
    margin: 20px 0 0 0; }
    div.logoseparator.logoseparatordark img, div.logoseparator.logoseparatordark svg {
      margin: 10px 0; }
    div.logoseparator.logoseparatordark hr {
      display: none; }
    div.logoseparator.logoseparatordark.logoseparatorfoot {
      padding: 10px 0 0 0;
      margin: 0 0 0 0; }

/* -----------------------------------------------------------------------------FOOTER */
footer {
  background-color: #444444;
  clear: both;
  display: block;
  margin: 0; }
  footer .foot {
    padding: 0px 0 80px 0; }
    footer .foot p {
      font-family: Montserrat, arial narrow, sans-serif;
      font-size: 9pt;
      font-weight: 400;
      color: #c4c4c4; }
      footer .foot p a:link, footer .foot p a:visited {
        font-family: Montserrat, arial narrow, sans-serif;
        font-size: 9pt;
        font-weight: 300;
        color: #c4c4c4;
        text-decoration: none; }
      footer .foot p.small {
        font-family: Montserrat, arial narrow, sans-serif;
        font-size: 8pt;
        font-weight: 300;
        color: #c4c4c4; }
        footer .foot p.small a {
          font-size: 8pt; }
      footer .foot p.smalltext {
        font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
        font-size: 8pt;
        font-weight: 300;
        color: #c4c4c4; }
        footer .foot p.smalltext a {
          font-size: 8pt; }
      footer .foot p.big {
        font-family: Montserrat, arial narrow, sans-serif;
        font-size: 10pt;
        font-weight: 300;
        color: #777; }
  footer .smalltext, footer .smalltext * {
    font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
    font-size: 8pt;
    font-weight: 300;
    color: #bbb;
    line-height: 1.2em;
    text-decoration: none; }
  footer .regulartext, footer .regulartext * {
    font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
    font-size: 11pt;
    font-weight: 400;
    color: #bbb;
    line-height: 1.5em;
    text-decoration: none;
    margin: 0; }
  footer a.icon {
    display: inline-block;
    padding: 5px 15px;
    margin: 0 0 2px 0; }
    footer a.icon:hover {
      color: #fff; }

@media (max-width: 959px) {
  div.logoseparator.logoseparatordark {
    padding: 30px 0; } }
/* ----------------------------------------------------------------------------- SUBPAGES ONLY */
/* -- LEWE MENU I OSTATNIE WPISY NA BLOGU MENU-- */
ul.mobilemenu > li {
  border-bottom: 1px solid #333; }

ul.mobilemenu li {
  padding: 6px 0;
  text-align: left; }
  ul.mobilemenu li a {
    text-align: left;
    font-size: 12pt;
    padding: 3px 0; }
    ul.mobilemenu li a img {
      display: none; }
  ul.mobilemenu li ul {
    padding: 10px 0 20px 10px; }

@media only screen and (min-width: 960px) {
  ul.menuleft {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    clear: both;
    text-align: right; }
    ul.menuleft li {
      display: inline-block;
      padding: 0;
      margin: 0;
      /*display: none;*/
      /*fade step on li*/ }
      ul.menuleft li a {
        font-family: Montserrat, arial narrow, sans-serif;
        font-size: 8pt;
        font-weight: 900;
        color: #ddd;
        background: #000;
        text-decoration: none;
        display: block;
        padding: 15px 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        margin: 4px;
        -webkit-box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.3);
        box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.3); }
        ul.menuleft li a:focus {
          background: #fff;
          color: #000;
          outline: 2px solid #078080; }
        ul.menuleft li a img {
          display: none; }
      ul.menuleft li.active a {
        color: #fff;
        background: #078080; } }
/* ----------------------------------------------------------------------------- DATACONTENT */
div.content div.contentleft {
  padding: 0;
  background-size: auto;
  background-attachment: fixed;
  -webkit-box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.4); }
  div.content div.contentleft div.dotted {
    padding: 80px 20px 0 20px;
    background: transparent url(../img/dots.png) top left repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%; }
  div.content div.contentleft aside {
    text-align: right;
    padding: 20px 5px 10px 20px;
    margin-bottom: 40px;
    clear: both; }
    div.content div.contentleft aside div.h1 {
      font-family: Montserrat, arial narrow, sans-serif;
      font-size: 22pt;
      font-weight: 900;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.0em;
      letter-spacing: 1px;
      text-align: right; }
    div.content div.contentleft aside div.h2 {
      font-family: Montserrat, arial narrow, sans-serif;
      font-size: 11pt;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.0em;
      text-align: right; }
    div.content div.contentleft aside div.h3 {
      font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
      font-size: 11pt;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.3em;
      padding: 10px 0 10px 50%;
      text-align: right; }
    div.content div.contentleft aside div.h4, div.content div.contentleft aside div.h5, div.content div.contentleft aside div.h6, div.content div.contentleft aside div.h7, div.content div.contentleft aside div.h8 {
      font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
      font-size: 6pt;
      font-weight: 900;
      color: rgba(255, 255, 255, 0.3);
      line-height: 1.1em;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-align: right; }

.datacontent {
  padding: 20px 5% 0 5%; }
  .datacontent h1 {
    font-family: Montserrat, arial narrow, sans-serif;
    font-size: 24pt;
    font-weight: 900;
    color: #000;
    line-height: 0.9em;
    text-transform: uppercase;
    text-align: left; }
  .datacontent h2 {
    font-family: Montserrat, arial narrow, sans-serif;
    font-size: 14pt;
    font-weight: 300;
    color: #078080;
    line-height: 1.2em;
    text-align: left; }
  .datacontent h3 {
    font-family: Montserrat, arial narrow, sans-serif;
    font-size: 12pt;
    font-weight: 900;
    color: #c4c4c4;
    line-height: 0.9em;
    text-transform: uppercase;
    text-align: left;
    margin: 30px 0 20px 0; }
  .datacontent h4 {
    font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
    font-size: 10pt;
    font-weight: 900;
    color: #fff;
    background: #c4c4c4;
    line-height: 1.5em;
    text-transform: uppercase;
    text-align: left;
    margin: 30px 0;
    letter-spacing: 1px;
    padding: 20px; }
  .datacontent h3.nomargin {
    margin: 0 0 10px 0; }
  @media only screen and (min-width: 640px) {
    .datacontent h1 {
      font-size: 36pt; }
    .datacontent h2 {
      font-size: 12pt;
      display: block; } }
  @media only screen and (min-width: 1200px) {
    .datacontent h1 {
      font-size: 42pt; }
    .datacontent h2 {
      font-size: 18pt;
      display: block; }
    .datacontent h3 {
      font-size: 16pt; } }
  .datacontent table td, .datacontent table td p {
    font-size: 10pt;
    line-height: 1.2em; }
  .datacontent ul {
    list-style-type: square; }
    .datacontent ul li {
      font-size: 11pt;
      text-align: left; }
  .datacontent ul.uk-list {
    list-style-type: none; }

@media only screen and (min-width: 960px) {
  .datacontent {
    padding: 80px 0 0 0;
    border-top: 0px none; } }
/* ----------------------------------------------------------------------------- BLOG */
div.ensi-block {
  position: relative;
  background: #fff;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  div.ensi-block a.blocklink {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  div.ensi-block h3 {
    color: #000; }
  div.ensi-block div.introdescription {
    padding: 0 15px; }
  div.ensi-block p {
    font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
    font-size: 11pt;
    font-weight: 300;
    color: #000;
    line-height: 1.5em;
    margin: 0 0 10px 0; }
    div.ensi-block p em {
      color: #555;
      display: block;
      font-style: normal; }
    div.ensi-block p a {
      color: #000; }
  div.ensi-block span.label {
    font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
    font-size: 8pt;
    font-weight: 300;
    color: #c4c4c4;
    display: inline-block;
    padding: 2px 4px 2px 0; }
  div.ensi-block:hover, div.ensi-block:focus, div.ensi-block a:focus {
    /*background: $primary;*/
    background: #000;
    outline: 0 none; }
    div.ensi-block:hover *, div.ensi-block:hover p, div.ensi-block:focus *, div.ensi-block:focus p, div.ensi-block a:focus *, div.ensi-block a:focus p {
      color: #fff !important; }
  div.ensi-block a:focus {
    background: transparent;
    outline: 0 none; }

dl, dt, dd {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 8pt; }

dd.create {
  font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
  font-size: 8pt;
  font-weight: 300;
  color: #555; }

/*------------------------------------------------------------------------------ CHRONOFORMS */
p.chrono_credits, a.chronoforms6_credits {
  font: 100 0/0 times;
  display: none; }

form.chronoform label.control-label, form.chronoform .smalltext {
  font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
  font-size: 10pt;
  font-weight: 300;
  color: #000; }
form.chronoform div#fin-button2 {
  text-align: center;
  display: block;
  width: 100%; }
form.chronoform input.b-button {
  display: inline-block;
  font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
  margin: 2px auto;
  float: none;
  padding: 0 20px;
  height: auto;
  text-align: center;
  text-decoration: none;
  background: #000;
  border: 1px solid #555;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  form.chronoform input.b-button:hover {
    background: #fff;
    color: #000;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  form.chronoform input.b-button:focus {
    outline: 2px solid #078080; }

div.chronoforms label, div.chronoforms .smalltext {
  font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
  font-size: 10pt;
  font-weight: 300;
  color: #000; }

/* ----------------------------------------------------------------------------- REALIZACJE*/
section.realizacje {
  margin: 0 auto; }
  section.realizacje h1, section.realizacje h2 {
    margin: 0; }
  section.realizacje h1 {
    font-family: Montserrat, arial narrow, sans-serif;
    font-size: 1.2em;
    font-weight: 900;
    color: #000;
    line-height: 1.2em; }
  section.realizacje h2 {
    font-family: Montserrat, arial narrow, sans-serif;
    font-size: 11pt;
    font-weight: 400;
    color: #888;
    line-height: 1.2em; }
  section.realizacje h5.h2 {
    font-family: Montserrat, arial narrow, sans-serif;
    font-size: 12pt;
    font-weight: 600;
    color: #000;
    line-height: 1.2em;
    margin: 10px; }
  @media only screen and (min-width: 640px) {
    section.realizacje h1 {
      font-size: 28pt; }
    section.realizacje h2 {
      font-size: 16pt;
      display: block; } }
  @media only screen and (min-width: 1200px) {
    section.realizacje h1 {
      font-size: 32pt; } }
  section.realizacje h3.heading {
    font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
    font-size: 12pt;
    font-weight: 400;
    color: #000;
    margin: 5px 15px;
    text-align: center; }
  section.realizacje .description p {
    font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
    font-size: 9pt;
    font-weight: 300;
    color: #888;
    margin: 0 15px; }
  section.realizacje img {
    width: 100%; }

@media (max-width: 1200px) {
  section.realizacje {
    width: 100%;
    margin: 0; } }
div.outside a.blocklink {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  div.outside a.blocklink:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
  div.outside a.blocklink:focus {
    background: #fff;
    outline: 3px solid #000; }

section.worksitem {
  background: #444444;
  padding: 30px 0;
  border-bottom: 1px solid #555;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  display: block; }
  section.worksitem div#stopme {
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5); }
  section.worksitem div.p-gallery {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    padding: 0;
    margin: 0; }

@media (max-width: 959px) {
  div.row.base.containmesmall {
    width: 100%;
    padding: 0;
    margin: 0; } }
div.p-item {
  margin: 0px auto;
  padding: 0 0 10px 0; }
  div.p-item h1.p-item {
    font-family: Montserrat, arial narrow, sans-serif;
    font-size: 6pt;
    font-weight: 600;
    color: #ddd;
    margin: 0.0em auto;
    line-height: 1.0em;
    text-align: center;
    text-transform: uppercase; }
  div.p-item p.p-item {
    font-family: Montserrat, arial narrow, sans-serif;
    font-size: 6pt;
    font-weight: 600;
    color: #ddd;
    margin: 0 auto 20px auto;
    line-height: 1.0em;
    text-align: center;
    text-transform: uppercase; }
  div.p-item div.description {
    padding: 0 20px 10px 20px; }
    div.p-item div.description p {
      font-size: 10pt;
      text-align: center;
      margin: 0; }
      div.p-item div.description p em {
        color: #555;
        display: block;
        font-style: normal; }

div.p-details {
  padding: 40px 0px;
  -webkit-box-shadow: -20px 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -20px 0 20px 0 rgba(0, 0, 0, 0.2); }
  div.p-details div.sticky {
    background: #fff; }
    div.p-details div.sticky.uk-active {
      z-index: 900 !important;
      border-bottom: 1px solid #eee; }
  div.p-details div.p-navigation a {
    color: #000; }
  div.p-details div.p-navigation span {
    font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
    font-size: 9pt;
    font-weight: 300;
    color: #444;
    line-height: 1.0em; }

div.p-details div.sticky.uk-active {
  border-bottom: 0px none; }

@media (min-width: 960px) {
  div.hide960 {
    display: none; } }
@media (max-width: 959px) {
  div.p-mininav {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    z-index: 990; }
    div.p-mininav p.p-item {
      font-family: Montserrat, arial narrow, sans-serif;
      font-size: 6pt;
      font-weight: 600;
      color: #ddd;
      margin: 0 auto 20px auto;
      line-height: 1.0em;
      text-align: center;
      text-transform: uppercase; }

  ul.uk-accordion li a.uk-accordion-title {
    display: block;
    text-align: center; }
    ul.uk-accordion li a.uk-accordion-title span {
      display: inline-block;
      padding: 10px 25px 10px 10px;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='16 7 10 13 4 7'/%3E%3C/svg%3E");
      background-position: center right;
      background-repeat: no-repeat;
      margin: 0 auto; }
    ul.uk-accordion li a.uk-accordion-title:before {
      margin-left: 0px;
      margin-bottom: 0px;
      background: none;
      display: none; }
  ul.uk-accordion li.uk-open a.uk-accordion-title span {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.06' d='M16,16 L4,4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.06' d='M16,4 L4,16'/%3E%3C/svg%3E"); } }
div.p-intro {
  padding: 10px;
  font-size: 10pt; }
  div.p-intro p {
    text-align: left;
    margin: 0;
    font-size: 11pt; }
    div.p-intro p em {
      color: #c4c4c4;
      display: block;
      margin: 5px auto;
      font-style: normal; }

@media (max-width: 959px) {
  div.p-intro {
    padding: 30px 5%; }
    div.p-intro p {
      text-align: left;
      margin: 0;
      font-size: 11pt; }
      div.p-intro p em {
        color: #c4c4c4;
        display: block;
        margin: 5px auto;
        font-style: normal; } }
.uk-grid-column-medium > *, .uk-grid-medium > * {
  padding-left: 15px;
  padding-right: 15px; }

.uk-grid-medium {
  margin: 0; }

@media (max-width: 960px) {
  .uk-grid-medium {
    width: 100%; } }
/* ----------------------------------------------------------------------------- SMARTPHOTO CUSTOMIZE */
div.smartphoto {
  z-index: 1999;
  background-color: rgba(0, 0, 0, 0.6); }

.smartphoto-arrows li.smartphoto-arrow-right, .smartphoto-arrows li.smartphoto-arrow-left {
  height: 60px;
  width: 50px;
  background-color: transparent; }

.smartphoto-arrow-right a, .smartphoto-arrow-left a {
  background-repeat: no-repeat; }

.smartphoto-nav {
  background: #000;
  z-index: 2000; }

div.smartphoto-img-wrap {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.8);
  padding: 10px;
  background: #fff; }

/* ----------------------------------------------------------------------------- DROPPICS CUSTOMIZE */
.droppicspictures {
  width: 100%; }

.droppicspictures .wimg {
  width: 100% !important;
  border: 0;
  margin: 10px;
  height: auto !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  align-content: stretch !important; }
  .droppicspictures .wimg a {
    display: block;
    height: 200px;
    width: 90%;
    margin: 5px 5%;
    margin: 1px;
    padding: 0px;
    outline: 1px solid #eee;
    object-fit: cover;
    overflow: hidden;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }
    .droppicspictures .wimg a img {
      border: 0 !important;
      width: auto;
      margin: 0px !important;
      font-color: #fff;
      font-size: 3pt;
      -webkit-border-radius: 0 0 0 0 !important;
      border-radius: 0 0 0 0 !important; }
    .droppicspictures .wimg a:hover {
      outline: 1px solid #ddd;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      -webkit-transition: all 500ms ease-out;
      -moz-transition: all 500ms ease-out;
      -ms-transition: all 500ms ease-out;
      -o-transition: all 500ms ease-out;
      transition: all 500ms ease-out; }

@media only screen and (min-width: 480px) {
  .droppicspictures .wimg {
    width: 45.00% !important;
    border: 0;
    margin: 10px 0; } }
@media only screen and (min-width: 640px) {
  .droppicspictures .wimg {
    width: 33.33% !important;
    border: 0;
    margin: 10px 0; } }
@media only screen and (min-width: 960px) {
  .droppicspictures .wimg {
    width: 25% !important;
    border: 0;
    margin: 10px 0; } }
/* ----------------------------------------------------------------------------- UIKIT CUSTOMIZE */
div.uk-drop.uk-open {
  margin-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }

.uk-drop, .uk-drop-boundary {
  top: inherit !important;
  width: 100% !important;
  left: 0 !important;
  margin: 0 !important;
  position: absolute !important; }

/*podmenu jedzie z menu na uk-active i nie przesuwa sie po zmniejszaniu, tak musi być*/
.uk-offcanvas {
  background-color: rgba(0, 0, 0, 0.6); }

.uk-position-center-right {
  right: -28px; }

.uk-position-center-left {
  left: -28px; }

a.uk-button.uk-button-danger {
  color: #fff !important; }

a.uk-button.uk-button-default {
  color: #000; }

/* ----------------------------------------------------------------------------- PATHWAY */
ul.uk-breadcrumb {
  list-style-type: none; }

/* ----------------------------------------------------------------------------- GOTOWE STRONY WWW */
.datacontent div.www h2 {
  color: #c4c4c4;
  font-size: 16pt; }
.datacontent div.www h3 {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 20pt;
  font-weight: 700;
  color: #000;
  line-height: 1em;
  margin: 40px auto;
  clear: both; }
@media only screen and (min-width: 640px) {
  .datacontent div.www h3 {
    font-size: 24pt; } }
@media only screen and (min-width: 960px) {
  .datacontent div.www h3 {
    font-size: 28pt; } }
.datacontent div.www h3.uk-card-title {
  font-size: 14pt;
  text-align: center;
  margin: 0 0 10px 0; }
.datacontent div.www h4 {
  margin: 20px 0;
  padding: 30px 20px;
  color: #000;
  background: #fff; }
.datacontent div.www ul li {
  color: #777;
  font-size: 11pt;
  margin: 10px 0;
  line-height: 1.4em;
  text-align: left; }
.datacontent div.www ul.uk-grid {
  list-style-type: none; }
.datacontent div.www ul.uk-slider-nav {
  list-style-type: none; }
.datacontent div.www small {
  line-height: 1.0em;
  text-align: left;
  font-family: Open Sans, tahoma, verdana, halvetica, arial, sans-serif;
  font-size: 9pt;
  font-weight: 400;
  color: #888; }
.datacontent div.www p.introdescription {
  color: #666;
  font-size: 11pt;
  text-align: left; }
.datacontent div.www del {
  text-decoration: none;
  position: relative; }
  .datacontent div.www del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid rgba(255, 0, 0, 0.4);
    height: 4px;
    position: absolute;
    bottom: 15px;
    left: 0;
    transform: rotate(-11deg); }
  .datacontent div.www del:after {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid rgba(255, 0, 0, 0.4);
    height: 4px;
    position: absolute;
    bottom: 15px;
    left: 0;
    transform: rotate(11deg); }
  .datacontent div.www del.lista {
    margin-right: 10px; }
    .datacontent div.www del.lista:before {
      bottom: 8px; }
    .datacontent div.www del.lista:after {
      bottom: 8px; }
.datacontent div.www p.price {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 24pt;
  font-weight: 900;
  color: #000;
  line-height: 1em;
  margin: 20px 0 0 0; }
  .datacontent div.www p.price del {
    margin-right: 20px;
    color: #999; }
.datacontent div.www a:focus {
  background: #fcfcfc;
  color: #000;
  outline-color: #000; }
.datacontent div.www p.description {
  text-align: center;
  font-size: 10pt;
  color: #888; }
.datacontent div.www .droppicspictures .wimg a {
  height: 200px; }
.datacontent div.www a.gallerypicture {
  padding: 1px;
  outline: 1px solid #eee; }
  .datacontent div.www a.gallerypicture:hover {
    outline: 1px solid #ddd; }
.datacontent div.stickedbar {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 3px solid black;
  border-bottom: 15px solid rgba(0, 0, 0, 0.5);
  padding: 5px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.6);
  z-index: 9; }
  @media (max-width: 960px) {
    .datacontent div.stickedbar span.nomobile {
      display: none; } }

div.pagination p.counter {
  display: table;
  margin: 0 auto;
  background: #eee;
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 10pt;
  font-weight: 600;
  color: #333;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
div.pagination ul {
  list-style-type: none; }
  div.pagination ul li a {
    font-family: Montserrat, arial narrow, sans-serif;
    font-size: 10pt;
    font-weight: 600;
    color: #333;
    display: inline-block;
    padding: 4px 10px; }

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