@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,400,600,800&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%; }

.text-primary {
  color: #675d43; }

.text-secondary {
  color: #00B500; }

.text-third {
  color: #F07D00; }

.text-lightgray {
  color: #dddddd; }

.text-gray {
  color: #a2a2a2; }

.text-darkgray {
  color: #444444; }

.text-white {
  color: #ffffff; }

.text-black {
  color: #000000; }

.bg-primary {
  background-color: #675d43; }

.bg-secondary {
  background-color: #00B500; }

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

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

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

.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; }

.row.fullwidth, .fullwidth, img.full {
  width: 100%;
  height: auto; }

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

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

.margin-small {
  width: 100%;
  margin: 10px 0; }

.margin-medium {
  width: 100%;
  margin: 20px 0; }

.margin-large {
  width: 100%;
  margin: 30px 0; }

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

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

a.buton {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #a2a2a2;
  padding: 5px 10px;
  -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: Open Sans, arial, sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #a2a2a2; }
  a.buton.buton-white {
    background: #ffffff;
    color: #000000; }
  a.buton: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.buton.buton-center {
    float: none;
    margin: auto; }

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

h1 {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 28pt;
  font-weight: 300;
  color: #000000; }

h2 {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 20pt;
  font-weight: 300;
  color: #675d43;
  margin-top: 0; }

h3 {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 14pt;
  font-weight: 600;
  color: #000000;
  margin-top: 0; }

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

/* FULLY DATA CONTENT STYLE */
h1.header {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 36pt;
  font-weight: 600;
  color: #000000;
  line-height: 1.0em;
  margin-bottom: 0; }

h1.header span.first-word {
  color: #675d43;
  font-weight: 900; }

h2.header {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 16pt;
  font-weight: 400;
  color: #000000;
  margin-top: 0; }

@media (max-width: 960px) {
  h1.header {
    font-family: Montserrat, arial narrow, sans-serif;
    font-size: 24pt;
    font-weight: 300;
    color: #000000;
    line-height: 1.0em;
    margin-bottom: 0; } }
.block-primary {
  background-color: #675d43;
  color: #fff;
  padding: 15px; }

.block-secondary {
  background-color: #00B500;
  color: #fff;
  padding: 15px; }

/*MASONRY */
div.masonry-row {
  width: 100%;
  margin: 50px auto; }

div.masonry-col {
  padding: 0px;
  padding-bottom: 10px;
  -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; }

@media (min-width: 480px) {
  div.masonry-col {
    margin: 0 20px 20px 0; }

  #grid[data-columns]::before {
    content: '1 .column.size-1of1'; }

  .column {
    float: left; }

  .size-1of1 {
    width: 50%; } }
@media (min-width: 780px) {
  div.masonry-col {
    margin: 0 20px 20px 0; }

  #grid[data-columns]::before {
    content: '2 .column.size-1of2'; }

  .column {
    float: left; }

  .size-1of2 {
    width: 50%; } }
@media (min-width: 1220px) {
  div.masonry-col {
    margin: 0 20px 20px 0; }

  #grid[data-columns]::before {
    content: '3 .column.size-1of3'; }

  .column {
    float: left; }

  .size-1of3 {
    width: 33.333%; } }
@media (min-width: 1220px) and (max-width: 1600px) {
  div.masonry-col {
    margin: 0 20px 20px 0; }

  #grid[data-columns]::before {
    content: '4 .column.size-1of4'; }

  .column {
    float: left; }

  .size-1of4 {
    width: 25.000%; } }
@media (min-width: 1600px) {
  div.masonry-col {
    margin: 0 20px 20px 0; }

  #grid[data-columns]::before {
    content: '4 .column.size-1of4'; }

  .column {
    float: left; }

  .size-1of4 {
    width: 25.000%; } }
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ HEADINGS */
header {
  padding: 15px 0; }

@media (max-width: 960px) {
  header {
    display: none; } }
div.headings {
  display: inline-block; }
  div.headings > div {
    display: inline-block;
    padding: 0 10px;
    font-family: Open Sans, arial, sans-serif;
    font-size: 12pt;
    font-weight: 600;
    color: #000;
    text-transform: uppercase; }
    div.headings > div span {
      color: #000; }

div.languages {
  display: inline-block; }
  div.languages > div {
    display: inline-block;
    padding: 0 10px;
    font-family: Open Sans, arial, sans-serif;
    font-size: 10pt;
    font-weight: 600;
    color: #000;
    text-transform: uppercase; }
    div.languages > div span {
      color: #000; }
  div.languages a:hover {
    color: #000; }

div.social {
  display: inline-block; }
  div.social > div {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #dddddd;
    line-height: 10px;
    font-family: Open Sans, arial, sans-serif;
    font-size: 10pt;
    font-weight: 600;
    color: #000;
    text-transform: uppercase; }
    div.social > div span {
      color: #000; }
  div.social a:hover {
    color: #000; }

nav {
  background: #fff;
  margin: 0 0 1px 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  z-index: 98; }
  nav a.logo {
    opacity: 0.0;
    -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 a.logo img {
      width: 1px;
      margin: auto; }
  @media (max-width: 960px) {
    nav a.logo {
      opacity: 1.0;
      -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 a.logo img {
        width: 100%;
        margin: auto; } }
  nav.uk-active {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    padding: 0.75rem 0; }
    nav.uk-active a.logo {
      opacity: 1.0;
      -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.uk-active a.logo img {
        width: 100%;
        margin: 0 auto; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ MENU SYSTEMS */
ul.topmenu {
  margin: 0;
  padding: 0;
  text-align: right !important;
  float: right;
  display: inline-block; }
  ul.topmenu li {
    display: inline-block; }
    ul.topmenu li a {
      font-family: Montserrat, arial narrow, sans-serif;
      font-size: 0.8rem;
      font-weight: 600;
      color: #000;
      height: auto;
      padding: 0.5rem 1.0rem;
      display: block;
      text-transform: uppercase; }
      ul.topmenu li a:hover {
        color: #000000; }
      ul.topmenu li a:focus {
        outline: 2px solid #675d43; }
    ul.topmenu li.active > a {
      color: #675d43; }
    ul.topmenu li .uk-dropdown.uk-open.uk-navbar-dropdown-dropbar {
      padding: 20px 0; }
  ul.topmenu ul.submenu {
    text-align: left;
    margin: 0 0.5rem;
    padding: 0; }
    ul.topmenu ul.submenu li {
      display: block; }
      ul.topmenu ul.submenu li a {
        display: inline-block;
        padding: 0.5rem 0.5rem;
        text-transform: uppercase; }

/* dropdown */
.uk-navbar-dropbar, .uk-navbar-dropbar-slide {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.uk-offcanvas-bar hr {
  border-color: #a2a2a2; }

.uk-navbar-dropbar-slide {
  display: none; }

/*leftmenu*/
.contentleft ul.menu.nav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .contentleft ul.menu.nav li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0; }
    .contentleft ul.menu.nav li:last-child {
      border: 0 none; }
    .contentleft ul.menu.nav li a {
      font-family: Roboto Condesed, arial narrow, sans-serif;
      font-size: 0.9rem;
      font-weight: 600;
      color: #a2a2a2;
      height: auto;
      padding: 0.8rem 0rem;
      display: block; }
      .contentleft ul.menu.nav li a:hover {
        color: #000000; }
    .contentleft ul.menu.nav li.active > a {
      color: #675d43; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ OFF CANVAS */
.offcanvas .uk-offcanvas-bar {
  background: #ffffff;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
  .offcanvas .uk-offcanvas-bar * {
    color: #000000; }

.uk-offcanvas-bar-animation {
  transition: transform 0.2s ease-out; }

.uk-offcanvas-overlay::before {
  background: rgba(255, 255, 255, 0.5); }

/* mobile */
.uk-offcanvas-bar ul.mobilemenu li, .uk-offcanvas-bar ul.mobilemenu li.uk-open {
  border-bottom: 1px solid #dddddd; }
  .uk-offcanvas-bar ul.mobilemenu li:last-child, .uk-offcanvas-bar ul.mobilemenu li.uk-open:last-child {
    border: 0; }
  .uk-offcanvas-bar ul.mobilemenu li *, .uk-offcanvas-bar ul.mobilemenu li.uk-open * {
    color: #000 !important; }
  .uk-offcanvas-bar ul.mobilemenu li a, .uk-offcanvas-bar ul.mobilemenu li.uk-open a {
    font-family: Open Sans, arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #000000;
    padding: 1rem; }
    .uk-offcanvas-bar ul.mobilemenu li a:hover, .uk-offcanvas-bar ul.mobilemenu li.uk-open a:hover {
      color: #a2a2a2; }
    .uk-offcanvas-bar ul.mobilemenu li a::after, .uk-offcanvas-bar ul.mobilemenu li.uk-open a::after {
      color: #000; }
  .uk-offcanvas-bar ul.mobilemenu li .uk-nav-sub *, .uk-offcanvas-bar ul.mobilemenu li.uk-open .uk-nav-sub * {
    color: #000; }
.uk-offcanvas-bar ul.mobilemenu li.active a {
  color: #675d43; }
  .uk-offcanvas-bar ul.mobilemenu li.active a:hover {
    color: #a2a2a2; }
  .uk-offcanvas-bar ul.mobilemenu li.active a::after {
    color: #000; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ MOD OWL HOOK SLIDER */
.owlhookslider h3 {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 52pt;
  font-weight: 100;
  color: #ffffff;
  line-height: 1.0em;
  margin: 0;
  padding: 0;
  display: block; }
.owlhookslider h4 {
  font-family: Open Sans, arial, sans-serif;
  font-size: 14pt;
  font-weight: 200;
  color: #ffffff;
  line-height: 1.3em;
  margin: 1em 0;
  padding: 0; }
@keyframes opacity {
  0% {
    opacity: 0.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
@keyframes left {
  0% {
    position: relative;
    left: -60px; }
  100% {
    position: relative;
    left: 0px; } }
@keyframes right {
  0% {
    position: relative;
    left: 60px; }
  100% {
    position: relative;
    left: 0px; } }
.owlhookslider div.owl-item.active a.buton {
  animation-name: opacity;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: 1; }
.owlhookslider div.owl-item.active h3 {
  animation-name: left;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: 1; }
.owlhookslider div.owl-item.active h4 {
  animation-name: right;
  animation-duration: 2500ms;
  animation-delay: 0s;
  animation-iteration-count: 1; }

@media (min-width: 1221px) {
  .owlhookslider .inside {
    width: 50%; } }
@media (max-width: 1220px) {
  .owlhookslider .inside {
    width: 50%; } }
@media (max-width: 960px) {
  .owlhookslider .item {
    max-height: 50vh !important; }
  .owlhookslider .inside {
    width: 100%;
    float: none !important; }
  .owlhookslider a.buton {
    float: none !important; }
  .owlhookslider h3 {
    font-size: 28pt; }
  .owlhookslider h3, .owlhookslider h4 {
    text-align: center !important; } }
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ OWL THEME */
.owl-stage {
  transform: translate3d(0px, 0, 0);
  width: auto; }

.owl-theme {
  position: relative; }
  .owl-theme .owl-nav {
    margin: 0; }
    .owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next {
      position: absolute;
      top: 50%;
      margin-top: -50px;
      width: 50px;
      height: 50px;
      text-align: center;
      color: #fff;
      filter: Alpha(Opacity=50);
      /*IE7 fix*/
      opacity: 0.5; }
      .owl-theme .owl-nav button.owl-prev:hover, .owl-theme .owl-nav button.owl-next:hover {
        background: none;
        color: #fff;
        text-decoration: none;
        filter: Alpha(Opacity=100);
        /*IE7 fix*/
        opacity: 1.0; }
      .owl-theme .owl-nav button.owl-prev:focus, .owl-theme .owl-nav button.owl-next:focus {
        outline: none; }
    .owl-theme .owl-nav button.owl-prev {
      float: left;
      left: 10px; }
    .owl-theme .owl-nav button.owl-next {
      float: right;
      right: 10px; }
    .owl-theme .owl-nav .disabled {
      opacity: none;
      cursor: default; }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px; }
  .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1; }
      .owl-theme .owl-dots .owl-dot span {
        width: 50px;
        height: 3px;
        margin: 2px 4px;
        background: transparent;
        outline: 1px solid #fff;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 0px; }
      .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #675d43;
        outline: 1px solid #ffffff; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ MOD SEPARATOR */
section.separator {
  background-color: #675d43; }

section.separator .separatorsub1 {
  padding: 60px 40px 20px 40px; }
@media (min-width: 960px) {
  section.separator .separatorsub1 {
    margin: 250px 0 0 0; } }
@media (min-width: 1200px) {
  section.separator .separatorsub1 {
    margin: 350px 0 0 0; } }
@media (min-width: 1600px) {
  section.separator .separatorsub1 {
    margin: 450px 0 0 0; } }

section.separator .separatorsub2 {
  background: #444444; }
  section.separator .separatorsub2 .right {
    padding: 60px 20px;
    text-align: left; }
  section.separator .separatorsub2 .left {
    background: #675d43;
    padding: 80px 20px;
    text-align: right; }
    section.separator .separatorsub2 .left p {
      text-align: right; }
  @media (max-width: 960px) {
    section.separator .separatorsub2 .left, section.separator .separatorsub2 .right {
      text-align: center; }
      section.separator .separatorsub2 .left p, section.separator .separatorsub2 .right p {
        text-align: center; } }

section.separator .separatorsub3 {
  padding: 60px 40px 20px 40px; }
@media (min-width: 960px) {
  section.separator .separatorsub3 {
    margin: 120px 0 0 0; } }
@media (min-width: 1200px) {
  section.separator .separatorsub3 {
    margin: 130px 0 0 0; } }
@media (min-width: 1600px) {
  section.separator .separatorsub3 {
    margin: 140px 0 0 0; } }

@media (max-width: 960px) {
  section.separator * {
    text-align: center;
    margin: auto; }
    section.separator * p {
      text-align: center; } }
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ MOD HOOK */
div.hookblock {
  padding: 10px;
  margin: 5px;
  position: relative; }
  div.hookblock a.absolute {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  div.hookblock h3 {
    margin: 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #dddddd; }
  div.hookblock div.image {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center center; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ FOOTER */
footer div.content {
  font-size: 9pt; }
  footer div.content p {
    font-size: 9pt;
    line-height: 1.1em; }

.superfoot {
  background: #555;
  text-align: center;
  font-family: Roboto Condesed, arial narrow, sans-serif;
  font-size: 8pt;
  font-weight: 400;
  color: #ddd; }
  .superfoot a {
    text-decoration: none;
    color: #ddd; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ DATACONTENT */
.content {
  margin-top: 30px; }

div.datacontent h1 {
  margin: 40px 0 20px 0;
  text-align: left;
  font-size: 32pt;
  font-weight: 800; }
div.datacontent h2 {
  margin: 40px 0 10px 0;
  text-align: left;
  font-size: 22pt;
  font-weight: 900;
  color: #888; }
div.datacontent p, div.datacontent ul li {
  font-size: 15px; }

.extrafield h1 {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 26pt;
  font-weight: 800;
  color: #000000;
  text-align: left; }
.extrafield h2 {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 20pt;
  font-weight: 600;
  color: #675d43;
  margin-top: 0;
  text-align: left; }
.extrafield h3 {
  font-family: Roboto Condesed, arial narrow, sans-serif;
  font-size: 16pt;
  font-weight: 600;
  color: #000000;
  margin-top: 0; }
.extrafield p {
  font-family: Open Sans, arial, sans-serif;
  font-size: 11pt;
  font-weight: 400;
  color: #000000;
  margin-top: 0; }

/*BLOG*/
.ensiblog button.dropdown-toggle {
  display: none; }
.ensiblog ul.dropdown-menu {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .ensiblog ul.dropdown-menu li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .ensiblog ul.dropdown-menu li a {
      font-family: Montserrat, arial narrow, sans-serif;
      font-size: 8pt;
      font-weight: 400;
      color: #444444;
      margin-top: 0;
      text-transform: uppercase;
      margin-right: 5px; }
.ensiblog dl {
  margin: 5px 0; }
.ensiblog dl dt {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 8pt;
  font-weight: 600;
  color: #444444;
  margin-top: 0;
  text-transform: uppercase;
  margin-right: 5px; }
.ensiblog dl dd {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 8pt;
  font-weight: 400;
  color: #a2a2a2;
  margin-top: 0;
  text-transform: uppercase;
  margin-right: 5px; }
.ensiblog h3 {
  margin: 10px 0;
  line-height: 1.0em;
  color: #675d43; }
  .ensiblog h3 a {
    color: #675d43; }
.ensiblog.items-leading {
  padding: 10px;
  margin-bottom: 50px;
  background: #fcfcfc;
  border: 1px solid #f0f0f0; }
.ensiblog div.inside {
  padding: 5px; }
.ensiblog div.intro {
  font-size: 10pt; }
  .ensiblog div.intro p {
    font-size: 10pt; }
.ensiblog div.image {
  background-position: center top;
  background-color: #fcfcfc;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  position: relative; }

p.counter {
  font-family: Montserrat, arial narrow, sans-serif;
  font-size: 10pt;
  font-weight: 400;
  color: #a2a2a2;
  text-align: center; }

/*Droppics*/
div.droppicsgallery {
  background: #f2f2f2 !important;
  width: 100%; }
  div.droppicsgallery .droppicspictures {
    width: 100%;
    margin: auto;
    text-align: center; }
    div.droppicsgallery .droppicspictures .wimg {
      height: 80% !important;
      margin: 0;
      padding: 0;
      display: inline-block;
      margin: auto;
      float: none;
      position: relative; }
      div.droppicsgallery .droppicspictures .wimg a img {
        margin: 2% !important;
        padding: 0;
        width: 96%; }
  div.droppicsgallery .caption {
    font-family: Roboto Condesed, arial narrow, sans-serif;
    font-size: 9pt;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.3em;
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    background: rgba(0, 0, 0, 0.5); }

/* ----------------------------------------------------------------------------- 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; }

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